/*
	===================================================================
	DOCUMENT LAYOUT

	-- Page Config
	-- Header
	-- Homepage
			--> Flexslider
			--> Mobile Banner
			--> Block-1
			--> Block-2
			--> Testimonials // Homepage/Inner-Page/National-Winners/Regional-Winners
			--> Block-3
			--> Block-4
	-- Footer
	-- Standard Inner Page
			--> Banner Image // On all pages except homepage
			--> Inner Page Block-1
	-- Judging Panel Page
	-- National & Regional Winners Page
	-- Regional Winners Page Only
	-- Vote Categories Page
	-- Vote Selector Page
	-- Get Updates Page

	Media Queries

	-- 1440px
			--> Block-3
			--> Block-4

	-- 1250px
			--> Page Config
			--> Header
			--> Block-2
			--> Testimonials
			--> Footer
			--> Judging Panel
			--> National/Regional Winners
			--> Regional Only
			--> Vote Categories
			--> Vote Selector

	-- 1100px
			--> Testimonials

	-- 1000px
			--> Page Config
			--> Header
			--> Block-1
			--> Block-2
			--> Testimonials
			--> Block-3
			--> Block-4
			--> Footer
			--> Standard Inner
			--> Judging Panel
			--> National & Regional
			--> Regional Only
			--> Vote Categories

	-- 767px
			--> Config
			--> Block-1
			--> Block-2
			--> Block-4
			--> Footer
			--> Standard Inner
			--> Judging Panel
			--> National/Regional Winners
			--> Regional Only
			--> Vote Categories
			--> Vote Selector

	-- 500px
			--> Header
			--> Flexslider & Mobile Banner
			--> Block-1
			--> Block-4
			--> Footer
			--> Standard Inner
			--> Judging Panel
			--> National/Regional Winners
			--> Regional Only
			--> Vote Categories
			--> Vote Selector

	-- 406px
			--> Config
			--> Block-1
			--> Block-2

	-- 370px
			--> Header
			--> Block-2
			--> Block-4
			--> Footer
			--> Standard Inner

	===================================================================
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700');

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: inherit;
}
a {
	display: inline-block;
	text-decoration: none;
}

.popover{
	width: 376px;
	max-width: 376px !important;
}

header,
.slider-banner,
.block-1,
.block-2,
.testimonials,
.block-3,
.block-4,
footer {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
h1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	padding: 50px 0 30px 0;
	margin: 0;
	color: #91004e;
}
h2 {
	font-size: 28px;
	font-weight: 300;
	line-height: 37px;
	padding: 30px 0;
	margin: 0;
	color: #91004e;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.no-padding {
	padding: 0;
}
b, strong {
	font-weight: 700;
}

.alignleft {
    text-align:left;
}

/* Overrule Bootstrap Styling */

a:focus, a:hover {
	color: #e6007e;
	text-decoration: none;
}
img {
	vertical-align: inherit;
}

/* Overrule grid-framwork */

.row {
	margin: 0;
}

/* IE9 svg behaviour */

.ie9 img[src$=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

/*
	==================================
	Header Styles
	==================================
*/

header {
	width: 100%;
	max-width: 1200px;
	height: 210px;
}
.social-and-login {
	float: right;
}
.social-media-icons {
	display: inline-block;
	float: left;
	font-size: 0;
	height: 29px;
	margin: 6px 0 0 8px; /*change margin right to 8px when login box is displayed*/
}
.social-media-icons a {
	height: 30px;
	width: 30px;
	margin-right: 4px;
}
.social-media-icons svg {
	width: 30px;
	height: 30px;
	margin: 0 6px 0 0;
	fill: #9d9d9c;
	transition: all .5s;
}
.social-media-icons svg:hover {
	fill: #e6007e;
}
.login-box {
	display: inline-block; /*change to inline-block when needed, also change .social-meida-icons margin right value to 8px*/
	float: left;
	width: 136px;
	height: 35px;
	background-color: #e6007e;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.login-box img {
	width: 9%;
	margin-left: 10px;
}
.login-box a {
	display: inline-block;
	font-size: 20px;
	margin: 6px 0 0 15px;
	color: #fff;
}

.header-logo {
	display: inline-block;
	float: left;
	margin: 30px 0 0;
}
.header-logo img {
	min-width: 336px;
	width: 100%;
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	user-select: none;
}

.user-participation {
	display: inline-block;
	float: right;
	clear: right;
	margin: 20px 0 0;
}
.user-participation__enter {
	display: inline-block; /*change to inline-block when needed*/
	font-size: 15px;
	margin-right: 40px;
}
.user-participation__enter:hover {
	border-bottom: 1px solid;
}
.user-participation__enter img {
	width: 27px;
	height: 26px;
}
.user-participation__enter span {
	font-size: 30px;
	color: #c3006c;
}
.user-participation__nominate {
	display: inline-block; /*change to inline-block when needed*/
	font-size: 15px;
	color: #c3006c;
	margin-right: 28px;
}
.user-participation__nominate:hover {
	border-bottom: 1px solid;
}
.user-participation__nominate img {
	width: 29px;
	height: 26px;
}
.user-participation__nominate span {
	font-size: 30px;
	color: #c3006c;
}
.user-participation__vote {
	display: inline-block; /*change to inline-block when needed*/
	font-size: 15px;
	color: #c3006c;
	margin-right: 20px
}
.user-participation__vote:hover {
	border-bottom: 1px solid;
}
.user-participation__vote  img {
	width: 23px;
	height: 26px;
}
.user-participation__vote span {
	font-size: 30px;
	color: #c3006c;
	transition: all .5s;
}
.user-participation__directory {
	display: inline-block;
	font-size: 15px;
	padding: 4px 12px;
	background-color: #45a4c9;
	border-radius: 6px;
}
.user-participation__directory img {
	width: 28px;
	height: 24px;
}
.user-participation__directory span {
	font-size: 30px;
	color: #fff;
	transition: all .5s;
}
.user-participation__directory:hover span {
	color: #c6e7ff;
}

nav {
	display: inline-block;
	float: right;
	clear: right;
	margin-top: 13px;
}
.mobile-nav-button {
	display: none;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 4;
}
.mobile-nav-icon {
	display: block;
	width: 30px;
	height: 21px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.mobile-nav-icon span {
	display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #e6007e;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav-icon span:nth-child(1) {
	top: 0;
}
.mobile-nav-icon span:nth-child(2) {
	top: 8px;
}
.mobile-nav-icon span:nth-child(3) {
	top: 16px;
}
.mobile-nav-icon.is-active span:nth-child(1) {
	top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-nav-icon.is-active span:nth-child(2) {
	opacity: 0;
	left: -30px;
}
.mobile-nav-icon.is-active span:nth-child(3) {
	top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
nav li {
	display: inline-block;
}
nav li a {
	color: #6a6a69;
	font-size: 18px;
	padding: 5px 8px 15px;
}

nav li#see-the-winners a, nav li#devoted-events a {
	font-weight:bold;
}

nav li#see-the-winners .submenuChildren a, nav li#devoted-events .submenuChildren a {
	font-weight:normal;
}

.home img {
	width: 26px;
	height: 19px;
}
.about {
	margin-right: 20px
}

.submenuChildren {
	display: none;/* change in js on hover */
	position: absolute;
	left: 0;
	width: 100%;
	padding-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.21);
	z-index: 3;
}
.submenuChildren h4 {
	font-size: 20px;
	color: #e6007e;
	margin: 30px 0 18px;
}
.submenuChildren li a {
	font-size: 18px;
	color: #646363;
	padding: 0;
	margin-bottom: 17px;
	transition: all .5s;
}
.submenuChildren li a:hover {
	color: #e6007e;
}
.submenuChildren__left {
	float: left;
	width: 50%;
	min-height: 250px;
	text-align: left;
	padding: 0 0 0 40px;
}
.submenuChildren li {
	display: inline-block;
	float: left;
	width: 50%;
}
.submenuChildren__right {
	float: left;
	width: calc(50% - 20px);
	max-width: 562px;
	margin: 20px 20px 0 0;
}
.submenuChildren__right ul {
	margin-top: 40px;
}
.submenuChildren__right a {
	width: 100%;
	height: 100%;
}
.submenuChildren__right img {
	width: 100%;
	margin-top: -35px;
}
 li a.dropdownHeading {
	font-weight: 600;
	color: #e6007e;
}
.winnersDefault__left {
	width: 25%;
}
.winnersDefault__left li {
	width: 90%;
}
.winnersDefault__right {
	float: right;
	width: 70%;
	max-width: none;
	margin: 0;
}
.winnersDefault__right ul {
	text-align: left;
	margin-top: 70px;
}
.winnersDefault__right li {
	width: 30%;
}
.dropdown-breaker {
	float: left;
	display: inline-block;
	width: 2px;
	height: 280px;
	background-color: #e6007e;
	margin: 70px 0 0 0px;
}


/*
.about-the-awardsDropdownLinks.submenuChildren__left {
	width: 50%;
}
.about-the-awards__right {
	float: left;
	width: calc(50% - 20px);
	max-width: 562px;
	margin: 20px 20px 0 0;
}
.about-the-awards__right a {
	height: 100%;
	width: 100%;
}
.about-the-awards__right img {
	width: 100%;
}
.regional-eventsDropdownLinks.submenuChildren__left {
	width: 56%;
}

.last-years-winnersDropdownLinks.submenuChildren__left {
	width: 25%;
}
.last-years-winners__right.submenuChildren__right {
	width: 75%;
}
.last-years-winners__right.submenuChildren__right ul {
  margin-top: 70px;
}
.last-years-winners__right.submenuChildren__right li {
	width: 33%;
	text-align: left;
}

.about-the-awardsDropdownLinks ul li,
.regional-eventsDropdownLinks ul li {
	width: 50%;
}
.about-the-awardsDropdownImage {
	float: left;
	width: calc(50% - 20px);
	max-width: 562px;
	margin: 20px 20px 0 0;
}
.about-the-awardsDropdownImage a {
	height: 100%;
	width: 100%;
}
.about-the-awardsDropdownImage img {
	width: 100%;
}


.events {
	margin-right: 20px;
}


.winnerDropdown {
	display: none; /* change in js on hover *//*
	position: absolute;
	left: 0;
	width: 100%;
	height: 435px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.21);
	z-index: 3;
}
.winnerDropdown h4 {
	font-size: 20px;
	color: #e6007e;
	margin: 15px 0 18px;
}
.winnerDropdown li a {
	font-size: 18px;
	color: #646363;
	padding: 0;
	margin-bottom: 17px;
	transition: all .5s;
}
.winnerDropdown li a:hover {
	color: #e6007e;
}
.winnerHeaders {
	float: left;
	width: 25%;
	height: 250px;
	text-align: left;
	padding: 0 0 0 40px;
}
.dropdown-breaker {
	float: left;
	display: inline-block;
	width: 2px;
	height: 280px;
	background-color: #e6007e;
	margin: 70px 0 0 0px;
}
.winnerCategories {
	float: left;
	width: 74%;
	columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  padding: 0 20px 0 0;
  margin: 55px 0 0;
}
.winnerCategories li {
	display: block;
}*/
.nav-bottom-right-triangle {
	position: absolute;
	font-size: 0;
	line-height: 0;
	width: 0;
	bottom: 25px;
	right: 25px;
	border-top: 50px solid transparent;
	border-right: 50px solid #e6007e;
	border-bottom: 50px solid #e6007e;
	border-left: 50px solid transparent;
	z-index: 1;
}
.nav-bottom-right-trophy {
	position: absolute;
  bottom: 38px;
  right: 40px;
  width: 32px !important;
  z-index: 1;
}



/*
	==================================
	Flex Slider
	==================================
*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider a img {
	outline: none;
	border: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.flexslider {
  position: relative;
  zoom: 1;
  background: #ffffff;
}
.flex-container {
  min-width: 320px;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav a {
  display: block;
  position: absolute;
  margin: -25px 0 0 0;
  width: 42px;
  height: 43px;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-direction-nav .flex-next {
  right: 0;
  background: url(../images/arrow-right.svg) no-repeat;
  z-index: 2;
}
.flex-direction-nav .flex-prev {
  left: 0;
  background: url(../images/arrow-left.svg) no-repeat;
  background-position: 100%;
  z-index: 2;
}
.flex-direction-nav .flex-next:before {
	background-position: -9px 0;
	left: 15px;
}
.flex-direction-nav .flex-prev:before {
	background-position: 0 0;
}
.flexslider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
  z-index: 2;
}
.flex-control-nav li {
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc \9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #ccc;
  -moz-box-shadow: inset 0 0 0 2px #ccc;
  box-shadow: inset 0 0 0 2px #ccc;
}
.flex-control-paging li a.flex-active {
  background-color: #e6007e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flex-control-paging li a:hover {
	background-color: #e6007e;
}

/*
	==================================
	Mobile Banner
	==================================
*/

.mobile-banner {
	display: none;
	width: 100%;
}


/*
	==================================
	Block 1
	==================================
*/

.block-1 {
	width: 100%;
	max-width: 790px;
	height: 335px;
	margin: 0 auto;
}
.block-1 h1 {
	max-width: 590px;
	line-height: 40px;
	margin: 0 auto;
}
.block-1 p {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin: 0;
}
.block-1 ul {
	text-decoration: none;
	padding: 0;
  margin: 16px 0;
}
.block-1 li {
	display: inline-block;
}
.block-1 img {
	float: left;
	margin-right: 13px;
}
.block-1__enter img {
	width: 32px;
	height: 31px;
}
.block-1__nominate img {
	width: 35px;
	height: 32px;
}
.block-1__vote img {
	width: 28px;
	height: 31px;
	margin-right: 6px;
}
.block-1 span {
	float: left;
	font-size: 20px;
	color: #c3006c;
	margin: 7px 0 0;
}
.block-1__enter span {
	margin-right: 28px;
}
.block-1__nominate span {
	margin-right: 42px;
}


.block-1 .block-1__enter,
.block-1 .block-1__nominate,
.block-1 .block-1__vote {
	display: none;
}


/*
	==================================
	Block 2
	==================================
*/


.block-2 {
	height: 505px;
	background: url(../images/block-2-background2.jpg);
	background-position: 50% 0%;
}
.block-2 div {
	display: inline-block;
	width: 570px;
	height: 405px;
	margin: 50px 15px 0;
	background-color: rgba(0, 0, 0, .7);
}
.block-2 h2 {
	font-size: 89px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #fff;
	margin: 25px 0 12px;
}
.block-2 h3 {
	font-size: 42px;
	margin: 0 0 30px;
	color: #e6007e;
}
.block-2 p {
	width: 410px;
	font-size: 20px;
	margin: 0 auto;
	color: #fff;
}
.block-2 a {
	margin-top: 22px;
}
.block-2 a:hover > span {
	color: #e6007e;
}
.block-2 a:hover > #trophy,
.block-2 a:hover > #film {
	fill: #e6007e;
}
.block-2 svg {
	display: inline-block;
	float: left;
	transition: all .5s;
}
#trophy {
	width: 32px;
	height: 28.28px;
	fill: #fff;
}
#film {
	width: 36px;
	height: 30.73px;
	fill: #fff;
}
.block-2 span {
	display: inline-block;
	float: left;
	color: #fff;
	margin: 10px 0 0 12px;
	transition: all .5s;
}

/*
	==================================
	Testimonials
	==================================
*/
/*new testimonial styles*/

.carousel-control.right,
.carousel-control.left {
	display: none;
}
.carousel-inner .item {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin: 25px 0 0;
}
.item.content p {
	margin-top: 40px;
}
.carousel-caption {
	position: relative;
	left: 0;
	right: 0;
	margin-top: 60px;
	text-shadow: none;
	padding: 0;
}
.carousel-indicators {
	display: none;
}



/*old testimonial styles*/
.testimonials {
	height: 260px;
	background: #b5b5b5;
}
#testimonialsContainer {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
#testimonialsWrapper {
	width: 3200px;
	transform: translate3d(0, 0, 0);
	transition: transform .5s ease-in-out;
}
.content {
	float: left;
	width: 800px;
	white-space: normal;
	background-repeat: no-repeat;
}
#itemOne p,
#itemTwo p,
#itemThree p,
#itemFour p {
	font-size: 36px;
	color: #fff;
	margin: 70px 0 0;
}
#itemOne .nominee-name,
#itemTwo .nominee-name,
#itemThree .nominee-name,
#itemFour .nominee-name {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 30px 0 0;
}
#navLinks {
	text-align: center;
	width: 900px;
	margin: 0 auto;
}
#navLinks ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-top: 6px;
}
#navLinks ul li {
	float: left;
	text-align: center;
	margin: 10px;
	list-style: none;
	cursor: pointer;
	background-color: #ccc;
	padding: 2px;
	border-radius: 50%;
	border: 2px solid #fff;
}
#navLinks ul li:hover {
	background-color: #fff;
}
#navLinks ul li.active {
	background-color: #fff;
}
#navLinks ul li.active:hover {
	background-color: #fff;
}
.hp-open-quote {
	position: absolute;
	top: 35px;
	left: 55px;
	width: 103px;
}
.hp-close-quote {
	position: absolute;
	bottom: 55px;
	right: 55px;
	width: 103px;
}

/*
	==================================
	Block-3
	==================================
*/

.block-3 {
	height: auto;
	overflow: auto;
	font-size: 0;
}
.block-3__section-1,
.block-3__section-2 {
	display: inline-block;
	float: left;
	height: 412px;
	margin: 0 auto;
}
.wedding-image {
	display: inline-block;
	float: left;
	width: 370px;
	height: 100%;
	background: url(../images/wedding-image-background.jpg?v2);
}
.plan-your-wedding {
	position: relative;
	display: inline-block;
	float: left;
	width: 350px;
	height: 100%;
	background: #000;
}
.plan-your-wedding h4 {
	width: 200px;
	font-size: 30px;
	font-weight: 300;
	color: #e6007e;
	margin: 40px auto 0;
}
.plan-your-wedding p {
	width: 210px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #fff;
	margin: 30px auto 0;
	z-index: 2;
}
.plan-your-wedding span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 10px auto 0;
}
.plan-your-wedding a {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	transition: all .5s;
}
.plan-your-wedding a:hover {
	color: #e6007e;
}
.events-image {
	display: inline-block;
	float: left;
	width: 370px;
	height: 100%;
	background: url(../images/events-image-background.jpg?v1);
}
.latest-events {
	position: relative;
	display: inline-block;
	float: left;
	width: 350px;
	height: 100%;
	background: #91004e;
}
.latest-events h4 {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	margin: 40px auto 0;
}
.latest-events p {
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 250px;
	color: #fff;
	margin: 70px auto 0;
}
.latest-events a {
	font-size: 20px;
	color: #fff;
	margin-top: 60px;
	transition: all .5s;
}
.latest-events a:hover {
	color: #e6007e;
}
.bottom-right-triangle {
	position: absolute;
	font-size: 0;
	line-height: 0;
	width: 0;
	bottom: 0;
	right: 0;
	border-top: 50px solid transparent;
	border-right: 50px solid #e6007e;
	border-bottom: 50px solid #e6007e;
	border-left: 50px solid transparent;
	z-index: 1;
}
.bottom-right-arrow {
	position: absolute;
	width: 29px;
	height: 29px;
	bottom: 13px;
	right: 13px;
	z-index: 2;
}

/*
	==================================
	Block-4
	==================================
*/

.block-4 {
	height: 456px;
	margin-top: 16px;
}
.hp-news-sign-up {
	display: inline-block;
	float: left;
	width: 476px;
	height: 100%;
	background: url(../images/hp-news-sign-up-background.jpg);
}
.hp-news-sign-up svg {
	position: absolute;
	width: 49px;
	height: 49px;
	top: 24px;
	left: 34px;
}
.hp-news-sign-up svg {
	fill: #fff;
	transition: all .5s;
}
.hp-news-sign-up a:hover > svg {
	fill: #e6007e;
}
.hp-news-sign-up div {
	width: 217px;
	height: 100%;
	background: rgba(145, 0, 78, .88);
	margin: 0 26px 0 auto;
}
.hp-news-sign-up div h5 {
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #fff;
	margin: 0;
	padding: 240px 0 0;
}
#news-link {
	font-size: 70px;
	font-weight: 35px;
	line-height: 40px;
	color: #e6007e;
	border-bottom: 2px solid #e6007e;
	margin: 0;
	padding-bottom: 22px;
}
.hp-news-sign-up a {
	font-size: 44px;
	color: #fff;
	margin: 2px 0 0;
	transition: all .5s;
}
.hp-news-sign-up a:hover {
	color: #e6007e;
}

.twitter-feed {
	display: inline-block;
	float: left;
	width: 456px;
	height: 100%;
	background: url(../images/twia-twitter-background.jpg);
	margin: 0 16px;
}

.hp-gallery {
	display: inline-block;
	float: left;
	width: 476px;
	height: 100%;
	background: url(../images/hp-gallery.jpg);
}
.hp-gallery div {
	width: 217px;
	height: 100%;
	background: rgba(145, 0, 78, .88);
	margin: 0 auto 0 26px;
}
.hp-gallery div h5 {
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #fff;
	margin: 0;
	padding: 15px 0 0;
}
#gallery-link {
	display: inline-block;
	width: auto;
	font-size: 55px;
	line-height: 40px;
	color: #e6007e;
	margin-bottom: 0;
	padding-bottom: 22px;
	border-bottom: 2px solid #e6007e;
	cursor: pointer;
}
#gallery-link:hover,
#news-link:hover {
	color: #f90b8d;
}
.hp-gallery p {
	font-size: 44px;
	color: #fff;
	margin: 2px 0 0;
}
.hp-gallery a {
	width: 150px;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0;
	transition: all .5s;
}
.hp-gallery a:hover {
	color: #e6007e;
}
.hp-gallery .gallery-svg {
	position: absolute;
	width: 47px;
	height: 39px;
	bottom: 35px;
	right: 28px;
	margin: 0;
	fill: #fff;
}
.hp-gallery .gallery-svg:hover {
	fill: #e6007e;
}

/*
	==================================
	Footer
	==================================
*/

footer {
	position: relative;
	height: 412px;
	width: 100%;
	max-width: 1200px;
	text-align: left;
}
footer h6 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #1e1e1e;
	margin: 0;
}
footer p {
	margin: 0;
	color: #1e1e1e;
}
.footer-left {
	float: left;
	width: 50%;
	height: 100%;
}
.footer-left h6 {
	margin-top: 45px;
}
.footer-logo {
	margin-top: 50px;
}
.footer-logo img {
	min-width: 335px;
	max-width: 336px;
	width: 100%;
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	user-select: none;
}
.footer-contact-details p {
	font-size: 18px;
	color: #e6007e;
	margin: 16px 0 0;
}
.footer-contact-details a {
	font-size: 18px;
	color: #1e1e1e;
	transition: all .5s;
}
.footer-contact-details a:hover {
	color: #e6007e;
}
.footer-address {
	margin-top: 28px;
}
.footer-address h6 {
	color: #e6007e;
	margin-top: 0;
}
.footer-nav {
	margin-top: 40px;
}
.footer-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 3px 0 0;
}
.footer-nav li {
	display: inline-block;
}
.footer-nav a {
	color: #1e1e1e;
	transition: all .5s;
}
.footer-nav a:hover {
	color: #e6007e;
}

.footer-right {
	float: left;
	width: 50%;
	height: 100%;
}
.footer-right img {
	float: right;
	margin: 37px 15px 0 0;
}
.footer-right-content {
	float: right;
	margin: 210px -18px 0;
}
.footer-right span {
	display: block;
	font-size: 44px;
	color: #e6007e;
}
.footer-social-media-icons {
	display: inline-block;
	float: left;
	font-size: 0;
	height: 30px;
	margin-top: 10px;
}
.footer-social-media-icons a {
	height: 37px;
}
.footer-social-media-icons svg {
	width: 30px;
	height: 30px;
	margin: 0 4px 0 0;
	fill: #9d9d9c;
	transition: all .5s;
}
.footer-social-media-icons svg:hover {
	fill: #e6007e;
}

.footer-divide-line {
	position: absolute;
	bottom: 65px;
	width: 100%;
	height: 3px;
	background: #e6007e;
	z-index: -1;
}

/*
	========================================================
	STANDARD INNER PAGE STYLES
	========================================================
*/

/*
	====================
 	Banner Image
	====================
*/

.inner-page-banner {
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
}
.inner-page-banner img {
	width: 100%;
	height: auto;
}

/*
	====================
	Inner Page Block 1
	====================
*/

.inner-page-block-1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	text-align: left;
}
.inner-page-block-1 h1 {
	margin-bottom: 10px;
}
.inner-page-block-1 p {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 40px 0;
}
.stand-alone-link {
	display: inline-block;
	width: 35%;
	min-height: 104px;
	font-size: 20px;
	padding: 40px 0 0;
	margin-bottom: 30px;
	transition: all .5s;
	color: #666;
	background-color: #efeff1;
	border-radius: 6px;
	vertical-align: top;
}
.stand-alone-link:hover {
	color: #e6007e;
}
.inner-page-block-1 ul,
.inner-page-block-1 ol {
	padding: 0 0 20px 20px;
	list-style-position: inside;
}
.inner-page-block-1 li {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.inner-page-block-1 a:hover {
	transition: all .5s;
	color: #e6007e;
}
.inner-page-image-band {
	margin: 20px 0 30px;
}
.founders-container {
	float: right;
	padding: 0 0 30px 50px;
}
.youtube-video {
	display: block;
	margin: 30px auto;
	border: 10px solid #eee;
	border-radius: 6px;
}
.flickr-img {
	height: 50px;
	padding-bottom: 6px;
	vertical-align: middle;
}
.sponsors-image-link {
	padding-top: 30px;
}
.sponsors-image-link img {
	display: block;
	max-width: 310px;
	margin: 0 auto;
}
.convincing,
#convincing p {
	font-weight: 600;
	color: #e6007e;
}
.expandCourse {
	text-align: center;
	cursor: pointer;
	margin: 10px 0;
	background-color: #ededef;
}
.new-button,
.devoted-form input.new-button {
	font-size: 22px;
  color: #fff !important;
  background: #e6007e;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  transition: all .5s;
}
.devoted-form input.new-button {
	padding: 5px 20px;
}
a.new-button:hover {
	background: #91004e;
}
button.new-button {
	margin-bottom: 25px;
}
button.new-button:hover {
	background-color: #91004e;
}

.inner-page-news-block {
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
}
.inner-page-news-block img {
	width: 100%;
	height: auto;
}
.inner-page-news-block svg {
	position: absolute;
	right: 4%;
	bottom: 10%;
	width: 47px;
	fill: #fff;
	transition: all .5s;
}
.inner-page-news-block svg:hover {
	fill: #e6007e;
}

#inner-news {
	display: none;
}

/*
	========================================================
	JUDGING PANEL PAGE STYLES
	========================================================
*/


.judging-b1 {
	max-width: 800px;
	text-align: center;
	padding-bottom: 50px;
}
.judging-b1 p {
	max-width: 650px;
	margin: 0 auto 30px;
}

select {
	width: 360px;
	height: 66px;
	font-size: 22px;
	padding: 0 22px;
	border: 0;
	border-radius: 6px;
	color: #fff;
	background: url(../images/arrow-down.svg) no-repeat right #a0a0a0;
	background-size: 34px 20px;
	background-position: 304px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus,
select:active,
select:hover {
	outline: none;
}
option {
	font-size: 14px; /* Was set to 22px which is HUGE! Needs to be smaller for most dropdowns */
	font-weight: 300;
}
.categoryDescription {
	width: 100%;
	max-width: 1440px;
	min-height: 200px;
	background-color: #a6a6a6;
	margin: 0 auto;
    padding:0 0 1em;
}
.categoryDescriptionContent {
	width: 725px;
	color: #fff;
	margin: 0 auto;
}
.categoryDescriptionContent h1 {
	padding-top: 40px;
	color: #e6007e;
}
.categoryDescriptionContent p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
.categoryDescriptionContent a {
	color: #fff;
	text-decoration: underline;
}

.categoryPeople {
	display: block;
	width: 100%;
	max-width: 1184px;
	/*height: 162px;*/
	margin: 42px auto 0;
	background-color: #eee;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: left;
}
.categoryPeople ~ .categoryPeople {
	margin-top: 32px;
}
.categoryPeopleImage {
	display: inline-block;
	float: left;
	width: 10%; /*width: 174px;*/
	/*height: 162px;*/
	height: auto;
	font-size: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.categoryPeopleInformation {
	display: inline-block;
	float: left;
	/*width: 100%;
	max-width: 720px;
	padding: 0 0 0 20px;*/
    padding: 0 0 0 20px;
    width: 88%;
}
.categoryPeopleName {
	font-size: 25px;
	font-weight: 600;
	color: #91004e;
	margin: 0;
	padding: 24px 0 0;
}
.categoryPeopleDescription {
	display: block;
	font-size: 25px;
	font-weight: 300;
	color: #91004e;
	margin: 6px 0 0;
}
.dropdownTrigger {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	background-color: #91004e;
	padding: 10px 20px;
	margin: 10px 0 0;
	border-radius: 6px;
	cursor: pointer;
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	user-select: none;
}
#svg-arrow-down {
	position: absolute;
	right: 20px;
	bottom: 11px;
	width: 34px;
	height: 18.69px;
	stroke: #e6007e;
	transition: all .5s;
}
#svg-arrow-down:hover {
	stroke: #fff;
}
.svg-arrow-down-white {
	stroke: #fff !important;
}
#svg-arrow-down-accordion {
	right: 20px;
	bottom: 11px;
	width: 34px;
	height: 18.69px;
	stroke: #e6007e;
	transition: all .5s;
}
#svg-arrow-down-accordion:hover {
	stroke: #91004e;
}
.categoryPeopleProfile {
	display: none;
	position: absolute;
	width: 72%; /*width: 700px;*/
	/*height: 300px;*/
	overflow: auto;
	/*font-size: 20px;
	line-height: 30px;*/
    font-size: 16px;
    line-height: 1.5;
	color: #000;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	z-index: 1;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.21);
}
.categoryPeopleProfile p {

}
.visible {
	display: block;
}



/*
	========================================================
	NATIONAL & REGIONAL WINNERS PAGE STYLES
	========================================================
*/


.award-winners {
	width: 100%;
	max-width: 1174px;
	margin: 36px auto 0;
}

.award-winners__title {
	width: 100%;
	text-align: left;
	padding: 16px 32px;
	margin-bottom: 3px;
	background-color: #91004e;
	border-radius: 6px;
}
.award-winners__title h2 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding: 0;
	margin: 0;
}

.award-winners__title h2 span {
	font-weight: 300;
}
.award-winners__details {
	float: left;
	width: calc(100% - 641px);
	height: 175px;
	background-color: #eee;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	text-align: left;
}
.award-winners__details h3 {
	font-size: 25px;
	font-weight: 600;
	color: #91004e;
	padding: 24px 32px 12px;
	margin: 0;
}
.award-winners__details h4 {
	font-size: 25px;
	color: #91004e;
	padding: 0 32px 16px;
	margin: 0;
}
.award-winners a {
	font-size: 20px;
	padding: 10px;
	margin-left: 32px;
	color: #fff;
	background-color: #45a4c9;
	border-radius: 6px;
	transition: all .5s;
}
.award-winners a:hover {
	color: #c6e7ff;
}
.award-winners a:hover .cls-1-d,
.award-winners a:hover .cls-2-d {
	stroke: #c6e7ff!important;
}

/* National Winners */
.award-winners__title.national {
	background-color: #e6007e;
}
.award-winners__title.national h2 {
	/*color:#91004e;*/
}
.award-winners__details.national {
	background-color: #feed01;
}
.award-winners__medals.national {
	background-color: #feed01;	
}

#diamond-svg {
	width: 28px;
	height: 24.55px;
	margin: 0 0 -5px;
}
.cls-1-d,
.cls-2-d {
	stroke: #fff !important;
	transition: all .5s;
}
.award-winners__medals {
	float: left;
	width: 379px; /* 9px added as image size changed - JM - 25/10/17 */
	height: 175px;
	background-color: #eee;
}
.award-winners__medals img {
	float: right;
	width: 79px;
	margin: 22px;
}
.award-winners__image {
	float: right;
	width: 262px; /* 9px subtracted as image size changed - JM - 25/10/17 */
}

/* ==== REGIONAL ONLY STYLES ==== */

.region-selector-block {
	width: 100%;
	max-width: 1174px;
	margin: 0 auto;
	text-align: left;
}
.region-selector-block h2 {
	font-size: 30px;
	font-weight: 300;
	color: #6a0f5a;
	padding: 0;
	margin: 0 0 17px;
}
.region-selector-block ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
}
.region-selector-block li {
	display: inline-block;
	font-size: 29px;
	color: #fff;
	padding: 20px 30px;
	background-color: #cfcfcf;
	border-radius: 6px;
	margin-bottom: 7px;
	cursor: pointer;
	transition: all .5s;
}
.region-selector-block li:hover {
	background-color: #b1b1b1;
}
.region-selected {
	background-color: #a0a0a0 !important;
}
.region-selector-block a {
	color: #fff;
}
.region-selector-block a:hover {
	color: #fff;
}


/*
	========================================================
	VOTE CATEGORIES PAGE STYLES
	========================================================
*/

.vote-categories {
	width: 100%;
	max-width: 1174px;
	margin: 65px auto 0;
	text-align: left;
}
.vote-categories h2 {
	font-size: 30px;
	text-align: left;
	color: #787878;
}
.vote-categories span {
	color: #6a0f5a;
}
.category-block {
	display: inline-block;
	position: relative;
	width: 269px;
	height: 269px;
	text-align: center;
	margin: 10px 10px 10px 0;
	overflow: hidden;
	transition: all .5s ease;
}
.category-block a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.category-block a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.category-block a:hover:before {
 	/*-webkit-box-shadow: inset 0 0 0 5000px rgba(255, 255, 255, 0.76);
	-moz-box-shadow: inset 0 0 0 5000px rgba(255, 255, 255, 0.76);
	box-shadow: inset 0 0 0 5000px rgba(255, 255, 255, 0.76);
	z-index: 1;*/
}
.category-block a:hover,
.category-block a:hover > span,
.category-block a:hover > img, {
	-webkit-box-shadow: inset 0 0 0 5000px rgba(255, 255, 255, 0.76);
	-moz-box-shadow: inset 0 0 0 5000px rgba(255, 255, 255, 0.76);
	box-shadow: inset 0 0 0 5000px rgba(255, 255, 255, 0.76);
}
.category-block a:hover > img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.category-block img {
	height: 100%;
	width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.category-block div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 122px;
	background-color: rgba(207, 0, 90, 0.7);
}
.category-block h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 196px;
	height: 66px;
	font-size: 23px; /* was 28px */
	line-height: 66px;
	color: #fff;
	margin: -33px 0 0 -98px;
}
.category-block h3 span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	color: #fff;
}

.category-block h4.noentrants {
    color:#000;
    font-size: 28px;
    left: 0;
    line-height: 1.7;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display:none;
    font-weight:bold;
}


/*
	========================================================
	VOTE SELECTOR PAGE STYLES
	========================================================
*/

.vote-selector-page {
	width: 100%;
	max-width: 1174px;
	margin: 55px auto 0;
	text-align: left;
}
.vote-selector-page h2 {
	font-size: 30px;
	margin: 0;
	color: #787878;
}
.selected-region {
	color: #e6007e;
}
.selected-voting-category {
	color: #6a0f5a;
}
.selection-option {
	display: inline-block;
	float: left;
	width: 360px;
	height: 100px;
	border-bottom: 2px solid #e5e5e5;
	margin: 40px 30px 0 0;
}
.selection-option h3 {
	font-size: 28px;
	margin: 0;
}
.option-company-name {
	color: #6a0f5a;
}
.option-company-name.inblue {
    color:#337ab7;
}
.option-location {
	color: #787878;
}

/*
	========================================================
	GET UPDATES PAGE STYLES
	========================================================
*/

.inner-page-block-1.get-updates-page {
  max-width: 800px;
  text-align: center;
}
.get-updates-page form {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	background-color: #eee;
	border-radius: 6px;
}
.get-updates-page .form-horizontal .form-group {
	margin: 25px 15px;
}

/*
	========================================================
	GET IN TOUCH PAGE STYLES
	========================================================
*/

.get-in-touch {
	max-width: 800px;
	margin: 0 auto;
}
.get-in-touch fieldset {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	background: #eee;
	border-radius: 6px;
}
.get-in-touch label {
	display: block;
}
.get-in-touch input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 0 0 25px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.get-in-touch textarea {
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 6px 12px;
}
input.submit-button {
	width: 120px;
  height: initial;
  font-size: 22px;
  padding: 10px 20px;
  margin: 20px auto 0;
  color: #fff;
  background: #e6007e;
  transition: all .5s;
}
input.submit-button:hover {
	background-color: #91004e;
}

/* Share icon SVG files */
svg.shareicon {
    float: left;
    margin: 1em 0 0;
    width: 50%;
}
svg.shareicon.facebook {
    fill:#3b5998;
}
svg.shareicon.twitter {
    fill:#4099ff;
}

/*
	========================================================
	Devoted PAGE STYLES
	========================================================
*/

.devoted-form form {
	width: 100%;
	max-width: 600px;
	padding: 20px;
	margin: 0 auto;
	background-color: #eee;
	border-radius: 6px;
}
.devoted-form .form-group {
	margin: 25px 15px;
}
.devoted-form label {
	display: block;
	text-align: center;
}
.devoted-form input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.devoted-form .radio label {
	text-align: left;
	padding-left: 30px;
}
.devoted-form input[type="radio"] {
	left: 0;
	width: 20px;
	height: 20px;
	margin: 0;
}
.devoted-form textarea {
	width: 100%;
	min-height: 100px;
}

/*
    ========================================================
    CMS SPECIFIC STYLES
    ========================================================
*/
body.admin {
    text-align:left;
}
body.admin .login-box {
    display:block;
}
body.admin .row, body.admin header, body.admin footer {
    margin: 0 auto;
    max-width: 1440px;
}
body.admin header {
    border-bottom: 2px solid #000;
    margin:0 auto 1em;
}
body.admin footer {
    border-top: 2px solid #000;
    margin:1em auto 0;
}
body.admin .admin-nav {
    background:#eee;
}
body.admin input[type="file"] {
    display: block;
    margin: 0 0 1em;
    min-height: 50px;
}


/*
    ========================================================
    Entrant Winner Badges
    ========================================================
*/
.winnerlogos {
	text-align:left;
	overflow:hidden;
}
.winnerlogos .imgleft {
	float:left;
	margin:0 1em 0 0;
}

/*#shortlisted-logos {}*/


/*
    ========================================================
    PayPal Button Styling
    ========================================================
*/
.paypal-box {
	width: 100%;
	max-width: 400px;
	background: #efefef;
	padding: 20px;
	border-radius: 20px;
	/*float: right;
	margin: 0 0 0 2em;*/
	margin:0 auto;
}
.paypal-box p {
	margin: 0 0 0.5em !important;
	font-size: 17px;
}
.paypal-box select {
	background: url(../images/arrow-down.svg) no-repeat right #91004e;
	background-size: 34px 20px;
	background-position: 304px;
	width: 100%;
	max-width: 360px;
	height: 45px;
	font-size: 16px;
	margin-bottom: 30px;
}
.paypal-box .enter-1 p, .paypal-box .enter-2 p {
	width: 100%;
}
.paypal-box .enter-1 input[type=text], .paypal-box .enter-2 input[type=text] {
	width: 100%;
	max-width: 400px;
	padding: 0.5em;
}
.paypal-box input[name=submit] {
	padding:20px 0 0;
}


/*
    ========================================================
    JUDGES LOGIN SPECIFIC STYLES
    ========================================================
*/
body.judge {
    text-align:left;
}
body.judge .row, body.judge header, body.judge footer {
    margin: 0 auto;
    max-width: 1440px;
}
body.judge header {
    border-bottom: 2px solid #000;
    margin:0 auto 1em;
}
body.judge footer {
    border-top: 2px solid #000;
    margin:1em auto 0;
}

body.judge .judging td {
    vertical-align: middle;
}

body.judge .judging .green td {
    background:#e5edc8;
}

body.judge .judging .purple td {
    background:#91004e;
}

body.judge .judging .lightgreen td {
    background:#dff0d8;
}

body.judge .judging .grey td {
    background:#efefef;
}

body.judge .entry-details h2 {
    padding:1em 0 0.5em;
}

body.judge .entry-details h3 {
    border-bottom: 2px solid #91004e;
    color: #91004e;
    line-height: 1;
    padding:0.5em 0;
    font-size:20px;
}

body.judge .entry-details p.purple {
    color:#91004e;
}

body.judge img.companyphoto {
	margin:0 0 1em;
}

.photo-pager, .video-pager, .comment-pager {
    margin:1em 0 0;
}

#videoslider, #videoslider li {
    margin:0;
    padding:0;
    width:100%;
    font-size: 0;
}

#comments {
    border:1px solid #ddd;
    padding:1%;
}

.commentbox {
    background:#eee;
    padding:1em 1em 0.2em;
}

.commentbox h4 {
    color:#91004e;
    margin:0 0 0.4em
}

#slideshow .cycle-slideshow, #videoslider.cycle-slideshow {
    background:#eee;
}
#slideshow .cycle-slideshow img {
    maxwidth:100%;
}



/* Entrant Dashboard */
#categoryimg {
    max-width:100%;
}

/*
	==========================================================================

	MEDIA QUERIES - 1440PX

	==========================================================================
*/

@media all and (max-width: 1439px) {

	/*
		==================================
		Block-3 - 1440px
		==================================
	*/

	.block-3__section-1,
	.block-3__section-2 {
		float: none;
		width: 100%;
	}
	.plan-your-wedding,
	.latest-events {
		width: calc(100% - 370px);
	}

	/*
		==================================
		Block-4 - 1440px
		==================================
	*/

	.block-4 {
		height: 370px;
	}
	.hp-news-sign-up div,
	.hp-gallery div {
		position: relative;
		margin: 0 auto;
	}
	.hp-news-sign-up div h5,
	.hp-gallery div h5 {
		padding-top: 110px;
	}
	.hp-news-sign-up {
		width: 40%;
		margin-left: 5%;
		background: #91004e;
	}
	.hp-news-sign-up svg {
		display: block;
		left: 20px;
	}
	.hp-gallery {
		float: right;
		width: 40%;
		margin-right: 5%;
		background: #91004e;
	}
	.hp-gallery a {
		display: none;
	}
	.hp-gallery .gallery-svg {
		display: block;
		top: 35px;
		right: 20px;
	}
	.twitter-feed {
		display: none;
	}



} /* End of media query */


/*
	==========================================================================

	MEDIA QUERIES - 1250PX

	==========================================================================
*/

@media all and (max-width: 1250px) {

	/*
		==================================
		Page Config - 1250px
		==================================
	*/



	/*
		==================================
		Header - 1250px
		==================================
	*/

	header {
		width: 95%;
	}
	.header-logo {
		width: calc(100% - 780px);
	}
	.header-logo img {
		min-width: 200px;
	}
/*	.user-participation__enter,
	.user-participation__nominate,
	.user-participation__vote {
		font-size: 24px;
		margin-right: 20px;
	}
	.user-participation__directory {
		font-size: 24px;
		padding: 8px;
	}

	.aboutDropdownLinks{
		width: 56%;
	}
	.aboutDropdownImage {
		width: 41%;
	}*/

	/*
		==================================
		Block-2 - 1250px
		==================================
	*/

	.block-2 div {
		width: 460px;
	}
	.block-2 h3 {
		font-size: 38px;
	}

	/*
		==================================
		Testimonials - 1250px
		==================================
	*/

	.hp-open-quote {
		left: 3%;
		width: 75px;
	}
	.hp-close-quote {
		right: 3%;
		width: 75px;
	}

	/*
		==================================
		Footer - 1250px
		==================================
	*/

	/*
		==================================
		Inner Page - 1250px
		==================================
	*/

	.inner-page-block-1 {
		width: 95%;
	}


	footer {
		width: 95%;
	}

	/*
	====================================
	Judging Panel - 1250px
	====================================
	*/

	.categoryPeople {
		width: 90%;
	}



	/*
		==================================
		National/Regional Winners - 1250px
		==================================
	*/

	.award-winners {
		width: 90%;
	}
	.award-winners__details {
		width: calc(100% - 574px);
	}
	.award-winners__details h3 {
		font-size: 22px;
		padding: 18px 0 9px 32px;
	}
	.award-winners__details h4 {
		font-size: 22px;
		padding: 0 0 13px 32px;
	}
	.award-winners a {
		font-size: 18px;
	}
	#diamond-svg {
		width: 25px;
	}
	.award-winners__medals {
		width: 303px;
	}
	.award-winners__medals img {
		margin: 22px 11px;
	}

	/* ==== REGIONAL ONLY STYLES ==== */

	.region-selector-block {
		width: 90%;
	}
	.region-selector-block h2 {
		font-size: 25px;
	}
	.region-selector-block li {
		font-size: 25px;
	}

	/*
		==================================
		Vote Categories - 1250px
		==================================
	*/

	.vote-categories {
		width: 90%;
	}
	.vote-categories h2 {
		font-size: 25px;
	}

	/*
		==================================
		Vote Selector - 1250px
		==================================
	*/

	.vote-selector-page {
		width: 90%;
	}
	.vote-selector-page h2 {
		font-size: 25px;
	}
	.selection-option {
		width: 276px;
		height: 90px;
	}
	.selection-option h3 {
		font-size: 22px;
	}

} /* end of media query breakpoint */

/*
	==========================================================================

	MEDIA QUERIES - 1100PX

	==========================================================================
*/


@media all and (max-width: 1100px) {
	.hp-open-quote {
		left: 2%;
		width: 60px;
	}
	.hp-close-quote {
		right: 2%;
		width: 60px;
	}
}

/*
	==========================================================================

	MEDIA QUERIES - 1000PX

	==========================================================================
*/

@media all and (max-width: 1000px) {

	/*
		==================================
		Page Config - 1000px
		==================================
	*/

	#sidebar {
		text-align: center;
		clear:left; /* Added to stop the 2nd tab (like add video) from being hidden by the sidebar on mobile/tablets */
	}
	#sidebar img {
		float: none;
	}



	/*
		==================================
		Header Media Queries - 1000px
		==================================
	*/

	header {
		width: 100%;
		height: auto;
		padding: 0 2.5% 20px;
		background-color: #efefef;
	}
	.header-logo {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.header-logo img {
		min-width: 300px;
		width: 100%;
	}
	.user-participation {
		display: block;
		float: none;
	}
	.mobile-nav-button {
		display: block;
		left: 2.5%;
	}
	.nav-selected {
		left: -1px;
	}
	nav ul {
		position: absolute;
		left: -225px;
		top: 0px;
		width: 225px;
		height: 220vh;
		padding-left: 2.5%;
		background-color: #fff;
		z-index: 3;
	}
	nav li {
		display: block;
		float: left;
		clear: left;
		text-align: left;
	}
	.home {
		margin-top: 60px;
	}
	.user-participation__enter,
	.user-participation__nominate,
	.user-participation__vote {
		padding: 5px 10px;
		background-color: #fff;
		border-radius: 6px;
		margin-right: 10px;
	}
	.user-participation__directory {
		padding: 5px 10px;
		background-color: #45a4c9;
		border-radius: 6px;
	}
	.user-participation__enter img,
	.user-participation__nominate img,
	.user-participation__vote img,
	.user-participation__directory img {
		width: 16px;
		height: auto;
		vertical-align: baseline;
	}
	.user-participation__enter span,
	.user-participation__nominate span,
	.user-participation__vote span,
	.user-participation__directory span {
		font-size: 18px;
	}

	/* dropdowns - 1000px */

	.submenuChildren {
		position: relative;
		box-shadow: none;
	}
	.submenuChildren__left {
		position: relative;
		height: auto;
		min-height: auto;
		padding: 0;
		background: none;
	}
	.submenuChildren ul {
		position: relative;
		left: 0;
		width: 200px;
		height: auto;
		padding-left: 5px;
	}
	.submenuChildren__left {
		width: auto;
		height: auto;
		padding: 0;
	}
	.submenuChildren__left h4 {
		display: none;
	}
	.submenuChildren__right {
		display: none;
	}
	.submenuChildren__left li a {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.about-the-awardsDropdownLinks ul li,
	.regional-eventsDropdownLinks ul li {
		width: auto;
	}

	.dropdown-breaker {
		display: none;
	}
	li a.dropdownHeading {
		font-weight: 300;
		color: #646363;
	}



	/*
		==================================
		Block-1 - 1000px
		==================================
	*/

	.block-1 {
		width: 90%;
		height: auto;
	}


	/*
		==================================
		Block-2 - 1000px
		==================================
	*/

	.block-2 {
		height: 674px;
		overflow: auto;
		background-position: 17% 50%;
		margin-bottom: 20px;
	}
	.block-2 div {
		display: block;
		width: 90%;
		height: 280px;
		margin: 38px auto 0;
		overflow: auto;
	}
	.block-2 h2 {
		font-size: 84px;
		margin: 20px 0 10px;
	}
	.block-2 h3 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.block-2 p {
		display: none;
	}
	.block-2 a {
		margin-top: 0;
	}
	#trophy {
		width: 60px;
		height: 53.05px;
	}
	#film {
		width: 60px;
		height: 51.22px;
	}
	.block-2 span {
		font-size: 36px;
		margin-top: 5px;
	}
	.block-2__film span {
		margin-top: 15px;
	}

	/*
		==================================
		Testimonials - 1000px
		==================================
	*/

	.testimonials {
		display: none;
	}


	/*
		==================================
		Block-3 - 1000px
		==================================
	*/

	.block-3__section-1,
	.block-3__section-2 {
		margin-bottom: 20px;
	}

	/*
		==================================
		Block-4 - 1000px
		==================================
	*/

	.block-4 {
		height: 330px;
		margin-top: 0;
	}

	/*
		==================================
		Footer - 1000px
		==================================
	*/

	footer {
		height: 420px;
	}
	.footer-left {
		width: 100%;
	}
	.footer-right {
		position: absolute;
		right: 0;
		float: none;
		width: auto;
	}
	.footer-right img {
		float: left;
		width: 150px;
		margin: 180px -150px 0 0;
	}
	.footer-right-content {
		float: right;
		margin: 59px 0 0;
	}
	.footer-divide-line {
		bottom: 75px;
	}

	/*
		=======================================
		Standard inner page - 1000px
		=======================================
	*/

	.inner-page-block-1 {
		width: 90%;
	}
	.youtube-video {
		width: 600px;
		height: 337px;
	}

	/*
		====================================
		Judging Panel - 1000px
		====================================
	*/

	.categoryDescriptionContent {
		width: 90%;
	}
	.categoryPeopleInformation {
		position: relative;
		width: calc(100% - 174px);
	}
	.categoryPeopleName {
		padding-top: 10px;
	}
	.dropdownTrigger {
		width: 90%;
	}
	.categoryPeopleProfile {
		width: 90%;
	}


	/*
		========================================
		National/Regional Winners - 1000px
		========================================
	*/

	.award-winners__details {
		width: calc(100% - 303px);
		height: 150px;
	}
	.award-winners__medals {
		height: 150px;
		padding-right: 32px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	.award-winners__medals img {
		width: 65px;
	}
	.award-winners__image {
		display: none;
	}

	/* ==== REGIONAL ONLY STYLES ==== */

	.region-selector-block h2 {
		font-size: 22px;
	}
	.region-selector-block li {
		font-size: 22px;
		padding: 15px 16px;
	}

	/*
		==================================
		Vote Categories - 1000px
		==================================
	*/

	.vote-categories {
		margin-top: 30px;
	}
	.category-block {
		width: 200px;
		height: 200px;
	}
	.vote-categories h2 {
		font-size: 22px;
	}
	.category-block div {
		height: 66px;
	}
	.category-block h3 {
		font-size: 20px;
	}

} /* end of media query breakpoint */



/*
	==========================================================================

	MEDIA QUERIES - 767PX

	==========================================================================
*/

@media all and (max-width: 767px) {

	h1 {
		font-size: 26px;
		line-height: 35px;
		padding: 25px 0 15px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
		padding: 15px 0;
	}
	/*
		==================================
		Block-1 - 767px
		==================================
	*/

	.block-1 h1 {
		line-height: 36px;
	}
	.block-1 p {
		font-size: 18px;
		line-height: 27px;
	}
	.block-1 img {
		margin-right: 8px;
	}
	.block-1 span {
		font-size: 18px;
	}
	.block-1__enter img,
	.block-1__nominate img,
	.block-1__vote img {
		width: 27px;
	}

	/*
		==================================
		Block-2 - 767px
		==================================
	*/

	.block-2 {
		margin-bottom: 0;
	}
	.block-2 h2 {
		font-size: 70px;
	}
	.block-2 h3 {
		font-size: 45px;
	}
	#trophy {
		width: 45px;
		height: 39.78px;
	}
	.block-2 span {
		font-size: 30px;
	}


	/*
		==================================
		Block-3 - 767px
		==================================
	*/

	.block-3 {
		margin-bottom: 20px;
	}
	.block-3__section-1,
	.block-3__section-2 {
		margin-bottom: 0;
	}
	.wedding-image,
	.events-image {
		display: none;
	}
	.plan-your-wedding,
	.latest-events {
		width: 100%;
	}

	/*
		==================================
		Block-4 - 767px
		==================================
	*/

	.hp-news-sign-up,
	.hp-gallery {
		width: 45%;
		margin: 0;
	}


	/*
		==================================
		Footer- 767px
		==================================
	*/

	footer {
		height: 380px;
	}
	.footer-logo {
		margin-top: 25px;
	}
	.footer-logo img {
		min-width: 259px;
		max-width: 260px;
		width: 100%;
	}
	.footer-right {
		width: 160px;
	}
	.footer-right img {
		position: absolute;
		bottom: 74px;
		right: 20px;
		width: 74px;
		margin: 0;
	}
	.footer-right-content {
		margin-top: 30px;
	}
	.footer-right span {
		font-size: 28px;
	}
	.footer-social-media-icons {
		height: 30px;
		margin-top: 2px;
	}
	.footer-social-media-icons a {
		height: 30px;
		margin-bottom: 4px;
	}
	.footer-social-media-icons svg {
		width: 30px;
		height: 30px;
	}
	.footer-divide-line {
		bottom: 85px;
	}

	/*
		========================================================
		Standard inner page - 767px
		========================================================
	*/

	.inner-page-news-block {
		display: none;
	}
	#inner-news {
		display: block;
		width: 100%;
		height: 330px;
	}
	.inner-page-block-1 p {
		font-size: 18px;
		line-height: 27px;
		margin: 0 auto 34px;
	}
	.stand-alone-link {
		font-size 18px;
		margin-bottom: 27px;
	}
	.inner-page-block-1 ul {
		padding-bottom: 10px;
	}
	.inner-page-block-1 li {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 18px;
	}
	.inner-page-image-band {
		text-align: center;
	}
	.youtube-video {
		width: 288px;
		height: 162px;
	}

	/*
		====================================
		Judging Panel - 767px
		====================================
	*/

	.judging-b1 {
		width: 90%;
	}
	select {
		width: 300px;
		height: 50px;
		font-size: 24px;
		background-size: 28px;
		background-position: 250px;
	}
	.categoryDescription {
		height: auto;
		padding-bottom: 20px;
	}
	.categoryPeopleName {
		font-size: 20px;
	}
	.categoryPeopleDescription {
		font-size: 18px;
		margin-top: 16px;
	}
	.dropdownTrigger {
		width: 95%;
		font-size: 18px;
		padding: 10px;
	}
	#svg-arrow-down {
		right: 10px;
		bottom: 9px;
	}


	/*
		========================================================
		National/Regional Winners - 767px
		========================================================
	*/

	.award-winners__title {
		padding: 10px 16px;
	}
	.award-winners__title h2 {
		font-size: 18px;
	}

	.award-winners__profile-container {
		position: relative;
		background-color: #eee;
		border-radius: 6px;
	}
	.award-winners__details {
		width: 100%;
		height: 155px;
		padding-bottom: 20px;
		border-radius: 6px;
	}
	.award-winners__details h3,
	.award-winners__details h4 {
		font-size: 18px;
		padding-left: 16px;
	}
	.award-winners a {
		font-size: 16px;
		margin-left: 16px;
	}
	#diamond-svg {
		width: 20px;
		height: 18.53px;
		padding-bottom: 1px;
	}
	.award-winners__medals {
		position: absolute;
		right: 0;
		width: 187px;
		height: 155px;
		padding-right: 16px;
		background: transparent;
	}
	.award-winners__medals img {
		width: 45px;
		margin: 39px 6px 0;
	}

	/* ==== REGIONAL ONLY STYLES ==== */

	.region-selector-block h2 {
	 font-size: 18px;
	 margin: 0 0 10px;
	}
	.region-selector-block li {
		font-size: 18px;
		padding: 10px;
		margin-bottom: 4px;
	}

	/*
		==================================
		Vote Categories - 767px
		==================================
	*/

	.vote-categories h2 {
		font-size: 18px;
	}

} /* end of media query breakpoint */

/*
	==========================================================================

	MEDIA QUERIES - 500PX

	==========================================================================
*/

@media all and (max-width: 500px) {

	/*
		==================================
		Header Media Queries - 500px
		==================================
	*/

	header {
		padding: 0 5% 20px;
	}
	.social-media-icons {
		height: 25px;
		margin: 4px 0 0 0; /*change margin right to 8px when login box is displayed*/
	}
	.social-media-icons a {
		width: 25px;
		height: 25px;
	}
	.social-media-icons svg {
		width: 25px;
		height: 25px;
		margin: 0;
	}
	.login-box {
		width: 100px;
		height: 30px;
	}
	.login-box img {
		width: 10px;
	}
	.login-box a {
		font-size: 16px;
		margin-left: 6px;
	}
	.header-logo img {
		min-width: 230px;
		width: 100%;
	}
	.user-participation__enter,
	.user-participation__nominate,
	.user-participation__vote,
	.user-participation__directory {
		font-size: 14px;
		padding: 6px 5.5px;
		margin-right: 0;
	}
	.user-participation__directory {
		padding: 6.5px 5.5px;
	}
	.user-participation__enter img,
	.user-participation__nominate img,
	.user-participation__vote img,
	.user-participation__directory img {
		width: 14px;
	}
	.user-participation__enter span,
	.user-participation__nominate span,
	.user-participation__vote span,
	.user-participation__directory span {
		font-size: 14px;
	}
	.mobile-nav-button {
		top: 9px;
		left: 5%;
	}
	.mobile-nav-icon {
		width: 25px;
	}
	.mobile-nav-icon span {
		height: 3px;
	}
	.mobile-nav-icon span:nth-child(2) {
		top: 6px;
	}
	.mobile-nav-icon span:nth-child(3) {
		top: 12px;
	}
	.mobile-nav-icon.is-active span:nth-child(1) {
		top: 6px;
	}
	.mobile-nav-icon.is-active span:nth-child(2) {
    left: -25px;
	}
	.mobile-nav-icon.is-active span:nth-child(3) {
		top: 6px;
	}
	nav ul {
		padding-left: 5%;
	}

	/*
	==================================
	Flexslider & Mobile Banner
	==================================
	*/

	.flex-container {
		display: none;
	}
	.mobile-banner {
		display: block;
	}
	.mobile-banner img {
		width: 100%;
	}

		/*
		==================================
		Block-1 - 500px
		==================================
	*/

	.block-1 p {
		font-size: 16px;
		line-height: 24px;
	}

	/*
		==================================
		Block-4 - 500px
		==================================
	*/

	.block-4 {
		height: 280px;
	}
	.hp-news-sign-up div,
	.hp-gallery div {
		width: auto;
		max-width: 175px;
	}
	.hp-news-sign-up div h5,
	.hp-gallery div h5 {
		font-size: 55px;
		padding-top: 100px;
	}
	#news-link {
		font-size: 55px;
		padding-bottom: 12px;
	}
	#gallery-link {
		font-size: 45px;
		padding-bottom: 13px;
	}
	.hp-news-sign-up a,
	.hp-gallery p {
		font-size: 35px;
	}


	/*
		==================================
		Footer Media Queries - 500px
		==================================
	*/

	footer {
		height: 310px;
	}
	.footer-logo img {
		min-width: 199px;
		max-width: 200px;
		width: 100%;
	}
	footer h6 {
		font-size: 16px;
	}
	.footer-left h6,
	.h6-styling {
		margin-top: 20px;
	}
	.footer-contact-details p,
	.footer-contact-details a,
	footer p {
		font-size: 14px;
	}
	.footer-address {
		width: 250px;
		margin-top: 16px;
	}
	.footer-nav {
		margin-top: 30px;
	}
	.footer-nav a {
		font-size: 14px;
	}
	.footer-right-content {
		margin-top: 27px;
	}
	.footer-right span {
		font-size: 20px;
	}
	.footer-social-meida-icons a {
		width: 25px;
		height: 25px;
	}
	.footer-social-media-icons svg {
		width: 25px;
		height: 25px;
		margin: 0;
	}
	.footer-right img {
		bottom: 34px;
	}
	.footer-divide-line {
		bottom: 46px;
	}


	/*
		========================================================
		Standard inner page - 500px
		========================================================
	*/

	#inner-news {
		float: none;
		width: 50%;
		height: 280px;
		margin: 0 auto;
	}
	.inner-page-block-1 p {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	.stand-alone-link {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.inner-page-block-1 li {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	/*
		====================================
		Judging Panel - 500px
		====================================
	*/

	select {
		width: 288px;
		height: 45px;
		font-size: 22px;
	}
	.categoryDescriptionContent p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.categoryPeople {
		position: relative;
		height: auto;
		padding-bottom: 15px;
		border-radius: 6px;
	}
	.categoryPeopleImage {
		position: absolute;
		right: 0;
		width: 87px;
		height: auto;
		/*height: 81px;*/
	}
	.categoryPeopleInformation {
		width: 100%;
	}
	.categoryPeopleName,
	.categoryPeopleDescription {
		width: calc(100% - 87px);
	}
	.categoryPeopleProfile {
		font-size: 16px;
		line-height: 24px;
	}



	/*
		========================================================
		National/Regional Winners - 500px
		========================================================
	*/

	.award-winners {
		margin-top: 25px;
	}
	.award-winners__title h2 {
		font-size: 16px;
	}
	.award-winners__details {
		height: auto;
	}
	.award-winners__details h3,
	.award-winners__details h4 {
		font-size: 16px;
		padding-right: 16px;
	}
	.award-winners a {
		margin-top: 95px;
	}
	.award-winners__medals {
		left: 12px;
		width: 171px;
		padding: 0;
	}
	.award-winners__medals img {
		float: left;
		margin-top: 85px;
	}

	/* ==== REGIONAL ONLY STYLES ==== */

	.region-selector-block h2 {
		font-size: 16px;
	}
	.region-selector-block li {
		font-size: 16px;
		padding: 6px;
	}
	/*
		==================================
		Vote Categories - 500px
		==================================
	*/

	.vote-categories {
		margin-top: 20px;
	}
	.vote-categories h2 {
		font-size: 16px;
	}
	.category-block {
		width: 120px;
		height: 120px;
	}
	.category-block div {
		height: 50px;
	}
	.category-block h3 {
		width: 120px;
		height: 50px;
		font-size: 12px;
		margin-left: -60px;
	}

	/*
		==================================
		Vote Selector - 500px
		==================================
	*/

	.vote-selector-page h2 {
		font-size: 18px;
	}
	.selection-option {
		height: 56px;
	}
	.selection-option h3 {
		font-size: 16px;
	}

} /* end of media query breakpoint */


/*
	==========================================================================

	MEDIA QUERIES - 406PX

	==========================================================================
*/
@media all and (max-width: 406px) {

	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	h2 {
		font-size: 22px;
		line-height: 29px;
	}

	/*
		==================================
		Block-1 - 406px
		==================================
	*/

	.block-1 {
		padding-bottom: 20px;
	}
	.block-1 h1 {
		line-height: 30px;
	}
	.block-1 ul {
		display: none;
	}

	/*
		==================================
		Block-2 - 406px
		==================================
	*/

	.block-2 {
		height: 520px;
		background-position: 30% 0%;
	}
	.block-2 div {
		height: 215px;
		margin: 30px auto 0;
	}
	.block-2  h2 {
		font-size: 50px;
		margin: 10px 0 5px;
	}
	.block-2 h3 {
		font-size: 35px;
		margin-bottom: 10px;
	}

} /* End of media query */

/*
	==========================================================================

	MEDIA QUERIES - 370PX

	==========================================================================
*/

@media all and (max-width: 370px) {

	/*
		==================================
		Header Media Queries - 370px
		==================================
	*/

	.user-participation__enter,
	.user-participation__nominate,
	.user-participation__vote {
		padding: 5px 8px;
		margin-right: 3px;
	}
	.user-participation__directory {
		padding: 5.5px 8px;
	}
	.user-participation__enter img,
	.user-participation__nominate img,
	.user-participation__vote img,
	.user-participation__directory img {
		display: none;
	}

	/*
		==================================
		Block-2 - 370px
		==================================
	*/

	.block-2__film {
		margin-top: 25px;
	}
	#film {
		width: 45px;
		height: 38.41px;
	}
	h3.block-2__second-h3 {
		margin: 25px 0;
	}
	.block-2 span {
		margin-top: 8px;
	}


	/*
		==================================
		Block-4 - 370px
		==================================
	*/

	.block-4 {
		height: 260px;
	}
	.hp-news-sign-up div h5,
	.hp-gallery div h5 {
		font-size: 50px;
		padding-top: 90px;
	}
	#news-link {
		font-size: 48px;
		padding-bottom: 9px;
	}
	#gallery-link {
		font-size: 38px;
		padding-bottom: 9px;
	}
	.hp-news-sign-up a,
	.hp-gallery p {
		font-size: 30px;
	}
	.hp-gallery p {
		margin-top: 6px;
	}
	.hp-news-sign-up svg {
		top: 14px;
	}
	.hp-gallery .gallery-svg {
		top: 25px;
	}


	/*
		==================================
		Footer- 370px
		==================================
	*/


	footer {
		height: 265px;
	}
	.footer-contact-details p,
	.footer-contact-details a,
	footer p {
		font-size: 11px;
		padding-top: 2px;
	}
	.footer-left {
		width: 94%;
	}
	.footer-left h6,
	.h6-styling {
		margin-top: 10px;
	}
	.footer-nav {
		margin-top: 20px;
	}
	.footer-nav a {
		font-size: 11px;
	}
	.footer-right-content {
		margin-top: 22px;
	}
	.footer-right-content h6 {
		display: none;
	}
	.footer-right span {
		display: none;
	}
	.footer-address {
		margin-top: 0;
	}
	.footer-social-media-icons {
		width: 77px;
	}
	.footer-social-media-icons a {
		height: 32px;
	}
	.footer-social-media-icons svg {
		width: 32px;
		height: 32px;
		margin: 0 4px 0 0;
	}
	.footer-right img {
		display: none;
	}
	.footer-divide-line {
		bottom: 57px;
	}

	/*
		========================================================
		Standard inner page - 370px
		========================================================
	*/

	#inner-news {
		min-width: 175px;
		height: 260px;
	}
	.hp-news-sign-up div, .hp-gallery div {
		max-width: 130px;
	}

} /* end of media query breakpoint */



.category-slider ul.slides li img{
	max-width: 100%;
}