@charset "utf-8";
/* CSS Document */

            html, body, div, span, applet, object, iframe,
            h1, h2, h3, h4, h5, h6, p, blockquote, pre,
            a, abbr, acronym, address, big, cite, code,
            del, dfn, em, img, ins, kbd, q, s, samp,
            small, strike, strong, sub, sup, tt, var,
            b, u, i, center,
            dl, dt, dd, ol, ul, li,
            fieldset, form, label, legend,
            table, caption, tbody, tfoot, thead, tr, th, td,
            article, aside, canvas, details, embed,
            figure, figcaption, footer, header, hgroup,
            menu, nav, output, ruby, section, summary,
            time, mark, audio, video {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
            }
            /* HTML5 display-role reset for older browsers */
            article, aside, details, figcaption, figure,
            footer, header, hgroup, menu, nav, section {
            display: block;
            }
            
body {
    background-image:url(../images/backgr.jpg);
    background-repeat:repeat-x;
    background-color:#f44f05;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
sup {
    vertical-align: super;
    font-size: 50%;
}
#container-box {
    position: relative;
    width: 311px;
    height:149px;
    background-image:url(../images/energize_fr.png);
}
#container-box-1 {
    position: relative;
    width: 300px; 
    quotes:initial;
    color:#C9C9C9;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
 #container-box-1 blockquote {
    font: 15px/22px normal helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    } 
  #container-stars {
    position: relative;
    font: 28px/22px bold Arial, sans-serif;
    padding-left:175px;
    padding-top:7px;
    width: 120px;
    background-repeat:no-repeat;
    height:34px;
    background-image: url(../images/stars_rate.png)
  }
  #cpa {
    font: 15px/22px bold helvetica, sans-serif;
  }
#texture {
    background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
    position:absolute;
}
#container-general {
    position:relative;
    width:960px;
    margin:0 auto;
}
#LeftSide {
    width:620px;
    float:left;
    padding-bottom:10px;
}
#PrimaryContent{
    float:left;
    width:311px;
    height:337px;
    padding: 55px 30px 0 50px;
}
#PrimaryContent-2{
    float:left;
    width:201px;
    height:441px;
    padding:0;
    background-image:url(../images/canDT_fr.png);
    background-repeat:no-repeat;
    background-position:0 37px;
}

#SecondaryContent {
    background-color:#FFFFFF;
    float:right;
    width:300px;
    padding:0;
    margin-right:25px;
    margin-top:40px;
}
#webinardates {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size:22px;
    color:#FFF;
    background-color:#fa8d21;
    padding-bottom:20px;
    margin-bottom:30px;
    padding-top:15px;
    float:right;
    width:100%;
    text-align:center;
}
#webinardates span {
    font-style:oblique;
}

#box-dates {
    padding: 10px 10px 25px 10px;
    z-index:1;
    height:471px;
}
#box-dates h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size:18px;
    color:#f6891f;
    padding-bottom:5px;
    padding-left:25px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu {
    width: 240px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom:25px;
    margin-left:20px;
}
#cssmenu ul ul {
    display: none;
}
.align-right {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 15px 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    border: 0px solid #ccc;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    color: #666;
/* background: #1fa0e4;*/
}
#cssmenu > ul > li.open > a {
    border-bottom: 0px solid #1682ba;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: 0px solid #ccc;
}
.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
    border-color: #666;
}
.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}
#cssmenu ul ul li a {
    cursor: pointer;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #000;
}
#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
    padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 0px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
}
.selectdate {
    font-family: Arial, sans-serif;
    font-weight:400;
    margin:12px 0;
    font-size:18px;
    height: 30px;
    border-bottom: 1px solid #bebebe;
    width:230px;
}
.day {
    width:200px;
    padding-left:5px;
}
.hour {
    float:right;
    padding-right:10px;
}
#box-dates .button {
    background: #f6891f;
    border: none;
    padding: 19px 20px 19px 20px;
    color: #FFF;
    text-shadow: 1px 1px 1px #924b04;
    cursor: pointer;
    font: 16px Arial, sans-serif;
    font-weight:bold;
    width:90%;
    margin-top: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.96);
}
#box-dates .button:hover {
    background: #e95224;
}
#bar {
    padding-top:20px;
    width:300px;
    background-image:url(../images/bgOrangeBAR.jpg);
    background-repeat:repeat-x;
    font: 18px Arial, sans-serif;
    font-weight:bold;
    text-align:center;
    padding-bottom:40px;
    background-color:#f66f31;
}
#bar p {
    width:240px;
    font: 16px Arial, sans-serif;
    font-weight:normal;
    text-align:center;
    padding:0 20px 20px 25px;
}
#bar img {
    text-align:center;
    margin:20px 0 10px;
}
#bar a {
    font: 12px Arial, sans-serif;
    color:#000000;
}
#bar a:hover {
    font: 12px Arial, sans-serif;
    color:#FFFFFF;
}
#register {
    background-image:url(../images/logoTR.png);
    background-repeat:no-repeat;
    background-position: center 110px;
    padding-top:30px;
    width:300px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    font-size:20px;
    line-height:30px;
    color:#FFFFFF;
    text-align:center;
    padding-bottom:70px;
    background-color:#272727;
}
#register-white {
    padding-top:20px;
    width:280px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    font-size:18px;
    line-height:22px;
    color:#f6891f;
    text-align:center;
    padding-bottom:20px;
}
.secontContentTEXT {
    font-family: Arial, sans-serif;
    font-weight:400;
    font-size:14px;
    line-height: 18px;
    color:#FFF;
    margin:20px 0;
}
.nuts {
    font-family: Arial, sans-serif;
    font-weight:700;
    font-size:16px;
    color:#FFF;
}
#btn {
    text-align:center;
}
#tr {
    background-image:url(../images/logoTR.png);
    background-repeat:no-repeat;
    background-position:50px 60px;
    width:550px;
    height:100px;
    position:relative;
    float:left;
    text-align:left;
    padding-right:0;
    padding-left:50px;
    margin-top:20px;
    padding-top:10px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    font-size:24px;
    color:#FFFFFF;
}
#apple {
    position:relative;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size:11px;
    color:#FFFFFF;
    text-align:center;
    padding-bottom: 40px;
    float:left;
    background-image:url(../images/logoTR.png);
    background-repeat:no-repeat;
    background-position: center 10px;
    padding-top:60px;
    width:100%;
    margin:0 auto;
    
}
#description {
    position:relative;
    float:left;
    margin-top:20px;
}
.box-description {
    border: 2px solid #fff;
    padding: 10px 10px 10px 5px;
    float:left;
    margin-left: 5px;
    height:60px;
}

.number {
    float:left;
    width: 35px;
    padding-top:10px;
    font-family: Arial, sans-serif;
    font-weight:700;
    font-size:50px;
    color:#FFF;
    text-shadow: 1px 1px 1px #924b04;
}
.texto {
    float:left;
    width:100px;
    font-family: Arial, sans-serif;
    padding-left:5px;
    font-weight:400;
    font-size:14px;
    line-height:18px;
    color:#FFF;
    padding-right: 5px;
}
.whitepaper-box {
    float:left;
    color:#c7c7c7;
    padding:25px 20px 25px 66px;
    margin:5px 0 10px 0;
    width:500px;
}
.whitepaper-box p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height:22px;
    font-weight: normal;
    margin:-5px;
    padding:0 0 0 50px;
}
.whitepaper-box span {
    font-weight:bold;
    font-size: 16px;
}
.icon-whitepaper {
    background-image:url(../images/icon_10_FR.jpg);
    background-repeat:no-repeat;
    background-position:50px 14px;
}
#video {
    float:left;
    width:400px;
    padding-top:10px;
    padding-bottom:30px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    color:#FFFFFF;
    font-weight:bold;
    
}

#bullets {
    float:left;
    width:435px;
    padding-top:0px;
    padding-left:50px;
    padding-right:50px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color:#FFFFFF;
    font-weight:bold;
    margin-bottom:40px;
}
#bullets ul {
    margin-top:10px;
}
            #bullets li {
            font-family: Arial, sans-serif;
            font-weight:normal;
            font-size:14px;
            line-height: 20px;
            color:#FFFFFF;
            margin-left:20px;
            list-style-type: disc;
            padding: 7px 0;
            }
            #bullets li span {color:#FFFFFF;}