img.ng-scope {
    display: none;
}

/*header {
    background-color: #00000047;
} */
.featureBackgroundGrey img {
    animation: none!important;
}

nav.navbar.navbar-default.navbar-fixed-top {
    background-color: transparent!important;
}

header {
    background-color: none!important;
}

html, body {
      overflow-x: hidden;
}

* {
  font-family: Montserrat;
}

*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #000;
}

*::-webkit-scrollbar
{
	width: 6px;
	background-color: #000;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}



@keyframes fadeIn {
    from    { opacity: 0; }
    to      { opacity: 1; }
}

@keyframes fadeOut {
  from    { opacity: 1; }
  to      { opacity: 0; }
}

div{
  opacity: 1;
  transition: 0.1s opacity ease-in-out;
}

.ng-enter           { animation: fadeIn 0.8s both ease-in; }
.ng-leave           { animation: fadeOut 0.5s both ease-in; }

.navbar {
    position: relative;
    min-height: 140px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0);
}

.navbar-right{
  display: none;
}

.navbar-brand > img {
    display: block;
    height: 100%;
}

a.navbar-brand {
    height: 121px;
}

.navbar-toggle-show {
    display: block;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,0) !important;
    border: 0;
    color: #fff;
    padding-bottom: 5px !important;
    text-align: center;
    font-size: 30px;
}

.activeFilter {
    background: #cc1b2e !important;
    color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;

    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;;
}

ul.dropdown-menu.dropdown-toggle-show {
    background-color: #1c1c1c;
}

ul.dropdown-menu.dropdown-toggle-show li a {
    color : #9c9c9c;
    text-align: right;
    font-size: 22px;
    font-family: Montserrat;
    padding-right: 20px;
    padding-left: 55px;
}

ul.dropdown-menu.dropdown-toggle-show>li>a:focus, ul.dropdown-menu.dropdown-toggle-show>li>a:hover {
    color: #d51c30;
    text-decoration: none;
    background-color: #1c1c1c;
}


.navbar-default .navbar-toggle-show .icon-bar {
    background-color: #fff !important;;
}

.navbar-toggle-show .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
}

body{
  background: #000;
}

header {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999;
}

footer {
    color: #fff;
    padding: 20px;
}


.homeFeature {
    background: #1c1c1c;
    color: #fff;
}

.Tagline {
    font-family: Montserrat;
    font-weight: 500;
    color: #d51c30;
    font-size: 12px;
    line-height: 16px;
    font-style: Normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

.banner{
  min-height: 400px;
}

.bannerText{
  font-family: Montserrat;
    font-weight: 300;
    color: #fff;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -2px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

.bannerSubtitle {
    font-family: Montserrat;
    font-weight: 300;
    color: #9c9c9c;
    font-size: 28px;
    line-height: 35px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    direction: ltr;
    margin: 0;
    max-width: 70%;
    text-align: left;
}

.Gallery-Title {
    font-family: Montserrat;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

.Gallery-Description {
    font-family: Montserrat;
    font-weight: 300;
    color: #9c9c9c;
    font-size: 12px;
    line-height: 16px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}


.catList{
  list-style:none;
  padding: 0;
  margin: 0;
}

.catList li a, .catList li {
  color: #9c9c9c;
}

.catList li a:hover, .catList li:hover {
  color: #d51c30;
}

.redTitle {
    font-weight: 500;
    color: #d51c30;
    margin-bottom: 30px;
}

.featureBackgroundRed {
    background: #d51c30;
    text-align: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.featureBackgroundRed img{
  animation: imageZoom 25s infinite;
}

.featureBackgroundRed.left {
    text-align: left;
}
.featureBackgroundGrey {
    background: #000;
    text-align: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.featureBackgroundGrey img{
  animation: imageZoom 25s infinite;
}

.featureContainerLeft {
    padding: 25px 25px 25px 25px;
    width: 100%;
    font-size: 12px;
}

.featureContainerRight {
    padding: 80px 0px 25px 0px;
    width: 76%;
    float: right;
}

.featureTitle {
    font-family: Montserrat;
    font-weight: 300;
    color: #9c9c9c;
    font-size: 28px;
    line-height: 35px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

.marginTop {
  margin-top: 30px;
}

.navbar-nav li{
  font-weight: normal;
  font-family: Montserrat;
  font-style: normal;
  color: #9c9c9c;
  text-decoration: none;
  line-height: 20px;
  background-image: none;
  margin: 0;
  font-size: 16px;
}
.navbar-nav>li>a:hover {
    color: #d51c30 !important;
    text-decoration: none;
    line-height: 20px;
    transition: 0.5s color ease-in-out;
}

.btn-primary.focus, .btn-primary:focus {
    color: #d51c30;
    background-color: #d51c30 !important;
    border-color: #d51c30 !important;
    outline: none !important;
}

.btn-default, .btn-default:active, .btn-default.focus, .btn-default:focus {
    background-color: #d51c30;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    width: 200px;
    height: 40px;
    text-shadow : none;
    font-size: 12px;
}

.btn-primary, .btn-primary:active, .btn-primary.focus, .btn-primary:focus {
    background-color: #1c1c1c;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #9c9c9c;
    width: 200px;
    height: 40px;
    text-shadow : none;
    font-size: 12px;
}

.btn-primary:hover {
    background-color: #1c1c1c;
    color: #d51c30;
    border: 1px solid #d51c30;
    text-shadow : none;
  }

.btn-default:hover {
    background-color: #d51c30;
    color: #000;
    text-shadow : none;
  }

  .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #1c1c1c;
    color: #d51c30;
    border: 1px solid #d51c30;
    text-shadow : none;
    z-index: 2;
  }

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  : -1px;
  line-height: 1.42857143;
  : #337ab7;
  text-decoration: none;
  background-color: #1c1c1c;
  background-image: none;
  border: 0;
  border-radius: 0;
  color: #9c9c9c;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.noHeaderMargin {
    padding-top: 150px;
}

/* Carousel */
.carousel-caption {
    position: absolute;
    left: 12.5%;
    text-align: left;
    top: 20%;
    width: 50%;
}

.singleSpeakerImg {
    width: 110%;
    top: -145px;
    position: absolute;
    animation: imageZoom 20s infinite;
}

.singleSpeakerparagraph {
    font-family: Montserrat;
    font-weight: 300;
    color: #D1D3D2;
    font-size: 14px
    color:#9C9C9C;
}

.singleSpeakerList li {
    padding: 10px 0px;
}

input.form-control {
    z-index: 1000043;
    width: 275px;
    height: 40px;
    background-color: rgb(28, 28, 28);
    border-width: 1px;
    border-style: none;
    border-color: rgb(204, 204, 204);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
    font-family: arial;
    font-size: 12px;
    color: rgb(156, 156, 156);
    direction: ltr;
    margin-bottom: 20px;
}

p, ul li{
  font-family: Montserrat;
    font-weight: 300;
    color: #D1D3D2;
    font-size: 14px;
    line-height: 22px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

.formheading{
    font-family: Montserrat;
    font-weight: 300;
    color: #9C9C9C;
    font-size: 28px;
    line-height: 35px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

div#backToTop {
    background: #000;
    padding: 15px 0px;
    width: 40px;
    display: none!important;
    margin: auto;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 183px;
    border: 1px solid;
}

.autoComplete input {
    margin: 0;
}

ul.suggetions li {
    color: #fff;
    padding: 2px 5px;
}
ul.suggetions li a{
    color: #fff;
    text-decoration: none;
}

ul.suggetions li a:hover {
    color: #d51c30;
    border-bottom: 1px solid #d51c30;
}

ul.suggetions {
    background: #000;
    position: absolute;
    display: none;
    width: 56%;
    z-index: 99;
    padding: 10px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #d51c30;
    border-left: 1px solid #d51c30;
    border-right: 1px solid #d51c30;
}

@media (min-width: 768px){

  .navbar-nav > li > a {
      padding-top: 80px;
      padding-bottom: 30px;
  }

  ul.nav.navbar-nav {
      margin-left: 50px;
  }

}


/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width : 1200px) {

}

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

}

@media only screen and (max-width : 767px) {
  .navbar-toggle-show {
    display: none !important;
  }
  a.navbar-brand {
      height: 100px;
  }
  .carousel-caption {
    display: none;
  }
  .featureContainerLeft {
      width: 100%;
      padding-left: 0;
  }
  .featureContainerRight {
      padding: 80px 0px 25px 0px;
      width: 100%;
      float: none;
  }
}

@media only screen and (max-width : 480px) {
  .navbar-toggle-show {
    display: none !important;
  }
  a.navbar-brand {
      height: 80px;
  }
  a.navbar-brand span {
    font-size: 12px;
  }
  ul.nav.navbar-nav {
      background: #000;
      margin-top: 0;
  }
  .carousel-caption {
    display: none;
  }

  .featureContainerLeft {
      width: 100%;
      padding-left: 0;
  }
  .featureContainerRight {
      padding: 80px 0px 25px 0px;
      width: 100%;
      float: none;
  }
}

@media only screen and (max-width : 320px) {
  .navbar-toggle-show {
    display: none !important;
  }
  a.navbar-brand {
      height: 80px;
  }
  a.navbar-brand span {
    font-size: 12px;
  }
  ul.nav.navbar-nav {
      background: #000;
      margin-top: 0;
  }

  .carousel-caption {
    display: none;
  }

  .bannerText {
    font-size: 20px;
  }

  .featureContainerLeft {
      width: 100%;
      padding-left: 0;
  }
  .featureContainerRight {
      padding: 80px 0px 25px 0px;
      width: 100%;
      float: none;
  }
}


.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  display: none;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #d51c30;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes imageZoom {
  0% {transform: scale(1);}
  50%{transform: scale(1.05);}
  100% {transform: scale(1);}
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}


.burger_menu {
  top: 50px;
  right: 183px;
  position: absolute;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
}

.burger_menu ul.dropdown-menu {
    top: 35px;
    left: -200px;
}

a:focus, a:hover {
    color: red;
    text-decoration: underline;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
    border: none;
}



@media only screen and (min-device-width : 320px) and (max-device-width : 568px)  {
    
    ul.nav.navbar-nav {
        background: #000;
        margin-top: 0;
        border-bottom: 2px solid #d51c30;
    }

    
    header {
        position: relative;
        display: block;
        width: 100%;
        z-index: 999;
        height: 100px;
    }
    
    input.form-control {
        width: 100%;
    }
    
    .featureBackgroundGrey img {
        width: 100%;
    }
    
    .navbar {
        position: relative;
        min-height: 100px;
    }
    
    .btn-primary, .btn-primary:active, .btn-primary.focus, .btn-primary:focus {
        width: 100%;
        margin: 5px 0;
    }
    
    .autoComplete input {
        margin: 5px 0;
        width: 100%;
    }
        
    div#backToTop {
        right: 15px;
        bottom: 65px;
    }
    
    footer {
        text-align: center;
    }
    
    .noHeaderMargin {
        padding-top: 0;
    }
    
    .featureContainerRight {
        padding: 32px 0px 25px 0px;
        text-align: center;
        float : none !important;
    }
    
    .featureTitle {
        text-align: center;
    }
    
    .bannerText {
        font-size: 30px;
        text-align: center;
    }
    
    .bannerSubtitle {
        max-width: 100%;
        text-align: center;
    }
    
    .featureBackgroundGrey {
        overflow: visible;
    }
    
    contact > .container {
        padding: 0;
    }
    
    .redTitle {
        margin-top: 30px;
    }
    
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    
    ul.nav.navbar-nav {
        background: #000;
        margin-top: 0;
        border-bottom: 2px solid #d51c30;
    }

    
    header {
        position: relative;
        display: block;
        width: 100%;
        z-index: 999;
        height: 100px;
    }
    
    input.form-control {
        width: 100%;
    }
    
    .featureBackgroundGrey img {
        width: 100%;
    }
    
    .navbar {
        position: relative;
        min-height: 100px;
    }
    
    .btn-primary, .btn-primary:active, .btn-primary.focus, .btn-primary:focus {
        width: 100%;
        margin: 5px 0;
    }
    
    .autoComplete input {
        margin: 5px 0;
        width: 100%;
    }
        
    div#backToTop {
        right: 15px;
        bottom: 65px;
    }
    
    footer {
        text-align: center;
    }
    
    .noHeaderMargin {
        padding-top: 0;
    }
    
    .featureContainerRight {
        padding: 32px 0px 25px 0px;
        text-align: center;
        float : none !important;
    }
    
    .featureTitle {
        text-align: center;
    }
    
    .bannerText {
        font-size: 30px;
        text-align: center;
    }
    
    .bannerSubtitle {
        max-width: 100%;
        text-align: center;
    }
    
    .featureBackgroundGrey {
        overflow: visible;
    }
    
    contact > .container {
        padding: 0;
    }
    
    .redTitle {
        margin-top: 30px;
    }
    
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px)  {
    
    ul.nav.navbar-nav {
        background: #000;
        margin-top: 0;
        border-bottom: 2px solid #d51c30;
    }

    
    header {
        position: relative;
        display: block;
        width: 100%;
        z-index: 999;
        height: 100px;
    }
    
    input.form-control {
        width: 100%;
    }
    
    .featureBackgroundGrey img {
        width: 100%;
    }
    
    .navbar {
        position: relative;
        min-height: 100px;
    }
    
    .btn-primary, .btn-primary:active, .btn-primary.focus, .btn-primary:focus {
        width: 100%;
        margin: 5px 0;
    }
    
    .autoComplete input {
        margin: 5px 0;
        width: 100%;
    }
        
    div#backToTop {
        right: 15px;
        bottom: 65px;
    }
    
    footer {
        text-align: center;
    }
    
    .noHeaderMargin {
        padding-top: 0;
    }
    
    .featureContainerRight {
        padding: 32px 0px 25px 0px;
        text-align: center;
        float : none !important;
    }
    
    .featureTitle {
        text-align: center;
    }
    
    .bannerText {
        font-size: 30px;
        text-align: center;
    }
    
    .bannerSubtitle {
        max-width: 100%;
        text-align: center;
    }
    
    .featureBackgroundGrey {
        overflow: visible;
    }
    
    contact > .container {
        padding: 0;
    }
    
    .redTitle {
        margin-top: 30px;
    }
    
}


h4.bannerSubtitle.animated.slideInUp {
    display: none!important;
}



@media (max-width:1050px) {
 h4.bannerSubtitle.animated.slideInLeft {
    display: none!important;
    }
}

h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


#grey img { filter: grayscale(100%);
    -webkit-filter: grayscale(100%); 
    filter: gray;
    -webkit-transition: all .6s ease; }
/*
#grey img:hover {    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none; }
.image-overlay { display: none !important; } */



@media screen and (max-width: 1050px) {
    .bannerText  {
       display:none!important;
    }
}


#myBtn {
  
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    outline: none;
    background-color: transparent;
    border-color: white;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 0px;
    font-size: 18px;
}



.navbar-default .navbar-nav>li>a {
    color: #fff!important;
}
/*
.container-fluid {
    height: 50px;
}
*/


/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@media screen and (max-width: 450px) {

h4.redTitle.animated.slideInUp {
    margin-top: 0px!important;
}
}

