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

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

@font-face {
    font-family: 'SF Pro Display Bold';
    src:url('fonts/SFProDisplay/SF-Pro-Display-Bold.eot') format('eot'),
				url('fonts/SFProDisplay/SF-Pro-Display-Bold.woff2') format('woff2'),
        url('fonts/SFProDisplay/SF-Pro-Display-Bold.woff') format('woff');
    font-weight: normal;
    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;
}




body{
	font-family: 'SF Pro Display',Arial,sans-serif !important;
	font-size: 17px !important;
	line-height: 1.65 !important;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	color : #000;
}


/*******Alert**********/

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

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

/********Display******/

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.fr {
    float: right;
}

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

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


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

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

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

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

.invisible{
	 border: 1px solid transparent;
}

.rowgap{
	margin-bottom: 30px;
}

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

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


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

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

.margin-auto{
	margin: auto;
}

.m-none {
	margin-top:0px !important;
  margin-bottom:0px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fl{
	float:left;
}



.disabled{
	display: none;
}


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


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


.section{
  padding: 80px 0px 100px 0px;
}

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

.spacing_15{
	height: 15px;
}



.spacing_30{
	height: 30px;
}



.spacing_50{
	height: 50px;
}



.spacing_80{
	height: 80px;
}


.spacing_100{
	height: 100px;
}


.wd100 {
    width: 100%;
}

.relative {
    position: relative;
    z-index: 1;
}



/********Links/button links*******/

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


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

a img {outline : none;}

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


.pointer:hover{
	cursor: pointer;
}

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


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


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

a.view-link{
   color:#AFAAAB;
}

a..view-link:hover, a..view-link:active, a.view-link:focus{
   color:#AFAAAB;
}


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


.quick-link li{
  float: left;
	padding: 0px 8px 0px 19px;
	color : #b50084;
	font-size: 17px;
	position: relative;
}


.quick-link li.link:before {
    content:"• ";
		position: absolute;
		top:-6px;
		left: -2px;
		font-size: 22px;

}

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


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

.quick-link li a{
 color:#b50084 !important;
 	padding: 0px 7px 0px 0px;
 font-size: 17px;
 line-height: 1!important;
}


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



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



.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.btn-default{
 border-radius: 0 !important;
}


.btn.btn-default.active.form-check-label{
	color : #FFF !important;
}

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

.btn-default.active, .btn-default:active{
	background-color:#b50084 !important;
  color:#000!important;
}

a.defcolor{
	color :#b50084 !important;
	text-decoration: none !important;
}

a.defcolor:hover{
	color :#C03237!important;
}


.btn-large{
 	padding: 10px 30px !important;
	margin-top: 50px;
	font-size: 19px;
}

.btn-main{
	background: #b50084 ;
	background: linear-gradient(to right, #85479B, #C03237);
	color: #FFF !important;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
}

.btn-main:hover{
	background: linear-gradient(to right, #85479B, #C03237);
	color: #FFF !important;
}

.btn-main-sm{
	background: #73C296;
	color: #FFF !important;
	padding: 3px 10px;
	text-align: center;
	border:none;
	border-radius: 3px;
	font-size: 16px;
}

.btn-main-sm:hover{
	background: #AFA7A7;
	color: #FFF  !important;

}


.btn-black{
	background: transparent;
	border: 1px solid #000;
	padding: 9px 40px;
	color: #000 !important;
	font-size: 20px;
	display: inline-block;
}

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

.btn-white{
	background: transparent;
	border: 1px solid #FFF;
	padding: 9px 40px;
	color: #FFF !important;
	font-size: 20px;
}

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


.btn-gradient{
	background-color: #16698D !important;
  background-image: -webkit-linear-gradient(left, #85479B, #C03237);
  background-image: -moz-linear-gradient(left, #85479B, #C03237);
  background-image: -o-linear-gradient(left, #85479B, #C03237);
  background-image: linear-gradient(left, #85479B, #C03237);
	padding: 10px;
	width: 100%;
	color: #FFF !important;
	border-radius: 5px;
	font-size: 16px;
	border: none !important;
}

.btn-gradient:hover{
	background: #000 !important;
	color: #FFF !important;
}

a.catname{
  color:#000 !important;
  font-size: 16px;
  padding:10px 0px;
}

a.catname span{
  padding-right: 10px
}

a.catname:hover{
  color:#b50084 ;
  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;
}



/*********Fonts*********/

h1{
	font-size: 36px;
}


h1,h2,h3,h4,h5,h6{
	color: #b50084 ;
	font-family: 'HelloMornin';
}

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

.h1.text-theme{
		font-family: 'HelloMornin' !important;
}


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

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

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

.h3{
	font-size: 27px !important;
	font-weight: 600 !important;
	line-height: 1.55 !important;
	margin-top: 0px !important;
}

.h3-page{
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 1.55 !important;
	margin-top: 0px !important;
}


.h4{
	font-size: 20px !important;
  line-height: 1.60 !important;
	font-family: 'SF Pro Display Bold', Arial,sans-serif !important;
	margin-bottom: 0px !important;
}



.h5{
	  font-size: 30px !important;
		font-family: 'HelveticaNeueLT' !important;
		font-weight: 600 !important;
}

.h6{
	  font-size: 22px !important;
		font-family: 'HelveticaNeueLT' !important;
		font-weight: 600 !important;
}


.defcolor{
	color: #b50084 !important;
}

.defpurlecolor{
   color: #b768ff !important;
}

.defcolordark{
  color:#429488 !important;
}

.defwinner{
	color:#b50084  !important;
}


.black{
	color: black !important;
}

.darkgrey{
	color: #333 !important;
}


.text-gradient {
    background: -webkit-linear-gradient(left,#85479B 0%,  #994073 40%, #C12F3C 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-pink {
    background: -webkit-linear-gradient(left,#FFC6BF 0%,  #FA756C 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.white{
	color: #fff !important;
}

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

.gold{
	color: #BDA858;
}

.smallh1{
	font-size: 30px;
}

.bigh2{
	font-size: 38px;
}

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

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

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

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

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

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

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

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

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

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

.text-theme{
		font-family: 'HelloMornin' !important;
}

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


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

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

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

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

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

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

/**********Forms*************/

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

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



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

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

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

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

.login-compulsary{

	font-size: 16px;

	letter-spacing: 2px;

}

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



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

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

.logininput{
	padding: 10px;
	border: 1px solid #E2E2E2;
	width: 100%;
	position: relative;
	text-align: center;
	color: #231F20;
	font-size: 16px !important;
}

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

}

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

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

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

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

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



.logininput:-moz-placeholder { /* Firefox 18- */
   text-align: center;
}


.logininput::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
}



.logininput:-ms-input-placeholder {
   text-align: center;
}


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

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

.required{
	position: absolute;
	color: #ee4036;
	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);
}

.loginbtn{
	background: transparent;
	color: #000;
	padding: 7px 25px !important;
	text-align: center;
	border: 1px solid #000;
	width: 100%;
	text-transform: uppercase;
}

.loginbtn:hover, .loginbtn:active, .loginbtn:focus{
	background: #30363D;
	color: #FFF !important;
}


.loginbtn-color{
	background: #85479B !important;
  background: -moz-linear-gradient(left, #85479B, #C03237) !important;
  background: -webkit-linear-gradient(left, #85479B, #C03237) !important;
  background: linear-gradient(to right, #85479B, #C03237) !important;
	color: #FFF;
	padding: 7px 25px !important;
	text-align: center;
	width: 100%;
	border: none !important;
}

.loginbtn:hover, .loginbtn:active, .loginbtn:focus{
	color: #FFF !important;
}

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

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

}

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #b50084 ;
		border-color: #A9ABAE;
		color: #FFF;
}

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

/* 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 #b50084 ;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

}

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

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

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


/************Navigation**************/

.my-nav-button{
	float: left;
  color : #000 !important;
	margin: 15px;
}

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


 .navbar-toggle .icon-bar{
    background-color: #fff;
		height: 1px;
		width: 25px;
}



.navbar-toggle .icon-bar + .icon-bar{
	margin-top: 6px;
}

.navbar-toggle {
    padding: 8px 0px 8px 8px !important;
		border: 1px solid #000 !important;

}

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

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: transparent !important;
}


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

}

.sticky{
	top:0;
}


#mynavbar{
	background-color: #000;
	margin: auto;
	border:none !important;
	z-index: 10;
	height: 100%;
	border-radius: 0px !important;

}

#logo{
	max-height: 75px;
}

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


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

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


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


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

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

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

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

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

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

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


.navbar-nav > li{
	font-size: 18px;
  padding: 23px 8px !important;

}



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


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

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active{
	 color : #FFF;
	 background: none !important;
}

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

}
.dropdown-menu{
	padding: 0px !important;
	border: 1px solid rgba(0,0,0,.75) !important;
}


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

}

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

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

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



.iconbar{
	background-color: #fff !important;
}



.custommenubtn{
    float: left;
    padding-right: 10px;
}



.menubar {
    background-color: #ee4036;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 5px;
}


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


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

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


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



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

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

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

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

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

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

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

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


.acc-icon{
 height:40px;
	width: 40px;
}


/**************Lightbox***************/

.ekko-lightbox-container iframe{
	width: 100%;
	height: 500px;

}



/********Owl Carousel***********/

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

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

.owl-theme .owl-nav [class*="owl-"]{
  background: rgba(214,214,214,0.5)!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%;
}


/******* Home Banner*********/

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

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

.bannerimg{
	width: 100%;
}



.carousel-inner{
	overflow: hidden;
}

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



.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}


.carousel-fade .carousel-control {
  z-index: 2;
}



@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{
	z-index: 5 !important;
}

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



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

}


#videocontainer{
	position: relative;
	overflow: hidden;
  width: 100%;
}

#bannertextcontainer {
    position: relative;
    bottom: 0px;
    background-color: #000;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.entry-text {
    color: #FFF;
    font-size: 32px;
		font-weight: 500;
}


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

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

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

/*******Home - About NYX Game*****/

.about-nyx-game{
	position: relative;
	background-color: #F7F7F7;
	padding: 90px 0px 820px 0px;
	background: url(../images/About-NYXG-Background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.about-nyx-game .left-box{
	width:  40%;
	position: relative;
	float: left;
}

.about-nyx-game .right-box{
	width:  60%;
	position: relative;
	float: left;
	overflow: hidden;
}


.about-nyx-game .nyx-game-content{
	padding: 0px 10% 0px 5%;
}


/*******Home - Highlighted Winners*****/
#thegallery{
  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: linear-gradient( 45deg, rgba(133, 71, 155, 0.7), rgba(192, 50, 55, 0.7) 100% );
	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:18px;
	font-weight:800;
	margin-top:0;
	text-transform:capitalize;
}

.project .hover-inner{
	position:relative;
	top:50%;
	margin-top:-54px;
	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;
}

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



/*******Home - featured Brands*****/
.featured-brands {
    background: #FFF !important;
    position: relative;
    padding: 80px 0px 80px 0px;
}



/*******Home - featured juror*****/
#featured-juror{
 background: #E9E9E9 !important;
 position: relative;
 padding: 80px 0px 80px 0px;
}

/*******Home - Platform*****/
#platforms{
	background: url(../images/All-Platforms-New.jpg);
	    background-size: cover;
			height: 860px;
			background-repeat: no-repeat;
}

#platforms .h1{
	margin-top: 350px !important;
}


/*******Home - Highlighted Categories*****/
.nyx-categories{
	background-color: #000 !important;
  position: relative;
  padding: 90px 0px 90px 0px;
}

.nyx-categories .category-box{
		background-image: url('../images/Category-Background-Purple.png');
		background-size: 100%;
		background-repeat: no-repeat;
		box-shadow: 10px 10px 20px 8px rgba(0,0,0,0.3);
		-webkit-box-shadow: 10px 10px 20px 8px rgba(0,0,0,0.3);
		-moz-box-shadow: 10px 10px 20px 8px rgba(0,0,0,0.3);
		border-radius: 30px;
		min-height: 350px;
		padding: 40px 0px 20px 0px;
}

.nyx-categories .category-box.red{
	background-image: url('../images/Category-Background-Red.png') !important;
}

.nyx-categories .category-icons{
	max-width: 100px;
	margin-top: 100px;
	margin-left: 20px;
}


.nyx-categories  .category-box .category-info{
	text-align: right;
	padding-right: 70px;
	margin-top: 28px;
}

.nyx-categories .category-box .h3{
	line-height: 1.3!important;
	font-size: 25px !important;
  font-weight: 500 !important;
}

.nyx-categories .category-box p{
	font-size: 19px !important;
	padding-top: 10px;
}

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

.left-rotate {
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

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

.defline{
	position: relative;
	margin-bottom: 40px !important;
}

.defline:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -25px;
    height: 1px;
    width: 90px;
    background: #b50084;
}


/********Home Winenrs Galler*******/
#winner-gallery {
    background-color: #FFF;
    padding: 90px 0px;
}



#winner-gallery.owl-theme .owl-nav{
  position: absolute;
  top:38%;
  width:100%;

}

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

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

#winner-gallery.owl-theme .owl-nav .owl-prev{
  position: absolute;
  left:-5%;
}

#winner-gallery.owl-theme .owl-nav .owl-next{
  position: absolute;
  right:-5%;
}

#winner-gallery .the-gallery{
	padding:0px 20px;
}

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

#winner-gallery .the-gallery .text{
	font-size: 17px !important;
	line-height: 1.45!important;
}

#winner-gallery .gallery-image {
    max-width: 100%;
    margin: auto;
}


#winner-gallery .gallery-details{
margin-top: 10px;
}

#winner-gallery .gallery-title{
 color : #b50084;
 font-size: 19px;
 line-height: 1.3 !important;
}

#winner-gallery .gallery-title a:hover,#winner-gallery .gallery-title a:focus,#winner-gallery .gallery-title a:active {
 color : #b50084 !important;
}

#winner-gallery .gallery-country{
 font-size: 16px;
 font-style: italic;
}


/********Home Testimonials*******/
#testimonies{
	background: #000;
  position: relative;
	padding: 90px 0px 90px 0px;

}

.testimonial-details{
margin: 10px 0px 20px 0px !important;
font-size: 16px;
line-height: 1.5!important;
color: #FFF;
}

.testimonial-sender{
font-size: 15px;
 font-style: italic;
 line-height: 1.5!important;
}

#testi.owl-theme .owl-nav, #winners-carousel.owl-theme .owl-nav{
  position: absolute;
  top:38%;
  width:100%;

}

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

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

#testi.owl-theme .owl-nav .owl-prev, #winners-carousel.owl-theme .owl-nav .owl-prev{
  position: absolute;
  left:-5%;
}

#testi.owl-theme .owl-nav .owl-next, #winners-carousel.owl-theme .owl-nav .owl-next{
  position: absolute;
  right:-5%;
}

#testi .the-testi{
	padding:0px 15px;
	background-image: url(../images/Testimonial-Frame.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
	min-height: 500px;
}

@media(min-width: 1540px){
    #testi .the-testi{
        min-height: 600px;
    }
}

#testi .the-testi .testi-box{
	padding: 30px 20px;
}

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

#testi .testi-logo {
    max-width: 180px;
    margin-bottom: 20px;
		border-radius: 30px;
}


/********Home About IAA*******/
#aboutiaa{
	background-color: #EAEAEA;
	padding: 90px 0px;
	background-image: url(../images/About-IAA-Background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

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

#aboutiaa img.iaa-logo {
    max-width: 150px !important;
}


#aboutiaa .whitebox{
	margin: 30px 0px 50px 0px;
	padding: 5px 0px 10px 0px;
	min-height: 260px;
}

#aboutiaa .whitebox.awards-programs{
	background-image: url(../images/Awards-Programs.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#aboutiaa .whitebox.entries{
	background-image: url(../images/entries.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#aboutiaa .whitebox.countries{
	background-image: url(../images/countries.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#aboutiaa .whitebox.judges{
	background-image: url(../images/judges.png);
  background-size: 100%;
  background-repeat: no-repeat;
}





#aboutiaa h2.bignum{
	 font-size: 52px !important;
	 font-family: 'SF Pro Display Bold' !important;
	 margin-top: 100px !important;

}

@media(min-width: 1540px){

    #aboutiaa .whitebox{
        margin: 0px 0px 50px 0px;
        padding: 5px 0px 10px 0px;
        min-height: 325px;
    }

    #aboutiaa h2.bignum{
        font-size: 52px !important;
        font-family: 'SF Pro Display Bold' !important;
        margin-top: 130px !important;
   
   }

}

#aboutiaa .whitebox .title-sm{
   font-size: 16px;
}

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

#aboutiaa .title-sm{
	font-weight: normal;
	font-size: 16px !important;
}


/********Home Subcribe Form*******/

#signup{
	background: #fff !important;
	padding: 80px 0px 80px 0px;
}



.signupinput{
	background-color: transparent;
	width: 100%;
	border: 1px solid #929292;
	padding: 10px 15px;
	max-width: 800px;
	margin: 10px auto 15px auto;
	text-align: center;
	color: #FFF !important;
}

.signupinput:focus{
  color: #FFF !important;
}


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



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

}



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



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




.signup{
	background-image:url('../images/signupbg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ee4036;
	padding: 30px 15px 0px 15px;
	position: relative;
}

.signup input{
	border: none;
	border: 1px solid #ee4036;
	font-weight: bolder;
	background-color: transparent;
	color: #ee4036;
	padding: 5px 10px;
	width: 100%;
  max-width: 300px;
}

.signup input::-webkit-input-placeholder {
   color: #ee4036;
}

.signup input:-moz-placeholder { /* Firefox 18- */
   color: #ee4036;
}

.signup input::-moz-placeholder {  /* Firefox 19+ */
   color: #ee4036;
}

.signup input:-ms-input-placeholder {
   color: #ee4036;
}

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


/*******Awards - NYX Game Awards ****/

#nyx-game-awards{
	background-color: #FFF !important;
  padding: 90px 0px 90px 0px;
}


#nyx-game-awards .nyx-game-content{
	padding: 0px 5% 0px 10%;
}

#nyx-game-awards .moreless-button{
	cursor: pointer;
	color: #b50084  !important;
	text-decoration: underline !important;
}


#nyx-game-awards .left-box{
	width:  55%;
	position: relative;
	float: left;
}

#nyx-game-awards .right-box{
	width:  45%;
	position: relative;
	float: left;
	overflow: hidden;
}

/*******Awards - NYX Game GoTY ****/
#game-of-year{
	position: relative;
	padding: 90px 0px 90px 0px;
	background: #000;
}

#game-of-year .gallery-topleft {
		position: absolute;
		 top: 0px;
		 left: 15px;
		 width: 0;
		 height: 0;
		 border-top: 68px solid #FFFFFF;
		 border-right: 68px solid transparent;
		 z-index: 999;
}

#game-of-year .gallery-frame{
	position: absolute;
	top: 0px;
	left: 15px;
	height: 320px;
	z-index: 999;
}

#game-of-year .gallery-highlight{
  background-color: #000;
  background-image: url(../images/GOTY-Frame.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom:45px;
  padding-left:0px !important;
  padding-right: 0px !important;
  overflow:hidden;
  z-index: 99;
  min-height: 480px;
}




#game-of-year .gallery-highlight .gallery-highlight-box{
	padding: 10px 12px;
	z-index: 1;
 }

 #game-of-year .gallery-highlight .gallery-thumbnail{
	height: 370px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 12px;	
  }




#game-of-year .gallery-highlight.special-box{
	background-color: #000;
	background-image: url(../images/Special-Recognition-Frame.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-bottom:45px;
	padding-left:0px !important;
	padding-right: 0px !important;
	overflow:hidden;
	z-index: 99;
	min-height: 320px;
  }


#game-of-year .gallery-highlight.special-box .gallery-thumbnail{
  height: 240px !important;
  z-index: 0 !important;
  border-radius: 6px;
 }

 #game-of-year .gallery-highlight.special-box .gallery-thumbnail{
	height: 280px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 12px;	
  }


  

  @media(min-width: 1540px){


    #game-of-year .gallery-highlight{
        min-height: 650px;
    }

    #game-of-year .gallery-highlight .gallery-thumbnail{
        height: 500px;
    }

    #game-of-year .gallery-highlight.special-box{
        min-height: 455px;
    }

    #game-of-year .gallery-highlight.special-box .gallery-thumbnail{
        height: 320px !important;
    }
    
  }

  #game-of-year .gallery-highlight.special-box .gallery-highlight-box{
	padding: 7px 9px;
	z-index: 1;
 }  
 
  

#game-of-year .gallery-thumbnail .overlay{
  	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient( 45deg, rgba(133, 71, 155, 0.7), rgba(192, 50, 55, 0.7) 100% );
    z-index: 999;
	border-radius: 10px;	
}

#game-of-year .gallery-highlight a:hover .overlay{
  opacity: 1 !important;
}


#game-of-year .gallery-info{
  min-height: 85px;
}

#game-of-year .gallery-content{
  width: 100%;
	float: left;
	padding: 15px 5px 10px 10px;
	text-align: center;
}

#game-of-year .gallery-more{
  width: 85px;
  height: 85px;
	float: left;
	background: #85479B;
  background: -moz-linear-gradient(left, #85479B, #C03237);
  background: -webkit-linear-gradient(left, #85479B, #C03237);
  background: linear-gradient(to right, #85479B, #C03237);
	position: relative;
  overflow: hidden;
	float: right;
  padding: 20px 0px;
}

#game-of-year .gallery-more > .circle {
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: -80px;
	right: 0px;
	border-radius: 50%;
	background: transparent !important;
}



#game-of-year .gallery-info .gallery-title a{
color:#FFF !important;
 font-size: 17px;
}

#game-of-year .gallery-info .gallery-title a:hover{
text-decoration: none;
}



#game-of-year .gallery-info .gallery-name{
  color:#FFF;
  font-size: 14px;
  margin-top:3px;
}

#game-of-year .gallery-more > .circle > a>.circle-link{
	width: 80px;
	float: right;
	padding: 15% 10px;
}


#game-of-year .gallery-more > .circle > .circle-link:hover .gallery-more a{
	color: #FFF !important;
}

#game-of-year .gallery-highlight .gallery-more a{
  color:#FFF !important;
	line-height: 1.1 !important;
	font-size: 16px;
}

#game-of-year .gallery-highlight .gallery-more a:hover, #game-of-year .gallery-highlight .gallery-more a:focus{
   text-decoration: none;
   color: #FFF !important;
}


#game-of-year-single{
	background-color: #F2F2F2;
	padding: 80px 0px 80px 0px;
}


#game-of-year-single .game_left{
	height: 350px;
	padding-right: 0px !important;
	background-repeat: no-repeat;
	background-size: cover;
}

#game-of-year-single .agency_small_img{
	max-width: 100%;
}

#game-of-year-single .game_row{
	margin-top: 50px;
	margin-bottom: 50px;
}

#game-of-year-single .game_right{
	background-color: #FFF;
	overflow: auto;
	height: 350px;
	padding-left: 0px !important;

}

#game-of-year-single .game_right .right-inner{
	padding: 20px 20px;
		margin: 10px 0px;
}

#game-of-year-single .game_right .right-inner::-webkit-scrollbar {
    width: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

#game-of-year-single .agency::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#game-of-year-single .game_right .right-inner::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px;
}

#game-of-year-single .game_country:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 3px;
	width: 30px;
  background-image: -moz-linear-gradient(left, #85479B, #C03237) !important;
  background-image: -webkit-linear-gradient(left, #85479B, #C03237) !important;
  background-image: linear-gradient(to right, #85479B, #C03237) !important
}

#game-of-year-single .game_writeup{
	color: #000;
	margin-top: 30px;
	font-size: 17px;
}

#game-of-year-single .game_winning_title{
	color: #000;
	font-size: 28px;
	margin-bottom: 12px;
	line-height: 1.2;
	font-family: 'SF Pro Display Bold' !important;
}

#game-of-year-single .game_entry_title a{

	font-size: 25px;
	margin-bottom: 10px;
	line-height: 1.2;
	font-family: 'SF Pro Display Bold' !important;
}

#game-of-year-single .game_country{
	color: #000;
	margin-bottom: 5px;
	font-size: 16px;
	position: relative;
}


#game-of-year-single .agency-seperator{
  margin-bottom: 15px;
  border-top: 2px solid #b50084;
  width: 50px;

}


#game-of-year-single .agency-seperator img{
  width: 100px;
}

#game-of-year-single .game-social-media-container{
	width: 100%;
	display: inline-block;
}

#game-of-year-single .agency_social_media{
	padding-left: 0px;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 25px;

}

#game-of-year-single .agency_social_media > li{
		float: left;
		padding: 4px 8px;
		margin-bottom: 12px;
		margin-right: 12px;
		border: 1px solid #b50084;
		color: #b50084;
		display: inline-block;
}

#game-of-year-single .agency_social_media > li:hover{
	background-color: #b50084;
	-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;
}

#game-of-year-single .agency_social_media > li:hover > a{
	color: #fff !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

#game-of-year-single .agency_social_media_link{
	color: #b50084 !important;
}


/*******Awards - PC Game GoTY ****/
.pc-game{
	position: relative;
	text-align: center;
  background: -moz-linear-gradient(left, #85479B, #C03237) !important;
  background: -webkit-linear-gradient(left, #85479B, #C03237) !important;
  background: linear-gradient(to right, #85479B, #C03237) !important;
	padding: 80px 0px 0px 0px;
}

.pc-game iframe,  #game-of-year iframe{
	width: 100%;
	height: 650px
}



/********Awards How to enter*******/

#howtoenter{
	padding: 80px 0px 80px 0px;
	position: relative;
	overflow: hidden;
	background: #E9E9E9 !important;
}

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


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

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

#howtoenter .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color:  !important;
	border-bottom: 1px solid  !important;
	border-radius: 0 !important;
  border: 1px solid transparent !important;
	color:#FFF !important;
}

#howtoenter .nav-tabs>li>a {
    margin-right: 0px !important;
		border-bottom: 1px solid  !important;
		border-radius: 0 !important;
	}

 #howtoenter .tab-border{
	 border:1px solid #000;
	 padding: 0px;
 }


	#howtoenter .tab-content .tab-pane {
		padding-left: 30px;
    text-align: left;
		padding: 25px 25px;
		font-size: 17px !important;
		line-height: 1.55 !important;
 }

#howtoenter .nav>li>a{
	padding: 25px 30px !important;
}
#howtoenter .nav-pills>li{
	margin:0 !important;
}

#howtoenter .nav-pills>li>a{
	border-radius: 0 !important;
	font-size: 19px;
}

#howtoenter .nav-pills>li>a:hover{
	border-radius: 0 !important;
	color:#FFF !important;
	background: linear-gradient(to right, #85479B, #C03237);
}



#howtoenter .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	color: #FFF !important;
  background: linear-gradient(to right, #85479B, #C03237);

}

#howtoenter .step-count{
    font-size: 16px;
		margin-bottom: 5px;
		margin-top: 15px;
}

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

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


/*******Awards - Game Categories********/

#game-category{
	padding: 80px 0px;
	background-color: #FFF;
}

#game-category .tab-border{
	 border:1px solid #F0F0F1;
}


#game-category .tab-border .tab-content .tab-pane {
    padding-left: 30px;
    font-size: 17px;
    color: #000 !important;
}

#game-category .tab-content .tab-pane {
		padding-left: 30px;
    font-size: 16px;
    color: #828282;
    text-align: left;
    line-height: 24px;
}

#game-category .nav>li>a{
	padding: 10px 15px !important;
}

#game-category .nav-pills>li>a:hover{
	border-radius: 0 !important;
	color:#FFF !important;
	background-image: linear-gradient(to right, #85479B, #C03237);
}

#game-category .nav-pills>li{
	margin:0 !important;
	border-right: 2px solid #F0F0F1  !important;
}

#game-category .nav-pills>li>a{
	border-radius: 0 !important;
	color:#000;
}

#game-category .nav-pills>li.active>a::after{
	content: "";
  position: absolute;
  top: 15px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #C03237 !important;
  display: block;
  width: 0;
}

#game-category .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	color: #FFF !important;
  background-image: linear-gradient(to right, #85479B, #C03237);
}

/*******Awards - Deadlines & Fees********/
#thefees {
    background-color: #E7E6E6;
    padding: 80px 0px;
}




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

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

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

.tbl-fees{
  background-color: transparent;
	border: 1px solid #000;
}

.tbl-fees td{
  padding:20px;
}



/*******Awards - statuette********/
#statuette{
 background: #000;
 position: relative;
  padding: 90px 0px;
	background-image: url('../images/NYX-Statuette-Background.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}


@media(min-width: 1540px){
    #statuette{
    padding: 120px 0px 250px 0px;
    background-position: right top;
    }
}

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


/*******Awards - Benefirs********/

#benefits{
background-color: #000;
}

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

.table-border-white th {
    border: 1px solid #444;
    padding: 12px 30px;
}

.table-border-white td {
    padding: 12px 30px;
    border-right: 1px solid #444;
}

/*******Awards - Why NYX Game********/

.why-nyx{
	color: #000;
	position: relative;
	overflow: hidden;
	background: #FFF;
  padding: 80px 0 80px 0;

}

.why-item{
	min-height: 200px;
	padding: 0px 30px 0px 0px;
}


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



/*******Home & Awards - Video iframe********/

.vimeo-container {
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.vimeo-container iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}


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



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


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

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

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

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


.video-winner {
  position: relative;
  min-height: 675px;
  background-image: url("../images/NYXG-Awards-2024-Winners.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.video-winner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); /* black with 50% opacity */
  z-index: 2;
}

/* make sure inner content sits above overlay */
.video-winner > * {
  position: relative;
  z-index: 3;
}

.video-winner .text-wrap{
  position: absolute;
  top: 38%;
  left: 0%;
  z-index: 3;
  text-align: center;
  width: 100%;
}

.video-winner .text-wrap h2 {
    font-size: 45px;
    color: #FFF;
    font-family: 'SF Pro Display Bold' !important;
    margin-bottom: 30px;
}

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


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

/***********affliates************/

.affliate-top{
	background-position: center;
	background-size: cover;
	background-image: url('../images/affliate_bg.png');
	padding-top: 50px;
	text-align: center;
	color: black;
	padding-bottom: 5px;
}



.autho_affliate{
	letter-spacing: 5px;
	font-size: 24px;
	color: #231F20;
	text-transform: uppercase;
	margin-bottom: 0;
}


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



/********Content Accordion******/

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

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

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

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

p.accordion.category{
	text-align: center !important;
}

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

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

div.panel-faq.show {
    opacity: 1 !important;
    max-height: 1500px; /* 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: -webkit-linear-gradient(left, #85479B, #C03237);
	  background: linear-gradient(to right, #85479B, #C03237);
}
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 / Account**********/


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


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


.steplink-credit li{
	float: left;
	width: 50%;
	padding:2px;
}

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

.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;
	letter-spacing: 1px;
	background-color: #85858A;

}

.bigoption:hover{
	color: #FFF;
	background: #85479B;
	background: -moz-linear-gradient(left, #85479B, #C03237);
	background: -webkit-linear-gradient(left, #85479B, #C03237);
	background: linear-gradient(to right, #85479B, #C03237);
}



.bigoption.active{
	color: #FFF;
	background: #85479B;
	background: -moz-linear-gradient(left, #85479B , #C03237);
	background: -webkit-linear-gradient(left, #85479B , #C03237);
	background: linear-gradient(to right, #85479B , #C03237);
}





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


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

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

}

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

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

}



.lostpwd{
	font-size: 18px;
	color: #ee4036;
}



.atc{
	background: #b50084 ;
	color: #FFF;
	width: 100%;
	max-width: 500px;
	padding: 10px;
	margin: auto;
	margin-top: 40px;
	border:none;
	text-transform: uppercase;
}

.atc:hover{
	cursor : pointer;
}


.login_heading{
	color: #231F20;
	font-size: 32px;
}

.loginform{
	min-height: 600px;
	margin-top: 50px;
}

div.link-box{
	float:left;
}


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

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

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

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

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

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

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

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

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

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

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

.basket-width{
  width:95%;
}

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

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


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


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

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

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

.basket-action a:hover, a.action:hover{
   background-color:#000;
   color:#b50084  !important;
}

a.btn-info.action:hover{
	color:#FFF !important;
	background-color: #5bc0de!important;
}

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

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

a.action-tertiary{
   background-color:#FEAA06;
   padding: 5px 10px;
   margin-right:2px;
   color:#000 !important;
   cursor:pointer;
}

a.action-tertiary:hover{
   background-color:#000;
   color:#FEAA06 !important;
}

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

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

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


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


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



#credit-icon{
	position: fixed;
	top:32%;
	right:0;
	background-color: #b50084 ;
	background-image: -webkit-gradient(linear, left, from(#85479B), to(#C03237));
	background-image: -webkit-linear-gradient(left, #85479B, #C03237);
	background-image: -moz-linear-gradient(left, #85479B, #C03237);
	background-image: -ms-linear-gradient(left, #85479B, #C03237);
	background-image: -o-linear-gradient(left, #85479B, #C03237);
	background-image: linear-gradient(to left, #85479B, #C03237);
	border-top-left-radius: 23px;
	border-bottom-left-radius: 23px;
	margin-right:-165px;
	padding:10px 15px 10px 10px;
	list-style-type: none;
	z-index:9999;
	color: #FFF !important;
}

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

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

#cart-icon:hover, #credit-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:#b50084 ;
}

#cart-icon a,  #credit-icon a{
   color:#FFF !important;
}

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

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

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


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

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

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


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



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


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




.image_area{
	width: 298px;
	height: 209px;
	position: relative;
	border: 1px solid #ddd;
}


.image_area img {
		  	display: block;
		  	max-width: 100%;
}

.preview {
		overflow: hidden;
		width: 160px;
		height: 160px;
		margin: 10px;
		border: 1px solid #ddd;
}

.modal{
	  z-index: 99999 !important;
}

.modal-lg{
		max-width: 1000px !important;
}

#notifyModal{
			top: 30% !important;

}
#notifyModal .modal-dialog{
	width: 60% !important;
	max-width: 800px!important;
}

.image_area .overlay {
		  position: absolute;
		  bottom: 0px;
		  left: 0;
		  right: 0;
		  background-color: rgba(181, 0, 132, 0.75);
		  overflow: hidden;
		  height: 0;
		  transition: .5s ease;
		  width: 100%;
	}

.image_area:hover .overlay {
  height: 30%;
  cursor: pointer;
}

.image_area .text {
  color: #000;
  font-size: 14px;
	line-height: 1.2 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	font-weight: normal;
}

.img-container img {
	max-width: 100%;
}

#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;
	border: 1px solid #E2E2E2;
}
#imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
#imgChange {
	background-color: rgba(181, 0, 132, 0.75);
	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: 250px;
	height: 175px;
	position: relative;
	background-color: #eee;
	font-size: 13px;
}
.imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
.imgChange {
	background: rgba(240, 198, 52, 0.8);
	bottom: 0;
	color: #000;
	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%;
}


.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
		border-top: 0 !important;
}

.table.table-borderless>tbody>tr>td, .table.table-borderless>tbody>tr>th, .table.table-borderless>tfoot>tr>td, .table.table-borderless>tfoot>tr>th, .table.table-borderless>thead>tr>td, .table.table-borderless>thead>tr>th{
	border-top: 0 !important;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-top: 1px solid #ddd !important;
}

.table-sm td, .table-sm th {
    padding: 0px !important;
}

.image-upload{
  padding-bottom: 15px;
}

.image-upload .action{
	background-color: #b50084  !important;
	color: #000 !important;
}

.image-upload .thumbnail-wrapper{
	overflow: hidden;
  position: relative;
  height: 150px;
  width: 100%;
	background-color: #f2f7ed;
}

.image-upload img{
	width: 100%;
	vertical-align: middle;
	position: relative;
	margin: auto;
  display: block;
}

.image-upload .action a{
	color: #FFF !important;
}

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

#image-list {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
#image-list li {
    margin: 10px 20px 10px 0px;
    display: inline-block;
    width: auto;
    height: auto;
}
#image-list li img{
    height: 200px;
}

#image-list img:hover{
  cursor: all-scroll;
}

a.remove { background-color:#DD4335 !important; color:#FFF !important;}
a.remove:hover{ background-color:red !important; color:#FFF !important;}

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


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


.paymentbtn{
	background: #D1DAE0;
	color: #000;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
}

.paymentbtn:hover, .paymentbtn:active, .paymentbtn:focus{
	background: #b50084 ;
	color: #000 !important;
}

.btn-save{
	background: #FFF;
	border: 1px solid #000;
	padding: 5px 30px;
	color: #000;
}

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


.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border: 1px solid #E2E2E2;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors{
  color:red;
	margin-top: 8px;
	font-style: italic;
}

.div-tbl{
  margin: 20px 0px;
	display: none;
}



/**************Judge***************/

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

.evaluate-bg{
	background: #85479B !important;
  background: -moz-linear-gradient(left, #85479B, #C03237) !important;
  background: -webkit-linear-gradient(left, #85479B, #C03237) !important;
  background: linear-gradient(to right, #85479B, #C03237) !important;
}

.evaluate-bg .h1{
	font-size: 45px !important;
	line-height:  1.4 !important;
	font-family: 'HelveticaNeueLT' !important;
	padding: 3px;
}

.evaluate-bg h3{
	margin-top: 10px;
}

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

}

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

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

.judge-entry-scroll{
  color:#aaaaaa;
}

#judge-entry-desc h3{
	font-size: 18px !important;
}

#judge-entry-desc .h4{
		font-family: 'HelveticaNeueLT' !important;
		font-size: 20px !important;
}

/********Judges********/
.judge_left{
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 360px;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	/*margin-left: -15px;*/
}

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

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

.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;
	max-width: 95%;
}

.judge_name{
	background: -webkit-linear-gradient(left,#83489E 0%, #C03236 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 30px;
	font-family: 'SF Pro Display Bold' !important;
	margin-bottom: 10px;
	line-height: 1;
}

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

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

.judge_country:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 3px;
	width: 80px;
  background-image: -moz-linear-gradient(left, #85479B, #C03237) !important;
  background-image: -webkit-linear-gradient(left, #85479B, #C03237) !important;
  background-image: linear-gradient(to right, #85479B, #C03237) !important
}



.judge_search{
	padding: 5px 15px;
	width: 100%;
	border: 1px solid #cccccc;
	height: 40px;
}

.judge_search_submit{
	/*width: 100%;*/
	background-color: #ee4036;
	color: #fff;
	padding: 5px 35px;
	font-size: 18px;
	border: none;
	float: right;
	margin-bottom: 5px;
	height: 40px;
}

.judge_search{
	margin-bottom: 5px;
}



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


.judge_social_media > li:hover > a{
	color: #b50084 !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;
}


a.judge-redirect-link{
  color:#000;
}

a.judge-redirect-link:hover, a.judge-redirect-link:focus{
  text-decoration: none;
}

.judge-iframe {
    width: 100%;
    height: 600px;
    border: 1px solid #98A3A1;
}

.judge-redirect-row {
    padding: 15px 0;
}

.judge-range-slider {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #FFF;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
    width: 65% !important;
    float: left;
		border: 1px solid #C8C9CB;
}

.judge-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height:15px;
  width:15px;
  border-radius: 15px;
	background-color: #85479B !important;
  background-image: -webkit-linear-gradient(left, #85479B, #C03237);
  background-image: -moz-linear-gradient(left, #85479B, #C03237);
  background-image: -o-linear-gradient(left, #85479B, #C03237);
  background-image: linear-gradient(left, #85479B, #C03237);
  cursor: pointer;
  margin-top: 0; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */

}

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

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

.judge-criteria{
	margin: 0px !important;
}

.judge-criteria-range{
	margin: 0 0 25px !important;
}

#judgeUrlTab td, #judgeUrlTab th{
    padding: 5px;
		overflow-wrap: break-word;
		word-wrap: break-word;
}

#judgeUrlTab a{
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
  /* Instead use this non-standard one: */
	word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

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

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

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: -moz-linear-gradient(left, #85479B, #C03237) !important;
  background: -webkit-linear-gradient(left, #85479B, #C03237) !important;
  background: linear-gradient(to right, #85479B, #C03237) !important;
	border-radius: 0 !important;
  border: 1px solid #C8C9CB !important;
	color:#FFF !important;
}

.nav-tabs>li>a {
    margin-right: 0px !important;
		border-bottom: none !important;
		border-radius: 0 !important;
	}


	.tab-content .tab-pane {
    padding: 30px 25px;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 24px;
    text-align: justify;
}


/**********Graphic Download / 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: #b50084  !important;
}

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

.media-dl li.noline:after{
	content: '';
	position: absolute;
	width: 1px;
	background-color: transparent;
	height: 15px;
	top: 8px;
	right: 0;
}

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

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

.media-cont h3{
  height: 65px;
	color:#b50084 ;
	font-size: 22px !important;
}

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


/*store.php*/

.store_page{
	margin-top:120px;
	margin-bottom:80px;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #000;
}

.store-choose-cont{
	padding: 15px;
	border: 1px solid #DBDCDD;
	margin-bottom: 15px;
	background-color:#FFF;
}



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

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



.store-form{
  padding: 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: 17px;
	color: #b50084 ;

}



.store-top-small{
  font-size: 14px;

}

.store-top-spacing{

	margin-top: 10px;

}

.store-qty{
	border: 1px solid #000;
	padding: 5px 15px;

}



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


#store-price{
	font-size: 32px;
}



#store-status{
	font-size: 18px;
}


#store{
	margin: 80px 0px 30px 0px;
}


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

}

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


.stat_sample_yy{
		position: absolute;
		top: 80px;
		width: 215px;
		left: 128px;
		text-align: center;
		font-size: 17px;
		color: #000;
		padding: 0px;
		font-family: 'Helvetica';
		font-weight: bold;
		letter-spacing: 2px;
}

.stat_sample_winner{
		position: absolute;
		top: 105px;
		width: 215px;
		left: 128px;
		text-align: center;
		font-size: 17px;
		color: #000;
		padding: 0px;
		font-family: 'Helvetica';
		font-weight: bold;
		letter-spacing: 2px;
}

.stat_sample_text{
    position: absolute;
		top: 138px;
		width: 350px;
		left: 55px;
    text-align: center;
    font-size: 15px;
		font-family: 'HelveticaNeueLT';

}

.stat_sample_text p{
  margin: 0 0 5px !important;
}



.cert_sample_yy{
		position: absolute;
		top: 335px;
    left: 42%;
		text-align: center;
		font-size: 40px;
		color: #000;
		padding: 0px;
		font-family: 'Helvetica';
		letter-spacing: 1px;
}

.cert_sample_text{
	width: 90%;
  position: absolute;
  top: 415px;
  left: 25px;
  font-size: 15px;
  font-family: 'Helvetica';
	text-align: center;
}

.cert_sample_text p{
	margin-bottom: 6px;
}



.cert-text-left{
	color: #fff;
  max-width: 80%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 80px;
  line-height: 2;
  font-size: 16px;

}


.store-sel-up{
  	color: #000;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0px 5px;
}


.store-sel-down{
	color: #000;
  position: absolute;
  right: 1px;
  bottom: 1px;
  padding: 0px 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.store_product_heading{
	color: #000;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 3px;
}


.store-read{
	color: #b50084 ;
}


.store-read:hover{
	text-decoration: none;
	color: #b50084 ;
}



#cert-popup{
	margin: auto;
}


.cert-popup-left{
	width: 100%;
	max-width: 500px;
	padding: 20px;
	background-color: #fff;
	text-align: center;
}

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

/******** winner**********/

#win-form{
	margin-bottom: 45px;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.win-search{
	list-style-type: none;
	padding: 0px 20px!important;
	display: inline-block;
	width: 100%;
	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: #FFF;
	min-width: 80px;
	border: 1px solid #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-submit:hover, .win-form-submit:focus{
	background-color: #FFF;
	color: #000;
	-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: #b768ff;
}

.win-form-down{
	position: absolute;
    color: #b768ff;
    right: 5px;
    top: -4px;
    font-size: 27px;
    z-index:-1;
}

.pagination-cont{
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.winselect{
	width: 85%;
	color: #939597;
	font-size: 16px;
	border:none;
	background-color: transparent;
  -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;

}

.winselect::-webkit-input-placeholder{
	display: none;
}

.wininput{
	width:100%;
	border: 1px solid #C1A02E;
	border-radius: 5px;
	padding: 10px;
	background-color: transparent;
}


.winner-thumbnail{
	border-left: 1px solid #444;
  border-right: 1px solid #444;
}


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

.winner-info-cont.short{
	min-height: 360px !important;
}


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


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

.winner-rank-goty {
	  float: left;
    width: 75%;
    padding: 4px 15px;
    color: black;
		background-color: #897938;
    background-image: -webkit-gradient(left, #caa07b, #fffffb, #f9efbc, #ceae91, #8c6e50);
    background-image: -webkit-linear-gradient(left, #caa07b, #fffffb, #f9efbc, #ceae91, #8c6e50);
    background-image: -moz-linear-gradient(left, #caa07b, #fffffb, #f9efbc, #ceae91, #8c6e50);
    background-image: -o-linear-gradient(left, #caa07b, #fffffb, #f9efbc, #ceae91, #8c6e50);
    background-image: linear-gradient(left, #caa07b, #fffffb, #f9efbc, #ceae91, #8c6e50);
    font-size: 15px;
		text-align: right;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 500;

}

.winner-text-goty {
    float: left;
    width: 25%;
    padding: 2px 8px 4px;
    color: #FFF !important;
    text-align: right;
    background-color: #000;
    border-top: 5px solid #8c6e50;
    font-size: 14px;
}

.winner-text-goty:before {
    content: '';
		position: absolute;
    top: 0;
    left: 75%;
    width: 0;
    height: 0;
    border-top: 32px solid #8c6e50;
    border-right: 32px solid transparent;
}

.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);
    font-size: 15px;
		text-align: right;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 500;

}

.winner-text-triumph, .winner-text-grand {
    float: left;
    width: 25%;
    padding: 2px 8px 4px;
    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: 32px solid #D1D5D6;
    border-right: 32px solid transparent;
}


.winner-rank-ascent, .winner-rank-gold {
	  float: left;
    width: 75%;
    padding: 4px 15px;
    color: black;
		background-color: #BDAC76;
    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);
    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: 2px 8px 4px;
    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: 32px solid #BDAC76;
    border-right: 32px 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);
    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: 2px 8px 4px;
    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: 32px solid #A3A4A8;
    border-right: 32px solid transparent;
}

.artwork-client{
	margin-top: 8px;
  font-size: 14px;
	color:#939597;
}
.artwork-name{
	float: left;
  margin-top: 10px;
	margin-bottom: 5px;
	color: #FFF !important;
  font-weight: bold;
	font-size: 17px;
}



.artwork-name a{
	font-size: 17px;
	color: #FFF !important;
	line-height: 1.1;
	font-weight: bold;
}

.artwork-name a:hover, .artwork-name a:focus{
	text-decoration: none;
	color: #b50084 ;
	-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 #b768ff ;
	-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:last-child{
	width: 94%;
}


.winner-button li:hover{
	background-color: #b768ff ;
	-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: #b768ff  !important;
	font-size: 14px;

}

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



.winner-button li:not(:first-child):hover{
	background-color: #b768ff ;
	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{
	list-style-type: none;
	position: absolute;
  left: 15px;
  bottom: 10px;
  padding: 0px;
}



.winner-social li{
	float: left;
	padding: 5px 8px;
	margin-left: 3px;
	border: 1px solid #b768ff;
	-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: #b768ff ;
	-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_row_1{

	padding: 0px 25px;

	border-bottom: 1px solid #CECEBF;

	padding-bottom: 10px;

}



.winner_info_art_name{
	color:black;
	font-size: 24px;
	letter-spacing: 3px;
	margin-top: 25px;
	margin-bottom: 25px;

}


.rank-logo{
    margin-left: auto; 
    max-width: 115px !important;
}



.winner_info_1{
	margin-bottom: 0px;
	letter-spacing: 1px;
}



.winner_info_2{

	font-size: 18px;
	margin-bottom: 40px;
	color: #939597;
	margin-top: 8px;

}



.winner_info_topleft{
	margin-top: 10px;
	margin-right: 15px;
}



.winner_info_topleft p{
	margin-bottom: 10px;
	margin-top: 20px;
}



.winner_row_2{
	padding: 15px 25px;
}



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


.credit_name{
	padding: 0px 25px;
	font-size: 16px;
}



.credit_table{
	padding: 0px 25px;
}



.more_winner{
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
}



.share-ul{
	list-style-type: none;
	padding-left: 10px;
}


.share-ul li{
	float: left;
	padding: 5px 8px;
	border: 1px solid #b50084 ;
	color: #b50084 ;
	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: #b50084 ;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	cursor: pointer;
}



.winner_share{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 25px;
	float: right;
	width: 30% !important;
}



.share-left{
	font-size: 16px;
	color: #939597;
	margin-bottom: 0px;
	margin-top: 5px;
}



.fb-share-button{
	position: absolute !important;
    top: 0;
    left: 0;
    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;
}


.winner_website{
	width: 100%;
	height: 600px;
	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{
	padding-top: 30px;
}



.winner_info_section_seperator{
	margin-top: 50px;
	width: 100%;
	height: 1px;
	background-color: 	#CECEBF;
}
.winner_box_bg{
	background-color: #000;
}


.winner-logo{
    float: right;
  	max-width: 60px;
		margin-right: 0px;
		padding-top: 0px;
		border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.winner-info{
	font-size: 14px;
	color: #2F363E;
}

.winner-info1{
	font-size: 15px;
	color: #b768ff;
	margin-bottom: 3px;
}


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

.winner-info-details{
	color: #b50084 ;
	margin-bottom: 2px;
  letter-spacing: 1px;
}



.winner-social{
	margin-top: 10px;
	list-style-type: none;
	padding: 0px;
}



.winner-social li{
	float: left;
	padding: 5px 8px;
	margin-left: 3px;
	line-height: 1;
	border: 1px solid #b768ff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}


.winner-social li a{
	color: #b768ff!important;
}

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

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

.download-list > li {
  display:inline;
	padding: 8px 10px;
	margin-right: 8px;
}

.download-list > li img{
   width: 88px;
}

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



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



.winner_box_top{
	padding: 5px 8px;
	background-color: #000;
  border-top: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}



.invite_btn{
	color: #b50084 ;
	background-color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	font-size: 16px;
	border: 1px solid #b50084 ;
	-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:#b50084 ;
	-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_info_title{
	font-size: 16px;
	color: #929497;
	float: left;
	margin-right: 20px;
}



.winner_info_extra_name{
	color: #231F20;
	font-weight: bold;
	font-size: 16px;

}




.winner_info_seperator{
	margin: 0;
	border: none;
	height: 1px;
	background-color: #CECEBF;
}



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

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



/************News / Media setup**********/

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

.media-thumbnail{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 1px solid #DBDCDD;
	border-left: 1px solid #DBDCDD;
	border-right: 1px solid #DBDCDD;
}



@media(min-width: 992px){
	.media-thumbnail.relative{
		 height: 305px;
		}

}



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



.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;
		margin-bottom: 5px;
}

.media-title a{
	color: #b50084  !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: 305px;
	position: relative;
	margin-bottom: 25px;
	border-bottom: 1px solid #DBDCDD;
	border-left: 1px solid #DBDCDD;
	border-right: 1px solid #DBDCDD;
}

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

.media-link:hover{
  background-color: #DBDCDD;
}

/************Interview**********/

.interview-info{
 font-size: 16px;
 margin-top: 10px;
 padding: 10px 0;
}

.interview-info-cont{
	background-color: #F7F7F7;
	padding: 20px;
	padding-top: 0px;
	min-height: 315px;
	position: relative;
	margin-bottom: 25px;
	border-bottom: 8px solid #b50084;
}

.interview-info-cont .interview-name{
  margin-top: 10px !important;
}

.interview-info-cont .interview-name a{
	font-size: 20px;
	color:#b50084;
}


.interview-info-cont .interview-company{
	font-size: 16px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.interview-info-cont hr{
	border-top: 1px solid #AAAAAA;
	margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.interview-link{
  color: #000;
	border: 1px solid #000;
	font-size: 15px;
	padding: 4px 15px;
}

.interview-link:hover{
  background-color: #000;
  color: #fff !important;
}

.interview-info{
 font-size: 15px;
 margin-top: 10px;
 padding: 10px 0;
}

.story-info{
	padding-left: 20px;
}

.story-info .h1{
	margin: 0px !important;
	line-height: 1.1 !important;
	font-size: 52px !important;
}

.story-info .company{
	font-size: 20px;
	margin-top: 15px !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
	color:#000;
}


.story-info hr.seperator{
	margin-top: 15px;
  margin-bottom: 20px;
	margin-left: 0px;
  border: 0;
  border-top: 2px solid #b50084!important;
	width: 160px;
}



.interview-social{
	padding-top:  20px;
	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: 20px !important;
}



.interview-social li{
	float: left;
	padding: 5px 0px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-right: 4px;
	border: 1px solid #b50084;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;

}

.interview-social li a{
	color : #b50084  !important;
}


.interview-social li:hover{
	background-color: #b50084;
	-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;

}


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

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

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


p.accordion.interview {
    background: #FFF;
		border-top:none !important;
		border-left:none !important;
		border-right:none !important;
		border-bottom: 3px solid #000;
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom:0px;
}


p.accordion.interview .number{
	color: #AA4584;
	font-size: 36px;
  font-weight: bold !important;
	line-height: 0.8 !important;
	padding: 0 14px;
	float: left;
}

p.accordion.interview .question{
	float: left;
}



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



div.panel-faq.interview p {
    margin-bottom: 0px;
    color: #000!important;
}

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

div.panel-faq.interview.show{
opacity: 1 !important;
}

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



/********Winner Gallery**********/
.grid img{
		border-radius: 20px;
}

.grid-content .grid-title{
		margin-top: 10px;
}

.grid-content .grid-title a{
	color: #b50084 !important;
}

.grid-content .grid-info{
		color: #333;
		font-size: 14px !important;
		margin-bottom: 20px !important;
		margin-top: 4px !important;
}

/********Nomination********/
#link-nominate{
	cursor:pointer;
}

.tbl-nomination{
	background-color: #7C7D79;
	width: 100%;
}

.tbl-nomination tr td{
	padding: 5px 10px;
	color: white;
	border: 1px solid #E9EBED;
}

/*********Pagination*****/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	 border-color: #000 !important;
   background-color: #b50084  !important;
	 color: #FFF !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
   color:#FFF !important;
	 background-color: #b50084  !important;
}

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

.pagination > li:first-child > a, .pagination > li:first-child > span{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}

/**************Footer***************/


#footer{
  background-color: #000;
  overflow: hidden;
	padding: 50px 15px 75px 15px;
	color: #fff;
}

#footer a.defcolor{
	color: #FFF !important;
}

#footer a.defcolor:hover{
	color: #FFF !important;
	text-decoration: none;
}

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


.pattern {
    height: 12px;
}


.mfooter{
	margin-top: 20px;
	border-top: 1px solid white;
}

.msocial{
	display: inline-block;
	width: 100%;
	list-style-type: none;
}
.msocial li{
	display: inline-block;
	padding: 0 10px;
}
.msocial a{
	font-size: 22px;
}
.mcopy p{
	font-size: 13px;
}


.footer{
	padding-top: 20px;
	border-top: 1px solid #5E5F5E;
}

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

.flist li{
   padding: 3px 10px;

}


.flist a{
	color: #fff !important;
	font-size: 14px;
}

.flist a:hover{
	color: #b50084 !important;
}



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


.social-icon i{
	font-size: 20px;
}


.footerbot{
	width: 100%;
	max-width: 1600px;
	padding: 0px 30px;
	margin: auto;

}

.copyright{
	margin-top: 20px;
	font-size: 12px;
}

.copyright p{
	margin: 0px;
}


.copyright a{
	color: #fff !important;
}



.copyright a:hover{
	color: #fff !important;
}


@media(min-width:768px){

	.grid-item{
		width: 33%;
	}

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

	.navbar-nav > .home-active a{
		background: #85479B;
		background: -moz-linear-gradient(left, #85479B, #C03237);
		background: -webkit-linear-gradient(left, #85479B, #C03237);
		background: linear-gradient(to right, #85479B, #C03237);
		padding: 10px 22px !important;
	}

	.navbar-nav > .home-active a:hover{
		background: #85479B  !important;
		background: -moz-linear-gradient(left, #85479B, #C03237) !important;
		background: -webkit-linear-gradient(left, #85479B, #C03237)  !important;
		background: linear-gradient(to right, #85479B, #C03237)  !important;
	}



	#howtoenter_bg{
		background-size: 1600px;
	}

	.bannertext{
		width: 80%;
		max-width: 1000px;
	}


	.bannertext h1{
		font-size: 32px;
	}

	.autho_affliate{
		letter-spacing: 8px;
		font-size: 36px;
	}

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


	.login_popup{
		background-image: url('../images/store/login-statuette.jpg');
		background-position: left;
		background-size: auto 100%;
		background-repeat:no-repeat;
		max-width: 1000px;
		min-height: 450px;
	}



	.login_popup2{
		background-image: url('../images/store/login-certificate-new.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;
	}

	.media-cont{
		min-height: 1700px;
	}





	.cert-popup-items{
		margin: auto;
	}

	.store-choose-cont{
		min-height: 540px;
	}

	.winner_info_video{

		height: 550px !important;

	}

	.winner_website{

		height: 550px !important;

	}

}



@media(min-width: 992px){


	.cert-popup-items{
		float: left;
	}

	.store-choose-cont{
		min-height: 540px;
	}



	#cert-popup{
		max-width: 1000px;
	}


	.footerbot{
		position: relative;
	}

	#logobottom{
		position: initial;
	}



	.footer-sponsor{
		position: absolute;
		top: 20px;
	}

	.enteraward-type{
		padding-left: 45px;
		padding-right: 45px;
	}

	.lostpwd{
		line-height: 110px;
	}

	.judge_left{
		background-size: cover;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 1;
	}

	.judge_right {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	.judge_social_media > li{
		display: inline;
		background: url(../images/Socials-Icon.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		color: #FFF !important;
		padding: 12px 12px;
		margin-right: 10px;
	}

	.judge_social_media > li a{
		color: #FFF !important;
	}

	#judge_select{
		margin-left: -15px;
	}

	.cert-popup-left{
		margin-top: 200px;
	}


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

	.win-search li:last-child {
    padding: 22px 25px;
  }

	.winner_info_video{
		height: 750px !important;
	}


	.winner_website{
		height: 750px !important;

	}

	.winner_credit li{
		display: inline-block;
		min-width: 300px;
	}


}



@media(min-width:1200px){

	.grid-item{
		width: 25%;
	}

	.container{
  width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  }

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

	.graphic_container{
		width: 100%;
		max-width: 90%;
		margin: auto;
	}

	.store-left{
		float: left;
		width: 58%;
	}



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

	.store-right .store-p{
    line-height: 23px;
		margin: 0 0 18px !important;

	}



	.store-product{
		max-width: 1250px;
		margin: auto;
	}

	.winner-container, .media-container {
	    width: 95%;
	}

}




@media(min-width: 1280px){
	#howtoenter_bg{
		background-size: 1800px;
	}
}

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

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


@media(min-width: 1600px){
	#howtoenter_bg{
		background-size: cover;
	}

	#agency .new{
		position: relative;
	}

}


@media(max-width: 1520px){

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

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

}


@media(max-width: 1200px){

	.store-right{
		padding: 15px;
	}

}

@media(max-width: 992px){

	#statl{
		z-index:-1;
	}


	#statr{
		z-index:-1;
	}

	#howtoenter .owl-prev{
		display: none;
	}


	#howtoenter .owl-next{
		display: none;
	}

	.about-content, .enter-content{
		padding-left: 0px;
		padding-right: 0px;
	}

	.copyright{
	margin-top: 30px;

	}



	.img-iaa{
		max-width: 130px;
		margin: auto;
		margin-top: 15px;
		margin-bottom: 35px;
	}


	.judge_row{
		background-color: black;
	}

	.judge_right{
		margin-top: 30px;
		margin-bottom: 30px;

	}


	.judge_social_media > li{
		float: left;
		background: url(../images/Socials-Icon.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		color: #FFF !important;
		padding: 12px 12px;
		margin-right: 10px;

	}

	.judge_social_media > li a{
		color: #FFF !important;
	}

	#cert-popup{
		max-width: 500px;
	}

	.win-search li:nth-child(1){
		border-bottom: 1px solid #FFF;
	}
	.win-search li:nth-child(2){
		border-bottom: 1px solid #FFF;
	}
	.win-search li:nth-child(3){
		border-bottom: 1px solid #FFF;
	}
	.win-search li{
		width: 100%;
		padding: 10px;
	}

	#win-form{
		margin-top: 100px;
	}


	.media-thumbnail{
		background-image: none !important;
	}

}



@media(max-width: 768px){

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

	.h2{
			font-size: 24px !important;
	}

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


	#nyx-game-awards .text-18 {
		font-size: 28px;
	}

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

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

	.navbar-nav .dropdown-menu > li{
		text-align:center;
	}

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

	.navbar-collapse.collapse.in {
	 background-color: #000;
	     z-index: 50;
	}




	#navbarcontainer{
	 background-color: #231F20;
	 height: 60px;
	}

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

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

	}


	.my-nav-button{
	 float: right;
	}

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

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

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

	#platforms {
	    height: 490px;
			background-position: center;
	    background-repeat: no-repeat;
			padding: 0;
	}


	#howtoenter .owl-dot{
	 width: 100%;
	 text-align: center;
	 font-size: 16px;
	 border: none !important;
	}



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


	#howtoenter .owl-dot.active:after{
	 content:'';
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 height: 2px;
	 width: 20%;
	 margin-left: 40%;
	 background: #b50084 ; /* Old browsers */
	}

	#howtoenter .owl-item{
	 padding: 30px 25px;
	 padding-top: 20px;
	}




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



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


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




	#myCarousel{
		position: initial;
	}

	.video-overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: rgba(0,0,0,0.4);
		display: none;
	}



	.video-text{
		padding: 50px 15px;
		font-size: 24px;
		letter-spacing: 5px;
	}



	.banner-vid{
		display: none;
	}


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


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


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

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


	.about-h1{
		font-size: 30px;
	}


	.enterbtn2 p{

		font-size: 18px;

	}

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

	#howtoenter_bg{

		background-size: 1400px 2000px;

	}

	#whymuse ol {
		margin-top: 30px;
		border-top: 4px solid black;
}

	#whymuse ol li{
		font-size: 22px !important;
		font-weight: bold;
		min-height: 120px;
		padding-top:10px;
	}

	#whymuse ol li p {
			font-size: 14px !important;
			font-weight: normal;
	}



	.seall{
		padding: 5px 15px;
	}


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

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

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

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

	}

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

	#gallery_open{

		font-size: 25px;

	}

	.m-hide{display:none;}

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

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

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


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

	#nyx-game-awards{
		margin-top: 0px !important;
	}

 #videocontainer{
	 position: relative !important;
 }


	.cert_sample_text{
		position: absolute;
		bottom: 215px;
    left: 38px;
    text-align: center;
    font-size: 16px;
   font-weight: bolder;
    display: none;
	}



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

	.tbl-fees td{
	font-size: 12px;
	}

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

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


	.grid-item{

		width: 100%;

	}


	.social-icon li{
		text-align: center;
	}


	.signupinput{
		padding: 5px 15px;
		max-width: 250px;
	}


	.top-nav{
		display:none;
	}

 .mobile-tb{
		display:block;
	}
	.desktop-tb{
		display:none;
	}

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

	.bigoption{
		font-size: 18px;
		min-height: 45px;
		padding: 10px 5px;
	}

	.login_heading{
		font-size: 24px;
	}


	.judge-onebtn-sm {
		width:50%;
	}

	.judge_name {
		font-size: 28px;
 }

 .judge_title_company{
	 font-size: 20px
 }

 .judge_row{
	margin-top: 0px;
	margin-bottom: 0px;
 }

	.store-choose-cont{
		min-height: 400px;
		max-width: 350px;
		margin:auto;
		margin-bottom: 15px;
	}


	#videogame 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(max-width: 480px){

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

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

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

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

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

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

	.mt-xlg{
		margin-top:45px
	}

	.mb-xlg{
		margin-bottom:45px
	}

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


	.smallh1{
		font-size: 24px;
	}

	.bigh2{
		font-size: 30px;
	}

	.maxw800{
		padding: 0px 2px;
	}



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

	.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:100%;
	}

	.upload-btn-wrapper input[type=file] {
		font-size: 18px;
	}

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

.btn.btn-default{
	padding:3px 5px;
}

.imgArea {
	width: 150px;
	height: 105px;
}

  .judge-onebtn-sm {
    width:80%;
  }


	.div-fees{
	  padding:15px 15px 30px 15px!important;
	}


#top-agency{
	background-color: #FFF;
}

#top-agency-score .column-box{
	margin: 10px;
}

#top-agency-score .column-box .score-box{
 margin-bottom: 20px;
}

.game_country{
	font-size: 16px;
}

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

.bigoption{
	font-size: 15px;
	padding:10px 1px;
	min-height: 40px;
}

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

.h2 {
    font-size: 19px !important;
		margin-top: 0 !important;
}

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

.h4 {
    font-size: 16px !important;
	line-height: 1.45 !important;
}

.btn-black {
    padding: 5px 10px;
    font-size: 15px;
	display: inline-block;
}

.btn-white {
	padding: 5px 10px;
    font-size: 15px;
	display: inline-block;
}

#signupbtn{
	padding: 5px 10px;
    font-size: 15px;
}

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

.theme-nyx-game {
    padding: 40px 0px 40px 0px;
}


.pc-game {
  padding: 40px 0px 20px 0px;
}

.pc-game iframe, #game-of-year iframe {
    width: 100%;
    height: 250px;
}

.tbl-fees td {
    padding: 2px 2px;
}

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

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

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

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

.table-border th {
    border: 1px solid #000;
    padding: 5px;
		font-size: 11px !important;
}

.table-border td {
    padding: 2px 3px;
    border-right: 1px solid #000;
		font-size: 9px !important;
}

.table-border td i{
	font-size: 9px !important;
}

.table-border-white th {
    padding: 5px;
	font-size: 11px !important;
}

.table-border-white td {
    padding: 2px 3px;
	font-size: 10px !important;
}

.table-border-white td i{
	font-size: 8px !important;
}

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


.section {
    padding: 40px 0px 50px 0px;
}

#game-of-year{
	padding: 40px 0px 40px 0px;
}



#game-of-year .mb-xlg, .pc-game .mb-xlg{
	margin-bottom: 40px;
}


#game-of-year-single {
    padding: 40px 0px 40px 0px;
		background-color: #FFF;
}

#game-of-year-single .pl-sm{
	padding-top: 20px;
}

#game-of-year-single .game_left{
	background-size: 100%;
	height: 250px;
}

#game-of-year-single .game_right{
	text-align: center;
}

#game-of-year-single .game_winning_title{
	font-size: 22px;
}

#game-of-year-single .game_entry_title{
	font-size: 19px;
}

#game-of-year-single .game_country:after {
    left: 45%;
}

#game-of-year-single .agency_social_media > li{
		float: none !important;
}




#benefits .mt-md.mb-md{
	text-align: center;
}

#thegallery{
  background-color: #000;
 	padding: 40px 0px 0px 0px;
	text-align: center;

}

#winner-gallery .the-gallery {
    padding: 0px 50px;
}

.featured-brands {
    text-align: center;
    padding: 40px 0px 40px 0px;
}

#nyx-game-awards {
    padding: 40px 0px 40px 0px;
}


#nyx-game-awards .nyx-game-content {
    padding: 0px 20px;
		text-align: center;
}

#nyx-game-awards .left-box{
	  width: 100%;
}

#nyx-game-awards .right-box{
	display: none;
}

#game-of-year .mt-xlg{
	margin-top: 35px !important;
}

#howtoenter {
    padding: 30px 0px 30px 0px;
	}

#winner-gallery {
    padding: 40px 0px;
}

#winner-gallery .gallery-title{
	font-size: 17px;
}

#winner-gallery .gallery-country {
    font-size: 14px;
    font-style: italic;
}

#winner-gallery .the-gallery .text{
	font-size: 15px !important;
}


	#featured-category{
	  padding: 30px 0px 30px 0px;
	}

#featured-category .featured-box {
    height: 280px !important;
    border: 1px solid #444;
    padding: 20px 20px;
		margin-bottom: 30px;
}

#bannertextcontainer{
	  padding: 20px;
}

.entry-text {
    color: #FFF;
    font-size: 17px;
	line-height: 1.45 !important;
    font-weight: 500;
}



#home-categories {
    background: url(../images/categories-banner.jpg) center center;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
}

#home-categories .h1{
	margin-top: 225px !important;
}


#platforms {
    background: url(../images/All-Platforms-New.jpg);
    background-size: cover;
    height: 260px;
		background-position: center;
    background-repeat: no-repeat;
		padding: 0;
}

#platforms .h1{
	margin-top: 200px !important;
}

#platforms .h3{
	font-size: 20px !important;
	line-height: 1.40 !important;
}

#categories {
	padding: 30px 0px 60px 0px;
}

#categories .col-sm-3.col-xs-12{
	text-align: center;
}

#categories .index_category_main {
    text-align: center;
    margin-bottom: 20px;
}



#thefees {
    padding: 40px 0px;
}

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

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

.why-nyx {
    padding: 30px 0 50px 0;
		text-align: center;
}

.why-nyx ol li {
    font-size: 18px !important;
		min-height: 110px;
}

.why-nyx ol li p {
    font-size: 16px !important;
    font-weight: normal;
}

.btn-radius-black{
	padding: 5px 25px;
	font-size: 16px;
}

.btn-radius-white{
	padding: 5px 25px;
	font-size: 16px;
}

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

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

.judge_name {
    font-size: 21px;
}

.judge_title_company {
    font-size: 17px;
	margin-bottom: 10px;
}



#featured-juror {
  padding: 40px 0px 40px 0px;
}

#featured-juror .judge_right{
	text-align: center;
}


.judge_country {
    font-size: 14px;
}

.judge_country:after {
    content: '';
    position: absolute;
    left: 38%;
    bottom: -10px;
    height: 2px;
    width: 80px;
    background-image: -moz-linear-gradient(left, #85479B, #C03237) !important;
    background-image: -webkit-linear-gradient(left, #85479B, #C03237) !important;
    background-image: linear-gradient(to right, #85479B, #C03237) !important;
}

.judge_name {
    background: -webkit-linear-gradient(left, #83489E 0%, #C03236 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-family: 'SF Pro Display Bold' !important;
    margin-bottom: 10px;
    line-height: 1;
}

.judge_social_media {
    display: inline-block;
	margin-top: 15px;
    margin-bottom: 20px;
}

#featured-juror .col-md-12{
  text-align: center;
}

#featured-juror .col-md-12 p{
	margin-bottom: 25px !important;
}

#new-game {
  padding: 40px 0px 40px 0px;
}



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

.nyx-categories .category-icons{
	max-width: 100px;
	margin-top: 130px;
    margin-left: 60px;
}

.nyx-categories .category-box  .h3{
	font-size: 22px !important;
	padding-top: 0px !important;
}


.nyx-categories .category-box {
    min-height: 320px;
    padding: 30px 0px;
		margin-bottom: 20px;
}

.nyx-categories .category-box p {
    font-size: 17px !important;
    padding-top: 10px;
}

#testi .testi-logo{
	max-width: 140px;
    border-radius: 20px;
	margin: auto !important;
}

#testi .the-testi {
	height: 450px !important;
	text-align: center;
}

.testimonial-details {
    margin: 15px 0px 15px 0px !important;
    font-size: 15px;
    line-height: 1.45 !important;
}

.testimonial-sender {
    font-size: 13px;
    line-height: 1.45 !important;
}

#testimonies {
    padding: 40px 0px 60px 0px;
}

#testimonies .owl-theme .owl-dots{
	display: none;
}

#aboutiaa {
   padding:40px 0px;
   background-image: url(../images/About-IAA-Mobile.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}

#aboutiaa img.iaa-logo {
    max-width: 80px !important;
	
}

#aboutiaa h2.bignum {
    font-size: 42px !important;
	margin-top: 0px !important;
	padding-top: 100px;
}

#aboutiaa .whitebox {
	margin:  0px 50px 0px 50px ;
	padding: 0px !important;
	height: 200px;
	background-size: 100% !important;
}

#statuette{
	text-align:center;
	padding:40px 0px 580px 0px;
	background-image: url(../images/NYX-Statuette-Background-Mobile.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 145%;
	background-color: #090E24;
}



#statuette .nyx-trophy {
    max-height: 510px;
		position: relative;
    top: 10px;
    z-index: 1;
    overflow: hidden;
}

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

.about-nyx-game {
	background: #F8F8FA;
    padding: 40px 0px 300px 0px;
	background-image: url(../images/About-NYXG-Background-Mobile.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}

.about-nyx-game .nyx-game-content {
    padding: 0px 0px;
		text-align: center;
}

.about-nyx-game .left-box {
    display: none;
}

.about-nyx-game .right-box {
    width: 100%;
}

#howtoenter h2{
 		text-align: center;
}

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

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

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

#howtoenter .tab-content .tab-pane{
	padding : 25px 15px;
	text-align: center;
}



#howtoenter .step-count {
    font-size: 14px;
    margin-bottom: 5px;
	margin-top: 0px;
}


#howtoenter .step-title{
	font-size: 15px !important;
	margin-bottom: 20px;
	margin-top: 5px;
}




#game-category {
    padding: 40px 0px;
	text-align: center;
}


#game-category h2{
    text-align: center;
}

#game-category div.panel-faq p{
	font-size: 15px !important;
}

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

	#videogame{
		height:190px;
		background-color:#000;
	}


	#videogame .text-wrap{
		top: 10%;
		left: 30%;
		z-index: 3;

	}

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

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

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

.why-item {
    min-height: 100px;
    padding: 0px 0px 15px 0px;
}

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

div.panel-faq.show{
	max-height: 4000px;
}

p.accordion.category{
	text-align: center !important;
}

#logo {
    max-height: 48px;
}

.logo-container {
    padding: 2px 5px;
}

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

.sticky .navbar-toggle {
    padding: 4px 0px 4px 10px !important;
}

#navbarcontainer.sticky {
    background-color: #000;
    height: 50px;
}

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


#game-of-year .gallery-content{
	width: 100%;
	padding: 5px 10px;
	text-align: center;
}

#game-of-year .gallery-highlight, #game-of-year .gallery-highlight.special-box#game-of-year .gallery-highlight.special-box {
	min-height: 295px !important;
}

#game-of-year .gallery-highlight.special-box{
	background-image: url(../images/GOTY-Frame.png);
}

#game-of-year .gallery-highlight .gallery-thumbnail, #game-of-year .gallery-highlight.special-box .gallery-thumbnail {
	height: 220px !important;
}

#game-of-year .gallery-highlight .gallery-highlight-box, #game-of-year .gallery-highlight.special-box .gallery-highlight-box{
	padding: 7px 9px;
	z-index: 1;
 }  

#game-of-year .gallery-info .gallery-title a{
	color:#FFF !important;
	font-size: 15px;
}

#game-of-year .gallery-info .gallery-name {
    color: #FFF;
    font-size: 12px;
    margin-top: 3px;
}

#game-of-year .gallery-info{
	min-height: 75px
}

#game-of-year .gallery-more{
	height: 90px;
}

#game-of-year .gallery-highlight{
	margin-bottom: 30px !important;

}


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

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

.winner_info_art_name {
    color: black;
    font-size: 22px;
}


.winner-info-details{
    font-size: 17px;
}


.winner_info_2{
    margin-bottom: 20px;
    font-size: 16px;
}

.rank-logo{
    margin-left: auto; 
    max-width: 95px !important;
}

.winner_info_info {
    font-size: 16px;
}


.winner_share{
    width: 100% !important;
}


.download-list > li img{
    width: 70px !important;
}

.more_winner{
    font-size: 16px;
}

#footer{
	    padding: 50px 15px 30px 15px;
}

.mfooter{
	    border-top: 1px solid #444 !important;
}

.story-info{
	padding-left: 0px;
}


.story-info .h1{
	font-size: 34px !important;
}


.story-info .company{
	font-size: 17px;
}


p.accordion.interview .number{
	font-size: 20px;
	padding: 0 8px;
}


.video-winner {
  position: relative;
  min-height: 580px;
  background-image: url("../images/NYXG-Awards-2024-Winners-Mobile.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.video-winner .text-wrap{
  position: absolute;
  top: 38%;
  left: 0%;
  z-index: 3;
  text-align: center;
  width: 100%;
}

.video-winner .text-wrap h2 {
    font-size: 25px;
}

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


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

}
