/**************************************
*** TELIA CAMPAIGN PAGES ONLY STYLE ***
**************************************/

body {
  font: 14px/100% 'Merriweather',
  georgia,
  'playfair_displayregular',
  'MateRegular',
  'HelveticaNeue-Light',
  'Helvetica Neue-Light',
  'Helvetica Neue Light',
  'HelveticaNeueLight',
  'Helvetica Neue',
  Helvetica, Arial,
  sans-serif;
  line-height: 1.33em;
}



.clear3percent {
  clear: both;
  margin: 3% 0;
}

.clear1em {
  margin: 1em 0;
}

.clear05em {
  margin: 0.5em 0;
}

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
  height: 60px; /* '.push' must be the same height as 'footer' */
}

div {
  display: block;
}

/*
** Text & Fonts
*/

.heart:after {
  font-family: 'fontello';
  content: '\2665';
  color: #ff5500;
  font-style: normal;
}

.heart {
  color: #000000;
  opacity: 1;
  position: absolute;
  left: 76px;
  top: 37px;
}

.telialogo_dk, .telialogo_se, .telialogo_no {
  background: url("../../img/telia/telia_logo_white_no.png") no-repeat scroll 0% 50% transparent;
  height: 90px;
  position: relative;
  margin: 0 2%;
}

.paymentForm input[type="text"],
.paymentForm input[type="password"] {
  width: 100%;
  display: block;
  margin-top: .35em;
  background: #fff;
  padding: 0.6em 1em 0.5em;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-font-smoothing: antialiased;
  font: 18px/100% 'RobotoLight', 'HelveticaNeue-Light', 'Helvetica Neue-Light', 'Helvetica Neue Light', 'HelveticaNeueLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;
  background: transparent;
  -webkit-appearance: none;
}

.paymentForm input[type="submit"] {
  -webkit-appearance: none;
}

@font-face {
  font-family: 'lightfont';
  src: url('font/light-webfont.eot');
  src: local('?'), url('font/light-webfont.woff') format('woff'), url('font/light-webfont.ttf') format('truetype'), url('font/light-webfont.svg#webfonthMWTMwa5') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'regular';
  src: url('regular.eot');
  src: url('regular.eot?#iefix') format('embedded-opentype'),
  url('regular.woff') format('woff'),
  url('regular.ttf') format('truetype'),
  url('regular.svg#regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  letter-spacing: normal;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: bold;
  line-height: 1.2em;
  margin: 10px 0;

  color: #000000;
  letter-spacing: normal;
}

h2 {
  font: 300 15px/100% 'Helvetica Neue', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #000;
  line-height: 1.3;

}

h3 {
  font: 300 15px/100% 'Helvetica Neue', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1.3;
}

h4 {
  font: 15px/100% 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #555555;
  margin-bottom: 10px;
  margin-top: 5px;
  letter-spacing: normal;
}

p {
  font: 300 18px/100% 'Helvetica Neue', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

::selection {
  background: #ff8800;
  color: #fff;
}

::-moz-selection {
  background: #ff8800;
  color: #fff;
}

::-webkit-selection {
  background: #ff8800;
  color: #fff;
}

small {
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1em;
  width: 90%;
  margin: 0 auto;

}

/*
** STRUCTURE
*/

.telia .btn {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}

.telia label {
  text-transform: none;
}

.paymentForm .acceptMemberAgreement {
  float: left;
  margin: 4px 5px 0 0;
}

.paymentForm .checkboxLabel {
  font: 14px/100% 'Merriweather', georgia, 'playfair_displayblack_italic', 'MateRegular', 'HelveticaNeue-Light', 'Helvetica Neue-Light', 'Helvetica Neue Light', 'HelveticaNeueLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.33em;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  margin: 00;
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

.steps {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  line-height: 500px;
  text-align: center;
  background: #ff5500;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

.steps h3 {
  padding-top: 5px;
  font-size: 12px;
}

.pagewrap-header {
  margin: 0px auto 20px;
}

.pagewrap-content {
  margin: 0px auto 20px;
  display:flex;
  flex-flow: row wrap;
}

.teliaheader_no, .teliaheader_se, .teliaheader_dk {
  float: none;
  clear: both;
  background-size: 53px 90px;
  height: 90px;
  background: #990AE3;
  position: relative;
}

.header2 {
  float: none;
  clear: both;
  background: #652D86;
  background-image: linear-gradient(bottom, rgb(88, 39, 117) 22%, rgb(113, 50, 150) 63%, rgb(113, 50, 150) 81%);
  background-image: -o-linear-gradient(bottom, rgb(88, 39, 117) 22%, rgb(113, 50, 150) 63%, rgb(113, 50, 150) 81%);
  background-image: -moz-linear-gradient(bottom, rgb(88, 39, 117) 22%, rgb(113, 50, 150) 63%, rgb(113, 50, 150) 81%);
  background-image: -webkit-linear-gradient(bottom, rgb(88, 39, 117) 22%, rgb(113, 50, 150) 63%, rgb(113, 50, 150) 81%);
  background-image: -ms-linear-gradient(bottom, rgb(88, 39, 117) 22%, rgb(113, 50, 150) 63%, rgb(113, 50, 150) 81%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.22, rgb(88, 39, 117)),
    color-stop(0.63, rgb(113, 50, 150)),
    color-stop(0.81, rgb(113, 50, 150))
  );
  background-size: 53px 90px;
  height: 90px;
  margin-bottom: 0;
}

.headerinner {
  float: none;
  clear: both;
  color: #000;
  width: 96%;
  margin-bottom: 5px;
  padding: 2px 2% 2px;
}

.content {
  width: 50%;
  float: right;
  color: #000;
  min-height: 100%;
}

.content img {
  width: 100%;
  height: auto;
}

.loggor {
  width: 50%;
  float: left;
  color: #000;
  margin-bottom: 5px;
  padding: 0 3%;
}

.sidebar {
  width: 41%;
  float: left;
  padding: 0 2% 2%;
  border-radius: 5px;
}
#initialButtons {
  margin-top: 30px;
}

.teliaAgreement {
  width: 100%;
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 2px;
  color: #999;
  font: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: normal;
}

.teliaAgreement {
  width: 100%;
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 2px;
  font: 300 9px/100% 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: normal;
}

.teliafooter_no, .teliafooter_dk, .teliafooter_se {
  float: none;
  clear: both;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 0px #000;
  margin-bottom: 0px;
  height: 60px;
  background: #990AE3;
}

.downloadlarge {
  display: block;
}

.telia h2 {
  font-family: 'RobotoBold', 'Roboto', helvetica, arial;
  font-size: 19px;
  line-height: 1em;
  margin: 13px 0 5px 0;
}

.emailannons {
  border: 0;
  font: 300 18px/100% 'Helvetica Neue', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  width: 220px;
  background: #f9f9f9;
  height: 30px;
  border-radius: 5px 5px 5px 5px;
}

.purchase_submit {
  background-image: url("../../img/telia/go.png");
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  line-height: 43px;
  height: 43px;
  width: 260px;
  padding: 2px 36px 0 20px;
  color: #fff;
  margin-top: 15px;
  font-family: 'regular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}

h1 {
  text-align: left;

}

.errorMessage {
  background: #d14c4c;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 10px;
  margin: 5px 0 0;
  display: block;
  width: 100%;
  color: #ffffff;
  box-sizing: border-box;
}

.errorMessage li {
  list-style: none;
}

.errorMessage a {
  text-decoration: none;
  color: #FFFFFF;
}

.download {
  display: none;
}


/*
** MEDIA QUERIES
*/

/* for 980px or less */
@media screen and (max-width: 980px) {

  .pagewrap {
    width: 700px;
    margin: 0px auto 0px;
  }

  .teliafooter_no, .teliafooter_se, .teliafooter_dk {
    height: 60px;
  }

  h1 {
    text-align: left;
  }

  .logo_se, .logo_dk, .logo_no {
    background: url("../../img/telia/telia_logo_white_no.png") no-repeat scroll 0% 50% transparent;
    height: 90px;
  }
}


/* for 700px or less */
@media screen and (max-width: 700px) {

  .pagewrap {
    width: 90%;
    margin: 0px auto 0px;
  }

  .content {
    float: right;
    color: #000;
    width: 41%;
    border-radius: 3px;
    text-shadow: 0 1px 0px #fff;
  }

  .loggor {
    float: none;
    color: #000;
    width: 25%;
    margin-top: 20px;
    border-radius: 3px;
    text-shadow: 0 1px 0px #fff;
    margin-right: 0;
  }

  .sidebar {
    float: left;
    width: 50%;
    margin-left: 0;
  }

  .loggor img {
    float: none;
    clear: both;
    color: #000;
    width: 70%;
    border-radius: 3px;
    text-shadow: 0 1px 0px #fff;
    margin-right: 0;
  }

  .header2 {
    height: 90px;
    background: #652D86;
    background-size: 53px 90px;
    margin-bottom: 0;
  }

  .logo_se,
  .logo_dk,
  .logo_no {
    background: url("../../img/telia/telia_logo_white_no.png") no-repeat scroll 0% 50% transparent;
    height: 90px;
    width: 90%;
  }

  h4 {
    font: 15px/100% 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #555555;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: bold;
    letter-spacing: normal;
  }
}


/* for 580px or less */
@media screen and (max-width: 580px) {

  .content {
    float: right;
    color: #000;
    width: 41%;
    border-radius: 3px;
    text-shadow: 0 1px 0px #fff;
  }
}

/* for 480px or less */
@media screen and (max-width: 480px) {


  .wrapper {
    margin: 0 auto -45px;
  }

  footer, .push {
    height: 45px; /* '.push' must be the same height as 'footer' */
  }

  .teliafooter {
    height: 45px;
  }

  .download {
    display: block;
    padding: 10px 20px;
    height: 57px;
    overflow: hidden;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    background: url("../../img/telia/listarrow.png") no-repeat scroll 96% 50% #222222;
    background-size: 13px 20px;
    top: 0;
  }

  .download a {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 15px;
    text-shadow: 0 1px 0 #000;

  }

  .download a h2 {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 15px;
    text-shadow: 0 1px 0px #000000;
    float: left;
    margin: 0 0 5px;
    padding-right: 15px;
  }

  .download a h3 {
    color: #999999;
    letter-spacing: normal;
    font-size: 12px;
    text-shadow: 0 1px 0px #000000;
    float: left;
    margin: 0 5px 0px 0px;
    padding-right: 15px;
  }

  .download a h4 {
    letter-spacing: normal;
    font-size: 12px;
    text-shadow: 0 1px 0 #000;
    float: left;
    margin: 0;
    color: #8196a4;
    font-weight: normal;
  }

  .download img {
    width: 57px;
    height: 57px;
    float: left;
    margin-right: 10px;
  }

  .pagewrap {
    width: 90%;
    margin: 0px auto 0px;
  }

  .header2 {
    height: 45px;
    background: #652D86;
    background-size: 27px 45px;
    margin-top: 77px;
  }

  .logo_se, .logo_dk, logo_no {
    background: url("../../img/telia/telia_logo_white_no.png") no-repeat scroll 50% 50% transparent;
  }

  .content {
    float: none;
    color: #000;
    width: 100%;
    border-radius: 3px;
    text-shadow: 0 1px 0px #fff;
    clear: both;
  }

  .content img {
    display: none;
  }

  .pagewrap h1 {
    font-size: 23px;
    line-height: 30px;
  }

  .loggor {
    float: none;
    clear: both;
    color: #000;
    width: 90%;
    border-radius: 3px;
    text-shadow: 0 1px 0px #fff;
    margin-right: 0;
  }

  .loggor img {
    float: none;
    clear: both;
    color: #000;
    width: 30%;
    border-radius: 3px;
    text-shadow: 0 1px 0px #fff;
    margin-right: 0;
  }

  .sidebar {
    float: none;
    clear: both;
    width: 100%;
  }

  .downloadlarge {
  }

  .hidethis {
    display: none;
  }
}
