/*

Blue Demo Skin CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		info@busynoggin.com
website:	www.busynoggin.com

*/


/* @group Reset Styling */


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 1;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    /*	vertical-align: baseline; */
}


/* Tables still need 'cellspacing="0"' in the markup. */

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th {
    font-weight: bold;
}


/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: none;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}


/* @end Reset Styling */


/* @group Base Styling */

html {
    height: 100%;
}

body {
    font-family: Geneva, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    height: 100%;
}

body.white {
    background-color: #fff;
    background-image: none;
    color: #000;
}

object {
    outline: none;
}


/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */


/* NOTE: Table Styling is mostly handled in rte.css */

table {
    border-collapse: collapse;
    width: 100%;
}


/* @end Table Styling */


/* @group Additional Tags */

pre {
    margin-bottom: 15px;
}

code {
    margin-left: 10px;
    margin-right: 10px;
}

pre code {
    margin-left: 0px;
    margin-right: 0px;
}

pre,
code {
    font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
}


/* @end Additional Tags */


/* @group Forms */

form input,
form textarea {
    margin-right: 5px;
}

form input:focus,
form input:hover {
    color: black;
}

form select {
    font-size: 11px;
}

form option {
    margin: 0px;
    margin-left: 5px;
    margin-right: 10px;
}

optgroup {
    font-weight: bold;
    font-style: italic;
    margin: 0;
    margin-top: 5px;
}

optgroup option {
    padding-left: 5px;
}

legend {
    font-weight: bold;
    color: black;
}


/* @end Forms */


/* @end Base Styling */


/* @group Common Classes */

.clear {
    clear: both;
}

.clearOnly {
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

.outOfSight {
    position: absolute;
    top: 0;
    left: -4000px;
}

.csc-firstHeader {
    margin-top: 0px;
}

.graphicTextWrap {
    overflow: hidden;
}

.graphicText {
    line-height: 300px;
    display: block;
}


/* @end Common Classes */


/* @group Layout */

#pageWrap {}

#innerPageWrap {
    width: 950px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

#feature {
    padding: 0 25px 25px 25px;
}

#feature.bleed {
    padding: 0;
}

#generatedContent-1 {
    width: 160px;
    float: left;
    margin-right: 20px;
}

#generatedContent-2 {
    width: 250px;
    float: right;
}

#outerContentWrap {
    padding-top: 220px
}

#contentWrap {
    xpadding: 40px 25px 25px;
    padding: 0 25px;
    xmargin-top: -30px;
    position: relative;
    z-index: 100;
}

#f1d #contentBlock-1 {
    float: right;
    width: 720px;
}

#f1e #contentBlock-1 {
    float: left;
    width: 630px;
}

#f1f #contentBlock-1 {
    float: left;
    width: 450px;
}

#f2a #contentBlock-1 {
    float: left;
    width: 630px;
}

#f2a #contentBlock-2 {
    width: 250px;
    float: right;
}

#f2b #contentBlock-1 {
    float: left;
    width: 630px;
}

#f2b #contentBlock-2 {
    width: 250px;
    float: right;
}

#f2c #contentBlock-1 {
    float: left;
    width: 630px;
}

#f2c #contentBlock-2 {
    width: 250px;
    float: right;
}

#f2d #contentBlock-1 {
    float: left;
    width: 450px;
}

#f2d #contentBlock-2 {
    width: 250px;
    float: right;
}

#f2e #contentBlock-1 {
    float: left;
    width: 360px;
    margin-right: 20px;
}

#f2e #contentBlock-2 {
    width: 250px;
    float: left;
}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
    float: left;
    width: 360px;
    margin-right: 20px;
}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
    width: 250px;
    float: left;
}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
    width: 250px;
    float: right;
}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
    float: left;
    width: 360px;
}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
    width: 250px;
    float: left;
    margin-right: 20px;
}


/* @end Layout */


/* @group Header */

#header {
    position: relative;
    z-index: 150;
    /*    padding-bottom:30px;	*/
}

#logo {
    padding: 14px 0 0 30px;
    width: 100px;
    height: 106px;
    float: left;
}

#header_right {
    width: 780px;
    float: right;
}

.corpo_link {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 10px;
    color: #000;
    padding-top: 14px;
    background: url(../../../../-/i/3angle.gif) center top no-repeat;
    margin: 0 30px 0 0;
}

#region_select {
    text-align: center;
    margin-top: 15px;
}

#region_select SELECT {
    font-size: 10px;
}

#cabinet_link {
    float: right;
    margin: 39px 116px 0 0px;
}


/* @group Top Menu */

#hotline {
    height: 68px;
    width: 480px;
    margin: 26px 0 0 49px;
}
#hotline span a{
    text-decoration: none;
    color: rgb(237, 27, 36);
}
#head_wrap {
    width: 480px;
    height: 80px;
    display: flex;
    float: left;
}

.change_region {
    margin: 53px 0 0 22px;
    width: auto;
}

.change_region p {
    width: 255px;
}

#header_right .cabinet .button_cabinet {
    text-align: center;
    font: 13px sans-serif;
    padding: 5px 8px 6px;
    text-decoration: none;
    border: rgb(0, 139, 68) 1px solid;
    border-radius: 10px;
    color: grey;
    font-style: italic;
}

.search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    border-color: grey!important;
    border-radius: 6px;
    padding: 0 5px;
}

.search #ya-site-form0 .ya-site-form__submit {
    border-radius: 6px;
    padding: 1px 6px;
    background-color: white;
    border: 1px solid grey;
    color: grey!important;
}

.search #ya-site-form0 .ya-site-form__search-input {
    padding-left: 8px;
}

#topMenu {
    clear: both;
    border-bottom: 2px solid #e02e27;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
}

#topMenu div {
    background-color: rgb(0, 139, 68);
    padding: 5px 8px 2px 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
}

#topMenu div:hover {
    background-color: #137123;
}

#topMenu .actives {
    background-color: rgb(236, 28, 36);
}

#homeNews {
    width: 120px;
    height: 40px;
    padding: 0;
    margin: 0;
}

#homeNews TD.left {
    width: 10px;
    background-image: url(../../../../-/i/menu1-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.change_region a p {
    margin: 0;
    color: grey;
}

#head_wrap .change_region a {
    text-decoration: none;
}

#homeNews TD.item {
    background-image: url(../../../../-/i/menu1-bg.png);
    background-position: 50% top;
    background-repeat: no-repeat;
    padding: 2px 3px 0 3px;
    color: white;
}

#homeNews TD.right {
    width: 10px;
    background-image: url(../../../../-/i/menu1-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#topMenu .active TD.menu1left {
    background-position: left -40px!important;
}

#topMenu .hover TD.menu1left {
    background-position: left -80px;
}

#topMenu .active TD.menu1item {
    background-position: 50% -40px!important;
}

#topMenu .hover TD.menu1item {
    background-position: 50% -80px;
}

#topMenu .active TD.menu1right {
    background-position: right -40px!important;
}

#topMenu .hover TD.menu1right {
    background-position: right -80px;
}

#topMenu .item {
    white-space: nowrap;
    width: auto;
    padding: 0 2px;
}

#topMenu .separator {
    width: 20%;
}

#topMenu A {
    font-size: 10px;
    font-style: italic;
    color: #008b44;
    font-weight: bold;
    text-decoration: none;
}

body.white #topMenu A {
    color: #fff;
}

body.white #topMenu .active A {
    color: #000;
}

#xxxtopMenu A.active {
    filter: alpha(opacity=40);
    /* internet explorer */
    -khtml-opacity: 0.4;
    /* khtml, old safari */
    -moz-opacity: 0.4;
    /* mozilla, netscape */
    opacity: 0.4;
    /* fx, safari, opera */
}

#xxxtopMenu A:hover {
    color: #aa0000;
    font-weight: bold;
    text-decoration: none;
}

.menu2 {
    margin-bottom: 30px;
}


/* @end Top Menu */


/* @end Header */


/* @group Footer */

#bottomMenu {
    clear: both;
}

#bottomMenu TD {
    padding: 0;
}

#bottom_navigation {
    font-size: 11px;
    color: #FFF;
    padding: 0 10px!important;
}

body.white #bottom_navigation {
    color: #000;
}

#bottom_navigation TD,
#bottom_navigation TD.sep {
    width: 1px;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
}

#bottom_navigation TD.space {
    width: auto;
}

#bottom_navigation A,
#bottom_navigation A:visited {
    color: #fff;
}

body.white #bottom_navigation A,
body.white #bottom_navigation A:visited {
    color: #ec1c24;
}

#bottom_navigation A:hover {
    color: #ff0;
}

body.white #bottom_navigation A:hover {
    color: #f00;
    text-decoration: underline;
}

#bottom_navigation TABLE {
    margin: 9px 0px;
}

#footerWrap {
    padding-top: 0px;
    padding-bottom: 120px;
}

#footerBottomCap {
    height: 25px;
}

#footer {
    padding: 10px 25px;
}


/* @end Footer*/


/* @group Local Menu */

#localMenu {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    border-right: 1px solid #d3d8dd;
    border-top: 5px solid #d3d8dd;
}

#localMenu li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
}

#localMenu li li {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 0;
}

#localMenu li a,
#localMenu li li a,
#localMenu li.current li a {
    color: #b2b2b2;
}

#localMenu li a:hover {
    color: black;
}

#localMenu li.current a {
    color: black;
}

#localMenu li.current {
    background: url(images/local_menu_arrow.gif) no-repeat right top;
}


/* @end Local Menu */


/* @group Module Styling */

.moduleHeader {
    margin: 0;
    padding: 0 15px 0 0;
    color: #f5f2eb;
    font-size: 16px;
    line-height: 18px;
    xbackground: url(images/right_module_cap.gif) no-repeat right top;
}

body.white .moduleHeader {
    color: #3a7f43;
}

.moduleHeaderInnerWrap {
    display: block;
    xbackground: #3a4958 url(images/left_module_cap.gif) no-repeat left top;
    soverflow: hidden;
    height: 30px;
    xpadding-left: 15px;
}

.moduleHeaderNoTitle {
    height: 0;
}

.moduleHeaderInnerWrap span {
    display: block;
    xpadding-top: 300px;
    xbackground: transparent url(images/left_module_cap.gif) no-repeat left 5px;
}

.moduleFooter {
    height: 15px;
    padding-right: 15px;
    margin: 0;
    xbackground: url(images/right_module_cap.gif) no-repeat right bottom;
    font-size: 1px;
    xoverflow: hidden;
}

.moduleFooter span {
    display: block;
    height: 15px;
    xbackground: #3a4958 url(images/left_module_cap.gif) no-repeat left bottom;
}

.moduleBody {
    padding: 15px 10px 10px 10px;
}

.moduleBodyWrap {
    xbackground-color: #e9e4d9;
    /* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
}

.unframed .moduleBodyWrap {
    background: none;
    padding: 0;
    border: 0;
}

.unframed .moduleBody {
    padding: 0;
    border: 0;
}

.moduleBodyBleed {
    padding: 0;
}

.b2b .tarifs img {
    width: 82%;
    top: -70px;
    position: relative;
}

.b2b .column-2 .button_b2x + img {
    left: -45px;
    top: -45px;
    width: 100%;
}

.columnGroup {
    margin-bottom: 10px;
    /*margin-top: 5em;*/
}

.columnGroupRule {
    border-bottom: 1px solid #7f7f7f;
}

.moduleGroup {
    margin-bottom: 10px;
}

.moduleFeature {
    margin-bottom: 15px;
}


/* @end Module Styling */

.border_bottom {
    border-bottom: 2px solid rgb(236, 28, 36);
    margin-top: -7px;
    margin-bottom: 10px;
    width: 97%;
    margin-left: 28px;
}

.pages_b2c {
    text-align: justify;
    display: inline-block;
    margin-left: -175px;
    margin-bottom: 9px;
    cursor: pointer;
}

.pages_b2b {
    text-align: justify;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 9px;
    cursor: pointer;
}

.pages_b2c:hover,
.pages_b2b:hover {
    -webkit-filter: grayscale(.4);
    filter: grayscale(.4);
    transition: all 0.3s ease-in;
}

.pages_b2c span,
.pages_b2b span {
    background-color: rgb(0, 139, 68);
    padding: 8px 10px 5px 10px;
    color: white;
    font-style: italic;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.block_center {
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

#button_connection:hover {
    box-shadow: 0px 0px 15px gray;
}

.arrow_down_b2c {
    border-left: 18px solid rgb(236, 28, 36);
    border-bottom: 104px solid transparent;
    border-top: 104px solid transparent;
    transform: rotate(90deg);
    width: 0px;
    height: 0px;
    position: absolute;
    top: -75px;
    left: 150px;
    z-index: 1;
}

.arrow_down_b2b {
    border-left: 15px solid rgb(236, 28, 36);
    border-bottom: 120px solid transparent;
    border-top: 120px solid transparent;
    transform: rotate(90deg);
    width: 0px;
    height: 0px;
    position: absolute;
    top: -92px;
    left: 370px;
    z-index: 1;
}

.pages_active span {
    background-color: rgb(236, 28, 36);
}

#header .block_center a {
    text-decoration: none;
}

.fixed_position {
    position: fixed;
    z-index: 899;
}

.bg_color_white {
    top: 0;
    width: 100vw;
    height: 230px;
    background: linear-gradient(to bottom, white 75%, transparent 100%);
}
#outerContentWrap .bg_color_white{
    top: 70px;
}
.b2c .column-2 img {
    position: relative;
    top: -60px;
    left: -52px;
    width: 100%;
    height: 90%;
}

.button_b2x img:hover {
	transform: scale(1.05);
	transition-duration: .2s;
    
    -ms-transition-duration: .5s;
    -ms-transform: scale(1.05); 
    


}

.button_b2x img {
    width: 85%;
    left: -30px;
}