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

.tabs__list {
  margin: 0;
  margin-bottom: -1px;
  border-bottom: 2px solid white;

}

.tabs__item {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.tabs__item--active > .tabs__link {
  border: 1px solid transparent;
  background: black;
  color:#FECE1A;
  border-bottom: 0;
  position: relative;
  z-index: 3;
}
.tabs__item--active > .tabs__link:hover {
  color: yellow;
}

.tabs__link {
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  padding: .5em 1em;
  line-height: 2;
  display: block;
  text-decoration: none;
  background-color: white;
}
.tabs__link:hover {
  text-decoration: underline;
}

.tabs__area {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s linear;
          transition: opacity .5s linear;
  height: 0;
}

.tabs__area--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s linear;
          transition: opacity .5s linear;
  height: auto;
}

.tabs__content .tabs__area--active {
  margin-bottom: 0;
  background: black;
  border-top: 2px solid white;
  overflow: hidden;
  position: relative;
  clear: both;
  padding: 22px;
  padding: 2.2rem;
}
.tabs__content{
  padding: 0.8rem;
}

@media (max-width: 760px) {
  .tabs--md {
    border: 1px solid #d4d4d4;
  }
  .tabs--md .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--md .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--md .tabs__list .tabs__item {
    overflow: hidden;
    position: relative;
    height: 50px;
  }
  .tabs__content .tabs__area--active{
    padding: 10px;
  }
  .tabs--md .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--md .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--md .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--md .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
 /* .tabs--md .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--md .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--md .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: .75em;
  }*/
}
@media (max-width: 620px) {
  .tabs--md {
    border: 1px solid #d4d4d4;
  }
  .tabs--md .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--md .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
 .tabs--md .tabs__list .tabs__item {
    overflow: hidden;
    position: relative;
    height: 50px;
  }
  .tabs__content .tabs__area--active{
    padding: 10px;
  }
  .tabs--md .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--md .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--md .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--md .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
 /* .tabs--md .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--md .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--md .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: .75em;
  }*/
}
@media (max-width: 990px) {
  .tabs--md {
    border: 1px solid #d4d4d4;
  }
  .tabs--md .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--md .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--md .tabs__list .tabs__item {
    overflow: hidden;
    position: relative;
    height: 50px;
  }
  .tabs__content .tabs__area--active{
    padding: 10px;
  }
  .tabs--md .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--md .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--md .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--md .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
 /* .tabs--md .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--md .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--md .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: .75em;
  }*/
}

@media (max-width: 1070px) {
  .tabs--md {
    border: 1px solid #d4d4d4;
  }
  .tabs--md .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--md .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--md .tabs__list .tabs__item {
    overflow: hidden;
    position: relative;
    height: 50px;
  }
  .tabs__content .tabs__area--active{
    padding: 10px;
  }
  .tabs--md .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--md .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--md .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--md .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
  /*.tabs--md .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--md .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--md .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: .75em;
  }*/
}

/*********menu********/
.PortfolioTabs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ul.PortfolioTabs.PortfolioTabs-pills {
	background-color: transparent !important;
	/*color: blue !important;*/
  // padding: 1px !important;
}

a.PortfolioTabs-link {
color: black !important;
background-color: white;
}
.GitHubRepository{
	color: black !important;
	 font-size: 16px !important;
	 padding-right: 0px !important;
}
.GitHubRepository:before{
	content: "\f09b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 24px;
    padding-right: 0.2em;	
}

.tabs__content .PortfolioTabs-pills {
	background-color: #182c39;
	border-color: transparent;
	font-weight: 500;
	color: #000;
	/*margin: 25px;*/
}

.tabs__content .PortfolioTabs-pills > li > a,
.tabs__content .PortfolioTabs-pills > li > a:focus {
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	border-radius: 25px;
	border: 4px solid #FECE1A;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	text-decoration: none !important;
}

.tabs__content .PortfolioTabs-pills > li > a:hover,
.tabs__content .PortfolioTabs-pills > li > a:focus:hover {
	color: #fff;
	background-color: #FECE1A;
}

.tabs__content .PortfolioTabs-pills > li.active > a,
.tabs__content .PortfolioTabs-pills > li.active  > a:focus {
	background-color: #FECE1A;
	color: #fff;
}

.PortfolioTabs-item {
margin-right: 10px;
line-height: 50px
}

.PortfolioTabs-link {
   padding: 8px !important;  
}

.tabs__content .hr-menu {
	border: 2px solid #182c39;
	width: 100%;
}

.tabs__content .list-group-item {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #555;
	padding: 0 auto;
}

.tabs__content .tab-content  .tab-pane  h3 {
	text-align: center;
	font-family: 'Leckerli One', cursive;
}

.tabs__content .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.tabs__content .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.tabs__content .list-group-item  h4 {
	text-align: left;
	color: #182c39;
	text-transform: none;
	font-size: 18px;
}

.tabs__content .list-group-item  p {
	text-align: left;
	color: #555555;
	font-weight: 500;
	font-style: italic;
	text-transform: none;
	font-size: 14px;
}

.tabs__content .badge {
	border-radius: 0;
	background-color: #444;
	font-size: 12px;
	color: #fff;
}

.tabs__content .right-cover {
	background-color: #fff;
	color: #DC4C46;
	text-shadow: #DC4C46 .4em .4em .4em;
	padding: 10px;
	text-transform: none;
}
#image-gallery .CheckPortFolio{
	display: none;
}
#image-gallery img {
  width: 100% !important;
  margin-top: 20px;
}

#image-gallery .btn {
  display: block;
  margin: 30px auto 0 auto;
}