@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('../fonts/cavior/caviar_dreams_bold-webfont.eot');
    src: url('../fonts/cavior/caviar_dreams_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cavior/caviar_dreams_bold-webfont.woff2') format('woff2'),
        url('../fonts/cavior/caviar_dreams_bold-webfont.woff') format('woff'),
        url('../fonts/cavior/caviar_dreams_bold-webfont.ttf') format('truetype'),
        url('../fonts/cavior/caviar_dreams_bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: '../fonts/cavior/caviar_dreamsregular';
    src: url('../fonts/cavior/caviardreams-webfont.eot');
    src: url('../fonts/cavior/caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cavior/caviardreams-webfont.woff2') format('woff2'),
        url('../fonts/cavior/caviardreams-webfont.woff') format('woff'),
        url('../fonts/cavior/caviardreams-webfont.ttf') format('truetype'),
        url('../fonts/cavior/caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsbold_italic';
    src: url('../fonts/cavior/caviardreams_bolditalic-webfont.eot');
    src: url('../fonts/cavior/caviardreams_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cavior/caviardreams_bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/cavior/caviardreams_bolditalic-webfont.woff') format('woff'),
        url('../fonts/cavior/caviardreams_bolditalic-webfont.ttf') format('truetype'),
        url('../fonts/cavior/caviardreams_bolditalic-webfont.svg#caviar_dreamsbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsitalic';
    src: url('../fonts/cavior/caviardreams_italic-webfont.eot');
    src: url('../fonts/cavior/caviardreams_italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cavior/caviardreams_italic-webfont.woff2') format('woff2'),
        url('../fonts/cavior/caviardreams_italic-webfont.woff') format('woff'),
        url('../fonts/cavior/caviardreams_italic-webfont.ttf') format('truetype'),
        url('../fonts/cavior/caviardreams_italic-webfont.svg#caviar_dreamsitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,body{
    min-height: 100%;
}
body{
    background:#f5f4f5;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    padding:77px 0 0;
}
body.with-kb-menu{
    padding:125px 0 0;
}
body.overflow-hidden{overflow: hidden;}
a:focus,a:visited,a:hover,input:focus,button:focus{
    outline:none;
    text-decoration:none;
} 
.transition{
    transition:all 0.7s;
    -webkit-transition:all 0.7s;
    -moz-transition:all 0.7s;
    -o-transition:all 0.7s;
    -ms-transition:all 0.7s;
}
#header{
    padding:10px 0;
    position:fixed;
    top:0;
    z-index:999;
    background:#f5f4f5;
    width:100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
#header .navbar-brand{
    padding:0;
}
#header.top-fixed{
    border-bottom:2px solid #ededed;
}
.navbar-brand img{
    float:left;
    margin:0 4px 0 0;
}
.main-menu{
    margin:5px 0 0;
    padding:0;
    list-style:none;
    text-align:center;
    float:none;
}
.main-menu:after{
    display:block;
    content:" ";
    clear:both;
}
.main-menu > li{
    float:none;
    display:inline-block;
    vertical-align:top;
    text-transform:uppercase;
    margin:0 6px;
}
.main-menu > li > a{
    padding:0;
    font-size:18px;
    line-height:40px;
    color:#144a72;
    text-shadow:none;
}
.main-menu > li > a:hover {
    text-decoration:none;
    background:none;
    color:#ee5b27;
}
.main-menu > li.active > a{
    color:#ee5b27;
}

.main-menu > li.marketplace > a:hover{
    color:#ee5b27;
}
.main-menu > li.connect > a:hover{
    color:#0097ad;
}
.main-menu > li > ul{
    position:absolute;
    min-width:265px;
    background: #F5F4F5;
    padding:0;
    list-style:none;
    top:100%;
    left:0;
    display:none;
}
.main-menu > li:hover > ul{
    display:block;
}
.main-menu > li  ul  li {
    border-top: 1px solid #ECECEC;
    position: relative;
}
.main-menu  li  ul  li:first-child{border:0;}
.main-menu li  ul  li > a{
    display:block;
    text-align:left;
    padding:8px 15px;
}
.main-menu > li > ul > li > a:hover{
    color:#ee5b27;
}
.header-right{
    float:right;
    max-width:320px;
}
.header-right .form-group{margin:0;}
.hdr-signup,.hdr-login{
    display:inline-block;
    line-height:40px;
    color:#000;	
    text-align:center;
    padding:0 30px;
    font-size:16px;
    text-transform:uppercase;

    margin:0 2px;
}
.hdr-signup{
    background:#0097ad;
    border:1px solid #0097ad;
    color:#fff;
}
.hdr-signup:hover{
    text-decoration:none;
    color:#fff;
    background:#1cd5ef;
}
.hdr-login{
    border:1px solid #ee5b27;
}
.hdr-login:hover{
    background:#ff4600;
    color:#fff;
}
#process-header{
    text-align:center;
    padding:40px 0;
}
.process-steps{
    margin:0;
    padding:0;
    list-style:none;
}
.process-steps li{
    display:inline-block;
    padding:0 73px;
    margin:0 0 0 -4px;
    position:relative;
}
.process-steps li:before{
    position:absolute;
    content:" ";
    height:1px;
    width:50%;
    left:0;
    top:50px;
    background:#cdcccc;
    z-index:-1;
}
.process-steps li:after{
    position:absolute;
    content:" ";
    height:1px;
    width:50%;
    right:0;
    top:50px;
    background:#cdcccc;
    z-index:-1;
}
.process-steps li:first-child:before{
    display:none;
}
.process-steps li:last-child:after{
    display:none;
}
.process-steps li a {
    font-size:19px;
    color:#585858;
    text-transform:uppercase;
    display: block;
    /*transition:all 0.7s;
    -webkit-transition:all 0.7s;
    -ms-transition:all 0.7s;
    -o-transition:all 0.7s;
    -moz-transition:all 0.7s;*/
}
.process-steps li a span {
    width:110px;
    background:#0097ad;
    line-height:102px;
    display:inline-block;
    margin:0 0 20px;
    height:110px;
    border-radius:100%;
    transition:all 0.7s;
    -webkit-transition:all 0.7s;
    -ms-transition:all 0.7s;
    -o-transition:all 0.7s;
    -moz-transition:all 0.7s;
    border:4px solid #f4f4f4;
}

.process-steps li.current-process a {
    color:#ee5b27;
}
.process-steps li.current-process a span {
    background:#ee5b27;
}
.process-steps li a span img {
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    -moz-transition:all 0.3s;

}

.process-steps li a:hover{
    text-decoration:none;
}
.process-steps li a:hover span{
    transform:scale(1.05);
    border:4px double #fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
}
.process-steps li a:hover span img {

    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
}
#create-profile{
    margin:0 0 120px;
}
.profile{
    padding:20px 50px;
    background:#fff;
    border-radius:7px;
}
.form-group{
    margin:0 0 20px;
}
.form-group label{
    font-size:19px;
    color:#585858;
    display:block;
    font-weight:300;
    text-transform:capitalize;
}
.form-group label em{
    color:#ee5b27;
    font-weight:700;
    font-size:22px;
    margin:0 0 0 10px;
    font-style:normal;
}
.form-group .form-control{
    height:46px;
    border:1px solid #d7d7d6;
    background:#f8f8f8;
    border-radius:0;
}
.form-group .form-control:focus{
    box-shadow:none;
    border:1px solid #44a3ba;
    background:#fff;
}
.password-strength{
    float:right;
    width:50%;
    padding:13px 0 0;
}
.p-strength{
    float:right;
    margin:0 0 0 10px;
    color:#000;
    font-size:12px;
}
.p-strength-bar{
    padding:3px 0;
    overflow:hidden;
}
.gray-bar{
    height:8px;
    background:#b7b7b8;
    display:block;
    position:relative;
    border-radius:4px;
}
.blue-bar{
    position:absolute;
    left:0;
    top:-2px;
    bottom:-2px;
    width:20%;
    background:#0097ad;
    border-radius:4px;
    margin:0;
}
.password-info{
    margin:10px 0 0;
}
.info-para{
    font-size:16px;
    color:#565656;
}
.btn-generic{
    width:100%;
    color:#fff;
    background:#ee5b27;
    height:48px;
    font-size:19px;
    text-transform:uppercase;
    border:0;
    font-size:20px;
}
.btn-generic:hover{
    background:#d84e1d;
}
#footer{
    position:relative;
    margin-top: 85px;
}
#footer .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
#footer .form-control:-webkit-placeholder {
    color: #fff !important;
    opacity: 1;
}
#footer .form-control::-o-placeholder {
    color: #fff;
    opacity: 1;
}
#footer .form-control::-ms-placeholder {
    color: #fff;
    opacity: 1;
}
#footer .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
#footer .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
#footer .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
#footer .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}
.goto-top{
    position:fixed;
    bottom:100px;
    right:30px;
    width:50px;
    height:50px;
    background:#fff;
    border-radius:100%;
    color:#CCC;
    line-height:40px;
    text-align:center;
    font-size:20px;
    border:4px double #fff;
    display:none;
}
.goto-top:hover{
    border:4px double #ccc;
    color:#585858;
}
#footer:after{
    position:absolute;
    left:50%;
    background:url(../images/footer-after.svg) no-repeat;
    width:100px;
    height:100px;
    top:0;
    margin:-50px 0 0 -50px;
    content:" ";
}
.footer-top{
    background:url(../images/bg-footer.jpg) no-repeat center center;
    background-size:cover;
    padding:60px 0;
}
.footer-top h2{
    color:#fff;
    font-size:38px;
    font-weight:300;
    text-transform:uppercase;
}
.social-nav {
    display:block;
    margin:0 0 50px;
}
.social-nav:after{
    display:block;
    content:" ";
    clear:both;
}
.social-nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
.social-nav ul li{
    float:left;
    margin:0 15px 0 0;
}
.social-nav ul li a{
    display:block;
    width:51px;
    height:51px;
    text-decoration:none;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../images/social-sprite.png) no-repeat;
}
.social-nav ul li.twitter a{background-position:-67px 0;}
.social-nav ul li.youtube a{background-position:-135px 0;}
.social-nav ul li.linkein a{background-position:-205px 0;}
.social-nav ul li.googleplus a{background-position:-274px 0;}
.social-nav ul li.instagram a{background-position:-343px  0;}
.social-nav ul li a:hover{
    opacity:0.8;
}
.f-nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
.f-nav ul li{
    margin:0 0 10px;
}
.f-nav ul li a{
    font-size:20px;
    color:#fff;
    text-transform:uppercase;
}
.f-nav ul li a:hover{
    color:#ee5b27;
    text-decoration:none;
}
.f-para{
    font-size:18px;
    color:#fff;
}
.f-para.f-para01{
    font-size:16px;
}
.footer-top .form-group .form-control{
    background:none;
    border:1px solid #fff;
    color:#fff;
}
.footer-top .form-group .form-control::-webkit-input-placeholder,
.footer-top .form-group .form-control:-moz-placeholder,
.footer-top .form-group .form-control::-moz-placeholder ,
.footer-top .form-group .form-control:-ms-input-placeholder  {
    color: #fff;
}
.footer-top .form-group .btn-generic{
    font-weight:300;
}
.footer-top .form-group .btn-generic.btn-footer{
    background:#ee5b26;
    line-height: 40px;
    margin: 0 2px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ee5b26;
}
.footer-top .form-group .btn-generic.btn-footer:hover{
    background:none;
    color: #fff;
    border: 1px solid #f15a24;
}

.btn-global{
    height:46px;
    display:block;
    color:#fff;
    border:1px solid #fff;
    line-height:45px;
    font-size:20px;
    text-transform:uppercase;
    text-align:center;
}
.btn-global:hover{
    text-decoration:none;
    color:#fff;
    background:#0097ad;
    border:1px solid #0097ad;
}
.btn-global.btn-knowledge{
    border:1px solid #0b486b;
    color:#fff;
    background:#0b486b;
}
.btn-global.btn-knowledge:hover{
    color:#fff;
    background:#06334C;
}
.footer-bottom{
    background:#222021 url(../images/bg-footer.png);
    padding:25px 0 15px;
    color:#fff;
    font-size:17px;
    line-height:22px;
}
.copy-right{
    text-align:center;
    color:#fff;
    font-size:19px;
    margin:30px 0 0;
}
.country-panel{    
    margin:0 0 30px;
    outline: none;
}
.country-panel-large{
    height:275px;   
}
.nicescroll-cursors{
    width:10px !important;
    border-radius:5px !important;
    background:#b7b7b8 !important;
}
.country-holder{
    border:1px solid #e6e4e4;
    margin:0 0 15px;
}

.country-flag{
    padding:0 15px 0 0;
}
.country-flag img{
    /* min-height: 74px; */
    max-width: 120px;
    width: 100%;
}
.row-country .country-holder {
    display: table;
    width: 100%;
}
.row-country .country-holder .country-flag  {
    display: table-cell;
    float: none;
}
.row-country .country-holder .country-name  {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.country-price{
    height: 78px;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    padding: 15px 0 0;
    text-align: center;
    font-weight: 400;
    background: #b7b7b8;
    position: relative;
    right: -2px;
    top: 1px;
    margin: -2px 0 0;
}
.country-price em{
    display:block;
    font-size:14px;
    line-height:14px;
    font-style:normal;
    color:#fff;
}
.country-holder .country-name{
    font-size:22px;
    color:#313131;
    padding:0px 0 0;
    text-transform: uppercase;
}
.country-holder:hover{
    border:1px solid #0096ae;
    background:#0096ae;
}

.country-holder:hover section, .country-holder:hover a{
    color: #fff;
}

.country-holder:hover .country-price{
    background:#0097ad;
    border:1px solid #ee5b27;
    border-left: none;
}
.country-holder.purchased{
    border:1px solid #abccd7;
    background:#d3d3d3;
    cursor: default;
}
.form-group label.promo-label{
    color:#2c2c2c;
    padding:10px 0 0;
}
.country-para,.payment-para{
    font-size:19px;
    line-height:25px;
    text-align:center;
    color:#585858;
    margin:0 0 40px;
    padding:0 15px;
}
.payment-para{
    margin:0 0 10px;
}
.payment-para.blue{
    margin:0 0 20px;
    color:#0097ad;
    font-weight:400;
}
.label-year{
    text-indent:-9999px;
    overflow:hidden;
    height:31px;
}
.info-para.info-para01{
    font-size:14px;
    color:#2a6a99;
    margin:-10px 0 10px;
}
.login-panel{
    max-width:605px;
    padding:40px 20px 15px;
    margin:0 auto;
    border-radius:7px;
    background:#fff;
}
.login-infopara{
    color: #fff;
    font-family: '../fonts/cavior/caviar_dreamsregular';
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}
.login-infopara em{display: block;margin: 15px 0 0;}
.country-slider{
    float:right;
    width:91px;
    margin:0 10px 0 0;
}
.text-select-country{
    overflow:hidden;
    line-height:20px;
    font-size:16px;
}
#slider{
    margin:0 0 17px;
}
#slider .container{
    position:relative;
}
.feedback{
    width:40px;
    right:-25px;
    border-radius:0 5px 5px 0;
    height:151px;
    position:absolute;
    top:50px;
    color:#fff;
    padding:20px 0;
    opacity:0.89;
    text-align:center;
}
.feedback:hover{
    opacity:1;
}
#two-cols{
    margin:0 0 60px;
}
#two-cols h2{
    font-size:19px;
    color:#585858;
    font-weight:400;
    margin:0 0 10px;
    text-transform:uppercase;
}
#two-cols p{
    font-size:15px;
    line-height:23px;
    color:#585858;
    font-weight:400;
}
.box-white{
    padding:15px;
    margin:0 0 15px;
    background:#fff;
    border-radius:6px;
}
.box-white:after{
    display:block;
    content:" ";
    clear:both;
}
.title-knowledge{
    font-size:16px;
    color:#434343;
    font-weight:400;
    line-height:19px;
    margin:0;
}
.title-knowledge strong{
    font-size:19px;
    color:#0b486b;
    text-transform:uppercase;
    font-weight:400;
}
.title-knowledge.marketplace strong{
    color:#ee5b27;
}
.title-knowledge.connect strong{
    color:#0097ad;

}
.pagination{
    margin:0;
    float:right;
}
.pagination>li>a, .pagination>li>span{
    padding:3px 9px;
    font-size:14px;
    color:#0b486b;
    font-weight:400;
    border-radius:0 !important;
}
.pagination>li>a:hover,.pagination>li.active>a{
    background:#0b486b;
    color:#fff;

}
.pagination.marketplace>li>a:hover,.pagination.marketplace>li.active>a{
    background:#ee5b27;
    color:#fff;
    border:1px solid #ee5b27;
}
.pagination.connect>li>a:hover,.pagination.connect>li.active>a{
    background:#0097ad;
    color:#fff;
    border:1px solid #0097ad;
}
.img-placeholder{
    height:300px;
    margin:0 0 20px;
    background:#eeedec;
}
.slide-holder{
    background: none repeat scroll 0 0 #e3e2e1;
    border-left: 10px solid #fff;
    box-sizing: border-box;
    height: 170px;
    margin: 0 0 10px;
    min-height: 170px;
    overflow: hidden;
    padding: 10px;
}
.examples li:first-child .slide-holder{
    border-left:0;
}
.sidebar-title{
    text-align:center;
    padding:15px 0;
    font-size:19px;
    font-weight:400;
}
.sidebar-title .title-text{
    color:#0b486b;
}
.sidebar-title .subtitle-text{
    font-size: 15px;
}
.ico-holder{
    display:block;
    margin:0 auto 10px;
    width:75px;
    height:75px;
    border-radius:100%;
    font-size:40px;
    line-height:70px;
    background:#0b486b;
    color:#fff;
    text-align: center;

}
.sidebar-search{
    margin:0 0 15px;
}
.sidebar-search .form-group .form-control{
    padding-left:40px;
    position:relative;
    background:#f8f8f8 url(../images/ico-search.png) no-repeat;
    background-position: 7px 12px;
}
.sidebar-search .form-group .form-control:after{
    position:absolute;
    left:10px;
    content:" ";

    color:#8c8a8a;
}
.sidebar-menu{
    height:290px !important;
    margin: 0 -15px;
}
.sidebar-menu .panel-default > .panel-heading{
    border-radius:0;
    padding:0;
    background:none;
}
.sidebar-menu .panel-default > .panel-heading a i{
    font-size:22px;
    margin:0 10px 0 0;
    position:relative;
    top:3px;
    color: #BBB;
}
.sidebar-menu .panel-default > .panel-heading a{
    background:#f1f1f1;
    font-weight:600;
    color:#4b4a4b;
    padding:8px 17px;
    display:block;
    font-size:16px;
}
.sidebar-menu .panel-default > .panel-heading a.collapsed{
    background:none;
    font-weight:400;
    color:#2a6a99;
    border-radius:0;
    font-weight:400;
}
.sidebar-menu .panel-default > .panel-heading a i:before{
    content: "\f0d7";
}
.sidebar-menu .panel-default > .panel-heading a.collapsed i:before{
    content: "\f0da"
}
.panel-group .panel{
    box-shadow:none;
    border:0;
    border-radius:0;
}
.sidebar-submenu {
    margin:0;
    padding:0;
    list-style:none;
}
.sidebar-submenu li{
    border-bottom:1px solid #ededed;
}
.sidebar-submenu li a{	
    padding:7px 10px 7px 40px;
    display:block;
    font-weight:400;
    color:#4b4a4b;
}
.sidebar-submenu li:hover a,
.sidebar-submenu li.acitve a{
    background:#BDBDBD;
}
.sidebar-submenu li a i{
    margin:0 15px 0 0;
    color: #BBBBBB;
    font-size: 10px;
}
.ico-holder.gray{
    background:#727271;
}
.title-text{
    text-transform:uppercase;
    display: block;
    text-align: center !important;
}
.title-text.title-vendors{
    text-align: left !important;
}
.title-text.gray{
    color:#727271;
    display:block;
    margin:0 0 15px;
}
.form-group textarea.form-control{
    min-height:85px;
}
.btn-generic.gray{
    background:#7e7e7e;
    margin:-7px 0 0;
    font-weight:300;
}
.btn-generic.gray:hover{
    background:#656666;
}
.ico-holder.orange{
    background:#ee5b27;
}
.title-text.orange{
    color:#ee5b27;
    text-transform:uppercase;
}

.marketplace-para{
    padding-bottom:20px;
    margin:15px 0 0;
    text-align:left;
    border-bottom:1px solid #f1f0ef;
}
.vendor-title{
    text-align:center;
    font-size:16px;
    text-transform:uppercase;
    color: #7E7E7E;
    text-align: left;
    font-weight: 500;
    display: block;
}
.vender-list{
    margin:20px 0 50px;
}
#two-cols .vender-list p{
    font-size:12px;
    margin:0 0 15px;
    text-align: left;
}
.vender-list a, .vendorsearchcatsel{
    display:block;
    border:1px solid #ee5b27;
    display:block;
    font-size:14px;
    font-weight:400;
    color:#585858;
    height:33px;
    line-height:30px;
}
.vender-list a:hover, .vendorsearchcatsel:hover{
    background:#ee5b27;
    color:#fff;
}
.ico-holder.blue{
    background:#0097ad;
}
.ico-holder.blue img{
    position:relative;
    top:-3px;
}
.title-text.blue{
    color:#0097ad;
}
.recomended-connections {
    padding:10px 0 0;
    text-align:left;
}
.recomended-connections h3{
    font-size:19px;
    text-transform:uppercase;
    color:#585858;
    line-height:25px;
    margin:0 0 15px;
    text-align:left;
}
.btn-connections{
    background:#0097ad;
    color:#fff;
    border:0;
}
.btn-connections:hover{
    border:0;
    background:#045d6a;
}
.connections-list ul{
    margin:0;
    padding:0;
    list-style:none;
}
.connections-list ul li{
    overflow:hidden;
    margin:0 0 30px;
    list-style:none;
}
.connections-list ul li .user-image{
    float:left;
    width:60px;
    margin:0 10px 0 0;
}
.connections-list ul li .user-image img{
    border-radius:50% 0 50% 50%;
}
.connection-details{
    overflow:hidden;
}
.connection-title{
    display:block;
    font-size:16px;
    line-height:20px;
    margin:0 0 10px;
    text-transform:uppercase;
}
.connection-title em{
    font-style:normal;
    font-weight:400;
    margin:0 0 0 20px;
    color:#999898;
    font-size:12px;
}
#two-cols .connection-details p{
    margin:-10px 0 10px;
    font-size:12px;
    line-height:17px;
}
.socil-nav1 ul{
    margin:0;
    padding:0;
    list-style:none;
}
.socil-nav1 ul li{
    float:left;
    margin:0 10px 0 0;

}
.socil-nav1 ul li a{
    display:block;
    width:20px;
    height:20px;
    color:#fff;
    font-size:16px;
    line-height:20px;
    text-align:center;
    background:#bdbfc1;
}
.socil-nav1 ul li a:hover{
    background:#989898;
}
.ico-holder.dark{
    background:#2b282e;
}
.ico-holder.dark img{
    position:relative;
    top:-3px;
}
.title-text.dark{
    color: #7E7E7E;
    text-align: left;
    display: block;
}
.btn-conservation{
    background:#2b282e;
    color:#fff;
    border:1px solid #2b282e;
}
.btn-conservation:hover{
    background: #191818;
    color: #fff;
    border: 1px solid #2b282e;
}
.ico-holder.twitter{
    background:#5fa9dd;
    font-size:40px;
}
.title-text.twitter{
    color:#5fa9dd;
}
.see-more{
    display:block;
    text-align:center;
}
.see-more a{
    font-size:22px;
    color:#585858;
}
.see-more a:hover{
    color:#000;
}
.optionscountry .dropdown-toggle{
    border-radius: 0;
    margin: 5px 0 0;
    padding: 0 3px;
    background: none;
    box-sizing: border-box;
    height: 34px;
    width: 100%;
    text-shadow: none;
    color: #0097ad;
    border: 1px solid #0097ad;
}
.login-user-name{
    float:right;
    text-align:right;
    font-size:14px;
    color:#143956;
}
.login-user-name:hover{
    color:#000;
}
.login-user-image{
    float:left;
    width:40px;
    height:40px;
    border-radius:50% 0 50% 50%;
}
.login-user-image img, .answerSection .imgholder img{
    width:40px;
    height:40px;
    border-radius:50% 0 50% 50%;
}
.drop-downarrow{
    float: right;
    /* margin: 0 -15px 0 0; */
    position: relative;
    left: 15px;
    cursor:pointer;
    top:10px;
}
.dropdown-menu.userdropdown{
    left: auto;
    right: -16px;
    top: 42px;
}
.login-page{
    background:url(../images/bg-login.jpg) no-repeat center 0;
}
.login-page #header, .sign-up-bg #header{
    background:rgba(0,53,94,0.8);
}
/*#header.askPortal-header{
   background:rgba(0,53,94,0.8); 
}*/
.login-page #header.top-fixed, .sign-up-bg #header.top-fixed{
    background:rgba(0,53,94,0.8);
    border:0;
}
.login-page .main-menu > li > a, .sign-up-bg .main-menu > li > a{
    color:#fff;
}
.login-page .main-menu > li > a:hover, .sign-up-bg .main-menu > li > a:hover{
    color:#ff4600;
}
.login-page .hdr-login, .sign-up-bg .hdr-login{
    color:#fff;
}
.login-here span{
    display:block;
    width:80px;
    height:80px;
    border-radius:100%;
    line-height:70px;
    margin:0 auto 10px;
    background:#0097ad;
    text-align:center;
}
.login-here span img{
    position:relative;
    left:3px;
}
.login-here p{
    font-size:19px;
    margin:0 0 20px;
    color:#0097ad;
}
.login-links{
    overflow:hidden;
    padding:10px 0 0;
}
.login-links a,.login-links label{
    font-size:16px;
    color:#0097ad;
    line-height: 14px;
}
.login-links label input{
    position:relative;
    top:2px;
    margin: 0;
}
.login-links a:hover{color:#000;}
.new-to{
    font-size:19px;
    margin:30px 0 10px;
}
.login-page #process-header{
    padding-bottom:40px;
}
.login-text{
    margin:0 auto;
}
.login-here span i{
    font-size:40px;
    color:#fff;
    line-height:80px;
    font-weight:300;
}
.things-toknow{
    font-size:19px;
    margin:10px 0 20px;
}
.info-points,.para-thanks{
    margin:0 0 30px;
    padding:0 0 0 20px;
    font-size:19px;
}
.para-thanks{
    margin:0;
    padding:0;
}
.info-points li{
    margin:0 0 10px;
}
#create-profile.thankyou{
    margin:100px 0;
}
.payement-para{
    font-size:19px;
    margin:0 0 10px;
}
.marketplace-heading{
    font-size:19px;
    color:#585858;
    margin:0 0 15px;
    text-transform:uppercase;
}
.vender-list.vender-list01{
    margin:20px 0 10px;
}
.marketplace-info{
    font-size:16px;
    color:#2a6a99;
    margin:0 40px 15px 0;
    display:inline-block;
}
.marketplace-info i{
    color:#999695;
    margin:0 15px 0 0;
}
.linkemail-here{
    text-align:center;
}
.linkemail-here a{
    font-size:22px;
}
.marketplace-category ul{
    margin:0;
    padding:0;
    list-style:none;
}
.marketplace-category ul li{
    padding:0 0 10px 30px;
    background:url(../images/ico-bullet.jpg) no-repeat 0 8px;
}
.marketplace-category ul li a{
    font-size:15px;
    color:#2f2f2f;
    font-weight:400;
}
#two-cols .marketplace-category ul li p{
    color:#8d8989;
    font-size:13px;
}
.marketplace-category ul li:hover a,
.marketplace-category ul li.active a,
.marketplace-category.knowledge ul li:hover a,
.marketplace-category.knowledge ul li.active a{
    color:#ee5b27;
}
.marketplace-category.connect-category ul li:hover a,
.marketplace-category.connect-category ul li.active a{
    color:#0097ad;
}
.knwoledge-base{
    margin:0 0 20px;
}
.knwoledge-base a{
    color:#143956;
    font-weight:400;
}
.marketplace-category.knowledge ul{
    margin:0;
}
.marketplace-category.knowledge ul li a{
    color:#143956;
    font-size:16px;
}
.connect-user{
    display:inline-block;
}
.connect-user img{
    border-radius:50% 0 50% 50%;
}
.connect-user-title{
    text-transform:uppercase;
    color:#0697ad;
    font-size:19px;
}
.connect-info-holder{
    margin:20px 0 0;
}
.connect-info-holder .connect-info{
    font-size:16px;
    color:#999695;
    margin:0 40px 15px 0;
    display:inline-block;
}
.connect-info-holder .connect-info i{
    color:#999695;
    margin:0 15px 0 0;
}
.open>.dropdown-menu {
    display: block;
    border-radius: 0;
    margin: -1px 0 0;
}
.sidebar-accordion{
    margin: 0;
    padding: 0 17px 0 34px;
}
.sidebar-accordion  li{
    list-style: none;
}
.sidebar-accordion  li {
    position: relative;

}
.sidebar-accordion  li.open.current > a{
    background: none;
}
.sidebar-accordion > li {
    border-bottom: 1px solid #ededed;
}
.sidebar-accordion  li span{
    position: absolute;
    width: 20px;
    height: 20px;
    left: -15px;
    top: 12px;
    font-size: 16px;
    background: url(../images/bullets1.png) no-repeat;
    cursor: pointer;
}
.sidebar-accordion  li.open > span{
    background: url(../images/bullets1.png) no-repeat;
    cursor: pointer;
    background-position: 0 -21px;
}

.sidebar-accordion  li.current > span{
    background-position: 0 0;
}

.sidebar-accordion > li a{
    font-weight: 400;
    color: #545454;
    border-radius: 0;
    font-weight: 400;
    display:block;
    font-size: 16px;
    padding: 8px 10px ;
    line-height: 20px;
}
/*.sidebar-accordion  li.open > a{
    background-color: #e6e4e4;
    border-top: 1px solid #fff;
    color: #2a6a99;
    font-weight: bold;
}*/



.sidebar-accordion > li  ul{
    padding: 0 0 0 15px;
    display: none;
}
li.open > ul{
    display: block;
}
.sidebar-accordion > li.current > a,
.sidebar-accordion > li > ul > li.current > a,
.sidebar-accordion > li > ul > li > ul > li.current > a,
.sidebar-accordion > li > ul > li > ul > li > ul > li.current > a,
.sidebar-accordion > li > ul > li > ul > li > ul > li> ul > li.current > a{
    color: #2a6a99;
    font-weight: bold;
}
/***** Membership plan ****/
.breadcrumb{
    border-top:1px solid #d7d7d6;
    border-radius:0;
    margin: 10px 0;
}
.breadcrumb li,
.breadcrumb li a{
    font-size: 16px;
    color: #666767;
    text-transform: uppercase;
}
.breadcrumb li a:hover{
    color: #ee5b27;
}
.tab-nav ul{
    margin: 0;
    padding: 0;
}
.tab-nav ul li{
    list-style: none;
    margin: 0 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.tab-nav ul li a{
    font-size: 19px;
    color: #666767;
    text-transform: uppercase;
}
.tab-nav ul li.current a{
    font-weight: 500;
}
.tab-nav ul li a:hover{
    color: #ee5b27;
}
.tab-nav ul li.current:after {
    position: absolute;
    content: " ";
    width: 15px;
    height: 14px;
    left: 50%;
    bottom: -22px;
    background-color: #FFFFFF;
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #D2D2D2;
    margin: 0 0 0 -7px;
}
.account-title-section{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    position: relative;
}
.title-account{
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    color: #585858;
    text-transform: uppercase;
}
.account-expiry-date{
    color: #ee5b27;
    font-size: 16px;
    display: block;
    text-align: right;
}
.borderLeft{
    border-left: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    margin: -13px 0 -12px;
    padding: 15px 15px 20px;
}
.heading-plan{
    text-align: center;
    font-size: 36px;
    color: #ee5b27;
    font-weight: 300;
    margin: 25px 0;
    text-transform: capitalize;
}
.box-white.seprator{
    background: #fff url(../images/sep01.jpg) repeat-y center center;
}
.edit-link{
    float: right;
    font-size: 20px;
    color: #918f8f;
}
.edit-link:hover{
    color: #333;
}
.btn-addmore{
    display: block;
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 30px;
    padding: 9px;
    background: #b7b7b8;
    margin: 30px 0 0;
}
.btn-addmore:hover{
    background: #808080;
    color: #fff;
}
.btn-addmore:focus{color:#fff;}
.billing-address{
    padding: 13px 0;
    font-size: 19px;
    line-height: 21px;
    color: #585858;
}
.address-title{
    display: block;
    font-weight: 500;
    margin: 0 0 9px;
}
.cancel-link{
    float: right;
    color: #484848;
    text-decoration: underline;
    font-weight: 400;
}
.cancel-link:hover{
    color: #333;
    text-decoration: none;

}
.adduser-Link{
    width: 175px;
    line-height: 31px;
    padding: 11px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #f15a24;
    margin: -16px 0 0 0;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.adduser-Link.addlink01{margin-right: 63px;}
.adduser-Link:hover,.adduser-Link:focus{
    color: #fff;
    background: #d74e1d;
}
.title-account small{
    font-size: 14px;
    color: #ee5b27;
}

.users-table{
    width: 102.5%;
    table-layout: fixed;
    margin: 30px -14px 0;
}
.users-table tr th{
    color: #585858;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 15px;
}
.users-table  tbody tr:nth-child(odd){
    background: #f7f7f7;
}
.users-table tr td{
    padding: 8px 15px;
    line-height: 23px;
    font-size: 15px;
    color: #929292;
    font-weight: 300;
    word-break: break-all;
}
.users-table tr td:first-child{
    font-weight: 400;
    color: #585858;
    font-size: 18px;
}
.users-table tr td:last-child a{
    color: #585858;
    font-size: 16px;
    margin: 0 10px;
}
.days-remaining{
    text-align: left;
    margin: 0;
}
.days-remaining a{
    display: inline-block;
    min-width: 175px;
    line-height: 31px;
    padding: 11px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #f15a24;
    margin: 0 0 -16px 20px;
    text-transform: uppercase;
}
.adduser-Link:hover{
    color: #fff;
    background: #d74e1d;
}
/*sh====21082015=======*/
.vender-list.vender-list02{
    margin: 0;
}
.marketplace-heading.heading1{
    line-height: 30px;
}
.rating-holder{
    float: right;
    max-width: 400px;
}
.star-based{
    float: left;
    font-size: 14px;
    color: #585858;
    text-transform: none;
    margin: 3px 10px 0 0;
}
.star-based em{
    font-size: 18px;
    font-style: normal;
    color: #0697ad;
    margin: 0 10px 0 0;
}
.rating-table{
    width: 100%;
    table-layout: fixed;
    margin: 0 -15px 30px -15px;
}

#vendorreviewmodel .modal-body{
    margin-top: 30px; 
}

.rating-table tr td{
    border-top: 1px solid #e4e3e2;
    padding: 15px;
    font-size: 14px;
}
.rating-table tr td:first-child{
    width: 86px;
    border-right: 1px solid #e4e3e2;
    text-align: center;
}
.rating-table tr td:first-child span{
    opacity: 0.3;
}
.rating-table tr td:first-child:hover span{
    opacity: 0.7;
}
.rating-table tr td h3{
    margin:0 !important;
    color: #585858 !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}
#two-cols .rating-table tr td p{
    margin: 0;
}
.rating-table tr td:first-child{
    width: 86px;
}
.rating-table tr td:last-child{width: 100px;}

.rating-disabled{
    cursor: default;
    float: right;
}

.rating-active{
    cursor: pointer;   
}

.font19{
    font-size: 19px;
}

/*====20-08-2015=======*/
.modal-header{position: relative;}
.modal-header .close{
    position: absolute; 
    right: 25px; 
    font-size: 25px;    
}
.modal-footer .btnclose{
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    padding: 10px 30px;
    display: inline-block;
}
.modal .btn-generic{width:auto; display: inline-block; border-radius:0px;}
.modal-footer .btnclose:focus,.modal .btn-generic:focus,.modal .btn-generic:hover{outline: none;}
.modal-title{text-transform: uppercase;}
.modal-footer button, .modal-footer .button{
    display: inline-block;
    width: auto;
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
}
.modal-body .country-holder .country-name{text-align:center;}
.modal-body .confirmorder .country-holder .country-name{text-align:left;}
.modal-body .confirmorder {padding:15px; box-sizing: border-box;}
.modal-body .totalamount{background:#b7b7b8;color:#fff;padding: 15px 30px;margin:0 -15px; }
.modal-body .totalamount span{text-transform: uppercase;font-size:19px;font-weight: 400;}
.sucessmsg p{font-weight:;font-size:20px;color:#585858;margin-bottom: 25px;}
.sucessmsg button{ padding:10px 60px;margin-bottom: 15px;}
.countrychecked{
    color:#f06a3b;
    text-align: center;
    font-size: 30px;
    padding-top: 15px;
    vertical-align: middle;
}
.modal-body .country-holder.activeclick{
    border: 1px solid #ee5b27;
}
.modal-body .confirmorder .country-holder:hover{border-color:#e6e4e4;}
.modal-body .confirmorder .country-holder:hover .country-price{background:#b7b7b8;border-color:#e6e4e4;}
.searchform .form-group{position: relative;}
.searchform a{
    position: absolute;
    right: 25px;
    top: 7px;
    color: #ccc;
    font-size: 20px;
}
.modal-header h4{font-size: 18px;}
.modal-header h4 span.mendatory{color:#9b9b9b; font-size: 14px;margin-left: 10px;}
.modal-header h4 span.mendatory em{
    color: #ee5b27;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 0 10px;
}
.modal-body .title-account{line-height: 44px;}
.modal-body .title-account small{
    font-size: 16px;
    padding-left: 20px;
    text-transform: uppercase;
}
.countrySelection{
    padding: 15px 15px 0;
    border: 1px solid #ccc;
}
.billinginvoice{margin: 0 -15px;}
.billinginvoice table{margin-bottom: 0px;}
.billinginvoice table tr:first-child td{border-top:none;}
.billinginvoice table tr{background:#cccccd;cursor: pointer;}
.billinginvoice table tr.current{background:#f05a23;}
.billinginvoice table tr td{
    padding:12px 20px;
    font-size:19px;
    color: #fff;   
    text-transform: uppercase;
    border-right: 1px solid #fff;
    font-weight: 400;
}
.modal-body .table{margin-bottom: 0px;}
.modal-body .table tr td{
    border:none;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px;
}
.tablecountry tfoot tr td{color:#f05a23;}
.tablecountry tr:nth-child(odd){background:#f5f5f5;}
.greytxt tr td:nth-child(2){color:#929292;}
.tablecountry tfoot tr.total{background:#ebebeb;}
/*===24-08-2015========*/
.selectCountry{
    padding: 20px 0 100px;
}
.selectCountry .country-para{margin-bottom: 40px;}
.selectCountry .profile{padding:60px 90px;}
.modal .btnfullwidth{display:block;width: 100%;background:#adabab;font-weight:400;}
.modal .btnfullwidth:focus,.modal .btnfullwidth:hover{background:#ee5b27; color:#fff;}

/*===Style for checkbox======*/
.form-group input[type="checkbox"] {
    display: none;
}
.form-group .login-links input[type="checkbox"] {
    display: inline-block;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    margin-left: -3px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: none; 
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: inline-block;
}
.inlinecheckbox{width:100%;}
.inlinecheckbox > label:last-child{
    text-align: right;
    border-radius:0px;border:1px solid #d7d7d6;
    background:#f8f8f8;
    font-size: 16px;
    padding: 8px 10px;
    overflow: hidden;
    float:none;
}
.inlinecheckbox > label:first-child{    background: #e4e3e3;
                                        color: #fff;
                                        border-radius: 0;
                                        border: 0;
                                        height: 40px;
}
.form-group input[type="checkbox"]:checked + .inlinecheckbox > label:first-child{background:#ee5b27;width: 40px;}
.form-group input[type="checkbox"]:checked + .inlinecheckbox > label:last-child{color:#ee5b27;}
#sendRFI .modal-lg {
    width: 100%;max-width:1210px;
}
#sendRFIsuccess .modal-body h4{margin:30px 0; }
.btn-review .btn-addmore{
    height: 78px;
    color: #fff;
    font-size: 19px;
    line-height: 32px;
    padding: 20px 0 0;
    text-align: center;
    background: #b7b7b8;
    position: relative;
    right: 16px;
    top: 1px;
    margin: -2px 0 0;
    width: 120px;
    text-transform: uppercase;
    font-weight: 300;
}
.country-holder:hover .btn-review .btn-addmore{
    background: #EE5B27;
}
.id-account-title{
    font-size: 22px;
    color: #666767;
}
.upload-image-link{
    display: block;
    text-align: center;
    margin: 10px 0 0;
}
.profile-image-holder{
    text-align: center;
}
.changepassowrd-link{
    display: block;
    background: #d7d7d6;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 19px;
    color: #666767;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.changepassowrd-link:hover{
    color: #fff;
    background: #797979;
}
.profile-accordion-title{
    padding: 0 15px 15px;
    margin: 0 -15px ;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.profile-accordion-title a{
    font-size: 19px;
    text-transform: uppercase;
    color: #585858;
    padding-left: 25px;
    background: url(../images/bullets1.png) no-repeat;
    background-position: 5px -13px;
    background-size: 12px;
}
.profile-accordion-title a.collapsed{
    background: url(../images/bullets1.png) no-repeat;
    background-size: 12px;
    background-position: 5px 6px;
}
.panel.box-white{
    padding-bottom: 0;
    margin-bottom: 15px;
    border-radius: 6px;
}
.info-fileds{
    float: right;
    font-size: 14px;
    color: #9b9b9b;
}
.btn-full{
    width: 100% !important;
    float: none !important;
    display: block !important;
}
.form-group.form-group05 label{
    text-indent: -9999px;
}
.form-group.form-group05 .btn-generic.gray{
    margin: 0;
}
.search-panel{
    width: 100%;
    background: #fff;
    border: 1px solid #cdcccc;
    table-layout: fixed;
    margin: 0 0 50px;
}
.search-panel tr:first-child{
    border-bottom: 1px solid #cdcccc;
}

.search-panel tr td{
    border-left: 1px solid #cdcccc;
    text-align: center;
    padding: 20px 5px;
}
.search-panel tr td:first-child{
    border-left: 0;
    text-align: left;
}
.search-panel tr td:first-child span{
    font-size: 16px;
    text-indent: 20px;
    font-weight: 400;
    color: #585858;
    display: block;
}
.search-panel tr:first-child td{
    padding: 0;
}
.search-panel tr td a{
    color: #585858;
    font-size: 19px;
}
.search-panel tr td a.active{
    color: #09496c;
    font-weight: 400;
}
.search-panel.market tr td a.active{
    color: #ee5b27;
}
.search-text{
    padding: 15px 15px 15px 45px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    line-height: 30px;
    font-size: 19px;
    color: #676767;
    background: #fff url("../images/ico-search.png") no-repeat 15px 50%;
}
.optionscountry.search .dropdown-toggle{
    border: 0;
    box-shadow: none;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #09496c;
}
.optionscountry.search.market .dropdown-toggle{
    background-color: #ee5b27;
}
.optionscountry.search .dropdown-toggle .caret{
    margin-left: 10px;
    float: right;
    margin: 14px;
    color: #fff;
}
.optionscountry.search .dropdown-toggle > span i {
    float: left;
    margin: 9px 23px;
}
.optionscountry.search .dropdown-toggle > span{
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    float: left;
}
.optionscountry.search .dropdown-menu{
    width: 100%;
}
.search-panel tr td .form-group{
    margin: 0;
}
.optionscountry.search .dropdown-toggle.btn-info:focus,
.optionscountry.search .dropdown-toggle.btn-info:hover,
.optionscountry.search .dropdown-toggle.btn-info:visited{
    background: #053955;
}
.search-result-top:after{
    display: block;
    content: " ";
    clear: both;
}
.search-result-top{
    margin: 0 0 10px;
}
.title-result{
    font-size: 22px;
    color: #07486c;
    display: block;
    font-weight: 400;
}
.result-link{
    font-size: 19px;
    color: #676767;
    font-weight: 400;
}
.search-reuslt p{
    font-size: 19px;
    color: #676767;
    margin: 10px 0;
}
.search-reuslt p a{
    font-weight: 400;
    color: #676767;
}
@keyframes circle {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@-webkit-keyframes circle {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@-moz-keyframes circle {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@-o-keyframes circle {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@-ms-keyframes circle {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
span.loading{
    display: block;
    width: 60px;
    height: 60px;
    margin: -20px auto 0;
}
span.loading img { 
    -moz-animation: 1s circle infinite linear;
    -webkit-animation: 1s circle infinite linear;
    -o-animation: 1s circle infinite linear;
    -ms-animation: 1s circle infinite linear;
    animation: 1s circle infinite linear;
    width: 60px;
    height: 60px;
}
.pricing-panel{
    padding: 30px 80px;
    overflow: hidden;
}
.p-title,.p-info{
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #585858;
    text-align: center;
    font-weight: 400;
}
.p-info{
    font-weight: 300;
    text-transform: none;
    margin: 0 0 80px;
}
.pricing-table .no-padding{
    padding: 0;
}
.top-info-price{
    position: relative;
}
.heading.top-featured{
    background: #b4f3ff;
    color: #585858;
    font-size: 18px;
    text-align: left;
    vertical-align: middle !important;
}
.heading.topgrowth{
    background: #0a476b;
}

.heading.topaccelerator{
    background: #df5421;
}
.heading.topexpert{
    background: #00899d;
}
.active-panel{
    margin: -25px 0 0;
}
.active-panel.heading.topgrowth:after{
    position: absolute;
    right: -25px;
    top: -25px;
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 25px solid #155880;
    border-right: 25px solid transparent;
}
.active-panel.heading.topgrowth:before{
    background: #0a476b;
    width: 100%;
    height: 25px;
    left: 0;
    top: -25px;
    content: " ";
    position: absolute;
}
.active-panel.heading.topaccelerator:after{
    position: absolute;
    right: -25px;
    top: -25px;
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 25px solid #ec5c27;
    border-right: 25px solid transparent;
}
.active-panel.heading.topaccelerator:before{
    position: absolute;
    left: 0;
    top: -25px;
    content: " ";
    width: 100%;
    height: 25px;
    background: #df5421;
}
.active-panel.heading.topexpert:before{
    position: absolute;
    left: 0;
    top: -25px;
    content: " ";
    width: 100%;
    height: 25px;
    background: #00899d;
}
.active-panel.heading.topexpert:after{
    position: absolute;
    left: -25px;
    top: -25px;
    content: " ";
    width: 0;
    height: 0;
    border-right: 25px solid #0097ad;
    border-top: 25px solid transparent;
}
.top-info-price .plan-price{
    font-size: 55px;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 16px;
    padding-bottom: 15px;
    line-height: 55px;
}
.active-panel .plan-title{
    padding-top: 40px;
}
.plan-title{
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 22px;
    padding: 0 10px;
    text-align: center;
    margin: 10px 0;
}
.top-info-price p{
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    line-height: 15px;
}
.pricing-row:after{
    display: block;
    content: " ";
    clear: both;
}
.heading{
    color: #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.heading.featured{
    background: #6f6f6f;
    vertical-align: middle;
}
.heading.featured span{
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    display: block;
    padding: 10px;
}
.heading.growth{
    background: #155880;
}
.pricing-row.plan-table{
    display: table;
    width: 100%;
}
.pricing-row.plan-table .heading,.pricing-row.plan-table .column{
    display: table-cell;
    float: none;
}
.pricing-row.plan-table .heading p{
    padding: 10px;
}
.heading.accelerator{
    background: #ec5c27;
}
.heading.expert{
    background: #0097ad;
}
.pricing-row.plan-table .column{
    padding: 7px 20px;
    line-height: 20px;
    font-size: 17px;
    color: #202020;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
}
.pricing-row.plan-table .column:first-child{
    border-left: 0;
    text-align: left;
}
.pricing-row.plan-table .column span em{
    font-size: 12px;
    font-style: normal;
}
.pricing-row.plan-table .column i{
    font-weight: 300;
    color: #504d4d;
}
.pricing-row.plan-table .column .inner-title{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0097AD;
    display: block;
    padding: 7px 0;
}
.link-plan{
    padding: 15px;
    display: block;
    background: #0a476b;
    margin: -7px -20px;
    color: #fff;
    font-size: 22px;
    transition: all 0.5s;
    text-transform: uppercase;
}
.link-plan:hover{
    opacity: 0.8;
    color: #fff;
    transition: all 0.5s;
}
.link-plan.choose{
    background: #ec5c27;
}
.link-plan.choose1{
    background: #0097ad;
}
.pricing-row.plan-table .column.no-border{
    border: 0;
}
.info-para1{
    font-size: 20px;
    color: #0a476b;
    padding: 10px 0 0;
}
.features-heading{
    color: #525352;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
.features-para{
    font-size: 17px;
    color: #525352;
    text-align: center;
    margin: 0 0 20px;
}
.box-holder{
    border-radius: 7px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 20px;
    text-align: center;
    min-height: 330px;
    margin: 0 0 15px;
}
.box-holder.knowledge{
    background: #0a476b;
}
.box-holder.MarketPlace{
    background: #ee5b26;
}
.box-holder.connect{
    background: #0097ad;
}
.box-holder.ask{
    background: #6f6f6f;
}
.features-image,.premium-image{
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    border-radius: 100%;
    background: #fff;
    line-height: 90px;
    text-align: center;
}
.features-image img,.premium-image img{
    display: inline-block;
}
.box-holder h3{
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.premium-features{
    margin-top: 30px;
}
.box-premium{
    border-radius: 7px;
    background: #fff;
    min-height: 200px;
    padding: 20px;
    font-size: 19px;
    text-align: center;
    color: #6f6f6f;
    min-height: 356px;
}
.box-premium h3{
    color: #6f6f6f;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
}
.premium-image{
    background: #0097AD;
}
.mob-top-pricing{
    padding: 11px;
    color: #fff;
    cursor: pointer;
}
.mob-top-pricing.knowledge{
    background: #0a476b;
}
.mob-top-pricing.market{
    background: #df5421;
}
.mob-top-pricing.premimu{
    background: #00899d;
}
.mob-price{
    font-size: 40px;
    display: block;
    text-align: center;
    margin: 0;
    line-height: 40px;
}
.mob-sub-title{
    font-size: 15px;
    display: block;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.mob-pricing-info {
    text-align: center;
    font-size: 12px;
}
.mob-text-info{
    color: #fff;
    padding: 5px;
}
.mob-text-info.knowledge{

    background: #155880;
}
.mob-text-info.market{
    background: #ec5c27;
}
.mob-text-info.premium{
    background: #0097ad;
}
.mob-pricing-heading{
    padding: 20px;
    font-size: 24px;
    color: #6B6B6B;
    font-weight: 300;
    background: #E0E0E0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.mob-feature-row{
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
    background: #fff;
    text-align: center;
}
.mob-feature-row.bg-cyon{
    background: #caf7ff;
}
.mob-feature-row span{
    font-size: 16px;
    display: block;
}
.mob-feature-row span em{
    font-size: 14px;
    font-style: normal;
}
.mob-feature-row h3{
    padding: 10px 0;
    margin: -5px 0;
    color: #0097AD;
}
.mob-feature-row span:first-child{
    color: #111;
}
.pricing-row.plan-table.bg-cyon .column{
    background: #caf7ff;
    border-color: #B8DBE6;
}
.upgrade-heading{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #585858;
    margin: 0;
}
.plan-price sub{
    font-size: 12px;
    text-transform: uppercase;
    bottom: 0.15em;
}
.modal-dialog.model-preview{
    width: 100%;
    max-width: 1240px;
}
.modal-body.body-preview{
    background: #f5f4f5;
    overflow: hidden;
}
.topaccelerator{
    position: relative;
}
.topaccelerator .img-mostpopular{
    position: absolute;
    right:20px;
    top: -25px;
}
.top-info.tooltip-info{
    border-radius: 10px;
    float: right;
    margin: 0 auto;
    font-size: 18px;
    color: #0a476b;
    background: #b4f3ff;
    text-align: left;
    position: relative;
    top: -22px;
    right: 37px;
    padding: 10px;
    box-shadow: 1px 2px 2px #ccc;
}
.top-info.tooltip-info:after {
    position: absolute;
    right: -14px;
    top: 50%;
    content: " ";
    width: 30px;
    height: 30px;
    background-color: #b4f3ff;
    transform: rotate(45deg);
    margin: -20px 0 0;
    box-shadow: 2px -1px 0px #ccc;
}
.error-page{
    background: url("../images/404-page.jpg") no-repeat center center;
    background-size: cover;
    padding:0;
}
.error-panel{
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    color: #0b486b;
    font-style: italic;
    font-weight: 500;
    margin: 0;
    padding: 100px 0 0;
}
.error-panel p{
    margin:20px 0 0;
}
.error-panel p a{
    text-decoration: underline;
    color: #f15a24;
}
.error-panel p a:hover{
    text-decoration: none;
}
.write-review{
    text-transform: none;
    color: #EE5B26;
    font-size: 15px;
    margin: 0 0 0 13px;
}
.modal-header.noborder{
    border: 0;
    margin: 0 0 -45px;
    position: relative;
    z-index: 10;
}
.popover.tour-tour .btn-sm, 
.popover.tour-tour .btn-group-sm>.btn {
    border-radius: 0px 0 0 0;
    background: #fff;
    background-image: none;
    background-color: #fff;
    text-shadow: 0 0px 0 #fff;
    border-color: rgba(238,91,39, 1);
    color: rgba(238,91,39, 1);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
}
.popover.tour-tour .btn-sm:hover, 
.popover.tour-tour .btn-group-sm>.btn:hover {
    background-color: rgba(0,151,173, 1);
    color: #fff;
}
.popover-bg-cyan .popover.tour-tour .btn-sm, 
.popover-bg-cyan .popover.tour-tour .btn-group-sm>.btn {
    border-radius: 0px 0 0 0;
    background: #fff;
    background-image: none;
    background-color: #fff;
    text-shadow: 0 0px 0 #fff;
    border-color: rgba(0,151,173, 1);
    color: rgba(0,151,173, 1);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
}
.popover-bg-cyan .popover.tour-tour .btn-sm:hover, 
.popover-bg-cyan .popover.tour-tour .btn-group-sm>.btn:hover {
    background-color: rgba(238,91,39, 1);
    color: #fff;
}
.popover {
    background: rgba(238,91,39, 1);
    color: #fff;
    border-radius: 0px 0 0 0;
}
.popover .popover-title,
.popover-bg-cyan .popover .popover-title {
    background: none;
    background-color: transparent;
}
.popover-bg-cyan .popover {
    background: rgba(0,151,173, 1);
    color: #fff;
    border-radius: 0px 0 0 0;
}
.popover.left>.arrow:after {
    border-left-color: rgba(238,91,39, 1);
}
.popover.bottom>.arrow:after {
    border-bottom-color: rgba(238,91,39, 1);
}
.popover.right>.arrow:after {
    border-right-color: rgba(238,91,39, 1);
}
.popover.top>.arrow:after {
    border-top-color: rgba(238,91,39, 1);
}
.popover-bg-cyan .popover.left>.arrow:after {
    border-left-color: rgba(0,151,173, 1);
}
.popover-bg-cyan .popover.bottom>.arrow:after {
    border-bottom-color: rgba(0,151,173, 1);
}
.popover-bg-cyan .popover.right>.arrow:after {
    border-right-color: rgba(0,151,173, 1);
}
.popover-bg-cyan .popover.top>.arrow:after {
    border-top-color: rgba(0,151,173, 1);
}

.popover-content a{
    color: #fff;
    text-decoration: underline;
}
.ask-globig-panel{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 15px;
}
.ask-globig-panel .title-text{
    margin: 0;
}
.ask-globig-panel .ico-holder {
    width: 40px;
    height: 40px;
    line-height: 27px;
}
.ico-holder i{
    border: 1px solid #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    font-size: 32px;
    line-height: 50px;
}
.ask-globig-panel .ico-holder i{
    border: 1px solid #fff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    font-size: 22px;
    line-height: 30px;
}

.ask-globig-panel .ico-holder img{
    width: 20px;
    height: 20px;
}
.ask-panel-image{
    width: 200px;
    margin: 0 15px 0 0;
    float: left;
}
.ask-search-holder{
    overflow: hidden;
    padding: 12px 50px 0 0;
}
.ask-search-holder .sidebar-search{
    margin: 0;
}
.ask-search-holder  .form-group{
    margin: 0;
}
.posted-date{
    display: block;
    color: #8E8E8E;
    font-size: 13px;
}

.posted-date-inline{
    float: left;
}

.likesblock{
    float: left;
    display: block;
    padding: 0 0 0 10px;
    font-size: 15px;
}

.likesblock .likebtn{
    padding: 0 10px 0 0;
}

.likesblock .likebtn .totallikes{
    padding: 0;
    font-size: 13px;
}

#two-cols p.question-title{
    margin: 5px 0 10px;
    color: #0097ad;
    font-size: 18px;
}
.ask-answer-list{
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.ask-answer-list li{
    overflow: hidden;
}
.ask-user-image{
    float: left;   
    margin: 0 10px 0 0;
}
.ask-user-image img{
    border-radius: 50% 0 50% 50%;
    width: 40px;
    height: 40px;
}
.ask-answerby{
    color: #8E8E8E;
    font-size: 14px;
    display: block;
    float: left;
}
.ask-answerby em{
    color: #0097ad;
    font-weight: 500;
    font-style: normal;
}
.ask-answer-list li .answer-details{
    overflow: hidden;
}

.ask-answer-list li .answer-details li{
    overflow: visible;
}

.feat-questions-list{
    margin: 15px 0 0;
    border-top: 1px solid #ededed;
    padding: 15px 0 0;
    list-style: none;
    font-weight: 500;
}
.feat-questions-list li{
    margin: 0 0 10px;
    font-size: 16px;
    padding: 10px 0 0;
    border-top: 1px solid #ededed;
}
.feat-questions-list li:first-child{border: 0;}
.questions-tags a{
    background: #f8f8f8;
    border: 1px solid #d7d7d6;
    color:#000;
    display: inline-block;
    padding: 2px 5px;  
    margin: 0 5px 0 0;
    font-size: 12px;
}
.icon-ask-questions{
    float: left;
    width: 80px;
    margin: 0 15px 0 0;
}
.holder-questions-details{
    overflow: hidden;
}
@media only screen and (max-width:1260px){
    .main-menu > li{
        margin:0 10px;
    }
    .main-menu > li > a{
        font-size:14px;
    }
    .selectCountry .profile{padding:30px;}
    .profile{padding: 20px;}
}

@media only screen and (max-width:1280px){
    .top-info-price .plan-price{
        font-size: 44px;
    }
    .plan-title {
        font-size: 16px;
    }
    top-info-price p {
        font-size: 14px;
    }
    .heading.featured span {
        font-size: 22px;
    }
    .pricing-row.plan-table .column .inner-title {
        font-size: 22px;
    }
    .info-para1 {
        font-size: 15px;
    }
    .link-plan {
        font-size: 15px;
    }
    .pagination{
        float:none;
        margin:20px 0 0;
    }
    body{
        padding:127px 0 0;
    }
    .main-menu{
        margin:0 -15px;
        clear:both;
    }
    .main-menu > li{
        margin:0 15px;
    }
    .main-menu > li > a{
        font-size:19px;
    }
    .process-steps li{
        padding: 0 40px;
    }
    #process-header{
        padding:30px 0;
    }
    .profile{
        padding:20px;
    }
    .header-right{
        max-width:100%;
    }
    .header-right{
        min-width:340px;
    }
    .selectCountry .profile{padding:30px;}
    .form-group input[type="checkbox"] + .inlinecheckbox  > label{margin-bottom: 10px;}
}
@media only screen and (max-width:767px){
    .ask-search-holder{
        padding: 0;
    }
    .ask-panel-image{
        float: none;
        margin: 0 0 15px;
        width: auto;
    }
    .error-panel{
        font-size: 20px;
        line-height: 24px;
        padding:50px 0;
    }
    .country-holder .country-name {
        font-size: 18px;
    }
    .link-plan{
        text-align: center;
        margin:5px 0;
        font-size: 30px;
    }
    .mob-text-info {
        color: #fff;
        padding: 5px;
        text-align: center;
        font-size: 18px;
    }
    .mob-slide-panel{
        display: none;
    }
    .box-premium{
        min-height: 100px;
        margin: 0 0 15px;
    }
    .box-holder{
        min-height: 100px;
    }

    .vender-list a{
        margin: 15px -15px;
    }
    .search-panel tr td{display: block;}
    .days-remaining a,.days-remaining{margin: 10px 0;}
    .tab-nav ul li {
        margin: 0;
        width: 48%;
    }
    .tab-nav ul li:after{display: none;}
    .users-table tr td{
        float: left;
        width: 50%;
        margin: 0 0 10px;
    }
    .users-table tr td .field-title{
        text-transform: uppercase;
        display: block;
        font-weight: 400;
        color: #585858;
    }
    .box-white.seprator{
        background: #fff;
    }
    .borderLeft{
        padding: 0 15px;
        margin: 0;
    }
    .account-expiry-date{
        text-align: left;
    }
    .login-page .main-menu > li > a{
        color:#0097ad;
    }
    .navbar-collapse{clear:both;}
    .goto-top{display:none !important;}
    body {
        padding: 85px 0 0;
    }
    .feedback{display:none;}
    .process-steps li{
        display:block;
        margin:0 0 30px;
    }
    .process-steps li:after,.process-steps li:before{
        display:none;
    }
    .process-header{
        padding:30px 0;
    }
    .process-steps li a span{
        margin:0 0 10px;
    }
    .footer-bottom,.copy-right{
        text-align:center;
    }
    .navbar-header{
        padding:0 15px;
    }
    .navbar-toggle{
        float:none;
        position:absolute;
        right: 0;
        top: 2px;
        background:#0097ad;
        border-radius:0;
    }
    .navbar-toggle .icon-bar{
        background:#fff;
    }
    .header-right {
        float: none;
        margin: 17px 0 0;
        text-align: center;
    }
    .navbar-collapse.in{
        overflow-y:visible;
    }
    .main-menu{
        background:#fff;
    }
    .main-menu > li{
        display:block;
        padding:0;
        margin:0;
        border-top:1px solid #ededed;
    }
    .main-menu > li:first-child{
        border:0;
    }
    .main-menu > li > ul{position:relative;display:block;box-shadow:none;}
    .main-menu > li > ul > li > a{text-align:center;}
    .header-right {
        margin: -50px auto;
        min-width: 300px;
        width: 297px;
    }

    .login-user-image,.login-user-image img{
        width:30px;
        height:30px;
    }
    .login-text{margin-bottom:0;}
    .drop-downarrow{top:5px;}
    .hidden-mobile{
        display:none;
    }
    .recomended-connections h3.select-category{text-align:center;cursor:pointer;margin:0;}
    .selectCountry .profile{padding:30px;}
    /*===20-08-2015=============*/
    .modalfrm .modal-body,.modalfrm .modal-header,.modalfrm .modal-footer{
        padding: 15px;
    }
    .modalfrm .modal-footer button{
        font-size: 14px; 
    }
    .modalfrm .modal-footer .btnclose{
        padding: 10px 12px;
    }
}
@media only screen and (max-width:450px){
    body{padding:150px 0 0;}
    .password-strength{
        float:none;
        width:auto;
    }
    .social-nav ul li {
        display: inline-block;
        float: none;
        margin: 0 23px 19px 0;
    }
    .social-nav ul{
        text-align:center;
    }
    .main-menu{top:10px;}
    .country-price{
        font-size:25px;
    }
    .country-price em{font-size:11px;}
    .header-right{
        margin:10px 0;
        width:100%;
    }
}
@media only screen and (min-width:768px){
    .hidden-mobile{display:block !important;}
    .hidden-desktop{display:none;}
}

/*===ASKBLOG=======================*/
.bg-grey{
    background:#f2f1f2;
    padding: 15px;
}
.text-blue{color:#07486c;}
#askglobiganswerquestion p{color:#807f7f;}
.box-content .icon-holder{
    display: inline-block;
    border: 2px solid #807f7f;
    border-radius: 100%;
    background: transparent;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
}
.box-content .icon-holder i{
    line-height: 64px; 
    color:#807f7f;
    font-size: 32px;   
}
#askglobiganswerquestion .innercontent span{font-size: 11px;color:#808080;}    
#askglobiganswerquestion .innercontent span{font-size: 15px;color:#807f7f;}
#askglobiganswerquestion h2{margin-bottom: 15px;
}
.askglobigicon i{
    border: 1px solid #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    font-size: 32px;
    line-height: 50px;
}
.box-content .bg-grey p,.box-content p.box-white{margin-bottom: 0px;}
.readmorebtn{color:#807f7f; font-size: 12px; text-align: center;display: inline-block; margin: 10px auto;font-weight: 400; text-transform: uppercase;width: 100%;}
.answerSection.box-white:last-child{margin-bottom: 0px;}
.bg-grey .imgholder{padding: 7px;}
#askglobiganswerquestion .box-content{
    margin-bottom: 15px;
}

.sm-b-pd{
    padding-bottom: 10px;
}

.askglobigbtn{
    display: block;
    line-height: 48px;
}

.askglobigbtn:hover{
    color: #fff;
}

.answer_meta{
    float:left;
}

.marketplacesearch .form-group .form-control{
    height: 34px;
}

.marketplacesearch .form-group .inputfld{
    padding-left:40px;
    position:relative;
    background:#f8f8f8 url(../images/ico-search.png) no-repeat;
    background-position: 7px 12px;
    height: 46px;
}

.marketplacesearch .form-group .searchbtn{
    height: 34px;
    font-size: 15px;
}

.marketplacesearch input[type="text"], .marketplacesearch select{
    color: #333;
}

.mpnoleftpad{
    padding-left: 0;
}

.mpnopad{
    padding: 0;
}

.modal-xlg{
    width: 80%;
}

.modal-xlg .modal-body{
    padding: 0;
}

.errorsummary{
    margin-top: 10px;
}

.profile-align img{
    margin: 0 auto;
}

.vendorcatsearchtitle{   
    color: #fff;    
    font-weight: bold;
    padding: 8px;
    text-align: center;
    vertical-align: baseline;
     background-color: #777;
     display: none;
     position: relative;
     font-size:12px;
     margin-bottom: 5px;     
}

.vendorsearchcatsel{ 
     font-size:12px;
     text-align: center;
}

.vendorcatsearchtitle .close{
    position: absolute;
    top:2px;
    right:3px;
    font-size: 10px;
    color: #fff;
    opacity: 1;
}

.vendorcatsearchtitle label{
    margin: 0;
    color: #fff;    
    font-weight: bold;
     font-size:12px; 
}


.signup-banner .top-bar{padding: 20px 30px; background: #0098ae; color: white; font-size:19px; font-weight: 400;}
.signup-banner .image-area{background:url(../images/signup-banner-bg.jpg) center center no-repeat; background-size:cover; padding: 30px;}
.signup-banner .image-area h3{color:white; font-size:50px; line-height: 100%; margin: 0 0 10px 0; font-weight: 600; text-transform: uppercase;}
.signup-banner .image-area ul{margin: 0 0 68px 0; padding: 0;}
.signup-banner .image-area ul li{margin: 0 0 5px 0; line-height: normal; font-weight: 300; color: white; font-size:33px; list-style-type: none; position: relative;}
.signup-banner .image-area ul li:before{content: "-"; margin-right: 4px;}
.signup-banner .image-area ul li:last-child{margin-bottom: 0;}
.signup-banner .image-area .btn-generic{font-size:20px; height: auto; padding: 9px 15px; vertical-align: middle; display: inline-block; text-align: center; width: auto; min-width: 205px;}
.signup-banner .image-area .btn-generic:hover,
.signup-banner .image-area .btn-generic:focus{
    color:white;
}
.signup-banner .bottom-bar{background: #0b486b; text-align: right; font-size:0; line-height: 100%;}
.signup-banner .bottom-bar .hdr-signup, .signup-banner .bottom-bar .hdr-login{margin: 0; line-height: 100%; padding: 19px 30px; vertical-align: middle; border: 0; font-size:18px; text-transform: capitalize;}
.signup-banner .bottom-bar .hdr-signup{background: none;}
.signup-banner .bottom-bar .hdr-login{background-color:#f15a24; color: white; min-width: 150px;}
.signup-banner .bottom-bar .hdr-login:hover{background: #d84e1d; color: white;}
@media only screen and (max-width:991px) and (min-width:768px){
    .signup-banner .image-area h3{font-size:35px;}
    .signup-banner .image-area ul li{font-size:25px;}
}
@media only screen and (max-width:500px){
    .signup-banner .top-bar{font-size:15px;}
    .signup-banner .image-area h3{font-size:30px;}
    .signup-banner .image-area ul li{font-size:20px;}
    .signup-banner .image-area .btn-generic{font-size:16px; min-width: 170px}
}
@media only screen and (max-width:400px){
    .signup-banner .top-bar{text-align: center; padding:15px;}
    .signup-banner .image-area{padding:25px 15px; text-align: center;}
    .signup-banner .image-area ul{margin: 0 0 25px 0;}
    .signup-banner .bottom-bar .hdr-signup{text-align: center; display: block; width: 100%;}
    .signup-banner .bottom-bar .hdr-login{width: 100%; display: block;}
}

/*Mega Menu Styles-------------*/
.mega-menu{
    position:relative; display: block; width:100%;
    padding:0; list-style:none;
    padding: 0;
}
.has-menu .arrow{display: inline-block; z-index: 1000; line-height: 100%; font-size:15px; color: #00365d; margin-right: 6px;}
.mega-menu .container{ width: 100%; padding: 0; }
.mega-menu .container > ul{text-align: left; margin: 0; padding: 0;}
.mega-menu .container > ul > li{display: inline-block; font-size:13px; position: relative;}

.mega-menu .container > ul > li > a{display:block; position: relative; color: #727271; text-transform: capitalize; font-size:17px;  padding:10px 15px 10px 15px;}
.mega-menu .container > ul > li:hover{color:white; background: #0096ae;}
.mega-menu .container > ul > li:hover > a{color:white}

@media only screen and (min-width:768px){
.mega-menu li.has-menu:hover > .second-level{display: block;}
    
.mega-menu .container > ul > li.has-menu  > a:after{width:15px; height: 7px; z-index: 100; content: ""; position: absolute; left: 14px; bottom: -1px; background:url(../images/arrow-pointer.png) 0 0px no-repeat; display: none;}
.mega-menu .container > ul > li.has-menu:hover > a:after{display: block;}
}

.second-level{position: absolute; z-index:10; top:100%; left:0; min-width: 500px; background: white; border: solid 1px #CCC; padding: 14px; display: none;}
.second-level > .row{margin: 0 -10px}
.second-level > .row > div{padding:0 10px;}
.second-level > .row > div:first-child{border-right: solid 1px #CCC;}
.second-level ul{margin: 0; padding:0;}
.second-level ul li{list-style-type: none;}
.second-level ul li a, .morelinks .second-level li a{display: block; color: #727271; padding:7px 10px; position: relative;}
.second-level ul li a:hover{color:#0096ae}
.second-level ul li:last-child{margin-bottom: 0;}

.mega-menu .container > ul{position: relative;}
.mega-menu .container > ul li.morelinks{position: static;}
.morelinks .second-level{right: 0;left: auto;width:100%; min-width:100%; list-style: none;padding-left: 0;padding: 0;height:200px;}

.thirdlevel > ul > li .subMenu{display: none;width: 80%; position: absolute; top: 0; left:240px;right: 0; height:180px; overflow-y:auto;}
.thirdlevel{width:225px;border-right:1px solid #ccc;}
.thirdlevel > ul > li:hover .subMenu, .thirdlevel ul li.active .subMenu{display: block;}
.morelinks .second-level li a {padding: 10px;}
.thirdlevel > ul >li.active > a,.thirdlevel > ul > li:hover > a{background:#eee;color: #111;}
.thirdlevel > ul > li > a:after {
    display: block;
    content: "";
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom:5px solid transparent; 
    border-left:5px solid #111; 
    float: right;
    margin:5px 8px 0 0;
}
.posright{right: 0; left: auto;}

/* Left Navigation-----------------*/

/* Accordion Button */
    ul li.has-subnav .accordion-btn {
        color:#fff; 
        background:rgba(255,255,255, 0.15);
        font-size:16px;
    }

/* Dashboard just one -----------------*/
.title-dashboard{ 
    color: #585858;
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
}
.box-white-two{
    background: #fff;
    border-radius: 6px;
    margin: 0 0 15px;
    padding: 19px;
}
.box-white .media{
	padding-bottom: 7px;
	border-bottom: 1px #ddd solid;
}
.box-white .blogtitle{
	color: #585858;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 0;
}
.box-white .media:last-child{
	border-bottom:0px;
}
a.view-post{
	color: #0097ad;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline
}
.media a{
	color: #0097ad;
	text-transform: uppercase;
	text-decoration: underline;
}
.media span{
	color: #acadad;
}

.media .media-left{
    float: left;
    display: block;
}

/* Dashboard withoutone -----------------*/
.flagouter{
	border: 0px;
	margin: auto;
	margin-left: 10px;
	text-align: center;
	display: inline-block
}
.flagouter li a{	
	padding: 20px;
	border: 0px;
}
.flagouter li.active a, .flagouter li a:focus, .flagouter li.active a:hover, .flagouter li.active a:focus{
	/*background: #f0f0f2;*/
	border: 0px; 
}
.flagouter span{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
	color: #585858;
}
.pdfarea{
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
	text-align: center;
}
.pdfarea li{
	width: 15%;
	float:left;
}
.pdfarea span{
	color: #747474;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 0px;
}
.planbox{
	text-align: center;
	padding: 30px;
}
.planbox span{
	padding: 20px 0;
	font-size: 19px;
	text-transform: uppercase;
	display: block;
}
.planbox p{
	text-transform: uppercase;
	margin-bottom: 28px;
	display: block;
}
.planbox .plan{
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	padding:15px 40px;
	background: #f15a24;
}
/* Plan overiew fourth step -----------------*/
.createbtn{
	display: none;
}
.box-white-third{
	padding: 25px 35px;	
}
.flagselect{
	margin: 7px 0;
	padding: 0;
	text-align: center;
	list-style: none;
	border: 0px;
}
.flagselect li{
	display: inline-block;
	float: none;
	margin: 0;
}
.flagselect a{
	display: block; 
	padding: 15px;
	border: 0px !important;
	margin: 0px;
        float: left;
}

.flagselect li a img{
	opacity: 0.5;
}
.flagselect > li > a:hover{
	border:none;
	background: none;
}
.flagselect li.active a, .flagselect li.active a:focus	{
	background: white;
	border: 0px;
}
.flagselect li.active a img{
	opacity: 1;
}
.plusicon{
	display: inline-block;
	margin-top: 20px;
}
.progresstab{
	margin: 0 0 20px;
	padding: 0;
	margin-top: 13px;
	list-style: none;	 
    width: 100%;
    display: flex;
	background: #2498ae; 
	border-top:2px #fff solid;
	border-top:2px #fff solid;
}
.progresstab.carousel-indicators {
    left: 0;
    position: inherit;
	bottom: 0;
}
.progresstab a{
	position: relative
}
.progresstab a:after{
	position: absolute;
	right: 0;
	top: 0;
	content: " ";
	background: url(../images/tab-arrow.png) no-repeat 0 0;
	height: 20px;
	width: 15px;
}
.progresstab a.active{
	height: 20px;
}
.progresstab a.active:after{
	background: url(../images/tab-arrow-1.png) no-repeat 0 0;
	z-index: 99; 
}
.progresstab a.active:before{
	background: url(../images/tab-arrow-2.png) no-repeat 0 0;
	z-index: 99; 
	position: absolute;
	left: -15px;
	top: 0;
	content: " ";
	height: 20px;
	width: 15px;
}
.progresstab a:last-child:after, 
.progresstab a.active:first-child:before{
	background: none;
}
.progresstab a{ 
	height: 20px;
	-webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
	text-indent: -90000px;
}
.progresstab a.active{
	background:#f15a2d;
	position: relative
}
.overviewplan{
	padding: 25px;
}
.overviewplan p{
	color: #9a9a9a;
}
.overviewplan p span{
    text-transform: uppercase;
    font-size: 19px;
    margin-right: 10px;
    color: #4a4a4a;
    line-height: 25px;
}
.overviewplan img{	
	position: relative;
	top: -2px;
}
.buttons{
	position: absolute;
	right: 0px;
	padding-right: 10px;
	top: 80px;
	background: white;
	z-index: 99
}
.buttons a{
	position: relative;
}
.prevbtn, .planbtn, .createbtn{
	border: 1px #f15a2d solid;
	padding: 5px 25px;
	text-transform: uppercase;
	font-size: 19px;
	background: white;
	color: #f15a2d;
	font-weight: 300;
	display: inline-block;
	margin-right: 10px;
        float: left;
}
.planbtn, .createbtn{
	border-color: #2b9bb1;
	color: #2b9bb1;
}
.prevbtn:hover{
	background:#f15a2d;
	color: #fff;
}
.planbtn:hover, .createbtn:hover{
	background:#2b9bb1;
	color: #fff;
}
.overviewarea{
	margin-top: 40px;
}
.createbtn, .prevbtn{	
	display: none;
}
.overviewarea label{
	margin-bottom: 15px;
	font-weight: 300;
	color: #5a5a5a;
	text-transform: uppercase;
	font-size: 19px;
}
.overviewarea label input{
	margin-right: 15px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media screen and (max-width:991px){
    .mega-menu .container ul  li  a{font-size: 13px;}
    .thirdlevel{width:180px;}
    .thirdlevel > ul > li .subMenu{left:25%;width:70%;}
}
@media screen and (max-width: 767px){
    .mainNav {width: 100%;margin-top: 75px;}
    .mega-menu .container ul  li  a{font-size: 13px;}
	.pdfarea li{
		width: 25%;
	}
}
@media screen and (max-width: 639px){
	.pdfarea li{
		width: 50%;
	}
	.pdfarea span{
		height: 40px;
	}
	.overviewplan p{
		margin-top: 50px;
	}
}
@media only screen and (max-width:767px){
    .knwoledge .mega-menu{position: relative; top: 0; transform: inherit; left: 0; width: 100%; display: none;}
    
    .knwoledge .mega-menu > ul{text-align: center;}
    .knwoledge .mega-menu > ul > li{display: block; text-align: center;}
    .knwoledge .mega-menu > ul > li > a{padding:10px 15px 10px 35px;}
    
    .second-level{position: relative; top: 0; left: 0; min-width: 100%; padding: 10px;}
    .second-level ul li a{padding:7px 15px 7px 55px;}
    .second-level ul li a .arrow{left:35px;}    
	.prevbtn, .planbtn{
		margin-bottom: 15px;
	}
	.plan{
		display: inline-block;
		margin-bottom: 40px;
	}
	.flagselect{
		text-align: center;
	}
	.plusicon {
		display: block;
		margin-top: 20px;
		text-align: center;
	}
	.flagouter{
		padding: 10px;
		margin: 0;
	}
	.flagouter li{		
		border: 1px #F2F1F2 solid;
	}
	.flagouter li a {
		padding: 5px;
	}
	.flagouter li{
		display: inline-block;
    	float: none;
		width: 25%;	
	}
	.flagouter li a span{
		display: none;
	}
	.flagouter li a img{
		max-width: 100%
	}
	.flagselect li{
		width: 20%;
	}
	.flagselect li a{
		padding: 5px;
	}
	.flagselect li.active, .flagouter li.active{
		border: 1px #F15A2D solid;
		background: white;
	}
	.flagouter li.active a{
		background: white;
	}
	.flagselect li a img{
		max-width: 100%;
	}
	#process-header{
		padding: 10px 0;
	}
	.process-steps li{
		padding: 0px;
		display: inline-block;
		margin-bottom: 0
	}
	.process-steps li a span {
		border: 4px solid #f4f4f4;
		border-radius: 100%;
		display: inline-block;
		height: 70px;
		line-height: 60px;
		transition: all 0.7s ease 0s;
		width: 70px;
	}
	.process-steps li a span img {
    	max-width: 45%;
	}
        
        .prevbtn, .planbtn, .createbtn{
            padding: 5px 20px;
            font-size: 16px;
        }
}
@media only screen and (min-width:768px) and (max-width:1170px){ 
	.process-steps li{
		padding: 0 20px;	
	}
	.prevbtn, .planbtn{
		padding: 5px 15px;
	}
	.plan{
		display: inline-block;
		margin-bottom: 35px;
	}
	.planbox img{
		margin: auto
	}
}

.plan-bx-new {
    border: 1px solid #0096ae;
    text-align: center;    
}
.plan-bx-new .plan-bx-head {
    border-bottom: 1px solid #0096ae;
    padding: 10px 6px;
}
.plan-bx-new .plan-bx-head h3 {
    margin: 0;
    padding: 0;
    color: #0096ae;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.plan-bx-content {
    padding: 10px 0 2px;
}
.plan-bx-content p {
    margin: 0 0 6px;
    font-size: 18px;
}
.plan-bx-content p span {
    color: #0096ae;
}
.plan-bx-content p a.seeMore {
    color: #0096ae;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
.plan-bx-bottom a {
    display: block;
    background: #0096ae;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
.plan-bx-new.plan-bx-new-orange {
    border: 1px solid #ee5b27;
}
.plan-bx-new.plan-bx-new-orange .plan-bx-head {
    border-bottom: 1px solid #ee5b27;
}
.plan-bx-new.plan-bx-new-orange .plan-bx-head h3 {
    color: #ee5b27;
}
.plan-bx-new-orange .plan-bx-content p span {
    color: #ee5b27;
}
.plan-bx-new-orange .plan-bx-content p a.seeMore {
    color: #ee5b27;
}
.plan-bx-new-orange .plan-bx-bottom a {
    background: #ee5b27;
}
.step-1 {
    padding: 20px 0 40px;
}


.plan-bx-new:hover {
    border: 1px solid #ee5b27;
}
.plan-bx-new:hover .plan-bx-head {
    border-bottom: 1px solid #ee5b27;
}
.plan-bx-new:hover .plan-bx-head h3 {
    color: #ee5b27;
}
.plan-bx-new:hover .plan-bx-content p span {
    color: #ee5b27;
}
.plan-bx-new:hover .plan-bx-content p a.seeMore {
    color: #ee5b27;
}
.plan-bx-new:hover .plan-bx-bottom a {
    background: #ee5b27;
}
.plan-bx-head h3 {
    position: relative;
}


h2.step-head {
    margin: 0 0 12px;
    text-transform: uppercase;
    color: #484848;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}
@media only screen and (max-width:767px){   
    .plan-bx-inner {
        display: none;
    }
    .plan-bx-new {
        margin: 0 0 20px;
    }
    .plan-bx-head h3 {
        cursor: pointer;
    }
    .plan-bx-head h3:before {
        content: "\f0d7";
        font-size: 20px;
        font-family: FontAwesome;
        color: #484848;
        position: absolute;
        right: 10px;
        margin-top: 3px;
    }
    .open .plan-bx-head h3:before {
        content: "\f0d8";
        font-size: 20px;
        font-family: FontAwesome;
        color: #484848;
        position: absolute;
        right: 10px;
        margin-top: 3px;
    }
}

/*planbox-new*/
.box-white.planbox-new {
    padding: 0;
    background: #f7f1f1 url(../images/custom-plan-bg.jpg) no-repeat right bottom;
    background-size: cover;
}
.planbox-header {
    background: #1c99ae;
    padding: 15px 0;
}
.planbox-header h2 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.orange-btn:hover,
.green-btn:hover,
.orange-btn:focus,
.green-btn:focus {
    color: #fff;
    opacity: 0.9;
    outline: 0;
}
.orange-btn {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 15px 40px;
    background: #ee5b27;
    display: inline-block;
}
.green-btn {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 15px 40px;
    background: #1c99ae;
    display: inline-block;
}
.plan-learn {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 15px 40px;
    background: #1c99ae;
}
ul.plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
ul.plan-list li {
    font-size: 20px;
    position: relative;
    padding-left: 12px;
}
ul.plan-list li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
}
.plan-inner {
    padding: 50px;
}
.plan-inner p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.plan-inner h3 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
}
@media only screen and (max-width:1259px){   
    .box-white.planbox-new {
        background-size: contain;
        -webkit-background-size: contain;
    }
    ul.plan-list li {
        font-size: 16px;
    }
    .green-btn,
    .orange-btn {
        font-size: 18px;
        padding: 10px 30px
    }
}
@media only screen and (max-width:992px){   
    .box-white.planbox-new {
        background-position: center center;
    }
    ul.plan-list {
        padding: 0 50px 0 0;
    }
    .plan-inner {
        padding: 30px 50px;
    }
}
@media only screen and (max-width:767px){ 
    .box-white.planbox-new {
        background-image: none;
    }
    .plan-inner p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .box-white.planbox-new h2,
    .box-white.planbox-new h3 {
        font-size: 18px;
    }
    ul.plan-list {
        margin-bottom: 20px;
    }
    ul.plan-list {
        padding: 0;
    }
    .plan-inner {
        padding: 30px 15px;
    }
    .green-btn,
    .orange-btn {
        font-size: 14px;
        padding: 6px 12px;
    }
}

// marketplace edit page
.inner-banner .container{position: relative;}
.inner-banner .captions{position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); text-align: center; font-size: 62px; color: white; line-height: 1.2; font-weight: 400;}
.inner-banner .change-button{width: 108px; height: 24px; line-height: 22px; color: white; text-align: center; background: rgba(255,255,255,0.55); border-radius: 3px; color: white; font-size: 14px; font-weight: 400; position: absolute; left: 30px; bottom: 8px;}
.inner-banner .change-button:hover{background: white; color: #000;}
@media screen and (max-width: 991px){
    .inner-banner .captions{font-size: 40px;}
}
@media screen and (max-width: 767px){
    .inner-banner .captions{font-size: 20px;}
}
@media screen and (max-width: 600px){
    .inner-banner .change-button{left: 15px; bottom: 10px; border-radius: 0; background: #0097ad; color: #FFF;}
    .inner-banner .captions{position: relative; top: 0; border-top: solid 1px #CCC; border-bottom: solid 1px #CCC; padding: 10px 0 10px 125px; transform: translateY(0); text-align: right; color: #666; display: block;}
}

.profile-contents .btn-generic{
    border-radius: 0;
    padding: 0 15px;
}

.profile-contents .btn-generic:hover{
    color: #fff;
}

.profile-contents .profilebtn{
    padding: 6px 12px;
}
.profile-contents .box-white h3{font-size: 22px; font-weight: 400; color: #606060; margin: 0 0 20px 0;}
.profile-contents .edit-icon{color: #0097ad; margin-left: 3px; position: relative;}
.profile-contents .box-white h3 span{background: url(../images/bullets1.png) no-repeat 5px -14px; margin-right: 5px; line-height: 1; position: relative; padding-left: 25px;cursor: pointer;}
.profile-contents .box-white h3 span.collapsed{background-position: 5px 6px;}
.profile-contents .box-white h3 .fa-pencil-square-o{top: 3px; position: relative; margin-left: 3px; color: #0097ad;}
.profile-contents .box-white h3 .fa-pencil-square-o:hover{color: #000;}
.profile-contents .box-white h3 a img{display: block;}
.profile-contents .box-white h3 > *{display: inline-block; vertical-align: middle}
.profile-contents .box-white h3 font{font-size: 15px;}

.inline-list{margin: 0; padding: 0; font-size: 0;}
.inline-list > li{display: inline-block; vertical-align: middle; margin-right: 10px; line-height: 1; font-size: initial;}
.inline-list > li:last-child{margin-right: 0;}

.profile-contents .add-options-area{border-top: solid 1px #f5f4f5; margin-top: 20px; padding-top: 18px; text-align: center;}
.profile-contents .add-options-area span{display: block; font-size: 16px; color: #8a8a8a; font-weight: 300; line-height: 1; padding-top: 10px;}
.profile-contents .add-options-area .fa{display: block; width: 21px; height: 21px; line-height: 22px; border-radius: 21px; background: #c3c3c3; color: white; text-align: center; margin: auto}
.profile-contents .add-options-area a{text-decoration: none;}
.profile-contents .add-options-area a:hover .fa{background: #000;}
.profile-contents .add-options-area a:hover span{color: #000;}

.profile-contents .profile-info .title-area{margin-bottom: 10px;}
.profile-contents .profile-info .title-area .row{margin: 0;}
.profile-contents .profile-info .title-area .row > div{padding: 0;}
.profile-contents .profile-info .title-area h3{margin:0 0 5px 0; font-size: 30px; color: #777777;}
.profile-contents .profile-info .title-area h3 a{font-size: 22px;}
.profile-contents .profile-info .title-area .icons-list > li{margin-right: 5px;}
.profile-contents .profile-info .title-area .icons-list > li .social-icon{font-size: 14px; width: 20px; height: 20px; line-height: 20px; display: block; color: white; background: #bdbfc1; text-align: center;}
.profile-contents .profile-info .title-area .icons-list > li .social-icon:hover{background: #ee5b27;}
.profile-contents .profile-info .title-area .icons-list > li .fa-pencil-square-o{font-size: 20px; line-height: 0.9; display: block; color: #0097ad;}
.profile-contents .profile-info .title-area .icons-list > li:last-child{margin-right: 0;}
.profile-contents .profile-info .title-area .buttons-holder{text-align: right; font-size: 0;}
.profile-contents .publish-options{text-align: center;}
.profile-contents .profile-info .title-area .buttons-holder .btn, .profile-contents .publish-options .buttons-holder .btn{border-radius:0; width: 135px; display: inline-block; text-transform: capitalize; margin-right: 10px; padding: 0; height: 30px; border: 0; font-weight: 300; line-height: 28px; font-size: 18px;}
.profile-contents .publish-options .buttons-holder .btn{margin:0 0 10px 0;}
.profile-contents .profile-info .image .btn{border-radius:0; width: 125px; display: inline-block; text-transform: capitalize; margin-right: 10px; padding: 0; height: 28px; border: 0; font-weight: 300; line-height: 26px; font-size: 16px; margin: 5px 0 0 0;}
.profile-contents .profile-info .title-area .buttons-holder .btn:hover, .profile-contents .profile-info .image .btn:hover{color: #fff;}
.profile-contents .profile-info .title-area .buttons-holder .btn:last-child{margin-right: 0;}
.profile-contents .profile-info .details-wrapper:after{clear: both; display: block; content: "";}
.profile-contents .profile-info .image img{border: solid 5px #f5f4f5; border-radius:4px;}
@media screen and (min-width: 601px){
    .profile-contents .profile-info .image{float: left; width: 140px;}
    .profile-contents .profile-info .details{width: calc(100% - 148px); float: right;}
    .profile-contents .profile-info .image .qq-gallery .qq-upload-list li{margin:0;}
    .profile-contents .profile-info .image .qq-gallery.qq-uploader{padding: 10px 5px; overflow: visible;}
    .profile-contents .profile-info .image .qq-gallery .qq-upload-list{overflow: visible;}
}
.profile-contents .profile-info .details .stars{margin-bottom: 6px;}
.profile-contents .profile-info .details .review{font-size: 13px; color: #777777; margin-bottom: 7px;}
.profile-contents .profile-info .details .phone{margin-bottom: 7px;}
.profile-contents .profile-info .details .phone img{margin-right: 5px; vertical-align: middle; margin-top: -2px;}
.profile-contents .profile-info .details .links > li{margin-right: 38px; margin-bottom: 5px;}
.profile-contents .profile-info .details .links > li:last-child{margin-right: 0;}
.profile-contents .profile-info .details .links > li > i{color: #777; margin-right: 10px;}
.profile-contents .profile-info .details .phone, .googlemapmarker p span.phone{background: url(../images/phone-icon.png) 0 0 no-repeat;padding-left:25px;}

.profile-contents .tags > li{margin: 0 5px 5px 0;}
.profile-contents .tags > li span{display: block; border-radius: 3px; height: 20px; background: #afafaf; font-size: 13px; color: white; font-weight: 300; padding: 0 10px; line-height: 18px; cursor: inherit;}
.profile-contents .tags > li span .fa{margin-right: 3px; cursor: pointer}
.profile-contents .tags > li span:hover{background: #ee5b27;}
.profile-contents .tags > li.add a{background: #0097ad; display: block; border-radius: 0; cursor: pointer; height: 20px; font-size: 13px; color: white; font-weight: 300; padding: 0 10px; line-height: 18px;}
.profile-contents .tags > li.add a:hover{background: #ee5b27;}
.profile-contents .tags + h3{margin: 20px 0 16px 0; line-height: 1; color: #606060; font-size: 22px;}
@media screen and (max-width: 1260px){
    .profile-contents .profile-info .title-area .buttons-holder{text-align: left; padding: 10px 0;}
}
@media screen and (max-width: 991px){
    .profile-contents .profile-info .image{margin-bottom: 20px;}
    .profile-contents .profile-info .details .links > li{display: block; margin: 0 0 5px 0;}
    .profile-contents .profile-info .details .links > li:last-child{margin: 0;}
    .profile-contents .profile-info .title-area .buttons-holder .btn, .profile-contents .profile-info .image .btn{display: block; margin: 0 0 10px 0; width: 100%;}
}

.profile-contents .progress{height: 8px; border-radius: 0; background: #e7e7e7; box-shadow: none; margin-bottom: 26px;}
.profile-contents .progress .progress-bar{background: #ee5b27;}
.profile-contents .input-list ul{margin: 0; padding: 0;}
.profile-contents .input-list ul li{margin: 0 0 19px 0; padding: 0; list-style-type: none;}
.profile-contents .input-list ul li:last-child{margin-bottom: 0;}
.profile-contents .input-list ul li label{position: relative; display: block; padding-left: 34px; min-height: inherit; cursor: inherit;}
.profile-contents .input-list ul li.checkbox label span sup{font-size: 17px; color: #ee5b27; margin: 0; top: 0;}
.profile-contents .input-list ul li.checkbox label span:after{content: ""; width: 18px; height: 18px; position: absolute; top: 2px; left: 0; border: solid 1px #ee5b27; background: white;}
.profile-contents .input-list ul li.checkbox.selected label span:before{content: ""; width: 14px; height: 14px; z-index: 10; background: #ee5b27; position: absolute; top: 4px; left: 2px;}
.profile-contents .input-list ul li.checkbox label span{display: block; line-height: 1.2; font-size: 16px; color: #747474;}

.profile-contents .desc > .row{margin: 0 -10px;}
.profile-contents .desc > .row > div{padding: 0 10px;}
.profile-contents .desc .detail-area h4{font-size: 18px; font-weight: 400; color: #555555; margin: 0 0 16px 0; line-height: 1.1; text-transform: uppercase;}
.profile-contents .desc .detail-area p{line-height: 1.2; font-size: 16px; color: #555;}
.profile-contents .desc .detail-area > *:last-child{margin-bottom: 0;}
@media screen and (max-width: 991px){
    .profile-contents .desc .row > div:first-child{margin-bottom: 25px;}
}

.profile-contents .special-offers .inline-list{margin: 0 0 5px 0;}
.profile-contents .special-offers .inline-list > li:first-child{font-size: 18px; color: #3e3e3e; font-weight: 400;}
.profile-contents .special-offers .inline-list > li{line-height: inherit;;}
.profile-contents .special-offers .inline-list > li .fa{font-size: 20px; cursor: pointer;}
.profile-contents .special-offers .inline-list > li .fa-times{color: #666;}
.profile-contents .special-offers .inline-list > li .fa:hover{color: #000;}
.profile-contents .special-offers .inline-list > li img{display: block; vertical-align: middle; cursor: pointer}
.profile-contents .special-offers .inline-list > li:last-child img:not(:hover){opacity: 0.4;}
.profile-contents .special-offers p{font-size: 16px; color: #3e3e3e; margin: 0 0 12px 0;}
.profile-contents .special-offers .buttons-wrapper{margin-bottom: 20px;}
.profile-contents .special-offers .buttons-wrapper .btn-redeem{padding: 0 15px; height: 30px; width: auto; width: 160px; font-size: 18px; line-height: 28px; font-weight: 300;}

.profile-contents .partners .slider-wrapper{padding:0 30px; margin-bottom: 22px;}
.profile-contents .partners .slider-wrapper .item{text-align: center; padding: 0 15px;}
.profile-contents .partners .slider-wrapper .item .image-holder{background: white; margin: 0 0 6px 0;height:56px;}
.profile-contents .partners .slider-wrapper .item .image-holder img{max-width: 100%; display: block; margin: auto;}
.network-popup .newwork-items .item .logo-holder{height:56px;}
.network-popup .newwork-items .item .logo-holder img{text-align: center;display: inline-block;}
.profile-contents .partners .slider-wrapper .item .title{font-size: 16px; color: #606060; text-transform: uppercase; margin: 0 0 7px 0; line-height: 1.1;}
.profile-contents .partners .slider-wrapper .item .rating{margin: 0 0 10px 0; text-align: center;}
.profile-contents .partners .slider-wrapper .item .rating img{display: block; margin: auto;}
.profile-contents .partners .btn-connect{height: 24px; line-height: 23px; font-size: 12px; font-weight: 300; min-width: 100%; display: block;}
.profile-contents .partners .slick-arrow{position: absolute; top: 50%; transform: translateY(-50%); left: -27px; width: 14px; height: 22px; border: 0; font-size: 0; background: url(../images/slick-arrow.png) 0 -22px no-repeat;}
.profile-contents .partners .slick-arrow.slick-next{left: auto; right: -27px; background-position: 0 0px;}
.profile-contents .partners .slick-arrow:hover{opacity: 0.7;}

.profile-contents .media-files ul{margin: 0; padding: 0; font-size: 0;}
.profile-contents .media-files ul li{display: inline-block; vertical-align: middle; width: 16.6666%; padding: 0 7px; margin-bottom: 36px; text-align: center; font-size: initial;}
.profile-contents .media-files ul li .image-holder{position: relative; margin: auto; padding-top: 7px;}
.profile-contents .media-files ul li .image-holder img{display: block; margin: auto; max-width: 100%;}
.profile-contents .media-files ul li .image-holder span{margin: 5px 0 0;}
.profile-contents .media-files ul li .image-holder .cross-icon{position: absolute; top: 0; right: -7px; cursor: pointer; font-size: 18px; color: #666; display: block; line-height: 0.8;}
.profile-contents .media-files ul li .image-holder .cross-icon:hover{color: #a0a0a0;}
.profile-contents .media-files ul li .image-holder .edit-icon{position: absolute; top: 0; right: 8px; cursor: pointer; font-size: 18px; color: #0097ad; display: block; line-height: 0.8;}
.profile-contents .media-files ul li .image-holder .edit-icon:hover{color: #a0a0a0;}
.profile-contents .media-files ul li > span{display: block; padding-top: 10px; font-weight: 300; font-size: 16px;}
.profile-contents .media-files .add-options-area{margin-top: 0;}
@media screen and (max-width: 1260px){
    .profile-contents .media-files ul li{width: 20%;}
}
@media screen and (max-width: 991px){
    .profile-contents .media-files ul li{width: 33.3333%;}
}
@media screen and (max-width: 480px){
    .profile-contents .media-files ul li{width: 50%;}
}
@media screen and (min-width: 768px){
    .profile-contents .left-column{float: right !important;}
    .profile-contents .right-column{float: left !important;}
}


.generic-popup .modal-title{font-size: 18px; border-bottom: solid 1px #f5f4f5; padding-bottom: 20px; color: #777777; font-weight: 300; line-height: 1.2; margin: 0 0 28px 0; text-transform: uppercase; text-align: center;}
.generic-popup .modal-title.no-border{border-bottom: 0; padding-bottom: 0;}
.generic-popup .control-label{font-size: 16px; color: #6d6d6d; display: block; margin: 0 0 8px 0; line-height: 1; font-weight: 300;}
.generic-popup .cross-icon{position: absolute; top: 17px; right: 17px; font-size: 20px; color: #a5a4a4; cursor: pointer;}
.generic-popup .cross-icon:hover{color: #000;}
.generic-popup .form-group .form-control{height: 32px; padding: 0 15px; box-shadow: none; font-size: 16px; font-weight: 300; line-height: 1;}
.generic-popup .modal-dialog .modal-content{padding: 15px; border-radius: 0;}
.generic-popup .modal-dialog .modal-content > *:last-child{margin-bottom: 0;}
.generic-popup textarea.form-control{height: 63px; resize: none; padding: 15px !important;}
.generic-popup .inline-elements > li{margin: 0;}
.generic-popup .inline-elements > li:first-child{width: calc(100% - 104px); padding-right: 13px;}
.generic-popup .inline-elements > li:last-child{width: 104px;}
.generic-popup .inline-elements > li .btn, .generic-popup .invitecompany{padding: 0; text-transform: capitalize; font-weight: 300; line-height: 31px; height: 32px; width: 100%; text-align: center; font-size: 18px;}
.generic-popup .row{margin: 0 -6px}
.generic-popup .row > *[class^="col-"]{padding: 0 6px; position: relative;}
.generic-popup .tags > li{margin: 0 5px 5px 0;}
.generic-popup .tags > li span{display: block; border-radius: 3px; height: 20px; background: #afafaf; font-size: 13px; color: white; font-weight: 300; padding: 0 10px; line-height: 18px; cursor: inherit;}
.generic-popup .tags > li span .fa{margin-right: 3px; cursor: pointer}
.generic-popup .tags > li.add span{background: #0097ad; border-radius: 0; cursor: pointer;}
.generic-popup .tags > li span:hover{background: #ee5b27;}
.generic-popup .tags + h3{margin: 20px 0 16px 0; line-height: 1; color: #606060; font-size: 22px;}
.generic-popup .edit-icon{top: 3px; position: relative; margin-left: 10px; color: #0097ad; font-size: 22px;}
.generic-popup .edit-icon:hover{color: #000;}
.generic-popup .action-buttons{padding: 15px 0 0 0; font-size: 0; text-align: right;}
.generic-popup .action-buttons .btn{font-size: 16px; text-transform: capitalize; padding: 0 35px; height: 36px; line-height: 36px; margin: 0 10px 0 0;}
.generic-popup .action-buttons .btn:last-child{margin-right: 0;}


@media screen and (min-width: 768px){
    .generic-popup .modal-dialog .modal-content{padding: 50px;}

    .location-popup .modal-dialog{width: 570px;}
    .profile-popup .modal-dialog{width: 690px;}
    .network-popup .modal-dialog{width: 695px;}
}

.location-popup .offices p:first-child{font-size: 16px; color: #a1a1a1; margin: 0 0 10px 0;}
.location-popup .offices .radio{margin-bottom: 10px;}
.location-popup .offices .radio label{margin: 0; padding: 0; line-height: 1;}
.location-popup .offices .radio label input{margin: 0 3px 0 0; position: relative; top: 1px;}
.location-popup .offices .radio label input + span{color: #777; font-size: 16px; font-weight: 300; margin-right: 10px;}
.location-popup .offices .radio label .close-icon{font-size: 20px; color: #a5a4a4; cursor: pointer; margin-left: 5px;}
.location-popup .offices .radio label .close-icon:hover{color: #000;}
.location-popup .offices > *:last-child{margin-bottom: 0;}

.profile-popup .form-group{margin-bottom: 12px;}
.profile-popup .social-field:after{position: absolute; top: 5px; left: 18px; font-size: 18px; font-family: fontAwesome; color: #b1b1b1;}
.profile-popup .social-field .form-control{padding-left: 36px;}
.profile-popup .fb:after{content: "\f082";}
.profile-popup .linkedin:after{content: "\f08c";}
.profile-popup .twitter:after{content: "\f081";}
.profile-popup .xing:after{content: "\f169";}
.profile-popup .wechat:after{content: "\f0e6";}
.profile-popup .instagram:after{content: "\f16d";}
.profile-popup .pinterest:after{content: "\f0d2";}
.profile-popup .snapchat:after{content: "\f2ac";}

.media-popup .tags{padding-top: 10px;}
.media-popup .tags > li{margin-right: 10px;}
.media-popup .tags > li:last-child{margin-right: 0;}
.media-popup .tags > li span{border-radius: 0; height: 25px; line-height: 24px;}
.media-popup .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width: 100%;}
.media-popup .bootstrap-select > .dropdown-toggle{height: 32px;}
.media-popup .bootstrap-select.btn-group .dropdown-toggle .filter-option{line-height: 1.2;}
.media-popup .bootstrap-select.btn-group .dropdown-toggle .caret{height: 32px; width: 32px; background: white; background: none;}
.media-popup .bootstrap-select.btn-group .dropdown-toggle .caret:after{
    width: 0; height: 0; position: absolute; top: 10px; right: 10px; content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #b6b6b6;
}
.media-popup .upload-box{height: 165px; margin-bottom: 12px; border: solid 1px #dcdcdc; background: #f5f4f5; padding: 13px;}
.media-popup .form-group label{font-size: 18px; color: #777777;}
.media-popup .upload-box .btn-generic{width: 130px; height: 30px; line-height: 29px; font-weight: 300; text-transform: capitalize; background: #0097ad; color: #FFF; text-align: center; padding: 0; font-size: 18px;}
.media-popup .upload-box .btn-generic + input{position: absolute; top: 13px; left: 28px; width: 130px; height: 30px; overflow: hidden; opacity: 0;}
.media-popup .upload-box .btn-generic:hover{background: #027d8f;}
.media-popup .upload-box + .upload-btn{display: block; height: 30px; line-height: 29px; width: 100%; border-radius: 0; color: white; background: #00ad75; font-size: 18px; font-weight: 300; text-transform: capitalize; text-align: center; padding: 0;}
.media-popup .upload-box + .upload-btn:hover{background: #009464;}
.media-popup .content-dist .asterisk{color: #ee5b27; margin-left: 4px;}
.media-popup .content-dist p:first-child{color: #ee5b27; font-weight: 400; font-style: italic; margin: 0 0 14px 0; line-height: 1; font-size: 16px;}
.media-popup .content-dist ul{margin: 0; padding: 0;}
.media-popup .content-dist ul li{margin: 0 0 6px 0; padding: 0; min-height: inherit; list-style-type: none; color: #777777; font-size: 16px;}
.media-popup .content-dist ul li label{min-height: inherit; font-weight: 300;}
.media-popup .action-buttons{text-align: left;}
@media screen and (max-width: 767px){
  .media-popup .form-group label{text-align: left;}
}

.network-popup .form-group{margin-bottom: 15px;}
.network-popup h5{font-size: 16px; color: #6d6d6d; text-align: center; font-weight: 300; margin: 0 0 12px 0; line-height: 1.2;}
.network-popup .search-results > span:first-child{display: block; border-bottom: solid 1px #f5f4f5; margin-bottom: 14px; color: #b1b1b1; font-size: 16px; font-weight: 300; padding-bottom: 11px;}
.network-popup .search-results .logo-holder img{border: solid 1px #e3e3e3;}
.network-popup .search-results .search-list{display: table; width: 100%; border-bottom: solid 1px #f5f4f5; margin-bottom: 14px; padding-bottom: 14px;}
.network-popup .search-results .search-list > div{display: table-cell; vertical-align: top;}
.network-popup .search-results .search-list > div:first-child{width: 80px; padding-right: 15px;}
.network-popup .search-results .search-list > div:last-child{padding-left: 10px; text-align: right;}
.network-popup .search-results .search-list .title{font-size: 16px; color: #6d6d6d; font-weight: 300;}
.network-popup .search-results .search-list .title span{display: block; font-size: 14px; padding-top: 2px;}
.network-popup .search-results > *:last-child{border-bottom: 0; padding: 0; margin: 0;}
.network-popup .inline-elements > li.search{position: relative;}
.network-popup .inline-elements > li.search .form-control{padding-left: 35px;}
.network-popup .inline-elements > li.search:after{content: "\f002"; position: absolute; top: 6px; left: 10px; color: #9c9a9a; font-size: 18px; font-family: fontAwesome;}
.network-popup .newwork-items{margin-bottom: 34px;}
.network-popup .modal-title + h5{margin: 0 0 22px 0; text-transform: uppercase;}
.network-popup .newwork-items .item{text-align: center; padding: 0 15px; width: 20%; display: inline-block; font-size: initial; position: relative;}
.network-popup .newwork-items .item .close-icon{font-size: 20px; position: absolute; top: 0; right: 10px; z-index: 1000; color: #a5a4a4; cursor: pointer;}
.network-popup .newwork-items .item .close-icon:hover{color: #000;}
.network-popup .newwork-items .item .image-holder{background: white; margin: 0 0 6px 0;}
.network-popup .newwork-items .item .image-holder img{max-width: 100%; display: block; margin: auto;}
.network-popup .newwork-items .item .title{font-size: 16px; color: #606060; text-transform: uppercase; margin: 0 0 7px 0; line-height: 1.1;}
.network-popup .newwork-items .item .rating{margin: 0; text-align: center;}
.network-popup .newwork-items .item .rating img{display: block; margin: auto;}
@media screen and (max-width: 767px){
    .network-popup .newwork-items .item{width: 33.3333%; margin-bottom: 20px;}
}
@media screen and (max-width: 400px){
  .network-popup .newwork-items .item{width: 50%;}
  .network-popup .search-results .search-list .title{font-size: 14px;}
}

.generic-popup .btn, .generic-popup .btn:hover{
    color: #fff;
}

.font16{
    font-size: 16px;
}

.rating-table tr td p{
    font-size: 14px !important;
    font-weight: 300 !important;
    margin: 0 !important;
}

.vendorwelmessage .modal-header p{
    margin: 0;
}

.vendorwelmessage .welclosebtn{
    display: block !important;
    width: 100% !important;
    color: #fff !important;
    font-size: 18px !important;
    height: 44px !important;
}

