/*

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  background: #FFF;
  width: 100%;
  position: relative;
  font-size: 12px;
  overflow-x: hidden;
  font-family: 'MaisonNeue-Medium';
  -webkit-font-smoothing: antialiased;
  color: #414141;
}
img,
input,
textarea,
fieldset {
  border: 0px;
  outline: none;
  resize: none;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  
}
select {
  padding: 2px;
  cursor: pointer;
}
textarea {
  overflow: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
a:hover {
  text-decoration: none;
}

*/
@font-face {
  font-family: 'MaisonNeue-Demi';
  src: url('../fonts/Maison/MaisonNeue-Demi.woff') format('woff'), url('../fonts/Maison/MaisonNeue-Demi.woff2') format('woff2'), url('../fonts/Maison/MaisonNeue-Demi.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaisonNeue-BookItalic';
  src: url('../fonts/Maison/MaisonNeue-BookItalic.woff') format('woff'), url('../fonts/Maison/MaisonNeue-BookItalic.woff2') format('woff2'), url('../fonts/Maison/MaisonNeue-BookItalic.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaisonNeue-Medium';
  src: url('../fonts/Maison/MaisonNeue-Medium.woff') format('woff'), url('../fonts/Maison/MaisonNeue-Medium.woff2') format('woff2'), url('../fonts/Maison/MaisonNeue-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaisonNeue-MediumItalic';
  src: url('../fonts/Maison/MaisonNeue-MediumItalic.woff') format('woff'), url('../fonts/Maison/MaisonNeue-MediumItalic.woff2') format('woff2'), url('../fonts/Maison/MaisonNeue-MediumItalic.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaisonNeue-Bold';
  src: url('../fonts/Maison/MaisonNeue-Bold.woff') format('woff'), url('../fonts/Maison/MaisonNeue-Bold.woff2') format('woff2'), url('../fonts/Maison/MaisonNeue-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heroiccondensed-mediumoblique';
  src: url('../fonts/HeroicCondensed/heroiccondensed-mediumoblique.woff') format('woff'), url('../fonts/HeroicCondensed/heroiccondensed-mediumoblique.woff2') format('woff2'), url('../fonts/HeroicCondensed/heroiccondensed-mediumoblique.otf');
  font-weight: normal;
  font-style: normal;
}

ul li {
  list-style-type: none;
}


.home-info-box {
  background-color: #d71920;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100px;
  width: 100%;
}
.home-info-box p {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-size: 12px;
  color:white;
  font-family: 'MaisonNeue-MediumItalic';
  -webkit-font-smoothing: antialiased;
}
.home-info-box p marquee {
  vertical-align: middle;
}

.home-info-box p marquee  a{
	color:white;
	text-decoration : none;
	font-family: 'MaisonNeue-MediumItalic';
}

.scLayoutAll {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
}

/*
p {
  font-family: 'MaisonNeue-Medium';
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-10 ,.col-md-1,.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.d-inline {
    display: inline!important;
}
.col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
header {
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  /*.shadow-box;*/
}
header .header-top-menu {
  height: 48px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: 'MaisonNeue-Bold';
  -webkit-font-smoothing: antialiased;
  color: #414141;
}
header .header-top-menu .welcome-user {
  border-right: 1px solid #414141;
  padding-right: 15px;
  margin-right: 15px;
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .header-top-menu a,
header .header-top-menu .welcome-user {
  color: #414141;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  text-decoration : none;
  font-family: 'MaisonNeue-Bold';
}
header .header-top-menu a img,
header .header-top-menu .welcome-user img {
  vertical-align: top;
  margin-right: 3px;
}
.logo-icon{
    height: 96px;
}
header .header-top-menu .logged-in-info {
  float: right;
  margin-top: 15px;
}
header .header-top-menu .sign-in-up {
  float: right;
  margin-top: 15px;
}
header .header-top-menu .sign-in-up a {
  color: #414141;
  line-height: 14px;
  display: inline-block;
  text-decoration : none;
  font-family: 'MaisonNeue-Bold';
}
header .header-top-menu .sign-in-up a:last-child {  
  padding: 5px 10px;
  margin-left: 15px;
  border-left :1px solid #414142;
}
header .header-btm-menu {
  height: 48px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
header .header-btm-menu ul {
  margin: 0 0 0 70px;
  float: left;
  overflow: visible;
}
header .header-btm-menu ul li {
  z-index: 1;
  position: relative;
  padding: 17px 0;
  display: inline-block;
}
header .header-btm-menu ul li:hover {
  z-index: 12;
}
header .header-btm-menu ul li a {
  border-right: 1px solid #414142;
  color: #414142;
  font-size: 12px;
  font-family: 'MaisonNeue-Bold';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  padding: 0 30px;
  text-decoration: none;
  background-color: transparent;
}
header .header-btm-menu ul li:last-child a {
  border-right: none;
}
header .header-btm-menu ul li ul {
  position: absolute;
  left: 0;
  top: 48px;
  width: auto;
  background: #FFF;
  padding: 15px 0;
  width: 170px;
  margin: 0;
  border-top: 3px solid #d71921;
  z-index: 1;
  overflow: visible;
}
header .header-btm-menu ul li ul li {
  display: block;
  padding: 5px 20px;
  border: none;
}
header .header-btm-menu ul li ul li a {
  color: #414141;
  text-transform: none;
  border-right: none;
  padding: 0;
  display: block;
  width: 100%;
}
header .header-btm-menu ul li ul li a .sub-arrow {
  width: 12px;
  height: 12px;
  background: url(../images/grey-arrow-small.png) no-repeat right center;
  float: right;
  margin-top: 3px;
}
header .header-btm-menu ul li ul li a:hover,
header .header-btm-menu ul li ul li a.active {
  color: #d71921;
}
header .header-btm-menu ul li ul li a:hover .sub-arrow,
header .header-btm-menu ul li ul li a.active .sub-arrow {
  background: url(../images/right-arrow-small.png) no-repeat right center;
}
header .header-btm-menu ul li ul li:hover > a,
header .header-btm-menu ul li ul li.active > a {
  color: #d71921;
}
header .header-btm-menu ul li ul li:hover > a .sub-arrow,
header .header-btm-menu ul li ul li.active > a .sub-arrow {
  background: url(../images/right-arrow-small.png) no-repeat right center;
}
header .header-btm-menu ul li ul.submenu {
  position: absolute;
  left: 100%;
  top: -15px;
  z-index: 2;
  border: none;
  box-shadow: inset 5px 0 10px -1px #E9E9E9;
}
header .header-btm-menu ul li:hover > ul,
header .header-btm-menu ul li.onhover > ul {
  display: block;
}

.fullscreen-bg { 
    position: fixed; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
	background: rgba(0, 0, 0, 0.5);
    overflow: hidden; 
    z-index: -100; 
} 
 

 .fullscreen-bg__video { 
     position: absolute; 
     top: 0; 
     left: 0; 
     width: 100%; 
     height: 100%; 
 } 
 
  #bannerVideo {
   position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}


.morphsearch-form{
width: 100%;
    height: 40px;
    margin: 0 auto;
    position: relative;
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.form-inner{
	padding: 20px;
	float:right	;
}

.headerSearchTxt {
  display: block;
  background: transparent;
  color: #414141;
  padding-left: 16px;
  border-bottom: 1px solid #414141;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px; 
  padding-bottom:4px;
  outline: none;
}

.headerSearchBtn {
  background: url(../images/search-black.png) transparent no-repeat left center / 12px auto;
  width: 12px;
  height: 14px;
   position: absolute;
 /* display: block;  
  top: 2px; */
}


header .header-btm-menu .header-search-blk {
  float: right;
  margin-top: 13px;
  position: relative;
}
header .header-btm-menu .header-search-blk .header-search-btn {
  background: url(../images/search-black.png) transparent no-repeat left center / 12px auto;
  width: 12px;
  height: 14px;
  display: block;
  position: absolute;
  top: 2px;
}
header .header-btm-menu .header-search-blk .header-search {
  display: block;
  background: transparent;
  color: #414141;
  padding-left: 16px;
  border-bottom: 1px solid #414141;
}
header .header-btm-menu .header-search-blk .header-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #414141;
  font-family: 'MaisonNeue-BookItalic';
  -webkit-font-smoothing: antialiased;
}
header .header-btm-menu .header-search-blk .header-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #414141;
  font-family: 'MaisonNeue-BookItalic';
  -webkit-font-smoothing: antialiased;
}
header .header-btm-menu .header-search-blk .header-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #414141;
  font-family: 'MaisonNeue-BookItalic';
  -webkit-font-smoothing: antialiased;
}
header .header-btm-menu .header-search-blk .header-search:-moz-placeholder {
  /* Firefox 18- */
  color: #414141;
  font-family: 'MaisonNeue-BookItalic';
  -webkit-font-smoothing: antialiased;
}
header .container {
  position: relative;
}
header .logo {
  position: relative;
  z-index : 10;
  left: 0;
  top: 0;
}

.footer-div {
  width: 100%;
  /*background-color: #414141;*/
  padding: 6px 10px;
}
.footer-div ul {
  list-style: none;
  line-height: 18px;
  margin-bottom: 0;
}
.footer-div li {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-family: 'MaisonNeue-Bold';
  border-right: 2px solid white;
  vertical-align: middle;
  text-decoration: underline;
}
.footer-div a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  white-space: nowrap;
}

.footer-div li:last-child {
  border-right: none;
}
.footer-div span {
  font-family: 'MaisonNeue-Medium';
  font-size: 10px;
  line-height: 18px;
  color: #939598;
  display: block;
}
.aboutus-contents {
  width: 100%;
  min-height: 265px;
  background-color: #e6e6e6;
  padding-top: 36px;
  padding-bottom: 15px;
}
#aboutus .row p {
  font-size: 12px;
  color: #828282;
  font-family: 'MaisonNeue-Medium';
  max-width: 425px;
  margin-bottom: 15px;
}
#aboutus .row p a {
  font-size: 12px;
  color: #d71921;
  font-family: 'MaisonNeue-Medium';
  text-decoration: underline;
}
#aboutus .row {
  margin: 0 24px;
}
#aboutus,
.footer-container {
  z-index: 1;
}
#aboutus h3 {
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #414142;
  font-family: 'heroiccondensed-mediumoblique';
  border-bottom: 3px solid #d72027;
  max-width: 153px;
  padding-bottom: 24px;
  margin-bottom: 15px;
  font-weight: normal;
  margin-left: 1px;
}
#footer-div a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  white-space: nowrap;
}
.about-left {
  width: 30%;
  padding-right: 3%;
}
.about-right {
  width: 70%;
  padding-left: 6%;
}
#aboutus {  
  z-index: 0;
}
.hideClass {
  display: none !important;
}

header .header-btm-menu ul li ul {
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -ms-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.5s ease-out;
  /*display:none;*/
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}
header .header-btm-menu ul li:hover > ul {
  /*display: block;*/
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  height: auto;
  opacity: 1;
  overflow: visible;
  padding: 15px 0;
}

header .header-search-blk.morphsearch.open {
  width: 100%;
  min-height: 100%;
  top: 0px;
  right: 0px;
  background: #FFF;
  margin-top: 0;
  position: fixed;
  z-index: 2;
  overflow-y: auto;
  padding-top: 30px;
}
header .header-search-blk.morphsearch.open .morphsearch-input {
  max-width: 100%;
  height: 100%;
  padding: 0 10% 0 10px;
  border: none;
  background: transparent;
  font-size: 64px;
  color: #414141;
  font-family: 'MaisonNeue-Medium';
  -webkit-font-smoothing: antialiased;
  caret-color: #d71921;
}
header .header-search-blk.morphsearch.open .morphsearch-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dcdcdc;
  font-family: 'MaisonNeue-Medium';
  -webkit-font-smoothing: antialiased;
}
header .header-search-blk.morphsearch.open .morphsearch-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #dcdcdc;
  font-family: 'MaisonNeue-Medium';
  -webkit-font-smoothing: antialiased;
}
header .header-search-blk.morphsearch.open .morphsearch-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #dcdcdc;
  font-family: 'MaisonNeue-Medium';
  -webkit-font-smoothing: antialiased;
}
header .header-search-blk.morphsearch.open .morphsearch-input:-moz-placeholder {
  /* Firefox 18- */
  color: #dcdcdc;
  font-family: 'MaisonNeue-Medium';
  -webkit-font-smoothing: antialiased;
}
header .header-search-blk.morphsearch.open .morphsearch-submit.header-search-button {
  background: url(../images/search/search-icon.png) no-repeat center center;
  width: 48px;
  height: 48px;
}
header .header-search-blk.morphsearch.open .form-inner {
  padding: 40px;
}
.morphsearch-form {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  position: relative;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch-form .logo {
  display: none;
  top: -70px;
}
.morphsearch.open .morphsearch-form {
  width: 80%;
  height: 160px;
  -webkit-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
}
.morphsearch.open .morphsearch-form .logo {
  display: block;
  z-index: 10;
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type="search"] {
  /* reset normalize */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.morphsearch-input:focus,
.morphsearch-submit:focus {
  outline: none;
}
.morphsearch-submit {
  position: absolute;
  width: 80px;
  height: 80px;
  text-indent: 100px;
  overflow: hidden;
  right: 0;
  top: 50%;
  background-size: 100%;
  border: none;
  pointer-events: none;
  transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
}
.morphsearch.open .morphsearch-submit {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.morphsearch-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 5%;
  top: 5%;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}
.morphsearch.open .morphsearch-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background: url(../images/search/close.png) no-repeat center center;
}

.morphsearch-content {
  color: #333;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 10.5%;
  background: #FFF;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.morphsearch.open .morphsearch-content {
  opacity: 1;
  height: auto;
  overflow: visible;
  /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
  pointer-events: auto;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
  margin-top: 40px;
}
.dummy-column {
  width: 30%;
  padding: 0 0 6em;
  float: left;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.morphsearch.open .dummy-column:first-child {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.morphsearch.open .dummy-column:nth-child(2) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.morphsearch.open .dummy-column:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.morphsearch.open .dummy-column {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.dummy-column:nth-child(2) {
  margin: 0 5%;
}
.dummy-column h2 {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #414042;
  font-family: 'MaisonNeue-Bold';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.round {
  border-radius: 50%;
}
.dummy-media-object {
  padding: 10px;
  display: block;
  cursor: pointer;
  background-color: #e6e6e6;
  margin-bottom: 12px;
}
.dummy-media-object:hover,
.dummy-media-object:focus {
  background: rgba(118, 117, 128, 0.1);
}
.dummy-media-object img {
  display: inline-block;
  width: 50px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.dummy-media-object h3 {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #414042;
  font-family: 'MaisonNeue-Medium';
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}
.dummy-media-object:hover h3 {
  color: #ec5a62;
}
.morphsearch.open ~ .overlay {
  opacity: 1;
}
.links-column a {
  color: #d71921;
  font-size: 16px;
  margin-right: 10px;
  text-decoration: underline;
}
@media screen and (max-width: 53.125em) {
  .dummy-column {
    float: none;
    width: auto;
    padding: 0 0 2em;
  }
  .dummy-column:nth-child(2) {
    margin: 0;
  }
  .morphsearch.open .morphsearch-submit {
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  }
}
.footer-about {
  background-color: #e6e6e6;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
footer {
  background-color: #414141;
  position: relative;
  z-index: 1;
}
.about-submenu {
  width: 25%;
  float: left;
}
.about-submenu h4 {
  font-family: 'MaisonNeue-Bold';
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-transform: uppercase;
  color: #414141;
  border-bottom: 1px solid #939598;
  line-height: 24px;
  font-weight: normal;
}
.about-submenu ul {
  margin-bottom: 15px;
  font-size: 12px;
overflow-x: hidden;
font-family: 'MaisonNeue-Medium';
-webkit-font-smoothing: antialiased;
color: #414141;
display: block;
list-style-type: disc;
margin-block-start: 0px;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.about-submenu ul li a {
  font-size: 12px;
  /*color: #939598;*/
  color: #828282;
  line-height: 14px;
  display: block;
  margin: 10px 0;
  max-width: 120px;
  text-decoration: none;
    background-color: transparent;
	    list-style-type: none;
}


.about-submenu ul.others-link li a {
  background: url(../images/link-arrow.png) no-repeat left center;
  padding-left: 15px;
}
.about-submenu .enter-email {
  position: relative;
}
.about-submenu .enter-email .enter-email-btn {
  background: url(../images/right-arrow-small.png) #FFF no-repeat right center;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 8px;
}
.about-submenu #enterEmail {
  background: #FFF;
  padding: 8px 14px 6px 8px;
  margin: 5px 0;
  width: 100%;
}
.about-submenu #enterEmail::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #939598;
  font-family: 'MaisonNeue-MediumItalic';
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
.about-submenu #enterEmail::-moz-placeholder {
  /* Firefox 19+ */
  color: #939598;
  font-family: 'MaisonNeue-MediumItalic';
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
.about-submenu #enterEmail:-ms-input-placeholder {
  /* IE 10+ */
  color: #939598;
  font-family: 'MaisonNeue-MediumItalic';
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
.about-submenu #enterEmail:-moz-placeholder {
  /* Firefox 18- */
  color: #939598;
  font-family: 'MaisonNeue-MediumItalic';
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
#aboutus .social-links {
  margin-bottom: 15px;
}
#aboutus .social-links a {
  margin-right: 8px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 768px) {
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}