@font-face {
	font-family: 'ethnocentric_rg';
	src: url("fonts/ethnocentric_rg/ethnocentric_rg.eot");
	src: url("fonts/ethnocentric_rg/ethnocentric_rg.eot?#iefix") format("embedded-opentype"),
	url("fonts/ethnocentric_rg/ethnocentric_rg.ttf") format("truetype"),
	url("fonts/ethnocentric_rg/ethnocentric_rg.woff") format("woff");
    font-weight: normal;
	  font-style: normal;
}

@font-face {
	font-family: 'Newsgotn';
	src: url("fonts/Newsgotn/Newsgotn.eot");
	src: url("fonts/Newsgotn/Newsgotn.eot?#iefix") format("embedded-opentype"),
	url("fonts/Newsgotn/Newsgotn.ttf") format("truetype"),
	url("fonts/Newsgotn/Newsgotn.woff") format("woff");
    font-weight: normal;
	  font-style: normal;
}


@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik/GraphikRegular.eot');
    src: url('fonts/Graphik/GraphikRegular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Graphik/GraphikRegular.woff2') format('woff2'),
         url('fonts/Graphik/GraphikRegular.woff') format('woff'),
         url('fonts/Graphik/GraphikRegular.ttf')  format('truetype');
}

@font-face {
	font-family: 'HelveticaNeueLT';
	src: url("fonts/HelveticaNeueLT/HelveticaNeueLTStd-Lt.eot");
	src: url("fonts/HelveticaNeueLT/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"),
	url("fonts/HelveticaNeueLT/HelveticaNeueLTStd-Lt.ttf") format("truetype"),
	url("fonts/HelveticaNeueLT/HelveticaNeueLTStd-Lt.woff") format("woff");
    font-weight: normal;
	  font-style: normal;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	background-color: #CCCCCC;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #EF0034;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

/* animation */

/* smoke */
.ag-smoke-block {
  z-index: 4;
  position: relative;
}
.ag-smoke-4 {
  width: 61.4em;
  z-index: 98;
  position: absolute;
  top: 12em;
  right: -120px;
  -webkit-animation: an-smoke-3 6s ease-in-out infinite;
  -moz-animation: an-smoke-3 6s ease-in-out infinite;
  -o-animation: an-smoke-3 6s ease-in-out infinite;
  animation: an-smoke-3 6s ease-in-out infinite;
}

.ag-smoke-44 {
  width: 61.4em;
  z-index: 102;
  position: absolute;
  top: 12em;
  right: -170px;
  -webkit-animation: an-smoke-3 6s ease-in-out infinite;
  -moz-animation: an-smoke-3 6s ease-in-out infinite;
  -o-animation: an-smoke-3 6s ease-in-out infinite;
  animation: an-smoke-3 6s ease-in-out infinite;
}
.ag-smoke__delay-1 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.ag-smoke__delay-2 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}


@-webkit-keyframes an-smoke-3 {
  0% {
    opacity: 0.4;

    -webkit-transform: translateY(10%) rotate(.01deg);
    transform: translateY(10%) rotate(.01deg);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.4;

    -webkit-transform: translate(-10%, 5%) rotate(.01deg);
    transform: translate(-10%, 5%) rotate(.01deg);
  }
}
@-moz-keyframes an-smoke-3 {
  0% {
    opacity: 0.4;

    -moz-transform: translateY(10%) rotate(.01deg);
    transform: translateY(10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0.4;

    -moz-transform: translate(-10%, 5%) rotate(.01deg);
    transform: translate(-10%, 5%) rotate(.01deg);
  }
}
@-o-keyframes an-smoke-3 {
  0% {
    opacity: 0.4;

    -o-transform: translateY(10%) rotate(.01deg);
    transform: translateY(10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0.4;

    -o-transform: translate(-10%, 5%) rotate(.01deg);
    transform: translate(-10%, 5%) rotate(.01deg);
  }
}
@keyframes an-smoke-3 {
  0% {
    opacity: 0;

    -webkit-transform: translateY(10%) rotate(.01deg);
    -moz-transform: translateY(10%) rotate(.01deg);
    -o-transform: translateY(10%) rotate(.01deg);
    transform: translateY(10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translate(-10%, 5%) rotate(.01deg);
    -moz-transform: translate(-10%, 5%) rotate(.01deg);
    -o-transform: translate(-10%, 5%) rotate(.01deg);
    transform: translate(-10%, 5%) rotate(.01deg);
  }
}


/* smoke */

/* action */
cGriddParent, .cGridContainer {
  height: 100%;
}
.cScene__content{
  width:100vw;
  height:100vh;
}
.cGridContainer {
  color: #fff;
	background-image: url(../images/NYDA-About-IAA-background-v2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}
.cScene {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
}
.cScene__container {
	padding: 80px 0;
  position: relative;
  overflow: hidden;
  width: 1280px;
  height: 115vh;
  margin: 0 auto;
}
.cScene__container_small {
	padding: 80px 0;
  position: relative;
  overflow: hidden;
  width: 1280px;
  height: 95vh;
  margin: 0 auto;
}
@media (orientation: portrait) {
  .cScene__container {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }

	.cScene__container_small {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
.cScene__frame, .c-scene__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cScene__overlay {
  z-index: 10;
  display: table;
}
.c-scene__body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.cScene__cover {
  position: absolute;
  bottom: -1%;
  left: -50%;
  width: 200%;
  height: 101%;
}
@media (orientation: portrait) {
  .cScene {
    display: flex;
    align-items: center;
  }
}
.cScene__perspective {
  position: absolute;
  bottom: 0;
  left: -170%;
  width: 110%;
  height: 10%;
  perspective: 1vh;
  perspective-origin: 50% 50%;
  transform: scaleX(4) scaleY(4);
  transform-origin: 0% 100%;
}
.cScene__grid {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: rotateX(60deg);
  transform-origin: 50% 100%;
}
.cScene__gridX, .cScene__gridY {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: 8% 20%;
}
/* .cScene__gridX {
  background-image: linear-gradient(to left, rgba(56,141,198, 0.2) 3px, transparent 2px);
} */
.cScene__gridY {
  background-image: linear-gradient(to top, rgba(56,141,198, 0.2) 1px, transparent 1px);
}
/* .cScene__coverFrame {
  background: linear-gradient(rgba(34, 34, 34, 0) 0%, #388DC6 50%, rgba(34, 34, 34, 0) 75%, #222 100%);
} */
  .c-scene__perspective {
    perspective-origin: 50% 100%;
    will-change: perspective-origin;
    animation-duration: 3600ms;
    animation-iteration-count: 1;
    animation-name: intro-perspective;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
  .cScene__gridY {
    will-change: transform;
    animation-duration: 250ms;
    animation-iteration-count: infinite;
    animation-name: grid-y;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .cScene__body {
    will-change: transform;
    animation-duration: 3600ms;
    animation-iteration-count: infinite;
    animation-name: hover;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes intro-perspective {
  0% {
    perspective-origin: 50% 100%;
  }
  100% {
    perspective-origin: 50% 50%;
  }
}
@keyframes grid-y {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
/* animation */

#myCarousel{
    position: absolute;
	width: 100%;
    height: 100%;
    z-index: 1;
}


a,a:active, a:focus, button:focus, select:focus, input:focus{color:#000 !important ;outline : none; text-decoration: none !important;}


a:hover{color:#000 !important; text-decoration: none !important;}

hr {
	background: #D3d3d3;
  height: 2px !important;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn{
	color : #FFF !important;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn:hover{
	color : #FFF !important;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn:after {
	border-bottom: 4px solid #EF0034 !important;
}

a img {outline : none;}

select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}


@media(min-width: 768px){

	#myCarousel .item{
      background-image: none !important;

	}

}

html, body {
  margin:0;
  padding:0;
  overflow-x:hidden;
}


body{
	font-family: 'Newsgotn' !important; ;
	font-size: 18px !important;
	line-height: 1.55 !important;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	overflow-x: hidden;
}



@media(max-width: 768px){

	body{
		font-size: 15px !important;
	}

}



.black{
	color: black !important;
}


.bgblack{
	background-color: black;
}

.bggrey{
	background-color : #f5f5f5;
}


.darkgrey{
	color: #333 !important;
}



.white{
	color: #fff !important;
}

.grey{
	color: #89879B !important;
}



.gold{
	color: #BDA858;
}

.invisible{
	 border: 1px solid transparent;
}



h1,h2,h3,h4,h5,h6{
	color: #21B8DB;
	font-weight: 800;
}



h1{
	font-size: 36px;
}

a.page-link-sm {
    color: #000000;
	text-decoration:none;
	font-size:16px;
}

.smallh1{
	font-size: 30px;
}

.bigh2{
	font-size: 38px;
}

.smallh2{
	font-size: 25px;
	font-weight: bold;
}

.xsh2{
	font-size: 18px;
	font-weight: normal;
}

.smallh4 {
    font-size: 28px !important;
    margin-bottom: 15px !important;
		font-weight: 800 !important;
    font-family: Newsgotn !important;
}


@media(max-width: 480px){
	.smallh1{
		font-size: 24px;
	}

	.bigh2{
		font-size: 30px;
	}
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.maxw800{
	max-width: 800px;
	width: 100%;
	padding: 0px 15px;
	margin: auto;
}

.maxw1000{
	padding: 0px 10%;
	margin: auto;
}

.max-fluid{
	padding: 0px 8%;
	margin: auto;
}

.img-fluid{
	display: block;
	width: auto !important;
	height: 100%;
	margin:auto;
}




@media(max-width: 480px){

  .maxw800{
  	padding: 0px 2px;
  }



}

.maxw600{
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.maxw500{
	width: 100%;
	max-width: 500px;
	margin: auto;
}



.ibg-bg{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.text-white{
	color: #ffffff !important;
}

.text-light-grey{
	color: #D3D3D3 !important;
}

.text-black{
	color: #000000 !important;
}

.text-grey{
	color: #808080 !important;
}

.text-red{
	color : #EF0034 !important;
}

.text-green{
	color : #388DC6 !important;
}

.text-lightblue{
	color : #62A6E8 !important;
}

.text-blue{
	color : #388DC6 !important;
}

.text-darkblue{
	color : #3B568B !important;
}

.text-orange{
	color : #F7C377 !important;
}

.text-peach{
	color : #F38280 !important;
}

.text-pink{
	color : #E47FAE !important;
}

.text-purplered{
	color : #953553 !important;
}

.text-purple{
	color : #947FF0 !important;
}

.text-gradient-short{
	background: -webkit-linear-gradient(left,#62A6E8 0%, #947FF0 20%,  #EF0034 30%);
	background: linear-gradient(left,#62A6E8 0%, #947FF0 20%, #EF0034 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-gradient{
	background: -webkit-linear-gradient(left,#62A6E8 0%, #947FF0 50%,  #EF0034 100%);
	background: linear-gradient(left,#62A6E8 0%, #947FF0 50%,  #EF0034 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




.text-sm{
  font-size: 20px;
}

.text-18{
  font-size: 18px;
}

.text-14{
  font-size: 16px;
}


.text-15{
font-size: 15px;
 }

.text-12{
   font-size: 12px;
}





.text-space{
   letter-spacing: 2px;
}

.bold{
	font-weight: : bold !important;
}

@media(max-width: 480px){
	.text-space{
	   letter-spacing: 3px;
	}
}

.text-justify{
  text-align: justify;
}

.text-italic{
  font-style: italic;
}

.text-uppercase{
  text-transform: : uppercase !important;
}

.text-left{
	text-align:left!important;
}

.text-right{
	text-align:right!important;
}

.custom5{

	padding-left: 15px;

	padding-right: 15px;

	float:left;

}



.lightheader{

	font-family: deffont;

}



.headerfont{

	font-family: deffont;

}



.interbg{

	z-index: 1;

}

.acc-icon{
 height:40px;
	width: auto;
	margin: 5px 0;
}



.ibg-bg{

	background-size: cover !important;

}



.textdeconone:hover{

	text-decoration: none;

}




.fl{

	float:left;

}



.max800{

	max-width: 800px;

	margin: auto;

}



.spacing_fix{

	padding-left: 25px;

	padding-right: 25px;

}



@media(min-width: 768px){

	.custom5{

		width: 33.33%;

	}

}



@media(min-width: 992px){

	.custom5{

		width: 20%;

	}

}



@media(max-width: 768px){

	.custom5{

		width: 100%;

	}

}



/*howtocarousel*/

#customDots{
	text-align: center;
	display: inline-block;
}



#howtoenter .owl-theme{
	min-height: 50px;
}

#howtoenter .owl-dot{
	color:#FFF;
  padding: 10px 25px;
  margin: auto;
  display: inline-block;
  cursor:pointer;
  font-size: 18px;
}

#about-muse .owl-dot{
	color:#000;
  padding: 10px 20px;
  margin: auto;
  display: inline-block;
  cursor:pointer;
  font-size: 19px;
}

#about-muse .owl-dot.active{
	color:#000;
}

#about-muse .owl-dot.active:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 2px;
    height: 4px;
    width: 50%;
    margin-left: 20px;
    background-image: url(../images/line.png);
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
}

#about-muse .owl-item{
	color:#868686;
	text-align: left !important;
}

#howtoenter #customDots, #about-muse #customDots { width: 100%; }

#howtoenter .owl-theme .owl-dots .owl-dot span, #about-muse .owl-theme .owl-dots .owl-dot span {background: none !important;}


#howtoenter .owl-dot.active, #about-muse .owl-dot.active{
	position: relative;
}


#howtoenter .owl-dot.active:after{
	content:'';
	position: absolute;
	bottom: 0px;
	left: 2px;
	height: 4px;
	width: 50%;
	margin-left: 20px;
	background-image: url(../images/line.png);
	background-position: left;
	background-size: 100%;
	background-repeat: no-repeat;
}

#howtoenter .step-thumb img {
    max-width: 100px;
		margin: auto;
}

#howtoenter .step-title {
    font-size: 20px;
    margin-top: 10px;
    line-height: 26px;
}







#howtoenter .owl-item, #about-muse.owl-item{
	padding: 30px 0px;
	color:#FFF;
	font-weight: normal;
}




@media(max-width: 768px){

	#howtoenter .owl-item{

		padding: 30px 25px;

		padding-top: 20px;

		/*text-align: left;*/

	}

}



#owl-demo{
	position: relative;
	margin: auto;
	margin-top: 20px;
	z-index: 1;
}



@media(max-width: 768px){

	#owl-demo{
		font-size: 16px;
	}

}



#howtoenter .owl-prev{

	position: absolute;

	top: 45%;

	left: -50px;

}



#howtoenter .owl-next{

	position: absolute;

	top: 45%;

	right: -50px;

}



.disabled{

	display: none;

}



@media(max-width: 992px){

	#howtoenter .owl-prev{

		display: none;

	}



	#howtoenter .owl-next{

		display: none;

	}

}



@media(max-width: 768px){

	#howtoenter .owl-dot{

		width: 100%;

		text-align: center;

		/*text-transform: lowercase;*/

		font-size: 16px;

		border: none !important;

	}



	#howtoenter .owl-dot.active{

		font-weight: bold;

	}


	#about-muse .owl-dot{
		width: 100%;
		text-align: center;
		border: none !important;
	}



	#about-muse .owl-dot.active{
		font-weight: bold;
	}

}

.owl-theme .owl-nav [class*="owl-"]{
  background: rgba(214,214,214,0.5)!important;
}

#howtoenter .owl-theme .owl-nav [class*="owl-"]{
	background: transparent !important;
}

.owl-theme .owl-nav{
  position: absolute;
  top:50%;
  width:100%;
}

.owl-theme .owl-nav .owl-prev{
  position: absolute;
  left:3%;
}

.owl-theme .owl-nav .owl-next{
  position: absolute;
  right:3%;
}



/*navbar*/

#logo{
	max-height: 80px;
	transition: 0.5s;
}

.logo-container{

	position: relative;

	float: left;

	padding: 0px 15px;

}







.my-nav-button{

	float: left;
  color : #000 !important;
	margin: 15px;

}



.fake_logo{

	visibility: hidden;

}



.real_logo{

	position: absolute;

	top: 15px;

}

@media screen and (max-width: 768px) {
  .real_logo{
  	top: 2px;
  }
}

.real_logo_2{
	position: absolute;
	top: 0;

}



@media(min-width: 768px){

	.my-nav-button-1{

		/*display: block;*/

	}

}



@media(max-width: 768px){

	.logo-container{

		max-width: 160px;
		padding: 0px 5px;

	}



	.real_logo{

		max-width: 200px;

	}

	.real_logo_2{

		max-width: 200px;

	}



	.my-nav-button{

		float: right;

	}

}



 .navbar-toggle .icon-bar{

    background-color: #fff;

}



.navbar-toggle .icon-bar + .icon-bar{

	margin-top: 6px;

}



.navbar-toggle .icon-bar {

    height: 1px;

    width: 25px;

}



.navbar-toggle {

    padding: 6px;
		border: 1px solid #000 !important;

}



.navbar-nav>.active>a, .navbar-nav>.open>a{
	background: #0C315C; /* Old browsers */
}

.navbar {
    border-radius: 0!important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #FFF;
}




#navbarcontainer{
	position: relative;
	z-index: 500;
	width: 100%;
	top:0;

}

@media(max-width: 768px){
	#navbarcontainer{
		background-color: #231F20;
		height: 60px;
	}

	.input-group .input-group-addon{min-width: 130px;}
}


.top-nav>li>a {
	transition: 0.5s;
}

.sticky{
	top:0;
	position: fixed !important;
  width: 100%;
}

.sticky #mynavbar {
    height: 50px !important;
}

.sticky #mynavbar .navbar-header{
	padding: 0px 10px !important;
}

.sticky #mynavbar .navbar-nav{
	border:none;
	margin-top: 0px !important;
}

.sticky .navbar-nav>li>.dropdown-menu {
    margin-top: 0 !important;
}

.sticky #logo {
    max-height: 60px;
}

.sticky .logo-container {
    padding: 10px 0;
}


.sticky .top-nav .label-program{
	 padding: 3px 10px;
}

.sticky .top-nav>li>a {
	padding: 3px 10px !important;
}

.sticky .top-nav {
    font-size: 13px;
}


.sticky .navbar-nav > li > a{
	padding: 15px 20px !important;
}

.sticky .acc-icon{
	margin: 5px 0;
}



#mynavbar{
	background-color: #000;
	margin: auto;
	border:none;
	z-index: 10;
	height: 100%;
	transition: 0.5s
}





.navbar-nav > li{
	font-size: 18px;
	background: #000;
}



.navbar-nav > li > a{
	color: #fff !important;
	padding:15px 20px !important;
	transition: 0.5s;
}


.navbar-nav>li>.dropdown-menu {
    margin-top: 0 !important;
		font-size: 20px !important;
}

.navbar-nav > li > a{
	 color:#fff !important;
}


.navbar-nav > li > a:hover{
	 color:#000 !important;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0;

}
.dropdown-menu{
	padding: 0px !important;
}


.dropdown-menu>li{
	text-align: center !important;
  border-bottom: 1px solid #A0A0A0 !important;

}

.dropdown-menu>li>a{
	color:#000 !important;
	padding: 8px 30px !important;
	background-color: #FFF !important ;
	font-size: 18px !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background: #EF0034 !important;;
	color : #fff !important;
	text-decoration: none;
}

.navbar-right{
	margin-right: 0px !important;
}




@media(min-width: 768px){

	.navbar-nav > .home-active a{
		background: #EF0034 !important;
  	color:#FFF !important;

  }

	.navbar-nav > .home-active a:hover{
    color: #FFF !important;
	}




}


@media(max-width: 768px){
.navbar-nav .dropdown-menu > li{
  text-align:center;
}

.navbar-nav > .home-active{
		display: none;
}

.navbar-collapse.collapse.in {
	background-color: #FFF;
	border-top:0;
}


.container-fluid{
padding-right: 0px !important;
padding-left: 0px !important;
}


}




.iconbar{

	background-color: #fff !important;

}



.custommenubtn{

    float: left;

    padding-right: 10px;

}



.menubar {

    background-color: #ee4036;

    width: 22px;

    height: 2px;

    border-radius: 1px;

    margin-bottom: 5px;

}



.navbar-header{

	padding: 5px 10px;

}



.navbtnholder {
    width: 100%;
    text-align: center;
}



/*index*/

.vidstar{
	position: absolute;
	right: 10%;
	top: 15%;
}

/* .tri1 { grid-area: tri1; }
.tri2 { grid-area: tri2; }
.tri3 { grid-area: tri3; }
.tri4 { grid-area: tri4; }
.square1 { grid-area: square1; }
.square2 { grid-area: square2; }
.square3 { grid-area: square3; }
.square4 { grid-area: square4; }
.main { grid-area: main; } */

/* iscotope */
/* .grid{
	width:100%;
  display: grid;
  grid-template-areas:
    'tri1 tri1 square2 tri2'
    'main main main tri2'
    'main main main square3'
		'tri3 square4 tri4 tri4';
  gap: 10px;
} */
#gallery-section {
	padding: 0 80px;
}

#gallery-section .lon-project{
	margin-top: -180px;
}

#gallery-section .long-project{
	margin-top: -155px;
}

#gallery-section .longg-project{
	margin-top: -312px;
}

#gallery-section .projects.four.isotope{
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	max-width: 1980px;
}
#gallery-section .project{
	position:relative;
	text-align:center;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	max-height:100% !important;
	transition: 0.5s;
}
#gallery-section .four .project{
	width:100%;
	float:left;
}

#gallery-section .three .project{
	width:33%;
	float:left;
}


#gallery-section .project .img{
	height:430px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.img-long{
	height:480px !important;
}

.img-long2{
	height:350px !important;
}

#gallery-section h3 {
	color: #fff;
	bottom:20px;
	left:30px;
	position: absolute;
	font-weight: 700!important;
}

#gallery-section h3:hover {
	color: #fff;
}

#gallery-section .project:hover{
	border:8px solid #1356b5;
}


#gallery-section .project .hover{
	position:absolute;
	width:110%;
	left:0;
	top:0;
	background-image: linear-gradient(rgba(19,86,181,0) 60%, rgba(19,86,181,0.3));
	opacity:0;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

#gallery-section .project:hover .hover{
	height: 100%;
	opacity:1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-ms-filter: "progid:DXImageTransfor	m.Microsoft.Alpha(opacity=100)";
}

#gallery-section .project:hover h3{
	color:#FFF !important;
}

.project .h3{
	font-size: 28px !important;
    margin-top: 0px !important;
    text-transform: capitalize;
}

#gallery-section .project .new {
    background-color: #F0C635;
    font-size: 16px !important;
    color: #000;
    padding: 3px 8px;
    font-family: Helvetica, Arial, sans-serif !important;
}

#gallery-section .project hr {
    width:100px;
	  text-align: left !important;
		border-top: 3px solid red !important;
		margin-left: 0;
}


#gallery-section .project .hover-inner{
	padding:0 15%;
	text-align: center;
	position:relative;
	top:20%;
	margin-top: -100px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

#gallery-section .project img{
	width:100px;
}

#gallery-section .project .hover-inner-big{
	padding:0 15%;
	text-align: center;
	position:relative;
	top:20%;
	margin-top: -80px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}


#gallery-section .project:hover .hover-inner{
	top:50%;
	color:white;
}

#gallery-section .project:hover .hover-inner-big{
	top:50%;
	color:white;
}

#gallery-section .project .line-up{
	width:120px;
	padding-bottom:15px;
}

#gallery-section .project .line-down{
	width:120px;
	padding-top:25px;
}

#gallery-section .project .big{
	width:200px !important;
}


#gallery-section .project ul{
	margin:0 0 5px;
	padding:0;
}

#gallery-section .project li{
	display:inline-block;
}

/* iscotope */

#videocontainer{
	position: relative;
	overflow: hidden;
  width: 100%;
	z-index:400;
}

#videobanner{
  background-color: #000;
}

#videobanner iframe {
    width: 100vw;
    height: 49.48vw;
    min-height: 90vh;
    min-width: 177.77vh;
}


.banner-text{
	position: absolute;
  bottom: 42px;
  left: 38%;
}

.banner-text p{
	color : #FFF;
	margin: 0px;
	font-size: 42px;
	line-height: 1.30 !important;
}

.banner-text p span{
	font-size: 28px  !important;
	margin-top:10px;
}




#bannercontainer{
    position: relative;
		background: #EF0034;
    bottom: 0px;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
		z-index:400;
}

#bannercontainer .about-content{
	margin-top: 5px;
}

#bannercontainer .entry-text {
	line-height: 1.1;
	color:#fff;
  font-size: 35px;
	font-weight: 600;
  font-family: Newsgotn !important;
}

#awardscontainer{
		background-image: url(../images/2024-NYDA-Background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    text-align: center;
}

#awardscontainer .about-content{
	margin-top: 5px;
}

#awardscontainer .entry-text {
	line-height: 1.1;
	color:#EF0034;
  font-size: 35px;
	font-weight: 700;
  font-family: Newsgotn !important;
}


.item{
	width: 100%;
	position: relative;
}



.bannerimg{

	width: 100%;

}



.carousel-inner{

	overflow: hidden;

}



/*

inspired from http://codepen.io/Rowno/pen/Afykb

*/

.carousel-fade .carousel-inner .item {

  opacity: 0;

  transition-property: opacity;

}



.carousel-fade .carousel-inner .active {

  opacity: 1;

}



.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

  left: 0;

  opacity: 0;

  /*z-index: 1;*/

}



.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {

  opacity: 1;

}



.carousel-fade .carousel-control {

  z-index: 2;

}



/*

WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."

now override the 3.3 new styles for modern browsers & apply opacity

*/

@media all and (transform-3d), (-webkit-transform-3d) {

    .carousel-fade .carousel-inner > .item.next,

    .carousel-fade .carousel-inner > .item.active.right {

      opacity: 0;

      -webkit-transform: translate3d(0, 0, 0);

              transform: translate3d(0, 0, 0);

    }

    .carousel-fade .carousel-inner > .item.prev,

    .carousel-fade .carousel-inner > .item.active.left {

      opacity: 0;

      -webkit-transform: translate3d(0, 0, 0);

              transform: translate3d(0, 0, 0);

    }

    .carousel-fade .carousel-inner > .item.next.left,

    .carousel-fade .carousel-inner > .item.prev.right,

    .carousel-fade .carousel-inner > .item.active {

      opacity: 1;

      -webkit-transform: translate3d(0, 0, 0);

              transform: translate3d(0, 0, 0);

    }

}



.banner-vid{

	position: absolute;

    top: 50%;

    left: 50%;

    min-width: 100%;

    min-height: 100%;

    width: auto;

    height: auto;

    z-index: 1;

    -ms-transform: translateX(-50%) translateY(-50%);

    -moz-transform: translateX(-50%) translateY(-50%);

    -webkit-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%);

}



.carousel-indicators .active{
	background: #21B8DB;
	width: 15px;
	height: 15px;
	border: none;
}



.carousel-indicators li{
	width: 15px;
	height: 15px;
	background-color: #FFF;
	border: none;

}





.vidopa{

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.76+0,0+100 */

background: -moz-linear-gradient(left, rgba(0,0,0,0.76) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left, rgba(0,0,0,0.76) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right, rgba(0,0,0,0.76) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	z-index: 1;

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

}



.bannertext h1{

	font-family: deffont !important;

}



.bannerstat{

	position: absolute;

	z-index: 2;

}



#bannercd{

	color: #fff;

	margin-top: 30px;

}



#bannercd span{

	padding-right: 10px;

}



.video-ex{

	width: 100%;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	position: relative;

}



.video-overlay{

	background-color: rgba(0,0,0,0.5);

}



.video-text{

	color: #bcbec0;

	letter-spacing: 10px;

	text-transform: uppercase;

}



.highlight_banner_text{

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2626+0,f26423+100 */

	background: rgb(255,38,38); /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjY0MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(left,  rgba(255,38,38,1) 0%, rgba(242,100,35,1) 100%); /* FF3.6-15 */

	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,38,38,1)), color-stop(100%,rgba(242,100,35,1))); /* Chrome4-9,Safari4-5 */

	background: -webkit-linear-gradient(left,  rgba(255,38,38,1) 0%,rgba(242,100,35,1) 100%); /* Chrome10-25,Safari5.1-6 */

	background: -o-linear-gradient(left,  rgba(255,38,38,1) 0%,rgba(242,100,35,1) 100%); /* Opera 11.10-11.50 */

	background: -ms-linear-gradient(left,  rgba(255,38,38,1) 0%,rgba(242,100,35,1) 100%); /* IE10 preview */

	background: linear-gradient(to right,  rgba(255,38,38,1) 0%,rgba(242,100,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color:transparent;

    -webkit-background-clip: text;

    -moz-background-clip: text;

	-o-background-clip: text;

	-ms-background-clip: text;

    background-clip: text;



}



.carousel-indicators{

	margin-bottom: 0px;

	font-size: 24px;

}



.video-detail, .video-highlight{

	color: #bcbec0;

	font-size: 24px;

	z-index: 2;

}



.video-detail p{

	margin-bottom: 0px;

}



.video-detail .video-play-btn{

	margin-bottom: 10px;

}



@media(min-width: 768px){

	.video-overlay{

		right: 60%;

		position: absolute;

		width: 100%;

		height: 100%;

		top: 0;

		-webkit-transform-origin: 0 0;

		-ms-transform-origin: 0 0;

		transform-origin: 0 0;

		-webkit-transform: skewX(15deg);

		-ms-transform:  skewX(15deg);

		transform:  skewX(15deg);

		z-index: 1;

	}



	.video-text{

		/*position: absolute;

		z-index: 2;*/

		/*top: 100px;*/

		/*left: 80px;*/

		text-align: center;

		font-size: 28px;

		letter-spacing: 8px;

	}



	#myCarousel{

		max-width: 100%;

	    padding:0;
	}



	.video-ex{

		height: 850px;

		background-image: none !important;

	}





	.carousel-indicators li{

		margin-right: 8px;

	}



	.video-detail{

		position: absolute;

		bottom: 50px;

		right: 100px;

		text-align: right;

	}



	.video-highlight{

		position: absolute;

		top: 50px;

		right: 100px;

		text-align: right;

	}

}



@media(min-width: 992px){

	.video-overlay{

		right: 70%;

	}



	.video-text{

		z-index: 2;

		position: absolute;

		top: 150px;

		text-align: left;

		font-size: 32px;

		letter-spacing: 10px;

		line-height: 1.2;

	}



	#myCarousel{

		width: 100%;

	}

}



@media(max-width: 768px){

	/*.video-ex{

		height: 350px;

	}*/

	.banner-text{
 		position: absolute;
 	  bottom: 60px;
 	  left: 10%;
 	}

 	.banner-text p{
 		color : #FFF;
 		margin: 0px;
 		font-size: 25px;
 		line-height: 1.30 !important;
 	}

 	.banner-text p span{
 		font-size: 18px  !important;
 		margin-top:10px;
 	}


	#myCarousel{

		position: initial;

	}

	.video-overlay{

		position: absolute;

		width: 100%;

		height: 100%;

		top: 0;

		left: 0;

		z-index: 1;

		background-color: rgba(0,0,0,0.4);

		display: none;

	}



	.video-text{

		padding: 50px 15px;

		font-size: 24px;

		letter-spacing: 5px;

	}



	.banner-vid{

		display: none;

	}

}



.video-play-btn{

	border: 1px solid #fff;

    padding: 15px 20px;

    text-align: center;

    border-radius: 25px;

    display: inline-block;

}



.deadline{

	margin-top: 10px;

	padding: 10px;

	border: 2px solid #fff;

	color: #fff;

	width: initial;

}



.signup{

	background-image:url('../images/signupbg.jpg');

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	background-attachment: fixed;

	color: #ee4036;

	padding: 30px 15px 0px 15px;

	position: relative;

}



.signup input{

	border: none;

	border: 1px solid #ee4036;

	font-weight: bolder;

	background-color: transparent;

	color: #ee4036;

	padding: 5px 10px;

	width: 100%;

    max-width: 300px;

}



.signup input::-webkit-input-placeholder {

   color: #ee4036;

}



.signup input:-moz-placeholder { /* Firefox 18- */

   color: #ee4036;

}



.signup input::-moz-placeholder {  /* Firefox 19+ */

   color: #ee4036;

}



.signup input:-ms-input-placeholder {

   color: #ee4036;

}






#signupbtnfake{

	margin-top: 30px;

	margin-bottom: 50px;

	width: 100%;

	max-width: 200px;

	opacity: 0.8;

}



#signupbtnfake:hover{

	cursor:pointer;

	opacity: 1;

	-webkit-transition-duration:0.5s;

	-moz-transition-duration:0.5s;

	-webkit-transition-duration:0.5s;

	-o-transition-duration:0.5s;

	transition-duration:0.5s;

}



#about{
	position: relative;
	z-index: 1;
	clear: both;
	text-align: center;
}

#brilliant{
	position: relative;
	text-align: center;
	background-color: #000;
	padding: 65px 0px 75px 0px;

}

.lda-theme{
	position: relative;
	text-align: center;
	background-color: #000;
	padding: 80px 0px 80px 0px;
	background-image: url(../images/lda-theme-top.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;

}

#about-muse{
	padding: 70px 0px 75px 0px;
	position: relative;
	text-align: center;
	background: url(../images/about-bottom.png), linear-gradient(to right, #F29468, #EE7C96, #C38AFA);
  background: url(../images/about-bottom.png), -o-linear-gradient(to right, #F29468, #EE7C96, #C38AFA);
  background: url(../images/about-bottom.png), -moz-linear-gradient(to right, #F29468, #EE7C96, #C38AFA);
  background: url(../images/about-bottom.png), -webkit-linear-gradient(left, #F29468, #EE7C96, #C38AFA);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}



.nyda-dateline{
	background-image: url(../images/2024-NYDA-Deadlines.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #fff !important;
 	padding: 80px 0px;
}

.date-box{
	background-image: url(../images/2024-NYDA-Deadlines-circle.png);
	background-position: center center;
  background-repeat: no-repeat;
  background-size: 120%;
  text-align: center;
  padding: 100px 0;
}

.nyda-dateline .dateline-innerbox{
	padding: 5px 0px;
}

.nyda-dateline .date-box h2{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0px !important;
	margin-bottom: 8px !important;
}

.nyda-dateline .date-box  .dateline-innerbox .h2{
	font-family: Newsgotn !important;
	font-size: 30px !important;
}

.nyda-dateline .date-box h4{
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

.nyda-dateline .date-box .bullet{
  width:26px;
	margin-top: -10px;
	margin-right: 5px;
}

.nyda-dateline .dateline{
	font-size: 30px;
	font-weight: 900;
	color: #fff;
}

.nyda-dateline .countdown-box{
	  border-top:8px solid #FFF;
	  border-bottom:8px solid #FFF;
		border-left:1px solid #FFF;
		border-right:1px solid #FFF;
		padding: 40px 0px;
		margin-top: 40px;
}

.nyda-dateline .countdown-box .timeel{
   font-size: 100px;
	 color : #FFDD00;
	 font-weight: 600;
	 letter-spacing: 3px;
	 line-height: 1.1 !important;
}

.nyda-statuette {
    background: #FFF ;
    position: relative;
    padding: 80px 0px 80px 0px;
		background-image: url(../images/2024-NYDA-statuette-web.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size:cover;
		min-height: 700px;
}

.nyda-statuette::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.6), rgba(0,0,0,0));
}

.nyda-statuette .inner-box{
	padding-right: 0px;
}



.nyda-statuette .trophy {
    max-height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 5%;
		overflow: hidden;
}


#statuette{
 background: #000;
 position: relative;
 padding: 70px 0px 0px 0px;
}

#statuette .divider, #categories .divider{
 background-image:url('../images/divider.png');
 min-height:30px;
 background-repeat: repeat;
}

.nyda-awards-process{
	background-image: url(../images/2024-NYDA-Awards-Process-Background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 110%;
	position: relative;
	background-color: #fff !important;
 	padding: 80px 0px;
	z-index:200;
	position: relative;
}

.process-box{
	background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
	height: 280px;
  text-align: center;
}

.process-box h2{
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 800;
	padding-top:140px;
}

.process-box h4{
	padding-top: 20px;
	font-size: 23px;
}

#featured-juror{
 background: #000;
 position: relative;
 padding: 80px 0px 80px 0px;
 z-index:200;
}

#featured-winner{
 background: #E9EAE9;
 position: relative;
 padding: 80px 0px 0px 0px;
}



#about .newabout {
    position: relative;
}

#about .newabouttext {
    position: absolute;
    top: 10%;
    width: 100%;
}

#about .newabouttext .newabouttext-content {
    max-width: 600px;
    margin: auto;
}

.lda-vid {
    width: 90%;
    height: 480px;
}

.category-content{
 font-size: 18px !important;
}

.about-nyda-digital{
	background-image: url(../images/2024-NYDA-Introduction.jpg);
	background-color: #FFF;
    padding: 80px 0px;
	background-position: 20% center;
    background-repeat: no-repeat;
    background-size: 135%;
	text-align: left
}


#aboutiaa{
  background-color: #fff;
  position: relative;
	z-index:400;
	background-size: cover;
	text-align: center;
}

#aboutiaa .iaa-logo{
	width:160px;
}

#aboutiaa .text-subtitle{
	font-size: 28px !important;
	font-weight : 600 !important;
}

.whitebox{
	background-image: url(../images/2024-NYDA-IAA-section-box.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
	text-align: center;
  margin-top: 40px;
	padding: 15px;
}



.whitebox-inner{
	border-radius: 50%;
	margin: auto;
	width: 250px;
	height: 250px;
	padding: 40px 30px;
	text-shadow: 1px 1px 5px 1px #D3D3D3;
}

.inner-short{
	padding: 60px 30px !important;
}


h2.bignum{
		color: #8bf9fd;
   font-size: 38px;
	 font-weight: 600;
	 font-family: ethnocentric_rg !important;
}

.whitebox .whitebox-inner .title-sm{
	 margin-top: 10px;
   font-size: 18px;
	 color: #8bf9fd;
	 font-family: Newsgotn !important;
}

.whitebox-topagency{
	background-image: url(../images/2024-NYDA-Agency-section-box-v2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
  margin-top: 40px;
	padding: 15px;
}

h2.bignum-topagency{
		color: #8bf9fd;
   font-size: 40px;
	 font-weight: 600;
	 font-family: ethnocentric_rg !important;
}

.whitebox-topagency .whitebox-inner .title-md{
	font-weight: 600;
   font-size: 20px;
	 color: #8bf9fd;
	 font-family: Newsgotn !important;
}

.whitebox-topagency .whitebox-inner .title-sm{
	 margin-top: 10px;
   font-size: 18px;
	 color: #8bf9fd;
	 font-family: Newsgotn !important;
}





#about_bg{

	background-image:url('../images/background-enter.jpg');
	padding-top: 60px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height:950px;

}

#enter_bg{
	background-image:url('../images/timesquare.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  height:750px;
}



h2.prizes-title{
	font-size: 22px;
}

.prizes-whitebox{
   margin-top: 10px;
   border:1px solid #4E4E4E;
	 padding: 10px 0px;
	 height: 195px;
}

.prizes-whitebox .pd{ padding: 10px;}
.prizes-whitebox .desc{font-size: 15px;}

.lineyellow{
 border:2px solid #21B8DB;
 width:30%
}

.linegold{
 border:2px solid #E0C864;
 width:30%
}

@media(max-width: 768px){
.prizes-whitebox{margin-top: 18px; height: 175px;}
.mobile-row{ padding : 5px 25px}
.prizes-whitebox .pd{ padding: 18px;}
.mt-lg { margin-top: 35px !important;}
.navbar-header {
    padding: 5px 10px;
    width: 100%;
}

#aboutiaa .iaa-logo{
	width:180px;
	margin-bottom:50px;
}

#aboutiaa .text-subtitle{
	font-size: 22px !important;
}

.lda-vid {
    width: 100%;
    height: 250px;
}

#statuette .h1, #statuette .h3{
 text-align: center;
}

#statuette p{
 text-align: center;
 padding: 0px 3%;
}

}


.h1{
	  font-size: 45px !important;
    margin-bottom: 20px !important;
		margin-top: 0px !important;
		font-family: ethnocentric_rg !important;
}

.h2{
	  font-size: 30px !important;
    margin-bottom: 20px !important;
		margin-top: 0px !important;
		font-family: ethnocentric_rg !important;
}

.h3{
	  font-size: 28px !important;
    margin-bottom: 20px !important;
		font-weight: 400 !important;
		text-transform: uppercase;
}

.h4{
	  font-size: 27px !important;
    margin-bottom: 20px !important;
}

.h5{
	  font-size: 20px !important;
    margin-bottom: 20px !important;
}


.newabout-h1{

	margin-top: 20px;

}



.list-style-type-none{

	list-style-type: none;

	padding-left:0px;

}



@media(min-width: 480px) AND (max-width: 768px){

	.about-h1, .about-h2{

		font-size: 28px;

	}





	.newabout-h1{

		margin-top: 350px;

	}




	.grid-item{

		height: 350px !important;

	}

}



@media(max-width: 768px){

	.about-h1{

		font-size: 30px;

	}

	h2.prizes-title {
    font-size: 20px;
}

h3, .h3{
	font-size: 20px !important;
}

.prizes-whitebox .desc {
    font-size: 16px;
}

.about-nyda-digital .text-18 { font-size: 28px;}



.h1 {
    font-size: 38px !important;
    margin-bottom: 20px !important;
    font-family: ethnocentric_rg !important;
}

.h2{
	  font-size: 31px !important;
    margin-bottom: 20px !important;
		font-family: Newsgotn !important;
}

.h4{
	  font-size: 20px !important;
    margin-bottom: 20px !important;
		font-family: Newsgotn !important;
}

}



@media(max-width: 480px){



	.newabout-h1{
		margin-top: 5px;
	}

}



.about-line-2{
	margin-bottom: 25px;
	letter-spacing: 1px;
	color: #1CDBE5;
	font-size: 20px;
	margin-top: -15px;
}



.about-img-opa{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 40%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffcfc+0,afafaf+20,000000+74&0+0,0+20,1+100 */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmNmYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2FmYWZhZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  rgba(255,252,252,0) 0%, rgba(175,175,175,0) 20%, rgba(0,0,0,0.68) 74%, rgba(0,0,0,1) 100%); /* FF3.6-15 */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,252,252,0)), color-stop(20%,rgba(175,175,175,0)), color-stop(74%,rgba(0,0,0,0.68)), color-stop(100%,rgba(0,0,0,1))); /* Chrome4-9,Safari4-5 */

	background: -webkit-linear-gradient(top,  rgba(255,252,252,0) 0%,rgba(175,175,175,0) 20%,rgba(0,0,0,0.68) 74%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */

	background: -o-linear-gradient(top,  rgba(255,252,252,0) 0%,rgba(175,175,175,0) 20%,rgba(0,0,0,0.68) 74%,rgba(0,0,0,1) 100%); /* Opera 11.10-11.50 */

	background: -ms-linear-gradient(top,  rgba(255,252,252,0) 0%,rgba(175,175,175,0) 20%,rgba(0,0,0,0.68) 74%,rgba(0,0,0,1) 100%); /* IE10 preview */

	background: linear-gradient(to bottom,  rgba(255,252,252,0) 0%,rgba(175,175,175,0) 20%,rgba(0,0,0,0.68) 74%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}



.about-line-3{

	font-size: 32px;

	margin-top: 850px;

	margin-bottom: 15px;

	color: #fff;

}



.about-line-4{

	font-size: 32px;

	margin-bottom: 30px;

	color: #fff;

}



@media(max-width: 768px){

	.about-line-4{

		font-size: 28px;

	}



	.about-line-3{

		margin-top: 0px;

		font-size: 16px;

		font-weight: bold;

	}

}



.about-content{
	margin: auto;
	padding-left: 50px;
  padding-right: 50px;
}

.join-content{
	margin: auto;
	font-family: 'Newsgotn';
	font-size: 24px;
}


.enter-content{
	margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media(max-width:768px){
	.about-content, .enter-content{
		padding-left: 0px;
	  padding-right: 0px;
	}

}



.about-content-2{
	display: none;
	max-width: 800px;
	margin: auto;
	color: #bcbec0;

}



.about-content-2 ul{

	list-style-type: none;

	padding-left: 0px;

}



.about-lda-creativel{

	position: absolute;

	z-index: -1;

	left: 0;

	top: 50px;

}



.about-lda-creativer{

	position: absolute;

	z-index: -1;

	right: 0;

	top: 50px;

}



.about-read{
	margin-top: 30px;
	color: #11A4D3;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 80px;
}



@media(min-width: 1600px){

	.about-lda-creativel{

		left: 10%;

	}



	.about-lda-creativer{

		right: 10%;

	}

}



@media(min-width: 992px) and (max-width: 1400px){

	.the-content{

		max-width: 550px;

	}



	.about-lda-creativel{

		max-width: 250px;

	}



	.about-lda-creativer{

		max-width: 250px;

	}



}





.about-nyda-digital h3{

	font-size: 20px;

}



#logoblack{

	max-width: 350px;

	width: 100%;

	margin: auto;

}



.aboutopa{

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	background-color: rgba(210, 0, 208, 0.1);

	z-index:-2;

}



#statl{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 25%;

	max-width: 500px;

}



#statr{

	position: absolute;

	bottom: 0;

	right: 0;

	width: 25%;

	max-width: 500px;

}



.abouttext{

	max-width: 1000px;

	width: 100%;

	margin: auto;

	margin-top: 20px;

	margin-bottom: 50px;

}

.btn-link-gradient {
  position: relative;
	padding: 12px 40px !important;
	font-size: 20px !important;
	color: #000;
}

.btn-link-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 0.1em;
  background:linear-gradient(45deg,#F29468,#EF7B93,#CC87DB );
  -webkit-mask:
     linear-gradient(#fff 0 0) content-box,
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.btn-link-gradient-white {
  position: relative;
	padding: 12px 40px !important;
	font-size: 20px !important;
	color: #FFF !important;
}
.btn-link-gradient-white::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background:linear-gradient(45deg,#F29468,#EF7B93,#CC87DB );
  -webkit-mask:
     linear-gradient(#fff 0 0) content-box,
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.btn-link-gradient-white:hover {
	color: #FFF !important;
}

.btn-link-orange {
    background-color: #21B8DB !important;
    border: 1px solid #21B8DB !important;
    color: #000 !important;
    font-size: 20px !important;
    padding: 12px 40px !important;
    border-radius: 0px !important;
}

.btn-link-orange:hover {
    background-color: transparent !important;
    border: 1px solid #21B8DB !important;
    color: #21B8DB !important;
}

.btn-linkk{
	color: #fff;
  padding: 5px 25px  !important;
  font-weight: 500;
  background: transparent !important;
  cursor: pointer;
  transition: all 0.3s ease;
	position: relative;
  display: inline-block;
	text-transform: uppercase;
}

.btn-linkk-full{
	width:100%;
	color: #fff;
  padding: 5px 25px  !important;
  font-weight: 500;
  background: transparent !important;
  cursor: pointer;
  transition: all 0.3s ease;
	position: relative;
  display: inline-block;
	text-transform: uppercase;
}

.btn-link-white {
  border: 1px solid #fff;
  color: #fff !important;
	line-height: 42px;
  box-shadow: 0 0 5px #FF6986 , 0 0 5px #FF6986 inset;
  transition: all 0.3s ease;
}
.btn-link-white:hover{
	 color: #fff !important;
   text-shadow:
    0 0 20px #fff,
    0 0 50px rgba(255, 34, 87, .9),
    0 0 75px rgba(255, 34, 87, .8),
    0 0 76px rgba(255, 34, 87,.7),
    0 0 77px rgba(255, 34, 87, .6),
    0 0 78px rgba(255, 34, 87, .5),
    0 0 79px rgba(255, 34, 87, .4),
    0 0 80px rgba(255, 34, 87, .3),
    0 0 85px rgba(255, 34, 87, .2),
    0 0 99px rgba(255, 34, 87, .1);
}



.btn-link-black {
	background: #000 !important;
	color: #fff !important;
	box-shadow:  0 0 10px #000;
	line-height: 42px;
	border: none;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btn-link-black:hover {
	background-color: transparent !important;
	color: #000 !important;
	box-shadow: 0 5px 3px -3px #000, 0 -5px 3px -3px #000,
		0 5px 3px -3px #000, 0 -5px 3px -3px #000;
}

.btn-link-black:before,
.btn-link-black:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #000;
  box-shadow: 0 0 1px #000;
  transition: all 0.3s ease;
}
.btn-link-black:before {
  top: 0;
}
.btn-link-black:after {
  bottom: 0;
}
.btn-link-black:hover:before,
.btn-link-black:hover:after {
  height: 0;
  background-color: #000;
	box-shadow: 0 0 5px #000;
}


.btn-link-blue-white {
	background: #388DC6 !important;
	color: #fff !important;
	box-shadow:  0 0 10px #000;
	line-height: 42px;
	border: none;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btn-link-blue-white:hover {
	background-color: transparent !important;
	color: #000 !important;
	box-shadow: 0 5px 3px -3px #388DC6, 0 -5px 3px -3px #388DC6,
		0 5px 3px -3px #388DC6, 0 -5px 3px -3px #388DC6;
}

.btn-link-blue-white:before,
.btn-link-blue-white:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #388DC6;
  box-shadow: 0 0 1px #388DC6;
  transition: all 0.3s ease;
}
.btn-link-blue-white:before {
  top: 0;
}
.btn-link-blue-white:after {
  bottom: 0;
}
.btn-link-blue-white:hover:before,
.btn-link-blue-white:hover:after {
  height: 0;
  background-color: #388DC6;
	box-shadow: 0 0 5px #388DC6;
}



.btn-link-blue {
	background: #388DC6 !important;
	color: #fff !important;
	box-shadow:  0 0 10px #000;
	line-height: 42px;
	border: none;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btn-link-blue:hover {
	background-color: transparent !important;
	color: #fff !important;
	box-shadow: 0 5px 3px -3px #388DC6, 0 -5px 3px -3px #388DC6,
		0 5px 3px -3px #388DC6, 0 -5px 3px -3px #388DC6;
}

.btn-link-blue:before,
.btn-link-blue:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #388DC6;
  box-shadow: 0 0 1px #388DC6;
  transition: all 0.3s ease;
}
.btn-link-blue:before {
  top: 0;
}
.btn-link-blue:after {
  bottom: 0;
}
.btn-link-blue:hover:before,
.btn-link-blue:hover:after {
  height: 0;
  background-color: #388DC6;
	box-shadow: 0 0 5px #388DC6;
}



.btn-link-red {
	background: #EF0034 !important;
	color: #fff !important;
	box-shadow:  0 0 5px #000;
	line-height: 42px;
	border: none;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btn-link-red:hover {
	background-color: transparent !important;
	color: #000!important;
	box-shadow: 0 5px 3px -3px #EF0034, 0 -5px 3px -3px #EF0034,
		0 5px 3px -3px #EF0034, 0 -5px 3px -3px #EF0034;
}


.btn-link-red:before,
.btn-link-red:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #EF0034;
  box-shadow: 0 0 1px #EF0034;
  transition: all 0.3s ease;
}
.btn-link-red:before {
  top: 0;
}
.btn-link-red:after {
  bottom: 0;
}
.btn-link-red:hover:before,
.btn-link-red:hover:after {
  height: 0;
  background-color: #EF0034;
	box-shadow: 0 0 5px #EF0034;
}




.btn-link-red-white {
	background: #EF0034 !important;
	color: #fff !important;
	box-shadow:  0 0 5px #000;
	line-height: 42px;
	border: none;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btn-link-red-white:hover {
	background-color: transparent !important;
	color: #fff!important;
	box-shadow: 0 5px 3px -3px #EF0034, 0 -5px 3px -3px #EF0034,
		0 5px 3px -3px #EF0034, 0 -5px 3px -3px #EF0034;
}


.btn-link-red-white:before,
.btn-link-red-white:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #EF0034;
  box-shadow: 0 0 1px #EF0034;
  transition: all 0.3s ease;
}
.btn-link-red-white:before {
  top: 0;
}
.btn-link-red-white:after {
  bottom: 0;
}
.btn-link-red-white:hover:before,
.btn-link-red-white:hover:after {
  height: 0;
  background-color: #EF0034;
	box-shadow: 0 0 5px #EF0034;
}


.arrow-small{
	font-size: 16px !important;
	padding:  7px 10px !important;
}

.btn-link-grey {
		display: inline-block;
		text-align: center;
    background-color: #ffffff !important ;
    color: #000 !important;
		font-size: 19px !important;
		padding:20px 20px;
		margin: 2px 8px;
		box-shadow: 4px 4px 4px #D3d3d3;
}

.btn-link-grey:hover{
    background-color: #fff !important;
		border:2px solid #388DC6;
}

.btn-link-grey.active{
    background-color: #fff !important;
		border:2px solid #388DC6;
}


#subcribe{
	padding: 5px 30px !important;
}

#signupbtn{
	padding: 5px 30px !important;
}

#loginbtn{
	padding: 5px 30px !important;
}

#btn_save{
	padding: 5px 30px !important;
}

#checkout{
	padding: 5px 30px !important;
}

#btn_print{
	padding: 5px 30px !important;
}

#btn_add{
	padding: 5px 30px !important;
}

#btn_checkout{
	padding: 5px 30px !important;
}

.arrow-left{
		margin-right: 20px;
		margin-left: 0 !important;
}

.white-arrow{
	background: #fff !important;
	color: #000 !important;
}

.blue-arrow{
	background: -webkit-linear-gradient(left,#62A6E8 0%, #947FF0 90%);
	background: linear-gradient(left,#62A6E8 10%, #947FF0 90%);
}

.red-arrow{
	background: -webkit-linear-gradient(left,#EF0034 0%,  #947FF0 100%);
	background: linear-gradient(left,#EF0034 10%, #947FF0 100%);
}


.btn-link-white:hover i, .btn-white-border:hover i, .btn-link-black:hover i, .atc:hover i{
	-webkit-animation: linear infinite alternate;
	-webkit-animation-name: run;
	-webkit-animation-duration: 0.2s;
}

#btn_print i{
	margin-right: 14px !important;
}

@-webkit-keyframes run {
  0% {
    margin-left: 17px;
  }
  50% {
    margin-left: 20px;
  }
  100% {
    margin-left: 23px;
  }
}

.btn-link-white-2 {
	background: -webkit-linear-gradient(left,#F29468 0%, #EF7B93 40%, #CC87DB 60%);
background: linear-gradient(left,#F29468 0%, #EF7B93 40%, #CC87DB 60%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    border: 1px solid #FFF !important;
		font-size: 19px !important;
		padding: 12px 40px !important;
		border-radius: 0px !important;
		border-radius: 50px !important;
}

.btn-link-white-2:hover {
    background-color: #FFF !important;
    border: 1px solid #FFF !important;
    color: #000 !important;
}

.enterbtn{
    cursor: pointer;
    margin: 0px auto 20px auto;
		max-width:320px;
		background-color: transparent;
		border: 1px solid #FFF;
		padding: 8px 20px;
		font-size: 20px;
}



a .enterbtn{
    color: #FFF !important;
		text-align: center;
		position: relative;

}



a .enterbtn:hover{
    color: #F04A61 !important;
		background: #fff !important;
}


.enterbtn2{
    cursor: pointer;
    margin: 0px auto 20px auto;
		max-width: 280px;
		background-color: transparent;
		border: 1px solid #21B8DB;
		padding: 8px 20px;
		font-size: 20px;
}



a .enterbtn2{
    color: #21B8DB;
		text-align: center;
		position: relative;
		-webkit-transform: translateZ(0)
		transform: translateZ(0)
		-webkit-transition: color 1000ms
		transition: background-color .2s;
}



a .enterbtn2:hover{
    color: #FFF;
		background: #21B8DB;
}


.enterbtn3{
    cursor: pointer;
    margin: 0px auto 20px auto;
		max-width: 280px;
		background-color: transparent;
		border: 1px solid #21B8DB;
		padding: 10px 25px;

}



a.enterbtn3{
    color: #21B8DB;
		text-align: left;
		position: relative;
}



a.enterbtn3:hover{
    color: #FFF;
		background: #21B8DB;
}



.enterbtn4{
    cursor: pointer;
    margin: 0px auto 20px auto;
		max-width: 350px;
		background-color: transparent;
		border: 1px solid #000;
		padding: 8px 50px;
		font-size: 20px;
}



.enterbtn4{
    color: #000 !important;
		text-align: center;
		position: relative;
}



.enterbtn4:hover{
    color: #FFF !important;
		background: #000;
}

.enterbtn5{
    cursor: pointer;
    margin: 0px auto 20px auto;
		max-width: 100%;
		background: -webkit-gradient(left, #F2926A, #EB7D9E, #C58AF5) !important;
    background: -webkit-linear-gradient(left, #F2926A, #EB7D9E, #C58AF5) !important;
    background: -moz-linear-gradient(to right, #F2926A, #EB7D9E, #C58AF5) !important;
    background: -o-linear-gradient(to right, #F2926A, #EB7D9E, #C58AF5) !important;
    background: linear-gradient(to right, #F2926A, #EB7D9E, #C58AF5) !important;
		padding: 8px 20px;
		font-size: 20px;
}



a .enterbtn5{
    color: #FFF;
		text-align: center;
		position: relative;
		-webkit-transform: translateZ(0)
		transform: translateZ(0)
		-webkit-transition: color 1000ms
		transition: background-color .2s;
}



a .enterbtn5:hover{
    color: #FFF;
		background: #21B8DB;
}



.enterbtn6{
    cursor: pointer;
    margin: 0px auto 20px auto;
		max-width:320px;
		background-color: transparent;
		border: 1px solid #FFF;
		padding: 8px 20px;
		font-size: 20px;
}



a .enterbtn6{
    color: #FFF !important;
		text-align: center;
		position: relative;

}



a .enterbtn6:hover{
    color: #384F79 !important;
		background: #fff !important;
}


.btn-link{
    cursor: pointer;
    margin: 0px auto 20px auto;
		max-width: 280px;
		background-color: transparent;
		border: 1px solid #000;
		padding: 6px 20px;
		font-size: 16px;
}

.btn-link.full{
	width: 100%;
	max-width: 100%;
	font-size: 18px !important;
}



a.btn-link{
    color: #FFF !important;
		text-align: center;
		border: 1px solid #13487D;
		padding: 5px 20px;
		background: #000  !important
}



a.btn-link:hover{
    color: #FFF;
		background: #000;
}




@media(max-width: 768px){

	.enterbtn2 p{

		font-size: 18px;

	}

	.enterbtn4{
			padding: 8px 20px;
			font-size: 17px;
	}

}





@-webkit-keyframes pulse {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);

  }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



@keyframes pulse {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);

  }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}



.enterbtn2:hover{

	text-decoration: none;

	-webkit-animation-name: pulse;

 	animation-name: pulse;

}



.seall:hover{

	-webkit-animation-name: pulse;

 	animation-name: pulse;

}



.enterbtn:hover{

	-webkit-animation-name: pulse;

 	animation-name: pulse;

}



#whyvega{

	padding: 50px 15px;

	text-align: center;

	position: relative;

	z-index: 1;

}



#whyvegastatue{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 33%;

	max-width: 430px;

	z-index: -1;

}



.benefit{

	margin-top: 100px;

}



.benefitcircle{

	max-width: 200px;

	width: 100%;

	height: 200px;

	margin: auto;

	margin-bottom: 30px;

	border-radius: 50%;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	position: relative;

}



.benefitcircleopa{

	position: absolute;

	width: 100%;

	height: 100%;

	background-color: rgba(0,0,0,0.5);

	top: 0;

	left: 0;

	border-radius: 50%;

	color: #fff;

	padding-top: 80px;

}



#vegareason{

	background-color: #F2F2F2;

	padding-top: 100px;

	padding-bottom: 100px;

	display: none;

}



.vegareasoncont{

	width: 100%;

	margin: auto;

	/*margin-top: 20px;*/

	padding: 0px 15px;

	max-width: 800px;

}



.vegaicon{

	margin-top: 10px;

}



.vegareason{

	letter-spacing: 1;

	line-height: 1;

}



.vegareason p{

	color: #231F20;

	line-height: 20px;

}



.vegareason h4{

	color: #231F20;

	font-family: deffont;

	font-size: 24px;

}



.reason1{

	position: relative;

}

.reason2{

	position: relative;

}



#howtoenter{
	padding: 80px 0px 80px 0px;
	color: #FFF;
	position: relative;
	overflow: hidden;
	background-image: url(../images/2024-NYDA-Entry-Information.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.tab-content .tab-pane {
    padding: 20px 25px;
    font-size: 16px;
}


#howtoenter .tab-border{
 border: 1px solid #000;
 background: transparent;
}


#howtoenter .nav-pills>li.active>a, #howtoenter .nav-pills>li.active>a:focus, #howtoenter .nav-pills>li.active>a:hover {
    color: #fff !important;
		background: #000;
		border-radius: 0px;
}

#howtoenter .nav-stacked>li+li {
    margin-top: 0px !important;
}

#howtoenter .nav-pills.nav>li {
	border-bottom: 1px solid #000;
}

#howtoenter .nav-pills.nav>li:last-child {
	border-bottom: none !important;
}




#howtoenter .nav-pills.nav>li>a {
    position: relative;
    display: block;
    padding: 25px 15px;
		height：100%；
		color : #FFF !important;
		font-size: 20px !important;
}

#howtoenter .nav-pills.nav>li>a:hover {
	background: #000;
	color: #fff !important;
	border-radius: 0px;
}


#howtoenter .tab-content .tab-pane {
	  padding: 30px 20px !important;
    color: #FFF !important;
    text-align: left;
		line-height: 1.60;
}


#howtoenter .step-thumb img {
    max-width: 115px;
    margin: auto;
}

#howtoenter .step-count {
    margin-top: 35px !important;
}

#howtoenter .step-title {
    font-size: 19px;
		margin-top: 0;
		font-weight: bold;
}

#howtoenter .tab-content{
	padding-left: 20px;
	min-height: 400px;
	border-left : 1px solid #000;
}


#howtoenter .tab-content .tab-pane ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px !important;
    margin-block-end: 0px  !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px !important;
}


#howtoenter .tab-content .tab-pane ul li{
	margin-bottom: 10px;
}

#thefees {
		background-color: #B21414;
    padding: 80px 0px 80px 0px;
		color:#fff;
}

#benefit {
		background-image: url(../images/2024-NYDA-benefit-bg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
    padding: 80px 0px 80px 0px;
		color:#000;
}

.parallax {
    background-image: url(../images/2024-NYDA-Parellax.jpg);
    min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#designoftheyear{
	background: #fff;
	padding: 40px 15px 0px 15px;
	position: relative;
	background: #fff;
	z-index:400;
	background-image: url(../images/2024-LDA-Design-of-the-year.jpg);
	background-position: center;
	background-repeat: no-repeat;
	min-height:400px;
	background-size: cover;
	text-align: center;
}

#designoftheyear .designparagraphy{
	padding-bottom:100px;
}



#whynyda{
	color: #000;
	position: relative;
	overflow: hidden;
	background: #FFF;
  padding: 80px 0 80px 0;
}

#whynyda ol{
	margin-top: 20px;
	z-index: 999;
	list-style-type: none;
}

#whynyda ol li::marker {
	z-index: 999;
}

#whynyda ol li{
  font-size: 21px !important;
	font-weight: bold;
	min-height: 210px;
	padding-top:10px;
	color:#62A6E8 !important;
	position: relative;
	z-index: 9;
}

#whynyda ol li p {
    font-size: 17px !important;
		font-weight: normal;
		color:#000 !important
}

#whynyda .line-bar{
	width: 170px;
	margin-bottom: 26px;
}

#awardsprocess{
	background-color: #FFF;
	padding: 80px 0px 90px 0px;
	color:#000;
}

#awardsprocess table{
	width:100%;
}

#awardsprocess table img{
	width:200px;
}

#submission{
	background-image: url(../images/NYDA-Program-Page-awards-process.jpg);
	background-position: center;
	background-size: 130%;
	background-repeat: no-repeat;
	padding: 60px 0px 40px 0px;
	color: #000;
}


.why-row{padding:0 5%;}

#evolve{
	color: #FFF;
	position: relative;
	overflow: hidden;
	background: #000;
  padding: 0px;


}

#agency{
	color: #FFF;
	position: relative;
	overflow: hidden;
  padding: 0;
}

#agency h3{
	text-transform: uppercase;
	margin-top: 0px !important;
	font-size: 22px !important;
	font-weight: 600;
}

#agency .h5{
 font-weight: 600;
}

#agency .h6 {
    font-size: 19px !important;
		font-weight: 600;
}

.content-categories-five{
	width:20%;
	display: contents;
}

.content-categories-four{
	width:25%;
	display: contents;
}

.tbl-agency{
	border-bottom:5px solid #FFF;
	border-top:5px solid #FFF;
}

.tbl-agency td, .tbl-agency th{
	border : 1px solid #FFF;
	padding: 20px 10px;
}

.tbl-agency h2.number{
	font-size: 80px;
	font-weight: 700;
	margin-top: 0px !important;
}

.tbl-agency p{
	margin: 0px !important;
}



#video{
	position: relative;
	overflow: hidden;
	z-index:2;
  margin-top:0px;
  width: 100%;
}



#video iframe{
	 width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
}


#video .text-wrap{
	position: absolute;
	top: 35%;
	left: 34%;
	z-index: 3;
	text-align: center;
}

#video .text-wrap h2 {
		font-size: 35px;
		color: #FFF;
		font-family: 'Newsgotn' !important;
		margin-top: 10px;
		margin-bottom: 10px;
}

#video .text-wrap .subtitle {
		font-size: 21px;
		color: #FFF;
}

#video .text-wrap .btn-play{
	font-size: 40px;
	color: #FFF !important;
}



@media(min-width: 1600px){

	#howtoenter_bg{

		background-size: cover;

	}


}



@media(min-width: 1280px){

	#howtoenter_bg{

		background-size: 1800px;

	}

}



@media(min-width: 768px){

	#howtoenter_bg{

		background-size: 1600px;

	}



}





.howtoenter-how{

	font-size: 50px;

    letter-spacing: 2px;

    margin-bottom: 15px;

    color: #fff;

    font-weight: bold;

}



@media(max-width: 768px){

	.howtoenter-how{

		font-size: 28px;

	}

}



.howtoenter-line1{
	color: #1CDBE5;
	letter-spacing: 2px;
	font-size: 24px;
	margin-bottom: 50px;
}



#categorysec{
    background: radial-gradient(#191A1A 0%,#1D1E1E 29%,#202121 72%,#020202 100%);
	background-color: #202121;
	color: #fff;
	padding: 50px 0px;
	position: relative;

}






.categorysec_1{

	font-size: 40px;

	color: #fff;

	text-align: center;

	letter-spacing: 2px;

	margin-bottom: 25px;

}



@media(max-width: 768px){

	.categorysec_1{

		font-size:28px;

	}





}



.index_category_main{
	text-align: left;
	margin-top: 40px;
}





.defcolor{
	color: #EF0034 !important;
}

.defcolordark{
  color:#0C315C;
}

.defcoloryellow{
	color: #FFE600 !important;
}

.defcolorgreen{
	color: #FFE600 !important;
}



.seall{
	color: #1CDBE5;
	background-color: transparent;
	text-align: center;
	padding: 10px;
 	margin-top: 20px;
	margin-bottom: 50px;
}



@media(max-width: 768px){

	.seall{
		padding: 5px 15px;
	}

}



.catboxfront{

	color: #fff;

	background-color: #ee4036;

	padding: 15px 15px 35px 15px;

	max-width: 400px;

	width: 100%;

	margin: auto;

	margin-bottom: 20px;

}



.catboxfront h4{

	color: #fff;

	margin-top: 20px;

	margin-bottom: 20px;

}



.catboxfront p{

	border:1px solid #fff;

	margin: 0px;

	padding: 10px 15px;

}



.secheading{

	font-weight: bold;

	font-size: 50px;

}



.secheadingpad{

	margin-bottom: 50px;

}



.offerbox{

	color: #222222;

	/*background-color: #231F20;*/

	padding: 10px;

	letter-spacing: 1;

	/*line-height: 1;*/

	margin: auto;

	margin-bottom: 20px;

	margin-top: 20px;

	min-height: 180px;

	display: table;

	width: 100%;

	max-width: 300px;

	font-size: 16px;

	border: 1px solid #CCCCCC;

	font-size: 22px;

}



.offerbox div{

	display: table-cell;

	vertical-align: middle

}



.abouth1{

	margin: 30px 0px;

	color: #231F20;

}



.slidetb{

	width: 100%;

	text-align: center;

}



.slidetb .slideth{

	/*background-color: black;*/

	color: inherit;

	padding-top: 10px;

	text-align: center;

}



.slidetb .slidetd{

	background-color: transparent;

	color: inherit;

}



.slidetb .bl{

	border-left: 1px solid #A9ADAF;

}



.pointer:hover{

	cursor: pointer;

}



.extratext{

	display: none;

}



.readmore{

	font-family: header;

}



.readless{

	display: none;

	font-family: header;

}



.hidden-info{

	/*display: none;*/

}



@media(max-width: 992px){

	#statl{

		z-index:-1;

	}



	#statr{

		z-index:-1;

	}

}



@media(max-width: 768px){

	#signupbtnfake{

		max-width: 80px;

	}

	#thegallery{
		margin-top: 0px !important;
	}

	 .about-nyda-digital{
     margin-top: 0px !important;
	 }



	.about2-paralbg{

		position: fixed;

		top:0;

		left:0;

		width: 100%;

		height: 100%;

		background-image: url('../images/worldbg.jpg');

		background-size: 300% auto;

		background-position: center;

		z-index: -1;

	}



	.slidetb .slideth{

		min-height: 100px;

		padding-top: 20px;

		border-top: 1px solid #A9ADAF;

		color: inherit;

		background-color: transparent;

	}



	.slidetb .slidetd{

		min-height: 100px;

		padding-top: 0px;

	}

	.slidetb .bl{

		border-top: 1px solid #A9ADAF;

	}



	.hidden-info{

		display: block;

		margin-bottom: 0px;

	}



	.price-top-small{

		margin-top: 20px;

		margin-bottom: 0px;

	}



	#videocontainer{
		position: relative !important;
		margin-top: 60px;

	}





	.bannerstat{

		display: none;

	}



	.bannertext h1{

		font-size: 20px;

	}



	.deadline{

		font-size: 16px;

	}



	.vegareason{

		margin-bottom: 80px;

		/*border-bottom: 1px solid #ee4036;

		border-top: 1px solid #ee4036;*/

	}




}



@media(min-width: 768px){

	.bannertext{

		/*position: absolute;*/

		width: 80%;

		max-width: 1000px;

	}



	.about2-paralbg{

		display:none;

	}



	.bannertext h1{

		font-size: 32px;

	}



	.bannerstat{

		right:0;

		bottom: 0;

		width: 20%;

	}



	.bannerstat img{

		width: 100%;

	}



	/*.reason2:after{

		position: absolute;

		content:"";

		height: 75%;

		width:1px;

		background-color: #ee4036;

		top: 0;

		left: 0;

	}



	.reason2:before{

		position: absolute;

		content:"";

		height: 75%;

		width:1px;

		background-color: #ee4036;

		top: 0;

		right: 0;

	}*/



	/*.reason1:after{

		position: absolute;

		content:"";

		width: 85%;

		height:1px;

		background-color: #ee4036;

		bottom: -18px;

		left: 20px;

	}*/



	.reason-inner{

		max-width: 70%;

		margin: auto;

	}



	.vegareason{

		/*min-height: 230px;*/

		margin-bottom: 50px;

	}



	.slidetb .slideth{

		min-height: 50px;

	}

	.slidetb .slidetd{

		min-height: 50px;

	}

	.slidetb .bl{

		border-left: 1px solid #A9ADAF;

	}

	#bannercd{

		position: absolute;

		bottom: 70px;

		left: 50px;

	}

}



@media(min-width: 992px){

	.benefit{

		margin-left: 33%;

	}



	.whyvegatext{

		position: absolute;

		bottom: 100px;

		left: 0px;

		max-width: 300px;

	}



	.bannertext h1{

		font-size: 45px;

	}

}



/*gallery*/


/*#thegallery {
    background-color: #221815;
    padding-top: 150px;
    padding-bottom: 100px;
    margin-top: 675px;
}*/

#thegallery{
  background-color: #221815;
 	padding-top: 150px;
  padding-bottom:100px;

}

#feature-gallery {
    background: rgb(51,50,51);
    background: -moz-linear-gradient(left, rgba(51,50,51,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,50,51,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(51,50,51,1) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(51,50,51,1) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(51,50,51,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(51,50,51,1) 0%,rgba(0,0,0,1) 100%);
    padding-top: 75px;
}

#thegallery-black{
  background-color: #000000;
 	padding-top: 75px;
  padding-bottom:80px;

}



#gallery_open{
	text-transform: uppercase;
	font-size: 48px;
	color: #fff;
	letter-spacing: 6px;
}

#gallery{
	background: #fff;
  position: relative;
  padding: 80px 0px 80px 0px;
}

#gallery-section-2 .projects.four.isotope{
	position: relative;
	overflow: hidden;


}
#gallery-section-2 .project{
	position:relative;
	text-align:center;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	max-height:350px;
}
#gallery-section-2 .four .project{
	width:24.97%;
	float:left;
}

#gallery-section-2 .three .project{
	width:33.33%;
	float:left;
}


#gallery-section-2 .project img{
	width:100%;
	height:auto;
}

#gallery-section-2 .project .hover{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	background: rgba(205, 80, 66,0.5);
	font-size:17px;
	opacity:0;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

#gallery-section-2 .project:hover .hover{
	height: 100%;
	opacity:1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

#gallery-section-2 .project:hover h3{
	color:#FFF !important;
}

#gallery-section-2 .project h3{
	font-size:18px;
	font-weight:800;
	margin-top:0;
	text-transform:capitalize;
}

#gallery-section-2 .project .hover-inner{
	position:relative;
	top:50%;
	margin-top:-30px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	 padding: 10px;
}

#gallery-section-2 .project:hover .hover-inner{
	top:50%;
	color:white;
}



#gallery-section-2 .project ul{
	margin:0 0 5px;
	padding:0;
}

#gallery-section-2 .project li{
	display:inline-block;
}


#testimonies{
  position: relative;
	text-align: center;
	background-color: #e6e6e6;
	padding: 80px 0px 80px 0px;
}

.testimonial-details{
margin-top: 30px;
font-size: 16px;
}

.testimonial-sender{
 font-size: 15px;
 font-weight: 800;
}

#testi.owl-theme .owl-nav{
  position: absolute;
  top:38%;
  width:108%;

}

#testi.owl-theme .owl-nav [class*="owl-"]{
background: transparent !important;
font-size: 80px;
margin: 5px;
}

#testi.owl-theme .owl-nav:hover [class*="owl-"]{
color: #404040 !important;
}

#testi.owl-theme .owl-nav .owl-prev{
  position: absolute;
  left:-3.5%;
}

#testi.owl-theme .owl-nav .owl-next{
  position: absolute;
  right:3.8%;
}

#testi .the-testi{
	padding:0px 10px;
}

#testi .the-block{
	font-size: 24px;
}

#testi .testi-logo {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
	  border-radius: 20px;
}

#theBrand{
	background: -webkit-gradient(left, #F29467, #ED7C98, #C38AFB) !important;
  background: -webkit-linear-gradient(left, #F29467, #ED7C98, #C38AFB) !important;
  background: -moz-linear-gradient(to right, #F29467, #ED7C98, #C38AFB) !important;
  background: -o-linear-gradient(to right, #F29467, #ED7C98, #C38AFB) !important;
  background: linear-gradient(to right, #F29467, #ED7C98, #C38AFB) !important;
 	padding-top: 20px;
  padding-bottom:20px;

}

#theBrand .brand-title{
	font-size: 40px;
	color: #FFF;

}

#brand-carousel .item{
	padding:30px;
}

#categories{
	background-image: url(../images/2024-NYDA-Categories-Background.jpg)!important;
  background-position: left top;
  background-repeat: no-repeat !important;
  background-size: 110% !important;
	background: #fff;
	padding: 80px 0px;
}

#categories h4{
font-size: 25px;
font-weight: 700;
margin-top: 15px !important;
}





@media(max-width: 768px){

	#testi .the-testi{
		padding:0px 40px;
	}

	#testi.owl-theme .owl-nav{
		width: 100%;
		top: 28%;
	}

	#testi.owl-theme .owl-nav .owl-prev{
		left:0;
	}
	#testi.owl-theme .owl-nav .owl-next{
		right:0;
	}

	.projects.four.isotope{
		position: relative;
		overflow: hidden;

	}

	.four .project{
		width:100%;
		float:left;
	}

	#gallery_open{

		font-size: 25px;

	}

	.m-hide{display:none;}

	#categories img{
	   margin:20px auto !important
	}

	.index_category_main{
		text-align: center;
		margin-top: 10px;
	}

	#testimonies{
		padding: 80px 0px 0px 0px;
	}

	#video iframe{
 	 width: 100vw;
 	 height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
 	 min-height: 100vh;
 	 min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
 }


}



.grid-item{

	width: 50%;

	height: 250px;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	position: relative;

	cursor: pointer;

	overflow: hidden;
	float:left;

}



.gridopa{

	width: 100%;

	height: 100%;

	background-color: rgba(0,0,0,0.6);

	color: #fff;

	position: absolute;

	left: 0;

	bottom: -100%;

}



.galtext{

	position: absolute;

    top: 20%;

    width: 100%;

    text-align: center;

    padding: 10px;

}



.grid-item:hover .gridopa{

	bottom: 0px;

	-webkit-transition-duration:0.2s;

	-moz-transition-duration:0.2s;

	-webkit-transition-duration:0.2s;

	-o-transition-duration:0.2s;

	transition-duration:0.2s;

}



.grid-item:hover .galtext{

	margin-top: 45px;

	-webkit-transition-duration:1.0s;

	-moz-transition-duration:1.0s;

	-webkit-transition-duration:1.0s;

	-o-transition-duration:1.0s;

	transition-duration:1.0s;

}



#thegallery button{
  color: #333;
	border:none;
	font-size: 16px;
	letter-spacing: 1px;

}



.grid{

	margin-bottom: 0px;

}


#thecategory{
	background:#000;
	background-image: url(../images/NYDA-Program-Page-category-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 80px 0px;
 	padding: 60px;
}

#thecategory h3{
	margin-bottom: 40px;
	color:#388dc6;
}


#thecategory p{
	margin-bottom: 25px;
}

.tbl-category-single{
	border: 1px solid #fff;
	padding: 30px;
}

.tbl-category-single tr{
	border: 1px solid #fff;
}

.tbl-category-single td{
	border: 1px solid #fff;
}

.tbl-category-single td a{
	display: block;
	padding: 15px 0;
	color: #fff !important;
}

.tbl-category-single td:hover {
	background-color: #ed0034;
}



.category-content{
  color:white;
  font-size: 18px;
  line-height: 22px
}

.process-content{
	background-image: url(../images/2024-NYDA-Agency-section-box-v2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
	height: 300px;
	margin: 10 10px;
	padding: 30px 35px;
}

.process-content .h3{
	text-transform: capitalize;
	font-size: 22px!important;
	font-weight: 900!important;
	margin-bottom: 50px !important;
}

.process-content .category-sub-content{
	font-size: 18px!important;
}

@media(max-width: 768px){
   #thecategory{
   background-color: #fff;
   min-height: 650px;
   padding-top: 20px;
	 margin-top:0px;
	 padding: 20px 5px 20px 5px;
  }
}


#thesubcategory{
 background: #fff;
 padding: 80px 0px;
}

#thesubcategory .h3{
	padding-bottom: 20px; 
	border-bottom:2px dashed #ef0034;
	text-transform: capitalize;
	font-size: 23px !important;
	font-weight: 900 !important;
}

#thesubcategory .subcatbox{
	background:#EFEFEF;
	border-radius:20px;
}

#thesubcategory , .subcat{
 text-align: left;
}

.trophy-img {
    max-width: 134px;
    position: absolute;
    top: -130px;
    z-index: 1;
		left:30px;
}

#thesubcategory h3{font-size: 24px;}

.div-info{
	border-bottom: 1px solid #000;
	padding:25px 0;
}

.div-fees{
  background-color: #E3E4E5;
  padding:30px 50px!important;
}

@media(max-width: 460px){
	.div-fees{
	  background-color: #E3E4E5;
	  padding:30px 5px!important;
	}

	.tbl-category{
	  border: 0;
	}

}



.tbl-category{
  border: 1px solid #fff;
}

.category-body{
  border: 0;
}


.tbl-category th{
  border-bottom: 1px solid #000;
}

.tbl-head-box{
  background: transparent;
  padding: 10px 30px!important;
  border:1px solid #fff;
}

.tbl-head{
  background: transparent;
	border:1px solid #fff;
	font-family: Newsgotn;
	font-size: 25px;
	min-width: 225px;
}

.tbl-foot-box{
  background: transparent;
  padding:0 !important;
}


.tbl-foot{
  background: #EF0034;
	font-family: Newsgotn;
	font-size: 20px;
	padding: 24px 18px !important;
}

.tbl-head-one{
	padding:41px 18px !important;
}

.tbl-head-sec{
	padding: 29px 18px !important;
}

.head-color{
	padding: 28px 25px!important;
	color:#fff!important;
  border-radius: 15px;
	font-size: 24px;
	background:#388DC6;
}

.tbl-head-color{
	padding: 45px 25px!important;
	color:#fff!important;
  border-radius: 15px;
	font-size: 24px;
	background:#388DC6;
}

.tbl-body{
	background-color: transparent;
	padding: 10px 30px!important;
	border:1px solid #fff;
}

.tbl-body-end{
	background-color: #fff;
	padding: 33px!important;
}

.tbl-category th{
	border: 1px solid #000;
	font-weight: normal;
	padding:22px 18px;
	color : #fff;
	font-size: 20px;
}

.tbl-category td {
	height: 90px;
	padding:22px 18px;
	color : #fff;
	font-size: 18px;
}

.tbl-category td span{
	font-size: 18px !important;
}

.category-body td {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 20px 18px;
  color: #000;
  font-size: 18px;
  height: auto;
}

.category-body tr:last-child {
	border-bottom: 1px solid #000;
}

.dot{
	font-size:14px !important;
}


@media(max-width: 768px){
  .tbl-category td{
  font-size: 13px;
  }

	.trophy-img {
	    max-width: 110px;
	    position: relative;
	    top: 0px;
	    z-index: 1;
			left:38%;
	}

	.div-fees-content p{
    text-align: center;
		padding: 0 2%;
	}

}

.category-winner{
  height: 400px;
  background-color: #413D3C;
  width: 100%;
  margin: 0 5px;
}

a.main{
  padding:10px 0;
}


.modal-dialog{
	max-height: auto !important;
}

.modal-login{
	max-width: 700px !important;

}




.ekko-lightbox-container iframe{

	width: 100%;

	height: 500px;

}







@media(min-width:768px){

	.grid-item{

		width: 33%;

	}

}

@media(min-width:1200px){

	.grid-item{

		width: 25%;

	}

}



@media(max-width: 768px){

	.grid-item{

		width: 100%;

	}

}



.gallery_button{

	list-style-type: none;

	padding-left: 0px;

	display: inline-block;

	max-width: 1200px;

	margin: auto;

}



.gallery_button>li{
	float: left;
	padding: 0px 15px;
	font-size: 16px;

}


/*Action*/

#action{
	background:#EF0034;
	padding: 80px 15px;
	position: relative;
}

/*Sign Up*/

#signup{
background: #FFF;
padding: 80px 15px 80px 15px;
background:#EFEFEF;
background-position: bottom;
background-size: 100% auto;
background-repeat: no-repeat;
}



.signup_1{
	font-size: 20px;
	margin-bottom: 5px;
}



.signup_2{

	font-size: 24px;

}



/*Footer*/


#footer{
	position: relative;
	z-index:400;
  background-color: #000;
  overflow: hidden;
	padding: 90px 15px 75px 15px;
	color: #fff;
}

.footer-seperator{
	overflow:hidden;
	height:12px;
	background-image:url('../images/divider.png');
}

.footer-logo{
	height: 80px;
	position: relative;
	margin-top: 20px;
}

.footer-logo .left-line{
	height:35px;
	border-bottom:1px solid #7A7A7A;
	width:43%;
	display:inline-block;
	position:absolute;
	top:0
}

.footer-logo .right-line{
	height:35px;
	border-bottom:1px solid #7A7A7A;
	width:43%;
	display:inline-block;
	position:absolute;
	top:0;
	right:0px
}

.flogo {
    width: 90px;
    position: absolute;
    top: -20px;
    left: 46.5%;
}

.pattern {
    height: 12px;
}



.social-icon{

	list-style-type: none;

	padding-left: 0px;

	display: inline-block;

}



.social-icon li{

	float: left;

	padding: 5px;

	font-weight: bold;

}



.social-icon i{
    font-size: 20px;
    height: 40px;
    width: 40px;
    padding-top: 10px;
}



.social-icon i {

    border: 1px solid #fff;

    color: #fff;

}

.social-icon i {
    border: 1px solid #EF0034;
}


.social-icon i.fa-youtube{
    border: 1px solid #EF0034;
}

.social-icon i.fa-facebook-f {
    border: 1px solid #EF0034;
}

.social-icon i.fa-twitter {
    border: 1px solid #EF0034;
}

.social-icon i.fa-instagram{
    border: 1px solid #EF0034;
}



.social-icon i:hover {
    color: #EF0034;
    border: 1px solid #FFF;
}



@media(max-width: 768px){

	.social-icon li{

		text-align: center;

	}



/*	.social-icon li:nth-child(1){

		width: 100%;

		padding-bottom: 0px;

	}



	.social-icon li{

		width: 15%;

	}



	.social-icon li:nth-child(2){

		margin-left: 12.5%

	}



	.social-icon li:nth-child(6){

		margin-right: 12.5%

	}*/

}



/*.social-icon li a img{

	max-width: 40px;

}*/



.social-icon i{

	font-size: 20px;

}



.footerbot{

	width: 100%;

	max-width: 1600px;

	padding: 0px 30px;

	margin: auto;

}



.copyright{

	margin-top: 20px;

	font-size: 14px;

}



@media(min-width: 992px){

	.copyright{

		/*text-align: right;*/

	}

}



@media(max-width: 992px){

	.copyright{

		/*text-align: center;*/

	}

}



.logo-container{
	position: absolute;
	float: left;
	padding: 10px 0;
	z-index: 1;
}







.logo-shine{

	position: absolute;

	width: 100%;

	height: 100%;

	z-index: -1;

	top: 5px;

	left: 0;

	border-radius: 25%;

}



.logo-bottom{

	margin-bottom: 30px;

	display: initial;

}



@media(max-width: 768px){

	.logo-bottom{

		max-width: 125px;

		margin: auto;

		margin-bottom: 30px;

	}

}



.copyright a{

	color: #fff !important;

}



.copyright a:hover{

	color: #fff !important;

}



.copyright p{

	margin: 0px;

}



.signupinput{
	background-color: transparent;
	width: 100%;
	border: 1px solid #A9A9A9;
	padding: 12px;
	max-width: 100%;
	margin: 10px auto 15px auto;
	text-align: center;
}



@media(max-width: 768px){

	.signupinput{

		padding: 5px 15px;

		max-width: 100%;

	}

}



.signupinput::-webkit-input-placeholder {
	color: #7C7C7C;
	text-align: center;
}



.signupinput:-moz-placeholder { /* Firefox 18- */

	color: #fff;

	text-align: center;

}



.signupinput::-moz-placeholder {  /* Firefox 19+ */

	color: #fff;

	text-align: center;

}



.signupinput:-ms-input-placeholder {

	color: #fff;

	text-align: center;

}



@media(min-width: 992px){

	.copyright{

		/*text-align: right;*/

	}



	.footerbot{

		position: relative;

	}

	#logobottom{

		position: initial;

	}



	.footer-sponsor{

		position: absolute;

		top: 20px;

	}

}



@media(max-width: 992px){

	#logobottom{

		text-align: center;

	}



	.copyright{

		/*text-align: center;*/

		margin-top: 30px;

	}



	.img-iaa{

		max-width: 130px;

		margin: auto;

		margin-top: 15px;

		margin-bottom: 35px;



	}

}



.alth3{ font-size: 20px;}



/*benefit*/



#guinness_benefit{

	font-size: 50px;

	letter-spacing: 3px;

	color: #fff;

	text-transform: uppercase;

	margin: 0px;

	margin-bottom: 25px;

	font-weight: bold;

}



@media(max-width: 768px){

	#guinness_benefit{

		font-size: 28px;

	}

}



.more_benefit_before{

	margin-top: 35px;

	margin-bottom: 15px;

}



.guinness_offer{

	list-style-type: none;

	padding-left: 0px;

	margin-top: 25px;

	display: none;

}



.guinness_offer:after, .guinness_offer:before{

	clear: both;

}



.guinness_offer li{

	margin-bottom: 15px;

	padding: 5px 10px;

	/*border: 1px solid #fff;*/

}



.guinness_offer li .margin-auto{

	margin-bottom: 15px;

}



.guinness_offer li .white{

	margin-bottom: 1px;

	font-weight: bold;

}



.fa-show-btn{

    background-color: #EE4036;

    color: #fff;

    border-radius: 5px;

    font-size: 20px !important;

    padding: 5px;

}



.fa-hide-btn{

	display: none;

}



@media(max-width: 768px){

	.guinness_offer li{

		padding: 5px 25px;

		max-width: 300px;

		margin: auto;

		margin-bottom: 25px;

	}



	.guinness_offer li img{

		max-width: 35px;

		margin: auto;

	}

}





@media(min-width: 992px){

	.guinness_offer li{

		float:left;

		width: 20%;

	}

}

.p-none {
	padding: 0 !important;
}

.pr-xs{
	padding-right:2px !important;
}

.pl-xs{
	padding-left:2px !important;
}

.m-none {
	margin-top:0px !important;
  margin-bottom:0px !important;
}


.mt-xs{
	margin-top:2px !important;
}


.mt-sm{
	margin-top:10px !important;
}

.mt-md{
	margin-top:30px!important;
}

.mt-lg{
	margin-top:50px !important;
}

.mt-xlg{
	margin-top:80px !important;
}

.mt-xxlg{
	margin-top:150px !important;
}

.mb-xs{
	margin-bottom:3px !important;
}

.mb-sm{
	margin-bottom:10px !important;
}

.mb-md{
	margin-bottom:30px !important;
}

.mb-lg{
	margin-bottom:50px !important;
}

.mb-xlg{
	margin-bottom:80px !important;
}

.ml-xs{
margin-left: 5px !important;
}

.ml-sm{
margin-left: 10px !important;
}
.mr-sm{
	margin-right: 10px !important;
}

.pt-lg{
	padding-top:50px !important;
}

.pb-lg{
	padding-bottom:50px !important;
}

.pl-none{
	padding-left:0 !important;
}

.pr-none{
	padding-right:0 !important;
}

.pr-sm{
	padding-right:5px !important;
}

.pl-sm{
	padding-left:5px !important;
}

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



.mt-md{
	margin-top:10px!important;
}

.mb-lg{
	margin-bottom:25px!important;
}

.mb-md{
	margin-bottom:20px !important;
}

.pr-xs{
	padding-right:15px !important;
}

.pl-xs{
	padding-left:15px !important;
}

.mt-xlg{
	margin-top:20px !important;
}

.mb-xlg{
	margin-bottom:45px !important;
}

.mt-xxlg{
	margin-top:75px !important;
}

}



.table-border-white{
	border:1px solid white;
}
.table-border-white th{
	border-bottom:1px solid white;
	padding:5px 30px;
}
.table-border-white td{
	padding:5px 30px;
}

.mobile-tb{
  display:none;
}
.desktop-tb{
  display:block;
}
.title-entry{
  font-size: 20px
}

@media screen and (max-width: 768px) {
  .mobile-tb{
    display:block;
  }
  .desktop-tb{
    display:none;
  }

	.table-border-white th{
		border-bottom:1px solid white;
		padding:2px 5px;
	}
	.table-border-white td{
		padding:2px 5px;
	}
}



.navbar{
   min-height:50px !important;
}

.navbar-nav{
  margin-top: 0 !important;
}



.top-nav{
	background-color:#070000;
	font-size:14px;
	border-bottom: 1px solid #444444;
	font-weight:200;
  display:block;

}

.top-nav .label-program{
	transition: 0.5s;
	float:left;
	color:#f2f2f2;
	padding:9px 10px;
}

.top-nav .nav>li>a{
	padding: 10px 15px
}


.top-nav li{
	float: left !important;
	padding: 0px;
}

.top-nav li .dropdown-menu>li{
	width: 100%;
	padding: 0px !important;
}

.nav.top-nav>li>a:focus, .nav.top-nav>li>a:hover{
 background-color: #000 !important;
}

.top-nav li .dropdown-menu>li a:focus, .top-nav li .dropdown-menu>li a:hover{
	color :#fff !important;
}


@media screen and (max-width: 768px) {
  .top-nav{
    display:none;
  }
}


.program-item {
    height: 28px;
    background: transparent;
    color:#000;
	  float:left;
	  border-left : 1px solid #444444;
	  border-right : 1px solid #444444;
}

.program-item-active {
    height: 28px;
    background: #444444;
    color:#FFF;
	  float:left;
	  border : 1px solid #444444;
}

.program-item-text{
    height: 28px;
    margin:0px auto;
    padding:6px 8px;
	 text-align:center;
}

.program-item .program-item-text a{
	color:#f2f2f2 !important;
	text-decoration:none !important;
}

.program-item .program-item-text a:hover, .program-item .program-item-text a:active,.program-item:hover{
	color:#f2f2f2;
	text-decoration:none;
	background: #222222;
}

.program-item-active .program-item-text a{
	color:#f2f2f2;
	tex-decoration:none;
}

.top-nav a{
	color:#FFF !important;
}

.top-nav a:hover, .top-nav a:focus{
	color:#FFF !important;
}

/*affliates*/

.affliate-top{

	background-position: center;

	background-size: cover;

	background-image: url('../images/affliate_bg.png');

	padding-top: 50px;


	text-align: center;

	color: black;

	padding-bottom: 5px;

}



.autho_affliate{


	letter-spacing: 5px;

	font-size: 24px;

	color: #231F20;

	text-transform: uppercase;

	margin-bottom: 0;

}



@media(min-width: 768px){

	.autho_affliate{

		letter-spacing: 8px;

		font-size: 36px;

	}

}



.spacing_100{

	height: 100px;

}



.affliate-name{

	font-size: 12px;

	letter-spacing: 2px;

	color: #939598;


}



.affliate-tb{

	margin-bottom: 15px;

	font-size: 14px;

	color: #939598;


}



.affliate-tb .div_td_sm{

	border: 1px solid #A0A0A0;

	padding: 35px 25px;

}



@media(min-width: 768px){

	.div_tb_sm{

		display: table;

	}



	.div_tr_sm{

		display: table-row;

	}



	.div_td_sm{

		display: table-cell;

	}



	.affliate-tb .div_td_sm:first-child{

		width: 300px;

	}



	.affliate-tb .div_td_sm{

		vertical-align: middle;

	}

}



.spacing_15{

	height: 15px;

}



.spacing_30{

	height: 30px;

}



.spacing_50{

	height: 50px;

}



.spacing_80{

	height: 80px;

}



.spacing_100{

	height: 100px;

}


p.accordion {
    background: transparent;
		border: 1px solid #000;
    color: #000;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active, p.accordion:hover {
		border: 1px solid #EF0034 !important;
		background-color: #EF0034 !important;
		color: #fff!important;
}

/* Unicode character for "plus" sign (+) */
p.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
p.accordion.active:after {
     content: "\2212";
}

/* Style the element that is used for the panel class */
div.panel-faq {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom:10px;
}

div.panel-faq p {
    margin-bottom: 20px;
}

div.panel-faq.show {
    opacity: 1 !important;
    max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}



p.accordion-enterawards {
	font-size: 16px !important;
	font-weight: 600;
	background: #fff;
	color: #000 !important;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	margin-bottom: 0;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion-enterawards.active, p.accordion-enterawards:hover {
			background: #EF0034;
      color: #FFF !important;
}

/* Unicode character for "plus" sign (+) */
p.accordion-enterawards:after {
    content: '\002B';
    color: #FFF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
p.accordion-enterawards.active:after {
     content: "\2212";
}

/* Style the element that is used for the panel class */
div.panel-enterawards {
		border-bottom: 1px solid #f2f2f2;
    padding: 0 18px;
    background-color: #fff;;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom:0;
}

#enterawards-mobile div.panel-enterawards:last-child {
	border-bottom: 0;
}


div.panel-enterawards p {
    margin-bottom: 0;
}



div.panel-enterawards.show {
    opacity: 1 !important;
    max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}


p.accordion.interview {
    background: #999999;
		border: 1px solid #999999;
    color: #FFF;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom:0px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.interview.active, p.accordion:hover {
      color: #FFF;
}


div.panel-faq.interview p {
    margin-bottom: 0px;
}

div.panel-faq.interview{
  	padding: 20px;
    background-color: #FFF  !important;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom: 15px;
		color: #000 !important;
}

/* Unicode character for "plus" sign (+) */
p.accordion.interview:after {
    content: '\002B';
    color: #FFF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


/*login-register*/

.bg-white{
	background-color:#FFFFFF;
}

.bg-grey{
	background-color:#F2F2F2;
}

.bg-black{
	background-color:#000;
}

.loginlink{
	list-style-type: none;
	min-height: 30px;
	position: relative;
}

.panel-actions {
    right: 30px;
    position: absolute;
    top: 15px;
}

 .orders{
   font-size: 15px;
 }

 a.order-code{
   color:#1A2F59;
   font-size: 20px;
   font-weight: bold;
 }

 a.order-code:hover{
   color:#1A2F59;
 }

.order-status{
  font-size:16px;
  color:#333;
  margin-right:10px;
}
 .order-date{
   font-size:13px;
 }



.loginlink li{

	float: left;

	width: 50%;

}

.steplink{
	list-style-type: none;
	min-height: 28px;
	position: relative;
	padding-left: 0px;
}



.steplink li{
	float: left;
	width: 25%;
	padding:2px;
}

.buttonlong li{
	width:33.32%!important;
}

.steplink li .step{
	font-style: italic;
	margin-bottom:5px;
	font-weight:600;
}

.steplink-store{
	list-style-type: none;
	min-height: 28px;
	position: relative;
	padding-left: 0px;
}

.steplink-store li{
	float: left;
	width: 33.333%;
	padding:2px;
}

.steplink-store li .step{
	font-style: italic;
	margin-bottom:5px;
	font-weight:600;
}



.loginlink2{

	list-style-type: none;

	min-height: 80px;

	position: relative;

	display: inline-block;

	padding-left: 0px;

}



.enteraward-type{

	padding: 15px;

}



@media(min-width: 992px){

	.enteraward-type{

		padding-left: 45px;

		padding-right: 45px;

	}

}



.no-deco{

	text-decoration: none;

}



.no-deco:hover{

	text-decoration: none;

}



.loginlink2 li{

	float: left;

}



.loginoption div{
	padding: 3px;
	line-height: 1;
	max-width: 100%;
	margin: auto;
	text-align: center;
}



.loginoption:hover, .loginoption:focus, .loginoption:active{
	text-decoration: none;
}



.bigoption{
	color: #FFF;
	font-size: 20px;
	margin: 0;
  padding:12px;
	letter-spacing: 1px;
	background-color: #388DC6;
}



.bigoption:hover{
	color: #fff;
	background: #EF0034;
}



.bigoption.active{
	color: #FFFFFF;
	background: #EF0034;
}



.smalloption{

	font-size: 12px;

	letter-spacing: 1;

	margin: 0;

	color: #BCBCBC;

}



.inputcont{
	text-align: center;
	margin: auto;
	position: relative;
	max-width: 500px;
}



.inputcont2{
	text-align: center;
	margin: auto;
	position: relative;
}

input[type=search] {
    -webkit-appearance: none;
		border: 1px solid #E2E2E2 !important;
		padding: 6px 5px !important;
}

.form-mb{
	margin-bottom:10px;
}

.form-xsp:first-child{
	padding-left: 15px !important;
}

.form-xsp{
	padding-right: 0px !important;
	padding-left: 5px !important;
}

.login-compulsary{

	font-size: 16px;

	letter-spacing: 2px;

}

.input-group-addon{
	padding: 8px 12px;
	border-radius:0;
	background-color:black;
	color:#FFF;
	font-size: 18px;
	min-width:200px;
	text-align:left;
}


@media(max-width: 480px){

  .input-group-addon{
  	padding: 8px 3px;
  	font-size: 14px;
  	min-width:128px;
  }

}

select.custominput{
	padding: 0.5em 3.5em 0.5em 1em;
	border: 1px solid #E2E2E2;
	font-size: 16px;
	width: 100%;
  font-size: 18px;
	color: #231F20;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
}

select.custominput {
  background-image:
    linear-gradient(45deg, transparent 50%, #1A2F59 50%),
    linear-gradient(135deg, #1A2F59 50%, transparent 50%),
    linear-gradient(to right, white, white);
    background-position:
    calc(100% - 20px) calc(1em + 1px),
    calc(100% - 15px) calc(1em + 1px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

.logininput{
	text-align: center;
	text-align-last: center;
	padding: 10px;
	border: 1px solid #A9A9A9;
	width: 100%;
	position: relative;
	text-align: center;
	color: #231F20;
}

.logininput::placeholder, .intl-tel-input::placeholder{
  text-align:center;
  color: #AFA7A7;
  font-style: italic;

}

.logininput::-webkit-input-placeholder {
   text-align:center;
   color: #AFA7A7;
   font-style: italic;
}

.logininput:-moz-placeholder { /* Firefox 18- */
   text-align:center;
   color: #AFA7A7;
   font-style: italic;
}

.logininput::-moz-placeholder {  /* Firefox 19+ */
   text-align:center;
   color: #AFA7A7;
   font-style: italic;
}

.logininput:-ms-input-placeholder {
   text-align:center;
   color: #AFA7A7;
   font-style: italic;
}


/*.logininput{

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

}*/



.logininput::-webkit-input-placeholder {

   text-align: center;
   color: #AFA7A7;
   font-style: italic;

}



.logininput:-moz-placeholder { /* Firefox 18- */

   text-align: center;

}



.logininput::-moz-placeholder {  /* Firefox 19+ */

   text-align: center;

}



.logininput:-ms-input-placeholder {

   text-align: center;

}

.input-group-append {
    position: absolute;
    top: 15px;
    z-index: 5;
    left: initial;
    right: 20px;
}

.required{

	position: absolute;

	color: #ee4036;

	top: 5px;

	right: 10px;

}



.logininput option{
  text-align: left;
  text-align-last: left;
}

.input-group-addon{
  background-color: #000 !important;
  color:#FFF !important;
}

label.container-checkbox{
  font-weight: normal !important;
  font-style: italic;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #000;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #000;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #0D325F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.remembercircle{

	width: 15px;

	height: 15px;

	border-radius: 50%;

	border: 1px solid #ee4036;

	/*margin-top: 5px;*/

	margin-right: 10px;

}



.remembercircle i {

	font-size: 10px;

	color: #ee4036;

}



#thegotick{

	display:none;

}





.loginbtn{
	background: #EF0034;
	color: #fff;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
	border: 1px solid #EF0034;
}

.btnbig{
	width:100%
}

.loginbtn:hover, .loginbtn:active, .loginbtn:focus{
	background: #fff;
	color: #000 !important;



}

.loginbtnsm{
	background: #EF0034;
	color: #FFF !important;
	padding: 3px 10px;
	text-align: center;
	border:none;
	margin-bottom: 5px;
}

.loginbtnsm:hover, .loginbtnsm:active, .loginbtnsm:focus{
	background: #AFA7A7;
	color: #FFF !important;

}

.buybtnsm{
 border:1px solid #00C8B4;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 padding: 3px 10px;
 text-decoration:none;
 display:inline-block;
 color: #FFF;
 background-color: #D3E18E; background-image: -webkit-gradient(linear, left top, left bottom, from(#81E2D9), to(#00C8B4));
 background-image: -webkit-linear-gradient(top, #81E2D9, #00C8B4);
 background-image: -moz-linear-gradient(top, #81E2D9, #00C8B4);
 background-image: -ms-linear-gradient(top, #81E2D9, #00C8B4);
 background-image: -o-linear-gradient(top, #81E2D9, #00C8B4);
 background-image: linear-gradient(to bottom, #81E2D9, #00C8B4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#81E2D9, endColorstr=#00C8B4);
 font-size: 13px;
}

.buybtnsm:hover{
	background: #AFA7A7;
	 color: #FFF !important;
	 border:1px solid #AFA7A7;
}


.alert-won{
	 background-color: #00C8B4; background-image: -webkit-gradient(linear, left top, left bottom, from(#81E2D9), to(#00C8B4));
	 background-image: -webkit-linear-gradient(top, #81E2D9, #00C8B4);
	 background-image: -moz-linear-gradient(top, #81E2D9, #00C8B4);
	 background-image: -ms-linear-gradient(top, #81E2D9, #00C8B4);
	 background-image: -o-linear-gradient(top, #81E2D9, #00C8B4);
	 background-image: linear-gradient(to bottom, #81E2D9, #00C8B4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#81E2D9, endColorstr=#00C8B4);
	 color:#FFF;
	 border:1px solid #00C8B4;
}

.alert-default{
	background-color: #FFF !important;
}


.paybtn{
  background: #000;
	color:#D1DAE1 !important;
	padding: 5px 20px !important;
	border:1px solid #000015;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
}

.paybtn:hover{
	color: #F0C634 !important;

}

.chkbtn{
	background: #0D325F;
	color: #FFF;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
}

.chkbtn:hover{
	background: #AFA7A7;
	color: #FFF;

}



.lostpwd{

	font-size: 18px;

	color: #ee4036;

	letter-spacing: 2px;



}



@media(min-width: 992px){

	.lostpwd{

		line-height: 110px;

	}

}

.atc{
	cursor: pointer;
	background-color: transparent !important;
	border: 1px solid #C5C6D0!important;
	color: #000 !important;
	font-size: 19px !important;
	padding: 4px 9px 4px 25px;
  border-radius: 50px !important;
  font-weight: 600;
  font-family: Newsgotn !important;
  display: inline-block;
}

.atc i {
    background-color: #C5C6D0 !important;
    color: #000 !important;
    font-size: 19px;
    margin-left: 10px;
    padding: 13px 16px;
    border-radius: 50% !important;
}



#signupsubmit{

	/*background-color: #ee4036;*/

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f16b23+0,ff2626+29,ff2626+72,f16b23+100 */

	background: #f16b23; /* Old browsers */

	background: -moz-linear-gradient(left,  #f16b23 0%, #ff2626 29%, #ff2626 72%, #f16b23 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left,  #f16b23 0%,#ff2626 29%,#ff2626 72%,#f16b23 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right,  #f16b23 0%,#ff2626 29%,#ff2626 72%,#f16b23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16b23', endColorstr='#f16b23',GradientType=1 ); /* IE6-9 */



	color: #fff;

	padding: 8px 15px 3px 15px;

	text-align: center;

	border:none;

	font-size: 18px;

}


#contact_map {
    width: 100%;
    height: 400px;
    margin-bottom: 150px;
}

.contact_country{
	cursor: pointer !important;
}


.midseperator:after{

	content:"";

	position: absolute;

	height: 60%;

	top: 20%;

	right : 0;

	width: 1px;

	background-color: gray;

	opacity: 0.5;

}



@media(max-width: 768px){

	.bigoption{
		font-size: 16px;
    min-height: 45px;
    padding: 10px 3px;
	}

	@media(max-width: 420px){
	  .bigoption{
	    font-size: 15px;
	    padding:10px 1px;
			min-height: 40px;
	  }
	}



	.loginlink2{

		padding-left: 0px;

	}



	.loginlink2 li{

		width: 100%;

		text-align: center;

	}



	.loginlink2 .midseperator:after{

		display: none;

	}



	.pro-big:after{

		content:"";

		position: absolute;

		height: 1px;

		bottom: 0;

		/*right : 20px;*/

		width: 100px;

		left: 50%;

		margin-left: -50px;

		background-color: gray;

		opacity: 0.5;

	}



	.loginoption div{

		padding: 0px;

	}

}




.login_heading{

	color: #231F20;

	font-size: 32px;

}



@media(max-width: 768px){

	.login_heading{

		font-size: 24px;

	}

}



@media(min-width: 768px){

	.login_popup{

		background-image: url('../images/store/statuette-login.png');

		background-position: left;

		background-size: auto 100%;

		background-repeat:no-repeat;

		max-width: 1000px;

		min-height: 450px;

	}



	.login_popup2{
		background-image: url('../images/store/login_purchase.png');
		background-position: bottom left;
		background-size: 45% auto;
		background-repeat:no-repeat;

		max-width: 1000px;

		min-height: 450px;

	}

  .login_popup3{

    background-image: url('../images/FedEx_Shipping.png');
    background-position: left;
    background-size: auto 100%;
    background-repeat:no-repeat;
    max-width: 1000px;
    min-height: 450px;

  }

}


.loginform{

	min-height: 600px;

	margin-top: 50px;

}

div.link-box{
	float:left;
}

.note{
	font-size:16px;
	color:#384F79;
	line-height:16px;

}

#add_url, #add_credit{
  color:#1A305B;
}

#add_url:hover, #add_credit:hover{
	text-decoration:none;
	color:#2E34FF;
}

.toggle-check-input {
  width: 1px;
  height: 1px;
  position: absolute;
  margin:4px 0 0 5px!important;
}

.toggle-check-text {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  background: #CCC;
  padding: 0.25em 0.5em 0.25em 2em;
  border-radius: 1em;
  min-width: 2em;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.15s;
  font-size:16px;
}

.toggle-check-text:after {
  content: ' ';
  display: block;
  background: #FFF;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1em;
  position: absolute;
  left: 0.3em;
  top: 0.25em;
  transition: left 0.15s, margin-left 0.15s;
}

.toggle-check-text:before {
  content: 'No';
}

.toggle-check-input:checked ~ .toggle-check-text {
  background: #1CDBE5;
  padding-left: 0.5em;
  padding-right: 2em;
}

.toggle-check-input:checked ~ .toggle-check-text:before {
  content: 'Yes';
}

.toggle-check-input:checked ~ .toggle-check-text:after {
  left: 100%;
  margin-left: -1.4em;
}

.basket,
.basket-module,
.basket-labels,
.basket-action,
.basket-title,
.basket-category,
.basket-type,
.basket-qty,
.basket-unit,
.basket-price,
.basket-total,
.basket-value,
.basket-product,
.basket-title-file,
.basket-category-file,
.basket-upload-file,
.basket-thumbnail,
.basket-info,
.basket-add,
.basket-entries {
  float: left;
}

.basket{
	margin: 0 30px;
	font-size:15px;
}

.basket-width{
  width:95%;
}

.basket-labels {
  border-bottom: 1px solid #333;
  margin-top: 1.625rem;
  width:100%
}

.basket-labels label{
 font-size:18px;
}


.basket-action { width: 14%; }
.basket-title { width: 30%; margin-left:3%;}
.basket-category { width: 37%; }
.basket-type { width: 15%; }
.basket-qty { width: 10%; }
.basket-unit { width: 13%; }
.basket-price { width: 15%; }
.basket-total { width: 85%; }
.basket-value { width: 15%; }
.basket-title-file { width: 30%;}
.basket-category-file { width: 30%; }
.basket-upload-file { width: 20%;}
.basket-thumbnail { width: 20%;}
.basket-info{width:80%}
.basket-add{width:100%}
.basket-entries{width: 35%; margin-left:3%;}


.basket-product {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  position: relative;
  width:100%;
}

.basket-title p{
  padding:0;
  margin:0;
}

.basket-action a, a.action{
	 background: #388DC6;
   padding: 5px 10px;
   margin-right:2px;
   color:#FFF !important;
   cursor:pointer;
}

.basket-action a:hover, a.action:hover{
   background-color:#30363D;
   color:#FFF !important;
}

a.action-secondary{
   background-color:#1E3960;
   padding: 5px 10px;
   margin-right:2px;
   color:#FFF !important;
   cursor:pointer;
}

a.action-secondary:hover{
   background-color:#000;
   color:#FFF !important;
}



.backet-action-item{
  background-color:#A9ABAE;
  padding-right: 5px;
  color:#FFF;
}

.backet-action-item a{
	color:#FFF;
	padding: 0 5px;
}

.backet-action-item a:hover, .backet-action-item a:focus, .backet-action-item a:active{
	 text-decoration:none;
}




@media(max-width: 480px){

	.modal-dialog{
		width:100%!important;
		margin: 10px 0 !important;
	}

	#gallery-section-2 .four .project{
		width:100%;;
		float:left;
	}

  .basket-action a {
    padding: 5px 5px;
    margin-right: 5px;
    cursor: pointer;
    margin-top:10px;
   }

  .basket-labels label {
    font-size: 16px;
   }

  .basket{
  	margin: 0 -15px;
  	font-size:13px;
  }

  .basket-width{
    width:110%;
  }

}

.payment_paypal{
	background-color:#000;
	color:white;
}

/* form error */
form label.error, label.error {
	color: red;
	font-style: italic;
	font-weight:300;
	font-size:13px;
}

input.error, textarea.error, select.error{ border: 1px solid red; }


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}



/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}

.loader {
  border: 10px solid #EF0034;
  border-radius: 50%;
  border-top: 10px solid #388DC6;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

}

.spinner {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.page-not-found h2 {
    font-size: 120px;
    font-weight: 600;
    letter-spacing: -8px;
    line-height: 140px;
}

.btn-default.active, .btn-default:active{
	background:#388DC6!important;
  color:#FFF!important;
}

.alert-success, .alert-danger, .alert-warning{
	background-color:#FFFFFF !important;
	background-image : linear-gradient(to bottom,#FFFFFF 0,#EAEAEA 100%);
}

#cart-icon{
	position: fixed;
	top:20%;
	right:0;
	background: #388DC6;
	border-top-left-radius: 23px;
	border-bottom-left-radius: 23px;
	margin-right:-100px;
	padding:10px 15px 10px 10px;
	list-style-type: none;
	z-index:100;
}

#cart-icon i{
	margin-right: 25px;
}

#cart-icon a{
	color:#fff !important;
	font-weight: 600;
}

#cart-icon:hover{
	margin-right: -10px;-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;transition: all 0.3s;
}

.circle-icon {
    background: #000;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    color:#FFF;
}

#cart-icon a{
   color:#FFF;
}

#cart-icon a:hover, #cart-icon a:active, #cart-icon a:focus{
   text-decoration:none
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  border: 1px solid black;
  color: black;
  background-color: white;
  padding: 3px 20px;
  border-radius: 4px;
  font-size: 20px;
}


.upload-btn-wrapper input[type=file] {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-wrapper2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper2 .btn {
  border: 1px solid #1CDBE5;
  color: black;
  background-color: #1CDBE5;
  padding: 3px 20px;
  font-size: 16px;
}


.upload-btn-wrapper2 input[type=file] {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border:1px solid #333;
  background-color: #FFF;
}

@media(max-width: 480px){
  .upload-btn-wrapper input[type=file] {
    font-size: 18px;
  }

  .upload-btn-wrapper .btn{
    font-size : 18px;
    padding : 3px 6px;
  }
}


.fileupload-preview{
  display:inline !important;
}

.control {
	font-size: 16px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
  font-weight: normal;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #ccc;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #388DC6;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #EF0034;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #A9ABAE;
    border-radius: 4px;
		min-width: 50%;
		min-height: 65px;
}

.radio-toolbar input[type="radio"]:checked + label {
	background: #388DC6;
	border-color: #A9ABAE;
	color:#fff !important;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #A9ABAE;
}



#imgArea {
	display: inline-block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	position: relative;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
#imgChange {
	background: #388DC6;
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#imgChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}


.imgArea {
	display: inline-block;
	margin: 0 auto;
	width: 300px;
	height: auto;
	position: relative;
	background-color: #eee;
	font-size: 15px;
	border: 1px solid #eee;
}
.imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
.imgChange {
	background: #EF0034;
	bottom: 0;
	color: #fff;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.imgChange:hover {
	background: #2C4784;
}
.imgChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

/* Progressbar */
.progressBar {
	background: none repeat scroll 0 0 #E0E0E0;
	left: 0;
	padding: 3px 0;
	position: absolute;
	top: 50%;
	width: 100%;
	display: none;
}
.progressBar .bar {
	background-color: #FF6C67;
	width: 0%;
	height: 14px;
}
.progressBar .percent {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 100%;
}


a.catname{
  color:#000 !important;
  font-size: 16px;
  padding:10px 0px;
}

a.catname span{
  padding-right: 10px
}

a.catname:hover{
  color:#21B8DB;
  text-decoration: none;
}


a.filelink{
  font-size:14spx;
  color:#0C315C;
}

a.pay-link{
  color:#32B1E7 !important;
	text-decoration: none !important;
}

a.pay-link:hover{
  text-decoration: underline !important;
}

@media(max-width: 480px){
.btn.btn-default{
  padding:3px 5px;
}

.imgArea {
  width: 100%;
	height: 100%;;
}

#awardscontainer{
    padding: 40px 0;
}


#awardscontainer .entry-text {
  font-size: 22px;
}

#gallery-section {
	padding: 0 10px;
}

#gallery-section h3 {
    left: 15px;
		bottom: 0;
}

.project .h3 {
    font-size: 26px !important;
}

.img-long{
	height:300px !important;
}

.img-long2{
	height:300px !important;
}

	#gallery-section .lon-project{
		margin-top: 0;
	}

	#gallery-section .long-project{
		margin-top: 0;
	}
	#gallery-section .longg-project{
		margin-top: 0;
	}

}

/*Judge*/

.row.evaluate-bg{
	margin-left: 0px !important;
  margin-right: 0px  !important;
}

.evaluate-bg{
  background: #000;

}

.evaluate-bg h3{
	margin-top: 10px !important;
	padding: 8px 0px !important;
}

.evaluate-bg h3, .evaluate-bg h4{
   color:#EF0034;
}

.evaluate-bg-title{
  padding: 30px;
}

label{
  font-weight: normal;
}

.judge-select {
    border: 0;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #FFF
}

.judge-entry-desc-cont {
	 height: 500px;
	 max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
		border: 1px solid #E2E2E2;
}

.judge-entry-scroll{
  color:#aaaaaa;
}

#judge-entry-desc h3{
	font-size: 20px !important;
}

.text-lighter{
  font-weight: 200;
}

.text-ucase{
text-transform: uppercase;
}


.text-bold{
font-weight: 600;
}
a.judge-redirect-link{
  color:#000;
}

a.judge-redirect-link:hover, a.judge-redirect-link:focus{
  text-decoration: none;
}

.judge-iframe {
    width: 100%;
    height: 600px;
    border: 1px solid #98A3A1;
}

.judge-redirect-row {
    padding: 15px 0;
}

.judge-range-slider {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #AAAAAA;
    height: 2px;
    border-radius: 2px;
    border: none;
    margin-top: 10px;
    width: 65% !important;
    float: left;
}

.judge-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #231F20;
  height:15px;
  width:15px;
  border-radius: 15px;
  background: #231F20;
  cursor: pointer;
  margin-top: 0; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */

}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background:#231F20;
    border: 1px solid #231F20;
    height:15px;
    width:15px;
    border-radius: 15px;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #231F20, 0px 0px 1px #231F20;
  border: 1px solid #231F20;
  height:15px;
  width:15px;
  border-radius: 15px;
  background: #ffffff;
}


.judge-input-score {
    float: right;
    border: 1px solid #E2E2E2;
    width: 25%;
    max-width: 80px;
    margin-top: 2px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.judge-final-score {
    width: 100%;
    margin:30px 0 15px 0;
}

.judge-final-score .text-right{
    font-style: italic;
    font-size: 24px;
}

.judge-comment{
  border-radius: 5px;
  border:0;
  width:100%;
  padding:5px;
	border: 1px solid #E2E2E2;
}

.judge-onebtn {
    clear: both;
    background-color: black;
    color: #fff;
    width: 100%;
    margin-top: 8px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.judge-onebtn-sm {
    clear: both;
    background-color: Transparent;
    color: #000;
    margin-top: 8px;
    padding: 10px;
		border:1px solid #C5C6D0 !important;
    border-radius: 25px;
    border: none;
    width:28%;
}

.judge-onebtn-sm:hover {
  background-color: #388DC6;
	color:#fff;
}

#judgeUrlTab td, #judgeUrlTab th{
    padding: 5px;
}

#judgeUrlTab a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.nav-tabs {
    border-bottom: 1px solid #E2E2E2 !important;
}

.nav-tabs li:not(:first-child) {
    border-left: 1px solid #E2E2E2;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background:  #388DC6 !important;
		border-radius: 0 !important;
	  border: 1px solid transparent !important;
		color:#FFF !important;
}

.nav-tabs>li>a {
    margin-right: 0px !important;
		border-bottom: 1px solid #E2E2E2 !important;
		border-radius: 0 !important;
	}


	.tab-content .tab-pane {
    padding: 30px 25px;
    font-size: 18px;
    color: #828282;
    text-align: left;
    text-align: justify;
}

.wd100 {
    width: 100%;
}

.relative {
    position: relative;
    z-index: 1;
}

@media(max-width: 768px){
  .judge-onebtn-sm {
    width:50%;
  }
}

@media(max-width: 480px){
  .judge-onebtn-sm {
    width:80%;
  }
}

.btn-radius{
  border-radius: 20px;
}

.btn-sm-padding{
  padding: 8px 5px!important;
}

.btn-lg{
  padding: 14px 0!important;
  color:black;
  font-size: 18px!important;
}

.btn.btn-default{
 border-radius: 0 !important;
}

.btn-default.btn-file{
  border-radius: 0 !important;
  color: #000;
  background: #21B8DB;
  border-color: #21B8DB;
  text-shadow : none;
}

.newjudge{
	margin-top: 150px;
	margin-bottom: 50px;
}
.newjudge h6{
	/*font-family: proxima-semibold;
	font-size: 30px;
	color: #C19F3A;
	text-align: center;
	padding-bottom: 50px; */
	color: #ee4036;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

/*.newjudge p{
	font-family: mySecondFont;
	font-size: 29px;
	color: #5D5D5D;
	text-align: justify;
	line-height: 1.3;
}*/

.newjudgegal{
	margin-top: 50px;
}

.judge_left{
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	/*margin-left: -15px;*/
}

.judge_small_img{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	margin: auto;
}


.judge_right{
	padding: 20px;
	background-color: #000;
	overflow: auto;
	height: 333px;
	width: 100%;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 150px;
}

.judge_right::-webkit-scrollbar {
    width: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.judge_right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.judge_right::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px;
}

.judge_writeup{
	color: #b2b2b2;
	max-width: 550px;
	margin-top: 20px;
}

.judge_name{
	color: #fff;
	font-size: 30px;
	font-family: ethnocentric_rg !important;
	margin-bottom: 10px;
	line-height: 1;
}

.judge_title_company{
	font-size: 20px !important;
	line-height: 1.2;
	margin-bottom: 25px;
	font-weight: 500;
}

.judge_country{
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
	position: relative;
}

.judge_country:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    width: 25px;
    background-color: #EF0034;
}


.gradient_top{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0202+58,d8d8d8+100&0.72+58,0+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1OCUiIHN0b3AtY29sb3I9IiMwYTAyMDIiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDhkOGQ4IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(10,2,2,0.72) 58%, rgba(216,216,216,0) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(10,2,2,0.72)), color-stop(100%,rgba(216,216,216,0))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(10,2,2,0.72) 58%,rgba(216,216,216,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(10,2,2,0.72) 58%,rgba(216,216,216,0) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(10,2,2,0.72) 58%,rgba(216,216,216,0) 100%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(10,2,2,0.72) 58%,rgba(216,216,216,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0202', endColorstr='#00d8d8d8',GradientType=0 ); /* IE6-8 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1;
}

.gradient_bottom{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,0a0202+37&0+0,0.72+37 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzBhMDIwMiIgc3RvcC1vcGFjaXR5PSIwLjcyIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(216,216,216,0) 0%, rgba(10,2,2,0.72) 37%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,0)), color-stop(37%,rgba(10,2,2,0.72))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(216,216,216,0) 0%,rgba(10,2,2,0.72) 37%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(216,216,216,0) 0%,rgba(10,2,2,0.72) 37%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(216,216,216,0) 0%,rgba(10,2,2,0.72) 37%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(216,216,216,0) 0%,rgba(10,2,2,0.72) 37%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8d8d8', endColorstr='#b80a0202',GradientType=0 ); /* IE6-8 */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1;

}

.judge_search{
	padding: 5px 15px;
	width: 100%;
	border: 1px solid #cccccc;
	height: 40px;
}

.judge_search_submit{
	/*width: 100%;*/
	background-color: #ee4036;
	color: #fff;
	padding: 5px 35px;
	font-size: 18px;
	border: none;
	float: right;
	margin-bottom: 5px;
	height: 40px;
}

.judge_search{
	margin-bottom: 5px;
}

	.judge_left{
		background-size: cover;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
			height: 100%;
	    z-index: 1;
	}

	.judge_right {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}


	.judge_social_media > li{
		float: left;
	  color: #FFF;
	  padding: 5px 0px;
	  margin-right: 12px;
		margin-bottom: 12px;
		border: 1px solid #EF0034;
		text-align: center;
		width: 38px;
		height: 38px;
	}

	.judge_social_media > li a{
			color: #EF0034 !important;
	}

	#judge_select{
		margin-left: -15px;
	}



	.judge_right{
		margin-top: 15px;
		margin-bottom: 0px;
	}


 .judge_title_company{
	 font-size: 18px !important;
 }

 .judge_row{
 	margin-top: 0px;
 	margin-bottom: 30px !important;
 	background-color: #000;
  border: 1px solid #fff;
 }




.judge_social_media{
	padding-left: 0px;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

.judge_social_media > li:hover{
	background-color: transparent;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	cursor: pointer;
}

.judge_social_media > li:hover > a{
	color: #000 !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.judge_social_media > li a:hover{
	color: #fff !important;
}


@media(min-width: 1200px){
  .container{
  width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  }

	.container.container-wide{
		width: 1280px;
	  margin-left: auto;
	  margin-right: auto;
  }

	.container.container-widew{
		width: 90%;
	  margin-left: auto;
	  margin-right: auto;
  }
}

@media(min-width: 1300px){
  .container{
  width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media(min-width: 1400px){
  .container{
  width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
  }
}


.section-page{
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
		padding-bottom: 95px;
}

.store_page{
	margin-top:120px;
	margin-bottom:80px;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #000;
}
/*media*/
.media-dl{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
}

.media-dl li{
	padding: 5px 11px;
	float: left;
	position: relative;
	font-size: 16px;
}

.media-dl li a{
	color: #EF0034 !important;
}

.media-dl li:not(:last-child):after{
	content: '';
	position: absolute;
	width: 1px;
	background-color: #EF0034;
	height: 15px;
	top: 8px;
	right: 0;
}

.margin-auto{
	margin: auto;
}


.media-img{
	max-width: 65%;
}

.media-cont {
		--s: 20px;
		clip-path: polygon(0 0, calc(100% - var(--s)) 0, 100% var(--s), 100% 100%, var(--s) 100%, 0 calc(100% - var(--s)));
		background-color: #ebebeb;
		margin-top: 20px;
		padding: 15px 15px;
		text-align: center;
		border: 1px solid #ebebeb;
  }

@media(min-width: 768px){
	.media-cont{
		min-height: 900px;
	}
}

.media-cont h3{
  text-transform: uppercase;
  height: 65px;
	color: #EF0034;
}

.media-cont img {
    margin-top: 15px;
}

.media-stat-choose {
    float: left;
    max-width: 50%;
    opacity: 0.6;
}

.media-item {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 0px;
}
.graphic_container{
	padding: 15px;
}

@media(min-width: 1200px){
	.graphic_container{
		width: 100%;
		max-width: 90%;
		margin: auto;
	}
}

/*store.php*/



.store-choose-cont{
	--b: 1px;
	--s: 20px;
	--c: #C0C0C0;
	border: var(--b) solid var(--c);
	clip-path: polygon(0 0, calc(100% - var(--s)) 0, 100% var(--s), 100% 100%, var(--s) 100%, 0 calc(100% - var(--s)));
	background: linear-gradient(-135deg, var(--c) calc(0.707* var(--s) + var(--b)), #0000 0) border-box, linear-gradient(45deg, var(--c) calc(0.707* var(--s) + var(--b)), #0000 0) border-box;
	padding: 30px 15px;
	margin-bottom: 15px;
	background-color: #FFF;
}



.store2img-image{
	max-width: 380px !important;
}

.store-welcome{
	line-height: 2;
	margin-bottom: 30px;
	font-size: 16px;
}



.store-bot-text{
	color: #000;
	height: 30px;
	text-align: center;
  font-weight: normal;
  font-size: 18px;
	margin-top: 55px;
}



.store-form{
  padding: 30px 0px;
	color: #000;
}



.store-input{
	padding: 10px;
	border: 1px solid #E2E2E2;
	width: 100%;
	position: relative;
	text-align: left;
	color: #231F20;
}

.store-input option{
  color:#000 !important;
}



.store-top-big{
	font-size: 18px;
	color: #EF0034 !important
}



.store-top-small{

	font-size: 14px;

}



.store-top-spacing{

	margin-top: 10px;

}



.awardlvl{

	border: 1px solid #fff;

    /*border-radius: 20px;*/

    width: 70%;

    padding: 3px 15px;

    float: left;

    min-height: 30px;

    text-align: center;

    background-color: black;

}



.store-qty{
	border: 1px solid #000;
	padding: 5px 25px;
	border: 1px solid #E2E2E2;
	text-align: left;
	border-radius: 10px;
}

.store-qty::-webkit-outer-spin-button,
.store-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.store-qty[type=number] {
    -moz-appearance:textfield; /* Firefox */
}



.store-login{

	color: #216db4;

	border: 1px solid #216db4;

	text-align: center;

	padding: 5px 15px;

	margin-top: 30px;

	font-size: 16px;

	-webkit-transition-duration:0.5s;

	-moz-transition-duration:0.5s;

	-webkit-transition-duration:0.5s;

	-o-transition-duration:0.5s;

	transition-duration:0.5s;

}



.store-login:hover{

	cursor: pointer;

	background-color: #216db4;

	color: #fff;

	-webkit-transition-duration:0.5s;

	-moz-transition-duration:0.5s;

	-webkit-transition-duration:0.5s;

	-o-transition-duration:0.5s;

	transition-duration:0.5s;

}



.storesubmit{

	text-align: center;

	color: #fff;

	background-color: #216db4;

	padding: 5px 15px;

	font-size: 32px;

	cursor: pointer;

}



.content-extra{

	display: none;

	position: absolute;

	top: 100%;

	left: 0;

	z-index: 1;

	background-color: black;

}




.store-noread{

	color: #21B8DB;

    float: right;

    font-size: 48px;

}



#store-price{

	font-size: 32px;

}



#store-status{

	font-size: 18px;

}


#store{
	margin: 150px 0px 30px 0px;
}





.store-left{

	position: relative;
	padding: 50px 20px;

}



.sample-text{
	color: black;
	line-height: 1;
}


.stat_sample_yy{
		position: absolute;
		top: 145px;
    width: 158px;
    left: 155px;
		text-align: center;
		font-size: 20px;
		height: 28px;
		background-color: #000;
		color: #FFF;
		padding: 0px;
		font-family: 'HelveticaNeueLT';
		line-height: 1.4 !important;
}

.stat_sample_text{
	position: absolute;
	top: 245px;
	width: 230px;
	left: 120px;
	text-align: center;
	font-size: 13px;
}

.stat_sample_text p{
  margin: 0 0 5px !important;
}




@media(min-width: 768px){

	.cert_sample_text{
		width: 95%;
    position: absolute;
    bottom: 246px;
    left: 15px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
	}



	.cert-popup-items{

		margin: auto;

	}

}



@media(min-width: 992px){

	.cert-popup-items{

		float: left;

	}



	#cert-popup{

		max-width: 1000px;

	}

}



@media(max-width: 992px){

	#cert-popup{

		max-width: 500px;

	}

}



@media(max-width: 768px){

	.cert_sample_text{

		position: absolute;

		bottom: 215px;

	    left: 38px;

	    text-align: center;

	    font-size: 16px;

	    font-weight: bolder;

	    display: none;

	}

}





.cert_sample_text p{

	margin-bottom: 6px;

}



.cert-text-left{

	color: #fff;

    max-width: 80%;

    margin: auto;

    margin-top: 30px;

    margin-bottom: 80px;

    line-height: 2;

    font-size: 16px;

}



.store-sel-up{
  	color: #000;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0px 5px;
}



.store-sel-down{
	color: #000;
  position: absolute;
  right: 1px;
  bottom: 1px;
  padding: 0px 5px;
}





@media(min-width: 768px){

	.store-choose-cont{

		min-height: 500px;

	}

}



@media(min-width: 992px){

	.store-choose-cont{

		min-height: 480px;

	}



}



@media(min-width: 1200px){

	.store-left{
		float: left;
		width: 58%;
	}



	.store-right{
		width: 42%;
		float: left;
	}

	.store-right .store-p{
    line-height: 23px;
		margin: 0 0 18px !important;

	}



	.store-product{

		max-width: 1250px;

		margin: auto;

	}

}



@media(max-width: 1200px){

/*	.sample-text{

		display: none !important;

	}*/



	.store-right{

		padding: 15px;

	}

}



@media(max-width: 768px){

	.store-choose-cont{

		min-height: 400px;

		max-width: 350px;

		margin:auto;

		margin-bottom: 15px;

	}

}



.store_product_heading{
	color: #000;
	font-size: 30px !important;
	font-family: ethnocentric_rg !important;
}



.store-read{

	color: #21B8DB;

}



.store-read:hover{

	text-decoration: none;

	color: #21B8DB;

}



#cert-popup{

	margin: auto;

}



.cert-popup-left{

	width: 100%;

	max-width: 500px;

	padding: 20px;

	background-color: #fff;

	text-align: center;

}



@media(min-width: 992px){

	.cert-popup-left{

		margin-top: 200px;

	}

}



/*fedex.php*/

.fedex{

	/*background-color: #ebebeb;*/

	text-align: justify;
	padding: 50px 100px !important;
	background-color: #FFF;
	margin-top: 100px;
  margin-bottom: 80px;

}



.fedex-opt{

	max-width: 500px;

	width: 100%;

	padding: 15px;

	margin: auto;

	margin-top: 30px;

	-webkit-appearance:none;

	-moz-appearance:none;

	-appearance:none;

	background-color: black;

	color: #fff;

	border: 1px solid #fff;

	text-align: center;

}




#fedexsubmit{
	background-color: #216db4;
	color: #fff;
	padding: 5px;
	max-width: 450px;
	width: 100%;
	font-size: 32px;
	border: none;
	margin-top: 50px;
}





@media(max-width: 768px){

	.fedex{

		padding: 50px 15px;

	}

}


/*winner.php*/

#win-form-2017{
	margin-bottom: 45px;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.win-search{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
	width: 100%;
    max-width: 1300px;
	margin-bottom: 0px;
}

.win-search li{
	float: left;
	padding: 0px 20px 0px 50px;
	text-align: left;
}

.win-form-submit{
	display: block;
	margin-bottom: 5px;
	background-color: transparent;
	color: #EF0034;
	min-width: 80px;
	border: 1px solid #EF0034;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.win-form-submit:hover, .win-form-submit:focus{
	background-color: #EF0034;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.win-form-type{
	color: #EF0034;
}

.win-form-down{
	position: absolute;
    color: #EF0034;
    right: 5px;
    top: -4px;
    font-size: 27px;
    z-index:-1;
}

.win-2017-logo{
	position: absolute;
	top: 0;
	right: 10px;
}

.pagination-cont{
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.product-list-pagination{
	list-style-type: none;
	padding-left: none;
	display: inline-block;
}

.product-list-pagination li{
	float: left;
	padding: 10px;
	font-size: 22px;
}

.product-list-pagination .active a{
	color: black;
}

.product-list-pagination li a{
	color: #939597;
}

@media(min-width: 992px){
	.win-search li:nth-child(1){
		border-right: 1px solid #F2F2F2;
	}
	.win-search li:nth-child(2){
		border-right: 1px solid #F2F2F2;
	}
	.win-search li:nth-child(3){
		border-right: 1px solid #F2F2F2;
	}
	.win-search li{
		width: 20%;
		padding: 35px 25px;
	}

	.win-search li:last-child {
    padding: 24px 25px;
  }
}

@media (min-width: 1200px){
	.winner-container, .media-container {
	   width: 97%;
	}
}

@media(max-width: 992px){
	.win-search li:nth-child(1){
		border-bottom: 1px solid #FFF;
	}
	.win-search li:nth-child(2){
		border-bottom: 1px solid #FFF;
	}
	.win-search li:nth-child(3){
		border-bottom: 1px solid #FFF;
	}
	.win-search li{
		width: 100%;
		padding: 10px;
	}

	#win-form-2017{
		margin-top: 100px;
	}
}



.winselect{
	width: 85%;
	color: #939597;
	font-size: 16px;
	border:none;
	background-color: transparent;
  -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;

}



.winselect::-webkit-input-placeholder{
	display: none;
}



.wininput{

	width:100%;

	border: 1px solid #C1A02E;

	border-radius: 5px;

	padding: 10px;

	background-color: transparent;

}



#winsearchico{

	position: absolute;

	right: 10px;

	z-index: -1;

	top: 10px;

}




.winner-thumbnail{

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

}



@media(min-width: 992px){

	.winner-thumbnail{

		height: 200px;

	}

}



@media(max-width: 992px){

	.winner-thumbnail{

		background-image: none !important;

	}

}


.winner-row{
	display: flex;
	flex-wrap: wrap;
}

.box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}


.winner-info-cont{
	background-color: #0B2A56;
	padding: 15px;
	padding-top: 0px;
	position: relative;
	height:100%;
	margin-bottom: 25px;
}

.winner-cont-left{
	  float: left;
    width: 73%;
}

.artwork-client{
	margin-top: 10px;
  font-size: 13px;
	color:#939597;
}

.artwork-name{
		width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 14px;
    color: #000 !important;
    line-height: 1.1;
    font-weight: 800;
    font-size: 18px;
    font-family: Newsgotn !important;
}



.artwork-name a{
	color: #fff !important;
	line-height: 1.1;
	font-weight: bold;
}

.artwork-name p{
	color: #fff !important;
	line-height: 1.1;
	font-weight: bold;
}



.artwork-name a:hover, .artwork-name a:focus{
	text-decoration: none;
	color: #21B8DB;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;

}



.winner-button{
	position: absolute;
	left: 10px;
	bottom: 15px;
	list-style-type: none;
	margin-block-start: 0px !important;
  margin-block-end: 0px !important;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px !important;
}




.winner-button li{
	float: left;
	padding: 3px 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #EF0034;
	background: #EF0034;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	display: block;
	width: 46%;
	text-align: center !important;
}



.winner-button li:hover{
	border: 1px solid #388DC6;
  background-color: #388DC6;
	color:#FFF !important;
}

.winner-button li a{
	color: #fff !important;
	font-size: 14px;

}

.winner-button li a:hover{
	color:#FFF !important;
}

.winner-button li:not(:first-child):hover{
	color: #fff;
	background-color: #388DC6;
	transition-duration:0.5s;
}



.winner-social{
	list-style-type: none;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.interview-social{
	list-style-type: none;
	right: 15px;
	bottom: 10px;
}




/*winner_info*/

.fr {
    float: right;
}





.winner_row_1{

	padding: 0px 25px;

	border-bottom: 1px solid #CECEBF;

	padding-bottom: 10px;

}



.winner_info_art_name{
	color:black;
	font-size: 26px;
	letter-spacing: 2px;
	margin-top: 25px;
	margin-bottom: 25px;
}



.winner_info_1{

	margin-bottom: 0px;

	letter-spacing: 1px;

}



.winner_info_2{

	font-size: 18px;
	margin-bottom: 40px;
	color: #939597;
	margin-top: 8px;

}



.winner_info_topleft{
	margin-top: 10px;
	margin-right: 15px;
}



.winner_info_topleft p{
	margin-bottom: 10px;
	margin-top: 20px;
}



.winner_row_2{

	padding: 15px 25px;

}



.winner_info_info{

	color: #939597;

	font-size: 18px;

	margin-bottom: 50px;

}






.credit_table{

	padding: 0px 25px;

}








.more_winner{

	padding-top: 25px;

	padding-bottom: 25px;

	font-size: 18px;

}



.share-ul{

	list-style-type: none;

	padding-left: 10px;

}



.share-ul li{

	float: left;

}



.share-ul li{

	padding: 5px 8px;

	border: 1px solid #21B8DB;

	color: #21B8DB;

	margin-left: 5px;

	-webkit-transition-duration:0.5s;

	-moz-transition-duration:0.5s;

	-webkit-transition-duration:0.5s;

	-o-transition-duration:0.5s;

	transition-duration:0.5s;

	position: relative;

	overflow: hidden;

}



.share-ul li:hover, .share-ul li:focus{

	background-color: #21B8DB;

	color: #fff;

	-webkit-transition-duration:0.5s;

	-moz-transition-duration:0.5s;

	-webkit-transition-duration:0.5s;

	-o-transition-duration:0.5s;

	transition-duration:0.5s;

	cursor: pointer;

}



.winner_share{

	margin-top: 15px;

	margin-bottom: 15px;

	padding: 0px 25px;

	float: right;
	width: 30%;

}



.share-left{

	font-size: 16px;

	color: #939597;

	margin-bottom: 0px;

	margin-top: 5px;

}



.fb-share-button{

	position: absolute !important;

    top: 0;

    left: 0;

    /*margin-top: 5px;*/

    opacity: 0;

}



.twitter-share-button{

	position: absolute !important;

    top: 0;

    left: 0;

    margin-top: 5px;

    opacity: 0;

}



.share-ul li span, .share-ul li div{

	position: absolute !important;

    top: 0;

    left: 0;

    margin-top: 2px;

    opacity: 0;

}



.winner_info_video{

	width: 100% !important;



}



@media(min-width: 768px){

	.winner_info_video{

		height: 550px !important;

	}



	.winner_website{

		height: 550px !important;

	}

}



@media(min-width: 992px){

	.winner_info_video{

		height: 750px !important;

	}



	.winner_website{

		height: 750px !important;

	}

}



@media(max-width: 768px){

	.winner_info_video{

		height: 400px !important;

	}



	.winner_website{

		height: 400px !important;

	}

}



.winner_info_video_row{

	/*padding-bottom: 50px;*/

	/*border-bottom: 1px solid #CECEBF;*/

}



.custom-slick-arrow{

	margin-top: 15px;

	text-align: center;

	font-size: 24px;

	color : #939597;

}



.custom-slick-arrow i{

	cursor: pointer;

}



.slick-arrow{

	display: none;

}



.winner_website{

	width: 100%;

	height: 600px;

	/*margin-bottom: 50px;*/

	border: none;

}



.website_click_view{

	padding: 15px;

	font-size: 18px;

}



.website_click_view a{

	color: #939597;

	font-size: 18px;

}



.credit-row{
	display: table;
	margin-top: 50px;
	border-top: 1px solid #CECEBF;
	padding-top: 30px;
	width: 100%;
}



.winner_info_bg_section{

	background-color: #f5f5f5;

    margin-top: -30px;

    padding-top: 30px;

    margin-bottom: -30px;

    padding-bottom: 30px;

}



.website-row{

	/*margin-top: 50px;*/

	padding-top: 30px;

	/*border-top: 1px solid #CECEBF;*/

}



.winner_info_section_seperator{

	margin-top: 50px;

	width: 100%;

	height: 1px;

	background-color: 	#CECEBF;

}





 .media-thumbnail{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.winner-thumbnail{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



@media(min-width: 992px){

	.winner-thumbnail{
		height: 230px;
	}

	.media-thumbnail.relative{
		 height: 300px;
		}

}



@media(max-width: 992px){

	.winner-thumbnail, .media-thumbnail{
		background-image: none !important;
	}

}



.winner-info-cont{
	background-color: #0B2A56;
	padding: 15px;
	padding-top: 0px;
	position: relative;
	margin-bottom: 25px;
}



.winner_box_bg{
	background-color: #0B2A56;
	display: flex;
  height: 40px;
  overflow: hidden;
	border-top: 5px solid #0B2A56; /* Optional: blue border like image */
	border-bottom: 5px solid #EF0034; /* Optional: blue border like image */
}


.winner-logo{
    float: right;
  	max-width: 80px;
		margin-top: 13px;
		margin-right: 0px;
		padding-top: 0px;
}

.winner-info{
	font-size: 14px;
	color: #2F363E;
}

.winner-info1{
	font-size: 15px;
	color: #939597;
	margin-bottom: 2px;
	font-weight: 500;
}


.winner-info2{
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

.winner-info-details{
	background:#EF0034;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin-bottom: 2px;
}



.winner-social{
	margin-top: 10px;
	list-style-type: none;
	padding: 0px;
}



.winner-social li{
	float: right;
  padding: 7px 0px;
  margin-left: 3px;
  line-height: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 1px solid #EF0034;
  background: #EF0034;
  text-align: center;
  width: 34px;
  height: 34px;
}


.winner-social li:hover{
	border:1px solid #388DC6;
	background-color: #388DC6; !important;
	color: #000 !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.winner-social li a{
	color: #fff !important;
}

.winner-social li:hover a{
	color: #fff !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}


.winner-social li:hover .winglobe{
	color: #fff !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.story-info {
    padding-left: 20px;
}

.story-info .h1 {
    margin: 0px !important;
    line-height: 1.1 !important;
}

.story-info .company {
    font-size: 20px;
    margin-top: 30px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.interview-social{
	margin-top: 25px;
	list-style-type: none;
	padding: 0 20px
}


.interview-social li{
	display:inline-block;
	padding: 9px 0px;
	margin-left: 3px;
	line-height: 1;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	border: 1px solid #000;
  text-align: center;
  width: 40px;
  height: 40px;
	border-radius: 50%;
}


.interview-social li:hover{
	border:1px solid #388DC6;
	background-color: #000 !important;
	color: #000 !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.interview-social li a{
	font-size: 20px;
	color: #388DC6 !important;
}

.interview-social li:hover a{
	background: #000 !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}


.interview-social li:hover .winglobe{
	background-color: transparent !important;
	color: #fff !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}



.winner-entertype{
	background-color: #0c2e5d; /* Deep blue */
  width: 45%;
  position: relative;
}

.winner-entertype::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px; /* Adjust as needed */
  width: 40px;
  height: 100%;
  background-color: #EF0034; /* Red color to match the next block */
  transform: skewX(-40deg);
  z-index: 1;
}

.winner-country {
	background-color: #EF0034; /* Red */
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  font-size: 16px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}



.winner_box_top{
	padding: 0px;
}



.invite_btn{

	color: #21B8DB;

	background-color: #fff;

	font-weight: bold;

	padding: 5px 15px;

	font-size: 16px;

	border: 1px solid #21B8DB;

	-webkit-transition-duration:0.5s;

	-moz-transition-duration:0.5s;

	-webkit-transition-duration:0.5s;

	-o-transition-duration:0.5s;

	transition-duration:0.5s;

}

.invite_btn:hover{

	color: #fff;

	text-decoration: none;

	background-color:#21B8DB;

	-webkit-transition-duration:0.5s;

	-moz-transition-duration:0.5s;

	-webkit-transition-duration:0.5s;

	-o-transition-duration:0.5s;

	transition-duration:0.5s;

}



/*winner_info*/

.winner_info_cont{

	background-color: #fff;

    padding-bottom: 50px;

    border: 1px solid #CECEBF;

}



.winner_row_1{

	padding: 0px 25px;

	border-bottom: 1px solid #CECEBF;

	padding-bottom: 10px;

}



.winner_info_art_name{
	color:black;
	font-size: 26px;
	letter-spacing: 2px;
	margin-top: 25px;
	margin-bottom: 25px;

}



.winner_info_1{

	margin-bottom: 0px;

	letter-spacing: 1px;

}




.winner_info_topleft{
	margin-top: 10px;
	margin-right: 15px;
}



.winner_info_topleft p{
	margin-bottom: 10px;
	margin-top: 20px;
}



.winner_row_2{

	padding: 15px 25px;

}



.winner_info_info{

	color: #939597;

	font-size: 18px;

	margin-bottom: 50px;

}



.credit_name{

	padding: 0px 40px;
	font-size: 20px;

	/*margin-top: 50px;*/

}



.credit_table{

	padding: 0px 25px;

}


.winner_info_title{
	font-size: 16px;
	color: #929497;
	float: left;
	margin-right: 20px;
}



.winner_info_extra_name{
	color: #231F20;
	font-weight: bold;
	font-size: 16px;

}




.winner_info_seperator{

	margin: 0;

	border: none;

	height: 1px;

	background-color: #CECEBF;

}



.extra_info_row{
  padding: 5px 25px;
	color: #939597;
	border-top: 1px solid #939597;
}

.winner_info_title{
	padding: 8px 0px;
	color: #939597;
}

.winner_info_extra_name{
	padding: 8px 0px;
	color : #303030;
}



.more_winner{

	padding-top: 25px;

	padding-bottom: 25px;

	font-size: 18px;

}



.share-ul{

	list-style-type: none;

	padding-left: 10px;

}



.share-ul li{

	float: left;

}



.share-ul li{

	padding: 5px 8px;

	border: 1px solid #21B8DB;

	color: #21B8DB;

	margin-left: 5px;

	-webkit-transition-duration:0.5s;

	-moz-transition-duration:0.5s;

	-webkit-transition-duration:0.5s;

	-o-transition-duration:0.5s;

	transition-duration:0.5s;

	position: relative;

	overflow: hidden;

}



.share-ul li:hover, .share-ul li:focus{

	background-color: #21B8DB;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	cursor: pointer;

}



.winner_share{
	margin-bottom: 15px;
	padding: 0px 25px;
	float: right;
	width: 30%;
}



.share-left{

	font-size: 16px;

	color: #939597;

	margin-bottom: 0px;

	margin-top: 5px;

}



.fb-share-button{

	position: absolute !important;

    top: 0;

    left: 0;

    /*margin-top: 5px;*/

    opacity: 0;

}



.twitter-share-button{

	position: absolute !important;

    top: 0;

    left: 0;

    margin-top: 5px;

    opacity: 0;

}



.share-ul li span, .share-ul li div{

	position: absolute !important;

    top: 0;

    left: 0;

    margin-top: 2px;

    opacity: 0;

}



.winner_info_video{

	width: 100% !important;



}



@media(min-width: 768px){

	.winner_info_video{

		height: 550px !important;

	}



	.winner_website{

		height: 550px !important;

	}

}



@media(min-width: 992px){

	.winner_info_video{

		height: 750px !important;

	}



	.winner_website{

		height: 750px !important;

	}

}



@media(max-width: 768px){

	.winner_info_video{

		height: 400px !important;

	}

	.winner_info_2{
		margin-bottom: 30px;
	}

	.winner_share{
		width: 100%;
		padding: 0px !important;
		float: left;
	}



	.winner_website{

		height: 400px !important;

	}

}



.winner_info_video_row{

	/*padding-bottom: 50px;*/

	/*border-bottom: 1px solid #CECEBF;*/

}



.custom-slick-arrow{

	margin-top: 15px;

	text-align: center;

	font-size: 24px;

	color : #939597;

}



.custom-slick-arrow i{

	cursor: pointer;

}



.slick-arrow{

	display: none;

}



.winner_website{

	width: 100%;

	height: 600px;

	/*margin-bottom: 50px;*/

	border: none;

}



.website_click_view{

	padding: 15px;

	font-size: 18px;

}



.website_click_view a{

	color: #939597;

	font-size: 18px;

}



.credit-row{

	margin-top: 50px;

	border-top: 1px solid #CECEBF;

	padding-top: 30px;

}



.winner_info_bg_section{

	background-color: #f5f5f5;

    margin-top: -30px;

    padding-top: 30px;

    margin-bottom: -30px;

    padding-bottom: 30px;

}



.website-row{

	/*margin-top: 50px;*/

	padding-top: 30px;

	/*border-top: 1px solid #CECEBF;*/

}



.winner_info_section_seperator{

	margin-top: 50px;

	width: 100%;

	height: 1px;

	background-color: 	#CECEBF;

}



.winner-container, .media-container{
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}



@media(max-width: 1520px){

	.winner-container{
		max-width: 95%;
	}

	.media-container{
		max-width: 95%;
	}

}

.media-entertype-bar{
	padding: 6px 0px;
	background: #000;
	font-size: 15px;
	color: #fff;
}



.media-country {
    width: 50%;
    padding: 6px;
    color: #000;
    text-align: right;
    background-color: #E5B420;
		font-size: 15px;
		float:left;
		position: relative;
}


.media-date {
    color: #000;
		font-size: 15px;
		margin-top: 10px;
}

.media-title a{
	color: #EF0034 !important;
	font-size: 16px;
}

.media-info{
 font-size: 15px;
 border-top: 1px solid #DBDCDD;
 margin-top: 10px;
 padding: 10px 0;
}

.media-info-cont{
	background-color: #FFF;
	padding: 15px;
	padding-top: 0px;
	height: 300px;
	position: relative;
	margin-bottom: 25px;
	border: 1px solid #DBDCDD;
}

.media-link{
  color: #404040 !important;
	border: 1px solid #DBDCDD;
	font-size: 15px;
	padding: 4px 15px;
	border-radius: 14px;
}

.media-link:hover{
  background-color: #DBDCDD;
}


.interview-info{
 font-size: 15px;
 margin-top: 0;
 padding:0;
}

.winner-interview-img{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.interview-info-cont {
    background-color: #fff;
    padding: 20px;
    padding-top: 0px;
    height: 100%;
    position: relative;
    margin-bottom: 25px;
}

.interview-info-cont .interview-name {
    margin-top: 10px !important;
		font-size: 23px;
}

.interview-info-cont .interview-company {
    font-size: 16px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.interview-link{
  background-color: #EF0034 ;
	border: 1px solid #EF0034;
	font-size: 15px;
	padding: 4px 15px;
	color: #fff !important;
}

.interview-link:hover{
  background-color: #fff;
	color:#000 !important;
}

.interview-entertype-bar{
	padding: 10px 0px;
	background-color: #21B8DB;
	font-size: 15px;
	color: #FFF !important;
}

.interview-entertype-bar a{
	font-size: 20px;
	line-height: 1.1;
	color: #FFE600 !important;
  text-transform: uppercase;
}

.story-info{
	padding-left: 20px;
}

.story-info .h1{
	margin: 0px !important;
	line-height: 1.1 !important;
}


.story-info hr.seperator{
	margin-top: 25px;
  margin-bottom: 20px;
	margin-left: 0px;
  border: 0;
  border-top: 2px solid #21B8DB !important;
	width: 200px;
}


.grid img{
		border-radius: 20px;
}

.grid-content .grid-title{
		margin-top: 10px;
}

.grid-content .grid-title a{
	font-size: 16px !important;
	background: -webkit-linear-gradient(left,#F29468 0%, #EF7B93 40%, #CC87DB 60%);
    background: linear-gradient(left,#F29468 0%, #EF7B93 40%, #CC87DB 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grid-content .grid-info{
		color: #333;
		font-size: 14px !important;
		margin-bottom: 20px !important;
		margin-top: 4px !important;
}



.winner_credit{

	display: inline-block;

	padding-left: 0px;

	margin-bottom: 0px;

}



.winner_credit:after{

	content: '';

	display: table;

	clear: both;

}



.winner_credit li{

	padding-top: 8px;

	padding-bottom: 8px;

}



@media(min-width: 992px){

	.winner_credit li{

		display: inline-block;

		min-width: 300px;

	}

}

a.view-link{
   color:#AFAAAB;
}

a..view-link:hover, a..view-link:active, a.view-link:focus{
   color:#AFAAAB;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	 border-color: #FFF !important;
	 background-color: #0B2A56 !important;
	 color: #FFF !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
   color:#000 !important;
}

.pagination > li > a, .pagination > li > span{
  color:#0B2A56 !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}

.popupopa{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	display: none;
	z-index: 600;
	overflow: auto;
}

.popupclose{
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.popupcontent{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-top: 10%;
	overflow: auto;
	background-color: #fff;
	padding: 40px 20px;
	z-index: 1;
	position: relative;

}

#closebtn{
	position: absolute;
	top: 10px;
	right: 10px;
}

#closebtn:hover{
	cursor: pointer;
}

.gallery-highlight{
  background-color: #00253C;
  margin-bottom:45px;
  border-top-left-radius: 50px;
  padding-left:0px !important;
  padding-right: 0px !important;
  border-bottom-right-radius: 50px;
  overflow:hidden;
}

.gallery-thumbnail{
  height: 265px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
}

.gallery-info{
  padding:15px 50px 15px 20px;
}

.gallery-info .gallery-title a{
  color:#FFF;
  letter-spacing: 2px;
}

.gallery-info .gallery-title a:hover{
text-decoration: none;
}

.gallery-info .gallery-name{
  color:#21B8DB;
  font-size: 11px;
  margin-top:3px;
}

.gallery-highlight .gallery-more{
   text-align:right;
}

.gallery-highlight .gallery-more a{
  width: 110px;
  height: 35px;
  padding-top:2px;
  display: inline-block;
  color:#00253B;
   letter-spacing:2px;
  background-color: #21B8DB;
  -webkit-transform:rotate(-40deg);
   -moz-transform:rotate(-40deg);
   -o-transform:rotate(-40deg);
  transform:rotate(-40deg);
  margin-top: -30px;
  margin-right: -30px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  font-weight: 300;
  text-align: center;
}

.gallery-highlight .gallery-more a:hover, .gallery-highlight .gallery-more a:focus{
   text-decoration: none;
   background-color: #F18900;
}

#filters{
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
}

#filters li {
    padding: 0;
    display: inline-block;
    margin: 10px 22px;
}

#filters li a{
  color:#FFF;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2px;
  /*font-size: 15px;*/
}

#filters li a:hover{
  color:#FBC406;
  text-decoration: none;
}
#filters .selected{
    text-decoration: none;
    position: relative;
    color:#FBC406;
}

#filters a.selected:after{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color:#FBC406;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
		border-top: 0 !important;
}

.table-sm td, .table-sm th {
    padding: 0px !important;
}

.image-upload{
  padding-bottom: 15px;
}

.image-upload .action{
	background: #388DC6;
	color: #000 !important;
}

.image-upload .action:hover{
	background: #EF0034;
	color: #000 !important;
}

.image-upload .thumbnail-wrapper{
	overflow: hidden;
  position: relative;
  height: 150px;
  width: 100%;
	background-color: #f2f7ed;
}

.image-upload img{
	width: 100%;
	vertical-align: middle;
	position: relative;
	margin: auto;
  display: block;
}

.image-upload .action a{
	color: #FFF !important;
}

.image-upload .action a:hover{
	color: #FFF;
}

#image-list {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
#image-list li {
    margin: 10px 20px 10px 0px;
    display: inline-block;
    width: auto;
    height: auto;
}
#image-list li img{
    height: 200px;
}

#image-list img:hover{
  cursor: all-scroll;
}

#image-container{
    margin-bottom: 14px;
}

#txtresponse
{
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    display: none;
    border :#E0E0E0 1px solid;
    color:#212121;

}

a.remove { background:#EF0034 !important; color:#FFF !important;}
a.remove:hover{ background:#EF0034 !important; color:#FFF !important;}

a.save { background-color:#388DC6 !important; color:#FFF !important;}
a.save:hover{ background-color:#EF0034 !important; color:#FFF !important;}

a.save.active { background-color:#388DC6 !important; color:#FFF !important;}
a.save.active:hover{ background-color:#EF0034 !important; color:#FFF !important;}

a.save.active2 { background-color:#388DC6 !important; color:#FFF !important;}
a.save.active2:hover{ background-color:#EF0034 !important; color:#FFF !important;}


div.tooltip-winner {
  position: relative;
}

div.tooltip-winner span {
  display: none;
}

div.tooltip-winner:hover span {
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 2em;
  padding: 0.3em;
  color: #FFFFFF;
  background: #000;
  border: 0.1em solid #000;
  /* round the corners */
  border-radius: 0.5em;
  /* prevent too wide tooltip */
  max-width: 265px;
}


.filter-ul {
  list-style-type: none;
  margin: 35px 0;
  padding: 0;
  overflow: hidden;
	display: inline-block;
	max-width: 1300px;
}

.filter-ul li:first-child {
  float: left;
	border-left: 0px solid #949599;
}

.filter-ul li {
  float: left;
	border-left: 1px solid #949599;
}

.filter-ul li a {
  display: block;
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
	color: #000 !important;
	cursor: pointer;
}

.filter-ul li.active a, .filter-ul li a:hover {
	color: #21B8DB;
	text-decoration: underline !important;

}

.qq-gallery .qq-upload-button{
 background: #21B8DB !important;
 border: 1px solid #21B8DB !important;
}


.paymentbtn{
	background: #D1DAE0;
	color: #000;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
	border: 1px solid #000;
}

.paymentbtn:hover, .paymentbtn:active, .paymentbtn:focus{
	background: #000;
	color: #FFF !important;
}

.btn-save{
	background: #FFF;
	border: 1px solid #000;
	padding: 5px 30px;
	color: #000;
}

.btn-save:hover{
	background: #000;
	color: #FFF;
}


.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border: 1px solid #E2E2E2;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors{
  color:red;
	margin-top: 8px;
	font-style: italic;
}

.div-tbl{
  margin: 20px 0px;
	display: none;
}

#link-nominate{
	cursor:pointer;
}

.tbl-nomination{
	background-color: #7C7D79;
	width: 100%;
}

.tbl-nomination tr td{
	padding: 5px 10px;
	color: white;
	border: 1px solid #E9EBED;
}


#top-agency{
	background-color: #EFEFEF;
	padding: 70px 0px 100px 0px;
}


.agency_left{
	height: 330px;
}

.agency_small_img{
	/*margin: auto;*/
	max-height: 330px;
}

.agency_row{
	margin-top: 50px;
	margin-bottom: 50px;
}

.agency_right{
	background-color: #FFF;
	overflow: auto;
	height: 330px;
	width: 100%;
}

.agency_right .right-inner{
	padding: 20px 0px;
}

.agency_right .right-inner::-webkit-scrollbar {
    width: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.agency::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.agency_right .right-inner::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px;
}

.agency_writeup{
	color: #000;
	margin-top: 30px;
}

.agency_name{
	color: #000;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1;
}

.agency_country{
	color: #000;
	margin-bottom: 25px;
	font-size: 18px;
	position: relative;
}

.agency_country:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 2px;
	width: 50px;
	/* background: -webkit-gradient(left, #F29467, #ED7C98, #C38AFB) !important;
  background: -webkit-linear-gradient(left, #F29467, #ED7C98, #C38AFB) !important;
  background: -moz-linear-gradient(to right, #F29467, #ED7C98, #C38AFB) !important;
  background: -o-linear-gradient(to right, #F29467, #ED7C98, #C38AFB) !important;
  background: linear-gradient(to right, #F29467, #ED7C98, #C38AFB) !important; */
}

.agency_social_media{
	padding-left: 0px;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

.agency_social_media > li{
		float: left;
		padding: 7px 0px;
		margin-left: 3px;
		line-height: 1;
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
		border: 1px solid #388DC6;
		text-align: center;
		width: 34px;
		height: 34px;
}

.agency_social_media > li:hover{
	  border: 1px solid #EF0034;
    background-color: #EF0034 !important;
    color: #000 !important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.agency_social_media > li:hover > a{
 	color: #fff !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.agency_social_media_link{
	color: #388DC6 !important;
	line-height: 1;

}

.ranking-block{
	background: #EF0034;
	width: 125px;
	height:auto;
	padding: 5px 10px 10px 10px;
	position: absolute;
	right: 30px;
	top: 0;
}

.ranking-block .inner-box{
	border:1px solid #FFF;
}

.ranking-block .inner-box .ranking-box{
	text-align: center;
	border-bottom: 2px solid #FFF;
}

.ranking-block .ranking-title{
  font-size: 12px;
	color :#FFF;
	text-align: center;
	margin-bottom: 2px;
	letter-spacing: 2px;
}

.ranking-block .inner-box .ranking-box .ranking-number{
  font-size: 22px;
	color :#FFF;
	font-weight: 600;
}

.ranking-block .inner-box .score-box{
	text-align: center;
}

.ranking-block .score-box .score-title{
  font-size: 12px;
	color :#fff;
	letter-spacing: 2px;
}

.ranking-block .inner-box .score-box .score-number{
  font-size: 30px;
	line-height: 36px;
	color :#fff;
	font-weight: 600;
}

#top-agency-score{
	background-color: #FFF;
	padding: 120px 0px 120px 0px;
}

#top-agency-score .column-box{
	border:  1px solid #000;
	padding: 10px;
}

#top-agency-score .column-box .score-box{
	background: -webkit-gradient(left, #F2926A, #EB7D9E, #C58AF5) !important;
	background: -webkit-linear-gradient(left, #F2926A, #EB7D9E, #C58AF5) !important;
	background: -moz-linear-gradient(to right, #F2926A, #EB7D9E, #C58AF5) !important;
	background: -o-linear-gradient(to right, #F2926A, #EB7D9E, #C58AF5) !important;
	background: linear-gradient(to right, #F2926A, #EB7D9E, #C58AF5) !important;
	padding: 15px;
	color : #FFF;
}

#top-agency-score .column-box .score-box .score-rank{
  font-size: 30px;
	font-family: Newsgotn !important;
	border-bottom: 1px solid #FFF;
}

#top-agency-score .column-box .score-box .sm-text{
  font-size: 14px;
}

#top-agency-score .column-box .score-box .score-number{
  font-size: 65px;
	font-family: Newsgotn !important;
	line-height: 65px;
	margin-bottom: 0px;
	margin-top: 10px;
}


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

	.agency_small_img{
		margin: auto;
		max-height: 330px;
	}

#top-agency{
	background-color: #FFF;
}

#top-agency-score .column-box{
	margin: 10px;
}

#top-agency-score .column-box .score-box{
 margin-bottom: 20px;
}

.agency_country{
	font-size: 16px;
}

.agency_name{
    font-size: 24px;
}

.ranking-block{
	width: 100px;
  height: 100px;
}

.ranking-block .ranking-title {
    font-size: 10px;
}

.ranking-block .inner-box .ranking-box .ranking-number {
    font-size: 16px;
}

.ranking-block .inner-box .score-box .score-number {
    font-size: 26px;
		line-height: 28px;
}

}


.mfooter{
	margin-top: 20px;
}
.msi i{
	font-size: 15px;
	height: 30px;
	width: 30px;
	padding-top: 5px;
}
.msocial{
	display: inline-block;
	width: 100%;
	list-style-type: none;
}
.msocial li{
	display: inline-block;
	padding: 0 10px;
}
.msocial a{
	font-size: 22px;
}
.mcopy p{
	font-size: 13px;
}


.footer{
	padding-top: 20px;
	border-top: 0;
}



.flist{
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
}

.flist li{
   padding: 3px 10px;

}


.flist a{
	color: #fff !important;
	font-size: 16px;
}

.flist a:hover{
	color: # !important;
}

#footer a.defcolor{
	color: #FFF !important;
}

#footer a.defcolor:hover{
	color: #EF0034 !important;
	text-decoration: none;
}

.quick-link{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
}


.quick-link li:first-child{
  float: left;
	padding: 5px 0 0 0;
}

.quick-link li{
	float: left;
  color: #EF0034 !important;
  padding: 5px 0 0 10px;
  font-size: 18px;
}

.quick-link li.link-dot:before {
	content: "•";
	padding: 0 10px 0 0;
	font-size: 18px;
}

.quick-link li a{
  color: #EF0034 !important;
}

.quick-link li a:hover{
	text-decoration:underline !important;
}

.lbl-interview{
	font-weight: 500;
	font-size: 17px;
}

.interviewinput{
	padding: 10px;
	border: 1px solid #E2E2E2;
	width: 100%;
	position: relative;
	text-align: left;
	color: #231F20;
	height: 150px;
}

@media(max-width: 480px){
.maxw1000{
	padding: 0px 2%;
}
.h1 {
	 font-size: 34px !important;
	 margin-bottom: 20px;
}

.h3{
		font-size: 20px !important;
	  font-weight: 900 !important;
	  font-family: Newsgotn !important;
}

.h5 {
	 font-size: 17px !important;
}

div.tooltip-winner:hover span{
	 max-width :100%;
	 display:contents;
}

#loginbtn{
	color: #fff;
	font-size: 20px;
	padding: 5px 10px 5px 30px;
}

#signupbtn{
	display: inline-block;
	width:100%;
	padding: 10px 5px 10px 5px !important;
	text-align: center;
}

#btn_save{
	display: inline-block;
	width:100%;
	padding: 10px 5px 10px 5px !important;
	text-align: center;
}

#checkout{
	display: inline-block;
	width:100%;
	padding: 10px 5px 10px 5px !important;
	text-align: center;
}

#btn_print{
	display: inline-block;
	width:100%;
	padding: 10px 5px 10px 5px !important;
	text-align: center;
}

#btn_add{
	display: inline-block;
	width:100%;
	padding: 10px 5px 10px 5px !important;
	text-align: center;
}

#btn_checkout{
	display: inline-block;
	width:100%;
	padding: 10px 5px 10px 5px !important;
	text-align: center;
}

.radio-toolbar input[type="radio"] + label{
	width:100%;
}


.radio-toolbar input[type="radio"]:checked + label{
	width:100%;
}

.btn-link-grey{
	margin:0 0 10px 0!important;
	padding: 15px 20px;
	display: inline-block;
	width:100%;
}

.btn-full{
}

.navbar-nav > li > a{
		padding: 15px 10px!important;
}

.my-nav-button{
		margin-top: 10px!important;
		margin-left: 0!important;
		margin-right: 0!important;
		margin-bottom: 10px!important;
}

.tbl-head-color{
		padding: 18px 18px!important;
}
.head-color{
		padding: 28px 4px!important;
}

.btn-link-grey{
	margin-bottom:30px;
}

#thecategory{
	min-height:auto;
	background:#000;
	background-image: url(../images/NYDA-Program-Page-category-bg-mobile.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 20px 5px 20px 5px;
 }

#bannercontainer {
    padding: 3px 15px 5px 15px;
}

#bannercontainer .entry-text {
    color: #fff;
    font-size: 20px;
}


.navbar {
    min-height: 70px !important;
}

.navbar-nav {
    margin: 0px -15px !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px !important;
}

.navbar-nav > li {
    padding: 5px 0px !important;
}

.logo-container {
	    min-width: 200px !important;
			padding: 5px 15px;
}

#logo {
    max-height: 50px;
}

.sticky #mynavbar {
    height: 68px !important;
		padding: 4px 0px !important;
}

.section-page {
    background-size: 220% auto;
		background-position: left bottom;
		padding-bottom: 45px;
		min-height: 400px;
}

.btn-link-white-2 {
    font-size: 16px !important;
    padding: 12px 20px !important;
}

.lda-theme {
    padding: 40px 0px 60px 0px;
		background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 220%;
}

#about-muse{
	padding: 40px 0px 40px 0px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 220%;

}

#about-muse .owl-dot.active:after {
    left: 30%;
    width: 30%;
}

#about-muse .owl-dot {
    font-size: 17px !important;
}

.date-box {
    padding: 100px 0 120px 0;
	  background-size: contain;
}

.nyda-dateline{
	padding: 40px 0px;
	background-image: url(../images/2024-NYDA-Deadlines-Mobile-Version.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.nyda-dateline .date-box h4 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.nyda-dateline .dateline-innerbox {
    margin-bottom: 5px !important;
}

.nyda-dateline .dateline {
    font-size: 26px;
}

.nyda-dateline .mt-lg.mb-md{
	margin-top: 10px !important;
}

.btn-link-gradient-white {
    position: relative;
    padding: 12px 20px !important;
		font-size: 19px !important;
}

.btn-linkk{
	padding: 0 15px !important;
	font-size: 14px !important;
}

.btn-link-yellow, .btn-white-border{
	font-size: 18px !important;
	padding: 12px 20px !important;
}

.nyda-statuette .trophy {
    max-height: none;
		max-width: 100%;
     position: relative;
		right: 0px !important;
}

.nyda-statuette {
		background-image: url(../images/2024-NYDA-statuette-mobile-v3.jpg);
		padding: 40px 0px;
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
		min-height: 1300px;
}

.nyda-statuette::after {
    background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));
}

.nyda-awards-process {
    background-image: url(../images/2024-NYDA-Awards-Process-Background-mobile-version.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0px;
}

.process-box {
	 height: 180px;
	 background-size: contain;
}

.process-box h2{
	 padding-top: 88px;
	 font-size: 16px;
}

.process-box h4{
	padding-top: 12px;
	font-size: 14px;
}

#featured-juror {
    padding: 40px 8px 40px 8px;
}

.judge_social_media > li{
	padding: 8px 0 !important;
}

#gallery {
    padding: 40px 0px 40px 0px;
}

#testimonies {
    padding: 40px 0px !important;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 200%;
}



#thesubcategory{
 text-align: center;
 padding: 40px 0;
}

#thesubcategory .subcatbox{
	border-radius: 0 !important;
	padding: 20px 15px 20px 15px;
}

#thesubcategory .subcatlist{
	padding-left: 35px;
	text-align: left;
}

.process-content{
	margin: 20px 10px;
}

.judge_social_media > li a{
	font-size: 20px!important;
}

#aboutiaa {
		background-image: url(../images/NYDA-About-IAA-background-mobile.jpg);
		padding: 40px 0px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;

}

#aboutiaa .iaa-logo{
 	width:120px;
	margin-bottom:20px;
}

.aboutiaa-bg{
	border-radius:10px;
	z-index:400;
	background-image: none;
	background-color: none;
	height:auto;
}

.whitebox{
	  background-size: contain;
    margin-top: 20px;
		padding:0;
	  height: 165px;
}


.whitebox-inner {
    width: 100%;
    padding: 20px 0!important;
}

h2.bignum{
		font-size: 30px;
}

.whitebox .whitebox-inner .title-sm{
	margin-top: 25px;
	font-size: 12px;
}

.whitebox-topagency {
	 background-size: contain;
}

#signup {
    padding: 40px 0px 40px 0px;
    background-position: bottom left;
    background-size: 220% auto;
    background-repeat: no-repeat;
}

section{
	min-height: 400px;
}

#videocontainer {
    margin-top: 0px !important;
}



.about-nyda-digital {
		background-image: url(../images/2024-NYDA-Introduction-mobile-version-2.jpg);
    padding: 40px 0px;
		background-position: center bottom;
		background-repeat: no-repeat;
		text-align: center;
		min-height:1200px;
	}

	#howtoenter {
	    padding: 40px 5px 40px 5px;
	    background-position: left top;
	    background-repeat: no-repeat;
	    background-size: 220%;
	}

	#howtoenter .step-thumb img {
    max-width: 90px;
    margin: auto;
		margin-top: 0 !important;
  }

	#howtoenter .nav-pills {
    min-height: auto;
	}

	#howtoenter .owl-dot.active:after {
    left: 36%;
    height: 4px;
    width: 18%;
	}

#thefees {
    padding: 40px 0px 40px 0px;
		background-position: center;
		background-repeat: no-repeat;
}

#benefit {
    padding: 40px 0px 40px 0px;
}

.parallax {
    background-image: none
}

#designoftheyear{
	padding: 20px 15px 20px 15px;
	background-image: url(../images/2024-LDA-Design-of-the-year-mobile.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#designoftheyear .designparagraphy{
	padding-bottom:40px;
}

#enter_bg {
	 background-image: url(../images/timesquare.jpg);
	 background-position: top center;
	 background-repeat: no-repeat;
	 background-size: 200%;
	 height: 360px;
}

#whynyda ol{
	padding-left: 30px;
	padding-right: 30px;
}

.why-item{
	text-align: center
}

#agency .h5 {
		font-size: 14px !important;
}

#submission{
	background-image: url(../images/NYDA-Program-Page-awards-process-mobile.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0px;
}

#categories {
	
	background-image: url(../images/2024-NYDA-Categories-Background-mobile-version.jpg)!important;
	background-position: center top;
	background-repeat: no-repeat !important;
	background-size: cover;
	background: #fff;
    padding: 40px 0px;
 }

 .tbl-head-box {
	 padding: 10px 2px!important;
 }

 .tbl-category th{
	 font-size: 10px;
 }

 .tbl-category td {
	 	height: 40px;
    font-size: 12px;
}

.tbl-category td span{
	  font-size: 12px !important;
}

.tbl-category .tbl-head {
	padding: 22px 3px 10px 3px;
	font-size: 10px !important;
	min-width: 64px !important;
	height: 99px;
}

.category-body {
    border: 0;
}

.category-body td, .category-body th {
	padding: 6px 9px 10px 9px;
	font-size: 12px !important;
}


.tbl-head-one{
	padding: 25px 9px !important;

}

.tbl-head-sec {
  padding: 19px 0px !important;
}

.tbl-head-sec .text-sm{
  font-size: 10px !important;
}

.tbl-category .tbl-foot{
	padding: 18px 3px 10px 3px;
	font-size: 10px !important;
}

.tbl-category .tbl-foot p{
	margin:0!important;
}

.tbl-body, .tbl-body-end{
	padding: 18px 4px!important;
}

.text-sm {
    font-size: 12px;
}

.text-sm14 {
    font-size: 12px;
}

#agency {
	padding: 40px 0px 40px 0px;
	background-image: url(../images/NYDA-About-IAA-background-mobile.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

#video{
	position: relative;
	overflow: hidden;
	z-index:2;
  margin-top:0px;
  width: 100%;
}



	#video iframe{
		width: 100%;
		height: 101.625vw;
		min-height: 30vh;
		min-width: 53.33vh
	}

	#video{
		height:190px;
		background-color:#000;
	}


	#video .text-wrap{
		top: 40%;
		left: 18%;
		z-index: 3;
	}

 	#video .text-wrap h2{
			font-size: 18px;
			margin-bottom: 12px;
			margin-top: 12px;
	}

	#video .text-wrap .subtitle{
		font-size: 14px;
	}

	#video .text-wrap .btn-play {
    font-size: 40px;
    color: #FFF;
  }


#whynyda {
  padding: 40px 0 40px 0;
  background-position: bottom left;
  background-size: 250% ;
  background-repeat: no-repeat;
}

#whynyda ol li{
	font-size: 20px !important;
	font-weight: bold;
	min-height: 0;
	padding-top:10px;
}

#whynyda ol li p {
		font-size: 15px !important;
		font-weight: normal;
}

#footer {
    padding: 0px 15px 20px 15px;
    background-position: left top;
    background-size: 220%;
	}



	.mt-lg{
		margin-top:20px!important;
	}

	#action{
		min-height: 100% !important;
		padding: 15px 15px 30px 15px;
	}

	#action .h1{
		margin-top: 25px !important;
	}

	#action .h5.mb-lg.mt-sm{
		margin-bottom: 30px !important;
		margin-top: 10px !important;
	}

	#howtoenter .nav-pills.nav>li>a{
		text-align: center!important;
	  padding: 5px 15px;
	}

	#howtoenter .pl-none{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#howtoenter .nav-pills.nav>li:first-child.active>a, #howtoenter .nav-pills>li:first-child.active>a:focus, #howtoenter .nav-pills>li:first-child.active>a:hover, #howtoenter .nav-pills>li:first-child>a:hover{
		border-top-left-radius: 20px!important;
		border-top-right-radius: 20px!important;
	}

	#howtoenter .nav-pills.nav>li:last-child {
    border-bottom: 1px solid #EFEFEF !important;
  }

	#howtoenter .tab-content .tab-pane{
		padding: 20px 20px !important;
		text-align: center;
		font-size: 15px;
	}

	#howtoenter .step-count{
		margin-top:0!important;
	}

	.text-15 {
    font-size: 11px;
  }

	.tbl-agency h2.number {
    font-size: 34px;
    font-weight: 700;
    margin-top: 0px !important;
  }

	.tbl-agency td, .tbl-agency th {
    border: 1px solid #FFF;
    padding: 10px 5px;
  }

	#agency .h6 {
    font-size: 13px !important;
    font-weight: 600;
}


.store2img-image{
	 max-width: 300px !important;
 }


 .btn-link.full{
 	font-size: 16px !important;
 }


 .judge_row {
     margin-top: 10px;
     margin-bottom: 10px !important;
 }

 .judge_right {
    background-size: 20%;
		margin-top: 0px;
    margin-bottom: 30px;
	}

	.judge_title_company{
		font-size: 16px !important;
	}

	.sticky #logo {
    max-height: 55px;
		margin-left: 20px;
  }


	#win-form-2017 {
    margin-top: 10px;
  }

	.btn-link-gradient {
		padding: 12px 20px !important;
		font-size: 16px !important;
	}

	.mb-smc-md{
		margin-bottom:20px !important;
	}

}


@media(max-width: 460px){

	body {
    font-size: 15px !important;
  }


	.text-sm {
    font-size: 12px;
  }

	.h1 {
    font-size: 32px !important;
		margin-bottom: 20px !important;
  }


	.nyda-dateline .date-box h2 {
    font-size: 22px;
		margin-bottom: 0 !important;
  }

	#categories h4 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 15px !important;
 }

 .judge_title_company {
    font-size: 15px !important;
  }

	.btn-link-gradient {
    padding: 12px 8px !important;
    font-size: 14px !important;
  }

	#signupbtn {
    font-size: 15px;
		padding: 5px 10px 5px 18px !important;
 }

 .btn-link-black {
    font-size: 15px !important;
	}

}
