body {
    background-color: #f5f5f5;
    color: #373737;
    line-height: 1;
    font-family: "Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}

/*---------------------------------------------------------------------------------------------
[ typo / helpers ]
*/

::selection {
    background: #c9e1b9; /* Safari */
}

::-moz-selection {
    background: #c9e1b9; /* Firefox */
}

a {
    color: #00aeef
}

a:hover {
    color: #ff7407
}

a,
a:hover {
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #262626;
}

h1 {
    font-size: 70px;
    letter-spacing: -4px;
    color: #68a72f;
    margin-bottom: 20px
}

h2 {
    font-size: 26px;
    line-height: 1.2;
    margin: 5px 0 60px;
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 20px
}

h3 a,
h4 a {
    color: inherit;
    text-decoration: none;
}

blockquote,
.tsmAuth {
    font-family: Times,Georgia,serif;
    font-style: italic;
}

p {
    font-size: 14px;
    line-height: 22px;
}

.clearer {
    clear: both;
    font-size: 0.1px;
    height: 0.1px;
    line-height: 0.1px;
    width: 100%;
}

.cnt {
    text-align: center
}

.fR {
    float: right
}

.fL {
    float: left
}

.arrow:after {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: relative;
    right: -5px;
    top: -1px;
    border-color: transparent transparent transparent #007db7;
    border-style: solid;
    border-width: 3px;
}

.arrow:hover:after {
    border-color: transparent transparent transparent #ff7407
}

/*---------------------------------------------------------------------------------------------
[ buttons class ]
*/

.bt {
    cursor: pointer;
    display: block;
    margin: 0 auto 12px;
    padding: 18px 0;
    text-align: center;
    border-radius: 90px;
    letter-spacing: -1px;
    width: 220px;
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.16), 0 2px 0 rgba(0,0,0,.11);
    border:0;
}

.bt,
.bt:hover {
    color: #fff;
    text-decoration: none;
}

.bt-small-x {
    font-size: 1.2em
}

.bt-small {
    font-size: 1.5em
}

.bt {
    font-size: 1.85em
}
.bt-large {
    font-size: 32px
}

.bt-large-x {
    font-size: 3em
}

.bt-small,
.bt-small-x {
    font-family: Helvetica,Arial,sans-serif
}

.bt-green {
    background:#6ebe3b;
    background:-webkit-linear-gradient(top,  #79cb45 0%,#6ebe3b 100%);
    background:linear-gradient(to bottom,  #79cb45 0%,#6ebe3b 100%);
}

.bt-green:hover {
    background:#7cc643;
    background:-webkit-linear-gradient(top,  #89d24e 0%,#7cc643 100%);
    background:linear-gradient(to bottom,  #89d24e 0%,#7cc643 100%);
}

.bt-orange {
    background:#ff8706;
    background:-webkit-linear-gradient(top,  #ff961a 0%,#ff8706 100%);
    background:linear-gradient(to bottom,  #ff961a 0%,#ff8706 100%);
}

.bt-orange:hover {
    background:#ff9f07;
    background:-webkit-linear-gradient(top,  #ffab1f 0%,#ff9f07 100%);
    background:linear-gradient(to bottom,  #ffab1f 0%,#ff9f07 100%);
}

.bt-grey {
    color:#363a3d;
    background:#f3f3f3;
    background:-webkit-linear-gradient(top,  #fff 0%,#f3f3f3 100%);
    background:linear-gradient(to bottom,  #fff 0%,#f3f3f3 100%);
    box-shadow:inset 0 -2px 0 rgba(255,255,255,.46), 0 2px 0 rgba(0,0,0,.1);
}

.bt-grey:hover {
    color:#00afec;
    background:#eee;
    background:-webkit-linear-gradient(top,  #fafafa 0%,#eee 100%);
    background:linear-gradient(to bottom,  #fafafa 0%,#eee 100%);
}

/*---------------------------------------------------------------------------------------------
[ structure ]
*/

.content {
    background: #fff url(/marketing/images/clickwebinar/pages/marketing_page/features/statistics/statistics_bg_content.png) 50% 0 no-repeat;
    padding: 10px 0;
}

.content .in {
    margin: 0 auto;
    width: 980px;
    position: relative;
}

/* big CTA buttons container */

.callTa {
    text-align: center;
    width: 540px;
    margin: 0 auto 40px;
}

.callTa dfn {
    display: inline-block;
    font-size: 0.75em;
    color: #737373;
    text-align: center;
}

.features h3 {
    margin-bottom: 20px
}

.features h3+p {
    margin-bottom: 30px
}

.features .arrow {
    font-size: 14px
}

.features h4 {
    margin-bottom: 45px
}

.features .btmButts {
    margin: 60px 0
}

.features .title {
    padding: 2.3% 0 7% 6%
}

.features .title .tCV-Col {
    width: 70%
}

.features .title .tCV-SecCol {
    float: right;
    width: 30%;
    margin-top: 5px;
}

/* Features box */

.features .buttBox {
    float: right;
    margin: 10px 0;
}

.features .featureBox {
    position: absolute;
    top: 46px;
}

.features .featureBox .arrBox span {
    right: -326px
}

/* boxes */

.features .box {
    padding: 30px 20px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.features .box div {
    width: 36%;
    padding-left: 10.5%;
    padding-top: 2%;
}

.features .box .tR {
    padding-right: 5%;
    padding-left: 52%;
}

.features .screen {
    margin-bottom: 42px;
    text-align: center;
}

.features .bgSet01 {
    background-image: url(/marketing/images/clickwebinar/pages/marketing_page/features/statistics/bg_1.jpg);
    min-height: 260px;
}

.features .bgSet02 {
    background-image: url(/marketing/images/clickwebinar/pages/marketing_page/features/statistics/bg_2.jpg);
    min-height: 230px;
}

.features .bgSet03 {
    background-image: url(/marketing/images/clickwebinar/pages/marketing_page/features/statistics/bg_3.jpg);
    min-height: 240px;
}

.features .bgSet04 {
    background-image: url(/marketing/images/clickwebinar/pages/marketing_page/features/statistics/bg_4.jpg);
    min-height: 240px;
}

.features .bgSet01 div {
    padding-top: 4%
}

/* Lang Specific */
.ru .bt-large,
.es .bt-large {
    font-size:26px;
}

.br h1 {
    font-size: 63px;
}
.br h4 {
    font-size: 28px;
}