img, .w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

img, .maxw-100 {
  max-width: 100%;
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

.maxh-100 {
  max-height: 100%;
}

.bd-max-w {
  max-width: 1200px;
}

.bd-min-w {
  min-width: 300px;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.ovh {
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
  clear: both;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

a:hover, a:active, a:focus {
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;  
}

.trans-all-02 {
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.trans-eio-03 {
  -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.active {
  position: relative;
}

.font-icon i {
  margin-right: .5em;
}

.dis-inb {
  display: inline-block;
}

.dis-bk {
  display: block;
}

.dis-table {
  display: table; 
}

.text-v-center {
  display: table-cell;
  vertical-align: middle;
}

.text-v-top {
  display: table-cell;
  vertical-align: top;
}
.productview-box-font{
	font-size: 20px;
	font-weight: 400;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tdeco-none {
  text-decoration: none;
}

.p-content {
  font-size: 1rem;
  line-height: 1.8em;
  text-align: justify;
}

input[type="text"] {
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  height: 28px;
}

input[placeholder], [placeholder], *[placeholder] {
  color: #666;
  font-size: 13px;
}

.btn {
  padding: 3px 10px;
  border-radius: 0;
}
.btn-2 {
  padding: 4px 10px;
  border-radius: 4px;
}

.btn.enter {
  color: #fff;
  border-color: #666;
  background: #666;
}

strong {
  font-weight: bold;
  color: #124db5;
}

/* internal padding */
.padd00 {
  padding: 0px;
}

.padd05 {
  padding: 5px;
}

.padd10 {
  padding: 10px;
}

.padd15 {
  padding: 15px;
}

.padd20 {
  padding: 20px;
}

.row-padd-10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* div margin */
.margin00 {
  margin: 0px;
}
.margin05 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}

/* round corner */
.b-d-radius10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.b-d-radius15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.b-d-radius20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.desktop_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 155px;
  height: 90px;
  cursor: pointer;
}

.desktop_logo.skyblue {
  width: auto;
  height: auto;
}

/* footer area */
footer {
  min-height: 90px;
  color: #fff;
  font-size: 13px;
  padding: 15px 0 5px;
}

footer a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  font-weight: bold;
}

.copyright-links-footer { 
  text-align: center; 
}

.copyright-links-footer ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin: 5px 0 8px;
}

.copyright-links-footer ul>li {
  display: inline;
  border-left: 1px solid;
  padding: 0 8px;
}

.copyright-links-footer ul>li:last-child {
  border-right: 1px solid;
}

.copyright-links-footer ul>li>a {
  display: inline-block;
}

.copyright-links-footer ul>li>a:hover,
.copyright-links-footer ul>li>a:focus,
.copyright-links-footer ul>li>a:active {
  color: /*#ffff00*/ #f0ad4e;
}

.copyright {
	margin-top: 10px;
}
@media (max-width: 767px){.copyright-br,.copyright { display: none !important; }}
@media (min-width: 767px){.copyright-mobile { display: none !important;}}
.copyright-mobile{
	text-align: center; 
	margin: 10px 0;
}
/* social icons footer */
.social-circleicon-footer>img,
.social-circleicon-footer>a>img {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.social-circleicon-footer {
  width: 100%;
  text-align: center;
}

.social-circleicon-footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.social-circleicon-footer li {
  margin-right: .4em;
  list-style: none;
  display: inline-block;
}
.social-circleicon-footer li>a {
  display: inline-block;
  border-radius: 50px;
  background: transparent;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.social-circleicon-footer li>a>i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1E1E1E;
  color: #fff;
  padding: 0;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
}
.social-circleicon-footer ul li>a:hover>i,
.social-circleicon-footer ul li>a:focus>i,
.social-circleicon-footer ul li>a:active>i {
  background: #000;
}
.social-circleicon-footer li>a:hover>i,
.social-circleicon-footer li>a:focus>i,
.social-circleicon-footer li>a:active>i {
  opacity: .8;
}
.social-circleicon-footer li>a>i.icon-line {
  padding: 6px 6px;
}
.social-circleicon-footer li>a>i>img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/* use for everypage style */
/*---------- Wrappers -----------*/
#sidebar-wrapper {
    position: relative;
    display: none;
    width: 200px;
    height: 100%;
    margin-left: 0;
    overflow: auto;
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #ececec;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

/*.main-content {
  box-shadow: 0 0 5px #D6D6D6;
}*/

.content-with-sidebar {
  display: block;
  width: 100%;
}

.page-content-right {
  position: relative;
  width: 100%;
  margin-left: 0;
}

.productview-box {
  margin: 0;
  padding-bottom: 10px;
  /*border: 1px solid #ddd;*/
 border-bottom: 1px dashed #ccc;
}

.productview-box.noborder {
  border: 0;
  padding-bottom: 0;
}

.productview-box a:hover,
.productview-box a:focus,
.productview-box a:active {
  color: #FF9600;
}

.productview-box .w-50 {
  width: 100%;
}

.productview-box ul {
  margin: 15px 0;
}

.productview-box ul li {
  line-height: 22px;
}

.productview-header {
  position: relative;
  vertical-align: middle;
  padding: 0 8px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}

.productview-wrap {
  margin-top: -15px;
}

.productview-wrap.nomargin {
  margin:10px 0 0 0;
}

.productview-wrap>div {
  padding-left: 0;
  padding-right: 0;
}


/*---- Left Sidebar nav styles -------*/
.sidebar-nav {
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.sidebar.navbar {
  border-radius: 0px;
  border: none;
  margin: 0;
}

nav.sidebar .sidebar-nav ul {
  padding: 0;
  margin: 0;
}

nav.sidebar .sidebar-nav>li{
  width: 100%;
  list-style: none;
  border-bottom: 1px #fff solid;
}

nav.sidebar .sidebar-nav>li>a{
  padding: 3px 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  background: #696969;
}

nav.sidebar .navbar-nav .dropdown-menu>li {
  border-bottom: 1px solid #fff;
}

nav.sidebar .navbar-nav .dropdown-menu>li>a {
  display: inline-block;
  padding: 4px 6px;
  color: #333;
  font-size: 12px;
  white-space: normal;
}

nav.sidebar .navbar-nav .dropdown-menu>li>a>i {
  margin-right: 5px;
  font-size: 14px;
}

nav.sidebar .navbar-nav .dropdown-menu>li>a>i {
  color: #00198B;
}

nav.sidebar .navbar-nav .dropdown-menu>li>ul>li>ul>li {
  padding: 0;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
}

nav.sidebar .navbar-nav .dropdown-menu>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

nav.sidebar .navbar-nav .dropdown-menu>li>ul>li>ul>li>a {
  padding: 3px 11px;
  color: #333;
  font-size: 12px;
}

nav.sidebar .navbar-nav .dropdown-menu>li>ul>li>a>i {
  color: #333;
  margin-right: 5px;
}

nav.sidebar .navbar-nav .dropdown-menu>li>ul>li>ul>li>a>i {
  color: #FF6600;
  margin-right: 5px;
}

nav.sidebar .navbar-nav>li>a:hover,
nav.sidebar .navbar-nav>li>a:focus,
nav.sidebar .navbar-nav>li>a:active {
  color: #ff0;
  background-color: #696969;
}

nav.sidebar .navbar-nav .dropdown-menu li a:hover,
nav.sidebar .navbar-nav .dropdown-menu li a:focus,
nav.sidebar .navbar-nav .dropdown-menu li a:active,
nav.sidebar .navbar-nav .dropdown-menu>li.active a,
nav.sidebar .navbar-nav .dropdown-menu>li.active>ul>li>a:hover,
nav.sidebar .navbar-nav .dropdown-menu>li.active>ul>li>ul>li>a:hover  {
  color: #FF6600;
  background-color: transparent;
}

nav.sidebar .navbar-nav .dropdown-menu>li>a:hover,
nav.sidebar .navbar-nav .dropdown-menu>li>a:focus,
nav.sidebar .navbar-nav .dropdown-menu>li>a:active {
  text-decoration: none;
}

nav.sidebar .navbar-nav .dropdown-menu>li.active>ul>li>a,
nav.sidebar .navbar-nav .dropdown-menu>li.active>ul>li>ul>li>a {
  color: inherit;
}

nav.sidebar .navbar-nav .dropdown-menu>li>ul>li.active>a,
nav.sidebar .navbar-nav .dropdown-menu>li>ul>li>ul>li.active>a {
  color: #FF6600;
}

nav.sidebar>.navbar-nav>li>.dropdown-menu {
  display: block;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

nav.sidebar>.navbar-nav>li>.dropdown-menu>li:hover>.dropdown-menu,
nav.sidebar>.navbar-nav>li>.dropdown-menu>li:focus>.dropdown-menu,
nav.sidebar>.navbar-nav>li>.dropdown-menu>li:active>.dropdown-menu,
nav.sidebar>.navbar-nav>li>.dropdown-menu>li.active>.dropdown-menu {
  display: block;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
} 

/* Right Sidebar style */
.rightside-contact {
  padding: 20px 15px;
}

.rightside-contact-info {
  margin: 20px 0;
}

.rightside-contact-info .contact-info-title {
  color: #266BA3;
  font-size: 14px;
}

.contact-info-content {
  margin-top: 15px;
  margin-bottom: 20px;
}

.more-contact-info {
  padding: 5px;
  border: 1px solid #CADCEA;
  background: #fff;
  margin-bottom: 20px;
}

.more-contact-info h6 {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-left: 10px;
  margin-top: 0;
  background: #CADCEA;
}

.contact-info-content span,
.more-contact-info span {
  display: table;
  margin-bottom: 10px;
}

.rightside-contact-info .contact-info-title i ,
.more-contact-info i {
  color: #266BA3;
  font-size: 19px;
  margin-right: 10px;
  vertical-align: text-top;
}

.more-contact-info span {
  padding-left: 5px;
}

.newsletter-sign h6 {
  font-size: 13px;
  color: #fff;
  padding: 5px;
  margin-bottom: 0;
  border-bottom: 3px solid #777;
  background: #1d3e8b;
}

/* top breadcrumbs */
.page-content-box img {
  width: auto;
  height: auto;
}

.links-top {
  position: relative;
  width: 100%;
  text-align: right;
}

.breadcrumb-box {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.breadcrumb {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 2px;
  list-style: none;
  background: transparent;
  border-radius: 0;
  float: left;
  text-align: left;
}

.breadcrumb>li,
.breadcrumb>li>a,
.breadcrumb>li.active {
  font-size: 12px;
  color: #000099;
}

.breadcrumb>li>a:hover,
.breadcrumb>li>a:focus,
.breadcrumb>li>a:active {
  text-decoration: underline;
  color: #990000;
}

.breadcrumb>li+li:before {
  content: "\f105"; 
  font-family: FontAwesome;
  padding: 0 2px;
  color: #858585;
}

.links-box {
  display: inline-block;
  padding: 0 5px;
}

.search-box {
  position: relative;
  min-height: 34px;
  padding: 5px 0;
  background: #eee;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.search-all-product {
  margin-left: 65px;
}

.search-all-product img {
  height: 24px;
}

/* back to top style */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background: #FF4D3D;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top i {
  color: #fff;
  font-size: 26px;
  margin-top: 4px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}


/*-----for download center-----*/
nav.sidebar .navbar-nav .dropdown-menu>div>li { 
  border-bottom: 1px solid #fff;
}
nav.sidebar .navbar-nav .dropdown-menu>div>li>a {
  display: inline-block;
  padding: 4px 6px;
  color: #333;
  font-size: 12px;
  white-space: normal;
}
nav.sidebar .navbar-nav .dropdown-menu>div>li>a>i {
  margin-right: 5px;
  font-size: 14px;
}
nav.sidebar .navbar-nav .dropdown-menu>div>li>a>i {
  color: #00198B;
}
nav.sidebar .navbar-nav .dropdown-menu>div>li>ul>li>ul>li {
  padding: 0;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
}
nav.sidebar .navbar-nav .dropdown-menu>div>li>ul>li>ul>li:last-child {
  border-bottom: none;
}
nav.sidebar .navbar-nav .dropdown-menu>div>li>ul>li>ul>li>a {
  padding: 3px 11px;
  color: #333;
  font-size: 12px;
}
nav.sidebar .navbar-nav .dropdown-menu>div>li>ul>li>a>i {
  color: #333;
  margin-right: 5px;
}
nav.sidebar .navbar-nav .dropdown-menu>div>li>ul>li>ul>li>a>i {
  color: #FF6600;
  margin-right: 5px;
}
nav.sidebar .navbar-nav .dropdown-menu>div>li.active a,
nav.sidebar .navbar-nav .dropdown-menu>div>li.active>ul>li>a:hover,
nav.sidebar .navbar-nav .dropdown-menu>div>li.active>ul>li>ul>li>a:hover  {
  color: #FF6600;
  background-color: transparent;
}

nav.sidebar .navbar-nav .dropdown-menu>div>li>a:hover,
nav.sidebar .navbar-nav .dropdown-menu>div>li>a:focus,
nav.sidebar .navbar-nav .dropdown-menu>div>li>a:active {
  text-decoration: none;
}

nav.sidebar .navbar-nav .dropdown-menu>div>li.active>ul>li>a,
nav.sidebar .navbar-nav .dropdown-menu>div>li.active>ul>li>ul>li>a {
  color: inherit;
}

nav.sidebar .navbar-nav .dropdown-menu>div>li>ul>li.active>a,
nav.sidebar .navbar-nav .dropdown-menu>div>li>ul>li>ul>li.active>a {
  color: #FF6600;
}
nav.sidebar>.navbar-nav>li>.dropdown-menu>div>li:hover>.dropdown-menu,
nav.sidebar>.navbar-nav>li>.dropdown-menu>div>li:focus>.dropdown-menu,
nav.sidebar>.navbar-nav>li>.dropdown-menu>div>li:active>.dropdown-menu,
nav.sidebar>.navbar-nav>li>.dropdown-menu>div>li.active>.dropdown-menu {
  display: block;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

/*----------------------*/
/*--Site Map-----------*/
.sitemap-group{
	margin-top: 20px;
}


.sitemap-li {
	list-style: disc;
	margin-left: 45px;
	margin-bottom: 3px;
}
.sitemap-li a {
	color: #000;
}

.sitemap-feature-title {
	color: #923E40;
	margin-top: 10px;
	font-size: 18px;
}
.sitemap-feature-title a {
	color: #923E40;
}



/*--Site Map-----------*/

/*--- footer Information ---*/
.footer_inf{
	display: inline-grid;
	list-style: none;
	width: 100%;
}   
.footer_inf li {
	padding:5px 0;
	border-bottom:1px solid #585858;
	/* font-size: 14px; */
}
.footer_inf li i{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background:#1E1E1E;
  color: #fff;
  padding: 0;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
  margin-right:10px;
}
.input-news{
	margin-top: 15px;
	margin-bottom: 20px;
}
.form-input {
	width: 65%;
	height: 40px;
    display: inline;
    margin-right: 10px; 
	
}
@media (max-width: 767px){.form-input { width: 50% !important; }}
.form-button {
	font-size: 12px;
	line-height: 13px;
    margin-top: -3px;
	height: 29px;
}

@media (max-width: 767px){.inf_logo { display: none !important; }}
@media (max-width: 767px){.footer_inf{padding: 0 10px !important;margin-top: -20px !important;}}

.footer_infphone { font-size:2.8rem;}
@media (max-width: 767px){.footer_infphone { font-size:2.3rem!important; }}


.footer_infmail a{
	font-weight: normal;
	text-decoration: none;
	font-size: 2.3rem;
}
@media (max-width: 767px){.footer_infmail a { font-size:1.8rem!important; }}

.footer_infmail a:hover{
	color: /*#ffff00*/#f0ad4e;
}

/*--- footer Information End ---*/

/*--- Successful story list---*/

.conboxfix {
		padding: 10px;
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		margin: 5px;
		margin: 10px 5px;
	}
.conboxfix:hover {
	border: 1px solid #990100; /*border: 1px solid #666;*/
}
.con_tpane{
	width:100%; 
	overflow:hidden;
	text-overflow:ellipsis;

	}
.more_box {
	/*width: 60px;
    padding: 3px 15px;
	background-color:#0F73C8;
	color: #fff;*/
	float: right;
	margin-top: 5px;
	}
/*.more_box a , .more_box a:hover {
	color: #fff;	
	}*/	
.btn-primary {border-radius: 5px;}
.suclistbox {
	max-width: 100%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
	
	background:#333;
    position:relative;
    box-sizing:border-box;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
	}
.suclistbox img {
		width: 100%;
		margin-top: -3%;
	}

.img-rounded {
	width: 100%;
	height: 100%;
	display:block;
	padding:0;
	margin:0;
	position:relative;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	opacity:1;
	overflow:hidden;
}
.suclistbox:hover .img-rounded{
	position:elative;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	opacity:.7;
}

.suclist-tpane {
	width: 100%;
    height: 68px;
    /*text-align:justify;*/
	padding:10px 0;
	/*多行文字限制*/
	display: -webkit-box;  
	overflow:hidden;
	text-overflow : ellipsis;
	-webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.suclist-title{
	padding-bottom: 10px;
	font-size:1.5em;
	color: #444;
	font-weight: bold;
	width: 389px;
    height: 63px;
}
    

/*--- Successful_story list End ---*/

/*--- winmate_careers list ---*/
.carrers_title_textblock {
	font-size: 40px;
	line-height: 55px;
	text-align: center;
	color: #d05f0d;
}
.careers_main_textblock ul {
	margin-left: 15px;
}
.careers_main_textblock ul ul {
    margin: 0 0 0 15px;
}
.careers_main_textblock .font1 {
	font-weight: bold;
}
.careers_main_textblock .font2 {
	font-weight: bold;
	margin-top: 10px;
}
.carrers_button {
	margin: 20px 0;
	text-align: center;
}
.carrers_textblock1 {
	margin: 20px 0 10px 0;
	padding: 10px ;
	color: #666;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 18px;
}
.carrers_textblock2 {
	text-align: center;
	color: #0F73C8;
	font-weight: bold;
}
/*--- winmate_careers list End ---*/

.videotable {
	margin: 0px 0px 30px;
}


/*--- Video overview ---*/

.videotable H6 {height: 35px;font-size: 15px;margin-bottom: 0px;}
.videotable H6 a {color: #444;}
.videolistbox {
	max-width: 100%;
    height: 0;
    padding-bottom: 55%;
    overflow: hidden;
	
	background:#333;
    position:relative;
    box-sizing:border-box;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
	}
.videolistbox img {
		width: 100%;
		margin-top: -10%;
	}

/*-------------------------*/
.videopopupjs{
    background-color:#000;
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    text-align: start!important;
}
.videopopupjs--hide{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide;
}
.videopopupjs__close{
    width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    margin-bottom:10px;
    color:rgba(255, 255, 255, 0.59);
}
.videopopupjs__close:after{
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    content:'X';
    font-family:'Verdana';
    border-radius:50%;
    background:#333;
    line-height:2.2;
    font-size:13px;
}
.videopopupjs__close:hover{
    opacity:0.5;
}
.videopopupjs--animation{
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}
.videopopupjs__content{
    margin:0 auto;
    height:100%;
    height:500px;
    width:100%;
    margin-top:5%;
}
.videopopupjs__content iframe{
    width:100%;
    height:100%;
}
.videopopupjs__block--notfound{
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width:100%;
    height:500px;
    background-color:#fff;
    text-align:center;
    vertical-align: middle;
    line-height: 500px;
    font-family:'Arial';
    font-size:20px;
}
@media(max-width: 768px){
    .videopopupjs__content{
        max-width:90%!important;
    }
}
@-webkit-keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@-webkit-keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

@keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}




/*--- Video overview End ---*/


