/*fix*/
a{
    outline: none !important;
}
a:focus{
    outline: none !important;
}
iframe[name=google_conversion_frame]{
    display: none;
}
/*end fix*/
/*FontA_Light = Montserrat Light*/
@font-face {
    font-family: 'FontA_Light';
    src: url('../../fonts/new_layout/light/Montserrat-UltraLight.eot');
    src: local('Proxima Light'), local('Proxima-Light'),
        url('../../fonts/new_layout/light/Montserrat-UltraLight.woff') format('woff'), 
        url('../../fonts/new_layout/light/Montserrat-UltraLight.ttf') format('truetype'), 
        url('../../fonts/new_layout/light/Montserrat-UltraLight.svg') format('svg');
}
/*FontA_Bold = Montserrat Bold*/
@font-face {
    font-family: 'FontA_Bold';
    src: url('../../fonts/new_layout/bold/Montserrat-Bold.eot');
    src: local('Proxima Bold'), local('Proxima-Bold'), 
        url('../../fonts/new_layout/bold/Montserrat-Bold.ttf') format('truetype'),
        url('../../fonts/new_layout/bold/Montserrat-Bold.svg') format('svg');
}
/*FontA_regular = Montserrat Regular*/
@font-face {
    font-family: 'FontA_Regular';
    src: url('../../fonts/new_layout/regular/montserrat-regular-webfont.eot');
    src: url('../../fonts/new_layout/regular/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/new_layout/regular/montserrat-regular-webfont.woff2') format('woff2'),
        url('../../fonts/new_layout/regular/montserrat-regular-webfont.woff') format('woff'),
        url('../../fonts/new_layout/regular/montserrat-regular-webfont.ttf') format('truetype'),
        url('../../fonts/new_layout/regular/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    /*font-family:'FontA_Light', sans-serif; */
    min-height: 500px;
    padding-top: 60px;
}
.Tpl_Legal {margin:70px 0;}
.Tpl_Legal .Titler {float:left; width:100%; text-align:center;}
.Tpl_Legal .Titler .Line {width:100%; height:1px; background-color:#F50; margin-bottom:-32px;}
.Tpl_Legal .Titler h3 {position:relative; display:inline-block; color:#F50; background-color:#FFF; margin-bottom:30px; padding:0 14px; font-size:20px; font-family:'FontA_Light', sans-serif;}
.Tpl_Legal .TextLegal {color:#888; font-size:14px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}

/*xs*/
@media screen and (max-width:766px) { 
    .Tpl_Legal {margin:50px 0;}
    .Tpl_Legal .Titler h3 {margin-bottom:10px;}
}