@charset "UTF-8";
/* Jul 2, 2017 - SEK */

body {
  font-family: 'PT Serif Regular', 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 32px;
 /* background: #000;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  font-family: 'Roboto Regular', 'Roboto';
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
}


h4 {color: #886937!important;font-size:22px; padding:10px 0 20px}


a {
  color: #990000
}



.navbar {
  background-color: #000000;
  min-height: 110px;
}

.navbar-header {
  width: 100%
}

.navbar-btn {
  background-color: #97040c;
  border: none;
  box-shadow: none;
  font-weight: normal;
  font-size: 22px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  padding: 10px 45px;
  border-radius: 0px;
}

.navbar-btn:hover {
  background-color: #a11d24;
  color: #fff
}

.navbar-right {
  margin-top: 67px;
  margin-bottom: -11px;
  float:right;
}

.navbar-brand {
  height: auto;
  padding: 25px 15px;
}

.navbar-brand>img {
  max-width: 240px;
}

.grey-bg {
  background: #e3e3e3
}

.white-band {background: #fff;
margin-top: 110px;
  padding-top: 40px;
  padding-bottom: 40px;}
  
.caption p{
font-family: 'Roboto Regular', 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
}

p.lead {
  font-size: 18pt;
  color: #990000;
  padding: 0px;
  margin: 0px;
}
  
  .btn {
  border: none;
  box-shadow: none;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  border-radius: 0px;
}

a .btn:hover {text-decoration:none}

.btn-red {
  background-color: #97040c;
  color: #ffffff;
}

.btn-red:hover {
  background-color: #890000;
  border-color: transparent
}

  .btn-grey {
  background-color: #979797;
  color: #ffffff;
}


  .btn-grey:hover {
  background-color: #696969;
}




img.grey-border {
  border: 15px solid #c2c2c2
}

/* form */
input.eaSubmitButton, input.eaResetButton
{font-family: 'Roboto Regular', 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    color: #FFFFFF;
    background: #979797;
    padding: 5px 30px;
    border: none;}

input.eaResetButton {background:#b0b0b0}

.eaFormField input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}

.eaSubmitResetButtonGroup {
    margin-top: 20px;
    display: block;
}



/** Priority Goals **/

.priority .button {
font-size: 1em;}


.priority .btn-grey {
  font-size: 1em;
  padding: 2.2em;
  text-align:left;
  margin-top:30px
}


/* big red buttons with right arrow */

.button {
  position: relative;
  padding: 2em;
  background: #900;
  border: none;
  color: white;
  transition: .2s;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-top: 30px;
  font-family: 'Roboto Regular', 'Roboto';
}

.button a {
  color: #fff
}
#big-buttons .button.arrow {
  text-align: left;
  margin-bottom:10px;
}

#big-buttons .button.arrow:before,
#big-buttons .button.arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2em;
  font-family: 'FontAwesome', sans-serif;
  text-align: center;
  transition: .2s;
}

.button.arrow:after {
  background: #890000;
  left: auto!important;
  right:0;
  
}

.button.arrow:hover {
  background: #890000;
}

.button:active,
.button:focus {
  background: #7a0000;
  outline: none;
}

.button:before {
  background: #7a0000;
}

.button.arrow:after {
  font-family: 'FontAwesome', sans-serif;
  content: "\f101";
  font-size: 2em;
  line-height: 1em;
}

.button.arrow:hover:after {
  -webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}

@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}

@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}

@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}

@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}

/* end red buttons */

/* modal */

.bogus {font-size:90px}

* {
  box-sizing: border-box;
}


.modal-backdrop.in {z-index: 9;}

.openmodalbox ul li {
  margin-bottom: 10px;
}

.openmodalbox {display:block;margin-bottom:10px}

.modal-content {padding: 20px;}

.modal-content h3 {
  color: #333333;
  font-family: 'Roboto Regular', 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
}

.modal-content li {
  font-family: 'PT Serif Regular', 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 32px;
  color: #333333;
}


/* end modal */


/* Statistics */

.statistics h2{
	color: #886937;
	font-size: 28;
	padding: 0;
	text-transform: none;
	font-weight: 800;
}
.panel.dark {background-color: #08121d;color: #ffffff; background:#08121d}

.panel.dark i {color:#97040c; margin-left: -23px;margin-right: 5px;}
.panel.dark ul {padding-left:20px}
.list-unstyled li {padding-left: 5px;}

#colB li span {font-weight: 900;font-size:24px}
#body footer {background-color: #FFF;}

#colB li {margin-bottom:10px}

#colB .fa.fa-star{ margin-left: -28px;
    margin-right: 10px;
    color: #886937;
}

.statistics img.border {
    padding-bottom: 2rem;
}

.statistics img.border:nth-child(2) {
    padding-top: 4rem;
}


/* end Statistics */

.social {
  margin: 0;
  padding: 0;
}

.social ul {
  margin: 0;
  padding: 2px 0px 0px 0px;
}

.social ul li {
 /* margin: 3.6px;*/
  list-style: none outside none;
  display: inline-block;
}

.social i {
  width: 21px;
  height: 21px;
  color: #000000;
  background-color: #b09b5d;
  font-size: 12px;
  text-align: center;
  padding-top: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social i:hover {
  color: #FFF;
  text-decoration: none;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #000000;
}


/* footer */

#body footer {
  background-color: #FFF;
}

/*footer .col-lg-4 img {
  max-width: 250px
}*/

@media screen and (min-width: 1200px){.footer-logo a img {
    width: 90%;}
}

.footer-logo a img {
    padding: 0 10px;
    display: block;
    margin: 0 auto;
    max-width: 370px;
}

@media screen and (max-width: 767px) and (min-width: 320px){.social-icons a img {
    width: 40px;
    height: auto;
}
}

.social-icons {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

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


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .navbar {
    height: 210px;
  }
  
.container>.navbar-header{
  margin-right: auto;
    margin-left: auto;}
  
  .navbar-brand {
    float: none
  }
  .navbar-brand>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-right {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    float: none;
  }
  .white-band {
    margin-top: 210px;
  }
}


/* Small Devices, Tablets */

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

/* Custom: iPad Landscape */
@media only screen and (min-width: 736px) {
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
}

/* Medium Devices, Desktops */

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

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


/* Large Devices, Wide Screens */

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

@media print {}