﻿/* CSS Document */

/* general styles  */

body{
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color:#252525;
}
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-family:'Segoe Script', sans-serif;
  font-weight:200;
}
.pagecontent{
  min-height:400px;
}

.header-middle{
  display:none;
  min-height:7vh;
}
h1, h2.section-heading{
  color:#252525;
  font-size:30px;
  margin:20px 0;
}
@media(min-width:768px){
  h1, h2.section-heading {
    font-size:36px;
}
}
h2{
  color:#464646;
}
a.btn{
  font-family:'Segoe Script', 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 !important;
box-shadow: 0px 6px 7px #000;
}
@media(min-width:768px) {
  a.btn {
    white-space: nowrap;
  }
}
a.btn-default {
  background: #fff;
  border-left:0px !important;
  border-right:0px !important;
  border-top:0px !important;
  border-bottom:0px !important;
  color: #2c85b7;
}
a.btn-default:hover, .btn-default:focus{
  background: #c0c0c0;
  border-left:0px !important;
  border-right:0px !important;
  border-top:0px !important;
  border-bottom:0px !important;
  color: #2c85b7;
}
a.btn-primary{
  background: #2c85b7;
  border-left:0px !important;
  border-right:0px !important;
  border-top:0px !important;
  border-bottom:0px !important;
  color: #fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background: #1d5473;
  border-left:0px !important;
  border-right:0px !important;
  border-top:0px !important;
  border-bottom:0px !important;
  color: #fff;
}
.header-bottom{
  background:#000;
}

div#navbar {
    padding-top: 40px;
    padding-bottom: 20px;

}
@media(max-width:328px){

nav .navbar-header .logo {
    max-width: 180px;
    max-height: 77px;
}

}
@media (min-width: 992px){

.navbar-brand:after {
    left: -70px;
}
}

@media(max-width:767px){
#main .pageheader .header-bottom{
    position: fixed !important;
}
}
#main .header-bottom {

  top: 40px !important;

}
@media(max-width:767px){
#main .header-bottom {
    top: 70px !important;
}
}
.header-bottom .caret {
  color: #39b6fd;
  /* font-size: 94px; */
}
nav .navbar-toggle .icon-bar {
    background-color: #333333;
}

nav .navbar-nav > li > a {
  font-size: 12px;
  line-height:12px;
  padding: 15px 9px;
  color:#fff;
  -webkit-transition:all 300ms linear;
  -moz-transition:all 300ms linear;
  transition:all 300ms linear;
  font-weight:600;
}
nav .navbar-nav > li a:hover, nav .navbar-nav > li a:active, nav .navbar-nav > li a:focus,  nav .nav .open > a, nav .nav .open > a:hover, nav .nav .open > a:focus{
  background:#242424;
  color:#fff;
}

nav .navbar-header .logo {
    width:200px;
    max-height:77px;
}
@media(min-width:768px){

 nav .navbar-header .logo {
      width:180px;

  }
}
@media(min-width:992px){

 nav .navbar-nav > li > a {
    font-size: 16px;
    line-height:15px;
    padding: 31px 8px;
    color:#fff;
  }

 nav .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
 nav .navbar-nav > li > a {
    padding: 15px 8px;
  }
}

@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:0;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
}
.navbar{
  border:0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:transparent;
  margin:0;
  min-height:77px;
}
.navbar-brand{
  padding:20px;
      padding-bottom: 0px;
}
.header-bottom.affix{
  position:fixed;
  top:0;
  z-index:999;
}
.header-bottom.affix-bottom {
  position:absolute;
  z-index:999;
}

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

nav .navbar-nav .open .dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}

nav .navbar-toggle {
    border-color: #fff;
    margin-top:18px;
}
nav .navbar-toggle .icon-bar {
    background-color: #fff;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
@media(min-width:768px){

 nav .navbar-nav .open .dropdown-menu li a {
    color: #252525;
    font-size:14px;
    line-height: 1.42857;
    padding: 3px 20px;

  }

  .container{
    width:100%;
  }

}
@media(min-width:992px){


  .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:10px 0 40px 0;
  overflow:hidden;
}
.home-cta-5 h2.section-heading{
  margin:24vh 0 0 0;
  color:#50bffd;
  font-size:30px;
  line-height:34px;
  text-shadow: 0 0 19.4px #000000;
  font-weight:600;
  text-shadow: 3px 4px 7.4px #000000;
  margin-bottom:60px;
}
.home-cta-5 h2.section-heading .special{

    color:#fff !important;
  font-size:20px;


  font-family:'Open Sans', sans-serif !important;

}
@media(min-width:768px) {
  .home-cta-5 h2.section-heading{
    margin:11vh 0 0 0;
    font-size:72px;
    line-height:74px;
  }
  .home-cta-5 h2.section-heading .special{

    font-size:58px;

    margin-top: 17vh;
  }

}
.home-cta-5 h2.section-heading img{
  max-height:50vh;
}
.home-cta-5 h2{
  font-size:24px;
  line-height:26px;
  color:#ebebeb;
  text-shadow: 0 0 19.4px #000000;
}
@media(min-width:768px){
  .home-cta-5 h2{
  font-size:42px;
  line-height:50px;
}
}
.home-cta-5 h3{
  color:#fff;
  margin:30px 0;
  font-size:18px;
  text-shadow: 3px 4px 7.4px #000000;
  text-transform: uppercase;
}
@media(min-width:768px){
  .home-cta-5 h3{
  font-size:32px;
  margin-bottom: 90px;
      margin-top: 60px;
}
}
.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#fff;
  white-space:nowrap;
  text-shadow: 3px 4px 7.4px #000000;
}

.home-cta-5 .btn {
  margin-bottom:20px;
}


.header-top{
  background: #000 url(/UploadedFiles/EventPage/29024.002/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
}
@media(min-width:768px){
    .header-top {

    margin-top: -70px;
}


}
.header-top{
  display:block;
}
@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:.5;
    margin:10px 0;
    display:inline-block;
        font-size: 25px;
  }
  .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){

  .home-cta-5 .btn-lg {
    border-radius: 10px;
    font-size: 24px;
    font-weight:700;
    line-height: 1.33333;
    padding: 20px 10px;
  }



}
@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 */

#aside-cta{
  padding-top:180px;
  background: #000 url(/UploadedFiles/EventPage/29024.002/images/cta-bkg.jpg) center top no-repeat  ;
  background-size:cover;
}
.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#fff;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  text-shadow: 3px 1px 0px #000;
}


/* home-content-1 */
.home-content-1{
  padding-top:40px;

  background: #1f1f1f url(/UploadedFiles/EventPage/29024.002/images/hc-1-bkg.jpg) no-repeat scroll center top /cover;
  padding-bottom: 230px;
}
.home-content-1 h2.section-heading{
      margin-top: 30px;
    color: #fff;
    margin-bottom: 50px;
}
.home-content-1 p{
  font-size: 20px;
  color:#fff;
}
/* end home-content */

/* home-content-2 */
.home-content-2{
  padding:40px 0;

  background: #fff url(/UploadedFiles/EventPage/29024.002/images/hc-2-bkg.jpg) no-repeat scroll center top /cover;
}

.home-content-2 h2.text-center.section-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
        font-weight: 700;
}
.home-content-2 p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
}
.home-content-2 .btn-primary {

    font-size: 24px;

    font-weight: 400;

    margin-bottom: 45px !important;
    margin-top: 40px !important;
}
@media(min-width:768px){

.home-content-2 .btn-primary {


    padding-left: 30px;
    padding-right: 30px;

    padding-top: 20px;
    padding-bottom: 15px;

}

}

/* end home-content */

/* speakerrotator */

.custom-speakers{
  background:#e7ebef url(/UploadedFiles/EventPage/29024.002/images/speakers-bkg.jpg) no-repeat scroll center top /cover;

  color:#fff;
  padding:40px 0 0 0;
  padding-bottom: 60px;
}

.custom-speakers h2.section-heading{
  margin:0 0 60px 0;
  color:#000;

}
.custom-speakers h4{

  color:#fff;

}
.custom-speakers p{
  margin:20px 0;
}
.custom-speakers .carousel {
    min-height: 290px;
}
.custom-speakers .btn {
    display: inline-block;
    font-size:22px;
}
@media(min-width:768px){
    .custom-speakers .btn {
        padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 15px;
        margin-bottom: 20px;
}

}
.speaker{
  min-height:290px;
}
.speaker img {
    background-color: #fff;

    -webkit-border-radius: 10px;


  padding:2px;
}
.custom-speakers h4, .custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center p {
    background: rgba(86, 151, 188, 0.75);




}
@media(min-width:768px){
.custom-speakers h4{

    min-height: 24px !important;


}
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center p{

    min-height: 80px;

}
}
.custom-speakers h4 {
    margin-bottom: 0px !important;
    padding-top: 5px;

}
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center p {
    margin-top: 0px;
}
@media(min-width:1200px){
.speaker-image {
    max-height: 212px;
}
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {
    min-height: 410px;
    margin-bottom: 30px;
}
.custom-speakers h4{


   margin-top: 64px;
        min-height: 24px;
        margin-left: 16px;
    margin-right: 16px;
}
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center p {


    margin-left: 16px;
    margin-right: 16px;
        min-height: 80px;
}

.custom-speakers .company, .custom-speakers .title {
    font-size: 16px;
}
}
@media(min-width:992px) and (max-width:1199px){
.speaker-image {
   max-height: 162px;
}
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {
    min-height: 410px;
    margin-bottom: 30px;
}
.custom-speakers h4{

    min-height: 24px;
    margin-left: 6px;
    margin-right: 6px;
        margin-top: 64px;
}
.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center p {


    margin-left: 6px;
    margin-right: 6px;
        min-height: 80px;
}

.custom-speakers .company, .custom-speakers .title {
    font-size: 16px;
}
}
@media(max-width:512px){

.custom-speakers .col-xs-6.col-sm-6.col-md-3.text-center {
    min-height: 300px !important;
}

}
#main .custom-speakers .speaker-image div{
    background-color: #fff;
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    min-width: 230px !important;
    max-width: 230px !important;

    min-height: 350px !important;
    max-height: 350px !important;
}

@media(min-width:1200px){
#main .custom-speakers .speaker-image div{
    background-color: #fff;
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    min-width: 230px !important;
    max-width: 230px !important;

    min-height: 350px !important;
    max-height: 350px !important;
}
}
@media(max-width:1199px) and (min-width:992px){
#main .custom-speakers .speaker-image div{
    background-color: #fff;
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    min-width: 200px !important;
    max-width: 20px !important;

    min-height: 300px !important;
    max-height: 300px !important;
}
}
@media(max-width:991px) and (min-width:768px){
#main .custom-speakers .speaker-image div{
    background-color: #fff;
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    min-width: 150px !important;
    max-width: 150px !important;

    min-height: 250px !important;
    max-height: 250px !important;
}
}
@media(max-width:767px){
#main .custom-speakers .speaker-image div{
    background-color: #fff;
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    min-width: 100px !important;
    max-width: 100px !important;

    min-height: 100px !important;
    max-height: 100px !important;
}
}
.carousel-indicators .active {
    background-color: #949494;

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

}




/* 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 .btn-default {
    text-decoration: none;
    font-family:'Open Sans', sans-serif;

}
footer.pagefooter .btn-defense-iq{
  background:#3b906a;
  color:#fff;
  border-color:#1d543e;
  text-decoration:none;
}
.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: #fd9c00;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #fd9c00;
}

/* end early-bird-banner-2 */


/* Partner image rotator fix  */

.eventpartnerstable {
  width:auto !important;
  padding-bottom:10px;
}

.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;
}

.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;
}
*/
@font-face {
  font-family: Segoe Script;
  src: url(/UploadedFiles/EventPage/29024.001/fonts/segoesc.ttf);
}

/*home-content-18*/
.home-content-18 {
    padding: 40px 0;
  background: #080808 url(/UploadedFiles/EventPage/29024.002/images/hc-18-bkg.jpg) no-repeat scroll center top / cover;
  padding-bottom: 25px !important;
  overflow:hidden;
}
.home-content-18 h2.section-heading{
    color:#fff;
        margin-bottom: 60px;
}
.home-content-18 .media-left img {
    margin-right: 185px;
}
.home-content-18 h3 {
    color: #35a2df;
    font-size: 20px;
    line-height: 25px;
}
.home-content-18 p{
    color:#fff;
    font-size:16px;
}
@media(min-width:768px)
{
.home-content-18 .media {
    min-height: 240px;
  }
}
@media (min-width: 768px)
{
.home-content-18 .media-left, .media-right, .media-body {
    min-width: 165px;
}
}
home-content-18 .btn{
    font-size:24px;


}
@media(min-width:768px){

.home-content-18 .btn{
  padding-left: 30px;
    padding-right: 30px;

    padding-top: 20px;
    padding-bottom: 15px;

}
}
.home-content-18 .btn{

    font-size: 24px;

    font-weight: 400;

    margin-bottom: 20px;
    margin-top: 30px !important;
}
/*home-content-18 end*/

/*home-content-5*/


.home-content-5 {

    background: #000 url(/UploadedFiles/EventPage/29024.002/images/hc-5-bkg.jpg) no-repeat scroll center top / cover;
       padding-top: 40px;
       overflow:hidden;
}

.home-content-5 h2.section-heading {

    color: #fff;
    font-size: 36px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 15px;
}

.home-content-5 h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 5px;
}
.home-content-5 .special{

    color:#35a2df;
    font-size:24px;
    font-weight:400;
    text-transform: uppercase;
    margin-bottom: 8px;

}
.home-content-5 p{

    color:#fff;
    font-size:16px;


}
@media(min-width:768px){

.home-content-5 .btn{
  padding-left: 30px;
    padding-right: 30px;

    padding-top: 20px;
    padding-bottom: 15px;

}
}
.home-content-5 .btn{

    font-size: 24px;

    font-weight: 400;

    margin-bottom: 40px;
    margin-top: 30px !important;
}
/*home-content-5 end*/

/*social media*/


a.twitter {
  line-height: 26px;
}
@media(max-width:326px) {
  .socialmedia {
  height: 80px;
}
}
@media(min-width:768px){
.fa-youtube-square:before {
    content: "\f166";
    /* font-size: 21px; */
    margin-right: 5px;
}
.fa-phone-square:before {
    content: "\f098";
    font-size: 28px;
    margin-right: 10px;
}
.fa-envelope-square:before {
    content: "\f199";
    font-size: 28px;

}
}
.socialmedia {
  position: fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  background:#2c85b7;
  height: 70px;
  padding: 10px 0;
  font-size:14px;
}
@media(min-width:768px){
  .socialmedia {
  position: fixed;
  top:0px;
  left:0;
  right:0;
  width:100%;
  background:#2c85b7;
  height: 47px;
  padding: 10px 0;
  font-size:14px !important;
}
}


a.twitter {

line-height: 26px;
color: #fff !important;
}

.social-media {
  float:right;
  padding-top:0px;
  margin-right:20px;
  margin-top:0;
  color:#fff;
  font-size:11px;
}
@media(max-width:767px){
.social-media {

  font-size:11px;
      padding-top: 3px;
}
}

@media(max-width:991px) and (min-width:768px){
.social-media {

  padding-top:3px;
  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;
  }
}
.contact-icons a {
  color:#595aa0;
}

.socialmedia h3 {
  font-size:11px;
  color:#fff;
  margin: 8px 0;
  padding-top: 5px;
    margin-top: 0px;
        text-transform: uppercase;
    font-weight: 400;
}

@media(min-width:768px) {
  .socialmedia h3 {
  font-size:16px;
  color:#fff;
  white-space: nowrap;
  padding-top: 5px;
    margin-top: 0px;
        text-transform: uppercase;
    font-weight: 400;
}
a.twitter {

    font-size: 16px !important;
}
}

@media(min-width:992px) {
  .socialmedia h3 {
  font-size: 16px;
  color:#fff;
  white-space: nowrap;

}
.social-media {

  font-size: 16px !important;
    margin-top: 4px;
}
a.twitter {

    font-size: 16px;
}
}
a.twitter {

    font-size: 11px;
}
.contact-icons {
  float: right;
}

/*social media end*/

@media(min-width:768px){

.navbar-brand:after {
   content: "";
border-style: solid;
border-color: #000 transparent transparent;
z-index: -1;
position: absolute;
top: 0;
display: block;
height: 400px;
width: 468px;
border-radius: 0px 0 210px 210px;
background: #000;
margin-left: 5px;
margin-top: -265px;
left: -102px;
}
}

.subpagecontent{  margin-top: 80px; }



/* social-media */
.social-media-1 .sm-block{
  background:#fff;
  display:block;
  text-align:center;
  font-size:26px;
  line-height:26px;
  padding:20px;
  margin-bottom:10px;
}
.social-media-1 .sm-block:hover{
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}
.social-media-1{
  background:#eeeeee;
  padding:40px 0;
}
@media(min-width:992px){

.social-media-1  .social-media-1-inner{
  margin:0 10%;
}

}
@media(min-width:768px){
.social-media-1 .col-sm-4, .social-media-1 .col-sm-2{
  padding:1px;
}
}
.social-media-1 .sm-block-hashtag{
  border-bottom:3px solid #3192b0;
  color:#3192b0;
}
.social-media-1 .sm-block-hashtag:hover{
  background:#3192b0;
  color:#fff;

}
.social-media-1 .sm-block-linkedin{
  color:#0074b9;
  border-bottom:3px solid #0074b9;
}
.social-media-1 .sm-block-linkedin:hover{
  background:#0074b9;
  color:#fff;
}
.social-media-1 .sm-block-facebook{
  color:#415ea0;
  border-bottom:3px solid #415ea0;
}
.social-media-1 .sm-block-facebook:hover{
  background:#415ea0;
  color:#fff;
}
.social-media-1 .sm-block-twitter{
  border-bottom:3px solid #4baaf3;
  color:#4baaf3;
}
.social-media-1 .sm-block-twitter:hover{
  background:#4baaf3;
  color:#fff;
}
.social-media-1 .sm-block-youtube{
  color:#c92c22;
  border-bottom:3px solid #c92c22;
}
.social-media-1 .sm-block-youtube:hover{
  background:#c92c22;
  color:#fff;
}
/* end social-media-1 */
