/*
font-family:'HelveticaNeueETW01-55Rg';
font-family:'HelveticaNeueETW01-65Md';
font-family:'HelveticaNeueETW01-75Bd';
*/
body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'HelveticaNeueETW01-55Rg','Helvetica Neue', Arial, sans-serif;
  overflow-x: hidden;
}
body strong, body b{
  font-family:"HelveticaNeueETW01-75Bd";

}
p{
  font-size: 1.1em;
  line-height: 1.9;
}
section h2, section h3, section p, section h4{
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  section h3, section p, section h4{
    padding-left: 0px;
    padding-right: 0px;
  }
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}
h1,
h2,
h3,
h4{
  color: #2793CD;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HelveticaNeueETW01-55Rg', 'Helvetica Neue', Arial, sans-serif;

}
h2{
  font-size: 2.2em;
}
section h3{
  margin-bottom: 1.5rem;
}
h3{
  font-weight: normal;
  font-size: 2.2em;
}
@media (min-width: 768px) {
  h2{
    font-size: 3em;
  }
  section h2{
    margin-bottom: 3rem;
  }
  h3{
    font-size: 2.2em;
  }
  section h3{
    margin-bottom: 2rem;
  }
}
h4{
  font-weight: normal;
}
.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 0rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}
#stickyfooter{
  position: fixed;
  bottom: 0;
  visibility: hidden;
  z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px -3px 11px 0px rgba(0,0,0,0.25);  
    text-align: center;
    width: 100%;
    padding: 5px 0;
}
#stickyfooter.inview{
  visibility: visible;
}
#stickyfooter .contain{
  width: 100%;
  list-style: none;
  padding: 0px 15px;
  margin-bottom: 0px;
  display: flex;
    flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#stickyfooter span, #stickyfooter strong{
  color: #787878;
  
}
#stickyfooter span{
  font-size: 10px;
}
#stickyfooter strong{
  font-size: 16px;
}
#stickyfooter img{
  width: 80px;
  max-width: 100%;
}
#stickyfooter a{
  font-size: 1em;
  padding: .15em .25em;
}
@media (max-width: 767px) {
  #stickyfooter .btn img{
    height: 18px;
    width:auto;
  }
  #stickyfooter a{
    font-size: .8em;
  } 
}
#mainNav {
  
font-family:'HelveticaNeueETW01-55Rg';  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0px;
  position: relative;

}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  padding: 0px 0 0 24px;
  max-width: 100%;
font-family:'HelveticaNeueETW01-55Rg';}
#mainNav .navbar-brand img{
  max-width: 100%;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}
#mainNav .navbar-nav{
  flex-direction: row;
  align-items: center;
}
#mainNav .navbar-nav li{
  padding: 0px 0px;
  color: #787878;
  text-align: right;
  
}
#mainNav .navbar-nav li span{
  font-size: .85em;
}
#mainNav .navbar-nav li strong{
  font-size: 1.35em;
  font-weight: normal;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  #mainNav{
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.25);
    position: fixed;
    min-height: 96px;
  }  
  #mainNav .navbar-brand {
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  #mainNav {
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav li{
    padding: 0 10px;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F05F40;
  }
}

header.masthead {
  padding-top: 50px;
  background-color:#ffffff;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  color: #000000;
  padding-left: 24px;
  padding-right: 24px;
    font-size: 2.2rem;
line-height: 1.1;
padding-bottom: 15px;

  
}
header.masthead h1 span{
  color:#48C8E7;
}

header.masthead p {
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
}
header.masthead #cta_button .st4{
  visibility: hidden;
}
header.masthead #cta_button .st2{
  fill:#C90000;
}
header.masthead #cta_button:hover .st2{
  fill:#AE0000;
}
header.masthead #cta_button:hover .st4{
  visibility: visible;
}
header.masthead #cta_button:focus text, header.masthead #cta_button:active text, header.masthead #cta_button:focus .st4, header.masthead #cta_button:active .st4{
  fill:#808080;
  stroke:#808080;
}

@media (min-width: 768px) {
 
  header.masthead{
    height: 415px;
    min-height: 350px;
    padding-top: 0;
    padding-bottom: 0;

    margin-top: 96px;
    position: relative;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  header.masthead .bg .container{
    position: relative;
    height: 100%;
    overflow: visible;
  }
  header.masthead .bg  img{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
  }
  header.masthead p {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 605px;
    min-height: 550px;
  }
  header.masthead h1 {
    font-size: 3rem;
    margin-left: 30px;
  }
  header.masthead p {
   
    margin-left: 30px;
  }
  header.masthead .bg  img{

    height: 100%;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4.5rem;
    line-height: 1.0;
    margin-bottom: 1.8rem;
    margin-top: 40px;
  }
  header.masthead .bg  img{

    height: 110%;
  }
}

#about{
  padding: 3em 0;
    background-size: auto 20%;
}
#about a.btn{

}
#about p{
  text-align: left;
  line-height: 1.75;
  font-size: 1rem;
}
#windows_laptops_logo{
  width: 230px;
  height: 100%;
}
#windows_laptops_backLaptop{
  background: url('../img/windows_laptops_backLaptop.png') repeat-x left top;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  #about h4{
    padding-bottom: 4px;
    font-size: 1.25rem;
  }
}
@media (min-width: 767px) {
   #about{
    background-size: auto 50%;
  } 
  #windows_laptops_logo{
    width: 352px;
  }
}
@media (min-width: 991px) {
  #about{
    background-size: auto 70%;
    padding: 6em 0 2em;
  }
  #about p{
    font-size: 1.35em;
    line-height: 1.7;
  }
  #about a.btn{
    font-size: 1.65em;

  }
}
.bg-image{
    position: absolute;
    width: 100%;
    height: 100%;  
    top: 0;
    right: 0;    
}
.clearfix{
  clear: both;
  display: block;
}

#about .bonus-gifts p, #about .bonus-gifts ul li{
  font-size: 20px;
}
@media (max-width: 767px)   {
  #about .bonus-gifts p, #about .bonus-gifts ul li{
    font-size: 1rem;
  }
}
.accordion{
  background:#EBEBEB;
  padding: 3em 0;
}
.accordion .card{
  background:none;
  border:none;
}
.accordion button{
  font-size: 1.125em;
  line-height: 1.4em;
  font-weight: normal;
  font-family: 'HelveticaNeueETW01-55Rg';
  text-transform: uppercase;
  color: #232323;
  width: 100%;
  position: relative;
  text-align: left;
}
.accordion button:after{
  content:'-';
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 50px;
}
.accordion button:hover{
  color: #2793CD;
}
.accordion button.collapsed:after{
  content:'+';
  font-size: 40px;

}
.accordion .card-header{
  background: none;
  border:none;
  padding-bottom:0;
}
.accordion h5{
  border-bottom: 5px solid #CC0000;
  padding-bottom: 15px;
}
#accordian2 h5{
  border-bottom: 5px solid #787878;

}
.accordion .collapse{
  background:#EBEBEB;
}
.accordion .card-body{
  background:#fff;
  padding:20px 0;
  margin: 0 1.25rem 1.25rem;
}
#accordian2 .card-body{
  background:none;
  text-align: center;
}
#accordian2 .card-body p{
  text-align: left;
}
.accordion .card-body img{
  text-align: center;
}
.accordion h2{
  margin-top: 25px;
  padding-left: 24px;
}
#carousel{
  background:#EBEBEB;
  padding: 3em 0;

}
#carousel .carousel-tabs{
  background:#fff;
}
#carousel .fake-tabs{
  display: none;
}
#carousel .fake-tabs.show{
  display: block;
}
#carouselExampleControls .carousel-tabs.fixed{
  position: fixed;
  z-index:6;
  top: 96px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.25);
}
#carousel .carousel-tabs a{
    font-size: 1.125em;
    line-height: 1.4em;
    font-weight: normal;
    font-family: 'HelveticaNeueETW01-55Rg';
    text-transform: uppercase;
    color: #787878;
    padding: 25px 5px 20px;
    margin:0px 25px;
}
#carousel .carousel-tabs a:hover{
  text-decoration: none;
  color: #000;
}
#carousel .carousel-control-next{
  justify-content: flex-end;
}
#carousel .carousel-control-next-icon, .swiper-button-next{
  background: url('../img/right-arrow.png');
  height: 120px;
  width: 85px;
}
#carousel .carousel-control-prev{
  justify-content: flex-start;
}
#carousel .carousel-control-prev-icon, .swiper-button-prev{
  background: url('../img/left-arrow.png');
  height: 120px;
  width: 85px;
}
#carousel .carousel-tabs a{
  border-bottom:5px solid #fff;
}
#carousel .carousel-tabs a.active{
  color: #000;
  border-bottom:5px solid #CC0000;
}
#carousel .carousel-item .container{
  height: 540px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.25);
}
@media (max-width: 991px) {
  #carousel .carousel-item .container{
    height: auto;
  }
}
#carousel .container{
  overflow: visible;
  background:#fff;
}
#carousel .carousel-item{
  overflow: visible;
}
#carousel #slide1 img{
  position: absolute;
  height: 105%;
  top: -2.5%;
  right:-5%;
}
#carousel #slide1 .image-container{
  flex-basis: 60%; position: relative;
}

#carousel #slide2 img{
  position: absolute;
  height: 120%;
  top: -12.5%;
  left:-12.5%;
}
#carousel #slide2 .image-container{
  flex-basis: 50%; position: relative;
}

#carousel #slide3 img{
  position: absolute;
  height: 110%;
  top: -7.5%;
  right:-7.5%;
}
#carousel #slide3 .image-container{
  flex-basis: 60%; position: relative;
}

#carousel #slide4 img{
  position: absolute;
  height:90%;
  left:-20%;
}
#carousel #slide4 .image-container{
  flex-basis: 50%; position: relative;
}

@media (max-width: 1199px) {
  #carousel .carousel-item .image-container{
    align-self: center;
  }
  #carousel #slide1 img, #carousel #slide2 img, #carousel #slide3 img, #carousel #slide4 img{
    top: 0;
    left:0;
    height: auto;    
    align-self: center;
    max-width: 100%;
    position: relative;
  }
}
#carousel .carousel-indicators{
  bottom: -25px;
}
#carousel .carousel-indicators li{
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.8;
    border: 2px solid #787878;
    border-radius: 50%;
}#carousel .carousel-indicators li.active{
  opacity: 1;
  background: #787878;
}
#tecra{
  padding: 3em 0;
}
#tecra h1{
  font-size: 4em;
  font-family:'HelveticaNeueETW01-75Bd';
}
#tecra p{
  text-align: left;
}
#tecra .text, #tecra .image{
  text-align: center;
}

#tecra strong{
  text-transform: uppercase;
  color: #787878;
  font-size: 1.15em;
  letter-spacing: 2px;
line-height: 1.3;
padding-left: 24px;
padding-right: 24px;
display: block;
}
@media (min-width: 991px) {
#tecra h1{
  font-size: 6em;
}  
#tecra strong{

  font-size: 1.3em;
}
  #tecra .text{
    text-align: right;
  }
  #tecra .image{
  text-align: left;
  }
  #tecra p{
    font-size: 1.35em;
    line-height: 1.7;
    text-align: center;
  }
}
#icon-list strong{
  font-size: 25px;
}
#icon-list .col{
  max-width: 50%;
}
@media (max-width: 767px) {
  #icon-list strong{
    font-size: 20px;
    line-height: 1.3;
  }
}
#phone-selector, #your-selection, #buy-now{
  background: #F3F3F3;
}
#phone-selector h3{
  color:#000;
  font-size:3rem;
}
@media (max-width: 767px) {
  #phone-selector h3{
    font-size:1.4rem;
    font-family:"HelveticaNeueETW01-75Bd";

  }
}
.laptop-toggle{
  background: #fff;
  border:none;
  border-radius: 3px;
  padding: 5px 15px;
}
.laptop-toggle.active{
  background: #CC0000;
  color: #fff;
}
.laptop-toggle:hover{
  cursor: pointer;
}
.laptop-selector{
  display: none;
  margin-top: 40px;
}
.laptop-selector.active{
  display: flex;
}
.laptop-selector li{
  background: #fff;
  border:none;
  border-radius: 10px;
  padding: 20px 30px 20px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.25);
}
.laptop-selector li strong, .selection-details strong{
  font-size: 1.75rem;
  color: #2793CD;
}
.laptop-selector li p{
  font-size: .85rem;
  padding-left: 0px;
  padding-right: 35px;
  margin-bottom: 0px;
}
.laptop-selector li h4, .selection-details h4{
  color: #212529;
  padding-left: 0px;
}
.selection-details h4{
  font-size: 2rem;
}
@media (max-width: 767px) {
  .laptop-selector li strong{
    font-size: 1.25rem;
    margin-bottom: 4px;
  }
  .laptop-selector li p{
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 20px;
  }
  .laptop-selector li h4{
    font-size: 1.75rem;
  }

  .selection-details strong{
    margin-bottom: 8px;
    display: inline-block;
  }
}
 .selection-details p, .selection-details b{
  font-size: 22px;
  padding-left: 0px;
  padding-right: 35px;
  margin-bottom: 0px;
}
.laptop-selector li:hover{
  background: #2793CD;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.6);

}
.laptop-selector li:hover strong, .laptop-selector li:hover p, .laptop-selector li:hover h4{
  color: #fff;
}

#your-selection a{
  color: inherit;
}
#your-selection .selection-details{
  padding-left: 24px;
}
#your-selection h4{
  text-transform: uppercase;
  color: #232323;
}
#your-selection, #buy-now{
  display: none;
}
@media (max-width: 767px) {

  #your-selection .lap-img{
    width: 80%;
  }
  .selection-details strong{
   font-size: 1.5rem; 
  }
  .selection-details p, .selection-details b{
    font-size: 1rem; 
   }
}
#buy-now a{
  padding: 15px;
  margin: 15px;
  border: 1px solid #aeaeae;
  background: #fff;
  min-height: 125px;
  display: flex;
  align-items: center;
}
#buy-now a:hover{
  outline: 2px solid #2793CD;
  
}
#buy-now a:active, #buy-now a:focus{
  outline: 2px solid #787878;

}
#legal p{
  font-size: .75em;
}
#footer{
  background: #787878;
}
#footer p{
  font-size: .75em;
  color: #fff;
}
.modal{
  
  text-align: center;
  color: #787878;
  font-size: .75em;
  background: rgba(255,255,255,.9);

}
.modal-dialog{
  max-width: 920px;
}
.modal-content{
  padding: 50px 0;
  border-radius: 0px;
  box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.25);
  border: none;
}
.modal-body{
  padding: 40px;
}
.modal p{
  font-size: 1.8em;
}
.modal img{
  max-width: 100%;
}
.margin-rightbuffer{
  margin-right: 30px;
}
@media (max-width: 767px) {
  .modal-content{
    padding: 20px 0;
  }
  .modal p{
    font-size: 1.4em;
  }
  .modal .d-flex.mobile-columns{
    flex-direction: column;
  }
  .modal .d-flex.mobile-columns{

  }
  .modal img{
  margin-bottom: 15px;
  }
  .margin-rightbuffer{
    margin-right: 0px;
  }  
}
.text-primary {
  color: #F05F40 !important;
}

.btn {
  border: none;
  border-radius: 5px;
  font-family: 'HelveticaNeueETW01-55Rg','Helvetica Neue', Arial, sans-serif;
  font-size: 1.1em;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #2793CD;
  border-color: #2793CD;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #000 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
/* ANIMATION*/

