/*!
 * Start Bootstrap - 2 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
 .e-mail:before {
            content: attr(data-website) "\0040" attr(data-user);
            unicode-bidi: bidi-override;
            direction: rtl;
        }
        
.navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #999;
}
html {
  font-family: 'Open Sans', Arial, sans-serif;
	background: #fff;
	color: #666;
	font-size: 15px;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
	background: #fff;
	color: #666;
	font-size: 15px;
	padding-bottom: 80px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}
h3 {
	font-size:24px;
}

h4 {
	font-size:20px;
	color: #666;
}

h5 {
	font-size:20px;
	color: #666;
}


.myname
{
	/* font-size:20px; */
	/* color: #666; */
  margin-bottom: 10px;
}

/* Paragraph & Typographic */
b {
	font-weight: 900;
  /* font-size: 24px; */
	color: #444;
}

p {
    line-height: 1.6000;
    margin-bottom: 25px;
    font-size: 15px;
	font-weight: 300;
}

.centered {
    text-align: center;
}

/* Links */
/* Links */
a {
    /* color: #1abc9c; */
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

/* a {
	color: #824945;
	font-weight: 300;
	text-decoration: none;
	border-bottom: 1px dotted #a8807d;


} */

a {
  /* color: #444; */
	font-weight: inherit;
	text-decoration: none;
	border-bottom: 1.5px dotted #a8807d;
  /* border-top: 1.5px dotted #a8807d;
  border-left: 1.5px dotted #a8807d;
  border-right: 1.5px dotted #a8807d; */
  color: inherit;

}

a:hover,
a:active {
	/*color: #662200;*/
color: #a8807d;
/* color: #824945; */
	font-weight: inherit;
	border-bottom: none;/*1px dotted #662200;*/
	/* border-bottom: 1px dotted #999; */
	/* border-bottom: 1.5px dotted #a8807d;
  border-top: 1.5px dotted #a8807d;
  border-left: 1.5px dotted #a8807d;
  border-right: 1.5px dotted #a8807d; */
	border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;

}

a:focus {
	color: #333;


}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.navbar .navbar-nav > li > a {
	color: #666;
	border-bottom: 0px dotted #CCCCCC;
	font-size: 15px;
background-color: #fff;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;

}

.navbar .navbar-nav > li > a:hover {
	color: #333;
	/*color: #fff;*/

}
.navbar .navbar-nav > li > a:focus {
	color: #222222;
	color: #666;
	background-color: #fff;

}

.navbar {
	/* text-transform: uppercase; */

}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

ul {
    padding: 0;
    margin: 0;
    padding-left: 0px;
	/* font-weight: 300; */
	padding-bottom: 0px;
}

ol {
    padding: 0;
    margin: 0;

	padding-top: 0px;
    padding-left: 20px;
}

ol li {
    position: relative;
    line-height: 170%;
    margin-bottom: 10px;
        color: #FFFFFF;

}

ul li {
    list-style-type: none;
    position: relative;
    line-height: 170%;
    margin-bottom: 10px;


}

li li {
    list-style-type: none;
    position: relative;
    line-height: 170%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 0px;
    font-size: 15px;
    font-style: italic;


}

/* ul.list-group2 {
  /* styles */
  /* list-style-type:disc;
    position: relative;
    line-height: 170%;
    margin-bottom: 10px; 
} */

/* .list-group-item::before {
  content: "●";
  margin-right: 0.75rem;
  display: inline-block; Needed to add space between the bullet and the text
} */

.btn-primary {
  color: #333;
  background-color: #fff;
  border-color: #333;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #666;
  background-color: #fff;
  border-color: #333;
}
.btn-primary:hover {
  color: #fff;
  background-color:#333;
  border-color: #333;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #333;
  background-color: #fff;
  border-color: #333;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 26px;
  line-height: 20px;
}

ol li {
  padding-left:1.5em;
  counter-increment: my-custom-counter -1;
    /* text-align: justify; */
  text-justify: none;
  position: relative;
  margin-top: 3.5em;
}

ol li::before {
  content: counter(my-custom-counter);
  /* list-style-position: outside; */
  /* border-bottom: 1.5px dotted #4C6855; */

  display: inline-block; /* Needed to add space between the bullet and the text */
 margin-right: 1.75em; /* Also needed for space (tweak if needed) */
  margin-left: -2.75em;  /*Also needed for space (tweak if needed) */
  /* margin-top: -1em; */
  /* margin-top: 0em; */
  color: #425549;
  font-weight: 400;
  font-size: 13px;
  text-align: right;
    text-align: right;
    border-radius: 25%;
             width: 25px;
            /* height:15px; */
            /* padding: 0px; */
            padding-bottom: 1px;

            background:white;
            border: 1.50px solid #457E82;
            color:#333;
            text-align: center;
          /* margin-top: -1.00em; */
          position: absolute;

          /* background:#457E82;
          border: 1.00px solid #457E82;
          color:white; */

     /* top: 8%; */
     /* margin-top: -.7em; */


}

p.title {

  /* line-height: normal; */
  /* margin-bottom: 0.75rem; */
    /* text-align: justify; */
text-justify: none;
margin-bottom: .2em;
	color: #666;
}

p.papertitle {
margin-bottom: .2em;
  /* line-height: normal; */
  /* margin-bottom: 0.75rem; */
  margin-top: -2.00rem;
  padding-top: 0;
    /* text-align: justify; */
    /* font-weight: 800; */
text-justify: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px; /* or 950px */
}