/* ---------------------------------------------------------------- */
/* 1519384290 */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) and adapted */

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

@font-face {
    font-family: 'rajdhani-webfont';
    src: url('../fonts/rajdhani-bold-webfont.eot');
    src: url('../fonts/rajdhani-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rajdhani-bold-webfont.woff2') format('woff2'),
         url('../fonts/rajdhani-bold-webfont.woff') format('woff'),
         url('../fonts/rajdhani-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* ---------------------------------------------------------------- */

.reverse {
  unicode-bidi:bidi-override;
  direction: rtl;
}

.hidden {
  display:none;
}

html * {
  max-height:1000000px; /* Prevents Android Chrome font boosting glitch */
}

body {
  font-family: 'rajdhani-webfont', Arial, sans-serif;

  background: url('../images/wallpaper.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  background-color: lightgray;
  font-size: 100%;
}

.page {
  max-width: 1024px;
  margin: 20px auto;
  margin-bottom: 0;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.top-menu-wrapper {
  margin:0;
  padding:0;
  padding-left: 50px;
  padding-right: 50px;
}

.textarea {
  margin: 0px 50px 0px 50px;
  padding: 15px 25px 50px 25px;
}

.news {
  border-top: 1px solid lightgray;
  padding: 1.2em;
}

.bottom	{
  max-width: 1024px;
  margin: 20px auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 75px 12px 50px;
  background-color: lightgray;
}

.bottom-text {
  display:inline-block;
  text-align:center;
  padding-left: auto;
  padding-right: auto;
  margin: 0 auto;
}

/* unvisited link */
.bottom-text a:link {
  color: #333333;
}

/* visited link */
.bottom-text a:visited {
  color: #333333;
}

/* mouse over link */
.bottom-text a:hover {
  color: #333333;
}

/* selected link */
.bottom-text a:active {
  color: gray;
}

img	{
  height: auto;
  border: none;
  max-width: 100%;
}

.logo-box {
  padding-top: 75px;
  padding-bottom: 15px;
  padding-left: 75px;
  max-width: 100%;
}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: Gray;
}

/* selected link */
a:active {
  color: DarkGray;
}

/* ---------------------------------------------------------------- */


/* Top navbar container */

.top-nav {
  margin: 0px auto;
  width:100%;
}

.menu {
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.menu li {
  float: left;
}

.menu li:last-child	{
  float:right;
}

.sub-menu li {
  float: none;
}

.sub-menu li:last-child	{
  float:none;
}

/* The list inside the top navbar */

.top-nav ul	{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

.top-nav li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px 12px 10px 12px;
  text-decoration: none;
}

.top-nav .sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  float:none;
}

.top-nav .sub-menu a {
  color: black;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.top-nav .menu-item-has-children:hover .sub-menu {
  display: block;
}


/* Menu item with mouse over it */

.menu li:hover {
  /* Color01 */
  background-color: #1b4585;
  /* _Color01 */
}


/* Submenu item with mouse over it */

.sub-menu li:hover {
  /* Color02 */
  background-color: #81aef1;
  /* _Color02 */
}


/* The menu item itself is not selected, but it's child in the submenu is. */
/* May be assigned the same color as current childless menu items. */

.menu-item-current-parent {
  color: #ff0000;
  background-color: DarkGrey;  
}


/* The menu OR submenu item itself is selected. Regardless of does it have children or not, if it is the menu item. */

.menu-item-current {
  color: #00ff00;
  background-color: DarkGrey;  
}

/* ---------------------------------------------------------------- */

.banner-box {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.banner-image {
  display: block;
}

.content-heading {
  margin-top: 0.8em;
  font-weight: bold;   
}

.content-heading-chapter {
  margin-top: 0.8em;
  font-weight: bold;   
  font-style: italic;
}

.content-summary {
  margin-top: 0.8em;
  font-style: italic;
}

.content-body {
}


ul.dashed {
  list-style: none;
  padding-left:0;
}

.dashed li:before {
  content: "– ";
}

.dashed li:not(:last-child) {
  margin-bottom: 0.3em;
}


ul.squared {
  padding-left:0;
  padding-right:3em;
}

.squared li {
  list-style-position: outside;
  list-style-type: square;
  list-style-image: none;
  margin-left: 1em;
}

.squared li:not(:last-child) {
  margin-bottom: 1em;
}

/* ---------------------------------------------------------------- */

.bottom {
  display: none;
}

.bottom-exclusive-large {
  display: block;
}

.bottom-exclusive-small {
  display: none;
}

.icon-s {
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  padding-right: 0.125em;
  background-color: none;
}

.icon-menu {
  float: left;
  clear: left;
  pointer-events: none;
}

.icon-bottom {
  vertical-align:middle;
  padding-bottom: 0.1em;
}

/* ---------------------------------------------------------------- */

.post-index-box {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.post-preview-box {
  display: block;
  overflow: auto;
}

.post-preview-thumbnail {
  float:left;
  margin: 0 20px 20px 0;
}

.post-preview-heading {
  font-weight: bold;
}

/* ---------------------------------------------------------------- */

.reference {
}

blockquote {
  background-color: whitesmoke;
}

/* ================================================================ */

/*BEGIN MEDIA QUERY*/

@media all and (max-device-width : 480px){

html {
  font-size: 350%;
}

body {
  background: none; 
}

.logo-box {
  margin: 0;
  padding: 0;
}

.logo-image {
  min-width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;        
}

.banner-box {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.banner-image {
  width: 100%;
}

.post-index-box {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.post-preview-thumbnail {
  width: 28.125%;
}

.post-preview-summary {
  clear:left;  
}

.top-nav {
  box-shadow: none;
  border-radius: 12px;
}

.menu li a {
  display: block;
  text-align: left;
}

.menu li {
  float: none;
}

.menu li:last-child {
  float: none;
}

.top-nav li a {
  padding-left: 1em;
  padding-top: 0.4em;
  font-size: 125%;
}

.top-nav li:last-child a {
  padding-bottom: 0.4em;
}

.sub-menu li {
  display: none;
}

.sub-menu li:last-child	{
  display: none;
}

.top-menu-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.content-heading {
  margin-top: 0.2em;
  font-weight: bold;   
}

.content-summary {
  margin-top: 0.2em;
  font-style: italic;
}


.no-mobile {
  display: none;
}

.showcase-image {
  display: block;
  width:100%;
}

.showcase-image-small {
  display: block;
  width:50%;
}

.showcase-image-medium {
  display: block;
  width:75%;
}

.bottom {
  display: block;
  background-color: #333333;
}

.bottom-exclusive-small p {
  margin: 0.5em;
}

.bottom-exclusive-small p:first-child {
  margin-top: 1em;
}

.bottom-exclusive-small p:last-child {
  margin-bottom: 1em;
}

.bottom-text {
  color: white;
}

/* unvisited link */
.bottom-text a:link {
  color: white;
}

/* visited link */
.bottom-text a:visited {
  color: white;
}

/* mouse over link */
.bottom-text a:hover {
  color: gray;
}

/* selected link */
.bottom-text a:active {
  color: darkgray;
}

.bottom-exclusive-large {
  display: none;
}

.bottom-exclusive-small {
  display: block;
}

}

/*END MEDIA QUERY*/

