@charset "UTF-8";

/* Custom Styles Here */

body { padding-top: 90px; font-family: "Microsoft Yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", STXihei, 华文细黑, 微软雅黑, SimSun, 宋体, Heiti, 黑体, "Helvetica Neue", Helvetica, Arial, sans-serif; background:#fff; background-size: cover; }

@font-face { font-family: 'chalkdusterregular'; src: url('../fonts/chalkduster-webfont.eot'); src: url('../fonts/chalkduster-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/chalkduster-webfont.woff') format('woff'), url('../fonts/chalkduster-webfont.ttf') format('truetype'), url('../fonts/chalkduster-webfont.svg#chalkdusterregular') format('svg'); font-weight: normal; font-style: normal; }

/* Classes */
.pads-top-bottom { padding-top: 15px; padding-bottom: 15px; }
.pads-top-15 { padding-top: 15px; }
.pads-bottom-15 { padding-bottom: 15px; }
.margin-top-bottom { margin-top: 15px; margin-bottom: 15px; }
.margin-top-15 { margin-top: 15px; }
.margin-bottom-15 { margin-bottom: 15px; }

.pads-30 { padding: 30px 0; }
.pads-top60 { padding-top: 60px; }

.col-centered { float: none; margin: 0 auto; display: block; }
.text-centered { text-align: center; }
.text-left { text-align: left; }
.img-responsive { width: 100%; display: block; }
.img-inline-blocked { display: inline-block !important; }
.no-pads { padding: 0 !important; }
.no-marg { margin: 0 !important; }
.underlined h1,
.underlined h2,
.underlined h3,
.underlined h4,
.underlined h5,
.underlined h6 { color: #000; border-bottom: 2px solid red; display: inline-block; }

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item { opacity: 0; 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 all and (transform-3d), (-webkit-transform-3d) {
 .carousel-fade .carousel-inner > .item.next,
 .carousel-fade .carousel-inner > .item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
 .carousel-fade .carousel-inner > .item.prev,
 .carousel-fade .carousel-inner > .item.active.left { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
 .carousel-fade .carousel-inner > .item.next.left,
 .carousel-fade .carousel-inner > .item.prev.right,
 .carousel-fade .carousel-inner > .item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@media (min-width: 768px) {

 .no-pads-left { padding-left: 0; }
 .no-pads-right { padding-right: 0; }
 
 .navbar-right { padding-top: 15px; }
 .navbar-brand { margin-left: 0 !important; }
 
 #myMenuModal .modal-dialog { position: relative; display: table; overflow-y: auto; overflow-x: auto; width: auto; min-width: 300px; }

}

/* Nav */
.navbar { margin-bottom: 0; background: #29272a; border: none; }
.navbar-brand { display: block; width: 130px; height: 30px; background:url(https://static4.arrow.com/-/media/arrow/arrow-logo/logo-white.svg) no-repeat left top; text-indent: -999em; margin-top: 30px; margin-bottom: 30px; padding: 0; }

.navbar .navbar-nav > li { margin: 0 1px 5px 1px; }
.navbar .navbar-nav > li.dropdown.open > a { background-color: inherit; }

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus { background: #29272a; border-bottom: 4px solid transparent; color: #fff !important; font-size: 16px; }

.navbar .navbar-nav > li.is-blue a { border-color: #009DDC; }
.navbar .navbar-nav > li.is-purple a { border-color: #92278f; }
.navbar .navbar-nav > li.is-orange a { border-color: #F68A33; }
.navbar .navbar-nav > li.is-green a { border-color: #54B948; }
.navbar .navbar-nav > li.is-pink a { border-color: #EB1478; }

.navbar .navbar-nav > li.is-blue a:hover,
.navbar .navbar-nav > li.is-blue a:focus,
.navbar .navbar-nav > li.is-blue.dropdown.open > a { background: #009DDC; }

.navbar .navbar-nav > li.is-purple a:hover,
.navbar .navbar-nav > li.is-purple a:focus,
.navbar .navbar-nav > li.is-purple.dropdown.open > a { background: #92278f; }

.navbar .navbar-nav > li.is-orange a:hover,
.navbar .navbar-nav > li.is-orange a:focus,
.navbar .navbar-nav > li.is-orange.dropdown.open > a { background: #F68A33; }

.navbar .navbar-nav > li.is-green a:hover,
.navbar .navbar-nav > li.is-green a:focus,
.navbar .navbar-nav > li.is-green.dropdown.open > a { background: #54B948; }

.navbar .navbar-nav > li.is-pink a:hover,
.navbar .navbar-nav > li.is-pink a:focus,
.navbar .navbar-nav > li.is-pink.dropdown.open > a { background: #EB1478; }

.navbar .navbar-nav > li > .site-dropdown,
.navbar .navbar-nav > li > .nav-straight { border: none; border-top: 3px solid transparent; }

.navbar .navbar-nav > li.is-orange > .site-dropdown { border-color: #F68A33; }
.navbar .navbar-nav > li.is-purple > .site-dropdown  {  border-color: #92278f; }


.site-dropdown { background: #fff !important; }
.site-dropdown ul { padding: 0; list-style: none; } 
.site-dropdown ul li {}
.site-dropdown ul li a,
.site-dropdown ul li a:hover,
.site-dropdown ul li a:focus { color: #000 !important; background: none !important; font-size: 13px; }
.site-dropdown .nav-tbl { width: 100%;}
.site-dropdown .nav-tbl-row { }
.site-dropdown .nav-tbl-cell { padding: 0 10px; }

.site-dropdown .nav-tbl-half .nav-tbl-cell {}
.site-dropdown .nav-tbl-thirds .nav-tbl-cell {}

.navbar-right .dropdown-menu { left: 0; right: auto; }

.menu-vendors .dropdown-menu { width: 260px; }
.site-dropdown ul li { margin-bottom: 5px; }

/* Basic */
.basic-content { font-size: 18px; line-height: 32px; color: #555; padding: 30px 0; }
.basic-content.v2 { font-size: 16px; }
.basic-content h2 { font-size: 30px; text-align: center; margin: 0 0 40px; }
.basic-content h3 { font-size: 20px; margin: 0 0 15px; }
.basic-content ul,
.basic-content ol { margin: 0 0 20px 15px; padding: 0; }
.basic-content ol li { line-height: 32px; margin-bottom: 10px; }
.basic-content ul.lower-alpha { list-style: lower-alpha; }
.basic-content p { margin-bottom: 20px; }
.orange-table {}
.orange-table th { background: #f3934d; }
.orange-table td { font-weight: bold; }
.orange-table tr.tr-odd td { background: #fbdcd0; }
.orange-table tr.tr-even td { background: #fcefe9; }
.orange-table-2 { margin-bottom: 5px; }
.orange-table-2 th { background: #F68A33; font-weight: bold; font-size: 16px; }
.orange-table-2 td { font-size: 16px; }
.orange-table-2 th.bordered-right,
.orange-table-2 td.bordered-right {}
.blue-table { font-size: 18px; }
.blue-table th { background: #009DDC; }

/* Index */
.section-heading { height: 200px; margin-bottom: 5px; background:url('../images/item_line.png') no-repeat center -80px; -moz-background-size: 90%; -webkit-background-size: 90%; background-size: 90%; position: relative; }
.sh-title { margin-right: 550px; float: right; }
.sh-title .sh-icon,
.sh-title .sh-title-text { float: left; color: #000; line-height: 1; }
.sh-title .sh-title-text { text-align: center; padding-top: 10px; padding-left: 5px; }
.sh-title .sh-title-text .sh-title-text-ch { font-size: 32px; padding-bottom: 8px; }
.sh-title .sh-title-text .sh-title-text-en { text-transform: uppercase; font-size: 12px; }
.sh-title-sub{float:right;margin-right:20px;}
.sh-title .sh-title-text-sub{ font-size: 16px; float:right}
.sh-title .sh-title-text .sh-title-text-sub-cont{ font-size: 16px; text-align: right;}
.sh-extra-title { position: absolute; right: 23%; bottom: 22%; font-size: 22px; }

.about-contest { padding: 20px 50px; background: #eae6e6; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.about-contest p { font-size: 16px; margin-bottom: 20px; }

.contest-highlights { font-size: 16px; }
.contest-highlights ol {}
.contest-highlights ol li { padding-bottom: 10px; }
.rewards-index { height: 250px; background:url('../images/Rewards.png') no-repeat center center; background-size: cover; font-size: 15px; }
.rewards-index-inner { padding: 50px 90px; background:url('../images/rewards-title.png') no-repeat 10% 60%; background-size: 35px; }

.partner-block { width: 100%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin: 5px 0; color: #fff; font-weight: bold; font-size: 18px; display: table; border: 2px solid #121b2e; }
.partner-block .partner-block-row { display: table-row; }
.partner-block .partner-block-cell { display: table-cell; vertical-align: middle; padding: 15px; float: left;  }
.partner-block .partner-block-cell.pbc-left {  min-width: 120px; background: #121b2e; padding: 21px 15px; }
.partner-block .partner-block-cell.pbc-right { background: #fff; }

.partner-block.type-2 { background: #fff; border: 1px solid #ccc; }
.partner-block.type-2  .partner-block-cell.pbc-left { background: transparent; color: #000; border-right: 2px solid #121b2e; }

.new-partners-table { display: table; width: 100%; }
.new-partners-table .new-partners-tr { display: table-row; }
.new-partners-table .new-partners-td { display: table-cell; width: 25%; padding-bottom: 20px; }
.new-partners-img { max-width: 210px; display: inline-block; }
.new-partners-label { font-size: 18px; }

.contact-index { font-size: 16px; padding: 20px; }
.scan-index { font-size: 16px; padding: 10px; }
.scan-index img { margin-right: 20px; }
.bordered { border-left: 2px solid #000; }

.icon-size { width: 70px; }
.partnerlogo { max-width: 90px; margin-right: 5px; }
.partnerlogo-2 { max-height: 60px; margin-right: 5px; }
.partner-block .partner-block-cell.pbc-right.finger-prints { padding: 2px 10px; }

/* Diagram */
.diagram-ul { margin: 0; padding: 0; list-style: none; }
.diagram-tbl {}
.diagram-tbl th { background: #54B948; }

/* Contest */
.reg-button { font-size: 20px; }
.rewards { font-size: 20px; }
.rewards p { line-height: 22px; }
.contest-logo { max-width: 220px; display: block; margin: 0 auto 20px; }
.jia-title { margin: 5px 10px 5px; }
.jiathis_style_32x32 { }
.jia-title,
.jiathis_style_32x32 { float: left; }

/* Contest Details */
.blue-title { color: #009DDC; font-size: 25px; }
.h3-type-1 { font-size: 18px !important; }

.ac-header { height: 153px; margin-bottom: 10px; background:url('../images/Item-Line-update.jpg') no-repeat center center; -webkit-background-size: 100%; -moz-background-size: 100%; background-size: 100%; position: relative; }
.ac-header-content { width: 237px; height: 68px; text-align: center; position: absolute; left: 44px; top: 24px; overflow: hidden; }
.ac-header h2 { line-height: 65px; color: #fff; margin: 0; }

/* Vendor */
.vendor-page-bg,
.vendor-page-bg-2 { width: 850px; height: 146px; margin-top: 20px; margin-left: 80px; }
.vendor-page-bg { background:url('../images/vendor-page-bg-2.png') no-repeat center center; -webkit-background-size: 100%; -moz-background-size: 100%; background-size: 100%; }
.vendor-page-bg-2 { background:url('../images/vendor-page-bg.png') no-repeat center center; -webkit-background-size: 100%; -moz-background-size: 100%; background-size: 100%; }

.vendor-name { padding: 20px; background: #92278f; }
.vendor-name h2 { font-size: 30px; margin: 0; padding: 0 0 10px; }
.vendor-name h3 { font-size: 20px; margin: 0; padding: 0 0 5px; }
.vendor-name.invert { color: #fff; }
.vendor-block { margin-bottom: 15px; border-bottom: 1px solid #ceced0; }
.vendor-block:last-child { border-bottom: none; }
.vendor-block .vendor-block-heading { margin: 0; padding: 5px 20px; -webkit-border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; border-radius: 15px 15px 0 0; display: inline-block; background: #5b335c; color: #000; font-size: 20px; }
.vendor-block .vendor-block-body { background: #d0c3cb; color: #000; font-size: 16px; }
.vendor-block .vendor-block-body ul { margin: 0; padding: 20px; list-style: none; }
.vendor-block .vendor-block-body ul.dashed > li { text-indent: -5px; margin-bottom: 5px; }
.vendor-block .vendor-block-body ul.dashed > li:before { content: "-"; text-indent: -5px; }
.vendor-block .vendor-block-body ul.dashed > li a { color: #337ab7; }

.vendor-block.v2 { position: relative; }
.vendor-block.v2 .vendor-block-heading,
.vendor-block.v2 .vendor-block-body { background: none; }

.vendor-table .vendor-table-row { display: table-row; }
.vendor-table .vendor-table-cell { display: table-cell; }
.vendor-table .vendor-table-cell.vendor-table-left { width: 35%; }
.vendor-table .vendor-table-cell.vendor-table-right { width: 65%; }

.vendor-sidebar-heading { font-size: 20px; font-weight: bold; margin: 0 0 5px; color: #000; }
.gradient-box { min-height: 915px; background: rgba(253,253,253,1); background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(128,96,129,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,253,253,1)), color-stop(100%, rgba(128,96,129,1))); background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(128,96,129,1) 100%); background: -o-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(128,96,129,1) 100%); background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(128,96,129,1) 100%); background: linear-gradient(to bottom, rgba(253,253,253,1) 0%, rgba(128,96,129,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#806081', GradientType=0 ); }

.vendor-footer { background: #d2d2d2; }
.vendor-footer .vendor-footer-heading { font-size: 30px; color: #000; margin: 0; padding: 15px 0; }
.vendor-footer .vendor-footer-body { font-size: 16px; margin: 0 0 15px; }
.vendor-footer .vendor-footer-body a { color: #337ab7; }
.vendor-footer-2 { background: #000; color: #fff; text-align: center; padding: 30px 0; font-size: 18px; }
.vendor-footer-2 a { color: #fff; }

.opaq { background: #000; opacity: 0.5; filter: alpha(opacity=50); position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.vendor-table { width: 100%; display: table; position: relative; z-index: 2; }

.vendor-block .opaq { display: none; }
.aside-bg { position: relative; }
.aside-bg .aside-bg-inner { position: relative; padding: 15px 20px; z-index: 2; }

.aside-bg .opaq { background: #f0dfef; opacity: 1; filter: alpha(opacity=100);  }

.video-block {}
.video-block h3 { font-size: 14px; margin: 0 0 10px; }
.video-block ul { margin: 0; padding: 0; list-style: none; }

.vendor-page-logo { margin: 33% auto 0; }
.vendor-page-logo.v2 { margin: 23% auto 0; }
.vendor-page-logo.v3 { margin: 15% auto 0; }

/* MCC */
.vendor-hasBg,
.vendor-hasBg a { color: #fff; }
.vendor-hasBg .inner-bg { background:url('../images/mcc-bg.jpg') no-repeat center center; background-attachment: fixed; }

.copyright { padding: 40px 0; font-size: 16px; }

/* Online Webinar */
.title-online-webinar { margin: 60px auto 20px; }
.title-online-webinar h1 { color: #000; display: inline-block; font-size: 32px; margin: -15px 0 0 180px; }
.title-online-webinar h1 span { font-family: 'chalkdusterregular'; font-weight: bold }
.online-webinar-body {}
.online-webinar-body .aside-bg { background: #55b949; }
.online-webinar-body .aside-bg .aside-bg-inner { padding: 40px; }

.q-and-a { display: table; }
.q-and-a { padding-bottom: 10px; }
.q-and-a .q-and-a-number,
.q-and-a .q-and-a-content { display: table-cell; }
.q-and-a .q-and-a-number { width: 65px; }
.q-and-a .q-and-a-content {}
.q-and-a .q-and-a-number,
.q-and-a .q-and-a-content h3 { color: #126e09; }
.q-and-a .q-and-a-number { font-size: 24px; }
.q-and-a .q-and-a-number span { font-family: 'chalkdusterregular'; font-size: 35px; }
.q-and-a .q-and-a-content h3 { font-size: 17px; margin-top: 5px; margin-bottom: 15px; font-weight: bold; }
.q-and-a .q-and-a-content p { font-size: 16px; }

.online-webinar-body .vendor-sidebar-heading { font-family: 'chalkdusterregular'; color: #fff; }
.online-webinar-body .video-block { padding-bottom: 15px; }
.online-webinar-body .video-block h3 { color: black; font-size: 18px; }
.online-webinar-body .video-block p { color: #383a39; margin: 10px 0; }



@media (max-width: 1200px) {
 /* Index */
 .section-heading { height: 170px; background-position: center -60px; }
 .sh-title { margin-right: 460px; }
 .sh-title .sh-title-text .sh-title-text-ch { font-size: 30px; padding-bottom: 8px; }
 .sh-extra-title { bottom: 20%; font-size: 20px; }
 .rewards-index-inner { padding: 60px 50px; background-position: 2% 60%; }
 
 .new-partners-img { max-width: 180px; }
  
 /* Vendor */
 .gradient-box { min-height: 825px; }
 .vendor-page-bg,
 .vendor-page-bg-2 { width: 660px; height: 113px; }
 
 /* Details */
 .ac-header { height: 126px; }
 .ac-header-content { width: 195px; height: 56px; left: 36px; top: 20px; }
 .ac-header h2 { line-height: 55px; font-size: 25px; }
 
 .title-online-webinar h1 { margin: -15px 0 0 140px; font-size: 25px; }
 
}

@media (max-width: 992px) {

 body { padding-top: 109px; }
 
 .navbar .navbar-nav > li > a,
 .navbar .navbar-nav > li > a:hover,
 .navbar .navbar-nav > li > a:focus,
 .navbar .navbar-nav > .active > a,
 .navbar .navbar-nav > .active > a:hover,
 .navbar.navbar-nav > .active > a:focus { font-size: 15px; }
	
 .site-dropdown { width: auto; }
 .navbar-right .dropdown-menu { left: 0; right: auto; }
 .site-dropdown .nav-tbl,
 .site-dropdown .nav-tbl-row,
 .site-dropdown .nav-tbl-cell,
 .site-dropdown .nav-tbl-half .nav-tbl-cell,
 .site-dropdown .nav-tbl-thirds .nav-tbl-cell { width: 100%; display: block; }
 .site-dropdown .nav-tbl-cell { padding: 0 10px; }
 
 .navbar-brand { margin-top: 20px; margin-bottom: 0px; }
 .navbar-nav.navbar-right { float: left !important; padding-top: 0; }
	
 /* Index */
 .section-heading { height: 150px; background-position: center -30px; }
 .sh-title { margin-right: 350px; }
 .sh-title .sh-title-text .sh-title-text-ch { font-size: 28px; padding-bottom: 5px; }
 .sh-extra-title { bottom: 18%; font-size: 18px; }
  
 .contact-index,
 .scan-index { font-size: 16px; padding: 10px; }
 .rewards-index { width: 442px; height: 259px; margin: 0 auto 30px; }
 .rewards-index-inner { padding: 60px 100px; background-position: 10% 60%; }
 
 .new-partners-img { max-width: 160px; }
  
 /* Vendor */
 .vendor-name h2 { font-size: 30px; }
 .vendor-name h3 { font-size: 20px; }
 .gradient-box { min-height: 685px; }

 .vendor-block.v2 .vendor-block-heading,
 .vendor-block.v2 .vendor-block-body { padding: 15px; font-size: 14px; }
 .vendor-block .vendor-block-body ul { padding: 0 0 10px; }
 .vendor-footer .vendor-footer-body { font-size: 14px; }
 
 .vendor-page-bg,
 .vendor-page-bg-2 { margin: 10px auto 0; }
 
 /* Details */
 .ac-header { height: 97px; }
 .ac-header-content { width: 150px; height: 43px; left: 28px; top: 16px; }
 .ac-header h2 { line-height: 43px; font-size: 20px; }
 
 .title-online-webinar { margin-top: 40px; }
 .online-webinar-body .aside-bg .aside-bg-inner { padding: 20px; }
 
}


@media (max-width: 767px) {
	
 body { padding-top: 50px; }
 .pads-top60 { padding-top: 20px; }
 .pads-30 { padding: 15px 0; }
 .mobi-no-pads-left { padding-left: 0; }
 .mobi-no-pads-right { padding-right: 0; }
  
 .navbar-brand { width: 90px; height: 18px; margin: 15px 0 0 15px; }
  
 .navbar .navbar-toggle,
 .navbar .navbar-toggle:hover,
 .navbar .navbar-toggle:focus { background: none; border: none; }
  
 .navbar .navbar-toggle .icon-bar { background: #fff; }
  
 .navbar .navbar-collapse { border-top: 1px solid #aaa; }
  
 .navbar-nav.navbar-right { float: none !important; } 
 .navbar .navbar-nav > li { margin: 0 0 3px; }
  
 .navbar .navbar-nav > li > a,
 .navbar .navbar-nav > li > a:hover,
 .navbar .navbar-nav > li > a:focus,
 .navbar .navbar-nav > .active > a,
 .navbar .navbar-nav > .active > a:hover,
 .navbar.navbar-nav > .active > a:focus { background: #29272a; border-left: 3px solid transparent; border-bottom: none; font-size: 14px; padding-top: 8px; padding-bottom: 8px; }
  
 .navbar .navbar-nav > li.is-blue a,
 .navbar .navbar-nav > li.is-purple a,
 .navbar .navbar-nav > li.is-orange a,
 .navbar .navbar-nav > li.is-green a,
 .navbar .navbar-nav > li.is-pink a {  }
  
 .site-dropdown .nav-tbl,
 .site-dropdown .nav-tbl-row,
 .site-dropdown .nav-tbl-cell { display: block; border: none; }
  
 /* Index */
 .section-heading { height: auto; background: none; margin-bottom: 15px; }
 .sh-title { margin-right: 0; float: none; }
 .sh-title .sh-title-text .sh-title-text-ch { font-size: 28px; padding-bottom: 5px; }
 .sh-extra-title { position: static; padding: 15px 0 0; font-size: 16px; }
 .about-contest { padding: 20px; }
 .about-contest p { font-size: 15px; }
  
 .contest-highlights { font-size: 14px; }
 .scan-index img { margin-right: 0; margin-bottom: 10px; display: block; }
 .bordered { border: none; }
 .icon-size { width: 50px; }
 .partner-block .partner-block-cell { font-size: 14px; }
 .partner-block .partner-block-cell.pbc-left { min-width: 100px; padding: 24px 10px; }
 
 .new-partners-table,
 .new-partners-table .new-partners-tr,
 .new-partners-table .new-partners-td { display: block; width: 100%; }
 .new-partners-img { max-width: 250px; }
 .new-partners-label { font-size: 16px; }
  
 /* Vendor */
 .vendor-page-bg,
 .vendor-page-bg-2 { display: none; }
 .vendor-name h2 { font-size: 28px; }
 .vendor-name h3 { font-size: 18px; }
 .gradient-box { min-height: auto; }
 .vendor-footer .vendor-footer-heading { font-size: 25px; }
 
 .aside-bg .aside-bg-inner { padding: 15px; }
 .vendor-page-logo,
 .vendor-page-logo.v2,
 .vendor-page-logo.v3 { margin: 20px auto; }
 
 /* Details */
 .ac-header { height: auto; background: none; }
 .ac-header-content { width: auto; height: auto; padding: 10px; position: static; background: #039ddd; float: left; }
 .ac-header h2 { line-height: 1; font-size: 20px; font-size: 18px; }
 
 .copyright { padding: 40px 0; font-size: 14px; }
 
 .title-online-webinar { width: auto; height: auto; display: block; background: none; margin: 20px 0 0; }
 .title-online-webinar h1 { margin: 0 0 10px; display: block; }

}


@media only screen and (max-width : 480px) {

 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7,
 .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { width: 100%; display: block; float: none; }
  
  .rewards-index { width: auto; height: auto; background: none; }
  .rewards-index-inner { padding: 10px 10px 10px 50px; background-position: left center; }
  
  .vendor-name h2 { font-size: 25px; }
  .vendor-name h3 { font-size: 16px; }
  .vendor-table,
  .vendor-table .vendor-table-row,
  .vendor-table .vendor-table-cell { display: block; width: 100% !important; }
  .vendor-block.v2 .vendor-block-body { padding-top: 0; }
  
  .q-and-a .q-and-a-number { width: 50px; }
  .q-and-a .q-and-a-number { font-size: 18px; }
  .q-and-a .q-and-a-number span { font-size: 28px; }
  
  
}
