/*@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700i|
Lobster|Lora:400,400i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|
Slabo+27px&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');*/
@import url(gfont/gfont.css);


/*    font-family: 'IBM Plex Serif', serif;

    font-family: 'Raleway', sans-serif;

    font-family: 'Slabo 27px', serif;

    font-family: 'Lora', serif;

*/

.bs-callout-info {
    border-left-color: #1b809e!important;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
        border-left-width: 1px;
        border-left-color: rgb(238, 238, 238) ;
    border-left-width: 5px;
    border-radius: 3px;
}

.imp_dates td{
    text-align: left;
}

.header-bkg{
    /*background: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(245, 245, 220, 0.9) 20%);*/
    background-image: url(../img/head-bkg-3.png);
    /*filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=' #1A000000', endColorstr='#40000000')";*/
    /*box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2);*/
}
.header-bkg-blue{
    background-image: url(../img/head-bkg-3-light-blue-2.png);
    padding-top: 1px;
    padding-bottom: 1px;
}

.no-border{
    border:0;
}
.no-background{
    background: none;
}
.background-white{
    background: white
}

.navbar-blue{
    background-color: #0e3c9b;
    border-color: #072666;
}

a.thumbnail{
    background: none;
    border:none;
    width: 100%;
    text-align: center;
}
a.thumbnail label{
    text-align: center;
}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {*/
.main-white{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}


.text-white{
    color: #fff !important;
}

.text-blue{
    color: #132761;
}

footer a {
    color: #132761;
}

footer a:hover{
    text-decoration: none;
    color: black;
}

.container{
    background: #e6f1f7;
}

.dropdown-menu{
    /*background: #132761;*/
}
.open > a:hover, .open > a:focus{
    background: #bfc7de !important;
    color: #132761 !important;
}
.color-title{
    color: #006697;
}
.color-black{
    color: #000;
}
.page-container{
    margin-top: 20px;
}
h1, .h1, h2, .h2, h3, .h3{
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none !important;
}
h3, .h3{
    font-size: 18px;
}
.clear-text{
    text-align: justify;
    color: black;
    font-size: 14px;
}
.carousel.myshadow{
    box-shadow:1px 1px 10px 1px black;
}/**/

.cut-corner-top{
    margin-bottom: 0px;
    border-bottom: 30px solid #e6f1f7;
    border-right: 30px solid transparent;
    background: none;
    padding-bottom: 0px;
}

.menu{
    padding: 8px 0;

}
.menucontainer {
    min-height: 20px;
    background-color: #f5f5f5;
    border-left: 1px solid grey;
    font-weight: 400;
    font-size: 12px !important;
    color:black;
    box-shadow: 1px 1px 1px 1px grey;
    background-image: linear-gradient(180deg, #f2f2f2b3, #bfc0c0);
}

.menucontainer .menu{
    border-right: 1px solid grey !important;
}

.menucontainer .menu:hover{
    background: #ddd;
}

.menucontainer .menu {
    font-family:  Verdana, sans-serif;
    font-weight: bold !important;
}

.menucontainer .menu:last-child{
    border-right: none !important;
}

.panel .arrow-down img{
    margin: 0;
    padding: 0;
}

.panel-default .special-panel .col-md-1.special-panel-left{
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

.panel-default .panel-heading.special-panel{
    padding: 5px 15px 0px !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}
.panel-default .special-panel .special-panel-li{
    border-right: 10px solid white;
    border-top: 10px solid transparent;
    border-left: 10px solid white;
    position: relative;
    width: 0;
}
.panel-default .special-panel ul {
    display: table;
    width: 100%;

}
.panel-default .special-panel .li {
    display: table-cell;
    background: white;
}
.panel-default .special-panel .li:first-child {
    width: 5%;
}

.panel-default .special-panel .li:nth-child(2) {
    text-align: center;
    background: transparent;;
}

.panel-default .special-panel .li:last-child {
    text-align: right;
    width: 100%;
}

.panel-default .special-panel .col-md-11.special-panel-right{
    border-left: 10px solid transparent;
    border-bottom: 10px solid white;
}

.scrollable, .noscrollable{
  overflow-wrap: normal;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .scrollable{
    white-space: nowrap;
    overflow-x: auto;
  }
  /*.scrollable:hover{
    overflow-x: auto;
  }*/
  .scrollable-item{
    margin-top: 0;
  }
}

.scrollable .scrollable-item{
  display: inline-block !important;
  float: none;
}

.scrollable-item{
    margin-top: 10px;
  white-space: normal;
}

.panel-default .special-panel .btn{
  float: right !important;
  margin-bottom: 6px !important;
}
.panel-default .special-panel .row{
  clear:both;
}
.panel-default .special-panel-row{
  margin-top: 5px;
}
.social{
  padding-top: 8px !important;
}

/*=======================================================*/
body {
    /*font: 400 15px Lato, sans-serif;*/
    /*line-height: 1.8;*/
    color: #818181;
    background-color: #006599;
    background-image: url(../img/bg_main.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
/*.h2, h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.h4, h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
}*/
.jumbotron {
    background-color: #132761;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}
.navbar .container-fluid {
    padding: 0px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #132761;
    font-size: 50px;
}
.logo {
    color: #132761;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    /*height: 100%;*/
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #132761;
}
.carousel-indicators li {
    border-color: #132761;
}
.carousel-indicators li.active {
    background-color: #132761;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel.panel-default  {
    border: 1px solid #132761; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
    box-shadow: 1px 1px 1px 1px grey;
    margin-bottom: 0px !important;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-body{
    font-size: 14px;
    color: black;
}
.panel-footer .btn:hover {
    border: 1px solid #132761;
    background-color: #fff !important;
    color: #132761;
}
.panel-default .panel-heading {
    padding: 5px 15px !important;
    color: #fff !important;
    background: #000 !important;
    /*background: url(../img/bg_header.png) repeat-x;*/
    background-image: repeating-linear-gradient(-30deg, rgba(128, 128, 128, 0.2), rgba(255, 255, 255, 0.2) 2px, transparent 0, transparent 4px) !important;
    /*padding: 25px;*/
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel .arrow-down {
    width: 0; 
    height: 0;
    margin-top: -2px;
    margin-left:15px;
    padding: 0;
    /*padding-left: 15px;*/
    /*border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #000;*/
  }
  .panel .arrow-down::after{
      content: url(../img/bg_header_arrow.png);
      position: relative;
      top:-10px;
      padding-top: 0;
      margin-top: 0;  
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #132761;
      color: #fff;
  }
/*  .navbar {
      box-shadow:1px 1px 10px 1px black;
  }*/
/*  .navbar li{
      border-left: 1px solid grey;
  }*/
  .navbar li:nth-child(odd){
      /*background-color: */
  }

  .navbar li:first-child{
      border-left: none;
  }

  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #132761;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
      0% {
          opacity: 0;
          transform: translateY(70%);
      } 
      100% {
          opacity: 1;
          transform: translateY(0%);
      }
  }
  @-webkit-keyframes slide {
      0% {
          opacity: 0;
          -webkit-transform: translateY(70%);
      } 
      100% {
          opacity: 1;
          -webkit-transform: translateY(0%);
      }
  }
  @media screen and (max-width: 767px) {
      .col-sm-4 {
          text-align: center;
          margin: 25px 0;
      }
      .btn-lg {
          width: 100%;
          margin-bottom: 35px;
      }
  }
  @media screen and (max-width: 480px) {
      .logo {
          font-size: 150px;
      }
  }

footer{
  color: white;
}

/*
==============================
Menu
==============================
*/

.menucontainer .navbar-toggle{
  background-image: linear-gradient(180deg, #bfc0c0, #f2f2f2b3);
}

.menucontainer .navbar-toggle:hover{
  background-image: linear-gradient(180deg, #f2f2f2b3, #bfc0c0);
  border:1px solid grey;
}

.menucontainer .navbar-toggle .icon-bar{
  background-color: #454545;
}

.menucontainer .navbar-nav a{
  font-weight: 700;
  font-size: 13px;
  font-family: 'Lora', serif; 
}

.menucontainer .navbar-nav li{
  border-left: 1px solid grey !important
}

.menucontainer .navbar-nav.navbar-left li:last-child{
  border-right: 1px solid grey !important
}

.menucontainer .dropdown-menu{
  background-color: white;
  background-image: linear-gradient(180deg, #f2f2f2b3, #bfc0c0);
}

.menucontainer .dropdown-menu li{
  border-left: 0 !important;
  border-right: 0 !important;
  background-image: linear-gradient(180deg, #f2f2f2b3, #bfc0c0);
}

.menucontainer .dropdown-menu li.divider{
  border:0;
  height: 3px;
  margin: 0;
  background: #000;
}

 @media (min-width: 768px){
.navbar-nav > li.show-more-menu > a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    margin-right: 5px;
}
.navbar-nav > li.show-more-menu > a:hover, .navbar-nav > li.show-more-menu > a:focus{
  background-color: #8fb3d2;
  color: blue;
}
#menu-previous-years{
  padding-top: 6px;
}
#the_comsnet_2019_menu ul{
  background: white;
}
}

@media(max-width: 767px){
  .container{
    overflow-x: hidden;
    
  }
  div.header{
    display: inline-table;
  }
.navbar-nav {

    margin: 7.5px 0px;

}
/*#the_comsnet_2019_menu ul.collapsing{
  display: block;
}*/
}

.navbar-nav > li.show-more-menu{

    border-left: 0px !important;
}

.img-container{
      display: block;
    border: 1px solid black;
    vertical-align: middle;
    position: relative;
}

.img-container img{
  position: absolute;
top: 0;
bottom: 0;
margin: auto;
}

#highlights-container{
  display: block;
  height: 250px;
}

#the_comsnet_2019_menu{
  /*background: white;*/
  margin-top: 10px;

}
#the_comsnet_2019_menu ul{
  background: white;
  /*margin-top: 10px;*/

}

#the_comsnet_2019_menu li{
  margin: 5px;
  border: 2px solid #6d6e70;
  background-color: #FCFBE3;
}

#the_comsnet_2019_menu li a{
  padding: 0 5px;
}

.fixImagePosition .blankImg{
  display: none;
}
.fixImagePosition .blankImgSmall{
  display: block; height: auto; width: 100%
}
.fixImagePosition{
  float: left; position: relative; width: 100%;
  margin: 0;
  padding: 0;
}
  .fixImagePosition .imgBox img{
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
  }
  .fixImagePosition .imgBox {
    left: 0;  position: absolute;  top: 0;  width: 100%; height: 100%; vertical-align: middle;
    margin: 0;
    padding: 0;
  }
@media(min-width: 768px){

  .fixImagePosition .blankImg{
    display: block; height: auto; width: 100%
  }
  .fixImagePosition .blankImgSmall{
    display: none;
  }

  .sponsor-grid-1{
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .sponsor-grid-2{
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .sponsor-grid-3{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .sponsor-grid-4{
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

/*.navbar-nav a{
  font-family: 'Lobster', cursive;
}*/

@media(max-width: 1199px){
  body{
    /*font: 400 12px Lato, sans-serif;*/
  }
  /*@media(min-width: 900px){
    .container{
      width: 900px;
    }
  }*/
  .navbar-nav > li > a{
    padding: 8px 3px;
  }

  .navbar-nav > li.show-more-menu > a {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 5px;
    /*margin-bottom: 5px;*/
    margin-right: 5px;
  }

  @media(min-width: 768px){

    .navbar-brand {
      float: left;
      height: 37px;
      padding: 8px 8px;
        font-size: 16px;
      line-height: 20px;
      border-bottom: 0px;
    }
    body{
      /*font: 400 12px Lato, sans-serif;*/
    }

    /*h1, .h1{
      font-size: 26px;
    }
    h2, .h2{
      font-size: 16px;
    }
    h3, .h3{
      font-size: 14px;
    }
    h4, .h4{
      font-size: 13px;
    }
    h5, .h5{
      font-size: 12px;
    }*/
    .panel-body, .menucontainer .navbar-nav a{
      font-size: 14px;
    }
    .org-img{
      max-width: 80px;
      max-height: auto;
    }
    /*.panel-body{
      padding: 5px;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
      padding: 5px;
    }*/ 
  }
  @media(min-width: 992px){
    .navbar-brand {
      float: left;
      height: 37px;
      padding: 10px 10px;
      font-size: 18px;
      line-height: 20px;
      border-bottom: 0px;
    }

    /*h1, .h1{
      font-size: 30px;
    }
    h2, .h2{
      font-size: 20px;
    }
    h3, .h3{
      font-size: 14px;
    }
    h4, .h4{
      font-size: 13px;
    }
    h5, .h5{
      font-size: 12px;
    }*/
    /*.panel-body, .menucontainer .navbar-nav a{
      font-size: 12px;
    }*/
    .org-img{
      max-width: 100px;
      max-height: auto;
    }
  }
}

.main-content{
    padding-right: 0px;
    padding-left: 0px;
  }
@media(min-width: 768px){
  .main-content{
    padding-right: 5px;
    padding-left: 0px;
  }
  .main-content>div{
    height: 100%;
  }

  .main-patron{
    padding-left: 5px;
    padding-right: 0px;
  }
  .main-patron>div{
    height: 100%;
  }
}


.overlay-box-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.overlay-box-container .box {
  width: 200px;
  padding: 10px 30px;
  position: relative;
  background-color: #EDF3F5;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.3);
}

.overlay-box-container .box b, .overlay-box-container .box a:hover{
  color: black!;
}
.overlay-box-container .box .close {
    position: absolute;
    right: 10px;
    color: red;
    opacity: 1;
}
