/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
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-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
html, body {
  height: 100%;
}
svg {
  overflow: hidden;
}
input {     /*IE6*/
  width: auto;
  overflow: visible;
}


/* width until 1000; height (section) until 500 (container: 600) before changing to mobile view */

html {  
  height: 100%;
  font-size: 16px;
}
body {  
  height: 100%;
  background-color: #FFF;
  font-style: normal;
  font-family: 'DIN Next W01', 'DIN', sans-serif;
  font-weight: 500; /*medium*/
  font-size: 62.5%; /*10px*/
  line-height: 1.3;
}
h1 { /*big mind trading system*/
  color: #FFF;
  font-size: 2.7em; /*27px*/
  text-align: center;
  letter-spacing: 0.4em;
}
h2 {
  font-weight: 200; /*light*/
  font-size: 5.8em; /*58px*/
}
h3 { /*job title*/
  margin: -10px 0 0.5em 0;
  color: #FFD543;
  font-size: 3.6em;
}
p {
  margin-bottom: 1em;
  font-size: 2em; /*20px*/
  font-family: 'Neue Helvetica W01', 'Helvetica Neue', sans-serif;
  font-weight: 200; /*thin*/
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0;
}
span.description {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.container {
  width: 100%;
  height: 100%;
  padding: 130px 50px 0 50px;
}
.section {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background-color: #9AA1B2;
}
#home {
  min-height: 0;
}
.content {
  width: 100%;
  height: 100%;
  min-height: 800px;
}
#home .content {
  padding-top: 5%;
  min-height: 0;
  background: #191C21 url('../images/home-bg.jpg') no-repeat center top;
  background-size: auto 100%;
}
.logo-text {
  width: 95%;
  text-align: center;
  margin: 0 auto;
}
.logo-text img {
  width: 490px;
}
.header {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 130px;
  padding: 0 50px;
  background-color: #FFF;
  line-height: 130px; /*vertically align menu*/
}

.header img, .footer img {
  vertical-align: middle;
}
.logo {
  float: left;
  width: 207px;
  height: 68px;
  margin-top: 31px;
  background: url('../images/big-mind-logo.png') no-repeat left top;
  cursor: pointer;
}

.top-menu {
  float: right;
}
.top-menu-mobile {
  display: none;
}
.top-menu ul {
  width: 100%;
  overflow: hidden;
}
.top-menu li {
  float: left;
  margin-right: 2.928571em; /*41px*/
  font-weight: 700; /*bold*/
  font-size: 1.4em; /*14px*/
  cursor: pointer;
}
.top-menu li.contact {
  width: 26px;
  margin-right: 0; /*last item*/
}
.top-menu li a {
  padding: 0.2142857em 0.57142857em; /*5px 8px*/
  color: #000;
  font-size: 1em; /*14px*/
}
.top-menu li a.active {
  background-color: #BFD6E8;
}
.top-menu li.contact a {
  padding: 0;
}


.deco {
  position: absolute;
  z-index: 0;
}
.short-border {
  width: 206px;
  height: 12px;
  background-color: #000;
  z-index: 10;
}
.icons {
  overflow: hidden;
}
.icons li {
  float: left;
}
.about-icons li {
  cursor: pointer;
}
.footer {
  position: absolute;
  bottom: 0;
  background-color: #FFF;
  width: 100%;
  height: 50px;
  line-height: 50px; /*vertically align menu*/
}

/* COMPANY */
#company {
  background-color: #494F5C;
}
#company .content {
  position: relative;
  color: #FFF;
}
.company-top-frame {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 51%;
  overflow: hidden;
  background-color: #9AA1B2;
  z-index: 10;
}
.company-full-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #494F5C;
  overflow: hidden;
}
.company-bottom-frame {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 49%;
  overflow: hidden;
}
.full-frame, .about-frame, .overview-frame {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.about-circle {
  position: absolute;
  right: 0;
  top: 15px;
  /*padding: 175px 80px 0 147px;*/
  background-color: #FFC700;
}
.about-text {
  position: relative;
  right: 100px;
  display: table-cell;
  width: 470px;
  vertical-align: middle;
}
.about-text h2 {
  color: #005397;
}
.about-text p {
  color: #000;
}
.about-text .icons {
  margin-top: 30px;
}
.about-text .icons li {
  text-align: center;
  margin-right: 10px;
}
.about-text .icons li.last-item {
  margin-right: 0;
}
.about-text .icons li img {
  height: 30px;
}
.overview-circle {
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #FE9700;
}
.overview-text {
  position: relative;
  display: table-cell;
  top: 0;
  /*max-height: 425px;*/
  vertical-align: middle;
}
.overview-text-inner {
  width: 80%;
  max-width: 619px;
  padding: 30px 48px;
  border: 1px solid #FFF;
}
.overview-text .short-border {
  background-color: #FFF;
}
.overview-text h2, .overview-text p {
  color: #FFF;
}
.about-circle, .overview-circle {
  width: 754px;
  height: 754px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  behavior: url(ie/PIE.htc);
}
.company-owl {
  left: 60%;
  bottom: 5%;
  width: 30%;
  max-width: 323px;
}
.company-owl img {
}

/* LEADERSHIP */
#leadership .content {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
}
.leader-frame {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.leader {
  display: none;
  position: relative;
  left: 0;
  top: 10%;
  width: 100%;
}
.leader.active {
  display: block;
}
.leader-text {
  position: relative;
  z-index: 1;
  width: 80%;
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.leader-text p {
  max-width: 700px;
}
.big-letter {
  font-family: 'Linotype Didot W02', 'Didot', sans-serif;
  font-weight: 400; /*regular*/
  font-size: 120em; /*1020px*/
  line-height: 1;
  color: #737C8F;
  right: 3%;
  top: -280px;
}
#timothy .big-letter {
  right: 5%;
}
#roger .big-letter {
  right: 5%;
}
#roger .small-letter {
  right: 5%;
}
#brandon .big-letter {
  right: 5%;
}
#brandon .small-letter {
  right: 3%;
}
.small-letter {
  right: 10%;
  top: 170px;
  width: 170px;
  height: 170px;
  background-color: #FFB400;
  color: #494F5C;
  font-family: 'Neue Helvetica W01', 'Helvetica Neue', sans-serif;
  font-weight: 100; /* ultra light */
  font-size: 15em; /*150px*/
  line-height: 170px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  behavior: url(ie/PIE.htc);
}
.leader-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: #FFF;
  margin: 0 auto;
}
.leader-menu ul {
  width: 100%;
  height: 200px;
}
.leader-menu li {
  overflow: hidden;
  float: left;
  width: 33.33%;
  height: 200px;
  padding: 40px 20px 0 20px;
  border-top: 4px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 0;
  border-left: 2px solid #FFF;
  background-color: #494F5C;
  color: #FFC700;
  font-size: 4.8em; /*62px*/
  line-height: 1.1;
  text-align: center;
  letter-spacing: 12px;
  cursor: pointer;
}
.leader-menu li.active {
  padding: 20px;
  background-color: #FFC700;
  color: #494F5C;
  font-weight: 200; /*light*/
  font-size: 6.2em; /*62px*/
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0;
}
.leader-menu li:first-child, .leader-menu li.first-item {
  border-left: 0;
}
.leader-menu li:last-child, .leader-menu li.last-item {
  border-right: 0;
}
.leader-menu li .short-border {
  width: 70%;
  max-width: 127px;
  height: 9px;
  margin: 15px auto 0 auto;
  background-color: #FFC700;
}

/* SOLUTIONS */
#solutions .content {
  position: relative;
  width: 100%;
  overflow: hidden; /*hide the deco circle*/
}
.execution-frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 60%;
  height: 60%;
  background-color: #9AA1B2;
  overflow: hidden;
}
.execution-text {
  display: table;
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  width: 80%;
  max-width: 690px;
  margin: auto;
  z-index: 5;
}
.execution-text h2 {
  color: #FFDC00;
}
.execution-circle {
  position: absolute;
  left: 50%;
  bottom: -100%;
  background-color: #FFC700;
}
.simplicity-frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 60%;
  height: 100%;
  background-color: #494F5C;
  color: #FFF;
  overflow: hidden;
}
.simplicity-wrapper {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  height: 40%;
}
.simplicity-text {
  display: table;
  position: absolute;
  left: 15%;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 80%;
  margin: auto;
}
.simplicity-text .short-border {
  background-color: #FFF;
}
.simplicity-circle {
  position: absolute;
  left: 50%;
  bottom: -20%;
  background-color: #FE9700;
}
.freedom-frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #B9C4CD;
  overflow: hidden;
}
.freedom-text {
  display: table;
  position: absolute;
  left: 65%;
  top: 0;
  bottom: 0;
  width: 30%;
  max-width: 477px;
  margin: auto;
  z-index: 5;
}
.freedom-text h2 {
  color: #005397;
}
.freedom-circle {
  position: absolute;
  left: 30%;
  bottom: -20%;
  background-color: #FFDC00;
}
.execution-circle, .simplicity-circle, .freedom-circle {
  width: 1100px;
  height: 1100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  behavior: url(ie/PIE.htc);
}

/* PRODUCTS */
.products-frame {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: 50%;
}
.label {
  position: absolute;
  display: table;
  top: 0;
  bottom: 0;
  width: 30%;
  max-width: 450px;
  height: 100%;
  padding-left: 30px;
  margin: auto;
  background-color: #494F5C;
}
.label-text {
  display: table-cell; 
  vertical-align: middle;
  color: #FFF;
  font-size: 6.2em;
  font-weight: 500; /*medium*/
  line-height: 1;
  letter-spacing: 6px;
}
.label .short-border {
  background-color: #FFF;
  margin: 25px 0;
}
.products-icons {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  padding: 0 10%;
  margin: auto;
}
.products-icons ul {
  height: 100%;
}
.products-icons li {
  width: 50%;
  height: 40%;
  margin: 0 0 10% 0;
  text-align: center;
  cursor: pointer;
}
.products-icons li img {
  width: 30%;
  min-width: 80px;
}
.products-icons li span {
  color: #FFF;
  font-size: 1.9em; /*19px*/
  line-height: 2.3;
}
#products .content {
  position: relative;
}
#products .contact {
  float: left;
  font-size: 1.4em;
}
#products .contact, #products .contact a {
  color: #7A7A7A;
}
#products .contact a {
  display: block;
  width: 150px;
}
#products .contact img {
  width: 26px;
  margin-right: 10px;
}
#products .copyright {
  float: right;
  color: #7A7A7A;
  font-family: 'Myriad W01', 'Myriad Pro', sans-serif;
  font-weight: 200; /* regular */
  font-size: 1.15em; /*11.5px*/
}
.icon-popups, .mask, .icon-popup {
  display: none;
}
.icon-popups, .icon-popups .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mask {
  z-index: 100;
  cursor: pointer;
  background: rgba(0,0,0,0.5);
}
.icon-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 580px;
  height: 580px;
  margin: auto;
  padding: 40px;
  background: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  behavior: url(ie/PIE.htc);
  text-align: center;
  z-index: 200;
}
.icon-popup h2 {
  font-weight: 500; /*medium*/
  font-size: 3.6em;
  color: #5B6271;
  margin-bottom: 10px;
}
.icon-popup .close {
  position: absolute;
  right: 40px;
  top: 75px;
  cursor: pointer;
}
.icon-popup .close img {
  width: 19px;
  height: 19px;
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.icon-popup .close span {
  color: #FFF;
  font-size: 1.3em;
  line-height: 19px;
}
.icon-logos li {
  display: inline-block !important;
  zoom: 1;
  *display: inline !important;
  height: 50px;
  line-height: 50px;
  width: 25%;
  margin: 0 1%;
}
.icon-logos.text li {
  height: 40px;
  width: auto;
  line-height: 40px;
  font-size: 1.6em;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {  /* top-menu only */
  .top-menu li {
    margin-right: 1.5em;
  }
}
@media screen and (min-width: 801px) and (max-width: 950px) {  /* leadership only */
  #leadership {
    min-height: 920px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1350px) {  /* small-letter only */
  #timothy .big-letter {
    right: 20%;
  }
  #roger .big-letter {
    right: 8%;
  }
  #brandon .big-letter {
    right: 10%;
  }
  .small-letter {
    top: 0;
    right: 5%;
  }
}
@media screen and (max-width: 800px) {  /* leader, big-letter, small-letter only */
  .leader {
    top: 0;
  }
  #timothy .big-letter {
    right: 18%;
  }
  .small-letter {
    right: 5% !important;
    top: 150px;
    height: 50px;
    width: 50px;
    font-size: 4em;
    line-height: 50px;
  }
}
@media screen and (max-width: 800px) and (max-height: 850px) {  /* big-letter only */
  .big-letter { 
    left: -10%;
    right: auto;
    top: -220px;
    font-size: 80em;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1550px) {  /* leader-menu only */
  .leader-menu li {
    font-size: 3em;
    letter-spacing: 6px;
  }
  .leader-menu li.active {
    font-size: 4em;
  }
}
@media screen and (min-width: 601px) and (max-width: 1000px) {  /* leader-menu only */
  .leader-menu {
    height: 150px;
  }
  .leader-menu li {
    font-size: 2.2em;
    letter-spacing: 3px;
    padding: 20px 10px;
  }
  .leader-menu li.active {
    font-size: 2.8em;
    padding: 20px 10px;
  }
  .leader-menu li .short-border {
    height: 5px;
  }
}
@media screen and (max-width: 600px) {  /* leader-menu only */
  #leadership .content {
    padding-bottom: 331px;
  }
  .leader-menu, .leader-menu ul, .leader-menu li {
    height: auto;
  }
  .leader-menu li {
    float: none;
    width: 100%;
    padding: 10px;
    font-size: 2em;
    letter-spacing: 1px;
    border-right: 0;
    border-left: 0;
  }
  .leader-menu li.active {
    padding: 10px;
    font-size: 3em;
    text-align: center;
  }
  .leader-menu li .short-border {
    width: 20%;
    height: 3px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
  #solutions {
    min-height: 900px;
  }
}
@media screen and (min-width: 801px) and (max-width: 980px) {
  #solutions {
    min-height: 1000px;
  }
}
@media screen and (min-width: 661px) and (max-width: 800px) {
  #solutions {
    min-height: 1100px;
  }
  .execution-circle {
    top: 0px;
  }
  .simplicity-circle {
    bottom: -100%;
  }
  .freedom-circle {
    bottom: 0%;
  }
}
@media screen and (min-width: 531px) and (max-width: 660px) { 
  #solutions {
    min-height: 1300px;
  }
  .execution-circle {
    top: 10px;
  }
  .simplicity-circle {
    bottom: -50%;
  }
  .freedom-circle {
    bottom: 50%;
  }
}
@media screen and (min-width: 451px) and (max-width: 530px) { 
  #solutions {
    min-height: 1500px;
  }
  .execution-circle {
    top: 43%;
  }
  .simplicity-circle {
    bottom: -68%;
  }
  .freedom-circle {
    bottom: 32%;
  }
}
@media screen and (min-width: 401px) and (max-width: 450px) { 
  #solutions {
    min-height: 1700px;
  }
  .execution-circle {
    top: 43%;
  }
  .simplicity-circle {
    bottom: -39%;
  }
  .freedom-circle {
    bottom: 61%;
  }
}
@media (max-width: 400px) { 
  #solutions {
    min-height: 1900px;
  }
  .execution-circle {
    top: 60%;
  }
  .simplicity-circle {
    bottom: -39%;
  }
  .freedom-circle {
    bottom: 61%;
  }
}
@media screen and (max-width: 1300px) {
  .label {
    height: 350px;
  }
  .label-text {
    font-size: 5em;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1100px) {
  .label-text {
    font-size: 4em;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1000px) {
  .label {
    width: 35%;
  }
  .products-icons {
    width: 65%;
    padding: 0 5%;
  }
  .label-text {
    font-size: 4em;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 850px) {
  .label {
    width: 35%;
  }
  .label .short-border {
    width: 180px;
  }
  .products-icons {
    width: 65%;
    padding: 0 5%;
  }
  .label-text {
    font-size: 3.5em;
    letter-spacing: 2px;
  }
}

@media screen and (min-width: 501px) and (max-width: 800px) {
  .products-icons {
    position: relative;
    width: 80%;
    padding: 5% 0;
    margin: 0 auto;
  }
  .products-icons li img {
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .products-icons {
    position: relative;
    width: 90%;
    padding: 5% 0;
    margin: 0 auto;
  }
  .products-icons li img {
    width: 70px;
  }
  .products-icons li span {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 800px) {  /* for all */
  .container {
    padding: 60px 0 0 0;
  }
  .section, .content {
    min-height: 400px;
  }
  .header {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
  }
  .logo {
    width: 140px;
    height: 60px;
    margin-top: 0;
    background: url('../images/big-mind-logo-mobile.png') no-repeat left center;
  }
  .top-menu {
    display: none;
  }
  .top-menu-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 20px;
    cursor: pointer;
  }
  .top-menu-mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .top-menu-button span {
    display: block;
    margin-top: 6px;
    height: 2px;
    background: #AAA;
    width: 24px;
  }
  .top-menu-mobile ul {
    display: none;
    position: absolute;
  overflow: hidden;
    left: 0;
    top: 60px;
    width: 100%;
    background: #FFF;
  }
  .top-menu-mobile li {
    width: 100%;
    text-align: center;
    border-top: 1px solid #CCC;
    font-weight: 700; /*bold*/
    font-size: 1.4em; /*14px*/
    cursor: pointer;
  }
  .top-menu-mobile li a {
    display: block;
    width: 100%;
    padding: 0.2142857em 0.57142857em; /*5px 8px*/
    color: #000;
    font-size: 1.2em;
  }
  .top-menu-mobile li a.active, .top-menu-mobile li a:hover {
    background-color: #BFD6E8;
  }
  .top-menu-mobile li.contact a {
    display: block;
    width: 26px;
    margin: 0 auto;
    padding: 0;
  }
  #home .content {
    padding: 50px 30px;
    background: #0A0A0B url('../images/home-bg-mobile.jpg') no-repeat center bottom;
    background-size: 150%;
  }
  h1 {
    letter-spacing: 2px;
  }
  #company {
    height: auto;
    min-height: 900px;
  }
  .about-text {
    right: 0;
    width: 100%;
    padding: 10%;
  }
  .overview-frame {
    padding: 8%;
  }
  .overview-text-inner {
    width: 100%;
    padding: 20px;
  }
  .company-owl {
    display: none;
  }
  .leader-text {
    width: 100%;
  }
  #leadership {
    height: auto;
  }
  .execution-frame, .simplicity-frame, .freedom-frame {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }
  .execution-frame {
    height: 40%;
  }
  .simplicity-frame, .freedom-frame {
    height: 30%;
  }
  .simplicity-wrapper {
    top: 0;
    height: 100%;
  }
  .execution-text, .simplicity-text, .freedom-text {
    width: 85%;
    left: 10%;
    max-width: none;
  }
  .execution-circle, .simplicity-circle, .freedom-circle {
    left: 50%;
  }
  #products {
    min-height: 700px;
  }
  .products-frame {
    position: relative;
    top: 0;
    height: 100%;
  }
  .label {
    position: relative;
    display: block;
    top: 0;
    bottom: auto;
    width: 100%;
    max-width: 450px;
    height: 100%;
    height: auto;
    padding: 30px 0;
  }
  .label .short-border {
    margin: 0 auto;
  }
  .label-text {
    display: block;
    text-align: center;
    font-size: 4.5em;
    letter-spacing: 4px;
  }
  .label-text span {
    display: block;
    padding: 20px;
  }
  .products-icons li {
    margin: 20px 0 50px 0;
  }
  .footer {
    height: auto;
  }
  #products .contact {
    float: none;
  }
  #products .contact a {
    width: 100%;
    text-align: center;
  }
  #products .copyright {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 560px) and (max-width: 800px) {
  .icon-popup {
    width: 480px;
    height: 480px;
    padding: 60px 30px 30px 30px;
  }
  .icon-image {
    width: 70px;
  }
  .icon-popup p {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 420px) and (max-width: 560px) {
  .icon-popup {
    width: 400px;
    height: 400px;
    padding: 20px 10px 10px 10px;
  }
  .icon-image {
    width: 70px;
  }
  .icon-popup h2 {
    font-size: 2em;
  }
  .icon-popup p {
    font-size: 1.4em;
  }
  .icon-popup .close {
    right: 33px;
    top: 30px;
  }
  .icon-logos.text li {
    font-size: 1.4em;
    height: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 400px) {
  .icon-popup {
    width: 90%;
    height: 420px;
    padding: 40px 10px 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .icon-image {
    width: 40px;
  }
  .icon-popup h2 {
    font-size: 2em;
  }
  .icon-popup p {
    font-size: 1.4em;
    font-weight: 400;
  }
  .icon-popup .close {
    right: 20px;
    top: 20px;
  }
  .icon-popup .close span {
    color: #000;
  }
  .icon-logos.text li {
    font-size: 1.4em;
    height: 20px;
    line-height: 20px;
  }
}