/* ------------------------------------------------------------------
Project: Semantic
Version: 1.1
Do not edit this file - Place your styles in custom.css
------------------------------------------------------------------ */

@import url("slider.css");
@import url("vertical.css");

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');



/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

body {
	background: #fff;
	font: 400 18px/1.5 "Open Sans", sans-serif;
	color: #222;
    overscroll-behavior: none;
	-webkit-font-smoothing: antialiased;
}
p.lead {
/*    font-size: 1.3em;*/
    font-style: italic;
    font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

/* Transition elsements */

.form-control,
.navbar-custom,
.navbar-custom .navbar-brand {
    transition: all 0.4s ease-in-out 0s;
}

a,
.btn,
.navbar a {
	transition: all 0.3s ease-in-out 0s;
}

/* Reset border-radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

/* Reset box-shadow */

.btn,
.well,
.panel,
.progress,
.progress-bar,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ------------------------------------------------------------------
Form styles
------------------------------------------------------------------- */

.form-control {
	font-size: 14px;
	height: 33px;
	border: 1px solid #b2b2b2;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.form-control:focus {
	border-color: #CACACA;
}

/* Form sizes */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}


/* ------------------------------------------------------------------
Tabs and Accordions
------------------------------------------------------------------- */

.tab-content {
	padding: 20px 0;
}

.panel-title {
	font-size: 14px;
}

.panel-heading a {
	position: relative;
	display: block;
}

.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	font-family: "FontAwesome";
	line-height: 1;
	font-size: 14px;
	margin-top: -7px;
}

.panel-heading a.collapsed:after {
	content: "\f107";
}

/* ------------------------------------------------------------------
Progress bars
------------------------------------------------------------------- */

.progress {
	overflow: visible;
	height: 4px;
}

.progress-bar {
	position: relative;
}

.progress-bar.pb-dark {
	background: #222;
}

.progress-bar span {
	position: absolute;
	display: block;
	right: -0px;
	top: 6px;
	opacity: 0;
	line-height: 12px;
	font-size: 12px;
	color: #666;
	padding: 4px 0px;
}

.progress-bar span:after {
	display: inline-block;
	content: "%";
}



/* ------------------------------------------------------------------
Overlays
------------------------------------------------------------------- */

/* Dark background */

.bg-dark,
.bg-dark-20,
.bg-dark-30,
.bg-dark .module-title,
.bg-dark-20 .module-title,
.bg-dark-30 .module-title {
	color: #fff;
}

.bg-dark {
	background: #111;
}
.bg-dark-20:before {
	position: absolute;
	background: rgba(0, 0, 0, .2);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-dark-30:before {
	position: absolute;
	background: rgba(0, 0, 0, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a, a:link, a:active, a:visited {
	color: #222;
}

a:hover, a:focus {
	text-decoration: none;
	color: #37bc9b;
}

h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 700;
    margin-bottom: 20px;
}
h1 {
    font-family: "Playfair Display", sans-serif;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
ol, ul, blockquote {
	margin: 0 0 20px;
}
p {
	margin: 0 0 20px;
    word-break: break-word;
}

blockquote {
	border: 0;
	font-style: italic;
	font-size: 14px;
	padding: 0;
}
.text-sm {
    font-size: 85%;
}
.text-white {
    color: #ffffff !important;
}

.text-muted {
    color: #8998a0 !important;
}
.text-muted a, a.text-muted{
    color: #8998a0 !important;
}
.text-muted a:hover, .text-muted a:active, a.text-muted:hover, a.text-muted:active{
    color: #37bc9b !important;
}


.text-thin {
    font-weight: 300;
}
.text-uppercase {
	text-transform: uppercase;
	font-style: normal;
}

.text-lowercase {
	text-transform: lowercase;
}

.heroTitle {
    font-size: 54px;
    font-style: italic;
}


/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */

.navbar-custom {
	background: #fff;
	z-index: 1000;
}
.navbar-custom .navbar-brand {
	font-size: 22px;
    font-weight: 700;
}
.navbar-custom .dropdown-menu {
	background: #fff;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -1px;
}

.navbar-custom .nav li > a {
	color: #222;
    border-bottom: 1px solid transparent;
    background-color: transparent;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	color: #5c6671;
    background: transparent;
    border: transparent;
}

 .navbar-transparent .nav > li > a:hover ,
 .navbar-transparent .nav > li > a:focus,
 .navbar-transparent .nav .open > a,
.navbar-transparent .nav .open> li > a:hover ,
.navbar-transparent .nav .open> li > a:focus 
 {
 	
     color: white;
     border-bottom: 1px solid white;
 }

a.menucurrent {
	color: #37bc9b;
}
.pagination-fixed-top{
	position: fixed !important;
    right: 0;
    left: 0;
    top: 60 !important;
    z-index: 10;
}
/* -------------------------------------------------------------------
Home Section
------------------------------------------------------------------- */

.module-hero {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

/* Video */

.video-controls-box {
	position: absolute !important;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.video-controls-box a {
	visibility: hidden;
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 0;
}

/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

.wrapper {
	position: relative;
	background: #fff;
	z-index: 1;
}

.module,
.module-small,
.module-header {
	position: relative;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
			background-size: cover;
}

.module-small {
	padding: 70px 0;
}

.module-header {
	padding: 190px 0 140px;
}

.col-bg {
	background: rgba(255, 255, 255, .9);
	padding: 140px 60px;
}

/* Sections dividers */

.divider-w {
	border-top: 1px solid #f2f4f4;
	margin: 0;
}


/* ------------------------------------------------------------------
Content boxes
------------------------------------------------------------------- */

.content-box {
	text-align: center;
	margin: 25px 0;
}

.content-box-icon {
	font-size: 36px;
}

.content-box-title {
	margin: 5px 0 0;
	font-size: 14px;
}

.content-box-text {
	margin: 15px 0 0;
}

/* ------------------------------------------------------------------
Counters
------------------------------------------------------------------- */

.counter-item {
	text-align: center;
}

.counter-number {
	font-size: 36px;
}

.counter-title {
	text-transform: uppercase;
	font-size: 14px;
}

/* ------------------------------------------------------------------
Google map
------------------------------------------------------------------- */

#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}

#map {
	height: 100%;
	width: 100%;
}

#map img {
	max-width: none;
}

.ajax-response {
	text-align: center;
}

/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer {
	background: #222;
	padding: 20px 0;
}
.footer .text-white a{
    color: #ffffff;
}
.footer .text-white a:hover{
 color: #37bc9b;
}

.copyright {
	font-size: 14px;
}

/* ------------------------------------------------------------------
Portfolio
------------------------------------------------------------------- */

/* Portfolio filter */

.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.filter > li {
	display: inline-block;
	padding: 5px 0;
	margin: 0 25px;
}

.filter > li a {
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(102, 102, 102, 0.5);
}

.filter > li a:hover,
.filter > li a.current {
	color: #222;
}


.work-caption {
    width: 100%;
     opacity: 0; 
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: white;
    transition: all 300ms;
}
.work-item:hover .work-caption {
    opacity: 1;
}
.work-image img{
    width: 100%;
}
/* ------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-item {
	position: relative;
	text-align: center;
}

.team-image {
	position: relative;
	overflow: hidden;
}

.team-image img {
	width: 100%;
}

.team-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.team-detail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50%;
	opacity: 0;
	z-index: 2;
	padding: 20px;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

.team-detail h5 {
	text-transform: uppercase;
	font-size: 14px;
}

.team-descr {
	margin: 20px 0 0;
}

.team-name {
	text-transform: uppercase;
	font-size: 14px;
	color: #222;
}

.team-role {
	text-transform: uppercase;
	font-size: 12px;
}

/* Team member hover */

.team-item:hover .team-image:after {
	background: rgba(255, 255, 255, .9);
}

.team-item:hover .team-detail {
	opacity: 1;
}

/* ------------------------------------------------------------------
Post
------------------------------------------------------------------- */


.post {
	margin: 0 0 60px;
}
.post-thumbnail {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: contain;
    background-position: center bottom;
    background-color: #fff;
    background-repeat: no-repeat;
    overflow: hidden;
}
.post-thumbnail video {
    position: absolute;
	bottom: 0;
	height: auto;
	max-height: 100%;
    transform: translateX(-50%);
}
.post-video,
.post-thumbnail,
.post-images-slider {
	margin: 0 0 10px;
	text-align: center;
}

.post-images-slider {
	position: relative;
}

.post-quote {
	background: #f2f4f4;
	text-align: center;
	padding: 20px;
}

.post-quote blockquote {
	margin: 0;
}

.post-header {
	margin: 0 0 20px;
	overflow: auto;
}

.post-title {
	font-size: 18px;
	color: #222;
	margin: 0;
}

.post-columns .post-title {
	font-size: 14px;
}

.post-meta {
	font-size: 13px;
}

.post-more {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 13px;
}

/* Blog standart */

.post-header-small {
	position: relative;
	padding: 0 0 0 60px;
}

.post-icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 36px;
}

.post-icon > i,
.post-icon > span {
	line-height: 48px;
}

/* ------------------------------------------------------------------
Pagination
------------------------------------------------------------------- */

.pagination {
	display: block;
	text-align: center;
}

.pagination a + a {
	padding-left: 45px;
}

/* -------------------------------------------------------------------
Comments and comment form
------------------------------------------------------------------- */



.comments .comment-title,
.comment-form .comment-form-title {
	margin: 0 0 40px;
}

.comment .thumb {
    width: 60px;
}
.comment .details {
    width: calc(100% - 75px);
}


/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 75px;
	right: 15px;
	z-index: 999;
}

.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #222;
	opacity: 0.6;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #222;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	position: fixed;
	background: #fff;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #b2b2b2;
	border-top: 2px solid rgba(245, 245, 245, 0.8);
	border-right: 2px solid rgba(245, 245, 245, 0.8);
	border-bottom: 2px solid rgba(245, 245, 245, 0.8);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	   -moz-animation: load 0.8s infinite linear;
		 ms-animation: load 0.8s infinite linear;
		  o-animation: load 0.8s infinite linear;
			animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }


/*KPF*/

.entry-selectedby {
	font-size:12px;
	color: #777;
}

.winners-tags{
	position: absolute;
	top:0;
	right:0;
}

.winners-tags{
	position: absolute;
	top:0;
	right:0;
}


.winners-tags span{
	background-color: #ccc;
    color: #fff;
    padding: 6px;
    padding-left: 5px;
    border-radius: 2px;
    margin-top: 3px;
    margin-right: 3px;
    width:30px;
    height:30px;
}
.winners-tags .shortlisted {
	background-color: #EA3028;
}
.winners-tags .winner {
	background-color: #EA3028;
	padding-left: 7px;
}

.jurors-tags{
	top:-6px;
	right:0;
}
.jurors-tags .shortlisted, .jurors-tags .winner  {
	/*background-color: #999;*/
	background-color: #fff;
    color: #cc0000;
}


.panel-video{
	    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 20px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
}
.panel-video1{
    background-color: #fff;
    border: 1px solid #999;
    color: #999;
    padding-left: 2px;
}

.archivemenuimg{
	display:inline-block;
	height:20px;
}

.archivemenuimg img{
	width:25px;
	height:25px;
	border-radius: 3px;
}

.archivemenu{
	height: 20px;
	display: inline-block !important;
	font-size: 13px;
	/* padding-top: 4px; */
	padding-left: 5px;
	vertical-align: bottom;
	line-height: 24px;
}
.pointer {
	cursor: pointer;
}

body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}



/*KPF override, previous, next button*/

/* Direction Nav */
.flex2-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex2-direction-nav .flex2-prev { left: -30px; }
.flex2-direction-nav .flex2-next { right: -30px; text-align: right; }
.flex2-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex2-direction-nav a,
.flex2-control-nav > li > a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}
.flex2-direction-nav a {
	position: absolute;
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	margin:0;
}
.flex2-direction-nav a:hover {
	opacity:1;
}
.flex2-direction-nav .flex2-prev {
	background: url(../images/prev-light.png) center left no-repeat;
}
.flex2-direction-nav .flex2-next {
	background: url(../images/next-light.png) center right no-repeat;
}

 .jurorbutton {
    width: 180px;
    padding: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;  
}

.singlewinner {
	float: left;
    text-align: center;
    margin-left: 25%;
}

.post-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   }

 .remove {
 	font-size: 25px;
    color: #777;
 }

 .btn.btn-juror {
 	color:#cc0000;
 	border:1px solid #cc0000;
 }

 .btn.btn-juror:hover,
.btn.btn-juror:focus {
	background: #cc0000;
	border: 1px solid #cc0000;
	color: #fff;
}

.p-r-5 {
	padding-right:5px;
}


.p-r-10{
	padding-right:10px;
}

#loginModal .form-control {
	text-transform: none;
}

/*2020 additions*/
.roundLink a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 4px;
    text-align: center;
   
    background-color: #222;
   
    border-radius: 99px;
    transition: 250ms;
}
.roundLink .icon-round {
    font-size: 18px;
}
.roundLink a:hover .icon-round{
     color: #37bc9b;
}
.scroll-up.roundLink a{
     width: 30px;
    height: 30px;
    padding: 6px;
    background-color: white;
}
.scroll-up.roundLink a .icon-round {
    color: #222;
}
.scroll-up.roundLink a:hover{
    background-color: #5c6671;
}
.scroll-up.roundLink a:hover .icon-round{
    color: white;
}

.menuWrapper {
    width: 100%;
    overflow: auto;
}
.menu {
    display: none;
    width: 100%;
    height: auto;
    overflow: auto;
}
.menu > li:first-of-type {
    margin-top: 15px;
}
.menu li {
    display: block;
    float: left;
    width: 100%;
   font-size: 20px;
}
.menuWrapper .brand {
    display: block;
    width: 160px;
    float: left;
    font-size: 22px;
    font-weight: 700;
}
a.brand:link,a.brand:visited,a.brand:hover,a.brand:active  {
    color: #222;
}
.menu .login {
     margin-top: 15px;
    margin-bottom: 30px;
/*
    position: relative;
    top: -5px;
*/
}
.menuBars {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 33px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    pointer-events: none;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
}

.social-list li {
    display: inline-block
}


.peopleList .avatar {
	
	float: left;
	margin-top: 10px;
}

.peopleList .avatar img {
    width: 60px;
	        border-radius: 50%;
}

.peopleList .content {
	padding-top: 5px;
	margin-left: 75px;
	margin-bottom: 30px;
}




/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

@media (min-width: 768px) {

 
}


@media (min-width: 992px) {
    .heroTitle {
        font-size: 60px;
    }
    
   .menu {
       display: block !important;
        width: calc(100% - 160px);
       float: left;
    }
    .menu li {
        display: inline-block;
        width: auto;
        float: none;
        line-height: 32px;
        padding: 0 30px 0 0;
    }
    .menu li:first-of-type {
    margin-top: 0;
}
    .menu .login {
         margin-top: 0;
        margin-bottom: 0;
    }

}

@media (min-width: 1200px) {
    
    .heroTitle {
        font-size: 76px;
    }
    .post {
    min-height: 450px;
     
    }
}

