@import "fonts.css";
html, body {
	height: 100%;
	margin: 0px;
}
body {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
* {
	box-sizing: border-box;
}
.full-width {
	
	width: 100%;
	box-sizing: border-box;
}
.center-text {
	text-align: center;
}
.right-text {
	text-align: right;
}
.pad-top-bot {
	padding: 100px 0;
}
input {
	outline: none;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.islide_buttons {
  width: 69px;
}
/*=== Header CSS Start ==============================================================================*/

header .bg-faded{ background:#FFF; padding:0; width:100%;}
header a.navbar-brand span{font-size:14px; font-weight:400; font-style:italic; color:#777; margin: 0 0 0 -70px; display: inline-block; top: 15px; position: relative;}
header nav ul.navbar-nav li{margin:0 10px;}
header nav ul.navbar-nav li a.nav-link{font-size:16px; font-weight:500; color:#000; padding:11px 16px!important; border-bottom:2px solid #FFF;}
/*header nav ul.navbar-nav li a.nav-link:hover{ border-bottom:2px solid #094a9c;}*/
header .navbar-light .navbar-nav .nav-link{color:#000;}
header nav li a.nav-link.btn-primary.btn{color:#FFF; text-transform:uppercase; background:#094a9c; border:none; border-radius:30px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}
header nav li a.nav-link.btn-primary.btn:hover{color:#FFF;}


/*header {
	float: left;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: 0 3px 8px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 8px 3px rgba(0,0,0,0.3);
	background: #FFF;
}
header .logo {
	float: left;
	padding: 5px 0;
	margin-left: 10px;
}
header .logo img {
	width: 150px;
	height: auto;
}
header .top-right {
	float: right;
}
#cssmenu, #cssmenu ul li, #cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
#cssmenu {
	float: left;
	display: block;
	margin-top: 25px;
	margin-right: 30px;
}
#cssmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#cssmenu > ul > li {
	float: left;
	padding: 0 15px;
}
#cssmenu > ul > li:last-child {
	padding: 0;
}
#cssmenu > ul > li > a {
	padding: 0 0 15px 0;
	font-size: 14px;
	text-decoration: none;
	color: #222;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 13px;
	right: -10px;
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #4d5760;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu ul ul {
	position: absolute;
	z-index: 999;
	left: -9999px;
	width: 230px;
	border:1px solid #ececec;
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.15);
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu ul ul ul::after {
	display: none;
	content: "";
}
#cssmenu ul ul li a {
	padding: 8px 20px;
	font-size: 14px;
	background: #fff;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	background-image: url(../images/hover-arrow.png);
	background-repeat: no-repeat;
	background-position: -10px 17px;
	-webkit-transition: padding .3s ease, background .3s linear;
	-moz-transition: padding .3s ease, background .3s linear;
	-ms-transition: padding .3s ease, background .3s linear;
	-o-transition: padding .3s ease, background .3s linear;
	transition: padding .3s ease, background .3s linear;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fa1c27;
	background: #f6f6f6;
	padding-left: 40px;
	background-image: url(../images/hover-arrow.png);
	background-repeat: no-repeat;
	background-position: 20px 17px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}
.search-container {
	float: left;
	margin-top: 21px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
}
.search-container input {
	float: left;
	width: 200px;
	padding: 1px 5px;
	border: 0;
	background: transparent;
	margin: 2px;
}
.search-container a {
	float: right;
	margin: 2px 7px 0 0;
}
#mobile-menu {
	float: right;
	padding: 10px 0 0 10px;
	box-sizing: border-box;
	z-index: 9999;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	display: none;
}
#mobile-nav {
	position: absolute;
	top: 58px;
	z-index: 99999;
	background: #fff;
	width: 100%;
	display: none;
}
#mobile-nav ul, #mobile-nav ul li {
	width: 100%;
	text-align: left;
}
#mobile-nav ul li a {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	background: #219ddd;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
#mobile-nav ul li a:hover {
	background: #175c91;
}
#mobile-nav ul li ul li a {
	padding-left: 50px;
}*/


/* PC - Header */
#ytplayer_img {
  width: auto;
  height:100%; 
  float:right;
  padding-top:65px;  
}

.logos-contact h1 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	padding-bottom: 5%;
}

/* Customers */
.front-page {
  margin:0px;
  font-size:17px;  
}



/* PC */
@media (max-width: 1100px) {
header .logo img {
	width: 120px;
	height: auto;
}
#cssmenu {
	margin-top: 18px;
	margin-right: 20px;
}
#cssmenu > ul > li {
	padding: 0 12px;
}
.search-container {
	margin-top: 15px;
}
}

/* PC */
@media (max-width: 999px) 
{
header .logo img {
	width: 120px;
	height: auto;
}	
#cssmenu, .search-container {
	display: none;
}
#mobile-menu {
	display: block;
}
#mobile-nav ul li a {
	font-size: 1.5em;
}
}

/* PC */
@media (max-width: 768px) 
{
	#mobile-menu {padding:5px 0 5px 10px;}
	#mobile-menu img {width:50px; height:auto;}
	#mobile-nav {top:60px;}
}

/*=== Header CSS End ==============================================================================*/

/*=== Homepage Middle Section With Video Background CSS Start ==============================================================================*/
.home-middle-section {
	float: left;
	width: 100%;
	height: 100%;/*background:#333;*/
}
.home-middle-section a.arrow-btn {
	position: absolute;
	top: 47%;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.home-middle-section a.left-arrow-btn {
	left: 10px;
	padding: 14px 17px 14px 14px;
}
.home-middle-section a.right-arrow-btn {
	right: 10px;
	padding: 14px 14px 14px 17px;
}
.home-middle-section a:hover {
	text-decoration: none;
	background: rgba(0,0,0,1);
}
.home-middle-section .dot-navigation {
	position: absolute;
	left: 0;
/*	bottom: 20px;*/
  bottom: 0px;
  
	width: 100%;
	text-align: center;
}
.home-middle-section .dot-navigation h1 {
	color: white;
	font-size: 18px;
}
.home-middle-section .dot-navigation a {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #FFF;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0 2px;
}
.home-middle-section .dot-navigation a:hover {
	background: rgba(255,255,255,0.5);
}
.home-middle-section .dot-navigation a.selected {
	background: #FFF;
}
.home-slider-container {
	position: absolute;
	width: 100%;
	height: 100%; 
	z-index: 100;
  background:rgba(0,0,0,0);
}
.personal-contact-matters {
	text-align: center;
	color: #FFF;
	padding-top: 74px;
}
.personal-contact-matters .samsung-video {
	float: right;
	margin-right: 20px;
}
.personal-contact-matters .samsung-video a.watch-video {
	float: right;
	color: #FFF;
	text-decoration: none;
	margin-top: 20px;
/*	background: url(../images/video-btn.png) no-repeat top right;*/
  background: url(/v2/new/video-btn.png) no-repeat top right;
	padding: 7px 45px 9px 0;
}
.personal-contact-matters h1 {
	font-weight: bold;
	font-size: 48px;
}

.personal-contact-matters .imobile {
  font-size: 60px;
}

.personal-contact-matters p {
	font-size: 20px;
}
.personal-contact-matters a.read-more {
	background-color: white;
	color: grey;
	margin: 3% 0 0;
}
.personal-contact-matters .allslide {
	display: inline-block;
	margin: 10% auto 0;
	/*background:rgba(0,0,0,0.1);*/
	padding: 10px 20px 20px;
}
.personal-contact-matters .hideme {
	display: none;
}
.fullscreen-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 99;
	display: block;
}

/* PC */
@media (max-width: 1920px) {

  .personal-contact-matters .imobile {
    width:50%;
    font-size:49px;
  }
  
}

/* PC 
1280x600
*/
@media (max-width: 1380px) and (max-height: 1024px) {
  .personal-contact-matters .landslide {
    margin: 18% auto 0;
  }
    
  .personal-contact-matters .imobile {
    width:50%;
    font-size:40px;
  }
  
}

@media (max-width: 1380px) and (max-height: 800px) {
  .personal-contact-matters .landslide {
    margin: 12% auto 0;
  }
    
  .personal-contact-matters .imobile {
    width:50%;
    font-size:40px;
  }
  
}

@media (max-width: 1380px) and (max-height: 768px) {
  .personal-contact-matters .landslide {
    margin: 10% auto 0;
  }
    
  .personal-contact-matters .imobile {
    width:50%;
    font-size:40px;
  }
  
}

@media (max-width: 1380px) and (max-height: 720px) {
  .personal-contact-matters .landslide {
    margin: 10% auto 0;
  }
    
  .personal-contact-matters .imobile {
    width:50%;
    font-size:40px;
  }
  
}


@media (max-width: 1380px) and (max-height: 600px) {
  .personal-contact-matters .landslide {
    margin: 8% auto 0;
  }
    
  .personal-contact-matters .imobile {
    width:50%;
    font-size:40px;
  }
  
}



/* PC 
1152x864
*/
@media (max-width: 1200px) {
  .home-middle-section .dot-navigation {
/*    bottom: 30px;*/
    bottom: 0px;
  }
  
  .personal-contact-matters .imobile {
    width:50%;
    font-size:36px;
  }
  
}

/* PC 
800x600
1024x768
*/
@media (max-width: 1024px) {
  .personal-contact-matters h1 {
    font-size: 4vw;
  }
 
  .personal-contact-matters p {
    font-size: 16px;
  }

  .home-slider-container .dot-navigation {
    bottom: 14px;
  }  
  
  .personal-contact-matters .allslide {
    margin: 18% auto 0;
  }
    
  .personal-contact-matters h1 {
    padding-top:0%;
    font-size:24px;
  }

  .personal-contact-matters .landslide {
    margin: 10% auto 0;
  }
  
  .personal-contact-matters .imobile {
    width:58%;
    padding-top: 0%;
    font-size: 37px;    
  }
  
  
  #ytplayer_img {
    width: auto;
    height: 92%;
    float: right;
    padding-top: 21px;   
  }  
  
}

/* TABLET */
@media (max-width: 768px) {
  .home-slider-container {
    float: left;
    position: relative;
    padding: 60px 0;
  }
  .personal-contact-matters {
    padding-top: 0;
  }
  .personal-contact-matters .samsung-video {
    float: left;
    width: 95%;
    margin:0;
  }
  .personal-contact-matters h1 {
    font-size: 2em;
  }  
  
  .personal-contact-matters h1 {
    padding-top:50%;
    font-size:24px;
  }
  
  .personal-contact-matters .landslide {
    margin: 15% auto 0;
  }
  
  .personal-contact-matters .imobile {
    width: 58%;
    padding-top: 0%;
    font-size: 24px;    
  }    
  
  #ytplayer_img {
    width: auto;
    height: 89%;
    float: right;
    padding-top: 60px;    
  }
  
  .logos-contact h1 {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 130%;
      padding-bottom: 5%;
  } 
  
  /* Customers */
  .front-page {
    background: darkgrey;
    color: white;
    margin: 0px;
    font-size: 9px;    
  }

  .home-slider-container .dot-navigation {
    bottom: 14px;
  }
  
  .personal-contact-matters p {
    font-size: 14px;
  }
  .personal-contact-matters a.read-more {
    margin: 5% 0 0;
  }
  .personal-contact-matters .allslide {
    margin: 10% auto 0;
  }
}

/* Mobile */
@media (max-width: 420px) {
  .home-middle-section a.arrow-btn {
    top: 50%;
  }
  
  .home-middle-section a.arrow-btn img {
    width: 75%;
    height: auto;
  }
  
  .home-middle-section a.left-arrow-btn, .home-middle-section a.right-arrow-btn {
    padding: 5px 5px 9px 9px;
  }
  
  .personal-contact-matters h1 {
    padding-top:50%;
    font-size:24px;
  }
  
  #ytplayer_img {
    width: auto;
    height: 89%;
    float: right;
    padding-top: 61px; /* 61px;*/    
  }
  
  .logos-contact h1 {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 130%;
      padding-bottom: 5%;
  } 
  
  /* Customers */
  .front-page {
    background: darkgrey;
    color: white;
    margin: 0px;
    font-size: 9px;    
  }
  
  .personal-contact-matters .imobile {
    width:100%;
    padding-top: 50%;
    font-size: 24px;    
  }  
  
  .personal-contact-matters p {
    padding: 0;
    font-size: 14px;
  }
  
  .personal-contact-matters .samsung-video a.watch-video {
    background-size: 20%;
    padding: 1px 35px 10px 0;
  }
}
/*=== Homepage Middle Section With Video Background CSS End ==============================================================================*/

.green.button {
	-webkit-animation-name: greenPulse;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-name: greenPulse;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes greenPulse {
	 from {
	background-color:#3ea50c;
	box-shadow:0 0 9px #999;
	}
	 50% {
	background-color:#3dbc00;
	box-shadow:0 0 18px #49d306;
	}
	 to {
	background-color:#3ea50c;
	box-shadow:0 0 9px #999;
	}
}
@-webkit-keyframes greenPulse {
	 from {
	background-color:#3ea50c;
	-webkit-box-shadow:0 0 9px #999;
	}
	 50% {
	background-color:#3dbc00;
	-webkit-box-shadow:0 0 24px #49d306;
	}
	 to {
	background-color:#3ea50c;
	-webkit-box-shadow:0 0 9px #999;
	}
}
.abyhu-section {
	background: #f4f4f4;
	/*background: #cef8ff; */
	padding: 40px 0;
	color: #000;
	text-align: center;
}
.abyhu-section a.demonstration {
	display: inline-block;
	margin-top: 30px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	background: #3ea50c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 30px;
	cursor:pointer;
}
.abyhu-section a.demonstration span {
	font-size: 24px;
}
.abyhu-section .title {
	font-size: 36px;
	color: #000;
	display: inline-block;
	margin-top: 30px;
}
.new-sections a.read-more {
	margin-top: 30px;
	text-decoration: none;
	padding: 8px 25px;
}
a.read-more {
	display: inline-block;
	margin: 5% 0 0;
	background: #3ea50c;
	color: #FFF;
	padding: 8px 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.eye-contact {
	font-size: 30px;
	font-weight: bold;
	background: #cef8ff;
 background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #cef8ff 0%, #ffffff 50%, #cef8ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cef8ff), color-stop(50%, #ffffff), color-stop(100%, #cef8ff));
	background: -webkit-linear-gradient(top, #cef8ff 0%, #ffffff 50%, #cef8ff 100%);
	background: -o-linear-gradient(top, #cef8ff 0%, #ffffff 50%, #cef8ff 100%);
	background: -ms-linear-gradient(top, #cef8ff 0%, #ffffff 50%, #cef8ff 100%);
	background: linear-gradient(to bottom, #cef8ff 0%, #ffffff 50%, #cef8ff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cef8ff', endColorstr='#cef8ff', GradientType=0 );
}
.eye-contact h1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	padding-bottom: 5%;
}
.eye-contact .img-container {
	padding-bottom: 15px;
}
.pad-top-bot {
	padding: 100px 0;
}
.virtual-3d {
	background: #000;
	color: #FFF;
}
.virtual-3d h1 {
	text-align: left;
	font-weight: normal;
	font-size: 41px;
	line-height: 140%;
	padding-bottom: 5%;
}
.virtual-3d ul {
	margin: 0;
	padding: 0;
}
.virtual-3d ul li {
	list-style: none;
	text-align: left;
	font-size: 18px;
	padding-bottom: 5px;
	background-image: url(../images/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 30px;
}
.logos-contact {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.logos-contact img {padding-bottom:4%;}


/* Footer CSS Start */

.footer-link-bg{background:#313131; padding:65px 15px;}
.footer-link-bg h3{font-size:16px; font-weight:500; color:#FFF;}
.footer-link-bg hr{background:#ed7d31; height:4px; width:40px; margin:20px 0; border:none;}
.footer-link-bg ul li{font-size:15px; font-weight:400; display:block;  color:#d7d7d7; padding:5px 0;}
.footer-link-bg ul li a{font-size:15px; font-weight:400; color:#d7d7d7; padding:0; display:inline-block;}
.footer-link-bg ul li a:hover{color:#FFF;}
.footer-link-bg ul.contact li a{color:#ed7d31;}
.footer-link-bg ul.contact li a:hover{color:#FFF;}

.footer-grey-bg{background:#eaeaea; padding:25px 15px;}
.footer-grey-bg .bottom-top-arrow{margin:-60px 0 0 0; }
.footer-grey-bg .bottom-top-arrow a{margin:0; display:inline-block;}
.footer-grey-bg span{font-size:17px; font-weight:600; color:#094a9c; line-height:24px; max-width:600px;}
.footer-grey-bg .icon-back a{margin:0 0 0 14px;}

.footer-white-bg{background:#FFF; padding:15px;}

.footer-white-bg p{margin:0; padding:0; font-size:13px; color:#666;}
.footer-white-bg .bottom-nav ul li{float:left; margin:0 15px 0 0;}
.footer-white-bg .bottom-nav ul li a{font-size:14px; color:#094a9c;}
.footer-white-bg .bottom-nav ul li a:hover{text-decoration:underline;}


.scroll-txt{ width:100%; float:left; position:absolute; left:0; right:0; text-align:center; color:#FFF; bottom:10px; font-size:13px; font-weight:500; letter-spacing:4px; transform:translateY(-5px); animation:bounce .5s infinite alternate; -webkit-animation:bounce .5s infinite alternate;}

@keyframes bounce {
  from {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

/* Footer CSS End */

.video-popup {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	background-color: rgba(0,0,0,0.7);
	top: 10%;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.video-popup .video-popup-container {
	/* float: left; */
	width: 897px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}
.video-popup .video-popup-container .video-popup-header {float:left; width:100%; background:#333; color:#FFF;}
.video-popup .video-popup-container .video-popup-header span {float:left; padding:10px 15px;}
.video-popup .video-popup-container .video-popup-header a.video-popup-close {float:right; background:#000; color:#FFF; text-transform:uppercase; padding:10px 15px; text-decoration:none; font-weight:bold; cursor:pointer;}
.video-popup .video-popup-container .video-popup-header a.video-popup-close:hover {background:#3ea50c;}
.video-popup .video-popup-container .video-popup-content {float:left; width:100%; background:#FFF;}

/*-------- Inner Page CSS Start ---------*/
.inner-main-container {margin-top:0px;}  

.inner-title {background:#45587a; padding:1.5% 0;}
.inner-title h1 {color:#FFF; font-size:2vw; font-weight:700; padding-left:10px; margin:0 10px;}

.inner-cols-container {padding:50px 0; color:#333333;} 
.inner-cols-container h2 {font-family: 'Roboto', sans-serif; font-weight:300; color:#034ea2; font-size:30px;} 
.inner-cols-container article {padding-bottom:25px; line-height:150%;}
.inner-cols-container article img {padding-right:15px;} 
.inner-cols-container article iframe {margin-top:3%; width:60%;}
.inner-cols-container a.inner-link {font-style:italic; color:#000; text-decoration:underline; font-size:18px;}
.inner-cols-container a.read-more {padding:8px 15px; margin:0;}
.face-to-face {font-family: 'Roboto', sans-serif; font-weight:100; color:#FFF; padding:4% 2%; margin:5% 0 10%; text-align:center; font-size:45px; border-radius:10px; -webkit-border-radius:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#15396f+0,3171ca+100 */
	background: #15396f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1Mzk2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMTcxY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #15396f 0%, #3171ca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#15396f), color-stop(100%,#3171ca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #15396f 0%,#3171ca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #15396f 0%,#3171ca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #15396f 0%,#3171ca 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #15396f 0%,#3171ca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15396f', endColorstr='#3171ca',GradientType=0 ); /* IE6-8 */
}

.inner-cols-container h2.title2 {padding:5% 0; float:left; width:100%; text-align:center;}

.inner-cols-container .any-video {width:60%; height:300px; margin:5% 20% 0;}
.inner-cols-container sup {font-size:9px; letter-spacing:-1px;}
.inner-cols-container .free-trial-title {float:left; width:100%; -webkit-border-radius:5px; border-radius:5px; color:#FFF; font-weight:bold; font-size:24px; background:#034ea2; text-align:center; padding:10px 0; margin:0 0 10px;}
.inner-cols-container .free-trial-form {float:left; width:100%; -webkit-border-radius:5px; border-radius:5px; background:#efefef; padding:25px 0 25px 23px; text-align:center; margin-bottom:10%;}
.inner-cols-container .free-trial-form em {float:left; font-style:normal; color:#F00; display:inline-block; padding:0 !important; margin:-5px 0 0 3px;}
.inner-cols-container .free-trial-form input,
.inner-cols-container .free-trial-form textarea { float:left; width:88%; padding:4px 10px; -webkit-box-shadow:inset 3px 3px 7px 0 #e5e5e5; box-shadow:inset 3px 3px 7px 0 #e5e5e5; border:1px solid #dadada; -webkit-border-radius:5px; border-radius:5px; margin-bottom:12px;}
.inner-cols-container .free-trial-form textarea {min-height:100px; resize:none;}
.inner-cols-container .free-trial-form a {width:88%; float:left; font-weight:bold; font-size:18px; padding:5px 0; margin-bottom:5px;}

.inner-cols-container .big-btns {}
.inner-cols-container .big-btns a {display:block; width:100%; text-align:center; padding:10px; -webkit-border-radius:5px; border-radius:5px; font-weight:bold; font-size:18px; color:#FFF; background:#888; margin:5% 0;}
.inner-cols-container .big-btns a:hover {text-decoration:none; background:#034ea2;}

.inner-cols-container input,
.inner-cols-container textarea {display:inline-block; width:40%; padding:4px 10px; -webkit-box-shadow:inset 3px 3px 7px 0 #e5e5e5; box-shadow:inset 3px 3px 7px 0 #e5e5e5; border:1px solid #dadada; -webkit-border-radius:5px; border-radius:5px; margin:10px 0;}
.inner-cols-container textarea {min-height:100px; resize:none;}


.inner-table ul {display:block; padding:0; margin:0;} 
.inner-table ul li {float:left; width:45%; padding:0 5% 10px 0;} 

.kiosks {padding-bottom:30px; margin-top:30px; border-bottom:1px dotted #ccc;}  
.kiosks .kiosk-details {padding-top:25px;}
.kiosks .kiosk-details b {font-size:24px; padding-right:5px;} 

.sitemap {padding-left:5%;} 
.sitemap ul li {padding-bottom:10px;} 
.sitemap ul li a {font-weight:bold;}
.sitemap ul li ul {padding-left:30px;}
.sitemap ul li ul li a {font-weight:normal;}

a.tsf-btns {display:inline-block; width:96%; padding:2%; font-size:22px; font-weight:bold; color:#FFF; border-radius:10px; -webkit-border-radius:10px; background:#224ca0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.tsf-btns:hover {color:#FFF; text-decoration:none; background:#224ca0 !important; border-radius:25px; -webkit-border-radius:25px}
a.tsf-btns img {padding:10px 0;}

.contact-title {display:inline-block; width:100px;}
a.help-btn
{
	display:inline-block; background:#3ea50c; color:#FFF; padding:8px 25px; text-align:center; -webkit-border-radius:15px; border-radius:15px; line-height:18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.help-btn span {font-size:24px; font-weight:800;}
a.help-btn:hover {text-decoration:none; background:#034ea2;}

.software-box {padding:0 20px; border:1px solid #8daccf; margin-bottom:20px; -webkit-box-shadow: 7px 7px 5px 0 #DBDBDB; box-shadow: 7px 7px 5px 0 #DBDBDB;}

.affiliate {margin-left:10px; margin-right:10px;} 
.affiliate a.read-more {margin:0 30% 0 !important;} 
.affiliate a.signup {font-size:18px; margin:20px 10px 0 0 !important; padding:8px 25px !important;} 
.affiliate textarea {width:50%; height:150px; padding:10px; margin-bottom:10px;  border:1px solid #c5c5c5;}
a.pdf-link { display:inline-block; background:url(../images/pdf-icon.png) no-repeat; background-size:20px 20px; padding-left:27px; padding-bottom:15px;} 
.affiliate input[type="text"] {width:50%; margin-top:5px; border:1px solid #c5c5c5; padding:5px;}

ul.features {margin:30px 0 20px;} 
ul.features li {display:inline-block; width:35%; padding:0 0 20px 35px; font-size:20px; background:url(../images/blue-tick.png) no-repeat; background-position:0 3px;}
/*-------- Inner Page CSS Start ---------*/

#msg_common {position: fixed; font-family: Verdana, Geneva, sans-serif; color: #ffffff; font-size: 16px; padding: 10px; background: #E46F11; z-index: 10000; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#msg_common #msg_common_title {font-size: 22px; font-weight: bold; text-align: center;}

/* Live video POPUP */
.live_popup { position: absolute; top: 0; left: 0; width: 100%; height: 500px; background-color: #ffffff; }
.live_close { font-size: 30px; font-weight: bold; color: #ff0000; float: right; cursor: pointer; margin-right: 30px; }

/* Request demo POPUP */
.req_demo_popup { position:fixed; left:0; top:0; display:none; z-index:9999; padding:15px 20px; background-color:#0b4e9a; border:7px solid #e1e1e1; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; khtml-border-radius:15px; width: 600px; height: auto;}
.req_demo_popup .req_demo_close { font-size: 20px; font-weight: bold; color: #ff0000; float: right; cursor: pointer; margin: 0; }
.req_demo_popup .req_demo_content { padding: 10px;  }
.req_demo_popup .req_demo_content input { margin-bottom: 10px; width: 275px; height: 20px; border: 1px solid #000000; padding: 3px; }
.req_demo_popup .req_demo_content .tbutton {float: left; padding: 6px; width: 50px; height: 15px; border: 1px solid; text-align: center; margin: 12px 5px 0 0; color: #ffffff; background: #ed1c24; cursor: pointer; font-size: 12px; }

#imgLoader, #imgLoaderCon, #imgLoaderReq, #imgLoader1, #imgLoader2, #imgLoader22 {display:none;}

.new-box-inner-pages {float:left; width:100%; margin-top:20px;margin-bottom:20px; border:2px solid #efefef; border-radius:10px; -webkit-border-radius:10px; padding:2%; text-align:center; font-family: 'Open Sans', sans-serif; box-shadow: 0 0 25px 5px rgba(142,142,142,0.25); -webkit-box-shadow: 0 0 25px 5px rgba(142,142,142,0.25); color:#FFF; box-sizing:border-box; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a98ae+0,2a5cad+100 */
background: #2a98ae; /* Old browsers */
background: -moz-linear-gradient(top,  #2a98ae 0%, #2a5cad 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2a98ae 0%,#2a5cad 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2a98ae 0%,#2a5cad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a98ae', endColorstr='#2a5cad',GradientType=0 ); /* IE6-9 */
} 
.new-box-inner-pages h2 {font-weight:normal; font-size:30px; margin:0; padding:0 10px 15px;color:#FFF;}
.new-box-inner-pages ol {float:left; width:76%; margin:0 12%; padding-top:25px; text-align:left;}
.new-box-inner-pages ol li {padding-left:5px; font-size:18px; padding-bottom:20px;list-style:inherit;}

/* PC -  */
@media (max-width: 1170px)
{
	.pad-top-bot {padding:60px 0;}
	h1 {font-size:3.5vw;}
	.eye-contact img {width:100%;}
  	.logos-contact img {width:90%;}
	.footer {padding:50px 0 150px;} 
	.footer h1 {padding:25px 10px 50px;}
	.video-popup .video-popup-container {width:80%; margin:0 10%;}
	
	.inner-title {padding:2%;}
	.inner-title h1 {font-size:3vw;}
	.face-to-face {font-size:36px;}
}

/* PC */
@media (max-width: 1100px) {
	.inner-main-container {margin-top: 58px;}	
}

/* PC */
@media (max-width: 768px)
{
	.eye-contact h1, .virtual-3d h1 {font-size: 36px; padding:5%;}
	.virtual-3d .video-top {margin-top:5%;}
	.video-connect {float:left; width:100%; padding:5%;}
	
	.inner-title h1 {font-size:3.5vw;}
	.inner-cols-container {padding:10px 0;} 
	.face-to-face {padding:2%; margin:3% 0; font-size:36px;}
	.inner-cols-container .free-trial-form {margin-bottom:0;}
	.inner-cols-container .free-trial-title {margin-top:10%;} 
	.inner-cols-container .free-trial-form input,
	.inner-cols-container .free-trial-form textarea {width:95%;}
	.inner-cols-container .free-trial-form a {width:95%;}
	.inner-cols-container article img {padding-right:0;} 
	.inner-cols-container article iframe {margin-top:3%; width:100%;}

	.inner-cols-container input,
	.inner-cols-container textarea {display:inline-block; width:80%;}

	.affiliate {margin-left:15px; margin-right:15px;}
}

/* Mobile */
@media (max-width: 480px)
{
	.eye-contact h1, .virtual-3d h1 {font-size:8vw; padding:0 5% 5%;}
	.eye-contact .img-container {font-size:20px;} 
	.footer-links {padding:25px 0 40px;}
	.video-connect {float:left; margin:10% 5%;}
	.footer-links img {padding:10px;}
	.footer {text-align:center;}
	.footer .footer-logo {padding-bottom:25px;}
	.right-text {text-align:center;}
	
	.inner-title {padding:5% 3%;}
	.inner-title h1 {font-size:5vw;}
	.inner-cols-container {padding:25px 0;} 
	.inner-cols-container .any-video {width:100%; height:250px; margin:5% 0 0;}
	.inner-cols-container .free-trial-form input,
	.inner-cols-container .free-trial-form textarea {width:90%;}
	.inner-cols-container .free-trial-form a {width:90%;}
	.face-to-face {padding:3%; margin:3% 0; font-size:28px;}
	.face-to-face img {width:100%;}
	.inner-table ul li {width:100%; padding:0;}
	.inner-table ul li:nth-child(even) {padding:0 0 15px 0;} 
	
	.affiliate input[type="text"] {width:90%;}
	.affiliate textarea {width:90%;}
}

#ytplayer {
  display:none;
}

.all-video-list .video {
    float: left;
    width: 24%;
    padding-right: 1%;
    padding-bottom: 15px;
}
.all-video-list .video img {
    padding: 10px 0;
    width: 100%;
}

.agent-popup {
    position: fixed;
    bottom:0px;
    right: 117px;
    z-index: 9999;
    padding: 5px;
}




#show_later {
  display: none;
}



.form-check-input {margin-left: -0.25rem!important; margin-top:16px!important;}
.modal-title {font-size:24px!important; text-align:center;}
/*.modal-body iframe {height:450px!important;}*/
.form-check-label {color:#000!important;}
.justify-content-center {text-align:center!important;}
.modal-content {padding:20px;}
