﻿/* CSS Document */

/* general styles  */

body{
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color:#252525;
}
h1, h2.section-heading, h2, h3, h4, h5{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  margin:30px 0 20px 0;
}
h1, h2.section-heading{
  margin:20px 0;
  font-size:30px;
}
@media(min-width:768px) {
  h1, h2.section-heading{
  font-size:50px;
}
}
.pagecontent{
  min-height:400px;
}

h1, h2.section-heading{
  color:#073352;
}
h2{
  color:#464646;
  font-size:20px;
}
@media(min-width:768px) {
  h2{
  font-size:30px;
}
}
.header-middle {
  display:none;
}
a.btn{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  text-transform:uppercase;
  white-space: normal;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  transition:all 0.3s linear;
  border-radius:0px;
}
@media(min-width:768px) {
  a.btn {
    white-space: nowrap;
  }
}
a.btn-default {
  background: #073352;
  border:none !important;
  color: #fff;
}
a.btn-default:hover, a.btn-default:focus{
  background: #03121d;
 border:none !important;
  color: #fff;
}
a.btn-primary{
  background: #733b90;
  border:none !important;
  color: #fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background: #341b41;
  border:none !important;
  color: #fff;
}
.header-bottom{
  background:#dddddd;
}
@media(max-width:767px){

  #main .header-bottom{
  
    position:fixed !important;
    top: 70px;
  }

}
.navbar-toggle {
    margin-top: 18px;
}
.navbar-toggle .icon-bar {
    background-color: #333333;
}
nav .navbar-nav > li > a {
  -webkit-transition:all 300ms linear;
  -moz-transition:all 300ms linear;
  transition:all 300ms linear;
  font-weight:700;
}
nav .navbar-nav > li > a {
  font-size: 11px;
  line-height:12px;
  padding: 31px 5px;
  color:#000;
}
nav .navbar-nav > li a:hover, nav .navbar-nav > li a:active, nav .navbar-nav > li a:focus, nav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background:#bebdbd;
  color:#000;
}

nav .navbar-header .logo {
    width:200px;
    max-height:77px;
    padding:4px;
}
nav.navbar {
  margin-bottom:0;
}

@media(min-width:768px){
  
 nav .navbar-header .logo {
      width:180px;

  }
}
@media(min-width:992px){
  
  nav .navbar-nav > li > a {
    font-size: 13px;
    line-height:14px;
    padding: 31px 12px;
    color:#000;
  }
  
  nav .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 31px 20px;
  }
}

@media(min-width:768px) {
  nav .navbar-nav {
    float:right;
  }
}



/* end general styles */



/* navigation */

.header-bottom{
  width:100%;
  display:block;
  margin:0;
  position:fixed;
  z-index:999;
  top: 47px;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
}
@media(min-width:768px){
  .header-bottom{
  top: 80px;
}
}
.navbar{
  border:0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:transparent;
  margin-bottom:0;
  min-height:40px;
}
nav .navbar-brand{
  padding:0;
}
.header-bottom.affix{
  position:fixed;
  top:0;
  z-index:999;
}
.header-bottom.affix-bottom { 
  position:absolute;
  z-index:999; 
}

.navbar-header{
  display:block;
}
nav .navbar-header .logo {
  display: block;
  margin: 0;
}

nav .navbar-nav .open .dropdown-menu li a {
    color: #000;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}
nav .navbar-toggle {
    border-color: #000;
}
nav .navbar-toggle .icon-bar {
    background-color: #000;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
nav .navbar-toggle {
    margin-bottom: 8px;
}
@media(min-width:768px){
  
  nav .navbar-nav .open .dropdown-menu li a {
    color: #000;
    font-size:14px;
    line-height: 1.42857;
    padding: 3px 20px;

  }
  
  .container{
    width:100%;
  }
  
}
@media(min-width:992px){
  

  nav .navbar-nav{
    float:right;
  }
  .container{
    width:970px;
  }

}
@media(min-width:1200px){
  nav .navbar-nav > li.btn-nav > a {
    margin:35px 0;
  }

  .container{
    width:1170px;
  }
}

/* end navigation */


/* home-cta-5 */

.home-cta-5{
  text-align:center;
  padding:40px 0;
}
.home-cta-5 h2 {
    margin: 150px 0 0 0;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    text-shadow: 2px 4px 2px #000000;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 45px;
    padding: 10px;
    font-family: Oswald;
    font-weight: 200;
}

@media(min-width:768px) {
  .home-cta-5 h2{
    margin: 250px 0 100px 0;
    font-size: 57px;
    line-height: 70px;
  }
}
.home-cta-5 h2 img{
  max-height:50vh;
}
@media(max-width:340px){


}
@media(min-width:768px) {
  .home-cta-5 h2{
        font-size: 57px;
    line-height: 75px;
    
    padding-bottom: 30px;
    padding-top: 15px;
    border-radius: 5px;
  }
}
.home-cta-5 h2 img{
  max-height:50vh;
}
.home-cta-5 h3{
  color:#fff;
  margin:30px 0;
  font-size:18px;
  text-shadow: 0 0 19.4px #000000;
}



.home-cta-5 .btn {
    margin-bottom:20px;
    font-size:26px;
    border-radius:2px;
}
.home-cta-5 .btn-default {
  background: rgba(7,51,82,.75);
  border:solid 2px #dedbdd !important;
  color: #fff;
}
.home-cta-5 .btn-default:hover, .home-cta-5.btn-default:focus{
  background: rgba(7,51,82,1);
  border:solid 2px #dedbdd !important;
  color: #fff;
}
.home-cta-5 .btn-primary{
  background: rgba(115,59,144,.75);
  border:solid 2px #dedbdd !important;
  color: #fff;
}
.home-cta-5 .btn-primary:hover, .home-cta-5 .btn-primary:focus{
  background: rgba(115,59,144,1);
  border:solid 2px #dedbdd !important;
  color: #fff;
}
    .home-cta-5 .btn {
    
        text-shadow: 0px 4px 3px #000;
}
@media(min-width:768px) and (max-width:991px){

    .home-cta-5 .btn {
    
    font-size: 14px !important;
}

}
@media(min-width:992px) and (max-width:1199px){

    .home-cta-5 .btn {
    
    font-size: 20px !important;
}

}
@media(min-width:1200px) {
.home-cta-5 h3{
  font-size:26px;
}
}

.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#fff;
  white-space:nowrap;
}


.header-top{
  background: #000 url(/UploadedFiles/EventPage/30007.001/images/slider-1.jpg) center top no-repeat  ;
  background-size:cover;
}

.header-top{
  display:block;
}
@media(min-width:768px) {
  .header-top{
    height: 100vh !important;
    margin-top: 100px;
  }
}
@media(max-width:340px){
    .header-top {
    height: 150vh !important;
}

}
@media(min-width:768px){
  .home-cta-5{
    /*height:768px;
    height: 100vh;*/
  }

  .home-cta-more{
    /*display:block;*/
  }
  .home-cta-5 .home-cta-more a{
    color:#fff;
    opacity:.7;
    margin:10px 0;
    display:inline-block;
  }
  .home-cta-5 .home-cta-more a:hover{
    opacity:1;
  }
  .home-cta-5 .home-cta-more .fa{
    font-size:4em;
  margin:20px;
  }
}
@media(min-width:992px){
  .row-cta-btn-group{
    padding-left:20px;
    padding-right:20px;
  }



}
@media(min-width:1200px){


}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(4, 62, 108, 0.8) url(/UploadedFiles/EventPage/1002998/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* end home-cta-5 */

/* subpage cta */
.asidecontent_fix {
    margin-top: 180px;
}
#aside-cta{
  padding-top: 186px;
  background: #000 url(/UploadedFiles/EventPage/30007.001/images/slider-1.jpg) center top no-repeat;
  background-size:cover;
}
@media(min-width:768px) and (max-width:991px){

    #aside-cta .btn {
    
    font-size: 12px !important;
}

}
@media(min-width:992px) and (max-width:1199px){

    #aside-cta .btn {
    
    font-size: 17px !important;
}

}
#aside-cta .btn {
    margin-bottom:20px;
    font-size:20px;
    border-radius:2px !important;
}
#aside-cta .btn-default {
  background: rgba(7,51,82,.75);
  border:solid 2px #dedbdd !important;
  color: #fff;
}
#aside-cta .btn-default:hover, #aside-cta.btn-default:focus{
  background: rgba(7,51,82,1);
  border:solid 2px #dedbdd !important;
  color: #fff;
}
#aside-cta .btn-primary{
  background: rgba(115,59,144,.75);
  border:solid 2px #dedbdd !important;
  color: #fff;
}
#aside-cta .btn-primary:hover, #aside-cta .btn-primary:focus{
  background: rgba(115,59,144,1);
  border:solid 2px #dedbdd !important;
  color: #fff;
}
.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#fff;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
      background: rgba(0,0,0,.75);
    border-radius: 5px;
    padding-right: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* home-content-1 */
.home-content-1{
  padding:40px 0;
  text-align:left;
  overflow:hidden;
      padding-bottom: 80px;
}
.home-content-1 h3.text-center {
    font-size: 30px;
    font-weight: 600;
    color: #073352;
}
.home-content-1 h2.section-heading {
    margin-top: 0;
    margin-bottom: 40px;
}
.home-content-1 .box {
    border: solid 2px #b1b1b1;
    border-radius: 13px;
    /* padding: 5px; */
    margin-top: 30px !important;
}
.home-content-1 .box p:nth-child(3) {
    padding: 10px;
    padding-top: 5px;
}
.home-content-1 .box a {
    color: #336699;
    font-weight: 400;
}
.home-content-1 p {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
}
@media(max-width:991px){
.box img {
    min-width: 100%;
}
.home-content-1 .box {
   
    border-radius: 30px;
   
}
}

@media(min-width:992px) and (max-width:1199px){
  .box {
    min-height: 720px;
}

}
@media(min-width:1200px){
.box {
    min-height: 656px;
}
}
/* end home-content */


/* speakerrotator */

#speakerrotator{
  background:#e5eaed url(/UploadedFiles/EventPage/30007.001/images/speaker-bkg.jpg) scroll no-repeat center top /cover;
  
  color:#000;
  padding:40px 0 0 0;
}
#speakerrotator h2.section-heading{
  margin:0 0 20px 0;
      margin-bottom: 40px;
}
#speakerrotator p{
  margin:0px;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
    display: inline-block;
    margin-bottom: 80px;
    font-size: 24px;
}
.speaker{
  min-height:290px;
}
.speaker img {
    background-color: #fff;
    border: 1px solid #949494 !important;
    -webkit-border-radius: 10px;
    border-radius: 50%;
    min-width: 130px;
    max-width:130px;
    padding:2px;
}
.carousel-indicators .active {
    background-color: #fff;

}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #fff;

}
@media(min-width:1200px){
#main #speakerrotator .speaker img{
      
      min-width:263px !important;
      max-width:263px !important;
      min-height: 200px !important;
      max-height: 200px !important;
}
}
@media(min-width:992px) and (max-width:1199px){
#main #speakerrotator .speaker img{
      
      min-width:200px !important;
      max-width:200px !important;
      min-height: 160px !important;
      max-height: 160px !important;
}
}
@media(min-width:768px) and (max-width:991px){
#main #speakerrotator .speaker img{
      
     min-width:263px !important;
      max-width:263px !important;
      min-height: 200px !important;
      max-height: 200px !important;
}
}
@media(max-width:767px){
#main #speakerrotator .speaker img{
      
      min-width:100px !important;
      max-width:100px !important;
      min-height: 100px !important;
      max-height: 100px !important;
}
}

#speakerrotator h4 {
    margin-bottom: 0px;
    margin-top: 20px;
    color:#000;
    font-weight:600;
    font-size:20px;
}
#speakerrotator .title {
    font-style: italic;
    font-size:20px;
    font-weight:600;
}
#speakerrotator .company {
    font-weight: 700;
    font-size:20px;
}
#speakerrotator .col-xs-6.col-sm-6.col-md-3.text-center {
    min-height: 360px;
}
/* footer */

footer.pagefooter{
  background:#000;
  border-top:5px solid #ccc;
  color:#fff;  
  margin-top:40px;
}
#ctl00_footer_left, #ctl00_footer_center, #ctl00_footer_right{
  width:100%;  
  text-align:center;
  min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.footer-copyright{
  margin:20px 0;
}
footer.pagefooter .fa{
  vertical-align: middle;
}
footer.pagefooter h4{
  margin-top:0;
  color:#fff;
}

footer #footernav ul#navigation {

    text-align: center;
}
footer #footernav ul#navigation .navItem a {
    color: #FFF;
    text-decoration: none;
}
.pagefooter a {
    color: #fff;
    text-decoration: none;
}
footer .btn {
    text-decoration: none;
    background: #333333 !important;
    border-radius: 8px;
    border: solid 2px !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer.pagefooter .btn-defense-iq{
  background:#3b906a;
  color:#fff;
  border-color:#1d543e;
  text-decoration:none;
}
#ctl00_footer_right img {
  max-width:180px;
}
.btn-defense-iq:hover, .btn-defense-iq:focus, .btn-defense-iq:active{
  background:#1d543e;
  color:#fff;
  border-color:#1d543e;
}
@media(min-width:768px){
  
}
@media(min-width:992px){
  footer #footernav ul#navigation {

    text-align: right;
  }
  #ctl00_footer_left, #ctl00_footer_center, #ctl00_footer_right{
    float: left;
  }
  #ctl00_footer_left{
    width:30%;  
    text-align:left;
  }
  #ctl00_footer_center{
    width:30%;
    text-align:left;
  }
  #ctl00_footer_right{
    width:40%;
    text-align:right;
  }
}
/* end footer */




/* early-bird-banner-2 */

.early-bird-banner-2 {
    background: transparent;
    padding: 15px 1px;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #fff;
}
.header-middle .btn {
        background: #733b90;
        color: #fff;
        font-size: 1em;
        padding: 10px;
        margin-top: 25px;
            width: 82%;
            margin-top: 42px;

}
@media(min-width:992px) and (max-width:1199px){
    .header-middle .btn {
    
    font-size: 15px;
    
}

}
@media(min-width:768px) and (max-width:991px){
    .header-middle .btn {
    
    font-size: 12px;
    
}

}
.header-middle .btn:hover, .header-middle .btn:focus{
        background: #49265b;

}
.header-middle h2{
        color: #073352;
            margin-bottom: 7px;
}
.header-middle .banner p{
font-size:20px;
color:#666666;
overflow: hidden;
}
.header-middle .banner{

overflow: hidden;
}
/* end early-bird-banner-2 */


/* Partner image rotator fix  */

.eventpartnerstable {
  width:auto !important;
  padding-bottom:10px;
}
span#ctl00_555022_lblSponsors {
    font-size: 24px;
}
.eventpartnerstable #SponsorWidgetWrapper {
  width:100%;
  text-align:center;
  border-bottom: 1px solid #ccc;
  padding-right:0
}
.eventpartnerstable #MediaWidgetWrapper {
  width:100%;
  text-align:center;
  padding-top:10px
}
.SponsorHeading > span {
  padding-right:0;
}
.MediHeading > span {
  padding-left:0;

}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    width: 200px;
    height: 150px;
    float: none;
    margin:0 auto;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: none;
    margin:0 auto;
}
.eventpartnerstable .DynamicRotator {
    border: 0;
    min-width: 230px !important;
    min-height: 150px !important;
}
.SponsorHeading, .MediHeading {
    margin-bottom: 20px;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
}
@media(min-width: 768px) {
  .eventpartnerstable #SponsorWidgetWrapper {
    width: 49%;
    text-align:right;
    float:left;
    border-bottom: 0;
    border-right:1px solid #ccc;
    padding-right:30px
}
.eventpartnerstable #MediaWidgetWrapper {
  width:49%;
  text-align:left;
  float:right;
  padding-top:0

}
.SponsorHeading > span {
  padding-right:20px
}
.MediHeading > span {
  padding-left:30px
}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    float: right;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: left;
}
.SponsorHeading, .MediHeading {
    font-size: 18px;
}
}
.DynamicRotator > img {
  width: auto !important;
  max-width: 200px;
  display: inline-block;
  padding:0 !important;
}
@-moz-document url-prefix() { 
  .DynamicRotator > img {
    padding: 0 !important;
    height: 50% !important;
}
}

/* Agenda Session Speaker Fix */

.speakerheader table td > div {
    width: 100% !important;
    padding: 0 25%;
}
#Agenda .speakerphoto {
    padding-left: 0;
}
.speakerheader table td {
  width:auto !important;
}

.titlewrapper h2, .titlewrapper h2 a, div.details h2 {
    color: #0358b0 !important;
    font-size: 22px !important;
    text-decoration: none !important;
    line-height: 29px;
}
.fadeIn {
  animation-duration:3s;
  -moz-animation-duration:3s;
  -webkit-animation-duration:3s;
}
.carousel-inner {
    width: 99%;
}
.featured-content-2 {
 
  padding: 20px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
}
@media(min-width:768px){
  .media-body, .media-left, .media-right {
    padding-right: 20px;
}
}
@media(min-width:992px){
  .media-body, .media-left, .media-right {
    padding-right: 0;
}
}
@media(min-width:1200px){
  .media-body, .media-left, .media-right {
    padding-right: 50px;
}
}
.media-body img {
  float:left;
  padding-top:10px
}
@media(min-width:768px){
  .media-body img {
  float:right;
  padding-top:0;
}
}
.featured-content-box-1 {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 20px;
    font-size: .94em;
    line-height: 1.3;
    min-height: 250px;
    border:1px solid #dedede;
}
#Opportunities p {
  padding:5px 0;
}
#Opportunities .btn {
  padding:15px;
  border-radius:5px;
  margin-bottom:10px
}
#Opportunities .brochure-link p a {
  width:100%;
}
#Opportunities .brochure-link img {
    position: static;
    margin-left:33%
}
@media(min-width:768px){
  #Opportunities .brochure-link p a {
  width:50%;
}
#Opportunities .brochure-link img {
    position: absolute;
    right: 37%;
    top: -30%;
}
}
#Opportunities .fa {
  padding-left:10px;
}

.landingcontainer{
  padding-top:100px;
}

/** uncomment if using text logo in navbar **/
/*
nav a.navbar-brand{
    padding: 4px 0;
    font-weight: 700;
    font-size: 1.3em;
    width: 220px;
    color: #fff;
    line-height: 1.3em; 
}
*/

.email-bubble{
  position:fixed;
  right:10px;
  bottom:84px;
  z-index:999;
}
.contact-icons.pull-right {
    float: right;
    line-height: 20px;
}
@media(max-width:767px){
    .contact-icons.pull-right {
 
    line-height: 20px;
}

}
.socialmedia {
  position: fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  background:#073352;
  height: 70px;
  padding: 10px 0;
  font-size:11px;
}
@media(min-width:768px){
  .socialmedia {
  position: fixed;
 
  left:0;
  right:0;
  width:100%;
  background:#073352;
  height: 60px;
  padding: 10px 0;

  font-size:14px;
    top:40px;
}
}
@media(min-width:768px) {
  .socialmedia {
  height: 40px;
}
}

a.twitter {line-height: 26px;}
@media(min-width:768px) {
  .socialmedia {
  font-size:14px;
}
}
.social-media {
  float:right;
  padding-top:5px;
  margin-right:20px;
  margin-top:0;
  color:#fff;
  font-size:11px
}
@media(min-width:768px) {
  .social-media {
  font-size:14px
}
}
.social-media, .social-media .fa {
  color:#fff;
}
.contact-icons .fa {
  float:left;
  color:#fff;
}

.contact-icons .fa {
  font-size:24px
  color:#fff;
}
@media(min-width:768px){
  .contact-icons .fa {
    font-size:2em;
  color:#fff;
  }
}
.socialmedia .fa {
    font-size: 22px !important;
}
.contact-icons a {
  color:#fff;
      font-weight: 600;
}

.socialmedia h3 {
  font-size:11px;
  color:#fff;
  margin: 4px 0;
}

@media(min-width:768px) {
  .socialmedia h3 {
  font-size:14px;
  color:#fff;
  white-space: nowrap;
  margin: 6px 0;
}
}

@media(min-width:992px) {
  .socialmedia h3 {
  font-size: 14px;
  color:#fff;
  white-space: nowrap;
  margin: 3px 0;
}
}
.contact-icons {
  float: right;
}

/* featured-content-3 */
.featured-content-3 h2.section-heading{
  margin:0 0 40px 0;
}
.featured-content-3{
  padding:40px 0;
  overflow:hidden;
}
.featured-content-3 img{
  max-height:100px;
  border:1px solid #ccc;
}

.fcbox {
    display: inline-block;
    width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    box-shadow: 1px 1px 24px #aba7a7;
    vertical-align: top;
    transition: background 0.3s;
    min-height: 380px;
    border-radius: 7px;
            margin-bottom: 50px;
}
@media(min-width:768px){

  .fcbox {
        padding-left: 30px;
    padding-right: 30px;
}

}
@media(max-width:767px){

.fcbox {
    display: inline-block;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    padding-left: 2%;
    padding-right: 2%;
}


}
.featured-content-3 h3{
    font-size: 23px;
    margin-top: 10px !important;
        line-height: 30px;

}
.featured-content-3 p.special {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.fcbox img {
    margin-top: 10px !important;
}
.fc-content {
    min-height: 154px;
}
@media(min-width:992px) and (max-width:1199px){
  .fc-content {
    min-height: 198px;
}
.featured-content-3 h3 {
    
    min-height: 90px;
}
}
.fcbox:nth-of-type(1):hover {
    background: #dedede;

  color: #000;

}
.fcbox:nth-of-type(2):hover {
    background: #dedede;

    color: #000;
}
.fcbox:nth-of-type(3):hover {
    background: #dedede;
    color: #000;
}


.fcbox:nth-of-type(1):hover h3, .fcbox:nth-of-type(2):hover h3, .fcbox:nth-of-type(3):hover h3
{
  color: #000;
}

/*photoscroll*/
.photoscroll-2{
  padding:40px 0;
  
    background:#ebebeb;
  border-top:1px solid #c3c3c3;
  border-bottom:1px solid #c3c3c3;
}
.photoscroll-2 img {
  
  margin-bottom: 20px;
  width: 100%;
}
@media(min-width:768px){
.photoscroll-2 img {
  height: 250px;
  margin-bottom: 20px;
  width: 100%;
}
}
.photoscroll-2 .carousel-indicators{
  bottom:-50px;
  
}
.photoscroll-2 .carousel-indicators .active {
    background-color: #fff;

}
.photoscroll-2 .carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #fff;

}
.photoscroll-2 .col-sm-4{
  padding-left:0;
  padding-right:0;
}


/* testimonials */


.flex-video.widescreen {
    padding-bottom: 45%;
    width: 90%;
    margin-left: 5%;
   
    border: solid #000 15px;
  
}
.testimonials cite {
    font-size: 20px;
}
.testimonials p {
    font-size: 20px;
}
.testimonials{
  background:rgba(0,0,0,.85) !important;
  background-size:cover;
  color:#fff;
  padding:40px 0;
  overflow:hidden;
  margin:0px;

}
.testimonials h2{
  color:#fff;
}
.testimonials blockquote {
    font-size: 26px;
    

}
.testimonials .col-md-6.aos-init.aos-animate:nth-child(2)  {
    border-left: solid 1px #fff !important;
}
.testimonials .btn {
    margin-top: 35px;
}
@media(min-width:768px) and (max-width:991px){
    .testimonials .btn {
    
    font-size: 12px;
}

}
@media(min-width:768px){
.testimonials .col-md-6.col-sm-12.aos-init.aos-animate {
    padding-top: 30px;
    padding-bottom: 30px;
}
}
@media(min-width:768px) and (max-width:991px){
    .testimonials .btn {
    
    font-size: 15px;
}

}
@media(min-width:1200px){
    .testimonials .btn {
    
        font-size: 16px;
}

}
.testimonials blockquote {
    border-left:none !important;

}
@media(max-width:767px){

.testimonials .col-sm-6.aos-init.aos-animate:nth-child(2) {
    border-left: none !important;
}
}
.testimonials .carousel .item{
  min-height:220px;
}

.testimonials blockquote small, .testimonials blockquote footer, .testimonials blockquote .small {
    color: #fff;
}
.testimonials-1 blockquote {
  font-size:18px;
}
@media(min-width:768px) {
  .testimonials-1 blockquote {
  font-size: 24px;
}
}
.testimonials-1 .carousel .item {
  height:auto;
}
@media(min-width:768px){
  .testimonials-1 .carousel .item{
  min-height:220px;
}
}

/*home-content-2 */

.home-content-2{

    
    background: rgba(0, 0, 0, 0.5);
    color:#fff;
    overflow:hidden;
        padding-top: 80px;
    padding-bottom: 30px;
}
.home-content-2 h3.text-center {
    text-align: left;
    color: #fff;
}
.home-content-2 h3{
    font-size:24px;

}
.home-content-2 .fa{
    color:#fff;
    line-height: 20px;

}
.home-content-2 li {
    font-weight: 200;
    margin-top: 20px;
}
.home-content-2 ul.fa-ul {
    padding-left: 19px;
    margin-top: 30px;
        margin-bottom: 40px;
        
}
@media(min-width:768px){
    .home-content-2 ul.fa-ul {
        min-height: 260px;
        
}

}
@media(min-width:992px) and (max-height:1199px){
  .home-content-2 .btn {
    
    font-size: 14px;
    
}
}
@media(min-width:768px) and (max-width:992px){
      .home-content-2 .btn {
    
    margin-bottom: 40px;
    
}

}
.home-content-2 .col-md-4.col-sm-12.col-xs-12.aos-init.text-left.aos-animate p {
    text-align: center;
}
.home-content-2 .btn {
    
    font-size: 16px;
    width: 69%;
}
/*common section*/

.common-section{
    background:#fff url(/UploadedFiles/EventPage/30007.001/images/common-bkg.jpg) scroll no-repeat center top / cover;

}



/*end common section*/
/* home stats-3 */
.stats-3{
  margin:0;
  padding:40px 0;
  text-align:center;
  background:#f1ebf4;
}
.stats-3 h2.section-heading{
  margin:0 0 40px 0;
  font-size:39px;

}
.stats-3 .stat-icon{
  font-size:50px;
  line-height:70px;
}
.stats-3 .stat-icon span{
  width:160px;
  height:160px;
  border:6px solid #c96bfa;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  background:#733b90;
  color:#fff;
  padding:24px ;
}
.stats-3 span.fa-group{
  padding:24px 20px;
}
.stats-3 span.fa-microphone{
  padding:26px 42px;
}
.stats-3 span.fa-globe{
  padding:24px 32px;
}
.stats-3 span.fa-comments{
  padding:20px 24px;
}
.stats-3 .stat-number{
  font-size:48px;
  line-height:48px;
  color:#cc6dfd;
  font-weight:700;
}
.stats-3 .stat-text{
  font-size:24px;
  line-height:27px;
  
  color:#323137;
  font-weight: 600;
    line-height: 40px;
}
@media(min-width:768px){
    .stats-3 .stat-number{
      font-size:65px;
  
    }
    .stats-3 .stat-text{
      font-size:29px;
    }

}

/* end stats-3 */
/*top nav*/
  #header_bottom .navbar-static-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 40px !important;
    background: #733b90;
    color: #fff;
}
#header_bottom .navbar-static-top li a
{
   padding: 13px 10px;
   font-weight: 500;
   font-size: 13px;
}

nav.navbar.navbar-default.navbar-static-top.hidden-xs a {
    color: #fff;
    padding: 10px 0;
        font-size: 14px;
}

.nav_top_6633 a.dropdown-toggle {
  background: #733b90;
  margin: 20px 0px !important;
  padding: 10px !important;
  border-radius: 5px !important;
  color:#fff !important;
}
.nav_top_6633 a.dropdown-toggle:hover, .nav_top_6633 a.dropdown-toggle:focus  {
  background: #261230 !important;
  margin: 20px 0px !important;
  padding: 10px !important;
  border-radius: 5px !important;
  color:#fff !important;
}
/*.nav_top_6633 .dropdown-menu a{
    font-size: 14px !important;
line-height: 1.42857 !important;
padding: 3px 20px !important;
background:#fff !important;
color:#000 !important;
}
.nav_top_6633 .dropdown-menu.open a:hover; .nav_top_6633 .dropdown-menu.open a:focus{
    font-size: 14px !important;
line-height: 1.42857 !important;
padding: 3px 20px !important;
background:#000 !important;
color:#fff !important;
}*/
/* home-content-1-1 */
.home-content-1-1{
  padding:40px 0;
  text-align:left;
  overflow:hidden;
     padding-bottom:0px;
}

.home-content-1-1 p {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
}

li.nav_top.nav_top_.nav_top_6633 a {
    background: #073352;
    margin: 20px 0px;
    padding: 10px;
    border-radius: 5px;
    color:#fff !important;
}
li.nav_top.nav_top_.nav_top_6633 a:hover {
    background: #02101a;
    margin: 20px 0px;
    padding: 10px;
    border-radius: 5px;
    color:#fff !important;
}
.featured-content-2 .home-box:hover h3, .featured-content-2 .home-box:hover p{
color:#fff;
}

.featured-content-2 .home-box5:hover{
  background:#686868;
}

.featured-content-2 .home-box {
  background: #cecece none repeat scroll 0 0;
  height: 156px;
  padding: 15px 10px;
}

.featured-content-2 {
  background: #fff;
  padding: 20px;
}

.featured-content-2 .home-box:hover h3, .featured-content-2 .home-box:hover p{
color:#fff;
}

.featured-content-2 .home-box:hover{
  background:#686868;
}

.featured-content-2 .home-box5:hover{
  background:#888888 url("/UploadedFiles/EventPage/1003691/images/categoryicon1.jpg") no-repeat center;
  color:#fff;
}

.featured-content-2 .home-box6:hover{
  background:#888888 url("/UploadedFiles/EventPage/1003691/images/categoryicon2.jpg") no-repeat center;
  color:#fff;
}
.featured-content-2 .home-box7:hover{
  background:#888888 url("/UploadedFiles/EventPage/1003691/images/categoryicon3.jpg") no-repeat center;
  color:#fff;
}

.featured-content-2 .home-box8:hover{
  background:#888888 url("/UploadedFiles/EventPage/1003691/images/categoryicon4.jpg") no-repeat center;
  color:#fff;
}

.featured-content-2 .home-box9:hover{
  background:#888888 url("/UploadedFiles/EventPage/1003691/images/categoryicon5.jpg") no-repeat center;
  color:#fff;
}

.featured-content-2 .home-box10:hover{
  background:#787878 url("/UploadedFiles/EventPage/1003691/images/categoryicon6.jpg") no-repeat center;
  color:#fff;
}



.featured-content-2 .home-box {
  background: #cecece none repeat scroll 0 0;
  margin: 10px 0;
  min-height: 135px;
}

.featured-content-2 .home-box  h3 a {
  display: block;
  padding: 25px 10px;
  color:#333333;
  text-decoration:none;
}