/*
	Stylesheet for Amnesty
*/
/* ******* *
 * Desktop *
 * ******* */
/* ********** *
 * 00 - Debug *
 * ********** */
/* line 7, partials/_general.scss */
pre {
  background-color: yellow;
  color: black !important;
}

/* ************ *
 * 01 - General *
 * ************ */
/* line 17, partials/_general.scss */
body {
  margin: 0;
  padding: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: white;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

/* line 32, partials/_general.scss */
h1 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}

/* line 39, partials/_general.scss */
h2 {
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

/* line 47, partials/_general.scss */
h3 {
  display: inline-block;
  background-color: yellow;
  padding: 2px 5px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #1d1f23;
  font-size: 1.25rem;
}

/* line 58, partials/_general.scss */
a {
  text-decoration: none;
  color: yellow;
}

/* line 63, partials/_general.scss */
a:hover {
  text-decoration: none;
  color: #909090;
}

/* line 68, partials/_general.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 73, partials/_general.scss */
table {
  width: 100%;
}

/* line 77, partials/_general.scss */
td {
  padding: 1px 15px 1px 1px;
}

/* line 82, partials/_general.scss */
tbody tr:nth-child(2n+1) {
  background-color: #343434;
}

/*
tbody tr:hover {
	color: black;
	background-color: yellow;
	cursor: pointer;
}
*/
/* line 94, partials/_general.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 101, partials/_general.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 112, partials/_general.scss */
label {
  display: block;
}

/* line 116, partials/_general.scss */
.rtl {
  direction: rtl;
}

/* line 120, partials/_general.scss */
.control-label {
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0;
  width: 7.5em;
  text-align: right;
  vertical-align: text-bottom;
}
/* line 129, partials/_general.scss */
.control-label .hasPopover,
.control-label .hasTooltip {
  display: inline-block;
}

/* line 135, partials/_general.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: left;
}

/* line 145, partials/_general.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 151, partials/_general.scss */
select,
input[type=text],
input[type=date],
input[type=password] {
  border: 1px solid #ccc;
  padding: .125rem .25rem;
  font-size: 0.75rem;
}

/* line 161, partials/_general.scss */
input[type=text],
input[type=date],
input[type=password] {
  height: 1rem;
  width: 8.5rem;
}

/* line 168, partials/_general.scss */
input[type=radio],
input[type="checkbox"] {
  width: 1.5em;
  margin: 0;
}

/* line 174, partials/_general.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
}

/* line 182, partials/_general.scss */
select {
  width: 9.1rem;
}

/* line 186, partials/_general.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

/* line 192, partials/_general.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 199, partials/_general.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 205, partials/_general.scss */
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 215, partials/_general.scss */
.control-group {
  margin-bottom: 9px;
}

/* line 219, partials/_general.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 1rem;
  min-width: 16px;
  padding: .125rem .25rem;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1rem;
  text-align: center;
  border: 1px solid #ccc;
}

/* line 233, partials/_general.scss */
.control-group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 239, partials/_general.scss */
.input-append,
.input-prepend {
  font-size: 0;
  white-space: nowrap;
}

/* line 245, partials/_general.scss */
.input-prepend > .add-on,
.input-append > .add-on {
  vertical-align: top;
}

/* line 250, partials/_general.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 255, partials/_general.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 260, partials/_general.scss */
.pull-right {
  float: right;
}

/* line 1, partials/general/_buttons.scss */
.btn {
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  *margin-left: .3em;
}

/* line 23, partials/general/_buttons.scss */
.btn {
  display: inline-block;
  padding: 4px 12px;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 31, partials/general/_buttons.scss */
.btn:hover, .btn:focus {
  background-image: -moz-linear-gradient(top, #ffd500, yellow);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd500), to(yellow));
  background-image: -webkit-linear-gradient(top, #ffd500, yellow);
  background-image: -o-linear-gradient(top, #ffd500, yellow);
  background-image: linear-gradient(to bottom, #ffd500, yellow);
}
/* line 36, partials/general/_buttons.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 48, partials/general/_buttons.scss */
.btn-primary {
  border-color: yellow;
  background-color: yellow;
  background-image: -moz-linear-gradient(top, yellow, #ffd500);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(yellow), to(#ffd500));
  background-image: -webkit-linear-gradient(top, yellow, #ffd500);
  background-image: -o-linear-gradient(top, yellow, #ffd500);
  background-image: linear-gradient(to bottom, yellow, #ffd500);
}

/* line 54, partials/general/_buttons.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 60, partials/general/_buttons.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 70, partials/general/_buttons.scss */
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 13px;
}
/* line 76, partials/general/_buttons.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 81, partials/general/_buttons.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 87, partials/general/_buttons.scss */
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 93, partials/general/_buttons.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 266, partials/_general.scss */
#page {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1075px;
  min-width: 775px;
}

/* line 274, partials/_general.scss */
#container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem 0;
}

/* line 281, partials/_general.scss */
#content {
  flex: 1 1 auto;
  overflow: auto;
}
/* line 285, partials/_general.scss */
#content > div {
  padding: 2.8rem 5rem;
  background: #1d1f23;
}

/* line 291, partials/_general.scss */
#footer {
  padding: 0.5rem;
  background-color: #1d1f23;
}

/* Author Frontend */
/* line 299, partials/_general.scss */
ul.actions li {
  font-size: .9em;
}

/* line 303, partials/_general.scss */
span.highlight {
  background-color: yellow;
  color: black;
  margin: 1px;
}

/* Controls */
/* line 312, partials/_general.scss */
.dropdown-menu {
  position: absolute;
  right: 0;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 337, partials/_general.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 341, partials/_general.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}

/* SLIDER */
/* line 353, partials/_general.scss */
.slick-slider .slick-slide {
  position: relative;
}
/* line 357, partials/_general.scss */
.slick-slider .article-content {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 75%;
  min-width: 10rem;
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
/* line 370, partials/_general.scss */
.slick-slider .article-content h2 {
  text-shadow: 1px 2px #000000;
}

/* line 1, partials/_banner.scss */
#banner {
  background-color: yellow;
  margin: 0;
  padding: 0;
  height: 8.75rem;
  position: relative;
}

/** Logo **/
/* line 10, partials/_banner.scss */
#logo {
  background-image: url(../images/ai-logo.gif);
  margin: 0;
  padding: 0;
  width: 260px;
  height: 95px;
  position: absolute;
  top: 1.6rem;
  left: 15px;
}

/* line 21, partials/_banner.scss */
#logo a {
  display: block;
  height: 95px;
  width: 260px;
}

/** Donate & Social links **/
/* line 28, partials/_banner.scss */
#donate {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}

/* line 34, partials/_banner.scss */
#social {
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  font-size: 2.0rem;
}

/* line 42, partials/_banner.scss */
#donate a,
#social a {
  text-align: right;
  text-decoration: none;
  color: black;
}

/* line 49, partials/_banner.scss */
#donate a:hover,
#social a:hover {
  text-decoration: none;
  color: #909090;
}

/* line 3, partials/_navbar.scss */
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
/* line 8, partials/_navbar.scss */
.nav > li > a {
  display: block;
}

/* line 13, partials/_navbar.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 16, partials/_navbar.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}
/* line 19, partials/_navbar.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 31, partials/_navbar.scss */
.nav-tabs > li,
.nav-pills > li {
  /* float: left; */
}
/* line 35, partials/_navbar.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 0.1rem;
  line-height: 14px;
}

/* line 43, partials/_navbar.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #000;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 52, partials/_navbar.scss */
.nav-tabs::after,
.nav-pills::after {
  clear: both;
}

/* line 57, partials/_navbar.scss */
.nav-tabs::before,
.nav-tabs::after,
.nav-pills::before,
.nav-pills::after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 66, partials/_navbar.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 71, partials/_navbar.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 76, partials/_navbar.scss */
#navigation-main {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #1d1f23;
  line-height: normal;
  overflow: visible;
  z-index: 1;
  /* main-menu */
}
/* line 86, partials/_navbar.scss */
#navigation-main .nav-toggle {
  display: none;
  background-color: yellow;
  color: #1d1f23;
  font-size: 3rem;
  line-height: 3rem;
  text-align: right;
}
/* line 96, partials/_navbar.scss */
#navigation-main .nav-toggle [class^="icon-"] {
  width: initial;
  height: initial;
  margin-top: 0.8rem;
  margin-right: 1.6rem;
  margin-bottom: 0.8rem;
  line-height: inherit;
}
/* line 108, partials/_navbar.scss */
#navigation-main > ul {
  /* main-menu entry */
}
/* line 109, partials/_navbar.scss */
#navigation-main > ul a {
  background: none repeat scroll 0px 0px #1d1f23;
  color: yellow;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.65rem 0.85rem;
}
/* line 121, partials/_navbar.scss */
#navigation-main > ul > li {
  position: relative;
  display: inline-block;
  /* submenu */
}
/* line 125, partials/_navbar.scss */
#navigation-main > ul > li > a {
  border-right: 0.1rem solid yellow;
  letter-spacing: 0.2rem;
  text-transform: lowercase;
}
/* line 132, partials/_navbar.scss */
#navigation-main > ul > li > ul {
  display: none;
  border: 1px solid #1d1f23;
  border-top: 0;
  border-left: 1px solid yellow;
}
/* line 138, partials/_navbar.scss */
#navigation-main > ul > li > ul a {
  border-top: 0.1rem solid white;
}
/* line 145, partials/_navbar.scss */
#navigation-main > ul li:hover > a {
  background: none repeat scroll 0 0 #333;
  color: white;
}
/* line 152, partials/_navbar.scss */
#navigation-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 159, partials/_navbar.scss */
#navigation-main.fixednav {
  position: fixed;
  top: 0;
  z-index: 10;
}

/* line 166, partials/_navbar.scss */
#navigation-main > ul > li:hover > ul {
  position: absolute;
  display: block;
  z-index: 1;
}

/** Joomla 2.5 **/
/* line 173, partials/_navbar.scss */
#navigation-main > ul #active_menumainnav,
#navigation-main > ul > li.current > a {
  margin-top: 0.1rem;
  background: none repeat scroll 0 0 yellow;
  color: #000;
}

/* line 3, partials/_sidebar.scss */
#sidebar-right {
  overflow: hidden;
  width: 12rem;
  flex: 0 0 auto;
  margin-left: 1rem;
  font-size: 0.75rem;
}

/* line 12, partials/_sidebar.scss */
.sidebar-toggle {
  display: none;
  padding: 0.5rem;
  background-color: white;
  color: black;
  font-size: 3.0rem;
}

/* line 20, partials/_sidebar.scss */
.sidebar-content > div {
  background: #1d1f23;
  margin: 0;
  padding: 0.5rem;
}

/* line 26, partials/_sidebar.scss */
.sidebar-content > div + div {
  margin-top: 1rem;
}

/* line 1, partials/_login.scss */
#login-form {
  display: inline-block;
  width: 26rem;
}
/* line 5, partials/_login.scss */
#login-form .userdata {
  display: flex;
  flex-wrap: wrap;
}
/* line 9, partials/_login.scss */
#login-form .userdata .control-group {
  flex: 1 1 50%;
}

/* ****** *
 * Mobile *
 * ****** */
/* ----------- iPhone 4 and 4S ----------- */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  /* line 15, mobile/_general.scss */
  body {
    margin: 0;
    padding: 0;
    background-color: #1d1f23;
    background-image: none;
  }

  /* line 22, mobile/_general.scss */
  #page {
    min-width: unset;
    max-width: unset;
    background-color: yellow;
  }

  /* line 31, mobile/_general.scss */
  #navigation-main.fixednav {
    position: absolute;
  }
  /* line 35, mobile/_general.scss */
  #navigation-main ul.nav {
    display: none;
  }
  /* line 38, mobile/_general.scss */
  #navigation-main ul.nav.toggle-active {
    display: block;
  }
  /* line 42, mobile/_general.scss */
  #navigation-main ul.nav > li {
    display: block;
  }
  /* line 45, mobile/_general.scss */
  #navigation-main ul.nav > li + li {
    margin-top: 0.5rem;
  }
  /* line 49, mobile/_general.scss */
  #navigation-main ul.nav > li > a {
    border: none;
    border-bottom: 0.1rem solid yellow;
    font-size: 2rem;
    line-height: 2rem;
  }
  /* line 57, mobile/_general.scss */
  #navigation-main ul.nav > li:hover > ul {
    position: initial;
  }
  /* line 62, mobile/_general.scss */
  #navigation-main ul.nav ul.nav-child {
    display: block;
    padding-left: 3rem;
    border: none;
  }
  /* line 68, mobile/_general.scss */
  #navigation-main ul.nav ul.nav-child > li {
    border: none;
  }
  /* line 71, mobile/_general.scss */
  #navigation-main ul.nav ul.nav-child > li + li {
    border-top: 0.1rem solid white;
  }
  /* line 75, mobile/_general.scss */
  #navigation-main ul.nav ul.nav-child > li > a {
    border: none;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  /* line 85, mobile/_general.scss */
  #navigation-main .nav-toggle {
    display: block;
  }

  /* line 90, mobile/_general.scss */
  #container {
    flex-wrap: wrap;
    padding: 0;
  }

  /* line 97, mobile/_general.scss */
  #content > div {
    padding: 1.5rem;
  }

  /* line 102, mobile/_general.scss */
  #sidebar-right {
    flex-basis: 100%;
    margin: 0;
  }

  	/*
  	.sidebar-toggle {
  		display: inline-block;
  	}
  
  	.sidebar-content {
  		display: none;
  	}
  
  	.sidebar.active .sidebar-content{
  		display: block;
  	}
  
  	#sidebar-right {
  	    position: absolute;
  	    right: 0;
  	    width: unset;
  	    max-width: 50%;
  	}
  	*/
}
/* ----------- iPhone 4 and 4S ----------- */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 141, mobile/_general.scss */
  html {
    font-size: 36px;
  }
}
/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
 	/*
	html {
		font-size: 27px;
	}
	*/
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */

/*# sourceMappingURL=template.css.map */
