body {

    font-family: 'Ubuntu'; 
    margin:0px;
    padding:0px;
}


h1,h2,h3,h4,h5,h6 {
	color:#0170af;
}
  

h1 {
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 58px;
    margin-top: 50px;
}


h2 {
	font-size: 40px;
}


h3 {
	font-size: 20px;
}


h4 {
	font-size:30px;
}

p {
	font-size: 20px;
	line-height: 27px;
	color:#343434;
}


/* END GENERAL */






header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #f1f1f1;
  font-size: 1em;
}

/* line 337, ../sass/style.scss */
.fixed-header {
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

/* line 344, ../sass/style.scss */
div.top-bar {
    margin:0;
}
div.top-bar ul {
    margin:0;
}

.top-bar {
  background-color: #f1f1f1;
  border-bottom: 1px solid #cccccc;
}

/* line 349, ../sass/style.scss */
.top-bar.color-bar {
  border-bottom: 0;
}

/* line 353, ../sass/style.scss */
.top-bar.color-bar a {
  color: rgba(255, 255, 255, 0.6);
}

/* line 357, ../sass/style.scss */
.top-bar.color-bar a:hover {
  color: white !important;
}

/* line 361, ../sass/style.scss */
.top-bar.color-bar ul.social-list li a i {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 365, ../sass/style.scss */
.top-bar.color-bar ul.social-list li:last-child a i {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 369, ../sass/style.scss */
.top-bar.color-bar .contact-details li a:before {
  color: rgba(255, 255, 255, 0.2);
}

/* line 373, ../sass/style.scss */
.top-bar.dark-bar {
  background-color: #444;
  border-bottom: 0;
}

/* line 378, ../sass/style.scss */
.top-bar.dark-bar a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 382, ../sass/style.scss */
.top-bar.dark-bar a:hover {
  color: white !important;
}

/* line 386, ../sass/style.scss */
.top-bar.dark-bar ul.social-list li a i {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 390, ../sass/style.scss */
.top-bar.dark-bar ul.social-list li:last-child a i {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 394, ../sass/style.scss */
.top-bar.dark-bar .contact-details li a:before {
  color: rgba(255, 255, 255, 0.2);
}

/* line 398, ../sass/style.scss */
.top-bar a {
  color: #434344;
}

/* line 402, ../sass/style.scss */
.top-bar .contact-details li {
  display: inline-block;
}

/* line 406, ../sass/style.scss */
.top-bar .contact-details li a:before {
  position: relative;
  content: "|";
  font-size: 13px;
  margin: 0 3px;
  top: -1px;
  color: #f1f1f1;
}

/* line 415, ../sass/style.scss */
.top-bar .contact-details li a:before {
  color: #666666;
}

/* line 419, ../sass/style.scss */
.top-bar .contact-details li:first-child a:before {
  display: none;
}

/* line 423, ../sass/style.scss */
.top-bar .contact-details li a {
  font-size: 12px;
  display: block;
  line-height: 32px;
}

/* line 430, ../sass/style.scss */
.top-bar .top_phone {
  padding: 5px 0;
}

/* line 434, ../sass/style.scss */
.top-bar .top_phone h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: white;
  font-size: 1.5em;
}

/* line 444, ../sass/style.scss */
.social-bar {
  position: fixed;
  top: 300px;
  left: 0;
  width: auto;
  height: auto;
  background-color: #007dc3;
  z-index: 999999;
  text-align: center;
  border: 1px solid #0068a2;
  border-left: none;
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.48);
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.48);
}

/* line 461, ../sass/style.scss */
.social-bar:hover {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 471, ../sass/style.scss */
ul.contact-details {
  float: right;
}

/* line 477, ../sass/style.scss */
ul.social-list li a {
  color: white;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 486, ../sass/style.scss */
ul.social-list li a:hover {
  color: white;
}

/* line 490, ../sass/style.scss */
ul.social-list li a.facebook:hover {
  background-color: #507CBE;
}

/* line 494, ../sass/style.scss */
ul.social-list li a.twitter:hover {
  background-color: #63CDF1;
}

/* line 498, ../sass/style.scss */
ul.social-list li a.google:hover {
  background-color: #F16261;
}

/* line 502, ../sass/style.scss */
ul.social-list li a.dribbble:hover {
  background-color: #E46387;
}

/* line 506, ../sass/style.scss */
ul.social-list li a.linkdin:hover {
  background-color: #90CADD;
}

/* line 510, ../sass/style.scss */
ul.social-list li a.tumblr:hover {
  background-color: #4D7EA3;
}

/* line 514, ../sass/style.scss */
ul.social-list li a.flickr:hover {
  background-color: #E474AF;
}

/* line 518, ../sass/style.scss */
ul.social-list li a.instgram:hover {
  background-color: #4D4F54;
}

/* line 522, ../sass/style.scss */
ul.social-list li a.vimeo:hover {
  background-color: #87D3E0;
}

/* line 526, ../sass/style.scss */
ul.social-list li a.skype:hover {
  background-color: #36c4f3;
}

ul.social-list li a.youTube:hover {
  background-color: #CC181E;
}

/* line 530, ../sass/style.scss */
ul.social-list li a i {
  font-size: 1.2em;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/* line 544, ../sass/style.scss */
.navbar {
  margin-bottom: 0;
  background: white;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

/* line 554, ../sass/style.scss */
.brand {
  max-width: 100%;
  float: left;
  height: 50px;
  position: relative;
  padding: 7px 0;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 567, ../sass/style.scss */
.mobile-brand {
  display: none;
}

/* line 573, ../sass/style.scss */
.navbar-default .navbar-nav {
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/* line 586, ../sass/style.scss */
.navbar-default .navbar-nav > li > a {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  padding: 32px 15px 32px 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 599, ../sass/style.scss */
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
  border-bottom: 2px solid;
}

/* line 603, ../sass/style.scss */
.navbar-default .navbar-nav > li > a i {
  margin: 0 -2px 0 -5px;
}

/* line 607, ../sass/style.scss */
.navbar-default .navbar-nav > li > a:after {
  position: absolute;
  bottom: 0;
  content: '';
  left: 50%;
  display: block;
  height: 5px;
  width: 5px;
  opacity: 0;
  margin: 0 0 -3px -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

/* line 625, ../sass/style.scss */
.navbar-default .navbar-nav > li > a.active:after {
  opacity: 1;
}

/* line 630, ../sass/style.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
  background-image: none;
  background-color: none;
}

/* line 636, ../sass/style.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none;
}

/* line 640, ../sass/style.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  border-bottom: 2px solid;
}

/* line 645, ../sass/style.scss */
.navbar-default .navbar-nav > li > a {
  color: black;
  border-bottom: 2px solid white;
}

/* line 650, ../sass/style.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  border-bottom: 2px solid;
}

/* line 655, ../sass/style.scss */
.search-side {
  position: relative;
  float: right;
  top: 19px;
  right: -15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 666, ../sass/style.scss */
.show-search {
  position: relative;
  display: block;
  float: right;
}

/* line 672, ../sass/style.scss */
.show-search i {
  font-size: 1.2em !important;
  display: block;
  color: #cccccc;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  line-height: 36px;
  text-align: center;
  background-color: #f2f2f2;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 691, ../sass/style.scss */
.show-search:hover i {
  color: #666666;
}

/* line 695, ../sass/style.scss */
.navbar .search-form {
  position: absolute;
  right: 0;
  z-index: 20;
  float: right;
  display: none;
  top: 40px;
}

/* line 704, ../sass/style.scss */
.navbar .search-form:before {
  background-color: #cccccc;
  top: -2px;
  content: '';
  display: block;
  height: 4px;
  width: 4px;
  z-index: 20;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

/* line 721, ../sass/style.scss */
.navbar .search-form form input {
  border: 2px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px 14px;
  z-index: 22;
  color: #9d9d9d;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
  box-shadow: none;
}

/* line 738, ../sass/style.scss */
.navbar .search-form form {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

/* line 745, ../sass/style.scss */
.dropdown-menu {
  min-width: 200px;
}

/* line 748, ../sass/style.scss */
.dropdown-menu.columns-2 {
  min-width: 350px;
}

/* line 751, ../sass/style.scss */
.dropdown-menu.columns-3 {
  min-width: 550px;
}

/* line 754, ../sass/style.scss */
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 400;
  font-size: .65em;
}

/* line 760, ../sass/style.scss */
.dropdown-menu li p {
    padding: 5px 15px;
    font-weight: 500;
    font-size: .63em;
}

.nav ul.multi-column-dropdown {
    padding:0;
}

/* line 766, ../sass/style.scss */
.multi-column-dropdown {
  list-style: none;
}

/* line 769, ../sass/style.scss */
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #444444;
  white-space: normal;
}

/* line 776, ../sass/style.scss */
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #444444;
  background-color: #f1f1f1;
}














/*-----------------------------------VIDEO----------------------------------------------*/


.video-container {
  position: relative;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.overlay-desc {
  position: absolute;
  top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  text-align: center;
  background-color:rgba(0,0,0,.4);
}



/*-----------------------------------END VIDEO----------------------------------------------*/


/* HEADER MENU */



.navbar-nav>li>a {
    font-size: 15px;
    font-weight: 700;
    opacity: 0.8;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 2px;
}


.navbar-brand {
	height: inherit;
}



.navbar-right {
	margin-top: 0;
}

.navbar-right li a {
	color: black;
}


.navbar-right li:hover > a {
	background-color: transparent;
	color: #0170af;
}

.navbar-right li a:focus {
	background-color: transparent;
	color: #0170af;
}


/* END HEADER MENU */



.selector label {
  color: #a5a5a5;
  margin-left: 12px;
  font-weight: 300;
  font-size: 16px;
}




.selector {
	margin-top: 30px;
}


.selector div {
   padding-top: 5px;
}


#Content {
	background-color: #f8f8f8;
	margin-top: 60px;
}


#webcastingcheck {
    margin-top:30px;
}


#webcastingcheck ul li {
    list-style-type: none;
    padding:10px;
}


#webcastingcheck ul li {
    text-align: left !important;
    color: #8f8f8f !important;
}

#webcastingcheck ul i {
    padding-right: 15px;
    color: #0170af;
}



/*---------------------------------- - WHO IS ONSTREAM FOR  ----------------------------------------- */

.nav-tabs.nav-justified {
  margin-bottom: 30px;
  margin-top: 30px;
}

.features-panels .nav-tabs.nav-justified>li {
    padding: 35px 15px 0;
    text-align: center;
}


.features-panels .nav-tabs.nav-justified>li>a {
    border: 1px solid #e5f0fb;
    color: #69696E;
    border-radius: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.features-panels .nav-tabs.nav-justified>li>a:hover {
    background-color: #fff;
    color: #0170af;
    border: 1px solid #0170af;
}

.features-panels .nav-tabs.nav-justified>.active>a, 
.features-panels .nav-tabs.nav-justified>.active>a:focus,
.features-panels .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #0170af;
    color: #0170af;
    font-weight: 900;
}


.features-panels li a img {
	    display: block;
    background-color: #fff;
    margin: -35px auto 20px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}


#fea1tures11-1 ul li {
text-align: left;
    padding: 8px;
    font-size: 20px;
    line-height: 25px;
    color: white !important;
}

#fea1tures11-1 p {
    color: white !important;
}


.cont {
    height: 415px !important;
    background-color: rgba(1, 23, 37, 0.66);
    margin-top: 20px !important;
    padding: 50px;
}



/*---------------------------------- - END-------- WHO IS ONSTREAM FOR  ----------------------------------------- */





/* Carousel */


.item p {
  padding: 10px;
  padding-right: 50px;
  padding-left: 50px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 180px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}



#footerblue {
	background-color:#0170af;
	color:white;
  height: auto;
}


#footer {
	background-color:#434344;
	padding-bottom: 60px;
}

#footer ul li {
	color:white;
	list-style-type: none;
}

#footer ul li a {
	color:white;
}

#footer p {
	color:white !important;
	margin-top: 40px;
}


#footer li:nth-child(1) {
     margin-top: 50px;
     margin-bottom: 20px;
   } 

   #footer ul {
   	margin: 0;
   	padding: 0px !important;
   }



#footerblue {
	background-color:#0170af;
	color:white;
}


#footerblue p {
	color:white !important;
	display: inline-block;
}



.footleft {
	display: inline-block;
	padding: 20px;
}


.iconsfoot i {
	padding-left: 20px;
}


.iconsfoot img {
    margin-bottom: 30px;
}




ul li {
	    font-size: 20px;
    line-height: 27px;
    color: #343434;
}



.circle {
  background-color: gray;
  height: 400px;
  width: 400px;
  border-radius: 100%;
}


#rowlogos {
  padding: 40px;
}

 
      .circle-container {
  position: relative;
        width: 50em;
    height: 50em;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  box-sizing: content-box;
  /* 3 */
  margin: 5em auto 0;
  border: solid 5px white;
}
.circle-container > * {
  /* 4 */
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6em;
  height: 6em;
  margin: -3em;
}
.circle-container > :nth-of-type(1) {
  transform: rotate(-135deg) translate(19em) rotate(90deg);
}
.circle-container > :nth-of-type(2) {
  transform: rotate(-100deg) translate(19em) rotate(48deg);
}
.circle-container > :nth-of-type(3) {
  transform: rotate(-68deg) translate(19em) rotate(65deg);
}
.circle-container > :nth-of-type(4) {
  transform: rotate(158deg) translate(19em) rotate(-196deg);
}
.circle-container > :nth-of-type(5) {
  transform: rotate(190deg) translate(19em) rotate(-235deg);
}


.circle-container li div {
        background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
}

.circle-container li div i {
        margin-top: 21px;
    font-size: 63px;
}



.cont h4 {
	color: white;
}




.detalis {
  background-color:white;
  text-align: center;
  border-radius: 10px;
  padding-right: 25px;
  padding-left: 25px;
  padding-top:5px;
  padding-bottom:5px;
  height: auto;
  margin-top:50px;
  margin-bottom: 50px;
}

.detalis button {
  margin-bottom: 30px;
  margin-top: 30px;
}


.detalis p, h3 {
  text-align: left;
}



#operator {
	background-image: url('../../images/v4_082417/phone-operator-picture.jpg');
	 background-repeat: no-repeat;
	  background-size: cover;
	  padding-bottom: 200px;
}




#quote-carousel img {
 display: inline-block;
  padding-left: 20px;
   padding-right: 20px;
   float: left;
}


#quote-carousel h2 {
 	margin-top: 30px;
 	 margin-bottom: 30px; 
 }



  #flexdiv {
  	background-color:#f6f4f4;
  	display: flex; 
  	}




 #flexdiv div {
 	padding: 15px;
 	display: inline-block;
 }




#productdetalis {
   margin-top: -350px;
}

div#productdetalis h3 {
    text-align: center;
    font-weight: 600;
    color: #007dc3;
}

.info-block p {
  display: none ;
}

.info-circle{font-family:Arial}.info-circle *{box-sizing:border-box}.info-circle .outer-circle{background:#eee;width:420px;height:420px;margin:auto;border-radius:50%}.info-circle .inner-circle{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#fff;width:400px;height:400px;margin:auto;border-radius:50%}.info-circle .image{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block;max-width:100%;max-height:100%;padding:96px;margin:auto}.info-circle .info-blocks{position:relative;top:-400px;width:400px;margin:auto}.info-circle .info-blocks .info-block{position:absolute;width:400px;transition:.8s transform}.info-circle .info-blocks .info-block .info-icon{background:#389AE5;color:#fff;text-align:center;padding:24px;border-radius:50%;box-sizing:content-box}.info-circle .info-blocks .info-block .info-icon i{display:block}.info-circle .info-blocks>div:nth-of-type(even) .info-icon{float:left;margin-right:16px}.info-circle .info-blocks>div:nth-of-type(odd) .info-icon{float:right;margin-left:16px}.info-circle .info-blocks>div:nth-of-type(odd){text-align:right}.info-circle .info-blocks>div:nth-of-type(1){-webkit-transform:translate(-290px,0);transform:translate(-290px,0)}.info-circle .info-blocks>div:nth-of-type(2){-webkit-transform:translate(290px,0);transform:translate(290px,0)}.info-circle .info-blocks>div:nth-of-type(3){-webkit-transform:translate(-368px,154px);transform:translate(-368px,154px)}.info-circle .info-blocks>div:nth-of-type(4){-webkit-transform:translate(368px,154px);transform:translate(368px,154px)}.info-circle .info-blocks>div:nth-of-type(5){-webkit-transform:translate(-290px,320px);transform:translate(-290px,320px)}.info-circle .info-blocks>div:nth-of-type(6){-webkit-transform:translate(290px,320px);transform:translate(290px,320px)}.info-circle .info-text{float:left;width:calc(100% - 96px);margin-top:4px}.info-circle .info-text.title-only{margin-top:30px}.info-circle .info-text .title{font-size:14pt;color:#333;margin:0 0 8px}.info-circle .info-text .text{color:#777;line-height:16pt;margin:0}.info-circle .text-upper{text-transform:uppercase}.info-circle .clearfix:after{content:'';display:table;clear:both}@media screen and (max-width:1160px){.info-circle .info-blocks{top:48px;width:calc(100% - 128px);max-width:420px}.info-circle .info-blocks>div:nth-of-type(n){position:static;width:100%;margin-bottom:32px}.info-circle .info-blocks>div:nth-of-type(odd){-webkit-transform:translate(64px,0);transform:translate(64px,0)}.info-circle .info-blocks>div:nth-of-type(even){-webkit-transform:translate(-64px,0);transform:translate(-64px,0)}}
  

.info-icon img {
	display: block;
}



.info-circle {
  font-family: Arial; }
  .info-circle * {
    box-sizing: border-box; }
  .info-circle .outer-circle {
    background: transparent;
    width: 700px;
    height: 700px;
    margin: auto;
        border: 5px solid white;
    border-radius: 50%;
border-bottom-color: transparent;
    border-right-color: transparent;
    /* offset-rotate: 45deg; */
    transform: rotate(45deg);}
  .info-circle .inner-circle {
    position: relative;
    top: 22%;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color:transparent;
    width: 400px;
    height: 400px;
    margin: auto;
    border-radius: 50%;
        transform: rotate(-45deg); }
  .info-circle .image {
    position: relative;
    top: 3%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    padding: 96px;
    margin: auto;
        transform: rotate(-45deg); }
  .info-circle .info-blocks {
    position: relative;
    top: -400px;
    width: 400px;
    margin: auto; }
    .info-circle .info-blocks .info-block {
      position: absolute;
      width: 400px;
      transition: .8s transform; }
      .info-circle .info-blocks .info-block .info-icon {
        background: white;
        color: #5ba2cb;
        text-align: center;
        font-size: 24pt;
        padding: 24px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        box-sizing: content-box; }
        .info-circle .info-blocks .info-block .info-icon i {
          display: block; }
    .info-circle .info-blocks > div:nth-of-type(even) .info-icon {
      float: left;
      margin: 7px; }
    .info-circle .info-blocks > div:nth-of-type(odd) .info-icon {
      float: right;
      margin: 7px; }
    .info-circle .info-blocks > div:nth-of-type(odd) {
      text-align: right; }
    .info-circle .info-blocks > div:nth-of-type(1) {
      -webkit-transform: translate(-290px, 0);
                  transform: translate(-163px, -333px); }
    .info-circle .info-blocks > div:nth-of-type(2) {
      -webkit-transform: translate(290px, 0);
                      transform: translate(349px, -270px); }
    .info-circle .info-blocks > div:nth-of-type(3) {
      -webkit-transform: translate(-368px, 154px);
                      transform: translate(-375px, -270px); }
    .info-circle .info-blocks > div:nth-of-type(4) {
      -webkit-transform: translate(368px, 154px);
              transform: translate(467px, -136px); }
    .info-circle .info-blocks > div:nth-of-type(5) {
      -webkit-transform: translate(-290px, 320px);
                      transform: translate(-473px, -136px); }
  .info-circle .info-text {
    float: left;
    width: calc(100% - 96px);
    margin-top: 4px; }
    .info-circle .info-text.title-only {
      margin-top: 30px; }
    .info-circle .info-text .title {
      font-size: 14pt;
      color: #333;
      margin: 0 0 8px 0; }
    .info-circle .info-text .text {
      color: #777;
      line-height: 16pt;
      margin: 0; }
  .info-circle .text-upper {
    text-transform: uppercase; }
  .info-circle .clearfix:after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (max-width: 1350px) {
    .info-circle .info-blocks {
      top: 48px;
      width: calc(100% - 128px);
      max-width: 420px; }
      .info-circle .info-blocks > div:nth-of-type(n) {
        position: static;
        width: 100%;
        margin-bottom: 32px; }
      .info-circle .info-blocks > div:nth-of-type(odd) {
        -webkit-transform: translate(64px, 0);
                transform: translate(0px, 0);
                text-align: center;}
      .info-circle .info-blocks > div:nth-of-type(even) {
        -webkit-transform: translate(-64px, 0);
                transform: translate(0px, 0);
                text-align: center; } 
               .outer-circle {
                  display: none;
                } 


.info-block p {
  display: block ;
}

#productdetalis {
   margin-top: 0px;
}

   }


                @media screen and (max-width: 700px) {
    .info-circle .info-blocks {
      top: 48px;
      width: calc(100% - 128px);
      max-width: 420px; }
      .info-circle .info-blocks > div:nth-of-type(n) {
        position: static;
        width: 100%;
        margin-bottom: 32px; }
      .info-circle .info-blocks > div:nth-of-type(odd) {
        -webkit-transform: translate(64px, 0);
                transform: translate(0px, 0);
                text-align: center; }
      .info-circle .info-blocks > div:nth-of-type(even) {
        -webkit-transform: translate(-64px, 0);
                transform: translate(0px, 0);
                text-align: center; } 
               .outer-circle {
                  display: none;
                }

#productdetalis {
   margin-top: 0px;
}


              }





.info-icon-border {
      display: inline-block;
    border: 2px dotted transparent;
        border-radius: 50px;

}


.info-icon-border:hover  {
      display: inline-block;
    border: 2px dotted white !important;
        border-radius: 50px;
        transition: all 0.7s;

}


.inner-circle h1 {
  display: none;
}





  #circleback {
  background-image: url('../../images/v4_082417/bg-image.jpg'); background-size: cover; height: auto; padding-top: 80px;
}



footer {
  background: url(../mainimg/onsm_logo.png) right bottom no-repeat;
  padding: 0 35px 100px 35px;
  background-color: #434344;
  padding-top: 60px;
  border-top: 4px solid #cccccc;
  color: #f1f1f1;
}

/* line 1488, ../sass/style.scss */
.footer-widget {
  font-size: 1em;
  margin-bottom: 45px;
}

/* line 1493, ../sass/style.scss */
.footer-widget h4 {
  color: #eee;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 500;
  position: relative;
}

/* line 1503, ../sass/style.scss */
.footer-widget h4 .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  margin: 0;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    list-style: none;
    font-size: 1em;
    color:#fff;
}

/*
.contact-widget {
	background: url(../images/map.png) left center no-repeat;
}
*/
/* line 1542, ../sass/style.scss */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 170px;
  right: 35px;
}

/* line 1549, ../sass/style.scss */
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: rgba(68, 68, 68, 0.6);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 1567, ../sass/style.scss */
.back-to-top i:hover {
  background-color: #434344;
}

/* line 1571, ../sass/style.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 1590, ../sass/style.scss */
.icon-up-open-1:before {
  content: '\f077';
}

/* line 1594, ../sass/style.scss */
i {
  font-size: 1.1em;
}

/* line 1606, ../sass/style.scss */
section.subfooter {
  padding: 20px 0 40px;
}

/* line 1609, ../sass/style.scss */
section.subfooter ul li {
  display: inline;
  margin-right: 15px;
}

/* line 1614, ../sass/style.scss */
section.subfooter ul li, section.subfooter p {
  font-size: 1em;
  font-weight: 400;
}

/* line 1619, ../sass/style.scss */
section.subfooter ul li:last-child {
  margin: 0;
}

.social-bar {
    display: none;
}
/* line 1623, ../sass/style.scss */
#copyright p {
  text-align: right;
}

.footer-widget a:link {
  text-decoration: none;
  color: white;
}
.footer-widget a:visited {
  text-decoration: none;
  color: white;
}
.footer-widget a:hover {
  text-decoration: none;
  color: #cccccc;
}
.footer-widget a:hover:before {
  font-family: 'fontAwesome';
  content: "\f105";
}
.footer-widget a:active {
  text-decoration: none;
  color: #cccccc;
}
.footer-widget a:active:before {
  font-family: 'fontAwesome';
  content: "\f105";
}




.button_wrap {
    width: auto;
    display: block;
    text-align: center;
    margin-top:15px;
}

.button_wrap .btn-lg {
    width: 30%;
    margin-right: 30px;
}





@media screen and (max-width: 1250px) {
        #quote-carousel .carousel-control.right {
    	right: -30px !important;
    }

    .carousel-control.left {
    	left: -30px !important;
    }

}



@media screen and (max-width: 1240px) {
        .overlay-desc h1 {
        margin-top: 150px !important;
        font-size: 40px !important;
    }


    .overlay-desc img {
      margin-top: 100px !important;
    }

    .overlay-desc p {
      font-size: 25px !important;
    }

}


@media screen and (max-width: 1013px) {
        .overlay-desc h1 {
        margin-top: 120px !important;
        font-size: 40px !important;
    }


    .overlay-desc img {
      margin-top: 30px !important;
    }

}




@media screen and (max-width: 800px) {
        .overlay-desc h1 {
        margin-top: 80px !important;
        font-size: 30px !important;
    }

    .overlay-desc p {
      font-size: 20px !important;
    }


    .overlay-desc img {
      margin-top: 0px !important;
      width: 70px !important;
    }


}


@media screen and (max-width: 500px) {
        .overlay-desc h1 {
        margin-top: 50px !important;
        font-size: 20px !important;
    }

    .overlay-desc p {
      font-size: 15px !important;
    }


    .overlay-desc img {
      display: none;
    }


}






@media screen and (max-width: 991px) {
    p {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #quote-carousel {
    	text-align: center;
    }


    #quote-carousel img {
    	float: inherit;
    }

    #quote-carousel h2 {
    	text-align: center !important;
    	display: block !important;
    }

    #quote-carousel p {
    	display: block;
    	text-align: center;
    }




     #flexdiv div {
     	display: block;
     	text-align: center !important;
     }


    #bgheader h1 {
    	font-size: 40px !important;
    }
    


    #quote-carousel h2 {
    	font-size: 27px !important;
    }
     
      #quote-carousel p {
      	font-size: 17px !important;
      }
 
      
    #operator {
    	padding-bottom: 50px !important;
    }


    #experttalk {
    	padding: 20px !important;
    	text-align: center !important;
    }

    #bgheader p {
    	line-height: 40px;
    }

    .cont {
      padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .managersbg {
    	height: auto !important;
    }

    #footer {
      text-align: center;
    }

    .footleft {
      display: block;
      margin: 0px !important;
      text-align: center;
    }

    .iconsfoot {
      text-align: center !important;
      display: block !important;
      float: inherit !important;
    }

    .footerbottom {
      text-align: center;
      display: block !important;
      float: inherit !important;
    }

    .bgimagetext {
      height: auto !important;
}
   .cont {
    height: auto !important;
   }

   #webcastingcheck ul {
    padding-left: 0px !important;
   }
}



@media (max-width: 1000px) {

.container {
    width: 100%;
}



@media screen and (max-width: 750px) {
    .navbar-brand {
        float: inherit !important;
    }

        .nav {
    	text-align: center !important;
    }

    .navbar-right {
    	float: inherit !important;
    }


    header .container {
    	text-align: center;
    }

    .whyonstreamsec {
    	font-size: 25px !important;
    }
     
header {
    position: relative;
  }

  /* line 301, ../sass/responsive.scss */
  .top-bar {
    display: none;
  }

  /* line 305, ../sass/responsive.scss */
  .navbar-default .navbar-nav {
    padding: 15px 0;
  }

  /* line 309, ../sass/responsive.scss */
  .show-search, .search-form {
    display: none;
  }

  /* line 313, ../sass/responsive.scss */
  .navbar-default .navbar-toggle {
    margin-top: 15px;
    outline: none;
  }

  /* line 318, ../sass/responsive.scss */
  .navbar-default .navbar-nav > li > a {
    border: none;
    padding: 5px 10px;
    display: block;
    border: none !important;
    padding-right: 0;
  }

  /* line 326, ../sass/responsive.scss */
  .navbar-default .navbar-nav > li > a:after {
    display: none;
  }

  /* line 330, ../sass/responsive.scss */
  .navbar-default .navbar-nav > li > a:hover {
    opacity: 0.7;
  }

  /* line 334, ../sass/responsive.scss */
  .brand {
    display: none;
  }

  /* line 338, ../sass/responsive.scss */
  .mobile-brand {
    display: inline;
    float: left;
    max-width: 100%;
    position: relative;
    padding: 7px 0;
    margin-left: 20px;
  }

  /* line 347, ../sass/responsive.scss */
  .navbar-nav {
    margin: 0;
      overflow: hidden;
  }

  /* line 351, ../sass/responsive.scss */
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ccc;
    color: #000;
  }

  /* line 356, ../sass/responsive.scss */
  .navbar-default .navbar-nav > li > a {
    font-size: 1.2em;
  }

  /* line 360, ../sass/responsive.scss */
  .dropdown-menu li a {
    font-size: 1em;
  }

    
.dropdown-menu li p {
    font-size: 1.2em;
    margin-top: 20px;
}
div#copyright p {
    font-size: 1em!important;
}   
}



@media screen and (max-width: 370px) {
    #tabOneBtn h2  {
        margin-left: 0 !important;
    }

   #tabTwoBtn h2  {
       margin-left: 30px !important;
       margin-right: 30px !important;
 }
    
 header {
    position: relative;
  }

  /* line 557, ../sass/responsive.scss */
  .top-bar {
    display: none;
  }

  /* line 561, ../sass/responsive.scss */
  .navbar-default .navbar-nav {
    padding: 15px 0;
            overflow: hidden;
  }

  /* line 565, ../sass/responsive.scss */
  .show-search, .search-form {
    display: none;
  }

  /* line 569, ../sass/responsive.scss */
  ul.social-list li {
    margin: 0 3px;
  }

  /* line 573, ../sass/responsive.scss */
  ul.social-list li a i {
    font-size: 0.9em;
    display: block;
    width: auto;
    line-height: 30px;
    border: none !important;
  }

  /* line 581, ../sass/responsive.scss */
  ul.social-list li a:hover {
    background-color: transparent !important;
  }

  /*
  ul.social-list li a.facebook:hover {
  color: #507CBE;
  }
  */
  /* line 591, ../sass/responsive.scss */
  .navbar-default .navbar-toggle {
    margin-top: 15px;
    outline: none;
  }

  /* line 596, ../sass/responsive.scss */
  .navbar-default .navbar-nav > li > a {
    border: none;
    padding: 5px 10px;
    display: block;
    border: none !important;
    padding-right: 0;
  }

  /* line 604, ../sass/responsive.scss */
  .navbar-default .navbar-nav > li > a:after {
    display: none;
  }

  /* line 608, ../sass/responsive.scss */
  .navbar-default .navbar-nav > li > a:hover {
    opacity: 0.7;
  }

  /* line 612, ../sass/responsive.scss */
  .brand {
    display: none;
  }

  /* line 616, ../sass/responsive.scss */
  .mobile-brand {
    display: inline;
    float: left;
    max-width: 100%;
    position: relative;
    padding: 7px 0;
    margin-left: 20px;
  }

  /* line 625, ../sass/responsive.scss */
  .navbar-nav {
    margin: 0;
  }

  /* line 629, ../sass/responsive.scss */
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ccc;
    color: #000;
  }

  /* line 634, ../sass/responsive.scss */
  .navbar-default .navbar-nav > li > a {
    font-size: 1.2em;
  }

  /* line 638, ../sass/responsive.scss */
  .dropdown-menu li a {
    font-size: 1em;
  }    
    
.dropdown-menu li p {
    font-size: 1.2em;
    margin-top: 20px;
}
    
div#copyright p {
    font-size: 1em!important;
}
    
    
    }