html {
height: 100%;
padding-top: 10px;
}

body {
padding-top: 40px;
height: 100%;
}

body.loading .loader-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

body.loading .loader-wrapper:before {
  content: "";
  background: url(../global/images/loader.gif) 50% no-repeat #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 110px;
  height: 100px;
  border-radius: 8px;
}

body.loading .loader-wrapper:after {
content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(50,50,50,0.2);
}

#footer{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height:38px;
  background:#ccc;
  z-index:3;
}

#footer .footer-info {
	float: left;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

#footer ul {
  display: inline;
  float: right;
  margin-top: 10px;
}

#footer ul li {
  float: left;
  margin: 0 20px 0 25px;
  list-style: none;

}

#footer ul li a {
  font-size: 16px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;

}

#rendition-header-selection{
  position: absolute;
  top: -20px;
  padding: 10px;
  background-color: #eee;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#rendition-header-selection.attachToBody{
  position:fixed;
  top:30px;
  z-index:99999;
}

#rendition-header-selection ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#rendition-header-selection ul li{
  display:inline-block;
  padding: 0 12px;
  cursor:pointer;
}

.renditionListItems{
  display:none;
}

.rendition-content-tab img{
  max-width:30%;
}
#modal.modal {
height: 100%;
  overflow-y:auto;
}
#modal .modal-dialog,
#modalRendition .modal-dialog,
#modalShareBasketMessage .modal-dialog,
#modalShareBasket .modal-dialog{
  height: calc(100% - 60px);
  max-height: 9999px;
  position: relative;
  z-index: 2;
}
#modalRendition  .modal-content,
#modal .modal-content { height: 100%; }
#modalRendition  .modal-body,
#modal .modal-body {
position: relative;
  height: calc(100% - 56px - 65px); /* minus header and footer heights */
}
#modal .modal-body-scroll {
  overflow: auto;
height: calc(100% - 44px); /* minus option's height */
}
#modalRendition .form-rendition-modal {
height: 100%;
}
#rendition-holder-selection {
overflow: auto;
height: calc(100% - 44px);
}
.navbar .nav:not(.navbar-right) a[href="#"] {
    cursor: default;
}
/**
*  Make menu responsive for customize width
*/
@media (min-width: 768px) and (max-width: 1000px) {
  .nav.navbar-nav {
    float: none;
  }
}

@media (max-width: 768px) {
#mainPanel {
  padding-top: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  #mainPanel {
  padding-top: 125px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  #mainPanel {
  padding-top: 120px !important;
  }
}

@media (min-width: 1650px) {
#mainPanel {
  padding-top: 15px !important;
  }
}

#mainPanel {
  margin: 0;
  padding-top: 70px;
}

/**
*  Mobile menu
*/
@media (max-width: 768px) {
  .navbar .container-fluid {
      overflow-y: auto;
      max-height: 100vh;
  }
  .navbar-header {
      float: none;

  }
  .navbar-left,.navbar-right {
      float: none !important;
  }

  .navbar-toggle {
      display: block;
  }
  .navbar-fixed-top .navbar-collapse {
      max-height: none;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;

  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;

  }
  .collapse.in{
      display:block !important;
  }
  .navbar-right li.dropdown:hover:not(.open) > .dropdown-menu {
      display: none;
  }
  .navbar-nav .open .dropdown-menu {
     position: static;
     float: none;
     width: auto;
     margin-top: 0;
     background-color: white;
     border-radius: 0;
     border: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #262626;    	
  	background-color: #f5f5f5;
	}
}

.nav>li>a {
  position: relative !important;
  display: block !important;
  padding: 15px 8px 20px 20px!important;
  color:#333 !important;
}
.navbar-default {
  background-color: #fff;
}

/**
*  Display sub-menu when mouse houver
*/

.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
  background-color: #f5f5f5;
  color: rgb(85, 85, 85);
}

.navbar-default .navbar-nav>.active>a,
.navbar-right .dropdown.open>a {
  background-color: #f5f5f5 !important;
}

.dropdown-header-w-icon > .glyphicon.icon-change {
-ms-transform: skewY(90deg);
-webkit-transform: skewY(90deg);
transform: rotate(90deg);
}

.dropdown-header-w-icon {
padding: 3px 20px;
cursor: default;
}

.no-icon a > span {
padding-left: 17px;
text-transform: capitalize;
}

@font-face {
  font-family: Proxima Nova Xbold;
  src: url('clientlib/fonts/Proxima Nova Xbold.otf');
}

@font-face {
  font-family: Proxima Nova Reg;
  src: url('clientlib/fonts/Proxima Nova Reg.otf');
}

h2.home  {


  font-family: Proxima Nova Xbold;
  text-align:center;

}

h2.homeImg{

  font-family: Proxima Nova Xbold;

}

h4.related-assets-title{
text-align:left;
margin-left:30px;
}

table.homeTable {

margin-left:50px !important;

}

.creative-link{
position: relative;
padding:100px 0;
text-align:center;
/*padding-left:250px;*/
z-index:3;
}
.creative-link a{
  display: block;
  /*width: 600px;*/
  width: 100%;
  height: 50px;
  background: #ccc;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.detail-grid-container{
display: grid;
grid-template-columns: auto auto;
padding: 10px;
}

.detail-grid-container .grid-item {
#padding: 20px;
text-align: center;
}

.homeTeaserText{
 font-family: Proxima Nova Reg;
 text-align:center;

}

li.dropdown:hover > .dropdown-menu {
  display: block;
}

.input-group.fulltext {
margin-bottom: 10px;
}

.truncate {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
}

#resultsPanel .grid {
  /* dropdown of last grid item do not visible - overflow cut that part
  overflow: hidden;
  */
  font-size: 0;
}

#resultsPanel .grid-item, .selectionGrid .grid-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  height: 240px;
  width: 240px;
  margin: 0 10px 10px 0;
}

#resultsPanel .grid-item > div {
  height: 100%;
}

/*#resultsPanel.sticky-container {
margin-top: 102px;
  height: calc(100% - 140px);
}
@media screen and (max-width:768px) {
  #resultsPanel.sticky-container {
  margin-top: 135px;
      height: calc(100% - 173px);
  }
}*/
#resultsPanel .grid-item .thumbnail > input {
  position: absolute;
  visibility: hidden;
}
#resultsPanel .sticky {
/* position: fixed; */
z-index: 3;
background: #f5f5f5;
/* width: inherit;
margin-left: -15px; */
padding: 0 15px 8px;
/* height: 102px;
margin-top: -102px; */
position: sticky;
width: calc(100% + 31px);
margin-left: -16px;
top: 0;
}
/* @media screen and (max-width:768px) {
  #resultsPanel .sticky {
  height: 135px;
      margin-top: -135px;
  }
} */
#resultsPanel .sticky .breadcrumb {
padding: 0;
  margin-bottom: 0;
}
#resultsPanel .sticky .filters-summary {
margin-top: -2px;
}
#resultsPanel .sticky .filters-summary button {
  margin-top: 2px;
}
#resultsPanel .sticky .filters-summary button i {
  color: #777;
  opacity: 0.7;
}

#resultsPanel .sticky .multifunction {
margin: 0;
}

.sticky .multifunction {
align-items: center;
}

.sticky .multifunction .multifunction-right {
display: flex;
align-items: center;
}

.sticky .multifunction .multifunction-right > * {
margin-left: 10px;
}

#resultsPanel .sticky > div {
padding-top: 8px;
}

#resultsPanel a.mp4-video-container:before {
content: "";
display: block;
position: absolute;
top: 0;
z-index: 900;
bottom: 0;
left: 0;
right: 0;
}

.thumbnail {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.thumbnail .assetLink, .selectionGrid .grid-item .thumbnail > img, #resultsPanel .grid-item .thumbnail > a {
  height: 67%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.selectionGrid .grid-item .thumbnail > img {
  object-fit: contain;
}

.selectionGrid .grid-item .thumbnail .caption {
  padding-left: 5px;
  padding-right: 5px;
}

.selectionGrid .grid-item .thumbnail .caption .selectionAction {
  left: 3px;
  position: relative;
  padding: 1px 4px;
}

.thumbnail .assetLink img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.thumbnail .caption {
  background-color: #f5f5f5;
  width: 100%;
  height: 33%;
}

.thumbnail .caption .title {
font-weight: bold;
padding-bottom: 10px;
}

.thumbnail.selected {
background-color: #b2d7ff;
}

.thumbnail.selected>img {
opacity: 0.5;
}

.thumbnail.selected>.caption {
background-color: #b2d7ff;
}

#searchPanel {
height: calc(100% - 38px);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

#searchPanel .panel-title > .collapsed .glyphicon-minus,
#searchPanel .panel-title > :not(.collapsed) .glyphicon-plus {
  display: none;
}

#resultsPanel {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
height: calc(100% - 38px);
}

.dropdown-menu {
font-size: 0.9em;
  min-width: 270px;
}

.dropdown-menu input[type="checkbox"] {
margin-bottom: 10px;
margin-left : 20px;

}

.modal.modal-wide .modal-dialog {
width: 75%;
max-height: 500px;
}

.carousel {
background-color: #f5f5f5;
}

.carousel img {
max-width: 90%;
max-height:400px;
height: auto;
width: auto;
}

.carousel div {
text-align: center;
}

body.login {
background-image: url('../img/temp.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

body.login form {
background-color: #f5f5f5;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

img.login {
width: 64px;
}

body.registration {
background-image: url('../img/temp.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

body.registration form {
background-color: #f5f5f5;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

img.registration {
width: 64px;
}

#errordiv {
  color: red;

}

.multifunction {
 margin-bottom:15px;
}

@media screen and (min-width:768px) {
.multifunction.justify-content-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}

.multifunction .pagination {
margin: 8px 0 0;
}

@media screen and (min-width:768px) {
.multifunction .pagination {
  margin: 0;
}
}

#globalSearchForm {
max-width: 92px;
padding: 5px;
margin: 0 auto;
}

#globalSearchForm input[type="text"] {
max-width: 94px;
border-bottom-right-radius:0;
border-bottom-left-radius: 0;
  border: 1px solid #ccc;
}
.box.catalog-box {
position: relative;
}
.homeImgBox a.img{
display: inline-block;
width: 100%;
}
.homeImgBox h2 a{
color:white;
/*padding-left:10%;*/
}
.homeImgBox img {
width: 100%;
height: auto;
transform: translate(0, -26%);
position: absolute;
}
.homeImg {
/*width: 100%;*/
position: absolute;
top: 70%;
left: 8%;
z-index: 2;
font-size: 200%;
}
.box.catalog-box {
margin-bottom: 15px;
height: 300px;
overflow: hidden;
}
.navbar.navbar-default.navbar-fixed-top {
  /*max-width: 100vw;*/
}
#footer {
  /*max-width: 100vw;*/
}

#modal{
  overflow-y:auto;
}

@media (min-width: 320px) {
.box.catalog-box {
  height: 158px;
}
}
@media (min-width: 400px) {
.box.catalog-box {
    height: 237px;
}
}
@media (min-width: 480px) {
.box.catalog-box {
  height: 237px;
}
}
@media (min-width: 600px) {
.box.catalog-box {
    height: 296px;
}
}

.header-logo {
  margin: 0px;
  margin-top: 9px;
  width: 150px;
  height: auto;
}

.showRenditionModal {
margin-left: 10px;
}
.modal:before {
  content: '';
position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-out;
}
.modal.isBusy:before {
opacity: 1;
  z-index:9999;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.modal.isBusy:after {
  content: '';
  position: absolute;
left: 50%;
top: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid #f3f3f3;
border-top: 10px solid #000;
border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 2s linear infinite;
  z-index:9999;
}

#modalDownloadAsZip .modal-dialog {
z-index: inherit;
}

#modalDownloadAsZip .zipDownloadOptions p {
margin-bottom: 0;
}

#modalDownloadAsZip .zipDownloadOptions input {
margin-right: 5px;
}

#modalDownloadAsZip .zipDownloadOptions label {
font-weight: normal;
}

#modalDownloadAsZip .alert-success {
margin-bottom: 0;
}

.my-account-info-icon:before {
  content: "";
  background: url(../global/images/my-account-info-icon.png) no-repeat;
  display: block;
  width: 17px;
  height: 14px;
  background-size: contain;
  margin-left: -4px;
}
.form-usersync {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
}



.form-usersync .form-registraion-heading{
  margin-bottom: 20px;
}           



.form-usersync .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-usersync .form-control:focus {
	z-index: 2;
}


.form-usersync input[type="textarea"] {
	margin-bottom: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}


/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-lang {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-lang {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content-lang a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content-lang a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown-lang:hover .dropdown-content-lang {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-lang:hover .dropbtn {
    background-color: #3e8e41;
}

.container:after,
.row-reverse:after,
.row-reverse:before,
.row:after,
.row:before {
	content: "";
	display: table
}

.pull-0,
.pull-1,
.pull-10,
.pull-11,
.pull-12,
.pull-2,
.pull-3,
.pull-4,
.pull-5,
.pull-6,
.pull-7,
.pull-8,
.pull-9,
.push-0,
.push-1,
.push-10,
.push-11,
.push-12,
.push-2,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8,
.push-9,
.row-debug {
	position: relative
}

.brandcenter__select__img::after,
.row-debug:before {
	top: 0;
	content: '';
	left: 0
}

.container:after {
	clear: both
}

.row-reverse:after,
.row:after {
	clear: both
}

.row,
.row-reverse {
	zoom: 1
}

.gr-0,
.gr-1,
.gr-10,
.gr-11,
.gr-12,
.gr-2,
.gr-3,
.gr-4,
.gr-5,
.gr-6,
.gr-7,
.gr-8,
.gr-9 {
	display: inline-block;
	min-height: 1px;
	float: left;
	box-sizing: border-box;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px
}

.gr-adapt,
.gr-grow {
	display: table-cell;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box
}

.gr-adapt {
	width: 1px;
	white-space: nowrap!important
}

.gr-grow {
	width: 99999px
}

.nowrap {
	white-space: nowrap
}

.nowrap>*,
.wrap {
	white-space: normal
}

.gr-centered {
	display: block!important;
	float: none!important;
	margin-left: auto!important;
	margin-right: auto!important;
	clear: both!important
}

@media screen and (max-width:400px) {
	@-ms-viewport {
		width: device-width
	}
}

#gridle-settings {
	content:'{ "version" : "2.0.48", "states" : { "default":{ "name" : "default", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "mobile":{ "name" : "mobile", "min-width" : null, "max-width" : "739px", "query" : "screen and (max-width: 739px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "mobileBig":{ "name" : "mobileBig", "min-width" : "360px", "max-width" : null, "query" : "screen and (min-width: 360px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "mobileLandscape":{ "name" : "mobileLandscape", "min-width" : "480px", "max-width" : null, "query" : "screen and (min-width: 480px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "until-mobileLandscape":{ "name" : "until-mobileLandscape", "min-width" : null, "max-width" : "479px", "query" : "screen and (max-width: 479px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "tablet":{ "name" : "tablet", "min-width" : "740px", "max-width" : null, "query" : "screen and (min-width: 740px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "until-tablet":{ "name" : "until-tablet", "min-width" : null, "max-width" : "739px", "query" : "screen and (max-width: 739px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktopAd":{ "name" : "desktopAd", "min-width" : "810px", "max-width" : null, "query" : "screen and (min-width: 810px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "until-desktopAd":{ "name" : "until-desktopAd", "min-width" : null, "max-width" : "809px", "query" : "screen and (max-width: 809px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "tabletLandscape":{ "name" : "tabletLandscape", "min-width" : "906px", "max-width" : null, "query" : "screen and (min-width: 906px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "until-tabletLandscape":{ "name" : "until-tabletLandscape", "min-width" : null, "max-width" : "905px", "query" : "screen and (max-width: 905px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktop":{ "name" : "desktop", "min-width" : "980px", "max-width" : null, "query" : "screen and (min-width: 980px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "until-desktop":{ "name" : "until-desktop", "min-width" : null, "max-width" : "979px", "query" : "screen and (max-width: 979px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktopEx":{ "name" : "desktopEx", "min-width" : "1025px", "max-width" : null, "query" : "screen and (min-width: 1025px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "until-desktopEx":{ "name" : "until-desktopEx", "min-width" : null, "max-width" : "1024px", "query" : "screen and (max-width: 1024px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "wide":{ "name" : "wide", "min-width" : "1200px", "max-width" : null, "query" : "screen and (min-width: 1200px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "until-wide":{ "name" : "until-wide", "min-width" : null, "max-width" : "1199px", "query" : "screen and (max-width: 1199px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "full":{ "name" : "full", "min-width" : "1300px", "max-width" : null, "query" : "screen and (min-width: 1300px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "until-full":{ "name" : "until-full", "min-width" : null, "max-width" : "1299px", "query" : "screen and (max-width: 1299px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "super":{ "name" : "super", "min-width" : "1440px", "max-width" : null, "query" : "screen and (min-width: 1440px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "until-super":{ "name" : "until-super", "min-width" : null, "max-width" : "1439px", "query" : "screen and (max-width: 1439px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "max":{ "name" : "max", "min-width" : "1710px", "max-width" : null, "query" : "screen and (min-width: 1710px)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "30px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "15px", "gutter-bottom" : "0", "gutter-left" : "15px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }} }'
}

.gr-0 {
	width: 0
}

.push-0 {
	left: 0;
	right: auto
}

.pull-0 {
	right: 0;
	left: auto
}

.prefix-0 {
	margin-left: 0
}

.suffix-0 {
	margin-right: 0
}

.gr-1 {
	width: 8.33333%
}

.push-1 {
	left: 8.33333%;
	right: auto
}

.pull-1 {
	right: 8.33333%;
	left: auto
}

.prefix-1 {
	margin-left: 8.33333%
}

.suffix-1 {
	margin-right: 8.33333%
}

.gr-2 {
	width: 16.66667%
}

.push-2 {
	left: 16.66667%;
	right: auto
}

.pull-2 {
	right: 16.66667%;
	left: auto
}

.prefix-2 {
	margin-left: 16.66667%
}

.suffix-2 {
	margin-right: 16.66667%
}

.gr-3 {
	width: 25%
}

.push-3 {
	left: 25%;
	right: auto
}

.pull-3 {
	right: 25%;
	left: auto
}

.prefix-3 {
	margin-left: 25%
}

.suffix-3 {
	margin-right: 25%
}

.gr-4 {
	width: 33.33333%
}

.push-4 {
	left: 33.33333%;
	right: auto
}

.pull-4 {
	right: 33.33333%;
	left: auto
}

.prefix-4 {
	margin-left: 33.33333%
}

.suffix-4 {
	margin-right: 33.33333%
}

.gr-5 {
	width: 41.66667%
}

.push-5 {
	left: 41.66667%;
	right: auto
}

.pull-5 {
	right: 41.66667%;
	left: auto
}

.prefix-5 {
	margin-left: 41.66667%
}

.suffix-5 {
	margin-right: 41.66667%
}

.gr-6 {
	width: 50%
}

.push-6 {
	left: 50%;
	right: auto
}

.pull-6 {
	right: 50%;
	left: auto
}

.prefix-6 {
	margin-left: 50%
}

.suffix-6 {
	margin-right: 50%
}

.gr-7 {
	width: 58.33333%
}

.push-7 {
	left: 58.33333%;
	right: auto
}

.pull-7 {
	right: 58.33333%;
	left: auto
}

.prefix-7 {
	margin-left: 58.33333%
}

.suffix-7 {
	margin-right: 58.33333%
}

.gr-8 {
	width: 66.66667%
}

.push-8 {
	left: 66.66667%;
	right: auto
}

.pull-8 {
	right: 66.66667%;
	left: auto
}

.prefix-8 {
	margin-left: 66.66667%
}

.suffix-8 {
	margin-right: 66.66667%
}

.gr-9 {
	width: 75%
}

.push-9 {
	left: 75%;
	right: auto
}

.pull-9 {
	right: 75%;
	left: auto
}

.prefix-9 {
	margin-left: 75%
}

.suffix-9 {
	margin-right: 75%
}

.gr-10 {
	width: 83.33333%
}

.push-10 {
	left: 83.33333%;
	right: auto
}

.pull-10 {
	right: 83.33333%;
	left: auto
}

.prefix-10 {
	margin-left: 83.33333%
}

.suffix-10 {
	margin-right: 83.33333%
}

.gr-11 {
	width: 91.66667%
}

.push-11 {
	left: 91.66667%;
	right: auto
}

.pull-11 {
	right: 91.66667%;
	left: auto
}

.prefix-11 {
	margin-left: 91.66667%
}

.suffix-11 {
	margin-right: 91.66667%
}

.gr-12 {
	width: 100%
}

.push-12 {
	left: 100%;
	right: auto
}

.pull-12 {
	right: 100%;
	left: auto
}

.prefix-12 {
	margin-left: 100%
}

.suffix-12 {
	margin-right: 100%
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.clear {
	clear: both
}

.clear-left {
	clear: left
}

.clear-right {
	clear: right
}

.no-gutter {
	padding: 0
}

.no-gutter-left {
	padding-left: 0
}

.gutter,
.gutter-left {
	padding-left: 15px
}

.no-gutter-right {
	padding-right: 0
}

.gutter,
.gutter-right {
	padding-right: 15px
}

.no-gutter-top {
	padding-top: 0
}

.no-gutter-bottom {
	padding-bottom: 0
}

.row,
.row-reverse {
	padding-left: 0!important;
	padding-right: 0!important
}

.auto-height {
	height: inherit
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

[class*=no-gutter]>.row {
	margin-left: 0!important;
	margin-right: 0!important
}

.row-reverse {
	margin-left: -15px;
	margin-right: -15px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.row-reverse>[class*=gr-] {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

[class*=no-gutter]>.row-reverse {
	margin-left: 0!important;
	margin-right: 0!important
}

.row-full {
	width: 100vw;
	margin-left: 50%!important;
	margin-right: 0!important;
	-moz-transition: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.col,
.col-reverse {
	padding-left: 0!important;
	padding-right: 0!important;
	margin-right: -15px;
	margin-left: -15px
}

.col-reverse {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.col-reverse>[class*=gr-] {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.gr-table {
	display: table-cell;
	float: none;
	vertical-align: top
}

.row-align-center>*,
.row-align-left>*,
.row-align-right>* {
	vertical-align: bottom;
	float: none!important
}

.row-align-left {
	font-size: 0;
	clear: both;
	text-align: left
}

.row-align-left>* {
	font-size: 1rem
}

.row-align-center {
	font-size: 0;
	clear: both;
	text-align: center
}

.row-align-center>* {
	font-size: 1rem;
	text-align: left
}

.row-align-right {
	font-size: 0;
	clear: both;
	text-align: right
}

.row-align-right>* {
	font-size: 1rem;
	text-align: left
}

.row-align-middle {
	font-size: 0;
	clear: both;
	vertical-align: middle
}

.row-align-middle>* {
	float: none!important;
	vertical-align: middle;
	font-size: 1rem
}

.row-align-top {
	font-size: 0;
	clear: both;
	vertical-align: top
}

.row-align-top>* {
	float: none!important;
	vertical-align: top;
	font-size: 1rem
}

.row-align-bottom {
	font-size: 0;
	clear: both;
	vertical-align: bottom
}

.row-align-bottom>* {
	float: none!important;
	vertical-align: bottom;
	font-size: 1rem
}

@-moz-document url-prefix() {
	.row-align-bottom>*,
	.row-align-center>*,
	.row-align-left>*,
	.row-align-middle>*,
	.row-align-right>*,
	.row-align-top>* {
		margin-right: -.5px
	}
}

.hide {
	display: none
}

.not-visible {
	visibility: hidden
}

.show {
	display: block
}

.show-inline {
	display: inline-block
}

.visible {
	visibility: visible
}

.row-debug {
	z-index: 99999;
	overflow: hidden
}

.row-debug:before {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 99999px;
	background: -webkit-linear-gradient(left, transparent 50%, rgba(0, 0, 0, .02) 50%);
	background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, .02) 50%);
	background-size: 16.66667% 100%;
	z-index: 99999
}

body {
	direction: ltr
}

[class*=gr-]>[class^=row],
[class*=gr-]>[class^=col] {
	margin-left: -15px;
	margin-right: -15px
}

@font-face {
	font-family: "ProximaNova Light";
	font-style: normal;
	font-weight: 200;
	src: url(clientlib/fonts_new_home_page/prixima-nova-light.eot?#iefix) format("embedded-opentype"), url(clientlib/fonts_new_home_page/prixima-nova-light.woff) format("woff"), url(clientlib/fonts_new_home_page/prixima-nova-light.ttf) format("truetype"),
	url('clientlib/fonts_new_home_page/prixima-nova-light.svg#ProximaNova Light') format("svg")
}

@font-face {
	font-family: "ProximaNova Reg";
	font-style: normal;
	font-weight: 400;
	src: url(clientlib/fonts_new_home_page/prixima-nova-regular.eot?#iefix) format("embedded-opentype"), url(clientlib/fonts_new_home_page/prixima-nova-regular.woff) format("woff"), url(clientlib/fonts_new_home_page/prixima-nova-regular.ttf) format("truetype"),
	url('clientlib/fonts_new_home_page/prixima-nova-regular.svg#ProximaNova Reg') format("svg")
}

@font-face {
	font-family: "ProximaNova Sbold";
	font-style: normal;
	font-weight: 500;
	src: url(clientlib/fonts_new_home_page/prixima-nova-sbold.eot?#iefix) format("embedded-opentype"), url(clientlib/fonts_new_home_page/prixima-nova-sbold.woff) format("woff"), url(clientlib/fonts_new_home_page/prixima-nova-sbold.ttf) format("truetype"),
	url('clientlib/fonts_new_home_page/prixima-nova-sbold.svg#ProximaNova Sbold') format("svg")
}

@font-face {
	font-family: "ProximaNova Bold";
	font-style: normal;
	font-weight: 600;
	src: url(clientlib/fonts_new_home_page/prixima-nova-bold.eot?#iefix) format("embedded-opentype"), url(clientlib/fonts_new_home_page/prixima-nova-bold.woff) format("woff"), url(clientlib/fonts_new_home_page/prixima-nova-bold.ttf) format("truetype"),
	url('clientlib/fonts_new_home_page/prixima-nova-bold.svg#ProximaNova Bold') format("svg")
}

@font-face {
	font-family: "ProximaNova Xbold";
	font-style: normal;
	font-weight: 800;
	src: url(clientlib/fonts_new_home_page/prixima-nova-xbold.eot?#iefix) format("embedded-opentype"), url(clientlib/fonts_new_home_page/prixima-nova-xbold.woff) format("woff"), url(clientlib/fonts_new_home_page/prixima-nova-xbold.ttf) format("truetype"),
	url('clientlib/fonts_new_home_page/prixima-nova-xbold.svg#ProximaNova Xbold') format("svg")
}

.brandcenter {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	color: #333
}

.brandcenter *,
.brandcenter :after,
.brandcenter :before {
	box-sizing: inherit
}

.brandcenter *,
.brandcenter a,
.brandcenter img {
	outline: 0
}

.brandcenter sup {
	font-size: .5em
}

.brandcenter,
.brandcenter p {
	font-family: "ProximaNova Light", "ProximaNova Reg", "Proxima Nova Light", "Proxima Nova Reg"
}

.brandcenter b,
.brandcenter h3,
.brandcenter h4,
.brandcenter h5,
.brandcenter h6,
.brandcenter strong,
.brandcenter__button {
	font-family: "ProximaNova Bold", "Proxima Nova Bold", "Proxima Nova Xbold"
}

.brandcenter h1,
.brandcenter h2,
.brandcenter h3,
.brandcenter h4,
.brandcenter h5,
.brandcenter h6 {
	margin-top: 0;
	margin-bottom: 1em;
	text-transform: uppercase
}

.brandcenter h1,
.brandcenter h2 {
	font-family: "ProximaNova Xbold", "Proxima Nova Xbold"
}

.brandcenter p {
	margin-top: 0;
	margin-bottom: 1.35em;
	line-height: 1.5em
}

@media screen and (min-width:906px) {
	.brandcenter p {
		line-height: 1.75em
	}
}

.brandcenter__inner {
	padding-top: 1%;
	text-align: center
}

.brandcenter header {
	width: 85%;
	max-width: 800px;
	text-align: center;
	margin: 2em auto
}

@media screen and (min-width:740px) {
	.brandcenter header {
		margin: 3em auto
	}
}

@media screen and (min-width:980px) {
	.brandcenter header {
		margin: 3.5em auto
	}
}

@media screen and (min-width:1200px) {
	.brandcenter header {
		margin: 4em auto
	}
}

.brandcenter header h2 {
	margin-bottom: .7em;
	font-size: 24px;
	line-height: 1.154em
}

.brandcenter header>:last-child {
	margin-bottom: 0
}

.brandcenter__select {
	max-width: 1200px;
	width: 85%;
	margin: 2em auto;
	text-align: center
}

@media screen and (min-width:740px) {
	.brandcenter header h2 {
		font-size: 30px;
		line-height: 1.25em
	}
	.brandcenter__select {
		margin: 3em auto
	}
}

@media screen and (min-width:980px) {
	.brandcenter header h2 {
		font-size: 36px
	}
	.brandcenter__select {
		margin: 3.5em auto
	}
}

@media screen and (min-width:1200px) {
	.brandcenter__select {
		margin: 4em auto
	}
}

.brandcenter__select__inner {
	margin: 0 -4px
}

.brandcenter__select__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto
}

.brandcenter__select__item {
	display: block;
	position: relative;
	width: 25%;
	padding: 0 5px;
	text-decoration: none;
	color: #333!important
}

.brandcenter__select__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding-bottom: 100%;
	cursor: pointer
}

.brandcenter__select__img::after {
	-webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
	transition: .3s cubic-bezier(.165, .84, .44, 1);
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: white;
	opacity: 0;
	z-index: 2
}

.brandcenter__select__img__src {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1
}

@media screen and (max-width:739px) {
	.brandcenter__select__item {
		width: 50%
	}
	.brandcenter__select__item:not(:nth-child(3)):not(:nth-child(4)) {
		margin-bottom: 10px
	}
	.brandcenter__select__img__src::before {
		-webkit-transition: opacity .4s cubic-bezier(.19, 1, .22, 1);
		transition: opacity .4s cubic-bezier(.19, 1, .22, 1);
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(0, 0, 0, .5) 100%);
		background: linear-gradient(to bottom, transparent 0, transparent 50%, rgba(0, 0, 0, .5) 100%);
		z-index: 1
	}
	.brandcenter__select__desc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		z-index: 3;
		pointer-events: none
	}
	.brandcenter__select__desc p {
		display: none
	}
}

.brandcenter__select__desc h4 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.25em;
	text-transform: uppercase
}

@media screen and (min-width:740px) {
	.brandcenter__select__desc h4 {
		font-size: 15px
	}
}

@media screen and (min-width:906px) {
	.brandcenter__select__desc h4 {
		font-size: 16px;
		line-height: 1.5em
	}
}

@media screen and (min-width:980px) {
	.brandcenter__select__desc h4 {
		font-size: 18px
	}
}

.brandcenter__select__item:hover .brandcenter__select__img::after {
	opacity: .7
}

.brandcenter__select__item:hover .brandcenter__select__img__src {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.brandcenter__footer {
	max-width: 1200px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:35px
}

.brandcenter__text {
	font-size: 16px
}

@media screen and (min-width:740px) {
	.brandcenter__text {
		font-size: 18px
	}
}

@media screen and (min-width:980px) {
	.brandcenter__text {
		font-size: 18px
	}
}

@media screen and (min-width:1200px) {
	.brandcenter__text {
		font-size: 20px
	}
}

.brandcenter__text a {
	-webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
	transition: color .5s cubic-bezier(.19, 1, .22, 1);
	color: #0abbef
}

.brandcenter__text a:hover {
	color: #333!important
}

.brandcenter__button {
	-webkit-transition: border-color .3s cubic-bezier(.215, .61, .355, 1), color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1);
	transition: border-color .3s cubic-bezier(.215, .61, .355, 1), color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1);
	display: inline-block;
	padding: .72em 1.5em;
	color: #fff;
	line-height: 1.35em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background-color: #0abbef;
	font-size: 15px
}

.brandcenter__button:hover {
	color: #fff!important;
	background-color: #333
}

.brandcenter {
	padding-bottom: 50px;
}

/* LOGO */

.brandcenter__logo {
	max-width: 300px;
	width: 100%;
	margin: 100px auto 30px;
	padding: 0 10px;
}

@media screen and (max-width:768px) {
	.brandcenter__logo {
		margin: 30px auto;
	}
}

/* SEARCH */

.brandcenter #globalSearchForm {
	max-width: none;
}

.brandcenter #globalSearchForm .input-group {
	width: 540px;
	margin: 0 auto;
	border-radius: 4px;
	height: 100%;
}

@media screen and (max-width:576px) {
	.brandcenter #globalSearchForm .input-group {
		width: 94%;
	}
}

.brandcenter #globalSearchForm .input-group:hover {
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}

.brandcenter #globalSearchForm .input-group * {
	height: inherit;
}

.brandcenter #globalSearchForm input[type="text"] {
	border-radius: 4px 0 0 4px;
	padding: 0 5px;
	max-width: none;
}

.brandcenter #globalSearchForm input[type="text"]:focus {
	box-shadow: none;
	border-color: #ccc;
}

.brandcenter #globalSearchForm .search-checkbox {
	width: 540px;
	margin: 10px auto 0;
	text-align: left;
}

.brandcenter #globalSearchForm .search-checkbox > label {
	font-weight: normal;
	color: #555;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.brandcenter #globalSearchForm .search-checkbox > span {
	color: #555;
	cursor: pointer;
}

.dropdown-menu #globalSearchForm .search-checkbox > span {
	cursor: pointer;
}
