body {
  max-width: 100%;
  font-family: 'Open Sans';
}

.glyphicon { margin-right:5px; }

.bg{
	background:url(../images/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container2{
	 margin-left: 15px; 
	 margin-right: 15px; 
	 float: left; 
}

.bt-5{
	border-top: 5px solid #CCC;
}

.bt-3{
	border-top: 3px solid #CCC;
}

.logo{
	width: auto;
	height: auto;
	max-width: 100%;
}

.logo-right{
	width: auto;
	height: auto;
	float: right;
}

.h2-cust{
	font-size: 28px;
	display: block;
	margin-bottom: 20px;
	margin-top: 30px;
}

.qnet-title{
	font-size: 150%;
	border-bottom: 3px solid #333;
	padding: 5px;
	margin: 10px;
}

.qnet-posttitle{
	font-size: 150%;
	border-bottom: 2px solid #CCC;
	padding: 5px;
	margin: 10px;
	margin-top: 20px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.pad-10 {
  padding-top: 10px;
}

.pad-t-10 {
  padding-top: 10px;
}

.btn-custom a:hover{
	color: #F0F0F0;
}

.r{
	float: right;
	margin-right: 3px;
}

.l{
	float: left;
	margin-left: 3px;
}

.c{
	text-align: center;
}

.navbar-brand{
	padding: 5px !important;
	height: 70px !important;
}

.navbar-default{
	color: #fff !important;
	border-radius: 0px;
	margin-top: 0px;
}

.navbar-inverse{
	background-color: #093;
	color: #fff !important;
	border-radius: 0px;
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:active {
  text-decoration: none !important;
  background-color: #a5135f;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #a5135f;
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff !important;
	font-size: 90%;
}

.navbar-default .navbar-nav > li > ul > li > a{
	font-size: 97%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #E4E4E4 dashed 1px;
}

.navbar-default .navbar-nav > li:hover{
	border-top: #090 solid 3px;
	margin-top: -3px;
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
	z-index: 1500;
  }
}

.blue{
	background: #3296e1;
}

.torq{
	background: #49caae;
}

.pink{
	background: #eb705e;
}

.green{
	background: #00D96C;
}

.grey{
	background: #F3F3F3;
}

.white{
	background-color: rgba(255,255,255,.9)
}

.fgreen{
	color: #0C3;
}
.fwhite{
	color: #FFF;
}

.f80{
	font-size: 80%;
}

.f90{
	font-size: 90%;
}

.f120{
	font-size: 120%;
}

.f130{
	font-size: 130%;
}

.f140{
	font-size: 140%;
}

.f150{
	font-size: 150%;
}

.f170{
	font-size: 170%;
}

.f200{
	font-size: 200%;
}

.f250{
	font-size: 250%;
}

.b{
	font-weight: bold;
}

.i{
	font-style: italic;
}

.c{
	text-align: center;
}

/* custom form table css */
table.mytable{
	width: 100%;
	clear: both;
}

table.mytable tr{
}

table.mytable td{
	padding: 3px;
	line-height: 25px;
}

table.mytable th{
	padding: 5px;
	line-height: 25px;
	text-align: center;
	border-bottom: 5px solid #666;
}

form.myform{
}

form.myform input[type=text] {
    width: 100%;
    padding: 4px 6px;
    box-sizing: border-box;
}

form.myform select {
    padding-top: 6px;
    padding-bottom: 6px;
    box-sizing: border-box;
}

form.myform textarea {
    width: 100%;
    padding: 4px 6px;
    box-sizing: border-box;
}

#floated{
	float: right;
	width: 183x;
	height: 183px;
	margin-left: 40px;
}

#floated-left{
	float: left;
	margin-right: 30px;
}

.floated-right{
	float: right;
	margin-left: 40px;
	width: 300px;
	height: 381px;
}

.arrow_bg{
	background: url(images/arrow_bg.png) no-repeat;
	width: 100%;
	height: auto;
}

a.ex1, a.ex1:hover, a.ex1:active {
	text-decoration: none;
	color: inherit;
}

a.l1, a.l1:hover, a.l1:active {
	text-decoration: none;
	color: #fff;
}

a.ex1:hover {
	font-size: 103%;
    -webkit-transition: font-size .25s ease-in;
    -moz-transition: font-size .25s ease-in;
    -o-transition: font-size .25s ease-in;
    -ms-transition: font-size .25s ease-in;
    transition: font-size .25s ease-in;
	color: #0C3;
}

video {
    width: 100%;
    height: auto;
}

@media screen and (max-device-width: 480px) and (orientation: portrait){
  /* some CSS here */
.btn1{
	width: 49%;
	display: block;
	float: left;
	margin: .5%;
	text-align: left;
}
}

.st-custom-button[data-network] {
   background-color: #0C0;
   display: inline-block;
   padding: 5px 10px;
   cursor: pointer;
   font-weight: bold;
   margin-top: 10px;
   width: auto;
   color: #fff;
border-radius: 25px;   
}
   
   &:hover, &:focus {
      text-decoration: underline;
      background-color: #0C3;
   }

.st-custom-button1[data-network] {
   display: inline-block;
   padding: 5px 10px;
   cursor: pointer;
   margin-top: 10px;
   color: inherit;
}
   
   &:hover, &:focus {
      text-decoration: underline;
      color: #0C3;
   }

.op50{
	background: rgba(12,25,25,.3);
	margin-top:20px;
	padding: 2%;
	vertical-align: middle;
}

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.mt-20m{
	margin-top: -20px;
}

.mb-20m{
	margin-bottom: -20px;
}
.mt-40{
	margin-top: 40px;
}

.mt-60{
	margin-top: 80px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-40{
	margin-bottom: 40px;
}

.mb-60{
	margin-bottom: 80px;
}

.ml-10{
	margin-left: 10px;
}

.ml-20{
	margin-left: 20px;
}

.ml-30{
	margin-left: 23px;
}

.mr-10{
	margin-right: 10px;
}

.menu-sub{
	margin-left: 20px;
	font-size: 80%;
	display: block;
	margin-top: -5px;
	font-stretch: condensed;
}
	
.p20{
	padding: 20px;
}

.pl20{
	padding-left: 20px;
}

.pr20{
	padding-right: 20px;
}

.pb20{
	padding-bottom: 20px;
}

.pt20{
	padding-top: 20px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.map-box{
	-moz-border-radius:10px; /* FF1+ */
	-webkit-border-radius:10px; /* Saf3-4 */
	border-radius:10px;
	vertical-align: middle;
	border: 7px solid #FFF;
	width: 100%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}

.panel-front { /* Only for this preview */
    margin-bottom:20px;
    margin-top:20px;
}

.panel-front .panel-heading .panel-title img {
	border-radius:3px 3px 0px 0px;
	width:100%;
}

.panel-front .panel-heading {
	padding: 0px;	
}

.panel-front .panel-heading h4 {
	line-height: 0;
}

.panel-front .panel-body h4 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}

.text-right {
    margin-top: 10px;
}

.panel-body{
	padding: 10px;
}

.hov-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
	border: 3px solid #090;  
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
  
}

.middle2 {
  position: absolute;
  top: 37%;
  left: 6.5%;
  color: #FFF;
  height: auto;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  width: 87%;
  text-align: center;
}

.middle3 {
  position: absolute;
  top: 42%;
  left: 6.5%;
  color: #FFF;
  height: auto;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  width: 87%;
  text-align: center;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.img-container:hover .hov-image{
  opacity: 0.5;
  background-color: #090;
    
}

.img-container:hover .middle {
  opacity: 1;
}

.img-text {
  background-color: #4CAF50;
  color: white;
  font-size: 18px;
  font-weight: lighter;
  padding: 16px 32px;
}

.ovy-container {
  position: relative;
	border: 1px solid #CCC;  
}

.ovy-image {
  display: block;
  width: 100%;
  height: auto;
  
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(8,146,8,.7);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.ovy-container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.ovy-text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ovy-title {
  font-size: 120%;
  line-height: 40px;
  display: block;
	border: 1px solid #CCC;
	border-bottom: none;   
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
	margin-bottom: 0px;
}

.ovy-foot {
  font-size: 120%;
  line-height: 40px;
  display: block;
	border: 1px solid #CCC;
	border-top: none;   
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.ovy-foot1 {
  font-size: 120%;
  line-height: 40px;
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
	margin: 0px;
}

.ovy-foot2 {
  font-size: 120%;
  line-height: 40px;
    -webkit-border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
	margin: 0px;
}

.r-0{
	border-radius: 0px;
	border-radius: none;
}

.ico-img{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-size: contain;
}

.nlogo{
	background-image:url(../svg/nlogo.png);
	width: 20px;
	height: 20px;
	background-size: contain;
}

.nlogo:hover{
	background:url(../svg/nlogo2.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
}

  .affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

  .affix + .container-fluid {
      padding-top: 90px;
  }
  
  
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #093;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 0px;
}

#myBtn:hover {
  background-color: #0C0;
}  