/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
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, sub, sup, tt, var, u, 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;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.left_column ul {
  list-style: none;
}

.right_column ul {
  margin: 4%;
}

.right_column a {
  text-decoration: underline;
  color: blue;
}

a {
  text-decoration: none;
  font-style: normal;
  font-family: Arial;
  color: #000000;
}

/*element style*/
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #FFFFFF;
  font-family: arial, sans-serif;
  color: #212121;
  overflow: auto;
  overflow: initial;
}

strong {
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #212121;
}

#wrapper {
  margin: 0 auto;
  position: relative;
  min-width: 1040px;
  -webkit-font-smoothing: antialiased;
}

.top-header {
  height: 108px;
  width: 100%;
  background-color: #e2231b;
  border-bottom: 7px solid #c9cfd6;
  position: relative;
  box-sizing: border-box;
  padding-top: 24px;
  position: fixed;
  z-index: 1;
}

.header_container, .main_container, .footer_container {
  width: 980px;
  margin: 0px auto;
  box-sizing: border-box;
}

.main_header {
  font-size: 60px;
  color: #797979;
  text-transform: uppercase;
  margin-bottom: 47px;
}

.main_header_at {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 47px;
}

.header_container {
  padding-left: 25px;
}

.main_container {
  background-color: #e4dfdd;
  padding-top: 108px;
}

.left_column {
  width: 32%;
  float: left;
  background-color: #e4dfdd;
  font-size: 14px;
  color: #525252;
  box-sizing: border-box;
}

.right_column {
  width: 68%;
  float: right;
  background-color: #eef4f4;
  padding: 18px 41px 26px 31px;
  box-sizing: border-box;
  position: relative;
  height: auto;
}

.right_column h2 {
  font-size: 22px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 10px;
  font-family: arial, sans-serif;
}

.right_column p {
  text-align: justify;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 23px;
  color: #212121;
}

.pic_circle {
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* #head_scope{background-image:url('/img/scope.png');
            background-repeat: no-repeat;
}
#gen_gp{background-image:url('/img/global.png');
  background-repeat: no-repeat;
}
#gen_c{background-image:url('/img/cookie.png');
       background-repeat: no-repeat;
}
#gen_pi{background-image:url('/img/personal.png');
        background-repeat: no-repeat;
}
#gen_ud{background-image:url('/img/uses.png');
        background-repeat: no-repeat;
}
#foot_sec{background-image:url('/img/security.png');
           background-repeat: no-repeat;
}
#foot_oth{background-image:url('/img/other_info.png');
          background-repeat: no-repeat;
}
#transfer_image{background-image:url('/img/transfers.png');
                background-repeat: no-repeat;
}
#foot_cp{background-image:url('/img/choices.png');
         background-repeat: no-repeat;
}
#foot_con{background-image:url('/img/contact.png');
               background-repeat: no-repeat;
}
#gen_comms{background-image:url('/img/specific.png');
                background-repeat: no-repeat;
}   */
.section_detials a {
  color: red;
}

#specific_section ul {
  list-style: disc;
  margin-top: 23px;
  padding-left: 35px;
}

p.list_title {
  margin-top: 18px;
  margin-bottom: 18px;
}

div.section_detials p:last-of-type {
  margin-bottom: 0px;
}

.mob_header {
  display: none;
  font-size: 44px;
}

.right_column p.personal_follow {
  margin-bottom: 5px;
}

/*left side bar*/
nav {
  background-color: #f4f2f1;
}

/* nav ul li
{
  height:78px;
} */
nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 40px;
}

.leftnav_circle img {
  width: 28px;
  height: 28px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.link_text {
  float: left;
  position: relative;
  top: 12px;
  left: 20px;
}

.leftnav_circle {
  width: 38px;
  height: 38px;
  background-color: #cfc8c2;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  float: left;
}

.left_column nav li a {
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  background-size: 38px 38px;
  background-position: 15px 15px;
  padding: 27px 25px 22px 70px;
  border: 1px solid #e4dfdd;
  border-bottom: none;
  font-size: 14px;
  color: #525252;
}

.left_column nav li a.two_lines {
  padding-top: 19px;
}

.left_column nav li a.three_lines {
  padding-top: 12px;
}

.left_column nav li a.other_info {
  padding-top: 19px;
}

/* .scope a{background-image:url('/img/scope_background.png');}
.cookies a{background-image:url('/img/cookie_background.png');}
.personal a{background-image:url('/img/personal_background.png');}
.uses a{background-image:url('/img/uses_background.png');}
.choices a{background-image:url('/img/choices_background.png');}
.security a{background-image:url('/img/security_background.png');}
.transfer a{background-image:url('/img/transfers_background.png');}
.other a{background-image:url('/img/other_info_background.png');}
.contact a{background-image:url('/img/contact_background.png');}
.global a{background-image:url('/img/global_background.png');}
.specific a{background-image:url('/img/specific_background.png');}
.left_column .active{background-color:#ffffff;}
.scope a.active{background-image:url('/img/scope_highlighted.png');}
.cookies a.active{background-image:url('/img/cookie_highlighted.png');}
.personal a.active{background-image:url('/img/personal_highlighted.png');}
.uses a.active{background-image:url('/img/uses_highlighted.png');}
.choices a.active{background-image:url('/img/choices_highlighted.png');}
.security a.active{background-image:url('/img/security_highlighted.png');}
.transfer a.active{background-image:url('/img/transfers_highlighted.png');}
.other a.active{background-image:url('/img/other_info_highlighted.png');}
.contact a.active{background-image:url('/img/contact_highlighted.png');}
.global a.active{background-image:url('/img/global_highlight.png');}
.specific a.active{background-image:url('/img/specific_highlighted.png');}  */
.section_detials a.mail_link {
  text-decoration: none !important;
  text-decoration: none;
  color: #000000 !important;
}

.section_detials a {
  color: red;
}

p.donot_track {
  margin-bottom: 13px;
}

.pic_circle {
  float: left;
}

.section_detials {
  float: right;
  width: 504px;
}

p.cookie_types {
  margin-bottom: 15px;
  font-weight: bold;
  color: #525252;
  text-transform: uppercase;
  font-size: 16px !important;
}

.cookie_list p {
  font-size: 15px;
  margin-bottom: 12px;
}

p.list1 {
  margin-top: 21px;
}

.clearfix, .arrow_pic {
  clear: both;
}

.arrow_pic, .arrow_pic_mob {
  width: 38px;
  height: 31px;
  background: url("/img/top_pic.png");
  background-repeat: no-repeat;
  float: right;
  background-size: contain;
  cursor: pointer;
}

.arrow_pic_mob {
  position: fixed;
  bottom: 0px;
  left: 6px;
  width: 50px;
  height: 50px;
  display: none;
}

.footer {
  min-height: 120px;
  width: 100%;
  background-color: #797979;
  position: relative;
  box-sizing: border-box;
  padding-top: 23px;
  padding-bottom: 19px;
  color: #ffffff;
  font-size: 12px;
}

#text_left, #text_left ul a {
  float: left;
  color: #cccccc;
}

#text_left a {
  text-decoration: none;
  color: #cccccc;
}

.details {
  text-align: right;
  color: white !important;
}

#text_right {
  float: right;
  color: #FFFFFF;
}

#text_right ul li {
  display: inline;
}

#text_right ul li:nth-child(3) a {
  padding: 5px 11px;
  border-right: 1px solid #6b6b6b;
}

#text_right ul li a {
  padding: 5px 11px;
  border-right: 1px solid #6b6b6b;
}

#text_right ul {
  margin-bottom: 35px;
}

#text_right a {
  color: #FFFFFF;
}

#text_right p {
  color: #000000;
}

@media (max-width: 1040px) {
  #wrapper {
    width: 100%;
    min-width: 100%;
  }
  .header_container, .main_container, .footer_container {
    width: 970px;
    min-width: 970px;
    margin: 0px auto;
  }
  /* nav ul li {
      height: 83px;
  } */
  .left_column nav li a {
    background-position: 8px 18px;
    padding: 30px 10px 22px 58px;
  }
  .left_column {
    line-height: 16px;
  }
  .left_column nav li a.three_lines {
    padding: 11px 10px 22px 58px;
  }
  .left_column nav li a.two_lines {
    padding-top: 22px;
  }
  .left_column nav li a.other_info {
    padding-top: 30px;
  }
}
#head_head {
  font-size: 60px;
  color: grey;
  margin-bottom: 30px;
}

#head-head {
  font-size: 60px;
  color: grey;
  margin-bottom: 30px;
}

#head-at {
  font-size: 45px;
  color: grey;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#head-lacam {
  font-size: 27px;
  color: grey;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .left_column nav li a {
    background-position: 8px 18px;
    padding: 30px 10px 22px 58px;
    font-size: 12px;
  }
  .left_column {
    font-size: 14px;
    line-height: 16px;
  }
  .left_column nav li a.three_lines {
    padding: 11px 10px 22px 58px;
  }
  .left_column nav li a.two_lines {
    padding-top: 22px;
  }
  .left_column nav li a.other_info {
    padding-top: 21px;
  }
  .header_container, .main_container, .footer_container {
    width: 800px;
    min-width: 800px;
  }
  .main_header {
    font-size: 50px;
  }
  .pic_circle {
    width: 60px;
    height: 60px;
  }
  .section_detials {
    width: 82%;
  }
}
@media (max-width: 830px) {
  .header_container, .main_container, .footer_container {
    width: 700px;
    min-width: 700px;
  }
  .left_column nav li a {
    background-position: 8px 18px;
    padding: 30px 10px 22px 58px;
    font-size: 12px;
  }
  .left_column {
    font-size: 14px;
    line-height: 16px;
  }
  .left_column nav li a.three_lines {
    padding: 11px 10px 22px 58px;
  }
  .left_column nav li a.two_lines {
    padding-top: 19px;
  }
  .left_column nav li a.other_info {
    padding-top: 21px;
  }
  /* nav ul li {
      height: 80px;
  } */
}
@media (max-width: 767px) {
  /* nav ul li {height:119px;} */
  .left_column, .right_column {
    float: none;
    width: 100%;
  }
  .header_container, .main_container, .footer_container {
    width: 100%;
    min-width: 100% !important;
  }
  .main_container {
    padding-top: 199px;
    height: 100%;
  }
  .desk_header {
    display: none;
  }
  .right_column {
    height: auto;
    background-color: #e4dfdd;
    padding-right: 0px;
    padding-left: 10px;
  }
  .mob_header {
    display: block;
    padding: 21px 0px;
  }
  .main_header {
    margin-bottom: 0px;
    text-align: center;
    font-size: 31px;
  }
  .main_header_at {
    margin-bottom: 0px;
    text-align: center;
    font-size: 26px;
  }
  .mob_header {
    position: absolute;
    top: 108px;
    width: 100%;
    background-color: #eef4f4;
    z-index: 1;
  }
  .top-header {
    position: absolute;
    z-index: 1;
  }
  #privacy-scroll-container {
    height: 65%;
    position: relative;
    overflow: hidden;
  }
  .section_detials {
    padding-right: 35px;
    width: 82%;
  }
  .arrow_pic {
    display: none;
  }
  .iScrollVerticalScrollbar {
    position: absolute;
    top: 2px;
    bottom: 3px;
    right: 10px;
    width: 4px;
  }
  .iScrollIndicator {
    background-color: #beb6b1;
    border-radius: 3px;
  }
  .left_column nav li a {
    background-size: 70px 70px;
    padding: 47px 20px 35px 108px;
    font-size: 26px;
    line-height: 33px;
  }
  .left_column nav li a.three_lines {
    padding: 47px 20px 35px 108px;
  }
  #scope_section {
    display: block;
  }
  .arrow_pic_mob {
    display: none;
  }
  .visible {
    display: block;
  }
  .hidden {
    display: none;
  }
  .pic_circle {
    width: 70px;
    height: 70px;
  }
  .policy_block {
    display: none;
  }
  #text_left, #text_right {
    float: none;
    text-align: center;
  }
  #text_right ul {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  #text_right ul li a {
    padding: 3px 9px;
  }
  #text_right p {
    padding-right: 20px;
  }
  .section_detials {
    float: left;
    padding: 0px;
    width: 74%;
  }
  .pic_circle {
    margin-right: 29px;
  }
  /*.footer{position:fixed;z-index:1;bottom:0px;}
   .main_container{position:absolute;top:0px;}*/
}
@media (max-width: 543px) {
  .main_header {
    font-size: 27px;
  }
  .main_header_at {
    font-size: 22px;
  }
  /* nav ul li {
      height: 89px;
  } */
  .left_column nav li a {
    font-size: 13px;
    line-height: 19px;
    background-size: 55px 55px;
    background-position: 12px 17px;
    padding: 38px 20px 35px 82px;
    padding-right: 5%;
  }
  .left_column nav li a.four_lines {
    padding-top: 7%;
  }
  .left_column nav li a.three_lines {
    padding-top: 5%;
    padding-left: 82px;
  }
  .left_column nav li a.two_lines {
    padding-top: 8%;
  }
  .left_column nav li a.other_info {
    padding-top: 10%;
  }
  .pic_circle {
    width: 55px;
    height: 55px;
    margin-right: 19px;
  }
  .section_detials {
    width: 70%;
  }
}
@media only screen and (min-width: 390px) and (max-width: 543px) {
  .main_header {
    padding-top: 0px;
  }
  .left_column nav li a {
    padding-right: 12%;
  }
  .left_column nav li a.two_lines {
    padding-top: 8%;
  }
  .left_column nav li a.other_info {
    padding-top: 10%;
  }
  .section_detials {
    width: 71%;
  }
}
@media only screen and (min-width: 412px) and (max-width: 543px) {
  /* nav ul li {
      height: 110px;
  } */
  .left_column nav li a {
    font-size: 18px;
    line-height: 25px;
    background-size: 55px 55px;
    background-position: 12px 28px;
    padding: 46px 20px 35px 82px;
    padding-right: 6%;
  }
  .left_column nav li a.three_lines {
    padding: 46px 20px 35px 82px;
  }
  .left_column nav li a.four_lines {
    padding-top: 7%;
  }
  .left_column nav li a.three_lines {
    padding-top: 5%;
  }
  .left_column nav li a.two_lines {
    padding-top: 8%;
  }
  .section_detials {
    width: 73%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 543px) {
  .left_column nav li a {
    padding-right: 24%;
  }
  .left_column nav li a.two_lines {
    padding-top: 7%;
  }
  .left_column nav li a.other_info {
    padding-top: 9%;
  }
  .section_detials {
    width: 77%;
  }
}
@media only screen and (min-width: 544px) and (max-width: 640px) {
  .left_column nav li a {
    font-size: 1.5em;
  }
  .left_column nav li a {
    padding-top: 40px;
    padding-right: 97px;
  }
  .left_column nav li a.two_lines {
    padding-top: 27px;
  }
  .left_column nav li a.three_lines {
    padding-top: 13px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
  .left_column nav li a.three_lines {
    padding-top: 13px;
  }
  .left_column nav li a.two_lines {
    padding-top: 29px;
  }
  .left_column nav li a {
    padding-right: 94px;
  }
}
/* #head_scope p, #gen_gp p, #gen_c p, #gen_pi p, #gen_ud p, #specific_section p, #foot_cp p, #foot_sec p, #foot_oth p, #contact_section p, #gen_comms p, #foot_con p ,#foot_dnt p {
    width: 495px;
    margin-left: 95px;
} */
#content div > p {
  margin-left: 95px;
}

/* #head_scope h2, #gen_gp h2, #gen_c h2, #gen_pi h2, #gen_ud h2, #specific_section h2, #foot_cp h2, #foot_sec h2, #foot_oth h2, #contact_section h2, #gen_comms h2, #foot_con h2 {
    margin-left: 95px;
} */
#content div h2 {
  margin-left: 95px;
}

#gen_pi li, #gen_ud li, #gen_comms li, #comms_c li {
  text-align: justify;
  margin-left: 95px;
  font-size: 16px;
  line-height: 23px;
  color: #212121;
}

#content div > ul > li {
  text-align: justify;
  margin-left: 95px;
  font-size: 16px;
  line-height: 23px;
  color: #212121;
}

#content div ol li {
  margin-left: 95px;
  font-size: 16px;
  line-height: 23px;
  color: #212121;
}

#content > div h3 {
  margin-left: 95px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

#content > div > div > h4 {
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 10px;
}

#head_scope a, #gen_gp a, #gen_c a, #gen_pi a, #gen_ud a, #specific_section a, #foot_cp a, #foot_sec a, #foot_oth a, #contact_section a, #gen_comms a {
  text-decoration: underline;
  font-style: normal;
  font-family: Arial;
  color: red;
}

@media all and (min-width: 480px) and (max-width: 768px) {
  h1#head_head {
    display: none;
  }
  h1#head-head {
    display: none;
  }
  h1#head-at {
    display: none;
  }
  h1#head-lacam {
    display: none;
  }
  /* #head_scope, #gen_gp, #gen_c, #gen_pi, #gen_ud, #gen_comms, #foot_cp, #foot_sec, #foot_oth, #foot_con{
  background-size: 11%;
  }
  #head_scope h2, #gen_gp h2, #gen_c h2, #gen_pi h2, #gen_ud h2, #specific_section h2, #foot_cp h2, #foot_sec h2, #foot_oth h2, #contact_section h2, #gen_comms h2, #foot_con h2 {
      margin-left: 94px;
  } */
  #content div {
    background-size: 11%;
  }
  #content div h2 {
    margin-left: 94px;
  }
  #content div p {
    width: 80%;
    margin-left: 94px;
  }
  /* #head_scope p, #gen_gp p, #gen_c p, #gen_pi p, #gen_ud p, #specific_section p, #foot_cp p, #foot_sec p, #foot_oth p, #contact_section p, #gen_comms p, #foot_con p, #foot_dnt p {
      width: 80%;
      margin-left: 94px;
  } */
  #gen_pi li, #gen_ud li, #gen_comms li, #comms_c li {
    margin-left: 94px;
    width: 80%;
  }
}
@media all and (max-width: 480px) {
  h1#head_head {
    display: none;
  }
  h1#head-head {
    display: none;
  }
  h1#head-at {
    display: none;
  }
  h1#head-lacam {
    display: none;
  }
  #content div {
    background-size: 15%;
  }
  #content div h2 {
    margin-left: 60px;
  }
  #content div p {
    width: 78%;
    margin-left: 60px;
  }
  #head_scope, #gen_gp, #gen_c, #gen_pi, #gen_ud, #gen_comms, #foot_cp, #foot_sec, #foot_oth, #foot_con {
    background-size: 15%;
  }
  #head_scope h2, #gen_gp h2, #gen_c h2, #gen_pi h2, #gen_ud h2, #specific_section h2, #foot_cp h2, #foot_sec h2, #foot_oth h2, #contact_section h2, #gen_comms h2, #foot_con h2 {
    margin-left: 60px;
  }
  #head_scope p, #gen_gp p, #gen_c p, #gen_pi p, #gen_ud p, #specific_section p, #foot_cp p, #foot_sec p, #foot_oth p, #contact_section p, #gen_comms p, #foot_con p, #foot_dnt p {
    width: 78%;
    margin-left: 60px;
  }
  #gen_pi li, #gen_ud li, #gen_comms li, #comms_c li {
    margin-left: 60px;
    width: 78%;
  }
}