.sumome-contactform-pullouttab.sumome-contactform-pullouttab-right{
	display: none;
}
.global-theme{
	width: 100%;
	background:#000;
}
.container{
	width: 100%;
}
.inner-wrapper {
    width: 100%;
	max-width:1160px;
	margin: auto;
	text-align: center;
	margin-bottom:75px;
}
.winbox{
	height:290px;
	margin-bottom: 25px;
}
.winbox img{
	height:290px;
}
.inner-wrapper.judges .winbox{
	height:auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

	ul.ul-stick {
    	list-style: none;
    	padding: 10px 0px;

	}
	ul.ul-stick li {
	    padding-bottom: 20px;
	}
	ul.ul-stick li a{
	 	text-transform: uppercase;
	}
	.header-nav .container ul.nav.nav-pills.nav-link{
		display: none;
	}
}


/********************Banner*************************/
.premium-banner {
    text-align: center;

}
.premium-banner img,
.editors-pick img{
    width:100%;
	max-width:1600px;
	height:auto;
}

/***************HEADER*******************************/
.inner-wrapper .section-header {
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}
.section-title span {
    background-color: #000000;
	padding: 0 20px;
}
.section-title {
    color: #9f8845;
	background-attachment: scroll;
    /*background-image: url('../img/award-img/divider.png');*/
    background-repeat: repeat-x;
    background-position: center center;
	font-size: 30px;
    margin-bottom: 20px;
    position: relative;
	line-height: 150%;
	text-transform: uppercase;
}
.section-header .lead {
    color: #CCCCCC;
	overflow: hidden;
}
.winbox .role{
	color: #888888;
}
.winbox .role h4{
	color: #9f8845;
}
.section-header .lead p,
.section-header .lead ul{
    text-align: left;
	line-height:1.9em;
}
.section-header .lead ul.parent{
	list-style:none;
}
.section-header .lead p:not(.point){
	max-width:925px;
	margin:auto;
}
.lead.readmore p {
    text-align: right;
	color: #9f8845;
}
.lead.readmore p a{
	color: #9f8845;
}
li.main{
	color:#9f8845;
}
li.main::before {
   content: "•";
   font-size: 170%; /* or whatever */
   padding-right: 5px;
   color: #9f8845;
}
li.main ul li{
	color: #CCCCCC;
	font-size: 16px;
}
.global-theme i{
    font-size: 16px;
    color: #888;
}
@media screen and (max-width:450px){
	.section-title {
		font-size: 22px;
	}
	.sticky-menu li a{
		font-size: 12px;
	}
}
@media screen and (min-width:768px){
	.section-header .lead ul.parent li.main{
		float:left;
		width:50%;
	}
}
@media screen and (min-width:970px){
	.sticky-menu li a{
		font-size: 18px;
	}
}

.sticky-menu {
    position: fixed;
    background: #222;
    z-index: 10;
	width: 100%;
    text-align: center;
}
.sticky-menu ul {
    list-style: none;
    padding: 0;
}
.sticky-menu li {
    padding: 10px 5px;
	width: 16.66%;
    float: left;
}
.sticky-menu li a {
    color: #9f8845;
    padding-left: 12px;
    text-transform: uppercase;
	text-decoration:none;
}


/*************************GALLERY******************************/
.gallery img {
    width: 100%;
    height: auto;
}
.gallery .winbox {
    max-height: 190px;
    overflow: hidden;
}

/*************************Property Manager ************************/
.mgr-hr-label{
    color: #9f8845;
    font-size: 2.2rem;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.mgr-labels{
    color: #9f8845;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: left;
}
.mgr-details{
    color: #CCCCCC;
    font-size: 1.7rem;
    text-align: left;
    padding-bottom: 10px;
}

.mgr-details a{
	color: #9f8845;
}

#property-mgr .logo img{
	width: 100%;
	height: auto;
	max-width: 320px;
	padding-bottom: 20px;
}

.row.prop-group {
    margin-bottom: 30px;
}
.pullout > div{
	margin:auto;
}