.hero {
    position: relative;
    overflow: hidden;
    height: 475px;
}

.hero-advert	{margin-bottom:  0px;}
.hero-carousel	{margin-bottom: 30px;}

.hero picture.img-responsive {
	display: table-cell;
	height: 475px;
	width: 100%;
}

.hero img.img-responsive {
	height: inherit;
	max-width: unset;
}

.hero .outer-wrapper {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 475px;
}

.hero .middle-wrapper {
	display: table-cell;
	vertical-align: middle;
	background-attachment: scroll;
	background-repeat: repeat-x;
}

.hero-advert .middle-wrapper 	{background-image: url('../images/hero/advert-hero-tint.png');}
.hero-carousel .middle-wrapper 	{background-image: url('../images/hero/carousel-hero-tint.png');}

.hero-advert .inner-wrapper {
	margin: 0 200px;
	color: #fff;
	text-align: center;
}

@media only screen and (max-width : 1199px) {.hero-advert .inner-wrapper {margin: 0 200px;}}
@media only screen and (max-width :  991px) {.hero-advert .inner-wrapper {margin: 0  30px;}}

.hero-carousel .inner-wrapper,
.field-name-field-markup {
	width: 620px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

@media only screen and (max-width : 619px) {
	.hero-carousel .inner-wrapper,
	.field-name-field-markup {
		width: 100%;
	}
}

.hero-advert span.yellow-line {
	width: 200px;
	margin: 0 auto 25px auto;
}

.hero-advert .title {
	font-family: "ff-cocon-web-pro","Karla","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fbb040;
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 25px;
}

.hero-carousel .title {
	font-family: "ff-cocon-web-pro","Karla","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 66px;
	line-height: 66px;
	margin-bottom: 25px;
	text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.hero-advert .subtitle {
	font-family: "ff-cocon-web-pro","Karla","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 25px;
}

.hero-carousel .subtitle {
	font-size: 18px;
	line-height: 28px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 25px;
	text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width : 619px) {
	.hero-carousel .title		{font-size: 50px; line-height: 54px;}
	.hero-carousel .subtitle 	{margin-left: 20px; margin-right: 20px; line-height: 22px;}
}

@media only screen and (max-width : 767px) {
	.hero-advert .title 		{font-size: 28px; line-height: 34px;}
	.hero-advert .subtitle 		{font-size: 28px; line-height: 34px;}
	.hero-carousel .title 		{font-size: 50px; line-height: 54px;}
	.hero-carousel .title 		{margin-left: 30px; margin-right: 30px;}
}

@media only screen and (max-width : 419px) {
	.hero-advert .title 		{font-size: 20px; line-height: 26px;}
	.hero-advert .subtitle 		{font-size: 20px; line-height: 26px;}
	.hero-carousel .title 		{font-size: 38px; line-height: 38px;}
}

.hero-advert .btn {
	width: 220px;
	line-height: 40px;
}


.hero-carousel .markup,
.field-name-field-markup {
	margin: 0 auto;
	width: 617px;
}

@media only screen and (max-width : 619px) {
	.hero-carousel .markup,
	.field-name-field-markup {
		width: 449px;
	}
}

@media only screen and (max-width : 479px) {
	.hero-carousel .markup,
	.field-name-field-markup {
		width: 300px;
	}
}



/*
 * Carousel dropdown element
 */



.select-wrapper .select-wrapper .jump-menu,
.select-wrapper form.jump-menu .dropdown,
.select-wrapper form.jump-menu input {
	display: block;
	float: left;
	vertical-align: middle;
}

.select-wrapper .text,
.field-name-field-markup .text {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 46px;
	height: 46px;
    border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px; 
	-moz-border-radius: 10px 0 0 10px;
    background-color: rgba(122,104,174,0.88);
    padding: 0 22px;
}

@media only screen and (max-width : 619px) {
	.select-wrapper .text,
	.select-wrapper > span.divider,
	.field-name-field-markup .text {
		display: none;
	}
}

.select-wrapper .divider {
    display: table-cell;
    float: left;
    background-color: rgba(122,104,174,0.88);
	width: 1px;
	height: 46px;
	padding: 8px 0;
}

.select-wrapper .divider .bar {
    background-color: #fbb040;
    display: inline-block;
    height: 30px;
    width: 1px;
}

.select-wrapper form {
	display: block;
	float: left;
}

.select-wrapper input {
	font-size: 18px;
    border: inherit;
    height: 46px;
    width: 83px;
    border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0; 
	-moz-border-radius: 0 10px 10px 0;
    background-color: rgba(122,104,174,0.88);
}

@media only screen and (max-width : 479px) {
	.select-wrapper input {
		font-size: 14px;
		width: 52px;
	}
}


.select-wrapper input:hover,
.select-wrapper input:focus {
    background-color: rgba(246,179,49,0.88);	
}

.select-wrapper input:active {
    background-color: rgba(246,179,49,1);
}



/*
 * Easydropdown overrides on Metro theme
 */

.main-container .hero-carousel .dropdown,
.field-name-field-markup .dropdown {
	background: inherit;
	width: 365px;
}

@media only screen and (max-width : 479px) {
	.main-container .hero-carousel .dropdown
	.field-name-field-markup .dropdown {
		width: 320px;
	}
}

@media only screen and (max-width : 479px) {
	.main-container .hero-carousel .dropdown,
	.field-name-field-markup .dropdown {
		width: 247px;
	}
}



.main-container .hero-carousel .dropdown .selected,
.main-container .hero-carousel .dropdown li,
.field-name-field-markup .dropdown .selected,
.field-name-field-markup .dropdown li {
	height: 46px;
	background-color: rgba(122,104,174,0.88);
	color: #fff;
	text-align: left;
	padding: 14px 15px;
}

@media only screen and (max-width : 619px) {
	.main-container .hero-carousel .dropdown .selected,
	.main-container .hero-carousel .dropdown li,
	.main-container .hero-carousel .dropdown:hover,
	.field-name-field-markup .dropdown .selected,
	.field-name-field-markup .dropdown li,
	.field-name-field-markup .dropdown:hover {
	    border-radius: 10px 0 0 10px;
		-webkit-border-radius: 10px 0 0 10px; 
		-moz-border-radius: 10px 0 0 10px;
	}
}

@media only screen and (max-width : 479px) {
	.main-container .hero-carousel .dropdown .selected,
	.main-container .hero-carousel .dropdown li,
	.field-name-field-markup .dropdown .selected,
	.field-name-field-markup .dropdown li {
	    font-size: 14px;
	    line-height: 18px;
	}
}

@media only screen and (max-width : 619px) {
	.main-container .hero-carousel .dropdown.focus.open,
	.field-name-field-markup .dropdown.focus.open {
	    border-radius: 0 0 0 10px;
		-webkit-border-radius: 0 0 0 10px; 
		-moz-border-radius: 0 0 0 10px;
	}
}

.main-container .hero-carousel .dropdown .selected::after,
.main-container .hero-carousel .dropdown:hover .selected::after,
.field-name-field-markup .dropdown .selected::after,
.field-name-field-markup .dropdown:hover .selected::after {
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    box-shadow: inherit;
}

.main-container .hero-carousel .dropdown:hover,
.main-container .hero-carousel .dropdown.focus.open,
.field-name-field-markup .dropdown:hover,
.field-name-field-markup .dropdown.focus.open {
	background-color: rgba(122,104,174,1);	
}

.main-container .hero-carousel .dropdown.focus:after,
.field-name-field-markup .dropdown.focus:after {
	background: inherit;
}

.hero-carousel form.jump-menu .dropdown div,
.field-name-field-markup form.jump-menu .dropdown div {
    background: #7a68ae none repeat scroll 0 0;
    margin-top: 0;
    top: -230px;
    border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0;
}

.hero-carousel form.jump-menu.items-2 .dropdown div {top:  -92px;}
.hero-carousel form.jump-menu.items-3 .dropdown div {top: -138px;}
.hero-carousel form.jump-menu.items-4 .dropdown div {top: -184px;}
.hero-carousel form.jump-menu.items-5 .dropdown div {top: -230px;}

.field-name-field-markup form.jump-menu.items-2 .dropdown div {top:  -92px;}
.field-name-field-markup form.jump-menu.items-3 .dropdown div {top: -138px;}
.field-name-field-markup form.jump-menu.items-4 .dropdown div {top: -184px;}
.field-name-field-markup form.jump-menu.items-5 .dropdown div {top: -230px;}



/* Billboard overrides to recreate a DROPDOWN menu */

.node-billboard .field-name-field-markup form.jump-menu .dropdown div {
    border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}

.node-billboard .field-name-field-markup form.jump-menu.items-2 .dropdown div {top: 46px;}
.node-billboard .field-name-field-markup form.jump-menu.items-3 .dropdown div {top: 46px;}
.node-billboard .field-name-field-markup form.jump-menu.items-4 .dropdown div {top: 46px;}
.node-billboard .field-name-field-markup form.jump-menu.items-5 .dropdown div {top: 46px;}



.hero-carousel form.jump-menu .dropdown ul,
.field-name-field-markup form.jump-menu .dropdown ul {
	padding-left: 0;
}

.hero-carousel form.jump-menu .dropdown li,
.field-name-field-markup form.jump-menu .dropdown li {
	color: #fff;
}

.hero-carousel form.jump-menu .dropdown li.focus,
.field-name-field-markup form.jump-menu .dropdown li.focus {
    color: rgba(246,179,49,1); none repeat scroll 0 0;
    background-color: inherit;
}

.hero-carousel form.jump-menu .dropdown li.active,
.field-name-field-markup form.jump-menu .dropdown li.active {
    background: inherit;
}

.main-container .hero-carousel .dropdown .carat,
.field-name-field-markup .dropdown .carat {
    width: 18px;
    height: 10px;
    background: url('../images/system/drop-down-arrows.png') no-repeat;
    border: 0;
    right: 20px;
    border-width: inherit;
    content: inherit;
}

@media only screen and (max-width : 479px) {
	.main-container .hero-carousel .dropdown .carat,
	.field-name-field-markup .dropdown .carat {
		right: 15px;
	}
}


.hero-carousel .dropdown.open .carat,
.field-name-field-markup .dropdown.open .carat {
    border: 0;
    background-position: 0 -10px;
	-webkit-transform: inherit;
	-moz-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}


.main-container .hero-carousel .dropdown .carat::after,
.field-name-field-markup .dropdown .carat::after {
	display: none;
}

.main-container .hero-carousel .dropdown,
.main-container .hero-carousel .dropdown div,
.main-container .hero-carousel .dropdown li,
.main-container .hero-carousel .dropdown div::after,
.main-container .hero-carousel .dropdown .carat,
.main-container .hero-carousel .dropdown .carat::after,
.main-container .hero-carousel .dropdown .selected::after,
.main-container .hero-carousel .dropdown::after,
.field-name-field-markup .dropdown,
.field-name-field-markup .dropdown div,
.field-name-field-markup .dropdown li,
.field-name-field-markup .dropdown div::after,
.field-name-field-markup .dropdown .carat,
.field-name-field-markup .dropdown .carat::after,
.field-name-field-markup .dropdown .selected::after,
.field-name-field-markup .dropdown::after {
    transition: inherit;
}


