@media (min-width: 768px ) and (max-width: 982px){
    .navbar-collapse.collapse{padding-bottom: 17px;}
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #295288;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

#top-bar {
  height: 30px;
  background-color: #295288;
}
.navbar {
  margin-bottom: 0px;
}
#main-navigation {
  padding-left: 5%;
  padding-right: 5%;
}
.navbar-brand {
  height: 100%;
}
.navigation-links {
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(25%);
}
.navbar-default .navbar-nav li a {
  color: #295288;
}
.navbar-default .navbar-nav li a:hover {
  border: 2px solid #295288;
  border-radius: 5px;
}
.navbar-default .navbar-nav li a:visited {
  color: #295288;
}

.slider {
  /*background-color: #295288;  */
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  /*width: 100%;*/
  /*height: 0;*/
  /*padding-top: 66.64%;*/
  /*padding-top: 42%;*/
}

#home-slider {
  background: url("../img/homepage_slider.jpg");
  background-size: cover;
    /*width: 100%;*/
    /*height: 0;*/
    /*padding-top: 42%;*/
    padding-bottom: 5%;
    padding-top: 30%;
    position: relative;
    background: none \0;
}

#sign-in-slider {
  background: url("../img/ipvideotalk_background.jpg");
  background-size: cover;
    padding-bottom: 8%;
    padding-top: 5%;
    position: relative;
}

#slider-buttons {
  /*margin-top: -10%;*/
}
#slider-buttons a {
  width: 15%;
  color: #fff;
  border: none;
  /*font-size: 150%;*/
  font-size: 1.5vw;
  margin: 1%;
}
#sign-in-content {
  /*position: absolute;*/
  /*top: 20%;*/
}
#sign-in-form .panel-body{
    margin-top: -70px;
    padding-left: 25px;
    padding-right: 25px;
}
 #sign-up-form .panel-body{
    margin-top: -80px;
     padding-left: 25px;
     padding-right: 25px;
}
#sign-in-form input {
  /*margin-bottom: 5%;*/
}
#sign-in-form .panel-heading {
    font-size: 32px;
    padding-top: 15px;
}
#slider-logo img{
  width: 80%;
}
#slider-logo p{
  color: #fff;
  font-size: 2vw;
  font-style: italic;
}
#slider-buttons #btn-sign-up {
  background-color: #FF530D;
}
#slider-buttons #btn-sign-up:hover {
  border-color: #EE530D;
  background-color: #EE530D;
  font-weight: bolder;
}
#slider-buttons #btn-pricing {
  background-color: #46A7C9;
}
#slider-buttons #btn-pricing:hover {
  border-color: #46A7C9;
  background-color: #46B7C9;
  font-weight: bolder;
}
#features {
  padding-left: 5%;
  padding-right: 5%;
}
#tag-line {
  width: 80%;
  font-size: 1.75em;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
}
#features img {
  width: 50%;
}
#features #btn-sign-up-lg {
  background-color: #FF530D;
  color: #fff;
  font-size: 2vw;
  border: none;
  width: 40%;
  margin-bottom: 5%;
}
#features #btn-sign-up-lg:hover {
  border-color: #EE530D;
  background-color: #EE530D;
  font-weight: bolder;
}

.footer {
  width: 100%;
  background-color: #295288;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-top: 3%;
    position: relative;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #7f7f7f;
  text-decoration: none;
}
.footer a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}
#footer-top {
  padding-bottom: 2%;
}

#footer-top h3 {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 5%;
}

#footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-bottom {
  font-size: .8em;
}

.scroll-up {
  background-color: #c6c6c6;
  border-radius: 3px;
  height: 40px;
  text-align: center;
  width: 40px;
  transform: translateY(-25%);
}

#how-it-works img {
  width: 60%;
}

#how-it-works {
  padding-left: 3%;
  padding-right: 3%;
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 5%;
}

#how-it-works h3{
  font-style: normal;
}

#advertisement {
  width: 80%;
  font-size: 1.6em;
  font-weight: bold;
  color: #FF530D;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
}

.pricing-table-column {
  padding-right: 1px;
  padding-left: 1px;
}

#pricing {
  margin-bottom: 10%;
}

#pricing table {
  width: 100%;
  margin: 1px;
}

.bordered {
  border: 1px solid #295288;
  border-radius: 2px;
}


#pricing table tr td{
  height: 55px;
  /*font-size: 1.0vw;*/
}

.pricing-supported-devices {
  font-size: 0.7vw;
}

#pricing table tr {
  border-bottom: 1px solid #fff;
}

#pricing table tr:last-child{
  border-bottom: none;
}
#pricing{margin-bottom: 5%}
.pricing-hidden {
  /*color: #9ec3e6;*/
}

.pricing-first-row {
  color: #fff;
  font-weight: bold;
  height: 265px;
}

.pricing-first-row td {
  padding-top: 7.5%;
}
#feature-table {
  font-size: 1.35vw;
  text-align: left;
  border: none;
}

.pricing-table p {
  font-size: 1.3vw;
  color: #000;
  font-weight: normal;
}

.pricing-table h3 {
  color: #295288;
  font-size: 2.5vw;
  font-weight: bolder;
  margin: 0px;
}

.pricing-table .monthly-pricing {
  font-weight: bolder;
  font-size: 3.25vw;
  color: #fff;
}

.pricing-pending {
    color: red;
    font-size: 0.5vw;
    padding-left: 0.5em;
}

#pricing-basic-table {
  background-color: #9ec3e6;
}

#pricing-pro-table {
  background-color: #ed7d32;
}

#pricing-plus-table {
  background-color: #ed7d32;
}

.pricing-participants {
  font-size: 2vw;
  color: #fff;
  font-weight: bold;
}

#registration-criteria {
  width: 45%;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 5%;
}


.glyphicon-ok {
  color: black;
  font-size:1.2em;
}

.btn-sign-up {
  background-color: #FF530D;
  color: #fff;
  font-weight: bold;
  margin: 5% 0 20% 0;
  border: none;
  text-decoration: none;
}

#learn {
  margin-top: 5%;
  margin-bottom: 2%;
}

#faq-downloads {
  margin-bottom: 20px;
}

#faq-downloads a {
  font-size: 1.2vw;
  width: 15%;
}

#downloads-and-tools {

}

#downloads-and-tools h1{
  font-weight: bolder;
}

#downloads-and-tools h3{
  /*margin-top: 10%;*/
}

#downloads-and-tools .row {
  padding: 1% 10% 1% 10%;
}

#downloads-and-tools #client-downloads {
  width: 80%;
}

#downloads-and-tools #client-downloads td{
  
}

#downloads-and-tools #supported-systems {
  width: 80%;
}

#downloads-and-tools #supported-systems td{
  
}

.social {
  height: 48px;
  width: 48px;
  margin: 10px;
  float: left;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.facebook-hover {
  background-image: url('../img/social/facebook-hover.png');
}

.twitter-hover {
  background-image: url('../img/social/twitter-hover.png');
}

.linkedin-hover {
  background-image: url('../img/social/linkedin-hover.png');
}

.social:hover {
  background-position: 0px -48px;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.form-group{position: relative}
.error-box{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    /*width: 200px;*/
    line-height: 34px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbffffff, endColorstr=#bbffffff);
    border-radius: 4px;
    color: #37474e;
}

.error-box.error{
    background-color: rgba(216, 82, 60, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbd8523c, endColorstr=#bbd8523c);
    color: #fff;
}

.error-box.error.checked{
    background-color: transparent;
}
.search-btn a b , .tool-box b , .files-freeze-ico ,.filter-top ul li b , .upload em ,.files-list ul li em ,.viewed-files ul li em ,.page-pre b , .page-next b , .control-box ul li , .arr-title , .share-record-title .arr-title , .progress-status i , .share-people .ico-add-people , .up-cancel , .m-ico ,/* files */
.repeat-box-arr , .btn-add-people , .advanced-box h3 p b, .btn-repeat s, .btn-repeat-fixed s , .joiner-item span.del , /* meeting schedule */
.btn-more-filter b, .btn-meeting-calendar a i , .btn-meeting-search a , .meeting-hour b , .ico-border , .code-img b , .btn-meeting-del , .meeting-list-main .meeting-tool .tool-bar .ico-edit , .ico-repeat-meeting , .ico-repeat-meeting-x , .fc-toolbar .fc-icon , .meeting-list-main .meeting-tool .meeting-status b , .meeting-history-main .meeting-info dl dd span i , .btn-schedule-meeting,/* meeting */
.btn-exchange , .steps ol li b , .bulletin-list ul li .ico-del , /* set */
.meeting-status b , .tool-bar .btn-meeting-del, .meeting-side-tool .tool-bar b , .meeting-side-tool .tool-bar .ico-edit , .meeting-side-tool .tool-bar .ico-cancel , .meeting-detail-box h2 .ico-repeat-meeting , .meeting-joiner-box span i , .ico-down-arr , .ico-up-arr ,/* meeting detail */
.contacts-group-div .change-group-div span.ico-change-group , .group-tool span , .group-sure-cancel span , .btn-add-item , .btn-del-item , .ico-group-arr , .name-rank b , .contacts-title a , /* contacts */
.ico-success , .ico-warn , .msg-box i , /* pop */
.alert-close , /* alert-box */
.pop-close-ico , .pop-close-ico-alert , .icons , .arr-box .ico-arr , .selectbox .ico-arr , .ico-txt-right , .tip-box b  /* base */
{ display: inline-block; position: relative; width: 18px; height: 18px; background:url(../img/ico.png) no-repeat;}
/* selectbox */
.selectbox{ display: inline-block;border-radius: 3px; position: relative; z-index: 1; background: #fff; zoom:1;color: #555}
.s-current{z-index: 3;}
.s-input-box{ position: relative; height: 35px; line-height:34px; padding: 0 22px 0 12px; border:1px solid #D0D3DB; border-radius: 4px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;word-wrap: normal;}
.s-hide-box{ display:none; position: absolute; max-height: 200px; max-width: 400px; padding: 1px; overflow: auto; border:1px solid #c1c1c1; border-radius:2px; background: #fff; box-shadow:0 0 5px rgba(9,2,4 ,.3);width: 230px \9;}
@media screen and (-webkit-min-device-pixel-ratio:0) { .s-hide-box-border { border-right-width: 1px; } }
.s-hide-box span{ display: block; position: relative; height: 30px; line-height: 30px; padding: 0 12px; overflow: hidden; white-space:nowrap;text-overflow: ellipsis;word-wrap: normal; border: 1px solid #fff;max-width: 600px}
.s-hide-box span:hover{ background: #c2e9fc; cursor: default;border:1px solid #58c4f8}
/* arr box */
.arr-box{ position: relative; float: left;z-index: 1;}
.arr-box.s-current{
    z-index: 3;
}
.arr-box input{ position: relative; z-index: 3; background: none;width: 225px;cursor: default}
.arr-box .ico-arr , .selectbox .ico-arr{ position: absolute; top: 50%; right: 3px; margin: -9px 0 0 0; background-position: -90px -90px;}
.arr-box .ico-arr{z-index: 2;}
.selectbox .ico-arr{z-index: 3;}
/* joiner box */
.joiner-box{ float: left; width: 100%; height: 40px; padding: 2px; margin: 0; border:1px solid #ccc; border-radius:2px; background: #fff; cursor: text;position: relative}
.joiner-box.focus{border:1px solid #0097ff}
.joiner-box .overview{width: 100%; height: 35px;overflow-y: auto;overflow-x:hidden}
.joiner-box .joiner-input-box{float: left; height: 28px; line-height: 28px; padding: 2px;max-width: 358px;display: inline-block;overflow: hidden;position: relative;}
.joiner-box .placeholder-box{vertical-align: top;}
.joiner-box .placeholder-box .placeholder-txt{ line-height: 22px; text-indent: 0;}
.joiner-item{display: inline-block;position: relative;float: left;max-width: 260px;height: 25px;line-height: 25px;margin: 2px;
    padding: 0px 22px 2px 10px;border-radius: 12px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-wrap: normal;
    background: none repeat scroll 0% 0% rgb(242, 249, 254);border: 1px solid rgb(196, 230, 250);}
.joiner-item span{white-space: nowrap}
@media screen and (-webkit-min-device-pixel-ratio: 0){
    .joiner-item{
        white-space: normal;
    }
}
.joiner-item span.del{ position: absolute; top: 6px; right: 1px; cursor: pointer; background-image: url("../img/icon.png");background-repeat: no-repeat;vertical-align: middle;display: inline-block;width: 15px;height: 15px;}
.joiner-item:hover span.del{ background-position: -507px -94px; }
.joiner-item .view-main{color: #666}
.joiner-item .view-minor{color: #999;margin-left: 2px}
.joiner-item.joiner-success:hover{ background-color: #56b7df;border: 1px solid #56b7df;}
.joiner-item.joiner-success:hover span{
    color: #fff;
}
.joiner-error{ background: #ffe1cc; border-color: #fbb787; color: #f56a0a;}
.joiner-error span.del{ background-position: -90px -144px;}
input.input-style-one{ width: 100%; height: 28px; line-height: 28px; padding: 2px 2px 2px 0; border: 1px solid #fff; background: #fff;display: inline;position: absolute;left: 0;}
.editable-txt{visibility: hidden;}
input.input-style-one:focus{border: 1px solid #fff;}
input.input-style-one.error , input.input-style-one.error:focus{color: #C93538;border: 1px solid #fff;}
input.input-style-one{border: none}
.orderOwnerInputTip{color: #ccc;line-height: 28px;}
#joiner-error{left: -152px;display: none;bottom: 4px;}
html{min-height: 850px;min-width: 332px;}
.relativedDevice{height: 98px;}
.joiner-box-row{height:41px}

.contactCallLast , .securityCode{height: 36px;}
.enterpriseLocal .selectbox{width: 100%}
.contactCallLast .selectbox{width: 40%;float: left}
#contactCallLast{width: 58%;float: right;margin-left: 2%}
#securityCode{width: 58%;float: left}
#checkcodeimg{width: 40%;float: right;margin-left: 2%; border-radius: 3px; cursor: pointer;display: inline-block;border: 1px solid #ccc}

input.input-border-red{
    border:1px solid #db1010;
}

.error-top {
    color: #db1010;
    text-align: center;
}
#form-header{
    background: url("../img/title_shade.png") repeat;
    background-color: #fff;
    border-bottom: none;
    height: 108px;
    font-size: 32px;
    color: #2d90d5;
}
.btn-blue-radius{
    height: 36px;
    border-radius: 17px;
    background-color: #2d90d5;
    border: 1px solid #2d90d5;
    color: #FFF;
    padding: 2px 30px;
    font-size: 18px;
    min-width: 120px;
}
.btn-blue-radius:hover{
    background: #127bc4;
    border: 1px solid #127bc4;
    color: #fff;
}
.btn-blue-radius:active , .btn-blue-radius:focus{
    color: #fff;
}
#sign-in-form{
    margin-top: 50px;
    /*margin-left: -50px;*/
}
#sign-up-form{
    margin-top: 10px;
    /*margin-left: -50px;*/
}

.form-group{margin-top: 25px}
.btn-box{
    margin-top: 25px;
}
.first-form-group{margin-top: 0}
.error-form-group{height: 40px;line-height: 40px; color: #db1010;
    text-align: center;}
#sign-up-form .form-group{margin-top: 0}
#sign-up-form .btn-box{
    margin-top: 20px;
    margin-bottom: 10px;
}
#sign-up-form .error-form-group{height: 30px;line-height: 30px}
.forgetPwd.form-group{margin-top: 5px}
.forgetPwd-pre.form-group{margin-bottom: 0}
.capslock{
  display: none;
}
.capslock.show{
  display: block;
}

.selectUserProtocol {
    height: 25px;
}

.forgetPwd {
    height: 20px;
    text-align: right;
}
.forgetPwd label a {
    cursor: pointer;
    color: #2395c4;
}
.forgetPwd label a:hover {
    color: #0178a9;
    text-decoration: underline;
}

.contactCallPre.s-hide-box span .span-pre-box {
    width: 60px;
}
.contactCallPre.s-hide-box span .span-pre-box, .contactCallPre.s-hide-box span .span-last-box {
    display: inline-block;
    font-weight: normal;
}

/*升级日志*/
.clearfix:after{
    content:'';
    clear:both;
    display:block;
}
.clearfix{
    zoom:1;
}
.fl{
    float:left;
    display:inline;
}
.fr{
    float:right;
    display:inline;
}
.update-log{
    margin: 0 auto;
    color: #333;
    margin-top: -1px;
}
.update-log-title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #082f94;
    margin-bottom: 35px;
    margin-top: 30px;
}
.update-log-content{
    padding: 0 40px;
}
.update-log-head h2{
    font-size: 20px;
    font-weight: bold;
    color: #082f94;
}

.update-version{
    margin-right: 100px;
}
.update-log-detail{
    border-bottom: 1px dashed #ccc;
    margin-bottom: -1px;
    padding-bottom: 100px;
}
.update-log-detail h2{
    font-size: 16px;
    font-weight: bold;
}
.support-sys p{
    margin-bottom: 0;
}
.ico-dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/ico.png) no-repeat -155px -80px;
}
.bigpic{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%}
.bigpic-inner{position: relative
}