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

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

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('fonts/HelveticaNeueLT/HelveticaNeueLTStd-Lt.woff') format('woff'),
         url('fonts/HelveticaNeueLT/HelveticaNeueLTStd-Lt.ttf')  format('truetype'),
         url('fonts/HelveticaNeueLT/HelveticaNeueLTStd-Lt.svg#Modesfa') format('svg');
}









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

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


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

a img {outline : none;}

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


.h1{
	  font-size: 54px !important;
		margin-top: 0px !important;
    margin-bottom: 10px !important;
		font-family: 'Modesfa' !important;
    line-height: 1.1 !important;
}

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

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

.h4{
	  font-size: 22px !important;
    margin-bottom: 10px !important;
		font-family: 'Modesfa' !important;
}

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

.smallh1{
	font-size: 30px;
}

.bigh2{
	font-size: 38px;
}

.smallh2{
	font-size: 34px;
  font-family: 'Modesfa' !important;
  margin-bottom: 20px !important;
  margin-top: 0px !important;
}

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

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

.black{
	color: black !important;
}

.white{
	color: #fff !important;
}

.grey{
	color: #89879B;
}


.bg-black{
	background: #000 !important;
}

.bg-grey{
	background-color: #EBE9E6!important;
}

.bg-silver{
	background-color: #EAEAEA!important;
}

.bg-white{
	background-color: #FFF !important;
}

.bg-red{
 	background-color: #A04843 !important;
}




.invisible{
	 border: 1px solid transparent;
}


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


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

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

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

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

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

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



.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

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

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

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

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


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

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



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



.rowgap{
	margin-bottom: 30px;
}

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

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

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


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

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


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


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


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

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


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

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

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


.lightheader{
	font-family: deffont;
}


.headerfont{
	font-family: deffont;
}



.interbg{
	z-index: 1;
}

.acc-icon{
 height:35px;
	width: 35px;
	margin-top: 5px !important;

}



.ibg-bg{
	background-size: cover !important;
}



.textdeconone:hover{
	text-decoration: none;
}




.fl{
	float:left;

}

.wd100 {
    width: 100%;
}


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


.spacing_fix{
	padding-left: 25px;
	padding-right: 25px;
}

.disabled{
	display: none;
}

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

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

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

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


.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:120px !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;
}

.pt-none{
  padding-top:0px !important;
}

.pb-none{
  padding-bottom:0px !important;
}

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

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

.pt-none{
	padding-top:0 !important;
}

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

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


.spacing_15{
	height: 15px;
}



.spacing_30{
	height: 30px;
}



.spacing_50{
	height: 50px;
}



.spacing_80{
	height: 80px;
}



.spacing_100{
	height: 100px;
}

/*howtocarousel*/

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

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




.owl-theme .owl-nav [class*="owl-"]{
  background: rgba(214,214,214,0.65)!important;
  font-size: 40px;
  font-weight: bold;
  padding: 5px !important;
  border-radius: 0px!important;
}


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

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

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



/*navbar*/
.logo-img{
  float:left;

}

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

.logo-shine .logo-program{
  border-left:1px solid #000;
	padding-left: 8px;
	font-size: 16px;
	line-height: 1.2 !important;
}



.logo-bottom{
	margin-bottom: 30px;
	display: initial;
}

.logo-container{
	position: relative;
	float: left;
	padding: 5px 10px 5px 5px;
}

.my-nav-button{
	float: left;
	margin: 15px;
  border: 1px solid #000;
  border-radius: 10px;
}



.navbar-toggle .icon-bar{
    background-color: #FFF;
}



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



.navbar-toggle .icon-bar {
    height: 1px;
    width: 25px;
}


.navbar-toggle {
    padding: 6px;
}



.navbar-nav>.active>a, .navbar-nav>.open>a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: #000 !important;
	color:#A04843 !important;
}

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

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

.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 10px;
    text-align: center;
    margin:0 auto;
    padding: 5px 5px !important;
}

.navbar-brand>img{
		display: inline-block !important;
}

.navbar-toggle {
    z-index:3;
}

.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{
  font-size: 14px !important;
}

.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: 28px;
    background: transparent;
    color:#000;
	  float:left;
	  border-left : 1px solid #444444;
	  border-right : 1px solid #444444;
}

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

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

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

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

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



#navbarcontainer{
	z-index: 2001;
	width: 100%;
	position: relative;
}


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

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

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

.sticky .navbar .navbar-nav{
	margin-top: 6px !important;
}

.sticky #logo {
    max-height: 36px;
    margin-top: 1px;
}

.sticky .header-logo.left-line{
  height:25px;
  left: 40%;
}

.sticky .header-logo.right-line{
  height:25px;
  right: 40%;
}

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


.sticky .logo-shine{
  padding: 2px 15px;
}

.sticky #mynavbar .logo-shine .logo-program {
    font-size: 15px;
}

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

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

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

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

#mynavbar{
	background-color: #000 !important;
	margin: auto;
	border:none;
	z-index: 10;
	height: 100%;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 25%);
  border-radius: 0px !important;
}

.navbar-nav > li > a.home-active{
  color:#FFF !important;
  background: #A04843 !important;
  border-radius: 0px;
}

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

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

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


.navbar-nav>li>a{
 line-height: 1.4 !important;
}

#logo {
    max-height: 48px;
    margin-top: 3px;
}

.header-logo.left-line{
  height:30px;
  border-bottom:1px solid #7A7A7A;
  width:80px;
  display:inline-block;
  position:absolute;
  top:0;
  left:39%;
}

.header-logo.right-line{
  height:30px;
  border-bottom:1px solid #7A7A7A;
  width:80px;
  display:inline-block;
  position:absolute;
  top:0;
  right:39%;
}

.navbar-nav > li{
	font-size: 17px !important;
}


.navbar-nav>li>a{
	color: #FFF !important;
	padding: 6px 18px !important;
  text-align: center;
}

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

.navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	margin-top: 12px !important;

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

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

}

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

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: none !important;
	color:#FFF !important;
	text-decoration: none;
	background: #A04843 !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;
}



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

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


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

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

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



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

#bannertextcontainer .entry-text {
		font-size: 28px;
    background: -webkit-linear-gradient(left,#CEA284 0%, #E7BFB7 10%, #E2BFAA 20%, #FADECA 35%, #D9B5AB 45%, #FBE2CD 60%, #E7C0B7 70%);
    background: linear-gradient(left,#CEA284 0%, #E7BFB7 1 0%0%, #E2BFAA 20%, #FADECA 35%, #D9B5AB 45%, #FBE2CD 60%, #E7C0B7 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
		line-height: 1.1;
    text-transform: uppercase;
    font-family: "Proxima-Nova";
    font-weight: 600;
}




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



.bannerimg{
	width: 100%;
}

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

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

.carousel-indicators{
	margin-bottom: 0px;
	font-size: 24px;
}

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






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

}


.bannerstat{
	position: absolute;
	z-index: 2;
}


.video-overlay{
	background-color: rgba(0,0,0,0.5);
}



.video-text{
	color: #bcbec0;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.french-design{
	background-color: #E2DEDA;
	padding: 100px 0px 75px 0px;
  background-image: url(../images/intro-background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.french-design .about-content{
  padding: 0px 60px;
}


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

.arte-theme{
	position: relative;
	background-color: #000;
	padding: 85px 0px 85px 0px;
	background-image: url(../images/arte-collection-bg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
  overflow: hidden;
}


.design-categories{
  position: relative;
  background-color: #F1ECE9;
	padding: 85px 0px 85px 0px;
}


.category-item{
	width: 100%;
	float: left;
	padding: 0px;
	position: relative;
	margin-bottom: 0px;

}

.category-item.two{
  width: 50%;
  padding: 0px 8px 0px 0px;
}

.plus-btn {
    height: 100%;
    width: 100%;
    color: #fff;
    margin: auto;
		background-color: rgb(0, 0, 0, 0.75);
}

.category-item .category-image{
	position: relative;
  box-shadow: 3px 3px 8px #7D563B;
}

.category-item .category-image .img{
	width: 100%;
  height: auto;
}


.category-item .category-image .hover-category {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    right: 0px;
    text-align: center;
		z-index: 5;
		-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    margin: auto;
		background-color: rgb(0, 0, 0, 0.55);
}


.category-item .category-image .hover-category .img{
  width: 240px;
  margin: auto;
  margin-top: 16%;
}

.category-item .category-image .hover-category .title-divider{
  margin-top: 10px;
}

.category-item .category-image .hover-category .title-divider img{
  width: 230px;
  margin-top: 0px;
}


.category-item .category-content{
  padding: 20px 15px 16px 15px;
	border-left: 1px solid #FFF;
}

.category-item  .category-title{
font-family: 'Modesfa' !important;
font-size: 33px;
margin-top: 180px;
color: #FFF !important;
}

.category-item  .category-title.interior{
  font-size: 28px;
  margin-top: 38%;
  color: #FFF !important;
}


.category-item  .category-title.architectural{
  font-size: 24px;
  margin-top: 16%;
  color: #FFF !important;
}

.category-item  .category-title.product{
  font-size: 24px;
  margin-top: 33%;
  color: #FFF !important;
}


.category-item  .category-title.small{
  font-family: 'Modesfa' !important;
  font-size: 24px;
  margin-top: 30%;
  color: #FFF !important;
}

.category-item  .category-title.medium{
  font-family: 'Modesfa' !important;
  font-size: 24px;
  margin-top: 50%;
  color: #FFF !important;
}

.category-item  .category-title.large{
  margin-top:330px;
}

.category-item.two .category-title{
  margin: 18% 0px 5px 0px;
}

.category-item .category-title a{
	color: #AC8F71 !important;
}


.category-item:hover .category-image .hover-category {
    opacity: 1;
}

.category-item .category-desc{
  font-size: 17px !important;
  color : #FFF !important;
  line-height: 1.45 !important;
  padding: 5px 20% 0px 20%;
}

.category-item.two .category-desc{
  padding: 5px 10% 0px 10%;
}



.awards-deadline{
	position: relative;
	background: #A04843;
	padding: 85px 0px 85px 0px;
}

.awards-deadline .date-box{
  background-image:url('../images/deadline-box.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto 25px;
	height: 350px;
  text-align: center;
}

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

.awards-deadline .dateline-innerbox .divider img{
  max-width: 120px !important;
  margin: auto;
}

.awards-deadline .date-box h2{
	font-size: 20px;
	line-height: 1.4;
	padding-top: 68px !important;
	margin-bottom: 8px !important;
  text-transform: uppercase;
  font-weight: normal;
}

.awards-deadline .date-box h4{
	margin-top: 0px !important;
	margin-bottom: 16px !important;
}

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

.awards-deadline .dateline{
	font-size: 23px;
  font-weight: 500;
  margin-top: 16px;
}


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

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

.entry-highlights{
  padding: 85px 0px 85px 0px;
  background-color: #F1ECE9;
}


.muse-vid {
    width: 100%;
    height: 450px;
}


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



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



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

#video .text-wrap h2 {
    text-transform: uppercase;
		font-size: 48px;
		color: #FFF;
		font-family: 'Modesfa' !important;
		margin-bottom: 30px;
}

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

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

#design-awards-theme{
  padding: 22px 0px 22px 0px;
	background-color: #D1B49A;
}
#design-awards-theme span{
    font-size: 26px;
    line-height: 1.35 !important;
    font-weight: 600;
}


#about-french-design{
  padding: 85px 0px 85px 0px;
	background-color: #A04843;
}

#about-french-design .h3{
  line-height: 1.70 !important;
}

#awards {
	background-color: #000;
	padding: 0px;
	background-image: url(../images/muse-awards.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 800px;
}


#mda-of-year {
    background-color: #000;
    padding: 100px 0px;
}

#mda-of-year .text-wrap{
	position: absolute;
	top: 45%;
	left: 47.5%;
	z-index: 3;
	text-align: center;
	cursor: pointer;
}

#mda-of-year .text-wrap i{
	font-size: 60px;
	color: #E6B900;
}


#owl-muse .item{
	min-height: 700px;
	background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#owl-muse .item .text-content{
	position: absolute;
	bottom: 45px;
	padding: 0px 5px;
	width: 100%;
}

#owl-muse .item h2.owl-title{
	font-size: 21px;
	font-family: 'Modesfa' !important;
	text-align: center;
	margin-bottom: 0px;
}

#owl-muse .item .owl-subtitle{
	font-size: 15px;
	text-align: center;
	font-family: "BacktoBlackDemo";
}

#owl-muse .item .owl-subtitle span{
	color:#E6B900;
}


#become-muse{
	background-color: #E6B900;
	padding: 100px 0px 0px 0px;
}

#become-muse .become-muse-item{
	min-height: 230px;
}

#become-muse .become-muse-item ol li {
    font-size: 20px !important;
    font-weight: bold;
    min-height: 200px;
    padding-top: 0px;

}

#become-muse .become-muse-item ol li h3{
    font-size: 20px !important;
    font-weight: bold;
		min-height: 40px;
		line-height: 25px;
}

#become-muse .become-muse-item ol li p{
    font-size: 15px !important;
    font-weight: normal;
}

#become-muse-bg{
	width:100%;
	background-image:url('../images/become-muse.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height:750px;
	margin-top: -30px
}

#more-become-muse {display: none;}

#mdaBtn{
	border:none;
	color:#FFF;
	background-color: transparent;
}

#winning{
	background-color: #E7E6E6;
	padding: 100px 0px 100px 0px;
}



#winning .winning-box{
	min-height: 280px;
}

#winning .winning-box h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	min-height: 45px;
	line-height: 25px;
}

#winning .winning-box p{
	font-size: 15px;
}



#aboutiia{
	background: #EBE9E6;
  padding: 85px 0px 45px 0px;
	overflow: hidden;
}

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

#aboutiia .text-subtitle{
	font-size: 28px !important;
	margin-bottom: 0px !important;
}


.iaabox{
   margin-top: 40px;
	 padding: 5px;

}

.iaabox-inner{
	background-image:url('../images/iaa-box.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto;
	height: 240px;
	padding-top: 8%;
}


h2.bignum{
   font-size: 52px;
	 font-weight: 500;

}

.iaabox .title-sm{
   font-size: 14px;
}


.divider-home {
    background-image: url(../images/divider-home.jpg);
    min-height:200px;
		background-position: center top;
		background-size: 100%;
}



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

}


.maia-statuette {
    background: #FFF;
    position: relative;
    padding: 85px 0px 85px 0px;
		background-image: url(../images/FDA-statuette-background.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

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



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

.star {
			position: absolute;
      background: url('../images/sparkle.png') no-repeat;
      background-size: contain;
      overflow: hidden;
}


.star-1{
	width: 50px;
	height: 34px;
	top: 200px;
  right: 397px;
}
.star-2 {
	width: 83px;
	height: 77px;
	top: 118px;
  right: 450px;
}
.star-3 {
	 width: 74px;
	 height: 70px;
	 top: 245px;
   right: 372px;
}
 .star-4 {
		width: 68px;
		height: 70px;
		top: 376px;
    right: 490px;
	}

	.star-5 {
		 width: 55px;
		 height: 70px;
		 top: 138px;
	   right: 380px;
	 }


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



#statuette .trophy-img {
    max-width: 137px;
    position: absolute;
    top: -130px;
    z-index: 1;
    left: 90px;
}


#featured-juror{
 background: #F1ECE9;
 position: relative;
 padding: 85px 0px 85px 0px;
}




#categories {
    background: #000;
    position: relative;
    padding: 70px 0px 70px 0px;
    background-image: url(../images/categories-top.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

#testimonies{
  position: relative;
	text-align: center;
	background-color: #000 !important;
	padding: 80px 0px 80px 0px;

}

.testimonial-details{
margin-top: 30px;
font-size: 17px;
line-height: 1.45 !important;
}

.testimonial-sender{
font-size: 15px;
 font-style: italic;
}

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

}

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

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

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

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

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

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

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


.section-title-divider{
  margin: 20px 0 50px 0;
}

.section-title-divider img{
  width: 320px;
}




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

.prizes-iaabox{
   margin-top: 10px;
	 padding: 20px;
	 height: 195px;
	 margin-bottom: 10px;
}

.prizes-iaabox .pd{ padding: 10px;}
.prizes-iaabox .desc{ margin-top: 15px;}

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

.title-line{
 height: 3px;
 width: 20%;
 background: -webkit-gradient(left, #F2926B, #A04843, #C789F2) !important;
 background: -webkit-linear-gradient(left, #F2926B, #A04843, #C789F2) !important;
 background: -moz-linear-gradient(to right, #F2926B, #A04843, #C789F2) !important;
 background: -o-linear-gradient(to right, #F2926B, #A04843, #C789F2) !important;
 background: linear-gradient(to right, #F2926B, #A04843, #C789F2) !important;
}


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

.enter-content{
	color: #000;
	margin: auto;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
}



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




#logoblack{
	max-width: 350px;
	width: 100%;
	margin: auto;
}



.aboutopa{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(210, 0, 208, 0.1);
	z-index:-2;
}



#statl{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	max-width: 500px;
}



#statr{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	max-width: 500px;
}


.abouttext{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}


.btn-radius{
  border-radius: 5px;
}

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

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

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

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

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

.btn-main {
	background-color: transparent !important;
	color: #000 !important;
	font-size: 19px !important;
  line-height: 1 !important;
	border: 1px solid #000 !important;
	padding: 15px 35px !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0 !important;
  font-family: 'Proxima-Nova';
}


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


.btn-main-solid {
	background-color: #000 !important;
	color: #FFF !important;
	font-size: 18px !important;
  line-height: 1 !important;
	border: 1px solid #000 !important;
	padding: 12px 34px !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0 !important;
  font-family: 'Proxima-Nova';
}


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


.btn-link-white {
	background-color: transparent;
	color: #FFF;
  font-size: 19px !important;
  line-height: 1 !important;
	border: 1px solid #FFF;
	padding: 15px 35px !important;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 150ms ease-in-out;
}

.btn-link-white:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #FFF;
}
.btn-link-white:hover {
  color: #000 !important;
  background-color: #FFF !important;
}


.btn-submit {
    background-color: transparent !important ;
    border: 1px solid #000 !important;
    color: #000  !important;
		padding: 10px 30px;
}

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


.btn-small {
    background-color: transparent !important ;
    border: 1px solid #000 !important;
    color: #000  !important;
		font-size: 15px !important;
    line-height: 1.1 !important;
		padding: 10px 25px !important;
    text-transform: uppercase;
}

.btn-small:hover, .btn-small:focus, .btn-small:active {
    background-color: #000 !important;
    color: #FFF !important;
}




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



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



a .enterbtn:hover{
    color: #FFF;
		background: #A04843;
}


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

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



a.btn-link{
    color: #000;
		text-align: center;
		border: 1px solid #000;
		padding: 8px 20px;
}



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





@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



.seall:hover{
	-webkit-animation-name: pulse;
 	animation-name: pulse;
}


.enterbtn:hover{
	-webkit-animation-name: pulse;
 	animation-name: pulse;

}


#howtoenter{
	padding: 80px 0px 80px 0px;
	color: #000;
	position: relative;
	overflow: hidden;
	background: #FFF;
	background-image: url(../images/info-top-2.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}


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

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

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


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

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

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




#howtoenter .nav-pills.nav>li>a {
    position: relative;
    display: block;
    padding: 33px 20px;
		color : #000 !important;
		font-size: 17px !important;
}

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


#howtoenter .tab-content .tab-pane {
	  padding: 30px !important;
    color: #000 !important;
    text-align: left;
}


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

#howtoenter .step-box{
	margin-left: 20px;
}

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


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


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


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


#design-of-year{
	background-image:url('../images/FDA-DOTY-Background.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 580px;
  padding: 110px 0px 85px 0px;
}


#why-french-design{
	padding: 85px 0px 85px 0px;
	position: relative;
	overflow: hidden;
	background: #ECEAE7;
}



#why-french-design ol{
	margin-top: 20px;
  list-style: none !important;
  padding-inline-start: 10px !important;
}

#why-french-design ol li{
	min-height: 230px;
	padding-top:10px;
  padding-right: 40px;
}

#why-french-design ol li h3{
  color:#A04843;
  font-size: 20px !important;
  font-weight: 800 !important;
}

#why-french-design ol li .divider img {
    max-width: 80% !important;
}


#why-french-design ol li .content, #why-french-design ol li p  {
    font-size: 17px !important;
		font-weight: normal;
    margin-top: 10px;
    line-height: 1.55 !important;
}



.why-row{padding:0;}



.howtoenter-how{
	font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;

}



.partners-info{
	padding: 30px 0px 80px 0px;
	position: relative;
}

.number-br{
	border-right:1px solid #000;
}

.number-box{
	margin-top: 20px;
	 padding: 10px 0px 45px 0px;
}


.number-box h2.bignum{
   font-size: 48px;
	 font-weight: 500;
	 margin-top: 20px !important;
	 color:#000 !important;
   margin-top: 20px !important;

}

.number-box .title-sm{
   font-size: 14px;
	  color:#000 !important;
	 letter-spacing: 2px;
}

.tbl-benefits {
    border:1px solid #000 !important;
}

.tbl-benefits td{
    border:1px solid #000 !important;
		padding: 20px 15px !important;
}



.defcolor{
	color: #A04843 !important;
}

.defcolordark{
  color:#0C315C !important;
}

.defcolorblue{
	color: #2D6BB3 !important;
}

.text-gradient{
	background: -webkit-linear-gradient(left,#F2E9E2 0%, #D2B69D 50%, #CCA286 65%);
  background: linear-gradient(left,#F2E9E2 0%, #D2B69D 50%, #CCA286 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-short{
	background: -webkit-linear-gradient(left,#F2E9E2 0%, #D2B69D 10%, #CCA286 20%);
  background: linear-gradient(left,#F2E9E2 0%, #D2B69D 10%, #CCA286 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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



.pointer:hover{
	cursor: pointer !important;
}


#thegallery{
	position: relative;
	background-color: #FFF;
	padding: 80px 0px 80px 0px;
	background-image: url(../images/winners-top.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#feature-gallery {
  background: #F1ECE9 !important;
  padding-top: 80px;
}

#thefees{
  background-color: #D1B49A;
 	padding: 85px 0px;
	position: relative;
}

#thefees .tbl-category{
  border: none !important;
}

#the-fees-gallery{
  background-image:url('../images/FDA-parallax-image.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px;
}

#thePrizes{
 background-color: #000;
 padding: 70px 0px 80px 0px;
 background-image: url(../images/prizes-bottom.png);
 background-position: bottom center;
 background-size: 100%;
 background-repeat: no-repeat;
}



#submission{
	background-color: #A04843;
	padding: 85px 0px 85px 0px;
  position: relative;
}

#submission .step-box {
  background-image:url('../images/deadline-box.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto 15px;
	height: 350px;
  text-align: center;
  padding: 25px 20px 0 20px;
}

#submission .step-box .h3{
    font-size: 20px;
    margin-bottom: 9px !important;
    font-weight: 800 !important;
}

#submission .step-box p{
  margin-top: 18px !important;
}

#submission .step-box .divider img{
  max-width: 120px !important;
  margin: auto;
}



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

}



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



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

}



.grid{
	margin-bottom: 0px;
}

.grid img{
		border-radius: 20px;
}

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

.grid-content .grid-title a{
	font-size: 16px !important;
	color : # !important;
}

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


#thecategory{
  background-color: #000;
  padding: 85px 0px 85px 0px;
	position: relative;
}

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



.column.two {
  float: left;
  width: 50%;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	text-align: center;
	padding: 8px 0px 8px 0px;
}

.column.three {
  float: left;
  width: 33.3333333%;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
  border-bottom:1px solid #FFF;
	text-align: center;
	padding: 8px 0px 8px 0px;
}

.column.four {
  float: left;
  width: 25%;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
  border-bottom:1px solid #FFF;
	text-align: center;
	padding: 8px 0px 8px 0px;
}

.column.five {
  float: left;
  width: 20%;
	border: 1px solid #7A7A7A;
	text-align: center;
	padding: 8px 0px 3px 0px;
}

.column a{
	color:#FFF;
	font-size: 18px;
}

.column a:hover{
	color:#FFF;
}

/* Clear floats after the columns */
.row.table:after {
  content: "";
  display: table;
  clear: both;

}

.row.table{
	margin:0px;
}


#thesubcategory{
  padding: 85px 0 85px 0;
  background-color: #FFFF;
}

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


#category-fees{
  background-color: #ECEAE7;
 	padding: 85px 0 85px 0;
	position: relative;
}


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

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

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



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

.tbl-category th{
	font-weight: normal;
}

.tbl-category td, .tbl-category th {
  padding:15px 18px;
	color : #000;
}

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


#category-benefits{
  background-color: #D1B49A;
 	padding: 85px 0 85px 0;
	position: relative;
}


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

.table-border th {
    border: 1px solid #444;
    padding: 12px 28px;
    font-size: 19px;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

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

#benefits{
  background-color: #EDE9E7;
 	padding: 170px 0 85px 0;
	position: relative;
  background-image: url(../images/Winner-Benefits.jpg);
	background-position: center top;
  background-size: 100% auto;
	background-repeat: no-repeat;
}


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

.table-border th {
    border: 1px solid #444;
    padding: 12px 28px;
    font-size: 19px;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

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



a.main{
  padding:10px 0;
}


.ekko-lightbox.modal{
	z-index: 9999 !important;
}

#successModal{
		z-index: 9999 !important;
}

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

.modal-dialog{
	width: 95% !important;
	max-width: 1000px !important;
	max-height: auto !important;
}


#featuringModal .modal-dialog{
  width: 660px !important;
  max-width: 660px !important;
}

#featuringModal .modal-dialog .modal-title{
    margin-top: 0px !important;
    font-size: 28px;
    font-family: 'Modesfa' !important
}

#featuringModal .modal-body{
    padding: 30px 40px !important;
}

#featuringModal .modal-body p{
  font-size: 17px !important;
}




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


/*Action*/

#action{
	background: #A04843;
	padding: 85px 0px 120px 0px;
	position: relative;
}

/*Sign Up*/

#signup{
	background: #D1B49A;
	 padding: 80px 15px 80px 15px;
}




/*Footer*/

.footer-divider{
	background-image: url(../images/mda-footer-top.png);
	background-position: center top;
  background-size: 100% auto;
	background-repeat: no-repeat;
}


#footer{
  background-color: #000;
  overflow: hidden;
	padding: 60px 0px 55px 0px;
	color: #fff;
}


#footer hr {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #444;
}

.social-icon{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;

}



.social-icon li{
	float: left;
	padding: 5px;
	font-weight: bold;
}



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



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



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

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


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

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

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

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

.flogo {
    width: 230px;
    position: absolute;
    top: -15px;
    left: 41.5%;
}

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



.copyright a{
	color: #fff;
}



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



.copyright p{
	margin: 0px;
}



.signupinput{
	background-color: #FFF;
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 10px 8px;
	margin: 10px auto 15px auto;
	text-align: center;
}




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



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



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



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



/*benefit*/

#benefit{
background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/gradient_bg.jpg');
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	color: #bcbec0;
}





.more_benefit_before{
	margin-top: 35px;
	margin-bottom: 15px;
}


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

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




/*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: 16px;
	color: #939598;
}



.affliate-tb .div_td_sm{
	border: 1px solid #A0A0A0;
	padding: 35px 25px;
}




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:0px;
}

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

/* 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: # !important;
			background: transparent;
}

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

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

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

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



/* 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:hover {
      color: #000;
}


p.accordion-howtoenter {
    background: transparent;
		border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    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 #444;
}

/* 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:hover {
    color: #FFF !important;
    background: #A04843 !important;
}

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


/* 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: 4000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

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


/*login-register*/


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

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

 .orders{
   font-size: 16px;
 }

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

 a.order-code{
   color:#A04843;
   font-size: 19px;
   font-weight: bold;
 }

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

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



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


.no-deco{
	text-decoration: none;
}

.no-deco:hover{
	text-decoration: none;
}



.loginlink2 li{

	float: left;

}



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



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



.bigoption{
	color: #FFF;
	font-size: 19px;
	margin: 0;
  padding:14px 15px;
	background-color:#C1C1C1;
}



.bigoption:hover{
	color: #FFF;
	background-color:#999999;
}



.bigoption.active{
	color: #FFFFFF;
	background: #A04843 !important;
}



.smalloption{
	font-size: 12px;
	letter-spacing: 1;
	margin: 0;
	color: #BCBCBC;
}



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



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


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

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


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

.login-compulsary{
	font-size: 16px;
	letter-spacing: 2px;

}

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


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

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

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

select.logininput{
 padding: 15px;
}

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

}

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

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

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

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


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

}



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

}



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



.logininput:-ms-input-placeholder {

   text-align: center;

}

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

.required{
	position: absolute;
	color: #ee4036;
	top: 5px;
	right: 10px;
}



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

.link-box a{
  color: #A04843;
}

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

/* 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: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
	border: 1px solid #000;
  text-transform: uppercase;
}

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

}

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

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

}

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

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


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


.paybtn{
  background: #A04843 !important;
	color:#FFF;
	padding: 7px 25px !important;
	font-size: 18px;
  border: 1px solid #A04843 !important;
  line-height: 1.1 !important;
}

a.paybtn{
  padding: 9px 28px !important;
}

.paybtn:hover{
  color : #FFF!important;
}

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

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

}



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


.atc{
  background: #A04843 !important;
	color: #fff;
	width: 100%;
	max-width: 500px;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	border:none;
  text-transform: uppercase;
}

.loginoption div{
		padding: 0px;
}

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


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



#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 #ccc;
  margin-top: 1.625rem;
  width:100%
}

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


.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 {
  padding: 20px 0;
  position: relative;
  width:100%;
}

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

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

.basket-action a:hover, a.action:hover, .basket-action a:focus, a.action:focus{
  color:#A04843 !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;
}

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

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


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



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

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

}

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

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

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


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

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

.btn.form-check-label{
  font-size: 17px !important;
}

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

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

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

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

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

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

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

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

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


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

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

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


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





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

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

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

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #000;
}

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

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

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

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

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


#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 #ccc;
}
#imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
#imgChange {
	background: #A04843;
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#imgChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}


.imgArea {
	display: inline-block;
	margin: 0 auto;
	width: 300px;
	height: 210px;
	position: relative;
	background-color: #eee;
	font-size: 17px;
  border: 1px solid #ccc;
}
.imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
.imgChange {
	background: rgba(160, 72, 72, 0.65);
	bottom: 0;
	color: #FFF;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.imgChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

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



/*Judge*/
#judge-entry-desc .h4{
	font-family: 'Proxima-Nova' !important;
	font-size: 17px !important;
  line-height: 1.55 !important;
}

#judge-entry-desc h3{
	font-family: 'Proxima-Nova' !important;
	font-size: 20px !important;
}

.container.container-full{
 width: 100%!important;
 padding-left: 0px!important;
 padding-right: 0px!important;
}

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

.section-page{
		padding-bottom: 30px;
}

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

.evaluate-bg{
  background: #000;
}



.evaluate-bg h3, .evaluate-bg h4{
  background: -webkit-linear-gradient(left,#F2E9E2 0%, #D2B69D 50%, #CCA286 65%);
    background: linear-gradient(left,#F2E9E2 0%, #D2B69D 50%, #CCA286 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

label{
  font-weight: normal;
}

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

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

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

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

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


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

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

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

.judge-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #231F20;
  height:15px;
  width:15px;
  border-radius: 15px;
  background: #231F20;
  cursor: pointer;
  margin-top: 0; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */

}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background:#231F20;
    border: 1px solid #231F20;
    height:15px;
    width:15px;
    border-radius: 15px;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #231F20, 0px 0px 1px #231F20;
  border: 1px solid #231F20;
  height:15px;
  width:15px;
  border-radius: 15px;
  background: #ffffff;
}


.judge-input-score {
    float: right;
    border: 1px solid #E2E2E2;
    width: 25%;
    max-width: 80px;
    margin-top: 2px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.judge-final-score {
    width: 100%;
    margin:30px 0 15px 0;
}

.judge-final-score .text-right{
    font-style: italic;
    font-size: 24px;
}

.judge-comment{
  border-radius: 5px;
  border:0;
  width:100%;
  padding:5px;
}

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

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

#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 #E2E2E2 !important;
}

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

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

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


	.tab-content .tab-pane {
    padding: 30px 25px;
    color: #000;
    text-align: left;
}


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





.tab-pane .owl-carousel .owl-nav button.owl-next, .tab-pane .owl-carousel .owl-nav button.owl-prev {
    padding: 5px!important;
    font-size: 40px;
    font-weight: 700 !important;
    border-radius: 0px !important;
}



.newjudge{
	margin-top: 150px;
	margin-bottom: 50px;
}
.newjudge h6{
	color: #ee4036;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}


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

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



.judge_row.last{
  margin-bottom: 30px;
}

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

.judge_name{
	color: #fff;
	font-size: 30px;
	margin-bottom: 12px;
	line-height: 1;
  font-family: 'Modesfa' !important;
}

.judge_title_company{
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 25px;
	background: -webkit-linear-gradient(left,#B49680 0%, #F5EFE9 10%, #D4B8A0 30%, #CCA488 45%, #DAB9A1 60%);
	background: linear-gradient(left,#B49680 0%, #F5EFE9 10%, #D4B8A0 30%, #CCA488 45%, #DAB9A1 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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



.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{
	background-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;
	cursor: pointer;
}

.judge_social_media > li:hover > a{
	color: #FFF !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.judge_social_media_link{
	color: #;
}






.store_page{
	margin-bottom:80px;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #000;
}
/*media*/
.media-dl{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
}

.media-dl li{
	padding: 5px 11px;
	float: left;
	position: relative;
	font-size: 15px;
}

.media-dl li a{
  color:#A04843;
}

.media-dl li a:hover{
  color:#A04843 !important;
}

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

.margin-auto{
	margin: auto;
}


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

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


.media-cont h3{
  text-transform: uppercase;
  height: 68px;
  color:#A04843;
  font-size: 22px;
  font-weight: 500 !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-col-5{
	width: 20%;
	float: left;
	padding-right: 15px;
    padding-left: 15px;
	position: relative;
}

.store-col-5 .store-choose-cont{
	min-height: 410px;
}

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



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



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



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



.store-input{
	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{
  color:#A04843;

}



.store-top-small{

	font-size: 14px;

}



.store-top-spacing{

	margin-top: 10px;

}



.awardlvl{

	border: 1px solid #fff;

    /*border-radius: 20px;*/

    width: 70%;

    padding: 3px 15px;

    float: left;

    min-height: 30px;

    text-align: center;

    background-color: black;

}



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

}



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





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

}



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


.stat_sample_yy{
		position: absolute;
    top: 161px;
    width: 264px;
    left: 100px;
		text-align: center;
		font-size: 20px;
		height: 28px;
		background-color: #000;
		color: #FFF;
		padding: 0px;
		font-family: 'HelveticaNeueLT';
		line-height: 1.4 !important;
    font-weight: 600;
}

.stat_sample_yy_2023{
		position: absolute;
		top: 146px;
		width: 218px;
		left: 125px;
		text-align: center;
		font-size: 21px;
		height: 34px;
		background-color: #231F20;
		color: #FFF;
		padding: 0px;
		font-family: 'HelveticaNeueLT';
		line-height: 1.4 !important;
}

.stat_sample_text{
    position: absolute;
    top : 205px;
    width: 264px;
    left: 100px;
    text-align: center;
    font-size: 14px;
}

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


.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{
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'Modesfa' !important;
  font-weight: 500!important;
}



.store-read{
	color: #;
}



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

#cert-popup{
	margin: auto;
}



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


/********Winner Package**********/

.package-box{
  border: 1px solid #C4C4C4;
  padding: 50px 40px;
  margin: 0px 15px;
}

.package-box .package-header h2{
  font-family: 'Modesfa' !important;
  line-height: 1.1 !important;
  font-size: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.package-box .package-header h3{
    margin-top: 3px;
    margin-bottom: 30px;
    font-size: 22px;
}

.package-box .package-header .package-price{
 font-family: 'Modesfa' !important;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.package-box .package-container{
  margin-top: 70px;
}

.package-box .package-container .package-item{
  margin-bottom: 20px;
  border-bottom: 1px solid #C4C4C4;
}

.package-box .package-container .package-item.last{
  border-bottom: none !important;
}


.package-box .package-container .package-item .item-name{
  font-weight: 600!important;
  margin-bottom: 10px;
}

.package-box .package-container .package-item .item-description{
  font-size: 15px;
    margin-bottom: 20px;
}

.package-box .package-container .package-item .item-description ul{
  padding-inline-start: 15px !important;
}

ul.package-item {
  padding-inline-start: 15px !important;
  margin-top: 10px;
}

ul.package-item li{
  font-size: 16px !important;
}

ul.package-item li.text-sm{
  font-size: 15px !important;
}


.package-box .btn-package {
    background-color: #A04843  !important ;
    border: 1px solid #A04843  !important;
    color: #FFF  !important;
		font-size: 19px !important;
    line-height: 1.1 !important;
		padding: 12px 44px !important;
    text-transform: uppercase;
}

.package-box .btn-package:hover, .package-box .btn-package:focus, .package-box .btn-package:active {
    background-color: #A04843  !important;
    color: #FFF !important;
}


/*winner.php*/

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

.win-search{
	list-style-type: none;
	padding-left: 0px;
	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: #000;
	min-width: 80px;
	border: 1px solid #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-submit:hover, .win-form-submit:focus{
	background-color: #000;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.win-form-type{
  color:#A04843;
}

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

.win-2017-logo{
	position: absolute;
	top: 0;
	right: 10px;
}

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

.product-list-pagination{
	list-style-type: none;
	padding-left: none;
	display: inline-block;
}

.product-list-pagination li{
	float: left;
	padding: 10px;
	font-size: 22px;
}

.product-list-pagination .active a{
	color: black;
}

.product-list-pagination li a{
	color: #939597;
}

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

}



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



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


#winsearchico{
	position: absolute;
	right: 10px;
	z-index: -1;
	top: 10px;
}

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



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


.winner-info-cont{
	background-color: #f7f8f8;
	padding: 15px;
	padding-top: 0px;
	min-height: 350px;
	position: relative;
	margin-bottom: 25px;
  line-height: 1.45!important;
}

.winner-info-cont.long{
	min-height: 380px;
}

.winner-cont-left{
	  float: left;
    width: 68%;
}


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


.artwork-name{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #231f20;
  font-weight: bold;
  width: 100%;
}



.artwork-name a{
	font-size: 17px;
	line-height: 1.1;
	color: #231f20;
  font-weight: bold;

}



.artwork-name a:hover, .artwork-name a:focus{
	text-decoration: none;
	color: #A04843;
	-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 #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;
	display: block;
	width: 46%;
	text-align: center !important;
}



.winner-button li:hover{
	background-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;
	color:#FFF !important;
}

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

.winner-button li a{
	color: #000;
	font-size: 14px;

}

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


.winner-button li:not(:first-child):hover{
	background-color: #000;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}


.winner-social{
	position: absolute;
	right: 15px;
	bottom: 8px;
	list-style-type: none;
}



.winner-social li{
	float: left;
	padding: 5px 0px;
	margin-left: 4px;
 -webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
  background-color: transparent;
  border : 1px solid #000;
  text-align: center;
  width: 36px;
  height: 36px;
}

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



.winner-social li:hover{
	-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: #000 !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

/*winner_info*/

.winner_info_cont{
  	background-color: #fff;
    padding-bottom: 50px;
    border: 1px solid #CECEBF;
}



.winner_row_1{
	padding: 0px 25px;
	border-bottom: 1px solid #CECEBF;
	padding-bottom: 10px;
}



.winner_info_art_name{
	color:black;
	font-size: 29px;
	margin-top: 25px;
	margin-bottom: 25px;
  font-family: 'Modesfa' !important;
  line-height: 1.1 !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;
	font-size: 18px;

}



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



.winner_row_2{
	padding: 15px 25px;
}



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



.credit_name{
	padding: 0px 40px;
	font-size: 18px;
}



.credit_table{
	padding: 0px 25px;
}





.extra_info_row{
	padding: 5px 25px;
	color: #939597;
	font-size: 18px;
}

.credit-row{
	display: table;
	width: 100%;
}


.winner-credit-row{

	font-size: 18px;
	border-top:1px solid #EAEAEA;
	margin-right: 10px !important;
  margin-left: 10px !important;
}

.winner_info_title{
	padding: 10px 0px;
	color: #939597;
}

.winner_info_extra_name{
	padding: 10px 0px;
	color : #303030;
}



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



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



.share-ul li{
	float: left;
}



.share-ul li{
	padding: 5px 8px;
	border: 1px solid #;
	color: #;
	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: #;
	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;

}



.winner_info_bg_section{

	background-color: #f5f5f5;

    margin-top: -30px;

    padding-top: 30px;

    margin-bottom: -30px;

    padding-bottom: 30px;

}



.website-row{

	/*margin-top: 50px;*/

	padding-top: 30px;

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

}



.winner_info_section_seperator{

	margin-top: 50px;

	width: 100%;

	height: 1px;

	background-color: 	#CECEBF;

}







.winner-thumbnail{

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

}



.winner-info-cont{
	background-color: #F7F7F8;
	padding: 15px;
	padding-top: 0px;
	min-height: 350px;
	position: relative;
	margin-bottom: 25px;

}

.winner-info-cont.long{
	min-height: 380px;
}


.winner_box_bg{
	background-color: #000;
}


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



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


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

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



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

}





.winner-social li:not(:first-child):hover{
	background-color: transparent;
	color: #000 !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}



.winner-social li:hover .winglobe{
  background-color: transparent;
	color: #000 !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}



.winner-entertype{
	float: left;
	padding: 5px 10px;
  background: -webkit-linear-gradient(left,#F2E9E2 0%, #D2B69D 50%, #CCA286 65%);
    background: linear-gradient(left,#F2E9E2 0%, #D2B69D 50%, #CCA286 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 15px;
	width: 37%;
	position: relative;
}



.winner-country {
	  float: left;
	  color: #FFF;
    text-align: right;
    background: -webkit-linear-gradient(left,#F2E9E2 0%, #D2B69D 50%, #CCA286 65%);
      background: linear-gradient(left,#F2E9E2 0%, #D2B69D 50%, #CCA286 65%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
		font-size: 15px;
		padding: 5px 10px;
		width: 63%;
		position: relative;
}





.winner_box_top{
	padding:0px;
}




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



.media-entertype-bar{
	padding: 10px 0px;
	background: #000 !important;
	font-size: 14px;
	color:#FFF;
}


.media-country {
    width: 50%;
    padding: 6px;
    color: #FFF;
    text-align: right;
    background-color: #19345B;
		font-size: 15px;
		float:left;
		position: relative;
}


.media-date {
    color: #000;
		font-size: 15px;
		margin-top: 10px;
    margin-bottom:  8px;
}

.media-title{

}
.media-title a{
	color: #A04843 !important;
	font-size: 17px;
	line-height: 1.4;
	margin-top: 8px;
}

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

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

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

.media-link:hover{
  background-color: #000;
	color: #FFF !important;
}


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


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

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

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

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

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


.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{
	border: 1px solid #000;
  color:#000;
	font-size: 16px;
	padding: 5px 15px;
  text-transform:uppercase;
}

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

.interview-entertype-bar{
	padding: 10px 0px;
	background-color: #2F585C;
	font-size: 16px;
	color: #FFF !important;
}

.interview-entertype-bar a{
	font-size: 22px;
	line-height: 1.1;
	color: #FFF !important;
	font-family: 'Abenda' !important;
  text-transform: uppercase;
}

.interview-container{
	padding: 0px;
	display: block;
	position: relative;
}

.interview-container .interview-cover{
background-color: black;
position: relative;
display: block;
}

.interview-container .interview-cover img{
	opacity: 0.4;
}

.interview-profile{
	position: absolute;
	top:-300px;
}

.interview-profile-img{
	position: absolute;
	bottom: -160px;
	margin-left: 8%;
}
.interview-container .interview-profile-img img{
    width: 460px;
}

.interview-profile-info{
		margin-top: -65px;
}


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

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

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


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


.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: 8px 0px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border: 1px solid #000;
   display: inline-block;
	-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 : #000 !important;
  font-size: 20px;
}


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

}


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


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


p.accordion.interview .number{
	color: #A04843;
	font-family: 'Modesfa' !important;
	font-size: 30px;
	line-height: 0.8 !important;
	padding: 0 12px;
	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;
}

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

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




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


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

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

.pagination > li > a, .pagination > li > span{
  color:#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;
}

.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: 9999;
	overflow: auto;
}

.popupclose{
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.popupcontent{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-top: 10%;
	overflow: auto;
	background-color: #fff;
	padding: 40px 20px;
	z-index: 1;
	position: relative;

}

#closebtn{
	position: absolute;
	top: 10px;
	right: 10px;
}

#closebtn:hover{
	cursor: pointer;
}

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

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

.gallery-highlight{
  background-color: #FFF;
  margin-bottom:45px;
  padding-left:0px !important;
  padding-right: 0px !important;
  overflow:hidden;
}

.gallery-thumbnail{
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	border-top-left-radius: 80px;
	z-index: 99;
}

.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(242, 148, 104, 0.5), rgba(243, 125, 135, 0.5), rgba(197, 138, 246, 0.5) 100% );
		z-index: 999;
		border-top-left-radius: 80px;
}

.gallery-highlight a:hover .overlay{
  opacity: 1 !important;
}


.gallery-info{
  min-height: 80px;
	background-color: #000;
}

.gallery-content{
  width: 75%;
	float: left;
	padding: 15px 10px;
}

.gallery-more{
  width: 80px;
	float: left;
	background-color: #FFDE00;
	height: 80px;
	position: relative;
  overflow: hidden;
	float: right;
}

.gallery-more > .circle {
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: -80px;
	right: 0px;
	border-radius: 50%;
	background: -webkit-gradient(left, #F2916B, #F07B92, #CA88EA) !important;
  background: -webkit-linear-gradient(left, #F2916B, #F07B92, #CA88EA) !important;
  background: -moz-linear-gradient(to right, #F2916B, #F07B92, #CA88EA) !important;
  background: -o-linear-gradient(to right, #F2916B, #F07B92, #CA88EA) !important;
  background: linear-gradient(to right, #F2916B, #F07B92, #CA88EA) !important;
}

.gallery-more > .circle:hover {
    background: #FFDE00;
    background: -webkit-linear-gradient(left, #F2916B, #F07B92, #CA88EA) !important;
    background: -moz-linear-gradient(to right, #F2916B, #F07B92, #CA88EA) !important;
    background: -o-linear-gradient(to right, #F2916B, #F07B92, #CA88EA) !important;
    background: linear-gradient(to right, #F2916B, #F07B92, #CA88EA) !important;
}

.gallery-info .gallery-title a{
  color:#FFF;
}

.gallery-info .gallery-title a:hover{
text-decoration: none;
}



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

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


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

.gallery-highlight .gallery-more a{
  color:#FFF !important;
	line-height: 1.1 !important;
}

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


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


}
.project{
	position:relative;
	text-align:center;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	max-height:350px;
}

.five .project{
	width:19.97%;
	float:left;
}

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

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

.five > .project img{
	width:100%;
	height:250px !important;
}

.four .project img{
	width:100%;
	height:280px;
}


.project img{
	width:100%;
	height:265px;
}

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

.project .hover{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	background: rgba(160, 72, 72, 0.65);
	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: 22px !important;
	margin-top: 0px !important;

}

.project .new {
    background-color: #FFDF00;
    font-size: 16px !important;
    color: #000;
    padding: 3px 8px;
    font-family: 'Proxima-Nova' !important;
}

.project .hover-inner{
	position:relative;
	top:25%;
	margin-top: -30px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

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



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

.project li{
	display:inline-block;
}



#filters{
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
}

#filters li {
    padding: 0;
    display: inline-block;
    margin: 10px 22px;
}

#filters li a{
  color:#FFF;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2px;
  /*font-size: 15px;*/
}

#filters li a:hover{
  color:#FBC406;
  text-decoration: none;
}
#filters .selected{
    text-decoration: none;
    position: relative;
    color:#FBC406;
}

#filters a.selected:after{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color:#FBC406;
}



.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


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

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

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

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

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

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

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

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

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


.filter-ul {
  list-style-type: none;
  margin: 35px 0;
  padding: 0;
  overflow: hidden;
	display: inline-block;
	max-width: 1300px;
}

.filter-ul li:first-child {
  float: left;
	border-left: 0px solid #949599;
}

.filter-ul li {
  float: left;
	border-left: 1px solid #949599;
}

.filter-ul li a {
  display: block;
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
	color: #949599;
	cursor: pointer;
}

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

}

.note {
    font-size: 15px;
    color: #000;
    line-height: 16px;
}

.qq-gallery .qq-upload-button{
	background: # !important;
}

.dataTables_wrapper{
	font-size: 14px !important;
}
.dataTables_wrapper .dataTables_filter input{
	border: 1px solid #E2E2E2 !important;
	padding: 5px 8px !important;
}


.dt-buttons{
	margin-bottom: 20px;
}

.dataTables_wrapper .dt-buttons button{
  border-radius: 0px !important;
    border-width: thin !important;

}

.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: #A04843 !important;
		border-color: #A9ABAE;
		color:#FFF;
}

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

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

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



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

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


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

#link-nominate{
	cursor:pointer;
}

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

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

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


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

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

}


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


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

.quick-link li a{
 color:#A04843 !important;
 	padding: 0px 5px 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;
}


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

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




@media(min-width: 768px){

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

 }





 .video-overlay{
	 right: 60%;
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 -webkit-transform-origin: 0 0;
	 -ms-transform-origin: 0 0;
	 transform-origin: 0 0;
	 -webkit-transform: skewX(15deg);
	 -ms-transform:  skewX(15deg);
	 transform:  skewX(15deg);
	 z-index: 1;
 }



 .video-text{
	 text-align: center;
	 font-size: 28px;
	 letter-spacing: 8px;
 }



 #myCarousel{
	 max-width: 100%;
	 padding:0;
 }



 .video-ex{
	 height: 850px;
	 background-image: none !important;
 }


 .carousel-indicators li{
	 margin-right: 8px;
 }



 .video-detail{
	 position: absolute;
	 bottom: 50px;
	 right: 100px;
	 text-align: right;
 }



 .video-highlight{
	 position: absolute;
	 top: 50px;
	 right: 100px;
	 text-align: right;
 }


 #howtoenter_bg{
	 background-size: 1600px;
 }

	.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.jpg');
		background-position: bottom left;
		background-size: 45% auto;
		background-repeat:no-repeat;
		max-width: 1000px;
		min-height: 450px;
	}

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

	.cert_sample_text{
    width:95%;
		position: absolute;
    top: 406px;
    left: 15px;
    text-align: center;
    font-size: 16px;
	}

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

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

	.winner_info_video{
		height: 550px !important;
	}



	.winner_website{
		height: 550px !important;
	}


}




	.footerbot{
		position: relative;
	}

	#logobottom{
		position: initial;
	}



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


	.winner_info_video{
		height: 750px !important;
	}

  .winner_website{
		height: 750px !important;
	}

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

	.video-overlay{
		right: 70%;
	}


	.video-text{
		z-index: 2;
		position: absolute;
		top: 150px;
		text-align: left;
		font-size: 32px;
		letter-spacing: 10px;
		line-height: 1.2;
	}



	#myCarousel{
		width: 100%;
	}


	.benefit{
		margin-left: 33%;
	}


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

	.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%;
 			height: 100%;
	    z-index: 1;
	}


	.judge_social_media > li{
		float: left;
		color: #000;
		padding: 4px 0px;
		margin-right: 12px;
		margin-bottom: 12px;
    border: 1px solid #FFF;
    text-align: center;
		width: 36px;
		height: 36px;
    background: #FCF3ED;
 }

	.judge_social_media > li a{
				text-align: center;
				color: #000 !important;
        line-height: 1 !important;
			}

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

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



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

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

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

	.win-search li:nth-child(1){

		border-right: 1px solid #DDDDDD;
	}
	.win-search li:nth-child(2){
		border-right: 1px solid #DDDDDD;
	}
	.win-search li:nth-child(3){
		border-right: 1px solid #DDDDDD;
	}
	.win-search li{
		width: 20%;
		padding: 35px 25px;
	}

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

	.winner-thumbnail{
		height: 230px;
	}

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

		.winner_info_video{
			height: 750px !important;
		}

		.winner_website{
			height: 750px !important;
		}

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

	#howtoenter_bg{
		background-size: 1800px;
	}

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

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



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

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



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

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


}

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

}

@media(max-width: 1520px){
	.winner-container{
		max-width: 95%;
	}

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

}

@media(max-width: 1200px){
  .store-right{
		padding: 15px;
	}

  .date-box h2 {
    padding-top: 48px !important;
  }

  .awards-deadline .date-box {
    margin: auto 8px;
  }

  .header-logo.right-line, .header-logo.left-line{
    display: none;
  }

  .navbar-nav>li>a{
    padding: 6px 16px !important;
  }

  .navbar-nav > li {
    font-size: 17px !important;
  }

}




@media(max-width: 992px){

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

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

	#statl{
		z-index:-1;
	}

	#statr{
		z-index:-1;
	}

	#logobottom{
		text-align: center;
	}

	.copyright{
		margin-top: 30px;
	}

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

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

  .judge_row.first{
    margin-top: 20px;
  }

  .judge_row.last{
    margin-bottom: 10px;
  }

	.judge_right{
		margin-top: 0px;
		margin-bottom: 40px;
	}



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

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

}




/*Pad and iPad pro */
@media only screen and (min-width: 768px) and (max-width: 1024px)  {

  body {
    font-size: 17px !important;
    line-height: 1.60 !important;
  }

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

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

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

  .navbar-nav > li {
    font-size: 15px !important;
  }

  .header-logo.left-line, .header-logo.right-line{
    display: none !important;
  }

  #logo {
    max-height: 45px;
  }

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

  .section-title-divider {
    margin: 15px 0 30px 0;
  }

  .section-title-divider img {
    width: 265px;
  }

  .btn-main {
    font-size: 18px !important;
    padding: 12px 32px !important;
  }

  #bannertextcontainer .entry-text {
    font-size: 24px;
  }

  .awards-deadline .date-box {
    margin: auto 3px;
    height: 250px;
  }

  .awards-deadline .date-box h2 {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 38px !important;
    margin-bottom: 5px !important;
  }

  .testimonial-details{
    font-size: 16px;
    line-height: 1.40 !important;
  }

  .judge_name {
    font-size: 26px;
    margin-bottom: 10px;
  }

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

  .iaabox{
    padding: 0px !important;
    margin-top: 20px
  }

  h2.bignum {
    font-size: 42px;
    font-weight: 500;
  }

  .iaabox-inner{
    padding-top: 3% !important;
    height: 180px;
  }

  .iaabox .title-sm {
    font-size: 13px;
  }


 #design-awards-theme span {
    font-size: 22px;
  }

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

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

  #benefits{
    background-image: none !important;
  }

  .flogo {
    width: 200px;
    left: 39%;
 }

  .footer-logo .left-line, .footer-logo .right-line {
    width: 35%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  and (orientation : portrait) {
  .awards-deadline .date-box {
    margin: auto 3px;
    height: 380px;
  }

  .awards-deadline .date-box h2 {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 90px !important;
   }
}


@media(max-width: 768px){

	body{
		font-size: 16px !important;
    line-height: 1.55 !important;
	}

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

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

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



	.navbar-collapse.collapse.in {
		background-color: #000;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 25%);
	}

  .navbar-brand{
    top:3px;
    width: auto;
  }


  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 10px !important;
  }

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

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

  .navbar-left{
    padding-left: 160px !important
  }


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

	#logo {
	    max-height: 44px;
			margin-top: 2px;
	}

  .header-logo.left-line{
    border-bottom:none !important;
  	display:none;
  }

  .header-logo.right-line{
  	border-bottom:none !important;
  	display:none;
  }

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

  .sticky .navbar .navbar-nav {
    margin-top: 10px !important;
  }

  .btn-main, .btn-link-white {
  	font-size: 16px !important;
  	padding: 8px 10px !important;
 }



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

	.logo-container{
		padding: 5px 5px;

	}

	.sticky#mynavbar .logo-shine {
    padding: 6px 15px;
  }

	.logo-shine .logo-program {
    font-size: 14px !important;
    line-height: 1.1 !important;
		padding-left: 8px !important;
    margin-top: 2px !important;
 }

 .section-title-divider {
   margin: 15px 0 40px 0;
 }

 .section-title-divider img{
    width: 250px;
 }


	.my-nav-button{
		float: right;
	}

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

	#howtoenter .owl-item{
		padding: 30px 25px;
		padding-top: 20px;
	}

	#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: #FDCD00; /* Old browsers */
	}


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


 .french-design {
     padding: 70px 0px 50px 0px;
 }

 .french-design .about-content {
    padding: 0px;
  }

  .design-categories {
      padding: 50px 0px 50px 0px;
  }

  .category-item .category-title.large {
      margin-top: 180px;
  }

  .category-item{
    padding: 25px;
  }

  .awards-deadline {
    position: relative;
    background: #A04843;
    padding: 50px 0px 50px 0px;
  }

  .awards-deadline .date-box{
    height: 330px !important;
  }

  #featured-juror{
    padding: 50px 0px 50px 0px;
  }

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

 #aboutiia {
    background: #EBE9E6;
    padding: 50px 0px 45px 0px;
    overflow: hidden;
  }

  #aboutiia h2.bignum{
    margin-top: 30px !important;
  }

  #aboutiia .iaabox-inner{
    height: 220px;
  }

  #action {
    background: #A04843;
    padding: 50px 0px 60px 0px
  }

  #action .h2{
    font-size: 26px !important;
    margin-bottom: 20px !important;
  }

    #action .h3{
      font-size: 19px !important;
    }

    #action .h3.mb-lg{
      margin-bottom: 30px !important;
    }

    #signup {
      background: #D1B49A;
      padding: 50px 15px 50px 15px;
   }

   #footer .text-right{
     text-align: center;
     margin-top: 20px;
   }

   .footer-logo .left-line, .footer-logo .right-line {
     width: 25%;
   }

   #footer .copyright{
     text-align: center;
   }

   .flogo {
    width: 200px;
    left: 38%;
   }


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

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

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

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



	#myCarousel{
		position: initial;
	}

	.video-overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: rgba(0,0,0,0.4);
		display: none;
	}



	.video-text{
		padding: 50px 15px;
		font-size: 24px;
		letter-spacing: 5px;
	}


.prizes-iaabox{margin-top: 18px; height: 175px;}
.mobile-row{ padding : 5px 25px}
.prizes-iaabox .pd{ padding: 18px;}
.mt-lg { margin-top: 40px !important;}
.navbar-header {
		padding: 3px 15px;
		width: 100%;
}




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

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

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

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

	.enterbtn2 p{
		font-size: 18px;
	}

	#howtoenter_bg{
		background-size: 1400px 2000px;
	}

	#why-french-design ol {
		margin-top: 30px;
 }

	#why-french-design ol li{
		font-size: 20px !important;
		font-weight: bold;
		min-height: 100px;
		padding-top:10px;
    padding-right: 0px;
    text-align: center;
	}

  #why-french-design ol li h3{
    font-size: 18px !important;
  }

	#why-french-design ol li p {
			font-size: 15px !important;
			font-weight: normal;
	}

 #why-french-design .why-row.mt-md {
   margin-top: 0px !important;
  }

  #why-french-design .why-row.mb-xlg{
    margin-bottom: 40px !important
  }

  #why-french-design ol li .divider img{
    margin: auto;
  }

	#thecategory .trophy-img{
		position: relative;
		max-width: 100%;
		max-height: none;
	}

	#thecategory {
		padding: 45px 0px 60px 0px;
		background-position: bottom left;
    background-size: 220%;
	}


 #thePrizes {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
    background-size: 220% !important;
		background-position: bottom center;
  }

#submission{
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}

#submission .step-box {
    margin-bottom: 20px;
}

#thefees {
    padding-top: 40px;
    padding-bottom: 40px;
}


.prizes-iaabox {
    margin-top: 8px !important;
    height: 175px;
		padding: 0px !important;
}


	.howtoenter-how{
		font-size: 28px;
	}


	.seall{
		padding: 5px 15px;
	}

	.text {
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  }


	#thegallery{
		padding: 45px 0px 60px 0px !important;
	}

	.gallery-content {
    width: 74%;
    float: left;
    padding: 15px 8px;
  }

  .maia-statuette{
    padding: 45px 0px 0px 0px;
    background-image: none;
    background-color: #16170F;
    text-align: center;
	}

  .maia-statuette .trophy {
    max-height: none;
		max-width: 100%;
     position: relative;
		right: 0px !important;
}



.maia-statuette .spacing_50{
  height: 30px;
}







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


	.slidetb .slideth{
		min-height: 100px;
		padding-top: 20px;
		border-top: 1px solid #A9ADAF;
		color: inherit;
		background-color: transparent;
	}



	.slidetb .slidetd{
		min-height: 100px;
		padding-top: 0px;
	}

	.slidetb .bl{
		border-top: 1px solid #A9ADAF;
	}



	.hidden-info{
		display: block;
		margin-bottom: 0px;
	}



	.price-top-small{
		margin-top: 20px;
		margin-bottom: 0px;

	}



	#videocontainer{
		position: relative !important;
	}

	#bannercontainer{
		margin-top: 0px;
		position: relative !important;
	}





	.bannerstat{
		display: none;
	}



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

	.deadline{
		font-size: 16px;
	}


	.m-hide{display:none;}

	#thegallery .container{
	 padding-left: 30px !important;
	 padding-right: 30px !important;
	}

	#thesubcategory{
		padding: 45px 0px;
	}

	.tbl-category td, .tbl-category th {
    padding: 2px 3px;
    font-size: 13px;
    color: #000;
  }

	.tbl-category .text-sm{
		font-size: 11px !important;
	}


	#thePrizes {
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 60px;
		background-size: 100%;
	}

	#submission {
    padding: 60px 0px 45px 0px;
    background-size: 100%;
	}

	.social-icon li{
		text-align: center;
	}

	.logo-bottom{
		max-width: 125px;
		margin: auto;
		margin-bottom: 30px;
	}


	.signupinput{
	 margin: 10px auto 5px auto;
	}


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

	.login_heading{
		font-size: 24px;
	}

	.bigoption{
		font-size: 18px;
		min-height: 45px;
		padding: 10px 5px;
	}

	.judge-onebtn-sm {
		width:50%;
	}

	.cert_sample_text{
		position: absolute;
		bottom: 215px;
		left: 38px;
		text-align: center;
		font-size: 16px;
		font-weight: bolder;
		display: none;
	}

	.store-choose-cont{
		min-height: 400px;
		max-width: 350px;
		margin:auto;
		margin-bottom: 15px;
	}

	.winner_info_video{
		height: 550px !important;
	}



	.winner_website{
		height: 550px !important;
	}


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

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



.top-nav{
	display:none;
}

.real_logo{
	top: 2px;
}

.index_category_main{
	font-size: 14px;
 }

 #awards {
		 background-color: #000;
		 padding: 0px;
		 background-image: url(../images/MUSE-Revolution-mobile.jpg);
		min-height: 550px;
 }


 .five .project {
    width: 50%;
    float: left;
}

.muse-vid {
    width: 100%;
    height: 300px;
}

#bannertextcontainer .entry-text {
    font-size: 19px;
}

#bannertextcontainer {
	 padding: 12px 8px 12px 8px;
}

.gallery-thumbnail {
    height: 265px;
}

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

.arte-theme {
    position: relative;
    background-color: #000;
    padding: 50px 0px 50px 0px;
    padding: 45px 0px 50px 0px !important;
    text-align: center;
    background-image: url(../images/arte-collection-bg-ipad.jpg);
}

#design-of-year{
  min-height: 500px;
  background-attachment: scroll;
  padding: 60px 0px 60px 0px;
}

#why-french-design ol li {
    font-size: 20px !important;
    font-weight: bold;
    min-height: 200px;
    padding-top: 10px;
    padding-right: 0px;
    text-align: left;
}

#why-french-design ol li .divider img {
    max-width: 100% !important;
}

#benefits {
    background-color: #EDE9E7;
    padding: 60px 0 60px 0;
}

#the-fees-gallery {
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    min-height: 480px;
}


}

@media(max-width: 600px){

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



}

@media(max-width: 480px){

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

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

  .h3 {
    font-size: 19px !important;
    line-height: 1.35 !important;
  }

  .h5 {
    font-size: 18px !important;
    line-height: 1.3!important;
  }

  .btn-main, .btn-white{
    font-size: 16px !important;
    padding: 10px 30px !important;
  }



	.my-nav-button {
    margin: 5px;
    border: 1px solid #000 !important;
    border-radius: 10px  !important;
  }

  #navbarcontainer.sticky{
    height: 45px !important;
  }

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

    .sticky #mynavbar .navbar-toggle{
      margin-top: 5px !important;
    }

     .sticky #mynavbar .navbar-brand{
       height: 45px !important;
     }

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



  .logo-img{
    padding-left: 10px;
  }

	.navbar-toggle {
    padding: 9px 10px;
    margin-top: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px;
    border: 1px solid #444 !important;
   }

   .navbar-nav > li {
       font-size: 15px !important;
   }

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

   .nav.navbar-nav.navbar-left{
     margin-bottom: 0px !important;
   }

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

	#thegallery .container{
		padding-left: 10px !important;
    padding-right: 10px !important;
	}

	.gallery-info {
    min-height:60px;
  }

	.gallery-content {
    width: 80%;
    float: left;
    padding: 8px;
  }

	.gallery-thumbnail {
	    height: 245px;
	}

	.gallery-more {
    width: 60px;
    height: 60px;
  }

	.gallery-more > .circle > a>.circle-link {
    width: 60px;
    float: right;
    padding: 20% 5px;
 }

	.gallery-info .gallery-title a {
    font-size: 16px;
  }

  #aboutiia{
    padding: 45px 0px;
  }

	.iaabox {
    margin-top: 15px;
    padding: 15px;
  }

  h2.bignum {
    font-size: 42px;
    font-weight: 600;
  }

  .iaabox-inner{
		height: 190px;
    padding-top:10%;
	}

  .section-title-divider {
    margin: 15px 0 30px 0;
  }

  .section-title-divider img {
    width:80%;
 }

	.arte-theme{
	  padding: 45px 0px 480px 0px !important;
    text-align: center;
    background-image: url(../images/arte-collection-bg-mobile.jpg);
    background-position: center bottom;

	}


  .design-categories {
      padding: 45px 0px 45px 0px;
  }

  .category-item{
    padding: 15px;
  }


  .category-item .category-title {
    font-size: 20px;
    margin-top: 25%;
   }

    .category-item  .category-title.interior{
      font-size: 20px;
      margin-top: 25%;
    }


    .category-item  .category-title.architectural{
      font-size: 20px;
      margin-top: 25%;
    }

    .category-item  .category-title.product{
      font-size: 20px;
      margin-top: 25%;
    }


    .category-item  .category-title.small{
      font-size: 20px;
      margin-top: 25%;
    }

    .category-item  .category-title.medium{
      font-size: 20px;
      margin-top: 25%;
    }

    .category-item  .category-title.large{
      font-size: 20px;
      margin-top: 25%;
    }



  .category-item .category-title.large {
    margin-top: 100px;
 }

 .design-categories .pr-none{
   padding-right: 15px !important;
 }

 .design-categories .pl-none{
   padding-left: 15px !important;
 }

  .awards-deadline{
    padding: 45px 0px 45px 0px !important
  }

  .awards-deadline .date-box{
    height: 350px !important;
  }

  .awards-deadline .date-box h2{
  	padding-top: 75px !important;
  }


	.awards-deadline .date-box h4{
		margin-bottom: 10px !important;
	}

	.awards-deadline .date-box{
		text-align: center;
		margin-bottom: 30px;
	}

	.awards-deadline .countdown-box{
		display: none;
	}

  .entry-highlights{
    padding: 45px 0px;
  }

  #design-awards-theme span{
    font-size: 18px;
  }

  #about-french-design {
    padding: 45px 0px 45px 0px;
  }

  #about-french-design .h3 {
    line-height: 1.55 !important;
    font-size: 17px !important;
  }

  .maia-statuette .container-fluid .col-lg-12{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

	#howtoenter {
	    padding: 45px 0px 45px 0px;
	}

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


	#howtoenter .tab-content .tab-pane{
		text-align: center;
	}

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

	#howtoenter .nav-pills.nav>li>a{
		padding: 15px 0px;
		text-align: center;
	}

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

  #howtoenter .step-box{
  	margin-left: 20px;
  }

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


  #howtoenter .step-title {
      font-size: 16px;
  		font-weight: bold;
      margin-bottom: 10px;
  }

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

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

  .tbl-category td, .tbl-category th{
    font-size: 12px;
    line-height: 1.55 !important;
  }

  .tbl-category th div.defcolor{
    min-height: 38px;
    vertical-align: middle;
  }

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

  #the-fees-gallery {
      background-image: url(../images/FDA-parallax-image-mobile.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      min-height: 350px;
  }

  #benefits {
    background-color: #EDE9E7;
    padding: 40px 0 40px 0;
    background-image: none !important;
  }

  .table-responsive{
    border: 1px solid #444 !important;
  }

  .table-border th {
    padding: 5px 3px;
    font-size: 12px;
 }

  .table-border td {
		padding: 5px 3px;
    font-size: 12px !important;
  }


  #categories {
    padding: 60px 0px 60px 0px;
    background-image: url(../images/categories-top.png);
    background-position: top right;
    background-size: 200%;
}

#testimonies {
    padding: 45px 0px 60px 0px;
    background-position: bottom left;
    background-size: 220%;
}

#design-of-year {
    background-image: url(../images/FDA-DOTY-Background-Mobile.jpg);
    position: relative;
    padding: 45px 0px 45px 0px;
    background-attachment: scroll;
}



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



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


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

#video .text-wrap h2 {
    text-transform: uppercase;
		font-size: 20px;
		color: #FFF;
		margin-bottom: 30px;
}

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

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

  #thegallery{
	  background-position: top right;
    background-repeat: no-repeat;
    background-size: 220%;
  }

	.french-design{
    padding: 65px 0px 40px 0px;
    background-color: #DEDDD8;
		background-position: top center ;
	}



	#why-french-design {
    padding: 45px 0px 45px 0px;
		background-size: 220%;
		background-position: left bottom;
	}

	#why-french-design ol {
    margin-top: 20px;
  }

  #why-french-design .maxw1000{
    padding: 0px !important;
  }

  #why-french-design ol li{
    font-size: 20px !important;
    font-weight: bold;
    min-height: 100px;
    padding-top:10px;
    padding-right: 0px;
    text-align: center;
  }

	#navbarcontainer {
    height: 56px;
  }

	.section-page {
    background-image: url(../images/mda-footer-top.png);
    background-position:bottom left;
    background-size: 220%;
		padding-bottom: 20px;
	}

	#signup {
    background: #F0EEE4;
    padding: 45px 10px 60px 10px;
		background-image: url(../images/mda-footer-top.png);
    background-position: bottom left;
    background-size: 220%;
    background-repeat: no-repeat;
	}

	.four .project img{
		width:100%;
		height:auto !important;
	}
	.mt-xxlg{
		margin-top:80px !important;
	}

  .judge-onebtn-sm {
    width:80%;
  }

	.btn.btn-default{
		padding:3px 5px;
	}

	.imgArea {
		width: 150px;
		height: 105px;
	}

	.smallh1{
		font-size: 24px;
	}

	.bigh2{
		font-size: 30px;
	}


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


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

	.upload-btn-wrapper input[type=file] {
		font-size: 18px;
	}

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

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

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


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

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

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



	.bigoption{
		font-size: 15px;
		padding:10px 1px;
		min-height: 40px;
	}

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

	.partners-info {
    padding: 15px 0px 50px 0px;
    position: relative;
 }

 .number-br{
 	border-right: none !important;
 }

 .number-box {
    margin-top: 8px;
    padding: 10px 0px 20px 0px;
}


.tbl-benefits td {
    padding: 8px !important;
}

#category-fees{
  padding: 45px 0 45px 0;
  text-align: center;
}

#category-benefits {
    padding: 45px 0 45px 0;
}


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

	#video{
		height:190px;
		background-color:#000;
	}


	#video .text-wrap{
		top: 10%;
		left: 18%;
		z-index: 3;

	}

 	#video .text-wrap h2{
			font-size: 18px;
			margin-bottom: 12px;
			margin-top: 12px;
	}

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

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

	#action{
		padding: 45px 0px 45px 0px;
	}

  #action .new-member{
    margin-top: 50px !important;
  }

	#action .h1{
		margin-top: 25px !important;
	}

  #action .mb-lg {
    margin-bottom: 30px !important;
  }

	#action .h5.mb-lg.mt-sm{
		margin-bottom: 30px !important;
		margin-top: 10px !important;
	}

	h2.prizes-title {
		text-align: center;
	}

	.prizes-iaabox .desc{
		text-align: center;
	}

	.title-line{
		margin-left: 35%;
	}

  #featured-juror{
   padding: 50px 0px 60px 0px;
   background-image: url(../images/featured-juror-top.png);
   background-position: top left;
   background-size: 180% auto;
   background-repeat: no-repeat;
  }

  .judge_right {
    padding: 20px 10px 20px 0px;
  }

	.judge_name {
    font-size: 25px;
	}

	.judge_title_company{
		font-size: 17px;
    line-height: 1.3 !important;
	}

	.judge_country {
    font-size: 15px;
	}

	.iaabox .title-sm{
		font-size: 12px;
	}

	.btn-link.full{
		font-size: 16px !important;
	}

	.winner_info_2{
	margin-bottom: 30px;
}

.winner_share{
	width: 100% !important;
	padding: 0px !important;
	float: left;
}

.container-fluid .mobile-row, .container-fluid .row{
	margin-right: 0px !important;
  margin-left: 0px !important;
}

.btn-link-gradient-white, .btn-link-gradient {
	padding: 12px 10px !important;
	font-size: 16px !important;
}

#submission .step-box {
    margin-bottom: 25px;
    height: 330px;
    padding: 20px;
}

#submission .step-box .h3 {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    margin-top: 40px;
}




#footer {
    padding: 60px 0px 60px 0px;
}

}

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