/*!
 *  Shapers Survey Website CSS 2017
 *  Kodjo Adanledji
 *  kodjo.adanledji@weforum.org
 */
/*------------------*/
/*     Reset        */
/*------------------*/
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: inherit;
  vertical-align: baseline;
}
/* 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;
}
/*----------------------------------------------*/
/*                  CHARTS                      */
/*----------------------------------------------*/

/*-----------CHARTS 1--------------*/

#gender-dist{
    display: inline-block;
    height: auto;
    width: auto;
}

#age-dist {
    display: inline-block;
    height: auto;
    width: auto;   
}
#questionbox{
    font-weight: 400;
    text-align: center;
    line-height: 1.25em;
    font-size: 1.25em;
    text-align: center;
    width: 900px;
    margin: 5%;
    color: #ffffff;
}
#answer-dist{
  width: auto;
  height: auto;
  align-content: left;
} 
#number-display{
  font-style: bold;
  font-size: 1.5em;
  font-weight: 500;
  margin: 3%;
  text-align: left;
}
#countrydisplay{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.75em;
  margin: 1%;
  text-align: left;
  color: white;
}

#questionsChooser {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    vertical-align: middle;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: transparent;
    border: 1.4px solid white! important;
    font-family: Helvetica;
    font-size: 1em;
    line-height: 1.15em;
    margin: .75em;
    cursor: pointer;
    width: auto;
    height: auto;
    word-wrap: break-word;
    white-space: normal
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);       
}#questionsChooser:hover{
    color: #AAA;
    cursor: pointer;
    }@media screen and (max-width: 600px){
      #questionsChooser {
        align-items: center;
        font-size: .5em;
        margin: .25em;
        line-height: .75em;
        text-align: center;
      }
      .info{
        font-style: italic;
        font-size: .45em;
        line-height: 2em;
      }

    }

#countryName{
    width: auto! important;
    height: auto;
    word-wrap: break-word;
    white-space: initial! important;
    margin: 2%;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: none;
    cursor: context-menu;
/*    border-style: none;
*/    border-image: none;
    border: none;
    font-family: Helvetica;
    font-size: 1.25em! important;
    line-height: auto;

    text-align: center;

    /*:hover {*/
    background-color: transparent;
    /*}*/
/*    float: left; font-size: 1.7em; background-color: transparent; margin-top: 2em; 
*/    
    
}#countryName:hover{
  color: #AAA;
  cursor: pointer;
}#numberdisplay{
  width: auto! important;
  height: auto;
  margin: 3%;

}@media screen and (max-width: 600px){
  #countryName{
    font-size: .5em! important;
  }
  #countrydisplay{
    font-size: 1.5em;
  }
  #questionbox{
    font-size: 1em;
    text-align: center;
  }
}



/*-----------CHARTS 2--------------*/

#gender-dist2{
    display: inline-block;
    height: auto;
    width: auto;
}

#age-dist2 {
    display: inline-block;
    height: auto;
    width: auto;   
}
#questionbox2{
    font-weight: 400;
    text-align: center;
    line-height: 1.25em;
    font-size: 1.25em;
    width: 900px;
    margin: 5%;
    color: #ffffff; 
}
#answer-dist2{
  width: auto;
  height: auto;
  align-content: left;
} 
#number-display2{
  font-style: bold;
  font-size: 1.5em;
  font-weight: 500;
  margin: 3%;
  text-align: left;
}
#countrydisplay2{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.75em;
  margin: 1%;
  text-align: left;
  color: white;
}
#woman2{
    display:table-cell;
    position:absolute;
    top:75%;
    left:5%;
    color: #09743b;
    font-size:1.3em;
}
#man2{
    display:table-cell;
    vertical-align:right;
    position:absolute;
    top:75%;
    right:5%;
    color:#ef3e23;
    font-size:1.3em;
}
#questionsChooser2 {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    vertical-align: middle;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: transparent;
    border: 1.4px solid white! important;
    font-family: Helvetica;
    font-size: 1em;
    line-height: 1.15em;
    text-align: center;
    margin: .75em;
    cursor: pointer;
    width: auto;
    height: auto;
    word-wrap: break-word;
    white-space: normal
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);       
}#questionsChooser2:hover{
  color: #AAA;
  cursor: pointer;
}

#countryName2{
    width: auto! important;
    height: auto;
    word-wrap: break-word;
    white-space: initial! important;
    margin: 2%;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: none;
    cursor: context-menu;
/*    border-style: none;
*/    border-image: none;
    border: none;
    font-family: Helvetica;
    font-size: 1.25em! important;
    line-height: auto;

    text-align: center;

    /*:hover {*/
    background-color: transparent;
    /*}*/
/*    float: left; font-size: 1.7em; background-color: transparent; margin-top: 2em; 
*/    
    
}#countryName2:hover{
  color: #AAA;
  cursor: pointer;
}
#numberdisplay2{
  width: auto! important;
  height: auto;
  margin: 3%;

}

/*-----------CHARTS 3--------------*/

#gender-dist3{
    display: inline-block;
    height: auto;
    width: auto;
}

#age-dist3 {
    display: inline-block;
    height: auto;
    width: auto;   
}
#questionbox3{
    font-weight: 400;
    text-align: center;
    line-height: 1.25em;
    font-size: 1.25em;
    width: 900px;
    margin: 5%;
    color: #ffffff;
}
#answer-dist3{
  width: auto;
  height: auto;
  align-content: left;
} 
#number-display3{
  font-style: bold;
  font-size: 1.5em;
  font-weight: 500;
  margin: 3%;
  text-align: left;
}
#countrydisplay3{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.75em;
  margin: 1%;
  text-align: left;
  color: white;
}
#woman3{
    display:table-cell;
    position:absolute;
    top:75%;
    left:5%;
    color: #09743b;
    font-size:1.3em;
}
#man3{
    display:table-cell;
    vertical-align:right;
    position:absolute;
    top:75%;
    right:5%;
    color:#ef3e23;
    font-size:1.3em;
}
#questionsChooser3 {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    vertical-align: middle;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: transparent;
    border: 1.4px solid white! important;
    font-family: Helvetica;
    font-size: 1em;
    line-height: 1.15em;
    text-align: center;
    margin: .75em;
    cursor: pointer;
    width: auto;
    height: auto;
    word-wrap: break-word;
    white-space: normal
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);       
}#questionsChooser3:hover{
  color: #AAA;
  cursor: pointer;
  
}

#countryName3{
    width: auto! important;
    height: auto;
    word-wrap: break-word;
    white-space: initial! important;
    margin: 2%;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: none;
    cursor: context-menu;
/*    border-style: none;
*/    border-image: none;
    border: none;
    font-family: Helvetica;
    font-size: 1.25em! important;
    line-height: auto;

    text-align: center;

    /*:hover {*/
    background-color: transparent;
    /*}*/
/*    float: left; font-size: 1.7em; background-color: transparent; margin-top: 2em; 
*/    
    
}#countryName3:hover{
  color: #AAA;
  cursor: pointer;
}
#numberdisplay3{
  width: auto! important;
  height: auto;
  margin: 3%;

}

/*-----------CHARTS 4--------------*/

#gender-dist4{
    display: inline-block;
    height: auto;
    width: auto;
}

#age-dist4 {
    display: inline-block;
    height: auto;
    width: auto;   
}
#questionbox4{
    font-weight: 400;
    text-align: center;
    line-height: 1.25em;
    font-size: 1.25em;
    width: 900px;
    margin: 5%;
    color: #ffffff;
}
#answer-dist4{
  width: auto;
  height: auto;
  align-content: left;
} 
#number-display4{
  font-style: bold;
  font-size: 1.5em;
  font-weight: 500;
  margin: 3%;
  text-align: left;
}
#countrydisplay4{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.75em;
  margin: 1%;
  text-align: left;
  color: white;
}
#woman4{
    display:table-cell;
    position:absolute;
    top:75%;
    left:5%;
    color: #09743b;
    font-size:1.3em;
}
#man4{
    display:table-cell;
    vertical-align:right;
    position:absolute;
    top:75%;
    right:5%;
    color:#ef3e23;
    font-size:1.3em;
}
#questionsChooser4 {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    vertical-align: middle;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: transparent;
    border: 1.4px solid white! important;
    font-family: Helvetica;
    font-size: 1em;
    line-height: 1.15em;
    text-align: center;
    margin: .75em;
    cursor: pointer;
    width: auto;
    height: auto;
    word-wrap: break-word;
    white-space: normal
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);       
}#questionsChooser4:hover{
  color: #AAA;
  cursor: pointer;
  
}

#countryName4{
    width: auto! important;
    height: auto;
    word-wrap: break-word;
    white-space: initial! important;
    margin: 2%;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: none;
    cursor: context-menu;
/*    border-style: none;
*/    border-image: none;
    border: none;
    font-family: Helvetica;
    font-size: 1.25em! important;
    line-height: auto;

    text-align: center;

    /*:hover {*/
    background-color: transparent;
    /*}*/
/*    float: left; font-size: 1.7em; background-color: transparent; margin-top: 2em; 
*/    
    
}#countryName4:hover{
  color: #AAA;
  cursor: pointer;
}
#numberdisplay4{
  width: auto! important;
  height: auto;
  margin: 3%;

}

/*-----------CHARTS 5--------------*/

#gender-dist5{
    display: inline-block;
    height: auto;
    width: auto;
}

#age-dist5 {
    display: inline-block;
    height: auto;
    width: auto;   
}
#questionbox5{
    font-weight: 400;
    text-align: center;
    line-height: 1.25em;
    font-size: 1.25em;
    width: 900px;
    margin: 5%;
    color: #ffffff;
}
#answer-dist5{
  width: auto;
  height: auto;
  align-content: left;
} 
#number-display5{
  font-style: bold;
  font-size: 1.5em;
  font-weight: 500;
  margin: 3%;
  text-align: left;
}
#countrydisplay5{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.75em;
  margin: 1%;
  text-align: left;
  color: white;
}
#woman5{
    display:table-cell;
    position:absolute;
    top:75%;
    left:5%;
    color: #09743b;
    font-size:1.3em;
}
#man5{
    display:table-cell;
    vertical-align:right;
    position:absolute;
    top:75%;
    right:5%;
    color:#ef3e23;
    font-size:1.3em;
}
#questionsChooser5 {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    vertical-align: middle;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: transparent;
    border: 1.4px solid white! important;
    font-family: Helvetica;
    font-size: 1em;
    line-height: 1.15em;
    text-align: center;
    margin: .75em;
    cursor: pointer;
    width: auto;
    height: auto;
    word-wrap: break-word;
    white-space: normal
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);       
}#questionsChooser5:hover{
  color: #AAA;
  cursor: pointer;
   
}

#countryName5{
    width: auto! important;
    height: auto;
    word-wrap: break-word;
    white-space: initial! important;
    margin: 2%;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: white;
    text-align: center;
    background-color: none;
    cursor: context-menu;
/*    border-style: none;
*/    border-image: none;
    border: none;
    font-family: Helvetica;
    font-size: 1.25em! important;
    line-height: auto;

    text-align: center;

    /*:hover {*/
    background-color: transparent;
    /*}*/
/*    float: left; font-size: 1.7em; background-color: transparent; margin-top: 2em; 
*/    
    
}#countryName5:hover{
  color: #AAA;
  cursor: pointer;
}
#numberdisplay5{
  width: auto! important;
  height: auto;
  margin: 3%;

}




@media screen and (max-width: 600px) {
  #demographics{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 100%;
    display: none;  

  }  
  #gender-map {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
   width: 100%;
    display: none;
  }
  #age-map {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 100%;
    display: none;
  }
  #portfolioModal1 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 100%;
    display: none;
  }
  #portfolioModal2{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 100%;
    display: none;
  }
  #portfolioModal3 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 100%;
    display: none;
  }
  #portfolioModal4 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  #portfolioModal5 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 100%;
    display: none;
  }
  #findings{
    visibility: hidden;

  }

}



.pdsa-submit-progress{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 100%;
  width: 100%;
  margin: 10em;
  padding: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 0.4em;
  -moz-border-radius: 0.4em; 
  -webkit-border-radius: 0.4em; 
}
.pdsa-submit-progress-bg{
  background-color: lightgray;
  opacity: 0.5;
}

.col-centered{
float: none;
margin: 0 auto;
}

.stat-img{
  width: 20%;
  height: auto;
}
.counter {
font-size: 2em;
color: #555;
margin: 10%;
display: inline-block;
font-weight: 500;
text-align: center;
display: inline-block; 
width: 32%;
}@media (max-width: 767px) {
  .counter{
    font-size: 1.25em;
    }
  .stat-img{
  width: 10%;
  height: auto;
}
  }


.circle{
background: white;
width: 5em;
height: 5em;
line-height: 4.75em;
border: 75%;
margin: 10% auto;
align-content: center;
color: #000;
border: .25em solid #B72467;
border-radius: 100%;
}


.modulus {
    display:    none;
    position:   fixed;
    z-index:    100000;
    top:        0;
    left:       0;
    height:     200%;
    width: :    200%;

}

/* Anytime the body has the loading class, our
   modal element will be visible */

body.loading .modulus{
    display:inline-block;
}
body.loading {
    float:left;  
}


.column p, .column h1 {
padding: 3%;
}

#wrapper {
margin: 0 .25%;
font-weight: 100;
}
.wide, .thin {
clear: both;
}
#wrapper h3 {
font-size: 1em;
font-weight: 300;
}

#mytext{
  font-size: 1em;
  font-weight: 600;
}
#shaperssurvey{
  font-size: 3em;
  font-weight: 600;
  margin-bottom:  2em;
}@media (max-width: 767px) {
  #shaperssurvey{
  font-size: 1em;
  font-weight: 900;
  margin-bottom:  3em;}
}
.testimonials-title{
    font-size: 2em;
    margin-bottom: 1em;
  }@media (max-width: 767px) {
    .testimonials-title{
      font-size: 2em;
      margin-bottom: 1em;}
  }


.dc-chart .axis path, .dc-chart .axis line {
    display: none;
}

.selectpicker {
  text-align-last: center;
}
.dc-chart .pie-slice {
    fill: #000;
    font-size: 1em;
    cursor: pointer;
}@media screen and (max-width: 600px) {
 .dc-chart .pie-slice{
     font-size: .5em; } }

.dc-chart .pie-slice.highlight {
    fill-opacity: .1;
}.dc-chart .pie-slice :hover {
    fill-opacity: .8;
    zoom:150%;
}
.dc-chart g.row text {
    fill: #FFF;
    font-weight: 400;
    font-size: 1em;
    cursor: pointer;
}@media screen and (max-width: 600px) {
  .dc-chart g.row text{
    font-weight: 300;
     font-size: .5em; } }

.dc-legend .dc-legend-item {
    display: none;
}
.dc-chart g.axis.x {
  font-weight: 100;
  font-size: .75rem;
}
.dc-chart .selected path, 
.dc-chart .selected circle {
    stroke-width: 0! important;
    stroke: #ccc;
    fill-opacity: 1;
}
text.barLabel{

  font-size: 1em! important;
  font-style: bold! important;
  fill: #CCC;
}
text.pie-slice.pie-label{
  font-size: .75em;
}
.dc-chart .axis text {
    font: 1em sans-serif! important;
}@media screen and (max-width: 600px){
 .dc-chart .axis text {
  font-size: .6em; } 
  text.barLabel{
  font-size: .75em! important;
}
.dc-chart g.axis.x {
  font-weight: 100;
  font-size: .50rem;
  }
}

div.fullsize {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.affix {
    top: 0;
    width: 100%;
}

.affix + .container-fluid {
    padding-top: 100px;
}
.dc-chart > svg > g > g.axis{
  fill: #bbbbbb;
  font-size: .60em;
}
.pie-slice:hover{
   zoom: 150%;
}

.mywoman{
    display:table-cell;
    position:absolute;
    vertical-align:left;
}
.myman{
    position:absolute;
    display:table-cell;
    vertical-align:right;
}

.col-centered{
    float: none;
}

.graphTitle{
    font-weight: 200;
    margin: 1em auto;
    font-family: Helvetica;
    font-size: .75em;
}
.noHover{
    pointer-events: none;
}
.row.dc-chart {

    float: center;
}
.col-centered.dc-chart {

    float: center;
}
.dc-chart rect.bar {
  border-radius: 25px! important;
}
.d3-tip {
      line-height: 1;
      font-weight: 300;
      padding: 1em;
      background: rgba(0, 0, 0, 0.9);
      color: #fff;
      border-radius: 15px;
    }
    /* Creates a small triangle extender for the tooltip */
.d3-tip:after {
      box-sizing: border-box;
      display: inline;
      font-size: 10px;
      width: 100%;
      line-height: 1;
      color: rgba(0, 0, 0, 0.8);
      content: "\25BC";
      position: absolute;
      text-align: center;
    }

    /* Style northward tooltips differently */
.d3-tip.n:after {
      margin: -1px 0 0 0;
      top: 100%;
      left: 0;
    }
.text.barLabel{

}

.info{
  font-family: 'Roboto', 'Helvetica Neue', serif;
  font-style: italic;
  font-size: .80em;
  line-height: 2em;
}

.reset > a{
/*  border: 1.4px solid white! important;
*/text-align: right;  
  font-size: 1em;
  font-weight: 500;
  padding: 3em;
  line-height: 2em;
  text-transform: uppercase;
  color: #FC6E4C! important;
}

.newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    word-wrap: break-word;
    font: Helvetica;
    font-weight: 200;
    font-size: 1em;
    line-height: 1.75em; 
    padding-left:3em;
    padding-right:3em;

}@media (max-width: 767px) {
  .newspaper {
      -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 1;
    word-wrap: break-word;
    font: Helvetica;
    font-weight: 200;
    font-size: 1em;
    line-height: 1.75em;
    padding-left: 2em;
    padding-right: 3em;
 }
}
.stat{
  font-size: .75em; 
  margin: .75em
}

.logo{
  margin-top: 4em;
}







/*---------------------------------------------COUTRY DROP DOWN */

p span {
    color:#999;
    font-size:70%;
}
.countryDropwrapper {
    width:960px;
    max-width:98%;
    margin:20% auto;
}
/* Pure CSS DropDown Multilabil DropDown Menu */

/*--------------------------------------------END COUNTRY DROPDOWN*/


/*--------------------------*/
         /*MAIN BODY*/
/*--------------------------*/
html,
body {
  height: 100%; }

hr {
  max-width: 100px;
  height: 2px;
  border-top: 1px solid white;
  border-bottom: 1px solid white; }

hr.colored {
  border-color: #0054ba; }

@media (min-width: 992px) {
  hr {
    max-width: 150px; } }

section.page-section {
  padding: 90px 0; }

@media (max-width: 767px) {
  section.page-section {
    padding: 75px 0; } }

::-webkit-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

:-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

::-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

:-ms-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

body {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

a {
  color: #0054ba;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }
  a:hover, a:focus {
    color: #075e8c;
    text-decoration: none; }

p {
  font-size: 18px;
  line-height: 1.5; }

p.lead {
  font-size: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

h1,
h2,
h3
{
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase; }
h4,
h5,
h6 
{
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

@media (min-width: 768px) {
  h1 {
    font-size: 1.5em; }
  h2 {
    font-size: 2em; } }

#mainNav .navbar-brand {
    font-size: 24px;
    text-decoration: none;
    opacity: 1;
    color: white;
    margin-left: 16px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-family:  'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
    #mainNav .navbar-brand img {
      height: 40px; }
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    padding: 25px;
    color: white; }
    #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:focus {
      color: rgba(255, 255, 255, 0.5); }
    #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus {
      color: #0054ba; }
  @media (min-width: 992px) {
    #mainNav {
      padding: 30px 0;
      -webkit-transition: padding .2s;
      -moz-transition: padding .2s;
      transition: padding .2s;
      border: 0;
      background-color: transparent; }
      #mainNav.navbar-shrink {
        padding: 5px 0;
        background-color: #0054ba; }
      #mainNav .navbar-brand img {
        height: 50px; }
      #mainNav .navbar-collapse .navbar-nav > .nav-item {
        margin-right: 5px; }
        #mainNav .navbar-collapse .navbar-nav > .nav-item:last-child {
          margin-right: 0; }
        #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus {
          color: #fff;
          border-radius: 0;
          background-color: none;
          font-weight: 900;
          text-transform: uppercase;
          font-size: 2rem;

          border-radius: 5px; } }


header.masthead {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll; }
  @media (min-width: 1024px) {
    header.masthead {
      background-attachment: fixed; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    header.masthead {
      background-attachment: scroll; } }
  header.masthead .masthead-img {
    max-width: 150px;
    max-height: 150px; }
  header.masthead .masthead-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase; }
  header.masthead .masthead-subtitle {
    font-size: 1.5rem;
    line-height: 1.5rem; }
  header.masthead .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    header.masthead .scroll-down .btn {
      font-size: 30px;
      line-height: 50px;
      width: 50px;
      height: 50px;
      padding: 0;
      letter-spacing: normal;
      color: white;
      border: 2px solid white;
      border-radius: 100% !important;
      -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s; }
      header.masthead .scroll-down .btn:hover {
        color: rgba(255, 255, 255, 0.5) !important;
        border-color: rgba(255, 255, 255, 0.5);
        outline: none; 
        -webkit-transform: scale(1.5);
        -moz-transform: scale(0.5);
        transform: scale(0.5);
        -ms-transform: scale(0.5); 
      }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 700px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead .masthead-img {
        max-width: 250px;
        max-height: 250px; }
      header.masthead .masthead-title {
        font-size: 4rem;
        line-height: 4rem;
        margin-top: 1.75em; }
      header.masthead .masthead-subtitle {
        font-size: 2rem;
        line-height: 2rem; } }



header.video {
  background: transparent; }
  header.video .overlay {
    position: absolute;
    z-index: 998;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000; }
  header.video .container,
  header.video .scroll-down {
    z-index: 999; }

@media (min-width: 992px) {
  header.video .overlay {
    opacity: .5; } }

.team-carousel .item {
  position: relative;
  margin-right: 15px;
  margin-left: 15px; }
  .team-carousel .item .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #222; }
  .team-carousel .item .team-caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: auto;
    padding: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.7); }
    .team-carousel .item .team-caption h3 {
      margin: 0; }
    .team-carousel .item .team-caption hr {
      max-width: 50px;
      margin: 5px auto; }
    .team-carousel .item .team-caption p {
      margin: 0; }
    .team-carousel .item .team-caption .list-team-social {
      margin-top: 5px; }
      .team-carousel .item .team-caption .list-team-social li a {
        color: rgba(255, 255, 255, 0.7); }
        .team-carousel .item .team-caption .list-team-social li a:hover, .team-carousel .item .team-caption .list-team-social li a:focus {
          color: white; }

.call-to-action {
  padding: 100px 0;
  text-align: center;
  color: white;
  background-color: #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll; }
  @media (min-width: 1024px) {
    .call-to-action {
      background-attachment: fixed; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .call-to-action {
      background-attachment: scroll; } }
  .call-to-action span.quote {
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
    display: block; }
  @media (min-width: 768px) {
    .call-to-action {
      padding: 150px 0; }
      .call-to-action span.quote {
        font-size: 36px;
        line-height: 38px; } }
  @media (min-width: 992px) {
    .call-to-action {
      padding: 300px 0; }
      .call-to-action span.quote {
        font-size: 40px;
        line-height: 42px; } }

.services .media {
  margin-bottom: 30px; }
  .services .media i.fa {
    font-size: 30px;
    line-height: 70px;
    width: 75px;
    height: 75px;
    text-align: center;
    border: 3px solid #222; }
  .services .media .media-body {
    min-width: none;
    padding-left: 15px; }
    .services .media .media-body h3 {
      margin-bottom: 15px; }
    .services .media .media-body ul {
      padding: 0;
      list-style: inside; }
      .services .media .media-body ul li {
        margin-bottom: 10px; }

@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0; } }

.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222; }
  .portfolio-carousel .item {
    padding-top: 75px;
    padding-right: 30px;
    padding-bottom: 75px;
    padding-left: 30px;
    text-align: center;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .portfolio-carousel .item .project-details .project-name {
      font-size: 40px;
      line-height: 40px;
      display: block;
      margin-bottom: 5px;
      font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
    .portfolio-carousel .item .project-details .project-description {
      font-size: 1.3em;
      line-height: 1em;
      display: block; }
    .portfolio-carousel .item .device-container {
      padding: 25px; }
  @media (min-width: 768px) {
    .portfolio-carousel .item {
      padding-top: 155px;
      padding-right: 30px;
      padding-bottom: 155px;
      padding-left: 30px;
      text-align: left; }
      .portfolio-carousel .item .project-details img.client-logo {
        margin: 0 auto 25px 0; }
      .portfolio-carousel .item .project-details .project-name {
        font-size: 50px;
        line-height: 50px;
        display: block; }
      .portfolio-carousel .item .project-details .project-description {
        font-size: 1.5em;
        line-height: 1.2em; }
      .portfolio-carousel .item hr.colored {
        margin: 20px auto 20px 0; } }

.portfolio-gallery .item {
  padding: 15px; }

.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll; }
  @media (min-width: 1024px) {
    .portfolio-modal {
      background-attachment: fixed; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .portfolio-modal {
      background-attachment: scroll; } }
  .portfolio-modal .modal-backdrop {
    display: none; }
  .portfolio-modal .modal-dialog {
    max-width: none; }
    .portfolio-modal .modal-dialog .modal-content {
      min-height: 100%;
      padding: 100px 0;
      text-align: center;
      color: white;
      border: none;
      border-radius: 0;
      background: transparent;
      background-clip: border-box;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .portfolio-modal .modal-dialog .modal-content h2 {
        font-size: 46px;
        margin: 0; }
      .portfolio-modal .modal-dialog .modal-content .item-details {
        margin: 30px 0; }
    .portfolio-modal .modal-dialog .close-modal {
      position: absolute;
      top: 25px;
      right: 25px;
      width: 75px;
      height: 75px;
      cursor: pointer;
      background-color: transparent; }
      .portfolio-modal .modal-dialog .close-modal:hover {
        opacity: .3; }
      .portfolio-modal .modal-dialog .close-modal .lr {
        /* Safari and Chrome */
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: white; }
        .portfolio-modal .modal-dialog .close-modal .lr .rl {
          /* Safari and Chrome */
          z-index: 1052;
          width: 1px;
          height: 75px;
          /* IE 9 */
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          background-color: white; }

.mockup-carousel .item {
  margin: 0;
  padding: 0; }
  .mockup-carousel .item img {
    margin: 0; }

.portfolio-grid .mix {
  float: left;
  overflow: hidden;
  width: 48%;
  margin: 1%; }
  .portfolio-grid .mix .portfolio-wrapper {
    position: relative !important;
    overflow: hidden;
    cursor: pointer;
    background: #222; }
    .portfolio-grid .mix .portfolio-wrapper img {
      position: relative;
      max-width: 100%;
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s; }
      .portfolio-grid .mix .portfolio-wrapper img:hover {
        -webkit-filter: grayscale(1);
        filter: grayscale(1); }
    .portfolio-grid .mix .portfolio-wrapper .caption {
      position: absolute;
      bottom: -75px;
      width: 100%;
      height: 75px;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s; }
      .portfolio-grid .mix .portfolio-wrapper .caption .caption-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0054ba; }
      .portfolio-grid .mix .portfolio-wrapper .caption .caption-text {
        position: relative;
        z-index: 500;
        padding: 15px 8px;
        color: white; }
        .portfolio-grid .mix .portfolio-wrapper .caption .caption-text a.text-title {
          color: white; }
        .portfolio-grid .mix .portfolio-wrapper .caption .caption-text .text-category {
          font-size: 12px;
          display: block; }
  .portfolio-grid .mix:hover .portfolio-wrapper .caption {
    bottom: 0; }

@media (min-width: 768px) {
  .portfolio-grid .mix {
    width: 31%;
    margin: 1%; } }

.testimonials {
  text-align: center; }
  .testimonials .testimonials-carousel .item .testimonial-img {
    display: inline-block;
    height: auto; 
    width: auto; 
    max-width: 100px; 
    max-height: 100px;
    margin-right: 10px; }
    .testimonials .testimonials-carousel .item .testimonial-img img {
      vertical-align: baseline; }
  .testimonials .testimonials-carousel .item .testimonial-author {
    display: inline-block; }
    .testimonials .testimonials-carousel .item .testimonial-author .name {
      font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
    .testimonials .testimonials-carousel .item .testimonial-author hr.colored {
      max-width: 50px;
      margin: 3px auto; }
    .testimonials .testimonials-carousel .item .testimonial-author p {
      margin: 0; }
    .testimonials .testimonials-carousel .item .testimonial-author .stars {
      color: #f1c40f; }
  @media (min-width: 992px) {
    .testimonials .testimonials-carousel .item {
      padding: 0 100px; } }

.ack {
  color: white;
  background-color: #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll; }
  @media (min-width: 1024px) {
    .ack {
      background-attachment: fixed; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .ack {
      background-attachment: scroll; } }
  .ack .ack-item {
    z-index: 1;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    color: #222;
    background: white;
    -webkit-box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
    -moz-box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
    box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75); }
    .ack .ack-item h3 {
      margin: 0; }
    .ack .ack-item hr {
      max-width: 100px; }
    .ack .ack-item .price {
      margin-bottom: 20px; }
      .ack .ack-item .price .number {
        font-size: 50px;
        font-weight: 900; }
        .ack .ack-item .price .number sup {
          font-size: 30px; }
    .ack .ack-item .list-group-item {
      border-radius: 0; }
  @media (min-width: 992px) {
    .ack .ack-item {
      margin-bottom: 0; }
    .ack .ack-item.featured-first {
      margin-top: 15px;
      margin-right: -15px; }
    .ack .ack-item.featured {
      position: absolute;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 45px 30px; }
    .ack .ack-item.featured-last {
      margin-top: 15px;
      margin-left: -15px; } }

.signup-form .input-group .form-control {
  border: 0;
  border-color: white;
  border-radius: 0; }

.signup-form .input-group .input-group-btn .btn-primary {
  border: 0;
  border-radius: 0;
  background-color: #FFBF4D;
  font-size: 1rem; }
  .signup-form .input-group .input-group-btn .btn-primary:hover {
    color: white;
    background-color: #FFBF4D; }

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none; }
  .floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.5s ease,opacity 0.5s ease;
    -moz-transition: top 0.5s ease,opacity 0.5s ease;
    -ms-transition: top 0.5s ease,opacity 0.5s ease;
    transition: top 0.5s ease,opacity 0.5s ease; }
  .floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e1e1e1; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #0054ba; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1; }

footer.footer {
  padding: 50px 0 20px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll; }
  @media (min-width: 1024px) {
    footer.footer {
      background-attachment: fixed; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    footer.footer {
      background-attachment: scroll; } }
  footer.footer a {
    color: rgba(255, 255, 255, 0.7); }
    footer.footer a:hover {
      color: white; }
  footer.footer p {
    font-size: 22px; }
  footer.footer .footer-contact-details {
    margin: 75px 0; }
  footer.footer .footer-social {
    margin-bottom: 75px; }
  footer.footer .copyright {
    font-size: 1rem; }

.download{
    color: #0054ba;
    border-radius: 25px;
    background-color: azure;
    border-radius: 5p
}

.btn {
  font-weight: 900;
  padding: 2% 2%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;

}
.btn-primary2 {
  color: white;
  border: 1px solid white;
  margin-top: 5%;
  background-color: transparent; }
  .btn-primary2:hover, .btn-primary2:focus {
    color: white;
    border-color: white;
    background-color:  #FFBF4D; 
  }

.btn-primary {
  border: 1px solid white;
  margin-top: 5%;
  background-color: #FFBF4D; }
  .btn-primary:hover, .btn-primary:focus {
    color: white;
    border-color: white;
    background-color: transparent; 
  }

.btn-secondary {
  border: 1px solid #222;
  background-color: transparent; }
  .btn-secondary:hover, .btn-secondary:focus {
    color: white;
    border-color: #0054ba;
    background-color: #0054ba; }

button:hover {
  cursor: pointer; }

.btn-full-width {
  font-size: 26px;
  font-weight: 200;
  padding: 50px 0;
  letter-spacing: normal;
  text-transform: none;
  color: white;
  border: 0;
  border-radius: 0;
  background-color: #222; }
  .btn-full-width:hover {
    color: black;
    background-color: #FFBF4D; 
  }
  .btn-full-width:focus {
    color: white; }

.text-primary {
  color: #0054ba !important; }

a.text-primary {
  color: #0054ba !important; }
  a.text-primary:hover, a.text-primary:focus {
    color: #075e8c !important; }

.bg-inverse {
  background-color: #FFBF4D !important; }

.owl-carousel.owl-theme .owl-controls {
  margin-top: 0; }
  .owl-carousel.owl-theme .owl-controls .owl-prev,
  .owl-carousel.owl-theme .owl-controls .owl-next {
    font-size: 30px !important;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 60px;
    margin: auto 0 !important;
    text-align: center;
    color: white !important;
    border-radius: 0 !important;
    background-color: #0054ba!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; }
    .owl-carousel.owl-theme .owl-controls .owl-prev:hover,
    .owl-carousel.owl-theme .owl-controls .owl-next:hover {
      opacity: 1; }
  .owl-carousel.owl-theme .owl-controls .owl-prev {
    left: 15px; }
  .owl-carousel.owl-theme .owl-controls .owl-next {
    right: 15px; }
  .owl-carousel.owl-theme .owl-controls .owl-page span {
    background: rgba(34, 34, 34, 0.5); }

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-prev {
  left: 0; }

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-next {
  right: 0; }@media (max-width: 767px) {
    .owl-prev {
      visibility: hidden;
    }
    .owl-next{
      visibility: hidden;
    }
  }

#menu1{
  margin: 1em;
}

@media only screen and (max-width: 768px)  {

  #navbarResponsive{
  background-color: rgba(0, 0, 0, .6);
  color: #000000;
  font-weight: 900;
  font-size: 1.5em;
}
#demographictag{
  visibility: hidden;
}
#findingtag{
  visibility: hidden;
}
    
}


/*_______________________________*/
/*           readaptation main   */
/*--------------------------------*/
blockquote {
font-family: 'Roboto', 'Helvetica Neue', serif;
font-size: 1.2em;
font-style: italic;
width: auto;
margin: 0.25em 0;
padding: 0.35em 40px;
line-height: 1.45;
position: relative;
color: #FFF;
}

blockquote:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 5em;
position: absolute;
left: -20px;
top: -20px;
color: #FFBF4D;
}


blockquote cite {
color: #FFBF4D;
font-size: 1.5em;
display: block;
margin-top: 5px;
}
 



div.fullsize {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


canvas {
    max-width: 25%;
    max-height: 25%;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
    text-align: center;
    width: 2em;

}
.bootstrap-select.btn-group .dropdown-menu li {
  width: 2em;
}

/* Extra small devices (phones, etc. less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, etc.) */
@media (min-width: 768px) { }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1024) { ... }



