/*-----------CD STYLES-----------*/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
.header-backgd {
	background: #103152 url(//images.tmcnet.com/expo/webrtc-conference/miami-15/images/header-backgd3.jpg) repeat-x;
	background-position: center;
}
#tagline {
	font-size: 18px;
	color: #ffffff;
	padding:0 0 10px 0;
	text-align:right;
}
#date {
	background: url(//images.tmcnet.com/expo/webrtc-conference/miami-15/images/calendar-icon.png) no-repeat 0 35px;
	font-size: 20px;
	color: #ffffff;
	padding:25px 3px 0 30px;
	height:40px;
	line-height:40px;
	text-align:right;
	margin-left:110px;
}
.caption {
	background-color: #3D8DEC;
	height: 70px;
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	line-height: 70px;
	position: relative;
}
#emanual-box {-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:#cccccc 1px solid;
margin-bottom:20px;
padding:10px;

}
/*-- CONTENT BOXES --*/
.content_box { margin:0 15px;}
.content_box_2 { background-color: #ffffff;
    border: 1px solid #cccccc;
/*    box-shadow: 3px 3px 3px #ddd;*/
    margin-bottom: 15px; padding:20px; margin-top:20px;
	font-size:15px;
	line-height:20px;}
.content_box_3 { background-color: #ffffff;
  /*   border: 1px solid #cccccc;
   box-shadow: 3px 3px 3px #ddd;*/
    margin-bottom: 15px;  margin-top:20px;
	font-size:15px;
	line-height:20px;}
.content_box_implinks { margin-left:10px;}
.content_box_left { float:right;max-width: 460px !important; padding: 0px 5% 10px 2%; min-height: 260px;}
.content_box_right { float:left;max-width: 460px !important; padding: 0px 2% 10px 5%; min-height: 260px; }
.content_box_2 h3 { color:#c00070; padding:10px 0;}

/*-- BACKGROUNDS --*/
.pattern-backgd {
	background: url(//images.tmcnet.com/expo/webrtc-conference/miami-15/images/pattern-box.jpg) repeat;
}

.darkgrey-backgd {
	background: #666666;
}
.nav-backgd {
	background: url(//images.tmcnet.com/expo/webrtc-conference/miami-15/images/nav-backgd.jpg) repeat-x;
}
.strips-row-backgd {
	background: #ccc url(//images.tmcnet.com/expo/webrtc-conference/miami-15/images/strips.png) repeat;
}
.strips-backgd {
	display: table;
	float: right;
	width: 50%;
	background: #ccc url(//images.tmcnet.com/expo/webrtc-conference/miami-15/images/strips.png) repeat;
}
.strips-backgd-interior {
	display: table-cell; 
/*	height: 320px;
	padding: 0px 2% 10px 2%;
	vertical-align: middle;*/
	width: 80%;
	line-height: 20px;
}
.grey-backgd {
	display: table;
	float: left;
	width: 50%;
}
.grey-backgd-interior {
	background: none repeat scroll 0 0 #EDEDED;
	color: #000000;
	display: table-cell; 
/*	height: 320px;
	padding: 0px 2% 10px 2%;
	vertical-align: middle;*/
	text-align: left;
	width: 76%;
	line-height: 20px;
}

/*-- BULLET LIST --*/
ul.blue_bullet, ol.blue_bullet {     
	line-height: 20px;
    margin: 0;
    padding: 0;
}

ol.blue_bullet { padding: 10px 25px;}
ol.blue_bullet li 
{
    line-height: 20px;
    margin-bottom: 7px;
    padding: 0 0 4px 20px;
	
	
}

ul.blue_bullet li{
	background: url("//images.tmcnet.com/expo/webrtc-conference/miami-15/images/blue-bullet.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    line-height: 20px;
    list-style: outside none none;
    margin-bottom: 7px;
    padding: 0 0 4px 20px;
}
ul.blue_bullet li a, ol.blue_bullet li a {
	color: #46a5d5;
    text-decoration: none;
	padding: 0 !important;
}
ul.blue_bullet li a:hover, ol.blue_bullet li a:hover {
   color: #666666;
    text-decoration: none;
}

/*--Indented Bullet List--*/
ul.blue_bullet_2 ul {     
	line-height: 20px;
    margin: 0 0 0 40px;
    padding: 0;
}
ul.blue_bullet_2 li {
	background: url("//images.tmcnet.com/expo/webrtc-conference/miami-15/images/blue-bullet.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    line-height: 20px;
    list-style: outside none none;
    margin-bottom: 7px;
    padding: 0 0 4px 20px;
}
ul.blue_bullet_2 ul li a {
	color: #46a5d5;
    text-decoration: none;
	padding: 0 !important;
}
ul.blue_bullet_2 ul li a:hover {
   color: #666666;
    text-decoration: none;
}

ul.blue_bullet_2 ul li{
	background: none;
    line-height: 20px;
    list-style: disc !important;
    margin-bottom: 7px;
    padding: 0 0 4px 5px;
}
ul.blue_bullet_2 ul li a {
	color: #46a5d5;
    text-decoration: none;
	padding: 0 !important;
}
ul.blue_bullet_2 ul li a:hover {
   color: #666666;
    text-decoration: none;
}

/*-- AD BANNER DIV --*/
.adbanner {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 20px 0;
}

/*-- SITE BUTTONS --*/
#blue-buttons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#blue-buttons ul {
    margin: 0;
    padding: 0;
}
#blue-buttons li {
    display: inline-block;
 /*   height: 40px;*/
    line-height: 17px;
    margin: 0 10px 10px 0;
    text-align: center;
    width: 190px;
}
#blue-buttons li a {
    background: none repeat scroll 0 0 #c00070;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
    color: #ffffff !important;
    display: inline-block;
 /*   height: 40px;*/
    line-height: 17px;
    padding: 10px;
    vertical-align: middle;
    width: 175px;
	font-size:14px;

}
#blue-buttons li a:hover {
    background: none repeat scroll 0 0 #3D8DEC;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
}

/*-- SPONSOR PAGE --*/
.spons-wrap {

}
.spons-wrap h2 {
	border-bottom: 2px solid #dddddd;
	text-align: center !important;
	color: #5aa5d6;
	font-size: 20px;
}
.spons-logo a img {
	margin: 0 20px 10px 0;
	border: 1px #dddddd solid !important;
	width:140px;
	float:left;
}
.spons-desc {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

/*-- SPONSOR SECTION in FOOTER --*/
.sponsor {
/*	background: none repeat scroll 0 0 #3D8DEC;*/
	background: none repeat scroll 0 0 #ffffff;
	padding: 20px 0 5px 0;
}
.sponsor-by-category .sponsor-category h3:before {
	margin-left: -50%;
	right: 2em;
}
.sponsor-by-category .sponsor-category h3:before, .sponsor-by-category .sponsor-category h3:after {
/*	background: none repeat scroll 0 0 rgba(132, 206, 253, 0.2);*/
	background: none repeat scroll 0 0 rgba(104, 172, 253, 0.2);
	content: "";
	display: inline-block;
	height: 2px;
	margin-top: -4px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.sponsor-by-category .sponsor-category h3:after {
	left: 2em;
	margin-right: -50%;
}
.sponsor-by-category .sponsor-category h3 {
	color: #3D8DEC;
	/*color: #84cefd;*/
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 8px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	word-spacing: 1px;
}
.sponsor img {
	width: 170px;
}
.sponsor ul {
	list-style: outside none none;
	text-align: center;
	padding-bottom: 20px;
	margin: 0;
}
.sponsor li {
	display: inline-block;
	padding: 5px;
	/*padding: 0.2em 1.5em 0.3em 1.5em;*/
}
.sponsor li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	transition: all 0.6s ease-in-out 0s;
}

/*-- SOCIAL --*/
#social {
	float: right;
	margin: 13px 0 0 0;
	padding: 0;
/*	width: 165px;*/
	width: 160px;
}
.social-footer {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
#social ul, .social-footer ul {
	list-style: outside none none;
	padding: 0;
}
#social ul li, .social-footer ul li {
	display: inline;
	padding: 0;
}
#social ul li a i {
	color: #ffffff;
}
#social ul li a:hover i {
	color: #DE2973;
	transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
}
.social-footer ul li a i {
	color: #3D8DEC;
}
.social-footer ul li a:hover i {
	color: #DE2973;
	transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
}

/*-- REG Button in Nav --*/
#reg-button a {
	background-color: #c00070;
	color: #ffffff;
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	margin: 0 10px 0 0;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#reg-button a:hover {
	background-color: #3D8DEC;
	color: #ffffff;
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
}



/*-- AGENDA PAGE --*/
/*.agenda-tbl { margin:1% 2%; *//*margin:1% 3%;*/ /*}*/
.main-holder{margin:0px;}
.agenda-main-container{border: 1px solid #cccccc; margin-bottom:15px; background-color:#f2f2f2;
/*-moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ddd;*/
} 
/*
.agenda-container{float:left; width:15%; background-color:#94c03c;}
.agenda-container2{padding:0px; float:left; width:85%; vertical-align:top;}
.agenda-container3{padding:6px 30px 6px 6px; clear:both; float:left; width:15%; text-align:left;}
.agenda-head-date{font-size:18px; color:#000000;  padding:20px 0px 10px 0px; text-align:left; font-weight:bold}
.agendadate{font-size:12px; color:#ffffff; padding:0px 0px 0px 15px; text-align:left; padding-bottom:10px}
.agendatime{font-size:13px; font-weight:bold; color:#ffffff; padding:15px 15px 0 15px; text-align:left; }
.speakerfullname{font-size:13px; color:#171717;text-align:left; font-weight:bold; padding:0px; margin:0px;}
.speaker{font-size:12px; color:#666666; line-height:18px;}
.company{font-size:12px; padding-bottom:5px; line-height:14px;}
.agendatitle{font-size:14px; color:#3D8DEC;  padding-bottom:10px; text-align:left; font-weight:bold; line-height:18px; display:block;}
.agendadetail{font-size:13px; color:#083759; margin-top:10px; border-top:1px solid #B5BDBF; font-weight:normal; color:#333;  padding:10px 0px 3px 0px; text-align:left; line-height:18px;  display:block;}
.agendadetaillink { color:#3D8DEC;  }*/
/*.tracktitle {  background-color: #94c03c;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 4px; 
	line-height:18px; }
.tracktitle a {color:yellow;}*/
#popbox{background-color:#083759; border:1px double #fff; padding:10px 10px 0px 10px; text-align:left; font-size:10px; font-weight:bold; color:#fff;  text-decoration:none;  line-height:12px; display:block; }
.magic { clear:both;}
.wrapper5 { padding:10px 20px;}
.agenda-tbl-clm { border-right:1px solid #F2f2f2; background-color:#FFF; width:20%;  }


/* Speakers */
.team .team-photo {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.team .team-photo figcaption {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 100%;
}
.img-stretched, .team .team-photo img, .team-popup .team-photo img, .projects .project-image img, .recent-post-media .media img, .post-author .avatar img, .recent-post-media .slider-media img {
    height: auto;
    width: 100%;
}
.team .team-photo figcaption a {
    background-color: #04388e;
    bottom: 0;
    color: #fff;
    display: block;
    height: 44px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    transform: rotate(-90deg);
    transform-origin: 100% 50% 0;
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 44px;
    z-index: 1;
}
.team .team-photo figcaption a .fa, .team .team-photo figcaption a .gi {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    width: 44px;
}
figure {
    margin: 0;
}
figure {
    margin: 1em 40px;
}
figure {
    display: block;
}
.team {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}
.team .team-photo {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}
.team .team-photo figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: opacity .25s cubic-bezier(0.25, .46, .45, .94);
    transition: opacity .25s cubic-bezier(0.25, .46, .45, .94);
    opacity: 0
}
.team .team-photo figcaption a {
    display: block;
    position: absolute;
    z-index: 1;
    width: 44px;
    height: 44px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #04388e;
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.25, .46, .45, .94), background-color .4s cubic-bezier(0.25, .46, .45, .94);
    transition: -webkit-transform .25s cubic-bezier(0.25, .46, .45, .94), transform .25s cubic-bezier(0.25, .46, .45, .94), background-color .4s cubic-bezier(0.25, .46, .45, .94)
}
.team .team-photo figcaption a .fa,
.team .team-photo figcaption a .gi {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px
}
.team .team-photo figcaption a:hover {
    background-color: #000
}
.team:hover .team-photo figcaption,
.team.touch .team-photo figcaption {
    opacity: 1
}
.team:hover .team-photo figcaption a,
.team.touch .team-photo figcaption a {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.team .team-info {
    text-align: center;
    padding: 0 15px
}
.team .team-name {
    margin: 0
}
.team .team-data {
    display: none
}
.team-popup-container {
    background-color: #fff;
    opacity: 1
}
.team-popup-container .mfp-container {
    padding: 0
}
.team-popup-container .mfp-close {
    font-size: 40px
}
.team-popup {
    background-color: #fff
}
.team-popup .team-popup-content {
    padding: 40px 0
}
.team-popup .team-name {
    text-transform: uppercase;
    font-weight: 700
}
.team-popup .team-name small {
    font-size: 26px;
    font-weight: 300;
    display: block;
    text-transform: none
}
.team-popup .team-content {
    font-size: 18px;
    font-weight: 300
}
.team-content p, .team-content a {  
	font-size: 16px;
    line-height: 24px;
	}
.team-popup .team-content .social-list a {
    font-size: 18px;
    width: 32px;
    height: 18px;
    line-height: 18px;
    color: #000;
    background-color: transparent
}
.team-popup .team-content .social-list a:hover {
    color: #04388e
}
@media (min-width: 768px) {
.team-popup .team-content {
        font-size: 18px;
		padding-bottom:30px;
    }
}
.team-popup .team-photo {
    margin-bottom: 30px
}

/*-------------------------------
	General
 ------------------------------*/
.met_color {
	color : #385b93;
}
.met_colorg {
	color : #58bf49;
}
.met_colobwn {
	color : #803900;
}
.met_color_purp {
	color : #533169;
}
.met_color_dpurp {
	color : #470074;
}
.met_bgcolor_purp {
	background-color : #4f0080;
}
.met_color2 {
	color : #f3f3f3;
}
.met_color_lp {
	color : #b589bc;
}
.met_color3 {
	color : #656870;
}
.met_colorbk {
	color : #4d4d4d;
	padding: 0;
}
.met_bgcolor {
	background-color : #94C03C;
}
.met_bgcolor2 {
	background-color : #CCCCCC;
}
.met_bgcolor-red {
	background-color : #7f0000;
}
.met_bgcolor-dred {
	background-color : #600000;
}
.met_color-red {
	color : #7f0000;
}
.met_color-sblue {
	background-color : #0c006b;
}
.met_bgcolor-brwn {
	background-color : #803900;
}
.met_color-brwn {
	color : #803900;
}
.met_bgcolor-green {
	background-color : #376c32;
}
.met_color-green {
	color : #578000;
}
.met_color-gray {
	color : #777;
}
.met_bgcolor-blue {
	background-color : #0e5276;
}
.met_color-blue {
	color : #0e5276;
}
.met_bgcolor-dgray {
	color: #ffffff;
}
.met_bgcolor-wht {
	background-color : #FFF;
	border-top: 1px solid #ededed;
}
.met_bgcolor-whtgray {
	background-color : #ececec;
	border-top: 1px solid #ededed;
}
.tblwrp .met_bgcolor-wht {
	padding: 6px;
}
.tblwrp .met_bgcolor-whtgray {
	padding: 6px;
}
.regTbl {
	border: 1px solid #eaeaea;
}
.regTbl .bdr-rt {
	border-right: 1px solid #CCC;
}
.regtblbutt {
	margin: 0px;
	padding: 4px 8px;
}
.body-text {
	font-size: 13px;
	line-height: 14px;
}
.met_bgcolor3 {
	background-color : #000;
}
.met_bgcolor4 {
	background-color : #0f5a80;
}
.met_bgcolor5 {
	background-color : #A4AEB9;
}
.tblwrp td {
	padding: 3px;
}
.met_bg_arrow {
	background: url(//images.tmcnet.com/expo/expo-right-arrow.png) center right no-repeat;
}
.met_bgcolor6 {
	background-color : #656870;
}
.met_bgcolor7 {
	background-color : #46484E;
}
.met_bgcolor_trans {
	background-color : rgba(15, 90, 128, 0.8);
}
.met_bgcolor_trans_bl {
	background: url( //images.tmcnet.com/online-communities/unified-communications/images/capson.png) repeat;
}
.met_bgcolor_trans_green {
	background: url( //images.tmcnet.com/expo/webrtc-conference/miami-15/images/nav-backgd.jpg) repeat-x;
}
.met_bgcolor5_trans {
	background-color : rgba(164, 174, 185, 0.5);
}
.met_bgcolor6_trans {
 background-color :;
}
.met_color_transition {
	-webkit-transition : color ease-out 0.4s;
	-moz-transition : color ease-out 0.4s;
	-ms-transition : color ease-out 0.4s;
	-o-transition : color ease-out 0.4s;
}
.met_color_transition:hover {
	color : #385b93;
	text-decoration : none;
}
.met_bgcolor_transition, .met_bgcolor_transition2 {
	-webkit-transition: background-color ease-out 0.4s;
	-moz-transition: background-color ease-out 0.4s;
	-ms-transition: background-color ease-out 0.4s;
	-o-transition: background-color ease-out 0.4s;
}
.met_bgcolor_transition:hover {
	background-color : #385b93;
}
.met_bgcolor_transition2:hover {
}
:focus {
	outline : none;
}
:active {
	outline : none;
}

:-o-any-link:focus {
 outline : none;
}

::-moz-focus-inner {
 border : 0;
}

::-o-focus-inner {
 border : 0;
}
.met_bgcolor_transition:hover a, .met_bgcolor_transition2:hover a {
	text-decoration : none;
}
.met_page_wrapper {
 background-color :;
	overflow : hidden;
	position : relative;
	z-index : 3;
}
.met_page_wrapper.met_boxed_layout {
	margin : 0 auto;
	width : 1210px;
	box-shadow : 0 0 5px #CCCCCC;
	padding-right : 0;
	position : relative;
	overflow : visible;
}
.met_boxed_layout .met_content {
	width : auto;
	margin-left : 20px;
	margin-right : 20px;
}
.met_content {
	width : 1024px;
	margin : 0 auto;
	/*position : relative;*/
	z-index : 3;
}
.row-fluid {
	margin-bottom : 0px
}
.row-fluid .row-fluid:last-child {
	margin-bottom : 0
}
h1.met_bold_one, h2.met_bold_one, h3.met_bold_one, h4.met_bold_one, h5.met_bold_one, h6.met_bold_one, h2.met_bold_two {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	padding-top: 20px;
}
h1.met_bold_one { font-size:28px; color:#c00070; font-weight:bold; padding-bottom:10px;
}
h2.met_bold_one { font-size:22px; color:#000000;font-weight:bold;
}
h3.met_bold_one { font-size:26px; color:#000000;font-weight:normal; padding-bottom:20px; line-height:22px;
}
h2.met_bold_sp {
	margin-bottom: 20px;
}
h2.met_bold_one {
}
h2.met_bold_two {
	font-weight: 300;
	background: #003352;
	height: 46px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 47px;
}
.subhead { font-size:18px; color:#c00070; font-weight:bold;
}

ul.rounded-arrow {
	list-style-type: square;
	list-style-position: outside;
}
ul.rounded-arrow li {
	padding: 0px 0px 8px 0px;
	line-height: 20px;
}
h2 span {
}
.span34 h2 span {
	padding-left: 5px;
}
.span34 h2 {
	background-image: none;
	padding-left: 10px;
}
.pgbrek {
	border-bottom: 2px dotted #CCC;
	margin: 10px 0px;
}
.met_button {
	color : #FFFFFF;
	padding : 0 40px 0 19px;
	font-size : 12px;
	line-height : 40px;
	height : 40px;
	font-weight : 700;
	position : relative;
	display : inline-block;
	-webkit-transition : background-color ease-out 0.4s;
	-moz-transition : background-color ease-out 0.4s;
	-ms-transition : background-color ease-out 0.4s;
	-o-transition : background-color ease-out 0.4s;
}
ul#hm-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
ul#hm-list li {
	text-decoration: none;
	padding: 6px 0px 6px 20px;
	line-height: 22px;
	background-image: url(//images.tmcnet.com/tmc/vertical/sdn/red-arr-frame.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #D9D9D9;
}
ul#hm-list li a, ul#hm-list li a:visited {
	color: #0e5276;
	text-decoration: none;
}
ul#hm-list li a:hover {
	text-decoration: none;
	color: #cccccc;
}
.paragraph img {
	width: 60px;
	padding: 0px 10px 10px 0px;
}
.story-article ul li {
	line-height: 22px;
	padding-bottom: 10px;
}
ul#exe-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 28px;
}
ul#exe-list li {
	text-decoration: none;
	line-height: 28px;
	background-color: #0e5276;
	margin: 3px 20px 3px 0px;
}
ul#exe-list li a, ul#exe-list li a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 6px 0px 6px 20px;
	line-height: 28px;
}
ul#exe-list li a:hover {
	color: #7ac7ef;
}
.met_button:hover {
	text-decoration : none;
	background-color : #5B5E65;
}
.met_button:after {
	font-family : FontAwesome;
	content : '\f067';
	font-size : 14px;
	line-height : 40px;
	color : #FFFFFF;
	position : absolute;
	right : 0;
	top : 0;
	height : 100%;
	width : 40px;
	text-align : center;
	display : block;
}
.met_clear_margin_top {
	margin-top : 0;
	margin-bottom : 25px;
}
.met_margin_top_30 {
	margin-bottom : 30px;
}
.met_margin_top_10 {
	margin-top : 10px;
}
.met_margin_top_20 {
	margin-top : 20px;
}
.met_padding_4 {
	padding : 4px;
}
.met_text_block {
	background-color : #f8f8f8;
	padding : 20px;
}
.met_text_block h2 {
	background-image: none;
	font-weight: bold;
}
.met_text_block ul li {
	line-height: 24px;
}
.met_text_block ul li, .met_text_block_wt ul li {
	line-height: 24px;
}
.met_text_block .title-st {
	padding-bottom: 2px;
	border-bottom: 1px solid #dfdfdf;
}
.met_text_block ol li {
	line-height: 24px;
}
.met_text_bold {
	font-weight: bold;
}
#met_fullScreenImg {
	position : fixed;
	z-index : -1;
}
.met_text_block img {
	padding: 0px 20px 10px 0px
}
.met_text_block {
	line-height: 24px;
}
.mnu-spc {
	padding: 3px 15px;
}
#exe-tble table {
	border: 1px solid #eee;
}
#exe-tble table tr {
	border-bottom: 1px solid #EEE;
}
#exe-tble table td {
	padding: 10px;
}
.exe-container {
	border: 1px solid #cacacc;
	padding: 20px;
	background-color: #f8f8f8;
	margin-bottom: 15px;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.btn-cont {
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.exhi-spc {
	padding: 10px 20px;
}
/*-------------------------------
	registration
 ------------------------------*/
.regtitle {
	padding: 10px;
}

/*-------------------------------
	Form
 ------------------------------*/
#company-lead-form table td {
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
}
.subHdrsm {
	font-weight: bold;
	color: #578000;
}
/*-------------------------------
	Header
 ------------------------------*/
header.met_content {
	margin-bottom: 0;
}
header .row-fluid {
	margin-bottom: 0;
}
.tile_blue .row-fluid {
	margin-bottom: 0;
}
.met_logo {
	position: absolute;
	top: 25px;
	margin: 0;
	padding-left: 15px;
}
.met_logo, .met_logo img {
	display : inline-block;
}
.met_logo_loading {
	opacity: 0;
}
.met_logo img {
	max-height: 100px;
}
header {
	height: 130px;
	position : relative;
	z-index : 2;
}
.head-wrap {
	background: #ffffff;
	height: 130px;
}
header aside {
	float : right;
	margin-top : 10px;
}
header .lboard {
	float : right;
	margin-top : 16px;
}
header aside > a {
	font-size : 20px;
	display : block;
	margin-right : 20px;
	float : left;
	text-decoration : none;
}
header aside > nav, header aside > nav ul, header aside > nav li {
	float : left;
	list-style : none;
}
header aside > nav ul {
	margin : 0;
}
header nav {
}
header aside > nav li a {
	margin-left : 16px;
	font-size : 12px;
	color : #BDC0C7;
	line-height : 18px;
}
header aside img {
	width: 100%
}
.pgwrap {
	padding: 18px 0;
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pgewrap {
	padding: 15px 20px 40px 12px;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px #d7d7d7;
	-moz-box-shadow: 0 0 5px #d7d7d7;
	box-shadow: 0 0 5px #d7d7d7;
}
/*-------------------------------
	site Main Menu
 ------------------------------*/
.met_main_nav {
	z-index : 4;
	position : relative;
	height: 50px;
	width: 700px !important;
}
.met_main_nav a:hover {
	text-decoration: none;
}
.met_main_nav.met_fixed_nav {
	position : fixed;
	left : 0;
	top : 0;
	margin : 0;
	-webkit-font-smoothing : subpixel-antialiased !important;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	display : none;
}
.met_main_nav.met_fixed_nav:before {
	display : none;
}
.met_fixed_nav + div {
	margin-top : 90px;
}
.met_main_nav + div {
	position : relative;
	z-index : 1;
}
.met_main_nav:before {
	position : absolute;
	width : 100%;
	height : 27px;
	top : 100%;
	left : 0;
	content : '';
	display : block;
	/*background-image    : url('//images.tmcnet.com/tmc/pixelthrust/img/');*/
	background-position : center;
	background-repeat : no-repeat;
}
.met_main_nav > ul li {
	position : relative;
}
.met_main_nav > ul li ul {
	position : absolute;
	top : 100%;
	left : 0;
	min-width : 200px;
	background-color : #303030;
	margin-top :0px;
	/*	padding-top        : 15px;
	padding-bottom     : 15px;
	border-radius      : 0 0 5px 5px; */
	display: none;
}
/*
.met_main_nav > ul li:hover > ul {
	opacity            : 1;
	visibility         : visible;
	filter             : alpha(opacity=100);
	-ms-filter         : "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition : all ease 0.4s;
	-moz-transition    : all ease 0.4s;
	-ms-transition     : all ease 0.4s;
	-o-transition      : all ease 0.4s;
}*/

.met_main_nav > ul li ul a {
	display : block;
	color : #8C9099;
	font-size : 16px;
	font-weight : 300;
	text-decoration : none;
	padding : 5px 15px 0;
	height : 30px;
	line-height : 20px;
	white-space: nowrap;
}
.met_main_nav > ul li ul a:hover {
	border-bottom : 1px solid rgba(255, 255, 255, 0.05);
	-webkit-transition : color ease 0.3s;
	-moz-transition : color ease 0.3s;
	-ms-transition : color ease 0.3s;
	-o-transition : color ease 0.3s;
}
.met_main_nav ul, .met_main_nav li {
	list-style : none;
	float : left;
	display : block;/*	padding: 8px 0;*/
}
.met_main_nav ul {
	padding: 9px 0 0 0;
	margin: 0;
}
.met_main_nav > ul > li ul li {
	width : 100%;
}
.met_main_nav > ul > li ul li a {
	border-bottom : 1px solid rgba(255, 255, 255, 0.05);
}
.met_main_nav > ul > li ul li a:hover {
	color : #FFFFFF;
/*	padding-top: 0px !important;
	padding-bottom: 0px !important;*/
}
.met_main_nav > ul > li ul li:last-child a {
	border-bottom : none;
}
.met_main_nav .met_menu_home {
	font-size: 21px;
	line-height: 40px!important;
	padding: 0 4px 0 0;
}
.met_main_nav a {
	font-weight : bold;
	line-height :16px;
	padding : 6px 11px 19px 11px;
	color : #ffffff;
	display : inline-block;
	font-size : 16px;
	font-family: 'Open Sans', sans-serif;
	/*margin-bottom: 20px;*/
}
.met_main_nav a:hover {
	color: #DE2973;
	transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
}
.met_has_lower > a:after {
	position : absolute;
	font-family : FontAwesome;
	right : 3px;
	content : '\f105';
	font-size : 12px;
	color : #8C9099;
	line-height : 36px;
	height : 36px;
}
.met_has_lower > a:hover:after {
	color : #FFFFFF;
}
.met_main_nav > ul li ul li ul {
	left : 100%;
	top : 0;
}
.met_main_nav > ul > li > ul > li > ul {
	left: 105%;
	border-radius: 10px;
}
.met_main_nav > ul > li > ul > li > ul:before {
	content: '';
	display: block;
	position: absolute;
	width: 5%;
	height: 100%;
	background: transparent;
	top: 0;
	left: -5%;
}
.met_main_nav > ul > li > ul > li > ul:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: -10.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #46484E transparent transparent;
}
.met_menu_search_wrapper {
	position : absolute;
	right : 0;
	top : 0;
	z-index : 6;
	width : 248px;
	height : 50px;
	overflow : hidden;
	-webkit-transition : width ease-in 0.3s;
	-moz-transition : width ease-in 0.3s;
	-ms-transition : width ease-in 0.3s;
	-o-transition : width ease-in 0.3s;
}
.met_menu_search_wrapper a {
	font-size: 18px;
}
.met_menu_search_wrapper:hover {
	width : 248px;
}
.met_menu_search_wrapper img {
	padding-top: 0px;
}
.met_menu_search {
	width : 265px;
	height : 60px;
	position : absolute;
	right : 0;
	top : 0;
}
.met_menu_search .met_menu_search_text {
	float : left;
	width : 163px;
	border : none;
	background : none;
	color : white;
	padding : 22px 15px;
	margin : 0;
	outline : none;
}
.met_menu_search .met_menu_search_text:focus {
	outline : none;
}
 .met_menu_search .met_menu_search_text::-webkit-input-placeholder {
 color : #FFFFFF;
}
 .met_menu_search .met_menu_search_text::-moz-placeholder {
 color : #FFFFFF;
}
 .met_menu_search .met_menu_search_text:-ms-input-placeholder {
 color : #FFFFFF;
}
 .met_menu_search .met_menu_search_text:-moz-placeholder {
 color : #FFFFFF;
}
.met_menu_search .met_menu_search_submit {
	float : right;
	width : 60px;
	height : 60px;
	cursor : pointer;
	text-align : center;
	color : #FFFFFF;
	line-height : 60px;
	font-size : 20px;
}
header.met_content .iconhldr {
	padding: 3px 2px 5px 5px;
}
/*-------------------------------
	Slider
 ------------------------------*/
.met_slider_wrap {
	position : relative;
}
.met_slider_overlay {
	position : absolute;
	width : 100%;
	height : 100%;
	left : 0;
	top : 0;
	z-index : 5;
	background : #FFFFFF url('//images.tmcnet.com/expo/images/slider_loader.gif') center center no-repeat;
}
.met_slider_wrap .caroufredsel_wrapper {
	z-index : 1;
}
.met_slider {
	height : 350px;
	overflow : hidden;
	margin: 15px 0 0 0;
}
.met_slider_item {
	position : relative;
	float : left;
}
.met_slider_item_preview {
	width : 100%;
	float : left;
}
.met_slider_item_preview a, .met_slider_item_preview img {
	display : block;
}
.met_slider_item_caption {
	bottom : 0;
	position : absolute;
	width : 100%;
}
.met_slider_item_caption > div {
	padding : 15px 30px;
}
h2.met_title_stack {
	color : #FFFFFF;
	font-size : 24px;
	margin : 0;
	line-height : 27px;
}
h3.met_title_stack {
	color : #FFFFFF;
	font-size : 19px;
	margin : 0;
	line-height : 27px;
}
.met_slider_nav_prev, .met_slider_nav_next {
	width : 23px;
	height : 20px;
	position : absolute;
	top : 0px;
	right : 20px;
	display : block;
	line-height : 23px;
	text-align : center;
	z-index : 2;
	padding-top: 3px;
}
.met_slider_nav_prev {
	right : 50px;
}
.met_slider_nav_next:hover, .met_slider_nav_prev:hover {
	text-decoration : none;
	background-color: #3D8DEC;
}

.testimony-btns { }
.testimony-btns .met_slider_nav_prev, .testimony-btns .met_slider_nav_next {
	width : 20px;
	height : 18px;
	position : absolute;
	top : 35px;
	right : 20px;
	display : block;
	line-height : 23px;
	text-align : center;
	z-index : 2;
	padding-top: 3px;
	margin-right:30px;
}
.testimony-btns .met_slider_nav_prev {
	right : 50px;
}
.testimony-btns .met_slider_nav_next:hover, .testimony-btns .met_slider_nav_prev:hover {
	text-decoration : none;
	background-color: #3D8DEC;
}
/*-------------------------------
	Image With Text Boxes
 ------------------------------*/
.met_img_with_text {
	position : relative;
}
.met_img_with_text_preview {
	float : left;
	position : relative;
	width : 47.3684210526%;
}
.met_img_with_text_preview img {
	display : block;
	width : 100%;
}
.met_img_with_text_overlay {
	position : absolute;
	width : 100%;
	height : 100%;
	top : 0;
	left : 0;
	visibility : hidden;
	opacity : 0;
	filter : alpha(opacity=0);
	-ms-filter : "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition : all ease 0.5s;
	-moz-transition : all ease 0.5s;
	-ms-transition : all ease 0.5s;
	-o-transition : all ease 0.5s;
	text-align : center;
}
.met_img_with_text_overlay a {
	display : inline-block;
	width : 50px;
	height : 50px;
	line-height : 50px;
	border-radius : 50px;
	font-size : 20px;
	text-decoration : none;
	border : 5px solid rgba(255, 255, 255, 0.1);
	visibility : hidden;
	opacity : 0;
	filter : alpha(opacity=0);
	-ms-filter : "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position : absolute;
	left : 0;
	top : 0;
	-webkit-transition : all ease 0.5s;
	-moz-transition : all ease 0.5s;
	-ms-transition : all ease 0.5s;
	-o-transition : all ease 0.5s;
}
.met_img_with_text:hover .met_img_with_text_overlay {
	visibility : visible;
	opacity : 1;
	filter : alpha(opacity=100);
	-ms-filter : "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.met_img_with_text:hover .met_img_with_text_overlay a {
	visibility : visible;
	opacity : 1;
	filter : alpha(opacity=100);
	-ms-filter : "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left : 42%;
	top : 40%;
}
.met_img_with_text article {
	position : absolute;
	margin-left : 47.3684210526%;
	height : 100%;
}
.met_img_with_text article:before {
	position : absolute;
	left : -18px;
	top : 20%;
	content : '';
	display : block;
	width : 0px;
	height : 0px;
	border-style : solid;
	border-width : 0 18px 18px 0;
}
.met_img_with_text article.met_bgcolor5:before {
	border-color : transparent #A4AEB9 transparent transparent;
}
.met_img_with_text article.met_bgcolor6:before {
	border-color : transparent #656870 transparent transparent;
}
.met_img_with_text article div {
	padding : 30px;
}
/*-------------------------------
	Image title
 ------------------------------*/
.met_tile_holder {
	background: url(//images.tmcnet.com/expo/images/itexpo-vegas.jpg) #000000 no-repeat center top;
	position : relative;
	z-index : 1;
	font-size: 100%;
}
.met_tile_wrp {
	padding: 2% 1% 1% 1%;
	background: url(//images.tmcnet.com/expo/50trans.png)
}
.met_tile_three {
	float: left;
	width: 35%;
}
.iconhldr {
	float: right;
	padding: 0;
	margin: 0;
}
.iconhldr .fa {
	color: #000;
}
.iconhldr .fa:hover {
	color: #cccccc;
}
.iconhldr .fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.iconhldr a {
	padding: 0 0 0 1px;
}
.iconhldr .smfont {
	font-size: 23px;
	color: #003352;
}
.met_tile_three img {
	width: 100%
}
.met_tile_two {
	float: left;
	width: 49.4%;
	margin-right: 1%;
}
.met_tile_three_last {
	float: left;
	width: 24.2%;
}
.met_tile_one {
	float: left;
	width: 63%;
	margin-right: 2%;
}
.tile_green {
	position: relative;
	overflow: hidden;
	white-space: normal;
	font-size: 100%;
}
.tile_green_item_caption > div {
	padding: 10px 10px 10px 10px;
}
.tile_green_item_preview {
	width : 100%;
	float : left;
}
.tile_green_item_preview img {
	width: 100%;
}
.tile_green_item_caption {
	bottom : 0;
	position : absolute;
	width : 100%;
}
.tile_item_caption {
	position : absolute;
	width : 100%;
	height: 100%;
	z-index: 9;
	padding-bottom: 1px;
}
.tile_item_caption2 {
	position : absolute;
	width : 100%;
	height: 100%;
	z-index: 9;
	padding-bottom: 1px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	filter: alpha(opacity=90);
}
.tile_item_caption_red {
	background-color: #4f0080;
	background-color : rgba(79, 0, 128, 0.9);/* swap maroon 8*/
}
.tile_item_caption_grn {
	background-color: #578000;
	background-color : rgba(87, 128, 0, 0.9);
}
.tile_item_caption_maroon {
	background-color: #3399cc;
	background-color : rgba(51, 153, 204, 0.9);/* lblue 8*/
}
.tile_item_caption_rose {
	background-color: #803900;
	background-color : rgba(128, 57, 0, 0.9);/* swap brown 8*/

}
.tile_item_caption_brown {
	background-color: #800000;
	background-color : rgba(128, 0, 0, 0.9);/*  blue 8*/
}
.tile_item_caption_lblue {
	background-color: #801635;
	background-color : rgba(0, 42, 137, 0.9);/* red 8*/
}
.tile_item_caption_red:hover, .tile_item_caption_grn:hover, .tile_item_caption_maroon:hover, .tile_item_caption_rose:hover, .tile_item_caption_brown:hover, .tile_item_caption_lblue:hover {
	opacity: 0.85;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	filter: alpha(opacity=85);
}
h1.tile_title_stack {
	color : #FFFFFF;
	font-size : 60px;
	margin : 0;
	line-height : 50px;
}
h2.tile_title_stack {
	color : #FFFFFF;
	font-size : 20px;
	margin : 0;
	line-height : 24px;
	opacity: 0.8;
}
h3.tile_title_stack {
	color : #FFFFFF;
	font-size : 22px;
	margin : 0;
	line-height : 27px;
	opacity: 0.9;
	letter-spacing: .9px;
}
h4.tile_title_stack {
	color : #FFFFFF;
	font-size : 14px;
	margin : 0;
	line-height : 20px;
	opacity: 0.8;
}
.tile_item_caption_maroon h4.tile_title_stack, .tile_item_caption_rose h4.tile_title_stack {
	line-height : 18px;
}
h2.fnt_size_36 {
	font-size: 36px;
}
h1.fnt_size_34 {
	font-size: 34px;
}
h3.fnt20 {
	font-size: 36px;
	line-height: 32px;
}
h3.fnt30 {
	font-size: 30px;
	line-height: 30px;
}
.tile_maroon, .tile_red, .tile_blue, .tile_org, .tile_rose, .tile_opa, .tile_brown, .tile_lblue {
	overflow: hidden;
	position: relative;
}
.tile_maroon {
	background-color: #800000;
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-top: 12px;
}
.tile_red {
	background-color: #4f0080;
	margin-top: 12px;
}
.tile_blue {
	background-color: #000;
}
.tile_org {
	background-color: #803901;
}
.tile_rose {
	background-color: #801635;
	float: left;
	width: 49%;
	margin-left: 1%;
	margin-top: 12px;
}
.tile_opa {
	opacity: 0.99;
	filter: alpha(opacity=99);
}
.tile_brown {
	background-color: #803900;
	margin-bottom: 12px;
}
.tile_lblue {
	background-color: #3399cc;
}
.met_tile_top {
	margin-top: 27px;
}
.met_crumb_holder {
	background: #000000;
	position : relative;
	z-index : 1;
	font-size: 100%;
}
.met_crumb {
	padding: 10px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.met_crumb a {
	color: #FFFFFF;
}
.met_crumb a:hover {
	text-decoration: none;
}
.expo_timer {
	text-align: right;
	padding: 8px 0px 0px 0px;
}
.met_timer {
	padding: 10px 0px 0px 10px;
}
/*-------------------------------
	Tab Content with Icons
 ------------------------------*/
.met_icon_tabs nav a {
	color : #FFFFFF;
	float : left;
	display : block;
	width : 113px;
	font-size : 32px;
	line-height : 70px;
	height : 70px;
	text-align : center;
	text-decoration : none;
	background-color : inherit;
	-webkit-transition : background-color ease 0.4s;
	-moz-transition : background-color ease 0.4s;
	-ms-transition : background-color ease 0.4s;
	-o-transition : background-color ease 0.4s;
}
.met_icon_tabs nav a:hover {
	text-decoration : none;
}
.met_icon_tabs nav a.met_active_tab {
	background-color : rgba(241, 244, 247, 0.5);
	color : #000;
}
.met_icon_tabs article {
	padding : 30px;
	background-color : rgba(241, 244, 247, 0.5);
	display : none;
	-webkit-transition : all ease 0.4s;
	-moz-transition : all ease 0.4s;
	-ms-transition : all ease 0.4s;
	-o-transition : all ease 0.4s;
}
.met_icon_tabs article.met_open_tab {
	display : block;
	-webkit-transition : all ease 0s;
	-moz-transition : all ease 0s;
	-ms-transition : all ease 0s;
	-o-transition : all ease 0s;
}
.met_icon_tabs article > h2 {
	margin-top : 0;
}
.met_icon_tabs_descrs {
	position : relative;
}
/*-------------------------------
	Blog Posts List
 ------------------------------*/
.met_dated_image {
	width: 10.5%;
	padding: 4px 12px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 10px 5px 0px;
}
.met_dated_image img {
	margin: 0px 15px 5px 0px;
}
.met_dated_image img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.met_dated_image img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.met_margin_top_30 .met_dated_image {
	width: 33%;
	padding: 4px 12px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 10px 5px 0px;
}
.met_dated_blog_posts .met_date {
	font-size : 24px;
	font-weight : 700;
}
.met_dated_blog_posts .met_month {
	font-size : 14px;
	font-weight : 700;
}
.met_dated_blog_posts article {
	padding-top : 20px;
	border-top : 5px solid #DCE0E3;
	margin-top : 5px;
}
.met_dated_blog_posts article h3 {
	font-size : 14px;
	font-weight : 700;
	margin-top : 0;
	line-height : 14px;
}
.met_dated_blog_posts article p {
	font-size : 12px;
	line-height : 17px;
	margin-bottom : 0;
}
.met_read_more {
	font-size : 14px;
	line-height : 16px;
	font-weight : 700;
}
.met_list_home {
	background-color: #F8F8F8;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #FFF;
	display: block;
	padding: 5px 0px;
}
.clear {
	clear: both;
}
.slide .met_bgcolor {
	background-color: transparent;
}
.smmenu .fa {
	color: #f3f3f3;
}
.span6 {
	margin-left: 0!important;
}
#video {
	margin: 0;
	padding: 20px 0 0 0;
}
#ctas {
	float: right;
	width: 336px;
	margin: 0 0 0 0;
}
#ctas img {
	padding: 0 0 8px 0;
}

.viewAll a {
	font-family: 'Open Sans', sans-serif;
	color: #46a5d5;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
}
.viewAll a:hover {
	text-decoration: none;
	color: #cccccc;
}
#articleContent .viewAll a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
	text-align: right;
	background: #f80000;
	padding: 5px 10px;
}
/* Template & Content .ASPX styles */
#articleContent {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: 300;
	text-decoration: none;
}
#articleContent p {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-bottom: 0px;
	font-weight: 300;
	text-decoration: none;
}
#articleContent h1 {
	margin: 10px 0 10px 0;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00779e;
	font-weight: bold;
}
#articleContent h3 {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color: #00779e;
	font-weight: bold;
	line-height: 20px;
}
#articleContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00779e;
	text-decoration: none;
}
#articleContent a:hover {
	color: #cccccc;
	text-decoration: none;
}
#articleContent ul {
	list-style: none;
	padding: 10px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#articleContent ul li {
	line-height: 20px;
	padding: 5px 0 5px 0;
	list-style: disc;
	margin-left: 30px;
}
#articleContent li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #45a950;
	text-decoration: none;
}
#articleContent li a:hover {
	text-decoration: underline;
}
#articleContent ol {
	padding: 10px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
#articleContent ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 0 5px 0;
	list-style: disc;
}
#articleContent li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #45a950;
	text-decoration: none;
}
#articleContent li a:hover {
	text-decoration: underline;
}
/* End Template & Content .ASPX  styles */


#rightCol {
}
#rightBox {
	margin-top: 18px;
}
#rightTitle {
	background: #222220;
	height: 40px;
	padding: 0;
	margin: 0;
}
#rightTitle h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 38px;
	font-weight: 400;
	padding-left: 15px;
	color: #fff;
}
#rightContent {
	padding: 25px 15px 20px 55px;
}

.date2 {
	padding: 0px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ad0000;
	font-weight: 400;
	text-decoration: none;
	line-height: 18px;
}

.clear {
	clear: both;
}

#rightContent .ici:before {
	font-family: FontAwesome;
	content: "\f15c";
	margin: 0 11px 0 -39px;
	color: #333333;
	font-size: 24px;
}
.ici:before {
	font-family: FontAwesome;
	content: "\f15c";
	margin: 0 11px 0 -2px;
	color: #333333;
	font-size: 24px;
}
.title a {
	font-size: 18px;
	color: #2d2926;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	line-height: 28px;
}

.downloadNow {
	margin: 40px 0 0 0;
}
.downloadNow a {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #45a950;
	font-weight: 400;
	text-decoration: none;
}
.downloadNow a:hover {
	text-decoration: underline;
}
#adBox {
	margin: 20px 0 0 0;
}
.title-name {
	color: #45a950;
}
.title-name a {
	color: #00779e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none
}
.title-name a:hover {
	color: #cccccc;
	text-decoration: none;
}
.navOn {
	float: left;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding: 10px 0 0 0;
	display: block;
	border-bottom: 3px solid #003352;
	margin: 0 12px;
}
.navOff a, .navOn a {
	color: #fff;
	color: #fff;
	text-decoration: none;
}
.top-news-nav-hldr {
	float: left;
	height: 43px;
	background: #00779e;
	margin-left: 1px;
	padding-right: 7px;
}
.navOff {
	float: left;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding: 10px 0 0 0;
	margin: 0 12px;
}
.we-tab-hldr h3 {
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	margin: 0;
	padding: 8px 0 0 11px;
	text-transform: uppercase;
	float: left;
}
#bucket7Link {
	margin: 0 0 0 23px;
}
.tab1, .tab2, .tab3 {
	padding: 0 0;
	position: relative;
	margin: 30px 20px 0 25px;
	line-height: 18px;
}
.tab-content {
	color: #2d2926;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #efefef;
	margin-bottom: 18px;
	padding-bottom: 16px;
}
.tab-content a {
	font-size: 18px;
	color: #2d2926;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	line-height: 28px;
}
#rightBox h6 {
	text-align: center;
}
.tab-content a:hover {
	text-decoration: underline;
}

.we-tab-hldr .tab-content h2 {
	padding: 0;
	line-height: 20px;
}

.line-wrap {
	border-left: 1px solid #bfced6;
	padding-bottom: 30px;
}
.rightwrap {
	border-bottom: 1px dotted #bfced6;
	margin: 0;
}

#header-right {
	margin: 17px 13px 0 0;
	padding: 0 0 0 0;
	float: right;
}
.clearAll {
	clear: both;
}
.span6 #lst-bx a {
	color: #0192EF;
	font-size: 15px;
	font-weight: normal;
}
.span6 #lst-bx a:hover {
	color: #666666;
	text-decoration: none;
}
.span12 ul.icon li a {
	color: #0192EF;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
}
.span12 ul.icon li:nth-child(even) {
	clear: both;
}
.span12 ul.icon li a:hover {
	color: #cccccc;
	text-decoration: none;
}
.span12 ul.icon li, .span12 ul.productes li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
	font-weight: normal;
	list-style: none;
	float: left;
	width: 50%;
}
.span12 ul.productes li {
	margin-bottom: 15px;
}
.span12 ul.productes li ul li {
	float: none;
	width: auto;
	list-style: disc;
	margin-bottom: 8px;
}
.span12 ul.icon li .internal, .span12 ul.productes li .internal {
	padding: 0 37px;
}
ul.productes {
	margin: 0;
}
.span12 ul.productes li h6 {
	color: #be1c2c;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	padding-bottom: 6px;
	margin: 0;
}
ul.icon {
	margin: 0;
}
h5.met_bold_one {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0 8px 0;
	padding: 0 0 0 65px;
}
.vidds {
	padding: 0 0 0 65px;
}
.clearAll {
	clear: both;
}
.viewAll {
	text-align: right;
	margin: 0 37px 10px 0;
}
.view {
	text-align: right;
	margin: 10px 37px 10px 0;
}
#resources-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
	font-weight: normal;
	list-style: none;
	float: left;
	width: 50%;
}
#resources-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
	font-weight: normal;
	list-style: none;
	float: left;
	width: 50%;
}
#lst-bx, .resc {
	padding: 0;
	text-align:left;
}
#lst-bx p {
	padding: 0 0 10px 0;
	font-size:15px;
}
.stat-banner img {	width : 100%;
	height : 100%;}
.mainresource {
	width: 50%;
	float: left;
}
/*-------------------------------
	Footer
 ------------------------------*/
.footer-sponsors {
	margin-top: 0px;
	background-color: #3D8DEC;
}
footer {
	margin-top: 0px;
	background: #dddddd /*url(//images.tmcnet.com/expo/webrtc-conference/miami-15/images/footer-backgd.jpg) repeat-x*/;
	/*background: #ffffff *//*url(//images.tmcnet.com/expo/webrtc-conference/miami-15/images/footer-backgd.jpg) repeat-x*/;

}
footer .span7 img {
	margin: 25px 0 0 20px;
}
footer h3 {
	font-weight : 700;
}
footer h4 {
	color: #666;
}
.met_footer_social_icons a {
	float: right;
	font-size : 20px;
	margin : 10px 10px;
	text-decoration : none;
	-webkit-transition : all ease 0.4s;
	-moz-transition : all ease 0.4s;
	-ms-transition : all ease 0.4s;
	-o-transition : all ease 0.4s;
}
.met_footer_social_icons a:first-child {
	margin-left : 0;
}
.met_footer_copyright {
	line-height : 40px;
	text-decoration : none;
	background-color: #666666;
	height: 40px;
	margin: 0;
}
.met_footer_copyright p {
	font-weight : normal;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	padding-top: 5px;
}
footer h3 {
	font-size : 20px;
	margin-bottom : 0;
	line-height : 24px;
	color: #ffffff;
	padding: 0;
}
footer span {
	font-size : 11px;
	line-height : 12px;
	/*	margin-bottom : 25px;*/
	display : block;
}
.met_footer_menu {
	margin : 0;
	list-style : none;
	margin-top : 10.5px;
}
.met_footer_menu li {
	list-style : none;
	margin-right : 20px;
	margin-bottom: 5px;
	background: url( //images.tmcnet.com/online-communities/unified-communications/images/footicon.png) no-repeat center left;
}
.met_footer_menu li:last-child {
	margin-right : 0;
}
.met_footer_menu li a {
	font-size : 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	padding-left: 20px;
}
.met_footer_menu_wht {
	margin : 0;
	list-style : none;
	margin-top : 10.5px;
}
.met_footer_menu_wht li {
	list-style : none;
	margin-right : 20px;
	margin-bottom: 5px;
}
.met_footer_menu_wht li:last-child {
	margin-right : 0;
}
.met_footer_menu_wht li a {
	font-size : 12px;
	font-weight : 300;
	color: #FFFFFF;
}
footer > .met_content {
	/*	margin-bottom : 11.5px;
	margin-top    : 7px;*/
	margin: 0 auto;
	height: 160px;
}
.met_footer_menu span {
	margin: 0;
	padding: 0px;
}
/*-------------------------------
	Page Header
 ------------------------------*/
.met_page_header {
	min-height : 90px;
}
.met_page_track {
	height: 23px;
	width: 100%;
}
.met_page_header h1 {
	line-height : 90px;
	height : 90px;
	padding : 0 30px;
	display : inline-block;
	margin : 0;
	font-weight : 700;
	font-size : 36px;
	min-width : 210px;
}
.met_page_header h2 {
	line-height: 90px;
	height: 87px;
	padding: 0 30px;
	font-weight: 300;
	font-size: 24px;
	display: inline-block;
	margin: 0;
	position: relative;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	max-width: 836px;
}
.met_page_header h2:before {
	position : absolute;
	left : -22px;
	top : 40%;
	content : '';
	display : block;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 0 18px 18px 0;
	border-color : transparent #A4AEB9 transparent transparent;
}
.met_page_header ul {
	float : right;
	list-style : none;
	margin : 65px 30px 0 0;
}
.met_page_header li {
	list-style : none;
	font-size : 11px;
	float : left;
	padding-right : 20px;
	position : relative;
}
.met_page_header li:last-child {
	padding-right : 0;
}
.met_page_header li:after {
	display : block;
	position : absolute;
	content : '/';
	color : #FFFFFF;
	right : 9px;
	top : 0;
}
.met_page_header li:last-child:after {
	content : '';
}
/*-------------------------------
	Team Members
 ------------------------------*/
.met_colo_member {
	margin-right : 30px;
}
.met_hmpg-thumb {
	display : block;
	width: 30.334712707182323%;
	margin-right: 3%;
	float: left;
}
.met_hmpg-thumb span, .met_hmpg-thumb-last span {
	font-size: 13px;
	padding: 2% 0;
}
.met_hmpg-thumb h4 {
	font-size: 18px;
}
.met_hmpg-icon {
	font-size: 26px;
}
.met_hmpg-thumb-last {
	margin-right: 0%;
	width: 30.335712707182323%;
	margin-bottom: 2%;
	float: left;
}
.met_hmpg-thumb img, .met_hmpg-thumb-last img {
	border: 3px solid #FFF;
	width: 96%;
	background-color: #FFFFFF;
	padding: 2%;
	margin-bottom: 2%;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 0 3px #d7d7d7;
	-moz-box-shadow: 0 0 3px #d7d7d7;
	box-shadow: 0 0 3px #d7d7d7;
}
/*-------------------------------
	pt Sidebar

 ------------------------------*/
.pt_sidebar {
	padding : 0 0 0 10px;
	position : relative;
}
.met_pt_sidebar {
	padding : 30px;
	position : relative;
}
.met_pt_sidebar:before {
	position : absolute;
	left : -18px;
	top : 5%;
	content : '';
	display : block;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 0 18px 18px 0;
	border-color : transparent #656870 transparent transparent;
}
.met_pt_sidebar_item .met_dated_blog_posts article {
	border-top-color : #787B84;
}
.met_pt_sidebar_item {
	margin-top : 30px;
}
/* ------------------
VIDEO
---------------------*/
.video {
	padding: 20px 0px 12px 0px;
	color: #444444;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px dotted #bfced6;
}
.video p {
	margin: 0px;
}
.video img {
	float: left;
	margin-right: 12px;
}
.video a {
	font-size: 14px;
	color: #444444;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
}
.video span.date {
	padding: 3px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ad0000;
	font-weight: 400;
	text-decoration: none;
	line-height: 20px;
}
.video a:hover {
	ctext-decoration: none;
	color: #cccccc;
}
/*-------------------------------
	Buttons
------------------------------*/
.btn {
	border-radius: 0;
	padding: 5px 32px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-transition: background-color ease 0.3s;
	-moz-transition: background-color ease 0.3s;
	-ms-transition: background-color ease 0.3s;
	-ms-transition: background-color ease 0.3s;
}
.btn:hover {
	-webkit-transition: background-color ease 0.3s;
	-moz-transition: background-color ease 0.3s;
	-ms-transition: background-color ease 0.3s;
	-ms-transition: background-color ease 0.3s;
}
.btn-large {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
}
.btn-small {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 12px;
}
.btn-mini {
	padding-left: 23px;
	padding-right: 23px;
	font-size: 11px;
	margin-top: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 8px;
}
.btn-blue {
	background: #0e5276;
}
.btn-blue:hover {
	background-color: #171717;
}
.btn-red {
	background: #7f0000;
}
.btn-red:hover {
	background-color: #171717;
}
.btn-green {
	background: #578000;
}
.btn-green:hover {
	background-color: #171717;
}
.btn-purp {
	background: #533169;
}
.btn-purp:hover {
	background-color: #171717;
}
.btn-info {
	background: #734491;
	color: #FFF;
	padding: 2px 5px;
}
.btn-info a {
	color: #FFF;
	padding: 2px 5px;
}
.btn-info a:hover {
	text-decoration: none;
	background: #734491;
}
.btn-txt-wht {
	font-variant: small-caps;
}
.btn-txt-wht, .btn-txt-wht a {
	color: #FFF;
}
.btn-txt-wht a:hover {
	text-decoration: none;
}
.btn-txt-hmpg {
	font-variant: small-caps;
	font-size: 18px;
	padding: 4px 12px;
	line-height: normal;
}
.btn-txt-hmpg, .btn-txt-hmpg a {
	color: #FFF;
}
.btn-txt-hmpg a:hover {
	text-decoration: none;
}
.btn-warning {
	background: #A4AEB9;
}
.btn-warning:hover {
	background-color: #5B5E65;
}
.btn-danger {
	background: #7f0000;
	padding: 4px 5px;
}
.btn-danger:hover {
	background-color: #171717;
}
.btn-success {
	background: #18B632;
}
.btn-success:hover {
	background-color: #5B5E65;
}
.met_div5 {
	width: 20%;
	float: left;
}
.fornw {
	padding: 15px!important
}
.news-wrp {
	padding: 0 15px;
	border-bottom: 1px dotted #bfced6;
}
.news-wrp img {
	background-color: #FFFFFF;
	padding: 1%;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 0 3px #d7d7d7;
	-moz-box-shadow: 0 0 3px #d7d7d7;
	box-shadow: 0 0 3px #d7d7d7;
}
.news-wrp .title {
	color: #2d2926;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.news-wrp .title a {
	padding-bottom: 10px;
	font-size: 15px;
	color: #000;
	font-weight: 300;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	line-height: 28px;
}
.news-wrp .title a {
	font-size: 18px;
	color: #2d2926;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	line-height: 28px;
}
.news-wrp .title a:hover {
	text-decoration: none;
	color: #cccccc;
}
.auth {
	font-size: 11px;
	padding: 3px 0px 10px 0px;
	color: #734491;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #00779e;
}
.auth a, .auth a:visited {
	color: #734491;
	font-size: 11px
}
.auth a:hover {
	color: #734491;
}
 @media all and (-webkit-min-device-pixel-ratio: 1.5) {
.met_accordion .accordion-toggle .met_icon_plus {
	background-image : url("//images.tmcnet.com/expo/images/icon_plus@2x.png");
	background-size: 13px 13px;
}
.met_accordion .accordion-toggle .met_icon_minus {
	background-image : url("//images.tmcnet.com/expo/images/icon_minus@2x.png");
	background-size: 10px 3px;
}
}
/*-------------------------------
	Message Boxes
------------------------------*/
.met_message {
	position: relative;
	display: block;
	font-size: 28px;
	font-weight: 600;
	color: #FFFFFF;
	padding: 15px 20px;
	font-family: 'Oswald', sans-serif;
	background: url(//images.tmcnet.com/tmc/etemobile/images/title-banner.gif) no-repeat right;
}
.met_message:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -16px;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 16px 0;
}
.met_sub_head {
	background-color: #722d7c
}
.met_message_warning:after {
	border-color: transparent #800000 transparent transparent;
}
.met_message_green {
	background-color: #578000
}
.met_message_green:after {
	border-color: transparent #578000 transparent transparent;
}
.met_message_red {
	background-color: #800000
}
.met_message_red:after {
	border-color: transparent #800000 transparent transparent;
}
.met_message_blue {
	background-color: #0e5276
}
.met_message_blue:after {
	border-color: transparent #0e5276 transparent transparent;
}
.met_message_purp {
	background-color: #4f0080
}
.met_message_purp:after {
	border-color: transparent #4f0080 transparent transparent;
}
.met_message_brwn {
	background-color: #803900
}
.met_message_brwn:after {
	border-color: transparent #803900 transparent transparent;
}
.met_message_black {
	background-color: #000000
}
.met_message_black:after {
	border-color: transparent #000000 transparent transparent;
}
/*-------------------------------
	Progress Bars
------------------------------*/
.progress, .progress .bar {
	border-radius: 30px;
}
.progress {
	background-color: #C7D6E1;
	box-shadow: inset 0 0 3px 0 #91AFC3;
	height: 30px;
}
.progress .bar {
	line-height: 30px;
	font-size: 12px;
	text-align: right;
}
/*-------------------------------
	Pagination
------------------------------*/
.met_pagination a {
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #A4AEB9;
	font-size: 12px;
	margin-right: 2px;
	display: block;
	float: left;
	text-decoration: none;
	position: relative;
	font-weight: 600;
}
.met_pagination a:last-child {
	margin-right: 0;
}
.met_pagination a:before {
	font-family: FontAwesome;
	position: absolute;
	display: block;
	left: 17px;
	top: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
}
.met_pagination_prev:before {
	content: '\F100';
}
.met_pagination_next:before {
	content: '\F101';
}
/*-------------------------------
	Tab Content
------------------------------*/
.met_tab_nav {
	margin-bottom : 0;
	border-bottom : none;
}
.met_tab_nav > li > a {
	border : none;
	color : #FFFFFF;
	font-size : 18px;
	padding: 27px 40px;
	font-weight: 600;
	-webkit-transition : all ease 0.3s;
	-moz-transition : all ease 0.3s;
	-ms-transition : all ease 0.3s;
	-o-transition : all ease 0.3s;
}
.met_tab_nav > li.active > a {
	border-radius : 0;
	border : none;
	background-color : #F8F9FB;
	color: #65676F;
}
.met_tab_nav > li.active > a:hover {
	border : none;
	background-color : #F8F9FB;
}
.met_tab_content {
	background : #F8F9FB;
	padding : 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #F8F9FB;
	color: #65676F;
}
.nav-tabs > li > a {
	border-radius: 0;
}
/*-------------------------------
	Gallery Giveaways
------------------------------*/
.giveaways {
	float: left;
}
.giveaways img {
}
.spon-hldr {
	float: left;
	margin: 0px 15px 10px 0px;
}
.spon-hldr img {
	border: 1px solid #CCC;
}
.met_gallery .span3 {
	margin-bottom : 30px;
}
.met_gallery .span3:nth-child(4n + 1), .nth-child-2np1 {
	margin-left : 0 !important;
	clear : both;
}
.met_gallery_wrap a, .met_gallery_wrap a img {
	display: block;
	float: left;
}
.met_gallery_wrap {
	position: relative;
}
.met_gallery_wrap > a {
	position: relative;
	z-index: 1;
}
.met_gallery_overlay {
	z-index: 2;
	position : absolute;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	opacity : 0;
	visibility : hidden;
	filter : alpha(opacity=0);
	-ms-filter : "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition : all ease 0.5s;
	-moz-transition : all ease 0.5s;
	-ms-transition : all ease 0.5s;
	-o-transition : all ease 0.5s;
	text-align : center;
	overflow : hidden;
}
.met_gallery_overlay a {
	position : absolute;
	display : inline-block;
	width : 50px;
	height : 50px;
	line-height : 50px;
	text-align : center;
	text-decoration : none;
	-webkit-transition : all ease 0.5s;
	-moz-transition : all ease 0.5s;
	-ms-transition : all ease 0.5s;
	-o-transition : all ease 0.5s;
}
.met_gallery_overlay a {
	top : 100%;
	left : 41%;
}
.met_gallery_wrap:hover .met_gallery_overlay {
	opacity : 1;
	visibility : visible;
	filter : alpha(opacity=100);
	-ms-filter : "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.met_gallery_wrap:hover .met_gallery_overlay a {
	top : 42%;
}
header .met_menu_search_sm {
	display: block;
	width : auto;
	height : 35px;
	float: right;
	padding-right: 5px;
}
header .met_menu_search_sm input {
	font-size: 11px;
	padding: 5px 5px 8px 5px;
	color: #999999;
}
header .smmenu {
	display: none;
}
@media all and (max-width: 945px) {
.met_bgcolor-dgray .span4 {
	margin-right: 30px;
}
}
@media all and (max-width: 900px) {
header {
	height: 132px;
}
.met_logo {
	margin: 0;
	width: 50%;
}
#header-right {
	margin: 0;
	padding: 0 0 0 0;
	float: none;
	position: absolute;
	right: 0;
	top: 70px;
}
#freeTrial {
	text-align: right;
	margin-bottom: 7px;
}
.iconhldr img {
	width: 24px;
}
.met_bgcolor_trans_green {
	display: none;
}
.met_main_nav {
	display: none!important;
}
header.met_content .iconhldr {
	display: block;
}
.dl-menuwrapper {
	display: block!important;
}
header .smmenu {
	display: block;
	position: absolute;
	top: 20px;
	right: 50px;
	width: 75px;
	height: 40px;/*background-color:#94c03c;*/
}
header .lboard {
	position: absolute;
	top: 0;
	right: 130px!important;
}
header .lboard img {
	width: 55%!important;
}
}
 @media all and (max-width: 1004px) {
.met_main_nav a, #reg-button a {
	font-size: 12px;
}
}
/*-------------------------------
	Response For Lower Than 1000
------------------------------*/
@media all and (max-width: 1000px) {
/*.met_tile_holder { width:100%; background-image:none; margin:0px; padding:0px; }
.met_tile_three { float:left; width:100%; margin-right:1%; display:none; } 
.met_tile_two {float:left; width:100%; margin-right:1%;}
.met_tile_three_last{ float:left; width:100%;  display:none;}  
.tile_maroon{ background-color:#4f0080; float:left; width:49%; margin-right:1%; height:auto;margin-top:12px; position:relative;}
.tile_rose{ background-color:#801635; float:left;  width:49%; margin-left:1%; height:auto; margin-top:12px; position:relative;}
.tile_blue{ background-color:#105a81; height:auto; width:100%}*/
.iconhldr {
	font-size: 18px;
}
.met_timer {
	display: none;
}
header aside img {
	width: 80%
}
header .lboard img {
	width: 80%
}
h1.tile_title_stack {
	color : #FFFFFF;
	font-size : 30px;
	margin : 0;
	line-height : 30px;
}
h2.tile_title_stack {
	color : #FFFFFF;
	font-size : 14px;
	margin : 0;
	line-height : 14px;
	opacity: 0.8;
}
h3.tile_title_stack {
	color : #FFFFFF;
	font-size : 15px;
	margin : 0;
	line-height : 15px;
	opacity: 0.9;
	letter-spacing: .9px;
}
h4.tile_title_stack {
	color : #FFFFFF;
	font-size : 12px;
	margin : 0;
	line-height : 18px;
	opacity: 0.8;
}
h1.fnt_size_34 {
	font-size: 16px;
}
.met_page_wrapper.met_boxed_layout {
	width: auto;
}
.met_content {
	width :100%;
/*	margin-left : 2%;
	margin-right : 2%;
	*/
}
.met_content .row-fluid [class*="span"] {
	margin-bottom : 10px;
}
.met_content .row-fluid [class*="span"]:last-child {
	margin-bottom : 0;
}
.met_thumbnail_slider_1_small {
	position: relative;
	bottom: 0;
	left: 0;
	height: auto;
}
.met_thumbnail_slider_1_small img:first-child {
	margin-left: 0;
}
.met_thumbnail_slider_1_small img,  .met_thumbnail_slider_1_next {
	width: 50px;
	height: 50px;
	padding: 3px;
	margin: 5px 0 0 5px;
}
.met_thumbnail_slider_1_next {
	font-size: 70px;
	line-height: 38px;
}
.met_thumbnail_slider_1_title a {
	line-height: 41px;
}
.met_thumbnail_slider_1_effects_left .met_thumbnail_slider_1_title {
	padding: 10px 20px 10px 40px;
}
.met_thumbnail_slider_1_title {
	font-size: 15px;
}
.met_thumbnail_slider_1_effects_left .met_thumbnail_slider_1_subtitle {
	padding: 10px 20px 10px 40px;
	left: 0;
}
.met_thumbnail_slider_1_subtitle {
	font-size: 13px;
}
.met_thumbnail_slider_1_effects_right .met_thumbnail_slider_1_title {
	padding: 10px 40px 10px 20px;
}
.met_thumbnail_slider_1_effects_right .met_thumbnail_slider_1_subtitle {
	padding: 10px 40px 10px 20px;
	right: 0;
}
}


/*-------------------------------
	Response For Tablets
------------------------------*/
@media all and (max-width: 1169px) {
.met_menu_search_wrapper {
	display: block;
	width: 100%;
}
.in {
	margin-top: 16px;
}
.met_tile_three img {
	width: 98%
}
header aside img {
	width: 70%;
	text-align: right;
}
header .lboard img {
	width: 70%;
	text-align: right;
}
#footer_notes {
	display: none;
}
.met_page_track {
	display: none
}
.met_div5 {
	width: 100%;
}
.met_footer_menu {
	float : none;
}
.met_slider_item {
	overflow : hidden;
}
header aside {
	position: absolute;
	top: 0;
	right: 55px;
}
header .lboard {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
}
header .smmenu h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.font32 {
	font-size: 22px;
	text-align: right;
	line-height: 28px;
	font-family: "bebas_neueregular";
}
.font12, .font12 a, font12 a:visited {
	font-size: 12px;
}
.met_slider_item_preview {
	width : 100%;
}
.met_slider_item_caption {
	bottom : 0;
	position : absolute;
	width : 100%;
}
.met_page_header h1 {
	width : auto;
	display : block;
}
.met_page_header h2:before {
	display : none;
}
.met_logo {
	position : relative;
	z-index : 2;
}
.dl-menuwrapper {
	z-index : 1;
}
h1.fnt_size_34 {
	font-size: 16px;
}
}
@media all and (max-width: 860px) {
#footerText {
	padding: 0!important;
}
}
@media all and (max-width: 890px) {
header aside img {
	display: none;
}
header .lboard img {
	width: 55%;
}
/*header .smmenu {
display:block;
position:absolute; 
top:20px;
right:50px; 
width:75px; 
height:40px; 
background-color:#492c5b;}
header .smmenu h2 { font-size:16px; font-weight:bold; text-align:center;}*/
}
/*-------------------------------
	Response For Mobile
------------------------------*/
@media all and (max-width: 750px) {
#resources-left, #resources-right, .span12 ul.icon li, .span12 ul.productes li {
	width: 100%;
	margin: 0 0 15px 0;
}
.mainresource {
	width: 100%;
}
}
@media all and (max-width: 767px) {
.met_tile_three {
	width: auto;
}
.iconhldr {
	padding: 6% 2% 1% 2%;
	margin: 0;
}
.met_tile_three img {
	display: none;
}
header .lboard img {
	display: none;
}
header .smmenu {
	display: block;
	position: absolute;
	top: 20px;
	right: 50px;
	width: 75px;
	height: 40px;
}
header .smmenu h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.met_tile_three {
	display: block;
}
.met_tile_one {
	display: block;
	width: 100%;
}
.met_hmpg-thumb, .met_hmpg-thumb-last, .met_dated_image {
	display: block;
}
h1.tile_title_stack {
	color : #FFFFFF;
	font-size : 30px;
	margin : 0;
	line-height : 30px;
}
h2.tile_title_stack {
	color : #FFFFFF;
	font-size : 14px;
	margin : 0;
	line-height : 14px;
	opacity: 0.8;
}
h3.tile_title_stack {
	color : #FFFFFF;
	font-size : 15px;
	margin : 0;
	line-height : 15px;
	opacity: 0.9;
	letter-spacing: .9px;
}
h4.tile_title_stack {
	color : #FFFFFF;
	font-size : 12px;
	margin : 0;
	line-height : 18px;
	opacity: 0.8;
}
h1.fnt_size_34 {
	font-size: 16px;
}
.met_page_track {
	display: none
}
.met_img_with_text_preview {
	width : 100%;
}
.met_img_with_text article {
	position : relative;
	margin-left : 0;
	float : left;
}
.met_img_with_text article:before,  .met_pt_sidebar:before {
	display : none;
}
.met_icon_tabs nav a {
	width : 56px;
}
.met_page_header h2 {
	line-height : 20px;
	height : auto;
	padding : 15px 30px;
	font-size : 15px;
}
.met_page_header ul {
	float : left;
	margin : 0;
	padding : 15px 30px;
}
.met_blog_list_preview aside {
	position : relative;
	width : auto;
}
.met_blog_list_preview aside:after {
	display : none;
}
.met_blog_list_preview .met_blog_video_iframe {
	margin-left : 0;
}
.met_blog_list_preview .met_blog_video_iframe iframe {
	width : 100% !important;
	height : 130px !important;
}
.met_comment_reply_link {
	display : none;
}
.met_comment_box > .met_comment > .met_comment_descr {
	margin-right : 0;
}
.met_comment_box > .met_comment:nth-child(2),  .met_comment_box > .met_comment:nth-child(3),  .met_comment_box > .met_comment:nth-child(4) {
	margin-left : 0;
}
.met_comment_box > .met_sub_comment:before {
	display : none;
}
.met_footer_menu {
	display : block;
}
.met_responsive_nav {
	display : block;
}
.met_recent_work_overbox a {
	top : 4px;
}
.met_blog_list_preview aside div {
	padding : 0;
	text-align : center;
}
.met_blog_list_preview aside span:first-child {
	font-size : 25px;
	margin-top : 0;
	line-height : 28px;
	display : inline;
}
.met_blog_list_preview aside span:last-child {
	font-size : 16px;
	line-height : 19px;
	display : inline;
}
.met_blog_posted_by {
	width : 100%;
	padding-left : 0;
	margin-left : 0;
	border-left : none;
}
.met_blog_posted_by {
	width : 100%;
	padding-left : 0;
	margin-left : 0;
	border-left : none;
}
.met_comment_box > .met_comment > img {
	margin-left : 80px;
	margin-bottom : 20px;
}
.met_comment_box > .met_comment > .met_comment_descr {
	margin : 0;
	padding : 15px;
}
.met_portfolio_item_descr {
	width : 68%;
}
.met_portfolio_item_share {
	width : 32%;
}
.met_page_header h1 {
	font-size : 23px;
}
.met_thumbnail_slider_1_effects {
	display: none;
}
.font32 {
	font-size: 16px;
	text-align: right;
	line-height: 18px;
	font-family: "bebas_neueregular";
}
#footer_notes {
	display: none;
}
}
 @media all and (max-width: 440px) {
.caption, #tagline {
	display: none;
}
header aside {
	display: none;
}
header .lboard {
	display: none;
}
.met_page_track, .tile_green, .tile_red, .tile_maroon, .tile_rose, .tile_brown, .tile_lblue {
	display: none
}
.met_logo {
	width: 100%;
	text-align: center;
}
#footer_notes {
	display: none;
}
.met_tile_two {
	width: 100%;
}
.tile_blue {
	background-color: #FFF;
	height: auto;
	margin-top: 40px;
}
.met_tile_holder {
	background-color: #FFF;
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.met_tile_wrp {
	background: none;
}
.met_hmpg-thumb, .met_hmpg-thumb-last, .met_dated_image {
	width: 100%;
}
.dl-menuwrapper {
	top: 90px;
	max-width: 100%;
}
.met_crumb_holder {
	margin-top: 50px;
}
.expo_timer {
	display: none;
}
.met_text_block img {
	display: block;
}
.met_slider_item_caption {
	width : 100%;
	margin-left : 0;
	position : relative;
	height : auto;
	float : left;
}
.spon-hldr, .spon-hldr img {
	width: 100%;
}
.dl-menuwrapper button {
	width: 100%;
	text-indent: 1px;
	font-size: 25px;
	font-family: 'Open Sans';
	font-weight: 300;
	color: #FFF;
	text-align: left;
}
header.met_content {
	margin-bottom: 5px;
}
.dl-menuwrapper button:after {
	width: auto;
	height: auto;
	box-shadow: none;
	left: auto;
	top: 0;
	right: 10px;
	background: none;
	color: #FFFFFF;
	font-family: FontAwesome;
	content: '\F0C9';
	font-size: 28px;
	line-height: 41px;
}
.met_bgcolor_trans {
	background-color: #492c5b;
}
header .smmenu {
	display: none;
}
.met_slider_wrap {
	display: none;
}
}
.mainhome {
	background: none!important;
}
.slide {
	background: #e9e9e9;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
}
.slide .row-fluid {
	margin: 0;
}
.slide .met_tile_top {
	margin: 0;
}
.met_bgcolor_trans_green input {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.title em {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #073352;
	font-style: normal;
}
.viewAll a {
	color: #ffffff;
	background: #00779e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 7px 23px;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.view a {
	color: #00779e;
	padding: 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.view a:hover {
	color: #cccccc;
}
.indicate {
	margin-bottom: 20px;
	background: #f8f8f8;
	border: 1px solid #b3b3b3;
}

#middleContent {
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
	font-weight: normal;
}
#middleContent ul {
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}
#middleContent ul.icon {
	list-style-type: none;
}
#middleContent li {
	line-height: 18px;
	color: #444444;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px dotted #bfced6;
	padding: 0;
	margin-bottom: 12px;
}
#middleContent li a {
	color: #444444;
}
.downloadButton {
	margin: 20px 0 17px 0;
}
b.bplviews {
	color: #00779e;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	margin: 10px 0 5px 0;
}
.viewmore {
	margin: 22px 0 22px 0;
}
.viewmore a {
	color: #ffffff!important;
	background: #00779e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 6px 16px!important;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px!important;
	font-weight: normal;
	line-height: 20px;
	display: inline!important;
}
.viewmore a:hover {
	color: #cccccc !important;
	text-decoration: none;
}
.downloadButton a {
	color: #ffffff;
	background: #00779e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 7px 28px;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.downloadButton a:hover {
	color: #cccccc !important;
	text-decoration: none;
}
.down {
	font-weight: 300!important;
	font-size: 18px!important;
}
.margeen {
	padding-bottom: 20px;
}
.met_bgcolor-dgray .row-fluid [class*="span"] {
	margin-left: 0;
}
#footerRight {
}
ul#footerContainer {
	list-style: none;
	margin: 20px 0 0 0;
}
ul#footerContainer li {
	list-style: none;
	margin-bottom: 4px;
	background: url(//images.tmcnet.com/expo/webrtc-conference/miami-15/images/dot.jpg) no-repeat 0;
	z-index: 10000;
}
ul#footerContainer li a {
	padding: 0 20px 0 20px;
	color: #6d6e71;
	display: inline-block;
	font-size: 12px;
	letter-spacing: .3px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.footernws a {
	font-size: 11px!important;
	text-transform: capitalize!important;
}
ul#footerContainer li a:hover {
	color: #3D8DEC;
	text-decoration: none;
	transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
}
#footerText {
	padding: 0 0 0 97px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #6d6e71;
	text-decoration: none;
}
.footer-logo {
	padding-top: 25px
}
#footerText a {
	color: #6d6e71;
}
#footerText img {
	vertical-align: baseline;
	padding: 0 4px 0 7px;
}
#footerText a:hover {
	color: #cccccc;
}
.nomargin {
	padding: 0!important;
	margin: 0!important;
}
.met_menu_home .fa {
	color: #fff;
}
.met_menu_home .fa:hover {
	color: #cccccc;
}
.met_slider_wrap .fa {
	color: #f3f3f3;
}
