@font-face {
    font-family: 'SF Pro Display Bold';
    src: url('fonts/SFProDisplay/SFProDisplay-Bold.eot');
    src: url('fonts/SFProDisplay/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFProDisplay/SFProDisplay-Bold.woff2') format('woff2'),
        url('fonts/SFProDisplay/SFProDisplay-Bold.woff') format('woff'),
        url('fonts/SFProDisplay/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src:url('fonts/SFProDisplay/SFProDisplay-Regular.eot') format('eot'),
				url('fonts/SFProDisplay/SFProDisplay-Regular.woff2') format('woff2'),
        url('fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}





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

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

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


a:hover{color:#C1A02D; text-decoration: none !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;
	}

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

}


body{
	font-family: 'SF Pro Display' !important;
	font-size: 18px !important;
	line-height: 1.58 !important;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	outline: 0;
}



@media(max-width: 768px){

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

}



.black{
	color: black !important;
}


.bgblack{
	background-color: black;
}

.bggrey{
	background-color : #F0F0F0;
}

.bgwhite{
	background-color : #FFF;
}


.darkgrey{
	color: #333;
}



.white{
	color: #fff !important;
}

.grey{
	color: #89879B;
}


.gold{
	color: #BDA858;
}

.text-gradient{
  background: -moz-linear-gradient(left, #D86F9E, #8A4F9E);
	background: -webkit-linear-gradient(left, #D86F9E, #8A4F9E);
	background: linear-gradient(to right, #D86F9E 0%, #8A4F9E 40%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.invisible{
	 border: 1px solid transparent;
}


.h1{
  font-size: 65px !important;
  font-family: 'SF Pro Display Bold'  !important;
	margin-top: 0px !important;
}

.h2{
	font-size: 25px !important;
	line-height: 1.4 !important;
	font-family: 'SF Pro Display Bold' !important;
}

	.h3{
		font-size: 22px !important;
		font-weight: 500  !important;
		line-height: 1.4  !important;
	}

	.h5{
		font-size: 22px !important;
		font-weight: normal;
		line-height: 1.54;
	}



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

.smallh1, .h1-sm{
	font-size: 50px;
 font-family: 'SF Pro Display Bold'  !important;
}

.bigh2{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;

}

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


@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;
}



@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;
}



.rowgap{

	margin-bottom: 30px;

}

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

.text-sm14{
  font-size: 13px;
}

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

.text-17{
  font-size: 17px !important;
}

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


.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;
}


.custom5{

	padding-left: 15px;

	padding-right: 15px;

	float:left;

}



.lightheader{

	font-family: deffont;

}



.headerfont{

	font-family: deffont;

}



.interbg{

	z-index: 1;

}

.acc-icon{
border: 1px solid #1A2F59;
 margin-top:-5px;
 height:46px;
 width: 46px;
 margin-left: 10px;

}



.ibg-bg{

	background-size: cover !important;

}



.textdeconone:hover{

	text-decoration: none;

}




.fl{

	float:left;

}



.max800{
	max-width: 800px;
	margin: auto;
}

.max1000{
	max-width: 1000px;
	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:#D86F9E;
  padding: 10px 20px;
  margin: auto;
  display: inline-block;
  cursor:pointer;
  font-size: 20px;
	background: linear-gradient(to right, #D54789 0%, #FC868B 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}

#howtoenter #customDots { width: 100%; }

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


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


#howtoenter .owl-dot.active:after{
	content:'';
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 2px;
	width: 50%;
	margin-left: 20px;
	background: -moz-linear-gradient(left, #D54789, #FC868B);
	background: -webkit-linear-gradient(left, #D54789, #FC868B);
	background: linear-gradient(to right, #D54789, #FC868B);
}


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

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


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


@media(max-width: 768px){

	#howtoenter .owl-dot.active:after{
		content:'';
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 2px;
		width: 20%;
		margin-left: 40%;
	background: -moz-linear-gradient(left, #D54789, #FC868B);
	background: -webkit-linear-gradient(left, #D54789, #FC868B);
	background: linear-gradient(to right, #D54789, #FC868B);
	}

}





#howtoenter .owl-item{
	padding: 30px 0px;
	color:#FFF;
}




@media(max-width: 768px){

	#howtoenter .owl-item{

		padding: 30px 25px;

		padding-top: 20px;

		/*text-align: left;*/

	}

}



#owl-demo{

	position: relative;


	margin: auto;

	margin-top: 5px;

	color: #bcbec0;

	z-index: 1;

}



@media(max-width: 768px){

	#owl-demo{

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

		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;

	}

}

.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-container{

	position: relative;

	float: left;

	padding: 5px 15px;

}







.my-nav-button{

	float: left;

	margin: 15px;

}

#logo {
    max-height: 58px;
}

.logo-img {
    float: left;
}

.logo-shine {
    float: left;
    padding: 10px 12px;
}

.logo-shine .logo-program {
    border-left: 1px solid #444444;
    padding-left: 12px;
    font-size: 30px;
		background: linear-gradient(to right, #D54789 0%, #FC868B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

		text-transform:uppercase;
}


.fake_logo{

	visibility: hidden;

}



.real_logo{
	position: absolute;
	top: 0px;
	width:200px;

}

@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;*/

	}

}






.navbar-inverse .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;

}



.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
	background: #413D3C; /* Old browsers */
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
background-color: #413D3C !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
	background-image: none !important;
	box-shadow : none !important;
}
#navbarcontainer{
  background-color: rgba(51, 51, 51, 0.6);
	position: relative;
	z-index: 10;

}

#navbarcontainer-dark{
  background-color: #070000;
	position: relative;
	z-index: 10;
}

@media(max-width: 768px){

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







#mynavbar{
	margin: auto;
	background-image:none;
	border:none;
	background-color: #000;
	height:88px !important;
}


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

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


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


.sticky .navbar-nav > li{
	padding: 10px 0px !important;
}

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

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

.sticky #mynavbar .logo-shine {
    float: left;
    padding: 5px 12px;
}

.sticky #mynavbar .logo-container {
    position: relative;
    float: left;
    padding: 3px 15px;
    z-index: 1;
}

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

.sticky #mynavbar .navbar-nav > li{
	padding: 10px 0px;
}

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

.sticky .top-nav.nav>li>a{
	padding: 6px 15px;
}

#mynavbar .navbar-nav > li{
	padding: 22px 0px;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-nav > li{
	font-size: 16px;
  padding: 5px 10px;
}



.navbar-inverse .navbar-nav > li > a{
	color: #fff!important;
	padding: 10px 18px;

}

.navbar-inverse .navbar-nav > li > a:hover{
	 color : #fff;
}

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

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


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

}

.dropdown-menu>li>a{
	color:#000 !important;
	padding: 10px 30px !important;
	background: #FFF;

}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-image: -moz-linear-gradient(left, #D86F9E, #A53A63) !important;
	background-image: -webkit-linear-gradient(left, #D86F9E, #A53A63) !important;
	background-image: linear-gradient(to right, #D86F9E, #A53A63) !important;
	text-decoration: none;
	color:#FFF !important;
}

.navbar-inverse .navbar-nav > .home-active a{
	background: #A53A63;
}




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



.navbar-collapse.collapse.in {
	background-color: #000;
	margin-top: 0px

}

.navbar-collapse.in {
    overflow-y: none !important;
}


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


}




.iconbar{

	background-color: #fff !important;

}



.custommenubtn{

    float: left;

    padding-right: 10px;

}



.menubar {

    background-color: #D86F9E;

    width: 22px;

    height: 2px;

    border-radius: 1px;

    margin-bottom: 5px;

}



.navbar-header{

	padding: 5px 0px;

}



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



/*index*/

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

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

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

.entry{
   position: relative;
	 bottom: 0px;
	 background: #A53A63;
	 width: 100%;
	 padding: 20px 0px;
	 text-align: center;
}

.entry-text{
		color:#FFF;
		font-size: 33px;
		margin-right: 20px;
}



#about-nyx-video{
	background-color: #FFF;
	padding: 70px 0;
	position: relative;
  background-image: url(../images/element-01.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

#about-nyx-video .nyx-trophy {
  max-height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0px;
  overflow: hidden;
}


#about-nyx-video .inner-contain {
    margin-left: 50px;
}

.bg-gradient{
	position: absolute;
	width: 33%;
	background: #A53A63;
	background: -moz-linear-gradient(left, #F06574, #CE588D, #8A4F9E);
	background: -webkit-linear-gradient(left, #F06574, #CE588D, #8A4F9E);
	background: linear-gradient(to right, #F06574, #CE588D, #8A4F9E);
	height: 720px;
	top : 80px;
	right: 0px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}


#nyx-theme{
	background: radial-gradient(circle, rgba(192,52,131,1) 0%, rgba(165,58,99,1) 100%);
		padding: 90px 0;
}


#highlighted-winners {
  position: relative;
	background-color: #000;
	padding: 80px 0px 0px 0px;
}


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


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

.three .project{
	width:33%;
	float:left;
}


.project img{
	width:100%;
	height:auto;
}

.project .hover{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	background:rgba(186,53,124,0.85);
	font-size:17px;
	opacity:0;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.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)";
}

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

.project h3{
	font-size:16px;
	font-weight:800;
	margin-top:0;
	text-transform:capitalize;
}

.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;
}

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



.project ul{
	margin:0 0 5px;
	padding:0;
}

.project li{
	display:inline-block;
}


#statuette{
	background-color: black;
	padding: 90px 0;
	position: relative;
}

#statuette .nyx-trophy {
    max-height: 98%;
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 0px;
    overflow: hidden;
}

/*#videocontainer video{

	width: 100%;

}*/



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



.bannerimg{

	width: 100%;

}



.carousel-inner{

	overflow: initial !important;

}



/*

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: #C1A02D;
	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;

}



.highlight_banner_text{

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#D54789+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;
	font-size: 20px;

}



.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{
		text-align: center;
		font-size: 26px;
	}



	#myCarousel{

		max-width: 100%;

	    padding:0;
	}

	#myCarousel2{

		max-width: 100%;

			padding:0;
	}



	.video-ex{

		height: 850px;

		background-image: none !important;

	}



	.carousel-indicators{

		width: initial;

		left: 80px;

		margin-left: 0px;

		bottom: 50px;

	}



	.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: 45px;
		line-height: 48px;
		letter-spacing: 1px;
		font-weight: bold;

	}



	#myCarousel{
		width: 100%%;
	}

	#myCarousel2{

		max-width: 100%;

	    padding:0;
	}

}





@media(max-width: 768px){

	/*.video-ex{

		height: 350px;

	}*/



	#myCarousel{

		position: initial;

	}

	#myCarousel2{

		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;

}






.btn-save{
	background: #FFF;
	border: 2px solid #000;
	padding: 5px 30px;
	color: #000;
	font-size: 18px;

}

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




#about-nyx {
    position: relative;
    text-align: center;
    background-color: #FFF;
    padding: 30px 0px 30px 0px;
		background-color: #E5617C;
    background-image: -webkit-gradient(left, #E5617C, #FB85B0);
    background-image: -webkit-linear-gradient(left, #E5617C, #FB85B0);
    background-image: -moz-linear-gradient(left, #E5617C, #FB85B0);
    background-image: -o-linear-gradient(left, #E5617C, #FB85B0);
    background-image: linear-gradient(left, #E5617C, #FB85B0);
}

#about-nyx .fluid-container{

    padding: 80px 12%;
    margin-right: 30px;
    margin-left: 30px;
		color: #000;
}

#about-nyx iframe{
	width:100%;
	height:420px;
}



#about{
	color: #fff;
	position: relative;
	z-index: 1;
}

#about iframe{
	height:400px
}





#about2{
	position: relative;
	background-color: #000;
	padding: 80px 0px 80px 0px;
	background-image: url(images/about-nyx.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  min-height: 600px;
}

#about2 .h1{
	background: linear-gradient(to right, #D4CB86 0%, #85743A 80%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 font-family: 'Didot';
}






#about_bg{

	background-image:url('../images/about-bg.jpg');
	padding-top: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:800px;
}

#enter_bg{

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

}

#stat {
    position: relative;
    height:750px;
    width:100%;
    overflow: hidden;
		display: block;
}
#videobcg {
    position: absolute;
    top: 0;
		left: 0;
    width: 100%;
    height: auto;
    z-index: -100;
		 display: block;
}

#video-container{
	margin-top: 180px;
	color:#FFF;
}


#video-container h2{
	font-size: 48px;
	margin-bottom: 40px;
	font-weight: 700;
}

#stat-video {
	position: relative;
    display: block;
  width: 100%;
  min-height: 100%;
	overflow: hidden; z-index: -1;

}

/* Add some content at the bottom of the video/page */
.video-content {
  position: absolute;
  top: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
	overflow: hidden; z-index: 1;

}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.whitebox{
	margin-top: 40px;
   border:1px solid #FFF;
	 padding: 10px 0px 45px 0px;
}


h2.bignum{
   font-size: 48px;
	 font-weight: bold;
	 margin-top: 38px !important;

}

.whitebox .title-sm{
   font-size: 14px;
	 color:#FFF;
	 letter-spacing: 2px;
}

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 #FEC70B;
 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;}


#about_bg{
	background-image:url('../images/about-bg.jpg');
	padding-top: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:420px;
}

}








.about-h1{
	  font-size: 50px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0px;
		font-weight: 700;
}

.about-h2{
	  font-size: 20px;
    color: #fff;
    letter-spacing: 6px;
    margin-bottom: 20px;
    margin-top: 0px;
		font-family: Avenir !important;
}

#about2 .text-18{
	font-size: 35px;
}



.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: 22px;

}

	.about-line1{
		font-size: 16px !important;
		line-height: 18px;
	}

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

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

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

#about2 .text-18 { font-size: 28px;}



}



@media(max-width: 480px){

		#stat {
			height:570px;
			background-image: url('../images/trophy-bg.jpg');
			background-position: center center;
			background-size: cover;
			background-repeat:no-repeat;
	  }



		#video-container{
			margin-top: 260px;
		}

		#about iframe{
			height:250px
		}


		#video-container h2{
			font-size: 22px;
			margin-bottom: 10px;
			font-weight: 600;
			text-align: center;
		}

		#video-container p{
			font-size: 13px !important;
			text-align: center;
		}


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

}



.about-line-2{
	margin-bottom: 25px;
	letter-spacing: 1px;
	color: #D86F9E;
	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{
	color: #FFF;
	margin: auto;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
}

.enter-content{
	color: #000;
	margin: auto;
  font-size: 18px;
  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;

}



#about2l{

	position: absolute;

	z-index: -1;

	left: 0;

	top: 50px;

}



#about2r{

	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){

	#about2l{

		left: 10%;

	}



	#about2r{

		right: 10%;

	}

}



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

	.the-content{

		max-width: 550px;

	}



	#about2l{

		max-width: 250px;

	}



	#about2r{

		max-width: 250px;

	}



}





#about2 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;

}



.enterbtn{
	background-color: transparent;
	color: #D86F9E;
	cursor: pointer;
	height: 150px;
	width: 150px;
	border: 2px solid #D86F9E;
  position: relative;
	margin:auto;
	margin-top: 50px;
}



.enterbtn2{
    cursor: pointer;
    margin: auto;
    margin-top: 25px;
    text-align: center;
    max-width: 250px;
    padding: 8px 0 ;
    background-color: #D86F9E;
		border-radius: 5px;

}



.enterbtn2 p{
	font-size: 22px;
	margin-bottom: 0px;
	letter-spacing: 2px;
  color: #FFF !important;

}

.enterbtn3{
    cursor: pointer;
    margin: auto;
    margin-top: 35px;
    text-align: center;
    max-width: 250px;
    transform: skew(-25deg);
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
		border:1px solid #FDCD00;
}

a >.enterbtn3 {
    color: #FFF;
}



.enterbtn3 p{
 transform: skew(25deg);
	font-size: 20px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;

}



@media(max-width: 768px){

	.enterbtn2 p{

		font-size: 18px;

	}

}





@-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{
	position: relative;
	overflow: hidden;
  padding: 70px 0 70px 0;
	background: #FFF0F2;
	width: 100%;
}

.tab-border{
    border: 1px solid #000;

}

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


#howtoenter .nav-pills{
  min-height: 510px;
  border-right: 1px solid #000;
}

#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: 29px 15px;
		color : #000;
		font-size: 20px !important;
		font-weight: bold;
}

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


#howtoenter .tab-content .tab-pane {
	  padding: 20px 20px !important;
    font-size: 18px !important;
    color: #000 !important;
    text-align: left;
    line-height: 1.55 !important;
}

#howtoenter .fluid-container {
    background-color: #000;
    padding: 80px;
    margin-right: 30px;
    margin-left: 30px;
    color: #FFF;
}


.table-responsive {
  border: none !important;
}

#whynyx{
	padding: 70px 0px;
	position: relative;
	overflow: hidden;
	background: #FFF0F2;
  background-image: url(../images/element-05.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.why-item {
    min-height: 255px;
    padding: 0px 40px 0px 0px;
}

.why-item .seperator{
  margin-bottom: 15px;
}


.why-item .seperator img{
  width: 120px;
}

.why-item .why-title{
    font-size: 24px;
		line-height: 1.3 !important;
		margin-bottom: 10px;
		font-family: 'SF Pro Display Bold' !important;
}






#agency{
	padding: 70px 0px 70px 0px;
	background: #A53A63;
  background-image: url(../images/element-04.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.tbl-agency{
	border : 1px solid #000;
  background: #FFF;
}

.tbl-agency th, .tbl-agency td{
  padding: 10px 30px;
}



.table-border {
    border: 1px solid #000;
}

.table-border th {
    border: 1px solid #000;
    padding: 10px 30px;
}

.table-border td {
    padding: 10px 30px;
    border: 1px solid #000;
}


#home-top-agency{
	background-color: #E5617C;
	background-image: -webkit-gradient(left, #E5617C, #FB85B0);
	background-image: -webkit-linear-gradient(left, #E5617C, #FB85B0);
	background-image: -moz-linear-gradient(left, #E5617C, #FB85B0);
	background-image: -o-linear-gradient(left, #E5617C, #FB85B0);
	background-image: linear-gradient(left, #E5617C, #FB85B0);
		color: #000;
		padding-top: 30px;
    padding-bottom: 30px;
}

#home-top-agency .fluid-container {
    padding: 80px 12%;
    margin-right: 30px;
    margin-left: 30px;
    color: #000;
}



#categorysec h2{

	color: #D86F9E;

}



.categorysec_1{
	font-size: 40px;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 25px;
	font-weight: bold;
}

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



@media(max-width: 768px){

	.categorysec_1{

		font-size:28px;

	}





}



.index_category_main{

    font-size: 16px;
	  text-align: center;
		min-height: 80px;
}

@media screen and (max-width: 768px) {
  .index_category_main{
    font-size: 14px;
   }
}

@media screen and (max-width: 320px) {
  .index_category_main{
    font-size: 13px;
   }
}



.defcolor{
	color: #A53A63 !important;
}

.defcolordark{
  color:#D86F9E;
}

.defcolorbright{
	color: #D86F9E !important;
}

.defwhite{
	color: #FFF;
}




.seall{
	color: #D86F9E;
	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: #D86F9E;

	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(min-width: 992px){

	.benefit{

		margin-left: 33%;

	}



	.whyvegatext{

		position: absolute;

		bottom: 100px;

		left: 0px;

		max-width: 300px;

	}



	.bannertext h1{

		font-size: 45px;

	}

}


#juror{
  position: relative;
	background-color: #FFF;
  padding: 70px 0px;
  background-image: url(../images/element-03.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}



.judge_small_img{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	margin: auto;
}

.judge_row{
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: black;
	margin: 50px 0px;
}

.judge_left {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    z-index: 1;
}

.judge_right{
	padding: 20px;
	background-color: black;
	overflow: auto;
	height: 320px;
}

.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: #FFF;
	width: 90%;
}

.judge_name{
  color : #D86F9E;
  margin-top: 10px;
	margin-bottom: 6px;
	font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  font-family: 'SF Pro Display Bold';
}

.judge_title_company{
	color: #FFF;
	font-size: 21px;
	line-height: 1;
	margin-bottom: 25px;
}

.judge_country{
	color: #fff;
	margin-bottom: 5px;
	font-size: 20px;
	position: relative;
}


.judge-divider {
    margin-bottom: 3px;
}

.judge-divider img {
    width: 110px;
}


.judge_social_media {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.judge_social_media > li {
    display: inline;
    border: 1px solid #FBF4EF;
    color: #000;
		background-color: #FBF4EF;
    padding: 6px 8px;
    margin-right: 8px;
}

.judge_social_media > li:hover{
	background-color: #A53A63;
	border: 1px solid #A53A63;
	-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: #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;
}

.judge_social_media_link{
	color: #000 !important;
}


.btn-black{
	background: transparent;
	border: 2px solid #000;
	padding: 8px 30px;
	color: #000;
	font-size: 21px;
}

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

.btn-white{
	background: transparent;
	border: 2px solid #FFF;
	padding: 8px 30px;
	color: #FFF;
	font-size: 22px;
}

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


.btn-radius.btn-video:hover {
    background-color: #FFF;
    color: #E25B74;
}
.btn-radius.btn-video {
    border: 2px solid #FFF;
    padding: 8px 30px;
    color: #FFF;
    border-radius: 20px;
    font-size: 18px;
}

#theBrand{
	background-color: #FFF;
	padding-top: 10px;
  padding-bottom: 10px;

}

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

}

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

/*gallery*/

#thegallery{
  background-color: #000;
 	padding-top: 0px;
  padding-bottom:80px;

}

#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;
	color : #FFF;

}

#theFees{
  background-color: #FFF;
 	padding: 70px 0px;
  background-image: url(../images/element-02.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}


#categories{
  background-color: #EFEFEF;
 	padding: 70px 0px;
}

.animated.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.category-col{
	float: left;
	display: block;
	position: relative;
	width: 20%;
	text-align: center;
}

.category-col .category-thumbnail img{
	max-width: 150px;
	margin: auto;
}


.right-rotate {
    -ms-transform: rotate(-55deg);
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
}

.line {
    height: 1px;
    background-color: #000;
    margin-top: 45px;
}


#gallery_open{
	font-size: 45px;
	color: #404040;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 20px;
}



@media(max-width: 768px){

	#gallery_open{

		font-size: 25px;

	}

	.m-hide{display:none;}



}



.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: url("../images/bg-category-3.jpg") no-repeat right top;
 background-color: #0D0D0D;
 background-size: cover;
 min-height: 650px;
 padding-top: 20px;
 background-attachment: fixed;
}

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

@media(max-width: 768px){
   #thecategory{
   background: url("../images/bg-category-m.jpg") no-repeat center top;
   background-color: #0D0D0D;
   background-size: cover;
   min-height: 650px;
   padding-top: 20px;
  }
}


#thesubcategory{
 background: radial-gradient(#07315D, #000123);
 padding: 30px 0 75px 0;
 margin:-5px 0px;
}

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

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

.div-fees{
	background: #FC868B;
    background: -moz-linear-gradient(left, #D54789, #FC868B);
    background: -webkit-linear-gradient(left, #D54789, #FC868B);
    background: linear-gradient(to right, #D54789, #FC868B);
  padding:30px 50px!important;
	color:#000;
}

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


}

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

.tbl-category td{
  padding:12px 8px;
}



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

a.main{
  padding:10px 0;
}


.modal-dialog{

	width: 95% !important;

	max-width: 1000px !important;

	max-height: auto !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;

}



/*Sign Up*/

#signup{
	background: #EFEFEF;
	padding: 70px 15px 70px 15px;
}


.signupinput{
	background-color: transparent;
	width: 100%;
	border: 1px solid #000;
	padding: 8px;
	width: 100%;
	margin: 5px auto 5px auto;
	text-align: center;
}



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



.signupinput:-moz-placeholder { /* Firefox 18- */
	color: #B6AFB2
	text-align: center;

}



.signupinput::-moz-placeholder {  /* Firefox 19+ */
	color: #B6AFB2;
	text-align: center;
}



.signupinput:-ms-input-placeholder {
	color: #B6AFB2;
	text-align: center;

}



#signupbtn{
	background: #A53A63;
	padding: 8px 30px;
	width: 100%;
	color: #FFF;
	font-size: 19px;
	border : none !important;

}

#signupbtn:hover{
	color: #000;
	border : none !important;
}




/*Footer*/

#footer{
  background-color: #000;
  overflow: hidden;
	padding: 50px 15px 75px 15px;
	color: #fff;
  background-image: url(../images/element-footer.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}



.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;

    border-radius: 50%;

}



.social-icon i {

    border: 1px solid #fff;

    color: #fff;

}



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



@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: 12px;

}



@media(min-width: 992px){

	.copyright{

		/*text-align: right;*/

	}

}



@media(max-width: 992px){

	.copyright{

		/*text-align: center;*/

	}

}

.logo-container {
    position: relative;
    float: left;
    padding: 5px 15px;
    z-index: 1;
}



.logo-bottom{

	margin-bottom: 30px;

	display: initial;

}

@media(max-width: 1100px){

.navbar-header {
		padding: 5px 0px;
}

.navbar-collapse{
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-inverse .navbar-nav > li {
    font-size: 14px;
}




#mynavbar .container-fluid{
	padding-left: 8px;
	padding-right: 8px;
}

#logo {
    max-height: 50px;
    margin-top: 0px;
}

.logo-container {
    padding: 5px 0px !important;
}

.logo-shine {
    padding: 10px 3px;
}

.navbar-collapse{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.logo-shine .logo-program {
    padding-left: 8px;
    font-size: 26px;
}

.navbar-inverse .navbar-nav > li{
	    padding: 20px 0px;
}

}





@media(max-width: 768px){

	.navbar-header {
	    padding: 5px 0px;
	    width: 100%;
	}

	.logo-bottom{

		max-width: 125px;

		margin: auto;

		margin-bottom: 30px;

	}

	.navbar-inverse .navbar-nav > li{
		    padding: 4px 0px;
	}

	#logo {
    max-height: 40px;
 }

	.logo-container{
		max-width: 250px;
		padding: 0px 5px;

	}

	.logo-shine {
    float: left;
    padding: 5px;
  }

	.logo-shine .logo-program {
    padding-left: 8px;
    font-size: 25px;
  }



	.real_logo{

		width: 155px;

	}

	.real_logo_2{

		max-width: 200px;

	}



	.my-nav-button{

		float: right;

	}

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

	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
		margin-right: 0px;
		margin-left: 0px;
	}

}



.copyright a{

	color: #fff;

}



.copyright a:hover{

	color: #fff;

}



.copyright p{

	margin: 0px;

}










@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*/

#benefit{

background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

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

	padding-top: 80px;

	padding-bottom: 80px;

	text-align: center;

	color: #bcbec0;

}



#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: #D86F9E;

    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;
}

.mt-none{
	margin-top: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;
}

.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) {
.mb-md{
	margin-bottom:15px !important;
}

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

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

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

.mb-xlg{
	margin-bottom:45px !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;
  }
}






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

}

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


.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;
}

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


.program-item {
    height: 28px;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
    background: transparent;
    color:#000;
	float:left;
	border-left : 1px solid #444444;
	border-right : 1px solid #444444;
}

.program-item-active {
    height: 28px;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
    background: #444444;
    color:#FFF;
	float:left;
	border : 1px solid #444444;
}

.program-item-text{
    height: 28px;
    margin:0px auto;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    transform: skew(45deg);
	 padding:6px 8px;
	text-align:center;
}


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

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

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

@media(max-width: 1100px){
	.program-item {
	    min-width: 125px;
	}
	.program-item-text{
		padding: 6px 10px;
	}

	.entry-text{
		font-size: 25px;
	}
}

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

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

/*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 {
	  border: 1px solid #000 !important;
    color: #000;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px;
		border-radius: 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.active, p.accordion:hover {
      color: #D86F9E;
}

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

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

p.accordion.category{
	border: 1px solid #000 !important;
	background: transparent;
	color: #000;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-bottom:10px;
	border-radius: 0px;
	font-size: 19px !important;
}

p.accordion.category.active{
	color: #A53A63 !important;
}

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

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

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

p.accordion-howtoenter.last, .panel-howtoenter.last{
  border-bottom: 1px solid #000;
}

/* 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-howtoenter.active, p.accordion-howtoenter:hover {
    color: #FFF !important;
		background: #A53A63;
}

p.accordion-howtoenter.active{
  border-bottom: 1px solid #000;
}

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

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

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

div.panel-howtoenter.show {
    opacity: 1 !important;
    max-height: 2000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

div.panel-howtoenter .howtoenter-content{
  padding: 20px;
}


/*login-register*/

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

.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;
}

.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:15px;
	background-color:#BFBFBF;

}



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



.bigoption.active{
  color: #FFF;
	background: #A53A63;
}



.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;
}

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

.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%;
	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{
	padding: 10px;
	border: 1px solid #000;
	width: 100%;
	position: relative;
	text-align: center;
	color: #231F20;
}

select.logininput{
  padding: 13px 10px !important;
}

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

}

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

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

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

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


/*.logininput{

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

}*/



.logininput::-webkit-input-placeholder {

   text-align: center;
   color: #BFBFBF;
   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: 13px;
    z-index: 5;
    left: initial;
    right: 20px;
}

.required{

	position: absolute;

	color: #D86F9E;

	top: 5px;

	right: 10px;

}



.logininput{

  text-align: center;

  text-align-last: center;

}

.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 #D86F9E;

	/*margin-top: 5px;*/

	margin-right: 10px;

}



.remembercircle i {

	font-size: 10px;

	color: #D86F9E;

}



#thegotick{

	display:none;

}





.loginbtn{
	background-color: #A53A63;
	color: #FFF !important;
	padding: 10px 30px;
	text-align: center;
	border:1px solid #A53A63;
	margin-bottom: 10px;
	width:100%;
}

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

}

.loginbtnsm{
	background: transparent;
	color: #000;
	padding: 3px 10px;
	text-align: center;
	border:1px solid #000;
	border-radius: 10px;
	margin-bottom: 5px;
}

.loginbtnsm:hover{
	background: #000;
	color: #FFF;

}

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

.buybtnsm:hover{
	 border:1px solid #b4cc3d;
	 background-color: #c3d666; background-image: -webkit-gradient(linear, left top, left bottom, from(#c3d666), to(#7bb64b));
	 background-image: -webkit-linear-gradient(top, #c3d666, #7bb64b);
	 background-image: -moz-linear-gradient(top, #c3d666, #7bb64b);
	 background-image: -ms-linear-gradient(top, #c3d666, #7bb64b);
	 background-image: -o-linear-gradient(top, #c3d666, #7bb64b);
	 background-image: linear-gradient(to bottom, #c3d666, #7bb64b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c3d666, endColorstr=#7bb64b);
   color: #333333;
}


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


.paybtn{
  background: #FFF;
	color:#000;
	padding: 5px 25px !important;
	border:2px solid #000;
	font-size: 18px;
}

.paybtn:hover{
	color: #FFF;
	background: #000;
}

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

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

}



.lostpwd{

	font-size: 18px;

	color: #D86F9E;

	letter-spacing: 2px;

}



@media(min-width: 992px){

	.lostpwd{

		line-height: 110px;

	}

}

.atc{
	background: #FC868B;
    background: -moz-linear-gradient(left, #FC868B 0%, #D54789 29%, #D54789 72%, #FC868B 100%);
    background: -webkit-linear-gradient(left, #FC868B 0%,#D54789 29%,#D54789 72%,#FC868B 100%);
    background: linear-gradient(to right, #FC868B 0%,#D54789 29%,#D54789 72%,#FC868B 100%);
	color: #fff;
	width: 100%;
	max-width: 500px;
	padding: 10px;
	margin: auto;
	margin-top: 25px;
	border:none;
}



#signupsubmit{

	/*background-color: #D86F9E;*/

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

	background: #FC868B; /* Old browsers */

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

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

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

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



	color: #fff;

	padding: 8px 15px 3px 15px;

	text-align: center;

	border:none;

	font-size: 18px;

}



.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: 18px;
    min-height: 45px;
    padding: 10px 5px;
	}

	@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/login_purchase.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/store-login-certificate.jpg');
		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;
}

div.blue-box{
	float:left;
	background-color:#D86F9E;
	padding:8px;
	font-size:14px;
	color:#FFF;
	line-height:16px;

}

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

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

.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: #D86F9E;
  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-color:#A9ABAE;
   padding: 5px 10px;
   margin-right:2px;
   color:#FFF;
   cursor:pointer;
}



.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){

  .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 white;
  border-radius: 50%;
  border-top: 10px solid #D86F9E;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

}

/* 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-color:#A53A63!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-color: #A53A63;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right:-100px;
	padding:10px 15px 10px 10px;
	list-style-type: none;
	z-index:100;
}

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

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

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

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

#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 #D86F9E;
  color: black;
  background-color: #D86F9E;
  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: 18px;
	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: #D86F9E;
    border: 1px solid #000;
}

.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: #D86F9E;

}

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

/* 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 #333;
	border-width: 0 2px 2px 0;
}

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

/* 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: #ddd;
    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-color:#A53A63;
		border-color: #A9ABAE;
    color: #FFF;
}

.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-color: rgba(165, 58, 99, 0.8);
	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: 210px;
	position: relative;
	background-color: #eee;
	font-size: 13px;
	border: 1px solid #ccc;
}
.imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
.imgChange {
	background-color: rgba(165, 58, 99, 0.8);
	bottom: 0;
	color: #FFF;
	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;
}

/* 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:#333;
  padding:10px 0px;
}

a.catname:hover{
  color:#333;
  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: 150px;
	height: 105px;
}

}

/*Judge*/

.row.evaluate-bg{
	margin-left: 0px !important;
  margin-right: 0px  !important;
}

.evaluate-container{
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

@media(max-width: 1520px){

	.evaluate-container{
		max-width: 95%;
	}

}

@media (min-width: 1200px){
	.evaluate-container {
	    max-width: 1350px;
	    width: 100%;
	}
}


.evaluate-bg{
	background: #A53A63;
  margin:0 0 30px 0 !important;

}

.evaluate-bg h3, .evaluate-bg h4{
	color:#FFF;
}

.evaluate-bg-title{
  padding: 30px;
}

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

label{
  font-weight: normal;
}

.judge-select {
    border: 0;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #FFF
}

.judge-entry-desc-cont {
    height: 480px;
    max-height: 480px;
    overflow: scroll;
    overflow-x: hidden;
		border: 1px solid #E2E2E2;
}

#judge-entry-desc h3{
	font-size: 15px;
	line-height: 1.45;
}

#judge-entry-desc .h4{
	font-size: 17px;
	line-height: 1.45;
}

.judge-entry-scroll{
  color:#aaaaaa;
	font-size: 14px;
}

.text-lighter{
  font-weight: 200;
}

.text-ucase{
text-transform: uppercase;
}

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;
    border: 1px solid #AAAAAA !important;
    border-radius: 8px;
    border: none;
    margin-top: 10px;
    width: 65% !important;
    float: left;
		background-color: #F8F9FA;
}

.judge-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #D86F9E;
  height:15px;
  width:15px;
  border-radius: 15px;
  background: #A53A63;
  cursor: pointer;
  margin-top: 0; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

.judge-criteria{
 margin: 0 0 5px;
}

.judge-range{
 margin: 0 0 30px;
}

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 #aaaaaa;
    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: black;
    color: #fff;
    margin-top: 8px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    width:28%;
}

#judgeUrlTab td, #judgeUrlTab th{
    padding: 5px;
}

.nav-tabs {
    border-bottom: 1px solid #A53A63 !important;
}

.nav-tabs li:not(:first-child) {
    border-left: 1px solid #A53A63;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #A53A63 !important;
	border-bottom: 1px solid #A53A63 !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 #A53A63 !important;
		border-radius: 0 !important;
		color:#A53A63;
	}


	.tab-content .tab-pane {
    padding: 30px 25px;
    font-size: 16px;
    color: #828282;
    text-align: left;
    line-height: 24px;
    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: 5px;
}

.btn-sm-padding{
  padding: 8px 5px!important;
}

.btn-lg{
  padding: 14px 0!important;
  color:black;
  font-size: 18px!important;
}

.btn-default.btn-file{
  border-radius: 0 !important;
  color: #333;
  background: #D86F9E;
  border-color: #;
  text-shadow : none;
}

.btn-green{
  background: radial-gradient(circle, rgba(192,52,131,1) 0%, rgba(165,58,99,1) 100%);
  color:#FFF !important;
}


.btn-green a{
  color:#FFF !important;
}

.btn-green a:hover{
color:#333 !important;
}

a.remove_credit{
  color: #FF0000  !important;
}


.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: #A53A63;
	color: #fff;
	padding: 5px 35px;
	font-size: 18px;
	border: none;
	float: right;
	margin-bottom: 5px;
	height: 40px;
}

.judge_search{
	margin-bottom: 5px;
}



@media(min-width: 1200px){
  .container{
  width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  }

	.container.container-wide{
		width: 88%;
	  margin-left: auto;
	  margin-right: auto;
  }

}

@media(min-width: 1300px){
  .container{
  width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  }

	.container.container-wide{
		width: 88%;
	  margin-left: auto;
	  margin-right: auto;
  }

}

@media(min-width: 1400px){
  .container{
  width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
  }
}




.store_page{
	margin-top:0;
	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;
}

.media-dl li a{
	color: #A53A63;
  font-size: 17px;
}

.media-dl li:not(:last-child):after{
	content: '';
	position: absolute;
	width: 1px;
	background-color: #A53A63;
	height: 15px;
	top: 13px;
	right: 0;
}

.margin-auto{
	margin: auto;
}


.media-img{
	max-width: 65%;
}

.media-cont {
    background-color: #ebebeb;
    margin-top: 20px;
    padding: 15px 15px;
    text-align: center;
    border: 1px solid #ebebeb;
  }

@media(min-width: 768px){
	.media-cont{
		min-height: 1200px;
	}
}

.media-cont h3{
  height: 65px;
	color:#A53A63;
}

.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{
	padding: 15px;
	border: 1px solid #F7F7F7;
	margin-bottom: 15px;
	background-color:#FFF;
}



.store-welcome{
	line-height: 2;
	margin-bottom: 30px;
	font-size: 16px;
}



.store-bot-text{
	color: #000;
	height: 34px;
	text-align: center;
  font-weight: normal;
  font-size: 18px;
	margin-top: 10px;
}



.store-form{
  padding: 0px 0px 30px 0px;
	color: #000;
}



.store-input{
	width: 100%;
	border: 1px solid #000;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
  color:#000;

}

.store-input option{
  color:#000 !important;
}



.store-top-big{
	font-size: 18px;
	color: #A53A63;

}



.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: 3px 10px;

}



.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: #D86F9E;

    float: right;

    font-size: 48px;

}



#store-price{

	font-size: 32px;

}



#store-status{

	font-size: 18px;

}


#store{
	margin: 30px 0;
}





.store-left{
	position: relative;
	padding: 40px 50px 40px 10px;

}



.sample-text{
	color: black;
	line-height: 1;
}


.stat_sample_yy{
		position: absolute;
		top: 84px;
    width: 380px;
    left: 42px;
		text-align: center;
		font-size: 21px;
		color: #000;
		padding: 0px;
		font-family: 'Helvetica';
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1 !important;
}

.stat_sample_winner{
		position: absolute;
		top: 133px;
		width: 365px;
		left: 50px;
		text-align: center;
		font-size: 16px;
		color: #000;
		padding: 0px;
		font-family: 'Helvetica';
		font-weight: bold;
		letter-spacing: 2px;
}

.stat_sample_text{
	    position: absolute;
			top: 140px;
			width: 380px;
			left: 42px;
	    text-align: center;
	    font-size: 15px;
			font-family: Helvetica;

}


.stat_sample_text p{
  margin: 0 0 4px !important;
	letter-spacing: 0px !important;
}



@media(min-width: 768px){

	.cert_sample_text{
    position: absolute;
    top: 410px;
    left: 0px;
    text-align: center;
    font-size: 15px;
    line-height: 1.18;
    width: 100%;
	}


	.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: 4px;

}



.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: 500px;

	}



}



@media(min-width: 1200px){

	.store-left{

		float: left;
		width: 58%;

	}



	.store-right{
		width: 42%;
		float: left;
	}

	.store-right .store-p{
    padding: 0px 15px;
	}



	.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: #A53A63;
	font-size: 38px;
	font-weight: bold;
  margin-top: 0px !important;
  padding: 0px 15px;
}



.store-read{

	color: #D86F9E;

}



.store-read:hover{

	text-decoration: none;

	color: #D86F9E;

}



#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: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #000;
}

.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: #D86F9E;
	min-width: 80px;
	border: 1px solid #D86F9E;
	-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: #D86F9E;
	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: #D86F9E;
}

.win-form-down{
	position: absolute;
    color: #D86F9E;
    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 #5E5F5E;
	}
	.win-search li:nth-child(2){
		border-right: 1px solid #5E5F5E;
	}
	.win-search li:nth-child(3){
		border-right: 1px solid #5E5F5E;
	}
	.win-search li{
		width: 20%;
		padding: 20px 15px;
	}
}

@media (min-width: 1200px){
	.winner-container, .media-container {
	    width: 95%;
	}
}

@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;
	}
}



.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;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.media-thumbnail{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



@media(min-width: 992px){

	.winner-thumbnail{
		height: 200px;
	}


	.media-thumbnail.relative{
		 height: 300px;
	}

}



@media(max-width: 992px){

	.winner-thumbnail, .media-thumbnail{

		background-image: none !important;

	}

}



.winner-info-cont{
	background-color: #000;
	padding: 0px;
	min-height: 340px;
	position: relative;
	margin-bottom: 25px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.winner-cont-left{
	  float: left;
    width: 100%;
		padding: 3px 15px;
}

.artwork-title{
   	min-height: 80px;
}


.artwork-name{
	float: left;
  color: #CECECE;
	margin-top: 4px;
	margin-bottom: 12px;
}


.artwork-client {
    margin-top: 10px;
    font-size: 13px;
    color: #FFF;
}

.artwork-name a{
	font-size: 18px;
	color: #FFF;
	line-height: 1.25;

}



.artwork-name a:hover, .artwork-name a:focus{
	text-decoration: none;
	color: #D86F9E;
	-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 #D86F9E;
	-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{
	background-color: #D86F9E;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	color:#FFF !important;
}

.winner-button li a{
	color: #D86F9E !important;
	font-size: 14px;

}

.winner-button li a:hover{
	color:#FFF !important;
}





.winner-button li:not(:first-child):hover{
	background-color: #D86F9E;
	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;
}



.winner-social{

	position: absolute;

	right: 15px;

	bottom: 15px;

	list-style-type: none;

}



.winner-social li{

	float: left;

	padding: 5px 8px;

	margin-left: 3px;

	border: 1px solid #D86F9E;

	-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{
	background-color: #D86F9E;
	-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;

	-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;
		margin-top: 60px;
}



.winner_row_1{

	padding: 0px 25px;

	border-bottom: 1px solid #CECEBF;

	padding-bottom: 10px;

}







.winner_info_1{

	margin-bottom: 0px;

	letter-spacing: 1px;

}



.winner_info_2{
  font-size: 15px;
	margin-bottom: 15px;
	color: #A53A63;
}



.winner_info_topleft{

	margin-top: 10px;
	margin-right: 15px;
	font-size: 16px;

}



.winner_info_topleft p{

	margin-bottom: 10px;

	margin-top: 20px;

}



.winner_row_2{

	padding: 20px 0px;

}



.winner_info_info{

	color: #939597;
	margin-bottom: 50px;
	padding: 0px 30px;

}



.credit_name{

	padding: 0px 25px;

	font-size: 16px;

	/*margin-top: 50px;*/

}



.credit_table{

	padding: 0px 25px;

}






.extra_info_row{

	padding: 15px 25px;

	color: #939597;

	font-size: 18px;

}



.more_winner{

	padding-top: 25px;

	padding-bottom: 25px;

	font-size: 16px;

}



.share-ul{

	list-style-type: none;

	padding-left: 10px;

}



.share-ul li{

	float: left;

}



.share-ul li{

	padding: 5px 8px;

	border: 1px solid #D86F9E;

	color: #D86F9E;

	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: #D86F9E;

	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;

}



.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{
	margin-top: 50px;
	border-top: 1px solid #CECEBF;
	padding-top: 30px;
	display: table;
	width: 100%;
}

.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;
}



.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(max-width: 1520px){

	.winner-container, .media-container{

		max-width: 95%;

	}

}



.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_box_bg{
	background-color: #000;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}


/*.winner-logo{
    float: right;
  	max-width: 78px;
		margin-right: -8px;
		padding-top: 10px;
    /*position: absolute;
    top: 0px;
    right: 10px;
}*/

.winner-logo {
    max-width: 70px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}



.winner-info1{
	font-size: 12px;
	color: #D86F9E;
	margin-bottom: 2px;
}


.winner-info2{
	color: #FFF;
	margin-bottom: 10px;
  font-size: 15px;
}

.winner-info-details{
	color: #A53A63;
	margin-bottom: 2px;
}

.winner-info-value{
	color: #939597;
}



.winner-social{
	position: absolute;
	right: 15px;
	bottom: 5px;
	list-style-type: none;
	padding: 0px;

}



.winner-social li{
	float: right;
	padding: 5px 8px;
	margin-left: 3px;
	line-height: 1;
	border: 1px solid #D86F9E;
	-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:first-child{
	display: block;
	float: none;
	border: none;
	padding: 5px 0px;
	margin-bottom: 15px;

}*/



.winner-social li a{
	color: #D86F9E;
}





.winner-social li:not(:first-child):hover{
	background-color: #D86F9E;
	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;
}



.winner-social li:hover .winglobe{
	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;
}



.winner-entertype{
	float: left;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}





.winner-country {
	  float: right;
    color: #fff;
    font-size: 14px;
}

.winner-rank-box {
position: relative;
}

.winner-rank-triumph, .winner-rank-grand {
	  float: left;
    width: 75%;
    padding: 4px 15px;
    color: black;
		background-color: #897938;
		background-image: -webkit-gradient(left, #C5D9E2, #CCBDD5, #74A0D5, #D1D5D6);
    background-image: -webkit-linear-gradient(left, #C5D9E2, #CCBDD5, #74A0D5, #D1D5D6);
    background-image: -moz-linear-gradient(left, #C5D9E2, #CCBDD5, #74A0D5, #D1D5D6);
    background-image: -o-linear-gradient(left, #C5D9E2, #CCBDD5, #74A0D5, #D1D5D6);
    background-image: linear-gradient(left, #C5D9E2, #CCBDD5, #74A0D5, #D1D5D6);
      border-bottom: 1px solid #000;
    font-size: 15px;
		text-align: right;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;

}

.winner-text-triumph, .winner-text-grand {
    float: left;
    width: 25%;
    padding: 5px;
    color: #fff !important;
    text-align: right;
    background-color: #000;
    border-top: 5px solid #D1D5D6;
    font-size: 14px;
}

.winner-text-triumph:before, .winner-text-grand:before {
    content: '';
		position: absolute;
    top: 0;
    left: 75%;
    width: 0;
    height: 0;
    border-top: 30px solid #D1D5D6;
    border-right: 30px solid transparent;
}


.winner-rank-ascent,  .winner-rank-gold{
	  float: left;
    width: 75%;
    padding: 4px 15px;
    color: black;
		background-color: #CDCED0;
		background-image: -webkit-gradient(left, #D4CD9F, #BDAC76);
		background-image: -webkit-linear-gradient(left, #D4CD9F, #BDAC76);
		background-image: -moz-linear-gradient(left, #D4CD9F, #BDAC76);
		background-image: -o-linear-gradient(left, #D4CD9F, #BDAC76);
		background-image: linear-gradient(left, #D4CD9F, #BDAC76);
    border-bottom: 1px solid #000;
    font-size: 15px;
		text-align: right;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;

}

.winner-text-ascent, .winner-text-gold {
    float: left;
    width: 25%;
    padding: 5px;
    color: #fff !important;
    text-align: right;
    background-color: #000;
    border-top: 5px solid #BDAC76;
    font-size: 14px;
}

.winner-text-ascent:before, .winner-text-gold:before {
    content: '';
		position: absolute;
    top: 0;
    left: 75%;
    width: 0;
    height: 0;
    border-top: 30px solid #BDAC76;
    border-right: 30px solid transparent;
}


.winner-rank-quest, .winner-rank-silver {
	  float: left;
    width: 75%;
    padding: 4px 15px;
    color: black;
		background-color: #FF8BB8;
		background-image: -webkit-gradient(left, #D2D8D7, #A3A4A8);
    background-image: -webkit-linear-gradient(left, #D2D8D7, #A3A4A8);
    background-image: -moz-linear-gradient(left, #D2D8D7, #A3A4A8);
    background-image: -o-linear-gradient(left, #D2D8D7, #A3A4A8);
    background-image: linear-gradient(left, #D2D8D7, #A3A4A8);
    border-bottom: 1px solid #000;
    font-size: 15px;
		text-align: right;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;

}

.winner-text-quest, .winner-text-silver {
    float: left;
    width: 25%;
    padding: 5px;
    color: #fff !important;
    text-align: right;
    background-color: #000;
    border-top: 5px solid #A3A4A8;
    font-size: 14px;
}

.winner-text-quest:before, .winner-text-silver:before  {
    content: '';
		position: absolute;
    top: 0;
    left: 75%;
    width: 0;
    height: 0;
    border-top: 30px solid #A3A4A8;
    border-right: 30px solid transparent;
}





.winner_box_top{

	padding: 5px 8px;

}



.invite_btn{

	color: #D86F9E;

	background-color: #fff;

	font-weight: bold;

	padding: 5px 15px;

	font-size: 16px;

	border: 1px solid #D86F9E;

	-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:#D86F9E;

	-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:30px;
	margin-top: 25px;
	margin-bottom: 25px;
}



.winner_info_1{

	margin-bottom: 0px;

	letter-spacing: 1px;

}



.winner_info_2{
  font-size: 15px;
	margin-bottom: 15px;
	color: #939597;
}



.winner_info_topleft{

	margin-top: 10px;

	margin-right: 15px;

	font-size: 18px;

}



.winner_info_topleft p{

	margin-bottom: 10px;

	margin-top: 20px;

}





.winner_info_info{
	color: #939597;
	margin-bottom: 50px;
}



.credit_name{

	padding: 0px 25px;


	font-size: 20px;

	/*margin-top: 50px;*/

}



.credit_table{

	padding: 0px 25px;

}





.winner_info_seperator{

	margin: 0;

	border: none;

	height: 1px;

	background-color: #CECEBF;

}



.extra_info_row{

	padding: 15px 25px;

	color: #939597;

	font-size: 18px;

}



.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 #D86F9E;

	color: #D86F9E;

	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: #D86F9E;
	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;
}



.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: 15px;

}



.website_click_view a{

	color: #939597;

	font-size: 15px;

}



.credit-row{

	margin-top: 30px;

	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, .media-container{

		max-width: 95%;

	}

}


.media-entertype-bar{
	padding: 6px 0px;
	background: #A53A63;
	font-size: 15px;
}

.media-entertype-bar .text-left, .media-entertype-bar .text-right{
	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: #A53A63 !important;
	font-size: 17px;
  line-height: 1.4 !important;
}

.media-info{
 font-size: 14px;
 border-top: 1px solid #DBDCDD;
 margin-top: 10px;
 padding: 10px 0;
}

.media-info-cont{
	background-color: #FFF;
	padding: 15px;
	padding-top: 0px;
	min-height: 280px;
	position: relative;
	margin-bottom: 25px;
}

.media-link{
  color: #000 !important;
	border: 1px solid #000;
	font-size: 15px;
	padding: 3px 15px;
	border-radius: 20px;
}

.media-link:hover{
  background-color: #000;
	color:#FFF !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 > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
   border-color: #D86F9E !important;
   background-color: #D86F9E !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
   color:#D86F9E;
}

.pagination > li > a, .pagination > li > span{
  color:#D86F9E;
}

.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: 99;
	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:#FDCD00;
  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: #FDCD00;
  -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-color: #D86F9E;
}

.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;
}

.image-upload .action a:hover{
	color: #FFF100;
}

a.save { background-color:#808080 !important; color:#FFF !important;}
a.save:hover{ background-color:#808080 !important; color:#FFF !important;}

a.save.active { background-color:#00C8B4 !important; color:#FFF !important;}
a.save.active:hover{ background-color:#00C8B4 !important; color:#FFF !important;}

a.save.active2 { background-color:#384F79 !important; color:#FFF !important;}
a.save.active2:hover{ background-color:#384F79 !important; color:#FFF !important;}

a.remove { background-color:#DD4335 !important; color:#FFF !important;}
a.remove:hover{ background-color:red !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: #949599;
	cursor: pointer;
}

.filter-ul li.active a, .filter-ul li a:hover {
	color: #D86F9E;
	text-decoration: underline !important;

}


.qq-gallery .qq-upload-button {
    background: #D86F9E !important;
    border: 1px solid #D86F9E !important;
}

.panel-heading {
    padding: 15px !important;
}

.pagination>li>a, .pagination>li>span{
	color: #000 !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	color : #FFF !important;
}

#videocontainer 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 */
}

#videocontainer .text-wrap{
	position: absolute;
  top: 30%;
  left: 42%;
  z-index: 3;
	text-align: center;
}

#videocontainer .text-wrap h2 {
    text-transform: uppercase;
		font-size: 52px;
		color: #FFF;
		font-family: 'Didot';
		margin-bottom: 30px;
}

#videocontainer .text-wrap .subtitle {
		font-size: 18px;
		color: #FFF;
}

#videocontainer .text-wrap .btn-play{
	font-size: 60px;
	color: #FFF;
}



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

	#videocontainer{
		height:420px
	}

	#videocontainer 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 */
	}
}

@media screen and (max-width: 468px) {
	#videocontainer iframe{
		 width:100%;
	   height: 32.625vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	   min-height: 30vh;
	   min-width: 53.33vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	}

	#videocontainer{
		height:190px;
		background-color:#000;
	}
	#videocontainer .text-wrap{
		top: 10%;
		left: 30%;
		z-index: 3;

	}

 	#videocontainer .text-wrap h2{
			font-size: 30px;
			margin-bottom: 15px
	}

	#videocontainer .text-wrap .subtitle{
		font-size: 14px;
	}

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

	.h1 {
    font-size: 32px !important;
  }

	#about-nyx .fluid-container{
		padding: 30px 15px;
	}

	.juror-video{
		margin-bottom: 15px;
	}

	.juror-name {
    font-size: 28px;
		margin-bottom: 18px;
  }

	#thegallery{
		padding-top: 30px;
    padding-bottom: 30px;
	}



	 #howtoenter .fluid-container, #theFees .fluid-container, #categorysec .fluid-container, #agency .fluid-container{
		 padding: 0px;
	 }

	 .mobile-row{
		 padding: 5px;
	 }

	 #categorysec .caticon{
		 margin-bottom: 8px;
 		padding:0px 5px;
	 }

	 .index_category_main{
		 min-height: 55px;
	 }

	 .entry {
    position: relative;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
  }

	.entry .entry-text{
		font-size: 17px;
		width: 100%;
		margin-bottom: 15px;
		line-height: 1.6 !important;
	}

	#videocontainer .btn-radius-white{
		padding: 3px 20px !important;
		font-size: 16px;
	}

	#about-nyx iframe{
  	width:100%;
  	height:200px;
  }

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

  .logo-container {
    max-width: 250px;
    padding: 2px 15px !important;
  }


}

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border: 1px solid #000;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.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{
	padding: 70px 0px 70px 0px;
	background: #EFEFEF;
}


.agency_left{
	height: 330px;
}

.agency_small_img{
	max-height: 330px;
}

.agency_row{
	margin-top: 50px;
	margin-bottom: 50px;
}

.agency_right{
	background-color: #000;
	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: #FFF;
	margin-top: 30px;
}

.agency_name{
	color: #FFF;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1;
}

.agency_country{
	color: #FFF;
	margin-bottom: 8px;
	font-size: 18px;
	position: relative;
}

.agency-seperator{
  margin-bottom: 15px;
}


.agency-seperator img{
  width: 100px;
}


.agency_social_media{
	padding-left: 0px;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

.agency_social_media > li{
		float: left;
		padding: 4px 8px;
		margin-bottom: 12px;
		margin-right: 12px;
		border: 1px solid #D86F9E;
		color: #D86F9E;
}

.agency_social_media > li:hover{
	background-color: #D86F9E;
	-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;
}

.agency_social_media > li:hover > a{
	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;
}

.agency_social_media_link{
	color: #D86F9E !important;
}

.ranking-block{
	background: #D86F9E;
	width: 125px;
	height:100px;
	padding: 5px 10px 10px 10px;
	position: absolute;
	right: 30px;
	top: 0;
}

.ranking-block .inner-box{
	border:1px solid #FFF;
  margin-top: 15px;
}

.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 :#000;
	font-weight: 600;
}

.ranking-block .inner-box .score-box{
	text-align: center;
}

.ranking-block .score-box .score-title{
  font-size: 12px;
	color :#000;
	letter-spacing: 2px;
}

.ranking-block .inner-box .score-box .score-number{
  font-size: 30px;
	line-height: 36px;
	color :#000;
	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;
	background: #000;
}

#top-agency-score .column-box .score-box{
	background-color: #F1F2ED;
	padding: 15px;
}

#top-agency-score .column-box .score-box .score-rank{
  font-size: 30px;

	border-bottom: 1px solid #000;
}

#top-agency-score .column-box .score-box .sm-text{
  font-size: 14px;
}

#top-agency-score .column-box .score-box .score-number{
  font-size: 65px;

	line-height: 65px;
	margin-bottom: 0px;
	margin-top: 10px;
}


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


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

  .mobile-row{
      padding : 0px 15px
  }

  .h1 {
      font-size: 40px !important;
  }

  .smallh1 {
      font-size: 30px !important;
  }

  .h2{
    font-size: 19px !important;
    font-weight: 600;
  }

  .h3{
    font-size: 19px !important;
    font-weight: 500;
    line-height: 1.2;
  }


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

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

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

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

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

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


  .btn-black, .btn-white{
      padding: 5px 20px;
      font-size: 18px;
  }

  .navbar-collapse.in {
    overflow-y: hidden !important;
   background-image: none !important;
  }

  #mynavbar{
  	height:60px !important;
  }

  #videocontainer .text-wrap .btn-play {
    font-size: 30px;
    color: #FFF;
  }

  #videocontainer .text-wrap h2 {
      text-transform: uppercase;
      font-size: 32px;
      color: #FFF;
      font-family: 'Didot';
      margin-bottom: 15px ;
  }

  #videocontainer .text-wrap {
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 3;
    text-align: center;
 }

 .navbar-inverse .navbar-nav > li {
    padding: 0px 3px !important;
    background-color: #000 !important;
}

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

  #theFees {
      padding: 40px  0px;
      background-position: top left;
      background-size: 220%;
  }

  .tbl-category {
    margin-top: 20px !important
 }
  .tbl-category td {
    padding: 5px 2px !important;
    font-size: 12px !important;
  }

.h5 {
    font-size: 16px !important;
}


#categories {
    background-color: #EFEFEF;
    padding: 40px 0px;
    text-align: center;
}

.category-col {
    width: 100% !important;
}

.defline:after {
    content: '';
    position: absolute;
    left: 35%;
    bottom: -10px;
    height: 1px;
    width: 100px;
    background: #7076E0;
}

.category-col .h3 {
    min-height: 35px;
}

p.accordion.category{
  font-size: 16px !important;
}

a.catname {
    font-size: 16px;
    padding: 10px 0px;
}

#about-nyx-video {
    padding: 40px 0px 0px 0px !important;
    text-align: center;
    background-position: top right;
    background-size: 220%;
}

#about-nyx-video .container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#nyx-theme{
		padding: 40px 0;
    text-align: center;
}

#nyx-theme .mt-sm{
  margin-top: 30px !important;
}

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



#highlighted-winners {
    padding: 40px 0px 0px 0px;
    text-align: center;
}

#agency {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-position: bottom left;
    background-size: 220%;
}

.tbl-agency th, .tbl-agency td{
  padding: 8px 9px;
}


#whynyx {
    padding: 40px 0px;
    text-align: center;
    background-position: top right;
   background-size: 220%;
}


.why-item .why-title {
    font-size: 19px;
    line-height: 1.3 !important;
}

#howtoenter {
    padding: 40px 0px 40px 0px!important;
    text-align: center;
}

#juror {
    padding: 40px 0px !important;
    text-align: center;
    background-position: bottom right;
    background-size: 220%;
}

.judge_row{
  text-align: left;
  margin: 0px;
}

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

#signup {
    padding: 40px 0px !important;
    text-align: center;
}

#howtoenter .nav-pills.nav>li>a {
    padding: 10px 10px;
		font-size: 16px !important;
    text-align: center;
}

#howtoenter .nav-pills {
    min-height: 300px;
    border-right: none !important;
}

#howtoenter .tab-border .pl-none{
  padding-right: 0px !important;
}

#howtoenter .tab-content .tab-pane {
    padding: 10px 10px !important;
    font-size: 16px !important;
    text-align: center;
}

#howtoenter .step-thumb{
   text-align: center;
}

#howtoenter .step-thumb img {
    max-width: 80px;
}

#howtoenter .step-count {
    margin-top: 10px!important;
    text-align: left !important;
}

#howtoenter .step-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left !important;
}

#awards-process .mt-md {
  margin-top: 0px !important;
}

.table-border th {
    padding: 8px 0px;
}
.table-border td {
    padding: 8px 0px;
    border: 1px solid #000;
}

.why-item {
    min-height: 100px;
    padding: 0px !important;
    margin-bottom: 30px;
}


#footer {
    background-position: top left;
    background-size: 220%;
}

#signup .h2{
  margin-top:0px !important ;
}

#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;
}

.category-col .category-thumbnail img{
  max-width:100px;
}

.tbl-agency p{
  font-size: 13px;
}

}

.quick-link{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
}


.quick-link li{
  float: left;
	padding: 3px 10px;
}


.quick-link li:first-child{
  float: left;
	padding: 3px 10px 3px 0px;
}

.quick-link li a{
 color:#A53A63 !important;
 border-right: 1px solid #A53A63;
 padding: 0px 10px;
 font-size: 18px;
}

.quick-link li a:hover{
	text-decoration:underline !important;
}

.quick-link li a:first-child{
	padding: 0px 10px 0px 0px;
}

.quick-link li:last-child a{
	border-right: 0;
}

.lbl-interview{
	font-weight: 500;
	font-size: 17px;
}

.interviewinput{
	height: 150px;
	padding: 10px;
	border: 1px solid #000;
	width: 100%;
	position: relative;
	color: #231F20;
}
