button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    border-radius: 0;
}
.image-container {position: relative;}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
textarea {
    resize: vertical;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.fullwidth{width: 100%;}
.fullwidth:before, .fullwidth:after, .row:before, .row:after {
    display: table;
    content: " ";
}
.fullwidth:after, .row:after {clear: both;}
.container {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px){
  .container {
    width: 980px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}
/* Tablet Landscape */
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {display: none !important;}
    
    /* Home page */
    .BottomBox {
        width: 161px;
        padding-left: 15px;
    }
    
    /* Article page */
    /*.InnerContainer .left {
        float: left;
        width: 720px;
    }*/
    .InnerContainer .left .right {
        float: right;
        width: 500px;
    }
    .HtmlContainer {width: 500px;}
    
    
    
}
/* Tablet Portrait */
@media (min-width: 768px) and (max-width: 991px) {
    #FormUpdatePanelPanel .row input[type="text"]:first-child {
        margin: 0 0 10px;
    }
    .TextBox {
        width: 100%;
    }
    .hidden-sm {display: none !important;}
    /* Homepage */
    
    .HomePuzzle {
      width: 100%;
      background-size: contain;
      margin-right: 0;
      padding-top: 0;
    }
    .PuzzleCell {
        padding: 20px;
    }
    .HomeContainer {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .InnerContainer .HomeContainer .right {
        float: right;
        width: 435px;
        padding-right: 15px;
    }
    .InnerContainer .HomeContainer .left {
        float: left;
        width: 265px;
        margin-left: 15px;
    }
    .BottomInnerContainer {
        padding: 15px;
        padding-right: 15px;
        overflow: hidden;
    }
    .BottomBox {
        width: 130px;
        float: right;
        padding-left: 15px;
        margin-left: 10px;
    }
    
    /* Article page */
    /*.InnerContainer .left {
        float: left;
        width: 500px;
    }*/
    .InnerContainer .left .right {
        float: none;
        width: 100%;
    }
    
    /* Paper page */
    .HtmlContainer table td.Blue {
        overflow-x: auto;
        padding-bottom: 15px;
    }
    
    
}




@media (min-width: 1200px) {
    .hidden-lg {display: none !important;}
}
@media (max-width: 1400px) {
    .TopMenuContainerSub{
      width: 100%;
    }
    .TopMenuContainerSub .TopMenuContainerPink{
      width: 100%;
    }
    .InnerContainer .HomeContainer .right {
        width:50%;
    }
    .col {
        max-width:440px;
    }
    .InnerContainer .left .left {
      float:right;
    }
    .InnerContainer .left .page-contact .right {
      float: right;
      width: 100%;
    }
  .PuzzleBox {
    width:120px;
    height:120px;
    -webkit-background-size:120px auto;
    background-size:120px auto;
  }
  .PuzzleBox a {
    font-size:15px;
    line-height:18px;
  }
  .home .bg-banner {
    height: 690px;
  }
  .HomePuzzle {
    margin-top: 5rem;
  }
  .home .bg-banner {
    height: 485px;
  }
  .contact-button {
    width: 330px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 18px;
  }
  .contact-button a {
    font-size: 17px;
    padding: 7px 0;
  }
  .HomeTopMenuContainer {
    margin:0;
  }

}
@media (max-width: 1024px) {
  .home .bg-banner {
    background-position: 70% 50%;
  }
  .PuzzleBox {
    width:130px;
    height:130px;
    -webkit-background-size:130px auto;
    background-size:130px auto;
  }
  .home .bg-banner {
    height: 670px;
  }
  .HomePuzzle {
    padding: 0px 0 50px;
  }
  .PuzzleBox a {
    font-size:15px;
    line-height:18px;
  }
}
@media (max-width: 991px) {
    .col-submit {
        margin: 4px 0 0;
    }
    .social-links {
        float: none;
        margin: 0;
        overflow: hidden;
    }
    .contact-home ul {
        margin: 0 0 35px;
    }
    .col, .col-submit, .title-form {float:none;}
    .title-form {
        margin: 0 0 10px;
    }
    .ContactHtmlContainer {
      width:415px;
    }
    .box-contact-inner .social-links {
      margin: 15px 5% 0 0;
  }
  .PageContainer .HtmlContainer img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .PuzzleBox {
      -webkit-background-size: 110px auto;
      background-size: 110px auto;
      display: block;
      float: right;
      height: 110px;
      width: 110px;
    }
    .PuzzleBox a {
        font-size:13px;
        line-height:17px;
    }
    .Logo {
        margin-top: 15px;
        height: 79px;
    }
}
@media (max-width: 767px) {
    #nav-icon3 {
      width: 40px;
      height: 30px;
      position: relative;
      margin: 10px 0 10px auto;
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }
    #nav-icon3 span {
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #112f45;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    #nav-icon3 span:nth-child(1) {
      top: 0px;
    }

    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
      top: 12px;
    }

    #nav-icon3 span:nth-child(4) {
      top: 24px;
    }

    #nav-icon3.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    .TopMenuContainer,
    .TopMenuContainerPink{
      background-color: rgb(255,255,255);
    }
    .TopMenuContainerPink {
      flex-direction: column;
    }
    .TopMenuContainer li {
        float: none !important;
    }
    .TopMenuContainer li a {
        padding: 5px 0;
        border-bottom: none;
    }
    .TopMenuContainer li a:hover,
    .TopMenuContainer li.selected a{
      border-bottom: none;
      color: white;
      background-color: #e66051;
    }
    .hidden-xs {
      display: none !important;
    }
    /* Homepage */
    .lang-menu {
        padding: 7px 0;
    }
    .lang-menu ul li a {
        font-size: 14px;
    }
    .SearchContainer {
        float: none;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .Logo {
        display: block;
        width: auto;
        min-height: 100%;
        margin: 20px 0 5px;
        height:60px;
    }
    .Logo img {
        display: block;
        margin-right: 0;
        margin: 5px auto 0;
        max-width: 100%;
    }
    
    /*menu*/
    .HomeTopMenuContainer {overflow: hidden;}
    .TopMenuContainer {
        display: none;
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        position: absolute;
        z-index: 1;
        right:0;
    }
    .TopMenuContainer.open {
        display:block;
    }
    /*-------------*/
    .HomePuzzle{
      position: relative;
    }
    .HomeInnerPuzzle{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-right: 285px;
    }
    .PuzzleBox a {
        font-size:13px;
        line-height:17px;
    }
    .PuzzleTable {
        table-layout: fixed;
        width: 100%;
        height: 120px;
    }
    .PuzzleBox {
      -webkit-background-size: 110px auto;
      background-size: 110px auto;
      display:inline-block;
      height: 110px;
      width: 110px;
      position: relative;
      margin: 5px;
      top: unset !important;
      left: unset !important;
      right: unset !important;
      bottom: unset !important;
    }
    .PuzzleCell {padding: 20px;}
    .HomeContainer {
        padding: 0 10px 20px;
        overflow: hidden;
    }
    .InnerContainer .HomeContainer .right {
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .InnerContainer .HomeContainer .left {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 0 0 30px;
        padding: 0 15px;
    }
    .BottomInnerContainer {padding: 0;padding-right: 10px;}
    .BottomBox {
        width: 280px;
        float: none;
        padding-left: 0;
        padding-top: 15px;
        margin: 10px auto 10px;
        border-left: none;
        border-top: solid 1px #efedf8;
    }
    
    /* Article page */
    .InnerContainer .right {
        float: none;
        width: 100%;
    }
    .InnerContainer .left {
        float: none;
        width: 100%;
    }
    .PageContainer {
        padding: 20px 15px 20px;
    }
    .InnerContainer .left .right {
        float: none;
        width: 100%;
        margin: 0;
    }
    .InnerContainer .left .left {
        float: none;
        width: 100%;
    }
    .HtmlContainer {
        width: 100%;
        overflow: hidden;
    }
    .HtmlContainer table td.Blue {
        overflow-x: auto;
        padding-bottom: 15px;
    }
    /* Contact page */
    .contact-table {
        width: 100%;
    }
    .contact-table tr td {display: block;}
    .contact-table tr td.AlignLeft{
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .contact-table tr td input[type="text"], .contact-table tr td textarea {
        width: 100% !important;
    }
    .colgrRight {width: 0px;}
    .colgrLeft {width: 100%;}
    
    /* Paper page */
    .contact-button {
        width:100%;
    }
    .home .bg-banner {
        height:1060px;
    }
    .CreditContainer {
        text-align:center;
    }
    .InnerContainer > .row > .left {
      padding:0;
    }
    .DotsVert {background:none;}
    .home .bg-banner .container {
      padding: 0 0 160px;
    }
    .home .bg-banner {
      height: 100%;
    }

}
@media (max-width: 640px) { 
    .home-form input[type="text"], .home-form textarea {
        width:100% !important;
    }
    .col {
        max-width:100% !important;
    }
    .box-contact-inner .social-links {
      margin: 15px 0 0;
    }
    .contact-home ul {
      float: none;
      margin: 0 auto 35px;
      overflow: hidden;
      width: 200px;
  }
  .box-contact-inner .contact-btn,
  .box-contact-inner .contact-btn a {
    float:none;
  }
  .box-contact-inner .contact-btn span {
    display:block;
    float:none;
    text-align:center;
    margin:10px 0 0;
  }
  .TextBox,
  .ContactHtmlContainer,
  .ContactHtmlContainer table {
    width:100% !important;
  }
  #FormUpdatePanelPanel .row input[type="text"]:first-child {
    margin: 0 0 10px;
  }
  .box-contact-inner .social-links {
    float:none;
  }
  .home .bg-banner {
      background-position: 85% 50%;
  }
}
@media (max-width: 640px) { 
  .HomePuzzle {
      margin: 0 0 0 -25px;
  }
  .PuzzleBox {
      margin: 0 0 -30px 10px;
  }
}
@media (max-width: 380px) {
  .HomeInnerPuzzle{
    margin-right: 150px;
  }
}
/* iPhone4 landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {

}

/* iPhone6 in portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {

}

/* iPhone6 in lanscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
    
}


