/**
 * Variable power
 */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  background-size: 4px 4px;
}

body ul {
  list-style: none;
}

body ul, body li {
  margin: 0;
  padding: 0;
}
.container {
	width: 100%;
}
.main-container {
	width: 1200px;
}
.chart {
  min-height: 400px;
  border-bottom: 1px solid #eee;
  padding: 20px 100px;
  float:left;
  width: 100%;  
}
h2.chart--headline {
    margin: 20px;
}
.chart--headline, .chart--subHeadline {
  text-align: center;
}
.chart--headline {
  position: relative;
  font-weight: 100;
  font-size: 28px;
}
.chart--headline:before {
  position: absolute;
  content: '';
  bottom: 133%;
  left: 50%;
  width: 25%;
  margin: 0 0 0 -12.5%;
  border-top: 1px dashed #999999;
}

.chart--subHeadline {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}

.charts--container {
  background-color: #fff;
  width: 100%;
  text-align: center;
}

.charts--headline {
  text-align: center;
  color: #444;
  background-color: #fff;
  padding: 1em;
}

.lineChart--area {
  fill: url(#lineChart--gradientBackgroundArea);
}

.lineChart--areaLine {
  fill: none;
  stroke: #64bc46;
  stroke-width: 3;
}

.lineChart--bubble--label {
  fill: none;
  stroke: #64bc46;
  font-size: 12.6px;
  font-style: italic;
  font-weight: 100;
}

.lineChart--bubble--value {
  fill: #fff;
  stroke: #fff;
  font-size: 21px;
  font-weight: 100;
}

.lineChart--circle {
  fill: #64bc46;
  stroke: #fff;
  stroke-width: 3;
}

.lineChart--circle__highlighted {
  fill: #fff;
  stroke: #468530;
}

.lineChart--gradientBackgroundArea--top {
  stop-color: #64bc46;
  stop-opacity: 0.1;
}

.lineChart--gradientBackgroundArea--bottom {
  stop-color: #64bc46;
  stop-opacity: 0.6;
}

.lineChart--svg {
  border: 1px solid #eee;
}

.lineChart--xAxisTicks .domain, .lineChart--xAxis .domain, .lineChart--yAxisTicks .domain {
  display: none;
}

.lineChart--xAxis .tick line {
  display: none;
}

.lineChart--xAxisTicks .tick line, .lineChart--yAxisTicks .tick line {
  fill: none;
  stroke: #b3b3b3;
  stroke-width: 1;
  stroke-dasharray: 2,2;
}

.pieChart--center--innerCircle {
  fill: #fff;
}

.pieChart--center--text {
  font-size: 28px;
}

.pieChart--center--outerCircle {
  fill: rgba(255, 255, 255, 0.75);
}

.pieChart--detail--divider {
  stroke: gray;
  stroke-width: 1;
}

.pieChart--detail--percentage {
  font-size: 42px;
  font-weight: 100;
  fill: #333;
  stroke-width: 1px;
}

.pieChart--detail--textContainer {
  background-color: transparent;
  padding: 70px 0 0 0;
  margin: 0;
  color: #666;
  font-style: italic;
}

.pieChart--detail__left {
  text-align: left;
}

.pieChart--detail__right {
  text-align: right;
}
/*
.pieChart__blue {
  fill: #3498db;
}
*/
.pieChart__red {
  fill: #df3130;
}

.pieChart__yellow {
  fill: #e2c500;
}

.pieChart__green {
  fill: #64bc46;
}

.pieChart__orange {
  fill: #ec943e;
}

.pieChart__pink {
  fill: #ec3e8c;
}
.pieChart__violet {
  fill: #9b59b6;
}
.pieChart__blue {
  fill: #2fabe1;
}
/**
 * Helper classes
 */
.hidden {
  display: none;
}
.w-item img {
    width: 32px;
}
.title span:before {
    font-weight: normal;
	content:"• ";
}
/* Event tab */
li.l-sm-pad-vert-3 {
    width: 33.3333333333%;
    float: left;
    height: 320px;
    padding: 10px;
}
li.l-sm-pad-vert-4 {
    width: 33.3333333333%;
    float: left;
    height: 230px;
    padding: 10px;
}
ul.l-mar-top-4 {
    text-align: center;
}
h2.l-mar-top-3 {
    text-align: center !important;
	padding-bottom: 0px !important;
	color: #282C35;
}
p.marketing-text-body-medium {
    color: #666A73;
	font-size: 17px;
}
.g-group {
    padding: 20px 0 0 0;
	overflow: hidden;
	background-color: #ececec;
	text-align: center;
	border: 20px solid #dae8bb;
}
i.ico img {
    width: 45px;
    padding: 0 0 10px 0;
}
span.contact-no {
    font-weight: bold;
    font-size: 30px;
}
.fee-percentage-left {
	width: 37%;
    float: left;
    margin: 0 20px;
	line-height: 50px;
}
.fee-percentage-right {
	width: 37%;
    float: left;
    margin: 0 20px;
	line-height: 50px;
}
.fee-percentage-left p {
	color: #fff;
	font-size: 4em;
}
.fee-percentage-right p {
	color: #fff;
	font-size: 4em;
}
.fee-box {
	padding: 35px 0 15px 0;
    background: #f0712a;
}
.fee-plus {
	width: 19%;
    float: left;
}
.fee-plus p {
	font-size: 7em;
	line-height: 150px;
    margin-top: 50px;
}
.package-deal-note {
	padding-bottom: 10px;
}
h2.marketing-text-heading-secondary {
    padding: 0 0 40px 0;
}
h2.marketing-text-heading {
	padding: 0 0 40px 0;
}
h2.marketing-text-heading1 {
	padding: 0 0 40px 0;
}
span.sign {
    font-size: 25px;
    vertical-align: top;
}

div#msgbox {
    overflow: hidden;
    width: 100%;
    display: block;
    border: 10px solid #fff;
}

.smalldesc span.span-title {
    font-size: 18px;
    font-weight: normal;
}

i.fa.fa-asterisk {
    font-size: 9px;
    vertical-align: text-top;
    color: red;
}
#form-info .form-group {
    margin-bottom: 0px;
}

@media only screen and (max-device-width: 736px){
 .main-container{
	 width: 100%;
 }
.exclusive {
	width: 100% !important;
    /* border-bottom: 2px solid #000 !important; */
	border-right: none !important;
    /* padding: 30px 0; */
}
.desktop {
	width: 50% !important;
}
.desktop1{
    width: 100% !important;
}
.desktop1 img {
	width: 100%;
	display: block;
    margin: 0 auto;
}
.shared {
	width: 100% !important;
}
/* .mobile {
	width: 50% !important;
}
*/
.mobile1 {
	width: 100% !important;
}
.mobile1 img {
	width: 100%;
	display: block;
    margin: 0 auto;
}
.advertisers-section img{
	position: relative;
    margin: 0 auto;
	float: none !important;
}
.chart {
    width: 100%;
	padding: 0 !important;
}
.w-container .w-card {
	width: 95% !important;
}
.w-item img {
    width: 64px !important;
}
.title span:before {
    font-weight: normal !important;
	content:"• ";
}
.fee-percentage-left {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
.fee-percentage-left {
	line-height: 70px !important;
}
.fee-percentage-right {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
.fee-percentage-right {
	line-height: 70px !important;
}

.fee-plus {
    width: 100% !important;
    float: none !important;
	line-height: normal !important;
}
.fee-box {
	padding: 40px 0 25px 0 !important;
    background: #f0712a !important;
}
span.span-title {
    font-size: 32px !important;
}
/*
.color-violet .card-header{
  background-color: #cd7232;
}
.color-blue .card-header{
  background-color: #2fabe1;
}
.color-green  .card-header{
  background-color: #C0C0C0;
}
.color-blue  .card-header{
  background-color: #DAA520;
}
*/
}

@media only screen and (min-device-width: 737px) and (max-device-width: 1366px){
 .main-container{
	 width: 100% !important;
 }
.exclusive {
	width: 100% !important;
/*    border-bottom: 2px solid #000 !important; */
	border-right: none !important;
/*    padding: 30px 0; */
}
.shared {
	width: 100% !important;
/*    border-bottom: 2px solid #000 !important; */
	border-right: none !important;
/*    padding: 30px 0; */
}
.chart {
    padding: 0px !important;
}
li.l-sm-pad-vert-3 {
	height: 460px !important;
}
li.l-sm-pad-vert-4 {
	height: 300px !important;
}
.package-left {
    width: 50% !important;
}
.package-right {
    width: 50% !important;
}
.fee-percentage-left {
    width: 32% !important;
}
.fee-plus {
    width: 9% !important;
}
.fee-percentage-right {
    width: 50% !important;
}
h2.marketing-text-heading {
    padding: 0px !important;
}
}

@media only screen and (max-width: 768px) {
    .mainText {
        font-size: 16px !important;
        text-align: left !important;
    }
    .mainText2 {
        font-size: 16px !important;
    }
    .col-sm-6.statistics {
        font-size: 16px !important;
    }
    .mainText h3 {
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: left !important;
    }
    .col-sm-6 {
        width: 100% !important;
    }
    #form-info .col-sm-6 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}