body {
    background:#fbfbfb;
    font-family: "Futura-Book", Arial, Helvetica, Sans-serif;
    color:#424242;
    letter-spacing: 1px;
    font-size: 16px;
}

/*generic*/
img { width: 100%; }
ul { list-style: none; padding: 0; }
a:hover,
a:focus { text-decoration: none; outline: none;  }
.mobileBanner { display: none; }
strong { font-family: "Futura-Book", Arial, Helvetica, Sans-serif; font-weight: 700; }

a {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #424242;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*error*/
.error {
    border: 1px solid #f00 !important;
}

.error::-webkit-input-placeholder{
   color: #e44141;
}

.error:-moz-placeholder.error { /* Firefox 18- */
   color: #e44141;  
}

.error::-moz-placeholder.error {  /* Firefox 19+ */
   color: #e44141;  
}

.error:-ms-input-placeholder.error {  
   color: #e44141;  
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*social buttons*/
.socialButtons a .fa { text-align: center; position: relative; top: 5px; display: block; font-size: 14px; }
.socialButtons a.facebook { color:#5d74a3; }
.socialButtons a.twitter { color:#26b2e7; }
.socialButtons a.linkedin { color:#268aba; }
.socialButtons a.gplus { color:#da6457; }

/*header*/
header {
    width: 100%;
    background: #ffffff;
    border-bottom: 2px solid #dfdfdf;
}

header .top {
    width: 100%;
    height: 25px;
    background: #fbfbfb;
}

header .top .socialbuttons {
    margin: 0 50px;
    margin-right: -35px;
}

header .top .socialbuttons a { margin: 3px 10px; display: inline-block; }

header .top .socialbuttons img { width: 75%; }

.navbar {
    margin: 0;
    min-height: auto !important;
    border-radius: 0;
    clear: both;
    padding: 5px 0;
}

#navbar { padding: 0; text-align: center; }

.navbar-brand { height: auto; padding-left: 0; }

.navbar-brand img {max-width: 100%;}

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

.navbar-nav {
    padding: 2% 0;
}

.navbar-nav > li > a {
    font-size: 14px;
    color: #424242;
    padding-left: 0;
    padding-right: 0;
    margin: 0 15px;
}

.navbar-nav > li > a:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    position: relative;
    top: 5px;
}

.navbar-nav > li > a:hover:after,
.navbar-nav > li.active > a:after  {
    width: 100%;
    background: #c49a6c;
}

.navbar-nav > li:last-child  > a{ margin-right: 0; }

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background: transparent;
}

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


.container { overflow: hidden; }

/*main content*/
.mainSlider .item { position: relative; outline: none; overflow: hidden; }
.mainSlider .item .bannertext { 
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom:30px; 
    text-align: center; 
    width: 90%; 
    color: #fff; 
    margin: 0 auto;
    z-index: 2; 
}
.mainSlider .item .bannertext strong { font-size: 30px; }
.mainSlider .item .bannertext span { font-size: 18px; }
.mainSlider .item .bannertext .icon {
    display: inline-block;
    position: relative;
    top: 10px;
    width: 8%;
    max-width: 85px;
}

figure { 
    position: relative; 
    overflow: hidden; 
}

figure .shadow { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
}

.items li:first-child { width: 50%; }
.items li { width: 25%; float: left; position: relative; overflow: hidden; }
.items li img {
    display: block;
}

.items li:hover .hover {
    opacity: 1;
}

.items li .hover .inner {
    display: table;
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.items li .hover .inner .middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.items li .hover .inner .middle:after {
    position: absolute;
    clear: both;
    content: "";
    display: block;
    border-bottom:2px solid #c49a6c; 
    top: 15%;
    max-width: 70px;
    width: 100%;
    left: 0;
    right: 0;
    margin:0 auto;
}

.items li .hover .inner .middle:before {
    position: absolute;
    clear: both;
    content: "";
    display: block;
    border-top:2px solid #c49a6c; 
    bottom: 15%;
    max-width: 70px;
    width: 100%;
    left: 0;
    right: 0;
    margin:0 auto;
}


.items li .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-hover.png);
    background-position: repeat-x;
    background-position: repeat-y;
    transition: visibility 0s ease .2s,opacity .2s ease;
    opacity: 0;
    z-index: 2; 
    color:#424242;
}

.items li .hover strong { font-size: 18px; display: block; margin-bottom: 40px; line-height: 190%; }
.items li .hover span { font-size: 16px; display: block; }

.items li:hover figure figcaption {
    opacity: 0;
}

.items li:hover figure > img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.items li figure figcaption {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.items li figure figcaption strong {
    color: #fff;
    font-size: 14px;
    display: block;
}

.items li:first-child figure figcaption {
    bottom: 40px;
}

.items li:first-child figure figcaption strong { 
   font-size: 24px; 
   padding-bottom: 30px;
}


.items li:first-child figure figcaption strong:after {
    background: #c49a6c;
    height: 5px;
    clear: both;
    content: "";
    width: 140px;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    margin: 0 auto;
}



/*apply awards*/
.applyAwards .title {
    position: relative;
    text-align: center;
    padding: 5px 0;
    margin: 35px 0;
}

.applyAwards .title h1 {
   font-size: 22px; 
}

.applyAwards .title h1 span {
    display:inline-block;
    background: #fbfbfb;
    position: relative;
    padding: 0 5%;
    z-index: 1;
}

.applyAwards .title h1:after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top:55%;
    background: #c49a6c;
    max-width: 750px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.applyAwards .title:after {
    background: url(../img/title-logos.png) no-repeat;
    width: 61px;
    height: 92px;
    clear: both;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.applyAwards .title:before {
    background: url(../img/title-logos.png) no-repeat;
    width: 61px;
    height: 92px;
    clear: both;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.applyAwards .newsList li {
    border-top:1px solid #e5e5e5;
    padding: 30px 0 70px 0;
    clear: both;
    overflow: hidden;
}

.applyAwards .newsList li time { 
    width:18%; 
    float:left; 
    text-align: center; 
    border-top:1px solid #dfcab3;
    border-bottom: 1px solid #dfcab3;
    padding: 5% 0;
}

.applyAwards .newsList li time > span { display: block; }

.applyAwards .newsList li time > .day { font-size: 22px; }
.applyAwards .newsList li time > .month { font-size: 14px; color:#9a9a9a; }
.applyAwards .newsList li time > .year { font-size: 18px; }

.applyAwards .newsList li figure { width:75%; float:right; }

.applyAwards .newsList li .desc { 
    font-size: 16px; 
    margin-top: 20px;
}

.applyAwards .newsList li .desc h2 { margin-top: 0; margin-bottom: 40px; font:normal 700 18px "Futura-Book",Helvetica,Arial,sans-serif; }

.applyAwards .newsList li .desc .readMore { display: inline-block; float: right; border-bottom: 1px solid transparent; color:#424242; }
.applyAwards .newsList li .desc .readMore:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.applyAwards .newsList li .desc .readMore:hover:after {
    width: 100%;
    background: #c49a6c;
}

.applyAwards .side article { float: right; margin-bottom: 5%; width: 90%; position: relative; }
.applyAwards .side article figure { border-top:5px solid #c49a6c; border-bottom: 5px solid #c49a6c }
.applyAwards .side article figcaption { position: absolute; bottom: 0; }
.applyAwards .side article figcaption strong { 
    color: #ffffff;  
    font-size: 18px;
    padding-bottom: 40px;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.applyAwards .side article figcaption .readMore { 
    position: absolute; 
    right: 10px; 
    bottom: 10px;
    color:#ffffff;
}
.applyAwards .side article  img { max-width: 100%; width: auto; }


/*about page*/
.content .caption {
    background: url(../img/caption-bg.png) repeat-x;
    width: 100%;
    height: 120px;
    display: table;
}

.content .caption h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    position: relative;
    line-height: 36px;
}

.content .caption h1:after {
    clear: both;
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #c49a6c;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.content .caption h1 span { color: #c49a6c; }

.detailContent {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    width: 100%;
    padding: 0 0 70px 0;
    border-bottom: 3px solid #c2c2c2;
    font-size: 16px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 70px;
    background:#ffffff;
}

.detailContent .sideContent .socialButtons a {
    display: block !important;
    margin: 10px auto;
}

.detailContent .sideContent time { 
    text-align: center; 
    margin-bottom: 50px;
    display: block;
}

.detailContent .sideContent time > span { display: block; line-height: 28px; }

.detailContent .sideContent time > .day { font-size: 20px; }
.detailContent .sideContent time > .month { font-size: 14px; color:#9a9a9a; }
.detailContent .sideContent time > .year { font-size: 18px; }

.detailContent figure {
    border-bottom: 5px solid #c49a6c;
    margin-bottom: 50px;
}

.detailContent .inner {
    max-width: 740px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
}

.detailContent .contentWrap h1 { margin-top: 0; margin-bottom: 30px; }

.downloadFiles {
    text-align: center;
    font-size: 16px;

    margin: 0 auto;
    line-height: 38px;
}

.downloadFiles h2 { font-size: 24px; margin-bottom: 40px; }

.downloadFiles table {
    margin: 50px auto;
    width: 100%;
}

.downloadFiles table img { width: 90%; max-width: 145px; }

.downloadFiles table tr { margin: 0 10px; display: inline-block; }

.downloadFiles table tr td { text-align: center; padding: 10px; display: inline-block;   }

.downloadFiles table tr td .downloadBtn { padding: 5px; display: block; background: #c49a6c; border-radius: 5px; color: #ffffff; width: 150px; }

/*apply page*/
.formContent {
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 0;
}

.formContent label {
    font-size: 18px;
    text-align: left !important; 
}

.formContent input { border-radius: 0; }
.formContent input:focus { border: 2px solid #c49a6c }
.formContent #send {
    width: 138px;
    border: 1px solid #d9dad4;
    color: #fff;
    background: #c49a6c;
    border-radius: 0;
    font-size: 18px;
    margin: 0 auto;
    display: block;
}

.formContent .radioWrap { 
    font-size: 18px; 
    max-width: 350px; 

    letter-spacing: -.2px; 
    font-weight: 700; 
    margin: 50px auto;
}

.formContent .radioWrap label {
    display: block;
    max-width: 100px;
    cursor: pointer;
}

/*contact page*/
.contactWrap {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
}

.contactWrap ul { padding: 50px 0; }
.contactWrap ul li { margin-bottom: 50px; }

.contactWrap ul li strong {
    color:#c49a6c;
    margin-bottom: 10px;
    display: block;
}

/*jury page*/
.juryList  {
    text-align: center;
    padding: 50px 0;
}

.juryList > div {
    margin: 15px 0;
    position: relative;
}

.juryList > div:hover figure .hover { opacity: 1; }

.juryList  figure .hover {
    max-width: 140px;
    max-height: 140px;
    border-radius: 50%;
    border: 3px solid #c49a6c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../img/bg-hover.png);
    background-position: repeat-x;
    background-position: repeat-y;
    opacity: 0;
}

.juryList  figure .hover span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #c49a6c;
    top: 35%;
}

.juryList > div:hover figure img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.juryList > div .inner {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding:25px;
    border-bottom:3px solid #dfdfdf;
    background:#ffffff;
}

.juryList  figure > img {
    max-width: 140px;
    max-height: 140px;
    border-radius: 50%;
    border: 3px solid #c49a6c;
}


.juryList .jury-title { padding-top: 25px;  border-top:1px solid #e1ccb5; margin-top: 25px; }
.juryList .jury-title strong { margin-bottom: 25px; display: block; font-size: 18px; color: #424242; font-weight: 100; }
.juryList .jury-title p { font-size: 14px; color: #999999; font-weight: 100; }


/*jury detail*/
.bioDetail {
    padding: 50px 0;
}

.bioDetail .item {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding:25px;
    border-bottom:3px solid #dfdfdf;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
    background:#ffffff;
}

.bioDetail .item  figure > img {
    max-width: 140px;
    max-height: 140px;
    border-radius: 50%;
    border: 3px solid #c49a6c;
}

.bioDetail.v2 .item { padding: 0; max-width: inherit; margin-bottom: 40px; }
.bioDetail.v2 .item  figure { padding: 30px 0; }
.bioDetail.v2 .item  figure > img  {
    border: 0;
    border-radius: 0;
    max-height: inherit;
}
.bioDetail.v2  .item .item-title { width: 90%; margin: 0 auto; }

.bioDetail .item .socialButtons {
    padding: 20px 0 10px 0;
}

.bioDetail .item .item-title { padding-top: 25px;  border-top:1px solid #e1ccb5; margin-top: 25px; }
.bioDetail .item .item-title strong { margin-bottom: 25px; display: block; font-size: 18px; color: #424242; font-weight: 100; }
.bioDetail .item .item-title p { font-size: 14px; color: #999999; font-weight: 100; }

.bioDetail .desc {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding:70px 50px;
    border-bottom:3px solid #dfdfdf;
    font-size: 16px;
    line-height: 30px;
    background:#ffffff;
}

/*news page*/
.newsWrap .newsList li {
    border-bottom:1px solid #e5e5e5;
    padding: 30px 0;
    clear: both;
    overflow: hidden;
}

.newsWrap .newsList li:last-child { border: 0; }

.newsWrap .newsList li time { 
    width:18%; 
    float:left; 
    text-align: center; 
    border-top:1px solid #dfcab3;
    border-bottom: 1px solid #dfcab3;
    padding: 10px 0;
    margin-right: 25px;
}

.newsWrap .newsList li time > span { display: block; }

.newsWrap .newsList li time > .day { font-size: 22px; }
.newsWrap .newsList li time > .month { font-size: 14px; color:#9a9a9a; }
.newsWrap .newsList li time > .year { font-size: 18px; }

.newsWrap .newsList li figure { max-width: 260px; width: 70%; float:left; }

.newsWrap .newsList li .desc { 
    font-size: 16px; 
    height: 120px;
}

.newsWrap .newsList li .desc h2 { margin-top: 0; margin-bottom: 40px; font:normal 700 18px "Futura-Book",Helvetica,Arial,sans-serif; }

.newsWrap .newsList li .desc .readMore { display: inline-block; float: right; border-bottom: 1px solid transparent; color:#424242; position: relative; top: 10px; }
.newsWrap .newsList li .desc .readMore:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.newsWrap .newsList li .desc .readMore:hover:after {
    width: 100%;
    background: #c49a6c;
}


/*photo page*/
.photoList {
    margin: 0 auto;
    padding: 30px 0;
}

.photoList .item {
    max-width: 330px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom:3px solid #dfdfdf;
    margin-bottom: 40px;
    background:#ffffff;
}

.photoList .item figcaption { 
    padding: 25px 0; 
    font-size: 18px;
    color:#424242;
}

.photoList .item .hover {
    display: none;
}

.photoList .item:hover .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../img/bg-hover.png);
    background-position: repeat-x;
    background-position: repeat-y;
    display: block;
}

.photoList .item:hover figure > img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.photoGallery { display: none; }

/*video page*/
.videoList {
    padding: 30px 0;
}

.videoList .item {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom:3px solid #dfdfdf;
    margin-bottom: 30px;
}

.videoList .item figure:after,
.videoWrap figure:after  {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../img/video-icon.png) no-repeat;
    width: 25px;
    height: 25px;
}

.videoList .item figcaption { 
    font-size: 18px;
    color:#424242;
    height: 100px;
}

.videoList .item figcaption strong,
.videoList .item figcaption p {
    margin: 15px;
    display: block;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.videoList .item figcaption p  {
    padding-top: 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.videoList .item figcaption p {
    border-top:1px solid #ede1d3;
}

.videoList .item .hover,
.videoWrap .hover {
    display: none;
}

.videoList .item:hover .hover,
.videoWrap > div figure:hover .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../img/bg-hover.png);
    background-position: repeat-x;
    background-position: repeat-y;
    display: block;
}

.videoList .item:hover figure > img,
.videoWrap > div figure:hover > img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.videoWrap > div .hover img {
    width: auto;
    max-width: 100%;
    height: 100%;
    display: inherit;
    margin: 0 auto;
}


.videoList .item .photoGallery { display: none; }

.videoPopup .fancybox-inner {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    height: auto!important;
}

.videoPopup .fancybox-inner iframe, .videoWrap .fancybox-inner object, .videoWrap .fancybox-inner embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.videoArea {
   position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoArea iframe { 
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

.videoWrap {
    margin: 30px 0;
}

.videoWrap .videoInner {
    border-right: 1px solid #f1f1f1;
    border-bottom:3px solid #dfdfdf;
}

.videoWrap figure { border-right: 3px solid #c49a6c; }
.videoWrap figure img { display: block; }
.videoWrap .text { text-align: center; font-size: 14px; height: 100%; }
.videoWrap .text .inner { padding-top: 10%; line-height: 28px; width: 95%; }
.videoWrap .text .inner h2 { font-size: 18px; margin-bottom: 40px; }
.videoWrap .text .inner h2 .title-icon { 
    background: url(../img/title-logo.png) no-repeat; 
    width: 28px; 
    height: 44px; 
    display: inline-block; 
    position: relative;
    top: 15px;
    margin: 0 5px;
}

/*winners*/
.winnerWrap { padding: 50px 0; }

.winnerWrap .sideBar {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom:3px solid #dfdfdf;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
    background:#ffffff;
}

.winnerWrap .sideBar ul {
    max-width: 150px;
    margin: 0 auto;
}
.winnerWrap .sideBar ul li { padding: 5px 0; border-bottom: 1px solid #f0f0f0; }
.winnerWrap .sideBar ul li:last-child { border: 0; }
.winnerWrap .sideBar ul li.active a { font-size: 24px; color:#c49a6c; }
.winnerWrap .sideBar ul li a { font-size: 18px; color: #d1d1d1; }

.winnerList .item {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom:3px solid #dfdfdf;
    text-align: center; 
    max-width: 300px;
    height: 320px;
    margin-bottom: 30px;
    background:#ffffff;
}

.winnerList .item:hover figure {
    transform:scale(1.3);

}

.winnerList .item figure {
    max-width: 170px;
    margin: 0 auto;
    padding: 40px 20px;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    
}

.winnerList .item figcaption {
    border-top: 1px solid #e1ccb5;
    padding: 40px 0;
}

.winnerList .item figcaption strong,
.winnerList .item figcaption span {
    width: 80%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    color: #424242;
}

.winnerList .item figcaption strong {
    margin-bottom: 25px;
}

/*partner page*/
.partnerWrap {
    text-align: center;
    font-size: 16px;
    padding: 60px 0;
}

.partnerWrap ul {padding: 50px 0; }

.partnerWrap ul:after {
    display: block;
    content: "";
    clear: both;
}

.partnerWrap ul li {
    display: inline-block;
    text-align: center; 
    margin: 0 3%;
}

.partnerWrap ul li p span { display: block; margin-top: 10px; }

.partnerWrap ul li .contactInfo { margin-top: 40px; }

.partnerWrap ul li .contactInfo p {
    margin-bottom: 10px;
}

.partnerWrap ul li .contactInfo a { color: #424242; }

/*sponsor*/
.sponsor {
    width: 100%;
    text-align: center;
}

.sponsor .title h1 {
    position: relative;
    font-size: 22px;
}

.sponsor .title h1 span {
    display: inline-block;
    background: #fbfbfb;
    position: relative;
    padding: 0 5%;
    z-index: 1;
}

.sponsor .title h1:after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top: 55%;
    background: #424242;
    max-width: 480px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sponsor ul { margin: 50px 0; }
.sponsor ul li { outline: none; }
.sponsor ul li img {
    width: 65px;
    height: 65px;
    text-align: center;
    margin:0 auto;
    border-radius: 50%;
}
/*sponsor end*/

/*footer*/

footer {
    width: 100%;
    text-align: center;
    background: #eeeeee;
}

footer > .container { position: relative; }

footer .socialButtons { padding: 30px 0; }

.socialButtons { text-align: center; }
.socialButtons a {
    border-radius: 50%;
    background: #e8e8e8;
    width: 24px;
    height: 24px; 
    margin: 0 5px;
    display:inline-block;
}

footer .footerMenu a {
    display:inline-block;
    margin:  10px 50px;
    font-size: 14px;
    color:#999999;
}

footer .brandText { padding: 20px 0; }
footer .brandText img { width: auto; margin-right: 10px; }

footer .copyright { 
    padding: 15px 0; 
    background: #dadada;
    color:#999999;
    font-size: 12px;
}


footer .otherevents {
    position: absolute;
    left: 0;
    bottom: 10px;
}

footer .otherevents span { 
    font-size: 12px;
    color:#999999;
    display: block;
    margin-bottom: 10px;
}

footer .otherevents ul li {
    display: inline-block;
    margin: 0 5px;
}
footer .otherevents ul li img { width: auto; }

/*checbox style*/
.iradio{
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(flat.png) no-repeat;
    border: none;
    cursor: pointer;
    top: -3px;
    margin-right: 10px;
}

.iradio {
    background: url(../img/radio-check.png) no-repeat;
}
    .iradio.checked {
        background: url(../img/radio-checked.png) no-repeat;
    }

/*pager*/
.pager ul li a {
    background:transparent;
    border: 0;
    color:#424242;
    font-size: 14px;
    font-family: "OpenSans-Bold", Arial, Helvetica, Sans-serif;
}

.pager ul li.active a {
    border: 2px solid #ECBD4E;
    border-radius: 50%;
    color:#ECBD4E;
}

.pager li > a, .pager li > span {
    padding: 5px 12px;
}
.pager li > a:hover, .pager li > a:focus {background: transparent;}

@media screen and (max-width: 992px){ 
    .navbar-nav > li > a { margin: 10px 8px; font-size: 13px; }
    .navbar-nav { padding: 0; }

    .items li:first-child { width: 100%; }
    .items li { width: 50%; }

    .applyAwards .title h1:after { width: 70%; }

    .mainSlider .item .bannertext { bottom: 20px; } 
}

@media screen and (max-width: 768px) {
    .applyAwards .side article {     
        width: 47%;
        display: inline-block;
        margin: 1%;
        float: none; 
    }

    .mainSlider .item .bannertext .icon { top: 5px; }
    .mainSlider .item .bannertext strong { font-size: 18px; }
    .mainSlider .item .bannertext strong span { font-size: 12px; }

    /*home detail*/
    .detailContent .sideContent time { margin: 0; text-align: right; }
    .detailContent .sideContent time > span { display: inline-block; }
    .detailContent .socialButtons { text-align: right; margin-bottom: 20px;  }
    .detailContent .sideContent .socialButtons a { display: inline-block !important; }

    /*news page*/
    .newsWrap .newsList li .desc { margin-top: 20px; }
    .newsWrap .newsList li .desc h2 { margin-bottom: 20px; }

    footer .otherevents { position: relative; bottom: 0; margin: 10px 0; }

    .partnerWrap ul li  { width: 100%; margin: 5% 0; }
}

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

    .items li .hover strong { font-size: 14px; margin-bottom: 20px; }
    .items li .hover span { font-size: 13px; }
    .navbar-brand { width: 25%; padding: 1%; }
    .mainSlider .item .bannertext { bottom: 10px; }

    .detailContent { padding-bottom: 40px; }
    .detailContent .inner { padding: 30px 0; }
}

@media screen and (max-width: 480px) {
    p {
        font-size: 14px;
        line-height: 1.8em;
    }

    .items li:first-child figure figcaption strong { font-size: 18px; }
    .winnerList .item { margin: 10px auto; }
    .bioDetail .desc { padding: 40px 10px; }

    .formContent .radioWrap p { font-size: 16px; }

    .juryList > div,
    .photoList > div,
    .videoList > div,
    .applyAwards .side article,
    .winnerList > div { width: 100%; }
}


