| code
				 stringlengths 2k 1.04M | repo_path
				 stringlengths 5 517 | parsed_code
				 stringlengths 0 1.04M | quality_prob
				 float64 0.02 0.95 | learning_prob
				 float64 0.02 0.93 | 
|---|---|---|---|---|
| 
	.articles-wrapper.grid {
  margin: 0 0 5rem 0;
}
@media screen and (min-width: 750px) {
  .articles-wrapper.grid {
    margin-bottom: 7rem;
  }
}
.articles-wrapper .article {
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .articles-wrapper .article {
    width: 100%;
  }
}
.article {
  display: flex;
  align-items: center;
}
.article.grid__item {
  padding: 0;
}
.article-card {
  background-color: rgba(var(--color-foreground), 0.04);
  align-self: flex-start;
  flex: 0 1 100%;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.grid--peek .article-card {
  box-sizing: border-box;
}
.article-card__info {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.article-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.article-content:hover .article-card__title {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.article-card__image {
  overflow: hidden;
}
.article-content img {
  transition: transform var(--duration-default) ease;
}
.article-content:hover img {
  transform: scale(1.07);
}
.article-card__image-wrapper > a {
  display: block;
}
.article-card__title {
  text-decoration: none;
  word-break: break-word;
}
.article-card__link.link {
  padding: 0;
}
.article-card__link {
  text-underline-offset: 0.3rem;
}
.article-content:hover .article-card__link {
  text-decoration-thickness: 0.2rem;
}
.article-card__header {
  line-height: 0.8;
  margin-bottom: 1.2rem;
}
.article-card__header h2 {
  margin: 0 0 0.2rem;
}
.article-card__header h2:only-child {
  margin: 0;
}
.article-card__header h2:not(:first-child) {
  margin-top: 1rem;
}
.article-card__header h2 + span {
  display: inline-block;
  margin-top: 0.4rem;
}
.article-card__footer {
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
}
.article-card__footer:not(:last-child) {
  margin-bottom: 1rem;
}
.article-card__footer:last-child {
  margin-top: auto;
}
.article-card__link:not(:only-child) {
  margin-right: 3rem;
}
@media screen and (min-width: 990px) {
  .article-card__link:not(:only-child) {
    margin-right: 4rem;
  }
} | 
	assets/component-article-card.css | 
	.articles-wrapper.grid {
  margin: 0 0 5rem 0;
}
@media screen and (min-width: 750px) {
  .articles-wrapper.grid {
    margin-bottom: 7rem;
  }
}
.articles-wrapper .article {
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .articles-wrapper .article {
    width: 100%;
  }
}
.article {
  display: flex;
  align-items: center;
}
.article.grid__item {
  padding: 0;
}
.article-card {
  background-color: rgba(var(--color-foreground), 0.04);
  align-self: flex-start;
  flex: 0 1 100%;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.grid--peek .article-card {
  box-sizing: border-box;
}
.article-card__info {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.article-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.article-content:hover .article-card__title {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.article-card__image {
  overflow: hidden;
}
.article-content img {
  transition: transform var(--duration-default) ease;
}
.article-content:hover img {
  transform: scale(1.07);
}
.article-card__image-wrapper > a {
  display: block;
}
.article-card__title {
  text-decoration: none;
  word-break: break-word;
}
.article-card__link.link {
  padding: 0;
}
.article-card__link {
  text-underline-offset: 0.3rem;
}
.article-content:hover .article-card__link {
  text-decoration-thickness: 0.2rem;
}
.article-card__header {
  line-height: 0.8;
  margin-bottom: 1.2rem;
}
.article-card__header h2 {
  margin: 0 0 0.2rem;
}
.article-card__header h2:only-child {
  margin: 0;
}
.article-card__header h2:not(:first-child) {
  margin-top: 1rem;
}
.article-card__header h2 + span {
  display: inline-block;
  margin-top: 0.4rem;
}
.article-card__footer {
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
}
.article-card__footer:not(:last-child) {
  margin-bottom: 1rem;
}
.article-card__footer:last-child {
  margin-top: auto;
}
.article-card__link:not(:only-child) {
  margin-right: 3rem;
}
@media screen and (min-width: 990px) {
  .article-card__link:not(:only-child) {
    margin-right: 4rem;
  }
} | 0.639398 | 0.088544 | 
| 
	<style>
@import url('https://fonts.googleapis.com/css?family=Montserrat');
</style>
::-moz-selection { background: lightblue; }
::selection { background: lightblue; }
h3.white{
    color: white;
}
h1{
    color: white;
}
li{
    color: white;
}
.carousel {
  width:640px;
  height: auto;
  margin: auto;
}
p{
font-family: 'Germania One', cursive;
color: white;
}
a{
font-family: 'Germania One', cursive;
}
div{
font-family: 'Germania One', cursive;
}
ul.menu {
    list-style-type: none;
    margin: 20px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
.bot{
    font-size: 20px;
    clear: both;
    position: relative;
    z-index: 10;
    height: 1emvw;
    margin-top: 0em;
    color: darkblue;
    font-family: monospace;
    vertical-align: text-top;
    text-align: center;
    background-color: white;
}
li {
    float: left;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: skyblue;
    color: whitesmoke;
}
.article{
    color: darkblue;
    margin: 40px;
    text-align: center;
}
h1.white{
    color: white;
}
h1.name{
    font-size: 100px;
    font-size: 7vw;
    margin: 0;
    text-align: center;
    font-family: monospace;
    
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s infinite linear;
}
@-webkit-keyframes hue {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    to {
      -webkit-filter: hue-rotate(360deg);
    }
}
h2.contact{
    font-size: 30px;
    font-size: 2vw;
    color: deepskyblue;
    margin: 0;
    text-align: center;
    font-family: monospace;
}
h3.name{
    font-size: 50px;
    color: white;
    margin: 0;
    text-align: center;
    font-family: monospace;
}
h3.sec{
    font-size: 50px;
    color: dodgerblue;
    margin: 0;
    text-align: center;
    font-family: monospace;
}
h2.sub{
    font-size: 40px;
    color: deepskyblue;
    margin: 0;
    text-align: center;
    font-family: monospace;
}
.mod{
    margin: 20px;
    align-content: center;    
}
div.img {
    margin: 5px;
    margin-left: 50px;
    margin-right: 50px;
    border: 1px solid #ccc;
    float: left;
    width: 326px;
    height: 353px;
}
div.img:hover {
    border: 1px solid #777;
    background-color: white;
}
div.img img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 15px;
    text-align: center;
    color: skyblue
}
a{
    color: white;
}
a:hover{
    color: skyblue;
}
a:active{
    color: beige;
}
a.pat{
    color: black;
}
a.pat:hover{
    color: white;
}
a.pat:active{
    color: beige;
}
.icon-link {
  width: 60px;
  height: 60px;
  background-color: #666;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  box-sizing: content-box;
}
.icon-link.fill.facebook {
  background-color: #3b5998;
}
.icon-link.fill.facebook:hover {
  background-color: #fff;
}
.icon-link.fill.facebook:hover .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.tumblr {
  background-color: #32506d;
}
.icon-link.fill.tumblr:hover {
  background-color: #fff;
}
.icon-link.fill.tumblr:hover .fa-tumblr {
  color: #32506d;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.linkedin {
  background-color: #007bb6;
}
.icon-link.fill.linkedin:hover {
  background-color: #fff;
}
.icon-link.fill.linkedin:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.twitter {
  background-color: #00aced;
}
.icon-link.fill.twitter:hover {
  background-color: #fff;
}
.icon-link.fill.twitter:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.google-plus {
  background-color: #dd4b39;
}
.icon-link.fill.google-plus:hover {
  background-color: #fff;
}
.icon-link.fill.google-plus:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.reddit {
  background-color: #8bbbe3;
}
.icon-link.fill.reddit:hover {
  background-color: #fff;
}
.icon-link.fill.reddit:hover .fa-reddit {
  color: #8bbbe3;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.youtube {
  background-color: #df1c31;
}
.icon-link.fill.youtube:hover {
  background-color: #fff;
}
.icon-link.fill.youtube:hover .fa-youtube {
  color: #df1c31;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.pinterest {
  background-color: #b81621;
}
.icon-link.fill.pinterest:hover {
  background-color: #fff;
}
.icon-link.fill.pinterest:hover .fa-pinterest {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.github {
  background-color: #444;
}
.icon-link.fill.github:hover {
  background-color: #fff;
}
.icon-link.fill.github:hover .fa-github {
  color: #444;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.envelope {
  background-color: #333;
}
.icon-link.fill.envelope:hover {
  background-color: #fff;
}
.icon-link.fill.envelope:hover .fa-envelope {
  color: #333;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.soundcloud {
  background-color: #f50;
}
.icon-link.fill.soundcloud:hover {
  background-color: #fff;
}
.icon-link.fill.soundcloud:hover .fa-soundcloud {
  color: #f50;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.brand {
  background-color: #fff;
}
.icon-link.brand .fa {
  color: #006FC2;
}
.icon-link.round {
  border-radius: 50%;
}
.icon-link.round-corner {
  border-radius: 5px;
}
.icon-link:hover {
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  height: 56px;
  line-height: 56px;
  width: 56px;
  background-color: #fff;
}
.icon-link:hover.facebook {
  border: 2px solid #3b5998;
}
.icon-link:hover.tumblr {
  border: 2px solid #32506d;
}
.icon-link:hover.linkedin {
  border: 2px solid #007bb6;
}
.icon-link:hover.twitter {
  border: 2px solid #00aced;
}
.icon-link:hover.google-plus {
  border: 2px solid #dd4b39;
}
.icon-link:hover.reddit {
  border: 2px solid #8bbbe3;
}
.icon-link:hover.youtube {
  border: 2px solid #df1c31;
}
.icon-link:hover.pinterest {
  border: 2px solid #b81621;
}
.icon-link:hover.github {
  border: 2px solid #444;
}
.icon-link:hover.envelope {
  border: 2px solid #333;
}
.icon-link:hover.soundcloud {
  border: 2px solid #f50;
}
.icon-link:hover.instagram {
  border: 2px solid #f50;
}
.icon-link:hover .fa {
  line-height: 56px;
}
.icon-link:hover .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-tumblr {
  color: #32506d;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-reddit {
  color: #8bbbe3;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-youtube {
  color: #df1c31;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-pinterest {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-instagram {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-github {
  color: #444;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-envelope {
  color: #333;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-soundcloud {
  color: #f50;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link .fa {
  color: #fff;
  line-height: 60px;
  font-size: 36px;
}
.brand-icons {
  background-color: #ddd;
  padding: 10px 0;
}
            body{
                background-image: url("../images/img.jpg");
                    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
            }
            p{
                color: black;    
                font-family: 'Germania One', cursive;
                font-size: 25px;
            }
a{
    color: black !important;
    font-size: 20px !important;
} | 
	old/assets/main.css | 
	<style>
@import url('https://fonts.googleapis.com/css?family=Montserrat');
</style>
::-moz-selection { background: lightblue; }
::selection { background: lightblue; }
h3.white{
    color: white;
}
h1{
    color: white;
}
li{
    color: white;
}
.carousel {
  width:640px;
  height: auto;
  margin: auto;
}
p{
font-family: 'Germania One', cursive;
color: white;
}
a{
font-family: 'Germania One', cursive;
}
div{
font-family: 'Germania One', cursive;
}
ul.menu {
    list-style-type: none;
    margin: 20px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
.bot{
    font-size: 20px;
    clear: both;
    position: relative;
    z-index: 10;
    height: 1emvw;
    margin-top: 0em;
    color: darkblue;
    font-family: monospace;
    vertical-align: text-top;
    text-align: center;
    background-color: white;
}
li {
    float: left;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: skyblue;
    color: whitesmoke;
}
.article{
    color: darkblue;
    margin: 40px;
    text-align: center;
}
h1.white{
    color: white;
}
h1.name{
    font-size: 100px;
    font-size: 7vw;
    margin: 0;
    text-align: center;
    font-family: monospace;
    
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s infinite linear;
}
@-webkit-keyframes hue {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    to {
      -webkit-filter: hue-rotate(360deg);
    }
}
h2.contact{
    font-size: 30px;
    font-size: 2vw;
    color: deepskyblue;
    margin: 0;
    text-align: center;
    font-family: monospace;
}
h3.name{
    font-size: 50px;
    color: white;
    margin: 0;
    text-align: center;
    font-family: monospace;
}
h3.sec{
    font-size: 50px;
    color: dodgerblue;
    margin: 0;
    text-align: center;
    font-family: monospace;
}
h2.sub{
    font-size: 40px;
    color: deepskyblue;
    margin: 0;
    text-align: center;
    font-family: monospace;
}
.mod{
    margin: 20px;
    align-content: center;    
}
div.img {
    margin: 5px;
    margin-left: 50px;
    margin-right: 50px;
    border: 1px solid #ccc;
    float: left;
    width: 326px;
    height: 353px;
}
div.img:hover {
    border: 1px solid #777;
    background-color: white;
}
div.img img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 15px;
    text-align: center;
    color: skyblue
}
a{
    color: white;
}
a:hover{
    color: skyblue;
}
a:active{
    color: beige;
}
a.pat{
    color: black;
}
a.pat:hover{
    color: white;
}
a.pat:active{
    color: beige;
}
.icon-link {
  width: 60px;
  height: 60px;
  background-color: #666;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  box-sizing: content-box;
}
.icon-link.fill.facebook {
  background-color: #3b5998;
}
.icon-link.fill.facebook:hover {
  background-color: #fff;
}
.icon-link.fill.facebook:hover .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.tumblr {
  background-color: #32506d;
}
.icon-link.fill.tumblr:hover {
  background-color: #fff;
}
.icon-link.fill.tumblr:hover .fa-tumblr {
  color: #32506d;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.linkedin {
  background-color: #007bb6;
}
.icon-link.fill.linkedin:hover {
  background-color: #fff;
}
.icon-link.fill.linkedin:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.twitter {
  background-color: #00aced;
}
.icon-link.fill.twitter:hover {
  background-color: #fff;
}
.icon-link.fill.twitter:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.google-plus {
  background-color: #dd4b39;
}
.icon-link.fill.google-plus:hover {
  background-color: #fff;
}
.icon-link.fill.google-plus:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.reddit {
  background-color: #8bbbe3;
}
.icon-link.fill.reddit:hover {
  background-color: #fff;
}
.icon-link.fill.reddit:hover .fa-reddit {
  color: #8bbbe3;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.youtube {
  background-color: #df1c31;
}
.icon-link.fill.youtube:hover {
  background-color: #fff;
}
.icon-link.fill.youtube:hover .fa-youtube {
  color: #df1c31;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.pinterest {
  background-color: #b81621;
}
.icon-link.fill.pinterest:hover {
  background-color: #fff;
}
.icon-link.fill.pinterest:hover .fa-pinterest {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.github {
  background-color: #444;
}
.icon-link.fill.github:hover {
  background-color: #fff;
}
.icon-link.fill.github:hover .fa-github {
  color: #444;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.envelope {
  background-color: #333;
}
.icon-link.fill.envelope:hover {
  background-color: #fff;
}
.icon-link.fill.envelope:hover .fa-envelope {
  color: #333;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.soundcloud {
  background-color: #f50;
}
.icon-link.fill.soundcloud:hover {
  background-color: #fff;
}
.icon-link.fill.soundcloud:hover .fa-soundcloud {
  color: #f50;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.brand {
  background-color: #fff;
}
.icon-link.brand .fa {
  color: #006FC2;
}
.icon-link.round {
  border-radius: 50%;
}
.icon-link.round-corner {
  border-radius: 5px;
}
.icon-link:hover {
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  height: 56px;
  line-height: 56px;
  width: 56px;
  background-color: #fff;
}
.icon-link:hover.facebook {
  border: 2px solid #3b5998;
}
.icon-link:hover.tumblr {
  border: 2px solid #32506d;
}
.icon-link:hover.linkedin {
  border: 2px solid #007bb6;
}
.icon-link:hover.twitter {
  border: 2px solid #00aced;
}
.icon-link:hover.google-plus {
  border: 2px solid #dd4b39;
}
.icon-link:hover.reddit {
  border: 2px solid #8bbbe3;
}
.icon-link:hover.youtube {
  border: 2px solid #df1c31;
}
.icon-link:hover.pinterest {
  border: 2px solid #b81621;
}
.icon-link:hover.github {
  border: 2px solid #444;
}
.icon-link:hover.envelope {
  border: 2px solid #333;
}
.icon-link:hover.soundcloud {
  border: 2px solid #f50;
}
.icon-link:hover.instagram {
  border: 2px solid #f50;
}
.icon-link:hover .fa {
  line-height: 56px;
}
.icon-link:hover .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-tumblr {
  color: #32506d;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-reddit {
  color: #8bbbe3;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-youtube {
  color: #df1c31;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-pinterest {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-instagram {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-github {
  color: #444;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-envelope {
  color: #333;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-soundcloud {
  color: #f50;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link .fa {
  color: #fff;
  line-height: 60px;
  font-size: 36px;
}
.brand-icons {
  background-color: #ddd;
  padding: 10px 0;
}
            body{
                background-image: url("../images/img.jpg");
                    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
            }
            p{
                color: black;    
                font-family: 'Germania One', cursive;
                font-size: 25px;
            }
a{
    color: black !important;
    font-size: 20px !important;
} | 0.495117 | 0.106737 | 
| 
	body.cms-edit-mode div.cms-container {
    min-height: 50px;
    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ddd,  #eee); /* for firefox 3.6+ */
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px #8493A6;
    margin: 1px;
}
body.cms-edit-mode div.cms-block-element {
    min-height: 25px;
    margin: 2px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px #8493A6;
}
body.cms-edit-mode {
    background-color: white !important;
    background-image: none !important;
    color: black !important;
    padding-top: 40px;
}
body.cms-edit-mode div.cms-block-element {
    min-height: 20px;
    background-color: #BE9B4D;
}
body.cms-edit-mode div.cms-container-root {
    padding-top: 15px;
    background-color: #C53214;
    padding-bottom: 15px
}
body.cms-edit-mode div.cms-block-hand-over {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BE9B4D', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#BE9B4D), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #BE9B4D,  #eee); /* for firefox 3.6+ */
    cursor: pointer;
}
body.cms-edit-mode div.cms-container-start {
    background: #cccccc;
}
body.cms-edit-mode div.cms-container.cms-block-internal {
    background: #FF4C00;
}
body.cms-edit-mode div.cms-container {
    background: #A12000;
}
body.cms-edit-mode div.cms-container:hover {
    background-color: #cccccc;
}
.sonata-bc body, body {
    margin-top: 40px !important;
}
div.sonata-page-top-bar {
}
div.sonata-page-top-bar label {
    color: #BFBFBF;
}
body.cms-edit-mode div.cms-block-start {
    background: white;
}
body.cms-edit-mode div.cms-block-placeholder {
    background: yellow;
}
body.cms-edit-mode div.cms-fake-block {
    height: 1px;
    min-height: 1px;
    background: #cccccc;
}
body div.cms-fake-block {
    display:none;
}
textarea.title {
    font-size: 1.5em;
    font-family: "Lucida Grande";
    height: 100px;
    width: 500px
}
body.cms-edit-mode div.cms-container {
    min-height: 50px;
    min-width: 150px;
} | 
	Resources/public/page.css | 
	body.cms-edit-mode div.cms-container {
    min-height: 50px;
    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ddd,  #eee); /* for firefox 3.6+ */
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px #8493A6;
    margin: 1px;
}
body.cms-edit-mode div.cms-block-element {
    min-height: 25px;
    margin: 2px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px #8493A6;
}
body.cms-edit-mode {
    background-color: white !important;
    background-image: none !important;
    color: black !important;
    padding-top: 40px;
}
body.cms-edit-mode div.cms-block-element {
    min-height: 20px;
    background-color: #BE9B4D;
}
body.cms-edit-mode div.cms-container-root {
    padding-top: 15px;
    background-color: #C53214;
    padding-bottom: 15px
}
body.cms-edit-mode div.cms-block-hand-over {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BE9B4D', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#BE9B4D), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #BE9B4D,  #eee); /* for firefox 3.6+ */
    cursor: pointer;
}
body.cms-edit-mode div.cms-container-start {
    background: #cccccc;
}
body.cms-edit-mode div.cms-container.cms-block-internal {
    background: #FF4C00;
}
body.cms-edit-mode div.cms-container {
    background: #A12000;
}
body.cms-edit-mode div.cms-container:hover {
    background-color: #cccccc;
}
.sonata-bc body, body {
    margin-top: 40px !important;
}
div.sonata-page-top-bar {
}
div.sonata-page-top-bar label {
    color: #BFBFBF;
}
body.cms-edit-mode div.cms-block-start {
    background: white;
}
body.cms-edit-mode div.cms-block-placeholder {
    background: yellow;
}
body.cms-edit-mode div.cms-fake-block {
    height: 1px;
    min-height: 1px;
    background: #cccccc;
}
body div.cms-fake-block {
    display:none;
}
textarea.title {
    font-size: 1.5em;
    font-family: "Lucida Grande";
    height: 100px;
    width: 500px
}
body.cms-edit-mode div.cms-container {
    min-height: 50px;
    min-width: 150px;
} | 0.344113 | 0.104935 | 
| 
	@CHARSET "UTF-8";
.input-order{width:30px;}
.wrap {
padding: 20px 20px 70px;
}
td a.weixin{color:#ddd;}
td a.down{color:#2fa4e7;}
.table td {font-size:12px;}
/*20171017新增(chenzy)*/
td font.edit,td font.delete,td a.edit,td a.open,td a.delete,td a.pic,td a.weixin,td a.detail,td a.lock,td a.unlock,td a.leave,.parent_li a.suitcase,.parent_li a.edit,.parent_li a.delete{
    display:inline-block;
    width:1.2rem;height:1.2rem;
    line-height:1.2rem;
    font-size:16px;
    cursor: pointer;
    cursor: hand;
    text-decoration:none;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media screen and (max-width: 900px) {
    .modal{left: 300px!important;}
}
/*以上新增(chenzy)*/
/*2017-12-12 lzy start*/
td a{cursor:pointer;text-decoration:none;}
.control-group .admin-control-group{margin-bottom:0;border-bottom: 1px solid #ccc;}
.control-group .admin-control-group:last-child{border-bottom: none;}
.control-group .admin-controls{border:1px solid #ccc;border-radius:5px;}
.control-group .admin-controls .controls{padding:0px 15px; margin-left:190px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.admin-control-group .control-label{margin:0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding:5px 15px;border-right: 1px solid #ccc;}
/*end*/
/*modal dialog 2017-12-13  lzy start*/
.modal .modal-dialog{position: fixed;width: 80%;top: 2%;bottom: 2%;display: block;}
.modal .modal-dialog .modal-content{position: fixed;width: 80%;top: 2%;bottom: 2%;display: block;}
.modal .modal-dialog .modal-content iframe{position: fixed;width: 80%;top: calc(2% + 40px);top: -webkit-calc(2% + 40px);top: -moz-calc(2% + 40px);bottom: calc(2% + 60px);bottom: -webkit-calc(2% + 60px);bottom: -moz-calc(2% + 60px);height: calc(96% - 100px);height: -webkit-calc(96% - 100px);height: -moz-calc(96% - 100px);display: block;}
.modal .modal-dialog .modal-content .modal-footer{position:fixed;width:calc(80% - 30px);bottom:2%;display: block;}
/**/
/*自适应窗口大小modal add by lzy 2018-04-25 start*/
.auto-adapt{width:80%;left: 400px;top:2%!important;bottom:2%;}
.auto-adapt .modal-dialog{position: fixed;width: 80%;top: 2%;bottom: 2%;display: block;}
.auto-adapt .modal-dialog .modal-content{position: fixed;width: 80%;top: 2%;bottom: 2%;display: block;overflow: auto;}
.auto-adapt .modal-dialog .modal-content .modal-body{position: fixed;width: 80%;top: calc(2% + 40px);top: -webkit-calc(2% + 40px);top: -moz-calc(2% + 40px);bottom: calc(2% + 60px);bottom: -webkit-calc(2% + 60px);bottom: -moz-calc(2% + 60px);height: calc(96% - 100px);height: -webkit-calc(96% - 100px);height: -moz-calc(96% - 100px);display: block;}
.auto-adapt .modal-dialog .modal-content iframe{position: fixed;width: 80%;top: calc(2% + 40px);top: -webkit-calc(2% + 40px);top: -moz-calc(2% + 40px);bottom: calc(2% + 60px);bottom: -webkit-calc(2% + 60px);bottom: -moz-calc(2% + 60px);height: calc(96% - 100px);height: -webkit-calc(96% - 100px);height: -moz-calc(96% - 100px);display: block;}
.auto-adapt .modal-dialog .modal-content .modal-footer{position:fixed;width:calc(80% - 40px);bottom:2%;display: block;}
.small-auto-adapt{width:530px;left: 50%;top:2%;bottom:2%;}
.small-auto-adapt .modal-dialog .modal-content{position: fixed;width:530px;top: 2%;bottom: 2%;display: block;overflow: auto;}
.small-auto-adapt .modal-dialog .modal-content .modal-body{position: fixed;width:500px;top: calc(2% + 40px);top: -webkit-calc(2% + 40px);top: -moz-calc(2% + 40px);bottom: 2%;display: block;overflow: auto;}
/*end*/
/*表头居中 wuhy 2018.05.10*/
.table th{
    text-align: center;
}
/*流程进度 wuhy 2018.05.31*/
/*关于流程进度 wuhy 20180530*/
.process-list{
    display: table;
    /* padding: 20px 10%; */
    margin: auto;
    padding: 30px 0;
}
.process-list .comm{
    float: left;
    width: 200px;
    text-align: center;
}
.process-list .comm:first-child{
    margin-left: -180px;
}
/*.comm:first-child,.comm:last-child{
    width: 140px;
    text-align: left;
}
.comm:last-child{
    text-align: right;
}*/
.process-list .comm span{
    display: block;
}
.process-list .comm .comm-hd{
    width: 100%;
    display: table;
}
.process-list .comm .comm-hd>span{
    float: left;
    display: inline-block;
}
.process-list .comm .icon{
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
}
.comm .icon.active{
    border:2px solid #0b7ebf;
    background: #0b7ebf;
}
.process-list .comm-hd .c-l{
    width: 180px;
    height:2px;
    background: #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.process-list .comm-hd .c-n{
    width: 180px;
    height:2px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.process-list .comm .c-l.active{
    background: #0b7ebf;
}
.process-list .comm .comm-bd{
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-left: 90px;
} | 
	public/simpleboot/css/simplebootadmin.css | 
	@CHARSET "UTF-8";
.input-order{width:30px;}
.wrap {
padding: 20px 20px 70px;
}
td a.weixin{color:#ddd;}
td a.down{color:#2fa4e7;}
.table td {font-size:12px;}
/*20171017新增(chenzy)*/
td font.edit,td font.delete,td a.edit,td a.open,td a.delete,td a.pic,td a.weixin,td a.detail,td a.lock,td a.unlock,td a.leave,.parent_li a.suitcase,.parent_li a.edit,.parent_li a.delete{
    display:inline-block;
    width:1.2rem;height:1.2rem;
    line-height:1.2rem;
    font-size:16px;
    cursor: pointer;
    cursor: hand;
    text-decoration:none;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media screen and (max-width: 900px) {
    .modal{left: 300px!important;}
}
/*以上新增(chenzy)*/
/*2017-12-12 lzy start*/
td a{cursor:pointer;text-decoration:none;}
.control-group .admin-control-group{margin-bottom:0;border-bottom: 1px solid #ccc;}
.control-group .admin-control-group:last-child{border-bottom: none;}
.control-group .admin-controls{border:1px solid #ccc;border-radius:5px;}
.control-group .admin-controls .controls{padding:0px 15px; margin-left:190px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.admin-control-group .control-label{margin:0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding:5px 15px;border-right: 1px solid #ccc;}
/*end*/
/*modal dialog 2017-12-13  lzy start*/
.modal .modal-dialog{position: fixed;width: 80%;top: 2%;bottom: 2%;display: block;}
.modal .modal-dialog .modal-content{position: fixed;width: 80%;top: 2%;bottom: 2%;display: block;}
.modal .modal-dialog .modal-content iframe{position: fixed;width: 80%;top: calc(2% + 40px);top: -webkit-calc(2% + 40px);top: -moz-calc(2% + 40px);bottom: calc(2% + 60px);bottom: -webkit-calc(2% + 60px);bottom: -moz-calc(2% + 60px);height: calc(96% - 100px);height: -webkit-calc(96% - 100px);height: -moz-calc(96% - 100px);display: block;}
.modal .modal-dialog .modal-content .modal-footer{position:fixed;width:calc(80% - 30px);bottom:2%;display: block;}
/**/
/*自适应窗口大小modal add by lzy 2018-04-25 start*/
.auto-adapt{width:80%;left: 400px;top:2%!important;bottom:2%;}
.auto-adapt .modal-dialog{position: fixed;width: 80%;top: 2%;bottom: 2%;display: block;}
.auto-adapt .modal-dialog .modal-content{position: fixed;width: 80%;top: 2%;bottom: 2%;display: block;overflow: auto;}
.auto-adapt .modal-dialog .modal-content .modal-body{position: fixed;width: 80%;top: calc(2% + 40px);top: -webkit-calc(2% + 40px);top: -moz-calc(2% + 40px);bottom: calc(2% + 60px);bottom: -webkit-calc(2% + 60px);bottom: -moz-calc(2% + 60px);height: calc(96% - 100px);height: -webkit-calc(96% - 100px);height: -moz-calc(96% - 100px);display: block;}
.auto-adapt .modal-dialog .modal-content iframe{position: fixed;width: 80%;top: calc(2% + 40px);top: -webkit-calc(2% + 40px);top: -moz-calc(2% + 40px);bottom: calc(2% + 60px);bottom: -webkit-calc(2% + 60px);bottom: -moz-calc(2% + 60px);height: calc(96% - 100px);height: -webkit-calc(96% - 100px);height: -moz-calc(96% - 100px);display: block;}
.auto-adapt .modal-dialog .modal-content .modal-footer{position:fixed;width:calc(80% - 40px);bottom:2%;display: block;}
.small-auto-adapt{width:530px;left: 50%;top:2%;bottom:2%;}
.small-auto-adapt .modal-dialog .modal-content{position: fixed;width:530px;top: 2%;bottom: 2%;display: block;overflow: auto;}
.small-auto-adapt .modal-dialog .modal-content .modal-body{position: fixed;width:500px;top: calc(2% + 40px);top: -webkit-calc(2% + 40px);top: -moz-calc(2% + 40px);bottom: 2%;display: block;overflow: auto;}
/*end*/
/*表头居中 wuhy 2018.05.10*/
.table th{
    text-align: center;
}
/*流程进度 wuhy 2018.05.31*/
/*关于流程进度 wuhy 20180530*/
.process-list{
    display: table;
    /* padding: 20px 10%; */
    margin: auto;
    padding: 30px 0;
}
.process-list .comm{
    float: left;
    width: 200px;
    text-align: center;
}
.process-list .comm:first-child{
    margin-left: -180px;
}
/*.comm:first-child,.comm:last-child{
    width: 140px;
    text-align: left;
}
.comm:last-child{
    text-align: right;
}*/
.process-list .comm span{
    display: block;
}
.process-list .comm .comm-hd{
    width: 100%;
    display: table;
}
.process-list .comm .comm-hd>span{
    float: left;
    display: inline-block;
}
.process-list .comm .icon{
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
}
.comm .icon.active{
    border:2px solid #0b7ebf;
    background: #0b7ebf;
}
.process-list .comm-hd .c-l{
    width: 180px;
    height:2px;
    background: #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.process-list .comm-hd .c-n{
    width: 180px;
    height:2px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.process-list .comm .c-l.active{
    background: #0b7ebf;
}
.process-list .comm .comm-bd{
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-left: 90px;
} | 0.204898 | 0.086478 | 
| 
	* {
  break-inside: avoid !important;
}
nav {
  width: 100%;
  z-index: 100;
}
nav .toDrodown a,
nav button,
.css-yk16xz-control,
.css-1pahdxg-control {
  border: solid !important;
}
.css-1pahdxg-control,
.css-yk16xz-control,
.css-1pahdxg-control {
  width: 100px;
}
nav .a:hover,
nav button:hover,
.css-yk16xz-control,
.css-1pahdxg-control {
  text-decoration: none;
  font-weight: bolD;
  border-radius: 100px !important;
}
nav .toDrodown a {
  text-transform: uppercase;
}
.dropdown-menu {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  display: block;
  position: absolute;
  inset: 15px auto auto -75px !important;
  margin: 0px;
  transform: translate3d(-41px, 40px, 0px);
}
.show-sropdown {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #212529;
  box-sizing: border-box;
  position: relative;
}
.dropdown-item {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  font-size: 1rem;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
nav a,
nav button .css-yk16xz-control,
.css-1pahdxg-control {
  font-weight: bolD;
  border-radius: 100px !important;
}
nav input {
  font-weight: bold;
}
.userLoggedin:hover {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50% !important;
}
nav .toDrodown a {
  height: 50px;
  padding: 20px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: none;
  background-color: none;
}
.authentication button {
  padding: 0px !important;
  border: none !important;
}
@media all and (max-width: 620px) {
  .toDrodown {
    display: none !important;
  }
}
@media all and (min-width: 621px) {
  .aa {
    display: none;
  }
}
@media all and (max-width: 440px) {
  nav img {
    display: none;
  }
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.open {
}
.custom-file-container__custom-file__custom-file-input {
  box-sizing: border-box;
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-container__custom-file__custom-file-control {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  line-height: 1.5;
  color: #333;
  user-select: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c0c0af;
  border-radius: 0.25rem;
}
.custom-file-container__custom-file__custom-file-control::before {
  box-sizing: border-box;
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #333;
  background-color: #edede8;
  border-left: 1px solid #c0c0af;
}
.custom-file-container__custom-file__custom-file-control:empty::after {
  box-sizing: border-box;
  content: "Choose file...";
}
.aa {
  margin: 5px;
}
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.fade-box .lazyload,
.fade-box .lazyloading {
  opacity: 0;
  transition: opacity 400ms;
}
.article img {
  max-width: 100%;
}
.article iframe {
  max-width: 100%;
}
.article video {
  max-width: 100%;
} | 
	styles/global.css | 
	* {
  break-inside: avoid !important;
}
nav {
  width: 100%;
  z-index: 100;
}
nav .toDrodown a,
nav button,
.css-yk16xz-control,
.css-1pahdxg-control {
  border: solid !important;
}
.css-1pahdxg-control,
.css-yk16xz-control,
.css-1pahdxg-control {
  width: 100px;
}
nav .a:hover,
nav button:hover,
.css-yk16xz-control,
.css-1pahdxg-control {
  text-decoration: none;
  font-weight: bolD;
  border-radius: 100px !important;
}
nav .toDrodown a {
  text-transform: uppercase;
}
.dropdown-menu {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  display: block;
  position: absolute;
  inset: 15px auto auto -75px !important;
  margin: 0px;
  transform: translate3d(-41px, 40px, 0px);
}
.show-sropdown {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #212529;
  box-sizing: border-box;
  position: relative;
}
.dropdown-item {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  font-size: 1rem;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
nav a,
nav button .css-yk16xz-control,
.css-1pahdxg-control {
  font-weight: bolD;
  border-radius: 100px !important;
}
nav input {
  font-weight: bold;
}
.userLoggedin:hover {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50% !important;
}
nav .toDrodown a {
  height: 50px;
  padding: 20px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: none;
  background-color: none;
}
.authentication button {
  padding: 0px !important;
  border: none !important;
}
@media all and (max-width: 620px) {
  .toDrodown {
    display: none !important;
  }
}
@media all and (min-width: 621px) {
  .aa {
    display: none;
  }
}
@media all and (max-width: 440px) {
  nav img {
    display: none;
  }
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.open {
}
.custom-file-container__custom-file__custom-file-input {
  box-sizing: border-box;
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-container__custom-file__custom-file-control {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  line-height: 1.5;
  color: #333;
  user-select: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c0c0af;
  border-radius: 0.25rem;
}
.custom-file-container__custom-file__custom-file-control::before {
  box-sizing: border-box;
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #333;
  background-color: #edede8;
  border-left: 1px solid #c0c0af;
}
.custom-file-container__custom-file__custom-file-control:empty::after {
  box-sizing: border-box;
  content: "Choose file...";
}
.aa {
  margin: 5px;
}
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.fade-box .lazyload,
.fade-box .lazyloading {
  opacity: 0;
  transition: opacity 400ms;
}
.article img {
  max-width: 100%;
}
.article iframe {
  max-width: 100%;
}
.article video {
  max-width: 100%;
} | 0.296552 | 0.070336 | 
| 
	.details-page dl,
.details-page dt,
.details-page dd,
.details-page ul,
.details-page ol,
.details-page li {
    list-style: none;
    /*margin: 0;
    padding: 0;*/
}
.details-page .lunbo {
 	display: block;
 }
 .details-page .lunbo {
 	position: relative;
 	/*margin: 0 auto;*/
 	width: 918px;
 	height: 354px;
 	left: 15px;
 	top: 10px;
 	overflow: hidden;
 }
 .details-page .lunbo ul {
 	position: absolute;
 	width: 878px;
 	height: 354px;
 }
 .details-page .lunbo ul li {
 	list-style-type: none;
 	position: absolute;
  left: 0;
 	width: 878px;
 	height: 354px;
 }
 .details-page .lunbo ul li a img {
 	display: inline-block;
 	width: 878px;
 	height: 354px;
 }
 .details-page .lunbo ul.listContent {
 	position: absolute;
 	left: 500px;
 	top: 300px;
 	width: 220px;
 	height: 25px;
 }
 .details-page .lunbo ul.listContent li.list {
 	position: relative;
 	display: block;
 	width: 25px;
 	height: 25px;
 	float: left;
 	margin: 0 5px;
 	border: 1px solid blue;
 	text-align: center;
 	line-height: 25px;
 	cursor: pointer;
 }
 .details-page .active {
 	background: #161616;
 	color: #ffffff;
 }
.details-page .hander-left,
.details-page .hander-right {
	text-align: center;
	position:absolute;
	top: 50%;
	margin-top: -26px;
	width: 40px;
	height: 80px;
	background-color: gray;
	opacity: 0.8;
	font: 800;
}
.details-page .hander-left{
	left: 0;
}
.details-page .hander-right {
	right: 40px;
	}
.details-page .hander-left a,
.details-page .hander-right a {
	padding-top: 30px;
	display: block;
	width: 100%;
	height: 100%;
}
.details-page .cent {
 	margin: 0 auto;
 }
.details-page .w1001 {
 	width: 1002px;
 }
 .details-page label {
	color: gray;
}
.details-page .content {
	/*width: 1000px;*/
	position: relative;
	top: 10px;
	margin: 0 auto;
	padding: 0px 30px 0 5px;
}
.details-page .content .list-wrap ul,
.details-page .content .list-wrap li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.details-page .content .list-wrap .first {
	background-color: white;
	height: 344px;
	/*background-color: white;*/
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 2px 2px 2px lavender;
	margin-bottom: 10px;
	position: relative;
}
/*content banner ends*/
.details-page .content .list-wrap li .info-panel {
	float: right;
	height: 209px;
	width: 490px;
	position: relative;
	top: 0;
	left: 85px;
}
.details-page .info-panel .rooms {
	width: 200px;
	top: 70px;
	left: 8px;
	line-height: 34px;
	position: absolute;
}
.details-page .info-panel .rooms a:hover {
	cursor: default;
}
.details-page .info-panel .rooms .icon1{
	position: absolute;
	top: 10px;
	left: 20px;
	width: 16px;
	height: 13px;
	background: url(../img/sprite.png) no-repeat -1px -59px;
}
.details-page .info-panel .rooms .icon2 {
	position: absolute;
	top: 10px;
	left: 65px;
	width: 16px;
	height: 13px;
	background: url(../img/sprite.png) no-repeat -1px -59px;
}
.details-page .info-panel .rooms .icon3 {
	position: absolute;
	top: 10px;
	left: 105px;
	width: 16px;
	height: 13px;
	background: url(../img/sprite.png) no-repeat -1px -59px;
}
.details-page .info-panel .rooms .room-num {
	position: absolute;
	font: 400 15px/15px "微软雅黑";
	top: 10px;
	left: 40px;
	color: darkgrey;
}
.details-page .info-panel .rooms .bath-num {
	position: absolute;
	font: 400 15px/15px "微软雅黑";
	top: 10px;
	left: 85px;
	color: darkgrey;
}
.details-page .info-panel .rooms .park-num {
	position: absolute;
	font: 400 15px/15px "microsoft yahei";
	top: 10px;
	left: 125px;
	color: darkgrey;
}
.details-page .info-panel .address {
	position: absolute;
	top: 130px;
	left: 10px;
}
.details-page .info-panel .address a:hover {
	cursor: default;
}
.details-page .info-panel .address span {
	line-height: 34px;
	font: 100 15px/15px "microsoft yahei";
	color: darkgrey;
}
.details-page .info-panel .benefits {
	width: 400px;
	line-height: 34px;
	position: absolute;
	left: 0;
	top: 160px;
}
.details-page .info-panel .benefits ul li {
  display: inline-block;
  width: 24%;
}
.details-page .info-panel .benefits ul li a{
    display: block;
    text-align: center;
}
.details-page .info-panel .benefits a:hover {
	cursor: default;
}
/*.details-page .info-panel .benefits .train {
	position: absolute;
	font: 200 13px/15px "微软雅黑";
	top: 10px;
	left: 0;
	color: lightslategray;
}
.details-page .info-panel .benefits .bus {
	position: absolute;
	font: 200 13px/15px "微软雅黑";
	top: 10px;
	left: 155px;
	color: lightslategray;
}
.details-page .info-panel .benefits .shoping {
	position: absolute;
	font: 200 13px/15px "microsoft yahei";
	top: 10px;
	left: 275px;
	color: lightslategray;
}
.details-page .info-panel .benefits .hospital {
	position: absolute;
	font: 200 13px/15px "microsoft yahei";
	top: 30px;
	left: 0px;
	color: lightslategray;
}*/
.details-page .info-panel .price {
	width: 100px;
	height: 134px;
	position: absolute;
	top: 0;
	left: -45px;
}
.details-page .info-panel .price .num{
	display: block;
	position: absolute;
	font: 400 40px/40px "microsoft yahei";
	width: 150px;
	/*line-height: 50px;*/
	height: 80;
	left: 50px;
	top: 10px;
	color: #C81623;
}
.details-page .info-panel .price .period {
	display: block;
	position: absolute;
	font: 200 13px/15px "microsoft yahei";
	/*margin-top: 4px;*/
	width: 150px;
	/*line-height: 50px;*/
	height: 20;
	left: 115px;
	top: 30px;
	color: lightslategray;
}
.details-page .info-panel .price .available {
	display: block;
	position: absolute;
	font: 100 12px/15px "microsoft yahei";
	/*margin-top: 4px;*/
	width: 150px;
	/*line-height: 50px;*/
	height: 20;
	left: 60px;
	top: 60px;
	color: #191D3A;
}
.details-page .info-panel .view {
	width: 100px;
	height: 50px;
	margin: 25px 65px 0 0;
	position: absolute;
	top: 80px;
	left:600px;
}
.details-page .info-panel .view .view-num {
	display: block;
	font: 300 15px/20px "microsoft yahei";
	width: 100px;
	height: 50;
	/*left: 460px;*/
	margin-top: 20px;
	color: #C81623;
}
.details-page .info-panel .save{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 310px;
}
.details-page .info-panel .save span:hover{
	color: #C81623;
	cursor: pointer;
}
.details-page .info-panel .print{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 230px;
}
.details-page .info-panel .print a:hover {
	color: #C81623;
}
/*details description starts*/
.details-page .introduction-wrapper {
		margin-top: 15px;
}
.details-page .content-wrapper {
    width: 880px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(13,3,9,0.2);
    border-radius: 2px;
}
.details-page .introduction-wrapper .introduction {
    width: 808px;
    margin: 0 auto;
    padding-top: 38px;
    padding-bottom: 26px;
    line-height: 1;
}
.details-page .introduction-wrapper .introduction .title {
    font-size: 22px;
    color: #333;
    margin-bottom: 33px;
}
.details-page .introduction-wrapper .introduction .introContent {
    text-align: justify;
}
.details-page .introduction-wrapper .introduction .introContent .base {
    width: 702px;
}
.details-page .introduction-wrapper .introduction .introContent .base {
    display: inline-block;
    width: 808px;
    vertical-align: top;
    /*margin-bottom: 20px;*/
    margin-top: 20px;
}
.details-page .introduction-wrapper .introduction .name {
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #222222;
}
.details-page .clear {
    display: block;
}
.details-page .clear:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.details-page .introduction-wrapper .introduction .introContent .content {
    margin-top: 10px;
}
.details-page .introduction-wrapper .introduction .introContent .content ul {
    font-size: 0;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li {
    display: inline-block;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    color: #222222;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li {
    width: 50%;
}
/*********************features section start********************************/
.details-page .introduction-wrapper .introduction .introContent .content ul li.list-features {
    margin-bottom: 15px;
    width: 25%;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li .features {
  width: 100%;
  text-align: center;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li .features .icon {
  display: block;
  width: 100%;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li .features .description {
  display: block;
  width: 100%;
}
/*********************features section ends********************************/
.details-page .introduction-wrapper .introduction .introContent .content ul li .label {
    color: #999999;
    font-weight: 500;
    font-size: 14px;
    text-shadow: none;
}
.details-page .introduction-wrapper .introduction .feature {
    margin-top: 30px;
}
.details-page .introduction-wrapper .introduction .feature .featureContent {
    padding-top: 25px;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    max-height: 411px;
}
.details-page .introduction-wrapper .introduction .feature .featureContent p {
  padding-left: 40px;
}
.details-page .introduction-wrapper .introduction .feature .featureContent ul li {
  padding-left: 0;
  text-align: left;
}
.details-page .introduction-wrapper .introduction .feature .featureContent span {
    display: table-cell;
}
.details-page .introduction-wrapper .introduction .feature .featureContent .label {
    width: 75px;
    font-weight: bold;
    color: #222222;
}
.details-page .introduction-wrapper .introduction .feature .featureContent .text {
    color: #666666;
}
/*details description starts*/
/*dream homes starts*/
.details-page .dream-homes-main-title {
	text-align: center;
	font-weight: bold;
}
.details-page h1,
.details-page .h1 {
	text-align: center;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 30px;
	padding: 10px;
}
.details-page .dream-homes-container:before {
	padding-bottom: 56.05%
}
@media(min-width:976px) and (max-width:1440px) {
	.details-page .dream-homes-container:before {
		padding-bottom: 18.55%
	}
}
@media(min-width:1441px) {
	.details-page .dream-homes-container:before {
		padding-bottom: 18.55%
	}
}
.details-page .dream-homes-item {
	width: 100%
}
@media(min-width:976px) and (max-width:1440px) {
	.dream-homes-item {
		width: 25%
	}
}
@media(min-width:1441px) {
	.dream-homes-item {
		width: 25%
	}
}
/*.details-page .dream-homes-item-left,
.details-page .dream-homes-item-right,
.details-page .dream-homes-item-centered {
	display: block;
	width: 100%;
	height: 100%;
	background: silver;
	position: absolute;
	top: 0;
	left: 0px;
	transition: left 0.5s;
}*/
.details-page .centered {
}
.details-page .dreamhomesitemleft {
	left: -341.25px;
}
.details-page .dreamhomesitemright {
	left: 341.25px;
}
.details-page .dream-homes {
	padding: 1px 0;
	background-color: #f2f5f7
}
.details-page .dream-homes-main-title {
	text-align: center;
	font-weight: bold
}
.details-page .dream-homes-container {
	position: relative;
	width: 100%;
	overflow: hidden
}
.details-page .dream-homes-container:before {
	display: block;
	content: ''
}
.details-page .page-inner-wrap .dream-homes-container {
	padding: 0
}
.details-page .dream-homes-list {
	-webkit-transition: left .8s;
	transition: left .8s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap
}
.details-page .dream-homes-item {
	display: block;
	position: relative;
	float: left;
	-webkit-transition: opacity 300ms, -webkit-transform 300ms;
	transition: opacity 300ms, -webkit-transform 300ms;
	transition: transform 300ms, opacity 300ms;
	transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
	overflow: hidden
}
/*****important*****/
.details-page .dream-homes-item.is-lazy-loading {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: .6
}
/*****important*****/
.details-page .dream-homes-item-link {
	display: block;
	position: relative;
	width: 100%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2
}
.details-page .dream-homes-item-link:before {
	display: block;
	padding-bottom: 56.25%;
	content: ''
}
.details-page .dream-homes-item-link:hover {
	background: rgba(0, 0, 0, 0.2);
	text-decoration: none
}
.details-page .dream-homes-item:hover img {
	-ms-transform: translateY(-50%) scale3d(1.03, 1.03, 1);
	-webkit-transform: translateY(-50%) scale3d(1.03, 1.03, 1);
	transform: translateY(-50%) scale3d(1.03, 1.03, 1)
}
.details-page .dream-homes-item-header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}
.details-page .dream-homes-item-header:before {
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	content: '';
	vertical-align: middle
}
.details-page .dream-homes-item-header .f-icon {
	color: #fff
}
.details-page .dream-homes-item-header .f-icon:hover {
	color: #fff
}
.details-page .dream-homes-item-header .f-icon .copy {
	padding: 0;
	margin-left: 10px;
	margin-top: -10px;
}
.details-page .dream-homes-project-agency-name {
	color: #fff;
	line-height: 42px
}
.details-page .dream-homes-item-header-wrap {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle
}
.details-page .dream-homes-title {
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: normal
}
/*.details-page .dream-homes-title:after {
	display: block;
	width: 60px;
	margin: 20px auto;
	border-bottom: 1px solid #fff;
	content: ''
}*/
.details-page .dream-homes-title-project-name,
.details-page .dream-homes-title-agency-name,
.details-page .dream-homes-title-suburb {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 67px
}
@media(max-width:623px) {
	.details-page .dream-homes-title-project-name,
	.details-page .dream-homes-title-agency-name,
	.details-page .dream-homes-title-suburb {
		padding: 0 52px
	}
}
.details-page .dream-homes-title-project-name,
.details-page .dream-homes-title-agency-name {
	margin: 10px 0 6px;
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400
}
@media(min-width:1441px) {
	.details-page .dream-homes-title-project-name,
	.details-page .dream-homes-title-agency-name {
		font-size: 18px
	}
}
.details-page .dream-homes-title-suburb {
	font-size: 16px;
	font-weight: 600
}
@media(min-width:1441px) {
	.details-page .dream-homes-title-suburb {
		font-size: 24px
	}
}
.details-page .dream-homes-item-img {
	display: block;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
	z-index: 0;
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
	display: block;
	margin: 0 auto
}
.details-page .dream-homes-prev-btn,
.details-page .dream-homes-next-btn {
	display: none;
	position: absolute;
	top: 0;
	width: 60px;
	height: 76.5%;
	background: rgba(30, 41, 61, 0.8);
	text-decoration: none;
	overflow: hidden;
	z-index: 3
}
@media(max-width:623px) {
	.details-page .dream-homes-prev-btn,
	.details-page .dream-homes-next-btn {
		width: 45px
	}
}
.details-page .dream-homes-prev-btn .icon,
.details-page .dream-homes-next-btn .icon {
	display: block;
	position: relative;
	top: 50%;
	margin: -19px 10px 0;
	color: #fff;
	font-size: 38px
}
@media(max-width:623px) {
	.details-page .dream-homes-prev-btn .icon,
	.details-page .dream-homes-next-btn .icon {
		margin: -14px 8px 0;
		font-size: 28px
	}
}
.details-page .dream-homes-prev-btn:hover,
.details-page .dream-homes-next-btn:hover {
	text-decoration: none
}
.details-page .dream-homes-prev-btn {
	left: 0
}
.details-page .dream-homes-next-btn {
	right: 0
}
.details-page .dream-homes-container.is-carousel .dream-homes-prev-btn,
.details-page .dream-homes-container.is-carousel .dream-homes-next-btn {
	display: block
}
/*dream homes end*/
.details-page .goback {
  position: relative;
  padding: 0 16px;
  bottom: 230px;
  width: 100px;
  height: 30px;
  top: -290px;
  left: 1000px;
  z-index: 99;
  background-color: #fff;
	box-shadow: 0 4px 12px 0 rgba(7, 17, 27, .1);
}
.details-page .goback a {
  color: blue;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
}
/************************************/
/*.introduction-head {
  width: 880px;
  margin: 0 auto;
}
.introduction-head .details-head {
  width: 100%
}
.introduction-head .details-head .details-head-wrapper {
  height: 190px;
  background-color: #111c40;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.introduction-head .details-head .details-head-wrapper .left-image {
  padding: 30px 10px;
  float: left;
}
.introduction-head .details-head .details-head-wrapper .left-image img{
  width: 270.8px;
  height: 130px;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions {
    float: right;
    padding: 10px 10px
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text ul li.center-text{
  margin:auto 70px;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text .price {
  font:500 24px/32px "microsoft yahei";
  color: white;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text .period {
    font:500 12px/32px "microsoft yahei";
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text .time {
    font:500 14px/32px "microsoft yahei";
    color: white;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text .date {
    font:500 18px/32px "microsoft yahei";
    color: red;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text ul li span {
    font:500 16px/32px "microsoft yahei";
    margin-right: 5px;
    color:white;
}
.introduction-head .details-image{
    width: 100%;
}
.introduction-head .details-image .image-description .left-side-image {
    width: 70%;
    float: left;
}
.introduction-head .details-image .image-description .right-side-image{
    width: 30%;
    float: left;
}
.introduction-head .details-image .image-description .left-side-image img{
  width: 616px;
  height: 100%;
  padding: 5px 5px 0 0;
}
.introduction-head .details-image .image-description .right-side-image img:first-child {
  width: 100%;
  height: 206px;
  padding: 5px 0 5px 0;
}
.introduction-head .details-image .image-description .right-side-image img:last-child {
  width: 100%;
  height: 206px;
  padding: 0;
}*/
/************************************/ | 
	public/css/winning/details.css | 
	.details-page dl,
.details-page dt,
.details-page dd,
.details-page ul,
.details-page ol,
.details-page li {
    list-style: none;
    /*margin: 0;
    padding: 0;*/
}
.details-page .lunbo {
 	display: block;
 }
 .details-page .lunbo {
 	position: relative;
 	/*margin: 0 auto;*/
 	width: 918px;
 	height: 354px;
 	left: 15px;
 	top: 10px;
 	overflow: hidden;
 }
 .details-page .lunbo ul {
 	position: absolute;
 	width: 878px;
 	height: 354px;
 }
 .details-page .lunbo ul li {
 	list-style-type: none;
 	position: absolute;
  left: 0;
 	width: 878px;
 	height: 354px;
 }
 .details-page .lunbo ul li a img {
 	display: inline-block;
 	width: 878px;
 	height: 354px;
 }
 .details-page .lunbo ul.listContent {
 	position: absolute;
 	left: 500px;
 	top: 300px;
 	width: 220px;
 	height: 25px;
 }
 .details-page .lunbo ul.listContent li.list {
 	position: relative;
 	display: block;
 	width: 25px;
 	height: 25px;
 	float: left;
 	margin: 0 5px;
 	border: 1px solid blue;
 	text-align: center;
 	line-height: 25px;
 	cursor: pointer;
 }
 .details-page .active {
 	background: #161616;
 	color: #ffffff;
 }
.details-page .hander-left,
.details-page .hander-right {
	text-align: center;
	position:absolute;
	top: 50%;
	margin-top: -26px;
	width: 40px;
	height: 80px;
	background-color: gray;
	opacity: 0.8;
	font: 800;
}
.details-page .hander-left{
	left: 0;
}
.details-page .hander-right {
	right: 40px;
	}
.details-page .hander-left a,
.details-page .hander-right a {
	padding-top: 30px;
	display: block;
	width: 100%;
	height: 100%;
}
.details-page .cent {
 	margin: 0 auto;
 }
.details-page .w1001 {
 	width: 1002px;
 }
 .details-page label {
	color: gray;
}
.details-page .content {
	/*width: 1000px;*/
	position: relative;
	top: 10px;
	margin: 0 auto;
	padding: 0px 30px 0 5px;
}
.details-page .content .list-wrap ul,
.details-page .content .list-wrap li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.details-page .content .list-wrap .first {
	background-color: white;
	height: 344px;
	/*background-color: white;*/
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 2px 2px 2px lavender;
	margin-bottom: 10px;
	position: relative;
}
/*content banner ends*/
.details-page .content .list-wrap li .info-panel {
	float: right;
	height: 209px;
	width: 490px;
	position: relative;
	top: 0;
	left: 85px;
}
.details-page .info-panel .rooms {
	width: 200px;
	top: 70px;
	left: 8px;
	line-height: 34px;
	position: absolute;
}
.details-page .info-panel .rooms a:hover {
	cursor: default;
}
.details-page .info-panel .rooms .icon1{
	position: absolute;
	top: 10px;
	left: 20px;
	width: 16px;
	height: 13px;
	background: url(../img/sprite.png) no-repeat -1px -59px;
}
.details-page .info-panel .rooms .icon2 {
	position: absolute;
	top: 10px;
	left: 65px;
	width: 16px;
	height: 13px;
	background: url(../img/sprite.png) no-repeat -1px -59px;
}
.details-page .info-panel .rooms .icon3 {
	position: absolute;
	top: 10px;
	left: 105px;
	width: 16px;
	height: 13px;
	background: url(../img/sprite.png) no-repeat -1px -59px;
}
.details-page .info-panel .rooms .room-num {
	position: absolute;
	font: 400 15px/15px "微软雅黑";
	top: 10px;
	left: 40px;
	color: darkgrey;
}
.details-page .info-panel .rooms .bath-num {
	position: absolute;
	font: 400 15px/15px "微软雅黑";
	top: 10px;
	left: 85px;
	color: darkgrey;
}
.details-page .info-panel .rooms .park-num {
	position: absolute;
	font: 400 15px/15px "microsoft yahei";
	top: 10px;
	left: 125px;
	color: darkgrey;
}
.details-page .info-panel .address {
	position: absolute;
	top: 130px;
	left: 10px;
}
.details-page .info-panel .address a:hover {
	cursor: default;
}
.details-page .info-panel .address span {
	line-height: 34px;
	font: 100 15px/15px "microsoft yahei";
	color: darkgrey;
}
.details-page .info-panel .benefits {
	width: 400px;
	line-height: 34px;
	position: absolute;
	left: 0;
	top: 160px;
}
.details-page .info-panel .benefits ul li {
  display: inline-block;
  width: 24%;
}
.details-page .info-panel .benefits ul li a{
    display: block;
    text-align: center;
}
.details-page .info-panel .benefits a:hover {
	cursor: default;
}
/*.details-page .info-panel .benefits .train {
	position: absolute;
	font: 200 13px/15px "微软雅黑";
	top: 10px;
	left: 0;
	color: lightslategray;
}
.details-page .info-panel .benefits .bus {
	position: absolute;
	font: 200 13px/15px "微软雅黑";
	top: 10px;
	left: 155px;
	color: lightslategray;
}
.details-page .info-panel .benefits .shoping {
	position: absolute;
	font: 200 13px/15px "microsoft yahei";
	top: 10px;
	left: 275px;
	color: lightslategray;
}
.details-page .info-panel .benefits .hospital {
	position: absolute;
	font: 200 13px/15px "microsoft yahei";
	top: 30px;
	left: 0px;
	color: lightslategray;
}*/
.details-page .info-panel .price {
	width: 100px;
	height: 134px;
	position: absolute;
	top: 0;
	left: -45px;
}
.details-page .info-panel .price .num{
	display: block;
	position: absolute;
	font: 400 40px/40px "microsoft yahei";
	width: 150px;
	/*line-height: 50px;*/
	height: 80;
	left: 50px;
	top: 10px;
	color: #C81623;
}
.details-page .info-panel .price .period {
	display: block;
	position: absolute;
	font: 200 13px/15px "microsoft yahei";
	/*margin-top: 4px;*/
	width: 150px;
	/*line-height: 50px;*/
	height: 20;
	left: 115px;
	top: 30px;
	color: lightslategray;
}
.details-page .info-panel .price .available {
	display: block;
	position: absolute;
	font: 100 12px/15px "microsoft yahei";
	/*margin-top: 4px;*/
	width: 150px;
	/*line-height: 50px;*/
	height: 20;
	left: 60px;
	top: 60px;
	color: #191D3A;
}
.details-page .info-panel .view {
	width: 100px;
	height: 50px;
	margin: 25px 65px 0 0;
	position: absolute;
	top: 80px;
	left:600px;
}
.details-page .info-panel .view .view-num {
	display: block;
	font: 300 15px/20px "microsoft yahei";
	width: 100px;
	height: 50;
	/*left: 460px;*/
	margin-top: 20px;
	color: #C81623;
}
.details-page .info-panel .save{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 310px;
}
.details-page .info-panel .save span:hover{
	color: #C81623;
	cursor: pointer;
}
.details-page .info-panel .print{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 230px;
}
.details-page .info-panel .print a:hover {
	color: #C81623;
}
/*details description starts*/
.details-page .introduction-wrapper {
		margin-top: 15px;
}
.details-page .content-wrapper {
    width: 880px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(13,3,9,0.2);
    border-radius: 2px;
}
.details-page .introduction-wrapper .introduction {
    width: 808px;
    margin: 0 auto;
    padding-top: 38px;
    padding-bottom: 26px;
    line-height: 1;
}
.details-page .introduction-wrapper .introduction .title {
    font-size: 22px;
    color: #333;
    margin-bottom: 33px;
}
.details-page .introduction-wrapper .introduction .introContent {
    text-align: justify;
}
.details-page .introduction-wrapper .introduction .introContent .base {
    width: 702px;
}
.details-page .introduction-wrapper .introduction .introContent .base {
    display: inline-block;
    width: 808px;
    vertical-align: top;
    /*margin-bottom: 20px;*/
    margin-top: 20px;
}
.details-page .introduction-wrapper .introduction .name {
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #222222;
}
.details-page .clear {
    display: block;
}
.details-page .clear:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.details-page .introduction-wrapper .introduction .introContent .content {
    margin-top: 10px;
}
.details-page .introduction-wrapper .introduction .introContent .content ul {
    font-size: 0;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li {
    display: inline-block;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    color: #222222;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li {
    width: 50%;
}
/*********************features section start********************************/
.details-page .introduction-wrapper .introduction .introContent .content ul li.list-features {
    margin-bottom: 15px;
    width: 25%;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li .features {
  width: 100%;
  text-align: center;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li .features .icon {
  display: block;
  width: 100%;
}
.details-page .introduction-wrapper .introduction .introContent .content ul li .features .description {
  display: block;
  width: 100%;
}
/*********************features section ends********************************/
.details-page .introduction-wrapper .introduction .introContent .content ul li .label {
    color: #999999;
    font-weight: 500;
    font-size: 14px;
    text-shadow: none;
}
.details-page .introduction-wrapper .introduction .feature {
    margin-top: 30px;
}
.details-page .introduction-wrapper .introduction .feature .featureContent {
    padding-top: 25px;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    max-height: 411px;
}
.details-page .introduction-wrapper .introduction .feature .featureContent p {
  padding-left: 40px;
}
.details-page .introduction-wrapper .introduction .feature .featureContent ul li {
  padding-left: 0;
  text-align: left;
}
.details-page .introduction-wrapper .introduction .feature .featureContent span {
    display: table-cell;
}
.details-page .introduction-wrapper .introduction .feature .featureContent .label {
    width: 75px;
    font-weight: bold;
    color: #222222;
}
.details-page .introduction-wrapper .introduction .feature .featureContent .text {
    color: #666666;
}
/*details description starts*/
/*dream homes starts*/
.details-page .dream-homes-main-title {
	text-align: center;
	font-weight: bold;
}
.details-page h1,
.details-page .h1 {
	text-align: center;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 30px;
	padding: 10px;
}
.details-page .dream-homes-container:before {
	padding-bottom: 56.05%
}
@media(min-width:976px) and (max-width:1440px) {
	.details-page .dream-homes-container:before {
		padding-bottom: 18.55%
	}
}
@media(min-width:1441px) {
	.details-page .dream-homes-container:before {
		padding-bottom: 18.55%
	}
}
.details-page .dream-homes-item {
	width: 100%
}
@media(min-width:976px) and (max-width:1440px) {
	.dream-homes-item {
		width: 25%
	}
}
@media(min-width:1441px) {
	.dream-homes-item {
		width: 25%
	}
}
/*.details-page .dream-homes-item-left,
.details-page .dream-homes-item-right,
.details-page .dream-homes-item-centered {
	display: block;
	width: 100%;
	height: 100%;
	background: silver;
	position: absolute;
	top: 0;
	left: 0px;
	transition: left 0.5s;
}*/
.details-page .centered {
}
.details-page .dreamhomesitemleft {
	left: -341.25px;
}
.details-page .dreamhomesitemright {
	left: 341.25px;
}
.details-page .dream-homes {
	padding: 1px 0;
	background-color: #f2f5f7
}
.details-page .dream-homes-main-title {
	text-align: center;
	font-weight: bold
}
.details-page .dream-homes-container {
	position: relative;
	width: 100%;
	overflow: hidden
}
.details-page .dream-homes-container:before {
	display: block;
	content: ''
}
.details-page .page-inner-wrap .dream-homes-container {
	padding: 0
}
.details-page .dream-homes-list {
	-webkit-transition: left .8s;
	transition: left .8s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap
}
.details-page .dream-homes-item {
	display: block;
	position: relative;
	float: left;
	-webkit-transition: opacity 300ms, -webkit-transform 300ms;
	transition: opacity 300ms, -webkit-transform 300ms;
	transition: transform 300ms, opacity 300ms;
	transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
	overflow: hidden
}
/*****important*****/
.details-page .dream-homes-item.is-lazy-loading {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: .6
}
/*****important*****/
.details-page .dream-homes-item-link {
	display: block;
	position: relative;
	width: 100%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2
}
.details-page .dream-homes-item-link:before {
	display: block;
	padding-bottom: 56.25%;
	content: ''
}
.details-page .dream-homes-item-link:hover {
	background: rgba(0, 0, 0, 0.2);
	text-decoration: none
}
.details-page .dream-homes-item:hover img {
	-ms-transform: translateY(-50%) scale3d(1.03, 1.03, 1);
	-webkit-transform: translateY(-50%) scale3d(1.03, 1.03, 1);
	transform: translateY(-50%) scale3d(1.03, 1.03, 1)
}
.details-page .dream-homes-item-header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}
.details-page .dream-homes-item-header:before {
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	content: '';
	vertical-align: middle
}
.details-page .dream-homes-item-header .f-icon {
	color: #fff
}
.details-page .dream-homes-item-header .f-icon:hover {
	color: #fff
}
.details-page .dream-homes-item-header .f-icon .copy {
	padding: 0;
	margin-left: 10px;
	margin-top: -10px;
}
.details-page .dream-homes-project-agency-name {
	color: #fff;
	line-height: 42px
}
.details-page .dream-homes-item-header-wrap {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle
}
.details-page .dream-homes-title {
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: normal
}
/*.details-page .dream-homes-title:after {
	display: block;
	width: 60px;
	margin: 20px auto;
	border-bottom: 1px solid #fff;
	content: ''
}*/
.details-page .dream-homes-title-project-name,
.details-page .dream-homes-title-agency-name,
.details-page .dream-homes-title-suburb {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 67px
}
@media(max-width:623px) {
	.details-page .dream-homes-title-project-name,
	.details-page .dream-homes-title-agency-name,
	.details-page .dream-homes-title-suburb {
		padding: 0 52px
	}
}
.details-page .dream-homes-title-project-name,
.details-page .dream-homes-title-agency-name {
	margin: 10px 0 6px;
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400
}
@media(min-width:1441px) {
	.details-page .dream-homes-title-project-name,
	.details-page .dream-homes-title-agency-name {
		font-size: 18px
	}
}
.details-page .dream-homes-title-suburb {
	font-size: 16px;
	font-weight: 600
}
@media(min-width:1441px) {
	.details-page .dream-homes-title-suburb {
		font-size: 24px
	}
}
.details-page .dream-homes-item-img {
	display: block;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
	z-index: 0;
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
	display: block;
	margin: 0 auto
}
.details-page .dream-homes-prev-btn,
.details-page .dream-homes-next-btn {
	display: none;
	position: absolute;
	top: 0;
	width: 60px;
	height: 76.5%;
	background: rgba(30, 41, 61, 0.8);
	text-decoration: none;
	overflow: hidden;
	z-index: 3
}
@media(max-width:623px) {
	.details-page .dream-homes-prev-btn,
	.details-page .dream-homes-next-btn {
		width: 45px
	}
}
.details-page .dream-homes-prev-btn .icon,
.details-page .dream-homes-next-btn .icon {
	display: block;
	position: relative;
	top: 50%;
	margin: -19px 10px 0;
	color: #fff;
	font-size: 38px
}
@media(max-width:623px) {
	.details-page .dream-homes-prev-btn .icon,
	.details-page .dream-homes-next-btn .icon {
		margin: -14px 8px 0;
		font-size: 28px
	}
}
.details-page .dream-homes-prev-btn:hover,
.details-page .dream-homes-next-btn:hover {
	text-decoration: none
}
.details-page .dream-homes-prev-btn {
	left: 0
}
.details-page .dream-homes-next-btn {
	right: 0
}
.details-page .dream-homes-container.is-carousel .dream-homes-prev-btn,
.details-page .dream-homes-container.is-carousel .dream-homes-next-btn {
	display: block
}
/*dream homes end*/
.details-page .goback {
  position: relative;
  padding: 0 16px;
  bottom: 230px;
  width: 100px;
  height: 30px;
  top: -290px;
  left: 1000px;
  z-index: 99;
  background-color: #fff;
	box-shadow: 0 4px 12px 0 rgba(7, 17, 27, .1);
}
.details-page .goback a {
  color: blue;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
}
/************************************/
/*.introduction-head {
  width: 880px;
  margin: 0 auto;
}
.introduction-head .details-head {
  width: 100%
}
.introduction-head .details-head .details-head-wrapper {
  height: 190px;
  background-color: #111c40;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.introduction-head .details-head .details-head-wrapper .left-image {
  padding: 30px 10px;
  float: left;
}
.introduction-head .details-head .details-head-wrapper .left-image img{
  width: 270.8px;
  height: 130px;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions {
    float: right;
    padding: 10px 10px
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text ul li.center-text{
  margin:auto 70px;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text .price {
  font:500 24px/32px "microsoft yahei";
  color: white;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text .period {
    font:500 12px/32px "microsoft yahei";
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text .time {
    font:500 14px/32px "microsoft yahei";
    color: white;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text .date {
    font:500 18px/32px "microsoft yahei";
    color: red;
}
.introduction-head .details-head .details-head-wrapper .right-descriptions .desc-text ul li span {
    font:500 16px/32px "microsoft yahei";
    margin-right: 5px;
    color:white;
}
.introduction-head .details-image{
    width: 100%;
}
.introduction-head .details-image .image-description .left-side-image {
    width: 70%;
    float: left;
}
.introduction-head .details-image .image-description .right-side-image{
    width: 30%;
    float: left;
}
.introduction-head .details-image .image-description .left-side-image img{
  width: 616px;
  height: 100%;
  padding: 5px 5px 0 0;
}
.introduction-head .details-image .image-description .right-side-image img:first-child {
  width: 100%;
  height: 206px;
  padding: 5px 0 5px 0;
}
.introduction-head .details-image .image-description .right-side-image img:last-child {
  width: 100%;
  height: 206px;
  padding: 0;
}*/
/************************************/ | 0.220762 | 0.045416 | 
| 
	.calendar
{
    text-align: center;
    margin:10rem auto;
}
    /* 时间轴 */
    .calendar .times-axis
    {
        width: 50%;
    }
    /* 奇数*/
    .calendar .times-axis:nth-of-type(odd)
    {
        text-align: right;
        border-right: 2px solid #008d88;
        float: left;
        margin-left: 1px;
    }
    /* 偶数 */
    .calendar .times-axis:nth-of-type(even)
    {
        text-align: left;
        border-left: 2px solid #008d88;
        float: right;
        margin-right: 1px;
    }
    .calendar .times-axis:last-child
    {
        border-left: none;
        border-right: none;
    }
        /* 事件 */
        .calendar .times-axis .events
        {
        }
        /* 奇数 */
        .calendar .times-axis:nth-of-type(odd) .events
        {
            margin-right: 8rem;
        }
        /* 偶数 */
        .calendar .times-axis:nth-of-type(even) .events
        {
            margin-left: 8rem;
        }
            .calendar .times-axis .events .year
            {
                font-size: 2.6rem;
                color: #008d88;
                font-weight: bold;
            }
            .calendar .times-axis .events .desc
            {
            }
                .calendar .times-axis .events .desc p
                {
                    font-size: 1.4rem;
                    color: #666;
                }
    /* 时间轴的线 */
    .calendar .times-base
    {
        position: relative;
        width: 7rem;
        border-top: 2px solid #008d88;
        margin-top: .5rem;
    }
    /* 奇数 */
    .calendar .times-axis:nth-of-type(odd) .times-base
    {
        float: right;
    }
    /* 偶数 */
    .calendar .times-axis:nth-of-type(even) .times-base
    {
        float: left;
    }
        .calendar .times-axis .times-base .circle
        {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #008d88;
            border-radius: 8px;
            top:-5px;
        }
        /* 奇数 */
        .calendar .times-axis:nth-of-type(odd) .times-base .circle
        {
            left: -4px;
        }
        /* 偶数 */
        .calendar .times-axis:nth-of-type(even) .times-base .circle
        {
            right: -4px;
        }
        .calendar .times-axis .times-base .hollow
        {
            position: absolute;
            width: 16px;
            height: 16px;
            border: 2px solid #008d88;
            background: #fff;
            border-radius: 16px;
            top:-8px
        }
        /* 奇数 */
        .calendar .times-axis:nth-of-type(odd) .times-base .hollow
        {
            right: -8px;
        }
        /* 偶数 */
        .calendar .times-axis:nth-of-type(even) .times-base .hollow
        {
            left: -8px;
        }
            .calendar .times-axis .times-base .hollow:after
            {
                content: "";
                width: 6px;
                height: 6px;
                background: #008d88;
                border-radius: 6px;
                position: absolute;
                top:3px;
            }
            .calendar .times-axis:nth-of-type(odd) .times-base .hollow:after
            {
                right: 3px;
            }
            .calendar .times-axis:nth-of-type(even) .times-base .hollow:after
            {
                left: 3px;
            }
/* 小屏幕 横向放置的手机和竖向放置的平板之间的分辨率*/
@media screen and (max-width:767px) {
    .container .row
    {
        padding:1rem;
    }
    .calendar
    {
        text-align: left;
    }
    .calendar .times-axis
    {
       width: 100%;
        margin:0 auto;
    }
    /* 奇数 */
    .calendar .times-axis:nth-of-type(odd)
    {
        text-align: left;
        border-left: 2px solid #008d88;
        float: right;
        margin-right: 1px;
        border-right: none;
    }
    .calendar .times-axis:last-child
    {
        border-left: none ;
    }
    .calendar .times-axis .times-base
    {
        width:4rem;
    }
    .calendar .times-axis:nth-of-type(odd) .times-base
    {
        float: left;
    }
    .calendar .times-axis:nth-of-type(odd) .times-base .circle
    {
        right: -4px;
        left: auto;
    }
    .calendar .times-axis:nth-of-type(odd) .times-base .hollow
    {
        left: -8px;
    }
    .calendar .times-axis:nth-of-type(odd) .events,.calendar .times-axis:nth-of-type(even) .events
    {
        margin-left: 5rem;
        margin-right: auto ;
    }
} | 
	Demo/timesAxis/css/times-axis.css | 
	.calendar
{
    text-align: center;
    margin:10rem auto;
}
    /* 时间轴 */
    .calendar .times-axis
    {
        width: 50%;
    }
    /* 奇数*/
    .calendar .times-axis:nth-of-type(odd)
    {
        text-align: right;
        border-right: 2px solid #008d88;
        float: left;
        margin-left: 1px;
    }
    /* 偶数 */
    .calendar .times-axis:nth-of-type(even)
    {
        text-align: left;
        border-left: 2px solid #008d88;
        float: right;
        margin-right: 1px;
    }
    .calendar .times-axis:last-child
    {
        border-left: none;
        border-right: none;
    }
        /* 事件 */
        .calendar .times-axis .events
        {
        }
        /* 奇数 */
        .calendar .times-axis:nth-of-type(odd) .events
        {
            margin-right: 8rem;
        }
        /* 偶数 */
        .calendar .times-axis:nth-of-type(even) .events
        {
            margin-left: 8rem;
        }
            .calendar .times-axis .events .year
            {
                font-size: 2.6rem;
                color: #008d88;
                font-weight: bold;
            }
            .calendar .times-axis .events .desc
            {
            }
                .calendar .times-axis .events .desc p
                {
                    font-size: 1.4rem;
                    color: #666;
                }
    /* 时间轴的线 */
    .calendar .times-base
    {
        position: relative;
        width: 7rem;
        border-top: 2px solid #008d88;
        margin-top: .5rem;
    }
    /* 奇数 */
    .calendar .times-axis:nth-of-type(odd) .times-base
    {
        float: right;
    }
    /* 偶数 */
    .calendar .times-axis:nth-of-type(even) .times-base
    {
        float: left;
    }
        .calendar .times-axis .times-base .circle
        {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #008d88;
            border-radius: 8px;
            top:-5px;
        }
        /* 奇数 */
        .calendar .times-axis:nth-of-type(odd) .times-base .circle
        {
            left: -4px;
        }
        /* 偶数 */
        .calendar .times-axis:nth-of-type(even) .times-base .circle
        {
            right: -4px;
        }
        .calendar .times-axis .times-base .hollow
        {
            position: absolute;
            width: 16px;
            height: 16px;
            border: 2px solid #008d88;
            background: #fff;
            border-radius: 16px;
            top:-8px
        }
        /* 奇数 */
        .calendar .times-axis:nth-of-type(odd) .times-base .hollow
        {
            right: -8px;
        }
        /* 偶数 */
        .calendar .times-axis:nth-of-type(even) .times-base .hollow
        {
            left: -8px;
        }
            .calendar .times-axis .times-base .hollow:after
            {
                content: "";
                width: 6px;
                height: 6px;
                background: #008d88;
                border-radius: 6px;
                position: absolute;
                top:3px;
            }
            .calendar .times-axis:nth-of-type(odd) .times-base .hollow:after
            {
                right: 3px;
            }
            .calendar .times-axis:nth-of-type(even) .times-base .hollow:after
            {
                left: 3px;
            }
/* 小屏幕 横向放置的手机和竖向放置的平板之间的分辨率*/
@media screen and (max-width:767px) {
    .container .row
    {
        padding:1rem;
    }
    .calendar
    {
        text-align: left;
    }
    .calendar .times-axis
    {
       width: 100%;
        margin:0 auto;
    }
    /* 奇数 */
    .calendar .times-axis:nth-of-type(odd)
    {
        text-align: left;
        border-left: 2px solid #008d88;
        float: right;
        margin-right: 1px;
        border-right: none;
    }
    .calendar .times-axis:last-child
    {
        border-left: none ;
    }
    .calendar .times-axis .times-base
    {
        width:4rem;
    }
    .calendar .times-axis:nth-of-type(odd) .times-base
    {
        float: left;
    }
    .calendar .times-axis:nth-of-type(odd) .times-base .circle
    {
        right: -4px;
        left: auto;
    }
    .calendar .times-axis:nth-of-type(odd) .times-base .hollow
    {
        left: -8px;
    }
    .calendar .times-axis:nth-of-type(odd) .events,.calendar .times-axis:nth-of-type(even) .events
    {
        margin-left: 5rem;
        margin-right: auto ;
    }
} | 0.487307 | 0.067148 | 
| 
	html, body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
body {
  background-color: #696969;
}
a {
  text-decoration: none;
}
#background-image {
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: radial-gradient(48.28% 48.28% at 50% 51.72%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-container {
  width: 50%;
  max-width: 800px;
  min-height: 160px;
}
@media only screen and (max-width: 1000px) {
  .search-container {
    width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  .search-container {
    width: 90%;
  }
}
.search-container .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 42px;
  font-size: 2.2rem;
  cursor: default;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.44);
}
.search-container input {
  width: 100%;
  height: 75px;
  border-radius: 15px;
  border: none;
  padding: 0;
  font-size: 1.4rem;
  opacity: 0.8;
  margin-top: 40px;
  text-indent: 20px;
  font-family: "Roboto", sans-serif;
}
.search-container input:focus {
  outline: none;
}
.author-container {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.author-container:hover #author, .author-container:hover #source {
  opacity: 0.6;
}
.author-container #author, .author-container #source, .author-container #country {
  font-size: 0.8rem;
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.author-container #author, .author-container #source {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.author-container #country {
  cursor: default;
  opacity: 0.6;
  font-weight: 600;
}
.fadein {
  animation: fadeIn 900ms ease-out 0s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */ | 
	css/main.css | 
	html, body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
body {
  background-color: #696969;
}
a {
  text-decoration: none;
}
#background-image {
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: radial-gradient(48.28% 48.28% at 50% 51.72%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-container {
  width: 50%;
  max-width: 800px;
  min-height: 160px;
}
@media only screen and (max-width: 1000px) {
  .search-container {
    width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  .search-container {
    width: 90%;
  }
}
.search-container .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 42px;
  font-size: 2.2rem;
  cursor: default;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.44);
}
.search-container input {
  width: 100%;
  height: 75px;
  border-radius: 15px;
  border: none;
  padding: 0;
  font-size: 1.4rem;
  opacity: 0.8;
  margin-top: 40px;
  text-indent: 20px;
  font-family: "Roboto", sans-serif;
}
.search-container input:focus {
  outline: none;
}
.author-container {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.author-container:hover #author, .author-container:hover #source {
  opacity: 0.6;
}
.author-container #author, .author-container #source, .author-container #country {
  font-size: 0.8rem;
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.author-container #author, .author-container #source {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.author-container #country {
  cursor: default;
  opacity: 0.6;
  font-weight: 600;
}
.fadein {
  animation: fadeIn 900ms ease-out 0s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */ | 0.508544 | 0.058534 | 
| 
	body{
	padding:0;
	margin:0;
	background:#fff;
	font-family: 'Dosis', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-weight:400;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-weight:400;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/*-- header --*/
header {
	padding:20px 0;
	background: rgb(36, 40, 46);
}
.logo {
    float: left;
    margin-top: 2px;
}
.logo h1 a {
    text-decoration: none;
    font-size: 38px;
    color: #ffffff;
	text-transform: uppercase;
}
.navbar {
	margin-bottom: 0px;
	min-height: 30px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
	color: #00bfff;
}
.navbar-nav>li {
    margin: 0 3px;
}
.navbar-nav {
    float: right;
	margin-top:12px;
}
.nav>li>a {
    padding: 0px 15px;
	letter-spacing: 2px;
}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
	font-size: 16px;
}
ul.nav.navbar-nav li a:hover {
    background-color: #24282e;
}
.dropdown-menu>li>a:hover {
	color: #00cdff;
}
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    padding: 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.dropdown-menu {
    top: 30px;
    min-width: 150px;
}
.dropdown-menu>li>a {
    font-size: 15px;
	padding: 5px 20px 7px;
}
/*-- bootstrap dropdown hover menu --*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
/*-- /bootstrap dropdown hover menu --*/
.w3layouts-slider {
	height: 100%;
	position: relative;
	height:750px;
}
.w3layouts-slider div.content {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 52%;
	max-width: none;
	margin-top: -95px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.w3layouts-slider div.content h1  {
	font-size: 12pt;
	font-weight: normal;
}
.w3layouts-slider div#w3layouts-title {
	font-size: 55px;
	text-align: center;
	padding: 30px 0px;
	color: #ffffff;
	text-transform:uppercase;
}
.w3layouts-slider div.content h1  {
	color: #222222;
}
.w3layouts-slider .buttons-wrapper div.buttons div a:hover {
	color: #222222;
}
.color-1 {
	color: #00bfff;
	margin:0 15px;
}
.color-2 {
	color: #00bfff;
	margin:0 15px;
}
.color-3 {
	color: #2da089;
	margin:0 15px;
}
/*-- /header --*/
/*-- welcome section --*/
.w3layouts-welcome{
	padding:70px 0;
}
.w3l-welcome_info{
	padding-left:0;
}
.w3l-welcome_info h3,.auto_sec h3,.feature_head h3{
	font-size: 35px;
    color: #00bfff;
}
.w3l-welcome_info span{
	background: #00bfff;
    display: block;
    height: 2px;
    width: 18%;
    margin-top: 12px;
}
.w3l-welcome_info h4{
	font-size: 20px;
    color: #717070;
    font-weight: 500;
    margin: 20px 0;
    font-style: italic;
    letter-spacing: 1px;
}
.w3l-welcome_info p{
	font-size: 12.5px;
    line-height: 26px;
    margin-top: 16px;
    color: #969696;
}
.w3l-welcome_info a{
	color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    background: #00cdff;
    text-decoration: none;
    padding: 8px 20px;
    margin-top: 30px;
    display: inline-block;
}
.w3l-welcome_info a:hover {
	background: #00bfff;
}
.w3l-welcome_pic{
	padding:0 0 0 3em;
}
.w3l-welcome_pic h2{
	color: #00bfff;
    font-size: 25px;
}
.w3l-welcome_pic img{
	margin:2em 0 1em 0;
}
.w3l-welcome_pic h3{
	color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.w3l-welcome_pic p{
	font-size: 12.5px;
    line-height: 26px;
    color: #969696;
}
/*-- //welcome section --*/
/*-- what-we-do --*/
.agileinfo-wwd{
	background:#24282e;
	padding:70px 0;
}
.agileinfo-wwd h3{
	margin-bottom: 60px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
}
.content-icon h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 32px;
}
.content-icon:nth-child(1), .content-icon:nth-child(2) {
    margin-top: 0 !important;
}
.content-icon:nth-child(3), .content-icon:nth-child(4) {
    margin-bottom: 0;
}
.wthree-bottom-right img{
	width:100%;
}
/*-- Common style for effect moses --*/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**-- Moses --**/
figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #000 0%,#000 100%);
	background: linear-gradient(-45deg, #000 0%,#000 100%);
}
figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-moses h4,
figure.effect-moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border: 2px solid #fff;
}
figure.effect-moses h4 {
  padding: 60px 20px 20px 20px;
  width: 50%;
  color: #fff;
  font-size: 26px;
  height: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
}
figure.effect-moses p {
	float: right;
	padding: 46px 20px 20px 20px;
	  font-size: 14px;
	  line-height:2em;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
figure.effect-moses:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-moses:hover img {
	opacity: 0.6;
}
/*--moses--*/
/*Sliding Text and Icon Menu Style*/
.sti-menu{
	position:relative;
	text-align:center;
}
.sti-menu li {
    list-style-type: none;
    float: left;
    width: 44%;
    margin: 0 3% 6% 3%;
    height: 164px;
	text-align:center;
}
.sti-menu li a{
	background: #00cdff;
	display:block;
	overflow:hidden;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	
	
}
.sti-menu li a h4 {
  color: #fff;
    font-size: 21px;
    text-transform: uppercase;
  text-align:center;
}
.sti-menu li:nth-child(2) a h4 {
	
	text-align:center;
}
.sti-menu li:nth-child(3) a h4 {
	
	text-align:center;
}
.sti-menu li a p{
margin:0;
	font-size:14px;
	font-style:italic;
	color:#f8f8f8;
	position:absolute;
	top:110px;
	left: 10%;
	padding:10px;
	
}
.sti-menu li:nth-child(3), .sti-menu li:nth-child(4) {
    margin-bottom: 0;
}
.sti-menu li i{
    color: #fff;
    font-size: 35px;
    padding-top: 20px;
	
	
}
/*Sliding Text and Icon Menu Style*/
/* Outline Out */
a.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #7F7A7A;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
	text-decoration:none;
}
a.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #7F7A7A solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
a.hvr-outline-out:hover:before,a.hvr-outline-out:focus:before,a.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
/* Outline Out */
/*-- //what-we-do --*/
/*--  interior-designs --*/
.w3ls-interior-design-grids{
	padding:70px 0;
}
.w3ls-interior-design-grids:nth-child(2) {
    padding: 15px 0;
}
/*-- effect --*/
.w3ls-interior-design-grid-left {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
/* Common style */
.w3ls-interior-design-grid-left figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
    min-width: 100%;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
}
.w3ls-interior-design-grid-left figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.w3ls-interior-design-grid-left figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.w3ls-interior-design-grid-left figure figcaption::before,
.w3ls-interior-design-grid-left figure figcaption::after {
	pointer-events: none;
}
.w3ls-interior-design-grid-left figure figcaption,
.w3ls-interior-design-grid-left figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***** Lexi *****/
/*---------------*/
figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}
figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 285px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lexi h3 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
	font-size:1.8em;
    color: #fff;
}
figure.effect-lexi h3 span{
	color:#00bfff;
}
figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1em 1em 0em;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
	font-size: .8em;
    line-height: 1.8em;
}
figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
figure.effect-lexi:hover h3,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //effect --*/
.w3ls-interior-design-grid-right h3{
	font-size: 25px;
    color: #02A0C3;
    margin-top: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3ls-interior-design-grid-right h3 span{
	color:#02A0C3;
}
.banner-bottom-info {
    padding-top: 3em;
    border-top: 1px solid #c0c0c0;
}
.item {
    border-right: 1px solid #c0c0c0;
}
.w3ls-interior-design-grid-right p{
	display: block;
    margin: 20px 0 0;
    font-size: 12.5px;
    line-height: 28px;
    color: #969696;
}
.w3ls-interior-design-grid-right p span{
	display: block;
    margin: 20px 0 0;
    font-size: 12.5px;
    line-height: 28px;
    color: #969696;
}
/*--  interior-designs --*/ 
/*-- newsletter --*/
.w3layouts-newsletter{
	background: #00C0FF;
    width: 100%;
    display: block;
    background-size: cover;
    padding: 25px 0;
}
.wthree-join h6{
	color: #fff;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 4px;
	margin-top: 4px;
}
.wthree-join h6 i {
    margin-right: 10px;
    vertical-align: top;
}
.agileinfo-newsletter input[type="email"] {
    width: 73%;
    padding: 14px 14px;
    outline: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    border: none;
    margin-right: 10px;
    background: #fff;
}
 ::-webkit-input-placeholder{
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
:-ms-input-placeholder {  
   color: #000;
}
.agileinfo-newsletter input[type="submit"] {
    background: #24282e;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border: none;
    padding: 15px 18px;
    width: 22%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-newsletter input[type="submit"]:hover {
    background: #000000;
}
/*-- //newsletter --*/
/*-- footer --*/
.agileits-footer-top {
	padding:35px 0;
}
.w3ls-address-grid i{
	color: #00bfff;
    font-size: 20px;
    float: left;
    margin: 0 4% 0 0;
    display: inline-block;
    line-height: 45px;
}
.w3-address1{
	float: left;
	margin-top: 0.7em;
}
.w3-address1 h6{
	font-size: 18px;
    color: #fff;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.w3-address1 p {
    font-size: 13px;
    color: #cecece;
    margin-top: 4px;
}
.w3-address1 p a{
	text-decoration:none;
	color: #fff;
}
.w3-address1 p a:hover{
	text-decoration:underline;
}
.address-more h4{
	color:#fff;
	font-size:2em;
	margin: 0 15px 0.7em;
}
.agileinfo-footer{
	background:#24282e;
}
.agileits-footer-bottom {
    border-top: 1px double #353b44;
    padding: 1em 0;
}
.footer-class{
	float: left;
    color: #fff;
    font-size: 13px;
    padding-top: 13px;
    letter-spacing: 1px;
}
.footer-class a{
    color: #00bfff;
	text-decoration:none;
}
.footer-class a:hover {
	color:#fff;
	text-decoration:underline;
}
.w3layouts-agileits-social{
	float:right;
}
.w3layouts-agileits-social li{
	display:inline-block;
}
.w3layouts-agileits-social li a i {
    margin: 0 8px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3layouts-agileits-social li a i.fa.fa-facebook, .w3layouts-agileits-social li a i.fa.fa-twitter, .w3layouts-agileits-social li a i.fa.fa-rss, .w3layouts-agileits-social li a i.fa.fa-vk {
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	text-align:center;
	border:1px solid transparent;
}
.w3layouts-agileits-social li a i.fa.fa-facebook:hover {
    color: #3b5998;
	border:1px solid #3b5998;
}
.w3layouts-agileits-social li a i.fa.fa-twitter:hover{
	color: #55acee;
	border:1px solid #55acee;
}
.w3layouts-agileits-social li a i.fa.fa-rss:hover{
	color: #f26522;
	border:1px solid #f26522;
}
.w3layouts-agileits-social li a i.fa.fa-vk:hover{
	color: #45668e;
	border:1px solid #45668e;
}
.w3layouts-agileits-social li:nth-child(2){
	margin:.5em 0;
}
.w3layouts-agileits-social li:nth-child(3){
	margin:0 0 .5em 0;
}
/*-- //footer --*/
/*-- about-page --*/
.wthree-main-content {
    padding: 70px 0;
	text-align:center;
}
.w3layouts-inner-banner {
	background:url('../images/22.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height:180px;
	position:relative;
}
.agileits-inner-layer {
	position:absolute;
	min-height:180px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}
.agileinfo-about-top {
	padding-bottom:70px;
}
.about-grids{
	margin:1em 0 0 0;
}
.wthree-about-left-info{
    background: #EAF7FD;
    padding: .5em;	
}
.wthree-about-left-info img{
	width:100%;
	
}
.agileits-about-right h5{
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}
.agileits-about-right p{
    margin: 18px 0 0 0;
    font-size: 13px;
    color: #6f6f6f;
    line-height: 28px;
}
.agileits-about-right p span{
	display:block;
	margin:1em 0 0 0;
}
/*--team--*/
.w3ls-team p.w-text {
    margin-top: 1em;
}
.team-row {
    margin-top: 50px;
}
.w3ls-team-grids {
    border: 1px solid #00cdff;
    padding: 5em 2em;
    width: 22.5%;
    position: relative;
    transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
    overflow: hidden;
	text-align: center;
}
.w3ls-team-grids.team-mdl {
    margin: 0 2.5em;
}
.w3ls-team-grids.team-mdl1 {
    margin-right: 2.5em;
}
.w3ls-team-grids h5 {
    font-size: 1.8em;
    color: #333;
}
.w3ls-team-grids p {
	margin-top: 1em;
}
.team-row .social-icons {
    margin: 1em 0 0;
}
.team-img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #8EB021;
    width: 100%;
    height: 100%;
	transition: .7s all;
	-webkit-transition: .7s all;
	-moz-transition: .7s all;
}
.team-img img {
    width: 100%;
}
.w3ls-team-grids:hover div.team-img {
	top:100%;
}
section.w3ls-team {
    padding: 60px 0 10px;
}
h3.w3-title {
    color: #00C0FF;
    font-size: 35px;
    letter-spacing: 3px;
}
.w3ls-team-grids h5 {
    font-size: 25px;
    color: #24282e;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 2px;
}
.w3ls-team-grids p {
    color: #969595;
    font-size: 13.5px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
}
.w3l-abt-social-icons a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-clip: content-box;
    transition: .5s;
    color: #545454;
    font-size: 15px;
	margin:0 5px;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3l-abt-social-icons a i {
	background: #00cdff;
    color: #fff;
    padding: 8px 10px;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3l-abt-social-icons a i:hover {
	opacity:0.8;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--//team--*/
/*-- //about-page --*/
/*-- portfolio-page --*/
.port-head {
    text-align: center;
    margin-bottom: 1.5em;
}
figure.w3ls-gallery {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
figure.w3ls-gallery:hover figcaption.w3layouts-caption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}
figcaption.w3layouts-caption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
	top: -100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
	    text-align: center;
}
figcaption.w3layouts-caption h3 {
      font-weight: 400;
    font-size: 1.8em;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 0;
    background: #111;
    position: relative;
    left: 100%;
    margin-top: 110px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}
figcaption.w3layouts-caption p {
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
        font-size: 0.85em;
    line-height: 2em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
figure.w3ls-gallery:hover h3,figure.w3ls-gallery:hover p {
    left: 0;
}
figcaption.w3layouts-caption a {
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 10px;
    text-decoration: none;
}
figcaption.w3layouts-caption:hover {
    color: #4f5856;
}
.gallery {
    padding: 6em 0;
}
.ga-top{
	margin-bottom:3em;
}
.filtr-item {
    padding: 0em;
   width: 33%;
    float: left;
}
.filtr-container {
	width:100%;
	text-align:center;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    
}
/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 12px;
    text-transform: uppercase;
    border: none;
    background: none;
    border-bottom: 5px solid #fff;
}
.simplefilter li {
    border: none;
    background: none;
	position:relative;
	border: 1px solid #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.simplefilter li:before{
    content: '';
    position: absolute;
    top: 19px;
    background: #333;
    height: 1px;
    width: 10px;
    right: -12px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transform: rotate(-64deg);
    -moz-transform: rotate(-64deg);
    -o-transform: rotate(-64deg);
    -ms-transform: rotate(-64deg);
    transform: rotate(-180deg);
}
.simplefilter li:last-child:before {
	content: '';
    position: absolute;
    top: 19px;
    background: #fff;
    height: 1px;
    width: 10px;
    right: -12px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transform: rotate(-64deg);
    -moz-transform: rotate(-64deg);
    -o-transform: rotate(-64deg);
    -ms-transform: rotate(-64deg);
    transform: rotate(-180deg);
}
.simplefilter li.active,.simplefilter li:hover {
    background: none;
    color: #00C0FF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
/*----*/
.filtr-item {
    transform: scale(1) translate3d(0px, 0px, 0px);
	-o-transform: scale(1) translate3d(0px, 0px, 0px);   
    transition: all 0.5s ease-out 0ms;
	-o-transition: all 0.5s ease-out 0ms;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
/*----*/
ul.simplefilter {
    text-align: center;
	margin-bottom: 25px;
}
@media(max-width:991px){
	.filtr-item{
		float:left;
		width:50%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 13px;
		font-size: 1em;
	}
}
@media(max-width:768px){
	.filtr-item{
		float:left;
		width:48%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		
	}
	.simplefilter li:before {
		
	}
}
@media(max-width:600px){
	.filtr-item {
		padding: 0em;
	}
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin-bottom: 1em;
	}
	}
	@media(max-width:414px){
	ul.simplefilter {
		margin-bottom: 0em;
		
	}
	.filtr-item{
		width:100%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 4px 4px;
		font-size: 0.8em;
		letter-spacing: 0px;
		margin-bottom: 1em;
		margin: 0 0 1em 0;
	}
}
@media(max-width:384px){
.simplefilter li:before {
		content: '';
		position: absolute;
		top: 11px;
		background: #333;
		height: 2px;
		width: 12px;
		right: -9px;
	}
}
/*-- //Portfolio-page --*/
/*--typography-page --*/
h2.agile-inner-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 35px;
    color: #00bfff;
    letter-spacing: 5px;
	text-align:center;
}
.typo-1 {
    padding: 16px;
}
.grid_3 {
    background-color: #fff;
    padding: 1.8em;
    margin-bottom: 1em;
    border: 1px solid #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
h3.head-top{
    font-size: 28px;
    margin-bottom: 15px;
    color: #00bfff;
}
.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
}
.but_list h1,.but_list h2,.but_list h3,.but_list h4,.but_list h5,.but_list h6{
margin-bottom: 0.7em;
}
a#myTabDrop1,a#profile-tab,a#home-tab {
    padding: 0.8em;
}
div#home {
    padding: 1em 0 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px !important;
    font-size: 0.85em;
    color: #999;
    border-top: none !important;
}
.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
    outline: none !important;
}
.form-control1, .form-control_2.input-sm{
  border: 1px solid #e0e0e0;
  padding:5px 18px;
  color: #616161;
  background: #fff;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.85em;
  font-weight: 300;
  height: 40px;
  border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  -webkit-appearance: none;
  outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.btn-warning {
  color: #fff;
  background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);
  padding:8.5px 12px;
}
.tag_01{
  margin-right:5px;
}
.tag_02{
  margin-right:3px;
}
.btn-warning:hover{
  background-color:rgb(3, 197, 135);
  border-color:rgb(3, 197, 135);
}
.btn-success:hover{
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}
.control2{
  height:253px;
}
.alert-info {
  color: #31708f;
  background-color:rgb(240, 253, 249);
  border-color:rgb(201, 247, 232);
}
.bs-example4 {
  background: #fff;
  padding: 2em;
}
button.note-color-btn {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}
.form-control1:focus {
  border: 1px solid #03a9f4;
  background: #fff;
  box-shadow: none;
}
.show-grid [class^=col-] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, .widget_head{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
label {
    font-weight: 500;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
/*-- //typography-page --*/
/*-- icons page --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(40, 96, 157, 0.11);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff;
}
.icon-box:hover a.agile-icon {
	color:#fff;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 26px;
    color: #00bfff!important;
    font-weight: 300;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #000;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px;
    font-size: 20px;
    color: #282a2b;
}
.icons-page .bs-glyphicons li {
    display: inline-block;
    width: 22%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(40, 96, 157, 0.11);
    margin: 1%;
}
.icons-page .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons-page .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons-page .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons page --*/
/*-- blog-page --*/
.blog-top img{
	width:100%;
}
.blog-top{
	padding:0;
}
a.blog-post {
    width: 48%;
    float: left;
}
.blog-top:nth-child(2),.blog-top:nth-child(4){
	margin:0 0 0% 0;
}
.blog-grid h3{
	font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.blog-grid h3 a{
	color: #060606;
	text-decoration:none;
	font-size: 27px;
}
.blog-grid h3 a:hover {
	color: #ff154d;
}
.blog-grid p{
    color: #888585;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 15px 0 25px;
}
.blog-grid {
    padding: 25px 22px 17px 0;
    float: left;
    width: 50%;
    margin-left: 2%;
}
a.smore{
	text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    background: #ff154d;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    float: right;
}
a.smore:hover{
	background:#000000;
	color:#fff;
}
a.read-more{
	margin: 3.3em auto;
}
a.read-more-in{
	margin: 5.8em auto;
}
span.date-in{
	float: left;
    color: #060606;
    font-size: 14px;
    letter-spacing: 2px;
}
span.date-in i {
    vertical-align: baseline;
    margin-right: 5px;
    color: #000000;
    font-size: 14px;
}
a.comments{
	float:right;
	color:#060606;
	text-decoration:none;
	font-size:1em;
}
a.comments i {
    margin-right: 4px;
    vertical-align: text-top;
    font-size: 13px;
	color: #060606;
}
ul.start{
	text-align:center;
	padding: 10px 0 0px;
}
ul.start li{
	display:inline-block;
}
ul.start li a,ul.start li span{
	text-decoration: none;
    color: #362f2f;
    font-size: 15px;
    padding: 8px 15px;
    letter-spacing: 1px;
}
ul.start li span.prev ,ul.start li a.next{
	background:#24282e;
	color:#fff;
}
.blog-in{
	background: #ffffff;
    border: 1px solid #dfe2e6;
}
.blog-top i.black{
	display: block;
    border-bottom: 1px dashed #000;
    margin: 50px 20px;
}
.in-blog{
	background:#002831;
}
a.blog-post1 {
    float: right;
	width: 48%;
}
a.blog-post1 img {
	width:100%;
}
.blog-in1{
	background: #ffffff;
    border: 1px solid #dfe2e6;
}
/*-- /blog-page --*/
/*-- singe-page --*/
.single-top img{
	width: 100%;
    border: 1px solid #eee;
    padding: 5px;
}
.single h3{
	color: #362f2f;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 50px;
}
.grid-single{
	width:70%;
	margin:1em auto;
}
.single-one{
	float:left;
	width:33.3%;
	text-align: center;
}
.single-one span {
	color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}
.single-one span a{
	color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
}
.single-one span a:hover {
    color: #8F44AD;
}
.single-one span i {
	margin-right: 6px;
    color: #00bfff;
}
 p.eget {
    font-size: 14px;
    line-height: 30px;
    color: #7d7d7d;
    font-weight: 300;
    margin: 25px 0 25px;
}
ul.share {
	    margin: 60px 0 0px 0;
}
ul.share li {
	display: inline-block;
    margin: 0 15px 0px 0;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
ul.share li:nth-child(1) {
	    vertical-align: middle;
}
ul.share li:nth-child(3) {
	    vertical-align: middle;
}
.top-comments h3,.leave h3{
	font-size: 27px;
    color: #00bfff;
    margin-bottom: 15px;
}
.comments-top-top{
	 background: #f8f8f8;
}
.men{	
	background:#24282e;
	float: left;
	width: 9%;
	text-align: center;
	padding: 35px 0;
}
.men i {
	color:#fff;
	font-size:20px;
}
p.men-it{
	float: left;
    width: 86%;
    margin: 0 0 0 2%;
    line-height: 27px;
    padding: 16px 0;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 13.5px;
    color: #6b6a6a;
}
.met-in{
	margin: 0 0 0 3em;
}
.met {
	padding: 1em 0;
}
p.smith{
	float:left;
	padding: 0;
	font-size:1em;
}
p.smith a{
    letter-spacing: 1px;
    font-size: 15px;
    color: #00bfff;
    line-height: 26px;
}
.code-in {
	padding: 0 0 0.5em;
}
p.smith  span{
	font-weight: 400;
    padding: 0 25px;
    color: #7f8c8c;
    letter-spacing: 1px;
    font-size: 15px;
}
.top-in{
	background:#f8f8f8;
}
p.reply{
	float:right;
	padding:0;
	width: 17%;
	color:#362f2f;
	font-size:1em;
}
p.reply a{
	text-decoration: none;
    color: #969696;
    font-size: 14px;
    letter-spacing: 2px;
}
p.reply a:hover{
	color:#00C0FF;
}
p.reply i{
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0px;
}
/*----*/
.single-us input[type="text"],.single-us input[type="email"],.leave textarea,.leave input[type="submit"]{
	width: 100%;
    -webkit-appearance: none;
    display: inline-block;
    background: none;
    border: 1px solid #A3A1A1;
    outline: none;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
}
.leave textarea{
	resize:none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;	
}
.leave input[type="submit"]{
	border: none;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    width: 46%;
    margin: 150px 0 0 20px;
    padding: 7px;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-weight: 400;
    background: #00C0FF;
}
.leave input[type="submit"]:hover{
	background:#000;
}
.leave p{
	width: 80%;
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 26px;
    color: #464545;
}
.single-us {
	padding:0 2em 0 0;
}
.single-us:nth-child(2) {
	padding:0;
}
.text-in{
	padding:0;
}
.single-grid {
	padding: 0.7em 0;
}
.text-top{
	padding:0.5em 0;
}
.leave {
	padding: 4em 0 0em;
}
.top-comments {
	padding: 5em 0 0;
}
.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}
.md-col-in ul li{
	list-style:none;
}
.md-col-in ul{
	padding:1.8em 0 0;
}
.md-col-in ul li a{
	text-decoration:none;
	color:#362f2f;
	font-size:1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover{
	color:#c3a000;
}
.md-col-in ul li i{
	background: url(../images/img-sprite.png)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}
.top-single {
	padding: 1em;
}
/*-- /single-page --*/
/*-- contact-page --*/
.w3l-map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.e-mail p {
    font-size: 1em;
    margin: 1em 0 0 0;
    color: #473B3B;
    line-height: 1.8em;
    text-align: center;
}
.e-mail p a{
    color: #FD5C63;
    text-decoration: none;
}
.contact-form {
    margin: 3em 0;
}
.contact-form form {
  margin: 2em 0 0 0;
}
.contact-form input[type="text"],.contact-form input[type="email"] {
    width: 32.6%;
    color: #999999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 1em;
    margin: 0 .5em 1em 0;
    border: solid 2px #cecece;
    -webkit-appearance: none;
}
.contact-form input[type="text"]:nth-child(3) {
  margin-right: 0;
}
.contact-form textarea {
  resize: none;
  width: 100%;
  color: #999999;
  background: none;
  font-size: 1em;
  outline: none;
  padding: 1em;
  border: solid 2px #cecece;
  min-height: 150px;
  -webkit-appearance: none;
}
.contact-form input[type="submit"] {
    color: #ffffff;
    font-size: 15px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 40px;
    text-decoration: none;
    letter-spacing: 1px;
    background: #00C0FF;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
    background: #000;
}
h3.agileits-branch {
    margin-bottom: 25px;
    font-size: 33px;
    color: #24282e;
    letter-spacing: 2px;
}
.address {
  	margin-top: 5em;
}
.contact h4 {
    color: rgb(228, 10, 119);
    font-size: 24px;
    letter-spacing: 1px;
    margin: 10px 0px 10px;
}
.address p {
	text-align: center;
    font-size: 13.5px;
    line-height: 25px;
    color: #868686;
    font-weight: 300;
    margin: 0px 0 4px;
    letter-spacing: 1px;
}
.address a {
	color:  black;
    margin: 0 0 .5em 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    transition: .5s all;
}
.address a:hover {
  	color:#24282e;
	text-decoration:underline;	
}
/*-- //contact-page --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	ms-border-radius: 50%;
}
#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive media queries --*/
@media (max-width: 1440px){
	.w3layouts-slider {
		height:700px;
	}
}
@media (max-width: 1366px){
	.w3layouts-slider {
		height:600px;
	}	
	header {
		padding:16px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 50px;
		padding: 25px 0px;
	}	
	.w3layouts-slider div.content {
		top: 55%;
	}
	.wthree-join h6 {
		font-size: 33px;
	}
	.wthree-main-content,.w3layouts-welcome {
		padding: 60px 0;
	}
	.agileinfo-wwd {
		padding: 60px 0;		
	}
	.address {
		margin-top: 4em;
		text-align:center;
	}
	.w3l-map iframe {
		min-height: 350px;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 34px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 1280px){
	.w3layouts-slider {
		height:570px;
	}	
	header {
		padding:15px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 45px;
		padding: 20px 0px;
	}
	.wthree-join h6 {
		font-size: 32px;
	}
	.wthree-join h6 i {
		vertical-align: baseline;
	}
	.agileits-footer-bottom {
		padding: 0.8em 0;
	}
	.agileits-inner-layer,.w3layouts-inner-banner {
		min-height: 150px;
	}
}
@media (max-width: 1080px){
	.w3layouts-slider {
		height:540px;
	}	
	header {
		padding:12px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 40px;
		padding: 18px 0px;
	}
	.wthree-join h6 {
		font-size: 30px;
	}
	.w3l-welcome_info h4 {
		font-size: 19px;
		margin: 18px 0;
	}
	.sti-menu li a p {
		left: 2%;
		top: 100px;
	}
	.agileinfo-wwd h3 {
		margin-bottom: 55px;
		font-size: 38px;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 25%;
	}
	.sti-menu li a h4 {
		left: 19%;
		top: 75px;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 25%;
	}
	.sti-menu li i {
		padding-top: 15px;
	}
	.sti-menu li {
		margin: 0 3% 5% 3%;
		height: 150px;
	}
	figure.effect-moses h4 {
		padding: 40px 20px 20px 20px;
	}
	figure.effect-moses p {
		padding: 30px 20px 20px 20px;
	}
	.w3ls-interior-design-grid-right h3 {
		margin-top: 3px;
		font-size: 23px;
	}
	.w3ls-interior-design-grid-right p {
		margin: 15px 0 0;
		line-height: 25px;
	}
	.w3ls-interior-design-grid-right p span {
		margin: 10px 0 0;
		line-height: 25px;
	}
	.w3ls-interior-design-grids {
		padding: 60px 0;
	}
	.w3ls-team-grids {
		padding: 3.5em 1em;
		width: 23.5%;
	}
	.w3ls-team-grids.team-mdl {
		margin: 0 1em;
	}
	.w3ls-team-grids.team-mdl1 {
		margin-right: 1em;
	}
	.team-row {
		margin-top: 35px;
	}
	h2.agile-inner-title {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.wthree-main-content, .w3layouts-welcome {
		padding: 50px 0;
	}	
	figcaption.w3layouts-caption h3 {
		margin-top: 85px;
	}
	ul.simplefilter {
		margin-bottom: 20px;
		 display: none;
	}
	.blog-grid h3 a {
		font-size: 23px;
		margin-top: 15px;
	}
	.blog-grid p {
		margin: 10px 0 20px;
	}
	.blog-grid {
		padding: 15px 15px 15px 0;
	}
	a.smore {
		font-size: 14px;
		padding: 8px 18px;
		letter-spacing: 2px;
	}
	.blog-top i.black {
		margin: 35px 15px;
	}
	.single h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.w3l-map iframe {
		min-height: 300px;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 30px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 1050px){
	.agileinfo-wwd {
		padding: 50px 0;
	}	
	.agileinfo-wwd h3 {
		margin-bottom: 45px;
		font-size: 35px;
	}
	.w3layouts-newsletter {
		padding: 20px 0;
	}	
	h2.agile-inner-title {
		font-size: 34px;
		margin-bottom: 25px;
	}
}
@media (max-width: 1024px){
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 24px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 991px){
	.nav>li>a {
		padding: 0px 10px;
		letter-spacing: 1px;
	}
	.w3layouts-slider {
		height:500px;
	}	
	header {
		padding:12px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 36px;
		padding: 15px 0px;
	}
	.wthree-join h6 {
		font-size: 28px;
	}
	.w3layouts-slider div.content {
		top: 60%;
	}
	.w3l-welcome_pic {
		padding: 0 0 0 0em;
		margin-top: 6%;
	}
	.w3ls-interior-design-grid-left {
		min-height: 390px;
		margin-top: 3%;
	}
	.w3ls-interior-design-grids {
		padding: 50px 0;
	}
	.w3ls-interior-design-grids:nth-child(2) {
		padding: 0px 0;
	}
	.w3ls-interior-design-grids:nth-child(3) {
		padding-top:5px;
	}
	.wthree-join h6 {
		margin-bottom: 20px;
	}
	.sti-menu li {
		margin: 0 3% 4% 3%;
		height: 180px;
	}
	.sti-menu li i {
		padding-top: 25px;
	}
	.sti-menu li a h4 {
		left: 27%;
		top: 95px;
	}
	.sti-menu li a p {
		left: 17%;
		top: 120px;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 34%;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 33%;
	}
	.wthree-bottom-right.grid {
		padding: 0 36px;
		margin-top: 7%;
	}
	figure.effect-moses h4 {
		padding: 65px 20px 20px 20px;
	}
	figure.effect-moses p {
		padding: 70px 20px 20px 20px;
	}
	.w3ls-address-grid i {
		margin: 0 0% 0 0;
		width: 100%;
		text-align: center;
	}
	.w3-address1 {
		text-align: center;
		width: 100%;
	}
	.w3-address1 p {
		line-height: 25px;
	}
	.agileits-about-right {
		margin-top: 4%;
	}
	.agileits-about-right p {
		margin: 12px 0 0 0;
	}
	.agileits-about-right p span {
		margin: 0.8em 0 0 0;
	}
	.w3ls-team-grids {
		padding: 5em 1em;
		width: 47%;
		float: left;
	}
	.w3ls-team-grids.team-mdl {
		margin: 0 0 0 2em;
	}
	.w3ls-team-grids.team-mdl1 {
		margin-right: 2em;
		margin-top: 2em;
	}
	.w3ls-team-grids:nth-child(4) {
		margin-top: 2em;
	}
	.team-row {
		width: 80%;
		margin: 35px auto 0;
	}
	.blog-grid h3 a {
		font-size: 22px;
		margin-top: 5px;
	}
	.blog-grid h3 {
		margin-top: 10px;
	}
	.date {
		height: 20px;
	}
	.blog-grid {
		float:none;
		width: 98%;
	}
	a.blog-post {
		margin-right: 3%;
	}
	a.smore {
		float: none;
		width: 20%;
		margin-left: 40%;
		display: block;
	}
	a.blog-post1 {
		margin-left: 3%;
	}
	.single h3 {
		font-size: 23px;
		line-height: 37px;
	}
	p.men-it {
		font-weight: 300;
		font-size: 13.5px;
		padding: 8px 0px;
	}
	.single-us {
		margin-bottom: 15px;
		padding: 0px 0em 0px 0px;
	}
	.single-grid {
		padding: 0em 0;
	}
	.text-top {
		padding: 0em 0;
	}
	.leave textarea {
		margin: 0em 0em;
	}
	.leave input[type="submit"] {
		width: 38%;
		margin: 20px 0 20px 0px;
	}
	.leave p {
		font-size: 14px;
		line-height: 28px;
		width:100%;
	}
	h3.agileits-branch {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.contact-form input[type="text"],.contact-form input[type="email"] {
		width: 32.4%;
	}
	.w3-agileits-location {
		width: 33.333%;
		float: left;
	}
	.address p {
		font-size: 13px;
		line-height: 23px;
		letter-spacing: 0px;
	}
}
@media (max-width: 900px){
	.w3layouts-slider {
		height:470px;
	}	
	.agileits-inner-layer, .w3layouts-inner-banner {
		min-height: 120px;
	}	
	p.men-it {
		font-size: 13px;
	}
	.address {
		margin-top: 2em;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 26px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 800px){
	.w3layouts-slider {
		height:430px;
	}	
	header {
		padding:10px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 33px;
		padding: 12px 0px;
	}
	h2.agile-inner-title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.wthree-main-content, .w3layouts-welcome {
		padding: 40px 0;
	}
	ul.start {
		padding: 7px 0 10px;
	}
	/*-- icons-page --*/
	.icon-box {
		margin: .2em 0 0.2em 0;
	}
	h3.agileits-icons-title {
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 22px;
		margin: 20px 0 15px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 768px){
	.w3layouts-slider div#w3layouts-title {
		font-size: 32px;
		padding: 10px 0px;
	}
	.logo h1 a {
		font-size: 36px;
	}
	.w3l-map iframe {
		min-height: 250px;
	}
	/*-- typo-page --*/
	h3.head-top {
		font-size: 1.5em;
		margin-bottom: 0.5em;
	}
	/*-- //typo-page --*/
}
@media (max-width: 736px){
	.w3layouts-slider {
		height:410px;
	}	
	.w3ls-address-grid {
		width: 33.333%;
		float: left;
	}
	.agileits-footer-top {
		padding: 30px 0;
	}
	.logo {
		margin-top: 8px;
	}
	.navbar-nav {
		margin-top: 12px;
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-left: 0;
	}
	.sti-menu li:nth-child(4) a h4 {
		left: 30%;
	}
	.navbar-nav>li {
		margin: 15px 0px;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		padding: 0 0;
		margin: 10px 0;
		color: #e6e6e6;
	}
	.contact-form input[type="text"],.contact-form input[type="email"] {
		width: 32.3%;
	}
	.contact h4 {
		font-size: 22px;
		margin: 0px 0px 10px;
	}
}
@media (max-width: 667px){	
	.w3layouts-slider {
		height:380px;
	}	
	.sti-menu li:nth-child(4) a h4 {
		left: 29%;
	}
	.agileits-inner-layer, .w3layouts-inner-banner {
		min-height: 100px;
	}
	h2.agile-inner-title {
		font-size: 30px;
	}
	a.smore {
		width: 25%;
		margin-left: 37.5%;
	}
	.contact-form input[type="text"],.contact-form input[type="email"] {
		width: 32.2%;
	}
}
@media (max-width: 640px){
	.w3layouts-slider {
		height:350px;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 30px;
		padding: 10px 0px;
	}
	.w3layouts-slider div.content {
		top: 70%;
	}
	.sti-menu li a p {
		left: 12%;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 30%;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 30%;
	}
	.footer-class {
		width: 100%;
		text-align: center;
	}
	.w3layouts-agileits-social {
		width: 100%;
		text-align: center;
		margin-top: 2%;
	}
	.w3ls-team-grids {
		padding: 3.5em 1em;
	}
	.agileinfo-wwd h3 {
		margin-bottom: 40px;
		font-size: 32px;
	}
	h3.w3-title {
		font-size: 32px;
		letter-spacing: 2px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 10px;
	}
	.simplefilter li:before {
		right: -18px;
	}
	.blog-grid h3 a {
		font-size: 20px;
		margin-top: 0px;
	}
	.blog-grid p {
		margin: 5px 0 15px;
		line-height: 29px;
	}
	ul.share {
		margin: 30px 0 0px 0;
	}
	.top-comments,.leave {
		padding: 3.5em 0 0;
	}
	p.eget {
		font-size: 13px;
		line-height: 29px;
	}
	.leave p {
		font-size: 13px;
		line-height: 25px;
	}
	.address a {
		font-size: 12px;
	}
}
@media (max-width: 600px){
	.w3layouts-slider {
		height:340px;
	}	
	.team-row {
		width: 90%;
		margin: 30px auto 0;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 5px;
		margin-bottom: 0;
	}
	figcaption.w3layouts-caption h3 {
		margin-top: 75px;
		font-size: 1.5em;
	}
	.contact-form input[type="text"],.contact-form input[type="email"] {
		width: 100%;
		margin-right: 0;
		margin-left:0;
	}
	.w3-agileits-location {
		width: 100%;
	}
	.w3-agileits-location:nth-child(2) {
		margin:4% 0;
	}
	.address a {
		font-size: 13px;
	}
	.sti-menu li a h4 {
		left: 21%;
	}
	.sti-menu li a p {
		left:10%;
	}
	.sti-menu li:nth-child(4) a h4 {
		left: 25%;
	}
	figure.effect-moses p {
		padding: 38px 20px 20px 20px;
	}
	figure.effect-moses h4 {
		padding: 50px 20px 20px 20px;
	}
}
@media (max-width: 568px){
	figure.effect-moses p {
		padding: 30px 20px 20px 20px;
	}
	figure.effect-moses h4 {
		padding: 45px 20px 20px 20px;
	}
	.w3ls-interior-design-grid-left {
		min-height: 360px;
		min-height: 360px;
	}
	.agileinfo-about-top {
		padding-bottom: 45px;
	}
	.w3ls-team-grids p {
		font-size: 13px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 10px;
	}
	a.blog-post,a.blog-post1 {
		width: 100%;
		margin-bottom:5%;
		margin-top:0;
		margin-left:0;
		margin-right:0;
	}
	.blog-top img,a.blog-post1 img {
		width: 70%;
	}
	.date {
		height: auto;
	}
	section.w3ls-team {
		padding: 45px 0 10px;
	}
	.single h3 {
		font-size: 24px;
		line-height: 35px;
		letter-spacing: 1px;
	}
	/*-- icons-page --*/
	.icons-page .bs-glyphicons li {
		width: 30%;
	}
	/*-- icons-page --*/
}
@media (max-width: 480px){
	.w3layouts-slider {
		height:300px;
	}		
	.w3layouts-slider div#w3layouts-title {
		font-size: 26px;
		padding: 10px 0px;
	}
	.color-1,.color-2,.color-3 {
		margin:0 5px;
	}
	.logo {
		margin-top: 7px;
		text-align:center;
		max-width:320px;
	}
	header {
		padding:8px 0;
	}
	.w3l-welcome_info h3, .auto_sec h3, .feature_head h3 {
		font-size: 32px;
	}
	.sti-menu li {
		margin: 0 1% 2% 1%;
		width: 48%;
	}
	.wthree-bottom-right.grid {
		padding: 0 18px;
		margin-top: 6%;
	}
	figure.effect-moses h4 {
		padding: 35px 20px 20px 20px;
	}
	figure.effect-moses p {
		font-size: 13px;
		line-height: 1.5em;
	}
	.w3ls-interior-design-grid-left {
		min-height: 300px;
	}
	.sti-menu li a p {
		left: 2%;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 24%;
	}
	.sti-menu li a h4 {
		left: 18%;
	}
	.sti-menu li:nth-child(4) a h4 {
		left: 20%;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 24%;
	}
	.w3ls-interior-design-grid-right h3 {
		font-size: 22px;
	}
	figure.effect-lexi h3 {
		font-size: 1.6em;
	}
	.agileinfo-newsletter input[type="email"] {
		width: 70%;
		padding: 12px 14px;
		margin-right: 5px;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: 13px 18px;
		width: 28%;
	}
	.wthree-join h6 {
		font-size: 28px;
		letter-spacing: 3px;
	}
	.w3layouts-newsletter {
		padding: 15px 0 20px;
	}
	.w3ls-address-grid {
		width: 100%;
		margin-bottom:5%;
	}
	.w3ls-address-grid:nth-child(3) {
		margin-bottom:0;
	}
	.w3-address1 {
		margin-top: 0em;
	}
	.w3-address1 h6 {
		line-height: 18px;
		margin-bottom: 2px;
	}
	.team-row {
		width: 100%;
	}
	.w3ls-team-grids {
		padding: 1.7em 1em;
	}
	.w3ls-team-grids.team-mdl {
		margin: 0 0 0 1.5em;
	}
	.w3ls-team-grids.team-mdl1 {
		margin-right: 1.5em;
		margin-top: 1.5em;
	}
	.w3ls-team-grids:nth-child(4) {
		margin-top: 1.5em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 6px;
		font-size: 0.875em;
	}
	.simplefilter li:before {
		right: -13px;
		top: 18px;
		width: 8px;
	}
	ul.simplefilter {
		margin-bottom: 10px;
	}
	.blog-top img, a.blog-post1 img {
		width: 100%;
	}
	a.smore {
		width: 35%;
		margin-left: 32.5%;
	}
	ul.start li a, ul.start li span {
		font-size: 14px;
		padding: 8px 10px;
	}
	.grid-single {
		width: 90%;
	}
	p.smith span {
		padding: 0 20px;
		letter-spacing: 0px;
		font-size: 13px;
	}
	p.men-it {
		font-size: 12.5px;
		padding: 5px 0px;
		line-height: 25px;
	}
	.men {
		padding: 45px 0;
	}
	.single h3 {
		font-size: 22px;
		line-height: 33px;
		letter-spacing: 0px;
	}
}
@media (max-width: 414px){
	.w3layouts-slider {
		height:270px;
	}		
	.w3layouts-slider div#w3layouts-title {
		font-size: 23px;
	}
	.grid-single {
		width: 100%;
	}	
	.footer-class {
		line-height: 25px;
	}
	.agileinfo-newsletter input[type="email"] {
		width: 67%;
	}
	.agileinfo-newsletter input[type="submit"] {
		width: 30%;
	}
	.sti-menu li {
		margin: 0 0% 4% 17.5%;
		width: 65%;
	}
	.sti-menu li:nth-child(3) {
		margin: 0 0% 4% 17.5%;
	}
	.agileinfo-wwd {
		padding: 40px 0;
	}
	.w3layouts-slider div.content {
		top: 75%;
	}
	.agileinfo-wwd h3 {
		margin-bottom: 30px;
	}
	.grid figure figcaption {
		padding: 0em;
	}
	.w3ls-interior-design-grid-left {
		min-height: 250px;
		padding: 0;
	}
	.w3ls-interior-design-grid-right {
		padding: 0;
	}
	.w3ls-interior-design-grid-right h3 {
		line-height: 30px;
	}
	figure.effect-lexi h3 {
		font-size: 1.4em;
	}
	.wthree-main-content, .w3layouts-welcome {
		padding: 35px 0;
	}
	.sti-menu li a p {
		left: 6%;
	}
	.sti-menu li a h4 {
		left: 19%;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 28%;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 28%;
	}
	.sti-menu li:nth-child(4) a h4 {
		left: 23%;
	}
	.wthree-about-left,.agileits-about-right {
		padding: 0;
	}
	.w3ls-team-grids {
		padding: 6em 1em;
		width: 100%;
	}
	.team-row {
		width: 75%;
	}
	.w3ls-team-grids.team-mdl {
		margin: 1.5em 0 0 0em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 3px;
		font-size: 0.9em;
	}
	.simplefilter li:before {
		right: -9px;
		width: 6px;
	}
	a.smore {
		width: 40%;
		margin-left: 30%;
	}
	ul.start li a, ul.start li span {
		letter-spacing: 0px;
	}
	.top-single {
		padding: 1em 0;
	}
	/*-- icons-page --*/
	.icon-box {
		width: 100%;
	}
	.icons-page .bs-glyphicons li {
		width: 42%;
	}
	p.reply a {
		font-size: 13px;
		letter-spacing: 0px;
	}
	p.reply {
		width: 22%;
	}
	/*-- //icons-page --*/
	/*-- typo-page --*/
	.grid_3 {
		padding: 1em;
	}
	.typo-1 {
		padding: 0px;
	}
	/*-- //typo-page --*/
}
@media (max-width: 384px){
	.w3layouts-slider {
		height:250px;
	}		
	.w3layouts-slider div#w3layouts-title {
		font-size: 21px;
	}
	.logo h1 a {
		font-size: 34px;
	}
	.w3l-welcome_info h4 {
		font-size: 18px;
		margin: 13px 0;
		line-height: 28px;
	}
	.sti-menu li,.sti-menu li:nth-child(3) {
		margin: 0 0% 4% 15%;
		width: 70%;
	}
	figure.effect-moses h4 {
		font-size: 24px;
	}
	figure.effect-moses p {
		font-size: 12px;
		line-height: 1.4em;
	}
	.w3ls-interior-design-grid-left {
		min-height: 240px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.w3ls-team-grids {
		padding: 5em 1em;
	}
	.agileits-inner-layer, .w3layouts-inner-banner {
		min-height: 80px;
	}
	.wthree-join h6 {
		letter-spacing: 2px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 1px;
		font-size: 0.875em;
	}
	.simplefilter li:before {
		right: -6px;
	}
	ul.start li a, ul.start li span {
		padding: 8px 8px;
	}
	p.men-it {
		font-size: 12px;
		line-height: 22px;
	}
	h3.agileits-branch {
		margin-bottom: 18px;
		font-size: 28px;
	}
}
@media (max-width: 375px){
	.agileinfo-newsletter input[type="email"] {
		width: 100%;
		margin: 0 0 15px 0px;
	}
	.agileinfo-newsletter input[type="submit"] {
		width: 40%;
	}
	.wthree-join h6 {
		letter-spacing: 1px;
		font-size: 26px;
		margin-bottom: 15px;
	}
	.w3ls-team-grids {
		padding: 4.5em 1em;
	}	
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 1px;
		font-size: 0.8em;
	}
}
@media (max-width: 320px){
	.w3layouts-slider {
		height:230px;
	}		
	.w3layouts-slider div#w3layouts-title {
		font-size: 19px;
	}
	.w3l-welcome_pic h2 {
		font-size: 21px;
		margin-top:5%;
		color:#00bfff;
	}
	.w3l-welcome_pic img {
		margin: 1em 0 1em 0;
	}
	.sti-menu li, .sti-menu li:nth-child(3) {
		margin: 0 0% 4% 5%;
		width: 90%;
	}
	.wthree-bottom-right.grid {
		padding: 0 0px;
	}
	figure.effect-moses h4 {
		font-size: 20px;
	}
	figure.effect-moses p {
		padding: 23px 20px 20px 20px;
	}
	.w3ls-interior-design-grid-left {
		min-height: 210px;
	}
	.wthree-join h6 {
		font-size: 25px;
	}
	.agileinfo-newsletter input[type="submit"] {
		width: 50%;
	}
	.w3ls-team-grids {
		padding: 1.8em 1em;
	}
	h2.agile-inner-title {
		font-size: 28px;
	}
	.wthree-main-content, .w3layouts-welcome {
		padding: 30px 0;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 10px;
		font-size: 1em;
	}
	.simplefilter li:before {
		right: -14px;
	}
	.blog-grid h3 a {
		font-size: 19px;
	}
	a.smore {
		width: 50%;
		margin-left: 25%;
	}
	p.reply {
		width: 26%;
	}
	.leave input[type="submit"] {
		font-size: 16px;
	}
}
#evab {
	
	background-color:white;
	height:20px;
}
.simplefilter{
	
	 display: none;
}
.button777 {
	
	border-radius: 8px;
	font-size: 30px;
	background-color: #00cdff;	
	text-decoration:none;
	text-align:center;
	color:white;
	display: block;
	margin: 0 auto;
	width:200px;
	padding: 10px 5px;
}
.button777 a{
	
	text-decoration:none;
	color:black;
}
.button777 p{
	
	text-decoration:none;
	color:black;
}
.button777 a:hover{
	
	text-decoration:none;
}
.button777:hover{
	
	text-decoration:none;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#page-number {
	
	text-align:center;
}
.col-md-4 w3-agileits-location {
	
	text-align:center;
}
#centered-saps{
	
	text-align:center;
	height:600px;
} | 
	css/style.css | 
	body{
	padding:0;
	margin:0;
	background:#fff;
	font-family: 'Dosis', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-weight:400;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-weight:400;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/*-- header --*/
header {
	padding:20px 0;
	background: rgb(36, 40, 46);
}
.logo {
    float: left;
    margin-top: 2px;
}
.logo h1 a {
    text-decoration: none;
    font-size: 38px;
    color: #ffffff;
	text-transform: uppercase;
}
.navbar {
	margin-bottom: 0px;
	min-height: 30px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
	color: #00bfff;
}
.navbar-nav>li {
    margin: 0 3px;
}
.navbar-nav {
    float: right;
	margin-top:12px;
}
.nav>li>a {
    padding: 0px 15px;
	letter-spacing: 2px;
}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
	font-size: 16px;
}
ul.nav.navbar-nav li a:hover {
    background-color: #24282e;
}
.dropdown-menu>li>a:hover {
	color: #00cdff;
}
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    padding: 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.dropdown-menu {
    top: 30px;
    min-width: 150px;
}
.dropdown-menu>li>a {
    font-size: 15px;
	padding: 5px 20px 7px;
}
/*-- bootstrap dropdown hover menu --*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
/*-- /bootstrap dropdown hover menu --*/
.w3layouts-slider {
	height: 100%;
	position: relative;
	height:750px;
}
.w3layouts-slider div.content {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 52%;
	max-width: none;
	margin-top: -95px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.w3layouts-slider div.content h1  {
	font-size: 12pt;
	font-weight: normal;
}
.w3layouts-slider div#w3layouts-title {
	font-size: 55px;
	text-align: center;
	padding: 30px 0px;
	color: #ffffff;
	text-transform:uppercase;
}
.w3layouts-slider div.content h1  {
	color: #222222;
}
.w3layouts-slider .buttons-wrapper div.buttons div a:hover {
	color: #222222;
}
.color-1 {
	color: #00bfff;
	margin:0 15px;
}
.color-2 {
	color: #00bfff;
	margin:0 15px;
}
.color-3 {
	color: #2da089;
	margin:0 15px;
}
/*-- /header --*/
/*-- welcome section --*/
.w3layouts-welcome{
	padding:70px 0;
}
.w3l-welcome_info{
	padding-left:0;
}
.w3l-welcome_info h3,.auto_sec h3,.feature_head h3{
	font-size: 35px;
    color: #00bfff;
}
.w3l-welcome_info span{
	background: #00bfff;
    display: block;
    height: 2px;
    width: 18%;
    margin-top: 12px;
}
.w3l-welcome_info h4{
	font-size: 20px;
    color: #717070;
    font-weight: 500;
    margin: 20px 0;
    font-style: italic;
    letter-spacing: 1px;
}
.w3l-welcome_info p{
	font-size: 12.5px;
    line-height: 26px;
    margin-top: 16px;
    color: #969696;
}
.w3l-welcome_info a{
	color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    background: #00cdff;
    text-decoration: none;
    padding: 8px 20px;
    margin-top: 30px;
    display: inline-block;
}
.w3l-welcome_info a:hover {
	background: #00bfff;
}
.w3l-welcome_pic{
	padding:0 0 0 3em;
}
.w3l-welcome_pic h2{
	color: #00bfff;
    font-size: 25px;
}
.w3l-welcome_pic img{
	margin:2em 0 1em 0;
}
.w3l-welcome_pic h3{
	color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.w3l-welcome_pic p{
	font-size: 12.5px;
    line-height: 26px;
    color: #969696;
}
/*-- //welcome section --*/
/*-- what-we-do --*/
.agileinfo-wwd{
	background:#24282e;
	padding:70px 0;
}
.agileinfo-wwd h3{
	margin-bottom: 60px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
}
.content-icon h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 32px;
}
.content-icon:nth-child(1), .content-icon:nth-child(2) {
    margin-top: 0 !important;
}
.content-icon:nth-child(3), .content-icon:nth-child(4) {
    margin-bottom: 0;
}
.wthree-bottom-right img{
	width:100%;
}
/*-- Common style for effect moses --*/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**-- Moses --**/
figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #000 0%,#000 100%);
	background: linear-gradient(-45deg, #000 0%,#000 100%);
}
figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-moses h4,
figure.effect-moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border: 2px solid #fff;
}
figure.effect-moses h4 {
  padding: 60px 20px 20px 20px;
  width: 50%;
  color: #fff;
  font-size: 26px;
  height: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
}
figure.effect-moses p {
	float: right;
	padding: 46px 20px 20px 20px;
	  font-size: 14px;
	  line-height:2em;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
figure.effect-moses:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-moses:hover img {
	opacity: 0.6;
}
/*--moses--*/
/*Sliding Text and Icon Menu Style*/
.sti-menu{
	position:relative;
	text-align:center;
}
.sti-menu li {
    list-style-type: none;
    float: left;
    width: 44%;
    margin: 0 3% 6% 3%;
    height: 164px;
	text-align:center;
}
.sti-menu li a{
	background: #00cdff;
	display:block;
	overflow:hidden;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	
	
}
.sti-menu li a h4 {
  color: #fff;
    font-size: 21px;
    text-transform: uppercase;
  text-align:center;
}
.sti-menu li:nth-child(2) a h4 {
	
	text-align:center;
}
.sti-menu li:nth-child(3) a h4 {
	
	text-align:center;
}
.sti-menu li a p{
margin:0;
	font-size:14px;
	font-style:italic;
	color:#f8f8f8;
	position:absolute;
	top:110px;
	left: 10%;
	padding:10px;
	
}
.sti-menu li:nth-child(3), .sti-menu li:nth-child(4) {
    margin-bottom: 0;
}
.sti-menu li i{
    color: #fff;
    font-size: 35px;
    padding-top: 20px;
	
	
}
/*Sliding Text and Icon Menu Style*/
/* Outline Out */
a.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #7F7A7A;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
	text-decoration:none;
}
a.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #7F7A7A solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
a.hvr-outline-out:hover:before,a.hvr-outline-out:focus:before,a.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
/* Outline Out */
/*-- //what-we-do --*/
/*--  interior-designs --*/
.w3ls-interior-design-grids{
	padding:70px 0;
}
.w3ls-interior-design-grids:nth-child(2) {
    padding: 15px 0;
}
/*-- effect --*/
.w3ls-interior-design-grid-left {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
/* Common style */
.w3ls-interior-design-grid-left figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
    min-width: 100%;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
}
.w3ls-interior-design-grid-left figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.w3ls-interior-design-grid-left figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.w3ls-interior-design-grid-left figure figcaption::before,
.w3ls-interior-design-grid-left figure figcaption::after {
	pointer-events: none;
}
.w3ls-interior-design-grid-left figure figcaption,
.w3ls-interior-design-grid-left figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***** Lexi *****/
/*---------------*/
figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}
figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 285px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lexi h3 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
	font-size:1.8em;
    color: #fff;
}
figure.effect-lexi h3 span{
	color:#00bfff;
}
figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1em 1em 0em;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
	font-size: .8em;
    line-height: 1.8em;
}
figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
figure.effect-lexi:hover h3,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //effect --*/
.w3ls-interior-design-grid-right h3{
	font-size: 25px;
    color: #02A0C3;
    margin-top: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3ls-interior-design-grid-right h3 span{
	color:#02A0C3;
}
.banner-bottom-info {
    padding-top: 3em;
    border-top: 1px solid #c0c0c0;
}
.item {
    border-right: 1px solid #c0c0c0;
}
.w3ls-interior-design-grid-right p{
	display: block;
    margin: 20px 0 0;
    font-size: 12.5px;
    line-height: 28px;
    color: #969696;
}
.w3ls-interior-design-grid-right p span{
	display: block;
    margin: 20px 0 0;
    font-size: 12.5px;
    line-height: 28px;
    color: #969696;
}
/*--  interior-designs --*/ 
/*-- newsletter --*/
.w3layouts-newsletter{
	background: #00C0FF;
    width: 100%;
    display: block;
    background-size: cover;
    padding: 25px 0;
}
.wthree-join h6{
	color: #fff;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 4px;
	margin-top: 4px;
}
.wthree-join h6 i {
    margin-right: 10px;
    vertical-align: top;
}
.agileinfo-newsletter input[type="email"] {
    width: 73%;
    padding: 14px 14px;
    outline: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    border: none;
    margin-right: 10px;
    background: #fff;
}
 ::-webkit-input-placeholder{
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
:-ms-input-placeholder {  
   color: #000;
}
.agileinfo-newsletter input[type="submit"] {
    background: #24282e;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border: none;
    padding: 15px 18px;
    width: 22%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-newsletter input[type="submit"]:hover {
    background: #000000;
}
/*-- //newsletter --*/
/*-- footer --*/
.agileits-footer-top {
	padding:35px 0;
}
.w3ls-address-grid i{
	color: #00bfff;
    font-size: 20px;
    float: left;
    margin: 0 4% 0 0;
    display: inline-block;
    line-height: 45px;
}
.w3-address1{
	float: left;
	margin-top: 0.7em;
}
.w3-address1 h6{
	font-size: 18px;
    color: #fff;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.w3-address1 p {
    font-size: 13px;
    color: #cecece;
    margin-top: 4px;
}
.w3-address1 p a{
	text-decoration:none;
	color: #fff;
}
.w3-address1 p a:hover{
	text-decoration:underline;
}
.address-more h4{
	color:#fff;
	font-size:2em;
	margin: 0 15px 0.7em;
}
.agileinfo-footer{
	background:#24282e;
}
.agileits-footer-bottom {
    border-top: 1px double #353b44;
    padding: 1em 0;
}
.footer-class{
	float: left;
    color: #fff;
    font-size: 13px;
    padding-top: 13px;
    letter-spacing: 1px;
}
.footer-class a{
    color: #00bfff;
	text-decoration:none;
}
.footer-class a:hover {
	color:#fff;
	text-decoration:underline;
}
.w3layouts-agileits-social{
	float:right;
}
.w3layouts-agileits-social li{
	display:inline-block;
}
.w3layouts-agileits-social li a i {
    margin: 0 8px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3layouts-agileits-social li a i.fa.fa-facebook, .w3layouts-agileits-social li a i.fa.fa-twitter, .w3layouts-agileits-social li a i.fa.fa-rss, .w3layouts-agileits-social li a i.fa.fa-vk {
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	text-align:center;
	border:1px solid transparent;
}
.w3layouts-agileits-social li a i.fa.fa-facebook:hover {
    color: #3b5998;
	border:1px solid #3b5998;
}
.w3layouts-agileits-social li a i.fa.fa-twitter:hover{
	color: #55acee;
	border:1px solid #55acee;
}
.w3layouts-agileits-social li a i.fa.fa-rss:hover{
	color: #f26522;
	border:1px solid #f26522;
}
.w3layouts-agileits-social li a i.fa.fa-vk:hover{
	color: #45668e;
	border:1px solid #45668e;
}
.w3layouts-agileits-social li:nth-child(2){
	margin:.5em 0;
}
.w3layouts-agileits-social li:nth-child(3){
	margin:0 0 .5em 0;
}
/*-- //footer --*/
/*-- about-page --*/
.wthree-main-content {
    padding: 70px 0;
	text-align:center;
}
.w3layouts-inner-banner {
	background:url('../images/22.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height:180px;
	position:relative;
}
.agileits-inner-layer {
	position:absolute;
	min-height:180px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}
.agileinfo-about-top {
	padding-bottom:70px;
}
.about-grids{
	margin:1em 0 0 0;
}
.wthree-about-left-info{
    background: #EAF7FD;
    padding: .5em;	
}
.wthree-about-left-info img{
	width:100%;
	
}
.agileits-about-right h5{
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}
.agileits-about-right p{
    margin: 18px 0 0 0;
    font-size: 13px;
    color: #6f6f6f;
    line-height: 28px;
}
.agileits-about-right p span{
	display:block;
	margin:1em 0 0 0;
}
/*--team--*/
.w3ls-team p.w-text {
    margin-top: 1em;
}
.team-row {
    margin-top: 50px;
}
.w3ls-team-grids {
    border: 1px solid #00cdff;
    padding: 5em 2em;
    width: 22.5%;
    position: relative;
    transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
    overflow: hidden;
	text-align: center;
}
.w3ls-team-grids.team-mdl {
    margin: 0 2.5em;
}
.w3ls-team-grids.team-mdl1 {
    margin-right: 2.5em;
}
.w3ls-team-grids h5 {
    font-size: 1.8em;
    color: #333;
}
.w3ls-team-grids p {
	margin-top: 1em;
}
.team-row .social-icons {
    margin: 1em 0 0;
}
.team-img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #8EB021;
    width: 100%;
    height: 100%;
	transition: .7s all;
	-webkit-transition: .7s all;
	-moz-transition: .7s all;
}
.team-img img {
    width: 100%;
}
.w3ls-team-grids:hover div.team-img {
	top:100%;
}
section.w3ls-team {
    padding: 60px 0 10px;
}
h3.w3-title {
    color: #00C0FF;
    font-size: 35px;
    letter-spacing: 3px;
}
.w3ls-team-grids h5 {
    font-size: 25px;
    color: #24282e;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 2px;
}
.w3ls-team-grids p {
    color: #969595;
    font-size: 13.5px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
}
.w3l-abt-social-icons a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-clip: content-box;
    transition: .5s;
    color: #545454;
    font-size: 15px;
	margin:0 5px;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3l-abt-social-icons a i {
	background: #00cdff;
    color: #fff;
    padding: 8px 10px;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3l-abt-social-icons a i:hover {
	opacity:0.8;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--//team--*/
/*-- //about-page --*/
/*-- portfolio-page --*/
.port-head {
    text-align: center;
    margin-bottom: 1.5em;
}
figure.w3ls-gallery {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
figure.w3ls-gallery:hover figcaption.w3layouts-caption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}
figcaption.w3layouts-caption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
	top: -100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
	    text-align: center;
}
figcaption.w3layouts-caption h3 {
      font-weight: 400;
    font-size: 1.8em;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 0;
    background: #111;
    position: relative;
    left: 100%;
    margin-top: 110px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}
figcaption.w3layouts-caption p {
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
        font-size: 0.85em;
    line-height: 2em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
figure.w3ls-gallery:hover h3,figure.w3ls-gallery:hover p {
    left: 0;
}
figcaption.w3layouts-caption a {
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 10px;
    text-decoration: none;
}
figcaption.w3layouts-caption:hover {
    color: #4f5856;
}
.gallery {
    padding: 6em 0;
}
.ga-top{
	margin-bottom:3em;
}
.filtr-item {
    padding: 0em;
   width: 33%;
    float: left;
}
.filtr-container {
	width:100%;
	text-align:center;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    
}
/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 12px;
    text-transform: uppercase;
    border: none;
    background: none;
    border-bottom: 5px solid #fff;
}
.simplefilter li {
    border: none;
    background: none;
	position:relative;
	border: 1px solid #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.simplefilter li:before{
    content: '';
    position: absolute;
    top: 19px;
    background: #333;
    height: 1px;
    width: 10px;
    right: -12px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transform: rotate(-64deg);
    -moz-transform: rotate(-64deg);
    -o-transform: rotate(-64deg);
    -ms-transform: rotate(-64deg);
    transform: rotate(-180deg);
}
.simplefilter li:last-child:before {
	content: '';
    position: absolute;
    top: 19px;
    background: #fff;
    height: 1px;
    width: 10px;
    right: -12px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transform: rotate(-64deg);
    -moz-transform: rotate(-64deg);
    -o-transform: rotate(-64deg);
    -ms-transform: rotate(-64deg);
    transform: rotate(-180deg);
}
.simplefilter li.active,.simplefilter li:hover {
    background: none;
    color: #00C0FF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
/*----*/
.filtr-item {
    transform: scale(1) translate3d(0px, 0px, 0px);
	-o-transform: scale(1) translate3d(0px, 0px, 0px);   
    transition: all 0.5s ease-out 0ms;
	-o-transition: all 0.5s ease-out 0ms;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
/*----*/
ul.simplefilter {
    text-align: center;
	margin-bottom: 25px;
}
@media(max-width:991px){
	.filtr-item{
		float:left;
		width:50%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 13px;
		font-size: 1em;
	}
}
@media(max-width:768px){
	.filtr-item{
		float:left;
		width:48%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		
	}
	.simplefilter li:before {
		
	}
}
@media(max-width:600px){
	.filtr-item {
		padding: 0em;
	}
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin-bottom: 1em;
	}
	}
	@media(max-width:414px){
	ul.simplefilter {
		margin-bottom: 0em;
		
	}
	.filtr-item{
		width:100%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 4px 4px;
		font-size: 0.8em;
		letter-spacing: 0px;
		margin-bottom: 1em;
		margin: 0 0 1em 0;
	}
}
@media(max-width:384px){
.simplefilter li:before {
		content: '';
		position: absolute;
		top: 11px;
		background: #333;
		height: 2px;
		width: 12px;
		right: -9px;
	}
}
/*-- //Portfolio-page --*/
/*--typography-page --*/
h2.agile-inner-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 35px;
    color: #00bfff;
    letter-spacing: 5px;
	text-align:center;
}
.typo-1 {
    padding: 16px;
}
.grid_3 {
    background-color: #fff;
    padding: 1.8em;
    margin-bottom: 1em;
    border: 1px solid #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
h3.head-top{
    font-size: 28px;
    margin-bottom: 15px;
    color: #00bfff;
}
.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
}
.but_list h1,.but_list h2,.but_list h3,.but_list h4,.but_list h5,.but_list h6{
margin-bottom: 0.7em;
}
a#myTabDrop1,a#profile-tab,a#home-tab {
    padding: 0.8em;
}
div#home {
    padding: 1em 0 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px !important;
    font-size: 0.85em;
    color: #999;
    border-top: none !important;
}
.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
    outline: none !important;
}
.form-control1, .form-control_2.input-sm{
  border: 1px solid #e0e0e0;
  padding:5px 18px;
  color: #616161;
  background: #fff;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.85em;
  font-weight: 300;
  height: 40px;
  border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  -webkit-appearance: none;
  outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.btn-warning {
  color: #fff;
  background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);
  padding:8.5px 12px;
}
.tag_01{
  margin-right:5px;
}
.tag_02{
  margin-right:3px;
}
.btn-warning:hover{
  background-color:rgb(3, 197, 135);
  border-color:rgb(3, 197, 135);
}
.btn-success:hover{
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}
.control2{
  height:253px;
}
.alert-info {
  color: #31708f;
  background-color:rgb(240, 253, 249);
  border-color:rgb(201, 247, 232);
}
.bs-example4 {
  background: #fff;
  padding: 2em;
}
button.note-color-btn {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}
.form-control1:focus {
  border: 1px solid #03a9f4;
  background: #fff;
  box-shadow: none;
}
.show-grid [class^=col-] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, .widget_head{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
label {
    font-weight: 500;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
/*-- //typography-page --*/
/*-- icons page --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(40, 96, 157, 0.11);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff;
}
.icon-box:hover a.agile-icon {
	color:#fff;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 26px;
    color: #00bfff!important;
    font-weight: 300;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #000;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px;
    font-size: 20px;
    color: #282a2b;
}
.icons-page .bs-glyphicons li {
    display: inline-block;
    width: 22%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(40, 96, 157, 0.11);
    margin: 1%;
}
.icons-page .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons-page .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons-page .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons page --*/
/*-- blog-page --*/
.blog-top img{
	width:100%;
}
.blog-top{
	padding:0;
}
a.blog-post {
    width: 48%;
    float: left;
}
.blog-top:nth-child(2),.blog-top:nth-child(4){
	margin:0 0 0% 0;
}
.blog-grid h3{
	font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.blog-grid h3 a{
	color: #060606;
	text-decoration:none;
	font-size: 27px;
}
.blog-grid h3 a:hover {
	color: #ff154d;
}
.blog-grid p{
    color: #888585;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 15px 0 25px;
}
.blog-grid {
    padding: 25px 22px 17px 0;
    float: left;
    width: 50%;
    margin-left: 2%;
}
a.smore{
	text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    background: #ff154d;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    float: right;
}
a.smore:hover{
	background:#000000;
	color:#fff;
}
a.read-more{
	margin: 3.3em auto;
}
a.read-more-in{
	margin: 5.8em auto;
}
span.date-in{
	float: left;
    color: #060606;
    font-size: 14px;
    letter-spacing: 2px;
}
span.date-in i {
    vertical-align: baseline;
    margin-right: 5px;
    color: #000000;
    font-size: 14px;
}
a.comments{
	float:right;
	color:#060606;
	text-decoration:none;
	font-size:1em;
}
a.comments i {
    margin-right: 4px;
    vertical-align: text-top;
    font-size: 13px;
	color: #060606;
}
ul.start{
	text-align:center;
	padding: 10px 0 0px;
}
ul.start li{
	display:inline-block;
}
ul.start li a,ul.start li span{
	text-decoration: none;
    color: #362f2f;
    font-size: 15px;
    padding: 8px 15px;
    letter-spacing: 1px;
}
ul.start li span.prev ,ul.start li a.next{
	background:#24282e;
	color:#fff;
}
.blog-in{
	background: #ffffff;
    border: 1px solid #dfe2e6;
}
.blog-top i.black{
	display: block;
    border-bottom: 1px dashed #000;
    margin: 50px 20px;
}
.in-blog{
	background:#002831;
}
a.blog-post1 {
    float: right;
	width: 48%;
}
a.blog-post1 img {
	width:100%;
}
.blog-in1{
	background: #ffffff;
    border: 1px solid #dfe2e6;
}
/*-- /blog-page --*/
/*-- singe-page --*/
.single-top img{
	width: 100%;
    border: 1px solid #eee;
    padding: 5px;
}
.single h3{
	color: #362f2f;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 50px;
}
.grid-single{
	width:70%;
	margin:1em auto;
}
.single-one{
	float:left;
	width:33.3%;
	text-align: center;
}
.single-one span {
	color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}
.single-one span a{
	color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
}
.single-one span a:hover {
    color: #8F44AD;
}
.single-one span i {
	margin-right: 6px;
    color: #00bfff;
}
 p.eget {
    font-size: 14px;
    line-height: 30px;
    color: #7d7d7d;
    font-weight: 300;
    margin: 25px 0 25px;
}
ul.share {
	    margin: 60px 0 0px 0;
}
ul.share li {
	display: inline-block;
    margin: 0 15px 0px 0;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
ul.share li:nth-child(1) {
	    vertical-align: middle;
}
ul.share li:nth-child(3) {
	    vertical-align: middle;
}
.top-comments h3,.leave h3{
	font-size: 27px;
    color: #00bfff;
    margin-bottom: 15px;
}
.comments-top-top{
	 background: #f8f8f8;
}
.men{	
	background:#24282e;
	float: left;
	width: 9%;
	text-align: center;
	padding: 35px 0;
}
.men i {
	color:#fff;
	font-size:20px;
}
p.men-it{
	float: left;
    width: 86%;
    margin: 0 0 0 2%;
    line-height: 27px;
    padding: 16px 0;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 13.5px;
    color: #6b6a6a;
}
.met-in{
	margin: 0 0 0 3em;
}
.met {
	padding: 1em 0;
}
p.smith{
	float:left;
	padding: 0;
	font-size:1em;
}
p.smith a{
    letter-spacing: 1px;
    font-size: 15px;
    color: #00bfff;
    line-height: 26px;
}
.code-in {
	padding: 0 0 0.5em;
}
p.smith  span{
	font-weight: 400;
    padding: 0 25px;
    color: #7f8c8c;
    letter-spacing: 1px;
    font-size: 15px;
}
.top-in{
	background:#f8f8f8;
}
p.reply{
	float:right;
	padding:0;
	width: 17%;
	color:#362f2f;
	font-size:1em;
}
p.reply a{
	text-decoration: none;
    color: #969696;
    font-size: 14px;
    letter-spacing: 2px;
}
p.reply a:hover{
	color:#00C0FF;
}
p.reply i{
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0px;
}
/*----*/
.single-us input[type="text"],.single-us input[type="email"],.leave textarea,.leave input[type="submit"]{
	width: 100%;
    -webkit-appearance: none;
    display: inline-block;
    background: none;
    border: 1px solid #A3A1A1;
    outline: none;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
}
.leave textarea{
	resize:none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;	
}
.leave input[type="submit"]{
	border: none;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    width: 46%;
    margin: 150px 0 0 20px;
    padding: 7px;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-weight: 400;
    background: #00C0FF;
}
.leave input[type="submit"]:hover{
	background:#000;
}
.leave p{
	width: 80%;
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 26px;
    color: #464545;
}
.single-us {
	padding:0 2em 0 0;
}
.single-us:nth-child(2) {
	padding:0;
}
.text-in{
	padding:0;
}
.single-grid {
	padding: 0.7em 0;
}
.text-top{
	padding:0.5em 0;
}
.leave {
	padding: 4em 0 0em;
}
.top-comments {
	padding: 5em 0 0;
}
.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}
.md-col-in ul li{
	list-style:none;
}
.md-col-in ul{
	padding:1.8em 0 0;
}
.md-col-in ul li a{
	text-decoration:none;
	color:#362f2f;
	font-size:1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover{
	color:#c3a000;
}
.md-col-in ul li i{
	background: url(../images/img-sprite.png)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}
.top-single {
	padding: 1em;
}
/*-- /single-page --*/
/*-- contact-page --*/
.w3l-map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.e-mail p {
    font-size: 1em;
    margin: 1em 0 0 0;
    color: #473B3B;
    line-height: 1.8em;
    text-align: center;
}
.e-mail p a{
    color: #FD5C63;
    text-decoration: none;
}
.contact-form {
    margin: 3em 0;
}
.contact-form form {
  margin: 2em 0 0 0;
}
.contact-form input[type="text"],.contact-form input[type="email"] {
    width: 32.6%;
    color: #999999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 1em;
    margin: 0 .5em 1em 0;
    border: solid 2px #cecece;
    -webkit-appearance: none;
}
.contact-form input[type="text"]:nth-child(3) {
  margin-right: 0;
}
.contact-form textarea {
  resize: none;
  width: 100%;
  color: #999999;
  background: none;
  font-size: 1em;
  outline: none;
  padding: 1em;
  border: solid 2px #cecece;
  min-height: 150px;
  -webkit-appearance: none;
}
.contact-form input[type="submit"] {
    color: #ffffff;
    font-size: 15px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 40px;
    text-decoration: none;
    letter-spacing: 1px;
    background: #00C0FF;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
    background: #000;
}
h3.agileits-branch {
    margin-bottom: 25px;
    font-size: 33px;
    color: #24282e;
    letter-spacing: 2px;
}
.address {
  	margin-top: 5em;
}
.contact h4 {
    color: rgb(228, 10, 119);
    font-size: 24px;
    letter-spacing: 1px;
    margin: 10px 0px 10px;
}
.address p {
	text-align: center;
    font-size: 13.5px;
    line-height: 25px;
    color: #868686;
    font-weight: 300;
    margin: 0px 0 4px;
    letter-spacing: 1px;
}
.address a {
	color:  black;
    margin: 0 0 .5em 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    transition: .5s all;
}
.address a:hover {
  	color:#24282e;
	text-decoration:underline;	
}
/*-- //contact-page --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	ms-border-radius: 50%;
}
#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive media queries --*/
@media (max-width: 1440px){
	.w3layouts-slider {
		height:700px;
	}
}
@media (max-width: 1366px){
	.w3layouts-slider {
		height:600px;
	}	
	header {
		padding:16px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 50px;
		padding: 25px 0px;
	}	
	.w3layouts-slider div.content {
		top: 55%;
	}
	.wthree-join h6 {
		font-size: 33px;
	}
	.wthree-main-content,.w3layouts-welcome {
		padding: 60px 0;
	}
	.agileinfo-wwd {
		padding: 60px 0;		
	}
	.address {
		margin-top: 4em;
		text-align:center;
	}
	.w3l-map iframe {
		min-height: 350px;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 34px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 1280px){
	.w3layouts-slider {
		height:570px;
	}	
	header {
		padding:15px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 45px;
		padding: 20px 0px;
	}
	.wthree-join h6 {
		font-size: 32px;
	}
	.wthree-join h6 i {
		vertical-align: baseline;
	}
	.agileits-footer-bottom {
		padding: 0.8em 0;
	}
	.agileits-inner-layer,.w3layouts-inner-banner {
		min-height: 150px;
	}
}
@media (max-width: 1080px){
	.w3layouts-slider {
		height:540px;
	}	
	header {
		padding:12px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 40px;
		padding: 18px 0px;
	}
	.wthree-join h6 {
		font-size: 30px;
	}
	.w3l-welcome_info h4 {
		font-size: 19px;
		margin: 18px 0;
	}
	.sti-menu li a p {
		left: 2%;
		top: 100px;
	}
	.agileinfo-wwd h3 {
		margin-bottom: 55px;
		font-size: 38px;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 25%;
	}
	.sti-menu li a h4 {
		left: 19%;
		top: 75px;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 25%;
	}
	.sti-menu li i {
		padding-top: 15px;
	}
	.sti-menu li {
		margin: 0 3% 5% 3%;
		height: 150px;
	}
	figure.effect-moses h4 {
		padding: 40px 20px 20px 20px;
	}
	figure.effect-moses p {
		padding: 30px 20px 20px 20px;
	}
	.w3ls-interior-design-grid-right h3 {
		margin-top: 3px;
		font-size: 23px;
	}
	.w3ls-interior-design-grid-right p {
		margin: 15px 0 0;
		line-height: 25px;
	}
	.w3ls-interior-design-grid-right p span {
		margin: 10px 0 0;
		line-height: 25px;
	}
	.w3ls-interior-design-grids {
		padding: 60px 0;
	}
	.w3ls-team-grids {
		padding: 3.5em 1em;
		width: 23.5%;
	}
	.w3ls-team-grids.team-mdl {
		margin: 0 1em;
	}
	.w3ls-team-grids.team-mdl1 {
		margin-right: 1em;
	}
	.team-row {
		margin-top: 35px;
	}
	h2.agile-inner-title {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.wthree-main-content, .w3layouts-welcome {
		padding: 50px 0;
	}	
	figcaption.w3layouts-caption h3 {
		margin-top: 85px;
	}
	ul.simplefilter {
		margin-bottom: 20px;
		 display: none;
	}
	.blog-grid h3 a {
		font-size: 23px;
		margin-top: 15px;
	}
	.blog-grid p {
		margin: 10px 0 20px;
	}
	.blog-grid {
		padding: 15px 15px 15px 0;
	}
	a.smore {
		font-size: 14px;
		padding: 8px 18px;
		letter-spacing: 2px;
	}
	.blog-top i.black {
		margin: 35px 15px;
	}
	.single h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.w3l-map iframe {
		min-height: 300px;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 30px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 1050px){
	.agileinfo-wwd {
		padding: 50px 0;
	}	
	.agileinfo-wwd h3 {
		margin-bottom: 45px;
		font-size: 35px;
	}
	.w3layouts-newsletter {
		padding: 20px 0;
	}	
	h2.agile-inner-title {
		font-size: 34px;
		margin-bottom: 25px;
	}
}
@media (max-width: 1024px){
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 24px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 991px){
	.nav>li>a {
		padding: 0px 10px;
		letter-spacing: 1px;
	}
	.w3layouts-slider {
		height:500px;
	}	
	header {
		padding:12px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 36px;
		padding: 15px 0px;
	}
	.wthree-join h6 {
		font-size: 28px;
	}
	.w3layouts-slider div.content {
		top: 60%;
	}
	.w3l-welcome_pic {
		padding: 0 0 0 0em;
		margin-top: 6%;
	}
	.w3ls-interior-design-grid-left {
		min-height: 390px;
		margin-top: 3%;
	}
	.w3ls-interior-design-grids {
		padding: 50px 0;
	}
	.w3ls-interior-design-grids:nth-child(2) {
		padding: 0px 0;
	}
	.w3ls-interior-design-grids:nth-child(3) {
		padding-top:5px;
	}
	.wthree-join h6 {
		margin-bottom: 20px;
	}
	.sti-menu li {
		margin: 0 3% 4% 3%;
		height: 180px;
	}
	.sti-menu li i {
		padding-top: 25px;
	}
	.sti-menu li a h4 {
		left: 27%;
		top: 95px;
	}
	.sti-menu li a p {
		left: 17%;
		top: 120px;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 34%;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 33%;
	}
	.wthree-bottom-right.grid {
		padding: 0 36px;
		margin-top: 7%;
	}
	figure.effect-moses h4 {
		padding: 65px 20px 20px 20px;
	}
	figure.effect-moses p {
		padding: 70px 20px 20px 20px;
	}
	.w3ls-address-grid i {
		margin: 0 0% 0 0;
		width: 100%;
		text-align: center;
	}
	.w3-address1 {
		text-align: center;
		width: 100%;
	}
	.w3-address1 p {
		line-height: 25px;
	}
	.agileits-about-right {
		margin-top: 4%;
	}
	.agileits-about-right p {
		margin: 12px 0 0 0;
	}
	.agileits-about-right p span {
		margin: 0.8em 0 0 0;
	}
	.w3ls-team-grids {
		padding: 5em 1em;
		width: 47%;
		float: left;
	}
	.w3ls-team-grids.team-mdl {
		margin: 0 0 0 2em;
	}
	.w3ls-team-grids.team-mdl1 {
		margin-right: 2em;
		margin-top: 2em;
	}
	.w3ls-team-grids:nth-child(4) {
		margin-top: 2em;
	}
	.team-row {
		width: 80%;
		margin: 35px auto 0;
	}
	.blog-grid h3 a {
		font-size: 22px;
		margin-top: 5px;
	}
	.blog-grid h3 {
		margin-top: 10px;
	}
	.date {
		height: 20px;
	}
	.blog-grid {
		float:none;
		width: 98%;
	}
	a.blog-post {
		margin-right: 3%;
	}
	a.smore {
		float: none;
		width: 20%;
		margin-left: 40%;
		display: block;
	}
	a.blog-post1 {
		margin-left: 3%;
	}
	.single h3 {
		font-size: 23px;
		line-height: 37px;
	}
	p.men-it {
		font-weight: 300;
		font-size: 13.5px;
		padding: 8px 0px;
	}
	.single-us {
		margin-bottom: 15px;
		padding: 0px 0em 0px 0px;
	}
	.single-grid {
		padding: 0em 0;
	}
	.text-top {
		padding: 0em 0;
	}
	.leave textarea {
		margin: 0em 0em;
	}
	.leave input[type="submit"] {
		width: 38%;
		margin: 20px 0 20px 0px;
	}
	.leave p {
		font-size: 14px;
		line-height: 28px;
		width:100%;
	}
	h3.agileits-branch {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.contact-form input[type="text"],.contact-form input[type="email"] {
		width: 32.4%;
	}
	.w3-agileits-location {
		width: 33.333%;
		float: left;
	}
	.address p {
		font-size: 13px;
		line-height: 23px;
		letter-spacing: 0px;
	}
}
@media (max-width: 900px){
	.w3layouts-slider {
		height:470px;
	}	
	.agileits-inner-layer, .w3layouts-inner-banner {
		min-height: 120px;
	}	
	p.men-it {
		font-size: 13px;
	}
	.address {
		margin-top: 2em;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 26px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 800px){
	.w3layouts-slider {
		height:430px;
	}	
	header {
		padding:10px 0;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 33px;
		padding: 12px 0px;
	}
	h2.agile-inner-title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.wthree-main-content, .w3layouts-welcome {
		padding: 40px 0;
	}
	ul.start {
		padding: 7px 0 10px;
	}
	/*-- icons-page --*/
	.icon-box {
		margin: .2em 0 0.2em 0;
	}
	h3.agileits-icons-title {
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 22px;
		margin: 20px 0 15px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 768px){
	.w3layouts-slider div#w3layouts-title {
		font-size: 32px;
		padding: 10px 0px;
	}
	.logo h1 a {
		font-size: 36px;
	}
	.w3l-map iframe {
		min-height: 250px;
	}
	/*-- typo-page --*/
	h3.head-top {
		font-size: 1.5em;
		margin-bottom: 0.5em;
	}
	/*-- //typo-page --*/
}
@media (max-width: 736px){
	.w3layouts-slider {
		height:410px;
	}	
	.w3ls-address-grid {
		width: 33.333%;
		float: left;
	}
	.agileits-footer-top {
		padding: 30px 0;
	}
	.logo {
		margin-top: 8px;
	}
	.navbar-nav {
		margin-top: 12px;
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-left: 0;
	}
	.sti-menu li:nth-child(4) a h4 {
		left: 30%;
	}
	.navbar-nav>li {
		margin: 15px 0px;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		padding: 0 0;
		margin: 10px 0;
		color: #e6e6e6;
	}
	.contact-form input[type="text"],.contact-form input[type="email"] {
		width: 32.3%;
	}
	.contact h4 {
		font-size: 22px;
		margin: 0px 0px 10px;
	}
}
@media (max-width: 667px){	
	.w3layouts-slider {
		height:380px;
	}	
	.sti-menu li:nth-child(4) a h4 {
		left: 29%;
	}
	.agileits-inner-layer, .w3layouts-inner-banner {
		min-height: 100px;
	}
	h2.agile-inner-title {
		font-size: 30px;
	}
	a.smore {
		width: 25%;
		margin-left: 37.5%;
	}
	.contact-form input[type="text"],.contact-form input[type="email"] {
		width: 32.2%;
	}
}
@media (max-width: 640px){
	.w3layouts-slider {
		height:350px;
	}	
	.w3layouts-slider div#w3layouts-title {
		font-size: 30px;
		padding: 10px 0px;
	}
	.w3layouts-slider div.content {
		top: 70%;
	}
	.sti-menu li a p {
		left: 12%;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 30%;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 30%;
	}
	.footer-class {
		width: 100%;
		text-align: center;
	}
	.w3layouts-agileits-social {
		width: 100%;
		text-align: center;
		margin-top: 2%;
	}
	.w3ls-team-grids {
		padding: 3.5em 1em;
	}
	.agileinfo-wwd h3 {
		margin-bottom: 40px;
		font-size: 32px;
	}
	h3.w3-title {
		font-size: 32px;
		letter-spacing: 2px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 10px;
	}
	.simplefilter li:before {
		right: -18px;
	}
	.blog-grid h3 a {
		font-size: 20px;
		margin-top: 0px;
	}
	.blog-grid p {
		margin: 5px 0 15px;
		line-height: 29px;
	}
	ul.share {
		margin: 30px 0 0px 0;
	}
	.top-comments,.leave {
		padding: 3.5em 0 0;
	}
	p.eget {
		font-size: 13px;
		line-height: 29px;
	}
	.leave p {
		font-size: 13px;
		line-height: 25px;
	}
	.address a {
		font-size: 12px;
	}
}
@media (max-width: 600px){
	.w3layouts-slider {
		height:340px;
	}	
	.team-row {
		width: 90%;
		margin: 30px auto 0;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 5px;
		margin-bottom: 0;
	}
	figcaption.w3layouts-caption h3 {
		margin-top: 75px;
		font-size: 1.5em;
	}
	.contact-form input[type="text"],.contact-form input[type="email"] {
		width: 100%;
		margin-right: 0;
		margin-left:0;
	}
	.w3-agileits-location {
		width: 100%;
	}
	.w3-agileits-location:nth-child(2) {
		margin:4% 0;
	}
	.address a {
		font-size: 13px;
	}
	.sti-menu li a h4 {
		left: 21%;
	}
	.sti-menu li a p {
		left:10%;
	}
	.sti-menu li:nth-child(4) a h4 {
		left: 25%;
	}
	figure.effect-moses p {
		padding: 38px 20px 20px 20px;
	}
	figure.effect-moses h4 {
		padding: 50px 20px 20px 20px;
	}
}
@media (max-width: 568px){
	figure.effect-moses p {
		padding: 30px 20px 20px 20px;
	}
	figure.effect-moses h4 {
		padding: 45px 20px 20px 20px;
	}
	.w3ls-interior-design-grid-left {
		min-height: 360px;
		min-height: 360px;
	}
	.agileinfo-about-top {
		padding-bottom: 45px;
	}
	.w3ls-team-grids p {
		font-size: 13px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 10px;
	}
	a.blog-post,a.blog-post1 {
		width: 100%;
		margin-bottom:5%;
		margin-top:0;
		margin-left:0;
		margin-right:0;
	}
	.blog-top img,a.blog-post1 img {
		width: 70%;
	}
	.date {
		height: auto;
	}
	section.w3ls-team {
		padding: 45px 0 10px;
	}
	.single h3 {
		font-size: 24px;
		line-height: 35px;
		letter-spacing: 1px;
	}
	/*-- icons-page --*/
	.icons-page .bs-glyphicons li {
		width: 30%;
	}
	/*-- icons-page --*/
}
@media (max-width: 480px){
	.w3layouts-slider {
		height:300px;
	}		
	.w3layouts-slider div#w3layouts-title {
		font-size: 26px;
		padding: 10px 0px;
	}
	.color-1,.color-2,.color-3 {
		margin:0 5px;
	}
	.logo {
		margin-top: 7px;
		text-align:center;
		max-width:320px;
	}
	header {
		padding:8px 0;
	}
	.w3l-welcome_info h3, .auto_sec h3, .feature_head h3 {
		font-size: 32px;
	}
	.sti-menu li {
		margin: 0 1% 2% 1%;
		width: 48%;
	}
	.wthree-bottom-right.grid {
		padding: 0 18px;
		margin-top: 6%;
	}
	figure.effect-moses h4 {
		padding: 35px 20px 20px 20px;
	}
	figure.effect-moses p {
		font-size: 13px;
		line-height: 1.5em;
	}
	.w3ls-interior-design-grid-left {
		min-height: 300px;
	}
	.sti-menu li a p {
		left: 2%;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 24%;
	}
	.sti-menu li a h4 {
		left: 18%;
	}
	.sti-menu li:nth-child(4) a h4 {
		left: 20%;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 24%;
	}
	.w3ls-interior-design-grid-right h3 {
		font-size: 22px;
	}
	figure.effect-lexi h3 {
		font-size: 1.6em;
	}
	.agileinfo-newsletter input[type="email"] {
		width: 70%;
		padding: 12px 14px;
		margin-right: 5px;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: 13px 18px;
		width: 28%;
	}
	.wthree-join h6 {
		font-size: 28px;
		letter-spacing: 3px;
	}
	.w3layouts-newsletter {
		padding: 15px 0 20px;
	}
	.w3ls-address-grid {
		width: 100%;
		margin-bottom:5%;
	}
	.w3ls-address-grid:nth-child(3) {
		margin-bottom:0;
	}
	.w3-address1 {
		margin-top: 0em;
	}
	.w3-address1 h6 {
		line-height: 18px;
		margin-bottom: 2px;
	}
	.team-row {
		width: 100%;
	}
	.w3ls-team-grids {
		padding: 1.7em 1em;
	}
	.w3ls-team-grids.team-mdl {
		margin: 0 0 0 1.5em;
	}
	.w3ls-team-grids.team-mdl1 {
		margin-right: 1.5em;
		margin-top: 1.5em;
	}
	.w3ls-team-grids:nth-child(4) {
		margin-top: 1.5em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 6px;
		font-size: 0.875em;
	}
	.simplefilter li:before {
		right: -13px;
		top: 18px;
		width: 8px;
	}
	ul.simplefilter {
		margin-bottom: 10px;
	}
	.blog-top img, a.blog-post1 img {
		width: 100%;
	}
	a.smore {
		width: 35%;
		margin-left: 32.5%;
	}
	ul.start li a, ul.start li span {
		font-size: 14px;
		padding: 8px 10px;
	}
	.grid-single {
		width: 90%;
	}
	p.smith span {
		padding: 0 20px;
		letter-spacing: 0px;
		font-size: 13px;
	}
	p.men-it {
		font-size: 12.5px;
		padding: 5px 0px;
		line-height: 25px;
	}
	.men {
		padding: 45px 0;
	}
	.single h3 {
		font-size: 22px;
		line-height: 33px;
		letter-spacing: 0px;
	}
}
@media (max-width: 414px){
	.w3layouts-slider {
		height:270px;
	}		
	.w3layouts-slider div#w3layouts-title {
		font-size: 23px;
	}
	.grid-single {
		width: 100%;
	}	
	.footer-class {
		line-height: 25px;
	}
	.agileinfo-newsletter input[type="email"] {
		width: 67%;
	}
	.agileinfo-newsletter input[type="submit"] {
		width: 30%;
	}
	.sti-menu li {
		margin: 0 0% 4% 17.5%;
		width: 65%;
	}
	.sti-menu li:nth-child(3) {
		margin: 0 0% 4% 17.5%;
	}
	.agileinfo-wwd {
		padding: 40px 0;
	}
	.w3layouts-slider div.content {
		top: 75%;
	}
	.agileinfo-wwd h3 {
		margin-bottom: 30px;
	}
	.grid figure figcaption {
		padding: 0em;
	}
	.w3ls-interior-design-grid-left {
		min-height: 250px;
		padding: 0;
	}
	.w3ls-interior-design-grid-right {
		padding: 0;
	}
	.w3ls-interior-design-grid-right h3 {
		line-height: 30px;
	}
	figure.effect-lexi h3 {
		font-size: 1.4em;
	}
	.wthree-main-content, .w3layouts-welcome {
		padding: 35px 0;
	}
	.sti-menu li a p {
		left: 6%;
	}
	.sti-menu li a h4 {
		left: 19%;
	}
	.sti-menu li:nth-child(2) a h4 {
		left: 28%;
	}
	.sti-menu li:nth-child(3) a h4 {
		left: 28%;
	}
	.sti-menu li:nth-child(4) a h4 {
		left: 23%;
	}
	.wthree-about-left,.agileits-about-right {
		padding: 0;
	}
	.w3ls-team-grids {
		padding: 6em 1em;
		width: 100%;
	}
	.team-row {
		width: 75%;
	}
	.w3ls-team-grids.team-mdl {
		margin: 1.5em 0 0 0em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 3px;
		font-size: 0.9em;
	}
	.simplefilter li:before {
		right: -9px;
		width: 6px;
	}
	a.smore {
		width: 40%;
		margin-left: 30%;
	}
	ul.start li a, ul.start li span {
		letter-spacing: 0px;
	}
	.top-single {
		padding: 1em 0;
	}
	/*-- icons-page --*/
	.icon-box {
		width: 100%;
	}
	.icons-page .bs-glyphicons li {
		width: 42%;
	}
	p.reply a {
		font-size: 13px;
		letter-spacing: 0px;
	}
	p.reply {
		width: 22%;
	}
	/*-- //icons-page --*/
	/*-- typo-page --*/
	.grid_3 {
		padding: 1em;
	}
	.typo-1 {
		padding: 0px;
	}
	/*-- //typo-page --*/
}
@media (max-width: 384px){
	.w3layouts-slider {
		height:250px;
	}		
	.w3layouts-slider div#w3layouts-title {
		font-size: 21px;
	}
	.logo h1 a {
		font-size: 34px;
	}
	.w3l-welcome_info h4 {
		font-size: 18px;
		margin: 13px 0;
		line-height: 28px;
	}
	.sti-menu li,.sti-menu li:nth-child(3) {
		margin: 0 0% 4% 15%;
		width: 70%;
	}
	figure.effect-moses h4 {
		font-size: 24px;
	}
	figure.effect-moses p {
		font-size: 12px;
		line-height: 1.4em;
	}
	.w3ls-interior-design-grid-left {
		min-height: 240px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.w3ls-team-grids {
		padding: 5em 1em;
	}
	.agileits-inner-layer, .w3layouts-inner-banner {
		min-height: 80px;
	}
	.wthree-join h6 {
		letter-spacing: 2px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 1px;
		font-size: 0.875em;
	}
	.simplefilter li:before {
		right: -6px;
	}
	ul.start li a, ul.start li span {
		padding: 8px 8px;
	}
	p.men-it {
		font-size: 12px;
		line-height: 22px;
	}
	h3.agileits-branch {
		margin-bottom: 18px;
		font-size: 28px;
	}
}
@media (max-width: 375px){
	.agileinfo-newsletter input[type="email"] {
		width: 100%;
		margin: 0 0 15px 0px;
	}
	.agileinfo-newsletter input[type="submit"] {
		width: 40%;
	}
	.wthree-join h6 {
		letter-spacing: 1px;
		font-size: 26px;
		margin-bottom: 15px;
	}
	.w3ls-team-grids {
		padding: 4.5em 1em;
	}	
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 1px;
		font-size: 0.8em;
	}
}
@media (max-width: 320px){
	.w3layouts-slider {
		height:230px;
	}		
	.w3layouts-slider div#w3layouts-title {
		font-size: 19px;
	}
	.w3l-welcome_pic h2 {
		font-size: 21px;
		margin-top:5%;
		color:#00bfff;
	}
	.w3l-welcome_pic img {
		margin: 1em 0 1em 0;
	}
	.sti-menu li, .sti-menu li:nth-child(3) {
		margin: 0 0% 4% 5%;
		width: 90%;
	}
	.wthree-bottom-right.grid {
		padding: 0 0px;
	}
	figure.effect-moses h4 {
		font-size: 20px;
	}
	figure.effect-moses p {
		padding: 23px 20px 20px 20px;
	}
	.w3ls-interior-design-grid-left {
		min-height: 210px;
	}
	.wthree-join h6 {
		font-size: 25px;
	}
	.agileinfo-newsletter input[type="submit"] {
		width: 50%;
	}
	.w3ls-team-grids {
		padding: 1.8em 1em;
	}
	h2.agile-inner-title {
		font-size: 28px;
	}
	.wthree-main-content, .w3layouts-welcome {
		padding: 30px 0;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 10px;
		font-size: 1em;
	}
	.simplefilter li:before {
		right: -14px;
	}
	.blog-grid h3 a {
		font-size: 19px;
	}
	a.smore {
		width: 50%;
		margin-left: 25%;
	}
	p.reply {
		width: 26%;
	}
	.leave input[type="submit"] {
		font-size: 16px;
	}
}
#evab {
	
	background-color:white;
	height:20px;
}
.simplefilter{
	
	 display: none;
}
.button777 {
	
	border-radius: 8px;
	font-size: 30px;
	background-color: #00cdff;	
	text-decoration:none;
	text-align:center;
	color:white;
	display: block;
	margin: 0 auto;
	width:200px;
	padding: 10px 5px;
}
.button777 a{
	
	text-decoration:none;
	color:black;
}
.button777 p{
	
	text-decoration:none;
	color:black;
}
.button777 a:hover{
	
	text-decoration:none;
}
.button777:hover{
	
	text-decoration:none;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#page-number {
	
	text-align:center;
}
.col-md-4 w3-agileits-location {
	
	text-align:center;
}
#centered-saps{
	
	text-align:center;
	height:600px;
} | 0.161452 | 0.04197 | 
| 
	* {margin: 0; padding:0;}
/* Header */
#todo{
  width: 100%;
}
#global{
  display: flex;
}
header{
  position: fixed;
  display: flex;
  right: 0px;
  background-color: white;
  width: 95%;
  height: 50px;
  box-shadow: 0px 2px 15px -5px grey;
}
.temas_contraido{
    padding: 50% 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.temas_contraido:hover{
    overflow-y: scroll;
}
.temas_contraido::-webkit-scrollbar{
  width: 2px;
}
.contenedor_contraido{
  margin: 25% 0;
  width: 100%;
  height: 10%;
}
.contenedor_contraido img{
  cursor: pointer;
  width: 73%;
  height: auto;
  margin: 10% 13%;
}
#ajustes{
  /* border: 1px solid white;  */
  cursor: pointer;
  position:relative;
  width: 70px;
}
#ajustes img{
  margin: 8px 18px;
  width: 30px;
  float: right;
}
#volver{
  display: none;
}
#cont_titulo{
  width: 100%;
  /* border: 1px solid white; */
}
#titulo{
  font-family: "Verdana", "Arial";
  color: #333;
  background: white;
  cursor: pointer;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 50px;
  margin: 0px auto;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
#menu_themes{
  cursor: pointer;
  overflow: hidden;
  width: 80px;
}
#menu_themes img{
  margin: 8px 18px;
  width: 30px;
  float: left;
}
#subtemas_comprimidos{
  background-color: white;
  width: 25%;
  height: auto;
  position: fixed;
  left: 5%;
  top: 55px;
  z-index: 1;
  display:none;
  text-align: center;
  box-shadow: -2px 2px 15px -5px grey;
}
#subtemas_comprimidos h1{
  font-family: "Verdana", "Arial";
  line-height: 40px;
  font-size: 25px;
}
#subtemas_comprimidos li{
  margin: inherit;
  border: 0px solid white;
}
/* Submenu */
#menu_modal{
  background-color: white;
  width: 25%;
  height: auto;
  position: fixed;
  right: 0px;
  top: 55px;
  z-index: 1;
  display:none;
  text-align: center;
  box-shadow: -2px 2px 15px -5px grey;
}
#modal_1{
  width: 100%;
  height: 50px;
}
#menu_modal h1{
  font-family: "Verdana", "Arial";
  line-height: 40px;
  font-size: 25px;
}
.asdf{
  display: none;
  width: 100%;
  color:white;
  height: auto;
  text-align: center;
  overflow: hidden;
  font-family: "Verdana", "Arial";
}
.asdf h3{
  line-height: 50px;
}
/* ESTILOS DE LAS VENTANAS MODALES */
.modal-content, .modal-header, .modal-body{
 height: auto;
}
.modal-header{
  font-family: "Verdana", "Arial";
  background-color: #333;
  color: white;
}
.modal-body{
  background-color:white ;
  color: white;
}
.modal-body{
  color:#333;
}
.modal-footer{
  background-color: white;
}
/* MENU IZQUIERDO */
#contenedor{
  position: fixed;
  width: 5%;
  height: 100vh;
  z-index: 1;
  background-color: #333;
  box-shadow: 3px 0px 15px -2px grey;
}
#contenedor hr{
  color: white;
  background-color: white;
}
.datos{
  cursor: pointer;
}
.as{
  width: 90%;
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  top: 5%;
  height: 38%;
  overflow-y: hidden;
  }
.as li{height: auto;}
.as::-webkit-scrollbar{
  width: 5px;
}
.as::-webkit-scrollbar-thumb{
  background: grey;
  border-radius: 4px;
}
.as::-webkit-scrollbar-thumb:active{
  background: #eee;
}
.as:hover{
  transition: 1s;
    overflow-y: scroll;
}
.asd{ width: 90%; height: 38%; margin: 0 auto; position: relative; top: 1%; overflow: hidden; display: none;}
.boton{
  padding: 8px;
  background-color: #333;
  padding-left: 26px;
  font-size: 17px;
  color: white;
  border: none;
  height: auto;
  text-align: left;
}
.boton:hover{
  transition: 1s;
}
.boton:focus{
    outline: none;
}
.asd:hover{
  overflow-y: scroll;
  padding-right: 10px;
}
.asd::-webkit-scrollbar{
  width: 5px;
}
.asd::-webkit-scrollbar-thumb{
  background: white;
  border-radius: 4px;
}
.asd::-webkit-scrollbar-thumb:active{
  background: #eee;
}
@media screen and () {
}
#modal_2 a{
  color: #333;
  text-decoration: none;
  height: auto;
}
.mo{
  border: 0px;
}
#modal_2 li:hover{
  background-color: #f1f2f5;
}
/* */
.opciones{
  width: 98%;
  height: 30px;
  display: flex;
  border-bottom: 1px solid #eee;
}
.opcion{
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  padding-top: 3px;
}
.mostrando{
  background-color: #eee !important;
}
/* Modal Crear/Editar Subtemas */
.crear{
  padding-top: 10px;
  display: none;
}
.modificar{
  padding-top: 20px;
  display: none;
}
#temas{height: 200px; width: 100%; background-color: red; z-index: }
#subtemas{height: 100px; width: 100%; background-color: blue; z-index: }
.versubtemas{display: none;}
.modificar_subtema{display: none;}
.picker {
  float: left;
			border-radius: 5px;
			width: 36px;
			height: 36px;
			cursor: pointer;
			-webkit-transition: all linear .2s;
			-moz-transition: all linear .2s;
			-ms-transition: all linear .2s;
			-o-transition: all linear .2s;
			transition: all linear .2s;
			border: thin solid #eee;
		}
		.picker:hover {
			transform: scale(1.1);
		}
    #colorPick{
      z-index: 1000000000000;
      width: 170px !important;
      height: auto;
    }
    .contenedor_color{
      float: left;
      width: 230px;
      height: 70px;
      padding-left: 20px;
    }
    .contenedor_color p{
      height: auto;
    }
    .color_input{
      border-radius: 5px;
      border: 1px solid #333;;
      float: left;
      width: 130px;
      height: 36px;
    }
    .formu{
      height: 36px;
      width: 288px;
      padding-bottom: 3px;
      border-radius: 5px;
      border: 1px solid #333;
      background: #eee;
      padding-left: 5px;
      padding-right: 5px;
      color: #333;
    }
    .c_tema{
      float: left;
      width: 150px;
      height: 36px;
    }
    .a_tema{
      height: 36px;
      width: 288px;
    }
    #c_sbtema{
      height: 36px;
      width: 288px;
    }
    .formu:focus{
      outline: unset;
    }
    .contenedor_temanuevo{
      float: left;
      width: 230px;
      padding-left: 43px;
      height: 70px;
    }
    .contenedor_temanuevo p{
      height: auto;
    }
    .vertemas{
      background-color: #eee;
      border-radius: 5px;
      height: 36px;
      width: auto;
      border: 1px solid #333;
    }
    .cont1{
      float: left;
      width: 465px;
      padding-left: 25px;
      height: 45px;;
    }
    .cont2{
      float: left;
      width: 465px;
      height: 60px;
      padding-left: 51px;
      display: none;
    }
    .txt{
      width: 100px;
      height: 55px;
      text-align: right;
      float: left;
      position: relative;
      bottom: 7px;
      right: 3px;
    }
    .crrar{
      color: white !important;
    }
    #modificar_subtema {
      height: 36px;
      width: 288px;
    }
    .visor{
      display: flex;
      background-color: white;
      width: 60%;
      height: auto;
      margin: 0 auto;
      box-shadow: 0px 2px 15px -5px grey;
    }
    .comentarios{
      overflow: hidden;
      margin: 1% auto;
      text-align: center;
      background-color: white;
      cursor: pointer;
      width: 90%;
      height: 27%;
      display: none;
      z-index: 5;
      box-shadow: 0px 2px 15px -5px grey;
    }
    .texto::-webkit-scrollbar{
      width: 5px;
    }
    .texto::-webkit-scrollbar-thumb{
      background: grey;
      border-radius: 4px;
    }
    .texto::-webkit-scrollbar-thumb:active{
      background: #ddd;
    }
    .texto:hover{
      transition: 1s;
        overflow-y: scroll;
    }
    .imagenes{
      width: 22%;
      height: 66%;
      position: absolute;
      top: 32%;
      left: 76%;
      float: right;
      border: 1px solid red;
    }
    .cabecera-comentarios{
      width: 100%;
      margin: 0 auto;
      height: 30px;
      background-color: #333;
    }
    .expandir_comentarios{
      float: right;
      transition: 1s;
      transform: rotate(180deg);
      border-radius: 0px 10px 0px 0px;
    }
    .expandir_comentarios:focus{
      box-shadow: none;
    }
    .expandir_comentarios strong{
      color: white;
      height: 15px;
    }
    .expandir_comentarios:focus{
      outline:none;
    }
    .template{
      position: absolute;
      top: 8%;
      right: 0px;
      width: 95%;
      height: 92%;
    }
    .xd{
      width: 100%;
      height: 50%;
      border: 1px solid black;
      padding-top: 25%;
      text-align: center;
    }
    .xd:hover{
      background-color:#1bd;
    }
    .xs{
      /* border: 1px solid black; */
      width: 100%;
      height: auto;
      padding-top: 8%;
      display:flex;
    }
    .no_padding{
      padding-top: 0% !important;
    }
    .xs li{
      height: auto;
    }
    .xs li:hover{
      background: #3a3;
    }
    .xss{
      width: 98%;
      height: 220px;
      border: 1px solid blue;
      display: flex;
    }
    .xss *{
      height: auto;
    }
    .conte{
      width: 50% !important;
    }
    .texto{
      width: 100%;
      height: 100%;
      padding: 0 5%;
      cursor: auto;
      text-align: center;
      overflow-y: scroll;
      border-radius: 10px 10px 0px 0px;
      padding-bottom: 30px;
    }
    .vista1{
      display: none;
    }
    .vista2{
      display: none;
    }
    .vista3{
      display: none;
    }
    .inputfile{
      border: 2px solid orange;
    }
    .inputfile[type='file']{
      width: 0.1%;
      height: 0.1%;
      padding-left: unset;
      color:#fff;
      background-color: #1bd;
      border: none;
      font-size: 20;
      border-radius: 30px 15px 15px 30px;
    }
    .label-file{
 font-size: 14px;
 font-weight: 600;
 height: auto;
 color: #fff;
 background-color: #106BA0;
 display: inline-block;
 transition: all .5s;
 cursor: pointer;
 padding: 15px 40px !important;
 text-transform: uppercase;
 width: fit-content;
 text-align: center;
 }
 .no_display{
   display: none;
 }
.bigformu{
  padding-bottom: 3px;
  border-radius: 5px;
  border: 1px solid #333;
  background: #eee;
  padding-left: 5px;
  padding-right: 5px;
  color: #333;
  height: 30%;
  width: 100%;
}
.fotorama__wrap{
  height: auto;
}
.accion{
  border: 1px solid black;
}
.materia{
  position:relative;
  color: #fff;
  margin: 20px auto;
  height: 400px;
  width: 500px;
  background: #f45673;
}
.ripple{
  overflow: hidden;
  z-index: 200000000;
}
.ripple-effect{
  position: absolute;
  border-radius:50%;
  width: 50px;
  height: 50px;
  background: #777;
  animation: animacion-ripple 8s;
}
@keyframes animacion-ripple {
    from{
      opacity: 0.4;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    to{
      opacity: 0;
      -webkit-transform: scale(100);
      -ms-transform: scale(100);
      -o-transform: scale(100);
      transform: scale(100);
    }
}
#login_imagen_fondo{
  width: 100%; /* en porcentaje (el highlight del foro lo trasforma) */
top:0;
left:0;
position:fixed;
z-index: -1;
}
#login_fondo{
height: 100vh;
}
#login_contenedor {
    width: 350px;
    height: 330px;
    margin: 8% auto;
    border-radius: 5px;
    background: #444;
    padding: 20px 31px;
    color: white;
    box-shadow: 0px 2px 15px -5px grey;
}
#login_titulo{
  font-family: "Verdana", "Arial";
  color: #333;
  background: white;
  cursor: pointer;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
#login_contenedor h6{
  line-height: 0px;
}
#login_contenedor input{
  margin-bottom: 15px;
  background: #555;
  border: 1px solid #333;
  color: white;
  padding: auto 5px;
}
input[name=contrasena]{
  margin-bottom: 0px !important;
}
#login_mensaje_contrasena{
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
} | 
	assets/css/Estilos.css | 
	* {margin: 0; padding:0;}
/* Header */
#todo{
  width: 100%;
}
#global{
  display: flex;
}
header{
  position: fixed;
  display: flex;
  right: 0px;
  background-color: white;
  width: 95%;
  height: 50px;
  box-shadow: 0px 2px 15px -5px grey;
}
.temas_contraido{
    padding: 50% 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.temas_contraido:hover{
    overflow-y: scroll;
}
.temas_contraido::-webkit-scrollbar{
  width: 2px;
}
.contenedor_contraido{
  margin: 25% 0;
  width: 100%;
  height: 10%;
}
.contenedor_contraido img{
  cursor: pointer;
  width: 73%;
  height: auto;
  margin: 10% 13%;
}
#ajustes{
  /* border: 1px solid white;  */
  cursor: pointer;
  position:relative;
  width: 70px;
}
#ajustes img{
  margin: 8px 18px;
  width: 30px;
  float: right;
}
#volver{
  display: none;
}
#cont_titulo{
  width: 100%;
  /* border: 1px solid white; */
}
#titulo{
  font-family: "Verdana", "Arial";
  color: #333;
  background: white;
  cursor: pointer;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 50px;
  margin: 0px auto;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
#menu_themes{
  cursor: pointer;
  overflow: hidden;
  width: 80px;
}
#menu_themes img{
  margin: 8px 18px;
  width: 30px;
  float: left;
}
#subtemas_comprimidos{
  background-color: white;
  width: 25%;
  height: auto;
  position: fixed;
  left: 5%;
  top: 55px;
  z-index: 1;
  display:none;
  text-align: center;
  box-shadow: -2px 2px 15px -5px grey;
}
#subtemas_comprimidos h1{
  font-family: "Verdana", "Arial";
  line-height: 40px;
  font-size: 25px;
}
#subtemas_comprimidos li{
  margin: inherit;
  border: 0px solid white;
}
/* Submenu */
#menu_modal{
  background-color: white;
  width: 25%;
  height: auto;
  position: fixed;
  right: 0px;
  top: 55px;
  z-index: 1;
  display:none;
  text-align: center;
  box-shadow: -2px 2px 15px -5px grey;
}
#modal_1{
  width: 100%;
  height: 50px;
}
#menu_modal h1{
  font-family: "Verdana", "Arial";
  line-height: 40px;
  font-size: 25px;
}
.asdf{
  display: none;
  width: 100%;
  color:white;
  height: auto;
  text-align: center;
  overflow: hidden;
  font-family: "Verdana", "Arial";
}
.asdf h3{
  line-height: 50px;
}
/* ESTILOS DE LAS VENTANAS MODALES */
.modal-content, .modal-header, .modal-body{
 height: auto;
}
.modal-header{
  font-family: "Verdana", "Arial";
  background-color: #333;
  color: white;
}
.modal-body{
  background-color:white ;
  color: white;
}
.modal-body{
  color:#333;
}
.modal-footer{
  background-color: white;
}
/* MENU IZQUIERDO */
#contenedor{
  position: fixed;
  width: 5%;
  height: 100vh;
  z-index: 1;
  background-color: #333;
  box-shadow: 3px 0px 15px -2px grey;
}
#contenedor hr{
  color: white;
  background-color: white;
}
.datos{
  cursor: pointer;
}
.as{
  width: 90%;
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  top: 5%;
  height: 38%;
  overflow-y: hidden;
  }
.as li{height: auto;}
.as::-webkit-scrollbar{
  width: 5px;
}
.as::-webkit-scrollbar-thumb{
  background: grey;
  border-radius: 4px;
}
.as::-webkit-scrollbar-thumb:active{
  background: #eee;
}
.as:hover{
  transition: 1s;
    overflow-y: scroll;
}
.asd{ width: 90%; height: 38%; margin: 0 auto; position: relative; top: 1%; overflow: hidden; display: none;}
.boton{
  padding: 8px;
  background-color: #333;
  padding-left: 26px;
  font-size: 17px;
  color: white;
  border: none;
  height: auto;
  text-align: left;
}
.boton:hover{
  transition: 1s;
}
.boton:focus{
    outline: none;
}
.asd:hover{
  overflow-y: scroll;
  padding-right: 10px;
}
.asd::-webkit-scrollbar{
  width: 5px;
}
.asd::-webkit-scrollbar-thumb{
  background: white;
  border-radius: 4px;
}
.asd::-webkit-scrollbar-thumb:active{
  background: #eee;
}
@media screen and () {
}
#modal_2 a{
  color: #333;
  text-decoration: none;
  height: auto;
}
.mo{
  border: 0px;
}
#modal_2 li:hover{
  background-color: #f1f2f5;
}
/* */
.opciones{
  width: 98%;
  height: 30px;
  display: flex;
  border-bottom: 1px solid #eee;
}
.opcion{
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  padding-top: 3px;
}
.mostrando{
  background-color: #eee !important;
}
/* Modal Crear/Editar Subtemas */
.crear{
  padding-top: 10px;
  display: none;
}
.modificar{
  padding-top: 20px;
  display: none;
}
#temas{height: 200px; width: 100%; background-color: red; z-index: }
#subtemas{height: 100px; width: 100%; background-color: blue; z-index: }
.versubtemas{display: none;}
.modificar_subtema{display: none;}
.picker {
  float: left;
			border-radius: 5px;
			width: 36px;
			height: 36px;
			cursor: pointer;
			-webkit-transition: all linear .2s;
			-moz-transition: all linear .2s;
			-ms-transition: all linear .2s;
			-o-transition: all linear .2s;
			transition: all linear .2s;
			border: thin solid #eee;
		}
		.picker:hover {
			transform: scale(1.1);
		}
    #colorPick{
      z-index: 1000000000000;
      width: 170px !important;
      height: auto;
    }
    .contenedor_color{
      float: left;
      width: 230px;
      height: 70px;
      padding-left: 20px;
    }
    .contenedor_color p{
      height: auto;
    }
    .color_input{
      border-radius: 5px;
      border: 1px solid #333;;
      float: left;
      width: 130px;
      height: 36px;
    }
    .formu{
      height: 36px;
      width: 288px;
      padding-bottom: 3px;
      border-radius: 5px;
      border: 1px solid #333;
      background: #eee;
      padding-left: 5px;
      padding-right: 5px;
      color: #333;
    }
    .c_tema{
      float: left;
      width: 150px;
      height: 36px;
    }
    .a_tema{
      height: 36px;
      width: 288px;
    }
    #c_sbtema{
      height: 36px;
      width: 288px;
    }
    .formu:focus{
      outline: unset;
    }
    .contenedor_temanuevo{
      float: left;
      width: 230px;
      padding-left: 43px;
      height: 70px;
    }
    .contenedor_temanuevo p{
      height: auto;
    }
    .vertemas{
      background-color: #eee;
      border-radius: 5px;
      height: 36px;
      width: auto;
      border: 1px solid #333;
    }
    .cont1{
      float: left;
      width: 465px;
      padding-left: 25px;
      height: 45px;;
    }
    .cont2{
      float: left;
      width: 465px;
      height: 60px;
      padding-left: 51px;
      display: none;
    }
    .txt{
      width: 100px;
      height: 55px;
      text-align: right;
      float: left;
      position: relative;
      bottom: 7px;
      right: 3px;
    }
    .crrar{
      color: white !important;
    }
    #modificar_subtema {
      height: 36px;
      width: 288px;
    }
    .visor{
      display: flex;
      background-color: white;
      width: 60%;
      height: auto;
      margin: 0 auto;
      box-shadow: 0px 2px 15px -5px grey;
    }
    .comentarios{
      overflow: hidden;
      margin: 1% auto;
      text-align: center;
      background-color: white;
      cursor: pointer;
      width: 90%;
      height: 27%;
      display: none;
      z-index: 5;
      box-shadow: 0px 2px 15px -5px grey;
    }
    .texto::-webkit-scrollbar{
      width: 5px;
    }
    .texto::-webkit-scrollbar-thumb{
      background: grey;
      border-radius: 4px;
    }
    .texto::-webkit-scrollbar-thumb:active{
      background: #ddd;
    }
    .texto:hover{
      transition: 1s;
        overflow-y: scroll;
    }
    .imagenes{
      width: 22%;
      height: 66%;
      position: absolute;
      top: 32%;
      left: 76%;
      float: right;
      border: 1px solid red;
    }
    .cabecera-comentarios{
      width: 100%;
      margin: 0 auto;
      height: 30px;
      background-color: #333;
    }
    .expandir_comentarios{
      float: right;
      transition: 1s;
      transform: rotate(180deg);
      border-radius: 0px 10px 0px 0px;
    }
    .expandir_comentarios:focus{
      box-shadow: none;
    }
    .expandir_comentarios strong{
      color: white;
      height: 15px;
    }
    .expandir_comentarios:focus{
      outline:none;
    }
    .template{
      position: absolute;
      top: 8%;
      right: 0px;
      width: 95%;
      height: 92%;
    }
    .xd{
      width: 100%;
      height: 50%;
      border: 1px solid black;
      padding-top: 25%;
      text-align: center;
    }
    .xd:hover{
      background-color:#1bd;
    }
    .xs{
      /* border: 1px solid black; */
      width: 100%;
      height: auto;
      padding-top: 8%;
      display:flex;
    }
    .no_padding{
      padding-top: 0% !important;
    }
    .xs li{
      height: auto;
    }
    .xs li:hover{
      background: #3a3;
    }
    .xss{
      width: 98%;
      height: 220px;
      border: 1px solid blue;
      display: flex;
    }
    .xss *{
      height: auto;
    }
    .conte{
      width: 50% !important;
    }
    .texto{
      width: 100%;
      height: 100%;
      padding: 0 5%;
      cursor: auto;
      text-align: center;
      overflow-y: scroll;
      border-radius: 10px 10px 0px 0px;
      padding-bottom: 30px;
    }
    .vista1{
      display: none;
    }
    .vista2{
      display: none;
    }
    .vista3{
      display: none;
    }
    .inputfile{
      border: 2px solid orange;
    }
    .inputfile[type='file']{
      width: 0.1%;
      height: 0.1%;
      padding-left: unset;
      color:#fff;
      background-color: #1bd;
      border: none;
      font-size: 20;
      border-radius: 30px 15px 15px 30px;
    }
    .label-file{
 font-size: 14px;
 font-weight: 600;
 height: auto;
 color: #fff;
 background-color: #106BA0;
 display: inline-block;
 transition: all .5s;
 cursor: pointer;
 padding: 15px 40px !important;
 text-transform: uppercase;
 width: fit-content;
 text-align: center;
 }
 .no_display{
   display: none;
 }
.bigformu{
  padding-bottom: 3px;
  border-radius: 5px;
  border: 1px solid #333;
  background: #eee;
  padding-left: 5px;
  padding-right: 5px;
  color: #333;
  height: 30%;
  width: 100%;
}
.fotorama__wrap{
  height: auto;
}
.accion{
  border: 1px solid black;
}
.materia{
  position:relative;
  color: #fff;
  margin: 20px auto;
  height: 400px;
  width: 500px;
  background: #f45673;
}
.ripple{
  overflow: hidden;
  z-index: 200000000;
}
.ripple-effect{
  position: absolute;
  border-radius:50%;
  width: 50px;
  height: 50px;
  background: #777;
  animation: animacion-ripple 8s;
}
@keyframes animacion-ripple {
    from{
      opacity: 0.4;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    to{
      opacity: 0;
      -webkit-transform: scale(100);
      -ms-transform: scale(100);
      -o-transform: scale(100);
      transform: scale(100);
    }
}
#login_imagen_fondo{
  width: 100%; /* en porcentaje (el highlight del foro lo trasforma) */
top:0;
left:0;
position:fixed;
z-index: -1;
}
#login_fondo{
height: 100vh;
}
#login_contenedor {
    width: 350px;
    height: 330px;
    margin: 8% auto;
    border-radius: 5px;
    background: #444;
    padding: 20px 31px;
    color: white;
    box-shadow: 0px 2px 15px -5px grey;
}
#login_titulo{
  font-family: "Verdana", "Arial";
  color: #333;
  background: white;
  cursor: pointer;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
#login_contenedor h6{
  line-height: 0px;
}
#login_contenedor input{
  margin-bottom: 15px;
  background: #555;
  border: 1px solid #333;
  color: white;
  padding: auto 5px;
}
input[name=contrasena]{
  margin-bottom: 0px !important;
}
#login_mensaje_contrasena{
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
} | 0.263126 | 0.080105 | 
| 
	html,body{
	height:100%;
	
	background: url('../assets/hobbyBackground.png');
	
}
body{
	min-height:100%;
	display:flex;
	color:white;
	font-weight:bold;
	text-shadow:1px 1px 5px black;
	flex-direction: column; 
	
	
}
h1 {
	display:inline;
	color: #444;
	background-color: transparent;
	font-size: 25px;
	font-weight: normal;
	text-align:center;
} 
h2{
	color: white;
	background-color: transparent;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}
.header{
	text-align:center;
}
.container {
	flex: 1 0 auto;
	
} 
.content {
	width:80%;
 	margin: auto;
 	margin-top:25px;
 	padding:10px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	text-align:center;
	background-color: rgba(0,0,0,0.8);
}
.contentSmall {
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
 	padding:10px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	text-align:center;
	background-color: rgba(0,0,0,0.8);
	width:50%;
}
.footer{
	flex-shrink:0;
	background-color:black;
	height:35px;
	color:white;
}
.footerLinks{
	color:white!important;
}
a{
	color:white;
	margin:5px;
}
a:hover{
	text-decoration:none;
	color:grey;
}
.signinError{
	text-align:center;
	color:red;
}
/* people_view */
.userBox{
	border:1px solid white;
	width:75%;
	margin:auto;
	margin-top:5px;
	overflow:auto;
}
.userInfo{
	padding:15px;
	text-align:left;
}
.peopleListingImage{
	float:left;
	padding:15px;
	width:30%;
	min-width:150px;
}
.showUserBtn{
	float:right;
}
.btn{
	border: solid 1px white;
}
.btn:hover{
	background-color:black;
	border: solid 1px white;
	
}
#submit{
	margin:5px;
}
/* show_profile */
.profileViewImage{
	width:100%;
	max-width:150px;
}
/* user_profile_view */
 #userProfile{
	width:75%;
	margin:auto;
	overflow:auto;
} 
.profileImage{
	width:100%;
	max-width:150px;
	padding:15px;
	float:right;
}
.profileInfo{
	text-align:left;
}
.profileTitles{
	color:red;
}
/* Navigational elements */
.sideNav {
  	height: 100%; 
  	width: 150px; 
  	position: fixed;
  	z-index: 1; 
  	top: 0;
  	left: 0;
  	background-color: #111; 
  	overflow-x: hidden;
  	padding-top: 30px; 
  	transition: 0.5s;
}
.sideNav a {
  	padding: 8px 8px 8px 8px;
  	text-decoration: none;
  	font-size: 25px;
  	color: #818181;
  	display: block;
  	transition: 0.3s;
}
ul{
	padding-left:5px;
}
li{
  	list-style: none;
  	padding-left:5px;
}
.sideNav a:hover {
  	color: #f1f1f1;
}
.sidenav .closebtn {
  	position: absolute;
  	top: 0;
  	right: 25px;
  	font-size: 36px;
  	margin-left: 50px;
}
#container {
  transition: margin-left .5s;
  padding: 20px;
}
.fa.fa-bars{
	padding:15px;
	font-size:38px;
	position:absolute;
	left:5px;
	top:5px;
}
.fa.fa-bars:hover{
	cursor:pointer;
	text-shadow: 1px 1px 2px black;
}
.titleBlock{
	text-align:center;
}
.title{
	
	font-size:38px;
	color:white;
	
}
.title:hover{
	text-decoration:none;
	color:white;
	text-shadow:1px 1px 2px black;
}
/* Message_view */
.messageBoxOwn{
	border:1px solid white;
	text-align:left;
	padding:15px;
	margin:10px;
	margin-left:35px;
	box-shadow: 0px 0px 5px white;
	background-color:green;
}
.messageBoxOther{
	color:black;
	text-shadow: none;
	border:1px solid white;
	text-align:left;
	padding:15px;
	margin:10px;
	margin-right:35px;
	box-shadow: 0px 0px 5px white;
	background-color:white;
}
.pushRight{
	text-align:right;
}
/* image_upload_view */
.hidden{
	visibility: hidden;
}
/* Other info view */
.otherInfo{
	text-align:left;
	font-weight:normal;	
}
@media screen and (max-width: 768px) {
  	.sideNav {
  		width: 0px;
  		
  	}
	html,body{
		background: url('../assets/hobbyBackgroundMedium.png');
		
	}
  
}
@media screen and (max-width: 576px) {
  	.sideNav {
  		width: 0px;
  		
  	}
	html,body{
		background: url('../assets/hobbyBackgroundSmall.png');
		
	}
  
}
.hr{
	color:white;
	height:2px;
	background: #fff;
	width:25%;
} | 
	css/styles.css | 
	html,body{
	height:100%;
	
	background: url('../assets/hobbyBackground.png');
	
}
body{
	min-height:100%;
	display:flex;
	color:white;
	font-weight:bold;
	text-shadow:1px 1px 5px black;
	flex-direction: column; 
	
	
}
h1 {
	display:inline;
	color: #444;
	background-color: transparent;
	font-size: 25px;
	font-weight: normal;
	text-align:center;
} 
h2{
	color: white;
	background-color: transparent;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}
.header{
	text-align:center;
}
.container {
	flex: 1 0 auto;
	
} 
.content {
	width:80%;
 	margin: auto;
 	margin-top:25px;
 	padding:10px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	text-align:center;
	background-color: rgba(0,0,0,0.8);
}
.contentSmall {
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
 	padding:10px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	text-align:center;
	background-color: rgba(0,0,0,0.8);
	width:50%;
}
.footer{
	flex-shrink:0;
	background-color:black;
	height:35px;
	color:white;
}
.footerLinks{
	color:white!important;
}
a{
	color:white;
	margin:5px;
}
a:hover{
	text-decoration:none;
	color:grey;
}
.signinError{
	text-align:center;
	color:red;
}
/* people_view */
.userBox{
	border:1px solid white;
	width:75%;
	margin:auto;
	margin-top:5px;
	overflow:auto;
}
.userInfo{
	padding:15px;
	text-align:left;
}
.peopleListingImage{
	float:left;
	padding:15px;
	width:30%;
	min-width:150px;
}
.showUserBtn{
	float:right;
}
.btn{
	border: solid 1px white;
}
.btn:hover{
	background-color:black;
	border: solid 1px white;
	
}
#submit{
	margin:5px;
}
/* show_profile */
.profileViewImage{
	width:100%;
	max-width:150px;
}
/* user_profile_view */
 #userProfile{
	width:75%;
	margin:auto;
	overflow:auto;
} 
.profileImage{
	width:100%;
	max-width:150px;
	padding:15px;
	float:right;
}
.profileInfo{
	text-align:left;
}
.profileTitles{
	color:red;
}
/* Navigational elements */
.sideNav {
  	height: 100%; 
  	width: 150px; 
  	position: fixed;
  	z-index: 1; 
  	top: 0;
  	left: 0;
  	background-color: #111; 
  	overflow-x: hidden;
  	padding-top: 30px; 
  	transition: 0.5s;
}
.sideNav a {
  	padding: 8px 8px 8px 8px;
  	text-decoration: none;
  	font-size: 25px;
  	color: #818181;
  	display: block;
  	transition: 0.3s;
}
ul{
	padding-left:5px;
}
li{
  	list-style: none;
  	padding-left:5px;
}
.sideNav a:hover {
  	color: #f1f1f1;
}
.sidenav .closebtn {
  	position: absolute;
  	top: 0;
  	right: 25px;
  	font-size: 36px;
  	margin-left: 50px;
}
#container {
  transition: margin-left .5s;
  padding: 20px;
}
.fa.fa-bars{
	padding:15px;
	font-size:38px;
	position:absolute;
	left:5px;
	top:5px;
}
.fa.fa-bars:hover{
	cursor:pointer;
	text-shadow: 1px 1px 2px black;
}
.titleBlock{
	text-align:center;
}
.title{
	
	font-size:38px;
	color:white;
	
}
.title:hover{
	text-decoration:none;
	color:white;
	text-shadow:1px 1px 2px black;
}
/* Message_view */
.messageBoxOwn{
	border:1px solid white;
	text-align:left;
	padding:15px;
	margin:10px;
	margin-left:35px;
	box-shadow: 0px 0px 5px white;
	background-color:green;
}
.messageBoxOther{
	color:black;
	text-shadow: none;
	border:1px solid white;
	text-align:left;
	padding:15px;
	margin:10px;
	margin-right:35px;
	box-shadow: 0px 0px 5px white;
	background-color:white;
}
.pushRight{
	text-align:right;
}
/* image_upload_view */
.hidden{
	visibility: hidden;
}
/* Other info view */
.otherInfo{
	text-align:left;
	font-weight:normal;	
}
@media screen and (max-width: 768px) {
  	.sideNav {
  		width: 0px;
  		
  	}
	html,body{
		background: url('../assets/hobbyBackgroundMedium.png');
		
	}
  
}
@media screen and (max-width: 576px) {
  	.sideNav {
  		width: 0px;
  		
  	}
	html,body{
		background: url('../assets/hobbyBackgroundSmall.png');
		
	}
  
}
.hr{
	color:white;
	height:2px;
	background: #fff;
	width:25%;
} | 0.169406 | 0.064742 | 
| 
	@charset "UTF-8";
/* CSS Document */
p {
font-size: 0.85em;
}
a:hover {
text-decoration:none;
}
h3{
font-size:1.4em;
}
h2{
font-size: 1.8em;
}
h1{
font-size:2.1em;
}
.clearboth {
clear:both;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.opacity_reset {
opacity:1 !important;
}
.alert-danger, .alert-error{
background-color: #FFC6C6;
border-color: #F4A2AD;
color: #C80700;
}
.btn-primary {
	background-color: #2D6CE0;
    border-color: #185ACC;
    color: #FFFFFF;
	background-image: none;
}
.btn-primary:hover,.btn-primary:active {
	background-color: #185ACC;
    border-color: #2D6CE0;
    color: #FFFFFF;
	background-image: none;
}
#nav {
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
padding: 10px 0px;
margin: 0px;
}
#nav li {
list-style: none;
display: inline;
padding: 10px 0px;
}
#nav li a {
color: #707070;
text-transform: uppercase;
text-decoration: none;
padding: 0px 10px;
}
#nav li  a:hover{
color: #000;
}
#nav .current {
list-style: none;
display: inline;
background:#EDEDED;
}
#maincontent {
margin-top:20px
}
.blank_index {
	padding:5px 20px 20px 20px;
}
hr.soften {
  height: 1px;
  margin: 35px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}
[class^="fa-"],
[class*=" fa-"] {
  opacity: 1.0;
  filter: alpha(opacity=50);
}
.fa-white {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.form-actions {
	background: #F9F9F9;
	padding: 10px;
	border-top: 1px solid #DDD;
	margin-top:5px;
}
.show_full_content {
display:inline;
}
.contine_read_story{
background: #f1f1f1 none;
border: solid 1px #ccc;
padding: 8px;
line-height: 16px;
width:100%;
text-align:center;
padding:10px 0;
opacity:1;
filter:alpha(opacity=80);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
}
.no_stories_left {
width:99%;
text-align:center;
padding:10px 0;
opacity:0.4;
filter:alpha(opacity=40);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jumbotron {
font-size:1.0em;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #2D6CE0;
}
/********************* NAVIGATION MENU ninhnv ********************/
.custom_header {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: 0px 5px 0px #C32929;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.15);
	background-image:none;
}
.custom_header .navbar-collapse {
    border-color: #000000;
}
.custom_header .navbar-brand {
    color: #000000;
}
.custom_header .navbar-nav > li > a {
    color: #000000;
}
/********* ninhnv ***************/
.custom_header .navbar-nav > li > a:hover {
    color: #FFFFFF;
}
/************** su kien hover menu bar ninhnv ***************/
.custom_header .navbar-nav > .active > a, .custom_header .navbar-nav > .active > a:hover {
    background-color: #FFFFFF;
    color: #000000;
	background-image:none;
}
.custom_header .navbar-toggle {
    border-color: #000000;
}
.custom_header .navbar-toggle:hover {
    background-color: #000000;
    border-color: #000000;
}
.custom_nav_search {
	margin: 8px 10px 0 10px !important;
}
.custom_nav_search_button {
	margin:0 !important;
}
.nav .dropdown-menu {
	min-width: 215px;
}
.login_dropdown_wrapper {
	padding:15px;
}
.login_dropdown_remember {
margin: 7px 4px;
}
/********************* CATEGORY MENU ********************/
.subhead {
    margin-bottom: 9px;
    padding-bottom: 0;
}
.subnav {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    border: solid #E5E5E5;
	border-width: 1px 0;
    height: auto;
    width: 100%;
	margin-top:50px;
}
.subnav .nav {
    margin-bottom: 0;
}
.subnav .nav > li > a {
    border-left: 1px solid #F5F5F5;
    border-radius: 0 0 0 0;
    border-right: 1px solid #E5E5E5;
    margin: 0;
    padding-bottom: 11px;
    padding-top: 11px;
}
.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
    background-color: #E9E9E9;
    border-left: 0 none;
    border-right-color: #DDDDDD;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
    color: #777777;
    padding-left: 13px;
}
.subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret {
    border-top-color: #777777;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
    border-left: 0 none;
    border-radius: 4px 0 0 4px;
    padding-left: 12px;
}
.subnav .nav > li:last-child > a {
    border-right: 0 none;
}
.subnav .dropdown-menu {
    border-radius: 0 0 4px 4px;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
    border-radius: 0 0 0 0;
}
.subnav .dropdown-menu a {
	position: relative;
	z-index: 99;
}
.subnav .dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.subnav .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.subnav .dropdown-menu .dropdown-menu:after {
    border: 6px solid transparent;
	border-right: 6px solid #fff;
    content: "";
    display: inline-block;
    left: -11px;
    position: absolute;
    top: 6px;
	z-index: 2
}
.subnav .dropdown-menu .dropdown-menu:before {
    border: 7px solid transparent;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
    content: "";
    display: inline-block;
    left: -13px;
    position: absolute;
    top: 5px;
	z-index: 1
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-tabs {
	font-size:0.85em;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .btn, .navbar .btn-group  {
	margin-top:5px;
	display: block!important;
}
#categories .subnav .dropdown-menu .caret {
	border: 4px solid transparent;
	border-left: 4px solid #08c;
}
#categories .subnav .dropdown-menu  a:hover .caret {
	border-left: 4px solid #000;
}
/****************** BREADCRUMB ******************/
.dropdown-menu li {
display:block;
}
.breadcrumb-right {
margin-top:-7px;
margin-right:-14px;
}
.breadcrumb-right .nav > li > a {
padding:7px 14px;
}
/****************** PAGINATION ******************/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #B2B3B6;
    border-color: #B2B3B6;
}
/********************* STORY ********************/
.stories {
margin: 0 0 4px;
clear:both;
}
.admin-links .dropdown-menu>li>a {
padding-left:14px;
}
.stories .admin-links a.btn, .span_comment .admin-links a.btn  {
border-color: transparent;
background: none;
box-shadow: none;
}
.stories .admin-links a.btn:hover, .span_comment .admin-links a.btn:hover {
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e6e6e6;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.stories .admin-links a.btn:active,
.stories .admin-links.open a.btn,
.span_comment .admin-links a.btn:active ,
.span_comment .admin-links.open a.btn  {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
}
.title h2 {
font-size: 1.4em;
margin-bottom: 2px;
font-family: Arial, Helvetica, sans-serif;
/* font-size: 1.8em; */
line-height: 1.1;
letter-spacing: 0px;
max-height: none;
color: #333;
} 
.subtext {
display: block;
font-size: 10px;
line-height:10px;
color: #aaa;
}
.news-body-text {
font-size:0.85em;
padding:2px 10px 0 10px;
}
.storyfooter {
padding: 0 10px;
margin: 8px 0 5px 0;
font-size: 0.7em;
}
.story-tools-left {
float:left;
}
.story-tools-right {
float:right;
}
.whovotedwrapper ul {
padding:0;
margin:0;
}
.whovotedwrapper ul li {
display:inline;
float:left;
margin:2px;
}
a.favorite:hover{
cursor:pointer;
}
.group-tool-wrapper {
position:relative;
}
.group-share-popup{
z-index:900;
top:15px;
left:0;
position:absolute;
display:block;
background:#fff;
padding:10px 15px;
font-size:0.85em;
white-space:nowrap;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.group-share-popup a {
padding:2px 4px;
}
.group-share-popup a:hover {
background:#2D6CE0;
color:#fff;
}
.read_more_article{
display:inline;
color:#0088CC;
}
.read_more_article:hover{
color:#005580;
cursor:pointer;
}
.read_more_article:after {
content: "...";
}
/**************** VOTE ******************/
.votebox{
margin: 3px 12px 0px 10px;
/*  0px 5px 0px 0px; */
padding-bottom: 2px;
float:left;
background:#fff;
/*-webkit-border-radius: 4px;
 -moz-border-radius: 4px;
	  border-radius: 4px;
box-shadow: 0 1px 2px rgba(0,0,0,.5);*/
min-width: 42px;
}
.votebox-new{}
.votebox-published {}
.vote {
padding:0px 4px 2px 4px;
}
.votenumber {
color: #000000;
font-size:2.0em;
text-align:center;
line-height:1.3;
font-weight: bold;
margin: 0 0 2px;
padding:0;
background-color: #E2E2E2;
border-radius: 0px;
}
.votebutton {
background-color: #E2E2E2;
text-align:center;
overflow: hidden;
}
.votebutton .btn {
float: left;
margin: 0 1px;
padding: 1px 5px;
}
/**************** COMMENTS ******************/
.span_comment {}
.comment-list {
list-style: none outside none;
margin: 10px 0 20px;
}
.comment-list li {
border-bottom: 1px solid #EFEFEF;
margin-bottom: 8px;
}
.comment-author p, .comment-negative p , .comment-moderated p {
font-size: 0.85em;
font-weight:normal;
color:#000;
}
.media,.media-body {
overflow:visible !important;
}
.comment-content {
margin-left: 48px;
}
.comment_left {
text-align:center;
}
.comment_voting {
float:left;
min-width:90px;
margin:7px 5px 10px 0;
}
.comment_avatar {
float:left;
display:inline-block;
margin:1px 4px 0 2px;
}
.dropdown-menu li {
border-bottom: none;
margin-bottom: 0px;
}
.child-comment{
margin-left:30px;
}
.avatar {
max-width:32px;
max-height:32px;
}
.comment-data{
margin-bottom: 2px;
}
.comment-author {
font-size:0.9em;
font-weight: bold;
margin-right: 6px;
margin-left: 2px;
text-transform: uppercase;
}
.comment-date {
border-left: 1px solid #EFEFEF;
color: #888888;
font-size:0.9em;
padding: 0 6px;
text-transform: uppercase;
}
.comment-hide {
margin-left:5px;
}
.comment-hide a {
color:#fff;
}
.comment-reply {
border-left: 1px solid #EFEFEF;
color: #888888;
font-size:0.9em;
padding: 0 6px;
text-transform: uppercase;
}
.comment-hover {}
.comment-wrapper {
position: relative;
}
.commenttools {
padding: 0px 10px;
float:right;
}
.comment-form {
width:90%;
}
/********************* SIDEBAR ********************/
.search-form  {
margin:0 0 10px 0;
}
.search-form .col-md-8,.search-form .col-md-4 {
padding:0;
}
.headline {
font-size:1em;
margin-bottom: 6px;
}
.sectiontitle {
font-size:1.4em;
padding:0 0 4px 0;
border-bottom:1px solid #ddd;
}
.boxcontent {
margin-bottom:15px;
}
#aboutcontent {
margin-bottom:20px;
}
#aboutcontent p{
font-size:0.85em;
}
#navlist{
margin:0 0 10px 0;
padding:0 0 0 20px;
}
.sidebar-saved {
margin:0 0 20px 0;
padding:0 3px;
list-style-type:none;
}
.sidebar-saved  li{
font-size: 0.8em;
line-height: 1.2em;
padding: 8px 0 6px 0;
border-bottom:1px dotted #eee;
}
.sidebar-stories {
margin:15px 0 20px 0;
padding:0 3px;
list-style-type:none;
}
.sidebar-stories  li{
clear:both;
font-size: 0.8em;
margin: 0 0 15px 0;
line-height: 1em;
min-height:25px;
}
.sidebar-article {
line-height: 1.2em;
}
.sidebar-vote-number {
float: left;
font-size: 1.2em;
font-weight: normal;
line-height: 24px;
padding: 0 10px;
margin: -1px 8px 0 0;
background: #13b4c3;
color: #FFFFFF;
border: 1px solid #ccc;
border: 1px solid #e1eff2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.sidebar-article {
}
#sidebar-comments{
margin:0 0 20px 0;
font-size:0.8em;
}
.tagformat{
margin:0px 0 20px 0;
padding:0 0 0 5px;
}
/**************** SIMPLE MESSAGING MODULE ******************/
.simple_messaging_wrapper {
	margin-bottom:60px;
}
.simple_messaging_wrapper h4 {
margin:15px 0 12px 0;
padding-bottom:12px;
border-bottom:1px dotted #ddd;
}
.simple_message_menu ul li a {
color:#4E4E4E;
font-size:0.85em;
}
.simple_message_menu ul.nav-tabs li a{
padding: 6px 10px 5px 10px;
}
table.table thead tr th {font-size:0.75em;}
table.table tbody tr td div {margin-top:5px;}
/**************** USER PROFILE ******************/
h1.user_name {
margin-bottom:0;
font-size:2.0em;
}
#profiletabs {
font-size:0.8em;
margin-bottom:20px;
}
.vertical-align tbody tr td {
vertical-align:middle;
}
.user_followers .btn-sm {
font-size:0.8em;
}
.user_search {
margin-top:8px;
}
.user_search form div .form-control{
display:inline-block;
height:30px;
width:75%;
}
.user_search form .modal-body button.btn-primary {
height:30px;
padding:2px 12px;
width:23%;
}
#user_search_body tr td {
vertical-align:middle;
}
@media screen and (min-width: 992px) and (max-width: 1199px) { 
}
@media screen and (min-width: 768px) and (max-width: 992px) { 
}
@media screen and (min-width: 992px) { 
	#profiletabs {
	
	}
}
@media screen and (max-width: 720px) { 
	.nav>li>a {
		padding:10px 13px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) { 
	#profiletabs {
	
	}
}
@media screen and (max-width: 768px) { 
	#profiletabs {
		font-size:0.75em;
	}
}
.white_text {
color:#FFF;
opacity:1;
}
.profile_settings_save {
margin:5px 15px 10px 15px;
}
.masonry_wrapper {
	width:33.33333%;
	min-width:250px;
	padding:0 8px 8px 8px;
}
.user_navigation_top {
margin-bottom:10px;
}
.user_navigation h1 {
}
.user_social {
font-size:0.87em;
}
.user_details {
font-size:0.8em;
line-height:1.3em;
margin:0 0 2px 4px;
}
.user_description_text {
color:#757575;
}
.profile_avatar {
float:left;
margin:0 15px 0 0;
}
.avatar_thumb {
width: 100px;
float: left;
margin-right: 10px;
padding: 0;
position: relative;
overflow: hidden;
}
.edit-avatar {
position: absolute;
bottom: 0;
display: none;
margin: 4px;
width:90%;
}
.avatar_thumb:hover .edit-avatar {
display: block;
}
.user_followers {
float:left;
clear:both;
margin-top:10px;
}
.checked {
clear:both;
}
.checkbox {
float:left;
margin-right:6px;
}
.follow {
padding:3px 0 5px 5px;
margin:0 0 2px;
line-height:18px;
}
.follow a {color:#fff;}
.user_settings {
margin:20px 0 0 0;
padding:8px;
}
.usercategory_outer{
clear:both;
}
.usercategory_checkbox{
float:left;
}
.usercategory_name{
float:left;
margin:0 0 0 6px;
}
.user_settings_save {
clear:both;
margin:30px 0 15px 0;
}
#personal_info {
float:left;
}
#stats {
float:left;
}
#friends {
float:left;
}
#groups {
float:left;
}
legend {
margin-bottom: 15px;
}
.table_title {
    background-color: #FBFBFB;
    background-image: -moz-linear-gradient(center top , #FCFCFC, #DDDDDD);
    background-repeat: repeat-x;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    z-index: 2;
}
.user_comment_history {
	margin:0 0 15px 0;
}
.user_comment_story_author_avatar, .user_comment_comment_author_avatar {
	width:16px;
	height:16px;
}
.user_comment_story_title {
	font-weight:bold;
}
.site_languages {
	text-transform: capitalize;
}
/**************** SUBMIT ******************/
.submit_step_1_left {
float:left;
width:60%;
min-width:240px;
}
.submit_right_sidebar {
float:left;
width:40%;
min-width:240px;
}
#url {width:100%;}
#title {}
#tags {}
#summarytext {}
#bodytext {}
.control-group {
clear:both;
}
.help-block, .help-inline {
font-size:0.8em;
clear:both;
padding-top: 5px;
}
.field-description {}
.select-category {
margin:2px 0 4px;
}
.multi-select-category .form-control {
width: 25px;
height: 14px;
float: left;
display: inline;
clear:both;
}
.select-category .multi-cat{
float: left;
display: inline;
}
/**************** EDIT SUBMISSION ******************/
.notify_option_list {
	margin:0;
	padding: 0 0 2px 9px;
	list-style-type:none;
}
/**************** FOOTER ******************/
#footer {
margin-bottom:20px;
}
/*************** GROUPS ******************/
.group_explain {
padding-top:0;
}
.create_group {
float:left;
width:48%;
margin:15px 0 0 0;
border-right:1px solid #ddd;
}
.search_groups {
float:left;
text-align:right;
width:48%;
margin:15px 0 0 0;
}
.group_title {
font-weight:bold;
font-size:1.2em;
}
.group_created_by {
font-size:0.85em;
}
.group_created_on {
font-size:0.85em;
}
.group_members {
font-size:0.85em;
}
.group_description {
}
/************** LOGIN PAGE ***************/
.login-left, .login-middle, .login-right {
	padding:10px 30px;
}
.login-submit, .login-remember {
	float:left;
	width:auto;
}
.login-remember {
	margin:6px 0 0 20px;
	font-size:0.75em;
}
/************** LOGIN MODAL ***************/
#loginModal .modal-dialog {
	width:350px;
}
.login_modal_username { }
.login_modal_password { }
.login_modal_remember {
	margin:5px 5px 10px 5px;
}
.login_modal_remember_checkbox {
	float:left;
	display:inline;
}
.login_modal_remember_label {
	float:left;
	display:inline;
	padding:4px 4px 0 2px;
	font-size:11px;
}
.login_modal_login {
	margin-bottom:5px;
}
#login_modal_spacer{
	padding:0;
	margin-top:8px;
	margin-bottom:8px;
}
.login_modal_forgot { }
/************** REGISTER ***************/
.reg_submit {}
#reg_usernamecheckitvalue {}
#reg_emailcheckitvalue {}
/* for sortable table header in top user page */
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
/************ FILE UPLOAD *************/
.btn.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn.btn-file > input[type="file"] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
.fileupload .img-thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .img-thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/************* RSS FEEDS **************/
.rss_category {
font-size:1.4em;
}
.rss_url {}
/************* RECAPTCHA **************/
/* Apply the iframe class to any iframes that need to display */
iframe.iframe {display:block} 
/************* ADVANCED SEARCH **************/
.form-group div div label.active {
background-color:#5CB85C;
border-color: #3E8F3E;
color: #fff;
text-shadow: none;
}
#advanced_search_submit {
margin-left:15px;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
background-color:#5CB85C !important;
background-image:none;
}
/*************Ninhnv **************/
#categories .container{
	display: none;
}
/************* border cho từng tin **************/
.stories{
	border-bottom: 1px solid #E0D8D8;
}
.panel-body{
	background-color: #f5f5f5;
}
a {
	color: #282727;
	text-decoration: none;
}
body{
	background-color: #E5E5E5;
}
.search{
	display: none;
}
li a[href^='/module.php?module=simple_messaging']{
    display: none;
}
.bookmarklet{
	display: none;
}
.navbar-inverse .navbar-nav>.active>a {
background-image: -webkit-linear-gradient(top, #FFF, #FFF 100%);
background-image: -o-linear-gradient(top, #222 0, #282828 100%);
background-image: linear-gradient(to bottom, #FFF 0, #FFFFFF 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.25);
box-shadow: inset 0 0px 0px rgba(0,0,0,0.25);
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
text-shadow: 0 0px 0 rgba(0,0,0,0.25);
}
.navbar-header a:hover
{
    color:#000!important;
}
.nav.navbar-nav li a:hover{
	color:#000!important;
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: #000000;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.votebox .vote{
	/*background-color: whitesmoke;*/
	border-radius: 4px;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #4c69ba 0, #4c69ba 100%);
background-image: -o-linear-gradient(top, #4c69ba 0, #4c69ba 100%);
background-image: linear-gradient(to bottom, #6d84b4 0, #6d84b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #EBEBEC;
}
.btn-success {
color: #fff;
background-color: #6d84b4!important;
border-color: #6d84b4!important;
}
.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #6A6C6E;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}.
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #D4D5D4;
}
.btn{
	border-radius: 0px; 
}
.panel{
	border-radius: 0px;
}
.nav-tabs>li>a{
	border-radius: 0px;
}
@media screen and (max-width : 414px) {
	.title h2{
		padding-left: 45px!important;
	}
	.subtext{
		padding-left: 45px!important;
	}
	.news-body-text {
		padding-left: 45px!important;
	}
	.votebox {
		width: 30px!important;
		margin: 0px 0px 0px 0px;
	}
	
	.votebutton{
		display:none;
	}
	.nav-category{
		display: none;
	}
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
} | 
	templates/bootstrap/style.css | 
	@charset "UTF-8";
/* CSS Document */
p {
font-size: 0.85em;
}
a:hover {
text-decoration:none;
}
h3{
font-size:1.4em;
}
h2{
font-size: 1.8em;
}
h1{
font-size:2.1em;
}
.clearboth {
clear:both;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.opacity_reset {
opacity:1 !important;
}
.alert-danger, .alert-error{
background-color: #FFC6C6;
border-color: #F4A2AD;
color: #C80700;
}
.btn-primary {
	background-color: #2D6CE0;
    border-color: #185ACC;
    color: #FFFFFF;
	background-image: none;
}
.btn-primary:hover,.btn-primary:active {
	background-color: #185ACC;
    border-color: #2D6CE0;
    color: #FFFFFF;
	background-image: none;
}
#nav {
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
padding: 10px 0px;
margin: 0px;
}
#nav li {
list-style: none;
display: inline;
padding: 10px 0px;
}
#nav li a {
color: #707070;
text-transform: uppercase;
text-decoration: none;
padding: 0px 10px;
}
#nav li  a:hover{
color: #000;
}
#nav .current {
list-style: none;
display: inline;
background:#EDEDED;
}
#maincontent {
margin-top:20px
}
.blank_index {
	padding:5px 20px 20px 20px;
}
hr.soften {
  height: 1px;
  margin: 35px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}
[class^="fa-"],
[class*=" fa-"] {
  opacity: 1.0;
  filter: alpha(opacity=50);
}
.fa-white {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.form-actions {
	background: #F9F9F9;
	padding: 10px;
	border-top: 1px solid #DDD;
	margin-top:5px;
}
.show_full_content {
display:inline;
}
.contine_read_story{
background: #f1f1f1 none;
border: solid 1px #ccc;
padding: 8px;
line-height: 16px;
width:100%;
text-align:center;
padding:10px 0;
opacity:1;
filter:alpha(opacity=80);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
}
.no_stories_left {
width:99%;
text-align:center;
padding:10px 0;
opacity:0.4;
filter:alpha(opacity=40);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jumbotron {
font-size:1.0em;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #2D6CE0;
}
/********************* NAVIGATION MENU ninhnv ********************/
.custom_header {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: 0px 5px 0px #C32929;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.15);
	background-image:none;
}
.custom_header .navbar-collapse {
    border-color: #000000;
}
.custom_header .navbar-brand {
    color: #000000;
}
.custom_header .navbar-nav > li > a {
    color: #000000;
}
/********* ninhnv ***************/
.custom_header .navbar-nav > li > a:hover {
    color: #FFFFFF;
}
/************** su kien hover menu bar ninhnv ***************/
.custom_header .navbar-nav > .active > a, .custom_header .navbar-nav > .active > a:hover {
    background-color: #FFFFFF;
    color: #000000;
	background-image:none;
}
.custom_header .navbar-toggle {
    border-color: #000000;
}
.custom_header .navbar-toggle:hover {
    background-color: #000000;
    border-color: #000000;
}
.custom_nav_search {
	margin: 8px 10px 0 10px !important;
}
.custom_nav_search_button {
	margin:0 !important;
}
.nav .dropdown-menu {
	min-width: 215px;
}
.login_dropdown_wrapper {
	padding:15px;
}
.login_dropdown_remember {
margin: 7px 4px;
}
/********************* CATEGORY MENU ********************/
.subhead {
    margin-bottom: 9px;
    padding-bottom: 0;
}
.subnav {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    border: solid #E5E5E5;
	border-width: 1px 0;
    height: auto;
    width: 100%;
	margin-top:50px;
}
.subnav .nav {
    margin-bottom: 0;
}
.subnav .nav > li > a {
    border-left: 1px solid #F5F5F5;
    border-radius: 0 0 0 0;
    border-right: 1px solid #E5E5E5;
    margin: 0;
    padding-bottom: 11px;
    padding-top: 11px;
}
.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
    background-color: #E9E9E9;
    border-left: 0 none;
    border-right-color: #DDDDDD;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
    color: #777777;
    padding-left: 13px;
}
.subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret {
    border-top-color: #777777;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
    border-left: 0 none;
    border-radius: 4px 0 0 4px;
    padding-left: 12px;
}
.subnav .nav > li:last-child > a {
    border-right: 0 none;
}
.subnav .dropdown-menu {
    border-radius: 0 0 4px 4px;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
    border-radius: 0 0 0 0;
}
.subnav .dropdown-menu a {
	position: relative;
	z-index: 99;
}
.subnav .dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.subnav .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.subnav .dropdown-menu .dropdown-menu:after {
    border: 6px solid transparent;
	border-right: 6px solid #fff;
    content: "";
    display: inline-block;
    left: -11px;
    position: absolute;
    top: 6px;
	z-index: 2
}
.subnav .dropdown-menu .dropdown-menu:before {
    border: 7px solid transparent;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
    content: "";
    display: inline-block;
    left: -13px;
    position: absolute;
    top: 5px;
	z-index: 1
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-tabs {
	font-size:0.85em;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .btn, .navbar .btn-group  {
	margin-top:5px;
	display: block!important;
}
#categories .subnav .dropdown-menu .caret {
	border: 4px solid transparent;
	border-left: 4px solid #08c;
}
#categories .subnav .dropdown-menu  a:hover .caret {
	border-left: 4px solid #000;
}
/****************** BREADCRUMB ******************/
.dropdown-menu li {
display:block;
}
.breadcrumb-right {
margin-top:-7px;
margin-right:-14px;
}
.breadcrumb-right .nav > li > a {
padding:7px 14px;
}
/****************** PAGINATION ******************/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #B2B3B6;
    border-color: #B2B3B6;
}
/********************* STORY ********************/
.stories {
margin: 0 0 4px;
clear:both;
}
.admin-links .dropdown-menu>li>a {
padding-left:14px;
}
.stories .admin-links a.btn, .span_comment .admin-links a.btn  {
border-color: transparent;
background: none;
box-shadow: none;
}
.stories .admin-links a.btn:hover, .span_comment .admin-links a.btn:hover {
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e6e6e6;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.stories .admin-links a.btn:active,
.stories .admin-links.open a.btn,
.span_comment .admin-links a.btn:active ,
.span_comment .admin-links.open a.btn  {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
}
.title h2 {
font-size: 1.4em;
margin-bottom: 2px;
font-family: Arial, Helvetica, sans-serif;
/* font-size: 1.8em; */
line-height: 1.1;
letter-spacing: 0px;
max-height: none;
color: #333;
} 
.subtext {
display: block;
font-size: 10px;
line-height:10px;
color: #aaa;
}
.news-body-text {
font-size:0.85em;
padding:2px 10px 0 10px;
}
.storyfooter {
padding: 0 10px;
margin: 8px 0 5px 0;
font-size: 0.7em;
}
.story-tools-left {
float:left;
}
.story-tools-right {
float:right;
}
.whovotedwrapper ul {
padding:0;
margin:0;
}
.whovotedwrapper ul li {
display:inline;
float:left;
margin:2px;
}
a.favorite:hover{
cursor:pointer;
}
.group-tool-wrapper {
position:relative;
}
.group-share-popup{
z-index:900;
top:15px;
left:0;
position:absolute;
display:block;
background:#fff;
padding:10px 15px;
font-size:0.85em;
white-space:nowrap;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.group-share-popup a {
padding:2px 4px;
}
.group-share-popup a:hover {
background:#2D6CE0;
color:#fff;
}
.read_more_article{
display:inline;
color:#0088CC;
}
.read_more_article:hover{
color:#005580;
cursor:pointer;
}
.read_more_article:after {
content: "...";
}
/**************** VOTE ******************/
.votebox{
margin: 3px 12px 0px 10px;
/*  0px 5px 0px 0px; */
padding-bottom: 2px;
float:left;
background:#fff;
/*-webkit-border-radius: 4px;
 -moz-border-radius: 4px;
	  border-radius: 4px;
box-shadow: 0 1px 2px rgba(0,0,0,.5);*/
min-width: 42px;
}
.votebox-new{}
.votebox-published {}
.vote {
padding:0px 4px 2px 4px;
}
.votenumber {
color: #000000;
font-size:2.0em;
text-align:center;
line-height:1.3;
font-weight: bold;
margin: 0 0 2px;
padding:0;
background-color: #E2E2E2;
border-radius: 0px;
}
.votebutton {
background-color: #E2E2E2;
text-align:center;
overflow: hidden;
}
.votebutton .btn {
float: left;
margin: 0 1px;
padding: 1px 5px;
}
/**************** COMMENTS ******************/
.span_comment {}
.comment-list {
list-style: none outside none;
margin: 10px 0 20px;
}
.comment-list li {
border-bottom: 1px solid #EFEFEF;
margin-bottom: 8px;
}
.comment-author p, .comment-negative p , .comment-moderated p {
font-size: 0.85em;
font-weight:normal;
color:#000;
}
.media,.media-body {
overflow:visible !important;
}
.comment-content {
margin-left: 48px;
}
.comment_left {
text-align:center;
}
.comment_voting {
float:left;
min-width:90px;
margin:7px 5px 10px 0;
}
.comment_avatar {
float:left;
display:inline-block;
margin:1px 4px 0 2px;
}
.dropdown-menu li {
border-bottom: none;
margin-bottom: 0px;
}
.child-comment{
margin-left:30px;
}
.avatar {
max-width:32px;
max-height:32px;
}
.comment-data{
margin-bottom: 2px;
}
.comment-author {
font-size:0.9em;
font-weight: bold;
margin-right: 6px;
margin-left: 2px;
text-transform: uppercase;
}
.comment-date {
border-left: 1px solid #EFEFEF;
color: #888888;
font-size:0.9em;
padding: 0 6px;
text-transform: uppercase;
}
.comment-hide {
margin-left:5px;
}
.comment-hide a {
color:#fff;
}
.comment-reply {
border-left: 1px solid #EFEFEF;
color: #888888;
font-size:0.9em;
padding: 0 6px;
text-transform: uppercase;
}
.comment-hover {}
.comment-wrapper {
position: relative;
}
.commenttools {
padding: 0px 10px;
float:right;
}
.comment-form {
width:90%;
}
/********************* SIDEBAR ********************/
.search-form  {
margin:0 0 10px 0;
}
.search-form .col-md-8,.search-form .col-md-4 {
padding:0;
}
.headline {
font-size:1em;
margin-bottom: 6px;
}
.sectiontitle {
font-size:1.4em;
padding:0 0 4px 0;
border-bottom:1px solid #ddd;
}
.boxcontent {
margin-bottom:15px;
}
#aboutcontent {
margin-bottom:20px;
}
#aboutcontent p{
font-size:0.85em;
}
#navlist{
margin:0 0 10px 0;
padding:0 0 0 20px;
}
.sidebar-saved {
margin:0 0 20px 0;
padding:0 3px;
list-style-type:none;
}
.sidebar-saved  li{
font-size: 0.8em;
line-height: 1.2em;
padding: 8px 0 6px 0;
border-bottom:1px dotted #eee;
}
.sidebar-stories {
margin:15px 0 20px 0;
padding:0 3px;
list-style-type:none;
}
.sidebar-stories  li{
clear:both;
font-size: 0.8em;
margin: 0 0 15px 0;
line-height: 1em;
min-height:25px;
}
.sidebar-article {
line-height: 1.2em;
}
.sidebar-vote-number {
float: left;
font-size: 1.2em;
font-weight: normal;
line-height: 24px;
padding: 0 10px;
margin: -1px 8px 0 0;
background: #13b4c3;
color: #FFFFFF;
border: 1px solid #ccc;
border: 1px solid #e1eff2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.sidebar-article {
}
#sidebar-comments{
margin:0 0 20px 0;
font-size:0.8em;
}
.tagformat{
margin:0px 0 20px 0;
padding:0 0 0 5px;
}
/**************** SIMPLE MESSAGING MODULE ******************/
.simple_messaging_wrapper {
	margin-bottom:60px;
}
.simple_messaging_wrapper h4 {
margin:15px 0 12px 0;
padding-bottom:12px;
border-bottom:1px dotted #ddd;
}
.simple_message_menu ul li a {
color:#4E4E4E;
font-size:0.85em;
}
.simple_message_menu ul.nav-tabs li a{
padding: 6px 10px 5px 10px;
}
table.table thead tr th {font-size:0.75em;}
table.table tbody tr td div {margin-top:5px;}
/**************** USER PROFILE ******************/
h1.user_name {
margin-bottom:0;
font-size:2.0em;
}
#profiletabs {
font-size:0.8em;
margin-bottom:20px;
}
.vertical-align tbody tr td {
vertical-align:middle;
}
.user_followers .btn-sm {
font-size:0.8em;
}
.user_search {
margin-top:8px;
}
.user_search form div .form-control{
display:inline-block;
height:30px;
width:75%;
}
.user_search form .modal-body button.btn-primary {
height:30px;
padding:2px 12px;
width:23%;
}
#user_search_body tr td {
vertical-align:middle;
}
@media screen and (min-width: 992px) and (max-width: 1199px) { 
}
@media screen and (min-width: 768px) and (max-width: 992px) { 
}
@media screen and (min-width: 992px) { 
	#profiletabs {
	
	}
}
@media screen and (max-width: 720px) { 
	.nav>li>a {
		padding:10px 13px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) { 
	#profiletabs {
	
	}
}
@media screen and (max-width: 768px) { 
	#profiletabs {
		font-size:0.75em;
	}
}
.white_text {
color:#FFF;
opacity:1;
}
.profile_settings_save {
margin:5px 15px 10px 15px;
}
.masonry_wrapper {
	width:33.33333%;
	min-width:250px;
	padding:0 8px 8px 8px;
}
.user_navigation_top {
margin-bottom:10px;
}
.user_navigation h1 {
}
.user_social {
font-size:0.87em;
}
.user_details {
font-size:0.8em;
line-height:1.3em;
margin:0 0 2px 4px;
}
.user_description_text {
color:#757575;
}
.profile_avatar {
float:left;
margin:0 15px 0 0;
}
.avatar_thumb {
width: 100px;
float: left;
margin-right: 10px;
padding: 0;
position: relative;
overflow: hidden;
}
.edit-avatar {
position: absolute;
bottom: 0;
display: none;
margin: 4px;
width:90%;
}
.avatar_thumb:hover .edit-avatar {
display: block;
}
.user_followers {
float:left;
clear:both;
margin-top:10px;
}
.checked {
clear:both;
}
.checkbox {
float:left;
margin-right:6px;
}
.follow {
padding:3px 0 5px 5px;
margin:0 0 2px;
line-height:18px;
}
.follow a {color:#fff;}
.user_settings {
margin:20px 0 0 0;
padding:8px;
}
.usercategory_outer{
clear:both;
}
.usercategory_checkbox{
float:left;
}
.usercategory_name{
float:left;
margin:0 0 0 6px;
}
.user_settings_save {
clear:both;
margin:30px 0 15px 0;
}
#personal_info {
float:left;
}
#stats {
float:left;
}
#friends {
float:left;
}
#groups {
float:left;
}
legend {
margin-bottom: 15px;
}
.table_title {
    background-color: #FBFBFB;
    background-image: -moz-linear-gradient(center top , #FCFCFC, #DDDDDD);
    background-repeat: repeat-x;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    z-index: 2;
}
.user_comment_history {
	margin:0 0 15px 0;
}
.user_comment_story_author_avatar, .user_comment_comment_author_avatar {
	width:16px;
	height:16px;
}
.user_comment_story_title {
	font-weight:bold;
}
.site_languages {
	text-transform: capitalize;
}
/**************** SUBMIT ******************/
.submit_step_1_left {
float:left;
width:60%;
min-width:240px;
}
.submit_right_sidebar {
float:left;
width:40%;
min-width:240px;
}
#url {width:100%;}
#title {}
#tags {}
#summarytext {}
#bodytext {}
.control-group {
clear:both;
}
.help-block, .help-inline {
font-size:0.8em;
clear:both;
padding-top: 5px;
}
.field-description {}
.select-category {
margin:2px 0 4px;
}
.multi-select-category .form-control {
width: 25px;
height: 14px;
float: left;
display: inline;
clear:both;
}
.select-category .multi-cat{
float: left;
display: inline;
}
/**************** EDIT SUBMISSION ******************/
.notify_option_list {
	margin:0;
	padding: 0 0 2px 9px;
	list-style-type:none;
}
/**************** FOOTER ******************/
#footer {
margin-bottom:20px;
}
/*************** GROUPS ******************/
.group_explain {
padding-top:0;
}
.create_group {
float:left;
width:48%;
margin:15px 0 0 0;
border-right:1px solid #ddd;
}
.search_groups {
float:left;
text-align:right;
width:48%;
margin:15px 0 0 0;
}
.group_title {
font-weight:bold;
font-size:1.2em;
}
.group_created_by {
font-size:0.85em;
}
.group_created_on {
font-size:0.85em;
}
.group_members {
font-size:0.85em;
}
.group_description {
}
/************** LOGIN PAGE ***************/
.login-left, .login-middle, .login-right {
	padding:10px 30px;
}
.login-submit, .login-remember {
	float:left;
	width:auto;
}
.login-remember {
	margin:6px 0 0 20px;
	font-size:0.75em;
}
/************** LOGIN MODAL ***************/
#loginModal .modal-dialog {
	width:350px;
}
.login_modal_username { }
.login_modal_password { }
.login_modal_remember {
	margin:5px 5px 10px 5px;
}
.login_modal_remember_checkbox {
	float:left;
	display:inline;
}
.login_modal_remember_label {
	float:left;
	display:inline;
	padding:4px 4px 0 2px;
	font-size:11px;
}
.login_modal_login {
	margin-bottom:5px;
}
#login_modal_spacer{
	padding:0;
	margin-top:8px;
	margin-bottom:8px;
}
.login_modal_forgot { }
/************** REGISTER ***************/
.reg_submit {}
#reg_usernamecheckitvalue {}
#reg_emailcheckitvalue {}
/* for sortable table header in top user page */
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
/************ FILE UPLOAD *************/
.btn.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn.btn-file > input[type="file"] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
.fileupload .img-thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .img-thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/************* RSS FEEDS **************/
.rss_category {
font-size:1.4em;
}
.rss_url {}
/************* RECAPTCHA **************/
/* Apply the iframe class to any iframes that need to display */
iframe.iframe {display:block} 
/************* ADVANCED SEARCH **************/
.form-group div div label.active {
background-color:#5CB85C;
border-color: #3E8F3E;
color: #fff;
text-shadow: none;
}
#advanced_search_submit {
margin-left:15px;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
background-color:#5CB85C !important;
background-image:none;
}
/*************Ninhnv **************/
#categories .container{
	display: none;
}
/************* border cho từng tin **************/
.stories{
	border-bottom: 1px solid #E0D8D8;
}
.panel-body{
	background-color: #f5f5f5;
}
a {
	color: #282727;
	text-decoration: none;
}
body{
	background-color: #E5E5E5;
}
.search{
	display: none;
}
li a[href^='/module.php?module=simple_messaging']{
    display: none;
}
.bookmarklet{
	display: none;
}
.navbar-inverse .navbar-nav>.active>a {
background-image: -webkit-linear-gradient(top, #FFF, #FFF 100%);
background-image: -o-linear-gradient(top, #222 0, #282828 100%);
background-image: linear-gradient(to bottom, #FFF 0, #FFFFFF 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.25);
box-shadow: inset 0 0px 0px rgba(0,0,0,0.25);
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
text-shadow: 0 0px 0 rgba(0,0,0,0.25);
}
.navbar-header a:hover
{
    color:#000!important;
}
.nav.navbar-nav li a:hover{
	color:#000!important;
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: #000000;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.votebox .vote{
	/*background-color: whitesmoke;*/
	border-radius: 4px;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #4c69ba 0, #4c69ba 100%);
background-image: -o-linear-gradient(top, #4c69ba 0, #4c69ba 100%);
background-image: linear-gradient(to bottom, #6d84b4 0, #6d84b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #EBEBEC;
}
.btn-success {
color: #fff;
background-color: #6d84b4!important;
border-color: #6d84b4!important;
}
.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #6A6C6E;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}.
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #D4D5D4;
}
.btn{
	border-radius: 0px; 
}
.panel{
	border-radius: 0px;
}
.nav-tabs>li>a{
	border-radius: 0px;
}
@media screen and (max-width : 414px) {
	.title h2{
		padding-left: 45px!important;
	}
	.subtext{
		padding-left: 45px!important;
	}
	.news-body-text {
		padding-left: 45px!important;
	}
	.votebox {
		width: 30px!important;
		margin: 0px 0px 0px 0px;
	}
	
	.votebutton{
		display:none;
	}
	.nav-category{
		display: none;
	}
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
} | 0.304455 | 0.10961 | 
| 
	html, body {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.6;
	background: #f0f2f5;
}
.title {
	text-align: center;
	font-size: 60px;
	color: #1877f2;
	margin-top: 65px;
	margin-bottom: 1rem;
	font-weight: 100;
}
.contenedor {
	width: 100%;
	max-width: 1200px;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}
.contenedor .tarjeta {
	width: 330px;
	height: 400px;
	border-color: ;
	border-radius: 8px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 20px;
	text-align: center;
	transition: all 0.25s;
	background: #ffffff;
}
.contenedor .tarjeta:hover {
	transform: translateY(-15px);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}
.contenedor .tarjeta img {
	width: 210px;
	height: 200px;
	padding: 1rem 0 0;
}
.contenedor .tarjeta p {
	padding: 0 1rem;
	margin-top: 2rem;
	font-size: 16px;
	font-weight: 300;
}
.contenedor .tarjeta a {
	font-weight: 500;
	text-decoration: none;
	color: #1877f2;
}
.esp-name {
	padding-bottom: 1rem;
}
.fech {
	width: 100%;
	height: 100%;
	padding: 5px 5px;
	border: 1px solid #ccd0d5;
	border-radius: 5px;
}
.politic {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 10px;
	color: #a5a5a5;
}
.relleno {
	width: 24%;
	padding: 5px 5px;
	border: 1px solid #ccd0d5;
	border-radius: 5px;
}
.relleno-per {
	width: 44%;
	padding: 5px 5px;
	margin-right: 0;
	border: 1px solid #ccd0d5;
	border-radius: 5px;
}
.form-control {
	background-color: #f5f6f7;
}
.button-green {
	width: 60%;
	color: #fff;
	background-color: #00a400;
	border-color: #00a400;
}
.btn-green {
	width: 60%;
	color: #fff;
	background-color: #00a400;
	border-color: #00a400;
}
.btn-primary {
	width: 60%;
}
.padd-esp {
	padding-top: 1rem;
}
.color-white {
	background-color: #ffff;
}
@media screen and (max-width: 480px) {
	.relleno { width: 100%; }
	.relleno-per { width: 100%; }
} | 
	css/style.css | 
	html, body {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.6;
	background: #f0f2f5;
}
.title {
	text-align: center;
	font-size: 60px;
	color: #1877f2;
	margin-top: 65px;
	margin-bottom: 1rem;
	font-weight: 100;
}
.contenedor {
	width: 100%;
	max-width: 1200px;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}
.contenedor .tarjeta {
	width: 330px;
	height: 400px;
	border-color: ;
	border-radius: 8px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 20px;
	text-align: center;
	transition: all 0.25s;
	background: #ffffff;
}
.contenedor .tarjeta:hover {
	transform: translateY(-15px);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}
.contenedor .tarjeta img {
	width: 210px;
	height: 200px;
	padding: 1rem 0 0;
}
.contenedor .tarjeta p {
	padding: 0 1rem;
	margin-top: 2rem;
	font-size: 16px;
	font-weight: 300;
}
.contenedor .tarjeta a {
	font-weight: 500;
	text-decoration: none;
	color: #1877f2;
}
.esp-name {
	padding-bottom: 1rem;
}
.fech {
	width: 100%;
	height: 100%;
	padding: 5px 5px;
	border: 1px solid #ccd0d5;
	border-radius: 5px;
}
.politic {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 10px;
	color: #a5a5a5;
}
.relleno {
	width: 24%;
	padding: 5px 5px;
	border: 1px solid #ccd0d5;
	border-radius: 5px;
}
.relleno-per {
	width: 44%;
	padding: 5px 5px;
	margin-right: 0;
	border: 1px solid #ccd0d5;
	border-radius: 5px;
}
.form-control {
	background-color: #f5f6f7;
}
.button-green {
	width: 60%;
	color: #fff;
	background-color: #00a400;
	border-color: #00a400;
}
.btn-green {
	width: 60%;
	color: #fff;
	background-color: #00a400;
	border-color: #00a400;
}
.btn-primary {
	width: 60%;
}
.padd-esp {
	padding-top: 1rem;
}
.color-white {
	background-color: #ffff;
}
@media screen and (max-width: 480px) {
	.relleno { width: 100%; }
	.relleno-per { width: 100%; }
} | 0.26341 | 0.052352 | 
| 
	.bg-azul_oscuro{
	background: #181733;
}
.text-posiciones2{
	color: #181733;
}
.btn-verde{
	background-color: green;
	border-color: green;
	color: white;
}
.bg-degradado_red_blue{
	background: -webkit-gradient(linear,left top, right top,color-stop(0, #3CE013),to(#181733));
}
.bg-cristina{
	background: #FCAE9E;
}
.caja{
	padding: 2em;
	background-color:beige;
	border: #BBB 1px solid; 
	height: 100%;
	box-shadow: 10px 10px 5px #181733;
 	border-radius: 10px;
 	background: white;
 	color: black;
 	margin: 1%;
}
.text-degradado_red_blue{
	font-size: 2.4rem;
	line-height: 2.8rem;
	text-align: center;
	background: linear-gradient(180deg,#181733,#3CE013);
	-webkit-text-fill-color: transparent;
	color: #fff;
	-webkit-background-clip: text;
}
.text-posiciones{
	color: #154284;
}
.text-jugadores{
	font-size: 1.8rem;
	line-height: 2.8rem;
	text-align: center;
	background: linear-gradient(90deg,#181733,#3CE013,red);
	-webkit-text-fill-color: transparent;
	color: #fff;
	-webkit-background-clip: text;
}
.caja2{
	padding: 2em;
	background: -webkit-gradient(linear,left top, right top,color-stop(0, #cd122d),to(#154284));
	border: white 1px solid; 
	height: 100%;
 	color: black;
 	margin: 1%;
}
.map-container-3{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-container-3 iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.bg-color-dark {
    background-color: #263238 !important;
}
.font-small {
    font-size: .9rem;
}
footer.page-footer {
    bottom: 0;
    color: #fff;
}
.btn-fb {
    color: #fff;
    background-color: #3b5998 !important;
}
.btn-tw {
    color: #fff;
    background-color: #55acee !important;
}
.btn-pt{
	background: #c8232c;
}
.btn-yt{
	background: #b00;
}
.btn-ig{
	background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d);
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 20px;
    line-height: 1.33;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
}
.marg-bann{
	margin-left: -10px;
	margin-right: -10px;
} | 
	public/css/style.css | 
	.bg-azul_oscuro{
	background: #181733;
}
.text-posiciones2{
	color: #181733;
}
.btn-verde{
	background-color: green;
	border-color: green;
	color: white;
}
.bg-degradado_red_blue{
	background: -webkit-gradient(linear,left top, right top,color-stop(0, #3CE013),to(#181733));
}
.bg-cristina{
	background: #FCAE9E;
}
.caja{
	padding: 2em;
	background-color:beige;
	border: #BBB 1px solid; 
	height: 100%;
	box-shadow: 10px 10px 5px #181733;
 	border-radius: 10px;
 	background: white;
 	color: black;
 	margin: 1%;
}
.text-degradado_red_blue{
	font-size: 2.4rem;
	line-height: 2.8rem;
	text-align: center;
	background: linear-gradient(180deg,#181733,#3CE013);
	-webkit-text-fill-color: transparent;
	color: #fff;
	-webkit-background-clip: text;
}
.text-posiciones{
	color: #154284;
}
.text-jugadores{
	font-size: 1.8rem;
	line-height: 2.8rem;
	text-align: center;
	background: linear-gradient(90deg,#181733,#3CE013,red);
	-webkit-text-fill-color: transparent;
	color: #fff;
	-webkit-background-clip: text;
}
.caja2{
	padding: 2em;
	background: -webkit-gradient(linear,left top, right top,color-stop(0, #cd122d),to(#154284));
	border: white 1px solid; 
	height: 100%;
 	color: black;
 	margin: 1%;
}
.map-container-3{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-container-3 iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.bg-color-dark {
    background-color: #263238 !important;
}
.font-small {
    font-size: .9rem;
}
footer.page-footer {
    bottom: 0;
    color: #fff;
}
.btn-fb {
    color: #fff;
    background-color: #3b5998 !important;
}
.btn-tw {
    color: #fff;
    background-color: #55acee !important;
}
.btn-pt{
	background: #c8232c;
}
.btn-yt{
	background: #b00;
}
.btn-ig{
	background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d);
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 20px;
    line-height: 1.33;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
}
.marg-bann{
	margin-left: -10px;
	margin-right: -10px;
} | 0.344443 | 0.112795 | 
| 
	* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.5em;
}
section {
    margin: 2vh auto;
}
.section-heading {
    width: 100%;
    font-family: 'Open Sans';
    font-size: 2.3em;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
    color: #4285f4;
}
.div-body {
    width: 90%;
    margin: 0 auto;
}
/**/
nav {
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding-top: 5px;
}
.backcolor {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.95)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95));
}
.backcolour {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.95)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95));
}
.main-text {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    margin: 0 5px;
    color: aliceblue;
}
.main-logo-holder img {
    height: 25px;
    width: auto;
    margin-top: 3px;
}
.main-logo-holder {
    float: left;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    margin-top: 5px;
    margin-left: 3%;
}
.main-nav {
    float: right;
    list-style: none;
    margin-right: 3.5%;
    margin-top: 4px;
}
.main-nav li {
    display: inline-block;
    margin-left: 25px;
    margin-top: 2px;
}
.main-nav li a {
    font-size: 90%;
    color: aliceblue;
    text-decoration: none;
    padding-bottom: 1px;
}
.mobile-nav-icon a {
    margin-top: 0px;
    cursor: pointer;
    margin-left: 30px;
    font-size: 150%;
    display: none;
}
.main-nav li a.home:hover {
    border-bottom: 2px solid red;
}
.main-nav li a.abt:hover {
    border-bottom: 2px solid #ffd800;
}
.main-nav li a.dom:hover {
    border-bottom: 2px solid green;
}
.main-nav li a.team:hover {
    border-bottom: 2px solid #ffd800;
}
.main-nav li a.projects:hover {
    border-bottom: 2px solid red;
}
.main-nav li a.notice:hover {
    border-bottom: 2px solid #4285f4;
}
/*header*/
header {
    position: relative;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8))), url(../images/background.jpg);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../images/background.jpg);
    background-size: cover;
    color: aliceblue;
}
.head-text-box {
    left: 15%;
    position: absolute;
    font-family: 'Barlow', sans-serif;
    width: 35%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.main-head-box {
    font-size: 500%;
    margin-bottom: 0;
    padding-bottom: 0px;
    text-align: center;
}
.welcome-text {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 110%;
}
.header-logo {
    position: absolute;
    float: left;
    right: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.goologo {
    width: 17em;
    height: auto;
}
.div-body {
    padding-top: 2vh;
}
/* header social icons*/
.ico-instagram {
    color: #f75c4f;
    /*    margin-right: 10px;*/
}
.ico-facebook {
    margin-right: 20px;
}
.ico-twitter {
    color: #00aced;
    margin-right: 20px;
}
.darr-box {
    position: absolute;
    bottom: 1em;
    right: 50%;
}
.darr {
    color: #fff;
    font-size: 2.5em;
}
.darr:hover {
    color: antiquewhite;
    text-decoration: none;
}
/*Section About*/
.section-about {
    margin-top: 27px;
    /*    margin-bottom: 5.5vh;*/
}
.section-body-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5em;
}
.abt-body {
    margin-top: 3px;
    text-align: center;
    padding-right: 40px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: table;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
}
.slideshow-box {
    border: 0.5px solid;
    border-color: rgb(0, 0, 255);
    -webkit-box-flex: 1.3;
    -ms-flex: 1.3;
    flex: 1.3;
    padding: 0.3em;
    height: 40vh;
    border-radius: 10px;
    background-image: url(../images/s1.jpg);
    background-size: cover;
    -webkit-animation: slider 9s infinite;
    animation: slider 9s infinite;
}
@-webkit-keyframes slider {
    0% {
        background-image: url(../images/s1.jpg);
        background-size: 100% 100%;
    }
    33% {
        background-image: url(../images/s2.jpg);
        background-size: 100% 100%;
    }
    66% {
        background-image: url(../images/s3.jpg);
        background-size: 100% 100%;
    }
}
@keyframes slider {
    0% {
        background-image: url(../images/s1.jpg);
        background-size: 100% 100%;
    }
    33% {
        background-image: url(../images/s2.jpg);
        background-size: 100% 100%;
    }
    66% {
        background-image: url(../images/s3.jpg);
        background-size: 100% 100%;
    }
}
.temp-slide {
    width: 100%;
    height: 100%;
}
/*Section domains*/
.domain-section {
    background: rgba(230, 230, 230, 0.49);
    width: 100%;
    border-radius: 15px;
    margin-top: 5.5vh;
}
.doms {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flx-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.dom-flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
}
.dom-flex img {
    width: 15%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.dom-flex img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.dom-title {
    margin-top: 5px;
    font-size: 1em;
}
.abt-domain {
    margin: 5px;
    padding: 0 1.2em;
    font-weight: 300;
}
/*SECTION EVENTS*/
.events {
    color: aliceblue;
}
.section-notice {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(131, 131, 131, 0.6))), url(../images/eventsboard.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(131, 131, 131, 0.6)), url(../images/eventsboard.jpg);
    background-size: cover;
    border-radius: 10px;
    margin-top: 5.5vh;
}
.section-notice-body {
    height: 83vh;
    font-weight: 300;
}
.roadmap {
    height: 100%
}
/*Footer*/
footer {
    background-color: rgba(29, 29, 29, 0.96);
    margin-top: 5.5vh;
    color: aliceblue;
    border-radius: 15px;
    margin: 3px 2px;
}
.footer-heading {
    width: 100%;
    text-align: center;
    font-family: 'Lato', 'Barlow', sans-serif;
    font-size: 170%;
    font-weight: 400;
    color: #4285f4;
}
.loc-holder {
    height: 31vh;
    position: relative;
}
.details {
    position: absolute;
    width: 30%;
    height: 80%;
    left: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.gmap {
    position: absolute;
    height: 80%;
    width: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20%;
    border: 3px solid;
    border-radius: 10px;
}
.map {
    height: 100%;
    width: 100%;
}
.details p {
    color: aliceblue;
    font-family: 'Barlow', 'Lato', sans-serif;
    /*    font-weight: 300;*/
}
.detail-email {
    margin-bottom: 0.9%;
    font-weight: bold;
}
.detail-email-body {
    font-weight: 300;
}
.detail-phone {
    margin-bottom: 0.8%;
    font-weight: bold;
}
.detail-phone-body {
    font-weight: 300;
}
.address-head {
    margin-bottom: 0.5%;
    font-family: 'Barlow';
    font-weight: bold;
}
.address-body {
    font-weight: 100;
    margin-bottom: 0.8%;
}
.find-us {
    font-weight: bold;
}
.footer-social {
    margin-top: 0%;
}
/*Section Teams*/
.team-mems {
    background: rgba(187, 187, 187, 0.22);
    border-radius: 15px;
    padding-top: 2vh;
    margin-top: 5.5vh;
}
.team-row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}
.super-details {
    text-align: center;
    margin: 5px 3vw;
    width: 270px;
    padding: 0 2%;
    margin-bottom: 6vh;
}
.team-membs {
    width: 80%;
    margin-bottom: 5px;
    border-radius: 50%;
    height: auto;
}
.r {
    border: 4px solid red;
}
.g {
    border: 4px solid green;
}
.b {
    border: 4px solid #4285f4;
}
.y {
    border: 4px solid yellow;
}
.abt-team {
    bottom: 0;
    top: 35%;
    font-family: 'Lato', 'Barlow', sans-serif;
    font-weight: 400;
}
.name-box {
    margin-top: 4px;
    font-weight: 300;
}
.name-domain {
    margin-top: 4px;
}
.pad {
    margin-bottom: 5.5vh;
}
/* For Animation */
.js-animate-1,
.js-animate-2,
.js-animate-3,
.js-animate-4,
js-animate-dn {
    opacity: 0;
}
.js-animate-1.animated,
.js-animate-2.animated,
.js-animate-3.animated,
.js-animate-4.animated,
js-animate-dn {
    opacity: 1;
}
.js-animate-4.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.js-animate-1.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
} | 
	Vishesh Dhawan/DSCsite/resources/css/style.css | 
	* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.5em;
}
section {
    margin: 2vh auto;
}
.section-heading {
    width: 100%;
    font-family: 'Open Sans';
    font-size: 2.3em;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
    color: #4285f4;
}
.div-body {
    width: 90%;
    margin: 0 auto;
}
/**/
nav {
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding-top: 5px;
}
.backcolor {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.95)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95));
}
.backcolour {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.95)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95));
}
.main-text {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    margin: 0 5px;
    color: aliceblue;
}
.main-logo-holder img {
    height: 25px;
    width: auto;
    margin-top: 3px;
}
.main-logo-holder {
    float: left;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    margin-top: 5px;
    margin-left: 3%;
}
.main-nav {
    float: right;
    list-style: none;
    margin-right: 3.5%;
    margin-top: 4px;
}
.main-nav li {
    display: inline-block;
    margin-left: 25px;
    margin-top: 2px;
}
.main-nav li a {
    font-size: 90%;
    color: aliceblue;
    text-decoration: none;
    padding-bottom: 1px;
}
.mobile-nav-icon a {
    margin-top: 0px;
    cursor: pointer;
    margin-left: 30px;
    font-size: 150%;
    display: none;
}
.main-nav li a.home:hover {
    border-bottom: 2px solid red;
}
.main-nav li a.abt:hover {
    border-bottom: 2px solid #ffd800;
}
.main-nav li a.dom:hover {
    border-bottom: 2px solid green;
}
.main-nav li a.team:hover {
    border-bottom: 2px solid #ffd800;
}
.main-nav li a.projects:hover {
    border-bottom: 2px solid red;
}
.main-nav li a.notice:hover {
    border-bottom: 2px solid #4285f4;
}
/*header*/
header {
    position: relative;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8))), url(../images/background.jpg);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../images/background.jpg);
    background-size: cover;
    color: aliceblue;
}
.head-text-box {
    left: 15%;
    position: absolute;
    font-family: 'Barlow', sans-serif;
    width: 35%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.main-head-box {
    font-size: 500%;
    margin-bottom: 0;
    padding-bottom: 0px;
    text-align: center;
}
.welcome-text {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 110%;
}
.header-logo {
    position: absolute;
    float: left;
    right: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.goologo {
    width: 17em;
    height: auto;
}
.div-body {
    padding-top: 2vh;
}
/* header social icons*/
.ico-instagram {
    color: #f75c4f;
    /*    margin-right: 10px;*/
}
.ico-facebook {
    margin-right: 20px;
}
.ico-twitter {
    color: #00aced;
    margin-right: 20px;
}
.darr-box {
    position: absolute;
    bottom: 1em;
    right: 50%;
}
.darr {
    color: #fff;
    font-size: 2.5em;
}
.darr:hover {
    color: antiquewhite;
    text-decoration: none;
}
/*Section About*/
.section-about {
    margin-top: 27px;
    /*    margin-bottom: 5.5vh;*/
}
.section-body-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5em;
}
.abt-body {
    margin-top: 3px;
    text-align: center;
    padding-right: 40px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: table;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
}
.slideshow-box {
    border: 0.5px solid;
    border-color: rgb(0, 0, 255);
    -webkit-box-flex: 1.3;
    -ms-flex: 1.3;
    flex: 1.3;
    padding: 0.3em;
    height: 40vh;
    border-radius: 10px;
    background-image: url(../images/s1.jpg);
    background-size: cover;
    -webkit-animation: slider 9s infinite;
    animation: slider 9s infinite;
}
@-webkit-keyframes slider {
    0% {
        background-image: url(../images/s1.jpg);
        background-size: 100% 100%;
    }
    33% {
        background-image: url(../images/s2.jpg);
        background-size: 100% 100%;
    }
    66% {
        background-image: url(../images/s3.jpg);
        background-size: 100% 100%;
    }
}
@keyframes slider {
    0% {
        background-image: url(../images/s1.jpg);
        background-size: 100% 100%;
    }
    33% {
        background-image: url(../images/s2.jpg);
        background-size: 100% 100%;
    }
    66% {
        background-image: url(../images/s3.jpg);
        background-size: 100% 100%;
    }
}
.temp-slide {
    width: 100%;
    height: 100%;
}
/*Section domains*/
.domain-section {
    background: rgba(230, 230, 230, 0.49);
    width: 100%;
    border-radius: 15px;
    margin-top: 5.5vh;
}
.doms {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flx-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.dom-flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
}
.dom-flex img {
    width: 15%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.dom-flex img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.dom-title {
    margin-top: 5px;
    font-size: 1em;
}
.abt-domain {
    margin: 5px;
    padding: 0 1.2em;
    font-weight: 300;
}
/*SECTION EVENTS*/
.events {
    color: aliceblue;
}
.section-notice {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(131, 131, 131, 0.6))), url(../images/eventsboard.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(131, 131, 131, 0.6)), url(../images/eventsboard.jpg);
    background-size: cover;
    border-radius: 10px;
    margin-top: 5.5vh;
}
.section-notice-body {
    height: 83vh;
    font-weight: 300;
}
.roadmap {
    height: 100%
}
/*Footer*/
footer {
    background-color: rgba(29, 29, 29, 0.96);
    margin-top: 5.5vh;
    color: aliceblue;
    border-radius: 15px;
    margin: 3px 2px;
}
.footer-heading {
    width: 100%;
    text-align: center;
    font-family: 'Lato', 'Barlow', sans-serif;
    font-size: 170%;
    font-weight: 400;
    color: #4285f4;
}
.loc-holder {
    height: 31vh;
    position: relative;
}
.details {
    position: absolute;
    width: 30%;
    height: 80%;
    left: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.gmap {
    position: absolute;
    height: 80%;
    width: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20%;
    border: 3px solid;
    border-radius: 10px;
}
.map {
    height: 100%;
    width: 100%;
}
.details p {
    color: aliceblue;
    font-family: 'Barlow', 'Lato', sans-serif;
    /*    font-weight: 300;*/
}
.detail-email {
    margin-bottom: 0.9%;
    font-weight: bold;
}
.detail-email-body {
    font-weight: 300;
}
.detail-phone {
    margin-bottom: 0.8%;
    font-weight: bold;
}
.detail-phone-body {
    font-weight: 300;
}
.address-head {
    margin-bottom: 0.5%;
    font-family: 'Barlow';
    font-weight: bold;
}
.address-body {
    font-weight: 100;
    margin-bottom: 0.8%;
}
.find-us {
    font-weight: bold;
}
.footer-social {
    margin-top: 0%;
}
/*Section Teams*/
.team-mems {
    background: rgba(187, 187, 187, 0.22);
    border-radius: 15px;
    padding-top: 2vh;
    margin-top: 5.5vh;
}
.team-row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}
.super-details {
    text-align: center;
    margin: 5px 3vw;
    width: 270px;
    padding: 0 2%;
    margin-bottom: 6vh;
}
.team-membs {
    width: 80%;
    margin-bottom: 5px;
    border-radius: 50%;
    height: auto;
}
.r {
    border: 4px solid red;
}
.g {
    border: 4px solid green;
}
.b {
    border: 4px solid #4285f4;
}
.y {
    border: 4px solid yellow;
}
.abt-team {
    bottom: 0;
    top: 35%;
    font-family: 'Lato', 'Barlow', sans-serif;
    font-weight: 400;
}
.name-box {
    margin-top: 4px;
    font-weight: 300;
}
.name-domain {
    margin-top: 4px;
}
.pad {
    margin-bottom: 5.5vh;
}
/* For Animation */
.js-animate-1,
.js-animate-2,
.js-animate-3,
.js-animate-4,
js-animate-dn {
    opacity: 0;
}
.js-animate-1.animated,
.js-animate-2.animated,
.js-animate-3.animated,
.js-animate-4.animated,
js-animate-dn {
    opacity: 1;
}
.js-animate-4.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.js-animate-1.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
} | 0.362969 | 0.08733 | 
| 
	html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
body {
  margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }
audio:not([controls]) {
  display: none;
  height: 0; }
[hidden], template {
  display: none; }
a {
  background-color: transparent; }
a:active, a:hover {
  outline: 0; }
abbr[title] {
  border-bottom: 1px dotted; }
b, strong {
  font-weight: bold; }
dfn {
  font-style: italic; }
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
mark {
  background: #ff0;
  color: #000; }
small {
  font-size: 80%; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
img {
  border: 0; }
svg:not(:root) {
  overflow: hidden; }
figure {
  margin: 1em 40px; }
hr {
  box-sizing: content-box;
  height: 0; }
pre {
  overflow: auto; }
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
button {
  overflow: visible; }
button, select {
  text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }
button[disabled], html input[disabled] {
  cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input {
  line-height: normal; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
legend {
  border: 0;
  padding: 0; }
textarea {
  overflow: auto; }
optgroup {
  font-weight: bold; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
td, th {
  padding: 0; }
meta.foundation-version {
  font-family: "/{{VERSION}}/"; }
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }
meta.foundation-data-attribute-namespace {
  font-family: false; }
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0; }
.fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on {
  position: fixed; }
.fixedsticky-dummy {
  display: none; }
.fixedsticky-on + .fixedsticky-dummy {
  display: block; }
.ul-reset {
  margin: 0;
  list-style-type: none; }
.inline-list {
  margin: 0;
  list-style-type: none; }
  .inline-list > li {
    display: inline-block;
    vertical-align: middle; }
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?ogo9s2');
  src: url('../fonts/icons.eot?#iefixogo9s2') format('embedded-opentype'), url('../fonts/icons.woff?ogo9s2') format('woff'), url('../fonts/icons.ttf?ogo9s2') format('truetype'), url('../fonts/icons.svg?ogo9s2#icons') format('svg');
  font-weight: normal;
  font-style: normal; }
.ico {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.page-wrapper {
  max-width: 1512px;
  margin: auto;
  padding: 4%; }
.page-sidebar, .page-main {
  position: relative; }
@media only screen and (min-width:40.063em) {
  .page-sidebar {
    width: 33.333%; }
  .page-main {
    width: 66.666%; } }
@media only screen and (min-width:64.063em) {
  .page-sidebar {
    width: 25%; }
  .page-main {
    width: 75%; } }
.site-topbar {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
  background: #e7e7e7;
  box-shadow: -1400px 0 #e7e7e7, 1400px 0 #e7e7e7; }
.site-header {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
  background: #008CBA;
  box-shadow: -1400px 0 #008CBA, 1400px 0 #008CBA; }
.screenreader-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); } | 
	public/css/screen.css | 
	html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
body {
  margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }
audio:not([controls]) {
  display: none;
  height: 0; }
[hidden], template {
  display: none; }
a {
  background-color: transparent; }
a:active, a:hover {
  outline: 0; }
abbr[title] {
  border-bottom: 1px dotted; }
b, strong {
  font-weight: bold; }
dfn {
  font-style: italic; }
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
mark {
  background: #ff0;
  color: #000; }
small {
  font-size: 80%; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
img {
  border: 0; }
svg:not(:root) {
  overflow: hidden; }
figure {
  margin: 1em 40px; }
hr {
  box-sizing: content-box;
  height: 0; }
pre {
  overflow: auto; }
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
button {
  overflow: visible; }
button, select {
  text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }
button[disabled], html input[disabled] {
  cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input {
  line-height: normal; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
legend {
  border: 0;
  padding: 0; }
textarea {
  overflow: auto; }
optgroup {
  font-weight: bold; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
td, th {
  padding: 0; }
meta.foundation-version {
  font-family: "/{{VERSION}}/"; }
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }
meta.foundation-data-attribute-namespace {
  font-family: false; }
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0; }
.fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on {
  position: fixed; }
.fixedsticky-dummy {
  display: none; }
.fixedsticky-on + .fixedsticky-dummy {
  display: block; }
.ul-reset {
  margin: 0;
  list-style-type: none; }
.inline-list {
  margin: 0;
  list-style-type: none; }
  .inline-list > li {
    display: inline-block;
    vertical-align: middle; }
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?ogo9s2');
  src: url('../fonts/icons.eot?#iefixogo9s2') format('embedded-opentype'), url('../fonts/icons.woff?ogo9s2') format('woff'), url('../fonts/icons.ttf?ogo9s2') format('truetype'), url('../fonts/icons.svg?ogo9s2#icons') format('svg');
  font-weight: normal;
  font-style: normal; }
.ico {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.page-wrapper {
  max-width: 1512px;
  margin: auto;
  padding: 4%; }
.page-sidebar, .page-main {
  position: relative; }
@media only screen and (min-width:40.063em) {
  .page-sidebar {
    width: 33.333%; }
  .page-main {
    width: 66.666%; } }
@media only screen and (min-width:64.063em) {
  .page-sidebar {
    width: 25%; }
  .page-main {
    width: 75%; } }
.site-topbar {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
  background: #e7e7e7;
  box-shadow: -1400px 0 #e7e7e7, 1400px 0 #e7e7e7; }
.site-header {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
  background: #008CBA;
  box-shadow: -1400px 0 #008CBA, 1400px 0 #008CBA; }
.screenreader-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); } | 0.375248 | 0.086593 | 
| 
	@font-face {
  font-family: "Yantramanav";
  src: url("../fonts/Yantramanav-Black.ttf") format("truetype");
}
@font-face {
  font-family: "TradeGothic";
  src: url("../fonts/TradeGothic.ttf") format("truetype");
}
/*--
    Common Css
--*/
body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 44px;
  line-height: 56px;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #777777;
}
h3 {
  font-size: 23px;
  line-height: 25px;
  color: #777777;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
h5 {
  font-family: "TradeGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
h6 {
  color: #fff;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 30px;
}
p {
  font-size: 18px;
  line-height: 25px;
  margin: 0px;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.mt-100 {
  margin-top: 100px;
}
.bg-1 {
  background-color: #9F2158;
}
.bg-opacity {
  position: relative;
}
.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}
.section {
  padding: 100px 0;
}
/*--
    custom heading
--*/
.text-center {
  text-align: center;
}
.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px;
}
.heading h2 {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.heading p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}
.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}
.btn {
  border-radius: 0;
}
.btn-main {
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #9F2158;
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
}
.btn-main:hover, .btn-main:focus {
  background-color: #9F2158;
  color: #fff;
}
.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
/*Preloader*/
#preloader-wrapper {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-loader {
  width: 130px;
  height: 130px;
  background: #9F2158;
  border-radius: 50%;
  animation: loading 6s infinite reverse linear;
  position: relative;
  font-family: "themefisher-font" !important;
}
.pre-loader:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 40px;
  transform: translate(-50%, -50%);
  color: #fff;
}
@keyframes loading {
  /*  */
  0% {
    box-shadow: inset 0 0 0 80px #9F2158;
  }
  8.49% {
    background: #9F2158;
    box-shadow: inset 0 0 0 160px #9F2158;
  }
  /* orange */
  8.5% {
    box-shadow: inset 0 0 0 0 #ff8133;
  }
  24.99% {
    background: #ff8133;
    box-shadow: inset 0 0 0 160px #ff8133;
  }
  /* yellow */
  25% {
    box-shadow: inset 0 0 0 0 #ffbe1a;
  }
  41.49% {
    background: #ffbe1a;
    box-shadow: inset 0 0 0 160px #ffbe1a;
  }
  /*  */
  41.5% {
    box-shadow: inset 0 0 0 0 #9F2158;
  }
  57.99% {
    background: #9F2158;
    box-shadow: inset 0 0 0 160px #9F2158;
  }
  /* blue */
  58% {
    box-shadow: inset 0 0 0 0 #00b5d9;
  }
  74.49% {
    background: #00b5d9;
    box-shadow: inset 0 0 0 160px #00b5d9;
  }
  /* purple */
  74.5% {
    box-shadow: inset 0 0 0 0 #9772e5;
  }
  90.99% {
    background: #9772e5;
    box-shadow: inset 0 0 0 160px #9772e5;
  }
  /*  */
  91% {
    box-shadow: inset 0 0 0 0 #9F2158;
  }
  100% {
    background: #9F2158;
    box-shadow: inset 0 0 0 80px #9F2158;
  }
}
/*--
    .hero-area start
--*/
.hero-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.hero-area h1 {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 19px;
  margin-top: 30px;
  line-height: 1.2;
}
.hero-area p {
  font-size: 20px;
  line-height: 1.3;
}
.hero-area .btn-main {
  margin-top: 30px;
}
/* .hero-area  */
.navigation {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 10px;
  margin: 0;
  border: 0;
}
.navigation .site-logo {
  float: left;
  width: 200px;
}
.navigation .navbar-brand {
  display: inline-block;
}
.navigation .navbar-toggler {
  background: #fff;
  outline: none;
  border-radius: 0;
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
.navigation .navbar-toggler i {
  font-size: 22px;
}
.logo {
  display: inline-block;
  float: left;
  width: 200px;
}
.logo h1 {
  color: #444;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}
.menu {
  margin-top: 14px;
}
.menu li {
  display: inline-block;
  margin: 0 10px;
}
.menu li a {
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
.menu li a:hover, .menu li a:focus {
  background: none;
}
/*--
    feature start
--*/
.feature {
  background: #9F2158;
}
.feature.section {
  padding-bottom: 100px;
}
.feature .feature-box {
  margin-bottom: 40px;
}
.feature .feature-box i {
  font-size: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.feature .feature-box h4 {
  font-weight: bold;
  margin-bottom: 8px;
}
.feature .feature-box p {
  line-height: 1.1;
}
.promo-details h2 {
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-align: left;
}
.promo-details p {
  font-size: 18px;
}
/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px;
}
/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 100px;
}
.gallery .owl-item {
  overflow: hidden;
  position: relative;
}
.gallery .block {
  padding: 20px;
}
.gallery .block:hover .gallery-overlay {
  webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery .gallery-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: inherit;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gallery .gallery-overlay .gallery-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #9F2158;
  padding: 5px 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}
.gallery .gallery-overlay .gallery-popup i {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}
/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px;
}
.testimonials .testimonial-block i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  color: #9F2158;
}
.testimonials .testimonial-block p {
  font-family: "TradeGothic", sans-serif;
  font-size: 14px;
  color: #777;
}
.testimonials .testimonial-block .author-details {
  margin-top: 30px;
}
.testimonials .testimonial-block .author-details img {
  border-radius: 50%;
  width: 50px;
}
.testimonials .testimonial-block .author-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}
/*--
    call-to-action start
--*/
.call-to-action {
  padding: 90px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.call-to-action .block h2 {
  margin-bottom: 6px;
  color: #fff;
  padding-bottom: 0;
}
.call-to-action .block p {
  padding-right: 30px;
  color: #fff;
}
.call-to-action .block .input-group {
  margin-top: 30px;
}
.call-to-action .block .input-group .btn-main {
  padding: 13px 40px;
}
.call-to-action .block .input-group input {
  height: 50px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
}
footer {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0px;
}
footer .footer-logo {
  width: 300px;
}
footer p.copyright-text {
  font-weight: 300;
  font-size: 12px;
  color: #888;
  letter-spacing: 3px;
  margin-top: 15px;
}
footer p.copyright-text a {
  color: #282828;
}
footer p.copyright-text a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */ | 
	themes/vex-hugo/static/css/style.css | 
	@font-face {
  font-family: "Yantramanav";
  src: url("../fonts/Yantramanav-Black.ttf") format("truetype");
}
@font-face {
  font-family: "TradeGothic";
  src: url("../fonts/TradeGothic.ttf") format("truetype");
}
/*--
    Common Css
--*/
body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 44px;
  line-height: 56px;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #777777;
}
h3 {
  font-size: 23px;
  line-height: 25px;
  color: #777777;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
h5 {
  font-family: "TradeGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
h6 {
  color: #fff;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 30px;
}
p {
  font-size: 18px;
  line-height: 25px;
  margin: 0px;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.mt-100 {
  margin-top: 100px;
}
.bg-1 {
  background-color: #9F2158;
}
.bg-opacity {
  position: relative;
}
.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}
.section {
  padding: 100px 0;
}
/*--
    custom heading
--*/
.text-center {
  text-align: center;
}
.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px;
}
.heading h2 {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.heading p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}
.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}
.btn {
  border-radius: 0;
}
.btn-main {
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #9F2158;
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
}
.btn-main:hover, .btn-main:focus {
  background-color: #9F2158;
  color: #fff;
}
.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
/*Preloader*/
#preloader-wrapper {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-loader {
  width: 130px;
  height: 130px;
  background: #9F2158;
  border-radius: 50%;
  animation: loading 6s infinite reverse linear;
  position: relative;
  font-family: "themefisher-font" !important;
}
.pre-loader:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 40px;
  transform: translate(-50%, -50%);
  color: #fff;
}
@keyframes loading {
  /*  */
  0% {
    box-shadow: inset 0 0 0 80px #9F2158;
  }
  8.49% {
    background: #9F2158;
    box-shadow: inset 0 0 0 160px #9F2158;
  }
  /* orange */
  8.5% {
    box-shadow: inset 0 0 0 0 #ff8133;
  }
  24.99% {
    background: #ff8133;
    box-shadow: inset 0 0 0 160px #ff8133;
  }
  /* yellow */
  25% {
    box-shadow: inset 0 0 0 0 #ffbe1a;
  }
  41.49% {
    background: #ffbe1a;
    box-shadow: inset 0 0 0 160px #ffbe1a;
  }
  /*  */
  41.5% {
    box-shadow: inset 0 0 0 0 #9F2158;
  }
  57.99% {
    background: #9F2158;
    box-shadow: inset 0 0 0 160px #9F2158;
  }
  /* blue */
  58% {
    box-shadow: inset 0 0 0 0 #00b5d9;
  }
  74.49% {
    background: #00b5d9;
    box-shadow: inset 0 0 0 160px #00b5d9;
  }
  /* purple */
  74.5% {
    box-shadow: inset 0 0 0 0 #9772e5;
  }
  90.99% {
    background: #9772e5;
    box-shadow: inset 0 0 0 160px #9772e5;
  }
  /*  */
  91% {
    box-shadow: inset 0 0 0 0 #9F2158;
  }
  100% {
    background: #9F2158;
    box-shadow: inset 0 0 0 80px #9F2158;
  }
}
/*--
    .hero-area start
--*/
.hero-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.hero-area h1 {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 19px;
  margin-top: 30px;
  line-height: 1.2;
}
.hero-area p {
  font-size: 20px;
  line-height: 1.3;
}
.hero-area .btn-main {
  margin-top: 30px;
}
/* .hero-area  */
.navigation {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 10px;
  margin: 0;
  border: 0;
}
.navigation .site-logo {
  float: left;
  width: 200px;
}
.navigation .navbar-brand {
  display: inline-block;
}
.navigation .navbar-toggler {
  background: #fff;
  outline: none;
  border-radius: 0;
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
.navigation .navbar-toggler i {
  font-size: 22px;
}
.logo {
  display: inline-block;
  float: left;
  width: 200px;
}
.logo h1 {
  color: #444;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}
.menu {
  margin-top: 14px;
}
.menu li {
  display: inline-block;
  margin: 0 10px;
}
.menu li a {
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
.menu li a:hover, .menu li a:focus {
  background: none;
}
/*--
    feature start
--*/
.feature {
  background: #9F2158;
}
.feature.section {
  padding-bottom: 100px;
}
.feature .feature-box {
  margin-bottom: 40px;
}
.feature .feature-box i {
  font-size: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.feature .feature-box h4 {
  font-weight: bold;
  margin-bottom: 8px;
}
.feature .feature-box p {
  line-height: 1.1;
}
.promo-details h2 {
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-align: left;
}
.promo-details p {
  font-size: 18px;
}
/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px;
}
/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 100px;
}
.gallery .owl-item {
  overflow: hidden;
  position: relative;
}
.gallery .block {
  padding: 20px;
}
.gallery .block:hover .gallery-overlay {
  webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery .gallery-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: inherit;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gallery .gallery-overlay .gallery-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #9F2158;
  padding: 5px 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}
.gallery .gallery-overlay .gallery-popup i {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}
/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px;
}
.testimonials .testimonial-block i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  color: #9F2158;
}
.testimonials .testimonial-block p {
  font-family: "TradeGothic", sans-serif;
  font-size: 14px;
  color: #777;
}
.testimonials .testimonial-block .author-details {
  margin-top: 30px;
}
.testimonials .testimonial-block .author-details img {
  border-radius: 50%;
  width: 50px;
}
.testimonials .testimonial-block .author-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}
/*--
    call-to-action start
--*/
.call-to-action {
  padding: 90px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.call-to-action .block h2 {
  margin-bottom: 6px;
  color: #fff;
  padding-bottom: 0;
}
.call-to-action .block p {
  padding-right: 30px;
  color: #fff;
}
.call-to-action .block .input-group {
  margin-top: 30px;
}
.call-to-action .block .input-group .btn-main {
  padding: 13px 40px;
}
.call-to-action .block .input-group input {
  height: 50px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
}
footer {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0px;
}
footer .footer-logo {
  width: 300px;
}
footer p.copyright-text {
  font-weight: 300;
  font-size: 12px;
  color: #888;
  letter-spacing: 3px;
  margin-top: 15px;
}
footer p.copyright-text a {
  color: #282828;
}
footer p.copyright-text a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */ | 0.258326 | 0.060446 | 
| 
	----------------------------------------------------------------------------------------------------*/
.container_12 {
  width: 96%;
  margin: 2%;
  overflow: hidden;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_unit,
.grid_sixth,
.grid_fourth,
.grid_third,
.grid_half,
.grid_full {
  display:inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}
.grid_centered {
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12,
  .grid_unit,
  .grid_sixth,
  .grid_fourth,
  .grid_third,
  .grid_half,
  .grid_full {
    text-align: center;
  }
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1,
.container_12 .grid_unit {
  width:6.333%;
}
.container_12 .grid_2,
.container_12 .grid_sixth {
  width:14.667%;
}
.container_12 .grid_3,
.container_12 .grid_fourth {
  width:23.0%;
}
.container_12 .grid_4,
.container_12 .grid_third {
  width:31.333%;
}
.container_12 .grid_5 {
  width:39.667%;
}
.container_12 .grid_6,
.container_12 .grid_half {
  width:48.0%;
}
.container_12 .grid_7 {
  width:56.333%;
}
.container_12 .grid_8 {
  width:64.667%;
}
.container_12 .grid_9 {
  width:73.0%;
}
.container_12 .grid_10 {
  width:81.333%;
}
.container_12 .grid_11 {
  width:89.667%;
}
.container_12 .grid_12,
.container_12 .grid_full {
  width:98.0%;
}
.container_12 .omega.grid_1,
.container_12 .omega.grid_unit,
.container_12 .alpha.grid_1,
.container_12 .alpha.grid_unit {
  width:7.333%;
}
.container_12 .omega.grid_2,
.container_12 .omega.grid_sixth,
.container_12 .alpha.grid_2,
.container_12 .alpha.grid_sixth {
  width:15.667%;
}
.container_12 .omega.grid_3,
.container_12 .omega.grid_fourth,
.container_12 .alpha.grid_3,
.container_12 .alpha.grid_fourth {
  width:24.0%;
}
.container_12 .omega.grid_4,
.container_12 .omega.grid_third,
.container_12 .alpha.grid_4,
.container_12 .alpha.grid_third {
  width:32.333%;
}
.container_12 .omega.grid_5,
.container_12 .alpha.grid_5 {
  width:40.667%;
}
.container_12 .omega.grid_6,
.container_12 .omega.grid_half,
.container_12 .alpha.grid_6,
.container_12 .alpha.grid_half {
  width:49.0%;
}
.container_12 .omega.grid_7,
.container_12 .alpha.grid_7 {
  width:57.333%;
}
.container_12 .omega.grid_8,
.container_12 .alpha.grid_8 {
  width:65.667%;
}
.container_12 .omega.grid_9,
.container_12 .alpha.grid_9 {
  width:74.0%;
}
.container_12 .omega.grid_10,
.container_12 .alpha.grid_10 {
  width:82.333%;
}
.container_12 .omega.grid_11,
.container_12 .alpha.grid_11 {
  width:90.667%;
}
.container_12 .omega.grid_12,
.container_12 .omega.grid_full,
.container_12 .alpha.grid_12,
.container_12 .alpha.grid_full {
  width:99.0%;
}
.container_12 .alpha.omega.grid_1,
.container_12 .alpha.omega.grid_unit {
  width:8.333%;
}
.container_12 .alpha.omega.grid_2,
.container_12 .alpha.omega.grid_sixth {
  width:16.667%;
}
.container_12 .alpha.omega.grid_3,
.container_12 .alpha.omega.grid_fourth {
  width:25.0%;
}
.container_12 .alpha.omega.grid_4,
.container_12 .alpha.omega.grid_third {
  width:33.333%;
}
.container_12 .alpha.omega.grid_5 {
  width:41.667%;
}
.container_12 .alpha.omega.grid_6,
.container_12 .alpha.omega.grid_half {
  width:50.0%;
}
.container_12 .alpha.omega.grid_7 {
  width:58.333%;
}
.container_12 .alpha.omega.grid_8 {
  width:66.667%;
}
.container_12 .alpha.omega.grid_9 {
  width:75.0%;
}
.container_12 .alpha.omega.grid_10 {
  width:83.333%;
}
.container_12 .alpha.omega.grid_11 {
  width:91.667%;
}
.container_12 .alpha.omega.grid_12,
.container_12 .alpha.omega.grid_full {
  width:100.0%;
}
/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left:8.333%;
}
.container_12 .prefix_2 {
  padding-left:16.667%;
}
.container_12 .prefix_3 {
  padding-left:25.0%;
}
.container_12 .prefix_4 {
  padding-left:33.333%;
}
.container_12 .prefix_5 {
  padding-left:41.667%;
}
.container_12 .prefix_6 {
  padding-left:50.0%;
}
.container_12 .prefix_7 {
  padding-left:58.333%;
}
.container_12 .prefix_8 {
  padding-left:66.667%;
}
.container_12 .prefix_9 {
  padding-left:75.0%;
}
.container_12 .prefix_10 {
  padding-left:83.333%;
}
.container_12 .prefix_11 {
  padding-left:91.667%;
}
/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right:8.333%;
}
.container_12 .suffix_2 {
  padding-right:16.667%;
}
.container_12 .suffix_3 {
  padding-right:25.0%;
}
.container_12 .suffix_4 {
  padding-right:33.333%;
}
.container_12 .suffix_5 {
  padding-right:41.667%;
}
.container_12 .suffix_6 {
  padding-right:50.0%;
}
.container_12 .suffix_7 {
  padding-right:58.333%;
}
.container_12 .suffix_8 {
  padding-right:66.667%;
}
.container_12 .suffix_9 {
  padding-right:75.0%;
}
.container_12 .suffix_10 {
  padding-right:83.333%;
}
.container_12 .suffix_11 {
  padding-right:91.667%;
}
/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left:8.333%;
}
.container_12 .push_2 {
  left:16.667%;
}
.container_12 .push_3 {
  left:25.0%;
}
.container_12 .push_4 {
  left:33.333%;
}
.container_12 .push_5 {
  left:41.667%;
}
.container_12 .push_6 {
  left:50.0%;
}
.container_12 .push_7 {
  left:58.333%;
}
.container_12 .push_8 {
  left:66.667%;
}
.container_12 .push_9 {
  left:75.0%;
}
.container_12 .push_10 {
  left:83.333%;
}
.container_12 .push_11 {
  left:91.667%;
}
/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left:-8.333%;
}
.container_12 .pull_2 {
  left:-16.667%;
}
.container_12 .pull_3 {
  left:-25.0%;
}
.container_12 .pull_4 {
  left:-33.333%;
}
.container_12 .pull_5 {
  left:-41.667%;
}
.container_12 .pull_6 {
  left:-50.0%;
}
.container_12 .pull_7 {
  left:-58.333%;
}
.container_12 .pull_8 {
  left:-66.667%;
}
.container_12 .pull_9 {
  left:-75.0%;
}
.container_12 .pull_10 {
  left:-83.333%;
}
.container_12 .pull_11 {
  left:-91.667%;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* NOT part of 960 intially. */
.vpush_1 {
  margin-top: 5px;
}
.vpush_2 {
  margin-top: 20px;
}
.vpush_3 {
  margin-top: 35px;
}
.vgrow_1 {
  margin-bottom: 5px;
}
.vgrow_2 {
  margin-bottom: 20px;
}
.vgrow_3 {
  margin-bottom: 35px;
} | 
	css/960gs.css | 
	----------------------------------------------------------------------------------------------------*/
.container_12 {
  width: 96%;
  margin: 2%;
  overflow: hidden;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_unit,
.grid_sixth,
.grid_fourth,
.grid_third,
.grid_half,
.grid_full {
  display:inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}
.grid_centered {
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12,
  .grid_unit,
  .grid_sixth,
  .grid_fourth,
  .grid_third,
  .grid_half,
  .grid_full {
    text-align: center;
  }
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1,
.container_12 .grid_unit {
  width:6.333%;
}
.container_12 .grid_2,
.container_12 .grid_sixth {
  width:14.667%;
}
.container_12 .grid_3,
.container_12 .grid_fourth {
  width:23.0%;
}
.container_12 .grid_4,
.container_12 .grid_third {
  width:31.333%;
}
.container_12 .grid_5 {
  width:39.667%;
}
.container_12 .grid_6,
.container_12 .grid_half {
  width:48.0%;
}
.container_12 .grid_7 {
  width:56.333%;
}
.container_12 .grid_8 {
  width:64.667%;
}
.container_12 .grid_9 {
  width:73.0%;
}
.container_12 .grid_10 {
  width:81.333%;
}
.container_12 .grid_11 {
  width:89.667%;
}
.container_12 .grid_12,
.container_12 .grid_full {
  width:98.0%;
}
.container_12 .omega.grid_1,
.container_12 .omega.grid_unit,
.container_12 .alpha.grid_1,
.container_12 .alpha.grid_unit {
  width:7.333%;
}
.container_12 .omega.grid_2,
.container_12 .omega.grid_sixth,
.container_12 .alpha.grid_2,
.container_12 .alpha.grid_sixth {
  width:15.667%;
}
.container_12 .omega.grid_3,
.container_12 .omega.grid_fourth,
.container_12 .alpha.grid_3,
.container_12 .alpha.grid_fourth {
  width:24.0%;
}
.container_12 .omega.grid_4,
.container_12 .omega.grid_third,
.container_12 .alpha.grid_4,
.container_12 .alpha.grid_third {
  width:32.333%;
}
.container_12 .omega.grid_5,
.container_12 .alpha.grid_5 {
  width:40.667%;
}
.container_12 .omega.grid_6,
.container_12 .omega.grid_half,
.container_12 .alpha.grid_6,
.container_12 .alpha.grid_half {
  width:49.0%;
}
.container_12 .omega.grid_7,
.container_12 .alpha.grid_7 {
  width:57.333%;
}
.container_12 .omega.grid_8,
.container_12 .alpha.grid_8 {
  width:65.667%;
}
.container_12 .omega.grid_9,
.container_12 .alpha.grid_9 {
  width:74.0%;
}
.container_12 .omega.grid_10,
.container_12 .alpha.grid_10 {
  width:82.333%;
}
.container_12 .omega.grid_11,
.container_12 .alpha.grid_11 {
  width:90.667%;
}
.container_12 .omega.grid_12,
.container_12 .omega.grid_full,
.container_12 .alpha.grid_12,
.container_12 .alpha.grid_full {
  width:99.0%;
}
.container_12 .alpha.omega.grid_1,
.container_12 .alpha.omega.grid_unit {
  width:8.333%;
}
.container_12 .alpha.omega.grid_2,
.container_12 .alpha.omega.grid_sixth {
  width:16.667%;
}
.container_12 .alpha.omega.grid_3,
.container_12 .alpha.omega.grid_fourth {
  width:25.0%;
}
.container_12 .alpha.omega.grid_4,
.container_12 .alpha.omega.grid_third {
  width:33.333%;
}
.container_12 .alpha.omega.grid_5 {
  width:41.667%;
}
.container_12 .alpha.omega.grid_6,
.container_12 .alpha.omega.grid_half {
  width:50.0%;
}
.container_12 .alpha.omega.grid_7 {
  width:58.333%;
}
.container_12 .alpha.omega.grid_8 {
  width:66.667%;
}
.container_12 .alpha.omega.grid_9 {
  width:75.0%;
}
.container_12 .alpha.omega.grid_10 {
  width:83.333%;
}
.container_12 .alpha.omega.grid_11 {
  width:91.667%;
}
.container_12 .alpha.omega.grid_12,
.container_12 .alpha.omega.grid_full {
  width:100.0%;
}
/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left:8.333%;
}
.container_12 .prefix_2 {
  padding-left:16.667%;
}
.container_12 .prefix_3 {
  padding-left:25.0%;
}
.container_12 .prefix_4 {
  padding-left:33.333%;
}
.container_12 .prefix_5 {
  padding-left:41.667%;
}
.container_12 .prefix_6 {
  padding-left:50.0%;
}
.container_12 .prefix_7 {
  padding-left:58.333%;
}
.container_12 .prefix_8 {
  padding-left:66.667%;
}
.container_12 .prefix_9 {
  padding-left:75.0%;
}
.container_12 .prefix_10 {
  padding-left:83.333%;
}
.container_12 .prefix_11 {
  padding-left:91.667%;
}
/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right:8.333%;
}
.container_12 .suffix_2 {
  padding-right:16.667%;
}
.container_12 .suffix_3 {
  padding-right:25.0%;
}
.container_12 .suffix_4 {
  padding-right:33.333%;
}
.container_12 .suffix_5 {
  padding-right:41.667%;
}
.container_12 .suffix_6 {
  padding-right:50.0%;
}
.container_12 .suffix_7 {
  padding-right:58.333%;
}
.container_12 .suffix_8 {
  padding-right:66.667%;
}
.container_12 .suffix_9 {
  padding-right:75.0%;
}
.container_12 .suffix_10 {
  padding-right:83.333%;
}
.container_12 .suffix_11 {
  padding-right:91.667%;
}
/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left:8.333%;
}
.container_12 .push_2 {
  left:16.667%;
}
.container_12 .push_3 {
  left:25.0%;
}
.container_12 .push_4 {
  left:33.333%;
}
.container_12 .push_5 {
  left:41.667%;
}
.container_12 .push_6 {
  left:50.0%;
}
.container_12 .push_7 {
  left:58.333%;
}
.container_12 .push_8 {
  left:66.667%;
}
.container_12 .push_9 {
  left:75.0%;
}
.container_12 .push_10 {
  left:83.333%;
}
.container_12 .push_11 {
  left:91.667%;
}
/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left:-8.333%;
}
.container_12 .pull_2 {
  left:-16.667%;
}
.container_12 .pull_3 {
  left:-25.0%;
}
.container_12 .pull_4 {
  left:-33.333%;
}
.container_12 .pull_5 {
  left:-41.667%;
}
.container_12 .pull_6 {
  left:-50.0%;
}
.container_12 .pull_7 {
  left:-58.333%;
}
.container_12 .pull_8 {
  left:-66.667%;
}
.container_12 .pull_9 {
  left:-75.0%;
}
.container_12 .pull_10 {
  left:-83.333%;
}
.container_12 .pull_11 {
  left:-91.667%;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* NOT part of 960 intially. */
.vpush_1 {
  margin-top: 5px;
}
.vpush_2 {
  margin-top: 20px;
}
.vpush_3 {
  margin-top: 35px;
}
.vgrow_1 {
  margin-bottom: 5px;
}
.vgrow_2 {
  margin-bottom: 20px;
}
.vgrow_3 {
  margin-bottom: 35px;
} | 0.349311 | 0.076098 | 
| 
	:root {
  --banner: url(https://cdn.discordapp.com/attachments/942884799339724920/972983385251274813/standard.gif?size=2048)
}
header {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 850px;
  background: url("https://cdn.discordapp.com/attachments/942104998400110645/942106081545572443/cover-image_6.png");
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
}
header > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  background: linear-gradient(transparent 0%, transparent 70%, var(--background-tertiary) 100%);
}
header > div #popout {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50px;
  width: 400px;
  z-index: -1;
  background-color: var(--background-tertiary);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  animation: top 800ms;
}
@keyframes top {
  0% {
    margin-top: 200px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
header > div #popout .popout-header {
  width: 100%;
  height: 13%;
  min-height: 140px;
  background: var(--banner) center/cover no-repeat;
}
header > div #popout .popout-body {
  position: relative;
  margin: 0 20px;
}
header > div #popout .popout-body .avatar {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100px;
  height: auto;
  
}
header > div #popout .popout-body .avatar > :first-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
header > div #popout .popout-body .avatar .status {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  background: url("https://discord.c99.nl/widget/project-4/847030527822266378.png") no-repeat -130px -129px;
  background-size: 900px;
  border-radius: 50%;
  border: 3px solid var(--background-tertiary);
}
header > div #popout .popout-body .username {
  color: var(--text-primary);
  margin-top: 75px;
}
header > div #popout .popout-body #badgeList {
  position: absolute;
  display: flex;
  top: 20px;
  right: 0;
}
header > div #popout .popout-body #badgeList .badge {
  width: 23px;
  height: 23px;
  margin-right: 13px;
}
header > div #popout .popout-body #badgeList .badge img {
  width: 100%;
  height: 100%;
}
header > div #popout .popout-body #badgeList .badge:last-child {
  margin-right: 0;
  transform: scale(1.15);
}
header > div #popout .popout-body .about-me {
  font-weight: lighter;
  color: var(--text-secondary);
  margin-top: 8px;
}
header > div #popout .popout-body .activity {
  position: relative;
  margin-top: 40px;
  background-color: #1E2233;
  border-radius: 0 0 8px 8px;
}
header > div #popout .popout-body .activity img {
  width: 100%;
  height: auto;
}
header > div #popout .popout-body .activity::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 21px;
  background: url("./stuff/wave_playing.svg");
  background-size: 100% 21px;
  animation: animate 6s linear infinite;
  animation-delay: 0s;
  opacity: 1;
}
@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 360px;
  }
}
header > div #popout .popout-body .activity::before {
  content: "";
  position: absolute;
  height: 21px;
  width: 100%;
  top: -21px;
  left: 0;
  background: url("./stuff/wave.svg");
  background-size: 100% 21px;
  animation: animate2 4s linear infinite;
  animation-delay: 0s;
  opacity: 1;
}
@keyframes animate2 {
  0% {
    background-position-x: 360px;
  }
  100% {
    background-position-x: 0;
  }
}
header > div #popout .popout-body .roles {
  margin-top: 20px;
}
header > div #popout .popout-body .roles h4 {
  color: var(--text-primary);
}
header > div #popout .popout-body .roles #roleList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  color: var(--text-primary);
}
header > div #popout .popout-body .roles #roleList .role {
  position: relative;
  display: flex;
  align-items: center;
  height: 12px;
  margin: 0 6px 6px 0;
  padding: 7px;
  border: solid;
  border-width: 0 0 0 3px;
  border-radius: 1px 3px 3px 1px;
  font-size: 0.85rem;
}
header > div #popout .popout-body .roles #roleList .role img {
  height: 30px;
  margin: -15px 5px 0 0;
}
header > div #popout .popout-footer {
  margin: 20px;
}
header > div #popout .popout-footer input {
  width: calc(100% - 16px);
  height: 40px;
  background-color: var(--background-secondary);
  border: none;
  padding: 10px;
  border-radius: var(--border-radius);
  color: var(--text-primary);
  font-size: 0.85rem;
  pointer-events: initial;
}
header > div #popout .popout-footer input:focus {
  outline: none;
}
main {
  position: relative;
  z-index: 1;
  padding: 30px 30px 0.5px 30px;
  background-color: var(--background-tertiary);
}
main .projects-header {
  margin-bottom: 20px;
}
main .projects-header > div {
  display: flex;
}
main .projects-header > div img {
  width: 40px;
}
main .projects-header > div h4 {
  font-size: 1.5em;
  color: var(--text-tertiary);
  margin-left: 10px;
}
main .projects-header .separator {
  position: relative;
  top: -4px;
  left: 23px;
  width: 200px;
  height: 4px;
  background-color: var(--text-tertiary);
  border-radius: var(--border-radius);
}
main .projects {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-gap: 25px;
  margin-bottom: 40px;
}
main .projects .project {
  position: relative;
  max-width: 700px;
  color: var(--text-secondary);
  background-color: var(--background-secondary);
  border-radius: var(--border-radius);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
main .projects .project img {
  width: 100%;
  height: 100%;
}
main .projects .project h2 {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  padding: 10px 0 10px 15px;
  background-color: #00000036;
  backdrop-filter: blur(5px);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  transition: bottom 0.15s;
}
main .projects .project:hover h2 {
  bottom: 0;
}
main #spotify-header {
  margin-bottom: 20px;
}
main #spotify-header > div {
  display: flex;
}
main #spotify-header > div img {
  width: 40px;
}
main #spotify-header > div h4 {
  font-size: 1.5em;
  color: var(--text-tertiary);
  margin-left: 10px;
}
main #spotify-header .separator {
  position: relative;
  top: -4px;
  left: 23px;
  width: 200px;
  height: 4px;
  background-color: var(--text-tertiary);
  border-radius: var(--border-radius);
}
main #spotify {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 25px;
  margin-bottom: 40px;
}
main #spotify .spotify {
  display: flex;
  height: 130px;
  align-items: center;
  color: var(--text-secondary);
  background-color: var(--background-secondary);
  border-radius: var(--border-radius);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: 0.15s;
}
main #spotify .spotify img {
  height: 100%;
}
main #spotify .spotify h2 {
  margin-left: 15px;
  margin-top: 5px;
}
body {
  --border-radius: 8px;
  --text-primary: #ECF1ED;
  --text-secondary: #D4D4D4;
  --text-tertiary: #5B6886;
  height: 100vh;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
body h1, body h2, body h3, body h4, body div, body ::placeholder {
  font-family: "Inter", serif;
  margin: 0;
}
@media (max-width: 570px) {
  body #popout {
    transform: scale(0.9);
  }
  body .projects {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
body a {
  text-decoration: none;
}
body a:visited, body a:link {
  color: unset;
}
body::-webkit-scrollbar {
  background-color: #18191c ;
}
body::-webkit-scrollbar-thumb {
  background-color: #303030 ;
} | 
	index.css | 
	:root {
  --banner: url(https://cdn.discordapp.com/attachments/942884799339724920/972983385251274813/standard.gif?size=2048)
}
header {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 850px;
  background: url("https://cdn.discordapp.com/attachments/942104998400110645/942106081545572443/cover-image_6.png");
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
}
header > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  background: linear-gradient(transparent 0%, transparent 70%, var(--background-tertiary) 100%);
}
header > div #popout {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50px;
  width: 400px;
  z-index: -1;
  background-color: var(--background-tertiary);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  animation: top 800ms;
}
@keyframes top {
  0% {
    margin-top: 200px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
header > div #popout .popout-header {
  width: 100%;
  height: 13%;
  min-height: 140px;
  background: var(--banner) center/cover no-repeat;
}
header > div #popout .popout-body {
  position: relative;
  margin: 0 20px;
}
header > div #popout .popout-body .avatar {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100px;
  height: auto;
  
}
header > div #popout .popout-body .avatar > :first-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
header > div #popout .popout-body .avatar .status {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  background: url("https://discord.c99.nl/widget/project-4/847030527822266378.png") no-repeat -130px -129px;
  background-size: 900px;
  border-radius: 50%;
  border: 3px solid var(--background-tertiary);
}
header > div #popout .popout-body .username {
  color: var(--text-primary);
  margin-top: 75px;
}
header > div #popout .popout-body #badgeList {
  position: absolute;
  display: flex;
  top: 20px;
  right: 0;
}
header > div #popout .popout-body #badgeList .badge {
  width: 23px;
  height: 23px;
  margin-right: 13px;
}
header > div #popout .popout-body #badgeList .badge img {
  width: 100%;
  height: 100%;
}
header > div #popout .popout-body #badgeList .badge:last-child {
  margin-right: 0;
  transform: scale(1.15);
}
header > div #popout .popout-body .about-me {
  font-weight: lighter;
  color: var(--text-secondary);
  margin-top: 8px;
}
header > div #popout .popout-body .activity {
  position: relative;
  margin-top: 40px;
  background-color: #1E2233;
  border-radius: 0 0 8px 8px;
}
header > div #popout .popout-body .activity img {
  width: 100%;
  height: auto;
}
header > div #popout .popout-body .activity::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 21px;
  background: url("./stuff/wave_playing.svg");
  background-size: 100% 21px;
  animation: animate 6s linear infinite;
  animation-delay: 0s;
  opacity: 1;
}
@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 360px;
  }
}
header > div #popout .popout-body .activity::before {
  content: "";
  position: absolute;
  height: 21px;
  width: 100%;
  top: -21px;
  left: 0;
  background: url("./stuff/wave.svg");
  background-size: 100% 21px;
  animation: animate2 4s linear infinite;
  animation-delay: 0s;
  opacity: 1;
}
@keyframes animate2 {
  0% {
    background-position-x: 360px;
  }
  100% {
    background-position-x: 0;
  }
}
header > div #popout .popout-body .roles {
  margin-top: 20px;
}
header > div #popout .popout-body .roles h4 {
  color: var(--text-primary);
}
header > div #popout .popout-body .roles #roleList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  color: var(--text-primary);
}
header > div #popout .popout-body .roles #roleList .role {
  position: relative;
  display: flex;
  align-items: center;
  height: 12px;
  margin: 0 6px 6px 0;
  padding: 7px;
  border: solid;
  border-width: 0 0 0 3px;
  border-radius: 1px 3px 3px 1px;
  font-size: 0.85rem;
}
header > div #popout .popout-body .roles #roleList .role img {
  height: 30px;
  margin: -15px 5px 0 0;
}
header > div #popout .popout-footer {
  margin: 20px;
}
header > div #popout .popout-footer input {
  width: calc(100% - 16px);
  height: 40px;
  background-color: var(--background-secondary);
  border: none;
  padding: 10px;
  border-radius: var(--border-radius);
  color: var(--text-primary);
  font-size: 0.85rem;
  pointer-events: initial;
}
header > div #popout .popout-footer input:focus {
  outline: none;
}
main {
  position: relative;
  z-index: 1;
  padding: 30px 30px 0.5px 30px;
  background-color: var(--background-tertiary);
}
main .projects-header {
  margin-bottom: 20px;
}
main .projects-header > div {
  display: flex;
}
main .projects-header > div img {
  width: 40px;
}
main .projects-header > div h4 {
  font-size: 1.5em;
  color: var(--text-tertiary);
  margin-left: 10px;
}
main .projects-header .separator {
  position: relative;
  top: -4px;
  left: 23px;
  width: 200px;
  height: 4px;
  background-color: var(--text-tertiary);
  border-radius: var(--border-radius);
}
main .projects {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-gap: 25px;
  margin-bottom: 40px;
}
main .projects .project {
  position: relative;
  max-width: 700px;
  color: var(--text-secondary);
  background-color: var(--background-secondary);
  border-radius: var(--border-radius);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
main .projects .project img {
  width: 100%;
  height: 100%;
}
main .projects .project h2 {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  padding: 10px 0 10px 15px;
  background-color: #00000036;
  backdrop-filter: blur(5px);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  transition: bottom 0.15s;
}
main .projects .project:hover h2 {
  bottom: 0;
}
main #spotify-header {
  margin-bottom: 20px;
}
main #spotify-header > div {
  display: flex;
}
main #spotify-header > div img {
  width: 40px;
}
main #spotify-header > div h4 {
  font-size: 1.5em;
  color: var(--text-tertiary);
  margin-left: 10px;
}
main #spotify-header .separator {
  position: relative;
  top: -4px;
  left: 23px;
  width: 200px;
  height: 4px;
  background-color: var(--text-tertiary);
  border-radius: var(--border-radius);
}
main #spotify {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 25px;
  margin-bottom: 40px;
}
main #spotify .spotify {
  display: flex;
  height: 130px;
  align-items: center;
  color: var(--text-secondary);
  background-color: var(--background-secondary);
  border-radius: var(--border-radius);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: 0.15s;
}
main #spotify .spotify img {
  height: 100%;
}
main #spotify .spotify h2 {
  margin-left: 15px;
  margin-top: 5px;
}
body {
  --border-radius: 8px;
  --text-primary: #ECF1ED;
  --text-secondary: #D4D4D4;
  --text-tertiary: #5B6886;
  height: 100vh;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
body h1, body h2, body h3, body h4, body div, body ::placeholder {
  font-family: "Inter", serif;
  margin: 0;
}
@media (max-width: 570px) {
  body #popout {
    transform: scale(0.9);
  }
  body .projects {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
body a {
  text-decoration: none;
}
body a:visited, body a:link {
  color: unset;
}
body::-webkit-scrollbar {
  background-color: #18191c ;
}
body::-webkit-scrollbar-thumb {
  background-color: #303030 ;
} | 0.601711 | 0.13759 | 
| 
	*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    font-family: "Lato","Arial",sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;    
}
.wrapper{
    background: linear-gradient(to right bottom, #a1e1f0, rgba(17, 37, 140, 0.92));
    padding: 20px 30px;
}
.container{
    background:#fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
/*-------HEADER---------*/
.header{
    display: flex;
    height: 70px;
    border-bottom: 1px solid silver;
    background: #fbfbfb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.welcome-note{
    flex: 1;
    padding: 25px 0 0 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #414141;
    letter-spacing: 1px;
}
.logout{
    flex: 1;
    text-align: right;
    padding: 25px 30px 0 0;
    
}
.logout-link,
.home-link,
.logout-link:active,
.home-link:active{
    text-decoration: none;
    color: #414141;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: transparent;
    transition: border-bottom .3s;
    outline: none;
}
.home-link{
   margin-right: 20px;
}
.logout-link:hover,
.home-link:hover
{
    border-bottom: 2px solid #000;
}
/*----------CONTENT----------*/
.content{
    min-height: 83.2vh;
}
.content__header{
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid silver;
}
.ration-note{
    flex: 1;
    padding-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #414141;
    letter-spacing: 1px;
}
.back{
    padding-right: 10px;
}
.back-link,
.back-link:active
{
    text-decoration: none;
    color: #414141;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: transparent;
    transition: border-bottom .3s;
    outline: none;   
}
.back-link:hover{
    border-bottom: 2px solid #414141;
}
/*-----------RATION ITEMS-----------*/
.content__ration-items{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    font-weight: 500;
}
.row{
    width: 60%;
    display: flex;
    border: 1px solid;
    border-bottom: transparent;
    display: flex;
    align-items: center;
}    
.row-last{
    border-bottom: 1px solid;
}
.col1{
    flex: 1;
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
}
.col2{
    flex: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.max-limit{
    margin-left: 30px;
}
.quantity,
.quantity:active
{
    width: 150px;
    height: 35px;
    outline: none;
    font-size: 18px;
}
input[type="submit"]{
    height: 45px;
    width: 120px;
    outline: none;
    border: none;
    border-radius: 6px;    
    background: #cc0643;
    color: #fff; 
    cursor: pointer;
    font-size: 16px;
    transform: scale(1.03);
    transition: transform .2s;
    margin-bottom: 30px;
    margin-top: 30px;
}
input[type="submit"]:hover{
    transform: scale(1.07);
}
.confirm-ration{
    
} | 
	Authenticator/Authenticator_Ration_items_style1.css | 
	*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    font-family: "Lato","Arial",sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;    
}
.wrapper{
    background: linear-gradient(to right bottom, #a1e1f0, rgba(17, 37, 140, 0.92));
    padding: 20px 30px;
}
.container{
    background:#fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
/*-------HEADER---------*/
.header{
    display: flex;
    height: 70px;
    border-bottom: 1px solid silver;
    background: #fbfbfb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.welcome-note{
    flex: 1;
    padding: 25px 0 0 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #414141;
    letter-spacing: 1px;
}
.logout{
    flex: 1;
    text-align: right;
    padding: 25px 30px 0 0;
    
}
.logout-link,
.home-link,
.logout-link:active,
.home-link:active{
    text-decoration: none;
    color: #414141;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: transparent;
    transition: border-bottom .3s;
    outline: none;
}
.home-link{
   margin-right: 20px;
}
.logout-link:hover,
.home-link:hover
{
    border-bottom: 2px solid #000;
}
/*----------CONTENT----------*/
.content{
    min-height: 83.2vh;
}
.content__header{
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid silver;
}
.ration-note{
    flex: 1;
    padding-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #414141;
    letter-spacing: 1px;
}
.back{
    padding-right: 10px;
}
.back-link,
.back-link:active
{
    text-decoration: none;
    color: #414141;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: transparent;
    transition: border-bottom .3s;
    outline: none;   
}
.back-link:hover{
    border-bottom: 2px solid #414141;
}
/*-----------RATION ITEMS-----------*/
.content__ration-items{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    font-weight: 500;
}
.row{
    width: 60%;
    display: flex;
    border: 1px solid;
    border-bottom: transparent;
    display: flex;
    align-items: center;
}    
.row-last{
    border-bottom: 1px solid;
}
.col1{
    flex: 1;
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
}
.col2{
    flex: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.max-limit{
    margin-left: 30px;
}
.quantity,
.quantity:active
{
    width: 150px;
    height: 35px;
    outline: none;
    font-size: 18px;
}
input[type="submit"]{
    height: 45px;
    width: 120px;
    outline: none;
    border: none;
    border-radius: 6px;    
    background: #cc0643;
    color: #fff; 
    cursor: pointer;
    font-size: 16px;
    transform: scale(1.03);
    transition: transform .2s;
    margin-bottom: 30px;
    margin-top: 30px;
}
input[type="submit"]:hover{
    transform: scale(1.07);
}
.confirm-ration{
    
} | 0.553505 | 0.095392 | 
| 
	body {
    font-family: "system-ui", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    cursor: default;
    font-size: 14px;
    color: #262626;
    margin: 5px 0;
}
#popup {
    width: 515px;
}
#options{
    
}
@media (prefers-color-scheme: dark) {
    body {
        background-color: rgb(51, 51, 51);
        color: white;
    }
    #popup{
        background-color: #484848;
    }
}
section {
    padding: 0 15px
}
a {
    color: #4EA1E1;
}
.column {
    float: left;
    padding: 0px 10px;
}
.clear {
    clear: both;
}
/*
  Forms
*/
form {
    margin: 10px auto;
}
 label {
    text-align: left;
}
@media (prefers-color-scheme: dark) {
    label, table th {
        color: #fff;
    }
}
input[type="text"], input[type="time"], input[type="date"], select {
    font-family: inherit;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background: transparent;
    border: 1px solid #737373;
    padding: 0 11px;
    border-radius: 2px;
    outline: none; 
}
input.invalid{
    color: #ff6e6e; 
}
input[type="button"], input[type="submit"], button {
    outline: none;
    appearance: none;
    cursor: pointer;
    margin: 12px 0px 16px 0px;
    max-width: 374px;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    min-width: 32px;
    padding: 0 10px;
    height: 32px;
    border: 2px solid transparent;
    border-radius: 2px;
    color: #2B2B2B;
    fill: #2B2B2B;
    background-color: #EDEDED;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover {
    background-color: rgb(242, 242, 242);
}
@media (prefers-color-scheme: dark) {
    input[type="button"], input[type="submit"], button {
        background-color: #454545;
        color: white;
    }
    
    input[type="button"]:hover, input[type="submit"]:hover, button:hover {
        background-color: #545454;
    }
    input[type="text"], input[type="time"], input[type="date"], select {
        color: white;
    }
    input.invalid{
        color: #ff6e6e; 
    }
}
.button-active {
    background-color: rgb(224, 222, 222);
}
@media (prefers-color-scheme: dark) {
    .button-active {
        background-color: #545454;
        color: white;
    }
}
.button-primary {
    background-color: rgba(40, 129, 197, 1) !important;
    color: white !important;
}
.button-primary:hover {
    background-color: rgba(40, 129, 210, 1) !important;
}
.button-primary:focus {
    background-color: rgba(40, 129, 197, 1) !important;
}
#inputRegex {
    min-width: 250px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-gray {
    color: #9D9D9D;
}
.text-danger {
    color: #bb3b3b;
}
#numResults {
    color: #9D9D9D;
    font-size: 10px;
}
#history {
    margin: 4px 2px;
    display: none;
}
.historyDeleteEntry {
    color: #c00;
    cursor: pointer;
    margin-right: 4px;
    font-size: 0.8em;
}
.historyLink {
    color: #4EA1E1;
    cursor: pointer;
}
.toolbar button {
    padding: 0;
    background-color: transparent;
    opacity: 0.75;
    margin: 0;
}
.toolbar button.selected {
    opacity: 1;
    background-color: #EDEDED;
}
.toolbar button:hover {
    opacity: 1;
    background-color: #EDEDED;
}
@media (prefers-color-scheme: dark) {
    .toolbar button {
        color: white;
    }
    .toolbar button.selected {
        background-color: #545454;
    }
    .toolbar button:hover {
        background-color: #545454;
    }
}
#UIInputTextFlags {
    width: 32px;
    height: 30px;
    border:1px solid transparent; 
}
#UIInputTextRegex {
    width: 180px;
    height: 30px;
    
    border:1px solid transparent; 
}
#UIDivNumberOfResults {
    min-width: 50px;
    line-height: 32px !important;
    height: 30px;
} | 
	src/css/theme.css | 
	body {
    font-family: "system-ui", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    cursor: default;
    font-size: 14px;
    color: #262626;
    margin: 5px 0;
}
#popup {
    width: 515px;
}
#options{
    
}
@media (prefers-color-scheme: dark) {
    body {
        background-color: rgb(51, 51, 51);
        color: white;
    }
    #popup{
        background-color: #484848;
    }
}
section {
    padding: 0 15px
}
a {
    color: #4EA1E1;
}
.column {
    float: left;
    padding: 0px 10px;
}
.clear {
    clear: both;
}
/*
  Forms
*/
form {
    margin: 10px auto;
}
 label {
    text-align: left;
}
@media (prefers-color-scheme: dark) {
    label, table th {
        color: #fff;
    }
}
input[type="text"], input[type="time"], input[type="date"], select {
    font-family: inherit;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background: transparent;
    border: 1px solid #737373;
    padding: 0 11px;
    border-radius: 2px;
    outline: none; 
}
input.invalid{
    color: #ff6e6e; 
}
input[type="button"], input[type="submit"], button {
    outline: none;
    appearance: none;
    cursor: pointer;
    margin: 12px 0px 16px 0px;
    max-width: 374px;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    min-width: 32px;
    padding: 0 10px;
    height: 32px;
    border: 2px solid transparent;
    border-radius: 2px;
    color: #2B2B2B;
    fill: #2B2B2B;
    background-color: #EDEDED;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover {
    background-color: rgb(242, 242, 242);
}
@media (prefers-color-scheme: dark) {
    input[type="button"], input[type="submit"], button {
        background-color: #454545;
        color: white;
    }
    
    input[type="button"]:hover, input[type="submit"]:hover, button:hover {
        background-color: #545454;
    }
    input[type="text"], input[type="time"], input[type="date"], select {
        color: white;
    }
    input.invalid{
        color: #ff6e6e; 
    }
}
.button-active {
    background-color: rgb(224, 222, 222);
}
@media (prefers-color-scheme: dark) {
    .button-active {
        background-color: #545454;
        color: white;
    }
}
.button-primary {
    background-color: rgba(40, 129, 197, 1) !important;
    color: white !important;
}
.button-primary:hover {
    background-color: rgba(40, 129, 210, 1) !important;
}
.button-primary:focus {
    background-color: rgba(40, 129, 197, 1) !important;
}
#inputRegex {
    min-width: 250px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-gray {
    color: #9D9D9D;
}
.text-danger {
    color: #bb3b3b;
}
#numResults {
    color: #9D9D9D;
    font-size: 10px;
}
#history {
    margin: 4px 2px;
    display: none;
}
.historyDeleteEntry {
    color: #c00;
    cursor: pointer;
    margin-right: 4px;
    font-size: 0.8em;
}
.historyLink {
    color: #4EA1E1;
    cursor: pointer;
}
.toolbar button {
    padding: 0;
    background-color: transparent;
    opacity: 0.75;
    margin: 0;
}
.toolbar button.selected {
    opacity: 1;
    background-color: #EDEDED;
}
.toolbar button:hover {
    opacity: 1;
    background-color: #EDEDED;
}
@media (prefers-color-scheme: dark) {
    .toolbar button {
        color: white;
    }
    .toolbar button.selected {
        background-color: #545454;
    }
    .toolbar button:hover {
        background-color: #545454;
    }
}
#UIInputTextFlags {
    width: 32px;
    height: 30px;
    border:1px solid transparent; 
}
#UIInputTextRegex {
    width: 180px;
    height: 30px;
    
    border:1px solid transparent; 
}
#UIDivNumberOfResults {
    min-width: 50px;
    line-height: 32px !important;
    height: 30px;
} | 0.289372 | 0.105902 | 
| 
	.proclinic-bg {
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.proclinic-text-color{
	color: #3CB371;
}
.pagination .page-link {
	color: #3CB371;
}
.pagination .page-item.active .page-link {
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-color: #ffffff;
}
.btn-primary {
    background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: #ffffff;
}
.btn-primary:hover {
    background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	opacity: 0.75;
}
.text-round {
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn-outline-primary {
    color: #3CB371;
    border-color: #ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn-hero-primary{
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-color: #fff;
}
.media h5{
	color: #3CB371;
}
#faq2 .block-header, .breadcrumb{
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#faq1 .block-header {
    color: #3CB371;
}
.widget-title{
	color: #3CB371;
}
.pricing-h2{
	color: #3CB371;
}
.pagination .page-link [class^="ti-"], [class*=" ti-"] {
	color: #3CB371;
}
.block-title-new [class^="ti-"], .block-title-new [class*=" ti-"]{
	color: #3CB371;
} | 
	public/dashboard_assets/css/green.css | 
	.proclinic-bg {
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.proclinic-text-color{
	color: #3CB371;
}
.pagination .page-link {
	color: #3CB371;
}
.pagination .page-item.active .page-link {
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-color: #ffffff;
}
.btn-primary {
    background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: #ffffff;
}
.btn-primary:hover {
    background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	opacity: 0.75;
}
.text-round {
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn-outline-primary {
    color: #3CB371;
    border-color: #ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn-hero-primary{
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-color: #fff;
}
.media h5{
	color: #3CB371;
}
#faq2 .block-header, .breadcrumb{
	background: #3CB371;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #008761, #3CB371);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #008761, #3CB371); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#faq1 .block-header {
    color: #3CB371;
}
.widget-title{
	color: #3CB371;
}
.pricing-h2{
	color: #3CB371;
}
.pagination .page-link [class^="ti-"], [class*=" ti-"] {
	color: #3CB371;
}
.block-title-new [class^="ti-"], .block-title-new [class*=" ti-"]{
	color: #3CB371;
} | 0.235548 | 0.067424 | 
| 
	.menu-collapser {
  position: relative;
  background-color: #999;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 15, ../../../scss/extend/slimmenu/slimmenu.scss */
.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  background-color: #0E0E0E;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 45, ../../../scss/extend/slimmenu/slimmenu.scss */
.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #040404;
  color: #FFF;
}
/* line 50, ../../../scss/extend/slimmenu/slimmenu.scss */
.collapse-button .icon-bar {
  background-color: #F5F5F5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
}
/* line 60, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 66, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
  background-color: #AAA;
}
/* line 71, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu > li {
  margin-right: -5px;
  border-left: 1px solid #999999;
}
/* line 72, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu > li:first-child {
  border-left: 0;
}
/* line 73, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 74, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li a {
  display: block;
  color: #333;
  padding: 12px 64px 12px 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
}
/* line 87, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li a:hover {
  background-color: #999;
  text-decoration: none;
}
/* line 91, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 102, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 109, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li .sub-collapser > i {
  color: #333;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
/* line 115, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}
/* line 119, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li ul li {
  background-color: #bbbbbb;
}
/* line 120, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}
/* line 128, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 137, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 145, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 153, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 156, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
} | 
	ss/css/extend/slimmenu/slimmenu.css | 
	.menu-collapser {
  position: relative;
  background-color: #999;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 15, ../../../scss/extend/slimmenu/slimmenu.scss */
.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  background-color: #0E0E0E;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 45, ../../../scss/extend/slimmenu/slimmenu.scss */
.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #040404;
  color: #FFF;
}
/* line 50, ../../../scss/extend/slimmenu/slimmenu.scss */
.collapse-button .icon-bar {
  background-color: #F5F5F5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
}
/* line 60, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 66, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
  background-color: #AAA;
}
/* line 71, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu > li {
  margin-right: -5px;
  border-left: 1px solid #999999;
}
/* line 72, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu > li:first-child {
  border-left: 0;
}
/* line 73, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 74, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li a {
  display: block;
  color: #333;
  padding: 12px 64px 12px 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
}
/* line 87, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li a:hover {
  background-color: #999;
  text-decoration: none;
}
/* line 91, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 102, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 109, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li .sub-collapser > i {
  color: #333;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
/* line 115, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}
/* line 119, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li ul li {
  background-color: #bbbbbb;
}
/* line 120, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}
/* line 128, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 137, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 145, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 153, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 156, ../../../scss/extend/slimmenu/slimmenu.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
} | 0.190385 | 0.046508 | 
| 
	
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #000000;
    margin: 0;
    padding: 0 0 80px 0;
    position: relative;
    min-height: 100vh;
}
.container-fluid {
    padding: 0;
}
.second-color {
    color: #25414b;
}
.third-color {
    color: #fcf854;
}
.highlighted {
    font-size: 24px;
}
.green {
    color: #2cb824;
}
 
 .red {
    color: #e3362d;
}   
/* header */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5aa3bb;
    color: #ffffff;
    padding: 15px;
}
header #header_title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
header #header_title img {
    height: 50px;
}
header #header_buttons img {
    height: 40px;
    margin-left: 20px;
    padding: 1px;
    border-radius: 50px;
}
header #header_buttons img:hover {
    background-color: #fcf854;
    cursor: pointer;
}
header #header_buttons img:active {
    background-color: #498497;
}
header a:hover,
header a:focus {
    text-decoration: none;
}
/* wrapper */
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 50px;
}
.wrapper .content-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
/* inputs */
.form-group {
    width: 200px;
}
.form-control {
    padding: 8px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
}
.form-control:focus {
    outline: 1px auto #25414b;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn,
.btn:focus {
    padding: 10px 15px;
    background-color: #5aa3bb;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.5px;
    border-radius: 0;
    margin-top: 15px;
    outline: none;
}
.btn:hover {
    background-color: #498497;
    color: #fcf854;
}
.btn:active,
.btn:active:focus {
    background-color: #25414b;
    color: #fcf854;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.caution-button,
.caution-button:focus {
    background-color: #e3362d;
}
.caution-button:hover {
    background-color: #c13028;
}
.caution-button:active,
.caution-button:active:focus {
    background-color: #25414b;
    color: #fcf854;
    border-radius: 0;
    outline: none;
}
.selectize-input, 
.selectize-dropdown {
    border-radius: 0 !important;
    border: 1px solid #5aa3bb;
}
.selectize-input.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.irs-min, .irs-max {
    display: none;
}
.irs-from, 
.irs-to, 
.irs-single {
    font-size: 13px;
    top: -5px;
    background: #25414b;
}
.irs-line {
    border-radius: 0;
    background: #e0dede;
    border: none;
    margin: 0 1px;
}
.irs-bar {
    background: #5aa3bb;
    border: none;
}
.irs-slider {
    background: #25414b;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.irs-slider:hover {
    background: #25414b;
}
/* modals */
#shiny_modal {
    padding: 0;
}
.modal-dialog {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.modal-header {
    border-bottom: 1px solid #25414b;
}
.modal-title {
    font-size: 19px;
    font-weight: 700;    
}
.modal-title > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-title img {
    height: 30px;
    margin-right: 5px;
}
.modal-content {
    padding: 20px;
}
.modal-footer {
    border: 0;
}
/* progress bar */
#shiny-notification-panel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px;
}
.shiny-notification {
    border-radius: 0;
    color: #000000;
    padding: 8px 16px;
}
.progress-bar {
    background-color: #5aa3bb;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shiny-notification-close {
    display: none;
}
/* hr separator */
.hr-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
    width: 100%;
    display: none;
}
.hr-separator .hr-line {
    background-color: #25414b;
    height: 1.5px;
    width: 100%;
}
.hr-separator img {
    height: 50px;
    padding: 0 10px;
}
/* filters */
#filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#filters > .form-group {    
    margin: 0 15px;    
    width: 250px;
}
#intro_button {
    height: 34px;
    padding: 5px 15px;
    font-size: 18px;
    margin: 0 10px;
}
/* tabset */
.tabbable {
    margin-top: 15px;
}
.nav-tabs {
    border-bottom-color: #25414b;
    border-width: 1.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}
.nav-tabs li {
    margin-bottom: -1.5px;
}
.nav-tabs li:not(:last-child) {
    margin-right: 8px;
}
.nav-tabs li a,
.nav-tabs li a:focus {
    font-size: 19px;
    font-weight: 700;
    color: #5aa3bb;
    border-radius: 0;
    border-width: 1.5px;
    background-color: inherit;
    outline: none;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    color: #000000;
    border-color: #25414b;
    border-bottom-color: transparent;
    border-width: 1.5px;
}
.nav-tabs li:not(.active) a:hover {
    border-color: transparent;
    background-color: inherit;
    color: #25414b;
}
.tab-pane {
    padding: 15px;
}
.tab-pane[data-value="Geo Analysis"] .form-group {
    margin: 15px auto;
    text-align: center;
}
#bars_plot, 
#box_plot {
    margin: 15px auto 0 auto;
}
#tukey_table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0 auto;
}
#tukey_table > table {
    font-size: 15px;
}
/* footer */
footer {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #5aa3bb;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer .third-color {
    font-weight: 600;
}
footer #licenses {
    font-size: 13px;
    position: relative;
}
footer #licenses > span {
    font-weight: 500;
}
footer #licenses > div {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px;
    color: #000000;
    background-color: rgba(224, 222, 222, 0.85);
    font-size: 12px;
}
footer #footer_copyright {
    margin-bottom: 15px;
}
/* leaflet */
#map_plot .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    min-width: 70px;
}
#map_plot .legend > div:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    
    text-align: center;
    min-width: 35px;
}
#map_plot .legend svg text {
    fill: unset;
}
#map_plot .legend svg line {
    stroke: #000000;
}
.leaflet-popup-content {
    text-align: center;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
.leaflet-popup-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.leaflet-popup-sub-title {
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 3px;
}
.leaflet-control,
.leaflet-popup-content-wrapper {
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
} | 
	style.css | 
	
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #000000;
    margin: 0;
    padding: 0 0 80px 0;
    position: relative;
    min-height: 100vh;
}
.container-fluid {
    padding: 0;
}
.second-color {
    color: #25414b;
}
.third-color {
    color: #fcf854;
}
.highlighted {
    font-size: 24px;
}
.green {
    color: #2cb824;
}
 
 .red {
    color: #e3362d;
}   
/* header */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5aa3bb;
    color: #ffffff;
    padding: 15px;
}
header #header_title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
header #header_title img {
    height: 50px;
}
header #header_buttons img {
    height: 40px;
    margin-left: 20px;
    padding: 1px;
    border-radius: 50px;
}
header #header_buttons img:hover {
    background-color: #fcf854;
    cursor: pointer;
}
header #header_buttons img:active {
    background-color: #498497;
}
header a:hover,
header a:focus {
    text-decoration: none;
}
/* wrapper */
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 50px;
}
.wrapper .content-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
/* inputs */
.form-group {
    width: 200px;
}
.form-control {
    padding: 8px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
}
.form-control:focus {
    outline: 1px auto #25414b;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn,
.btn:focus {
    padding: 10px 15px;
    background-color: #5aa3bb;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.5px;
    border-radius: 0;
    margin-top: 15px;
    outline: none;
}
.btn:hover {
    background-color: #498497;
    color: #fcf854;
}
.btn:active,
.btn:active:focus {
    background-color: #25414b;
    color: #fcf854;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.caution-button,
.caution-button:focus {
    background-color: #e3362d;
}
.caution-button:hover {
    background-color: #c13028;
}
.caution-button:active,
.caution-button:active:focus {
    background-color: #25414b;
    color: #fcf854;
    border-radius: 0;
    outline: none;
}
.selectize-input, 
.selectize-dropdown {
    border-radius: 0 !important;
    border: 1px solid #5aa3bb;
}
.selectize-input.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.irs-min, .irs-max {
    display: none;
}
.irs-from, 
.irs-to, 
.irs-single {
    font-size: 13px;
    top: -5px;
    background: #25414b;
}
.irs-line {
    border-radius: 0;
    background: #e0dede;
    border: none;
    margin: 0 1px;
}
.irs-bar {
    background: #5aa3bb;
    border: none;
}
.irs-slider {
    background: #25414b;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.irs-slider:hover {
    background: #25414b;
}
/* modals */
#shiny_modal {
    padding: 0;
}
.modal-dialog {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.modal-header {
    border-bottom: 1px solid #25414b;
}
.modal-title {
    font-size: 19px;
    font-weight: 700;    
}
.modal-title > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-title img {
    height: 30px;
    margin-right: 5px;
}
.modal-content {
    padding: 20px;
}
.modal-footer {
    border: 0;
}
/* progress bar */
#shiny-notification-panel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px;
}
.shiny-notification {
    border-radius: 0;
    color: #000000;
    padding: 8px 16px;
}
.progress-bar {
    background-color: #5aa3bb;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shiny-notification-close {
    display: none;
}
/* hr separator */
.hr-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
    width: 100%;
    display: none;
}
.hr-separator .hr-line {
    background-color: #25414b;
    height: 1.5px;
    width: 100%;
}
.hr-separator img {
    height: 50px;
    padding: 0 10px;
}
/* filters */
#filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#filters > .form-group {    
    margin: 0 15px;    
    width: 250px;
}
#intro_button {
    height: 34px;
    padding: 5px 15px;
    font-size: 18px;
    margin: 0 10px;
}
/* tabset */
.tabbable {
    margin-top: 15px;
}
.nav-tabs {
    border-bottom-color: #25414b;
    border-width: 1.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}
.nav-tabs li {
    margin-bottom: -1.5px;
}
.nav-tabs li:not(:last-child) {
    margin-right: 8px;
}
.nav-tabs li a,
.nav-tabs li a:focus {
    font-size: 19px;
    font-weight: 700;
    color: #5aa3bb;
    border-radius: 0;
    border-width: 1.5px;
    background-color: inherit;
    outline: none;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    color: #000000;
    border-color: #25414b;
    border-bottom-color: transparent;
    border-width: 1.5px;
}
.nav-tabs li:not(.active) a:hover {
    border-color: transparent;
    background-color: inherit;
    color: #25414b;
}
.tab-pane {
    padding: 15px;
}
.tab-pane[data-value="Geo Analysis"] .form-group {
    margin: 15px auto;
    text-align: center;
}
#bars_plot, 
#box_plot {
    margin: 15px auto 0 auto;
}
#tukey_table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0 auto;
}
#tukey_table > table {
    font-size: 15px;
}
/* footer */
footer {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #5aa3bb;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer .third-color {
    font-weight: 600;
}
footer #licenses {
    font-size: 13px;
    position: relative;
}
footer #licenses > span {
    font-weight: 500;
}
footer #licenses > div {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px;
    color: #000000;
    background-color: rgba(224, 222, 222, 0.85);
    font-size: 12px;
}
footer #footer_copyright {
    margin-bottom: 15px;
}
/* leaflet */
#map_plot .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    min-width: 70px;
}
#map_plot .legend > div:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    
    text-align: center;
    min-width: 35px;
}
#map_plot .legend svg text {
    fill: unset;
}
#map_plot .legend svg line {
    stroke: #000000;
}
.leaflet-popup-content {
    text-align: center;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
.leaflet-popup-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.leaflet-popup-sub-title {
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 3px;
}
.leaflet-control,
.leaflet-popup-content-wrapper {
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
} | 0.26693 | 0.069668 | 
| 
	* {
  font-size: 13px;
  box-sizing: border-box;
  font-family: arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important; }
@media (min-width: 200px) {
  * {
    font-size: 15px; } }
@media (min-width: 300px) {
  * {
    font-size: 22.5px; } }
@media (min-width: 400px) {
  * {
    font-size: 30px; } }
@media (min-width: 500px) {
  * {
    font-size: 37.5px; } }
@media (min-width: 600px) {
  * {
    font-size: 45px; } }
@media (min-width: 700px) {
  * {
    font-size: 52.5px; } }
@media (min-width: 800px) {
  * {
    font-size: 60px; } }
body .control#status > div button, body .control#settings button {
  border: 0.1em solid #999;
  padding: 0 1em 2px;
  border-radius: 0.8em;
  background-color: inherit; }
body {
  background-color: #999;
  margin: 0;
  padding: 0.33em; }
  body .control {
    background-color: #f0f0f0;
    border: 0.7em solid #f0f0f0;
    border-radius: 0.33em;
    margin-bottom: 0.33em;
    overflow: hidden;
    /* grid control: */ }
    body .control.dark {
      border-color: #666;
      background-color: #666; }
    body .control#status {
      height: 3em;
      overflow: visible; }
      body .control#status > div {
        float: left;
        text-align: center;
        width: 33%; }
        body .control#status > div button#toggle_settings {
          float: right;
          margin-right: 0.2em;
          border: none;
          height: 1.4em;
          width: 1.4em;
          padding: 0.1em;
          margin: 0; }
          body .control#status > div button#toggle_settings svg {
            margin-top: -0.2em;
            margin-left: -0.2em;
            width: 1.6em;
            fill: #999; }
        body .control#status > div button#toggle_rec::after {
          content: "start"; }
        body .control#status > div.indicator svg {
          width: 0.5em;
          vertical-align: middle; }
          body .control#status > div.indicator svg circle {
            float: left;
            stroke: #999;
            stroke-width: 2;
            fill: #f0f0f0; }
        body .control#status > div.indicator .label {
          padding-left: 0.3em; }
      body .control#status.recording button#toggle_rec::after {
        content: "stop"; }
      body .control#status.recording #rec_indicator circle {
        fill: #ff9933; }
      body .control#status.sending #send_indicator circle {
        fill: #ff9933; }
    body .control#settings {
      display: none;
      text-align: center; }
      body .control#settings.open {
        display: block; }
      body .control#settings input, body .control#settings select, body .control#settings option {
        width: 100%;
        font-size: 0.7rem;
        margin-bottom: 0.5rem; }
      body .control#settings button {
        margin: 0.2rem 0; }
    body .control#grid svg {
      width: 87vw;
      height: 50vw;
      margin-bottom: 0; }
      body .control#grid svg circle, body .control#grid svg polyline {
        stroke: #999;
        stroke-width: 2;
        fill: #f0f0f0; }
    body .control#grid.midi64 #c1,
    body .control#grid.midi67 #c2,
    body .control#grid.midi70 #c3,
    body .control#grid.midi61 #c4,
    body .control#grid.midi71 #c5,
    body .control#grid.midi62 #c6,
    body .control#grid.midi65 #c7,
    body .control#grid.midi68 #c8,
    body .control#grid.midi66 #c9,
    body .control#grid.midi69 #c10,
    body .control#grid.midi60 #c11,
    body .control#grid.midi63 #c12 {
      fill: #ff9933; }
    body .control#level .bar {
      font-size: 0.5rem; }
      body .control#level .bar .outer {
        float: right;
        width: 85%;
        height: 0.6em;
        border: 0.1em solid #999;
        margin-top: 0.25em; }
      body .control#level .bar .inner {
        width: 40%;
        height: 100%;
        background-color: #ff9933; }
      body .control#level .bar:first-child {
        margin-top: -0.2em; }
      body .control#level .bar:last-child {
        margin-bottom: -0.2em; }
    body .control#info {
      padding: 0 0.1rem; }
      body .control#info table {
        margin: 0 auto; }
        body .control#info table tr td {
          text-align: left;
          padding: 0 0.5rem;
          color: #ff9933; }
          body .control#info table tr td:last-child {
            text-align: right; } | 
	www/css/app.css | 
	* {
  font-size: 13px;
  box-sizing: border-box;
  font-family: arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important; }
@media (min-width: 200px) {
  * {
    font-size: 15px; } }
@media (min-width: 300px) {
  * {
    font-size: 22.5px; } }
@media (min-width: 400px) {
  * {
    font-size: 30px; } }
@media (min-width: 500px) {
  * {
    font-size: 37.5px; } }
@media (min-width: 600px) {
  * {
    font-size: 45px; } }
@media (min-width: 700px) {
  * {
    font-size: 52.5px; } }
@media (min-width: 800px) {
  * {
    font-size: 60px; } }
body .control#status > div button, body .control#settings button {
  border: 0.1em solid #999;
  padding: 0 1em 2px;
  border-radius: 0.8em;
  background-color: inherit; }
body {
  background-color: #999;
  margin: 0;
  padding: 0.33em; }
  body .control {
    background-color: #f0f0f0;
    border: 0.7em solid #f0f0f0;
    border-radius: 0.33em;
    margin-bottom: 0.33em;
    overflow: hidden;
    /* grid control: */ }
    body .control.dark {
      border-color: #666;
      background-color: #666; }
    body .control#status {
      height: 3em;
      overflow: visible; }
      body .control#status > div {
        float: left;
        text-align: center;
        width: 33%; }
        body .control#status > div button#toggle_settings {
          float: right;
          margin-right: 0.2em;
          border: none;
          height: 1.4em;
          width: 1.4em;
          padding: 0.1em;
          margin: 0; }
          body .control#status > div button#toggle_settings svg {
            margin-top: -0.2em;
            margin-left: -0.2em;
            width: 1.6em;
            fill: #999; }
        body .control#status > div button#toggle_rec::after {
          content: "start"; }
        body .control#status > div.indicator svg {
          width: 0.5em;
          vertical-align: middle; }
          body .control#status > div.indicator svg circle {
            float: left;
            stroke: #999;
            stroke-width: 2;
            fill: #f0f0f0; }
        body .control#status > div.indicator .label {
          padding-left: 0.3em; }
      body .control#status.recording button#toggle_rec::after {
        content: "stop"; }
      body .control#status.recording #rec_indicator circle {
        fill: #ff9933; }
      body .control#status.sending #send_indicator circle {
        fill: #ff9933; }
    body .control#settings {
      display: none;
      text-align: center; }
      body .control#settings.open {
        display: block; }
      body .control#settings input, body .control#settings select, body .control#settings option {
        width: 100%;
        font-size: 0.7rem;
        margin-bottom: 0.5rem; }
      body .control#settings button {
        margin: 0.2rem 0; }
    body .control#grid svg {
      width: 87vw;
      height: 50vw;
      margin-bottom: 0; }
      body .control#grid svg circle, body .control#grid svg polyline {
        stroke: #999;
        stroke-width: 2;
        fill: #f0f0f0; }
    body .control#grid.midi64 #c1,
    body .control#grid.midi67 #c2,
    body .control#grid.midi70 #c3,
    body .control#grid.midi61 #c4,
    body .control#grid.midi71 #c5,
    body .control#grid.midi62 #c6,
    body .control#grid.midi65 #c7,
    body .control#grid.midi68 #c8,
    body .control#grid.midi66 #c9,
    body .control#grid.midi69 #c10,
    body .control#grid.midi60 #c11,
    body .control#grid.midi63 #c12 {
      fill: #ff9933; }
    body .control#level .bar {
      font-size: 0.5rem; }
      body .control#level .bar .outer {
        float: right;
        width: 85%;
        height: 0.6em;
        border: 0.1em solid #999;
        margin-top: 0.25em; }
      body .control#level .bar .inner {
        width: 40%;
        height: 100%;
        background-color: #ff9933; }
      body .control#level .bar:first-child {
        margin-top: -0.2em; }
      body .control#level .bar:last-child {
        margin-bottom: -0.2em; }
    body .control#info {
      padding: 0 0.1rem; }
      body .control#info table {
        margin: 0 auto; }
        body .control#info table tr td {
          text-align: left;
          padding: 0 0.5rem;
          color: #ff9933; }
          body .control#info table tr td:last-child {
            text-align: right; } | 0.254787 | 0.070432 | 
| 
	
.table-input {
    margin: 0 0 5px 0;
    padding: 0;
    color: #333;
    font-size: 12px;
    text-align: left;
    background-image: url('../img/table-input-bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #D8E4F2;
    border: 1px solid #909AA6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
}
.table-input th {
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #909AA6;
    color: #000;
    font-size: 12px;
    vertical-align: middle;
    background-color: #BED1E8;
}
.table-input .headrow th  {
    background-color: #BFD2EA;
    border: 1px solid #909AA6;
    color: #1F3975;
}
.table-input .submit-box td {
    border-top: 1px solid #5D6C7A;
    background-color: #BBCEE6;
}
.table-input .checkbox td {
    width: 100%;
    float: left;
    display: table-cell;
    clear: both;
}
.table-input td {
    margin: 0;
    padding: 5px 5px 5px 10px;
    border-bottom: none;
    vertical-align: middle;
}
.table-input td label {
    float: left;
    margin: 2px 15px 2px 0;
    padding: 0;
    width: 50%;
    display: table-cell;
}
.table-input td label:nth-child(2n+2){
    float: none;
    clear: both;
}
.table-input td input, textarea {
    margin: 0 2px 0 0;
    padding: 3px 4px;
    border: 1px solid #7F9DB9;
    font-size: 12px;
    color: #000;
    font-family: arial;
    vertical-align: middle;
}
.table-input input[type="radio"] {
    margin: 0 2px 0 0;
    padding: 2px 3px;
    border: 1px solid #7F9DB9;
    vertical-align: middle;
    font-size: 12px;
}
.table-input input[type="checkbox"] {
    margin: 0 2px 0 0;
    padding: 2px 3px;
    border: 1px solid #CEE1E7;
    vertical-align: middle;
    font-size: 12px;
}
.table-input td select {
    margin: 0 2px 0 0;
    padding: 2px 3px;
    border: 1px solid #7F9DB9;
    font-size: 12px;
    vertical-align: middle;
}
.table-input td em {
    color: #666;
    font-size: 11px;
    font-style: normal;
    vertical-align: middle;
}
.table-input td option {
    margin: 0;
    padding: 0 3px;
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
}
.table-input input.edit-button {
    margin: 0 3px 0 0;
    padding: 4px 7px;
    background-color: #D1E0EF;
    background-image: url('../img/button-edit-bg.gif');
    background-position: left center;
    background-repeat: repeat-x;
    border: none;
    color: #1E395B;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ABBAD0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-input input.edit-button:hover {
    background-color: #F9E599;
    background-image: url('../img/button-edit-hover-bg.gif');
    border: 1px solid #EEC958;
    cursor: pointer;
}
.table-input small {
    margin: 0;
    padding: 0;
    color: #CD3410;
    font-size: 11px;
}
.table-input img {
    margin: 2px 5px 0 0;
    padding: 0;
    border: none;
    vertical-align: middle;
}
/* Table view ----------------------------------------- */
.table-view.small td {
    font-size: 10px;
}
.table-view {
    margin: 0 0 5px 0;
    padding: 0;
    border-collapse: collapse;
    color: #515151;
    font-size: 11px;
    background-color: #fff;
    font-family: arial;
}
.table-view th {
    margin: 0;
    padding: 4px 0;
    background: #ebebeb url('../img/table-view-th-bg.gif') left top repeat-x;
    border: 1px solid #cdcdcd;
    color: #272727;
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}
.table-view td {
    margin: 0;
    padding: 4px;
    border: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
    font-family: tahoma;
}
.table-view td span {
    padding: 5px 0;
    margin-right: 5px;
    color: #666;
}
.table-view td span.red {
    color: #E61B1B;
}
.table-view a {
    margin: 0;
    padding: 0;
    color: #3e6ba7;
    text-decoration: none;
}
.table-view a:hover {
    text-decoration: underline;
}
.table-view a.btn-red {
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 10px;
    display: inline-block;
}
.table-view a.btn-red:hover {
    text-decoration: none;
}
.table-view .blink-row {
    background-color: #f2f8fd;
}
.table-view a.button {
    margin: 0 1px;
    padding: 1px 4px;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-view a.button:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
.table-view a.button-edit {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/edit-icon.png");
    background-position: 4px 2px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-view a.button-edit:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
.table-view a.button-hapus {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/delete-icon.png");
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-view a.button-hapus:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
.table-view a.button-download {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/download-icon.png");
    background-size: 12px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-dashboard a.button-download {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/download-icon.png");
    background-size: 12px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-view a.button-download:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
/* Table search ------------------------------------------------ */
.table-search {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 12px;
    font-family: arial;
}
.table-search th {
    margin: 0;
    padding: 6px 10px;
    color: #333;
    font-weight: bold;
    text-align: right;
}
.table-search td {
    margin: 0;
    padding: 6px 10px;
    color: #4e6ba5;
}
.table-search td label {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
}
.table-search input {
    margin: 0;
    padding: 2px 5px;
    border: 1px solid #b4bed6;
    font-size: 12px;
    color: #666;
}
.table-search input[type="radio"] {
    margin: 0 2px 0 0;
    padding: 0;
    border: none;
    vertical-align: middle;
}
.table-search input[type="checkbox"] {
    margin: 0 2px 0 0;
    padding: 0;
    border: none;
    vertical-align: middle;
}
.table-search input[type="submit"] {
    margin: 0;
    padding: 3px 7px;
    background-color: #8BA9C4;
    background-image: url('../img/table-search-submit.gif');
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #614023;
    border-bottom: 1px solid #462C19;
    border-top: 1px solid #A18567;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.table-search input[type="submit"]:hover {
    border: 1px solid #A18567;
}
.table-search select {
    margin: 0;
    padding: 3px 5px;
    border: 1px solid #b4bed6;
    font-size: 12px;
}
.table-search img {
    margin: 0 0 0 3px;
    padding: 0;
    border: none;
    vertical-align: middle;
}
/* table info */
.table-info-box {
    background-color: #DDF0F8;
    border-top: 1px solid #99CCE6;
    float: left;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 1%;
    width: 98%;
}
.table-info-box h3 {
    color: #193061;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0;
}
.table-info {
    margin: 0 0 5px 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 11px;
    background-color: #FFF;
    border-bottom: 3px solid #C8E4F1;
    border-right: 2px solid #C8E4F1;
    border-left: 2px solid #C8E4F1;
    border-top: 1px solid #C8E4F1;
    color: #193061;
}
.table-info th {
    padding: 4px 6px;
    text-align: left;
    vertical-align: middle;
    background-color: #0F82B1;
    color: #fff;
}
.table-info tr {
    margin: 0;
    padding: 0;
}
.table-info tr.blink-row {
    background-color: #FEF7DB;
}
.table-view .red-row {
    background-color: #ffffed;
    color: #FF0000;
}
.table-view .blue-row {
    background-color: #1D53EF;
    color: #ffffff;
}
.table-info td {
    border-bottom: 1px dotted #C8E4F1;
    margin: 0;
    padding: 4px 6px;
    vertical-align: top;
}
.table-info td em {
    color: #666666;
    display: block;
}
.table-info a.button-edit {
    background-color: #FFF6C4;
    background-image: url("../img/edit-icon.png");
    background-position: 4px 2px;
    background-repeat: no-repeat;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    text-align: center;
    text-decoration: none;
}
.table-info a.button-edit:hover {
    background-color: #FFFFFF;
    border: 1px solid #F9EBD7;
}
.table-info a {
    color: #8D4F00;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.table-info a:hover {
    text-decoration: underline;
}
.table-info td img {
    border: medium none;
    margin: 0 2px;
    padding: 0;
    vertical-align: top;
}
.table-info .button-approve {
    margin: 0;
    padding: 5px 10px; 
    border: none;
    background-color: #2EFFC8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    font-family: sans-serif;
    cursor: pointer;
    border: 1px solid #22BA92;
}
.table-info .button-reject {
    margin: 0;
    padding: 5px 10px; 
    border: none;
    background-color: #FF2E65;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    font-family: sans-serif;
    cursor: pointer;
    border: 1px solid #DD3159;
    float:right;
}
.table-dashboard .button-reject {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/arrow-right.gif");
    background-size: 12px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-info .button-edit {
    margin: 0;
    padding: 5px 10px; 
    border: none;
    background-color: #0F82B1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    font-family: sans-serif;
    cursor: pointer;
    border: 1px solid #22BA92;
}
/* tabel calendar */
.table-calendar {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    color: #515151;
    font-size: 12px;
    background-color: #fff;
    font-family: tahoma;
}
.table-calendar th {
    margin: 0;
    padding: 4px 0;
    border: 1px solid #cdcdcd;
    color: #272727;
    vertical-align: middle;
}
.table-calendar td {
    margin: 0;
    padding: 4px;
    border: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
    font-size: 11px;
    height: 100px;
    vertical-align: top;
}
.table-calendar td.widget {
    margin: 0;
    padding: 4px;
    border: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
    font-size: 12px;
    height: 35px;
    vertical-align: top;
}
.table-calendar td b {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table-calendar td p {
    margin: 0;
    padding: 2px;
    font-size: 11px;
    text-align: right;
    line-height: 16px;
}
.table-calendar td a {
    margin: 0;
    padding: 2px 6px;
    background-color: #596772;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.table-calendar td a:hover {
    text-decoration: none;
    background-color: #C95454;
}
/* table dashboard */
.table-dashboard {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: sans-serif;
}
.table-dashboard tr {
    margin: 0;
    padding: 0;
}
.table-dashboard th {
    padding: 10px 8px;
    color: #666;
    border-bottom: 1px solid #E2E6E8;
}
.table-dashboard td {
    margin: 0;
    padding: 20px 8px;
    border-bottom: 1px solid #E2E6E8;
    height: 25px;
    text-align: left;
}
.table-dashboard tr.blink-row {
    background-color: #f5f5f5;
}
.table-dashboard tr:last-child td {
    border-bottom: none;
}
.table-dashboard td.group {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #728EAD;
}
.table-dashboard td.brand {
    vertical-align: middle;
}
.table-dashboard td.brand img {
    height: 60px;
    display: block;
}
.table-dashboard td a {
    display: inline-block;
    color: #666;
}
.table-dashboard td a:hover {
    text-decoration: none;
    color: #006d29;
}
.table-dashboard td a.button-edit {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/edit-icon.png");
    background-position: 4px 2px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-dashboard td a.button-edit:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
.table-dashboard td.group span {
    color: #666666;
}
.table-dashboard td span {
    padding: 5px 0;
    margin-right: 5px;
    color: #666;
}
.table-dashboard td span.count {
    font-size: 28px;
    font-family: Arial;
}
.table-dashboard td span.green {
    color: #579664;
}
.table-dashboard td span.orange {
    color: #F99D1B;
}
.table-dashboard td span.yellow {
    color: #F9DB2E;
}
.table-dashboard td span.red {
    color: #E61B1B;
}
.table-dashboard td span.blue {
    color: #0E6390;
}
.table-dashboard td span.black {
    color: #2B303B;
}
.table-dashboard td span.green {
    color: #009839;
}
.table-dashboard td a:hover span.green {
    color: #00531f;
}
.table-dashboard td a:hover span.red {
    color: #6f2514;
}
.table-dashboard td span.red {
    color: #C14023;
}
.table-dashboard td span.total {
    color: #666;
}
.table-dashboard td span.label {
    padding: 0;
    color: #ABB2B6;
    display: block;
    font-weight: normal;
}
.table-dashboard td.group span.cyan{
    border-bottom: 3px solid #E35B91;
    display: block;
}
.table-dashboard td.group span.blue{
    display: block;
}
/* table-calendar */
.calendar {
    float: left;
    width: 60%;
}
.dashboard-content .table-calendar {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    color: #333333;
    font-size: 12px;
}
.dashboard-content .table-calendar tr {
    margin: 0;
    padding: 0;
}
.dashboard-content .table-calendar th {
    margin: 0;
    padding: 10px 0;
    background-image: url("../img/table-calendar-th-bg.png");
    background-repeat: repeat-x;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px 0 #1E395B;
    border-right: 1px solid #272872;
}
.dashboard-content .table-calendar tr.day {
    background-color: #2F318B;
    color: #FFF;
    border: 1px solid #272872;
    border-top: none;
    text-shadow: 0 -1px 0 #1E395B;
}
.dashboard-content .table-calendar tr.day td {
    padding: 5px 10px;
    border: none;
}
.dashboard-content .table-calendar tr.head {
    border: 1px solid #272872;
}
.dashboard-content .table-calendar td {
    margin: 0;
    padding: 0;
    border: 1px solid #C4CBD0;
    text-align: right;
}
.dashboard-content .table-calendar td a {
    color: #000;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    background-color: #DFDFDF;
}
.dashboard-content .table-calendar td a:hover {
    text-decoration: none;
    background-color: #C95454;
}
.dashboard-content .table-calendar td.prev-day,.dashboard-content .table-calendar td.next-day,.dashboard-content .table-calendar td.prev-day a,.dashboard-content .table-calendar td.next-day a {
    color: #C4CBD0;
}
.dashboard-content .table-calendar td.sun, .dashboard-content .table-calendar td.sun a {
    color: #C34223;
}
.dashboard-content .table-calendar td a.today {
    background-color: #999;
    font-weight: bold;
}
.dashboard-content .table-calendar td a.event {
    font-weight: bold;
    background-color: #4EB0E3;
}
.dashboard-content .table-calendar th a.arrow-l {
    margin: 0 10px;
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("../img/calendar-arrow-left.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.dashboard-content .table-calendar th a.arrow-r {
    margin: 0 10px;
    height: 17px;
    display: block;
    background-image: url("../img/calendar-arrow-right.png");
    background-repeat: no-repeat;
    background-position: top right;
}
.agenda {
    float: right;
    width: 38%;
}
.agenda ul {
    margin: 0;
    padding: 0;
}
.agenda ul li {
    list-style: none;
    padding: 5px 0;
    color: #2E2E2E;
    border-bottom: 1px solid #C4CBD0;
}
.agenda ul li span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #1F3972;
    vertical-align: middle;
}
.agenda ul li a {   
}
.agenda ul li a:hover {
    text-decoration: none;
    color: #1F3972;
}
.agenda ul li:last-child {
    border-bottom: none;
}
/* table dashboard */
.table-dashboard {
    border-collapse: collapse;
    color: #333333;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.table-dashboard tr {
    margin: 0;
    padding: 0;
    background-color: #E7EAEC;
}
.table-dashboard tr.blink-row {
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
}
.table-dashboard tr.active {
    background-color: #FFFAE0;
    border-bottom: 2px solid #FFD8A5;
    border-top: 2px solid #FFD8A5;
    font-weight: bold;
}
.table-dashboard th {
    margin: 0;
    padding: 8px 10px;
    background-color: #C4CBD0;
    border-bottom: 1px solid #ABB2B6;
    color: #333;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}
.table-dashboard td {
    margin: 0;
    padding: 6px 10px;
    color: #333;
}
/* dashboard box */
.dashboard-box table {
    margin: 0 0 5px 0;
    padding: 0;
    color: #333;
    font-size: 11px;
    text-align: left;
    background-color: #FFF;
    border-collapse: collapse;
}
.dashboard-box table td {
    margin: 0;
    padding: 4px 6px;
    border-bottom: none;
    vertical-align: middle;
    border: 1px dashed #DFDFDF;
}
.dashboard-box table td img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: none;
    height: 16px;
}
/* Table slide ----------------------------------------- */
.table-slide {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #CCC;
    border-top: none;
}
.table-slide tr {
    margin: 0;
    padding: 0;
}
.table-slide th {
    margin: 0;
    padding: 6px 4px;
    background-image: url('../img/table-slide-th-bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 12px;
}
.table-slide td {
    margin: 0;
    padding: 2px 4px;
    font-family: Arial;
    font-size: 11px;
    color: #333;
    border-bottom: 1px dotted #CCC;
    border-left: 1px solid #CCC;
    background-color: #F6F6F6;
}
.table-slide td a {
    color: #333;
    text-decoration: none;
}
.table-slide td a:hover {
    color: #333;
    text-decoration: underline;
}
.table-slide td.slide-title {
    margin: 0;
    padding: 4px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    background-color: #E1E1E1;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #BBB;
    font-size: 11px;
}
.table-slide td.slide-title img {
    margin: 0 5px 0 0;
    padding: 0;
}
.table-slide td.slide-cat {
    margin: 0;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 11px;
    color: #333;
    background-color: #EBEBEB;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    text-align: center;
}
.table-slide td b {
    margin: 0;
    padding: 0;
    font-size: 9px;
    font-family: arial;
}
.table-slide td strong {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: arial;
}
/* table list statistik */
.table-list-statistic {
    margin: 0 0 5px 0;
    padding: 0;
    border-collapse: collapse;
    color: #515151;
    font-size: 11px;
    background-color: #fff;
    font-family: arial;
}
.table-list-statistic tr {
    margin: 0;
    padding: 0;
    background-color: #F6F6F6;
    border-bottom: 1px dotted #CCC;
}
.table-list-statistic tr.blink {
    background-color: #ECF1F6;
}
.table-list-statistic tr.total {
    background-color: #E1E1E1;
    border: 1px solid #AEAEAE;
}
.table-list-statistic th {
    margin: 0;
    padding: 2px 4px;
    background-image: url('../img/table-list-th-bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #BECBD8;
    border: 1px solid #A8B5C3;
    color: #005E99;
    font-size: 11px;
}
.table-list-statistic td {
    margin: 0;
    padding: 2px 4px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-size: 9px;
}
.table-list-statistic td.subtotal {
    margin: 0;
    padding: 4px 4px;
    border-left: 1px solid #CCC;
    background: #E1E1E1;
    font-weight: bold;
}
.table-list-statistic a {
    color: #005E99;
    text-decoration: none;
}
.table-list-statistic a:hover {
    color: #005E99;
    text-decoration: underline;
}
.table-list-statistic span.date {
    font-size: 8px;
    display: block;
    color: #7591b0;
}
.table-list-statistic td.label {
    font-size: 11px;
    font-family: tahoma;
} | 
	public/resource/themes/operator/css/table.css | 
	
.table-input {
    margin: 0 0 5px 0;
    padding: 0;
    color: #333;
    font-size: 12px;
    text-align: left;
    background-image: url('../img/table-input-bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #D8E4F2;
    border: 1px solid #909AA6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
}
.table-input th {
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #909AA6;
    color: #000;
    font-size: 12px;
    vertical-align: middle;
    background-color: #BED1E8;
}
.table-input .headrow th  {
    background-color: #BFD2EA;
    border: 1px solid #909AA6;
    color: #1F3975;
}
.table-input .submit-box td {
    border-top: 1px solid #5D6C7A;
    background-color: #BBCEE6;
}
.table-input .checkbox td {
    width: 100%;
    float: left;
    display: table-cell;
    clear: both;
}
.table-input td {
    margin: 0;
    padding: 5px 5px 5px 10px;
    border-bottom: none;
    vertical-align: middle;
}
.table-input td label {
    float: left;
    margin: 2px 15px 2px 0;
    padding: 0;
    width: 50%;
    display: table-cell;
}
.table-input td label:nth-child(2n+2){
    float: none;
    clear: both;
}
.table-input td input, textarea {
    margin: 0 2px 0 0;
    padding: 3px 4px;
    border: 1px solid #7F9DB9;
    font-size: 12px;
    color: #000;
    font-family: arial;
    vertical-align: middle;
}
.table-input input[type="radio"] {
    margin: 0 2px 0 0;
    padding: 2px 3px;
    border: 1px solid #7F9DB9;
    vertical-align: middle;
    font-size: 12px;
}
.table-input input[type="checkbox"] {
    margin: 0 2px 0 0;
    padding: 2px 3px;
    border: 1px solid #CEE1E7;
    vertical-align: middle;
    font-size: 12px;
}
.table-input td select {
    margin: 0 2px 0 0;
    padding: 2px 3px;
    border: 1px solid #7F9DB9;
    font-size: 12px;
    vertical-align: middle;
}
.table-input td em {
    color: #666;
    font-size: 11px;
    font-style: normal;
    vertical-align: middle;
}
.table-input td option {
    margin: 0;
    padding: 0 3px;
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
}
.table-input input.edit-button {
    margin: 0 3px 0 0;
    padding: 4px 7px;
    background-color: #D1E0EF;
    background-image: url('../img/button-edit-bg.gif');
    background-position: left center;
    background-repeat: repeat-x;
    border: none;
    color: #1E395B;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ABBAD0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-input input.edit-button:hover {
    background-color: #F9E599;
    background-image: url('../img/button-edit-hover-bg.gif');
    border: 1px solid #EEC958;
    cursor: pointer;
}
.table-input small {
    margin: 0;
    padding: 0;
    color: #CD3410;
    font-size: 11px;
}
.table-input img {
    margin: 2px 5px 0 0;
    padding: 0;
    border: none;
    vertical-align: middle;
}
/* Table view ----------------------------------------- */
.table-view.small td {
    font-size: 10px;
}
.table-view {
    margin: 0 0 5px 0;
    padding: 0;
    border-collapse: collapse;
    color: #515151;
    font-size: 11px;
    background-color: #fff;
    font-family: arial;
}
.table-view th {
    margin: 0;
    padding: 4px 0;
    background: #ebebeb url('../img/table-view-th-bg.gif') left top repeat-x;
    border: 1px solid #cdcdcd;
    color: #272727;
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}
.table-view td {
    margin: 0;
    padding: 4px;
    border: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
    font-family: tahoma;
}
.table-view td span {
    padding: 5px 0;
    margin-right: 5px;
    color: #666;
}
.table-view td span.red {
    color: #E61B1B;
}
.table-view a {
    margin: 0;
    padding: 0;
    color: #3e6ba7;
    text-decoration: none;
}
.table-view a:hover {
    text-decoration: underline;
}
.table-view a.btn-red {
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 10px;
    display: inline-block;
}
.table-view a.btn-red:hover {
    text-decoration: none;
}
.table-view .blink-row {
    background-color: #f2f8fd;
}
.table-view a.button {
    margin: 0 1px;
    padding: 1px 4px;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-view a.button:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
.table-view a.button-edit {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/edit-icon.png");
    background-position: 4px 2px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-view a.button-edit:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
.table-view a.button-hapus {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/delete-icon.png");
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-view a.button-hapus:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
.table-view a.button-download {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/download-icon.png");
    background-size: 12px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-dashboard a.button-download {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/download-icon.png");
    background-size: 12px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-view a.button-download:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
/* Table search ------------------------------------------------ */
.table-search {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 12px;
    font-family: arial;
}
.table-search th {
    margin: 0;
    padding: 6px 10px;
    color: #333;
    font-weight: bold;
    text-align: right;
}
.table-search td {
    margin: 0;
    padding: 6px 10px;
    color: #4e6ba5;
}
.table-search td label {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
}
.table-search input {
    margin: 0;
    padding: 2px 5px;
    border: 1px solid #b4bed6;
    font-size: 12px;
    color: #666;
}
.table-search input[type="radio"] {
    margin: 0 2px 0 0;
    padding: 0;
    border: none;
    vertical-align: middle;
}
.table-search input[type="checkbox"] {
    margin: 0 2px 0 0;
    padding: 0;
    border: none;
    vertical-align: middle;
}
.table-search input[type="submit"] {
    margin: 0;
    padding: 3px 7px;
    background-color: #8BA9C4;
    background-image: url('../img/table-search-submit.gif');
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #614023;
    border-bottom: 1px solid #462C19;
    border-top: 1px solid #A18567;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.table-search input[type="submit"]:hover {
    border: 1px solid #A18567;
}
.table-search select {
    margin: 0;
    padding: 3px 5px;
    border: 1px solid #b4bed6;
    font-size: 12px;
}
.table-search img {
    margin: 0 0 0 3px;
    padding: 0;
    border: none;
    vertical-align: middle;
}
/* table info */
.table-info-box {
    background-color: #DDF0F8;
    border-top: 1px solid #99CCE6;
    float: left;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 1%;
    width: 98%;
}
.table-info-box h3 {
    color: #193061;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0;
}
.table-info {
    margin: 0 0 5px 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 11px;
    background-color: #FFF;
    border-bottom: 3px solid #C8E4F1;
    border-right: 2px solid #C8E4F1;
    border-left: 2px solid #C8E4F1;
    border-top: 1px solid #C8E4F1;
    color: #193061;
}
.table-info th {
    padding: 4px 6px;
    text-align: left;
    vertical-align: middle;
    background-color: #0F82B1;
    color: #fff;
}
.table-info tr {
    margin: 0;
    padding: 0;
}
.table-info tr.blink-row {
    background-color: #FEF7DB;
}
.table-view .red-row {
    background-color: #ffffed;
    color: #FF0000;
}
.table-view .blue-row {
    background-color: #1D53EF;
    color: #ffffff;
}
.table-info td {
    border-bottom: 1px dotted #C8E4F1;
    margin: 0;
    padding: 4px 6px;
    vertical-align: top;
}
.table-info td em {
    color: #666666;
    display: block;
}
.table-info a.button-edit {
    background-color: #FFF6C4;
    background-image: url("../img/edit-icon.png");
    background-position: 4px 2px;
    background-repeat: no-repeat;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    text-align: center;
    text-decoration: none;
}
.table-info a.button-edit:hover {
    background-color: #FFFFFF;
    border: 1px solid #F9EBD7;
}
.table-info a {
    color: #8D4F00;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.table-info a:hover {
    text-decoration: underline;
}
.table-info td img {
    border: medium none;
    margin: 0 2px;
    padding: 0;
    vertical-align: top;
}
.table-info .button-approve {
    margin: 0;
    padding: 5px 10px; 
    border: none;
    background-color: #2EFFC8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    font-family: sans-serif;
    cursor: pointer;
    border: 1px solid #22BA92;
}
.table-info .button-reject {
    margin: 0;
    padding: 5px 10px; 
    border: none;
    background-color: #FF2E65;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    font-family: sans-serif;
    cursor: pointer;
    border: 1px solid #DD3159;
    float:right;
}
.table-dashboard .button-reject {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/arrow-right.gif");
    background-size: 12px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-info .button-edit {
    margin: 0;
    padding: 5px 10px; 
    border: none;
    background-color: #0F82B1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    font-family: sans-serif;
    cursor: pointer;
    border: 1px solid #22BA92;
}
/* tabel calendar */
.table-calendar {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    color: #515151;
    font-size: 12px;
    background-color: #fff;
    font-family: tahoma;
}
.table-calendar th {
    margin: 0;
    padding: 4px 0;
    border: 1px solid #cdcdcd;
    color: #272727;
    vertical-align: middle;
}
.table-calendar td {
    margin: 0;
    padding: 4px;
    border: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
    font-size: 11px;
    height: 100px;
    vertical-align: top;
}
.table-calendar td.widget {
    margin: 0;
    padding: 4px;
    border: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
    font-size: 12px;
    height: 35px;
    vertical-align: top;
}
.table-calendar td b {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.table-calendar td p {
    margin: 0;
    padding: 2px;
    font-size: 11px;
    text-align: right;
    line-height: 16px;
}
.table-calendar td a {
    margin: 0;
    padding: 2px 6px;
    background-color: #596772;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.table-calendar td a:hover {
    text-decoration: none;
    background-color: #C95454;
}
/* table dashboard */
.table-dashboard {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: sans-serif;
}
.table-dashboard tr {
    margin: 0;
    padding: 0;
}
.table-dashboard th {
    padding: 10px 8px;
    color: #666;
    border-bottom: 1px solid #E2E6E8;
}
.table-dashboard td {
    margin: 0;
    padding: 20px 8px;
    border-bottom: 1px solid #E2E6E8;
    height: 25px;
    text-align: left;
}
.table-dashboard tr.blink-row {
    background-color: #f5f5f5;
}
.table-dashboard tr:last-child td {
    border-bottom: none;
}
.table-dashboard td.group {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #728EAD;
}
.table-dashboard td.brand {
    vertical-align: middle;
}
.table-dashboard td.brand img {
    height: 60px;
    display: block;
}
.table-dashboard td a {
    display: inline-block;
    color: #666;
}
.table-dashboard td a:hover {
    text-decoration: none;
    color: #006d29;
}
.table-dashboard td a.button-edit {
    margin: 0 1px;
    padding: 1px 4px 1px 19px;
    background-image: url("../img/edit-icon.png");
    background-position: 4px 2px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #F9EBD7;
    color: #8D4F00;
    display: inline;
    text-align: center;
    text-decoration: none;
}
.table-dashboard td a.button-edit:hover {
    background-color: #FFF6C4;
    border: 1px solid #F9EBD7;
}
.table-dashboard td.group span {
    color: #666666;
}
.table-dashboard td span {
    padding: 5px 0;
    margin-right: 5px;
    color: #666;
}
.table-dashboard td span.count {
    font-size: 28px;
    font-family: Arial;
}
.table-dashboard td span.green {
    color: #579664;
}
.table-dashboard td span.orange {
    color: #F99D1B;
}
.table-dashboard td span.yellow {
    color: #F9DB2E;
}
.table-dashboard td span.red {
    color: #E61B1B;
}
.table-dashboard td span.blue {
    color: #0E6390;
}
.table-dashboard td span.black {
    color: #2B303B;
}
.table-dashboard td span.green {
    color: #009839;
}
.table-dashboard td a:hover span.green {
    color: #00531f;
}
.table-dashboard td a:hover span.red {
    color: #6f2514;
}
.table-dashboard td span.red {
    color: #C14023;
}
.table-dashboard td span.total {
    color: #666;
}
.table-dashboard td span.label {
    padding: 0;
    color: #ABB2B6;
    display: block;
    font-weight: normal;
}
.table-dashboard td.group span.cyan{
    border-bottom: 3px solid #E35B91;
    display: block;
}
.table-dashboard td.group span.blue{
    display: block;
}
/* table-calendar */
.calendar {
    float: left;
    width: 60%;
}
.dashboard-content .table-calendar {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    color: #333333;
    font-size: 12px;
}
.dashboard-content .table-calendar tr {
    margin: 0;
    padding: 0;
}
.dashboard-content .table-calendar th {
    margin: 0;
    padding: 10px 0;
    background-image: url("../img/table-calendar-th-bg.png");
    background-repeat: repeat-x;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px 0 #1E395B;
    border-right: 1px solid #272872;
}
.dashboard-content .table-calendar tr.day {
    background-color: #2F318B;
    color: #FFF;
    border: 1px solid #272872;
    border-top: none;
    text-shadow: 0 -1px 0 #1E395B;
}
.dashboard-content .table-calendar tr.day td {
    padding: 5px 10px;
    border: none;
}
.dashboard-content .table-calendar tr.head {
    border: 1px solid #272872;
}
.dashboard-content .table-calendar td {
    margin: 0;
    padding: 0;
    border: 1px solid #C4CBD0;
    text-align: right;
}
.dashboard-content .table-calendar td a {
    color: #000;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    background-color: #DFDFDF;
}
.dashboard-content .table-calendar td a:hover {
    text-decoration: none;
    background-color: #C95454;
}
.dashboard-content .table-calendar td.prev-day,.dashboard-content .table-calendar td.next-day,.dashboard-content .table-calendar td.prev-day a,.dashboard-content .table-calendar td.next-day a {
    color: #C4CBD0;
}
.dashboard-content .table-calendar td.sun, .dashboard-content .table-calendar td.sun a {
    color: #C34223;
}
.dashboard-content .table-calendar td a.today {
    background-color: #999;
    font-weight: bold;
}
.dashboard-content .table-calendar td a.event {
    font-weight: bold;
    background-color: #4EB0E3;
}
.dashboard-content .table-calendar th a.arrow-l {
    margin: 0 10px;
    width: 17px;
    height: 17px;
    display: block;
    background-image: url("../img/calendar-arrow-left.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.dashboard-content .table-calendar th a.arrow-r {
    margin: 0 10px;
    height: 17px;
    display: block;
    background-image: url("../img/calendar-arrow-right.png");
    background-repeat: no-repeat;
    background-position: top right;
}
.agenda {
    float: right;
    width: 38%;
}
.agenda ul {
    margin: 0;
    padding: 0;
}
.agenda ul li {
    list-style: none;
    padding: 5px 0;
    color: #2E2E2E;
    border-bottom: 1px solid #C4CBD0;
}
.agenda ul li span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #1F3972;
    vertical-align: middle;
}
.agenda ul li a {   
}
.agenda ul li a:hover {
    text-decoration: none;
    color: #1F3972;
}
.agenda ul li:last-child {
    border-bottom: none;
}
/* table dashboard */
.table-dashboard {
    border-collapse: collapse;
    color: #333333;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.table-dashboard tr {
    margin: 0;
    padding: 0;
    background-color: #E7EAEC;
}
.table-dashboard tr.blink-row {
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
}
.table-dashboard tr.active {
    background-color: #FFFAE0;
    border-bottom: 2px solid #FFD8A5;
    border-top: 2px solid #FFD8A5;
    font-weight: bold;
}
.table-dashboard th {
    margin: 0;
    padding: 8px 10px;
    background-color: #C4CBD0;
    border-bottom: 1px solid #ABB2B6;
    color: #333;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}
.table-dashboard td {
    margin: 0;
    padding: 6px 10px;
    color: #333;
}
/* dashboard box */
.dashboard-box table {
    margin: 0 0 5px 0;
    padding: 0;
    color: #333;
    font-size: 11px;
    text-align: left;
    background-color: #FFF;
    border-collapse: collapse;
}
.dashboard-box table td {
    margin: 0;
    padding: 4px 6px;
    border-bottom: none;
    vertical-align: middle;
    border: 1px dashed #DFDFDF;
}
.dashboard-box table td img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: none;
    height: 16px;
}
/* Table slide ----------------------------------------- */
.table-slide {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #CCC;
    border-top: none;
}
.table-slide tr {
    margin: 0;
    padding: 0;
}
.table-slide th {
    margin: 0;
    padding: 6px 4px;
    background-image: url('../img/table-slide-th-bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 12px;
}
.table-slide td {
    margin: 0;
    padding: 2px 4px;
    font-family: Arial;
    font-size: 11px;
    color: #333;
    border-bottom: 1px dotted #CCC;
    border-left: 1px solid #CCC;
    background-color: #F6F6F6;
}
.table-slide td a {
    color: #333;
    text-decoration: none;
}
.table-slide td a:hover {
    color: #333;
    text-decoration: underline;
}
.table-slide td.slide-title {
    margin: 0;
    padding: 4px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    background-color: #E1E1E1;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #BBB;
    font-size: 11px;
}
.table-slide td.slide-title img {
    margin: 0 5px 0 0;
    padding: 0;
}
.table-slide td.slide-cat {
    margin: 0;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 11px;
    color: #333;
    background-color: #EBEBEB;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    text-align: center;
}
.table-slide td b {
    margin: 0;
    padding: 0;
    font-size: 9px;
    font-family: arial;
}
.table-slide td strong {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: arial;
}
/* table list statistik */
.table-list-statistic {
    margin: 0 0 5px 0;
    padding: 0;
    border-collapse: collapse;
    color: #515151;
    font-size: 11px;
    background-color: #fff;
    font-family: arial;
}
.table-list-statistic tr {
    margin: 0;
    padding: 0;
    background-color: #F6F6F6;
    border-bottom: 1px dotted #CCC;
}
.table-list-statistic tr.blink {
    background-color: #ECF1F6;
}
.table-list-statistic tr.total {
    background-color: #E1E1E1;
    border: 1px solid #AEAEAE;
}
.table-list-statistic th {
    margin: 0;
    padding: 2px 4px;
    background-image: url('../img/table-list-th-bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #BECBD8;
    border: 1px solid #A8B5C3;
    color: #005E99;
    font-size: 11px;
}
.table-list-statistic td {
    margin: 0;
    padding: 2px 4px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-size: 9px;
}
.table-list-statistic td.subtotal {
    margin: 0;
    padding: 4px 4px;
    border-left: 1px solid #CCC;
    background: #E1E1E1;
    font-weight: bold;
}
.table-list-statistic a {
    color: #005E99;
    text-decoration: none;
}
.table-list-statistic a:hover {
    color: #005E99;
    text-decoration: underline;
}
.table-list-statistic span.date {
    font-size: 8px;
    display: block;
    color: #7591b0;
}
.table-list-statistic td.label {
    font-size: 11px;
    font-family: tahoma;
} | 0.292191 | 0.223886 | 
| 
	
html {
    overflow: hidden;
}
body {
    font-size: 12px
}
ul ,li{
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei"
}
a {
    color: #06C;
    cursor: pointer
}
a:hover {
    color: #039
}
label {
    font-size: 100%
}
.nowrap {
    white-space: nowrap
}
.breakall {
    word-break: break-all;
    word-wrap: break-word
}
input::-ms-clear {
    display: none
}
input[type="radio"],
input[type="checkbox"] {
    margin-top: 2px;
    margin-top: 1px \9
}
.dropdown-menu {
    font-size: 12px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2)
}
.dropdown-menu li a {
    padding: 7px 16px
}
.dropdown-menu .divider {
    margin: 0px 0px
}
.console-chart {
    width: 100%
}
.tooltip {
    word-break: break-all
}
.popover .popover-inner {
    padding: 8px
}
.popover .popover-inner .popover-content {
    padding: 0px
}
.text-muted {
    color: #999 !important
}
.text-muted:hover {
    color: #999 !important
}
.text-info {
    color: #69C !important
}
.text-info:hover {
    color: #69C !important
}
.text-primary {
    color: #09C !important
}
.text-primary:hover {
    color: #09C !important
}
.text-success {
    color: #090 !important
}
.text-success:hover {
    color: #090 !important
}
.text-warning {
    color: #F90 !important
}
.text-warning:hover {
    color: #F90 !important
}
.text-danger {
    color: #F00 !important
}
.text-danger:hover {
    color: #F00 !important
}
.text-explode {
    color: #CCC !important;
    font-weight: normal !important;
    margin: 0px 4px !important
}
span.label {
    font-weight: normal
}
.text-size-14 {
    font-size: 14px !important
}
.text-size-16 {
    font-size: 16px !important
}
.text-size-24 {
    font-size: 24px !important
}
.text-size-32 {
    font-size: 32px !important
}
.text-size-48 {
    font-size: 48px !important
}
.text-size-64 {
    font-size: 64px !important
}
.btn {
    font-size: 12px;
    border-radius: 0px;
    padding: 8px 17px;
    height: 36px;
    line-height: 14px
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}
.btn-default {
    color: #333;
    border: 1px solid #EAEDF1;
    background-color: #F5F6FA
}
.btn-default:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-default:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}
.btn-default:hover {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff
}
.btn-primary {
    color: #fff;
    border: 1px solid #09c;
    background-color: #09c
}
.btn-primary:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-primary:focus {
    color: #fff;
    border: 1px solid #09c;
    background-color: #09c;
    outline: none
}
.btn-primary:hover {
    color: #fff;
    border: 1px solid #28b5d6;
    background-color: #28b5d6
}
.btn-success {
    color: #fff;
    border: 1px solid #57a235;
    background-color: #4db118
}
.btn-success:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-success:focus {
    color: #fff;
    border: 1px solid #57a235;
    background-color: #4db118;
    outline: none
}
.btn-success:hover {
    color: #fff;
    border: 1px solid #57bc20;
    background-color: #57bc20
}
.btn-warning {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.btn-warning:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-warning:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}
.btn-warning:hover {
    color: #fff;
    border: 1px solid #ffa200;
    background-color: #ffa200
}
.btn-danger {
    color: #333;
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.btn-danger:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-danger:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}
.btn-danger:hover {
    color: #fff;
    border: 1px solid #f25721;
    background-color: #f25721
}
.btn-link {
    color: #06C;
    text-shadow: none;
    border: none
}
.btn-link:hover {
    color: #039;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
    outline: none;
}
.btn-full {
    width: 100%;
}
.btn-lg {
    font-size: 14px;
    padding: 12px 20px;
    height: 40px;
    line-height: 16px
}
.btn-sm {
    font-size: 12px;
    padding: 4px 12px;
    height: 24px;
    line-height: 14px
}
.btn-xs {
    font-size: 12px;
    padding: 2px 8px;
    height: 20px;
    line-height: 14px
}
.btn.disabled,
.btn[disabled] {
    text-shadow: none;
    filter: none;
    opacity: 1;
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.btn.disabled:active,
.btn[disabled]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn.disabled:focus,
.btn[disabled]:focus {
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}
.btn.disabled:hover,
.btn[disabled]:hover {
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
    border: none;
    background: transparent none
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
    color: #EEE;
    text-shadow: none;
    filter: none;
    opacity: 1;
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc
}
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc;
    outline: none
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc
}
.btn-default-active,
.btn-default-active:hover,
.btn-default-active:focus {
    border: 1px solid #485260;
    background-color: #525d6d;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525d6d), color-stop(100%, #525d6d));
    background: -webkit-linear-gradient(top, #525d6d, #525d6d);
    background: -moz-linear-gradient(top, #525d6d, #525d6d);
    background: -o-linear-gradient(top, #525d6d, #525d6d);
    background: linear-gradient(top, #525d6d, #525d6d);
    color: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}
.btn-toinstlist {
    border: 1px solid #BBB;
    color: #666;
    text-shadow: none;
    vertical-align: middle;
    margin-top: 7px
}
.btn-toinstlist .icon-toinstlist {
    width: 12px;
    height: 12px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: url(images/toinstlist.png) center 1px no-repeat
}
.table-header {
    border: 1px solid #e1e6eb;
    width: 100%;
    z-index: 1;
    margin-bottom: -1px;
    padding: 8px;
    line-height: 32px;
    display: table
}
.table-header + .table {
    margin-top: 0px
}
.table {
    background: #FFF;
    font-size: 12px;
    border-top: 1px solid #e1e6eb;
    margin-top: 8px;
    border: 1px solid #e1e6eb
}
.table thead tr th {
    padding: 8px 8px;
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #e1e6eb;
    background-color: #F5F6FA;
    text-align: center;
}
.table thead tr th a.dropdown-toggle {
    color: #999
}
.table thead tr th .dropdown.open a {
    color: #333
}
.table tbody tr td {
    padding: 12px 8px;
    border-top: 0px;
    border-bottom: 1px solid #e1e6eb;
    vertical-align: middle;
    text-align: center;
}
.table tbody tr td p {
    margin-bottom: 0px
}
.table tfoot tr td {
    padding: 12px 8px;
    border-bottom: 1px solid #e1e6eb;
    vertical-align: middle
}
.table .text-right .dropdown-menu {
    text-align: left;
    left: auto;
    right: 0px
}
.table-hover tbody tr:hover td {
    background-color: #F9F9FA
}
.pagination {
    margin: 0px;
    vertical-align: middle;
    border-radius: 0px
}
.pagination li a,
.pagination li span {
    height: 32px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    border-color: #CCC
}
.pagination li a:hover {
    color: #FFF;
    background-color: #28B5D6;
    border-color: #28B5D6
}
.pagination li span {
    color: #999
}
.pagination li span:hover {
    background: none
}
.pagination li:first-child > a,
.pagination li:first-child > span {
    border-radius: 0px
}
.pagination li:last-child > a,
.pagination li:last-child > span {
    border-radius: 0px
}
.pagination li.active a,
.pagination li.active span {
    background-color: #09C;
    border: 1px solid #09C
}
.pagination li.active a:hover,
.pagination li.active span:hover {
    background-color: #09C;
    border: 1px solid #09C
}
.pagination-info {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0px 16px;
    color: #888
}
.form-group {
    margin-top: 8px;
    margin-bottom: 16px
}
.help-block {
    margin: 4px 0px
}
.form-control {
    height: 36px;
    border-radius: 0px;
    padding: 6px;
    -webkit-transition: none;
    transition: none;
    font-size: 12px
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control[size],
.form-control[cols],
.form-control.autosize {
    width: auto
}
.form-control.inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}
select {
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #090
}
.has-success .form-control,
input.ng-valid.ng-dirty,
textarea.ng-valid.ng-dirty {
    border-color: #090
}
.has-success .form-control:focus,
input.ng-valid.ng-dirty:focus,
textarea.ng-valid.ng-dirty:focus {
    border-color: #2A0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #F90
}
.has-warning .form-control {
    border-color: #F90
}
.has-warning .form-control:focus {
    border-color: #FA0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #E40
}
.has-error .form-control,
input.ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty {
    border-color: #E40
}
.has-error .form-control:focus,
input.ng-invalid.ng-dirty:focus,
textarea.ng-invalid.ng-dirty:focus {
    border-color: #F30;
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #999
}
label.control-label {
    font-weight: normal;
    font-size: 12px;
    color: #666
}
.form-inline .form-group {
    margin: 4px 8px 4px 0px
}
.form-inline .form-control {
    width: auto
}
.form-inline .input-group-btn {
    width: auto
}
.form-inline .input-group-addon {
    border-radius: 0;
    background-color: #F5F6FA;
    border: 1px solid #EAEDF1;
}
.form-control {
    border: 1px solid #ddd;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f9f9f9;
}
select.input-lg,
.input-lg {
    height: 40px
}
select.input-sm,
.input-sm {
    height: 24px
}
.margin-left,
.margin-left-1 {
    margin-left: 8px !important
}
.margin-left-2 {
    margin-left: 16px !important
}
.margin-left-3 {
    margin-left: 24px !important
}
.margin-left-4 {
    margin-left: 32px !important
}
.margin-right,
.margin-right-1 {
    margin-right: 8px !important
}
.margin-right-2 {
    margin-right: 16px !important
}
.margin-right-3 {
    margin-right: 24px !important
}
.margin-right-4 {
    margin-right: 32px !important
}
.margin-top,
.margin-top-1 {
    margin-top: 8px !important
}
.margin-top-2 {
    margin-top: 16px !important
}
.margin-top-3 {
    margin-top: 24px !important
}
.margin-top-4 {
    margin-top: 32px !important
}
.row-padding-1 {
    padding-top: 8px;
    padding-bottom: 8px
}
.row-padding,
.row-padding-2 {
    padding-top: 16px;
    padding-bottom: 16px
}
.row-padding-3 {
    padding-top: 24px;
    padding-bottom: 24px
}
.row-padding-4 {
    padding-top: 32px;
    padding-bottom: 32px
}
.row-margin-1 {
    margin-top: 8px;
    margin-bottom: 8px
}
.row-margin,
.row-margin-2 {
    margin-top: 16px;
    margin-bottom: 16px
}
.row-margin-3 {
    margin-top: 24px;
    margin-bottom: 24px
}
.row-margin-4 {
    margin-top: 32px;
    margin-bottom: 32px
}
.col-padding-1 {
    padding-left: 8px;
    padding-right: 8px
}
.col-padding,
.col-padding-2 {
    padding-left: 16px;
    padding-right: 16px
}
.col-padding-3 {
    padding-left: 24px;
    padding-right: 24px
}
.col-padding-4 {
    padding-left: 32px;
    padding-right: 32px
}
.col-margin-1 {
    margin-left: 8px;
    margin-right: 8px
}
.col-margin,
.col-margin-2 {
    margin-left: 16px;
    margin-right: 16px
}
.col-margin-3 {
    margin-left: 24px;
    margin-right: 24px
}
.col-margin-4 {
    margin-left: 32px;
    margin-right: 32px
}
.btn-pad-1 {
    padding-left: 8px;
    padding-right: 8px
}
.btn-pad-2 {
    padding-left: 16px;
    padding-right: 16px
}
.btn-pad-3 {
    padding-left: 24px;
    padding-right: 24px
}
.btn-pad-4 {
    padding-left: 32px;
    padding-right: 32px
}
.inline-block {
    display: inline-block !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}
.partition {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0px 4px
}
.no-data {
    padding: 24px 0px;
    text-align: center;
    color: #666
}
.modal-body {
    /*max-height:515px;*/
    overflow-y: auto;
}
.modal-content {
    border-radius: 0px;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5)
}
.modal-footer {
    margin-top: 0px
}
.modal-title {
    font-size: 14px
}
.modal-header .close {
    font-size: 28px;
    margin-top: -8px;
    font-weight: normal
}
.modal-backdrop {
    background-color: #FFF
}
.modal-body-content {
    position: relative;
}
.modal-body-content .content-right {
    min-width: 310px;
    /*position:absolute;*/
    height: auto;
    margin-top: 36px;
    /*margin-left:230px;*/
}
.nav > li a {
    border-left: 1px solid #0d6aa9;
    border-right: 1px solid #0d6aa9;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #0d6aa9;
}
.nav .open {
    border-color: #428bca;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #000;
    border: none;
    background-color: #fff;
    border-color: #428bca;
}
.navbar {
    border: 0px;
}
.navbar a {
    color: #fff;
}
.navbar-top .dropdown .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
    border: none;
    z-index: 1;
    font-size: 12px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-top .dropdown .dropdown-menu li {
    border-bottom: 1px solid #eaedf1;
}
.navbar-top .dropdown .dropdown-menu li a {
    line-height: 39px;
    padding-left: 10px;
    border: none;
}
.navbar-brand {
    float: left;
    padding: 10px 38px 10px 18px;
    font-size: 18px;
    line-height: 20px;
    background-color: #0d6fb8;
}
.navbar-brand img {
    height: 40px;
    width: 124px;
}
.navbar-brands {
    float: left;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    background-color: #0d6fb8;
}
.navbar-brands img {
    height: 35px;
    width: 35px;
}
/* 瑙嗗彛瀹氫箟 */
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 13px;
    margin-right: 15px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    border-radius: 0px 0px 0px 0px
}
.nav-tabs {
    border-color: #ddd
}
.nav-tabs > li {
    margin-left: -1px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
    color: #666;
    border-left: 0px;
    border-right: 0px;
    margin-right: 0px;
    padding: 10px 16px;
    background: #FBFAF8;
    border-bottom: 0px
}
.nav-tabs > li.active {
    border-top: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 3
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 2px solid #00a2ca;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFF;
    color: #333
}
.nav-tabs > li > a:hover {
    background-color: #FFF;
    color: #09C
}
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
    color: #000;
    background-color: #FAFAFA;
    border-color: #EEE
}
.nav-tabs.nav-justified > li:first-child {
    border-left: 1px solid #ddd
}
.nav-tabs.nav-justified > li {
    border-top: 1px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1
}
.nav-tabs.nav-justified > li > a {
    border-left: 0px;
    border-right: 0px;
    margin-right: 0px;
    background-color: #fbfaf8;
    border-bottom: 1px solid #ddd
}
.nav-tabs.nav-justified > li > a:hover {
    color: #09C;
    background-color: #FFF
}
.nav-tabs.nav-justified > li.active {
    border-top: 0px;
    z-index: 3
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-top: 2px solid #00a2ca;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFF;
    color: #333;
    background-color: #FFF
}
.nav-pills li a,
.nav-pills li a:focus,
.nav-pills li button,
.nav-pills li button:focus {
    padding: 6px 12px;
    border-radius: 0px;
    border: 1px solid #D9DEE4;
    background-color: #D9DEE4;
    color: #666;
    line-height: 20px;
    height: 32px;
    margin-left: 2px
}
.nav-pills li a:hover,
.nav-pills li a:focus:hover,
.nav-pills li button:hover,
.nav-pills li button:focus:hover {
    border: 1px solid #D9DEE4;
    background-color: #DCE2E7;
    color: #444
}
.nav-pills li.active a,
.nav-pills li.active a:hover,
.nav-pills li.active a:focus,
.nav-pills li.active button,
.nav-pills li.active button:hover,
.nav-pills li.active button:focus {
    border: 1px solid #546478;
    background-color: #546478;
    color: #FFFFFF
}
.modal,
.modal-open {
    overflow: auto;
    overflow-y: auto
}
.loading {
    z-index: 9999999;
    position: absolute;
    width: 60px;
    height: 60px;
    color: #E9EEEE;
}
.growl {
    z-index: 9999999;
    top: 0px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    min-width: 260px
}
.growl-item.ng-enter,
.growl-item.ng-leave {
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
}
.growl-item.ng-enter,
.growl-item.ng-leave.ng-leave-active {
    opacity: 0;
}
.growl-item.ng-leave,
.growl-item.ng-enter.ng-enter-active {
    opacity: 1;
}
.alert-success {
    color: #090;
    background-color: #F2FFEA;
    border-color: #C7DDB9
}
.alert-success .alert-link {
    color: #063;
    font-weight: normal
}
.alert-info {
    color: #555;
    background-color: #F9F9F9;
    border-color: #DDD
}
.alert-info .alert-link {
    color: #06C;
    font-weight: normal
}
.alert-warning {
    color: #f68300;
    background-color: #FCF8E2;
    border-color: #FBECCB
}
.alert-warning .alert-link {
    color: #c50;
    font-weight: normal
}
.alert-danger {
    color: #ee2117;
    background-color: #FFF6F2;
    border-color: #F1ACAC
}
.alert-danger .alert-link {
    color: #b00;
    font-weight: normal
}
.alert {
    padding: 6px 10px;
    line-height: 30px;
    margin-bottom: 6px;
    border-radius: 0px;
}
.alert .close {
    margin-top: 3px
}
.alert ul {
    padding-left: 16px
}
.table-default-viewer {
    width: 100%;
    background-color: #FFF
}
.table-default-viewer td {
    padding: 11px 20px;
    border: 1px solid #eeeeee
}
.table-default-viewer.off {
    display: none
}
.table-viewer-topbar-content {
    padding: 0px;
    margin: 0px;
    margin-right: 8px
}
.table-viewer-header {
    margin-top: 10px;
    margin-bottom: -1px;
    height: 40px;
    background: #F5f6FA;
    line-height: 38px;
    border: 1px solid #e1e6eb;
    position: relative;
    border-left: 4px solid #6d7781
}
.table-viewer-header .table-viewer-topbar-title {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    margin-left: 16px
}
.table-viewer-header .table-viewer-topbar-content {
    margin-right: 60px
}
.table-viewer-header .toggle-drop-down-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    position: absolute;
    width: 40px;
    height: 39px;
    right: 0;
    top: 0;
    border-left: 1px solid #e1e6eb
}
.table-viewer-header .table-viewer-dropdown {
    display: inline-block;
    margin: 10px;
    font-size: 20px
}
/*
   nav-tree.css
   style for the angular-bootstrap-nav-tree
   for both Bootstrap 2 and Bootstrap 3
*/
/* ------------------------------------------
AngularJS Animations...
The first selector is for Angular 1.1.5
The second selector is for Angular 1.2.0
*/
.nav-tree-animate-enter,
li.nav-tree-row.ng-enter {
    transition: 200ms linear all;
    position: relative;
    display: block;
    opacity: 0;
    max-height: 0px;
}
.nav-tree-animate-enter.nav-tree-animate-enter-active,
li.nav-tree-row.ng-enter-active {
    opacity: 1;
    max-height: 30px;
}
.nav-tree-animate-leave,
li.nav-tree-row.ng-leave {
    transition: 200ms linear all;
    position: relative;
    display: block;
    height: 30px;
    max-height: 30px;
    opacity: 1;
}
.nav-tree-animate-leave.nav-tree-animate-leave-active,
li.nav-tree-row.ng-leave-active {
    height: 0px;
    max-height: 0px;
    opacity: 0;
}
/*
------------------------------------------
Angular 1.2.0 Animation
*/
.nav-tree-animate.ng-enter {
}
.nav-tree-animate.ng-enter {
}
/*
   end animation stuff
-----------------------------------------
   begin normal css stuff
*/
ul.nav-tree li.nav-tree-row {
    padding: 0px;
    margin: 0px;
}
ul.nav-tree li.nav-tree-row a {
    padding: 3px 10px;
    background: none;
    border: none;
    margin-left: 0;
}
ul.nav-tree li a {
    line-height: 26px;
}
ul.nav-tree li.active a {
    color: #fff;
    background: #0099cc;
}
ul.nav-tree li.active a:hover {
    color: #fff;
    background: #0099cc;
    border: none;
}
ul.nav-tree i.indented {
    padding: 2px;
}
.nav-tree {
    cursor: pointer;
}
ul.nav.nav-tree .level-1 .indented {
    position: relative;
    left: 0px;
}
ul.nav.nav-tree .level-2 .indented {
    position: relative;
    left: 20px;
}
ul.nav.nav-tree .level-3 .indented {
    position: relative;
    left: 40px;
}
ul.nav.nav-tree .level-4 .indented {
    position: relative;
    left: 60px;
}
ul.nav.nav-tree .level-5 .indented {
    position: relative;
    left: 80px;
}
ul.nav.nav-tree .level-6 .indented {
    position: relative;
    left: 100px;
}
ul.nav.nav-list.nav-tree .level-7 .indented {
    position: relative;
    left: 120px;
}
ul.nav.nav-list.nav-tree .level-8 .indented {
    position: relative;
    left: 140px;
}
ul.nav.nav-list.nav-tree .level-9 .indented {
    position: relative;
    left: 160px;
}
.navtree_btn {
    padding: 0 4.52%;
    border-top: none
}
.navtree_btn:hover {
    border-top: none
}
.navtree_btn:focus {
    border-top: none;
}
.navtree_btn_lg {
    padding: 0 auto;
    width: 115.44px;
    border-top: none;
}
.navtree_btn_lg:hover {
    border-top: none
}
.navtree_btn_lg:focus {
    border-top: none
}
/* 鐧诲綍瀹瑰櫒 */
.login-container {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: auto 10px;
    padding: 10px;
}
.login-container .login-title {
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.8em
}
.login-container .form-group label.control-label {
    text-align: left;
}
/* navbar鏍峰紡 */
.navbar-wyt {
    /*background-color: #0d6aa0;*/
    background-color: #0d6fb8;
    color: #fff;
}
.navbar-wyt .topbar-btn {
    display: inline-block;
    padding: 6px 12px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 59px;
}
.navbar-wyt .topbar-btn-default {
    padding: 0 20px;
    background: #0d6fb8;
}
/* 涓婚〉闈㈠鍣�*/
.viewContainer {
    position: absolute;
    top: 59px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    z-index: 100
}
/* 宸﹁竟鏍�*/
.viewContainer .viewContainer-sidebar {
    width: 180px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #293038;
    z-index: 102;
    overflow-x: hidden
}
.viewContainer .viewContainer-sidebar-mini {
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #293038;
    z-index: 102;
    overflow-x: hidden
}
.viewContainer .viewContainer-sidebar .sidebar-content {
    width: 180px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-content {
    width: 50px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.viewContainer .viewContainer-sidebar .sidebar-fold {
    height: 30px;
    width: 180px;
    background: #394555;
    color: #fff;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-fold-mini {
    height: 30px;
    width: 50px;
    background: #394555;
    color: #fff;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar .sidebar-nav {
    width: 180px;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini {
    width: 50px;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .sidebar-title {
    height: 40px;
    background: #22282e;
    color: #fff;
    line-height: 40px;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .sidebar-title:hover {
    height: 40px;
    background: #414d5c;
    color: #fff;
    line-height: 40px;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .sidebar-title {
    height: 40px;
    background: #22282e;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .sidebar-title:hover {
    height: 40px;
    background: #414d5c;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .active2,
.viewContainer .viewContainer-sidebar .sidebar-nav .active2:hover {
    background: #0099cc;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .sidebar-title .sidebar-title-icon {
    display: inline-block;
    margin: 0 8px 0 20px;
    vertical-align: middle;
    transition: transform 0.12s;
    -o-transition: -o-transform 0.12s;
    -ms-transition: -ms-transform 0.12s;
    -moz-transition: -moz-transform 0.12s;
    -webkit-transition: -webkit-transform 0.12s;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .sidebar-title .sidebar-title-icon-mini {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    vertical-align: middle;
    transition: transform 0.12s;
    -o-transition: -o-transform 0.12s;
    -ms-transition: -ms-transform 0.12s;
    -moz-transition: -moz-transform 0.12s;
    -webkit-transition: -webkit-transform 0.12s;
}
.viewContainer .viewContainer-sidebar .sidebar-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    text-indent: 15px;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .nav-item {
    position: relative;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .nav-item:hover {
    background-color: #414d5c;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .nav-item {
    position: relative;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .nav-item:hover {
    background-color: #414d5c;
}
.viewContainer .viewContainer-sidebar .sidebar-nav li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.viewContainer .viewContainer-sidebar .sidebar-nav li.active a {
    background: #0099cc;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini li.active a {
    background: #0099cc;
}
.viewContainer .viewContainer-sidebar .sidebar-nav li.active a .nav-icon {
    color: #fff;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini li.active a .nav-icon {
    color: #fff;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .nav-icon {
    width: 50px;
    text-align: center;
    float: left;
    color: #aeb9c2;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .nav-icon {
    width: 50px;
    text-align: center;
    float: left;
    color: #aeb9c2;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .nav-title {
    float: left;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 130px;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .nav-title {
    float: left;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 0px;
}
.viewContainer .viewContainer-sidebar .sidebar-trans {
    -o-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -webkit-transition: all 0.12s ease, 0.12s ease;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-trans {
    -o-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -webkit-transition: all 0.12s ease, 0.12s ease;
}
/* 鍙充晶瀹瑰櫒 */
.viewContainer .viewContainer-body {
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: #fff;
}
.viewContainer .viewContainer-main {
    position: absolute;
    width: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding-left: 180px;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.viewContainer .viewContainer-main-max {
    position: absolute;
    width: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 50px;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.viewContainer .view-content {
    min-width: 1171px;
    padding: 18px;
    min-height: 100%;
    background-color: #fff;
}
.viewContainer .view-content .content-header-title {
    min-width: 1150px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-bottom: 1px solid #EAEDF1;
    margin-bottom: 10px;
}
.viewContainer .view-content .content-main {
    width: 100%;
    height: auto;
}
.tree {
    width: 230px;
    position: absolute;
}
.tree .form-inline {
    width: 100%;
}
.tree .form-inline input {
    width: 146px;
}
.tree-container {
    width: 100%;
    margin-top: 6px;
}
.tree-main {
    width: 100%;
    height: 450px;
    border: 1px solid #EAEDF1;
    overflow: auto;
}
.tree-main-modal {
    width: 100%;
    height: 350px;
    border: 1px solid #EAEDF1;
    overflow: auto;
}
.tree .btn-group {
    width: 100%
}
/* orgmanage */
.viewContainer .view-content .content-main .orgmanage .content-right {
    min-width: 900px;
    margin-left: 250px;
}
.viewContainer .view-content .content-main .orgmanage .content-right .grid {
    min-width: 900px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .orgmanage .content-right .grid .gridoptions {
    width: 900px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
/* rolepermission */
.viewContainer .view-content .content-main .rolepermission .tree-second {
    margin-left: 250px
}
/* productmanage */
.viewContainer .view-content .content-main .productmanage .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .productmanage .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.modal-body-content img.flow-img {
    /*width: 100%;*/
    height: auto;
}
/* channelmanage */
.viewContainer .view-content .content-main .channalmanage .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .channalmanage .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.channel_signing .input-group {
    width: 368px !important;
}
/* debittrademanage */
.viewContainer .view-content .content-main .debittrademanage .list-nav {
    min-width: 1150px;
    height: 90px;
    padding: 0px;
    margin-bottom: 10px;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav .li-col {
    width: 10%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li {
    float: left;
    height: 80px;
    display: inline
}
.viewContainer .view-content .content-main .debittrademanage .list-nav ul li:last-child {
    float: right;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li .li-box {
    width: 100%;
    height: 80px;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li .li-box .thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(1) .li-box .thumb {
    background-color: #e51400;
    border-color: #e51400;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(2) .li-box .thumb {
    background-color: #f09609;
    border-color: #f09609
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(3) .li-box .thumb {
    background-color: #FEAE1B;
    border-color: #FEAE1B;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(4) .li-box .thumb {
    background-color: #339933;
    border-color: #339933
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(5) .li-box .thumb {
    background-color: #00aba9;
    border-color: #00aba9;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(6) .li-box .thumb {
    background-color: #1ba1e2;
    border-color: #1ba1e2
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(7) .li-box .thumb {
    background-color: #5859b9;
    border-color: #5859b9;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(8) .li-box .thumb {
    background-color: #1ba1e2;
    border-color: #1ba1e2;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(9) .li-box .thumb {
    background-color: pink;
    border-color: pink;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li .li-box span {
    margin: 0;
    margin-top: 15px;
    line-height: 28px;
}
.viewContainer .view-content .content-main .debittrademanage .grid {
   width: 1650px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .debittrademanage .grid .gridoptions {
    width: 1650px;
    min-height: 379px;
    margin-bottom: 10px;
    float: left;
}
/* ng-grid 鑷畾涔夋牱寮�/
.operatecell {
    width: 100px !important;
}
/* 鏂囦欢涓婁紶 */
.my-drop-zone {
    border: dotted 3px lightgray;
}
.nv-file-over {
    border: dotted 3px red;
}
.file-over-class {
    border: dotted 3px green;
}
.user_modify_content {
    display: flex;
    align-items: flex-start;
}
.user_modify_content .tree {
    position: relative;
    width: auto;
}
.user_modify_content .content-right i {
    color: #FF0000;
    font-weight: bold;
    margin-right: 3px;
}
.modal-open .modal {
    align-items: center;
}
.modal-flex-dialog {
    width: auto;
    max-height: 80%;
    max-width: 95%;
}
.modal-flex-dialog .confirm_highlight {
    color: #FF0000;
    font-weight: bold;
}
/*澧炰俊绠$悊*/
.viewContainer .view-content .content-main .credit_manage .content-right {
    min-width: 900px;
    margin-left: 0px;
}
.viewContainer .view-content .content-main .credit_manage .content-right .grid .gridoptions {
    width: 900px;
    min-height: 420px;
    margin-bottom: 10px;
    float: left;
}
/*蹇樿瀵嗙爜*/
.for-gotPwd .tab_ul {
    margin: 2em 0;
    padding: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.for-gotPwd .tab_li_default {
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
    display: table-cell;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    border-bottom: 0.5em solid #F5F5F5;
}
.for-gotPwd .tab_li_select {
    font-size: 16px;
    border-bottom: 0.5em solid #428BCA;
    text-align: center;
    vertical-align: middle;
    height: 3em;
}
.for-gotPwd .tab_div_default {
    display: none;
}
.for-gotPwd .tab-li-content-default {
    display: inline-block;
    color: white;
}
.for-gotPwd .tab-li-title-default {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: white;
    background: #F5F5F5;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.for-gotPwd .tab_li_title_select {
    background: #428BCA;
}
.for-gotPwd .tab_li_content_select {
    color: #333333;
}
.for-gotPwd .tab_div_select {
    display: block;
}
.for-gotPwd .navbar-brand-fpwd {
    height: auto;
    padding: 10px 38px 10px 18px;
    font-size: 18px;
    line-height: 20px;
    background-color: #0d6fb8;
}
.for-gotPwd .navbar-brand-fpwd img {
    height: 60px;
}
.fix {
    *zoom: 1;
}
.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
/*.ng-isolate-scope{*/
/*margin: 1em 0 0 0;*/
/*}*/
/* debitManage */
.viewContainer .view-content .content-main .debitManage .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .debitManage .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.modal-body-content img.flow-img {
    max-width: 100%;
    width: auto;
}
.ttan_r {
    text-align: right;
}
textarea.form-control {
    height: 5em;
}
/*瀹㈡埛璁よ瘉  custvalidate*/
.viewContainer .view-content .content-main .cust-validate .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .cust-validate .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.cust-validate .choice {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0.5em;
    width: 6em;
    text-align: center;
    cursor: pointer;
}
.cust-validate .select-btn {
    color: white;
    background: #28b5d6;
}
.cust-validate .mg-rh1 {
    margin-right: 4em;
}
.cust-validate .nav-tabs > li.active > .ng-binding, .nav-tabs > li.active > .ng-binding:focus, .nav-tabs > li.active > .ng-binding:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.cust-validate .nav > li > .ng-binding {
    position: relative;
    display: block;
    padding: 10px 15px
}
.cust-validate .nav > li > .ng-binding:focus,
.cust-validate .nav > li > .ng-binding:hover {
    text-decoration: none;
    background-color: #fff;
}
.cust-validate .nav-tabs > li.uib-tab {
    border: none;
}
/*瀹㈡埛妗f customerprofiles*/
.viewContainer .view-content .content-main .customer-profiles .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .customer-profiles .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.customer-profiles .choice {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0.5em;
    width: 6em;
    text-align: center;
    cursor: pointer;
}
.customer-profiles .select-btn {
    color: white;
    background: #28b5d6;
}
.customer-profiles .mg-rh1 {
    margin-right: 4em;
}
.cust-validate .cus-bm, .customer-profiles .cus-bm {
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #333333;
}
.cust-validate .cus-bm .table-1, .customer-profiles .cus-bm .table-1 {
    table-layout: fixed;
    width: 100%;
}
.cust-validate .cus-bm .table-1 td, .customer-profiles .cus-bm .table-1 td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
}
.cust-validate .cus-bm .c1, .customer-profiles .cus-bm .c1 {
    text-align: left;
    margin: 1em 0;
}
.cust-validate .cus-bm .td-1, .customer-profiles .cus-bm .td-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #F5F6FA;
}
.cust-validate .cus-bm .td-2, .customer-profiles .cus-bm .td-2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* debittradeinfo */
.debittradeinfo .table_input .td_title_deb {
    background: #f2f5f7;
    text-align: center;
}
.debittradeinfo .table_input .td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
}
.debittradeinfo .table_input .td_1 {
    border-bottom: #ddd 1px solid !important;
}
.debittradeinfo .table_input .td_head {
    background: #f2f5f7;
    text-align: center;
    border: #ddd 1px solid !important;
}
.debittradeinfo .table_input .td_content {
    text-align: center;
    border: #ddd 1px solid !important;
    border-top: 0 !important;
}
.debittradeinfo .img-style {
    width: 8em;
}
.debittradeinfo .imgstye {
    position: absolute;
    height: 48em;
    width: 86%;
    background-color: #f1f1f1;
}
.debittradeinfo .imgstye img {
    max-width: 100%;
}
.debittradeinfo .imgscroll {
    /* height:48em;
    width: 100% */
    text-align: center;
}
.debittradeinfo .imgleft {
    text-align: center;
    margin-top: 20em;
}
.debittradeinfo .imgright {
    text-align: center;
    margin-top: 20em;
}
.debittradeinfo .colse {
    /* margin-top: -46em; */
}
.debittradeinfo .title {
    padding-top: 2em;
    padding-bottom: 1em;
}
.debitBesttune .ngViewport {
    height: auto !important;
}
.debitBesttune .gridoptions {
    width: 510px;
}
.debitBesttune .grid-left {
    margin-bottom: 1em;
}
.debitBesttune .td-title {
    background: #f2f5f7;
}
.debitBesttune .td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
    font-size: 13px;
}
.debitBesttune .modal-body {
    padding-top: 0;
}
.debitBesttune .ngHeaderScroller, .debitBesttune .ngCanvas {
    text-align: center;
}
.debitBesttune .ngHeaderText {
    border: 1px solid #ddd;
    font-size: 13px;
}
.debitBesttune .ngCell {
    border: 1px solid #ddd;
    font-size: 13px;
    border-top: 0;
}
.debitBesttune .ngHeaderCell {
    background-color: #f2f5f7;
}
.debitBesttune .ngHeaderContainer {
    font-weight: normal !important;
}
.debitBesttune .ngTopPanel {
    background-color: #fff !important;
}
.debitBesttune .content-right {
    margin-top: 0;
}
.seeDebitBesttune .td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
    font-size: 13px;
}
.seeDebitBesttune .td-title {
    background: #f2f5f7;
}
.seeDebitReport .m-title {
    text-align: center;
}
.seeDebitReport .td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
    font-size: 13px;
}
.seeDebitReport .td-title {
    background: #f2f5f7;
}
/*鍥剧墖棰勮鏍峰紡  */
.seeDebitReport .imgstye {
    position: absolute;
    height: 48em;
    width: 86%;
    background-color: #f1f1f1;
}
.seeDebitReport .imgscroll {
    /* height:48em;
    width: 100% */
    text-align: center;
}
.seeDebitReport .imgleft {
    text-align: center;
    margin-top: 20em;
}
.seeDebitReport .imgright {
    text-align: center;
    margin-top: 20em;
}
.seeDebitReport .colse {
    /* margin-top: -46em; */
}
.seeDebitReport .totop {
    margin-top: 1em;
}
.debitScience .tab-title {
    background-color: #f2f5f7;
    text-align: center;
    font-size: 13px;
    padding: .8em;
    border: 1px solid #ddd;
}
.debitScience .chanel {
    margin-right: 1em;
}
.debitScience .imgstyle {
    height: 20px;
}
.debitScience .tab-content {
    text-align: center;
    font-size: 13px;
    padding: .8em;
    border: 1px solid #ddd;
}
.debitScience .uploadimg {
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 426px;
    border: 1px #ccc solid;
}
.debitScience .upfooter {
    position: fixed;
    height: 3em;
    bottom: 0;
    border-top: 1px #f1f1f1 solid;
    padding-top: 1em;
    padding-right: 3em;
}
/*ui.table榛樿鏍峰紡*/
.ui_table {
    width: 100%;
    table-layout: fixed;
}
.ui_table tbody tr {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.ui_table thead tr {
    background-color: #EFEFEF;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.ui_table .ui_thead .ui_th,
.ui_table .ui_tbody .ui_td ,
.ui_table>thead>tr>th{
    text-align: center;
    padding: 0 10px;
}
.ui_table .ui_tbody .ui_td,
.ui_table>tbody>tr>td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.3em 0;
}
.ui_table tbody tr:nth-child(2n) {
    /*background-color: #f3f3f3;*/
}
/*end of ui.table*/
.ui_table_abcd tbody .detail {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../img/ico_detail.png") no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.ui_table_invoices tbody .detail {
    text-decoration: underline;
    cursor: pointer;
}
.modal_invoice_detail .c .ul li {
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #E8E8E8;
    padding-right: 6em;
    margin-right: 2em;
}
.modal_invoice_detail .line_bill .status {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.8em;
    height: 1.75em;
    line-height: 1.75em;
    background-color: #34C0E2;
    padding: 0 0.8em;
    font-size: 16px;
    font-weight: normal;
    margin-left: 1.375em;
    color: #fff;
}
.modal_invoice_detail .mt {
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.modal_invoice_detail .ui_table thead th {
    font-weight: normal;
}
.modal_invoice_detail .ui_table thead th:last-child{
    width: 1%;
}
.modal_invoice_detail .real {
    width: 89px;
    height: 85px;
    background: url(../img/invoice_icon.png) no-repeat;
    background-position: 0 -50px;
    display: inline-block;
    vertical-align: bottom;
}
.modal_invoice_detail .c .icon_money {
    display: inline-block;
    width: 1.21em;
    height: 1.79em;
    vertical-align: middle;
    background: url("../img/icon_money.png") no-repeat;
    background-size: 100% 100%;
}
.modal_invoice_detail .c .ul li div:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    color: #E3746F;
    height: 1.67em;
    line-height: 1.67em;
}
.modal_invoice_detail .ico_bill {
    background: url("../img/ico_bill.png") no-repeat;
    position: absolute;
    left: 0.2em;
    top: 0.4em;
    width: 3.57em;
    height: 3.57em;
    background-size: 100% 99%;
}
.modal_invoice_detail .line_bill {
    padding-left: 4.57em;
    position: relative;
}
.modal_invoice_detail .line_bill .num,
.modal_invoice_detail .line_bill .org {
    height: 2.14em;
    line-height: 2.14em;
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}
.check_pop .main .left .map {
    width: 530px;
    height: 420px;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 2px
}
.check_pop .main .right .unfold {
    text-align: right;
    color: #29A7E1;
    cursor: pointer;
    line-height: 36px;
    padding-right: 10px
}
.check_pop .main .left .realimg, .check_pop .main .left ul li, .check_pop .main .left ul li .date1, .check_pop .main .left ul li .date2, .check_pop .main .left ul li .scan {
    background: url(../img/invoice/invoice_icon.png) no-repeat
}
.check_pop .main .left h3 {
    line-height: 40px;
    font-size: 20px;
    background: url(../img/SF_icon.png) no-repeat 0 -61px;
    padding-left: 44px;
    margin-top: 15px
}
.check_pop .main .left h3 span {
    padding-right: 30px
}
.check_pop .main .left h3 span.invBtn {
    width: 134px;
    height: 32px;
    border-radius: 16px;
    background: #29A7E1;
    text-align: center;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    display: inline-block;
    padding-right: 0
}
.check_pop .main .left .con {
    padding: 15px 0 30px 0px;
}
.check_pop .main .left .con ol > li {
    height: 80px;
    line-height: 106px;
    font-size: 30px;
    position: relative
}
.check_pop .main .left .con ol > li > span {
    font-size: 22px;
}
.check_pop .main .left .con ol > li i {
    background: url(../img/SF_icon.png) no-repeat;
    width: 32px;
    height: 30px;
    display: inline-block
}
.check_pop .main .left .con ol > li i.start {
    background-position: 0 0
}
.check_pop .main .left .con ol > li i.end {
    background-position: 0 -30px
}
.check_pop .main .left .con ol > li.to {
    background: url(../img/toIcon.png) no-repeat right 45px;
    width: 100px
}
.check_pop .main .left .con ol > li p {
    width: 62px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
    margin-left: 12px;
    margin-bottom: 0px;
}
.check_pop .main .left .con ol > li .tip {
    box-shadow: 0 0px 2px #999;
    background: #fff;
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    min-width: 162px;
    top: 0px;
    left: 105px
}
.check_pop .main .left .con ol > li .tip:before {
    content: '';
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-right: 10px solid #D3D3D3;
    position: absolute;
    top: 42px;
    left: -21px
}
.check_pop .main .left .con ol > li .tip:after {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    top: 43px;
    left: -19px
}
.check_pop .main .left .realimg {
    width: 89px;
    height: 85px;
    background-position: 0 -50px
}
.check_pop .main .left ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 0px;
}
.check_pop .main .left ul li {
    background-position: right -263px;
}
.check_pop .main .left ul li:last-child {
    background: none
}
.check_pop .main .left ul li span {
    display: block;
    font-size: 16px
}
.check_pop .main .left ul li .date1 {
    background-position: 0 -147px
}
.check_pop .main .left ul li .date2 {
    background-position: 0 -177px
}
.check_pop .main .left ul li .date1, .check_pop .main .left ul li .date2 {
    padding-left: 20px
}
.check_pop .main .left ul li b {
    font-size: 24px
}
.check_pop .main .left ul li .scan {
    background-position: 0 -199px;
    padding-left: 40px;
    height: 40px;
    display: inline-block;
    color: #29a7e1;
    cursor: pointer
}
.check_pop .main .left td a {
    color: #29a7e1;
    cursor: pointer
}
.check_pop .main .left table {
    width: 100%;
    line-height: 40px;
}
.check_pop .main .left table th {
    background: #29A7E1;
    color: #fff;
    text-align: center
}
.check_pop .main .left table th:first-child {
    border-top-left-radius: 12px;
}
.check_pop .main .left table th:last-child {
    border-top-right-radius: 12px;
}
.check_pop .main .left table td {
    text-align: center
}
.check_pop .main .left tbody tr:nth-child(2n) {
    background: #e1e4e9
}
.check_pop .main .left tbody tr:nth-child(2n+1) {
    background: #F5F5F5
}
.check_pop .main .left table caption {
    font-size: 24px
}
/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.easyzoom img {
    vertical-align: bottom;
}
.easyzoom.is-loading img {
    cursor: progress;
}
.easyzoom.is-ready img {
    cursor: crosshair;
}
.easyzoom.is-error img {
    cursor: not-allowed;
}
.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
/*浜у搧鎺ㄩ�*/
.view_product_push h5 {
    font-weight: normal;
}
.view_product_push .push_detail .tbl td {
    line-height: 30px;
    border: 1px solid #ddd;
    text-align: center;
}
.view_product_push .push_detail .tbl .c_n {
    width: 150px;
    background-color: #f2f5f7;
}
.view_product_push .push_detail .tbl .c_v {
    width: 200px;
}
/*.user_modify_content .content-right input::-webkit-input-placeholder*/
/*{*/
  /*color:#DD5479 !important;*/
/*}*/
/*.user_modify_content .content-right input:-moz-placeholder*/
/*{*/
    /*color:#DD5479 !important;*/
/*}*/
/*.user_modify_content .content-right input::-moz-placeholder*/
/*{*/
    /*color:#DD5479 !important;*/
/*}*/
/*.user_modify_content .content-right input:-ms-input-placeholder*/
/*{*/
    /*color:#DD5479 !important;*/
/*}*/
.user_modify_content .content-right .form-group
{
    display: flex;
    align-items: center;
}
.user_modify_content .content-right .form-group input[type=text],
.user_modify_content .content-right .form-group input[type=email]
{
    width: 200px;
}
.user_modify_content .content-right .form-group  .control-label
{
    width: 150px;
}
.user_modify_content .content-right .form-group .col-sm-8{
    width: auto;
}
/*瀹㈡埛妗f鍥剧墖涓婁紶鏍峰紡*/
.cust_photo_container ul{
    list-style: none;display: flex;padding-left: 0px;
}
.cust_photo_container ul li{
    margin:10px 20px 0 0;position: relative;border: 1px solid;
}
.cust_photo_container ul li span{
    position: absolute;right: -10px;top: -10px;cursor: pointer;width: 20px;height: 20px;border-radius: 10px;border: 1px solid;background-color: #fff;display: flex; justify-content: center;align-items: center;
}
.multiselect-container {
    display: none;
}
.tableColor{
	background-color: #bfbfbf;
	color:white;
}
.textColor{
	font-size:16px;
	color:#fff;
}
.managerReport-btn{
	display: inline-block;
    border: 1px solid #ccc;
    background:#fff;
    color:#000;
    padding: 1em;
    width: 10em;
    text-align: center;
    cursor: pointer;
}
.buttonBj-btn{
	background:#28b5d6;
	color:#fff;
}
.ui_table_car .ui_thead tr :nth-child(2){
	width:200px;
}
.ui_table_busitable .ui_thead tr :nth-child(4){
	width:130px;
}
.ui_table_busitable .ui_thead tr :nth-child(5){
	width:130px;
}
.ui_table_busitable .ui_thead tr :nth-child(6){
	width:130px;
}
.ui_table_busitable .ui_thead tr :nth-child(7){
	width:130px;
}
.ui_table_corebusitable .ui_thead tr :nth-child(6){
	width:130px;
}
.ui_table_corebusitable .ui_thead tr :nth-child(7){
	width:130px;
}
.ui_table_corebusitable .ui_thead tr :nth-child(8){
	width:130px;
}
.ui_table_corebusitable .ui_thead tr :nth-child(9){
	width:130px;
}
.ui_table_credittable .ui_thead tr :nth-child(6){
	width:130px;
}
.ui_table_credittable  .ui_thead th:nth-child(3){
	width:130px;
}
.ui_table_credittable  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_pooltable  .ui_thead th:nth-child(6){
	width:130px;
}
.ui_table_refundtable  .ui_thead th:nth-child(3){
	width:100px;
}
.ui_table_refundtable  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_refundtable  .ui_thead th:nth-child(6){
	width:100px;
}
.ui_table_refundtable  .ui_tbody td:nth-child(6){
	text-align:right;
}
.ui_table_pledgetable  .ui_thead th:nth-child(3){
	width:100px;
}
.ui_table_pledgetable  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_pledgetable  .ui_thead th:nth-child(6){
	width:130px;
}
.ui_table_pledgetable  .ui_tbody td:nth-child(6){
	text-align:right;
}
.ui_table_pledgetable  .ui_thead th:nth-child(7){
	width:130px;
}
.ui_table_pledgetable  .ui_tbody td:nth-child(7){
	text-align:right;
}
.ui_table_pooltable  .ui_thead th:nth-child(3){
	width:130px;
}
.ui_table_pooltable  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_pooltable  .ui_thead th:nth-child(6){
	width:130px;
}
.ui_table_pooltable  .ui_tbody td:nth-child(6){
	text-align:right;
}
.ui_table_summary  .ui_thead th:nth-child(3){
	width:130px;
}
.ui_table_summary  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_invoicetable  .ui_thead th:nth-child(6){
	width:130px;
}
.ui_table_invoicetable .ui_tbody td:nth-child(6){
	text-align:right;
}
.ui_table_loanListTable  .ui_thead th:nth-child(2){
	width:115px;
}
.ui_table_loanListTable .ui_tbody td:nth-child(2){
	text-align:right;
}
.ui_table_loanListTable  .ui_thead th:nth-child(3){
	width:100px;
}
.ui_table_loanListTable  .ui_thead th:nth-child(4){
	width:115px;
}
.ui_table_loanListTable .ui_tbody td:nth-child(4){
	text-align:right;
}
.ui_table_loanListTable  .ui_thead th:nth-child(5){
	width:90px;
}
.trade_detail_ctrl ul{
    list-style: none;
    padding: 0;
}
.trade_detail_ctrl  .ul_amount{
    display: flex;
    justify-content: space-between;
}
.trade_detail_ctrl  .ul_amount li{
    width: 210px;
    box-shadow:5px 5px 5px #888888;
    color: #fff;
    background-color: rgba(54, 169, 206, 1);
    text-align: center;
    padding: 5px 0;
}
.trade_detail_ctrl  .ul_amount li div:first-child{
    height: 20px;
    line-height: 20px;
}
.trade_detail_ctrl  .ul_amount li div:last-child{
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}
.u3083_div {
    width: 77px;
    height: 28px;
    line-height:28px;
    margin:0 10px;
    background: inherit;
    background-color: rgba(255, 223, 37, 1);
    border: none;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    font-family: '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    float:left;
}
.input-group-addon-new{float:left;width:25%;height:35px;line-height:35px;}
.input-group-addon-newadd{float:left;width:18%;height:35px;line-height:35px;}
.cailiao_add{float:left;height:28px;line-height:28px;}
.cailiao_add span{color:#0000FF;font-weight:700;margin:0 10px;font-size:16px;}
.cailiao_time{color:#0000FF;font-weight:400;float:right;height:28px;line-height:28px;margin-right:5px;}
.cailiao_msg{margin:5px 0 0 110px;}
.cailiao_content{margin:5px 0 0 110px;width:490px;height:120px;}
.cailiao_file{margin:5px 0 0 110px;width:490px;height:35px;}
.cailiao_file a{padding:5px;cursor:pointer;height:auto;line-height:12px;}
.cailiao_msg span{color:#008000;font-weight:700;margin:0 10px;font-size:16px;}
.cailiao_btn{float:right;  margin-left:20px;}
.cailiao_btn button{border-radius:5px;background:rgba(22, 155, 213, 1);padding:3px;color:#fff;border:1px solid #fff;margin:5px;}
#u402 {
    position: relative;
    margin-left:20px;
    margin-top:-35px;
    width: 20px;
    height: 19px;
    color: #FFFFFF;
}
.ax_default {
    font-family: 'FontAwesome', 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;
}
#u402_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 19px;
}
#u403 {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 16px;
    word-wrap: break-word;
}
.addCss {
    border:1px solid #333333;
    font-weight:800
}
.oneColor{
    padding:5px;
    color:#e51400;
}
.twoColor{
    padding:5px;
    color:#f09609;
}
.threeColor{
    padding:5px;
    color:#FEAE1B;
}
.fourColor{
    padding:5px;
    color:#339933;
}
.fiveColor{
    padding:5px;
    color:#00aba9;
}
.sixColor{
    padding:5px;
    color:#1ba1e2;
}
.sevenColor{
    padding:5px;
    color:#5859b9;
}
.btn-border{
    width: auto;
    height: 38px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    background: inherit;
    background-color: rgba(0, 128, 0, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.backgroudPic:hover{
    width:127px;
    height:36px;
    font-weight: 700;
    /*background-image: url(../img/u7319.png);*/
    -moz-box-shadow: 0 0 10px 3px #15d6ba;
    box-shadow: 0 0 10px 3px #15d6ba;
}
.oneStatus{
    color:#FF0000;
}
.twoStatus{
    color: #008000;
}
.threeStatus{
    color: #0000FF;
}
.fourStatus{
    color: #008000;
}
.bjStatusOne{
    background:#00CC00;
    color:#fff;
}
.bjStatusTwo{
    background:#FF0000;
    color:#fff;
}
.bjStatusThree{
    background:yellow;
    color:#fff;
}
 .ui_table_accountTable .ui_thead th:nth-child(5) {
     width:180px;
 }
 .ui_table_accountTable .ui_thead th:nth-child(4){
   width:80px;
}
.ui_table_accountTable .ui_thead th:nth-last-child(2){
    width:140px;
}
.ui_table_accountTable .ui_thead th:nth-last-child(4){
    width:100px;
}
.ui_table_accountTable .ui_thead th:nth-last-child(3){
    width:70px;
}
.ui_table_accountTable .ui_thead th:nth-last-child(1){
    width:0;
}
.ui_table_rodgerseg>.ui_thead>tr>th:nth-child(6)
{
    width:22.5% ;
}
.ui_table_rodgerseg>.ui_tbody>tr>td:nth-child(6) a{
    margin-right: 1em;
}
.ui_table_rodgerspg>.ui_thead>tr>th:nth-child(8)
{
    width:22.5% ;
}
.ui_table_rodgerspg>.ui_tbody>tr>td:nth-child(8) a{
    margin-right: 1em;
}
.ui_table_companyTable .ui_thead th:nth-child(6){
    width: 300px;
}
.adddclass{border:1px red solid !important;}
.trust-excel .excel-table input.ng-invalid.ng-dirty,
.trust-excel .excel-table textarea.ng-invalid.ng-dirty{
    border:1px solid  #E40;
}
/*ui.list*/
.ui_list{
  list-style: none;
  display: table;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  margin:10px 0;
}
.ui_list>li{
  display: table-row;
}
.ui_list>li .ui_td{
  display: table-cell;
}
.ui_list .ui_list_row:hover{
  background-color: #F5F6FA;
}
.ui_list .ui_list_head {
  background-color: #EFEFEF;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.ui_list  .ui_list_row{
  border-top: 1px solid #cccccc;
}
.ui_list .ui_list_row .ui_td{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.3em 0;
  line-height: 30px;
  text-align: center;
} | 
	assets/css/style.css | 
	
html {
    overflow: hidden;
}
body {
    font-size: 12px
}
ul ,li{
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei"
}
a {
    color: #06C;
    cursor: pointer
}
a:hover {
    color: #039
}
label {
    font-size: 100%
}
.nowrap {
    white-space: nowrap
}
.breakall {
    word-break: break-all;
    word-wrap: break-word
}
input::-ms-clear {
    display: none
}
input[type="radio"],
input[type="checkbox"] {
    margin-top: 2px;
    margin-top: 1px \9
}
.dropdown-menu {
    font-size: 12px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2)
}
.dropdown-menu li a {
    padding: 7px 16px
}
.dropdown-menu .divider {
    margin: 0px 0px
}
.console-chart {
    width: 100%
}
.tooltip {
    word-break: break-all
}
.popover .popover-inner {
    padding: 8px
}
.popover .popover-inner .popover-content {
    padding: 0px
}
.text-muted {
    color: #999 !important
}
.text-muted:hover {
    color: #999 !important
}
.text-info {
    color: #69C !important
}
.text-info:hover {
    color: #69C !important
}
.text-primary {
    color: #09C !important
}
.text-primary:hover {
    color: #09C !important
}
.text-success {
    color: #090 !important
}
.text-success:hover {
    color: #090 !important
}
.text-warning {
    color: #F90 !important
}
.text-warning:hover {
    color: #F90 !important
}
.text-danger {
    color: #F00 !important
}
.text-danger:hover {
    color: #F00 !important
}
.text-explode {
    color: #CCC !important;
    font-weight: normal !important;
    margin: 0px 4px !important
}
span.label {
    font-weight: normal
}
.text-size-14 {
    font-size: 14px !important
}
.text-size-16 {
    font-size: 16px !important
}
.text-size-24 {
    font-size: 24px !important
}
.text-size-32 {
    font-size: 32px !important
}
.text-size-48 {
    font-size: 48px !important
}
.text-size-64 {
    font-size: 64px !important
}
.btn {
    font-size: 12px;
    border-radius: 0px;
    padding: 8px 17px;
    height: 36px;
    line-height: 14px
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}
.btn-default {
    color: #333;
    border: 1px solid #EAEDF1;
    background-color: #F5F6FA
}
.btn-default:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-default:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}
.btn-default:hover {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff
}
.btn-primary {
    color: #fff;
    border: 1px solid #09c;
    background-color: #09c
}
.btn-primary:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-primary:focus {
    color: #fff;
    border: 1px solid #09c;
    background-color: #09c;
    outline: none
}
.btn-primary:hover {
    color: #fff;
    border: 1px solid #28b5d6;
    background-color: #28b5d6
}
.btn-success {
    color: #fff;
    border: 1px solid #57a235;
    background-color: #4db118
}
.btn-success:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-success:focus {
    color: #fff;
    border: 1px solid #57a235;
    background-color: #4db118;
    outline: none
}
.btn-success:hover {
    color: #fff;
    border: 1px solid #57bc20;
    background-color: #57bc20
}
.btn-warning {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.btn-warning:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-warning:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}
.btn-warning:hover {
    color: #fff;
    border: 1px solid #ffa200;
    background-color: #ffa200
}
.btn-danger {
    color: #333;
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.btn-danger:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn-danger:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}
.btn-danger:hover {
    color: #fff;
    border: 1px solid #f25721;
    background-color: #f25721
}
.btn-link {
    color: #06C;
    text-shadow: none;
    border: none
}
.btn-link:hover {
    color: #039;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
    outline: none;
}
.btn-full {
    width: 100%;
}
.btn-lg {
    font-size: 14px;
    padding: 12px 20px;
    height: 40px;
    line-height: 16px
}
.btn-sm {
    font-size: 12px;
    padding: 4px 12px;
    height: 24px;
    line-height: 14px
}
.btn-xs {
    font-size: 12px;
    padding: 2px 8px;
    height: 20px;
    line-height: 14px
}
.btn.disabled,
.btn[disabled] {
    text-shadow: none;
    filter: none;
    opacity: 1;
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.btn.disabled:active,
.btn[disabled]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn.disabled:focus,
.btn[disabled]:focus {
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}
.btn.disabled:hover,
.btn[disabled]:hover {
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
    border: none;
    background: transparent none
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
    color: #EEE;
    text-shadow: none;
    filter: none;
    opacity: 1;
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc
}
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc;
    outline: none
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc
}
.btn-default-active,
.btn-default-active:hover,
.btn-default-active:focus {
    border: 1px solid #485260;
    background-color: #525d6d;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525d6d), color-stop(100%, #525d6d));
    background: -webkit-linear-gradient(top, #525d6d, #525d6d);
    background: -moz-linear-gradient(top, #525d6d, #525d6d);
    background: -o-linear-gradient(top, #525d6d, #525d6d);
    background: linear-gradient(top, #525d6d, #525d6d);
    color: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}
.btn-toinstlist {
    border: 1px solid #BBB;
    color: #666;
    text-shadow: none;
    vertical-align: middle;
    margin-top: 7px
}
.btn-toinstlist .icon-toinstlist {
    width: 12px;
    height: 12px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: url(images/toinstlist.png) center 1px no-repeat
}
.table-header {
    border: 1px solid #e1e6eb;
    width: 100%;
    z-index: 1;
    margin-bottom: -1px;
    padding: 8px;
    line-height: 32px;
    display: table
}
.table-header + .table {
    margin-top: 0px
}
.table {
    background: #FFF;
    font-size: 12px;
    border-top: 1px solid #e1e6eb;
    margin-top: 8px;
    border: 1px solid #e1e6eb
}
.table thead tr th {
    padding: 8px 8px;
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #e1e6eb;
    background-color: #F5F6FA;
    text-align: center;
}
.table thead tr th a.dropdown-toggle {
    color: #999
}
.table thead tr th .dropdown.open a {
    color: #333
}
.table tbody tr td {
    padding: 12px 8px;
    border-top: 0px;
    border-bottom: 1px solid #e1e6eb;
    vertical-align: middle;
    text-align: center;
}
.table tbody tr td p {
    margin-bottom: 0px
}
.table tfoot tr td {
    padding: 12px 8px;
    border-bottom: 1px solid #e1e6eb;
    vertical-align: middle
}
.table .text-right .dropdown-menu {
    text-align: left;
    left: auto;
    right: 0px
}
.table-hover tbody tr:hover td {
    background-color: #F9F9FA
}
.pagination {
    margin: 0px;
    vertical-align: middle;
    border-radius: 0px
}
.pagination li a,
.pagination li span {
    height: 32px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    border-color: #CCC
}
.pagination li a:hover {
    color: #FFF;
    background-color: #28B5D6;
    border-color: #28B5D6
}
.pagination li span {
    color: #999
}
.pagination li span:hover {
    background: none
}
.pagination li:first-child > a,
.pagination li:first-child > span {
    border-radius: 0px
}
.pagination li:last-child > a,
.pagination li:last-child > span {
    border-radius: 0px
}
.pagination li.active a,
.pagination li.active span {
    background-color: #09C;
    border: 1px solid #09C
}
.pagination li.active a:hover,
.pagination li.active span:hover {
    background-color: #09C;
    border: 1px solid #09C
}
.pagination-info {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0px 16px;
    color: #888
}
.form-group {
    margin-top: 8px;
    margin-bottom: 16px
}
.help-block {
    margin: 4px 0px
}
.form-control {
    height: 36px;
    border-radius: 0px;
    padding: 6px;
    -webkit-transition: none;
    transition: none;
    font-size: 12px
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control[size],
.form-control[cols],
.form-control.autosize {
    width: auto
}
.form-control.inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}
select {
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #090
}
.has-success .form-control,
input.ng-valid.ng-dirty,
textarea.ng-valid.ng-dirty {
    border-color: #090
}
.has-success .form-control:focus,
input.ng-valid.ng-dirty:focus,
textarea.ng-valid.ng-dirty:focus {
    border-color: #2A0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #F90
}
.has-warning .form-control {
    border-color: #F90
}
.has-warning .form-control:focus {
    border-color: #FA0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #E40
}
.has-error .form-control,
input.ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty {
    border-color: #E40
}
.has-error .form-control:focus,
input.ng-invalid.ng-dirty:focus,
textarea.ng-invalid.ng-dirty:focus {
    border-color: #F30;
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #999
}
label.control-label {
    font-weight: normal;
    font-size: 12px;
    color: #666
}
.form-inline .form-group {
    margin: 4px 8px 4px 0px
}
.form-inline .form-control {
    width: auto
}
.form-inline .input-group-btn {
    width: auto
}
.form-inline .input-group-addon {
    border-radius: 0;
    background-color: #F5F6FA;
    border: 1px solid #EAEDF1;
}
.form-control {
    border: 1px solid #ddd;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f9f9f9;
}
select.input-lg,
.input-lg {
    height: 40px
}
select.input-sm,
.input-sm {
    height: 24px
}
.margin-left,
.margin-left-1 {
    margin-left: 8px !important
}
.margin-left-2 {
    margin-left: 16px !important
}
.margin-left-3 {
    margin-left: 24px !important
}
.margin-left-4 {
    margin-left: 32px !important
}
.margin-right,
.margin-right-1 {
    margin-right: 8px !important
}
.margin-right-2 {
    margin-right: 16px !important
}
.margin-right-3 {
    margin-right: 24px !important
}
.margin-right-4 {
    margin-right: 32px !important
}
.margin-top,
.margin-top-1 {
    margin-top: 8px !important
}
.margin-top-2 {
    margin-top: 16px !important
}
.margin-top-3 {
    margin-top: 24px !important
}
.margin-top-4 {
    margin-top: 32px !important
}
.row-padding-1 {
    padding-top: 8px;
    padding-bottom: 8px
}
.row-padding,
.row-padding-2 {
    padding-top: 16px;
    padding-bottom: 16px
}
.row-padding-3 {
    padding-top: 24px;
    padding-bottom: 24px
}
.row-padding-4 {
    padding-top: 32px;
    padding-bottom: 32px
}
.row-margin-1 {
    margin-top: 8px;
    margin-bottom: 8px
}
.row-margin,
.row-margin-2 {
    margin-top: 16px;
    margin-bottom: 16px
}
.row-margin-3 {
    margin-top: 24px;
    margin-bottom: 24px
}
.row-margin-4 {
    margin-top: 32px;
    margin-bottom: 32px
}
.col-padding-1 {
    padding-left: 8px;
    padding-right: 8px
}
.col-padding,
.col-padding-2 {
    padding-left: 16px;
    padding-right: 16px
}
.col-padding-3 {
    padding-left: 24px;
    padding-right: 24px
}
.col-padding-4 {
    padding-left: 32px;
    padding-right: 32px
}
.col-margin-1 {
    margin-left: 8px;
    margin-right: 8px
}
.col-margin,
.col-margin-2 {
    margin-left: 16px;
    margin-right: 16px
}
.col-margin-3 {
    margin-left: 24px;
    margin-right: 24px
}
.col-margin-4 {
    margin-left: 32px;
    margin-right: 32px
}
.btn-pad-1 {
    padding-left: 8px;
    padding-right: 8px
}
.btn-pad-2 {
    padding-left: 16px;
    padding-right: 16px
}
.btn-pad-3 {
    padding-left: 24px;
    padding-right: 24px
}
.btn-pad-4 {
    padding-left: 32px;
    padding-right: 32px
}
.inline-block {
    display: inline-block !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}
.partition {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0px 4px
}
.no-data {
    padding: 24px 0px;
    text-align: center;
    color: #666
}
.modal-body {
    /*max-height:515px;*/
    overflow-y: auto;
}
.modal-content {
    border-radius: 0px;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5)
}
.modal-footer {
    margin-top: 0px
}
.modal-title {
    font-size: 14px
}
.modal-header .close {
    font-size: 28px;
    margin-top: -8px;
    font-weight: normal
}
.modal-backdrop {
    background-color: #FFF
}
.modal-body-content {
    position: relative;
}
.modal-body-content .content-right {
    min-width: 310px;
    /*position:absolute;*/
    height: auto;
    margin-top: 36px;
    /*margin-left:230px;*/
}
.nav > li a {
    border-left: 1px solid #0d6aa9;
    border-right: 1px solid #0d6aa9;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #0d6aa9;
}
.nav .open {
    border-color: #428bca;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #000;
    border: none;
    background-color: #fff;
    border-color: #428bca;
}
.navbar {
    border: 0px;
}
.navbar a {
    color: #fff;
}
.navbar-top .dropdown .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
    border: none;
    z-index: 1;
    font-size: 12px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-top .dropdown .dropdown-menu li {
    border-bottom: 1px solid #eaedf1;
}
.navbar-top .dropdown .dropdown-menu li a {
    line-height: 39px;
    padding-left: 10px;
    border: none;
}
.navbar-brand {
    float: left;
    padding: 10px 38px 10px 18px;
    font-size: 18px;
    line-height: 20px;
    background-color: #0d6fb8;
}
.navbar-brand img {
    height: 40px;
    width: 124px;
}
.navbar-brands {
    float: left;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    background-color: #0d6fb8;
}
.navbar-brands img {
    height: 35px;
    width: 35px;
}
/* 瑙嗗彛瀹氫箟 */
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 13px;
    margin-right: 15px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    border-radius: 0px 0px 0px 0px
}
.nav-tabs {
    border-color: #ddd
}
.nav-tabs > li {
    margin-left: -1px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
    color: #666;
    border-left: 0px;
    border-right: 0px;
    margin-right: 0px;
    padding: 10px 16px;
    background: #FBFAF8;
    border-bottom: 0px
}
.nav-tabs > li.active {
    border-top: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 3
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 2px solid #00a2ca;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFF;
    color: #333
}
.nav-tabs > li > a:hover {
    background-color: #FFF;
    color: #09C
}
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
    color: #000;
    background-color: #FAFAFA;
    border-color: #EEE
}
.nav-tabs.nav-justified > li:first-child {
    border-left: 1px solid #ddd
}
.nav-tabs.nav-justified > li {
    border-top: 1px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1
}
.nav-tabs.nav-justified > li > a {
    border-left: 0px;
    border-right: 0px;
    margin-right: 0px;
    background-color: #fbfaf8;
    border-bottom: 1px solid #ddd
}
.nav-tabs.nav-justified > li > a:hover {
    color: #09C;
    background-color: #FFF
}
.nav-tabs.nav-justified > li.active {
    border-top: 0px;
    z-index: 3
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-top: 2px solid #00a2ca;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFF;
    color: #333;
    background-color: #FFF
}
.nav-pills li a,
.nav-pills li a:focus,
.nav-pills li button,
.nav-pills li button:focus {
    padding: 6px 12px;
    border-radius: 0px;
    border: 1px solid #D9DEE4;
    background-color: #D9DEE4;
    color: #666;
    line-height: 20px;
    height: 32px;
    margin-left: 2px
}
.nav-pills li a:hover,
.nav-pills li a:focus:hover,
.nav-pills li button:hover,
.nav-pills li button:focus:hover {
    border: 1px solid #D9DEE4;
    background-color: #DCE2E7;
    color: #444
}
.nav-pills li.active a,
.nav-pills li.active a:hover,
.nav-pills li.active a:focus,
.nav-pills li.active button,
.nav-pills li.active button:hover,
.nav-pills li.active button:focus {
    border: 1px solid #546478;
    background-color: #546478;
    color: #FFFFFF
}
.modal,
.modal-open {
    overflow: auto;
    overflow-y: auto
}
.loading {
    z-index: 9999999;
    position: absolute;
    width: 60px;
    height: 60px;
    color: #E9EEEE;
}
.growl {
    z-index: 9999999;
    top: 0px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    min-width: 260px
}
.growl-item.ng-enter,
.growl-item.ng-leave {
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
}
.growl-item.ng-enter,
.growl-item.ng-leave.ng-leave-active {
    opacity: 0;
}
.growl-item.ng-leave,
.growl-item.ng-enter.ng-enter-active {
    opacity: 1;
}
.alert-success {
    color: #090;
    background-color: #F2FFEA;
    border-color: #C7DDB9
}
.alert-success .alert-link {
    color: #063;
    font-weight: normal
}
.alert-info {
    color: #555;
    background-color: #F9F9F9;
    border-color: #DDD
}
.alert-info .alert-link {
    color: #06C;
    font-weight: normal
}
.alert-warning {
    color: #f68300;
    background-color: #FCF8E2;
    border-color: #FBECCB
}
.alert-warning .alert-link {
    color: #c50;
    font-weight: normal
}
.alert-danger {
    color: #ee2117;
    background-color: #FFF6F2;
    border-color: #F1ACAC
}
.alert-danger .alert-link {
    color: #b00;
    font-weight: normal
}
.alert {
    padding: 6px 10px;
    line-height: 30px;
    margin-bottom: 6px;
    border-radius: 0px;
}
.alert .close {
    margin-top: 3px
}
.alert ul {
    padding-left: 16px
}
.table-default-viewer {
    width: 100%;
    background-color: #FFF
}
.table-default-viewer td {
    padding: 11px 20px;
    border: 1px solid #eeeeee
}
.table-default-viewer.off {
    display: none
}
.table-viewer-topbar-content {
    padding: 0px;
    margin: 0px;
    margin-right: 8px
}
.table-viewer-header {
    margin-top: 10px;
    margin-bottom: -1px;
    height: 40px;
    background: #F5f6FA;
    line-height: 38px;
    border: 1px solid #e1e6eb;
    position: relative;
    border-left: 4px solid #6d7781
}
.table-viewer-header .table-viewer-topbar-title {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    margin-left: 16px
}
.table-viewer-header .table-viewer-topbar-content {
    margin-right: 60px
}
.table-viewer-header .toggle-drop-down-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    position: absolute;
    width: 40px;
    height: 39px;
    right: 0;
    top: 0;
    border-left: 1px solid #e1e6eb
}
.table-viewer-header .table-viewer-dropdown {
    display: inline-block;
    margin: 10px;
    font-size: 20px
}
/*
   nav-tree.css
   style for the angular-bootstrap-nav-tree
   for both Bootstrap 2 and Bootstrap 3
*/
/* ------------------------------------------
AngularJS Animations...
The first selector is for Angular 1.1.5
The second selector is for Angular 1.2.0
*/
.nav-tree-animate-enter,
li.nav-tree-row.ng-enter {
    transition: 200ms linear all;
    position: relative;
    display: block;
    opacity: 0;
    max-height: 0px;
}
.nav-tree-animate-enter.nav-tree-animate-enter-active,
li.nav-tree-row.ng-enter-active {
    opacity: 1;
    max-height: 30px;
}
.nav-tree-animate-leave,
li.nav-tree-row.ng-leave {
    transition: 200ms linear all;
    position: relative;
    display: block;
    height: 30px;
    max-height: 30px;
    opacity: 1;
}
.nav-tree-animate-leave.nav-tree-animate-leave-active,
li.nav-tree-row.ng-leave-active {
    height: 0px;
    max-height: 0px;
    opacity: 0;
}
/*
------------------------------------------
Angular 1.2.0 Animation
*/
.nav-tree-animate.ng-enter {
}
.nav-tree-animate.ng-enter {
}
/*
   end animation stuff
-----------------------------------------
   begin normal css stuff
*/
ul.nav-tree li.nav-tree-row {
    padding: 0px;
    margin: 0px;
}
ul.nav-tree li.nav-tree-row a {
    padding: 3px 10px;
    background: none;
    border: none;
    margin-left: 0;
}
ul.nav-tree li a {
    line-height: 26px;
}
ul.nav-tree li.active a {
    color: #fff;
    background: #0099cc;
}
ul.nav-tree li.active a:hover {
    color: #fff;
    background: #0099cc;
    border: none;
}
ul.nav-tree i.indented {
    padding: 2px;
}
.nav-tree {
    cursor: pointer;
}
ul.nav.nav-tree .level-1 .indented {
    position: relative;
    left: 0px;
}
ul.nav.nav-tree .level-2 .indented {
    position: relative;
    left: 20px;
}
ul.nav.nav-tree .level-3 .indented {
    position: relative;
    left: 40px;
}
ul.nav.nav-tree .level-4 .indented {
    position: relative;
    left: 60px;
}
ul.nav.nav-tree .level-5 .indented {
    position: relative;
    left: 80px;
}
ul.nav.nav-tree .level-6 .indented {
    position: relative;
    left: 100px;
}
ul.nav.nav-list.nav-tree .level-7 .indented {
    position: relative;
    left: 120px;
}
ul.nav.nav-list.nav-tree .level-8 .indented {
    position: relative;
    left: 140px;
}
ul.nav.nav-list.nav-tree .level-9 .indented {
    position: relative;
    left: 160px;
}
.navtree_btn {
    padding: 0 4.52%;
    border-top: none
}
.navtree_btn:hover {
    border-top: none
}
.navtree_btn:focus {
    border-top: none;
}
.navtree_btn_lg {
    padding: 0 auto;
    width: 115.44px;
    border-top: none;
}
.navtree_btn_lg:hover {
    border-top: none
}
.navtree_btn_lg:focus {
    border-top: none
}
/* 鐧诲綍瀹瑰櫒 */
.login-container {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: auto 10px;
    padding: 10px;
}
.login-container .login-title {
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.8em
}
.login-container .form-group label.control-label {
    text-align: left;
}
/* navbar鏍峰紡 */
.navbar-wyt {
    /*background-color: #0d6aa0;*/
    background-color: #0d6fb8;
    color: #fff;
}
.navbar-wyt .topbar-btn {
    display: inline-block;
    padding: 6px 12px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 59px;
}
.navbar-wyt .topbar-btn-default {
    padding: 0 20px;
    background: #0d6fb8;
}
/* 涓婚〉闈㈠鍣�*/
.viewContainer {
    position: absolute;
    top: 59px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    z-index: 100
}
/* 宸﹁竟鏍�*/
.viewContainer .viewContainer-sidebar {
    width: 180px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #293038;
    z-index: 102;
    overflow-x: hidden
}
.viewContainer .viewContainer-sidebar-mini {
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #293038;
    z-index: 102;
    overflow-x: hidden
}
.viewContainer .viewContainer-sidebar .sidebar-content {
    width: 180px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-content {
    width: 50px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.viewContainer .viewContainer-sidebar .sidebar-fold {
    height: 30px;
    width: 180px;
    background: #394555;
    color: #fff;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-fold-mini {
    height: 30px;
    width: 50px;
    background: #394555;
    color: #fff;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar .sidebar-nav {
    width: 180px;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini {
    width: 50px;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .sidebar-title {
    height: 40px;
    background: #22282e;
    color: #fff;
    line-height: 40px;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .sidebar-title:hover {
    height: 40px;
    background: #414d5c;
    color: #fff;
    line-height: 40px;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .sidebar-title {
    height: 40px;
    background: #22282e;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .sidebar-title:hover {
    height: 40px;
    background: #414d5c;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .active2,
.viewContainer .viewContainer-sidebar .sidebar-nav .active2:hover {
    background: #0099cc;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .sidebar-title .sidebar-title-icon {
    display: inline-block;
    margin: 0 8px 0 20px;
    vertical-align: middle;
    transition: transform 0.12s;
    -o-transition: -o-transform 0.12s;
    -ms-transition: -ms-transform 0.12s;
    -moz-transition: -moz-transform 0.12s;
    -webkit-transition: -webkit-transform 0.12s;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .sidebar-title .sidebar-title-icon-mini {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    vertical-align: middle;
    transition: transform 0.12s;
    -o-transition: -o-transform 0.12s;
    -ms-transition: -ms-transform 0.12s;
    -moz-transition: -moz-transform 0.12s;
    -webkit-transition: -webkit-transform 0.12s;
}
.viewContainer .viewContainer-sidebar .sidebar-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    text-indent: 15px;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .nav-item {
    position: relative;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .nav-item:hover {
    background-color: #414d5c;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .nav-item {
    position: relative;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .nav-item:hover {
    background-color: #414d5c;
}
.viewContainer .viewContainer-sidebar .sidebar-nav li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.viewContainer .viewContainer-sidebar .sidebar-nav li.active a {
    background: #0099cc;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini li.active a {
    background: #0099cc;
}
.viewContainer .viewContainer-sidebar .sidebar-nav li.active a .nav-icon {
    color: #fff;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini li.active a .nav-icon {
    color: #fff;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .nav-icon {
    width: 50px;
    text-align: center;
    float: left;
    color: #aeb9c2;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .nav-icon {
    width: 50px;
    text-align: center;
    float: left;
    color: #aeb9c2;
}
.viewContainer .viewContainer-sidebar .sidebar-nav .nav-title {
    float: left;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 130px;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-nav-mini .nav-title {
    float: left;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 0px;
}
.viewContainer .viewContainer-sidebar .sidebar-trans {
    -o-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -webkit-transition: all 0.12s ease, 0.12s ease;
}
.viewContainer .viewContainer-sidebar-mini .sidebar-trans {
    -o-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -webkit-transition: all 0.12s ease, 0.12s ease;
}
/* 鍙充晶瀹瑰櫒 */
.viewContainer .viewContainer-body {
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: #fff;
}
.viewContainer .viewContainer-main {
    position: absolute;
    width: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding-left: 180px;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.viewContainer .viewContainer-main-max {
    position: absolute;
    width: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 50px;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.viewContainer .view-content {
    min-width: 1171px;
    padding: 18px;
    min-height: 100%;
    background-color: #fff;
}
.viewContainer .view-content .content-header-title {
    min-width: 1150px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-bottom: 1px solid #EAEDF1;
    margin-bottom: 10px;
}
.viewContainer .view-content .content-main {
    width: 100%;
    height: auto;
}
.tree {
    width: 230px;
    position: absolute;
}
.tree .form-inline {
    width: 100%;
}
.tree .form-inline input {
    width: 146px;
}
.tree-container {
    width: 100%;
    margin-top: 6px;
}
.tree-main {
    width: 100%;
    height: 450px;
    border: 1px solid #EAEDF1;
    overflow: auto;
}
.tree-main-modal {
    width: 100%;
    height: 350px;
    border: 1px solid #EAEDF1;
    overflow: auto;
}
.tree .btn-group {
    width: 100%
}
/* orgmanage */
.viewContainer .view-content .content-main .orgmanage .content-right {
    min-width: 900px;
    margin-left: 250px;
}
.viewContainer .view-content .content-main .orgmanage .content-right .grid {
    min-width: 900px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .orgmanage .content-right .grid .gridoptions {
    width: 900px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
/* rolepermission */
.viewContainer .view-content .content-main .rolepermission .tree-second {
    margin-left: 250px
}
/* productmanage */
.viewContainer .view-content .content-main .productmanage .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .productmanage .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.modal-body-content img.flow-img {
    /*width: 100%;*/
    height: auto;
}
/* channelmanage */
.viewContainer .view-content .content-main .channalmanage .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .channalmanage .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.channel_signing .input-group {
    width: 368px !important;
}
/* debittrademanage */
.viewContainer .view-content .content-main .debittrademanage .list-nav {
    min-width: 1150px;
    height: 90px;
    padding: 0px;
    margin-bottom: 10px;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav .li-col {
    width: 10%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li {
    float: left;
    height: 80px;
    display: inline
}
.viewContainer .view-content .content-main .debittrademanage .list-nav ul li:last-child {
    float: right;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li .li-box {
    width: 100%;
    height: 80px;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li .li-box .thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(1) .li-box .thumb {
    background-color: #e51400;
    border-color: #e51400;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(2) .li-box .thumb {
    background-color: #f09609;
    border-color: #f09609
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(3) .li-box .thumb {
    background-color: #FEAE1B;
    border-color: #FEAE1B;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(4) .li-box .thumb {
    background-color: #339933;
    border-color: #339933
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(5) .li-box .thumb {
    background-color: #00aba9;
    border-color: #00aba9;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(6) .li-box .thumb {
    background-color: #1ba1e2;
    border-color: #1ba1e2
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(7) .li-box .thumb {
    background-color: #5859b9;
    border-color: #5859b9;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(8) .li-box .thumb {
    background-color: #1ba1e2;
    border-color: #1ba1e2;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li:nth-child(9) .li-box .thumb {
    background-color: pink;
    border-color: pink;
}
.viewContainer .view-content .content-main .debittrademanage .list-nav li .li-box span {
    margin: 0;
    margin-top: 15px;
    line-height: 28px;
}
.viewContainer .view-content .content-main .debittrademanage .grid {
   width: 1650px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .debittrademanage .grid .gridoptions {
    width: 1650px;
    min-height: 379px;
    margin-bottom: 10px;
    float: left;
}
/* ng-grid 鑷畾涔夋牱寮�/
.operatecell {
    width: 100px !important;
}
/* 鏂囦欢涓婁紶 */
.my-drop-zone {
    border: dotted 3px lightgray;
}
.nv-file-over {
    border: dotted 3px red;
}
.file-over-class {
    border: dotted 3px green;
}
.user_modify_content {
    display: flex;
    align-items: flex-start;
}
.user_modify_content .tree {
    position: relative;
    width: auto;
}
.user_modify_content .content-right i {
    color: #FF0000;
    font-weight: bold;
    margin-right: 3px;
}
.modal-open .modal {
    align-items: center;
}
.modal-flex-dialog {
    width: auto;
    max-height: 80%;
    max-width: 95%;
}
.modal-flex-dialog .confirm_highlight {
    color: #FF0000;
    font-weight: bold;
}
/*澧炰俊绠$悊*/
.viewContainer .view-content .content-main .credit_manage .content-right {
    min-width: 900px;
    margin-left: 0px;
}
.viewContainer .view-content .content-main .credit_manage .content-right .grid .gridoptions {
    width: 900px;
    min-height: 420px;
    margin-bottom: 10px;
    float: left;
}
/*蹇樿瀵嗙爜*/
.for-gotPwd .tab_ul {
    margin: 2em 0;
    padding: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.for-gotPwd .tab_li_default {
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
    display: table-cell;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    border-bottom: 0.5em solid #F5F5F5;
}
.for-gotPwd .tab_li_select {
    font-size: 16px;
    border-bottom: 0.5em solid #428BCA;
    text-align: center;
    vertical-align: middle;
    height: 3em;
}
.for-gotPwd .tab_div_default {
    display: none;
}
.for-gotPwd .tab-li-content-default {
    display: inline-block;
    color: white;
}
.for-gotPwd .tab-li-title-default {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: white;
    background: #F5F5F5;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.for-gotPwd .tab_li_title_select {
    background: #428BCA;
}
.for-gotPwd .tab_li_content_select {
    color: #333333;
}
.for-gotPwd .tab_div_select {
    display: block;
}
.for-gotPwd .navbar-brand-fpwd {
    height: auto;
    padding: 10px 38px 10px 18px;
    font-size: 18px;
    line-height: 20px;
    background-color: #0d6fb8;
}
.for-gotPwd .navbar-brand-fpwd img {
    height: 60px;
}
.fix {
    *zoom: 1;
}
.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
/*.ng-isolate-scope{*/
/*margin: 1em 0 0 0;*/
/*}*/
/* debitManage */
.viewContainer .view-content .content-main .debitManage .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .debitManage .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.modal-body-content img.flow-img {
    max-width: 100%;
    width: auto;
}
.ttan_r {
    text-align: right;
}
textarea.form-control {
    height: 5em;
}
/*瀹㈡埛璁よ瘉  custvalidate*/
.viewContainer .view-content .content-main .cust-validate .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .cust-validate .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.cust-validate .choice {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0.5em;
    width: 6em;
    text-align: center;
    cursor: pointer;
}
.cust-validate .select-btn {
    color: white;
    background: #28b5d6;
}
.cust-validate .mg-rh1 {
    margin-right: 4em;
}
.cust-validate .nav-tabs > li.active > .ng-binding, .nav-tabs > li.active > .ng-binding:focus, .nav-tabs > li.active > .ng-binding:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.cust-validate .nav > li > .ng-binding {
    position: relative;
    display: block;
    padding: 10px 15px
}
.cust-validate .nav > li > .ng-binding:focus,
.cust-validate .nav > li > .ng-binding:hover {
    text-decoration: none;
    background-color: #fff;
}
.cust-validate .nav-tabs > li.uib-tab {
    border: none;
}
/*瀹㈡埛妗f customerprofiles*/
.viewContainer .view-content .content-main .customer-profiles .grid {
    width: 1150px;
    margin-top: 6px;
    text-align: center;
    float: left;
}
.viewContainer .view-content .content-main .customer-profiles .grid .gridoptions {
    width: 1150px;
    min-height: 460px;
    margin-bottom: 10px;
    float: left;
}
.customer-profiles .choice {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0.5em;
    width: 6em;
    text-align: center;
    cursor: pointer;
}
.customer-profiles .select-btn {
    color: white;
    background: #28b5d6;
}
.customer-profiles .mg-rh1 {
    margin-right: 4em;
}
.cust-validate .cus-bm, .customer-profiles .cus-bm {
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #333333;
}
.cust-validate .cus-bm .table-1, .customer-profiles .cus-bm .table-1 {
    table-layout: fixed;
    width: 100%;
}
.cust-validate .cus-bm .table-1 td, .customer-profiles .cus-bm .table-1 td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
}
.cust-validate .cus-bm .c1, .customer-profiles .cus-bm .c1 {
    text-align: left;
    margin: 1em 0;
}
.cust-validate .cus-bm .td-1, .customer-profiles .cus-bm .td-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #F5F6FA;
}
.cust-validate .cus-bm .td-2, .customer-profiles .cus-bm .td-2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* debittradeinfo */
.debittradeinfo .table_input .td_title_deb {
    background: #f2f5f7;
    text-align: center;
}
.debittradeinfo .table_input .td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
}
.debittradeinfo .table_input .td_1 {
    border-bottom: #ddd 1px solid !important;
}
.debittradeinfo .table_input .td_head {
    background: #f2f5f7;
    text-align: center;
    border: #ddd 1px solid !important;
}
.debittradeinfo .table_input .td_content {
    text-align: center;
    border: #ddd 1px solid !important;
    border-top: 0 !important;
}
.debittradeinfo .img-style {
    width: 8em;
}
.debittradeinfo .imgstye {
    position: absolute;
    height: 48em;
    width: 86%;
    background-color: #f1f1f1;
}
.debittradeinfo .imgstye img {
    max-width: 100%;
}
.debittradeinfo .imgscroll {
    /* height:48em;
    width: 100% */
    text-align: center;
}
.debittradeinfo .imgleft {
    text-align: center;
    margin-top: 20em;
}
.debittradeinfo .imgright {
    text-align: center;
    margin-top: 20em;
}
.debittradeinfo .colse {
    /* margin-top: -46em; */
}
.debittradeinfo .title {
    padding-top: 2em;
    padding-bottom: 1em;
}
.debitBesttune .ngViewport {
    height: auto !important;
}
.debitBesttune .gridoptions {
    width: 510px;
}
.debitBesttune .grid-left {
    margin-bottom: 1em;
}
.debitBesttune .td-title {
    background: #f2f5f7;
}
.debitBesttune .td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
    font-size: 13px;
}
.debitBesttune .modal-body {
    padding-top: 0;
}
.debitBesttune .ngHeaderScroller, .debitBesttune .ngCanvas {
    text-align: center;
}
.debitBesttune .ngHeaderText {
    border: 1px solid #ddd;
    font-size: 13px;
}
.debitBesttune .ngCell {
    border: 1px solid #ddd;
    font-size: 13px;
    border-top: 0;
}
.debitBesttune .ngHeaderCell {
    background-color: #f2f5f7;
}
.debitBesttune .ngHeaderContainer {
    font-weight: normal !important;
}
.debitBesttune .ngTopPanel {
    background-color: #fff !important;
}
.debitBesttune .content-right {
    margin-top: 0;
}
.seeDebitBesttune .td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
    font-size: 13px;
}
.seeDebitBesttune .td-title {
    background: #f2f5f7;
}
.seeDebitReport .m-title {
    text-align: center;
}
.seeDebitReport .td {
    border: 1px solid #ddd;
    padding: 0.8em 0;
    text-align: center;
    font-size: 13px;
}
.seeDebitReport .td-title {
    background: #f2f5f7;
}
/*鍥剧墖棰勮鏍峰紡  */
.seeDebitReport .imgstye {
    position: absolute;
    height: 48em;
    width: 86%;
    background-color: #f1f1f1;
}
.seeDebitReport .imgscroll {
    /* height:48em;
    width: 100% */
    text-align: center;
}
.seeDebitReport .imgleft {
    text-align: center;
    margin-top: 20em;
}
.seeDebitReport .imgright {
    text-align: center;
    margin-top: 20em;
}
.seeDebitReport .colse {
    /* margin-top: -46em; */
}
.seeDebitReport .totop {
    margin-top: 1em;
}
.debitScience .tab-title {
    background-color: #f2f5f7;
    text-align: center;
    font-size: 13px;
    padding: .8em;
    border: 1px solid #ddd;
}
.debitScience .chanel {
    margin-right: 1em;
}
.debitScience .imgstyle {
    height: 20px;
}
.debitScience .tab-content {
    text-align: center;
    font-size: 13px;
    padding: .8em;
    border: 1px solid #ddd;
}
.debitScience .uploadimg {
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 426px;
    border: 1px #ccc solid;
}
.debitScience .upfooter {
    position: fixed;
    height: 3em;
    bottom: 0;
    border-top: 1px #f1f1f1 solid;
    padding-top: 1em;
    padding-right: 3em;
}
/*ui.table榛樿鏍峰紡*/
.ui_table {
    width: 100%;
    table-layout: fixed;
}
.ui_table tbody tr {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.ui_table thead tr {
    background-color: #EFEFEF;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.ui_table .ui_thead .ui_th,
.ui_table .ui_tbody .ui_td ,
.ui_table>thead>tr>th{
    text-align: center;
    padding: 0 10px;
}
.ui_table .ui_tbody .ui_td,
.ui_table>tbody>tr>td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.3em 0;
}
.ui_table tbody tr:nth-child(2n) {
    /*background-color: #f3f3f3;*/
}
/*end of ui.table*/
.ui_table_abcd tbody .detail {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../img/ico_detail.png") no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.ui_table_invoices tbody .detail {
    text-decoration: underline;
    cursor: pointer;
}
.modal_invoice_detail .c .ul li {
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #E8E8E8;
    padding-right: 6em;
    margin-right: 2em;
}
.modal_invoice_detail .line_bill .status {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.8em;
    height: 1.75em;
    line-height: 1.75em;
    background-color: #34C0E2;
    padding: 0 0.8em;
    font-size: 16px;
    font-weight: normal;
    margin-left: 1.375em;
    color: #fff;
}
.modal_invoice_detail .mt {
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.modal_invoice_detail .ui_table thead th {
    font-weight: normal;
}
.modal_invoice_detail .ui_table thead th:last-child{
    width: 1%;
}
.modal_invoice_detail .real {
    width: 89px;
    height: 85px;
    background: url(../img/invoice_icon.png) no-repeat;
    background-position: 0 -50px;
    display: inline-block;
    vertical-align: bottom;
}
.modal_invoice_detail .c .icon_money {
    display: inline-block;
    width: 1.21em;
    height: 1.79em;
    vertical-align: middle;
    background: url("../img/icon_money.png") no-repeat;
    background-size: 100% 100%;
}
.modal_invoice_detail .c .ul li div:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    color: #E3746F;
    height: 1.67em;
    line-height: 1.67em;
}
.modal_invoice_detail .ico_bill {
    background: url("../img/ico_bill.png") no-repeat;
    position: absolute;
    left: 0.2em;
    top: 0.4em;
    width: 3.57em;
    height: 3.57em;
    background-size: 100% 99%;
}
.modal_invoice_detail .line_bill {
    padding-left: 4.57em;
    position: relative;
}
.modal_invoice_detail .line_bill .num,
.modal_invoice_detail .line_bill .org {
    height: 2.14em;
    line-height: 2.14em;
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}
.check_pop .main .left .map {
    width: 530px;
    height: 420px;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 2px
}
.check_pop .main .right .unfold {
    text-align: right;
    color: #29A7E1;
    cursor: pointer;
    line-height: 36px;
    padding-right: 10px
}
.check_pop .main .left .realimg, .check_pop .main .left ul li, .check_pop .main .left ul li .date1, .check_pop .main .left ul li .date2, .check_pop .main .left ul li .scan {
    background: url(../img/invoice/invoice_icon.png) no-repeat
}
.check_pop .main .left h3 {
    line-height: 40px;
    font-size: 20px;
    background: url(../img/SF_icon.png) no-repeat 0 -61px;
    padding-left: 44px;
    margin-top: 15px
}
.check_pop .main .left h3 span {
    padding-right: 30px
}
.check_pop .main .left h3 span.invBtn {
    width: 134px;
    height: 32px;
    border-radius: 16px;
    background: #29A7E1;
    text-align: center;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    display: inline-block;
    padding-right: 0
}
.check_pop .main .left .con {
    padding: 15px 0 30px 0px;
}
.check_pop .main .left .con ol > li {
    height: 80px;
    line-height: 106px;
    font-size: 30px;
    position: relative
}
.check_pop .main .left .con ol > li > span {
    font-size: 22px;
}
.check_pop .main .left .con ol > li i {
    background: url(../img/SF_icon.png) no-repeat;
    width: 32px;
    height: 30px;
    display: inline-block
}
.check_pop .main .left .con ol > li i.start {
    background-position: 0 0
}
.check_pop .main .left .con ol > li i.end {
    background-position: 0 -30px
}
.check_pop .main .left .con ol > li.to {
    background: url(../img/toIcon.png) no-repeat right 45px;
    width: 100px
}
.check_pop .main .left .con ol > li p {
    width: 62px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
    margin-left: 12px;
    margin-bottom: 0px;
}
.check_pop .main .left .con ol > li .tip {
    box-shadow: 0 0px 2px #999;
    background: #fff;
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    min-width: 162px;
    top: 0px;
    left: 105px
}
.check_pop .main .left .con ol > li .tip:before {
    content: '';
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-right: 10px solid #D3D3D3;
    position: absolute;
    top: 42px;
    left: -21px
}
.check_pop .main .left .con ol > li .tip:after {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    top: 43px;
    left: -19px
}
.check_pop .main .left .realimg {
    width: 89px;
    height: 85px;
    background-position: 0 -50px
}
.check_pop .main .left ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 0px;
}
.check_pop .main .left ul li {
    background-position: right -263px;
}
.check_pop .main .left ul li:last-child {
    background: none
}
.check_pop .main .left ul li span {
    display: block;
    font-size: 16px
}
.check_pop .main .left ul li .date1 {
    background-position: 0 -147px
}
.check_pop .main .left ul li .date2 {
    background-position: 0 -177px
}
.check_pop .main .left ul li .date1, .check_pop .main .left ul li .date2 {
    padding-left: 20px
}
.check_pop .main .left ul li b {
    font-size: 24px
}
.check_pop .main .left ul li .scan {
    background-position: 0 -199px;
    padding-left: 40px;
    height: 40px;
    display: inline-block;
    color: #29a7e1;
    cursor: pointer
}
.check_pop .main .left td a {
    color: #29a7e1;
    cursor: pointer
}
.check_pop .main .left table {
    width: 100%;
    line-height: 40px;
}
.check_pop .main .left table th {
    background: #29A7E1;
    color: #fff;
    text-align: center
}
.check_pop .main .left table th:first-child {
    border-top-left-radius: 12px;
}
.check_pop .main .left table th:last-child {
    border-top-right-radius: 12px;
}
.check_pop .main .left table td {
    text-align: center
}
.check_pop .main .left tbody tr:nth-child(2n) {
    background: #e1e4e9
}
.check_pop .main .left tbody tr:nth-child(2n+1) {
    background: #F5F5F5
}
.check_pop .main .left table caption {
    font-size: 24px
}
/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.easyzoom img {
    vertical-align: bottom;
}
.easyzoom.is-loading img {
    cursor: progress;
}
.easyzoom.is-ready img {
    cursor: crosshair;
}
.easyzoom.is-error img {
    cursor: not-allowed;
}
.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
/*浜у搧鎺ㄩ�*/
.view_product_push h5 {
    font-weight: normal;
}
.view_product_push .push_detail .tbl td {
    line-height: 30px;
    border: 1px solid #ddd;
    text-align: center;
}
.view_product_push .push_detail .tbl .c_n {
    width: 150px;
    background-color: #f2f5f7;
}
.view_product_push .push_detail .tbl .c_v {
    width: 200px;
}
/*.user_modify_content .content-right input::-webkit-input-placeholder*/
/*{*/
  /*color:#DD5479 !important;*/
/*}*/
/*.user_modify_content .content-right input:-moz-placeholder*/
/*{*/
    /*color:#DD5479 !important;*/
/*}*/
/*.user_modify_content .content-right input::-moz-placeholder*/
/*{*/
    /*color:#DD5479 !important;*/
/*}*/
/*.user_modify_content .content-right input:-ms-input-placeholder*/
/*{*/
    /*color:#DD5479 !important;*/
/*}*/
.user_modify_content .content-right .form-group
{
    display: flex;
    align-items: center;
}
.user_modify_content .content-right .form-group input[type=text],
.user_modify_content .content-right .form-group input[type=email]
{
    width: 200px;
}
.user_modify_content .content-right .form-group  .control-label
{
    width: 150px;
}
.user_modify_content .content-right .form-group .col-sm-8{
    width: auto;
}
/*瀹㈡埛妗f鍥剧墖涓婁紶鏍峰紡*/
.cust_photo_container ul{
    list-style: none;display: flex;padding-left: 0px;
}
.cust_photo_container ul li{
    margin:10px 20px 0 0;position: relative;border: 1px solid;
}
.cust_photo_container ul li span{
    position: absolute;right: -10px;top: -10px;cursor: pointer;width: 20px;height: 20px;border-radius: 10px;border: 1px solid;background-color: #fff;display: flex; justify-content: center;align-items: center;
}
.multiselect-container {
    display: none;
}
.tableColor{
	background-color: #bfbfbf;
	color:white;
}
.textColor{
	font-size:16px;
	color:#fff;
}
.managerReport-btn{
	display: inline-block;
    border: 1px solid #ccc;
    background:#fff;
    color:#000;
    padding: 1em;
    width: 10em;
    text-align: center;
    cursor: pointer;
}
.buttonBj-btn{
	background:#28b5d6;
	color:#fff;
}
.ui_table_car .ui_thead tr :nth-child(2){
	width:200px;
}
.ui_table_busitable .ui_thead tr :nth-child(4){
	width:130px;
}
.ui_table_busitable .ui_thead tr :nth-child(5){
	width:130px;
}
.ui_table_busitable .ui_thead tr :nth-child(6){
	width:130px;
}
.ui_table_busitable .ui_thead tr :nth-child(7){
	width:130px;
}
.ui_table_corebusitable .ui_thead tr :nth-child(6){
	width:130px;
}
.ui_table_corebusitable .ui_thead tr :nth-child(7){
	width:130px;
}
.ui_table_corebusitable .ui_thead tr :nth-child(8){
	width:130px;
}
.ui_table_corebusitable .ui_thead tr :nth-child(9){
	width:130px;
}
.ui_table_credittable .ui_thead tr :nth-child(6){
	width:130px;
}
.ui_table_credittable  .ui_thead th:nth-child(3){
	width:130px;
}
.ui_table_credittable  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_pooltable  .ui_thead th:nth-child(6){
	width:130px;
}
.ui_table_refundtable  .ui_thead th:nth-child(3){
	width:100px;
}
.ui_table_refundtable  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_refundtable  .ui_thead th:nth-child(6){
	width:100px;
}
.ui_table_refundtable  .ui_tbody td:nth-child(6){
	text-align:right;
}
.ui_table_pledgetable  .ui_thead th:nth-child(3){
	width:100px;
}
.ui_table_pledgetable  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_pledgetable  .ui_thead th:nth-child(6){
	width:130px;
}
.ui_table_pledgetable  .ui_tbody td:nth-child(6){
	text-align:right;
}
.ui_table_pledgetable  .ui_thead th:nth-child(7){
	width:130px;
}
.ui_table_pledgetable  .ui_tbody td:nth-child(7){
	text-align:right;
}
.ui_table_pooltable  .ui_thead th:nth-child(3){
	width:130px;
}
.ui_table_pooltable  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_pooltable  .ui_thead th:nth-child(6){
	width:130px;
}
.ui_table_pooltable  .ui_tbody td:nth-child(6){
	text-align:right;
}
.ui_table_summary  .ui_thead th:nth-child(3){
	width:130px;
}
.ui_table_summary  .ui_tbody td:nth-child(3){
	text-align:right;
}
.ui_table_invoicetable  .ui_thead th:nth-child(6){
	width:130px;
}
.ui_table_invoicetable .ui_tbody td:nth-child(6){
	text-align:right;
}
.ui_table_loanListTable  .ui_thead th:nth-child(2){
	width:115px;
}
.ui_table_loanListTable .ui_tbody td:nth-child(2){
	text-align:right;
}
.ui_table_loanListTable  .ui_thead th:nth-child(3){
	width:100px;
}
.ui_table_loanListTable  .ui_thead th:nth-child(4){
	width:115px;
}
.ui_table_loanListTable .ui_tbody td:nth-child(4){
	text-align:right;
}
.ui_table_loanListTable  .ui_thead th:nth-child(5){
	width:90px;
}
.trade_detail_ctrl ul{
    list-style: none;
    padding: 0;
}
.trade_detail_ctrl  .ul_amount{
    display: flex;
    justify-content: space-between;
}
.trade_detail_ctrl  .ul_amount li{
    width: 210px;
    box-shadow:5px 5px 5px #888888;
    color: #fff;
    background-color: rgba(54, 169, 206, 1);
    text-align: center;
    padding: 5px 0;
}
.trade_detail_ctrl  .ul_amount li div:first-child{
    height: 20px;
    line-height: 20px;
}
.trade_detail_ctrl  .ul_amount li div:last-child{
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}
.u3083_div {
    width: 77px;
    height: 28px;
    line-height:28px;
    margin:0 10px;
    background: inherit;
    background-color: rgba(255, 223, 37, 1);
    border: none;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    font-family: '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    float:left;
}
.input-group-addon-new{float:left;width:25%;height:35px;line-height:35px;}
.input-group-addon-newadd{float:left;width:18%;height:35px;line-height:35px;}
.cailiao_add{float:left;height:28px;line-height:28px;}
.cailiao_add span{color:#0000FF;font-weight:700;margin:0 10px;font-size:16px;}
.cailiao_time{color:#0000FF;font-weight:400;float:right;height:28px;line-height:28px;margin-right:5px;}
.cailiao_msg{margin:5px 0 0 110px;}
.cailiao_content{margin:5px 0 0 110px;width:490px;height:120px;}
.cailiao_file{margin:5px 0 0 110px;width:490px;height:35px;}
.cailiao_file a{padding:5px;cursor:pointer;height:auto;line-height:12px;}
.cailiao_msg span{color:#008000;font-weight:700;margin:0 10px;font-size:16px;}
.cailiao_btn{float:right;  margin-left:20px;}
.cailiao_btn button{border-radius:5px;background:rgba(22, 155, 213, 1);padding:3px;color:#fff;border:1px solid #fff;margin:5px;}
#u402 {
    position: relative;
    margin-left:20px;
    margin-top:-35px;
    width: 20px;
    height: 19px;
    color: #FFFFFF;
}
.ax_default {
    font-family: 'FontAwesome', 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;
}
#u402_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 19px;
}
#u403 {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 16px;
    word-wrap: break-word;
}
.addCss {
    border:1px solid #333333;
    font-weight:800
}
.oneColor{
    padding:5px;
    color:#e51400;
}
.twoColor{
    padding:5px;
    color:#f09609;
}
.threeColor{
    padding:5px;
    color:#FEAE1B;
}
.fourColor{
    padding:5px;
    color:#339933;
}
.fiveColor{
    padding:5px;
    color:#00aba9;
}
.sixColor{
    padding:5px;
    color:#1ba1e2;
}
.sevenColor{
    padding:5px;
    color:#5859b9;
}
.btn-border{
    width: auto;
    height: 38px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    background: inherit;
    background-color: rgba(0, 128, 0, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.backgroudPic:hover{
    width:127px;
    height:36px;
    font-weight: 700;
    /*background-image: url(../img/u7319.png);*/
    -moz-box-shadow: 0 0 10px 3px #15d6ba;
    box-shadow: 0 0 10px 3px #15d6ba;
}
.oneStatus{
    color:#FF0000;
}
.twoStatus{
    color: #008000;
}
.threeStatus{
    color: #0000FF;
}
.fourStatus{
    color: #008000;
}
.bjStatusOne{
    background:#00CC00;
    color:#fff;
}
.bjStatusTwo{
    background:#FF0000;
    color:#fff;
}
.bjStatusThree{
    background:yellow;
    color:#fff;
}
 .ui_table_accountTable .ui_thead th:nth-child(5) {
     width:180px;
 }
 .ui_table_accountTable .ui_thead th:nth-child(4){
   width:80px;
}
.ui_table_accountTable .ui_thead th:nth-last-child(2){
    width:140px;
}
.ui_table_accountTable .ui_thead th:nth-last-child(4){
    width:100px;
}
.ui_table_accountTable .ui_thead th:nth-last-child(3){
    width:70px;
}
.ui_table_accountTable .ui_thead th:nth-last-child(1){
    width:0;
}
.ui_table_rodgerseg>.ui_thead>tr>th:nth-child(6)
{
    width:22.5% ;
}
.ui_table_rodgerseg>.ui_tbody>tr>td:nth-child(6) a{
    margin-right: 1em;
}
.ui_table_rodgerspg>.ui_thead>tr>th:nth-child(8)
{
    width:22.5% ;
}
.ui_table_rodgerspg>.ui_tbody>tr>td:nth-child(8) a{
    margin-right: 1em;
}
.ui_table_companyTable .ui_thead th:nth-child(6){
    width: 300px;
}
.adddclass{border:1px red solid !important;}
.trust-excel .excel-table input.ng-invalid.ng-dirty,
.trust-excel .excel-table textarea.ng-invalid.ng-dirty{
    border:1px solid  #E40;
}
/*ui.list*/
.ui_list{
  list-style: none;
  display: table;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  margin:10px 0;
}
.ui_list>li{
  display: table-row;
}
.ui_list>li .ui_td{
  display: table-cell;
}
.ui_list .ui_list_row:hover{
  background-color: #F5F6FA;
}
.ui_list .ui_list_head {
  background-color: #EFEFEF;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.ui_list  .ui_list_row{
  border-top: 1px solid #cccccc;
}
.ui_list .ui_list_row .ui_td{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.3em 0;
  line-height: 30px;
  text-align: center;
} | 0.410638 | 0.131062 | 
| 
	@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap&family=Roboto+Slab:wght@900&display=swap');
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --yellow: #ffcc29;
    --dark: #495464;
    --light1: #f4f4f2;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    text-align: center;
    background-image: url('/img/background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--white);
    font-family: 'Quicksand', sans-serif;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.header {
    display: block;
    overflow: hidden;
    border-bottom: 0.5px solid white;
}
.logo-img {
    height: auto;
    width: 300px;
    margin-top: 10px;
}
h2 {
    font-weight: 400;
}
.hello {
    font-size: 5rem;
    letter-spacing: 0.5em;
    margin: 0;
    padding: 30px;
    text-align: center;
}
.container {
    width: 40vw;
    text-align: center;
    padding: 30px;
    background: rgba(74, 144, 226, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
}
.box {
    font-size: 1.25rem; /* 20 */
    position: relative;
    padding: 5rem 2rem;
}
.box.has-advanced-upload {
    outline: 5px dashed var(--light1);
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out,
        background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.box.is-dragover {
    outline-offset: -20px;
    outline-color: var(--dark);
    background: rgba(74, 144, 226, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border-radius: 30px;
}
.box__dragndrop,
.box__icon {
    display: none;
}
.box.has-advanced-upload .box__dragndrop {
    display: inline;
}
.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: var(--light1);
    display: block;
    margin-bottom: 40px;
}
.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}
.box__uploading,
.box__success,
.box__error {
    display: none;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box__uploading {
    font-style: italic;
}
.box__success {
    -webkit-animation: appear-from-inside 0.25s ease-in-out;
    animation: appear-from-inside 0.25s ease-in-out;
}
@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY(-50%) scale(0);
    }
    75% {
        -webkit-transform: translateY(-50%) scale(1.1);
    }
    to {
        -webkit-transform: translateY(-50%) scale(1);
    }
}
@keyframes appear-from-inside {
    from {
        transform: translateY(-50%) scale(0);
    }
    75% {
        transform: translateY(-50%) scale(1.1);
    }
    to {
        transform: translateY(-50%) scale(1);
    }
}
.box__restart {
    font-weight: 700;
}
.box__restart:focus,
.box__restart:hover {
    color: #39bfd3;
}
.js .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.js .box__file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
    color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.no-js .box__file + label {
    display: none;
}
.no-js .box__button {
    display: block;
}
.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: block;
    padding: 8px 16px;
    margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus {
    background-color: #0f3c4b;
}
.hide {
    display: none;
}
.color_tags {
    cursor: pointer;
}
input#file {
    display: inline-block;
    width: 0%;
    /* padding: 120px 0 0 0; */
    height: 0px;
    overflow: hidden;
    /* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('https://cdn1.iconfinder.com/data/icons/hawcons/32/698394-icon-130-cloud-upload-512.png')
    center center no-repeat #e4e4e4;
  border-radius: 20px;
  background-size: 60px 60px; */
}
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    z-index: 999;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #fff;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
/* Styling image.ejs */
.imageUploaded {
    width: 100%;
    max-width: 80vw; /* 800 */
    text-align: center;
    margin: 50px auto;
    padding: 50px;
    background: rgba(74, 144, 226, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.uploaded-image {
    height: 50%;
    width: 50%;
    margin-bottom: 30px;
    border: 4px solid var(--light1);
    border-radius: 5px;
}
.btns-in-images {
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.btn-default {
    height: 50px;
    width: auto;
    font-size: 1.25rem;
    color: white;
    border: 2px solid white;
    background: none;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-family: 'Quicksand', sans-serif;
    font-variant-caps: all-petite-caps;
    margin-bottom: 2rem;
}
.btn-default:hover {
    transform: scale(1.08);
    transition: all 0.3s;
    cursor: pointer;
    background: #0c67c286;
}
/* Styling Content Section */
#gallery-container {
    margin: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: visible;
}
.gallery-image {
    box-shadow: 0px -1px 21px -3px rgba(38, 107, 156, 1);
    -webkit-box-shadow: 0px -1px 21px -3px rgba(38, 107, 156, 1);
    -moz-box-shadow: 0px -1px 21px -3px rgba(38, 107, 156, 1);
    /* border: 2px solid rgba(255, 255, 255, 0.18); */
    margin-left: 8px;
    margin-bottom: 16px;
    border-radius: 5px;
}
.gallery-image:hover {
<<<<<<< HEAD
<<<<<<< HEAD
  transform: scale(1.2);
  transition: all 0.5s;
  cursor: pointer;
  overflow: visible;
=======
=======
>>>>>>> 41cc3d6732a6549244ee723c49017c50791434f0
    transform: scale(1.2);
    transition: all 0.2s;
    cursor: pointer;
    overflow: visible;
<<<<<<< HEAD
>>>>>>> 0e176da124ccad3d2437678c9aa7e043b506d937
=======
>>>>>>> 41cc3d6732a6549244ee723c49017c50791434f0
}
.left-text {
    text-align: left;
}
#tags {
    display: flex;
    justify-self: start;
}
#tags li {
    list-style-type: none;
    background-color: rgb(93, 75, 255);
    font-size: 16px;
    margin: 8px;
    padding: 5px;
    border-radius: 4px;
    /* font-weight: bolder; */
    color: white;
}
#photos {
    /* Prevent vertical gaps */
    line-height: 0;
    column-count: 4;
    column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-count: 4;
    -moz-column-gap: 10px;
}
#photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
    z-index: 999;
}
.upload-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5%;
    flex-flow: row wrap;
}
#aboutInfo {
    margin-right: 2rem;
    text-align: justify;
    width: 40vw;
}
#aboutInfo h2 {
    margin: 0;
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
    /* text-decoration: underline; */
    /* text-shadow: 6px 5px 3px #72b8ce; */
}
.about-para {
    font-size: 1.5rem;
    font-weight: 400;
}
/* Mobile Portrait and Landscape */
@media only screen and (max-width: 1317px) {
    #aboutInfo {
        width: 40vw;
    }
    #uploadForm {
        width: 40vw;
    }
}
/* Mobile Portrait and Landscape */
@media only screen and (max-width: 918px) {
    #aboutInfo {
        width: 40vw;
    }
    #uploadForm {
        width: 35vw;
    }
}
@media only screen and (max-width: 658px) {
    #aboutInfo {
        width: 100vw;
    }
    #uploadForm {
        width: 100vw;
    }
    #photos {
        column-count: 2;
        column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
    }
} | 
	public/css/style.css | 
	@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap&family=Roboto+Slab:wght@900&display=swap');
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --yellow: #ffcc29;
    --dark: #495464;
    --light1: #f4f4f2;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    text-align: center;
    background-image: url('/img/background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--white);
    font-family: 'Quicksand', sans-serif;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.header {
    display: block;
    overflow: hidden;
    border-bottom: 0.5px solid white;
}
.logo-img {
    height: auto;
    width: 300px;
    margin-top: 10px;
}
h2 {
    font-weight: 400;
}
.hello {
    font-size: 5rem;
    letter-spacing: 0.5em;
    margin: 0;
    padding: 30px;
    text-align: center;
}
.container {
    width: 40vw;
    text-align: center;
    padding: 30px;
    background: rgba(74, 144, 226, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
}
.box {
    font-size: 1.25rem; /* 20 */
    position: relative;
    padding: 5rem 2rem;
}
.box.has-advanced-upload {
    outline: 5px dashed var(--light1);
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out,
        background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.box.is-dragover {
    outline-offset: -20px;
    outline-color: var(--dark);
    background: rgba(74, 144, 226, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border-radius: 30px;
}
.box__dragndrop,
.box__icon {
    display: none;
}
.box.has-advanced-upload .box__dragndrop {
    display: inline;
}
.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: var(--light1);
    display: block;
    margin-bottom: 40px;
}
.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}
.box__uploading,
.box__success,
.box__error {
    display: none;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box__uploading {
    font-style: italic;
}
.box__success {
    -webkit-animation: appear-from-inside 0.25s ease-in-out;
    animation: appear-from-inside 0.25s ease-in-out;
}
@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY(-50%) scale(0);
    }
    75% {
        -webkit-transform: translateY(-50%) scale(1.1);
    }
    to {
        -webkit-transform: translateY(-50%) scale(1);
    }
}
@keyframes appear-from-inside {
    from {
        transform: translateY(-50%) scale(0);
    }
    75% {
        transform: translateY(-50%) scale(1.1);
    }
    to {
        transform: translateY(-50%) scale(1);
    }
}
.box__restart {
    font-weight: 700;
}
.box__restart:focus,
.box__restart:hover {
    color: #39bfd3;
}
.js .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.js .box__file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
    color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.no-js .box__file + label {
    display: none;
}
.no-js .box__button {
    display: block;
}
.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: block;
    padding: 8px 16px;
    margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus {
    background-color: #0f3c4b;
}
.hide {
    display: none;
}
.color_tags {
    cursor: pointer;
}
input#file {
    display: inline-block;
    width: 0%;
    /* padding: 120px 0 0 0; */
    height: 0px;
    overflow: hidden;
    /* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('https://cdn1.iconfinder.com/data/icons/hawcons/32/698394-icon-130-cloud-upload-512.png')
    center center no-repeat #e4e4e4;
  border-radius: 20px;
  background-size: 60px 60px; */
}
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    z-index: 999;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #fff;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
/* Styling image.ejs */
.imageUploaded {
    width: 100%;
    max-width: 80vw; /* 800 */
    text-align: center;
    margin: 50px auto;
    padding: 50px;
    background: rgba(74, 144, 226, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.uploaded-image {
    height: 50%;
    width: 50%;
    margin-bottom: 30px;
    border: 4px solid var(--light1);
    border-radius: 5px;
}
.btns-in-images {
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.btn-default {
    height: 50px;
    width: auto;
    font-size: 1.25rem;
    color: white;
    border: 2px solid white;
    background: none;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-family: 'Quicksand', sans-serif;
    font-variant-caps: all-petite-caps;
    margin-bottom: 2rem;
}
.btn-default:hover {
    transform: scale(1.08);
    transition: all 0.3s;
    cursor: pointer;
    background: #0c67c286;
}
/* Styling Content Section */
#gallery-container {
    margin: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: visible;
}
.gallery-image {
    box-shadow: 0px -1px 21px -3px rgba(38, 107, 156, 1);
    -webkit-box-shadow: 0px -1px 21px -3px rgba(38, 107, 156, 1);
    -moz-box-shadow: 0px -1px 21px -3px rgba(38, 107, 156, 1);
    /* border: 2px solid rgba(255, 255, 255, 0.18); */
    margin-left: 8px;
    margin-bottom: 16px;
    border-radius: 5px;
}
.gallery-image:hover {
<<<<<<< HEAD
<<<<<<< HEAD
  transform: scale(1.2);
  transition: all 0.5s;
  cursor: pointer;
  overflow: visible;
=======
=======
>>>>>>> 41cc3d6732a6549244ee723c49017c50791434f0
    transform: scale(1.2);
    transition: all 0.2s;
    cursor: pointer;
    overflow: visible;
<<<<<<< HEAD
>>>>>>> 0e176da124ccad3d2437678c9aa7e043b506d937
=======
>>>>>>> 41cc3d6732a6549244ee723c49017c50791434f0
}
.left-text {
    text-align: left;
}
#tags {
    display: flex;
    justify-self: start;
}
#tags li {
    list-style-type: none;
    background-color: rgb(93, 75, 255);
    font-size: 16px;
    margin: 8px;
    padding: 5px;
    border-radius: 4px;
    /* font-weight: bolder; */
    color: white;
}
#photos {
    /* Prevent vertical gaps */
    line-height: 0;
    column-count: 4;
    column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-count: 4;
    -moz-column-gap: 10px;
}
#photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
    z-index: 999;
}
.upload-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5%;
    flex-flow: row wrap;
}
#aboutInfo {
    margin-right: 2rem;
    text-align: justify;
    width: 40vw;
}
#aboutInfo h2 {
    margin: 0;
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
    /* text-decoration: underline; */
    /* text-shadow: 6px 5px 3px #72b8ce; */
}
.about-para {
    font-size: 1.5rem;
    font-weight: 400;
}
/* Mobile Portrait and Landscape */
@media only screen and (max-width: 1317px) {
    #aboutInfo {
        width: 40vw;
    }
    #uploadForm {
        width: 40vw;
    }
}
/* Mobile Portrait and Landscape */
@media only screen and (max-width: 918px) {
    #aboutInfo {
        width: 40vw;
    }
    #uploadForm {
        width: 35vw;
    }
}
@media only screen and (max-width: 658px) {
    #aboutInfo {
        width: 100vw;
    }
    #uploadForm {
        width: 100vw;
    }
    #photos {
        column-count: 2;
        column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
    }
} | 0.435661 | 0.132655 | 
| 
	body {
  background-image: url("../assets/ignasi_pattern_s.png");
  background-attachment: fixed;
  background-repeat: repeat;
  font-family:"Georgia", serif;
  
}
/*  navbar styling  */
  .navbar-brand{
    background-color: rgb(74, 170, 165);
    color: white !important; 
    font-family: "Times New Roman", Times, serif;
  }
 .navbar-nav.ml-auto li a {
    color: lightgray;
    vertical-align: text-bottom;
  }
  /* section {
    padding-top: 75px;
    margin-left: 20px;
  } */
  article {
    background-color: white;
    /* width: 60%;
    height:60%;
    margin: 25px; */
  }
  /* header text color */
 #about-me{
   color: rgb(74, 170, 165);
   font-family: "Times New Roman", Times, serif;
 }
 #about-me h1{
   margin-right:10px;
 }
 /* border under about me header */
 #about-me:after {
  content: "";
  display: block;
  margin: 10px 0 10px 10px;
  width: 91% ;
  border-bottom: 2px solid rgb(241, 241, 241);
  padding-top: 20px;
}
 section img {
   /* float: left !important; */
   padding-bottom: 30px;
   padding-left: 10px;
   padding-right: 20px;
 }
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
 /*  contact form */
#form-header:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  border-bottom: 2px solid rgb(241, 241, 241);
  padding-top: 20px;
}
/*  square off the form fields */
.form-control {
  border-radius: 0;
}
/*  submit button */
  .btn-primary{
    background-color: rgb(74,170,165);
    border-color: rgb(74,170,165);
    border-radius: 0px;
    padding: 15px 35px;
  }
 
 /* Portfolio Page */
 /* #img-gallery {
   margin-right: 400px ;
   margin-bottom: 50px;
 }   */
 /* gallery header */ 
 #gallery-header{
  padding-left: 20px;
  color: rgb(74,170,165);
}
/*  border under header  */
#img-gallery h1:after {
  content: "";
  display: block;
  width: 65%;
  border-bottom: 2px solid rgb(241, 241, 241);
  padding-top: 10px;
  padding-bottom:10px;
}
/* gallery row */
.row {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
   /* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: rgb(90,90,90);
  border-top: 5px solid rgb(74,170,165); 
  text-align: center;
} | 
	css/styles.css | 
	body {
  background-image: url("../assets/ignasi_pattern_s.png");
  background-attachment: fixed;
  background-repeat: repeat;
  font-family:"Georgia", serif;
  
}
/*  navbar styling  */
  .navbar-brand{
    background-color: rgb(74, 170, 165);
    color: white !important; 
    font-family: "Times New Roman", Times, serif;
  }
 .navbar-nav.ml-auto li a {
    color: lightgray;
    vertical-align: text-bottom;
  }
  /* section {
    padding-top: 75px;
    margin-left: 20px;
  } */
  article {
    background-color: white;
    /* width: 60%;
    height:60%;
    margin: 25px; */
  }
  /* header text color */
 #about-me{
   color: rgb(74, 170, 165);
   font-family: "Times New Roman", Times, serif;
 }
 #about-me h1{
   margin-right:10px;
 }
 /* border under about me header */
 #about-me:after {
  content: "";
  display: block;
  margin: 10px 0 10px 10px;
  width: 91% ;
  border-bottom: 2px solid rgb(241, 241, 241);
  padding-top: 20px;
}
 section img {
   /* float: left !important; */
   padding-bottom: 30px;
   padding-left: 10px;
   padding-right: 20px;
 }
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
 /*  contact form */
#form-header:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  border-bottom: 2px solid rgb(241, 241, 241);
  padding-top: 20px;
}
/*  square off the form fields */
.form-control {
  border-radius: 0;
}
/*  submit button */
  .btn-primary{
    background-color: rgb(74,170,165);
    border-color: rgb(74,170,165);
    border-radius: 0px;
    padding: 15px 35px;
  }
 
 /* Portfolio Page */
 /* #img-gallery {
   margin-right: 400px ;
   margin-bottom: 50px;
 }   */
 /* gallery header */ 
 #gallery-header{
  padding-left: 20px;
  color: rgb(74,170,165);
}
/*  border under header  */
#img-gallery h1:after {
  content: "";
  display: block;
  width: 65%;
  border-bottom: 2px solid rgb(241, 241, 241);
  padding-top: 10px;
  padding-bottom:10px;
}
/* gallery row */
.row {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
   /* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: rgb(90,90,90);
  border-top: 5px solid rgb(74,170,165); 
  text-align: center;
} | 0.332635 | 0.077903 | 
| 
	[ Body ]
-------------*/
body{
	font-family: 'Source Sans Pro', sans-serif;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
}
input, textarea{
	box-shadow: none !important;
	outline-offset: 0 !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important; 
    outline: none !important; 
    outline-offset: none !important;
	box-shadow:none !important;
}
.btn-default:focus, .btn-default.focus{
	outline: none !important; 
    outline: none !important; 
    outline-offset: none !important;
	box-shadow:none !important;
}
.owl-wrapper-outer{
	background:none !important;
	box-shadow:none !important;
	border:none !important;
	border-radius:0px !important;
}
.owl-carousel{
	background:none;
	margin:0 !important;
}
.paddleft{
	padding-left:0px;
}
.padd0{
	padding:0px;
}
.paddright{
	padding-right:0;
}
.bottom-top:hover .fa{
	color:#fff;
}
.bottom-top:hover {
	transition-duration: 1s;
    transition-timing-function: linear;
}
.bottom-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
}
.bottom-top .fa{
	font-size:25px;
	color:#fff;
	padding:10px;
}
.bottom-top{
	background:#52b381;
}
/*----------
[ top / #top ]
-------------*/
#top {
	background-color: #151414;
}
#top-links {
	padding-top: 0px;
}
#top-links .button{
	padding:10px 0px 9px;
	margin:0px;
}
#top-links .button li{
	line-height:18px;
}
#top-links .button li a {
	color: #fff;
	font-size:12px;
	border-right:1px solid #fff;
	padding-right:17px;
	vertical-align:middle;
	font-weight:400;
}
#top-links  .button li:nth-child(3) a{
	border-right:none;
}
#top-links .icon{
	padding:9px 0px 9px;
	margin:0px;
}
#top-links .icon li{
	padding:0 23px 0 0;
}
#top-links .icon li a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	vertical-align:middle;
	font-weight:400;
	line-height:20.5px;
}
#top-links  .icon li:nth-child(5){
	padding-right:0px;
}
#top-links .icon li a:hover{
	color:#f2992c !important;
}
/*--------------------
[ Header / header ]
---------------------*/
#logo {
	margin: 29px 0 25px;
}
header{
	background:#fff;
	border-bottom:2px solid #eae9e7;
}
header .button-login{
	margin: 31px 0 29px;
}
header .button-login .btn-default, header .button-login .btn-primary{
	background:#000;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:  12px 30px;
	border-radius: 4px;
	border:none;
	margin-right:19px;
	line-height: 18px;
}
header .button-login .btn-default:hover, header .button-login .btn-primary:hover{
	background:#f2992c;
	box-shadow: inset 0px -2px 0px 0px #d99510;
}
header .button-login .btn-primary{
	padding:13px 28px;
	line-height: 16px;
	margin-right:0;
}
#menu {
	margin: 45px 0 29px 0;
	min-height: 26px;
	background:#fff;
	border-radius:0px;
}
#menu .nav > li{
	margin:0 55px 0 0;
}
#menu .nav > li:last-child{
	margin:0 0 0 0;
}
#menu .nav > li > a {
	background-color: transparent;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-transform:uppercase;
	padding:0 0 13px 0;
	border-bottom:2px solid transparent;
	line-height: 11px;
}
#menu .nav > li > a:hover{
	color:#f2992c;
	border-bottom:2px solid #f2992c;
}
#menu .navbar-nav > .active > a, #menu .navbar-nav > .active > a:hover, #menu .navbar-nav > .active > a:focus {
    color: #ff990;
    background-color: #f2992c;
}
#menu .dropdown-menu {
	border:none;
	margin: 0;
	background:#f2992c;
	border-radius:0px;
	overflow:hidden;
	display: block;
	opacity:0;
	visibility: hidden;
}
#menu .dropdown-menu li{
	padding:5px 13px;
}
#menu .dropdown-menu a{
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	text-transform:uppercase;
}
#menu .dropdown:hover .dropdown-menu {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
	visibility: visible !important;
}
#menu .dropdown:hover .dropdown-menu .dropdown-inner ul{
	display:inline-block;
}
.animated { 
    animation-duration: 0.5s;  
    animation-fill-mode: both; 
    animation-timing-function: ease-in; 
} 
@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1;  
        transform: translateY(0); 
    } 
} 
.fadeInDown { 
	animation-name: fadeInDown; 
}
/*--------------------------------- 
[ Header 2 / #header2 ]
----------------------------------- */
#header2 #top {
    background-color: #f2f2f2;
}
#header2 #top-links .button li a{
	color:#000;
	border-right:0;
	padding-right: 12px;
	font-size: 14px;
}
#header2 #top-links .button li a i{
	margin-right:10px;
}
#header2 #top-links .icon li a {
    color: #000;
}
#header2 #menu {
    background: #000;
	margin: 28px 0 29px 0;
}
#header2 .navbar{
	border:0;
}
#header2 .navbar-collapse.collapse{
	float:left;
} 
#header2 #menu .nav > li {
    margin: 0;
}
#header2 #menu .nav > li > a {
    color: #fff;
	padding:17px 24px;
	border:0;
	line-height: 14px;
}
#header2 #menu .nav > li > a:hover {
    background: #f2992c;
    box-shadow: inset 0px -2px 0px 0px #d99510;
}
#header2 header .button-login {
    margin: 0;
}
#header2 header .button-login .btn-default{
	margin-right:0;
	padding: 15px 12px;
}
#header2 header .button-login .btn-default, #header2 header .button-login .btn-primary{
	border-radius:0;
} 
#header2 header .button-login .btn-primary {
    padding: 16px 28px;
}
#header2 .slideshows{
	height: 622px;
	background: rgba(242,137,0,1);
	background: -moz-linear-gradient(top, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,137,0,1)), color-stop(38%, rgba(249,158,0,1)), color-stop(46%, rgba(249,158,0,1)), color-stop(71%, rgba(249,158,0,1)), color-stop(100%, rgba(242,137,0,1)));
	background: -webkit-linear-gradient(top, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	background: -o-linear-gradient(top, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	background: linear-gradient(to bottom, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28900', endColorstr='#f28900', GradientType=0 );
	position:relative;
}
#header2 .slide-detail {
    bottom: 73px;
}
#header2 .slideshows img{
	position:absolute;
	top: 9.9%;
	left: 41%;
}
#header2 .slideshows .slider-caption {
	background: #333333;
	padding:0 15px 0 15px;
	width: 401px;
	border-top: 4px solid #f2992c;
}
#header2 .off {
    border-bottom: 19px solid transparent;
    border-right: 19px solid #f2992c;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    margin: 0;
    right: auto;
    left: 35.1%;
}
#header2 .slider-caption h1{
	color:#ffcc00;
	padding:31px 0 41px;
	margin:0;
}
#header2 .center .btn-default {
    padding: 0px 22px 2px;
    margin-top: 0;
}
#header2 .slider-caption ul li{
	padding:0 0 30px;
}
#header2 #category .btn, #location .btn {
    min-width: 370px;
	margin-bottom:0;
}
#header2 #category .text, #location .text {
    float: left;
}
#header2 #category .btn i, #location .btn i{
	float:right;
}
#header2 #category .dropdown-menu, #location .dropdown-menu  {
    min-width:100%;
}
#header2 #category .dropdown-menu > li , #location .dropdown-menu > li {
	padding:0 !important;
}
#header2 #category .dropdown-menu > li > a, #location .dropdown-menu > li > a {
	padding: 10px 23px !important;
}
#header2 #search input {
    border: none;
    color: #414141;
    background: #fff;
    padding: 0px 29px 0px 23px;
    font-size: 16px;
	font-weight:400;
	min-width: 370px;
	min-height: 50px;
}
#header2 #search-button .btn {
    background:#f2992c;
	min-width: 370px;
	min-height: 59px;
	font-size: 24px;
	color:#fff;
}
#header2 #search-button .btn i{
	margin-right:12px;
	font-size:24px;
}
#header2 .browse{
	padding:80px 0;
	background:none;
}
#header2 .browse .browse-jobs{
	margin:0 0 53px 0;
}
#header2 .browse .browse-jobs h1{
	margin-top:0px;
	padding:15px 0 0 0;
}
#header2 .browse ul{
	margin-bottom:0px;
}
#header2 .browse .browse-job li{
	border:1px solid #e5e5e5;
	min-height: 126px;
	text-align: center;
	vertical-align:middle;
	min-width:131px;
	padding:15px 0 17px;
	max-width:135px;
	margin-right:8px;
}
#header2 .browse .browse-job li:last-child{
	margin:0px;
}
#header2 .browse .matter1 a i{
	color:#1b1a1a;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 12px;
	display: block;
}
#header2 .browse .matter1 a span{
	font-size: 14px;
	font-weight: 400;
	color: #1b1a1a;
	text-transform:uppercase;
}
#header2 .browse .browse-job li:hover .matter1 a span, #header2 .browse .browse-job li:hover .matter1 a i{
	color:#fff;
}
#header2 .browse .browse-job li:hover{
	background: rgba(239,131,0,1);
	background: -moz-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,131,0,1)), color-stop(2%, rgba(239,131,0,1)), color-stop(14%, rgba(251,163,0,1)), color-stop(65%, rgba(251,163,0,1)), color-stop(94%, rgba(239,131,0,1)), color-stop(100%, rgba(239,131,0,1)));
	background: -webkit-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: -o-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: linear-gradient(to bottom, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8300', endColorstr='#ef8300', GradientType=0 );
	margin:-14px -4px -14px -12px;
	z-index: 1;
	position: relative;
	min-height:152px;
	min-width:155px;
}
#header2 .browse .browse-job li:first-child:hover{
	margin:-14px -2px -14px -10px;
}
#header2 #featured .featured-jobs h1{
	padding-top:15px;
}
#header2 .browse-jobs .border, #header2 .browse-jobs .border1, #header2 .featured-jobs .border, #header2 .featured-jobs .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 #testimonial{
	padding:80px 0;
	background:none;
	height:auto;
}
#header2 #testimonial .testimonial-jobs{
	margin:0 0 57px 0;
}
#header2 #testimonial .testimonial-jobs h1{
	margin:0 0 0 0 ;
	padding:14px 0 5px;
	color:#333333;
}
#header2 .testimonial-jobs .border, #header2 .testimonial-jobs .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 .photo{
	text-align:center;
	position:relative;
	padding:0px !important;
}
#header2 .photo img{
	margin:0 auto;
	width:99px;
	height:99px;
	border:4px solid #ffb413;
	border-radius:50%;
	border-top-width:0px;
	border-left-width:3px;
	border-right-width:3px;
	position: absolute;
	top: -72px;
	left: 0;
	right: 0;
}
#header2 .photo:hover .photo-matter{
	background:#ffb413;
}
#header2 .photo:hover .photo-matter i, #header2 .photo:hover .photo-matter span, #header2 .photo:hover .photo-matter p{
	color:#333;
}
#header2 .photo .photo-matter{
	background:#333333;
	border-top:4px solid #ffb413;
	padding:32px 45px;
	margin-top:72px;
}
#header2 .photo .photo-matter i {
    color: #999999;
    font-size: 20px;
    position: absolute;
    left:45px;
}
#header2 .photo .photo-matter span {
    float: right;
    color: #999999;
    font-size: 20px;
	margin-top: -22px;
}
#header2 .photo .photo-matter p{
	color:#fff;
	text-align:center;
	font-size:18px;
}
#header2 #blog{
	background:#f7f7f7;
}
#header2 #blog .latest-blog{
	margin:0 0 58px 0;
}
#header2 #blog .latest-blog h1{
	padding-top:14px;
	color:#330000;
}
#header2 .latest-blog .border, #header2 .latest-blog .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 #latest{
	background:none;
}
#header2 #latest .latest-candidate h1{
	padding:15px 0 0 0;
}
#header2 #blog .latest-blog h1 span, #header2 #latest .latest-candidate h1 span, #header2 #partner .our-partner h1 span, #header2 #featured .featured-jobs h1 span, #header2 .browse .browse-jobs h1 span{
	color:#f2992c;
}
#header2 .latest-candidate .border, #header2 .latest-candidate .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 #partner{
	padding:0 0 61px;
}
#header2 #partner .our-partner h1{
	padding-top:14px;
}
#header2 .our-partner .border, #header2 .our-partner .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 .powered {
    padding: 0px;
    text-align: right;
}
#header2 .powered p {
    padding: 15px 0;
	width: 95%;
}
#header2 .subscribe {
    width:76%;
}
#header2 .subscribe input{
	background:#252525;
}
#header2 footer .info {
    margin-right: 70px;
}
#header2 footer .use {
    margin-right: 70px;
}
#header2 footer p {
    width: 100%;
	line-height: 22px;
}
#header2 footer .matter {
    margin-right: 0;
	width:29%;
}
#header2  .flickers{
	width:24%;
	margin-right:50px;
}
#header2  .flickers ul li{
	margin-bottom:10px;
}
#header2 .socialicon {
    margin-top: 20px;
}
/*--------------------------------- 
[ Header 3 / .header3 ]
----------------------------------- */
.header3 #top {
	background: #F2F2F2;
}
.header3 #top-links .icon {
	padding: 7px 0px;
}
.header3 #top-links .icon li {
	padding:0;
	border:1px solid #dfdfdf;
}
.header3 #top-links .icon li a {
	color: #000;
	padding: 4px 8px;
}
.header3 #top-links .icon li:hover a{
    background:#f2992c;
	border:transparent;
	color:#fff !important;
}
.header3 #top-links .button li a {
	color: #000;
	border-right:0;
	font-size:14px;
	padding-right: 12px;
}
.header3 #top-links .button li a i{
	margin-right: 10px;
	font-size:14px;
}
.header3 #top-links .button li:last-child a {
	padding-right:0;
}
.header3 .search {
    padding: 8px 8px 8px 8px;
    border: 1px solid #e5e5e5;
	margin: 31px 0 29px;
} 
.header3 .search input {
    padding: 0;
    color: #a3a3a3;
    background: #fff;
    border: none;
    font-size: 12px;
    height: 22px;
} 
.header3 .search .btn {
    position: absolute;
    left: auto;
    float: right;
    background: transparent;
    top: 0;
    bottom: 0;
    right: 14px;
}
.header3 .search .btn i {
    color: #b9b9b9;
    font-size: 20px;
}
.header3 #menu {
	margin:0;
	background:#fff;
}
.header3 #menu .nav > li {
    padding: 0;
}
.header3 #menu .nav > li > a{
	padding:14px 25px;
	line-height: 13px;
	border-bottom:0;
}
.header3 #menu .nav > li > a:hover {
    background: #f2992c;
    border-bottom:0;
	color:#fff;
}
.header3 .slideshow{
	border-top:2px solid #eae9e7;
}
.header3 .socialicon {
    margin: 14px 0 0 0;
	float: left;
}
.header3 .socialicon li {
    background:#696969;
	border:0;
	padding-top: 7px;
}
.header3 .socialicon li:hover{
	background:#f2992c;
	border:0;
}
.header3 .powered p {
    margin: 22px 0 0 0;
	color:#999999;
}
.header3 .powered {
	padding: 0px 0 17px;
}
.header3  footer h5{
	color:#fff;
}
.header3 footer .tags, .header3 footer .use {
    margin-right:70px;
}
.header3 footer .tags ul{
	margin:0;
} 
.header3 footer .tags ul li {
    padding: 9px 14px;
    line-height: 16px;
	background:#fff;
	margin: 0 9px 10px 0px;
}
.header3 footer .tags ul li:hover {
    background:#f2992c;
}
.header3 footer .tags ul li:hover a {
	color: #fff;
}
.header3 footer .tags ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 16px;
}
.header3 footer .info li, .header3 footer .use li {
    padding: 13px 4px 15px;
    border-bottom: 1px solid #303539;
}
.header3 footer .info li a i, .header3 footer .use li a i {
    margin-right: 8px;
	color:#999999;
	font-size:11px;
}
.header3 footer .info li a:hover i, .header3 footer .use li a:hover i{
    color: #f2992c;
}
.header3 footer .info {
    width: 17%;
    margin-right: 70px;
}
.header3 footer .info li:last-child, .header3 footer .use li:last-child {
    padding: 13px 4px 15px;
}
.header3 footer .contact ul{
	margin:0;
} 
.header3 footer .contact ul li {
    padding:0 0 16px;
}
.header3 footer .contact ul li a {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
}
.header3 footer .contact ul li:first-child .fa {
	float: left;
}
.header3 footer .contact ul li .fa {
	background:#5d5d5d;
	margin-right:21px;
	border-radius:50%;
	padding:9px 0 0 0;
	text-align:center;
	width:35px;
	height:35px;
}
.header3 footer .contact ul li:hover .fa{
	background:#f2992c;
}
/*--------------------
[ Header 4 / .header4 ]
---------------------*/
.header4 #logo {
    margin: 22px 0 17px;
}
.header4  header{
	background: rgba(3, 3, 3, 0.7);
	position: fixed;
	top: auto;
	width: 100%;
	z-index: 99;
	border:0;
}
.header4 header .button-login{
	position:absolute;
	top:32px;
	right:16px;
	margin:0;
}
.header4 header .button-login .btn-default{
	background:none;
	font-size:18px;
	padding:  13px 16px;
	border-radius: 0px;
	margin-right:0;
}
.header4 header .button-login .btn-primary{
	background:#f2992c;
}
.header4 header .button-login .btn-default:hover, .header4 header .button-login .btn-primary:hover {
    box-shadow: none;
}
.header4 header .button-login .btn-default:hover{
	background:transparent !important;
	color:#fff !important; 	
}
.header4 #menu {
	margin: 32px 0 0px 0;
	min-height: 43px;
	background:none;
}
.header4 #menu .nav > li > a {
	line-height: 14px;
	color: #fff;
	padding:15px 8px 35px;
	border-bottom: 4px solid transparent;
}
.header4 #menu .nav > li > a:hover{
	background:none;
	border-bottom:4px solid #f2992c;
}
.header4 #menu .nav > li {
    margin: 0 42px 0 0;
}
.header4 #menu .nav > li:last-child {
    margin: 0 0px 0 0;
}
.header4 #menu .navbar-nav > .active > a, .header4 #menu .navbar-nav > .active > a:hover, .header4 #menu .navbar-nav > .active > a:focus {
    background-color: none;
	border-bottom:4px solid #f2992c;
}
.header4 #menu .dropdown-menu {
	background:rgba(3, 3, 3, 0.7);
}
.header4 .slideshow img {
    height: 650px;
}
.header4 footer .info {
    width: 16%;
    margin-right: 70px;
}
.header4 footer .use {
    margin-right: 54px;
}
.header4 footer p {
    width: 88%;
	line-height:22px;
	font-size:16px;
}
.header4 footer .contact ul{
	margin:0;
} 
.header4 footer .contact ul li {
    padding:0 0 27px;
}
.header4 footer .contact ul li a {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
}
.header4 footer .contact ul li:first-child .fa {
	float: left;
	line-height:30px;
}
.header4 footer .contact ul li .fa {
	margin-right:12px;
}
.header4 .subscribe {
    padding: 0;
    border: 1px solid #f2992c;
    border-radius: 50px;
}
.header4 .subscribe input{
	background:none;
	padding:0 30px;
}
.header4 .subscribe .form-group {
    margin-bottom: 0px;
}
.header4 .subscribe .btn-default {
    border-radius: 0 50px 50px 0px;f2992c
    padding: 7px 23px;
    height: 40px;
	margin-left: 2px;
}
.header4 .socialicon li .fa{
	position:absolute;
	color:#fff;
	font-size:14px;
	top:10px;
	left:11px;
}
.header4 .socialicon li {
	width: 40px;
	height: 40px;
	margin-right:17px;
	background: none;
	border-radius: 50%;
	padding: 7px;
	text-align: center;
	padding-top: 0;
	border:none;
}
.header4 .socialicon li:hover {
    background:none;
    border:0;
}
.header4 .round {
	position: absolute;
	left: 5px;
	width: 100%;
	height: 100%;
	border-radius: 300px;
	z-index: 1;
	border-width: 4px;
	border-style: solid;
}
.header4 .fb {
	background-color:#2E4689;
	border-color: transparent;
}
.header4 .fb:hover {
	color: rgba(239,57,50,1);
	border-color: #334F99;
}
.header4 .twitter {
	background-color:#2B9ADD;
	border-color: transparent;
}
.header4 .twitter:hover {
	color: rgba(239,57,50,1);
	border-color: #4BAAE2;
}
.header4 .google {
	background-color:#BA2224;
	border-color: transparent;
}
.header4 .google:hover {
	color: rgba(239,57,50,1);
	border-color: #D8272C;
} 
.header4 .insta {
	background-color:#33608C;
	border-color: transparent;
}
.header4 .insta:hover {
	color: rgba(239,57,50,1);
	border-color: #396B9D;
}
.header4 .linkedin {
	background-color:#1365A9;
	border-color: transparent;
}
.header4 .linkedin:hover {
	color: rgba(239,57,50,1);
	border-color: #1675C2;
}
/*--------------------------------- 
[ Slideshow / .slideshow ]
----------------------------------- */
.slideshow .owl-pagination {
    top: -34px ;
	z-index:0;
}
.slideshow .owl-controls .owl-page{
	margin:0 !important;
	padding:4px 6px;
	background:rgba(0, 0, 0, 0.66);
}
.slideshow .owl-controls .owl-page span {
    background: #fff;
	border:4px solid transparent;
	box-shadow: none;
}
.slideshow .owl-controls .owl-page.active span {
    background: #f2992c;
}
.slideshow{
	margin:0;
	position:relative;
}
.slideshow img{
	width:100%;
}
.slide-detail{
	left: 0;
    position: absolute;
    right: 0;
	bottom:85px;
}
.slideshow .slider-caption {
	background: rgba(0, 0, 0, 0.66);
	position: relative;
	min-height:190px;
	border-top:4px solid #f2992c;
	padding:0 21px 0 23px;
}
.slider-caption h1{
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#f2992c;
	text-shadow:none;
	margin:24px 0 34px;
	text-align:center;
}
.off {
    border-bottom: 19px solid transparent;
    border-right: 19px solid #f2992c;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    margin: 0;
	right:0;
}
.slider-caption .btn {
    color: #999999;
    padding: 0px 29px 0px 23px;
    font-size: 16px;
	font-weight:400;
    border: none;
    min-width: auto;
	min-height: 50px;
	border-radius:0px;
	background:#fff;
}
.slider-caption .form-control{
	min-height: 47px;
	border-radius:0px;
	min-width: 266px !important;
	font-size:16px !important;
	font-weight:400 !important;
	color:#666666 !important;
}
.slider-caption .btn i{
	font-size:18px;
}
.slideshow .bootstrap-select.btn-group .dropdown-menu{
	z-index:999999 !important;
}
.slideshow .open > .dropdown-menu {
    z-index:999999 !important;
}
.slider-caption .dropdown-menu  {
    border-radius:0px;
	border-top:1px solid #999999;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}
.slider-caption .dropdown-menu > li > a {
	color: #999999;
    padding: 0px 29px 0px 23px;
    font-size: 16px;
	font-weight:400;
}
.slider-caption .btnsrch {
    background:#f2992c;
	border:none;
	border-radius:0;
	top:0;
	position:absolute;
	padding:11px 31px;
}
.slider-caption .btnsrch i{
	color:#fff;
	font-size:24px;
}
.slider-caption .btnsrch:hover i{
	color:#fff;
}
.center{
	text-align:center;
}
.center .btn-default{
	font-size:18px;
	font-weight:400;
	background:#333333;
	padding:9px 22px 8px;
	color:#fff;
	border:none;
	line-height:18px;
	margin-top:19px;
}
.center .btn-default i{
	margin-left:14px;
}
.center .btn-default:hover, .center .btn-default:active{
	background-color:#333 !important;
	color:#fff !important;
}
/*--------------------------------- 
[ featured / .featured-jobs ]
----------------------------------- */
#featured{
	padding:70px 0 50px 0;
	background: #F7F7F7;
}
#featured .featured-jobs{
	text-align:center;
	margin:0 0 48px 0;
	position:relative;
}
#featured .featured-jobs h1{
	margin:0;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.featured-jobs .border{
    border-bottom: 1px solid #333333;
    left: 39%;
    position: absolute;
    width: 14%;
}
.featured-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 39%;
    margin-top:10px;
    position: absolute;
    width: 14%;
}
.product-box{
	margin-bottom:30px;
}
.product-box .matter{
	background:#fff;
	border:1px solid #e1e1e1;
	border-bottom:0;
	padding:29px 11px;
}
.product-box .matter h1{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin:0 0 11px 0;
	line-height: 18px;
}
.product-box .matter ul {
	margin:0px 0 25px;
}
.product-box .matter ul li{
	padding:0px 18px 0 0;
	line-height: 12px;
}
.product-box .matter li a{
	font-size:14px;
	font-weight:400;
	color:#333;
}
.product-box .matter li:first-child a i{
	color:#f2992c;
}
.product-box .matter li a i{
	margin-right:7px;
}
.product-box .matter li a:hover i{
	color:#f2992c;
}
.product-box .matter p{
	font-size:14px;
	font-weight:400;
	color:#666666;
	line-height:18px;
	margin:0;
}
.product-box .btn-info{
	border:none;
	border-radius:0px;
	background:#333333;
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin-right: -2px;
	width: 49.5%;
	padding:16px;
	line-height:10px;
}
.product-box .btn-info:hover{
	background:#f2992c;
}
.product-box .image{
	position:relative;
}
.product-box:hover .image{ 
	opacity:15;
}
.product-box:hover .buttons{
	opacity:1;
}
.buttons{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255, 153, 0, 0.75);
	text-align:center;
	top:0;
	opacity:0;
	cursor:pointer;
	transition:all 1.5s ease 0s;
}
.buttons .open-down{
	bottom: 40%;
    left: 0;
    position: absolute;
    right: 0;
	transition:all 1.5s ease 0s;
}
.buttons .rotate1:nth-child(1){
	margin-left:0px;
}
.buttons .rotate1{
	text-align:center;
	color:#000;
	font-size:20px;
	background:#fff;
	width:40px;
	height:40px;
	border:none;
	border-radius:50%;
	z-index:-1000;
	margin-left:25px;
}
.buttons .rotate1:hover{
	background:#f2992c;
	color:#fff;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
}
.product-list .product-box .matter{
	border-bottom:1px solid #e1e1e1;
	padding:25px 12px;
	margin-left:270px;
}
.product-list .product-box .matter ul {
	margin:0px 0 17px;
	line-height: 12px;
}
.product-list .product-box .matter p{
	font-weight:300;
	margin:0 0 20px 0;
}
.product-list .product-box .btn-info{
	margin-right:30px;
	width: 136px;
	height:35px;
	padding:11px;
}
.product-list .product-box .image{
	float:left;
}
/*--------------------------------- 
[ browse / .browse-jobs ]
----------------------------------- */
.browse{
	padding:80px 0 50px 0; 
}
.browse .browse-jobs{
	text-align:center;
	margin:0 0 48px 0;
	position:relative;
}
.browse .browse-jobs h1{
	margin:0;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.browse-jobs .border{
    border-bottom: 1px solid #333333;
    left: 40%;
    position: absolute;
    width: 12%;
}
.browse-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 40%;
    margin-top:10px;
    position: absolute;
	width: 12%;
}
.browse .matter{
	border:1px solid #e5e5e5;
	min-height:116px;
	text-align:center;
	margin-bottom:30px;
}
.browse .matter .boxbor i{
	padding-top:25px;
}
.browse .matter:hover .boxbor:before {
    display: block;
    content: "";
    width: 185px;
    height: 80px;
    bottom:auto;
    left: 15px;
	position:absolute;
    border-top: 3px solid #c87500;
    border-left: 3px solid #c87500;
}
.browse .matter:hover .boxbor:after {
    display: block;
    content: "";
    width: 185px;
    height: 80px;
    bottom: 30px;
    right: 15px;
    border-bottom: 3px solid #c87500;
    border-right: 3px solid #c87500;
	position:absolute;
}
.browse .matter a{
	text-align:center;
}
.browse .matter a i{
	color:#36465d;
	font-size:32px;
	font-weight:400;
	margin-bottom:12px;
	display:block;
}
.browse .matter a span{
	font-size:20px;
	font-weight:400;
	color:#000;
}
.browse .matter:hover{
	background:#FFB413;
	border:1px solid transparent;
}
.browse .matter:hover a i, .browse .matter:hover a span{
	color:#fff;
}
/*--------------------------------- 
[ testimonial / .testimonial-jobs ]
----------------------------------- */
#testimonial{
	background:url(../images/testi-bg.jpg);
	height:402px;
}
#testimonial .testimonial-jobs{
	text-align:center;
	margin:0 0 52px 0;
	position:relative;
}
#testimonial .testimonial-jobs h1{
	margin:57px 0 0 0 ;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#f2992c;
}
.testimonial-jobs .border{
    border-bottom: 1px solid #f2992c;
    left: 40%;
    position: absolute;
    width: 12%;
}
.testimonial-jobs .border1{
    border-bottom: 1px solid #f2992c;
    right: 40%;
    margin-top:10px;
    position: absolute;
    width: 12%;
}
#testimonials{
	margin-bottom:0px;
	background:none;
}
#testimonials .owl-wrapper-outer{
	border:none;
}
#testimonials  .owl-buttons div {
    opacity: 1 !important;
   text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
   color:#fff;
}
#testimonials .owl-buttons div:hover{
	color:#f2992c;
}
#testimonials  .owl-buttons .owl-prev {
    left: 15px;
	top:20%;
}
#testimonials .owl-buttons .owl-next {
    right: 15px;
	top:20%;
}
#testimonials .owl-buttons div i {
    font-size: 55px;
    margin: -20px 0 0;
}
.photo{
	padding:0 42px;
}
.photo img{
	margin:0 auto;
	margin-bottom:22px;
	width:99px;
	height:99px;
	border:4px solid #ffb413;
	border-radius:50%;
	border-top-width:0px;
	border-left-width:3px;
	border-right-width:3px;
}
.photo i {
    color: #999999;
    font-size: 24px;
    position: absolute;
    left:48px;
}
.photo span {
    float: right;
    color: #999999;
    font-size: 24px;
	margin-top: -28px;
}
.photo p{
	color:#fff;
	text-align:center;
	font-size:18px;
}
/*--------------------------------- 
[ blog / .latest-blog ]
----------------------------------- */
#blog{
	padding:80px 0 43px 0;
}
#blog .latest-blog{
	text-align:center;
	margin:0 0 48px 0;
	position:relative;
}
#blog .latest-blog h1{
	margin:0;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#15110E;
	text-transform:uppercase;
}
.latest-blog .border{
    border-bottom: 1px solid #333333;
    left: 40%;
    position: absolute;
    width: 141px;
}
.latest-blog .border1{
    border-bottom: 1px solid #333333;
    right: 40%;
    margin-top:10px;
    position: absolute;
    width: 141px;
}
#blog .box{
	position: relative;
	margin-bottom: 37px;
}
#blog .box img{
	float:left;
}
#blog .box .matter{
	background: #f7f7f7;
	margin-left: 228px;
	padding: 20px 12px;
}
#blog .box .matter h1{
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:0 0 21px 0;
	line-height:20px;
}
#blog .box .matter  p{
	color:#666666;
	font-size:16px;
	font-weight:400;
	line-height:19.5px;
}
#blog .box .matter  a{
	color:#000;
	font-size:16px;
	font-weight:400;
}
#blog .box .matter  a:hover{
	color:#f2992c;
}
/*--------------------------------- 
[ latest / .latest-candidate ]
----------------------------------- */
#latest{
	background:#F7F7F7;
	padding:80px 0;
}
#latest .latest-candidate{
	text-align:center;
	margin:0 0 80px 0;
	position:relative;
}
#latest .latest-candidate h1{
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:0;
}
.latest-candidate .border{
    border-bottom: 1px solid #333333;
    left: 33%;
    position: absolute;
    width: 242px;
}
.latest-candidate .border1{
    border-bottom: 1px solid #333333;
    right: 33%;
    margin-top:10px;
    position: absolute;
    width: 242px;
}
#latests,#latestsfeat{
	margin-bottom:0px;
	background:none;
	padding:0 30px;
}
#latests .owl-wrapper-outer,#latestsfeat .owl-wrapper-outer{
	border:none;
	box-shadow:none;
}
#latests  .owl-buttons div,#latestsfeat .owl-buttons div{
    opacity: 1 !important;
   text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
#latests .owl-buttons div i:hover,#latestsfeat .owl-buttons div i:hover{
	color:#f2992c;
}
#latests  .owl-buttons .owl-prev ,#latestsfeat .owl-buttons .owl-prev{
    left: 15px;
	top:20%;
}
#latests .owl-buttons .owl-next,#latestsfeat .owl-buttons .owl-next {
    right: 15px;
	top:20%;
}
#latests .owl-buttons div i ,#latestsfeat .owl-buttons div i {
    font-size: 55px;
	color:#15110E;
    margin: -20px 0 0;
}
#latests .candidate img,#latestsfeat .candidate img{
	margin:0 auto;
	margin-bottom:22px;
	width:122px;
	height:122px;
	border:4px solid #ffb413;
	border-radius:50%;
	border-top-width:0px;
	border-left-width:3px;
	border-right-width:3px;
}
#latests .candidate h1,#latestsfeat  .candidate h1{
	color:#000;
	text-align:center;
	font-family: 'Libre Baskerville', serif;
	font-size:15.02px;
	font-weight:bold;
	margin:18px 0 8px;
}
#latests .candidate p,#latestsfeat .candidate p{
	color:#666666;
	text-align:center;
	font-size:15.02px;
	font-weight:400;
	margin-bottom:0px;
}
/*--------------------------------- 
[ partner / .our-partner ]
----------------------------------- */
#partner{
	/*padding:80px 0;*/
}
#partner .our-partner{
	text-align:center;
	margin:0 0 59px 0;
	position:relative;
}
#partner .our-partner h1{
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:0;
}
.our-partner .border{
    border-bottom: 1px solid #333333;
    left: 33.5%;
    position: absolute;
    width: 220px;
}
.our-partner .border1{
    border-bottom: 1px solid #333333;
    right: 33%;
    margin-top:10px;
    position: absolute;
    width: 240px;
}
#partners img{
	margin:0 auto;
}
#partners .image{
	margin: 0 auto;
}
#partners .owl-wrapper-outer{
	border:none;
	box-shadow:none;
}
#partners .owl-buttons div{
    opacity: 1 !important;
   text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
#partners .owl-buttons div i:hover{
	color:#5b5b5b;
	border:1px solid #5b5b5b;
}
#partners .owl-buttons .owl-prev {
    left: 8px;
	top:40%;
}
#partners .owl-buttons .owl-next{
    right: 8px;
	top:40%;
}
#partners .owl-buttons div i {
    font-size: 17px;
	color:#cccccc;
    margin: -20px 0 0;
	border:1px solid #cccccc;
	padding:10px;
}
/*--------------------------------- 
[ Footer / #footer]
----------------------------------- */
footer {
	background-color: #1b191a;
	padding:65px 0 ;
}
footer h5 {
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:bold;
	color:#f2992c;
	margin:0 0 26px;
}
footer h6 {
	font-size:14px;
	color:#fff;
	margin:0 0 26px;
	font-weight:400;
}
footer h6 i{
	font-size:24px !important;
	margin-right:9px;
}
footer h6 span{
	font-weight:600;
	font-size:24px;
}
footer p {
	font-size:14px;
	font-weight:300;
	color: #ffffff;
	line-height:26px;
	width: 88%;
    margin:12px 0 22px;
}
footer .bor{
	border-bottom:1px solid #313538;
	margin-bottom: 34px;
	padding-bottom:20px;
}
.subscribe{
	padding:0 70px 0 0;
}
.subscribe input{
	height: 40px;
	border-radius:0px;
	border:none;
}
.subscribe .btn-default{
	background:#f2992c;
	color:#fff;
	border:none;
	border-radius:0px;
	padding:7px 16px;
	height:40px;
} 
.socialicon{
	margin-top:32px;
	margin-left:0;
}
.socialicon li:last-child{
	margin-right:0px;
}
.socialicon li {
	list-style: none;
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right:25px;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
	border:1px solid #f2992c;
}
.socialicon li a{
	font-size:14px;
	color:#fff;
}
.socialicon li a i{
	margin-right:0px;
}
.socialicon li:hover{
	background:#f2992c;
	border:1px solid transparent;
}
footer .info ul, footer .use ul{
	margin-bottom:0px;
}
footer .info li, footer .use li{
	padding:0 0 26px;
	line-height: 16px;
}
footer .info li:last-child, footer .use li:last-child{
	padding:0px;
}
footer .info li a, footer .use li a {
	font-size:16px;
	font-weight:400;
	color:#fff;
}
footer .info li a i, footer .use li a i{
	margin-right:7px;
}
footer .info li a:hover, footer .use li a:hover{
	color:#f2992c;
}
footer .matter{
	margin-right:38px;
}
footer .info{
	width: 15%;
	margin-right: 78px;
}
footer .use{
	width: 15%;
	margin-right: 101px;
}
footer .form .input-group{
	padding:0 15px;
}
footer .form .big{
	height:80px !important;
}
footer .form .form-group{
	margin-bottom:12px;
}
footer .form input{
	background:#161b1e;
	border:1px solid #666666;
	height:40px;
	border-radius:0;
	box-shadow: none !important;
	outline-offset: 0 !important;
}
footer .form input:hover{
	border:1px solid #fff;
}
footer .form .btn-default {
    background: #f2992c;
    color: #000;
    border: none;
    border-radius: 0px;
    padding: 11px 16px;
    height: 80px;
}
footer .form .btn-default:hover, footer .form .btn-default:active:hover {
    background: #f2992c !important;
	color:#000 !important;
}
.powered {
	background:#1b191a;
	padding: 0px 0 65px;
	text-align:center;
}
.powered p{
	font-size:14px;
	font-weight:400;
	margin:0px;
	color:#cccccc;
	line-height: 13px;
}
/*--------------------------------- 
[ submit-job / .submit-job-content ]
----------------------------------- */
#submit-job {
	background:#f7f7f7;
}
#submit-job .submit-job-content{
	position:relative;
}
#submit-job .submit-job-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#000;
}
.bread{
	text-align:center;
}
#submit-job .submit-job-content ul{
	position:absolute;
	background:#ededed;
	right: 42.5%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height:16px;
}
#submit-job .submit-job-content ul li{
	padding-left:0px;
	color:#666666;
}
#submit-job .submit-job-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ submit-job-form / .submit-form ]
----------------------------------- */
#submit-job-form{
	margin:80px 0px;
}
#submit-job-form  .submit-form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
	position:relative;
}
#submit-job-form  .submit-form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left: 0;
}
#submit-job-form  .submit-form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right:0;
}
#submit-job-form  .submit-form  .form-group{
	margin-bottom:42px;
}
#submit-job-form  .submit-form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
#submit-job-form  .submit-form .form-group .form-control{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
#submit-job-form  .submit-form .form-group textarea{
	height:170px !important;
}
#submit-job-form  .submit-form .form-group  .btn-default {
    color: #333;
    background-color: transparent;
    border-color:  transparent;
	height:58px;
	box-shadow:none;
	padding: 0px 48px 0 14px;
}
#submit-job-form  .submit-form .form-group .btn-default span{
	padding:16px 0 0 0;
}
#submit-job-form  .submit-form .form-group .form-control .fa{
	background:#f2992c;
	color:#fff;
	padding:16px;
	font-size: 24px;
}
#submit-job-form  .submit-form .form-group .browse{
	background:#fff;
	border:1px solid #e6e6e6;
	padding: 38px 21px;
	margin-bottom:20px;
}
#submit-job-form  .submit-form .browse label{
	background:#e2e2e2;
	color:#000;
	border-radius:25px;
	padding:15px 30px;
	margin-bottom:0;
	font-weight: 300;
}
#submit-job-form  .submit-form .form-group span{
	color:#999999;
	font-size:16px;
	font-weight:600;
}
#submit-job-form  .submit-form h5{
	font-family: 'Libre Baskerville', serif;
	font-size:26px;
	font-weight:bold;
	color:#000;
	margin:15px 0 37px; 
}
#submit-job-form  .submit-form .fb, #submit-job-form  .submit-form .twitter, #submit-job-form  .submit-form .google{
	width:100%;
}
#submit-job-form  .submit-form .fb i, #submit-job-form  .submit-form .twitter i, #submit-job-form  .submit-form .google i{
	width:12%;
	height:56px;
	color:#fff;
	font-size:20px;
	padding: 18px 25px;
}
#submit-job-form  .submit-form .fb i{
	background:#006699;
}
#submit-job-form  .submit-form .twitter i{
	background:#00ccff;
}
#submit-job-form  .submit-form .google i{
	background:#cc3300;
}
#submit-job-form  .submit-form .fb input, #submit-job-form  .submit-form .twitter input, #submit-job-form  .submit-form .google input{
	width:88% !important;
	height:56px !important;
}
#submit-job-form  .submit-form .google input{
	border-bottom:0;
}
#submit-job-form  .submit-form .button{
	text-align:center;
}
#submit-job-form  .submit-form .button .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
/*--------------------------------- 
[ login / .login-content ]
----------------------------------- */
#login {
	background:#f7f7f7;
}
#login .login-content{
	position:relative;
}
#login .login-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#000;
}
#login .login-content ul{
	position:absolute;
	background:#EDEDED;
	right: 44.5%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height: 16px;
}
#login .login-content ul li{
	padding-left:0px;
	color:#666666;
}
#login .login-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ login-form / .form ]
----------------------------------- */
#login-form{
	margin:80px 0px;
}
#login-form  .form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
	position: relative;
}
#login-form  .form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
#login-form  .form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right: 0;
}
#login-form .form  .form-group{
	margin-bottom:42px;
}
#login-form  .form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
#login-form  .form .form-group input{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
#login-form  .form .form-group a{
	color:#f2992c;
	font-size:16px;
	font-weight:300;
}
#login-form  .form .form-group .confirmation label{
	font-weight:300;
	color:#666;
	margin-bottom:0;
}
#login-form  .form .form-group .confirmation input{
	color:#666;
	font-size:16px;
	font-weight:300;
	width:12px;
	height:12px;
	margin:0 10px 0 0;
}
#login-form  .form .button{
	text-align:center;
}
#login-form  .form .button .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
#login-form  .form p{
	padding-top:36px;
	text-align:center;
	color:#666;
	font-size:16px;
	font-weight:300;
}
#login-form  .form p a{
	color:#f2992c;
}
/*--------------------------------- 
[ contact / .contact-content ]
----------------------------------- */
#contact {
	background:#f7f7f7;
}
#contact .contact-content{
	position:relative;
}
#contact .contact-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#333333;
}
#contact .contact-content ul{
	position:absolute;
	background:#EDEDED;
	right: 43%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height: 16px;
}
#contact .contact-content ul li{
	padding-left:0px;
}
#contact .contact-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ contact-form / .form ]
----------------------------------- */
#contact-form{
	margin:80px 0px;
}
#contact-form .form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
	position:relative;
	margin-bottom:80px;
}
#contact-form  .form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
#contact-form  .form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width:100%;
	bottom: 0;
	right: 0;
}
#contact-form .form  .form-group{
	margin-bottom:42px;
}
#contact-form  .form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
#contact-form  .form .form-group input, #contact-form  .form .form-group textarea{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
#contact-form  .form .form-group textarea{
	height:170px;
}
#contact-form  .form .form-group a{
	color:#f2992c;
	font-size:16px;
	font-weight:600;
}
#contact-form  .form .form-group .confirmation input{
	color:#999999;
	font-size:16px;
	font-weight:600;
	width:0;
	height:0;
	margin-right:10px;
}
#contact-form  .form .button{
	text-align:center;
}
#contact-form  .form .button .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
#contact-form  .form p{
	padding-top:36px;
	text-align:center;
	color:#999999;
	font-size:16px;
	font-weight:600;
}
#contact-form  .form p a{
	color:#f2992c;
}
#contact-form .detail{
	background:#f7f7f7;
	padding: 47px;
	margin-bottom:30px;
}
#contact-form  .detail .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0%;
}
#contact-form  .detail .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right:0%;
}
#contact-form  .detail ul{
	margin-bottom:0px;
}
#contact-form  .detail li{
	padding:0 0 46px;
}
#contact-form  .detail li:last-child{
	padding:0px;
}
#contact-form  .detail ul li h5 {
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height: 14px;
	margin:0 0 25px;
}
#contact-form  .detail li .fa {
	color: #f2992c;
	margin-right: 20px;
	font-size:16px;
}
#contact-form  .detail li:first-child .fa {
    float: left;
    line-height: 28px;
}
#contact-form  .detail a {
	font-size:16px;
	font-weight:400;
	color:#666;
	line-height: 18px;
}
/*--------------------------------- 
[ about / .about-content ]
----------------------------------- */
#about {
	background:#f7f7f7;
}
#about .about-content{
	position:relative;
}
#about .about-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#000;
}
#about .about-content ul{
	position:absolute;
	background:#EDEDED;
	right: 43.5%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height:16px;
}
#about .about-content ul li{
	padding-left:0px;
	color:#666666;
}
#about .about-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ abouts / .about-detail ]
----------------------------------- */
#abouts{
	margin:80px 0px;
}
#abouts  .about-detail h1{
	color:#000;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:0 0 30px;
}
#abouts  .about-detail p{
	color:#666;
	font-size:16px;
	font-weight:400;
	text-align:center;
	line-height:28px;
	margin-bottom:0;
}
#abouts  .inner{
	margin-top:37px;
}
#abouts  .inner p{
	color:#666;
	font-size:16px;
	font-weight:400;
	text-align:left;
	line-height:28px;
	margin-bottom:0;
}
#abouts  .mission h1{
	color:#000;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:72px 0 30px;
}
#abouts  .mission p{
	color:#666;
	font-size:16px;
	font-weight:400;
	text-align:center;
	line-height:28px;
	padding:0 74px;
	margin-bottom:0;
}
#abouts  .team h1{
	color:#000;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:50px 0 79px;
}
#abouts .team ul{
	padding:0 13px;
	margin-bottom:0px;
}
#abouts .team ul li{
	padding:0;
	margin-right:35px;
}
#abouts .team ul li:last-child{
	margin-right:0px;
}
#abouts .team .client{
	text-align:center;
}
#abouts .team .client img{
	margin:0 auto;
}
#abouts .team .client h5{
	margin:15px 0 10px;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:400;
	color:#333;
}
#abouts .team .client p{
	color:#666;
	font-size:16px;
	font-weight:400;
	margin:0 0 14px;
}
#abouts .team .client .soical{
	padding:0;
	margin:0;
}
#abouts .team .client .soical li{
	background:#fff;
	border:1px solid #f0f0f0;
	border-radius:50%;
	width:29px;
	height:29px;
	padding:3px 6px;
	margin-right:8px !important;
}
#abouts .team .client .soical li:last-child{
	margin-right:0px !important;
}
#abouts .team .client .soical li a{
	color:#000;
	font-size:13px;
	font-weight:400;
}
#abouts .team .client .soical li:hover{
	background:#f2992c;
	border:1px solid transparent;
}
#abouts .team .client .soical li:hover a{
	color:#fff;
}
/*--------------------------------- 
[ jobs / .jobs-content ]
----------------------------------- */
#jobs {
	background:#f7f7f7;
}
#jobs .jobs-content{
	position:relative;
}
#jobs .jobs-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#000;
}
#jobs .jobs-content ul{
	position:absolute;
	background:#EDEDED;
	right: 44.5%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height: 16px;
}
#jobs .jobs-content ul li{
	padding-left:0px;
}
#jobs .jobs-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ job / .sort / .matter ]
----------------------------------- */
#job{
	margin:80px 0px;
}
#job .form1{
	margin-bottom:50px;
	background:#f7f7f7;
	padding:34px 15px 40px;
}
#job .form1 .form-group{
	margin-bottom:0;
}
#job .form1 .sort, #job .form1 .show, #job .form1 .category, #job .form1 .keyword{
	font-size:16px;
	color:#333333;
}
#job .form1 .sort label, #job .form1 .show label, #job .form1 .category label, #job .form1 .keyword label{
	margin-bottom:13px;
	font-weight:600;
}
#job .form1 .btn-default{
	height:45px;
	border:1px solid #e6e6e6;
	border-radius:0;
	box-shadow:none;
	color: #666 !important;
	font-size: 16px !important;
}
#job .form1 .btn-default:hover{
	background-color:#fff !important;
}
#job .form1 .sort  option, #job .form1 .show  option, #job .form1 .category option{
	padding: 6px 12px;
}
#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword .btn-danger, #job .form1 .keyword .btn-warning  {
	border:none;
	border-radius:0;
	padding:9px 23px;
	font-size:16px;
	font-weight:500;
	height:34px;
	margin-right:16px;
	line-height:16px;
}
#job .form1 .keyword .btn-primary {
	background:#ACD374;
}
#job .form1 .keyword .btn-success {
	background:#ED5400;
}
#job .form1 .keyword .btn-danger {
	background:#FF9D12;
}
#job .form1 .keyword .btn-warning {
	background:#1D86F1;
	margin-right:0;
}
.left1{
	background:#F7F7F7;
}
.left{
	padding:0 0 51px 0  ;
}
.left .job-candidate{
	margin-bottom:63px;
}
.left .job-candidate h1{
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0;
	padding-top:27px;
	text-align:center;
}
.left .job-candidate .border{
    border-top: 1px solid #333333;
    left: 17%;
    position: absolute;
    width: 144px;
}
.left .job-candidate .border1{
    border-bottom: 1px solid #333333;
    right: 14%;
    margin-top:10px;
    position: absolute;
    width: 144px;
}
.leftside{
	background:#F7F7F7;
}
.margin-t{
	margin-top:40px;
}
.margin-t h1{
	border-top:0 !important;
}
.margin-t .border{
	left:34% !important;
}
.margin-t .border1{
	right:34% !important;
}
.leftside .latest-jobs{
	padding:0 0 32px;
}
.leftside .latest-jobs h1{
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 10px;
	border-top: 1px solid #ccc;
	padding: 33px 0 9px;
	text-align:center;
}
.leftside .latest-jobs .border{
    border-top: 1px solid #333333;
    left: 28%;
    position: absolute;
    width: 88px;
}
.leftside .latest-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 28%;
    margin-top:10px;
    position: absolute;
    width: 88px;
}
.leftside .job-content{
	margin:20px 10px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:17px;
}
.leftside .job-content img{
	width:62px;
	height:57px;
	float:left;
	margin-right:10px;
}
.leftside .job-content h1{
	font-size:14px;
	font-weight:600;
	color:#333;
	margin:0 0 9px;
}
.leftside .job-content ul{
	margin-bottom:0;
	line-height: 10px;
}
.leftside .job-content ul li{
	padding:0px 12px 0 0;
}
.leftside .job-content ul li a{
	font-size:12px;
	font-weight:400;
	color:#333333;
}
.leftside .job-content ul li:first-child a i{
	color:#f2992c;
}
.leftside .job-content ul li a i{
	font-size:14px;
	margin-right:7px;
}
.leftside .job-content a{
	color:#3366cc;
	font-size:12px;
	font-weight:400;
}
.career{
	margin-top:28px;
}
.pagination{
	margin: 25px 0 0 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination > li > a{
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #3E3E3E;
    border: 0px solid #ddd;
    margin-right: 10px;
    border-radius: 50%;
	width:37px;
	height:37px;
	font-weight:bold;
}
.pagination > li > a > span{
	font-weight:bold;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	background:#f2992c;
	color:#fff;
} 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f2992c;
    border-color: #f2992c;
}
/*--------------------------------- 
[ jobdetail / .sort / .matter ]
----------------------------------- */
#jobdetail{
	margin:80px 0px 0px;
}
#jobdetail .left-side{
	margin-top:19px;
	background:#F5F5F5;
}
#jobdetail .left-side ul{
	padding: 21px 0 0px 15px;
}
#jobdetail .left-side ul li h5{
	border-bottom:1px solid #ccc;
	padding:0 0 8px 0;
	line-height: 14px;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:0;
}
#jobdetail .left-side ul li h5 i{
	font-size:18px;
	margin-right:7px;
}
#jobdetail .left-side ul li p{
	font-size:18px;
	font-weight:400;
	color:#666;
	padding:20px 0 33px;
	margin:0;
	line-height: 18px;
}
#jobdetail  .content h1{
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:0 0 15px;
}
#jobdetail  .content ul{
	margin-bottom:30px;
}
#jobdetail  .content ul li{
	background:#ededed;
	border-radius: 20px;
	padding:8px 22px 8px 14px;
	line-height: 14px;
}
#jobdetail  .content ul li a{
	font-size:14px;
	font-weight:400;
	color:#333333;
}
#jobdetail  .content ul li a i{
	margin-right:7px;
	color:#f2992c;
}
#jobdetail  .content p{
	font-size:16px;
	font-weight:400;
	color:#666;
	line-height:28px;
	margin-bottom:43px;
}
#jobdetail  .content h5{
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:300;
	color:#000;
	margin:0 0 27px;
	padding-bottom:16px;
	border-bottom:1px solid #ccc;
}
#jobdetail  .content .btn-info{
	background:#f2992c;
	border:none;
	border-radius:0;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:21px 32px;
	line-height: 16px;
}
/*--------------------------------- 
[ similar /  .matter ]
----------------------------------- */
#similar{
	margin:80px 0;
}
#similar .similar-jobs{
	text-align:center;
	margin:0 0 58px 0;
	position:relative;
}
#similar .similar-jobs h1{
	padding:16px 0 0 0 ;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#15110E;
	margin:0;
	text-transform:uppercase;
}
#similar .similar-jobs h1 span{
	color:#f2992c;
}
.similar-jobs .border{
    border-bottom: 4px solid #f2992c;
    left: 40%;
    position: absolute;
    width: 171px;
}
.similar-jobs .border1{
    border-bottom: 4px solid #f2992c;
    right: 40%;
    margin-top:11px;
    position: absolute;
    width: 171px;
}
/*--------------------------------- 
[ jobdetail /  .apply ]
----------------------------------- */
.apply{
	margin-top:23px !important;
}
.apply  h1{
	border:none !important;
}
.job-form{
	background:#f7f7f7;
	padding: 48px 15px 51px 15px;
	margin:45px 0 0 0;
	position:relative;
}
.job-form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
.job-form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right:0;
}
.job-form  .form-group{
	margin-bottom:42px;
}
.job-form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
.job-form .form-group span{
	color:#666;
	font-size:12px;
	font-weight:300;
}
.job-form .form-group input, .job-form .form-group textarea{
	border:1px solid #e6e6e6 ;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%;
}
.job-form .form-group textarea{
	height:170px;
}
.job-form .form-group .browse {
    background: #ffffff;
	border: 1px solid #e6e6e6;
    padding: 8px 21px;
	margin-bottom:13px;
}
.job-form .form-group .browse label {
    background: #e2e2e2;
    color: #000;
    border-radius: 25px;
    padding: 9px 30px;
    margin-bottom: 0;
	font-weight: 300;
	font-size:14px;
}
.job-form .form-group .browse input{
	height:1 !important;
}
.job-form .button{
	text-align:center;
}
.job-form .button .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
/*--------------------------------- 
[ blogs /  .rightside ]
----------------------------------- */
#blogs{
	margin:80px 0;
}
#bloggs .box{
	position: relative;
	margin-bottom: 51px;
}
#bloggs .box img{
	float:left;
}
#bloggs .box .matter{
	background: #f7f7f7;
	margin-left: 270px;
	padding: 21px 17px 21px 18px;
	height: 221px;
}
#bloggs .box .matter h1 a{
	color:#000;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
}
#bloggs .box .matter h1{
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-top:0px;
}
#bloggs .box .matter  p{
	color:#666;
	font-size:16px;
	font-weight:300;
	line-height:26px;
	margin-bottom:25px;
}
#bloggs .box .matter  a{
	color:#666;
	font-size:16px;
	font-weight:300;
}
#bloggs .box .matter ul li{
	border-right:1px solid #ccc;
}
#bloggs .box .matter ul li:last-child{
	border-right:0;
}
.rightside{
	background:#F7F7F7;
	padding: 27px 0 0 0;
}
.rightside .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 70%;
	top: 0;
	left:5%;
}
.rightside .search {
	background: #fff;
	padding: 8px 8px 8px 8px;
	margin:0 10px 0px 10px;
}
.rightside .search input {
    color: #999999;
    background: #fff;
    border: none;
    font-size: 16px;
	width:100%;
}
.rightside .search .btn {
	color:#999;
    position: absolute;
    left: auto;
    float: right;
    background: transparent;
    top: 28px;
    right: 20px;
}
.rightside .latest-post{
	position:relative;
	padding:0 0 20px 0;
}
.rightside .latest-post h1{
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 10px;
	padding: 45px 0 10px;
	text-align:center;
}
.rightside .latest-post .border{
    border-top: 1px solid #333333;
    left: 28%;
    position: absolute;
    width: 88px;
	top:auto;
}
.rightside .latest-post .border1{
    border-bottom: 1px solid #333333;
    right: 28%;
    margin-top:10px;
    position: absolute;
    width: 88px;
}
.rightside .job-content{
	margin:20px 10px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:17px;
}
.rightside .job-content img{
	width:62px;
	height:57px;
	float:left;
	margin-right:10px;
}
.rightside .job-content h1{
	font-size:14px;
	font-weight:600;
	color:#333;
	margin:0 0 9px;
}
.rightside .job-content ul{
	margin-bottom:0;
	line-height: 10px;
}
.rightside .job-content ul li{
	padding:0px 12px 0 0;
}
.rightside .job-content ul li a{
	font-size:12px;
	font-weight:400;
	color:#333333;
}
.rightside .job-content ul li:first-child a i{
	color:#f2992c;
}
.rightside .job-content ul li a i{
	font-size:14px;
	margin-right:7px;
}
.rightside .job-content a{
	color:#3366cc;
	font-size:12px;
	font-weight:400;
}
/*--------------------------------- 
[ blogs /  .blog-detail ]
----------------------------------- */
.blog-detail .content{
	background:#f7f7f7;
	padding: 27px 21px
}
.blog-detail .content h1{
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:0 0 19px;
}
.blog-detail .content p{
	font-size:16px;
	font-weight:300;
	color:#666;
	line-height: 28px;
}
.blog-detail .content h5{
	font-size:16px;
	font-weight:300;
	color:#666;
	line-height: 28px;
	background:#ebebeb;
	border-left:6px solid #f2992c;
	margin:22px 0 31px;
	padding:16px 13px;
}
.blog-detail .comment{
	margin-top:25px;
	border-top: 1px solid #E9E9E9;
    padding: 13px 0 0 0;
}
.blog-detail .comment ul{
	margin:0;
}
.blog-detail .comment ul li {
	border-right:1px solid #999;
	padding:0;
	margin-right:13px;
}
.blog-detail .comment ul li:last-child {
	border-right:0;
	margin-right:0px;
}
.blog-detail .comment ul li:last-child  a{
	padding-right:0px;
}
.blog-detail .comment ul li a{
    font-size:14px;
	color:#999;
	padding-right:13px;
}
.blog-detail .comment ul li a i{
	margin-right:5px;
}
.blog-detail .tags{
	margin-top:33px;
	background:#f7f7f7;
	padding:16px;
}
.blog-detail .tags ul{
	margin:0;
}
.blog-detail .tags ul li {
	padding:0;
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:400;
	margin-right:13px;
	color:#666;
}
.blog-detail .tags ul li  i{
	margin-right:7px;
	color:#666666;
	font-size:16px;
}
.blog-detail .tags ul li:last-child {
	margin-right:0px;
}
.blog-detail .tags ul li a{
    font-size:16px;
	font-weight:400;
	color:#333;
	background:#fff;
	padding:5px 15px;
	font-family: 'Source Sans Pro', sans-serif !important;
}
.blog-detail .tags ul li span{
    font-size:14px;
	color:#333;
}
.blog-detail .commentbox h3{
	font-family: 'Libre Baskerville', serif;
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin:27px 0 39px	0;
}
.blog-detail .commentbox ul li {
    padding: 0px 7px;
	margin-bottom:21px;
	float:left;
	border-bottom: 1px solid #E2E2E2;
}
.blog-detail .commentbox ul li:last-child {
    border-bottom:0;
}
.blog-detail .commentbox ul li img {
	float:left;
}
.blog-detail .commentbox .profile {
    margin-left: 77px;
	padding-top: 1px;
	border-bottom: 1px solid #E2E2E2;
	min-height:196px;
}
.blog-detail .commentbox .profile h5 {
    color: #000;
    font-size: 16px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin-bottom:24px;
}
.blog-detail .commentbox .profile p {
    color: #666666;
    margin-bottom: 29px;
	font-size:16px;
	line-height:24px;
	font-weight:400;
}
.blog-detail .commentbox .replybox {
    padding: 0px;
    margin: -9px 0 0;
}
.blog-detail .commentbox .replybox li {
	border:none;
}
.blog-detail .commentbox .replybox li a {
    color: #666666;
    font-size: 14px;
}
.blog-detail .commentbox .replybox li a i{
	margin-right:7px;
}
.blog-detail .commentbox .sam{
	list-style:none !important;
	margin-left: 33px;
}
.blog-detail .commentbox .sam li{
	padding:0;
	margin:0 0 4px;
	border:0;
}
.blog-detail .commentbox .sam  .profile{
	border:0;
}
.blog-detail .commentbox  h1 {
    color: #000;
    font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin-bottom:22px;
}
.blog-detail .commentbox .form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
}
.blog-detail .commentbox  .form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
.blog-detail .commentbox  .form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right: 0;
}
.blog-detail .commentbox .form  .form-group{
	margin-bottom:42px;
}
.blog-detail .commentbox  .form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
.blog-detail .commentbox  .form .form-group input, .blog-detail .commentbox  .form .form-group textarea{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
.blog-detail .commentbox  .form .form-group textarea{
	height:170px;
}
.blog-detail .commentbox  .form .button{
	text-align:center;
}
.blog-detail .commentbox  .form .button .btn-primary{
	width:265px;
	height:73px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
.archive{
	background:#F7F7F7;
	padding:0 15px 43px 15px;
	margin-top:25px;
	position:relative;
}
.archive .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top:0;
	left:0;
}
.archive .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right: 0;
}
.archive h1 {
    color: #000;
    font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin:28px 0;
	text-align:center;
}
.archive ul li{
	width:100%;
	float:left;
	border-bottom:1px solid #ccc; 
	padding: 14px 0;
}
.archive ul li a{
	color:#999;
	font-size:14px;
	font-weight:300;
}
.archive ul li a:hover{
	color:#f2992c;
}
.archive ul li a p{
	margin-bottom:0;
}
.tag{
	background:#F7F7F7;
	padding:0 15px 43px 15px;
	margin-top:38px;
	position:relative;
}
.tag .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top:0;
	left:0;
}
.tag .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right: 0;
}
.tag h1 {
    color: #000;
    font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin:28px 0 31px;
	text-align:center;
}
.tag ul li{
	background: #fff;
	padding: 5px 15px;
	margin: 0 8px 14px 0;
	line-height: 18px;
}
.tag ul li a{
	color:#333;
	font-size:16px;
	font-weight:400;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.map iframe{
	width:100%;
	height:450px;
}
/*--------------------------------- 
[ jobs /  .job-search ]
----------------------------------- */
.jobsearch {
	background: #f1f1f1;
	border-top:4px solid #f2992c;
	padding:0 30px;
	margin-bottom:30px;
	min-height:214px;
	position:relative;
}
.jobsearch h1{
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:48px 0 33px;
	text-align:center;
}
.jobsearch .off {
    border-bottom: 19px solid transparent;
    border-right: 19px solid #f2992c;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    margin: 0;
	right:0;
}
.jobsearch .input-group{
	display:inline;
}
.jobsearch .form-control{
	min-height: 50px;
	border:0;
	font-size:16px !important;
	font-weight:400 !important;
	color:#666666 !important;
}
.jobsearch .btn {
    color: #999999;
    padding: 0px 29px 0px 23px;
    font-size: 16px;
	font-weight:400;
    border: none;
    min-width: 284px !important;
	min-height: 50px;
	border-radius:0px;
	background:#fff;
}
.jobsearch .btn i{
	font-size:18px;
}
.jobsearch .dropdown-menu  {
    border-radius:0px;
	border-top:1px solid #999999;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}
.jobsearch .dropdown-menu > li > a {
	color: #999999 !important;
    padding: 0px 29px 0px 23px !important;
    font-size: 16px !important;
	font-weight:400 !important;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #999999 ;
    background-color: #fff ;
    border-color: 0 !important;
}
.jobsearch .btnsrch {
    background:#f2992c;
	border:none;
	border-radius:0;
	padding:14px 28px;
	float:right;
}
.jobsearch .btnsrch i{
	color:#fff;
	font-size:24px;
}
.jobsearch .btnsrch:hover i{
	color:#fff;
}
.match{
	background:#f7f7f7;
}
.match p{
	text-align:center;
	padding:17px 0 16px;
	margin-bottom:50px;
	font-size:18px;
	color:#666;
	font-weight:600;
}
/*----------------
[newpage-css]
------------------*/
.canditate ul{
	right:43% !important;
}
.candidate .matter {
    padding: 18px 11px;
}
.candidate .matter li a {
    font-weight: 600;
    color: #000;
}
.product-list .candidate .matter {
    padding: 19px 12px;
}
.candidate .matter .rotate1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    background: #fff;
    border: none;
    float:right;
}
.candidate .btn-info{
	width:100%;
}
.canditate-profile{
	text-align:center;
}
.canditate-profile{
	text-align:center;
	margin-bottom:50px;
}
.canditate-profile .nav-tabs {
	border:none;
}
.canditate-profile .nav-tabs > li {
	float:none;
	display:inline-block;
	padding:0;
}
.canditate-profile .nav-tabs > li:nth-child(2), .canditate-profile .nav-tabs > li:nth-child(3), .canditate-profile .nav-tabs > li:last-child{
	margin:0 0 0 -4px;
}
.canditate-profile .nav-tabs > li:nth-child(1) > a{
	padding:22px 75px;
}
.canditate-profile .nav-tabs > li:nth-child(2) > a{
	padding:22px 50px;
}
.canditate-profile .nav-tabs > li:nth-child(3) > a{
	padding:22px 63px;
}
.canditate-profile .nav-tabs > li:nth-child(4) > a{
	padding:22px 25px;
}
.canditate-profile .nav-tabs > li > a{
	border:1px solid #EAEAEA;
	font-weight:700;
	font-size:16px;
	color:#000;
	border-radius:0px;
	line-height: 14px;
	margin:0 !important;
}
.canditate-profile .nav-tabs > li.active a, .canditate-profile .nav-tabs > li.active a{
	color:#fff;
	background:#FF9E13;
	border:1px solid #FF9E13;
}
.canditate-profile .nav-tabs > li > a:hover, .canditate-profile .nav-tabs > li > a:hover{
	color:#fff;
	border:1px solid #FF9E13;
	background: #FF9E13;
}
.employee ul{
	right:43.5% !important;
}
.employe-box{
	border:1px solid #E5E5E5;
	padding:12px 13px 16px;	
	min-height: 139px;
	margin-bottom:30px;
}
.employe-box .image{
	margin-bottom:18px;
}
.employe-box  p{
	color:#A1A1A1;
	font-size:16px;
}
.employe-box button{
	background:transparent;
	text-align:right;
	box-shadow: none;
	border: none;
	color:#999;
}
.employe-box  button:hover{
	color:#FFB315;
}
.employee .latest-jobs h1{
	border-top:0;
}
.employe-logo img{
	border:1px solid #E4E4E4;
	margin-bottom:50px;
}
.employe-vacancy{
	background:#F7F7F7;
	margin-bottom:50px;	
}
.employe-vacancy p{
	margin:0;
	text-align:center;
	padding:16px;
	color:#686868;
	font-size: 16px;
	font-weight: 700;
}
.graphic{
	border:1px solid #E4E4E4;
	margin-bottom:30px;
}
.graphic h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
	padding:24px 13px 14px;
}
.graphic h5 {
    font-size: 16px;
    font-weight: 600;
    color: #989898;
    margin: 0;
	padding:0px 13px 17px;
	border-bottom:1px solid #E4E4E4;
}
.graphic ul{
	margin:0;
	padding:18px 13px 39px;
}
.graphic ul li{
	padding-bottom:20px;
	color:#000;
}
.graphic ul li i{
	float:left;
	margin-right:8px;
	line-height:20px;
}
.graphic ul li:last-child i{
	line-height:21px;
}
.graphic .map{
	padding:0 9px;
}
.graphic .map iframe{
	height:200px !important;
}
.graphic p{
	padding:30px 13px;
	font-size:16px;
	color: #989898;
}
.profile .btn-info{
	width:100%;
}
.password{
	background:#FBFBFB;
	border:1px solid #E5E5E5;
	padding:49px 43px;
}
.password .form-group{
	margin-bottom:28px;
}
.password .form-group label{
	color:#000;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
}
.password .form-group input{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:37px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
.password .button{
	text-align:center;
}
.password .button .btn-primary{
	width:150px;
	height:37px;
	border:none;
	border-radius:0px;
	background:#FCB714;
	color:#fff;
	font-size: 18px;
	font-weight: 700;	
	padding: 12px 0 13px;
	line-height: 13px;
}
.similar-candidate{
	text-align:center;
	margin:80px 0 50px 0;
	position:relative;
}
.similar-candidate h1{
	padding:0px 0 13px 0 ;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#15110E;
	margin:0;
	text-transform:uppercase;
}
.similar-candidate .border{
    border-bottom: 1px solid #000;
    left: 37%;
    position: absolute;
    width: 206px;
}
.similar-candidate .border1{
    border-bottom: 1px solid #000;
    right: 37%;
    margin-top:11px;
    position: absolute;
    width: 206px;
}
.candidate-single .form-group{
	margin-bottom:0;
}
.candidate-single .matter{
	border:1px solid #EAEAEA;
	margin-bottom:30px;
}
.candidate-single .matter label{
	background:#F7F7F7;
	display:block;
	padding:17px 19px;
	line-height:12px;
	color:#000;
	font-size:16px;	
	border-bottom:1px solid #EAEAEA;
	margin-bottom:0;
}
.candidate-single .matter span{
	padding:32px 17px; 
	display:block;
	line-height: 10px;
	color:#999;
}
.candidate-single .matter .table{
	margin:32px 17px; 
	width:96%;
	border-collapse: unset !important;
}
.candidate-single .matter .table tr td{
	padding:15px 15px 15px 0px; 
	line-height: 10px;
	color:#999;
	border-top:0;
}
.candidate-single .matter .table .bor{
	border:1px solid #EAEAEA;
	padding:15px 15px 50px 15px;
	line-height:20px;
	margin-bottom:10px !important;
}
.candidate-single .btn-primary{
	background:#000;
	color:#fff;
	border:0;
	border-radius:0;
	padding:19px 50px;
	line-height: 12px;	
	font-size: 16px;
}
.candidate-single .btn-primary:hover{
	background:#FF9E13;
}
.candidate-single .icon{
	float:right;
	background: transparent;
	box-shadow: none;
	border: 0;
}
/*----------------
[responsive]
------------------*/
@media (max-width:1180px){
	header .button-login .btn-default {
		padding: 12px 16px;
	}
	header .button-login .btn-primary{
		padding:12px 20px;
	}
	#menu .nav > li {
		margin: 0 32px 0 0;
	}
	.slider-caption .form-control {
		min-width: 200px !important;
    }
	#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword 
	.btn-danger, #job .form1 .keyword .btn-warning{
		margin-right:3px;
	}
	.product-box .matter li a {
		font-size: 12px;
	}
	.browse .matter a span {
		font-size: 12px;
    }
	.browse .matter:hover .boxbor:before, .browse .matter:hover .boxbor:after {
		width: 120px;
	}
	.browse .matter a span {
		font-size: 14px;
    }
	.photo {
		padding: 0 32px;
	}
	.photo i {
		left: 42px;
	}
	.photo p {
		font-size: 14px;
	}
	#blog .box .matter {
		padding: 11px 12px;
	}
	#blog .box .matter h1 {
		font-size: 12px;
    }
	#blog .box .matter p {
		font-size: 13px;
    }
	footer .info {
		margin-right: 50px;
		width: 19%;
	}
	footer .use {
		margin-right: 60px;
	}
	footer h6 span {
		font-size: 16px;
	}
	footer h5 {
		font-size: 16px;
    }
	.socialicon li {
		margin-right: 22px;
    }
	#header2 #menu .nav > li > a {
		padding: 17px 16px;
    }
	#header2 .off {
		left: 42.2%;
	}
	#header2 .slideshows img {
		top: 25.9%;
		left: 45%;
		width: 50%;
	}
	#header2 .browse .browse-job li {
		min-width: 105px;
		max-width: 104px;
	}
	#header2 .browse .browse-job li:first-child:hover {
		margin: -14px -3px -14px -14px;
	}
	#header2 .browse .browse-job li:hover {
		margin: -14px -4px -14px -13px;
		min-width: 130px;
	}
	#header2 .photo .photo-matter i {
		left: 12px;
	}
	#header2 .photo .photo-matter {
		padding: 32px 13px;
    }
	#header2 .photo .photo-matter p {
		font-size: 17px;
	}
	#header2 .subscribe input {
		min-width: 239px;
	}
	#header2 footer .info {
		margin-right: 30px;
	}
	#header2 footer .use {
		margin-right: 30px;
	}
	#header2 .flickers {
		width: 30%;
		margin-right: 0px;
	}
	.socialicon li {
		margin-right: 16px;
	}
	.header3 footer .info {
		margin-right: 30px;
		width:20%;
	}
	.header3 footer .tags, .header3 footer .use {
		margin-right: 50px;
	}
	.header3 footer .tags ul li {
		padding: 7px 8px;
    }
	.header3 footer .tags ul li a {
		font-size: 12px;
    }
	.header3 footer .contact ul li a {
		font-size: 12px;
		line-height: 18px;
	}
	.header3 footer .info li a, .header3 footer .use li a {
		font-size: 12px;
	}
	.header4 #menu .nav > li {
		margin: 0 22px 0 0;
	}
	.header4 footer .use {
		width: 16%;
		margin-right: 50px;
	}
	.header4 footer .info {
		margin-right: 0;
		width:19%;
	}
	.header4 footer .contact ul li a {
		font-size: 15px;
    }
	#about .about-content ul {
		right: 42.5%;
    }
	#abouts .team ul li {
		margin-right: 18px;
	}
	#abouts .team .client .soical li {
		margin-right: 1px !important;
	}
	#abouts .about-detail p, #abouts .inner p, #abouts .mission p   {
		font-size: 13px;
		line-height: 24px;
    }
	#jobs .jobs-content ul {
		right: 43.5%;
    }
	.product-list .product-box .matter ul li {
		padding: 0px 10px 0 0;
    }
	.product-list .product-box .matter p {
		margin: 0 0 23px 0;
	}
	.leftside .job-content h1 {
		font-size: 11px;
    }
	.leftside .job-content ul li{
		padding: 0px 4px 0 0;
	}
	.leftside .job-content ul li a {
		font-size: 10px;
    }
	.leftside .job-content ul li a i {
		margin-right: 0px;
		font-size: 12px;
	}
	#bloggs .box .matter h1 {
		font-size: 13px;
    }
	#bloggs .box .matter p {
		font-size: 13px;
		margin-bottom: 14px;
		line-height:22px;
	}
	#bloggs .box .matter a {
		font-size: 13px;
    }
	.rightside .job-content h1 {
		font-size: 11px;
    }
	.rightside .job-content ul li a {
		font-size: 11px;
    }
	.rightside .job-content ul li a i {
		font-size: 12px;
		margin-right: 0px;
	}
	.rightside .job-content ul li {
		padding: 0px 0px 0 0;
	}
	.rightside .border {
		left: 6%;
	}
	.tag ul li {
		margin: 0 0px 14px 0;
	}
	.blog-detail .commentbox .profile {
		min-height: 197px;
	}
	#contact-form .detail a {
		font-size: 13px;
    }
	#contact .contact-content ul {
		right: 41.8%;
    }
	.joblist .metter ul li {
		margin-right: 6px;
	}
	.joblist .metter li a {
		font-size: 12px;
    }
	.joblist .metter .pull-left {
		width: 63%;
	}
	.joblist .metter p {
		font-size: 11px;
		padding-top: 3px;
    }
	#submit-job-form .submit-form .fb input, #submit-job-form .submit-form .twitter input, #submit-job-form .submit-form .google input {
		width: 87% !important;
		height: 55px !important;
    }
	#submit-job-form .submit-form .fb i, #submit-job-form .submit-form .twitter i, #submit-job-form .submit-form .google i {
		width: 13%;
		padding: 18px 16px;
	}
	#submit-job .submit-job-content ul {
		right: 41%;
    }
	.jobsearch .btn{
		min-width:200px !important;
	}
	.canditate ul {
		right: 41.5% !important;
	}
	.candidate .matter ul li {
		padding: 0px 5px 0 0 ;
    }
	.employee ul {
		right: 41.5% !important;
	}
	.employe-box {
		min-height: 125px;
    }
	.candidate-single .matter .table tr td{
		font-size:11px;
	}
}
@media (max-width:1000px){
	#latests .candidate h1, #latestsfeat .candidate h1{
		font-size:13px;
	}
	#menu .nav > li {
		margin: 0 26px 0 0;
	}
	#menu .nav > li > a {
		font-size: 11px;
    }
	header .button-login .btn-default, header .button-login .btn-primary  {
		padding: 12px 11px;
		margin-right:10px;
		font-size: 13px;
	}
	header .button-login .btn-primary {
		margin-right:0;
    }
	.slider-caption .form-control {
		min-width: 180px !important;
	}
	.slider-caption .btnsrch {
		padding: 11px 6px;
	}
	.featured-jobs .border {
		left: 33%;
		width:20%;
    }
	.featured-jobs .border1 {
		right: 33%;
		width:20%;
    }
	.product-box .matter h1 {
		font-size: 12px;
	}
	.product-box .matter ul li {
		padding: 0px 5px 0 0;
    }
	.product-box .matter li a {
		font-size: 10px;
	}
	.product-box .matter p {
		font-size: 12px;
    }
	.product-box .btn-info {
		font-size: 10px	;
	}
	.browse-jobs .border {
		left: 36%;
		width:22%;
    }
	.browse-jobs .border1 {
		right: 36%;
		width:22%;
    }
	.our-partner .border{
		left:36%;
		width:22%;
	}
	.our-partner .border1{
		right:36%;
		width:22%;
	}
	.browse .matter a i {
		font-size: 22px;
    }
	.browse .matter a span {
		font-size: 12px;
    }
	.browse .matter:hover .boxbor:before, .browse .matter:hover .boxbor:after {
		width: 90px;
	}
 	.testimonial-jobs .border {
		left: 35%;
		width:18%;
    }
	.testimonial-jobs .border1 {
		right: 35%;
		width:18%;
    }
	.photo {
		padding: 0 21px;
	}
	.photo i {
		left: 11px;
	}
	.latest-blog .border {
		left: 36%;
    }
	.latest-blog .border1 {
		right: 36%;
    }
	#blog .box .matter {
		margin-left: 172px;
		padding: 6px 8px;
		min-height: 144px;
	}
	#blog .box img{
		width: 50%;
	}
	#blog .box .matter h1 {
		font-size: 9px;
		margin: 0 0 8px 0;
    }
	#blog .box .matter p {
		font-size: 9px;
		line-height: 13.5px;
    }
	#blog .box .matter a {
		font-size: 11px;
    }
	.latest-candidate .border {
		left: 23%;
	}
	.latest-candidate .border1 {
		right: 23%;
	}
	#latests .candidate {
		padding: 0 8px;
	}
	#latests .candidate img {
		width: 90px;
		height: 90px;
    }
	#latests .candidate h1, #latests .candidate p{
		font-size:12px;
	}
	footer p {
		width: 100%;
		font-size:12px;
    }
	footer .info {
		margin-right: 35px;
	}
	footer .use {
		width: 16%;
		margin-right: 35px;
	}
	footer h5 {
		font-size: 12px;
    }
	footer .info li a, footer .use li a {
		font-size: 12px;
    }
	footer h6 {
		font-size: 10px;
    }
	footer h6 i {
		font-size: 16px !important;
		margin-right: 7px;
	}
	footer h6 span {
		font-size: 12px;
	}
	.subscribe input {
		min-width: 123px;
	}
	.socialicon li {
		margin-right: 6px;
		width: 28px;
		height: 28px;
		padding-top: 3px !important;
    }
	.socialicon li  a{
		font-size: 12px;
		padding-top: 2px;
	}
	#header2 #menu .nav > li > a {
		padding: 17px 10px;
	}
	#header2 .slideshows {
		height: 500px;
	}
	#header2 .slideshows img {
		top: 23%;
	}
	#header2 .slide-detail {
		bottom: 5%;
	}
	#header2 .slideshows .slider-caption {
		width: 306px;
    }
	#header2 .slider-caption h1 {
		font-size:18px;
	}
	#header2 .our-partner .border{
		left:32%
	}
	#header2 .our-partner .border1{
		right:32%;
	}
	#header2 .photo .photo-matter i {
		left: 7px;
	}
	#header2 .photo .photo-matter p {
		font-size: 13px;
	}
	#header2 .browse .browse-job li {
		margin:0px;
		min-height:104px;
		min-width:85px;
		max-width:84px;
    }
	#header2 .browse .browse-job li:hover,#header2 .browse .browse-job li:first-child:hover {
		margin:0px;
		min-height:104px;
		min-width:85px;
		max-width:84px;
	}
	#header2 .browse .matter1 a i {
		font-size: 20px;
    }
	#header2 .browse .matter1 a span {
		font-size: 10px;
    }
	#header2 #category .btn, #location .btn, #header2 #search input, #header2 #search-button .btn {
		min-width: 261px;
    }
	#header2 footer .info, #header2 footer .use {
		margin-right: 0px;
	}
	#header2 .flickers {
		width: 37%;
    }
	#header2 footer .matter {
		width: 28%;
	}
	.header3 footer .tags, .header3 footer .use {
		margin-right: 30px;
	}
	.header3 footer .tags ul li {
		padding: 7px 5px;
		margin: 0 3px 10px 0px;
	}
	.header3 footer .tags ul li a {
		font-size: 10px;
	}
	.header3 footer .info {
		width: 21%;
	}
	.header3 footer .use {
		width:17%;
	}
	.header3 footer .contact ul li {
		line-height: 6px;
	}
	.header3 footer .contact ul li a {
		font-size: 10px;
    }
	.header3 footer .info li, .header3 footer .use li {
		padding: 7px 4px 9px;
	}
	.header3 footer .contact ul li .fa {
		margin-right: 8px;
		width: 28px;
		height: 28px;
	}
	.header4 #menu .nav > li {
		margin: 0 11px 0 0;
	}
	.header4 .slideshow img {
		height: 550px;
	}
	.header4 footer .info {
		width: 20%;
	}
	.header4 footer .use {
		margin-right: 40px;
	}
	.header4 footer .contact ul li a {
		font-size: 12px;
	}
	.header4 footer .contact ul li .fa {
		margin-right: 5px;
	}
	.header4 .socialicon li {
		margin-right: 1px;
    }
	#about .about-content ul {
		right: 40.5%;
    }
	#abouts .team ul li {
		margin-right: 9px;
	}
	#abouts .team .client p {
		font-size: 13px;
    }
	#abouts .team .client .soical li {
		width: 22px;
		height: 22px;
		padding: 0px 6px;
    }
	#abouts .team .client .soical li a {
		font-size: 11px;
	}
	#abouts .about-detail p, #abouts .inner p, #abouts .mission p {
		line-height: 18px;
	}
	#jobs .jobs-content ul {
		right: 40.8%;
    }
	#jobdetail .left-side ul p {
		font-size: 13px;
    }
	.product-list .product-box .matter p{
		font-size: 9px;
		margin: 0 0 10px 0;
	}
	.product-list .product-box .matter ul li {
		padding: 0px 0px 0 0;
	}
	.product-list .product-box .btn-info {
		margin-right: 24px;
		width: 90px;
    }
	.leftside .job-content img {
		width: 50px;
		margin-right: 4px;
	}
	.leftside .job-content h1{
		font-size: 10px;
    }
	.leftside .job-content ul li a {
		font-size: 11px;
    }
	.leftside .job-content ul li a i{
		font-size: 9px;
    }
	#bloggs .box .matter h1 {
		font-size: 10px;
    }
	#bloggs .box .matter p {
		font-size: 10px;
		margin-bottom: 8px;
		line-height:18px;
	}
	#bloggs .box .matter a {
		font-size: 11px;
    }
	.left .job-candidate h1 {
		font-size: 10px;
    }
	#latestsfeat .candidate img {
		height: auto; 
    }
	#latestsfeat .candidate p {
		font-size: 11.02px;
    }
	.rightside .border {
		left: 8%;
	}
	.rightside .latest-post .border {
		left: 15%;
	}
	.rightside .latest-post .border1 {
		right: 15%;
	}
	.rightside .job-content img {
		width: 57px;
		margin-right:5px;
    }
	.rightside .job-content ul li a {
		font-size: 7px;
	}
	.rightside .job-content ul li a i {
		font-size: 9px;
    }
	.rightside .job-content {
		margin: 20px 6px 0;
    }
	.blog-detail .commentbox .profile {
		min-height: 241px;
	}
	.blog-detail .tags ul li a {
		padding: 5px 8px;
	}
	#contact .contact-content ul {
		right: 39.0%;
    }
	#contact-form .detail {
		padding: 47px 32px;
    }
	#contact-form .detail li .fa {
		margin-right: 10px;
    }
	#contact-form .detail a {
		font-size: 12px;
    }
	#contact-form .detail li:first-child .fa {
		line-height: 41px;
	}
	#job .form1 .sort, #job .form1 .show, #job .form1 .category {
		margin-right: 0px;
    }
	#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword .btn-danger, #job .form1 .keyword .btn-warning {
		padding: 6px 9px;
    }
	.leftside .job-candidate .border, .leftside .job-candidate .border1 {
		width: 100px;
	}
	.joblist .metter ul li {
		margin-right: 0px;
	}
	.joblist .metter li a {
		font-size: 8px;
    }
	.joblist .metter .pull-left {
		width: 63%;
	}
	.joblist .metter p {
		font-size: 8px;
		line-height: 12px;
    }
	.joblist .btn-info {
		padding: 11px 14px;
    }
	#login .login-content ul {
		right: 40.5%;
    }
	#submit-job-form .submit-form .fb input, #submit-job-form .submit-form .twitter input, #submit-job-form .submit-form .google input {
		width: 85% !important;
		height:56px !important;
    }
	#submit-job-form .submit-form .fb i, #submit-job-form .submit-form .twitter i, #submit-job-form .submit-form .google i {
		width: 15%;
		padding: 18px 12px;
	}
	#submit-job .submit-job-content ul {
		right: 38%;
	}
	.jobsearch .btn{
		min-width:100px !important;
	}
	#menu .dropdown-menu a {
		font-size: 12px;
    }
	.canditate ul {
		right: 39% !important;
	}
	.candidate .matter .rotate1 {
		font-size: 12px;
	}
	.candidate .matter ul li{
		padding:0;
	}
	.candidate .matter li a i {
		margin-right: 0px;
	}
	.candidate .matter h1 {
		font-size: 16px;
	}
	.product-list .candidate .matter p {
		font-size: 10px;
		margin: 0 0 5px 0;
    }
	.candidate-single .matter span {
		padding: 20px 17px;
    }
	.candidate-single .matter label {
		padding: 15px 19px;
		font-size: 14px;
    }
	.canditate-profile .nav-tabs > li:nth-child(1) > a {
		padding: 22px 60px;
	}
	.canditate-profile .nav-tabs > li:nth-child(2) > a {
		padding: 22px 35px;
	}
	.canditate-profile .nav-tabs > li:nth-child(3) > a {
		padding: 22px 32px;
	}
	.employee ul {
		right: 39.5% !important;
	}
	.employe-box {
		min-height: 110px;
	}
	.graphic h1 {
		font-size: 14px;
	}
	.graphic p {
		font-size: 12px;
    }
	.candidate-single .matter .table tr td{
		font-size:11px;
	}
}
@media (max-width:767px){
	#menu .dropdown-menu {
		background: #000;
		margin-bottom: 10px;
	}
	header .button-login {
		float: none !important;
		text-align: center;
	}
	#top-links .button, #top-links .icon{
		float:none !important;
		text-align:center;
	}
	#top-links .button li a {
		font-size: 12px;
		padding-right: 8px;
    }
	#logo img{
		margin:0 auto;
	}
	.navbar-nav {
		margin: 0 !important;
	}
	#menu {
		margin: 18px 0 0px 0;
		background: #f2992c;
    }
	#menu .menutext {
		float: left;
		padding: 17px;
		font-size: 16px;
		color: #000;
		font-weight:bold;
    }
	.slideshow img {
		height: 334px;
	}
	.slider-caption h1 {
		font-size: 20px;
    }
	.slideshow .slider-caption .btn-group{
		margin-bottom:10px;
	}
	.slideshow .slider-caption .input-group {
		width: 100%;
	}
	.slideshow .slider-caption {
		min-height: 275px;
    }
	.slide-detail {
		bottom: 14px;
	}
	.slider-caption .btnsrch {
		padding: 10px 15px;
		right:0;
	}
	.slideshow .owl-pagination {
		display:none;
	}
	footer .info li a, footer .use li a {
		font-size: 14px;
	}
	#header2 .slideshows img {
		display:none;
	}
	#header2 .slide-detail {
		bottom: 20px;
	}
	#header2 .slideshow {
		margin-top:20px;
		height: 300px;
    }
	#header2 .slideshow .slider-caption {
		background: rgba(51, 51, 51, 0.60);
    }
	#header2 .photo .photo-matter p {
		font-size: 10px;
	}
	#header2 .browse .browse-job li {
		margin-bottom:10px;
	}
	.header3 #top-links .button {
		text-align: center;
		float: none !important;
	}
	.header3 header .button-login {
		position:relative;
		top:0;
		right:0;
	}
	.header3 header .button-login .btn-default {
		padding: 16.9px 16px;
	}
	.header3 header .button-login .btn-primary {
		padding: 16.9px 31px;
	}
	.header3 footer .info, .header3 footer .con, .header3 footer .use {
		width: 100%;
	}	
	.header3 footer .info li a, .header3 footer .use li a {
		font-size: 14px;
	}
	.header3 footer .tags ul li {
		padding: 7px 10px;
    }
	.header3 footer .tags ul li a {
		font-size: 13px;
	}
	.header3 footer .contact ul li a {
		font-size: 14px;
	}
	.header3 #menu .btn, .header3 #menu .menutext {
		color: #000;
	}
	.header4 .powered img {
		float: none;
	}
	.header4 header {
		position: relative;
		background:none;
    }
	.header4 #menu {
		background:#f2992c;
	}
	.header4 header .button-login .btn-default {
		color: #000;
	}
	.header4 .slideshow img {
		height: 368px;
	}
	.header4 header .button-login {
		position: relative;
		top:0px;
    }
	.header4 footer .info, .header4 footer .con, .header4 footer .use {
		width: 100%;
    }
	.header4 footer .contact ul li a {
		font-size: 14px;
	}
	.product-box  img{
		width:100%;
	}
	.product-box .matter{
		text-align:center;
	}
	.product-box .matter h1, .product-box .matter li a, .product-box .matter p, .product-box .btn-info {
		font-size: 16px;
	}
	#blog .box img, #bloggs .box img {
		width: 100%;
		float: none;
	}
	#blog .box .matter, #bloggs .box .matter {
		margin-left: 0;
		padding: 8px 9px;
    }
	#blog .box .matter h1, #bloggs .box .matter h1 {
		font-size: 14px;
	}
	#blog .box .matter p {
		font-size: 15px;
		line-height:18px;
	}
	#blog .box .matter a {
		font-size: 16px;
	}
	#latests .candidate h1, #latests .candidate p {
		font-size: 16px;
	}
	#latests ul li {
		width:100%;
	}
	#latests .candidate {
		margin-bottom: 10px;
	}
	#latest .latest-candidate h1 {
		font-size: 14px;
    }
	.latest-candidate .border {
		left: 10%;
	}
	.latest-candidate .border1 {
		right: 6%;
	}
	footer .info, footer .con, footer .use {
		width: 100%;
    }
	footer {
		padding: 34px 0;
	}
	footer .matter img{
		text-align:left;
		margin:0;
	}
	#about .about-content ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	.paddleft {
		padding-left: 15px;
	}
	#abouts .team ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	#jobs .jobs-content ul {
		right: 23% !important;
		left: 23%;
		text-align: center;
	}
	.padd0 {
		padding: 15px;
	}
	.rightside .latest-post .border {
		width: 143px;
	}
	.rightside .latest-post .border1 {
		width: 143px;
	}
	.blog-detail .comment ul li a {
		font-size: 12px;
    }
	.blog-detail .tags ul li{
		margin-bottom:15px;
	} 
	.blog-detail .commentbox .profile {
		min-height: 395px;
	}
	.blog-detail .commentbox .replybox li a {
		font-size: 11px;
    }
	.blog-detail .commentbox .form .buttons .btn-primary {
		width: 80%;
    }
	.comment .pull-left, .comment .pull-right{
		float:none !important;
		text-align:center;
	}
	#contact .contact-content ul {
		right: 23%;
		left: 23%;
		text-align: center;
	}
	#contact-form .form .buttons .btn-primary {
		width: 87%;
    }
	#contact-form .detail {
		margin-top: 20px;
	}
	#job .form1 .keyword {
		width: 100%;
	}
	#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword .btn-danger, #job .form1 .keyword .btn-warning {
		margin-bottom: 10px;
	}
	.joblist img {
		float: none;
		width:100%;
	}
	.joblist .metter {
		margin-left: 0px;
		min-height: 250px;
	}
	.joblist .btn-info {
		margin: 2px 0 17px;
	}
	#login .login-content ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	#login-form .form .buttons .btn-primary, #submit-job-form .submit-form .buttons .btn-primary {
		width: 100%;
    }
	#submit-job .submit-job-content ul {
		right: 21%;
		left: 21%;
		text-align: center;
    }
	.pagination > li > a, .pagination > li > span {
		width: 30px;
	}
	.rightside .border {
		left: 5%;
	}
	#submit-job-form .submit-form {
		padding: 45px 15px 59px 15px;
	}
	.powered, .header4 .powered  {
		text-align:left;
	}
	.powered img {
		margin: 0;
	}
	footer h5{
		font-size:16px;
		margin:15px 0;
	}
	footer a{
		font-size:13px;
	}
	footer .info li, footer .use li, footer .con li{
		padding:0 0 15px;
	}
	.socialicon{
		margin-left:0px;
	}
	header .button-login{
		margin:15px 0 5px;
	}
	#menu .nav > li > a{
		font-size:16px;
	}
	#menu .nav > li > a:hover{
		color:#000;
	}
	#header2 .slideshow .slider-caption{
		width:auto;
	}
	#contact-form .form, #contact-form .detail{
		padding:45px 20px;
	}
	#contact-form .form .buttons{
		text-align:left;
	}
	#contact-form .form .form-group label{
		margin:10px 0;
	}
	#submit-job-form .submit-form .fb i, #submit-job-form .submit-form .twitter i, #submit-job-form .submit-form .google i{
		padding:18px 10px;
	}
	#abouts .mission p{
		padding:0px 10px;
	}
	img{
		margin:0 auto;
	}
	#header2 .browse .browse-job li {
		margin:0 auto 5px;
		min-width:100%;
		min-height:115px;
		padding:25px 0;
    }
	#header2 .browse .browse-job li:hover{
		margin:0 auto !important;
		min-width:100%;
		min-height:115px;
	}
	#header2 .browse .matter1 a span{
		font-size:14px;
	}
	#header2 .photo{
		margin:10px 0;
	}
	#header2 #menu .menutext {
		color: #fff !important;
    }
	#header2 .navbar-toggle i{
		color:#fff !important;
	}
	#header2 .subscribe input {
		min-width: 140px;
	}
	#header2 .slideshows .slider-caption {
		width: 295px;
	}
	#header2 .flickers {
		width: 100%;
	}
	#header2 footer .matter {
		width: 100%;
	}
	#submit-job-form .submit-form .form-group label{
		margin:10px 0;
	}
	.joblist .metter .pull-left{
		width:100%;
	}	
	.joblist .metter .pull-right{
		float:left !important;
	}
	.joblist .btn-info{
		width:100%;
		display:inline-block;
		margin:10px 0;
	}
	.joblist .metter p{
		font-size:12px;
		line-height:18px;
	}
	.blog-detail .commentbox ul li img{
		float:none;
		margin:0 auto;		
	}
	.blog-detail .commentbox .profile,.blog-detail .commentbox .sam{
		margin-left:0px;
		text-align: center;
	}
	.blog-detail .commentbox .form{
		padding:45px 15px 59px;
	}	
	#job .form1 .sort, #job .form1 .show, #job .form1 .category {
		margin-bottom: 20px;
	}
	#job .form1 {
		padding: 20px 0px 20px;
	}
	#menu .dropdown-menu a {
		font-size: 14px;
	}
	.product-list .product-box .image {
		float: none;
	}
	.product-list .product-box .matter {
		margin-left: 0px;
		text-align:left;
	}
	.product-list .product-box .matter p {
		font-size: 13px;
    }
	.product-list .product-box .btn-info {
		margin-right: 9px;
		width: 104px;
	}
	.follow, .need{
		padding:0;
	}
	.jobsearch {
		min-height: 376px;
    }
	.jobsearch .paddleft, .jobsearch .padd0{
		padding:0;	
	}
	.jobsearch .form-control {
		margin-bottom: 10px !important;
	}
	.jobsearch .btnsrch {
		float: none;
		width:100%;
	}
	.canditate ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	.candidate-single img{
		margin-bottom:20px;
	}
	.candidate-single .matter .table {
		width: 89%;
    }
	.candidate-single .matter span, .candidate-single .matter .table tr td{
		line-height:18px !important;	
	}
	.candidate-single .matter .table tr td{
		font-size:13px;
	}
	.candidate-single .pull-left, .candidate-single .pull-right{
		float:none !important;
	}
	.candidate-single .btn-primary{
		margin-bottom:20px;
	}
	.similar-candidate h1 {
		font-size: 18px;
	}
	.similar-candidate .border1, .similar-candidate .border {
		width: 184px;
	}
	.canditate-profile .nav-tabs {
		padding: 22px;
	}
	.canditate-profile .nav-tabs > li {
		margin-bottom:10px !important;
	}
	.canditate-profile .nav-tabs > li:nth-child(1) > a  {
		padding: 22px 70px;
	}
	.canditate-profile .nav-tabs > li:nth-child(2) > a {
		padding: 22px 50px;
	}
	.canditate-profile .nav-tabs > li:nth-child(3) > a {
		padding: 22px 61px;
	}
	.canditate-profile .nav-tabs > li:nth-child(4) > a {
		padding: 22px 30px;
	}
	.canditate-profile .nav-tabs > li:nth-child(2), .canditate-profile .nav-tabs > li:nth-child(3), .canditate-profile .nav-tabs > li:last-child {
		margin: 0 0 0 0px;
	}
	.employee ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	.employe-box {
		min-height: 146px;
	}
	.blog-detail .commentbox .form .button .btn-primary {
		width: 200px;
	}
	#abouts .team .client .soical li {
		width: 29px;
		height: 29px;
		padding: 3px 6px;
	}
	#contact-form .detail a {
		font-size: 15px;
	}
	.slider-caption .paddright{
		padding-right:15px;
	}
	#menu .navbar-collapse.in {
		overflow-y: hidden !important;
	}
	.job-form .form-group input{
		margin-bottom:10px;
	}
	.candidate .matter ul li {
		padding: 0 10px 0 0;
	}
	#job .padd0{
		padding:15px 0;
	}
	.product-list .product-box .matter ul li {
		padding: 0px 10px 0 0;
		line-height: 22px;
	}
	#abouts  .inner img{
		margin-bottom:20px;
	}
	#login-form .form .form-group a{
		margin-top:10px;
	}
}
@media (min-width:320px) and  (max-width:360px){
	.pagination > li > a, .pagination > li > span {
		 width: 28px;
		margin-right: 5px;
		padding: 8px 8px;
	}
} | 
	public/JobPortal_Frontend/assets/css/style.css | 
	[ Body ]
-------------*/
body{
	font-family: 'Source Sans Pro', sans-serif;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
}
input, textarea{
	box-shadow: none !important;
	outline-offset: 0 !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important; 
    outline: none !important; 
    outline-offset: none !important;
	box-shadow:none !important;
}
.btn-default:focus, .btn-default.focus{
	outline: none !important; 
    outline: none !important; 
    outline-offset: none !important;
	box-shadow:none !important;
}
.owl-wrapper-outer{
	background:none !important;
	box-shadow:none !important;
	border:none !important;
	border-radius:0px !important;
}
.owl-carousel{
	background:none;
	margin:0 !important;
}
.paddleft{
	padding-left:0px;
}
.padd0{
	padding:0px;
}
.paddright{
	padding-right:0;
}
.bottom-top:hover .fa{
	color:#fff;
}
.bottom-top:hover {
	transition-duration: 1s;
    transition-timing-function: linear;
}
.bottom-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
}
.bottom-top .fa{
	font-size:25px;
	color:#fff;
	padding:10px;
}
.bottom-top{
	background:#52b381;
}
/*----------
[ top / #top ]
-------------*/
#top {
	background-color: #151414;
}
#top-links {
	padding-top: 0px;
}
#top-links .button{
	padding:10px 0px 9px;
	margin:0px;
}
#top-links .button li{
	line-height:18px;
}
#top-links .button li a {
	color: #fff;
	font-size:12px;
	border-right:1px solid #fff;
	padding-right:17px;
	vertical-align:middle;
	font-weight:400;
}
#top-links  .button li:nth-child(3) a{
	border-right:none;
}
#top-links .icon{
	padding:9px 0px 9px;
	margin:0px;
}
#top-links .icon li{
	padding:0 23px 0 0;
}
#top-links .icon li a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	vertical-align:middle;
	font-weight:400;
	line-height:20.5px;
}
#top-links  .icon li:nth-child(5){
	padding-right:0px;
}
#top-links .icon li a:hover{
	color:#f2992c !important;
}
/*--------------------
[ Header / header ]
---------------------*/
#logo {
	margin: 29px 0 25px;
}
header{
	background:#fff;
	border-bottom:2px solid #eae9e7;
}
header .button-login{
	margin: 31px 0 29px;
}
header .button-login .btn-default, header .button-login .btn-primary{
	background:#000;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:  12px 30px;
	border-radius: 4px;
	border:none;
	margin-right:19px;
	line-height: 18px;
}
header .button-login .btn-default:hover, header .button-login .btn-primary:hover{
	background:#f2992c;
	box-shadow: inset 0px -2px 0px 0px #d99510;
}
header .button-login .btn-primary{
	padding:13px 28px;
	line-height: 16px;
	margin-right:0;
}
#menu {
	margin: 45px 0 29px 0;
	min-height: 26px;
	background:#fff;
	border-radius:0px;
}
#menu .nav > li{
	margin:0 55px 0 0;
}
#menu .nav > li:last-child{
	margin:0 0 0 0;
}
#menu .nav > li > a {
	background-color: transparent;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-transform:uppercase;
	padding:0 0 13px 0;
	border-bottom:2px solid transparent;
	line-height: 11px;
}
#menu .nav > li > a:hover{
	color:#f2992c;
	border-bottom:2px solid #f2992c;
}
#menu .navbar-nav > .active > a, #menu .navbar-nav > .active > a:hover, #menu .navbar-nav > .active > a:focus {
    color: #ff990;
    background-color: #f2992c;
}
#menu .dropdown-menu {
	border:none;
	margin: 0;
	background:#f2992c;
	border-radius:0px;
	overflow:hidden;
	display: block;
	opacity:0;
	visibility: hidden;
}
#menu .dropdown-menu li{
	padding:5px 13px;
}
#menu .dropdown-menu a{
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	text-transform:uppercase;
}
#menu .dropdown:hover .dropdown-menu {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
	visibility: visible !important;
}
#menu .dropdown:hover .dropdown-menu .dropdown-inner ul{
	display:inline-block;
}
.animated { 
    animation-duration: 0.5s;  
    animation-fill-mode: both; 
    animation-timing-function: ease-in; 
} 
@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1;  
        transform: translateY(0); 
    } 
} 
.fadeInDown { 
	animation-name: fadeInDown; 
}
/*--------------------------------- 
[ Header 2 / #header2 ]
----------------------------------- */
#header2 #top {
    background-color: #f2f2f2;
}
#header2 #top-links .button li a{
	color:#000;
	border-right:0;
	padding-right: 12px;
	font-size: 14px;
}
#header2 #top-links .button li a i{
	margin-right:10px;
}
#header2 #top-links .icon li a {
    color: #000;
}
#header2 #menu {
    background: #000;
	margin: 28px 0 29px 0;
}
#header2 .navbar{
	border:0;
}
#header2 .navbar-collapse.collapse{
	float:left;
} 
#header2 #menu .nav > li {
    margin: 0;
}
#header2 #menu .nav > li > a {
    color: #fff;
	padding:17px 24px;
	border:0;
	line-height: 14px;
}
#header2 #menu .nav > li > a:hover {
    background: #f2992c;
    box-shadow: inset 0px -2px 0px 0px #d99510;
}
#header2 header .button-login {
    margin: 0;
}
#header2 header .button-login .btn-default{
	margin-right:0;
	padding: 15px 12px;
}
#header2 header .button-login .btn-default, #header2 header .button-login .btn-primary{
	border-radius:0;
} 
#header2 header .button-login .btn-primary {
    padding: 16px 28px;
}
#header2 .slideshows{
	height: 622px;
	background: rgba(242,137,0,1);
	background: -moz-linear-gradient(top, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,137,0,1)), color-stop(38%, rgba(249,158,0,1)), color-stop(46%, rgba(249,158,0,1)), color-stop(71%, rgba(249,158,0,1)), color-stop(100%, rgba(242,137,0,1)));
	background: -webkit-linear-gradient(top, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	background: -o-linear-gradient(top, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	background: linear-gradient(to bottom, rgba(242,137,0,1) 0%, rgba(249,158,0,1) 38%, rgba(249,158,0,1) 46%, rgba(249,158,0,1) 71%, rgba(242,137,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28900', endColorstr='#f28900', GradientType=0 );
	position:relative;
}
#header2 .slide-detail {
    bottom: 73px;
}
#header2 .slideshows img{
	position:absolute;
	top: 9.9%;
	left: 41%;
}
#header2 .slideshows .slider-caption {
	background: #333333;
	padding:0 15px 0 15px;
	width: 401px;
	border-top: 4px solid #f2992c;
}
#header2 .off {
    border-bottom: 19px solid transparent;
    border-right: 19px solid #f2992c;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    margin: 0;
    right: auto;
    left: 35.1%;
}
#header2 .slider-caption h1{
	color:#ffcc00;
	padding:31px 0 41px;
	margin:0;
}
#header2 .center .btn-default {
    padding: 0px 22px 2px;
    margin-top: 0;
}
#header2 .slider-caption ul li{
	padding:0 0 30px;
}
#header2 #category .btn, #location .btn {
    min-width: 370px;
	margin-bottom:0;
}
#header2 #category .text, #location .text {
    float: left;
}
#header2 #category .btn i, #location .btn i{
	float:right;
}
#header2 #category .dropdown-menu, #location .dropdown-menu  {
    min-width:100%;
}
#header2 #category .dropdown-menu > li , #location .dropdown-menu > li {
	padding:0 !important;
}
#header2 #category .dropdown-menu > li > a, #location .dropdown-menu > li > a {
	padding: 10px 23px !important;
}
#header2 #search input {
    border: none;
    color: #414141;
    background: #fff;
    padding: 0px 29px 0px 23px;
    font-size: 16px;
	font-weight:400;
	min-width: 370px;
	min-height: 50px;
}
#header2 #search-button .btn {
    background:#f2992c;
	min-width: 370px;
	min-height: 59px;
	font-size: 24px;
	color:#fff;
}
#header2 #search-button .btn i{
	margin-right:12px;
	font-size:24px;
}
#header2 .browse{
	padding:80px 0;
	background:none;
}
#header2 .browse .browse-jobs{
	margin:0 0 53px 0;
}
#header2 .browse .browse-jobs h1{
	margin-top:0px;
	padding:15px 0 0 0;
}
#header2 .browse ul{
	margin-bottom:0px;
}
#header2 .browse .browse-job li{
	border:1px solid #e5e5e5;
	min-height: 126px;
	text-align: center;
	vertical-align:middle;
	min-width:131px;
	padding:15px 0 17px;
	max-width:135px;
	margin-right:8px;
}
#header2 .browse .browse-job li:last-child{
	margin:0px;
}
#header2 .browse .matter1 a i{
	color:#1b1a1a;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 12px;
	display: block;
}
#header2 .browse .matter1 a span{
	font-size: 14px;
	font-weight: 400;
	color: #1b1a1a;
	text-transform:uppercase;
}
#header2 .browse .browse-job li:hover .matter1 a span, #header2 .browse .browse-job li:hover .matter1 a i{
	color:#fff;
}
#header2 .browse .browse-job li:hover{
	background: rgba(239,131,0,1);
	background: -moz-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,131,0,1)), color-stop(2%, rgba(239,131,0,1)), color-stop(14%, rgba(251,163,0,1)), color-stop(65%, rgba(251,163,0,1)), color-stop(94%, rgba(239,131,0,1)), color-stop(100%, rgba(239,131,0,1)));
	background: -webkit-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: -o-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: linear-gradient(to bottom, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8300', endColorstr='#ef8300', GradientType=0 );
	margin:-14px -4px -14px -12px;
	z-index: 1;
	position: relative;
	min-height:152px;
	min-width:155px;
}
#header2 .browse .browse-job li:first-child:hover{
	margin:-14px -2px -14px -10px;
}
#header2 #featured .featured-jobs h1{
	padding-top:15px;
}
#header2 .browse-jobs .border, #header2 .browse-jobs .border1, #header2 .featured-jobs .border, #header2 .featured-jobs .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 #testimonial{
	padding:80px 0;
	background:none;
	height:auto;
}
#header2 #testimonial .testimonial-jobs{
	margin:0 0 57px 0;
}
#header2 #testimonial .testimonial-jobs h1{
	margin:0 0 0 0 ;
	padding:14px 0 5px;
	color:#333333;
}
#header2 .testimonial-jobs .border, #header2 .testimonial-jobs .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 .photo{
	text-align:center;
	position:relative;
	padding:0px !important;
}
#header2 .photo img{
	margin:0 auto;
	width:99px;
	height:99px;
	border:4px solid #ffb413;
	border-radius:50%;
	border-top-width:0px;
	border-left-width:3px;
	border-right-width:3px;
	position: absolute;
	top: -72px;
	left: 0;
	right: 0;
}
#header2 .photo:hover .photo-matter{
	background:#ffb413;
}
#header2 .photo:hover .photo-matter i, #header2 .photo:hover .photo-matter span, #header2 .photo:hover .photo-matter p{
	color:#333;
}
#header2 .photo .photo-matter{
	background:#333333;
	border-top:4px solid #ffb413;
	padding:32px 45px;
	margin-top:72px;
}
#header2 .photo .photo-matter i {
    color: #999999;
    font-size: 20px;
    position: absolute;
    left:45px;
}
#header2 .photo .photo-matter span {
    float: right;
    color: #999999;
    font-size: 20px;
	margin-top: -22px;
}
#header2 .photo .photo-matter p{
	color:#fff;
	text-align:center;
	font-size:18px;
}
#header2 #blog{
	background:#f7f7f7;
}
#header2 #blog .latest-blog{
	margin:0 0 58px 0;
}
#header2 #blog .latest-blog h1{
	padding-top:14px;
	color:#330000;
}
#header2 .latest-blog .border, #header2 .latest-blog .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 #latest{
	background:none;
}
#header2 #latest .latest-candidate h1{
	padding:15px 0 0 0;
}
#header2 #blog .latest-blog h1 span, #header2 #latest .latest-candidate h1 span, #header2 #partner .our-partner h1 span, #header2 #featured .featured-jobs h1 span, #header2 .browse .browse-jobs h1 span{
	color:#f2992c;
}
#header2 .latest-candidate .border, #header2 .latest-candidate .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 #partner{
	padding:0 0 61px;
}
#header2 #partner .our-partner h1{
	padding-top:14px;
}
#header2 .our-partner .border, #header2 .our-partner .border1{
    border-bottom: 4px solid #f2992c;
}
#header2 .powered {
    padding: 0px;
    text-align: right;
}
#header2 .powered p {
    padding: 15px 0;
	width: 95%;
}
#header2 .subscribe {
    width:76%;
}
#header2 .subscribe input{
	background:#252525;
}
#header2 footer .info {
    margin-right: 70px;
}
#header2 footer .use {
    margin-right: 70px;
}
#header2 footer p {
    width: 100%;
	line-height: 22px;
}
#header2 footer .matter {
    margin-right: 0;
	width:29%;
}
#header2  .flickers{
	width:24%;
	margin-right:50px;
}
#header2  .flickers ul li{
	margin-bottom:10px;
}
#header2 .socialicon {
    margin-top: 20px;
}
/*--------------------------------- 
[ Header 3 / .header3 ]
----------------------------------- */
.header3 #top {
	background: #F2F2F2;
}
.header3 #top-links .icon {
	padding: 7px 0px;
}
.header3 #top-links .icon li {
	padding:0;
	border:1px solid #dfdfdf;
}
.header3 #top-links .icon li a {
	color: #000;
	padding: 4px 8px;
}
.header3 #top-links .icon li:hover a{
    background:#f2992c;
	border:transparent;
	color:#fff !important;
}
.header3 #top-links .button li a {
	color: #000;
	border-right:0;
	font-size:14px;
	padding-right: 12px;
}
.header3 #top-links .button li a i{
	margin-right: 10px;
	font-size:14px;
}
.header3 #top-links .button li:last-child a {
	padding-right:0;
}
.header3 .search {
    padding: 8px 8px 8px 8px;
    border: 1px solid #e5e5e5;
	margin: 31px 0 29px;
} 
.header3 .search input {
    padding: 0;
    color: #a3a3a3;
    background: #fff;
    border: none;
    font-size: 12px;
    height: 22px;
} 
.header3 .search .btn {
    position: absolute;
    left: auto;
    float: right;
    background: transparent;
    top: 0;
    bottom: 0;
    right: 14px;
}
.header3 .search .btn i {
    color: #b9b9b9;
    font-size: 20px;
}
.header3 #menu {
	margin:0;
	background:#fff;
}
.header3 #menu .nav > li {
    padding: 0;
}
.header3 #menu .nav > li > a{
	padding:14px 25px;
	line-height: 13px;
	border-bottom:0;
}
.header3 #menu .nav > li > a:hover {
    background: #f2992c;
    border-bottom:0;
	color:#fff;
}
.header3 .slideshow{
	border-top:2px solid #eae9e7;
}
.header3 .socialicon {
    margin: 14px 0 0 0;
	float: left;
}
.header3 .socialicon li {
    background:#696969;
	border:0;
	padding-top: 7px;
}
.header3 .socialicon li:hover{
	background:#f2992c;
	border:0;
}
.header3 .powered p {
    margin: 22px 0 0 0;
	color:#999999;
}
.header3 .powered {
	padding: 0px 0 17px;
}
.header3  footer h5{
	color:#fff;
}
.header3 footer .tags, .header3 footer .use {
    margin-right:70px;
}
.header3 footer .tags ul{
	margin:0;
} 
.header3 footer .tags ul li {
    padding: 9px 14px;
    line-height: 16px;
	background:#fff;
	margin: 0 9px 10px 0px;
}
.header3 footer .tags ul li:hover {
    background:#f2992c;
}
.header3 footer .tags ul li:hover a {
	color: #fff;
}
.header3 footer .tags ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 16px;
}
.header3 footer .info li, .header3 footer .use li {
    padding: 13px 4px 15px;
    border-bottom: 1px solid #303539;
}
.header3 footer .info li a i, .header3 footer .use li a i {
    margin-right: 8px;
	color:#999999;
	font-size:11px;
}
.header3 footer .info li a:hover i, .header3 footer .use li a:hover i{
    color: #f2992c;
}
.header3 footer .info {
    width: 17%;
    margin-right: 70px;
}
.header3 footer .info li:last-child, .header3 footer .use li:last-child {
    padding: 13px 4px 15px;
}
.header3 footer .contact ul{
	margin:0;
} 
.header3 footer .contact ul li {
    padding:0 0 16px;
}
.header3 footer .contact ul li a {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
}
.header3 footer .contact ul li:first-child .fa {
	float: left;
}
.header3 footer .contact ul li .fa {
	background:#5d5d5d;
	margin-right:21px;
	border-radius:50%;
	padding:9px 0 0 0;
	text-align:center;
	width:35px;
	height:35px;
}
.header3 footer .contact ul li:hover .fa{
	background:#f2992c;
}
/*--------------------
[ Header 4 / .header4 ]
---------------------*/
.header4 #logo {
    margin: 22px 0 17px;
}
.header4  header{
	background: rgba(3, 3, 3, 0.7);
	position: fixed;
	top: auto;
	width: 100%;
	z-index: 99;
	border:0;
}
.header4 header .button-login{
	position:absolute;
	top:32px;
	right:16px;
	margin:0;
}
.header4 header .button-login .btn-default{
	background:none;
	font-size:18px;
	padding:  13px 16px;
	border-radius: 0px;
	margin-right:0;
}
.header4 header .button-login .btn-primary{
	background:#f2992c;
}
.header4 header .button-login .btn-default:hover, .header4 header .button-login .btn-primary:hover {
    box-shadow: none;
}
.header4 header .button-login .btn-default:hover{
	background:transparent !important;
	color:#fff !important; 	
}
.header4 #menu {
	margin: 32px 0 0px 0;
	min-height: 43px;
	background:none;
}
.header4 #menu .nav > li > a {
	line-height: 14px;
	color: #fff;
	padding:15px 8px 35px;
	border-bottom: 4px solid transparent;
}
.header4 #menu .nav > li > a:hover{
	background:none;
	border-bottom:4px solid #f2992c;
}
.header4 #menu .nav > li {
    margin: 0 42px 0 0;
}
.header4 #menu .nav > li:last-child {
    margin: 0 0px 0 0;
}
.header4 #menu .navbar-nav > .active > a, .header4 #menu .navbar-nav > .active > a:hover, .header4 #menu .navbar-nav > .active > a:focus {
    background-color: none;
	border-bottom:4px solid #f2992c;
}
.header4 #menu .dropdown-menu {
	background:rgba(3, 3, 3, 0.7);
}
.header4 .slideshow img {
    height: 650px;
}
.header4 footer .info {
    width: 16%;
    margin-right: 70px;
}
.header4 footer .use {
    margin-right: 54px;
}
.header4 footer p {
    width: 88%;
	line-height:22px;
	font-size:16px;
}
.header4 footer .contact ul{
	margin:0;
} 
.header4 footer .contact ul li {
    padding:0 0 27px;
}
.header4 footer .contact ul li a {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
}
.header4 footer .contact ul li:first-child .fa {
	float: left;
	line-height:30px;
}
.header4 footer .contact ul li .fa {
	margin-right:12px;
}
.header4 .subscribe {
    padding: 0;
    border: 1px solid #f2992c;
    border-radius: 50px;
}
.header4 .subscribe input{
	background:none;
	padding:0 30px;
}
.header4 .subscribe .form-group {
    margin-bottom: 0px;
}
.header4 .subscribe .btn-default {
    border-radius: 0 50px 50px 0px;f2992c
    padding: 7px 23px;
    height: 40px;
	margin-left: 2px;
}
.header4 .socialicon li .fa{
	position:absolute;
	color:#fff;
	font-size:14px;
	top:10px;
	left:11px;
}
.header4 .socialicon li {
	width: 40px;
	height: 40px;
	margin-right:17px;
	background: none;
	border-radius: 50%;
	padding: 7px;
	text-align: center;
	padding-top: 0;
	border:none;
}
.header4 .socialicon li:hover {
    background:none;
    border:0;
}
.header4 .round {
	position: absolute;
	left: 5px;
	width: 100%;
	height: 100%;
	border-radius: 300px;
	z-index: 1;
	border-width: 4px;
	border-style: solid;
}
.header4 .fb {
	background-color:#2E4689;
	border-color: transparent;
}
.header4 .fb:hover {
	color: rgba(239,57,50,1);
	border-color: #334F99;
}
.header4 .twitter {
	background-color:#2B9ADD;
	border-color: transparent;
}
.header4 .twitter:hover {
	color: rgba(239,57,50,1);
	border-color: #4BAAE2;
}
.header4 .google {
	background-color:#BA2224;
	border-color: transparent;
}
.header4 .google:hover {
	color: rgba(239,57,50,1);
	border-color: #D8272C;
} 
.header4 .insta {
	background-color:#33608C;
	border-color: transparent;
}
.header4 .insta:hover {
	color: rgba(239,57,50,1);
	border-color: #396B9D;
}
.header4 .linkedin {
	background-color:#1365A9;
	border-color: transparent;
}
.header4 .linkedin:hover {
	color: rgba(239,57,50,1);
	border-color: #1675C2;
}
/*--------------------------------- 
[ Slideshow / .slideshow ]
----------------------------------- */
.slideshow .owl-pagination {
    top: -34px ;
	z-index:0;
}
.slideshow .owl-controls .owl-page{
	margin:0 !important;
	padding:4px 6px;
	background:rgba(0, 0, 0, 0.66);
}
.slideshow .owl-controls .owl-page span {
    background: #fff;
	border:4px solid transparent;
	box-shadow: none;
}
.slideshow .owl-controls .owl-page.active span {
    background: #f2992c;
}
.slideshow{
	margin:0;
	position:relative;
}
.slideshow img{
	width:100%;
}
.slide-detail{
	left: 0;
    position: absolute;
    right: 0;
	bottom:85px;
}
.slideshow .slider-caption {
	background: rgba(0, 0, 0, 0.66);
	position: relative;
	min-height:190px;
	border-top:4px solid #f2992c;
	padding:0 21px 0 23px;
}
.slider-caption h1{
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#f2992c;
	text-shadow:none;
	margin:24px 0 34px;
	text-align:center;
}
.off {
    border-bottom: 19px solid transparent;
    border-right: 19px solid #f2992c;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    margin: 0;
	right:0;
}
.slider-caption .btn {
    color: #999999;
    padding: 0px 29px 0px 23px;
    font-size: 16px;
	font-weight:400;
    border: none;
    min-width: auto;
	min-height: 50px;
	border-radius:0px;
	background:#fff;
}
.slider-caption .form-control{
	min-height: 47px;
	border-radius:0px;
	min-width: 266px !important;
	font-size:16px !important;
	font-weight:400 !important;
	color:#666666 !important;
}
.slider-caption .btn i{
	font-size:18px;
}
.slideshow .bootstrap-select.btn-group .dropdown-menu{
	z-index:999999 !important;
}
.slideshow .open > .dropdown-menu {
    z-index:999999 !important;
}
.slider-caption .dropdown-menu  {
    border-radius:0px;
	border-top:1px solid #999999;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}
.slider-caption .dropdown-menu > li > a {
	color: #999999;
    padding: 0px 29px 0px 23px;
    font-size: 16px;
	font-weight:400;
}
.slider-caption .btnsrch {
    background:#f2992c;
	border:none;
	border-radius:0;
	top:0;
	position:absolute;
	padding:11px 31px;
}
.slider-caption .btnsrch i{
	color:#fff;
	font-size:24px;
}
.slider-caption .btnsrch:hover i{
	color:#fff;
}
.center{
	text-align:center;
}
.center .btn-default{
	font-size:18px;
	font-weight:400;
	background:#333333;
	padding:9px 22px 8px;
	color:#fff;
	border:none;
	line-height:18px;
	margin-top:19px;
}
.center .btn-default i{
	margin-left:14px;
}
.center .btn-default:hover, .center .btn-default:active{
	background-color:#333 !important;
	color:#fff !important;
}
/*--------------------------------- 
[ featured / .featured-jobs ]
----------------------------------- */
#featured{
	padding:70px 0 50px 0;
	background: #F7F7F7;
}
#featured .featured-jobs{
	text-align:center;
	margin:0 0 48px 0;
	position:relative;
}
#featured .featured-jobs h1{
	margin:0;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.featured-jobs .border{
    border-bottom: 1px solid #333333;
    left: 39%;
    position: absolute;
    width: 14%;
}
.featured-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 39%;
    margin-top:10px;
    position: absolute;
    width: 14%;
}
.product-box{
	margin-bottom:30px;
}
.product-box .matter{
	background:#fff;
	border:1px solid #e1e1e1;
	border-bottom:0;
	padding:29px 11px;
}
.product-box .matter h1{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin:0 0 11px 0;
	line-height: 18px;
}
.product-box .matter ul {
	margin:0px 0 25px;
}
.product-box .matter ul li{
	padding:0px 18px 0 0;
	line-height: 12px;
}
.product-box .matter li a{
	font-size:14px;
	font-weight:400;
	color:#333;
}
.product-box .matter li:first-child a i{
	color:#f2992c;
}
.product-box .matter li a i{
	margin-right:7px;
}
.product-box .matter li a:hover i{
	color:#f2992c;
}
.product-box .matter p{
	font-size:14px;
	font-weight:400;
	color:#666666;
	line-height:18px;
	margin:0;
}
.product-box .btn-info{
	border:none;
	border-radius:0px;
	background:#333333;
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin-right: -2px;
	width: 49.5%;
	padding:16px;
	line-height:10px;
}
.product-box .btn-info:hover{
	background:#f2992c;
}
.product-box .image{
	position:relative;
}
.product-box:hover .image{ 
	opacity:15;
}
.product-box:hover .buttons{
	opacity:1;
}
.buttons{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255, 153, 0, 0.75);
	text-align:center;
	top:0;
	opacity:0;
	cursor:pointer;
	transition:all 1.5s ease 0s;
}
.buttons .open-down{
	bottom: 40%;
    left: 0;
    position: absolute;
    right: 0;
	transition:all 1.5s ease 0s;
}
.buttons .rotate1:nth-child(1){
	margin-left:0px;
}
.buttons .rotate1{
	text-align:center;
	color:#000;
	font-size:20px;
	background:#fff;
	width:40px;
	height:40px;
	border:none;
	border-radius:50%;
	z-index:-1000;
	margin-left:25px;
}
.buttons .rotate1:hover{
	background:#f2992c;
	color:#fff;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
}
.product-list .product-box .matter{
	border-bottom:1px solid #e1e1e1;
	padding:25px 12px;
	margin-left:270px;
}
.product-list .product-box .matter ul {
	margin:0px 0 17px;
	line-height: 12px;
}
.product-list .product-box .matter p{
	font-weight:300;
	margin:0 0 20px 0;
}
.product-list .product-box .btn-info{
	margin-right:30px;
	width: 136px;
	height:35px;
	padding:11px;
}
.product-list .product-box .image{
	float:left;
}
/*--------------------------------- 
[ browse / .browse-jobs ]
----------------------------------- */
.browse{
	padding:80px 0 50px 0; 
}
.browse .browse-jobs{
	text-align:center;
	margin:0 0 48px 0;
	position:relative;
}
.browse .browse-jobs h1{
	margin:0;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.browse-jobs .border{
    border-bottom: 1px solid #333333;
    left: 40%;
    position: absolute;
    width: 12%;
}
.browse-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 40%;
    margin-top:10px;
    position: absolute;
	width: 12%;
}
.browse .matter{
	border:1px solid #e5e5e5;
	min-height:116px;
	text-align:center;
	margin-bottom:30px;
}
.browse .matter .boxbor i{
	padding-top:25px;
}
.browse .matter:hover .boxbor:before {
    display: block;
    content: "";
    width: 185px;
    height: 80px;
    bottom:auto;
    left: 15px;
	position:absolute;
    border-top: 3px solid #c87500;
    border-left: 3px solid #c87500;
}
.browse .matter:hover .boxbor:after {
    display: block;
    content: "";
    width: 185px;
    height: 80px;
    bottom: 30px;
    right: 15px;
    border-bottom: 3px solid #c87500;
    border-right: 3px solid #c87500;
	position:absolute;
}
.browse .matter a{
	text-align:center;
}
.browse .matter a i{
	color:#36465d;
	font-size:32px;
	font-weight:400;
	margin-bottom:12px;
	display:block;
}
.browse .matter a span{
	font-size:20px;
	font-weight:400;
	color:#000;
}
.browse .matter:hover{
	background:#FFB413;
	border:1px solid transparent;
}
.browse .matter:hover a i, .browse .matter:hover a span{
	color:#fff;
}
/*--------------------------------- 
[ testimonial / .testimonial-jobs ]
----------------------------------- */
#testimonial{
	background:url(../images/testi-bg.jpg);
	height:402px;
}
#testimonial .testimonial-jobs{
	text-align:center;
	margin:0 0 52px 0;
	position:relative;
}
#testimonial .testimonial-jobs h1{
	margin:57px 0 0 0 ;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#f2992c;
}
.testimonial-jobs .border{
    border-bottom: 1px solid #f2992c;
    left: 40%;
    position: absolute;
    width: 12%;
}
.testimonial-jobs .border1{
    border-bottom: 1px solid #f2992c;
    right: 40%;
    margin-top:10px;
    position: absolute;
    width: 12%;
}
#testimonials{
	margin-bottom:0px;
	background:none;
}
#testimonials .owl-wrapper-outer{
	border:none;
}
#testimonials  .owl-buttons div {
    opacity: 1 !important;
   text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
   color:#fff;
}
#testimonials .owl-buttons div:hover{
	color:#f2992c;
}
#testimonials  .owl-buttons .owl-prev {
    left: 15px;
	top:20%;
}
#testimonials .owl-buttons .owl-next {
    right: 15px;
	top:20%;
}
#testimonials .owl-buttons div i {
    font-size: 55px;
    margin: -20px 0 0;
}
.photo{
	padding:0 42px;
}
.photo img{
	margin:0 auto;
	margin-bottom:22px;
	width:99px;
	height:99px;
	border:4px solid #ffb413;
	border-radius:50%;
	border-top-width:0px;
	border-left-width:3px;
	border-right-width:3px;
}
.photo i {
    color: #999999;
    font-size: 24px;
    position: absolute;
    left:48px;
}
.photo span {
    float: right;
    color: #999999;
    font-size: 24px;
	margin-top: -28px;
}
.photo p{
	color:#fff;
	text-align:center;
	font-size:18px;
}
/*--------------------------------- 
[ blog / .latest-blog ]
----------------------------------- */
#blog{
	padding:80px 0 43px 0;
}
#blog .latest-blog{
	text-align:center;
	margin:0 0 48px 0;
	position:relative;
}
#blog .latest-blog h1{
	margin:0;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#15110E;
	text-transform:uppercase;
}
.latest-blog .border{
    border-bottom: 1px solid #333333;
    left: 40%;
    position: absolute;
    width: 141px;
}
.latest-blog .border1{
    border-bottom: 1px solid #333333;
    right: 40%;
    margin-top:10px;
    position: absolute;
    width: 141px;
}
#blog .box{
	position: relative;
	margin-bottom: 37px;
}
#blog .box img{
	float:left;
}
#blog .box .matter{
	background: #f7f7f7;
	margin-left: 228px;
	padding: 20px 12px;
}
#blog .box .matter h1{
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:0 0 21px 0;
	line-height:20px;
}
#blog .box .matter  p{
	color:#666666;
	font-size:16px;
	font-weight:400;
	line-height:19.5px;
}
#blog .box .matter  a{
	color:#000;
	font-size:16px;
	font-weight:400;
}
#blog .box .matter  a:hover{
	color:#f2992c;
}
/*--------------------------------- 
[ latest / .latest-candidate ]
----------------------------------- */
#latest{
	background:#F7F7F7;
	padding:80px 0;
}
#latest .latest-candidate{
	text-align:center;
	margin:0 0 80px 0;
	position:relative;
}
#latest .latest-candidate h1{
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:0;
}
.latest-candidate .border{
    border-bottom: 1px solid #333333;
    left: 33%;
    position: absolute;
    width: 242px;
}
.latest-candidate .border1{
    border-bottom: 1px solid #333333;
    right: 33%;
    margin-top:10px;
    position: absolute;
    width: 242px;
}
#latests,#latestsfeat{
	margin-bottom:0px;
	background:none;
	padding:0 30px;
}
#latests .owl-wrapper-outer,#latestsfeat .owl-wrapper-outer{
	border:none;
	box-shadow:none;
}
#latests  .owl-buttons div,#latestsfeat .owl-buttons div{
    opacity: 1 !important;
   text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
#latests .owl-buttons div i:hover,#latestsfeat .owl-buttons div i:hover{
	color:#f2992c;
}
#latests  .owl-buttons .owl-prev ,#latestsfeat .owl-buttons .owl-prev{
    left: 15px;
	top:20%;
}
#latests .owl-buttons .owl-next,#latestsfeat .owl-buttons .owl-next {
    right: 15px;
	top:20%;
}
#latests .owl-buttons div i ,#latestsfeat .owl-buttons div i {
    font-size: 55px;
	color:#15110E;
    margin: -20px 0 0;
}
#latests .candidate img,#latestsfeat .candidate img{
	margin:0 auto;
	margin-bottom:22px;
	width:122px;
	height:122px;
	border:4px solid #ffb413;
	border-radius:50%;
	border-top-width:0px;
	border-left-width:3px;
	border-right-width:3px;
}
#latests .candidate h1,#latestsfeat  .candidate h1{
	color:#000;
	text-align:center;
	font-family: 'Libre Baskerville', serif;
	font-size:15.02px;
	font-weight:bold;
	margin:18px 0 8px;
}
#latests .candidate p,#latestsfeat .candidate p{
	color:#666666;
	text-align:center;
	font-size:15.02px;
	font-weight:400;
	margin-bottom:0px;
}
/*--------------------------------- 
[ partner / .our-partner ]
----------------------------------- */
#partner{
	/*padding:80px 0;*/
}
#partner .our-partner{
	text-align:center;
	margin:0 0 59px 0;
	position:relative;
}
#partner .our-partner h1{
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:0;
}
.our-partner .border{
    border-bottom: 1px solid #333333;
    left: 33.5%;
    position: absolute;
    width: 220px;
}
.our-partner .border1{
    border-bottom: 1px solid #333333;
    right: 33%;
    margin-top:10px;
    position: absolute;
    width: 240px;
}
#partners img{
	margin:0 auto;
}
#partners .image{
	margin: 0 auto;
}
#partners .owl-wrapper-outer{
	border:none;
	box-shadow:none;
}
#partners .owl-buttons div{
    opacity: 1 !important;
   text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
#partners .owl-buttons div i:hover{
	color:#5b5b5b;
	border:1px solid #5b5b5b;
}
#partners .owl-buttons .owl-prev {
    left: 8px;
	top:40%;
}
#partners .owl-buttons .owl-next{
    right: 8px;
	top:40%;
}
#partners .owl-buttons div i {
    font-size: 17px;
	color:#cccccc;
    margin: -20px 0 0;
	border:1px solid #cccccc;
	padding:10px;
}
/*--------------------------------- 
[ Footer / #footer]
----------------------------------- */
footer {
	background-color: #1b191a;
	padding:65px 0 ;
}
footer h5 {
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:bold;
	color:#f2992c;
	margin:0 0 26px;
}
footer h6 {
	font-size:14px;
	color:#fff;
	margin:0 0 26px;
	font-weight:400;
}
footer h6 i{
	font-size:24px !important;
	margin-right:9px;
}
footer h6 span{
	font-weight:600;
	font-size:24px;
}
footer p {
	font-size:14px;
	font-weight:300;
	color: #ffffff;
	line-height:26px;
	width: 88%;
    margin:12px 0 22px;
}
footer .bor{
	border-bottom:1px solid #313538;
	margin-bottom: 34px;
	padding-bottom:20px;
}
.subscribe{
	padding:0 70px 0 0;
}
.subscribe input{
	height: 40px;
	border-radius:0px;
	border:none;
}
.subscribe .btn-default{
	background:#f2992c;
	color:#fff;
	border:none;
	border-radius:0px;
	padding:7px 16px;
	height:40px;
} 
.socialicon{
	margin-top:32px;
	margin-left:0;
}
.socialicon li:last-child{
	margin-right:0px;
}
.socialicon li {
	list-style: none;
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right:25px;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
	border:1px solid #f2992c;
}
.socialicon li a{
	font-size:14px;
	color:#fff;
}
.socialicon li a i{
	margin-right:0px;
}
.socialicon li:hover{
	background:#f2992c;
	border:1px solid transparent;
}
footer .info ul, footer .use ul{
	margin-bottom:0px;
}
footer .info li, footer .use li{
	padding:0 0 26px;
	line-height: 16px;
}
footer .info li:last-child, footer .use li:last-child{
	padding:0px;
}
footer .info li a, footer .use li a {
	font-size:16px;
	font-weight:400;
	color:#fff;
}
footer .info li a i, footer .use li a i{
	margin-right:7px;
}
footer .info li a:hover, footer .use li a:hover{
	color:#f2992c;
}
footer .matter{
	margin-right:38px;
}
footer .info{
	width: 15%;
	margin-right: 78px;
}
footer .use{
	width: 15%;
	margin-right: 101px;
}
footer .form .input-group{
	padding:0 15px;
}
footer .form .big{
	height:80px !important;
}
footer .form .form-group{
	margin-bottom:12px;
}
footer .form input{
	background:#161b1e;
	border:1px solid #666666;
	height:40px;
	border-radius:0;
	box-shadow: none !important;
	outline-offset: 0 !important;
}
footer .form input:hover{
	border:1px solid #fff;
}
footer .form .btn-default {
    background: #f2992c;
    color: #000;
    border: none;
    border-radius: 0px;
    padding: 11px 16px;
    height: 80px;
}
footer .form .btn-default:hover, footer .form .btn-default:active:hover {
    background: #f2992c !important;
	color:#000 !important;
}
.powered {
	background:#1b191a;
	padding: 0px 0 65px;
	text-align:center;
}
.powered p{
	font-size:14px;
	font-weight:400;
	margin:0px;
	color:#cccccc;
	line-height: 13px;
}
/*--------------------------------- 
[ submit-job / .submit-job-content ]
----------------------------------- */
#submit-job {
	background:#f7f7f7;
}
#submit-job .submit-job-content{
	position:relative;
}
#submit-job .submit-job-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#000;
}
.bread{
	text-align:center;
}
#submit-job .submit-job-content ul{
	position:absolute;
	background:#ededed;
	right: 42.5%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height:16px;
}
#submit-job .submit-job-content ul li{
	padding-left:0px;
	color:#666666;
}
#submit-job .submit-job-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ submit-job-form / .submit-form ]
----------------------------------- */
#submit-job-form{
	margin:80px 0px;
}
#submit-job-form  .submit-form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
	position:relative;
}
#submit-job-form  .submit-form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left: 0;
}
#submit-job-form  .submit-form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right:0;
}
#submit-job-form  .submit-form  .form-group{
	margin-bottom:42px;
}
#submit-job-form  .submit-form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
#submit-job-form  .submit-form .form-group .form-control{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
#submit-job-form  .submit-form .form-group textarea{
	height:170px !important;
}
#submit-job-form  .submit-form .form-group  .btn-default {
    color: #333;
    background-color: transparent;
    border-color:  transparent;
	height:58px;
	box-shadow:none;
	padding: 0px 48px 0 14px;
}
#submit-job-form  .submit-form .form-group .btn-default span{
	padding:16px 0 0 0;
}
#submit-job-form  .submit-form .form-group .form-control .fa{
	background:#f2992c;
	color:#fff;
	padding:16px;
	font-size: 24px;
}
#submit-job-form  .submit-form .form-group .browse{
	background:#fff;
	border:1px solid #e6e6e6;
	padding: 38px 21px;
	margin-bottom:20px;
}
#submit-job-form  .submit-form .browse label{
	background:#e2e2e2;
	color:#000;
	border-radius:25px;
	padding:15px 30px;
	margin-bottom:0;
	font-weight: 300;
}
#submit-job-form  .submit-form .form-group span{
	color:#999999;
	font-size:16px;
	font-weight:600;
}
#submit-job-form  .submit-form h5{
	font-family: 'Libre Baskerville', serif;
	font-size:26px;
	font-weight:bold;
	color:#000;
	margin:15px 0 37px; 
}
#submit-job-form  .submit-form .fb, #submit-job-form  .submit-form .twitter, #submit-job-form  .submit-form .google{
	width:100%;
}
#submit-job-form  .submit-form .fb i, #submit-job-form  .submit-form .twitter i, #submit-job-form  .submit-form .google i{
	width:12%;
	height:56px;
	color:#fff;
	font-size:20px;
	padding: 18px 25px;
}
#submit-job-form  .submit-form .fb i{
	background:#006699;
}
#submit-job-form  .submit-form .twitter i{
	background:#00ccff;
}
#submit-job-form  .submit-form .google i{
	background:#cc3300;
}
#submit-job-form  .submit-form .fb input, #submit-job-form  .submit-form .twitter input, #submit-job-form  .submit-form .google input{
	width:88% !important;
	height:56px !important;
}
#submit-job-form  .submit-form .google input{
	border-bottom:0;
}
#submit-job-form  .submit-form .button{
	text-align:center;
}
#submit-job-form  .submit-form .button .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
/*--------------------------------- 
[ login / .login-content ]
----------------------------------- */
#login {
	background:#f7f7f7;
}
#login .login-content{
	position:relative;
}
#login .login-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#000;
}
#login .login-content ul{
	position:absolute;
	background:#EDEDED;
	right: 44.5%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height: 16px;
}
#login .login-content ul li{
	padding-left:0px;
	color:#666666;
}
#login .login-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ login-form / .form ]
----------------------------------- */
#login-form{
	margin:80px 0px;
}
#login-form  .form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
	position: relative;
}
#login-form  .form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
#login-form  .form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right: 0;
}
#login-form .form  .form-group{
	margin-bottom:42px;
}
#login-form  .form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
#login-form  .form .form-group input{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
#login-form  .form .form-group a{
	color:#f2992c;
	font-size:16px;
	font-weight:300;
}
#login-form  .form .form-group .confirmation label{
	font-weight:300;
	color:#666;
	margin-bottom:0;
}
#login-form  .form .form-group .confirmation input{
	color:#666;
	font-size:16px;
	font-weight:300;
	width:12px;
	height:12px;
	margin:0 10px 0 0;
}
#login-form  .form .button{
	text-align:center;
}
#login-form  .form .button .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
#login-form  .form p{
	padding-top:36px;
	text-align:center;
	color:#666;
	font-size:16px;
	font-weight:300;
}
#login-form  .form p a{
	color:#f2992c;
}
/*--------------------------------- 
[ contact / .contact-content ]
----------------------------------- */
#contact {
	background:#f7f7f7;
}
#contact .contact-content{
	position:relative;
}
#contact .contact-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#333333;
}
#contact .contact-content ul{
	position:absolute;
	background:#EDEDED;
	right: 43%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height: 16px;
}
#contact .contact-content ul li{
	padding-left:0px;
}
#contact .contact-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ contact-form / .form ]
----------------------------------- */
#contact-form{
	margin:80px 0px;
}
#contact-form .form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
	position:relative;
	margin-bottom:80px;
}
#contact-form  .form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
#contact-form  .form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width:100%;
	bottom: 0;
	right: 0;
}
#contact-form .form  .form-group{
	margin-bottom:42px;
}
#contact-form  .form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
#contact-form  .form .form-group input, #contact-form  .form .form-group textarea{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
#contact-form  .form .form-group textarea{
	height:170px;
}
#contact-form  .form .form-group a{
	color:#f2992c;
	font-size:16px;
	font-weight:600;
}
#contact-form  .form .form-group .confirmation input{
	color:#999999;
	font-size:16px;
	font-weight:600;
	width:0;
	height:0;
	margin-right:10px;
}
#contact-form  .form .button{
	text-align:center;
}
#contact-form  .form .button .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
#contact-form  .form p{
	padding-top:36px;
	text-align:center;
	color:#999999;
	font-size:16px;
	font-weight:600;
}
#contact-form  .form p a{
	color:#f2992c;
}
#contact-form .detail{
	background:#f7f7f7;
	padding: 47px;
	margin-bottom:30px;
}
#contact-form  .detail .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0%;
}
#contact-form  .detail .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right:0%;
}
#contact-form  .detail ul{
	margin-bottom:0px;
}
#contact-form  .detail li{
	padding:0 0 46px;
}
#contact-form  .detail li:last-child{
	padding:0px;
}
#contact-form  .detail ul li h5 {
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height: 14px;
	margin:0 0 25px;
}
#contact-form  .detail li .fa {
	color: #f2992c;
	margin-right: 20px;
	font-size:16px;
}
#contact-form  .detail li:first-child .fa {
    float: left;
    line-height: 28px;
}
#contact-form  .detail a {
	font-size:16px;
	font-weight:400;
	color:#666;
	line-height: 18px;
}
/*--------------------------------- 
[ about / .about-content ]
----------------------------------- */
#about {
	background:#f7f7f7;
}
#about .about-content{
	position:relative;
}
#about .about-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#000;
}
#about .about-content ul{
	position:absolute;
	background:#EDEDED;
	right: 43.5%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height:16px;
}
#about .about-content ul li{
	padding-left:0px;
	color:#666666;
}
#about .about-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ abouts / .about-detail ]
----------------------------------- */
#abouts{
	margin:80px 0px;
}
#abouts  .about-detail h1{
	color:#000;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:0 0 30px;
}
#abouts  .about-detail p{
	color:#666;
	font-size:16px;
	font-weight:400;
	text-align:center;
	line-height:28px;
	margin-bottom:0;
}
#abouts  .inner{
	margin-top:37px;
}
#abouts  .inner p{
	color:#666;
	font-size:16px;
	font-weight:400;
	text-align:left;
	line-height:28px;
	margin-bottom:0;
}
#abouts  .mission h1{
	color:#000;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:72px 0 30px;
}
#abouts  .mission p{
	color:#666;
	font-size:16px;
	font-weight:400;
	text-align:center;
	line-height:28px;
	padding:0 74px;
	margin-bottom:0;
}
#abouts  .team h1{
	color:#000;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:50px 0 79px;
}
#abouts .team ul{
	padding:0 13px;
	margin-bottom:0px;
}
#abouts .team ul li{
	padding:0;
	margin-right:35px;
}
#abouts .team ul li:last-child{
	margin-right:0px;
}
#abouts .team .client{
	text-align:center;
}
#abouts .team .client img{
	margin:0 auto;
}
#abouts .team .client h5{
	margin:15px 0 10px;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:400;
	color:#333;
}
#abouts .team .client p{
	color:#666;
	font-size:16px;
	font-weight:400;
	margin:0 0 14px;
}
#abouts .team .client .soical{
	padding:0;
	margin:0;
}
#abouts .team .client .soical li{
	background:#fff;
	border:1px solid #f0f0f0;
	border-radius:50%;
	width:29px;
	height:29px;
	padding:3px 6px;
	margin-right:8px !important;
}
#abouts .team .client .soical li:last-child{
	margin-right:0px !important;
}
#abouts .team .client .soical li a{
	color:#000;
	font-size:13px;
	font-weight:400;
}
#abouts .team .client .soical li:hover{
	background:#f2992c;
	border:1px solid transparent;
}
#abouts .team .client .soical li:hover a{
	color:#fff;
}
/*--------------------------------- 
[ jobs / .jobs-content ]
----------------------------------- */
#jobs {
	background:#f7f7f7;
}
#jobs .jobs-content{
	position:relative;
}
#jobs .jobs-content h1{
	margin:25px 0 35px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	color:#000;
}
#jobs .jobs-content ul{
	position:absolute;
	background:#EDEDED;
	right: 44.5%;
	top: 43px;
	margin-bottom: 0px;
	padding: 8px 17px;
	line-height: 16px;
}
#jobs .jobs-content ul li{
	padding-left:0px;
}
#jobs .jobs-content ul li a{
	font-size:14px;
	font-weight:300;
	color:#666666;
}
/*--------------------------------- 
[ job / .sort / .matter ]
----------------------------------- */
#job{
	margin:80px 0px;
}
#job .form1{
	margin-bottom:50px;
	background:#f7f7f7;
	padding:34px 15px 40px;
}
#job .form1 .form-group{
	margin-bottom:0;
}
#job .form1 .sort, #job .form1 .show, #job .form1 .category, #job .form1 .keyword{
	font-size:16px;
	color:#333333;
}
#job .form1 .sort label, #job .form1 .show label, #job .form1 .category label, #job .form1 .keyword label{
	margin-bottom:13px;
	font-weight:600;
}
#job .form1 .btn-default{
	height:45px;
	border:1px solid #e6e6e6;
	border-radius:0;
	box-shadow:none;
	color: #666 !important;
	font-size: 16px !important;
}
#job .form1 .btn-default:hover{
	background-color:#fff !important;
}
#job .form1 .sort  option, #job .form1 .show  option, #job .form1 .category option{
	padding: 6px 12px;
}
#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword .btn-danger, #job .form1 .keyword .btn-warning  {
	border:none;
	border-radius:0;
	padding:9px 23px;
	font-size:16px;
	font-weight:500;
	height:34px;
	margin-right:16px;
	line-height:16px;
}
#job .form1 .keyword .btn-primary {
	background:#ACD374;
}
#job .form1 .keyword .btn-success {
	background:#ED5400;
}
#job .form1 .keyword .btn-danger {
	background:#FF9D12;
}
#job .form1 .keyword .btn-warning {
	background:#1D86F1;
	margin-right:0;
}
.left1{
	background:#F7F7F7;
}
.left{
	padding:0 0 51px 0  ;
}
.left .job-candidate{
	margin-bottom:63px;
}
.left .job-candidate h1{
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0;
	padding-top:27px;
	text-align:center;
}
.left .job-candidate .border{
    border-top: 1px solid #333333;
    left: 17%;
    position: absolute;
    width: 144px;
}
.left .job-candidate .border1{
    border-bottom: 1px solid #333333;
    right: 14%;
    margin-top:10px;
    position: absolute;
    width: 144px;
}
.leftside{
	background:#F7F7F7;
}
.margin-t{
	margin-top:40px;
}
.margin-t h1{
	border-top:0 !important;
}
.margin-t .border{
	left:34% !important;
}
.margin-t .border1{
	right:34% !important;
}
.leftside .latest-jobs{
	padding:0 0 32px;
}
.leftside .latest-jobs h1{
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 10px;
	border-top: 1px solid #ccc;
	padding: 33px 0 9px;
	text-align:center;
}
.leftside .latest-jobs .border{
    border-top: 1px solid #333333;
    left: 28%;
    position: absolute;
    width: 88px;
}
.leftside .latest-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 28%;
    margin-top:10px;
    position: absolute;
    width: 88px;
}
.leftside .job-content{
	margin:20px 10px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:17px;
}
.leftside .job-content img{
	width:62px;
	height:57px;
	float:left;
	margin-right:10px;
}
.leftside .job-content h1{
	font-size:14px;
	font-weight:600;
	color:#333;
	margin:0 0 9px;
}
.leftside .job-content ul{
	margin-bottom:0;
	line-height: 10px;
}
.leftside .job-content ul li{
	padding:0px 12px 0 0;
}
.leftside .job-content ul li a{
	font-size:12px;
	font-weight:400;
	color:#333333;
}
.leftside .job-content ul li:first-child a i{
	color:#f2992c;
}
.leftside .job-content ul li a i{
	font-size:14px;
	margin-right:7px;
}
.leftside .job-content a{
	color:#3366cc;
	font-size:12px;
	font-weight:400;
}
.career{
	margin-top:28px;
}
.pagination{
	margin: 25px 0 0 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination > li > a{
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #3E3E3E;
    border: 0px solid #ddd;
    margin-right: 10px;
    border-radius: 50%;
	width:37px;
	height:37px;
	font-weight:bold;
}
.pagination > li > a > span{
	font-weight:bold;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	background:#f2992c;
	color:#fff;
} 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f2992c;
    border-color: #f2992c;
}
/*--------------------------------- 
[ jobdetail / .sort / .matter ]
----------------------------------- */
#jobdetail{
	margin:80px 0px 0px;
}
#jobdetail .left-side{
	margin-top:19px;
	background:#F5F5F5;
}
#jobdetail .left-side ul{
	padding: 21px 0 0px 15px;
}
#jobdetail .left-side ul li h5{
	border-bottom:1px solid #ccc;
	padding:0 0 8px 0;
	line-height: 14px;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:0;
}
#jobdetail .left-side ul li h5 i{
	font-size:18px;
	margin-right:7px;
}
#jobdetail .left-side ul li p{
	font-size:18px;
	font-weight:400;
	color:#666;
	padding:20px 0 33px;
	margin:0;
	line-height: 18px;
}
#jobdetail  .content h1{
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:0 0 15px;
}
#jobdetail  .content ul{
	margin-bottom:30px;
}
#jobdetail  .content ul li{
	background:#ededed;
	border-radius: 20px;
	padding:8px 22px 8px 14px;
	line-height: 14px;
}
#jobdetail  .content ul li a{
	font-size:14px;
	font-weight:400;
	color:#333333;
}
#jobdetail  .content ul li a i{
	margin-right:7px;
	color:#f2992c;
}
#jobdetail  .content p{
	font-size:16px;
	font-weight:400;
	color:#666;
	line-height:28px;
	margin-bottom:43px;
}
#jobdetail  .content h5{
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:300;
	color:#000;
	margin:0 0 27px;
	padding-bottom:16px;
	border-bottom:1px solid #ccc;
}
#jobdetail  .content .btn-info{
	background:#f2992c;
	border:none;
	border-radius:0;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:21px 32px;
	line-height: 16px;
}
/*--------------------------------- 
[ similar /  .matter ]
----------------------------------- */
#similar{
	margin:80px 0;
}
#similar .similar-jobs{
	text-align:center;
	margin:0 0 58px 0;
	position:relative;
}
#similar .similar-jobs h1{
	padding:16px 0 0 0 ;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#15110E;
	margin:0;
	text-transform:uppercase;
}
#similar .similar-jobs h1 span{
	color:#f2992c;
}
.similar-jobs .border{
    border-bottom: 4px solid #f2992c;
    left: 40%;
    position: absolute;
    width: 171px;
}
.similar-jobs .border1{
    border-bottom: 4px solid #f2992c;
    right: 40%;
    margin-top:11px;
    position: absolute;
    width: 171px;
}
/*--------------------------------- 
[ jobdetail /  .apply ]
----------------------------------- */
.apply{
	margin-top:23px !important;
}
.apply  h1{
	border:none !important;
}
.job-form{
	background:#f7f7f7;
	padding: 48px 15px 51px 15px;
	margin:45px 0 0 0;
	position:relative;
}
.job-form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
.job-form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right:0;
}
.job-form  .form-group{
	margin-bottom:42px;
}
.job-form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
.job-form .form-group span{
	color:#666;
	font-size:12px;
	font-weight:300;
}
.job-form .form-group input, .job-form .form-group textarea{
	border:1px solid #e6e6e6 ;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%;
}
.job-form .form-group textarea{
	height:170px;
}
.job-form .form-group .browse {
    background: #ffffff;
	border: 1px solid #e6e6e6;
    padding: 8px 21px;
	margin-bottom:13px;
}
.job-form .form-group .browse label {
    background: #e2e2e2;
    color: #000;
    border-radius: 25px;
    padding: 9px 30px;
    margin-bottom: 0;
	font-weight: 300;
	font-size:14px;
}
.job-form .form-group .browse input{
	height:1 !important;
}
.job-form .button{
	text-align:center;
}
.job-form .button .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
/*--------------------------------- 
[ blogs /  .rightside ]
----------------------------------- */
#blogs{
	margin:80px 0;
}
#bloggs .box{
	position: relative;
	margin-bottom: 51px;
}
#bloggs .box img{
	float:left;
}
#bloggs .box .matter{
	background: #f7f7f7;
	margin-left: 270px;
	padding: 21px 17px 21px 18px;
	height: 221px;
}
#bloggs .box .matter h1 a{
	color:#000;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
}
#bloggs .box .matter h1{
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-top:0px;
}
#bloggs .box .matter  p{
	color:#666;
	font-size:16px;
	font-weight:300;
	line-height:26px;
	margin-bottom:25px;
}
#bloggs .box .matter  a{
	color:#666;
	font-size:16px;
	font-weight:300;
}
#bloggs .box .matter ul li{
	border-right:1px solid #ccc;
}
#bloggs .box .matter ul li:last-child{
	border-right:0;
}
.rightside{
	background:#F7F7F7;
	padding: 27px 0 0 0;
}
.rightside .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 70%;
	top: 0;
	left:5%;
}
.rightside .search {
	background: #fff;
	padding: 8px 8px 8px 8px;
	margin:0 10px 0px 10px;
}
.rightside .search input {
    color: #999999;
    background: #fff;
    border: none;
    font-size: 16px;
	width:100%;
}
.rightside .search .btn {
	color:#999;
    position: absolute;
    left: auto;
    float: right;
    background: transparent;
    top: 28px;
    right: 20px;
}
.rightside .latest-post{
	position:relative;
	padding:0 0 20px 0;
}
.rightside .latest-post h1{
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 10px;
	padding: 45px 0 10px;
	text-align:center;
}
.rightside .latest-post .border{
    border-top: 1px solid #333333;
    left: 28%;
    position: absolute;
    width: 88px;
	top:auto;
}
.rightside .latest-post .border1{
    border-bottom: 1px solid #333333;
    right: 28%;
    margin-top:10px;
    position: absolute;
    width: 88px;
}
.rightside .job-content{
	margin:20px 10px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:17px;
}
.rightside .job-content img{
	width:62px;
	height:57px;
	float:left;
	margin-right:10px;
}
.rightside .job-content h1{
	font-size:14px;
	font-weight:600;
	color:#333;
	margin:0 0 9px;
}
.rightside .job-content ul{
	margin-bottom:0;
	line-height: 10px;
}
.rightside .job-content ul li{
	padding:0px 12px 0 0;
}
.rightside .job-content ul li a{
	font-size:12px;
	font-weight:400;
	color:#333333;
}
.rightside .job-content ul li:first-child a i{
	color:#f2992c;
}
.rightside .job-content ul li a i{
	font-size:14px;
	margin-right:7px;
}
.rightside .job-content a{
	color:#3366cc;
	font-size:12px;
	font-weight:400;
}
/*--------------------------------- 
[ blogs /  .blog-detail ]
----------------------------------- */
.blog-detail .content{
	background:#f7f7f7;
	padding: 27px 21px
}
.blog-detail .content h1{
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:0 0 19px;
}
.blog-detail .content p{
	font-size:16px;
	font-weight:300;
	color:#666;
	line-height: 28px;
}
.blog-detail .content h5{
	font-size:16px;
	font-weight:300;
	color:#666;
	line-height: 28px;
	background:#ebebeb;
	border-left:6px solid #f2992c;
	margin:22px 0 31px;
	padding:16px 13px;
}
.blog-detail .comment{
	margin-top:25px;
	border-top: 1px solid #E9E9E9;
    padding: 13px 0 0 0;
}
.blog-detail .comment ul{
	margin:0;
}
.blog-detail .comment ul li {
	border-right:1px solid #999;
	padding:0;
	margin-right:13px;
}
.blog-detail .comment ul li:last-child {
	border-right:0;
	margin-right:0px;
}
.blog-detail .comment ul li:last-child  a{
	padding-right:0px;
}
.blog-detail .comment ul li a{
    font-size:14px;
	color:#999;
	padding-right:13px;
}
.blog-detail .comment ul li a i{
	margin-right:5px;
}
.blog-detail .tags{
	margin-top:33px;
	background:#f7f7f7;
	padding:16px;
}
.blog-detail .tags ul{
	margin:0;
}
.blog-detail .tags ul li {
	padding:0;
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:400;
	margin-right:13px;
	color:#666;
}
.blog-detail .tags ul li  i{
	margin-right:7px;
	color:#666666;
	font-size:16px;
}
.blog-detail .tags ul li:last-child {
	margin-right:0px;
}
.blog-detail .tags ul li a{
    font-size:16px;
	font-weight:400;
	color:#333;
	background:#fff;
	padding:5px 15px;
	font-family: 'Source Sans Pro', sans-serif !important;
}
.blog-detail .tags ul li span{
    font-size:14px;
	color:#333;
}
.blog-detail .commentbox h3{
	font-family: 'Libre Baskerville', serif;
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin:27px 0 39px	0;
}
.blog-detail .commentbox ul li {
    padding: 0px 7px;
	margin-bottom:21px;
	float:left;
	border-bottom: 1px solid #E2E2E2;
}
.blog-detail .commentbox ul li:last-child {
    border-bottom:0;
}
.blog-detail .commentbox ul li img {
	float:left;
}
.blog-detail .commentbox .profile {
    margin-left: 77px;
	padding-top: 1px;
	border-bottom: 1px solid #E2E2E2;
	min-height:196px;
}
.blog-detail .commentbox .profile h5 {
    color: #000;
    font-size: 16px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin-bottom:24px;
}
.blog-detail .commentbox .profile p {
    color: #666666;
    margin-bottom: 29px;
	font-size:16px;
	line-height:24px;
	font-weight:400;
}
.blog-detail .commentbox .replybox {
    padding: 0px;
    margin: -9px 0 0;
}
.blog-detail .commentbox .replybox li {
	border:none;
}
.blog-detail .commentbox .replybox li a {
    color: #666666;
    font-size: 14px;
}
.blog-detail .commentbox .replybox li a i{
	margin-right:7px;
}
.blog-detail .commentbox .sam{
	list-style:none !important;
	margin-left: 33px;
}
.blog-detail .commentbox .sam li{
	padding:0;
	margin:0 0 4px;
	border:0;
}
.blog-detail .commentbox .sam  .profile{
	border:0;
}
.blog-detail .commentbox  h1 {
    color: #000;
    font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin-bottom:22px;
}
.blog-detail .commentbox .form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
}
.blog-detail .commentbox  .form .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
.blog-detail .commentbox  .form .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right: 0;
}
.blog-detail .commentbox .form  .form-group{
	margin-bottom:42px;
}
.blog-detail .commentbox  .form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
.blog-detail .commentbox  .form .form-group input, .blog-detail .commentbox  .form .form-group textarea{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
.blog-detail .commentbox  .form .form-group textarea{
	height:170px;
}
.blog-detail .commentbox  .form .button{
	text-align:center;
}
.blog-detail .commentbox  .form .button .btn-primary{
	width:265px;
	height:73px;
	border:none;
	border-radius:0px;
	background:#f2992c;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
.archive{
	background:#F7F7F7;
	padding:0 15px 43px 15px;
	margin-top:25px;
	position:relative;
}
.archive .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top:0;
	left:0;
}
.archive .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right: 0;
}
.archive h1 {
    color: #000;
    font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin:28px 0;
	text-align:center;
}
.archive ul li{
	width:100%;
	float:left;
	border-bottom:1px solid #ccc; 
	padding: 14px 0;
}
.archive ul li a{
	color:#999;
	font-size:14px;
	font-weight:300;
}
.archive ul li a:hover{
	color:#f2992c;
}
.archive ul li a p{
	margin-bottom:0;
}
.tag{
	background:#F7F7F7;
	padding:0 15px 43px 15px;
	margin-top:38px;
	position:relative;
}
.tag .border{
    border-top: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	top:0;
	left:0;
}
.tag .border1{
    border-bottom: 6px solid #f2992c;
    position: absolute;
    width: 100%;
	bottom: 0;
	right: 0;
}
.tag h1 {
    color: #000;
    font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin:28px 0 31px;
	text-align:center;
}
.tag ul li{
	background: #fff;
	padding: 5px 15px;
	margin: 0 8px 14px 0;
	line-height: 18px;
}
.tag ul li a{
	color:#333;
	font-size:16px;
	font-weight:400;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.map iframe{
	width:100%;
	height:450px;
}
/*--------------------------------- 
[ jobs /  .job-search ]
----------------------------------- */
.jobsearch {
	background: #f1f1f1;
	border-top:4px solid #f2992c;
	padding:0 30px;
	margin-bottom:30px;
	min-height:214px;
	position:relative;
}
.jobsearch h1{
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:48px 0 33px;
	text-align:center;
}
.jobsearch .off {
    border-bottom: 19px solid transparent;
    border-right: 19px solid #f2992c;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    margin: 0;
	right:0;
}
.jobsearch .input-group{
	display:inline;
}
.jobsearch .form-control{
	min-height: 50px;
	border:0;
	font-size:16px !important;
	font-weight:400 !important;
	color:#666666 !important;
}
.jobsearch .btn {
    color: #999999;
    padding: 0px 29px 0px 23px;
    font-size: 16px;
	font-weight:400;
    border: none;
    min-width: 284px !important;
	min-height: 50px;
	border-radius:0px;
	background:#fff;
}
.jobsearch .btn i{
	font-size:18px;
}
.jobsearch .dropdown-menu  {
    border-radius:0px;
	border-top:1px solid #999999;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}
.jobsearch .dropdown-menu > li > a {
	color: #999999 !important;
    padding: 0px 29px 0px 23px !important;
    font-size: 16px !important;
	font-weight:400 !important;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #999999 ;
    background-color: #fff ;
    border-color: 0 !important;
}
.jobsearch .btnsrch {
    background:#f2992c;
	border:none;
	border-radius:0;
	padding:14px 28px;
	float:right;
}
.jobsearch .btnsrch i{
	color:#fff;
	font-size:24px;
}
.jobsearch .btnsrch:hover i{
	color:#fff;
}
.match{
	background:#f7f7f7;
}
.match p{
	text-align:center;
	padding:17px 0 16px;
	margin-bottom:50px;
	font-size:18px;
	color:#666;
	font-weight:600;
}
/*----------------
[newpage-css]
------------------*/
.canditate ul{
	right:43% !important;
}
.candidate .matter {
    padding: 18px 11px;
}
.candidate .matter li a {
    font-weight: 600;
    color: #000;
}
.product-list .candidate .matter {
    padding: 19px 12px;
}
.candidate .matter .rotate1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    background: #fff;
    border: none;
    float:right;
}
.candidate .btn-info{
	width:100%;
}
.canditate-profile{
	text-align:center;
}
.canditate-profile{
	text-align:center;
	margin-bottom:50px;
}
.canditate-profile .nav-tabs {
	border:none;
}
.canditate-profile .nav-tabs > li {
	float:none;
	display:inline-block;
	padding:0;
}
.canditate-profile .nav-tabs > li:nth-child(2), .canditate-profile .nav-tabs > li:nth-child(3), .canditate-profile .nav-tabs > li:last-child{
	margin:0 0 0 -4px;
}
.canditate-profile .nav-tabs > li:nth-child(1) > a{
	padding:22px 75px;
}
.canditate-profile .nav-tabs > li:nth-child(2) > a{
	padding:22px 50px;
}
.canditate-profile .nav-tabs > li:nth-child(3) > a{
	padding:22px 63px;
}
.canditate-profile .nav-tabs > li:nth-child(4) > a{
	padding:22px 25px;
}
.canditate-profile .nav-tabs > li > a{
	border:1px solid #EAEAEA;
	font-weight:700;
	font-size:16px;
	color:#000;
	border-radius:0px;
	line-height: 14px;
	margin:0 !important;
}
.canditate-profile .nav-tabs > li.active a, .canditate-profile .nav-tabs > li.active a{
	color:#fff;
	background:#FF9E13;
	border:1px solid #FF9E13;
}
.canditate-profile .nav-tabs > li > a:hover, .canditate-profile .nav-tabs > li > a:hover{
	color:#fff;
	border:1px solid #FF9E13;
	background: #FF9E13;
}
.employee ul{
	right:43.5% !important;
}
.employe-box{
	border:1px solid #E5E5E5;
	padding:12px 13px 16px;	
	min-height: 139px;
	margin-bottom:30px;
}
.employe-box .image{
	margin-bottom:18px;
}
.employe-box  p{
	color:#A1A1A1;
	font-size:16px;
}
.employe-box button{
	background:transparent;
	text-align:right;
	box-shadow: none;
	border: none;
	color:#999;
}
.employe-box  button:hover{
	color:#FFB315;
}
.employee .latest-jobs h1{
	border-top:0;
}
.employe-logo img{
	border:1px solid #E4E4E4;
	margin-bottom:50px;
}
.employe-vacancy{
	background:#F7F7F7;
	margin-bottom:50px;	
}
.employe-vacancy p{
	margin:0;
	text-align:center;
	padding:16px;
	color:#686868;
	font-size: 16px;
	font-weight: 700;
}
.graphic{
	border:1px solid #E4E4E4;
	margin-bottom:30px;
}
.graphic h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
	padding:24px 13px 14px;
}
.graphic h5 {
    font-size: 16px;
    font-weight: 600;
    color: #989898;
    margin: 0;
	padding:0px 13px 17px;
	border-bottom:1px solid #E4E4E4;
}
.graphic ul{
	margin:0;
	padding:18px 13px 39px;
}
.graphic ul li{
	padding-bottom:20px;
	color:#000;
}
.graphic ul li i{
	float:left;
	margin-right:8px;
	line-height:20px;
}
.graphic ul li:last-child i{
	line-height:21px;
}
.graphic .map{
	padding:0 9px;
}
.graphic .map iframe{
	height:200px !important;
}
.graphic p{
	padding:30px 13px;
	font-size:16px;
	color: #989898;
}
.profile .btn-info{
	width:100%;
}
.password{
	background:#FBFBFB;
	border:1px solid #E5E5E5;
	padding:49px 43px;
}
.password .form-group{
	margin-bottom:28px;
}
.password .form-group label{
	color:#000;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
}
.password .form-group input{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:37px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
.password .button{
	text-align:center;
}
.password .button .btn-primary{
	width:150px;
	height:37px;
	border:none;
	border-radius:0px;
	background:#FCB714;
	color:#fff;
	font-size: 18px;
	font-weight: 700;	
	padding: 12px 0 13px;
	line-height: 13px;
}
.similar-candidate{
	text-align:center;
	margin:80px 0 50px 0;
	position:relative;
}
.similar-candidate h1{
	padding:0px 0 13px 0 ;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#15110E;
	margin:0;
	text-transform:uppercase;
}
.similar-candidate .border{
    border-bottom: 1px solid #000;
    left: 37%;
    position: absolute;
    width: 206px;
}
.similar-candidate .border1{
    border-bottom: 1px solid #000;
    right: 37%;
    margin-top:11px;
    position: absolute;
    width: 206px;
}
.candidate-single .form-group{
	margin-bottom:0;
}
.candidate-single .matter{
	border:1px solid #EAEAEA;
	margin-bottom:30px;
}
.candidate-single .matter label{
	background:#F7F7F7;
	display:block;
	padding:17px 19px;
	line-height:12px;
	color:#000;
	font-size:16px;	
	border-bottom:1px solid #EAEAEA;
	margin-bottom:0;
}
.candidate-single .matter span{
	padding:32px 17px; 
	display:block;
	line-height: 10px;
	color:#999;
}
.candidate-single .matter .table{
	margin:32px 17px; 
	width:96%;
	border-collapse: unset !important;
}
.candidate-single .matter .table tr td{
	padding:15px 15px 15px 0px; 
	line-height: 10px;
	color:#999;
	border-top:0;
}
.candidate-single .matter .table .bor{
	border:1px solid #EAEAEA;
	padding:15px 15px 50px 15px;
	line-height:20px;
	margin-bottom:10px !important;
}
.candidate-single .btn-primary{
	background:#000;
	color:#fff;
	border:0;
	border-radius:0;
	padding:19px 50px;
	line-height: 12px;	
	font-size: 16px;
}
.candidate-single .btn-primary:hover{
	background:#FF9E13;
}
.candidate-single .icon{
	float:right;
	background: transparent;
	box-shadow: none;
	border: 0;
}
/*----------------
[responsive]
------------------*/
@media (max-width:1180px){
	header .button-login .btn-default {
		padding: 12px 16px;
	}
	header .button-login .btn-primary{
		padding:12px 20px;
	}
	#menu .nav > li {
		margin: 0 32px 0 0;
	}
	.slider-caption .form-control {
		min-width: 200px !important;
    }
	#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword 
	.btn-danger, #job .form1 .keyword .btn-warning{
		margin-right:3px;
	}
	.product-box .matter li a {
		font-size: 12px;
	}
	.browse .matter a span {
		font-size: 12px;
    }
	.browse .matter:hover .boxbor:before, .browse .matter:hover .boxbor:after {
		width: 120px;
	}
	.browse .matter a span {
		font-size: 14px;
    }
	.photo {
		padding: 0 32px;
	}
	.photo i {
		left: 42px;
	}
	.photo p {
		font-size: 14px;
	}
	#blog .box .matter {
		padding: 11px 12px;
	}
	#blog .box .matter h1 {
		font-size: 12px;
    }
	#blog .box .matter p {
		font-size: 13px;
    }
	footer .info {
		margin-right: 50px;
		width: 19%;
	}
	footer .use {
		margin-right: 60px;
	}
	footer h6 span {
		font-size: 16px;
	}
	footer h5 {
		font-size: 16px;
    }
	.socialicon li {
		margin-right: 22px;
    }
	#header2 #menu .nav > li > a {
		padding: 17px 16px;
    }
	#header2 .off {
		left: 42.2%;
	}
	#header2 .slideshows img {
		top: 25.9%;
		left: 45%;
		width: 50%;
	}
	#header2 .browse .browse-job li {
		min-width: 105px;
		max-width: 104px;
	}
	#header2 .browse .browse-job li:first-child:hover {
		margin: -14px -3px -14px -14px;
	}
	#header2 .browse .browse-job li:hover {
		margin: -14px -4px -14px -13px;
		min-width: 130px;
	}
	#header2 .photo .photo-matter i {
		left: 12px;
	}
	#header2 .photo .photo-matter {
		padding: 32px 13px;
    }
	#header2 .photo .photo-matter p {
		font-size: 17px;
	}
	#header2 .subscribe input {
		min-width: 239px;
	}
	#header2 footer .info {
		margin-right: 30px;
	}
	#header2 footer .use {
		margin-right: 30px;
	}
	#header2 .flickers {
		width: 30%;
		margin-right: 0px;
	}
	.socialicon li {
		margin-right: 16px;
	}
	.header3 footer .info {
		margin-right: 30px;
		width:20%;
	}
	.header3 footer .tags, .header3 footer .use {
		margin-right: 50px;
	}
	.header3 footer .tags ul li {
		padding: 7px 8px;
    }
	.header3 footer .tags ul li a {
		font-size: 12px;
    }
	.header3 footer .contact ul li a {
		font-size: 12px;
		line-height: 18px;
	}
	.header3 footer .info li a, .header3 footer .use li a {
		font-size: 12px;
	}
	.header4 #menu .nav > li {
		margin: 0 22px 0 0;
	}
	.header4 footer .use {
		width: 16%;
		margin-right: 50px;
	}
	.header4 footer .info {
		margin-right: 0;
		width:19%;
	}
	.header4 footer .contact ul li a {
		font-size: 15px;
    }
	#about .about-content ul {
		right: 42.5%;
    }
	#abouts .team ul li {
		margin-right: 18px;
	}
	#abouts .team .client .soical li {
		margin-right: 1px !important;
	}
	#abouts .about-detail p, #abouts .inner p, #abouts .mission p   {
		font-size: 13px;
		line-height: 24px;
    }
	#jobs .jobs-content ul {
		right: 43.5%;
    }
	.product-list .product-box .matter ul li {
		padding: 0px 10px 0 0;
    }
	.product-list .product-box .matter p {
		margin: 0 0 23px 0;
	}
	.leftside .job-content h1 {
		font-size: 11px;
    }
	.leftside .job-content ul li{
		padding: 0px 4px 0 0;
	}
	.leftside .job-content ul li a {
		font-size: 10px;
    }
	.leftside .job-content ul li a i {
		margin-right: 0px;
		font-size: 12px;
	}
	#bloggs .box .matter h1 {
		font-size: 13px;
    }
	#bloggs .box .matter p {
		font-size: 13px;
		margin-bottom: 14px;
		line-height:22px;
	}
	#bloggs .box .matter a {
		font-size: 13px;
    }
	.rightside .job-content h1 {
		font-size: 11px;
    }
	.rightside .job-content ul li a {
		font-size: 11px;
    }
	.rightside .job-content ul li a i {
		font-size: 12px;
		margin-right: 0px;
	}
	.rightside .job-content ul li {
		padding: 0px 0px 0 0;
	}
	.rightside .border {
		left: 6%;
	}
	.tag ul li {
		margin: 0 0px 14px 0;
	}
	.blog-detail .commentbox .profile {
		min-height: 197px;
	}
	#contact-form .detail a {
		font-size: 13px;
    }
	#contact .contact-content ul {
		right: 41.8%;
    }
	.joblist .metter ul li {
		margin-right: 6px;
	}
	.joblist .metter li a {
		font-size: 12px;
    }
	.joblist .metter .pull-left {
		width: 63%;
	}
	.joblist .metter p {
		font-size: 11px;
		padding-top: 3px;
    }
	#submit-job-form .submit-form .fb input, #submit-job-form .submit-form .twitter input, #submit-job-form .submit-form .google input {
		width: 87% !important;
		height: 55px !important;
    }
	#submit-job-form .submit-form .fb i, #submit-job-form .submit-form .twitter i, #submit-job-form .submit-form .google i {
		width: 13%;
		padding: 18px 16px;
	}
	#submit-job .submit-job-content ul {
		right: 41%;
    }
	.jobsearch .btn{
		min-width:200px !important;
	}
	.canditate ul {
		right: 41.5% !important;
	}
	.candidate .matter ul li {
		padding: 0px 5px 0 0 ;
    }
	.employee ul {
		right: 41.5% !important;
	}
	.employe-box {
		min-height: 125px;
    }
	.candidate-single .matter .table tr td{
		font-size:11px;
	}
}
@media (max-width:1000px){
	#latests .candidate h1, #latestsfeat .candidate h1{
		font-size:13px;
	}
	#menu .nav > li {
		margin: 0 26px 0 0;
	}
	#menu .nav > li > a {
		font-size: 11px;
    }
	header .button-login .btn-default, header .button-login .btn-primary  {
		padding: 12px 11px;
		margin-right:10px;
		font-size: 13px;
	}
	header .button-login .btn-primary {
		margin-right:0;
    }
	.slider-caption .form-control {
		min-width: 180px !important;
	}
	.slider-caption .btnsrch {
		padding: 11px 6px;
	}
	.featured-jobs .border {
		left: 33%;
		width:20%;
    }
	.featured-jobs .border1 {
		right: 33%;
		width:20%;
    }
	.product-box .matter h1 {
		font-size: 12px;
	}
	.product-box .matter ul li {
		padding: 0px 5px 0 0;
    }
	.product-box .matter li a {
		font-size: 10px;
	}
	.product-box .matter p {
		font-size: 12px;
    }
	.product-box .btn-info {
		font-size: 10px	;
	}
	.browse-jobs .border {
		left: 36%;
		width:22%;
    }
	.browse-jobs .border1 {
		right: 36%;
		width:22%;
    }
	.our-partner .border{
		left:36%;
		width:22%;
	}
	.our-partner .border1{
		right:36%;
		width:22%;
	}
	.browse .matter a i {
		font-size: 22px;
    }
	.browse .matter a span {
		font-size: 12px;
    }
	.browse .matter:hover .boxbor:before, .browse .matter:hover .boxbor:after {
		width: 90px;
	}
 	.testimonial-jobs .border {
		left: 35%;
		width:18%;
    }
	.testimonial-jobs .border1 {
		right: 35%;
		width:18%;
    }
	.photo {
		padding: 0 21px;
	}
	.photo i {
		left: 11px;
	}
	.latest-blog .border {
		left: 36%;
    }
	.latest-blog .border1 {
		right: 36%;
    }
	#blog .box .matter {
		margin-left: 172px;
		padding: 6px 8px;
		min-height: 144px;
	}
	#blog .box img{
		width: 50%;
	}
	#blog .box .matter h1 {
		font-size: 9px;
		margin: 0 0 8px 0;
    }
	#blog .box .matter p {
		font-size: 9px;
		line-height: 13.5px;
    }
	#blog .box .matter a {
		font-size: 11px;
    }
	.latest-candidate .border {
		left: 23%;
	}
	.latest-candidate .border1 {
		right: 23%;
	}
	#latests .candidate {
		padding: 0 8px;
	}
	#latests .candidate img {
		width: 90px;
		height: 90px;
    }
	#latests .candidate h1, #latests .candidate p{
		font-size:12px;
	}
	footer p {
		width: 100%;
		font-size:12px;
    }
	footer .info {
		margin-right: 35px;
	}
	footer .use {
		width: 16%;
		margin-right: 35px;
	}
	footer h5 {
		font-size: 12px;
    }
	footer .info li a, footer .use li a {
		font-size: 12px;
    }
	footer h6 {
		font-size: 10px;
    }
	footer h6 i {
		font-size: 16px !important;
		margin-right: 7px;
	}
	footer h6 span {
		font-size: 12px;
	}
	.subscribe input {
		min-width: 123px;
	}
	.socialicon li {
		margin-right: 6px;
		width: 28px;
		height: 28px;
		padding-top: 3px !important;
    }
	.socialicon li  a{
		font-size: 12px;
		padding-top: 2px;
	}
	#header2 #menu .nav > li > a {
		padding: 17px 10px;
	}
	#header2 .slideshows {
		height: 500px;
	}
	#header2 .slideshows img {
		top: 23%;
	}
	#header2 .slide-detail {
		bottom: 5%;
	}
	#header2 .slideshows .slider-caption {
		width: 306px;
    }
	#header2 .slider-caption h1 {
		font-size:18px;
	}
	#header2 .our-partner .border{
		left:32%
	}
	#header2 .our-partner .border1{
		right:32%;
	}
	#header2 .photo .photo-matter i {
		left: 7px;
	}
	#header2 .photo .photo-matter p {
		font-size: 13px;
	}
	#header2 .browse .browse-job li {
		margin:0px;
		min-height:104px;
		min-width:85px;
		max-width:84px;
    }
	#header2 .browse .browse-job li:hover,#header2 .browse .browse-job li:first-child:hover {
		margin:0px;
		min-height:104px;
		min-width:85px;
		max-width:84px;
	}
	#header2 .browse .matter1 a i {
		font-size: 20px;
    }
	#header2 .browse .matter1 a span {
		font-size: 10px;
    }
	#header2 #category .btn, #location .btn, #header2 #search input, #header2 #search-button .btn {
		min-width: 261px;
    }
	#header2 footer .info, #header2 footer .use {
		margin-right: 0px;
	}
	#header2 .flickers {
		width: 37%;
    }
	#header2 footer .matter {
		width: 28%;
	}
	.header3 footer .tags, .header3 footer .use {
		margin-right: 30px;
	}
	.header3 footer .tags ul li {
		padding: 7px 5px;
		margin: 0 3px 10px 0px;
	}
	.header3 footer .tags ul li a {
		font-size: 10px;
	}
	.header3 footer .info {
		width: 21%;
	}
	.header3 footer .use {
		width:17%;
	}
	.header3 footer .contact ul li {
		line-height: 6px;
	}
	.header3 footer .contact ul li a {
		font-size: 10px;
    }
	.header3 footer .info li, .header3 footer .use li {
		padding: 7px 4px 9px;
	}
	.header3 footer .contact ul li .fa {
		margin-right: 8px;
		width: 28px;
		height: 28px;
	}
	.header4 #menu .nav > li {
		margin: 0 11px 0 0;
	}
	.header4 .slideshow img {
		height: 550px;
	}
	.header4 footer .info {
		width: 20%;
	}
	.header4 footer .use {
		margin-right: 40px;
	}
	.header4 footer .contact ul li a {
		font-size: 12px;
	}
	.header4 footer .contact ul li .fa {
		margin-right: 5px;
	}
	.header4 .socialicon li {
		margin-right: 1px;
    }
	#about .about-content ul {
		right: 40.5%;
    }
	#abouts .team ul li {
		margin-right: 9px;
	}
	#abouts .team .client p {
		font-size: 13px;
    }
	#abouts .team .client .soical li {
		width: 22px;
		height: 22px;
		padding: 0px 6px;
    }
	#abouts .team .client .soical li a {
		font-size: 11px;
	}
	#abouts .about-detail p, #abouts .inner p, #abouts .mission p {
		line-height: 18px;
	}
	#jobs .jobs-content ul {
		right: 40.8%;
    }
	#jobdetail .left-side ul p {
		font-size: 13px;
    }
	.product-list .product-box .matter p{
		font-size: 9px;
		margin: 0 0 10px 0;
	}
	.product-list .product-box .matter ul li {
		padding: 0px 0px 0 0;
	}
	.product-list .product-box .btn-info {
		margin-right: 24px;
		width: 90px;
    }
	.leftside .job-content img {
		width: 50px;
		margin-right: 4px;
	}
	.leftside .job-content h1{
		font-size: 10px;
    }
	.leftside .job-content ul li a {
		font-size: 11px;
    }
	.leftside .job-content ul li a i{
		font-size: 9px;
    }
	#bloggs .box .matter h1 {
		font-size: 10px;
    }
	#bloggs .box .matter p {
		font-size: 10px;
		margin-bottom: 8px;
		line-height:18px;
	}
	#bloggs .box .matter a {
		font-size: 11px;
    }
	.left .job-candidate h1 {
		font-size: 10px;
    }
	#latestsfeat .candidate img {
		height: auto; 
    }
	#latestsfeat .candidate p {
		font-size: 11.02px;
    }
	.rightside .border {
		left: 8%;
	}
	.rightside .latest-post .border {
		left: 15%;
	}
	.rightside .latest-post .border1 {
		right: 15%;
	}
	.rightside .job-content img {
		width: 57px;
		margin-right:5px;
    }
	.rightside .job-content ul li a {
		font-size: 7px;
	}
	.rightside .job-content ul li a i {
		font-size: 9px;
    }
	.rightside .job-content {
		margin: 20px 6px 0;
    }
	.blog-detail .commentbox .profile {
		min-height: 241px;
	}
	.blog-detail .tags ul li a {
		padding: 5px 8px;
	}
	#contact .contact-content ul {
		right: 39.0%;
    }
	#contact-form .detail {
		padding: 47px 32px;
    }
	#contact-form .detail li .fa {
		margin-right: 10px;
    }
	#contact-form .detail a {
		font-size: 12px;
    }
	#contact-form .detail li:first-child .fa {
		line-height: 41px;
	}
	#job .form1 .sort, #job .form1 .show, #job .form1 .category {
		margin-right: 0px;
    }
	#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword .btn-danger, #job .form1 .keyword .btn-warning {
		padding: 6px 9px;
    }
	.leftside .job-candidate .border, .leftside .job-candidate .border1 {
		width: 100px;
	}
	.joblist .metter ul li {
		margin-right: 0px;
	}
	.joblist .metter li a {
		font-size: 8px;
    }
	.joblist .metter .pull-left {
		width: 63%;
	}
	.joblist .metter p {
		font-size: 8px;
		line-height: 12px;
    }
	.joblist .btn-info {
		padding: 11px 14px;
    }
	#login .login-content ul {
		right: 40.5%;
    }
	#submit-job-form .submit-form .fb input, #submit-job-form .submit-form .twitter input, #submit-job-form .submit-form .google input {
		width: 85% !important;
		height:56px !important;
    }
	#submit-job-form .submit-form .fb i, #submit-job-form .submit-form .twitter i, #submit-job-form .submit-form .google i {
		width: 15%;
		padding: 18px 12px;
	}
	#submit-job .submit-job-content ul {
		right: 38%;
	}
	.jobsearch .btn{
		min-width:100px !important;
	}
	#menu .dropdown-menu a {
		font-size: 12px;
    }
	.canditate ul {
		right: 39% !important;
	}
	.candidate .matter .rotate1 {
		font-size: 12px;
	}
	.candidate .matter ul li{
		padding:0;
	}
	.candidate .matter li a i {
		margin-right: 0px;
	}
	.candidate .matter h1 {
		font-size: 16px;
	}
	.product-list .candidate .matter p {
		font-size: 10px;
		margin: 0 0 5px 0;
    }
	.candidate-single .matter span {
		padding: 20px 17px;
    }
	.candidate-single .matter label {
		padding: 15px 19px;
		font-size: 14px;
    }
	.canditate-profile .nav-tabs > li:nth-child(1) > a {
		padding: 22px 60px;
	}
	.canditate-profile .nav-tabs > li:nth-child(2) > a {
		padding: 22px 35px;
	}
	.canditate-profile .nav-tabs > li:nth-child(3) > a {
		padding: 22px 32px;
	}
	.employee ul {
		right: 39.5% !important;
	}
	.employe-box {
		min-height: 110px;
	}
	.graphic h1 {
		font-size: 14px;
	}
	.graphic p {
		font-size: 12px;
    }
	.candidate-single .matter .table tr td{
		font-size:11px;
	}
}
@media (max-width:767px){
	#menu .dropdown-menu {
		background: #000;
		margin-bottom: 10px;
	}
	header .button-login {
		float: none !important;
		text-align: center;
	}
	#top-links .button, #top-links .icon{
		float:none !important;
		text-align:center;
	}
	#top-links .button li a {
		font-size: 12px;
		padding-right: 8px;
    }
	#logo img{
		margin:0 auto;
	}
	.navbar-nav {
		margin: 0 !important;
	}
	#menu {
		margin: 18px 0 0px 0;
		background: #f2992c;
    }
	#menu .menutext {
		float: left;
		padding: 17px;
		font-size: 16px;
		color: #000;
		font-weight:bold;
    }
	.slideshow img {
		height: 334px;
	}
	.slider-caption h1 {
		font-size: 20px;
    }
	.slideshow .slider-caption .btn-group{
		margin-bottom:10px;
	}
	.slideshow .slider-caption .input-group {
		width: 100%;
	}
	.slideshow .slider-caption {
		min-height: 275px;
    }
	.slide-detail {
		bottom: 14px;
	}
	.slider-caption .btnsrch {
		padding: 10px 15px;
		right:0;
	}
	.slideshow .owl-pagination {
		display:none;
	}
	footer .info li a, footer .use li a {
		font-size: 14px;
	}
	#header2 .slideshows img {
		display:none;
	}
	#header2 .slide-detail {
		bottom: 20px;
	}
	#header2 .slideshow {
		margin-top:20px;
		height: 300px;
    }
	#header2 .slideshow .slider-caption {
		background: rgba(51, 51, 51, 0.60);
    }
	#header2 .photo .photo-matter p {
		font-size: 10px;
	}
	#header2 .browse .browse-job li {
		margin-bottom:10px;
	}
	.header3 #top-links .button {
		text-align: center;
		float: none !important;
	}
	.header3 header .button-login {
		position:relative;
		top:0;
		right:0;
	}
	.header3 header .button-login .btn-default {
		padding: 16.9px 16px;
	}
	.header3 header .button-login .btn-primary {
		padding: 16.9px 31px;
	}
	.header3 footer .info, .header3 footer .con, .header3 footer .use {
		width: 100%;
	}	
	.header3 footer .info li a, .header3 footer .use li a {
		font-size: 14px;
	}
	.header3 footer .tags ul li {
		padding: 7px 10px;
    }
	.header3 footer .tags ul li a {
		font-size: 13px;
	}
	.header3 footer .contact ul li a {
		font-size: 14px;
	}
	.header3 #menu .btn, .header3 #menu .menutext {
		color: #000;
	}
	.header4 .powered img {
		float: none;
	}
	.header4 header {
		position: relative;
		background:none;
    }
	.header4 #menu {
		background:#f2992c;
	}
	.header4 header .button-login .btn-default {
		color: #000;
	}
	.header4 .slideshow img {
		height: 368px;
	}
	.header4 header .button-login {
		position: relative;
		top:0px;
    }
	.header4 footer .info, .header4 footer .con, .header4 footer .use {
		width: 100%;
    }
	.header4 footer .contact ul li a {
		font-size: 14px;
	}
	.product-box  img{
		width:100%;
	}
	.product-box .matter{
		text-align:center;
	}
	.product-box .matter h1, .product-box .matter li a, .product-box .matter p, .product-box .btn-info {
		font-size: 16px;
	}
	#blog .box img, #bloggs .box img {
		width: 100%;
		float: none;
	}
	#blog .box .matter, #bloggs .box .matter {
		margin-left: 0;
		padding: 8px 9px;
    }
	#blog .box .matter h1, #bloggs .box .matter h1 {
		font-size: 14px;
	}
	#blog .box .matter p {
		font-size: 15px;
		line-height:18px;
	}
	#blog .box .matter a {
		font-size: 16px;
	}
	#latests .candidate h1, #latests .candidate p {
		font-size: 16px;
	}
	#latests ul li {
		width:100%;
	}
	#latests .candidate {
		margin-bottom: 10px;
	}
	#latest .latest-candidate h1 {
		font-size: 14px;
    }
	.latest-candidate .border {
		left: 10%;
	}
	.latest-candidate .border1 {
		right: 6%;
	}
	footer .info, footer .con, footer .use {
		width: 100%;
    }
	footer {
		padding: 34px 0;
	}
	footer .matter img{
		text-align:left;
		margin:0;
	}
	#about .about-content ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	.paddleft {
		padding-left: 15px;
	}
	#abouts .team ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	#jobs .jobs-content ul {
		right: 23% !important;
		left: 23%;
		text-align: center;
	}
	.padd0 {
		padding: 15px;
	}
	.rightside .latest-post .border {
		width: 143px;
	}
	.rightside .latest-post .border1 {
		width: 143px;
	}
	.blog-detail .comment ul li a {
		font-size: 12px;
    }
	.blog-detail .tags ul li{
		margin-bottom:15px;
	} 
	.blog-detail .commentbox .profile {
		min-height: 395px;
	}
	.blog-detail .commentbox .replybox li a {
		font-size: 11px;
    }
	.blog-detail .commentbox .form .buttons .btn-primary {
		width: 80%;
    }
	.comment .pull-left, .comment .pull-right{
		float:none !important;
		text-align:center;
	}
	#contact .contact-content ul {
		right: 23%;
		left: 23%;
		text-align: center;
	}
	#contact-form .form .buttons .btn-primary {
		width: 87%;
    }
	#contact-form .detail {
		margin-top: 20px;
	}
	#job .form1 .keyword {
		width: 100%;
	}
	#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword .btn-danger, #job .form1 .keyword .btn-warning {
		margin-bottom: 10px;
	}
	.joblist img {
		float: none;
		width:100%;
	}
	.joblist .metter {
		margin-left: 0px;
		min-height: 250px;
	}
	.joblist .btn-info {
		margin: 2px 0 17px;
	}
	#login .login-content ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	#login-form .form .buttons .btn-primary, #submit-job-form .submit-form .buttons .btn-primary {
		width: 100%;
    }
	#submit-job .submit-job-content ul {
		right: 21%;
		left: 21%;
		text-align: center;
    }
	.pagination > li > a, .pagination > li > span {
		width: 30px;
	}
	.rightside .border {
		left: 5%;
	}
	#submit-job-form .submit-form {
		padding: 45px 15px 59px 15px;
	}
	.powered, .header4 .powered  {
		text-align:left;
	}
	.powered img {
		margin: 0;
	}
	footer h5{
		font-size:16px;
		margin:15px 0;
	}
	footer a{
		font-size:13px;
	}
	footer .info li, footer .use li, footer .con li{
		padding:0 0 15px;
	}
	.socialicon{
		margin-left:0px;
	}
	header .button-login{
		margin:15px 0 5px;
	}
	#menu .nav > li > a{
		font-size:16px;
	}
	#menu .nav > li > a:hover{
		color:#000;
	}
	#header2 .slideshow .slider-caption{
		width:auto;
	}
	#contact-form .form, #contact-form .detail{
		padding:45px 20px;
	}
	#contact-form .form .buttons{
		text-align:left;
	}
	#contact-form .form .form-group label{
		margin:10px 0;
	}
	#submit-job-form .submit-form .fb i, #submit-job-form .submit-form .twitter i, #submit-job-form .submit-form .google i{
		padding:18px 10px;
	}
	#abouts .mission p{
		padding:0px 10px;
	}
	img{
		margin:0 auto;
	}
	#header2 .browse .browse-job li {
		margin:0 auto 5px;
		min-width:100%;
		min-height:115px;
		padding:25px 0;
    }
	#header2 .browse .browse-job li:hover{
		margin:0 auto !important;
		min-width:100%;
		min-height:115px;
	}
	#header2 .browse .matter1 a span{
		font-size:14px;
	}
	#header2 .photo{
		margin:10px 0;
	}
	#header2 #menu .menutext {
		color: #fff !important;
    }
	#header2 .navbar-toggle i{
		color:#fff !important;
	}
	#header2 .subscribe input {
		min-width: 140px;
	}
	#header2 .slideshows .slider-caption {
		width: 295px;
	}
	#header2 .flickers {
		width: 100%;
	}
	#header2 footer .matter {
		width: 100%;
	}
	#submit-job-form .submit-form .form-group label{
		margin:10px 0;
	}
	.joblist .metter .pull-left{
		width:100%;
	}	
	.joblist .metter .pull-right{
		float:left !important;
	}
	.joblist .btn-info{
		width:100%;
		display:inline-block;
		margin:10px 0;
	}
	.joblist .metter p{
		font-size:12px;
		line-height:18px;
	}
	.blog-detail .commentbox ul li img{
		float:none;
		margin:0 auto;		
	}
	.blog-detail .commentbox .profile,.blog-detail .commentbox .sam{
		margin-left:0px;
		text-align: center;
	}
	.blog-detail .commentbox .form{
		padding:45px 15px 59px;
	}	
	#job .form1 .sort, #job .form1 .show, #job .form1 .category {
		margin-bottom: 20px;
	}
	#job .form1 {
		padding: 20px 0px 20px;
	}
	#menu .dropdown-menu a {
		font-size: 14px;
	}
	.product-list .product-box .image {
		float: none;
	}
	.product-list .product-box .matter {
		margin-left: 0px;
		text-align:left;
	}
	.product-list .product-box .matter p {
		font-size: 13px;
    }
	.product-list .product-box .btn-info {
		margin-right: 9px;
		width: 104px;
	}
	.follow, .need{
		padding:0;
	}
	.jobsearch {
		min-height: 376px;
    }
	.jobsearch .paddleft, .jobsearch .padd0{
		padding:0;	
	}
	.jobsearch .form-control {
		margin-bottom: 10px !important;
	}
	.jobsearch .btnsrch {
		float: none;
		width:100%;
	}
	.canditate ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	.candidate-single img{
		margin-bottom:20px;
	}
	.candidate-single .matter .table {
		width: 89%;
    }
	.candidate-single .matter span, .candidate-single .matter .table tr td{
		line-height:18px !important;	
	}
	.candidate-single .matter .table tr td{
		font-size:13px;
	}
	.candidate-single .pull-left, .candidate-single .pull-right{
		float:none !important;
	}
	.candidate-single .btn-primary{
		margin-bottom:20px;
	}
	.similar-candidate h1 {
		font-size: 18px;
	}
	.similar-candidate .border1, .similar-candidate .border {
		width: 184px;
	}
	.canditate-profile .nav-tabs {
		padding: 22px;
	}
	.canditate-profile .nav-tabs > li {
		margin-bottom:10px !important;
	}
	.canditate-profile .nav-tabs > li:nth-child(1) > a  {
		padding: 22px 70px;
	}
	.canditate-profile .nav-tabs > li:nth-child(2) > a {
		padding: 22px 50px;
	}
	.canditate-profile .nav-tabs > li:nth-child(3) > a {
		padding: 22px 61px;
	}
	.canditate-profile .nav-tabs > li:nth-child(4) > a {
		padding: 22px 30px;
	}
	.canditate-profile .nav-tabs > li:nth-child(2), .canditate-profile .nav-tabs > li:nth-child(3), .canditate-profile .nav-tabs > li:last-child {
		margin: 0 0 0 0px;
	}
	.employee ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	.employe-box {
		min-height: 146px;
	}
	.blog-detail .commentbox .form .button .btn-primary {
		width: 200px;
	}
	#abouts .team .client .soical li {
		width: 29px;
		height: 29px;
		padding: 3px 6px;
	}
	#contact-form .detail a {
		font-size: 15px;
	}
	.slider-caption .paddright{
		padding-right:15px;
	}
	#menu .navbar-collapse.in {
		overflow-y: hidden !important;
	}
	.job-form .form-group input{
		margin-bottom:10px;
	}
	.candidate .matter ul li {
		padding: 0 10px 0 0;
	}
	#job .padd0{
		padding:15px 0;
	}
	.product-list .product-box .matter ul li {
		padding: 0px 10px 0 0;
		line-height: 22px;
	}
	#abouts  .inner img{
		margin-bottom:20px;
	}
	#login-form .form .form-group a{
		margin-top:10px;
	}
}
@media (min-width:320px) and  (max-width:360px){
	.pagination > li > a, .pagination > li > span {
		 width: 28px;
		margin-right: 5px;
		padding: 8px 8px;
	}
} | 0.231527 | 0.035344 | 
| 
	-----------------------------------------------------------------*/
.testimonials-grid li {
	width: 50%;
	padding: 25px;
}
.testimonials-grid.grid-3 li { width: 33.33%; }
.testimonials-grid li .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
/* Testimonials - Item
-----------------------------------------------------------------*/
.testimonial {
	position: relative;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.testi-image {
	float: left;
	margin-right: 15px;
}
.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
	display: block;
	width: 64px;
	height: 64px;
}
.testi-image i {
	text-align: center;
	background-color: #EEE;
	border-radius: 50%;
	line-height: 64px;
	font-size: 28px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
}
.testi-image img { border-radius: 50%; }
.testi-content {
	position: relative;
	overflow: hidden;
}
.testi-content p {
	margin-bottom: 0;
	font-family: 'Crete Round', serif;
	font-style: italic;
}
.testi-content p:before,
.testi-content p:after { content: '"'; }
.testi-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.testi-meta:before { content: '\2013'; }
.testi-meta span {
	display: block;
	font-weight: normal;
	color: #999;
	font-size: 12px;
	text-transform: none;
	padding-left: 10px;
}
/* Twitter - Small Scroller
-----------------------------------------------------------------*/
.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before { content: ''; }
.testimonial.twitter-scroll .testi-meta span { padding-left: 0; }
.testimonial.twitter-scroll .testi-meta span a { color: #999; }
.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; }
/* Testimonials - Full Width
-----------------------------------------------------------------*/
.testimonial.testimonial-full { padding: 30px; }
.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; }
.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; }
.testimonial-full .testi-image {
	float: none;
	margin: 0 auto 20px;
}
.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
	display: block;
	width: 72px;
	height: 72px;
}
.testimonial-full .testi-image i { line-height: 72px; }
.testimonial-full .testi-content {
	text-align: center;
	font-size: 18px;
}
.testimonial-full .testi-meta { margin-top: 15px; }
.testimonial-full .testi-meta span { padding-left: 0; }
/* Testimonial - Section Scroller
-----------------------------------------------------------------*/
.section > .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	max-width: 800px;
	margin: 0 auto;
}
.section > .testimonial[data-animation="fade"] { padding: 0; }
.section > .testimonial .testi-content { font-size: 22px; }
.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span { font-size: 14px; }
/* Testimonial - Pagination
-----------------------------------------------------------------*/
.testimonial .flex-control-nav {
	top: auto;
	bottom: 6px;
	right: 0;
}
.testimonial .flex-control-nav li {
	margin: 0 2px;
	width: 6px;
	height: 6px;
}
.testimonial .flex-control-nav li a {
	width: 6px !important;
	height: 6px !important;
	border: none;
	background-color: #1ABC9C;
	opacity: 0.5;
}
.testimonial .flex-control-nav li:hover a { opacity: 0.75; }
.testimonial .flex-control-nav li a.flex-active { opacity: 1; }
/* Testimonial - Full Scroller
-----------------------------------------------------------------*/
.testimonial.testimonial-full .flex-control-nav {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 6px;
	margin-top: 20px;
}
.testimonial.testimonial-full .flex-control-nav li {
	display: inline-block;
	float: none;
} | 
	public/css/imports/shortcodes/testimonials.css | 
	-----------------------------------------------------------------*/
.testimonials-grid li {
	width: 50%;
	padding: 25px;
}
.testimonials-grid.grid-3 li { width: 33.33%; }
.testimonials-grid li .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
/* Testimonials - Item
-----------------------------------------------------------------*/
.testimonial {
	position: relative;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.testi-image {
	float: left;
	margin-right: 15px;
}
.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
	display: block;
	width: 64px;
	height: 64px;
}
.testi-image i {
	text-align: center;
	background-color: #EEE;
	border-radius: 50%;
	line-height: 64px;
	font-size: 28px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
}
.testi-image img { border-radius: 50%; }
.testi-content {
	position: relative;
	overflow: hidden;
}
.testi-content p {
	margin-bottom: 0;
	font-family: 'Crete Round', serif;
	font-style: italic;
}
.testi-content p:before,
.testi-content p:after { content: '"'; }
.testi-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.testi-meta:before { content: '\2013'; }
.testi-meta span {
	display: block;
	font-weight: normal;
	color: #999;
	font-size: 12px;
	text-transform: none;
	padding-left: 10px;
}
/* Twitter - Small Scroller
-----------------------------------------------------------------*/
.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before { content: ''; }
.testimonial.twitter-scroll .testi-meta span { padding-left: 0; }
.testimonial.twitter-scroll .testi-meta span a { color: #999; }
.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; }
/* Testimonials - Full Width
-----------------------------------------------------------------*/
.testimonial.testimonial-full { padding: 30px; }
.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; }
.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; }
.testimonial-full .testi-image {
	float: none;
	margin: 0 auto 20px;
}
.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
	display: block;
	width: 72px;
	height: 72px;
}
.testimonial-full .testi-image i { line-height: 72px; }
.testimonial-full .testi-content {
	text-align: center;
	font-size: 18px;
}
.testimonial-full .testi-meta { margin-top: 15px; }
.testimonial-full .testi-meta span { padding-left: 0; }
/* Testimonial - Section Scroller
-----------------------------------------------------------------*/
.section > .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	max-width: 800px;
	margin: 0 auto;
}
.section > .testimonial[data-animation="fade"] { padding: 0; }
.section > .testimonial .testi-content { font-size: 22px; }
.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span { font-size: 14px; }
/* Testimonial - Pagination
-----------------------------------------------------------------*/
.testimonial .flex-control-nav {
	top: auto;
	bottom: 6px;
	right: 0;
}
.testimonial .flex-control-nav li {
	margin: 0 2px;
	width: 6px;
	height: 6px;
}
.testimonial .flex-control-nav li a {
	width: 6px !important;
	height: 6px !important;
	border: none;
	background-color: #1ABC9C;
	opacity: 0.5;
}
.testimonial .flex-control-nav li:hover a { opacity: 0.75; }
.testimonial .flex-control-nav li a.flex-active { opacity: 1; }
/* Testimonial - Full Scroller
-----------------------------------------------------------------*/
.testimonial.testimonial-full .flex-control-nav {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 6px;
	margin-top: 20px;
}
.testimonial.testimonial-full .flex-control-nav li {
	display: inline-block;
	float: none;
} | 0.30715 | 0.248933 | 
| 
	.ui-jqgrid {border:0;}
.ui-jqgrid .ui-jqgrid-view {font-size:1em;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}
/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar.ui-widget-header {font-size: 1.4em; border:0; background:none;border-bottom: 2px solid #ccc;}
.ui-jqgrid .ui-jqgrid-title {margin-left: 0.5em; }
.ui-jqgrid .ui-jqgrid-titlebar-close {}.ui-jqgrid .ui-jqgrid-titlebar-close span {}
.ui-jqgrid .ui-jqgrid-titlebar-close:hover {border:1px solid #fff; }
/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {background:none}
.ui-jqgrid .ui-jqgrid-hbox {}
.ui-jqgrid .ui-jqgrid-htable {}
.ui-jqgrid .ui-jqgrid-htable th { padding: 9px 10px 10px 10px; height:auto;} .ui-jqgrid .ui-jqgrid-htable th.ui-state-default { background-image:none; background-color:#fff;}
.ui-jqgrid .ui-jqgrid-htable th div {}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {text-align:left; font-weight:bold;}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {border-left:1px solid #ccc; border-right:0px none;border-bottom:1px solid #CCC;} .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:first-child {border-left:0px none;}
.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {}
.ui-jqgrid .ui-th-div-ie {}
.ui-jqgrid .ui-jqgrid-resize {padding: 0 1px;}
.ui-jqgrid .ui-grid-ico-sort {} .ui-jqgrid .ui-grid-ico-sort.ui-state-disabled {display:none;}
.ui-jqgrid .ui-icon-asc {position:absolute; right:1px; margin-top:0px;}
.ui-jqgrid .ui-icon-desc {position:absolute; right:1px;margin-top:0px;}
.ui-jqgrid .ui-i-asc {}
.ui-jqgrid .ui-i-desc {}
.ui-jqgrid .ui-jqgrid-sortable {}
.ui-jqgrid tr.ui-search-toolbar th {}
tr.ui-search-toolbar input {}
tr.ui-search-toolbar select {}
/* body */ 
.ui-jqgrid .ui-jqgrid-bdiv {}
.ui-jqgrid .ui-jqgrid-btable {}
.ui-jqgrid tr.jqgrow td { padding: 9px 10px 10px 10px;}
.ui-jqgrid tr.jqgfirstrow td {}
.ui-jqgrid tr.jqgroup td {}
.ui-jqgrid tr.jqfoot td {}
.ui-jqgrid tr.ui-row-ltr td {border-left:1px solid #ccc; border-right:0px none;} .ui-jqgrid tr.ui-row-ltr td:first-child {border-left: 0px none;}
.ui-jqgrid tr.ui-row-rtl td {}
.ui-jqgrid td.jqgrid-rownum {}
.ui-jqgrid .ui-jqgrid-resize-mark {}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {}
.ui-jqgrid .ui-jqgrid-ftable {}
.ui-jqgrid tr.footrow td {}
.ui-jqgrid tr.footrow-ltr td {}
.ui-jqgrid tr.footrow-rtl td {}
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager { background:none;border:0;font-size:1.2em; }
.ui-jqgrid .ui-pager-control {}
.ui-jqgrid .ui-pg-table {}
.ui-jqgrid .ui-pg-table td {}
.ui-jqgrid .ui-pg-button  { }
.ui-jqgrid .ui-pg-button span {}
.ui-jqgrid .ui-pg-button:hover {}
.ui-jqgrid .ui-state-disabled:hover {}
.ui-jqgrid .ui-pg-input { }
.ui-jqgrid .ui-pg-selbox {}
.ui-jqgrid .ui-separator {}
.ui-jqgrid .ui-paging-info {}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div  span.ui-icon {}
.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {}
.ui-jqgrid td textarea {}
.ui-jqgrid .ui-jqgrid-toppager {}
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {}
.ui-jqgrid .ui-subgrid {}
.ui-jqgrid .ui-subgrid table {}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {}
.ui-jqgrid .ui-subgrid td.subgrid-data {}
.ui-jqgrid .ui-subgrid td.subgrid-cell {}
.ui-jqgrid .ui-th-subgrid {}
/* loading */
.ui-jqgrid .loading {}
.ui-jqgrid .jqgrid-overlay {}
* html .jqgrid-overlay {}
* .jqgrid-overlay iframe {}
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {}
/*Modal Window */
.ui-jqdialog { }
.ui-jqdialog .ui-jqdialog-titlebar {}
.ui-jqdialog .ui-jqdialog-title {} 
.ui-jqdialog .ui-jqdialog-titlebar-close {}
.ui-jqdialog .ui-jqdialog-titlebar-close span {}
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { }
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { }
.ui-jqdialog .ui-jqconfirm {}
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {}
.ui-jqdialog-content .EditTable { }
.ui-jqdialog-content .DelTable {}
.EditTable td input, .EditTable td select, .EditTable td textarea {}
.EditTable td textarea { }
.ui-jqdialog-content td.EditButton {}
.ui-jqdialog-content td.navButton {}
.ui-jqdialog-content input.FormElement {}
.ui-jqdialog-content .data-line {}
.ui-jqdialog-content .CaptionTD {}
.ui-jqdialog-content .DataTD {}
.ui-jqdialog-content .form-view-data {}
.fm-button { }
.fm-button-icon-left { }
.fm-button-icon-right { }
.fm-button-icon-left .ui-icon { }
.fm-button-icon-right .ui-icon {}
#nData, #pData { }
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {}
/* Tree Grid */
.ui-jqgrid .tree-wrap {}
.ui-jqgrid .tree-minus {}
.ui-jqgrid .tree-plus {}
.ui-jqgrid .tree-leaf {}
.ui-jqgrid .treeclick {}
/* moda dialog */
.jqmOverlay { }
* iframe.jqm {}
.ui-jqgrid-dnd tr td {}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-title-rtl {}
.ui-jqgrid .ui-jqgrid-hbox-rtl {}
.ui-jqgrid .ui-jqgrid-resize-ltr {margin-right:-10px;}
.ui-jqgrid .ui-jqgrid-resize-rtl {}
.ui-jqgrid .ui-sort-rtl {}
.ui-jqgrid .tree-wrap-ltr {}
.ui-jqgrid .tree-wrap-rtl {}
.ui-jqgrid .ui-ellipsis {}
.ui-searchFilter { }
.ui-searchFilter table {}
.ui-searchFilter table td {}
.ui-searchFilter table td input, .ui-searchFilter table td select {}
.ui-searchFilter .ui-state-default { }
.ui-searchFilter .divider hr {}
/* Selected Column */
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th[aria-selected~=true] {background:#FFF6D9;border-bottom:1px solid #FFC40D;} | 
	src/FubuMVC.Diagnostics/Content/Styles/diagnostics/jquery/ui.jqgrid.overrides.css | 
	.ui-jqgrid {border:0;}
.ui-jqgrid .ui-jqgrid-view {font-size:1em;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}
/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar.ui-widget-header {font-size: 1.4em; border:0; background:none;border-bottom: 2px solid #ccc;}
.ui-jqgrid .ui-jqgrid-title {margin-left: 0.5em; }
.ui-jqgrid .ui-jqgrid-titlebar-close {}.ui-jqgrid .ui-jqgrid-titlebar-close span {}
.ui-jqgrid .ui-jqgrid-titlebar-close:hover {border:1px solid #fff; }
/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {background:none}
.ui-jqgrid .ui-jqgrid-hbox {}
.ui-jqgrid .ui-jqgrid-htable {}
.ui-jqgrid .ui-jqgrid-htable th { padding: 9px 10px 10px 10px; height:auto;} .ui-jqgrid .ui-jqgrid-htable th.ui-state-default { background-image:none; background-color:#fff;}
.ui-jqgrid .ui-jqgrid-htable th div {}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {text-align:left; font-weight:bold;}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {border-left:1px solid #ccc; border-right:0px none;border-bottom:1px solid #CCC;} .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:first-child {border-left:0px none;}
.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {}
.ui-jqgrid .ui-th-div-ie {}
.ui-jqgrid .ui-jqgrid-resize {padding: 0 1px;}
.ui-jqgrid .ui-grid-ico-sort {} .ui-jqgrid .ui-grid-ico-sort.ui-state-disabled {display:none;}
.ui-jqgrid .ui-icon-asc {position:absolute; right:1px; margin-top:0px;}
.ui-jqgrid .ui-icon-desc {position:absolute; right:1px;margin-top:0px;}
.ui-jqgrid .ui-i-asc {}
.ui-jqgrid .ui-i-desc {}
.ui-jqgrid .ui-jqgrid-sortable {}
.ui-jqgrid tr.ui-search-toolbar th {}
tr.ui-search-toolbar input {}
tr.ui-search-toolbar select {}
/* body */ 
.ui-jqgrid .ui-jqgrid-bdiv {}
.ui-jqgrid .ui-jqgrid-btable {}
.ui-jqgrid tr.jqgrow td { padding: 9px 10px 10px 10px;}
.ui-jqgrid tr.jqgfirstrow td {}
.ui-jqgrid tr.jqgroup td {}
.ui-jqgrid tr.jqfoot td {}
.ui-jqgrid tr.ui-row-ltr td {border-left:1px solid #ccc; border-right:0px none;} .ui-jqgrid tr.ui-row-ltr td:first-child {border-left: 0px none;}
.ui-jqgrid tr.ui-row-rtl td {}
.ui-jqgrid td.jqgrid-rownum {}
.ui-jqgrid .ui-jqgrid-resize-mark {}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {}
.ui-jqgrid .ui-jqgrid-ftable {}
.ui-jqgrid tr.footrow td {}
.ui-jqgrid tr.footrow-ltr td {}
.ui-jqgrid tr.footrow-rtl td {}
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager { background:none;border:0;font-size:1.2em; }
.ui-jqgrid .ui-pager-control {}
.ui-jqgrid .ui-pg-table {}
.ui-jqgrid .ui-pg-table td {}
.ui-jqgrid .ui-pg-button  { }
.ui-jqgrid .ui-pg-button span {}
.ui-jqgrid .ui-pg-button:hover {}
.ui-jqgrid .ui-state-disabled:hover {}
.ui-jqgrid .ui-pg-input { }
.ui-jqgrid .ui-pg-selbox {}
.ui-jqgrid .ui-separator {}
.ui-jqgrid .ui-paging-info {}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div  span.ui-icon {}
.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {}
.ui-jqgrid td textarea {}
.ui-jqgrid .ui-jqgrid-toppager {}
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {}
.ui-jqgrid .ui-subgrid {}
.ui-jqgrid .ui-subgrid table {}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {}
.ui-jqgrid .ui-subgrid td.subgrid-data {}
.ui-jqgrid .ui-subgrid td.subgrid-cell {}
.ui-jqgrid .ui-th-subgrid {}
/* loading */
.ui-jqgrid .loading {}
.ui-jqgrid .jqgrid-overlay {}
* html .jqgrid-overlay {}
* .jqgrid-overlay iframe {}
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {}
/*Modal Window */
.ui-jqdialog { }
.ui-jqdialog .ui-jqdialog-titlebar {}
.ui-jqdialog .ui-jqdialog-title {} 
.ui-jqdialog .ui-jqdialog-titlebar-close {}
.ui-jqdialog .ui-jqdialog-titlebar-close span {}
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { }
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { }
.ui-jqdialog .ui-jqconfirm {}
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {}
.ui-jqdialog-content .EditTable { }
.ui-jqdialog-content .DelTable {}
.EditTable td input, .EditTable td select, .EditTable td textarea {}
.EditTable td textarea { }
.ui-jqdialog-content td.EditButton {}
.ui-jqdialog-content td.navButton {}
.ui-jqdialog-content input.FormElement {}
.ui-jqdialog-content .data-line {}
.ui-jqdialog-content .CaptionTD {}
.ui-jqdialog-content .DataTD {}
.ui-jqdialog-content .form-view-data {}
.fm-button { }
.fm-button-icon-left { }
.fm-button-icon-right { }
.fm-button-icon-left .ui-icon { }
.fm-button-icon-right .ui-icon {}
#nData, #pData { }
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {}
/* Tree Grid */
.ui-jqgrid .tree-wrap {}
.ui-jqgrid .tree-minus {}
.ui-jqgrid .tree-plus {}
.ui-jqgrid .tree-leaf {}
.ui-jqgrid .treeclick {}
/* moda dialog */
.jqmOverlay { }
* iframe.jqm {}
.ui-jqgrid-dnd tr td {}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-title-rtl {}
.ui-jqgrid .ui-jqgrid-hbox-rtl {}
.ui-jqgrid .ui-jqgrid-resize-ltr {margin-right:-10px;}
.ui-jqgrid .ui-jqgrid-resize-rtl {}
.ui-jqgrid .ui-sort-rtl {}
.ui-jqgrid .tree-wrap-ltr {}
.ui-jqgrid .tree-wrap-rtl {}
.ui-jqgrid .ui-ellipsis {}
.ui-searchFilter { }
.ui-searchFilter table {}
.ui-searchFilter table td {}
.ui-searchFilter table td input, .ui-searchFilter table td select {}
.ui-searchFilter .ui-state-default { }
.ui-searchFilter .divider hr {}
/* Selected Column */
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th[aria-selected~=true] {background:#FFF6D9;border-bottom:1px solid #FFC40D;} | 0.156588 | 0.026506 | 
| 
	.head{
	background: green;
	color: white;
	padding: 12px;
	font-family: Tahoma;
	height: 95px;
}
body{
	margin:0px;
	background-color: lightgrey;
}
*{
	box-sizing:bolder-box;
}
/* style the header by mixing 3 colors note: works only on firefox;  */
.header{
	width:100%;
	height:250px;
	color:green;
	background:-moz-linear-gradient(black, darkblue, black );
}
/*style topnav bar */
.topnav{
	overflow:hidden;
	background-color:#003333;
}
/*style the link */
.topnav a {
	float:left;
	display:block;
	color:green;
	text-align:center;
	padding:14px 16px;
	text-decoration:none;
}
.topnav a:hover{
	background-color:blue;
	color:white;
}
/* content align of 3 sections */
.main_content{
	width:65%;
	text-align: center;
	float: left;
	padding: 10px;
}
.main_content, .main_content.middle{
	text-align:justify;
}
.aside_right{
	float:right;
	display: block;
	padding:5px;
	color: white
}
.aside_right{
	width:30%;
	display: block;
	text-align: justify;
	
}
.footer{
	padding:10px;
	color: white;
	background-color:black;
	text-align:center;
	display: block;
	text-decoration: none; 
	clear:both;
	}
 
	/*the form styleshit begins here!!! note all the form code should reamin intact in other to avoid error*/ 
._form{
		width: 700px;
		margin: 10px auto;
		box-shadow: 10px 10px 25px #444;
		-webkit-box-shadow: 10px 10px 25px #444;
		-moz-box-shadow: 10px 10px 25px #444;
		border-radius: 10px;
		padding: 15px;
		
	}
._form table{ width:100%;}
input[type="text"],input[type="number"],input[type="email"],input[type="password"],textarea[type="textarea"] {
		border: 2px solid #aaf;
		height: 35px;
		width: 200px;
		padding:5px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:1.2em;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
	}
input[type="submit"]{
		color: blue;
	}
select{
		border: 2px solid #aaf;
		height: 35px;
		width: 200px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:1.2em;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
	}
.view tr:nth-child(2n+3){background:#cef;}
.view td{
		border-bottom:1px solid #444;
	}
.view tr:hover{
		background:#038;
		color:#fff;
	}
.view tr:first-child{background:#036; color:#fff; } | 
	main.css | 
	.head{
	background: green;
	color: white;
	padding: 12px;
	font-family: Tahoma;
	height: 95px;
}
body{
	margin:0px;
	background-color: lightgrey;
}
*{
	box-sizing:bolder-box;
}
/* style the header by mixing 3 colors note: works only on firefox;  */
.header{
	width:100%;
	height:250px;
	color:green;
	background:-moz-linear-gradient(black, darkblue, black );
}
/*style topnav bar */
.topnav{
	overflow:hidden;
	background-color:#003333;
}
/*style the link */
.topnav a {
	float:left;
	display:block;
	color:green;
	text-align:center;
	padding:14px 16px;
	text-decoration:none;
}
.topnav a:hover{
	background-color:blue;
	color:white;
}
/* content align of 3 sections */
.main_content{
	width:65%;
	text-align: center;
	float: left;
	padding: 10px;
}
.main_content, .main_content.middle{
	text-align:justify;
}
.aside_right{
	float:right;
	display: block;
	padding:5px;
	color: white
}
.aside_right{
	width:30%;
	display: block;
	text-align: justify;
	
}
.footer{
	padding:10px;
	color: white;
	background-color:black;
	text-align:center;
	display: block;
	text-decoration: none; 
	clear:both;
	}
 
	/*the form styleshit begins here!!! note all the form code should reamin intact in other to avoid error*/ 
._form{
		width: 700px;
		margin: 10px auto;
		box-shadow: 10px 10px 25px #444;
		-webkit-box-shadow: 10px 10px 25px #444;
		-moz-box-shadow: 10px 10px 25px #444;
		border-radius: 10px;
		padding: 15px;
		
	}
._form table{ width:100%;}
input[type="text"],input[type="number"],input[type="email"],input[type="password"],textarea[type="textarea"] {
		border: 2px solid #aaf;
		height: 35px;
		width: 200px;
		padding:5px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:1.2em;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
	}
input[type="submit"]{
		color: blue;
	}
select{
		border: 2px solid #aaf;
		height: 35px;
		width: 200px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:1.2em;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
	}
.view tr:nth-child(2n+3){background:#cef;}
.view td{
		border-bottom:1px solid #444;
	}
.view tr:hover{
		background:#038;
		color:#fff;
	}
.view tr:first-child{background:#036; color:#fff; } | 0.159675 | 0.041735 | 
| 
	body {
    margin: 77px 0 0 0;
    height: 100%;
}
.photshow {
    position: relative;
    height: 200px;
    width: 200px;
    overflow: hidden;
}
.photshow input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
#info {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
#combo-container {
    display: inline-flex;
    width: -webkit-fill-available;
    margin-left: 50px;
    margin-right: 50px;
}
#combo-type {
    width: 100%;
    height: 35px;
    font-size: 15px;
    align-items: center;
}
.img-size {
    height: 200px;
    width: 200px;
}
/* create a popup window */
/* The Modal (background) */
.modal,
.modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}
.modal-content,
.modal-content2 {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 30%; */
    width: 60%;
}
#close,
#close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#close:hover,
#close2:hover,
#close2:focus,
#close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* create a popup window */
::-webkit-full-screen {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
footer {
    background-color: #2c3e50;
}
.container {
    display: flex;
    flex-direction: row;
}
.support {
    display: flex;
    flex-direction: row;
    color: white;
    margin-left: 350px;
}
a {
    text-decoration: none;
}
#social {
    display: inline;
    margin-left: 30px;
}
.images {
    margin-left: 120px;
}
h3 {
    color: white;
    margin-top: 10px;
    margin-left: 30px;
    padding-top: 20px;
}
img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.myheader {
    width: 100%;
    height: 77px;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #2c3e50;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.open-nav {
    align-self: center;
    padding-left: 50px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}
.myTitle {
    justify-content: space-around;
    /* flex-grow: 1; */
    font-size: 2em;
    padding: 10px .5em;
    font-family: inherit;
    color: white;
    font-weight: bolder;
    border-bottom: 2px solid white;
}
.search {
    position: relative;
}
.imgS {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0%;
    top: 28px;
}
form {
    /* flex-grow: 3; */
    position: relative;
    height: 20px;
    width: 400px;
}
form input {
    width: 100%;
    height: 20px;
    padding: .5em;
    border-radius: 25px;
    margin-top: 22px;
    text-align: center;
    border: 0px solid transparent;
}
.notify {
    width: 200px;
    margin-right: 3.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px .8em;
}
.notify img {
    height: 30px;
    width: 30px;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
}
li {
    display: block;
    margin-right: 1px;
    float: left;
}
li a {
    display: block;
    min-height: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background: #f3f3f3;
}
li:hover a {
    background: #19c589;
}
li:hover ul a {
    background: #f3f3f3;
    color: #f3f3f3;
    height: 40px;
    line-height: 40px;
}
li:hover ul a:hover {
    background: #19c589;
    color: #fff;
}
li ul {
    display: none;
}
li ul li {
    display: block;
    float: none;
}
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
ul li a:hover+.hidden,
.hidden:hover {
    display: block;
}
/* // code to be compared/ */
body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #2c3e50;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 77px;
    padding-bottom: 2px bold white;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
    color: #f7f7f7;
    display: block;
    transition: 0.5s;
    /* background-color:indigo; */
    margin-top: 0px;
    height: 50px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    padding-top: 40px;
}
/* .sidenav a:hover {
  color:red;
} */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#googleM {
    width: 48%;
    padding: 11px 0px 0px 0px;
    display: inline-block;
}
#main {
    transition: margin-left .5s;
    padding: 30px 50px;
    display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: space-between;
    /* display:flex;
  flex-direction: column; 
  justify-content:space-between; */
}
.card {
    position: relative;
    width: 550px;
    /* height: 300px; */
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-family: inherit;
    font-size: 12px;
    margin-bottom: .8em;
}
.card .card-header {
    widows: 100%;
    padding: 1.5em 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bolder {
    font-weight: bold;
}
.card-header .client-id {
    font-weight: bold;
}
.card-header .status .status-content {
    color: green;
}
.card .card-body {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: .8em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.card-body .client .client-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid gray;
    background: #f1f1f1;
    margin-right: 30px;
}
.client {
    position: relative;
    width: 35%;
    margin-right: 5%;
}
.infos {
    position: relative;
    width: 60%;
}
.card-footer {
    padding: 5px 6em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.card-footer button,
.cancel,
.confirm {
    cursor: pointer;
    font-size: 11px;
    font-family: inherit;
    width: 150px;
    padding: 1em 0;
    margin-left: .5em;
    border-radius: 25px;
    border: 0 solid transparent;
    color: white;
    /* background: #1ca3ec; */
    background: rgba(15, 121, 15, 0.877);
}
.card-footer button.reject,
button.confirm {
    background: rgba(206, 19, 19, 0.897);
}
#h{
    text-align: center;height:100px;color:#FFFF;padding-top:30px; font-size: 25px;
    }
.card-footer button.Details {
    background: #2c3e50;
}
.comb-container {
    width: 100%;
    height: 100px;
    margin-top: 40px;
    margin-bottom: -10px;
}
#love {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
#comb {
    margin-left: 100px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
#title {
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 30px;
}
@media screen and (max-width: 891px) {
    #googleM,
    #card_googlM {
        display: block;
        width: 90%;
    }
    
    #googleM {
        margin: 20px 30px;
    }
} | 
	UI/css_files/user_agent.css | 
	body {
    margin: 77px 0 0 0;
    height: 100%;
}
.photshow {
    position: relative;
    height: 200px;
    width: 200px;
    overflow: hidden;
}
.photshow input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
#info {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
#combo-container {
    display: inline-flex;
    width: -webkit-fill-available;
    margin-left: 50px;
    margin-right: 50px;
}
#combo-type {
    width: 100%;
    height: 35px;
    font-size: 15px;
    align-items: center;
}
.img-size {
    height: 200px;
    width: 200px;
}
/* create a popup window */
/* The Modal (background) */
.modal,
.modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}
.modal-content,
.modal-content2 {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 30%; */
    width: 60%;
}
#close,
#close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#close:hover,
#close2:hover,
#close2:focus,
#close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* create a popup window */
::-webkit-full-screen {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
footer {
    background-color: #2c3e50;
}
.container {
    display: flex;
    flex-direction: row;
}
.support {
    display: flex;
    flex-direction: row;
    color: white;
    margin-left: 350px;
}
a {
    text-decoration: none;
}
#social {
    display: inline;
    margin-left: 30px;
}
.images {
    margin-left: 120px;
}
h3 {
    color: white;
    margin-top: 10px;
    margin-left: 30px;
    padding-top: 20px;
}
img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.myheader {
    width: 100%;
    height: 77px;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #2c3e50;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.open-nav {
    align-self: center;
    padding-left: 50px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}
.myTitle {
    justify-content: space-around;
    /* flex-grow: 1; */
    font-size: 2em;
    padding: 10px .5em;
    font-family: inherit;
    color: white;
    font-weight: bolder;
    border-bottom: 2px solid white;
}
.search {
    position: relative;
}
.imgS {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0%;
    top: 28px;
}
form {
    /* flex-grow: 3; */
    position: relative;
    height: 20px;
    width: 400px;
}
form input {
    width: 100%;
    height: 20px;
    padding: .5em;
    border-radius: 25px;
    margin-top: 22px;
    text-align: center;
    border: 0px solid transparent;
}
.notify {
    width: 200px;
    margin-right: 3.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px .8em;
}
.notify img {
    height: 30px;
    width: 30px;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
}
li {
    display: block;
    margin-right: 1px;
    float: left;
}
li a {
    display: block;
    min-height: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background: #f3f3f3;
}
li:hover a {
    background: #19c589;
}
li:hover ul a {
    background: #f3f3f3;
    color: #f3f3f3;
    height: 40px;
    line-height: 40px;
}
li:hover ul a:hover {
    background: #19c589;
    color: #fff;
}
li ul {
    display: none;
}
li ul li {
    display: block;
    float: none;
}
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
ul li a:hover+.hidden,
.hidden:hover {
    display: block;
}
/* // code to be compared/ */
body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #2c3e50;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 77px;
    padding-bottom: 2px bold white;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
    color: #f7f7f7;
    display: block;
    transition: 0.5s;
    /* background-color:indigo; */
    margin-top: 0px;
    height: 50px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    padding-top: 40px;
}
/* .sidenav a:hover {
  color:red;
} */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#googleM {
    width: 48%;
    padding: 11px 0px 0px 0px;
    display: inline-block;
}
#main {
    transition: margin-left .5s;
    padding: 30px 50px;
    display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: space-between;
    /* display:flex;
  flex-direction: column; 
  justify-content:space-between; */
}
.card {
    position: relative;
    width: 550px;
    /* height: 300px; */
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-family: inherit;
    font-size: 12px;
    margin-bottom: .8em;
}
.card .card-header {
    widows: 100%;
    padding: 1.5em 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bolder {
    font-weight: bold;
}
.card-header .client-id {
    font-weight: bold;
}
.card-header .status .status-content {
    color: green;
}
.card .card-body {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: .8em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.card-body .client .client-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid gray;
    background: #f1f1f1;
    margin-right: 30px;
}
.client {
    position: relative;
    width: 35%;
    margin-right: 5%;
}
.infos {
    position: relative;
    width: 60%;
}
.card-footer {
    padding: 5px 6em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.card-footer button,
.cancel,
.confirm {
    cursor: pointer;
    font-size: 11px;
    font-family: inherit;
    width: 150px;
    padding: 1em 0;
    margin-left: .5em;
    border-radius: 25px;
    border: 0 solid transparent;
    color: white;
    /* background: #1ca3ec; */
    background: rgba(15, 121, 15, 0.877);
}
.card-footer button.reject,
button.confirm {
    background: rgba(206, 19, 19, 0.897);
}
#h{
    text-align: center;height:100px;color:#FFFF;padding-top:30px; font-size: 25px;
    }
.card-footer button.Details {
    background: #2c3e50;
}
.comb-container {
    width: 100%;
    height: 100px;
    margin-top: 40px;
    margin-bottom: -10px;
}
#love {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
#comb {
    margin-left: 100px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
#title {
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 30px;
}
@media screen and (max-width: 891px) {
    #googleM,
    #card_googlM {
        display: block;
        width: 90%;
    }
    
    #googleM {
        margin: 20px 30px;
    }
} | 0.405096 | 0.075414 | 
| 
	body,
h1,
h2,
p {
  margin: 0px;
  padding: 0px;
}
.container {
  position: relative;
  height: 16.66666667rem;
  width: 100%;
  background-image: url(../img/bg1.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.header {
  position: absolute;
  z-index: 7;
  top: 0.05333333rem;
  left: 0.01333333rem;
  height: 3.46666667rem;
}
.header .flag {
  position: relative;
  float: left;
  z-index: 3;
  width: 1.56rem;
}
.header .flag img {
  height: 100%;
  width: 100%;
}
.header:before,
.header:after {
  display: table;
  content: "";
  clear: both;
}
.content-words {
  position: absolute;
  z-index: 5;
  top: 1.34666667rem;
  height: 13.2rem;
  width: 100%;
  text-align: center;
}
.content-words img {
  height: 100%;
  width: 100%;
}
.input-name {
  position: relative;
  z-index: 10;
  height: 1.32rem;
  width: 6.04rem;
  margin: 12.46666667rem auto 0.33333333rem;
  padding-top: 0.16rem;
  box-sizing: border-box;
  background-color: #f5e9d1;
  border-radius: 0.13333333rem;
  box-shadow: 0.05333333rem 0.09333333rem 0.04rem rgba(0, 0, 0, 0.15);
}
.input-name textarea {
  display: block;
  height: 0.90666667rem;
  width: 5.73333333rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: 0.02666667rem dashed #d07842;
  border-radius: 0.13333333rem;
  outline: none;
  resize: none;
  background-color: #f8e8d1;
  font-size: 24px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  line-height: 0.90666667rem;
  text-align: center;
  color: #f3985c;
}
.input-name textarea::-webkit-input-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  color: #f3985c;
}
.input-name textarea::-moz-input-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  color: #f3985c;
}
.build-btn button {
  display: block;
  height: 1.2rem;
  width: 3.89333333rem;
  margin: 0 auto;
  padding: 0;
  background-color: #ffd200;
  outline: none;
  border: none;
  border-radius: 0.13333333rem;
  box-shadow: 0.05333333rem 0.09333333rem 0.04rem rgba(0, 0, 0, 0.28);
}
.build-btn .btn-inner {
  height: 0.85333333rem;
  width: 3.78666667rem;
  margin: 0.10666667rem;
  border-radius: 0.13333333rem;
  box-sizing: border-box;
  font-size: 44px;
  font-family: "STSong", "SimSun";
  line-height: 0.85333333rem;
  letter-spacing: 0.02666667rem;
  font-weight: bold;
  text-align: center;
  color: #803202;
}
.icon {
  display: inline-block;
  height: 0.34666667rem;
  width: 0.25333333rem;
  margin-bottom: 0.02666667rem;
  margin-left: 0.17333333rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAZCAYAAADTyxWqAAAAgklEQVQ4ja3PSQ6AIBBE0QI9kR4QOKBHMrowmBCGHv+2k5fqkI/44Cuk6wYAlHODpkjckyeWJSCFiUAOxga5GAuUYCQoxZagBpuCWmwIWrAOtGINuDtgFXRZVgteWAGQPbACpzd/yIo1kAXrIC02hDTYFJJiS0iCkRAXY0EcjA0BwAtUixrpH6ysewAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.cover {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.cover .alert-box {
  width: 72.53333333%;
  height: 6.58666667rem;
  margin: 4.90666667rem auto 0;
  padding-top: 0.76rem;
  box-sizing: border-box;
  background-color: #fff2e8;
  border-radius: 0.13333333rem;
  font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  box-shadow: 0rem 0rem 0.26666667rem 0rem rgba(0, 0, 0, 0.7);
  -webkit-animation: bounce-in 0.2s both;
  animation: bounce-in 0.2s both;
}
.cover .alert-box .alert-icon {
  height: 1.44rem;
  width: 1.44rem;
  margin: 0 auto 0.73333333rem;
}
.cover .alert-box .alert-icon img {
  height: 100%;
  width: 100%;
}
.cover .alert-box .alert-info {
  text-align: center;
  color: #df5f4e;
  line-height: 1;
}
.cover .alert-box .a-info-1 {
  padding-right: 0.13333333rem;
  margin-bottom: 0.24rem;
  letter-spacing: 0.02rem;
  text-indent: 0.37333333rem;
}
.cover .alert-box .a-info-2 {
  letter-spacing: 0.024rem;
}
.cover .alert-box .alert-confirm {
  height: 0.92rem;
  width: 2.50666667rem;
  margin: 0.65333333rem auto 0;
  background-color: #ff8575;
  border-radius: 0.13333333rem;
  line-height: 0.92rem;
  text-align: center;
  letter-spacing: 0.2rem;
  text-indent: 0.13333333rem;
  color: #fff;
  box-shadow: 0.02666667rem 0.06666667rem 0.02666667rem rgba(0, 0, 0, 0.15);
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[data-dpr="1"] .names {
  font-size: 18px;
}
[data-dpr="2"] .names {
  font-size: 36px;
}
[data-dpr="3"] .names {
  font-size: 54px;
}
[data-dpr="1"] textarea::-webkit-input-placeholder {
  font-size: 12px;
}
[data-dpr="2"] textarea::-webkit-input-placeholder {
  font-size: 24px;
}
[data-dpr="3"] textarea::-webkit-input-placeholder {
  font-size: 36px;
}
[data-dpr="1"] textarea::-moz-input-placeholder {
  font-size: 12px;
}
[data-dpr="2"] textarea::-moz-input-placeholder {
  font-size: 24px;
}
[data-dpr="3"] textarea::-moz-input-placeholder {
  font-size: 36px;
}
[data-dpr="1"] .btn-inner {
  font-size: 22px;
}
[data-dpr="2"] .btn-inner {
  font-size: 44px;
}
[data-dpr="3"] .btn-inner {
  font-size: 66px;
}
[data-dpr="1"] .alert-content {
  font-size: 16px;
}
[data-dpr="2"] .alert-content {
  font-size: 32px;
}
[data-dpr="3"] .alert-content {
  font-size: 48px;
}
[data-dpr="1"] .alert-confirm {
  font-size: 18px;
}
[data-dpr="2"] .alert-confirm {
  font-size: 36px;
}
[data-dpr="3"] .alert-confirm {
  font-size: 54px;
}
[data-dpr="1"] .info {
  font-size: 18px;
}
[data-dpr="2"] .info {
  font-size: 34px;
}
[data-dpr="3"] .info {
  font-size: 54px;
}
[data-dpr="1"] .alert-info {
  font-size: 14px;
}
[data-dpr="2"] .alert-info {
  font-size: 28px;
}
[data-dpr="3"] .alert-info {
  font-size: 42px;
}
[data-dpr="1"] .alert-confirm {
  font-size: 14px;
}
[data-dpr="2"] .alert-confirm {
  font-size: 28px;
}
[data-dpr="3"] .alert-confirm {
  font-size: 42px;
}
[data-dpr="1"] .developer {
  font-size: 14px;
}
[data-dpr="2"] .developer {
  font-size: 28px;
}
[data-dpr="3"] .developer {
  font-size: 42px;
} | 
	Public/css/index.css | 
	body,
h1,
h2,
p {
  margin: 0px;
  padding: 0px;
}
.container {
  position: relative;
  height: 16.66666667rem;
  width: 100%;
  background-image: url(../img/bg1.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.header {
  position: absolute;
  z-index: 7;
  top: 0.05333333rem;
  left: 0.01333333rem;
  height: 3.46666667rem;
}
.header .flag {
  position: relative;
  float: left;
  z-index: 3;
  width: 1.56rem;
}
.header .flag img {
  height: 100%;
  width: 100%;
}
.header:before,
.header:after {
  display: table;
  content: "";
  clear: both;
}
.content-words {
  position: absolute;
  z-index: 5;
  top: 1.34666667rem;
  height: 13.2rem;
  width: 100%;
  text-align: center;
}
.content-words img {
  height: 100%;
  width: 100%;
}
.input-name {
  position: relative;
  z-index: 10;
  height: 1.32rem;
  width: 6.04rem;
  margin: 12.46666667rem auto 0.33333333rem;
  padding-top: 0.16rem;
  box-sizing: border-box;
  background-color: #f5e9d1;
  border-radius: 0.13333333rem;
  box-shadow: 0.05333333rem 0.09333333rem 0.04rem rgba(0, 0, 0, 0.15);
}
.input-name textarea {
  display: block;
  height: 0.90666667rem;
  width: 5.73333333rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: 0.02666667rem dashed #d07842;
  border-radius: 0.13333333rem;
  outline: none;
  resize: none;
  background-color: #f8e8d1;
  font-size: 24px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  line-height: 0.90666667rem;
  text-align: center;
  color: #f3985c;
}
.input-name textarea::-webkit-input-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  color: #f3985c;
}
.input-name textarea::-moz-input-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  color: #f3985c;
}
.build-btn button {
  display: block;
  height: 1.2rem;
  width: 3.89333333rem;
  margin: 0 auto;
  padding: 0;
  background-color: #ffd200;
  outline: none;
  border: none;
  border-radius: 0.13333333rem;
  box-shadow: 0.05333333rem 0.09333333rem 0.04rem rgba(0, 0, 0, 0.28);
}
.build-btn .btn-inner {
  height: 0.85333333rem;
  width: 3.78666667rem;
  margin: 0.10666667rem;
  border-radius: 0.13333333rem;
  box-sizing: border-box;
  font-size: 44px;
  font-family: "STSong", "SimSun";
  line-height: 0.85333333rem;
  letter-spacing: 0.02666667rem;
  font-weight: bold;
  text-align: center;
  color: #803202;
}
.icon {
  display: inline-block;
  height: 0.34666667rem;
  width: 0.25333333rem;
  margin-bottom: 0.02666667rem;
  margin-left: 0.17333333rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAZCAYAAADTyxWqAAAAgklEQVQ4ja3PSQ6AIBBE0QI9kR4QOKBHMrowmBCGHv+2k5fqkI/44Cuk6wYAlHODpkjckyeWJSCFiUAOxga5GAuUYCQoxZagBpuCWmwIWrAOtGINuDtgFXRZVgteWAGQPbACpzd/yIo1kAXrIC02hDTYFJJiS0iCkRAXY0EcjA0BwAtUixrpH6ysewAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.cover {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.cover .alert-box {
  width: 72.53333333%;
  height: 6.58666667rem;
  margin: 4.90666667rem auto 0;
  padding-top: 0.76rem;
  box-sizing: border-box;
  background-color: #fff2e8;
  border-radius: 0.13333333rem;
  font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  box-shadow: 0rem 0rem 0.26666667rem 0rem rgba(0, 0, 0, 0.7);
  -webkit-animation: bounce-in 0.2s both;
  animation: bounce-in 0.2s both;
}
.cover .alert-box .alert-icon {
  height: 1.44rem;
  width: 1.44rem;
  margin: 0 auto 0.73333333rem;
}
.cover .alert-box .alert-icon img {
  height: 100%;
  width: 100%;
}
.cover .alert-box .alert-info {
  text-align: center;
  color: #df5f4e;
  line-height: 1;
}
.cover .alert-box .a-info-1 {
  padding-right: 0.13333333rem;
  margin-bottom: 0.24rem;
  letter-spacing: 0.02rem;
  text-indent: 0.37333333rem;
}
.cover .alert-box .a-info-2 {
  letter-spacing: 0.024rem;
}
.cover .alert-box .alert-confirm {
  height: 0.92rem;
  width: 2.50666667rem;
  margin: 0.65333333rem auto 0;
  background-color: #ff8575;
  border-radius: 0.13333333rem;
  line-height: 0.92rem;
  text-align: center;
  letter-spacing: 0.2rem;
  text-indent: 0.13333333rem;
  color: #fff;
  box-shadow: 0.02666667rem 0.06666667rem 0.02666667rem rgba(0, 0, 0, 0.15);
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[data-dpr="1"] .names {
  font-size: 18px;
}
[data-dpr="2"] .names {
  font-size: 36px;
}
[data-dpr="3"] .names {
  font-size: 54px;
}
[data-dpr="1"] textarea::-webkit-input-placeholder {
  font-size: 12px;
}
[data-dpr="2"] textarea::-webkit-input-placeholder {
  font-size: 24px;
}
[data-dpr="3"] textarea::-webkit-input-placeholder {
  font-size: 36px;
}
[data-dpr="1"] textarea::-moz-input-placeholder {
  font-size: 12px;
}
[data-dpr="2"] textarea::-moz-input-placeholder {
  font-size: 24px;
}
[data-dpr="3"] textarea::-moz-input-placeholder {
  font-size: 36px;
}
[data-dpr="1"] .btn-inner {
  font-size: 22px;
}
[data-dpr="2"] .btn-inner {
  font-size: 44px;
}
[data-dpr="3"] .btn-inner {
  font-size: 66px;
}
[data-dpr="1"] .alert-content {
  font-size: 16px;
}
[data-dpr="2"] .alert-content {
  font-size: 32px;
}
[data-dpr="3"] .alert-content {
  font-size: 48px;
}
[data-dpr="1"] .alert-confirm {
  font-size: 18px;
}
[data-dpr="2"] .alert-confirm {
  font-size: 36px;
}
[data-dpr="3"] .alert-confirm {
  font-size: 54px;
}
[data-dpr="1"] .info {
  font-size: 18px;
}
[data-dpr="2"] .info {
  font-size: 34px;
}
[data-dpr="3"] .info {
  font-size: 54px;
}
[data-dpr="1"] .alert-info {
  font-size: 14px;
}
[data-dpr="2"] .alert-info {
  font-size: 28px;
}
[data-dpr="3"] .alert-info {
  font-size: 42px;
}
[data-dpr="1"] .alert-confirm {
  font-size: 14px;
}
[data-dpr="2"] .alert-confirm {
  font-size: 28px;
}
[data-dpr="3"] .alert-confirm {
  font-size: 42px;
}
[data-dpr="1"] .developer {
  font-size: 14px;
}
[data-dpr="2"] .developer {
  font-size: 28px;
}
[data-dpr="3"] .developer {
  font-size: 42px;
} | 0.37605 | 0.067117 | 
| 
	* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
}
body {
  background:none repeat scroll 0 0 #eeeeee;
  font-size:16px;
  font-family:"Open Sans",Arial,sans-serif;
  color:#444;
}
h1,h2,h3,h4,h5,h6 {
  color: rgba(244,2,2,1.00);
  font-weight: normal;
  line-height: 1.3;
  margin:0.5rem 0;  
}
.margin-bottom p{
	font-size: 1.2rem;
}
h1 {font-size:2.7rem;}
h2 {font-size:2.2rem;}  
h3 {font-size:1.8rem;}  
h4 {font-size:1.4rem;}  
h5 {font-size:1.1rem;}  
h6 {font-size:0.9rem;}    
a, a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  color:white;
  transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
}  
a:hover {color:#F40202;}
p,li,dl,blockquote,table,kbd {
  font-size: 0.85rem;
  line-height: 1.6;
}
b,strong {font-weight:700;}
.text-center {text-align:center!important;}
.text-right {text-align:right!important;}
img {
  border:0;
  display:block;
  height:auto;
  max-width:100%;
  width:auto;
}
.owl-item img, .full-img {
  max-width:none;
  width:100%;
}
.owl-nav div {font-family:"mfg";}
.grid .owl-carousel {
  width:100% !important;
}  
table {
  background:none repeat scroll 0 0 #fff;
  border:1px solid #f0f0f0;
  border-collapse:collapse;
  border-spacing:0;
  text-align:left;
  width:100%;
}
table tr td, table tr th {padding:0.625rem;}
table tfoot, table thead,table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #f0f0f0;}
th,table tr:nth-of-type(2n) td {border-right:1px solid #fff;}
td {border-right:1px solid #f0f0f0;}
.size-960 .line,.size-1140 .line,.size-1280 .line,.size-1520 .line {
  margin:0 auto;
  padding:0 0.625rem;
}
.grid {
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  width:100%;
  margin:0 auto;
} 
hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  clear:both;  
  height:0; 
  margin:2.5rem auto;
}
li {padding:0;}
ul,ol {padding-left:1.25rem;}
blockquote {
  border:2px solid #f0f0f0;
  padding:1.25rem;
}
cite {
  color:#999;
  display:block;
  font-size:0.8rem;
}
cite:before {content:"— ";}
dl dt {font-weight:700;}
dl dd {margin-bottom:0.625rem;}
dl dd:last-child {margin-bottom:0;}
abbr {cursor:help;}
abbr[title] {border-bottom:1px dotted;}
kbd {
  background: #F40202 none repeat scroll 0 0;
  color: #fff;
  padding: 0.125rem 0.3125rem;
}
code, kbd, pre, samp {font-family: Menlo,Monaco,Consolas,"Courier New",monospace;}
mark {
  background: #F3F8A9 none repeat scroll 0 0;
  padding: 0.125rem 0.3125rem;
}
.size-960 .line,.size-960 .grid {max-width:59.75rem;}
.size-1140 .line,.size-1140 .grid {max-width:71rem;}
.size-1280 .line,.size-1280 .grid {max-width:80rem;}
.size-1520 .line,.size-1520 .grid {max-width:95rem;}
.grid.full {
  max-width:100%!important;
  padding: 0;
}
.vertical-center {display: inline-grid!important;}
.vertical-center * {
    align-items: center;
    display: flex!important;
}
.text-center .vertical-center * {justify-content: center;}
.size-960.align-content-left .line,.size-1140.align-content-left .line,.size-1280.align-content-left .line,.size-1520.align-content-left .line {margin-left:0;}
form {line-height:1.4;}
nav {
  display:block;
  width:100%;
  background:#152732;
}
.line::after, nav::after, .center::after, .box::after, .margin::after, .margin2x::after, .grid.full::after {
  clear:both;
  content: ".";
  display:block;
  height:0;
  line-height:0;
  overflow:hidden;
  visibility:hidden;
}
.grid.margin::after, .grid.margin2x::after {
  content: "";
  display:none;
}
.nav-text:after,.nav-text:before,.nav-text span {
  background-color:#fff;
  border-radius:3px;
  content:'';
  display:block;
  height:3px;
  margin:6px auto;
  width: 30px;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
}
.show-menu .nav-text:before {
  transform:translateY(9px) rotate(135deg);
  -moz-transform:translateY(9px) rotate(135deg);
  -webkit-transform:translateY(9px) rotate(135deg);
}
.show-menu .nav-text:after {
  transform:translateY(-9px) rotate(-135deg);
  -moz-transform:translateY(-9px) rotate(-135deg);
  -webkit-transform:translateY(-9px) rotate(-135deg);
}
.show-menu .nav-text span {
  transform:scale(0);
  -moz-transform:scale(0);
  -webkit-transform:scale(0);  
}
.top-nav ul {padding:0;}
.top-nav ul ul {
  position:absolute;
  background:#152732;
}
.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  color:#fff; 
  display:block;
  font-size:1rem;
  padding:1.25rem; 
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #152732;
  min-width:100%;
  padding:0.625rem;
}
.top-nav li a:hover, .aside-nav li a:hover {background:#2b4c61;}
.top-nav li ul {display:none;}
.top-nav li ul li,.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.count-number {
  background: rgba(153, 153, 153, 0.25) none repeat scroll 0 0;
  border-radius: 10rem;
  color: #fff;
  display: inline-block;
  font-size: 0.7rem;
  height: 1.3rem;
  line-height: 1.3rem; 
  margin: 0 0 -0.3125rem 0.3125rem;
  text-align: center;
  width: 1.3rem;
}
ul.chevron .count-number {display:none;}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  content:"\f004";
  display:inline-block;
  font-family:"mfg";
  font-size:0.7rem;
  margin:0 0.625rem;
}
.top-nav .active-item a {background:#2b4c61;}
.aside-nav > ul > li.active-item > a:link,.aside-nav > ul > li.active-item > a:visited {
  background:#2b4c61;
  color:#fff;
}
@media screen and (min-width:769px) {
  .aside-nav .count-number {
	  margin-left:-1.25rem;	
	  float:right;	
  }
  .top-nav li:hover > ul {
	  display:block;
	  z-index:10;
  }  
  .top-nav li:hover > ul ul {
    left:100%;
    margin:-2.5rem 0;
    width:100%;
  }
}
.nav-text,.aside-nav-text {display:none;}
.aside-nav a,.aside-nav a:link,.aside-nav a:visited,.aside-nav li > ul,.top-nav a,.top-nav a:link,.top-nav a:visited {
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
.aside-nav ul {
  background:#e8e8e8; 
  padding:0;
}
.aside-nav li {
  list-style:none outside none;
  cursor:pointer;
}
.aside-nav li a,.aside-nav li a:link,.aside-nav li a:visited {
  color:#444;
  display:block;
  font-size:1rem;
  padding:1.25rem;
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
  height:0;
  display:block;
  position:relative;
  background:#f4f4f4;
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  overflow:hidden;
}
.aside-nav li ul ul {
  border:0;
  background:#fff;
}
.aside-nav ul ul a {padding:0.625rem 1.25rem;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {
  color:#fff;
  background:#2b4c61;
}
.aside-nav > ul > li > a:hover {color:#fff;}
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item {height:auto;} 
nav.breadcrumb-nav {
  background:#fff;
  margin:0.625rem 0;
}
nav.breadcrumb-nav ul {
  list-style:none;
  padding:0;
}
nav.breadcrumb-nav ul li {float:left;}
nav.breadcrumb-nav ul li a:hover {text-decoration:underline;}
.breadcrumb-nav i {color:#B6C900;}
nav.breadcrumb-nav ul li:after {
  content:"/";
  margin:0 9px;
  color:#c8c7c7;
}
nav.breadcrumb-nav ul li:last-child:after {content:"";}
.slide-content, .slide-nav {
  transition:all 0.10s linear 0s;
  -o-transition:all 0.10s linear 0s;
  -ms-transition:all 0.10s linear 0s;
  -moz-transition:all 0.10s linear 0s;
  -webkit-transition:all 0.10s linear 0s;
}
.slide-content {
  float:left;
  width:calc(100% - 60px);  
}
.aside-nav.slide-nav {
  background:#AE0101;
  bottom:0; 
  right:0;
  top:0;
  margin-right:-180px;     
  overflow-y:auto;
  padding-top:0.625rem;
  position:fixed;
  width:240px;
  z-index:2;
}
.aside-nav.slide-nav > ul {
  background:#AE0101;
  opacity:0;
  transition:all 0.20s linear 0s;
  -o-transition:all 0.20s linear 0s;
  -ms-transition:all 0.20s linear 0s;
  -moz-transition:all 0.20s linear 0s;
  -webkit-transition:all 0.20s linear 0s;
}
.aside-nav.slide-nav li a, .aside-nav.slide-nav li a:link, .aside-nav.slide-nav li a:visited {
  color:#fff;
  display:block;
  font-size:0.9rem;
  padding:0.625rem 1.25rem;
  border-bottom:0;
}
.aside-nav.slide-nav li a:hover {
  background:#AE0101!important;
  color:#fff!important;
}
.aside-nav.slide-nav li > ul {
  background:#AE0101;
  border-left:0;
  border-right:0;
}
.aside-nav.slide-nav li > ul ul {
  background:#456274;
  border-left:0;
  border-right:0;
}
.slide-nav-button {
  background:#152732;
  cursor:pointer;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  width:60px;
  z-index:3;
}
.active-slide-nav .slide-content {margin-left:-240px;}
.active-slide-nav .slide-nav {margin-right:60px;}
.slide-to-left .slide-content {float:right;}
.slide-to-left .slide-nav {
  left:0;
  margin-right:0; 
  margin-left:-180px;    
}
.slide-to-left .slide-nav-button {left:0;}
.slide-to-left.active-slide-nav .slide-content {
  margin-right:-240px;
  margin-left:0;
}
.slide-to-left.active-slide-nav .slide-nav {
  margin-right:0;
  margin-left:60px;
}
.active-slide-nav .slide-nav ul {opacity:1;}
.nav-icon {
  padding:0.9rem;
  width:100%;
}
.nav-icon:after,.nav-icon:before,.nav-icon div {
  background-color:black;
  border-radius:3px;
  content:"";
  display:block;
  height:3px;
  margin:6px 0;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
}
.active-slide-nav .nav-icon:before {
  transform:translateY(9px) rotate(135deg);
  -moz-transform:translateY(9px) rotate(135deg);
  -webkit-transform:translateY(9px) rotate(135deg);
}
.active-slide-nav .nav-icon:after {
  transform:translateY(-9px) rotate(-135deg);
  -moz-transform:translateY(-9px) rotate(-135deg);
  -webkit-transform:translateY(-9px) rotate(-135deg);
}
.active-slide-nav .nav-icon div {
  transform:scale(0);
  -moz-transform:scale(0);
  -webkit-transform:scale(0);  
}
.active-slide-nav {overflow-x:hidden;} 
.padding {
  display:list-item;
  list-style:none outside none;
  padding:0.625rem;
}
.margin,.margin2x {display: block;}
.margin {margin:0 -0.625rem;}
.margin2x {margin:0 -1.25rem;}
.grid.margin {
  display: grid;
  grid-column-gap:20px;
  margin:0 auto;	
}
.grid.margin2x {
  display: grid;
  grid-column-gap:40px;
  margin:0 auto;	
}
.line {clear:left;}
.line .line {padding:0;}
.hide-xxl {display:none!important;}
.box {
  background:none repeat scroll 0 0 #fff;
  display:block;
  padding:1.25rem;
  width:100%;
}
.margin-bottom {margin-bottom:1.25rem!important;
color: white;
}
.margin-bottom2x {margin-bottom:2.5rem!important;}
.s-1,.s-2,.s-five,.s-3,.s-4,.s-5,.s-6,.s-7,.s-8,.s-9,.s-10,.s-11,.s-12,.m-1,.m-2,.m-five,.m-3,.m-4,.m-5,.m-6,.m-7,.m-8,.m-9,.m-10,.m-11,.m-12,.l-1,.l-2,.l-five,.l-3,.l-4,.l-5,.l-6,.l-7,.l-8,.l-9,.l-10,.l-11,.l-12,.xl-1,.xl-2,.xl-five,.xl-3,.xl-4,.xl-5,.xl-6,.xl-7,.xl-8,.xl-9,.xl-10,.xl-11,.xl-12,.xxl-1,.xxl-2,.xxl-five,.xxl-3,.xxl-4,.xxl-5,.xxl-6,.xxl-7,.xxl-8,.xxl-9,.xxl-10,.xxl-11,.xxl-12 {
  float: left;
  position:static;
}
.xxl-offset-1 {margin-left:8.3333%;}
.xxl-offset-2 {margin-left:16.6666%;}
.xxl-offset-five {margin-left:20%;}
.xxl-offset-3 {margin-left:25%;}
.xxl-offset-4 {margin-left:33.3333%;}
.xxl-offset-5 {margin-left:41.6666%;}
.xxl-offset-6 {margin-left:50%;}
.xxl-offset-7 {margin-left:58.3333%;}
.xxl-offset-8 {margin-left:66.6666%;}
.xxl-offset-9 {margin-left:75%;}
.xxl-offset-10 {margin-left:83.3333%;}
.xxl-offset-11 {margin-left:91.6666%;}
.xxl-offset-12 {margin-left:100%;}
.xxl-order-1 {order:-1;}
.xxl-order-2 {order:2;}
.xxl-order-3 {order:3;}
.xxl-order-4 {order:4;}
.xxl-order-5 {order:5;}
.xxl-order-6 {order:6;}
.xxl-order-7 {order:7;}
.xxl-order-8 {order:8;}
.xxl-order-9 {order:9;}
.xxl-order-10 {order:10;}
.xxl-order-11 {order:11;}
.xxl-order-12 {order:12;} 
.xxl-order-last {order:99999999;} 
.line .margin > .s-1,.line .margin > .s-2,.line .margin > .s-five,.line .margin > .s-3,.line .margin > .s-4,.line .margin > .s-5,.line .margin > .s-6,.line .margin > .s-7,.line .margin > .s-8,.line .margin > .s-9,.line .margin > .s-10,.line .margin > .s-11,.line .margin > .s-12,
.line .margin > .m-1,.line .margin > .m-2,.line .margin > .m-five,.line .margin > .m-3,.line .margin > .m-4,.line .margin > .m-5,.line .margin > .m-6,.line .margin > .m-7,.line .margin > .m-8,.line .margin > .m-9,.line .margin > .m-10,.line .margin > .m-11,.line .margin > .m-12,
.line .margin > .l-1,.line .margin > .l-2,.line .margin > .l-five,.line .margin > .l-3,.line .margin > .l-4,.line .margin > .l-5,.line .margin > .l-6,.line .margin > .l-7,.line .margin > .l-8,.line .margin > .l-9,.line .margin > .l-10,.line .margin > .l-11,.line .margin > .l-12,
.line .margin > .xl-1,.line .margin > .xl-2,.line .margin > .xl-five,.line .margin > .xl-3,.line .margin > .xl-4,.line .margin > .xl-5,.line .margin > .xl-6,.line .margin > .xl-7,.line .margin > .xl-8,.line .margin > .xl-9,.line .margin > .xl-10,.line .margin > .xl-11,.line .margin > .xl-12,
.line .margin > .xxl-1,.line .margin > .xxl-2,.line .margin > .xxl-five,.line .margin > .xxl-3,.line .margin > .xxl-4,.line .margin > .xxl-5,.line .margin > .xxl-6,.line .margin > .xxl-7,.line .margin > .xxl-8,.line .margin > .xxl-9,.line .margin > .xxl-10,.line .margin > .xxl-11,.line .margin > .xxl-12 {padding:0 0.625rem;}
.line .margin2x > .s-1,.line .margin2x > .s-2,.line .margin2x > .s-five,.line .margin2x > .s-3,.line .margin2x > .s-4,.line .margin2x > .s-5,.line .margin2x > .s-6,.line .margin2x > .s-7,.line .margin2x > .s-8,.line .margin2x > .s-9,.line .margin2x > .s-10,.line .margin2x > .s-11,.line .margin2x > .s-12,
.line .margin2x > .m-1,.line .margin2x > .m-2,.line .margin2x > .m-five,.line .margin2x > .m-3,.line .margin2x > .m-4,.line .margin2x > .m-5,.line .margin2x > .m-6,.line .margin2x > .m-7,.line .margin2x > .m-8,.line .margin2x > .m-9,.line .margin2x > .m-10,.line .margin2x > .m-11,.line .margin2x > .m-12,
.line .margin2x > .l-1,.line .margin2x > .l-2,.line .margin2x > .l-five,.line .margin2x > .l-3,.line .margin2x > .l-4,.line .margin2x > .l-5,.line .margin2x > .l-6,.line .margin2x > .l-7,.line .margin2x > .l-8,.line .margin2x > .l-9,.line .margin2x > .l-10,.line .margin2x > .l-11,.line .margin2x > .l-12,
.line .margin2x > .xl-1,.line .margin2x > .xl-2,.line .margin2x > .xl-five,.line .margin2x > .xl-3,.line .margin2x > .xl-4,.line .margin2x > .xl-5,.line .margin2x > .xl-6,.line .margin2x > .xl-7,.line .margin2x > .xl-8,.line .margin2x > .xl-9,.line .margin2x > .xl-10,.line .margin2x > .xl-11,.line .margin2x > .xl-12,
.line .margin2x > .xxl-1,.line .margin2x > .xxl-2,.line .margin2x > .xxl-five,.line .margin2x > .xxl-3,.line .margin2x > .xxl-4,.line .margin2x > .xxl-5,.line .margin2x > .xxl-6,.line .margin2x > .xxl-7,.line .margin2x > .xxl-8,.line .margin2x > .xxl-9,.line .margin2x > .xxl-10,.line .margin2x > .xxl-11,.line .margin2x > .xxl-12 {padding:0 1.25rem;}
.line-full-width .margin > .s-1,.line-full-width .margin > .s-2,.line-full-width .margin > .s-five,.line-full-width .margin > .s-3,.line-full-width .margin > .s-4,.line-full-width .margin > .s-5,.line-full-width .margin > .s-6,.line-full-width .margin > .s-7,.line-full-width .margin > .s-8,.line-full-width .margin > .s-9,.line-full-width .margin > .s-10,.line-full-width .margin > .s-11,.line-full-width .margin > .s-12,
.line-full-width .margin > .m-1,.line-full-width .margin > .m-2,.line-full-width .margin > .m-five,.line-full-width .margin > .m-3,.line-full-width .margin > .m-4,.line-full-width .margin > .m-5,.line-full-width .margin > .m-6,.line-full-width .margin > .m-7,.line-full-width .margin > .m-8,.line-full-width .margin > .m-9,.line-full-width .margin > .m-10,.line-full-width .margin > .m-11,.line-full-width .margin > .m-12,
.line-full-width .margin > .l-1,.line-full-width .margin > .l-2,.line-full-width .margin > .l-five,.line-full-width .margin > .l-3,.line-full-width .margin > .l-4,.line-full-width .margin > .l-5,.line-full-width .margin > .l-6,.line-full-width .margin > .l-7,.line-full-width .margin > .l-8,.line-full-width .margin > .l-9,.line-full-width .margin > .l-10,.line-full-width .margin > .l-11,.line-full-width .margin > .l-12,
.line-full-width .margin > .xl-1,.line-full-width .margin > .xl-2,.line-full-width .margin > .xl-five,.line-full-width .margin > .xl-3,.line-full-width .margin > .xl-4,.line-full-width .margin > .xl-5,.line-full-width .margin > .xl-6,.line-full-width .margin > .xl-7,.line-full-width .margin > .xl-8,.line-full-width .margin > .xl-9,.line-full-width .margin > .xl-10,.line-full-width .margin > .xl-11,.line-full-width .margin > .xl-12,
.line-full-width .margin > .xxl-1,.line-full-width .margin > .xxl-2,.line-full-width .margin > .xxl-five,.line-full-width .margin > .xxl-3,.line-full-width .margin > .xxl-4,.line-full-width .margin > .xxl-5,.line-full-width .margin > .xxl-6,.line-full-width .margin > .xxl-7,.line-full-width .margin > .xxl-8,.line-full-width .margin > .xxl-9,.line-full-width .margin > .xxl-10,.line-full-width .margin > .xxl-11,.line-full-width .margin > .xxl-12 {padding:0 0.625rem;}
.line-full-width .margin2x > .s-1,.line-full-width .margin2x > .s-2,.line-full-width .margin2x > .s-five,.line-full-width .margin2x > .s-3,.line-full-width .margin2x > .s-4,.line-full-width .margin2x > .s-5,.line-full-width .margin2x > .s-6,.line-full-width .margin2x > .s-7,.line-full-width .margin2x > .s-8,.line-full-width .margin2x > .s-9,.line-full-width .margin2x > .s-10,.line-full-width .margin2x > .s-11,.line-full-width .margin2x > .s-12,
.line-full-width .margin2x > .m-1,.line-full-width .margin2x > .m-2,.line-full-width .margin2x > .m-five,.line-full-width .margin2x > .m-3,.line-full-width .margin2x > .m-4,.line-full-width .margin2x > .m-5,.line-full-width .margin2x > .m-6,.line-full-width .margin2x > .m-7,.line-full-width .margin2x > .m-8,.line-full-width .margin2x > .m-9,.line-full-width .margin2x > .m-10,.line-full-width .margin2x > .m-11,.line-full-width .margin2x > .m-12,
.line-full-width .margin2x > .l-1,.line-full-width .margin2x > .l-2,.line-full-width .margin2x > .l-five,.line-full-width .margin2x > .l-3,.line-full-width .margin2x > .l-4,.line-full-width .margin2x > .l-5,.line-full-width .margin2x > .l-6,.line-full-width .margin2x > .l-7,.line-full-width .margin2x > .l-8,.line-full-width .margin2x > .l-9,.line-full-width .margin2x > .l-10,.line-full-width .margin2x > .l-11,.line-full-width .margin2x > .l-12,
.line-full-width .margin2x > .xl-1,.line-full-width .margin2x > .xl-2,.line-full-width .margin2x > .xl-five,.line-full-width .margin2x > .xl-3,.line-full-width .margin2x > .xl-4,.line-full-width .margin2x > .xl-5,.line-full-width .margin2x > .xl-6,.line-full-width .margin2x > .xl-7,.line-full-width .margin2x > .xl-8,.line-full-width .margin2x > .xl-9,.line-full-width .margin2x > .xl-10,.line-full-width .margin2x > .xl-11,.line-full-width .margin2x > .xl-12,
.line-full-width .margin2x > .xxl-1,.line-full-width .margin2x > .xxl-2,.line-full-width .margin2x > .xxl-five,.line-full-width .margin2x > .xxl-3,.line-full-width .margin2x > .xxl-4,.line-full-width .margin2x > .xxl-5,.line-full-width .margin2x > .xxl-6,.line-full-width .margin2x > .xxl-7,.line-full-width .margin2x > .xxl-8,.line-full-width .margin2x > .xxl-9,.line-full-width .margin2x > .xxl-10,.line-full-width .margin2x > .xxl-11,.line-full-width .margin2x > .xxl-12 {padding:0 1.25rem;}
.s-1, .grid .s-1.center {width:8.3333%;}
.s-2, .grid .s-2.center {width:16.6666%;}
.s-five {width:20%;}
.s-3, .grid .s-3.center {width:25%;}
.s-4, .grid .s-4.center {width:33.3333%;}
.s-5, .grid .s-5.center {width:41.6666%;}
.s-6, .grid .s-6.center {width:50%;}
.s-7, .grid .s-7.center {width:58.3333%;}
.s-8, .grid .s-8.center {width:66.6666%;}
.s-9, .grid .s-9.center {width:75%;}
.s-10, .grid .s-10.center {width:83.3333%;}
.s-11, .grid .s-11.center {width:91.6666%;}
.s-12, .grid .s-12.center {width:100%}
.grid .s-1 {grid-column:span 1;}
.grid .s-2 {grid-column:span 2;}
.grid .s-3 {grid-column:span 3;}
.grid .s-4 {grid-column:span 4;}
.grid .s-5 {grid-column:span 5;}
.grid .s-6 {grid-column:span 6;}
.grid .s-7 {grid-column:span 7;}
.grid .s-8 {grid-column:span 8;}
.grid .s-9 {grid-column:span 9;}
.grid .s-10 {grid-column:span 10;}
.grid .s-11 {grid-column:span 11;}
.grid .s-12 {grid-column:span 12;}  
.grid .s-row-1 {grid-row:span 1;}
.grid .s-row-2 {grid-row:span 2;}
.grid .s-row-3 {grid-row:span 3;}
.grid .s-row-4 {grid-row:span 4;}
.grid .s-row-5 {grid-row:span 5;}
.grid .s-row-6 {grid-row:span 6;}
.grid .s-row-7 {grid-row:span 7;}
.grid .s-row-8 {grid-row:span 8;}
.grid .s-row-9 {grid-row:span 9;}
.grid .s-row-10 {grid-row:span 10;}
.grid .s-row-11 {grid-row:span 11;}
.grid .s-row-12 {grid-row:span 12;}
.m-1, .grid .m-1.center {width:8.3333%;}
.m-2, .grid .m-2.center {width:16.6666%;}
.m-five {width:20%;}
.m-3, .grid .m-3.center {width:25%;}
.m-4, .grid .m-4.center {width:33.3333%;}
.m-5, .grid .m-5.center {width:41.6666%;}
.m-6, .grid .m-6.center {width:100%;}
.m-7, .grid .m-7.center {width:58.3333%;}
.m-8, .grid .m-8.center {width:66.6666%;}
.m-9, .grid .m-9.center {width:75%;}
.m-10, .grid .m-10.center {width:83.3333%;}
.m-11, .grid .m-11.center {width:91.6666%;}
.m-12, .grid .m-12.center {width:100%}
.grid .m-1 {grid-column:span 1;}
.grid .m-2 {grid-column:span 2;}
.grid .m-3 {grid-column:span 3;}
.grid .m-4 {grid-column:span 4;}
.grid .m-5 {grid-column:span 5;}
.grid .m-6 {grid-column:span 6;}
.grid .m-7 {grid-column:span 7;}
.grid .m-8 {grid-column:span 8;}
.grid .m-9 {grid-column:span 9;}
.grid .m-10 {grid-column:span 10;}
.grid .m-11 {grid-column:span 11;}
.grid .m-12 {grid-column:span 12;} 
.grid .m-row-1 {grid-row:span 1;}
.grid .m-row-2 {grid-row:span 2;}
.grid .m-row-3 {grid-row:span 3;}
.grid .m-row-4 {grid-row:span 4;}
.grid .m-row-5 {grid-row:span 5;}
.grid .m-row-6 {grid-row:span 6;}
.grid .m-row-7 {grid-row:span 7;}
.grid .m-row-8 {grid-row:span 8;}
.grid .m-row-9 {grid-row:span 9;}
.grid .m-row-10 {grid-row:span 10;}
.grid .m-row-11 {grid-row:span 11;}
.grid .m-row-12 {grid-row:span 12;}
.l-1, .grid .l-1.center {width:8.3333%;}
.l-2, .grid .l-2.center {width:16.6666%;}
.l-five {width:20%;}
.l-3, .grid .l-3.center {width:33%;}
.l-4, .grid .l-4.center {width:33.3333%;}
.l-5, .grid .l-5.center {width:41.6666%;}
.l-6, .grid .l-6.center {width:50%;}
.l-7, .grid .l-7.center {width:58.3333%;}
.l-8, .grid .l-8.center {width:66.6666%;}
.l-9, .grid .l-9.center {width:75%;}
.l-10, .grid .l-10.center {width:83.3333%;}
.l-11, .grid .l-11.center {width:91.6666%;}
.l-12, .grid .l-12.center {width:100%}
.grid .l-1 {grid-column:span 1;}
.grid .l-2 {grid-column:span 2;}
.grid .l-3 {grid-column:span 3;}
.grid .l-4 {grid-column:span 4;}
.grid .l-5 {grid-column:span 5;}
.grid .l-6 {grid-column:span 6;}
.grid .l-7 {grid-column:span 7;}
.grid .l-8 {grid-column:span 8;}
.grid .l-9 {grid-column:span 9;}
.grid .l-10 {grid-column:span 10;}
.grid .l-11 {grid-column:span 11;}
.grid .l-12 {grid-column:span 12;} 
.grid .l-row-1 {grid-row:span 1;}
.grid .l-row-2 {grid-row:span 2;}
.grid .l-row-3 {grid-row:span 3;}
.grid .l-row-4 {grid-row:span 4;}
.grid .l-row-5 {grid-row:span 5;}
.grid .l-row-6 {grid-row:span 6;}
.grid .l-row-7 {grid-row:span 7;}
.grid .l-row-8 {grid-row:span 8;}
.grid .l-row-9 {grid-row:span 9;}
.grid .l-row-10 {grid-row:span 10;}
.grid .l-row-11 {grid-row:span 11;}
.grid .l-row-12 {grid-row:span 12;}
.xl-1, .grid .xl-1.center {width:8.3333%;}
.xl-2, .grid .xl-2.center {width:16.6666%;}
.xl-five {width:20%;}
.xl-3, .grid .xl-3.center {width:25%;}
.xl-4, .grid .xl-4.center {width:33.3333%;}
.xl-5, .grid .xl-5.center {width:41.6666%;}
.xl-6, .grid .xl-6.center {width:50%;}
.xl-7, .grid .xl-7.center {width:58.3333%;}
.xl-8, .grid .xl-8.center {width:66.6666%;}
.xl-9, .grid .xl-9.center {width:75%;}
.xl-10, .grid .xl-10.center {width:83.3333%;}
.xl-11, .grid .xl-11.center {width:91.6666%;}
.xl-12, .grid .xl-12.center {width:100%}
.grid .xl-1 {grid-column:span 1;}
.grid .xl-2 {grid-column:span 2;}
.grid .xl-3 {grid-column:span 3;}
.grid .xl-4 {grid-column:span 4;}
.grid .xl-5 {grid-column:span 5;}
.grid .xl-6 {grid-column:span 6;}
.grid .xl-7 {grid-column:span 7;}
.grid .xl-8 {grid-column:span 8;}
.grid .xl-9 {grid-column:span 9;}
.grid .xl-10 {grid-column:span 10;}
.grid .xl-11 {grid-column:span 11;}
.grid .xl-12 {grid-column:span 12;}   
.grid .xl-row-1 {grid-row:span 1;}
.grid .xl-row-2 {grid-row:span 2;}
.grid .xl-row-3 {grid-row:span 3;}
.grid .xl-row-4 {grid-row:span 4;}
.grid .xl-row-5 {grid-row:span 5;}
.grid .xl-row-6 {grid-row:span 6;}
.grid .xl-row-7 {grid-row:span 7;}
.grid .xl-row-8 {grid-row:span 8;}
.grid .xl-row-9 {grid-row:span 9;}
.grid .xl-row-10 {grid-row:span 10;}
.grid .xl-row-11 {grid-row:span 11;}
.grid .xl-row-12 {grid-row:span 12;}
.xxl-1, .grid .xxl-1.center {width:8.3333%;}
.xxl-2, .grid .xxl-2.center {width:16.6666%;}
.xxl-five {width:20%;}
.xxl-3, .grid .xxl-3.center {width:25%;}
.xxl-4, .grid .xxl-4.center {width:33.3333%;}
.xxl-5, .grid .xxl-5.center {width:41.6666%;}
.xxl-6, .grid .xxl-6.center {width:50%;}
.xxl-7, .grid .xxl-7.center {width:58.3333%;}
.xxl-8, .grid .xxl-8.center {width:66.6666%;}
.xxl-9, .grid .xxl-9.center {width:75%;}
.xxl-10, .grid .xxl-10.center {width:83.3333%;}
.xxl-11, .grid .xxl-11.center {width:91.6666%;}
.xxl-12, .grid .xxl-12.center {width:100%}
.grid .xxl-1 {grid-column:span 1;}
.grid .xxl-2 {grid-column:span 2;}
.grid .xxl-3 {grid-column:span 3;}
.grid .xxl-4 {grid-column:span 4;}
.grid .xxl-5 {grid-column:span 5;}
.grid .xxl-6 {grid-column:span 6;}
.grid .xxl-7 {grid-column:span 7;}
.grid .xxl-8 {grid-column:span 8;}
.grid .xxl-9 {grid-column:span 9;}
.grid .xxl-10 {grid-column:span 10;}
.grid .xxl-11 {grid-column:span 11;}
.grid .xxl-12 {grid-column:span 12;}
.grid .xxl-row-1 {grid-row:span 1;}
.grid .xxl-row-2 {grid-row:span 2;}
.grid .xxl-row-3 {grid-row:span 3;}
.grid .xxl-row-4 {grid-row:span 4;}
.grid .xxl-row-5 {grid-row:span 5;}
.grid .xxl-row-6 {grid-row:span 6;}
.grid .xxl-row-7 {grid-row:span 7;}
.grid .xxl-row-8 {grid-row:span 8;}
.grid .xxl-row-9 {grid-row:span 9;}
.grid .xxl-row-10 {grid-row:span 10;}
.grid .xxl-row-11 {grid-row:span 11;}
.grid .xxl-row-12 {grid-row:span 12;}
.right {float:right;}
.left {float:left;} 
@media screen and (max-width:1366px) {
  .hide-xxl,.hide-l,.hide-m,.hide-s {display:initial!important;}
  .hide-xl {display:none!important;}
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:1366px;}
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .xl-offset-1 {margin-left:8.3333%;}
  .xl-offset-2 {margin-left:16.6666%;}
  .xl-offset-five {margin-left:20%;}
  .xl-offset-3 {margin-left:25%;}
  .xl-offset-4 {margin-left:33.3333%;}
  .xl-offset-5 {margin-left:41.6666%;}
  .xl-offset-6 {margin-left:50%;}
  .xl-offset-7 {margin-left:58.3333%;}
  .xl-offset-8 {margin-left:66.6666%;}
  .xl-offset-9 {margin-left:75%;}
  .xl-offset-10 {margin-left:83.3333%;}
  .xl-offset-11 {margin-left:91.6666%;}
  .xl-offset-12 {margin-left:100%;}
  .xxl-order-1,.xxl-order-2,.xxl-order-3,.xxl-order-4,.xxl-order-5,.xxl-order-6,.xxl-order-7,.xxl-order-8,.xxl-order-9,.xxl-order-10,.xxl-order-11,.xxl-order-12,.xxl-order-last {order:initial;} 
  .xl-order-1 {order:-1;}
  .xl-order-2 {order:2;}
  .xl-order-3 {order:3;}
  .xl-order-4 {order:4;}
  .xl-order-5 {order:5;}
  .xl-order-6 {order:6;}
  .xl-order-7 {order:7;}
  .xl-order-8 {order:8;}
  .xl-order-9 {order:9;}
  .xl-order-10 {order:10;}
  .xl-order-11 {order:11;}
  .xl-order-12 {order:12;} 
  .xl-order-last {order:99999999;} 
  .xl-1, .grid .xl-1.center {width:8.3333%;}
  .xl-2, .grid .xl-2.center {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3, .grid .xl-3.center {width:25%;}
  .xl-4, .grid .xl-4.center {width:33.3333%;}
  .xl-5, .grid .xl-5.center {width:41.6666%;}
  .xl-6, .grid .xl-6.center {width:50%;}
  .xl-7, .grid .xl-7.center {width:58.3333%;}
  .xl-8, .grid .xl-8.center {width:66.6666%;}
  .xl-9, .grid .xl-9.center {width:75%;}
  .xl-10, .grid .xl-10.center {width:83.3333%;}
  .xl-11, .grid .xl-11.center {width:91.6666%;}
  .xl-12, .grid .xl-12.center {width:100%}
  .grid .xl-1 {grid-column:span 1;}
  .grid .xl-2 {grid-column:span 2;}
  .grid .xl-3 {grid-column:span 3;}
  .grid .xl-4 {grid-column:span 4;}
  .grid .xl-5 {grid-column:span 5;}
  .grid .xl-6 {grid-column:span 6;}
  .grid .xl-7 {grid-column:span 7;}
  .grid .xl-8 {grid-column:span 8;}
  .grid .xl-9 {grid-column:span 9;}
  .grid .xl-10 {grid-column:span 10;}
  .grid .xl-11 {grid-column:span 11;}
  .grid .xl-12 {grid-column:span 12;}
  .grid .xl-row-1 {grid-row:span 1;}
  .grid .xl-row-2 {grid-row:span 2;}
  .grid .xl-row-3 {grid-row:span 3;}
  .grid .xl-row-4 {grid-row:span 4;}
  .grid .xl-row-5 {grid-row:span 5;}
  .grid .xl-row-6 {grid-row:span 6;}
  .grid .xl-row-7 {grid-row:span 7;}
  .grid .xl-row-8 {grid-row:span 8;}
  .grid .xl-row-9 {grid-row:span 9;}
  .grid .xl-row-10 {grid-row:span 10;}
  .grid .xl-row-11 {grid-row:span 11;}
  .grid .xl-row-12 {grid-row:span 12;}  
}
@media screen and (max-width:1140px) {
  .hide-xxl,.hide-xl,.hide-m,.hide-s {display:initial!important;}
  .hide-l {display:none!important;}
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:1140px;}
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12 {margin-left:0;}
  .l-offset-1 {margin-left:8.3333%;}
  .l-offset-2 {margin-left:16.6666%;}
  .l-offset-five {margin-left:20%;}
  .l-offset-3 {margin-left:25%;}
  .l-offset-4 {margin-left:33.3333%;}
  .l-offset-5 {margin-left:41.6666%;}
  .l-offset-6 {margin-left:50%;}
  .l-offset-7 {margin-left:58.3333%;}
  .l-offset-8 {margin-left:66.6666%;}
  .l-offset-9 {margin-left:75%;}
  .l-offset-10 {margin-left:83.3333%;}
  .l-offset-11 {margin-left:91.6666%;}
  .l-offset-12 {margin-left:100%;}
  .xl-order-1,.xl-order-2,.xl-order-3,.xl-order-4,.xl-order-5,.xl-order-6,.xl-order-7,.xl-order-8,.xl-order-9,.xl-order-10,.xl-order-11,.xl-order-12,.xl-order-last {order:initial;} 
  .l-order-1 {order:-1;}
  .l-order-2 {order:2;}
  .l-order-3 {order:3;}
  .l-order-4 {order:4;}
  .l-order-5 {order:5;}
  .l-order-6 {order:6;}
  .l-order-7 {order:7;}
  .l-order-8 {order:8;}
  .l-order-9 {order:9;}
  .l-order-10 {order:10;}
  .l-order-11 {order:11;}
  .l-order-12 {order:12;} 
  .l-order-last {order:99999999;} 
  .l-1, .grid .l-1.center {width:8.3333%;}
  .l-2, .grid .l-2.center {width:16.6666%;}
  .l-five {width:20%;}
  .l-3, .grid .l-3.center {width:25%;}
  .l-4, .grid .l-4.center {width:33.3333%;}
  .l-5, .grid .l-5.center {width:41.6666%;}
  .l-6, .grid .l-6.center {width:50%;}
  .l-7, .grid .l-7.center {width:58.3333%;}
  .l-8, .grid .l-8.center {width:66.6666%;}
  .l-9, .grid .l-9.center {width:75%;}
  .l-10, .grid .l-10.center {width:83.3333%;}
  .l-11, .grid .l-11.center {width:91.6666%;}
  .l-12, .grid .l-12.center {width:100%}
  .grid .l-1 {grid-column:span 1;}
  .grid .l-2 {grid-column:span 2;}
  .grid .l-3 {grid-column:span 3;}
  .grid .l-4 {grid-column:span 4;}
  .grid .l-5 {grid-column:span 5;}
  .grid .l-6 {grid-column:span 6;}
  .grid .l-7 {grid-column:span 7;}
  .grid .l-8 {grid-column:span 8;}
  .grid .l-9 {grid-column:span 9;}
  .grid .l-10 {grid-column:span 10;}
  .grid .l-11 {grid-column:span 11;}
  .grid .l-12 {grid-column:span 12;}
  .grid .l-row-1 {grid-row:span 1;}
  .grid .l-row-2 {grid-row:span 2;}
  .grid .l-row-3 {grid-row:span 3;}
  .grid .l-row-4 {grid-row:span 4;}
  .grid .l-row-5 {grid-row:span 5;}
  .grid .l-row-6 {grid-row:span 6;}
  .grid .l-row-7 {grid-row:span 7;}
  .grid .l-row-8 {grid-row:span 8;}
  .grid .l-row-9 {grid-row:span 9;}
  .grid .l-row-10 {grid-row:span 10;}
  .grid .l-row-11 {grid-row:span 11;}
  .grid .l-row-12 {grid-row:span 12;}  
}
 
@media screen and (max-width:768px) {
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:768px;}
  .hide-xxl,.hide-xl,.hide-l,.hide-s {display:initial!important;}
  .hide-m {display:none!important;}
  nav {
    display:block;
    cursor:pointer;
    line-height:3;
  }
  .top-nav li a {background:none repeat scroll 0 0 black;}
  .top-nav > ul {
    height:0;
    max-width:100%;
    overflow:hidden;
    position:relative;
    z-index:999;
  }
  .top-nav > ul.show-menu,.aside-nav.minimize-on-small > ul.show-menu {height:auto;}
  .top-nav ul ul {
    left:0;
    margin-top:0;
    position:relative;
    right:0;
  } 
  .top-nav li ul li a {min-width:100%;}
  .top-nav li {
    float:none;
    list-style:none outside none;
    padding:0;
  }
  .top-nav li a {
    color:#fff;
    display:block;
    padding:1.25rem 0.625rem;
    text-align:center;
    text-decoration:none;
  }
  .top-nav li a:hover {
    background:none repeat scroll 0 0 #152732;
    color:#fff;
  }
  .top-nav li ul,.top-nav li ul li ul {
    display:block;  
    overflow:hidden; 
    height:0;   
  } 
  .top-nav > ul ul.show-ul {
    display:block;
    height:auto;  
  }
  .top-nav li ul li a {
    background:none repeat scroll 0 0 #2b4c61;
    padding:0.625rem;
  }
  .top-nav li ul li ul li a { background:none repeat scroll 0 0 #456274;}
  .top-nav {
    position:fixed;
    top:0;
    z-index:10;
    left:-100%;
    width:100%!important;
    bottom:0;
    background: none repeat scroll 0 0 black;
    overflow-y:auto;
    transition:left 0.20s linear 0s;
    -o-transition:left 0.20s linear 0s;
    -ms-transition:left 0.20s linear 0s;
    -moz-transition:left 0.20s linear 0s;
    -webkit-transition:left 0.20s linear 0s;
  }
  body.show-menu {overflow: hidden;}
  .show-menu .top-nav {
    left:0;
    right:60px
  }
  .top-nav > ul {
    height:auto;
    overflow:auto;
    position:relative;
  	top:60px;
  }
  .nav-text {
    color:#fff;
    display:inline-block;
    margin-right:0;
    width:auto;
    position:fixed;
    top:0;
  	left:0;
  	background:none repeat scroll 0 0 #AE0101;
  	height:60px;
  	width:60px;
  	text-align:center;
  	line-height:60px;
  	z-index:50;
  	padding-top:15px;
  }
  .grid.margin2x {grid-column-gap: 20px;}
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12,
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .m-offset-1 {margin-left:8.3333%;}
  .m-offset-2 {margin-left:16.6666%;}
  .m-offset-five {margin-left:20%;}
  .m-offset-3 {margin-left:25%;}
  .m-offset-4 {margin-left:33.3333%;}
  .m-offset-5 {margin-left:41.6666%;}
  .m-offset-6 {margin-left:50%;}
  .m-offset-7 {margin-left:58.3333%;}
  .m-offset-8 {margin-left:66.6666%;}
  .m-offset-9 {margin-left:75%;}
  .m-offset-10 {margin-left:83.3333%;}
  .m-offset-11 {margin-left:91.6666%;}
  .m-offset-12 {margin-left:100%;}
  .l-order-1,.l-order-2,.l-order-3,.l-order-4,.l-order-5,.l-order-6,.l-order-7,.l-order-8,.l-order-9,.l-order-10,.l-order-11,.l-order-12,.l-order-last {order:initial;}   
  .m-order-1 {order:-1;}
  .m-order-2 {order:2;}
  .m-order-3 {order:3;}
  .m-order-4 {order:4;}
  .m-order-5 {order:5;}
  .m-order-6 {order:6;}
  .m-order-7 {order:7;}
  .m-order-8 {order:8;}
  .m-order-9 {order:9;}
  .m-order-10 {order:10;}
  .m-order-11 {order:11;}
  .m-order-12 {order:12;} 
  .m-order-last {order:99999999;} 
  .m-1, .grid .m-1.center {width:8.3333%;}
  .m-2, .grid .m-2.center {width:16.6666%;}
  .m-five {width:20%;}
  .m-3, .grid .m-3.center {width:25%;}
  .m-4, .grid .m-4.center {width:33.3333%;}
  .m-5, .grid .m-5.center {width:41.6666%;}
  .m-6, .grid .m-6.center {width:50%;}
  .m-7, .grid .m-7.center {width:58.3333%;}
  .m-8, .grid .m-8.center {width:66.6666%;}
  .m-9, .grid .m-9.center {width:75%;}
  .m-10, .grid .m-10.center {width:83.3333%;}
  .m-11, .grid .m-11.center {width:91.6666%;}
  .m-12, .grid .m-12.center {width:100%}
  .grid .m-1 {grid-column:span 1;}
  .grid .m-2 {grid-column:span 2;}
  .grid .m-3 {grid-column:span 3;}
  .grid .m-4 {grid-column:span 4;}
  .grid .m-5 {grid-column:span 5;}
  .grid .m-6 {grid-column:span 6;}
  .grid .m-7 {grid-column:span 7;}
  .grid .m-8 {grid-column:span 8;}
  .grid .m-9 {grid-column:span 9;}
  .grid .m-10 {grid-column:span 10;}
  .grid .m-11 {grid-column:span 11;}
  .grid .m-12 {grid-column:span 12;}
  .grid .m-row-1 {grid-row:span 1;}
  .grid .m-row-2 {grid-row:span 2;}
  .grid .m-row-3 {grid-row:span 3;}
  .grid .m-row-4 {grid-row:span 4;}
  .grid .m-row-5 {grid-row:span 5;}
  .grid .m-row-6 {grid-row:span 6;}
  .grid .m-row-7 {grid-row:span 7;}
  .grid .m-row-8 {grid-row:span 8;}
  .grid .m-row-9 {grid-row:span 9;}
  .grid .m-row-10 {grid-row:span 10;}
  .grid .m-row-11 {grid-row:span 11;}
  .grid .m-row-12 {grid-row:span 12;}  
}
@media screen and (max-width:480px) {
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:480px;}
  .aside-nav li a {text-align: center;}
  .minimize-on-small .aside-nav-text {
    background:#152732 none repeat scroll 0 0;
    color:#fff;
    cursor:pointer;
    display:block;
    font-size:1.2rem;
    line-height:3;
    max-width:100%;
    padding-right:0.625rem;
    text-align:center;
    vertical-align:middle;
  }
  .aside-nav-text:after {
    content:"\f008";
    font-family:"mfg";
    font-size:1.1rem;
    margin-left:0.5rem;
    text-align:right;
  }
  .aside-nav.minimize-on-small > ul {
    height:0;
    overflow:hidden;
  }
  .hide-xxl,.hide-xl,.hide-l,.hide-m {display:initial!important;}
  .hide-s {display:none!important;}
  .count-number {margin-right:-1.25rem;} 
  .m-offset-1,.m-offset-2,.m-offset-five,.m-offset-3,.m-offset-4,.m-offset-5,.m-offset-6,.m-offset-7,.m-offset-8,.m-offset-9,.m-offset-10,.m-offset-11,.m-offset-12,
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12,
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .s-offset-1 {margin-left:8.3333%;}
  .s-offset-2 {margin-left:16.6666%;}
  .s-offset-five {margin-left:20%;}
  .s-offset-3 {margin-left:25%;}
  .s-offset-4 {margin-left:33.3333%;}
  .s-offset-5 {margin-left:41.6666%;}
  .s-offset-6 {margin-left:50%;}
  .s-offset-7 {margin-left:58.3333%;}
  .s-offset-8 {margin-left:66.6666%;}
  .s-offset-9 {margin-left:75%;}
  .s-offset-10 {margin-left:83.3333%;}
  .s-offset-11 {margin-left:91.6666%;}
  .s-offset-12 {margin-left:100%;}
  .m-order-1,.m-order-2,.m-order-3,.m-order-4,.m-order-5,.m-order-6,.m-order-7,.m-order-8,.m-order-9,.m-order-10,.m-order-11,.m-order-12,.m-order-last {order:initial;}  
  .s-order-1 {order:-1;}
  .s-order-2 {order:2;}
  .s-order-3 {order:3;}
  .s-order-4 {order:4;}
  .s-order-5 {order:5;}
  .s-order-6 {order:6;}
  .s-order-7 {order:7;}
  .s-order-8 {order:8;}
  .s-order-9 {order:9;}
  .s-order-10 {order:10;}
  .s-order-11 {order:11;}
  .s-order-12 {order:12;} 
  .s-order-last {order:99999999;} 
  .s-1, .grid .s-1.center {width:8.3333%;}
  .s-2, .grid .s-2.center {width:16.6666%;}
  .s-five {width:20%;}
  .s-3, .grid .s-3.center {width:25%;}
  .s-4, .grid .s-4.center {width:33.3333%;}
  .s-5, .grid .s-5.center {width:41.6666%;}
  .s-6, .grid .s-6.center {width:50%;}
  .s-7, .grid .s-7.center {width:58.3333%;}
  .s-8, .grid .s-8.center {width:66.6666%;}
  .s-9, .grid .s-9.center {width:75%;}
  .s-10, .grid .s-10.center {width:83.3333%;}
  .s-11, .grid .s-11.center {width:91.6666%;}
  .s-12, .grid .s-12.center {width:100%}
  .grid .s-1 {grid-column:span 1;}
  .grid .s-2 {grid-column:span 2;}
  .grid .s-3 {grid-column:span 3;}
  .grid .s-4 {grid-column:span 4;}
  .grid .s-5 {grid-column:span 5;}
  .grid .s-6 {grid-column:span 6;}
  .grid .s-7 {grid-column:span 7;}
  .grid .s-8 {grid-column:span 8;}
  .grid .s-9 {grid-column:span 9;}
  .grid .s-10 {grid-column:span 10;}
  .grid .s-11 {grid-column:span 11;}
  .grid .s-12 {grid-column:span 12;}
  .grid .s-row-1 {grid-row:span 1;}
  .grid .s-row-2 {grid-row:span 2;}
  .grid .s-row-3 {grid-row:span 3;}
  .grid .s-row-4 {grid-row:span 4;}
  .grid .s-row-5 {grid-row:span 5;}
  .grid .s-row-6 {grid-row:span 6;}
  .grid .s-row-7 {grid-row:span 7;}
  .grid .s-row-8 {grid-row:span 8;}
  .grid .s-row-9 {grid-row:span 9;}
  .grid .s-row-10 {grid-row:span 10;}
  .grid .s-row-11 {grid-row:span 11;}
  .grid .s-row-12 {grid-row:span 12;}  
}
.grid .s-1,.grid .s-2,.grid .s-five,.grid .s-3,.grid .s-4,.grid .s-5,.grid .s-6,.grid .s-7,.grid .s-8,.grid .s-9,.grid .s-10,.grid .s-11,.grid .s-12,.grid .m-1,.grid .m-2,.grid .m-five,.grid .m-3,.grid .m-4,.grid .m-5,.grid .m-6,.grid .m-7,.grid .m-8,.grid .m-9,.grid .m-10,.grid .m-11,.grid .m-12,.grid .l-1,.grid .l-2,.grid .l-five,.grid .l-3,.grid .l-4,.grid .l-5,.grid .l-6,.grid .l-7,.grid .l-8,.grid .l-9,.grid .l-10,.grid .l-11,.grid .l-12,.grid .xl-1,.grid .xl-2,.grid .xl-five,.grid .xl-3,.grid .xl-4,.grid .xl-5,.grid .xl-6,.grid .xl-7,.grid .xl-8,.grid .xl-9,.grid .xl-10,.grid .xl-11,.grid .xl-12,.grid .xxl-1,.grid .xxl-2,.grid .xxl-five,.grid .xxl-3,.grid .xxl-4,.grid .xxl-5,.grid .xxl-6,.grid .xxl-7,.grid .xxl-8,.grid .xxl-9,.grid .xxl-10,.grid .xxl-11,.grid .xxl-12 {float:none; width:auto;}  
.center {
  float:none;
  margin:0 auto;
  display:block;
}
.grid .center {
  justify-self:center;
  margin:auto;
  grid-column:1 / -1;
}
.grid .grid {
  padding:0;
  width:100%;
}
.item h3{
	color: white;
} | 
	css/responsee.css | 
	* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
}
body {
  background:none repeat scroll 0 0 #eeeeee;
  font-size:16px;
  font-family:"Open Sans",Arial,sans-serif;
  color:#444;
}
h1,h2,h3,h4,h5,h6 {
  color: rgba(244,2,2,1.00);
  font-weight: normal;
  line-height: 1.3;
  margin:0.5rem 0;  
}
.margin-bottom p{
	font-size: 1.2rem;
}
h1 {font-size:2.7rem;}
h2 {font-size:2.2rem;}  
h3 {font-size:1.8rem;}  
h4 {font-size:1.4rem;}  
h5 {font-size:1.1rem;}  
h6 {font-size:0.9rem;}    
a, a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  color:white;
  transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
}  
a:hover {color:#F40202;}
p,li,dl,blockquote,table,kbd {
  font-size: 0.85rem;
  line-height: 1.6;
}
b,strong {font-weight:700;}
.text-center {text-align:center!important;}
.text-right {text-align:right!important;}
img {
  border:0;
  display:block;
  height:auto;
  max-width:100%;
  width:auto;
}
.owl-item img, .full-img {
  max-width:none;
  width:100%;
}
.owl-nav div {font-family:"mfg";}
.grid .owl-carousel {
  width:100% !important;
}  
table {
  background:none repeat scroll 0 0 #fff;
  border:1px solid #f0f0f0;
  border-collapse:collapse;
  border-spacing:0;
  text-align:left;
  width:100%;
}
table tr td, table tr th {padding:0.625rem;}
table tfoot, table thead,table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #f0f0f0;}
th,table tr:nth-of-type(2n) td {border-right:1px solid #fff;}
td {border-right:1px solid #f0f0f0;}
.size-960 .line,.size-1140 .line,.size-1280 .line,.size-1520 .line {
  margin:0 auto;
  padding:0 0.625rem;
}
.grid {
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  width:100%;
  margin:0 auto;
} 
hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  clear:both;  
  height:0; 
  margin:2.5rem auto;
}
li {padding:0;}
ul,ol {padding-left:1.25rem;}
blockquote {
  border:2px solid #f0f0f0;
  padding:1.25rem;
}
cite {
  color:#999;
  display:block;
  font-size:0.8rem;
}
cite:before {content:"— ";}
dl dt {font-weight:700;}
dl dd {margin-bottom:0.625rem;}
dl dd:last-child {margin-bottom:0;}
abbr {cursor:help;}
abbr[title] {border-bottom:1px dotted;}
kbd {
  background: #F40202 none repeat scroll 0 0;
  color: #fff;
  padding: 0.125rem 0.3125rem;
}
code, kbd, pre, samp {font-family: Menlo,Monaco,Consolas,"Courier New",monospace;}
mark {
  background: #F3F8A9 none repeat scroll 0 0;
  padding: 0.125rem 0.3125rem;
}
.size-960 .line,.size-960 .grid {max-width:59.75rem;}
.size-1140 .line,.size-1140 .grid {max-width:71rem;}
.size-1280 .line,.size-1280 .grid {max-width:80rem;}
.size-1520 .line,.size-1520 .grid {max-width:95rem;}
.grid.full {
  max-width:100%!important;
  padding: 0;
}
.vertical-center {display: inline-grid!important;}
.vertical-center * {
    align-items: center;
    display: flex!important;
}
.text-center .vertical-center * {justify-content: center;}
.size-960.align-content-left .line,.size-1140.align-content-left .line,.size-1280.align-content-left .line,.size-1520.align-content-left .line {margin-left:0;}
form {line-height:1.4;}
nav {
  display:block;
  width:100%;
  background:#152732;
}
.line::after, nav::after, .center::after, .box::after, .margin::after, .margin2x::after, .grid.full::after {
  clear:both;
  content: ".";
  display:block;
  height:0;
  line-height:0;
  overflow:hidden;
  visibility:hidden;
}
.grid.margin::after, .grid.margin2x::after {
  content: "";
  display:none;
}
.nav-text:after,.nav-text:before,.nav-text span {
  background-color:#fff;
  border-radius:3px;
  content:'';
  display:block;
  height:3px;
  margin:6px auto;
  width: 30px;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
}
.show-menu .nav-text:before {
  transform:translateY(9px) rotate(135deg);
  -moz-transform:translateY(9px) rotate(135deg);
  -webkit-transform:translateY(9px) rotate(135deg);
}
.show-menu .nav-text:after {
  transform:translateY(-9px) rotate(-135deg);
  -moz-transform:translateY(-9px) rotate(-135deg);
  -webkit-transform:translateY(-9px) rotate(-135deg);
}
.show-menu .nav-text span {
  transform:scale(0);
  -moz-transform:scale(0);
  -webkit-transform:scale(0);  
}
.top-nav ul {padding:0;}
.top-nav ul ul {
  position:absolute;
  background:#152732;
}
.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  color:#fff; 
  display:block;
  font-size:1rem;
  padding:1.25rem; 
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #152732;
  min-width:100%;
  padding:0.625rem;
}
.top-nav li a:hover, .aside-nav li a:hover {background:#2b4c61;}
.top-nav li ul {display:none;}
.top-nav li ul li,.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.count-number {
  background: rgba(153, 153, 153, 0.25) none repeat scroll 0 0;
  border-radius: 10rem;
  color: #fff;
  display: inline-block;
  font-size: 0.7rem;
  height: 1.3rem;
  line-height: 1.3rem; 
  margin: 0 0 -0.3125rem 0.3125rem;
  text-align: center;
  width: 1.3rem;
}
ul.chevron .count-number {display:none;}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  content:"\f004";
  display:inline-block;
  font-family:"mfg";
  font-size:0.7rem;
  margin:0 0.625rem;
}
.top-nav .active-item a {background:#2b4c61;}
.aside-nav > ul > li.active-item > a:link,.aside-nav > ul > li.active-item > a:visited {
  background:#2b4c61;
  color:#fff;
}
@media screen and (min-width:769px) {
  .aside-nav .count-number {
	  margin-left:-1.25rem;	
	  float:right;	
  }
  .top-nav li:hover > ul {
	  display:block;
	  z-index:10;
  }  
  .top-nav li:hover > ul ul {
    left:100%;
    margin:-2.5rem 0;
    width:100%;
  }
}
.nav-text,.aside-nav-text {display:none;}
.aside-nav a,.aside-nav a:link,.aside-nav a:visited,.aside-nav li > ul,.top-nav a,.top-nav a:link,.top-nav a:visited {
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
.aside-nav ul {
  background:#e8e8e8; 
  padding:0;
}
.aside-nav li {
  list-style:none outside none;
  cursor:pointer;
}
.aside-nav li a,.aside-nav li a:link,.aside-nav li a:visited {
  color:#444;
  display:block;
  font-size:1rem;
  padding:1.25rem;
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
  height:0;
  display:block;
  position:relative;
  background:#f4f4f4;
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  overflow:hidden;
}
.aside-nav li ul ul {
  border:0;
  background:#fff;
}
.aside-nav ul ul a {padding:0.625rem 1.25rem;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {
  color:#fff;
  background:#2b4c61;
}
.aside-nav > ul > li > a:hover {color:#fff;}
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item {height:auto;} 
nav.breadcrumb-nav {
  background:#fff;
  margin:0.625rem 0;
}
nav.breadcrumb-nav ul {
  list-style:none;
  padding:0;
}
nav.breadcrumb-nav ul li {float:left;}
nav.breadcrumb-nav ul li a:hover {text-decoration:underline;}
.breadcrumb-nav i {color:#B6C900;}
nav.breadcrumb-nav ul li:after {
  content:"/";
  margin:0 9px;
  color:#c8c7c7;
}
nav.breadcrumb-nav ul li:last-child:after {content:"";}
.slide-content, .slide-nav {
  transition:all 0.10s linear 0s;
  -o-transition:all 0.10s linear 0s;
  -ms-transition:all 0.10s linear 0s;
  -moz-transition:all 0.10s linear 0s;
  -webkit-transition:all 0.10s linear 0s;
}
.slide-content {
  float:left;
  width:calc(100% - 60px);  
}
.aside-nav.slide-nav {
  background:#AE0101;
  bottom:0; 
  right:0;
  top:0;
  margin-right:-180px;     
  overflow-y:auto;
  padding-top:0.625rem;
  position:fixed;
  width:240px;
  z-index:2;
}
.aside-nav.slide-nav > ul {
  background:#AE0101;
  opacity:0;
  transition:all 0.20s linear 0s;
  -o-transition:all 0.20s linear 0s;
  -ms-transition:all 0.20s linear 0s;
  -moz-transition:all 0.20s linear 0s;
  -webkit-transition:all 0.20s linear 0s;
}
.aside-nav.slide-nav li a, .aside-nav.slide-nav li a:link, .aside-nav.slide-nav li a:visited {
  color:#fff;
  display:block;
  font-size:0.9rem;
  padding:0.625rem 1.25rem;
  border-bottom:0;
}
.aside-nav.slide-nav li a:hover {
  background:#AE0101!important;
  color:#fff!important;
}
.aside-nav.slide-nav li > ul {
  background:#AE0101;
  border-left:0;
  border-right:0;
}
.aside-nav.slide-nav li > ul ul {
  background:#456274;
  border-left:0;
  border-right:0;
}
.slide-nav-button {
  background:#152732;
  cursor:pointer;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  width:60px;
  z-index:3;
}
.active-slide-nav .slide-content {margin-left:-240px;}
.active-slide-nav .slide-nav {margin-right:60px;}
.slide-to-left .slide-content {float:right;}
.slide-to-left .slide-nav {
  left:0;
  margin-right:0; 
  margin-left:-180px;    
}
.slide-to-left .slide-nav-button {left:0;}
.slide-to-left.active-slide-nav .slide-content {
  margin-right:-240px;
  margin-left:0;
}
.slide-to-left.active-slide-nav .slide-nav {
  margin-right:0;
  margin-left:60px;
}
.active-slide-nav .slide-nav ul {opacity:1;}
.nav-icon {
  padding:0.9rem;
  width:100%;
}
.nav-icon:after,.nav-icon:before,.nav-icon div {
  background-color:black;
  border-radius:3px;
  content:"";
  display:block;
  height:3px;
  margin:6px 0;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
}
.active-slide-nav .nav-icon:before {
  transform:translateY(9px) rotate(135deg);
  -moz-transform:translateY(9px) rotate(135deg);
  -webkit-transform:translateY(9px) rotate(135deg);
}
.active-slide-nav .nav-icon:after {
  transform:translateY(-9px) rotate(-135deg);
  -moz-transform:translateY(-9px) rotate(-135deg);
  -webkit-transform:translateY(-9px) rotate(-135deg);
}
.active-slide-nav .nav-icon div {
  transform:scale(0);
  -moz-transform:scale(0);
  -webkit-transform:scale(0);  
}
.active-slide-nav {overflow-x:hidden;} 
.padding {
  display:list-item;
  list-style:none outside none;
  padding:0.625rem;
}
.margin,.margin2x {display: block;}
.margin {margin:0 -0.625rem;}
.margin2x {margin:0 -1.25rem;}
.grid.margin {
  display: grid;
  grid-column-gap:20px;
  margin:0 auto;	
}
.grid.margin2x {
  display: grid;
  grid-column-gap:40px;
  margin:0 auto;	
}
.line {clear:left;}
.line .line {padding:0;}
.hide-xxl {display:none!important;}
.box {
  background:none repeat scroll 0 0 #fff;
  display:block;
  padding:1.25rem;
  width:100%;
}
.margin-bottom {margin-bottom:1.25rem!important;
color: white;
}
.margin-bottom2x {margin-bottom:2.5rem!important;}
.s-1,.s-2,.s-five,.s-3,.s-4,.s-5,.s-6,.s-7,.s-8,.s-9,.s-10,.s-11,.s-12,.m-1,.m-2,.m-five,.m-3,.m-4,.m-5,.m-6,.m-7,.m-8,.m-9,.m-10,.m-11,.m-12,.l-1,.l-2,.l-five,.l-3,.l-4,.l-5,.l-6,.l-7,.l-8,.l-9,.l-10,.l-11,.l-12,.xl-1,.xl-2,.xl-five,.xl-3,.xl-4,.xl-5,.xl-6,.xl-7,.xl-8,.xl-9,.xl-10,.xl-11,.xl-12,.xxl-1,.xxl-2,.xxl-five,.xxl-3,.xxl-4,.xxl-5,.xxl-6,.xxl-7,.xxl-8,.xxl-9,.xxl-10,.xxl-11,.xxl-12 {
  float: left;
  position:static;
}
.xxl-offset-1 {margin-left:8.3333%;}
.xxl-offset-2 {margin-left:16.6666%;}
.xxl-offset-five {margin-left:20%;}
.xxl-offset-3 {margin-left:25%;}
.xxl-offset-4 {margin-left:33.3333%;}
.xxl-offset-5 {margin-left:41.6666%;}
.xxl-offset-6 {margin-left:50%;}
.xxl-offset-7 {margin-left:58.3333%;}
.xxl-offset-8 {margin-left:66.6666%;}
.xxl-offset-9 {margin-left:75%;}
.xxl-offset-10 {margin-left:83.3333%;}
.xxl-offset-11 {margin-left:91.6666%;}
.xxl-offset-12 {margin-left:100%;}
.xxl-order-1 {order:-1;}
.xxl-order-2 {order:2;}
.xxl-order-3 {order:3;}
.xxl-order-4 {order:4;}
.xxl-order-5 {order:5;}
.xxl-order-6 {order:6;}
.xxl-order-7 {order:7;}
.xxl-order-8 {order:8;}
.xxl-order-9 {order:9;}
.xxl-order-10 {order:10;}
.xxl-order-11 {order:11;}
.xxl-order-12 {order:12;} 
.xxl-order-last {order:99999999;} 
.line .margin > .s-1,.line .margin > .s-2,.line .margin > .s-five,.line .margin > .s-3,.line .margin > .s-4,.line .margin > .s-5,.line .margin > .s-6,.line .margin > .s-7,.line .margin > .s-8,.line .margin > .s-9,.line .margin > .s-10,.line .margin > .s-11,.line .margin > .s-12,
.line .margin > .m-1,.line .margin > .m-2,.line .margin > .m-five,.line .margin > .m-3,.line .margin > .m-4,.line .margin > .m-5,.line .margin > .m-6,.line .margin > .m-7,.line .margin > .m-8,.line .margin > .m-9,.line .margin > .m-10,.line .margin > .m-11,.line .margin > .m-12,
.line .margin > .l-1,.line .margin > .l-2,.line .margin > .l-five,.line .margin > .l-3,.line .margin > .l-4,.line .margin > .l-5,.line .margin > .l-6,.line .margin > .l-7,.line .margin > .l-8,.line .margin > .l-9,.line .margin > .l-10,.line .margin > .l-11,.line .margin > .l-12,
.line .margin > .xl-1,.line .margin > .xl-2,.line .margin > .xl-five,.line .margin > .xl-3,.line .margin > .xl-4,.line .margin > .xl-5,.line .margin > .xl-6,.line .margin > .xl-7,.line .margin > .xl-8,.line .margin > .xl-9,.line .margin > .xl-10,.line .margin > .xl-11,.line .margin > .xl-12,
.line .margin > .xxl-1,.line .margin > .xxl-2,.line .margin > .xxl-five,.line .margin > .xxl-3,.line .margin > .xxl-4,.line .margin > .xxl-5,.line .margin > .xxl-6,.line .margin > .xxl-7,.line .margin > .xxl-8,.line .margin > .xxl-9,.line .margin > .xxl-10,.line .margin > .xxl-11,.line .margin > .xxl-12 {padding:0 0.625rem;}
.line .margin2x > .s-1,.line .margin2x > .s-2,.line .margin2x > .s-five,.line .margin2x > .s-3,.line .margin2x > .s-4,.line .margin2x > .s-5,.line .margin2x > .s-6,.line .margin2x > .s-7,.line .margin2x > .s-8,.line .margin2x > .s-9,.line .margin2x > .s-10,.line .margin2x > .s-11,.line .margin2x > .s-12,
.line .margin2x > .m-1,.line .margin2x > .m-2,.line .margin2x > .m-five,.line .margin2x > .m-3,.line .margin2x > .m-4,.line .margin2x > .m-5,.line .margin2x > .m-6,.line .margin2x > .m-7,.line .margin2x > .m-8,.line .margin2x > .m-9,.line .margin2x > .m-10,.line .margin2x > .m-11,.line .margin2x > .m-12,
.line .margin2x > .l-1,.line .margin2x > .l-2,.line .margin2x > .l-five,.line .margin2x > .l-3,.line .margin2x > .l-4,.line .margin2x > .l-5,.line .margin2x > .l-6,.line .margin2x > .l-7,.line .margin2x > .l-8,.line .margin2x > .l-9,.line .margin2x > .l-10,.line .margin2x > .l-11,.line .margin2x > .l-12,
.line .margin2x > .xl-1,.line .margin2x > .xl-2,.line .margin2x > .xl-five,.line .margin2x > .xl-3,.line .margin2x > .xl-4,.line .margin2x > .xl-5,.line .margin2x > .xl-6,.line .margin2x > .xl-7,.line .margin2x > .xl-8,.line .margin2x > .xl-9,.line .margin2x > .xl-10,.line .margin2x > .xl-11,.line .margin2x > .xl-12,
.line .margin2x > .xxl-1,.line .margin2x > .xxl-2,.line .margin2x > .xxl-five,.line .margin2x > .xxl-3,.line .margin2x > .xxl-4,.line .margin2x > .xxl-5,.line .margin2x > .xxl-6,.line .margin2x > .xxl-7,.line .margin2x > .xxl-8,.line .margin2x > .xxl-9,.line .margin2x > .xxl-10,.line .margin2x > .xxl-11,.line .margin2x > .xxl-12 {padding:0 1.25rem;}
.line-full-width .margin > .s-1,.line-full-width .margin > .s-2,.line-full-width .margin > .s-five,.line-full-width .margin > .s-3,.line-full-width .margin > .s-4,.line-full-width .margin > .s-5,.line-full-width .margin > .s-6,.line-full-width .margin > .s-7,.line-full-width .margin > .s-8,.line-full-width .margin > .s-9,.line-full-width .margin > .s-10,.line-full-width .margin > .s-11,.line-full-width .margin > .s-12,
.line-full-width .margin > .m-1,.line-full-width .margin > .m-2,.line-full-width .margin > .m-five,.line-full-width .margin > .m-3,.line-full-width .margin > .m-4,.line-full-width .margin > .m-5,.line-full-width .margin > .m-6,.line-full-width .margin > .m-7,.line-full-width .margin > .m-8,.line-full-width .margin > .m-9,.line-full-width .margin > .m-10,.line-full-width .margin > .m-11,.line-full-width .margin > .m-12,
.line-full-width .margin > .l-1,.line-full-width .margin > .l-2,.line-full-width .margin > .l-five,.line-full-width .margin > .l-3,.line-full-width .margin > .l-4,.line-full-width .margin > .l-5,.line-full-width .margin > .l-6,.line-full-width .margin > .l-7,.line-full-width .margin > .l-8,.line-full-width .margin > .l-9,.line-full-width .margin > .l-10,.line-full-width .margin > .l-11,.line-full-width .margin > .l-12,
.line-full-width .margin > .xl-1,.line-full-width .margin > .xl-2,.line-full-width .margin > .xl-five,.line-full-width .margin > .xl-3,.line-full-width .margin > .xl-4,.line-full-width .margin > .xl-5,.line-full-width .margin > .xl-6,.line-full-width .margin > .xl-7,.line-full-width .margin > .xl-8,.line-full-width .margin > .xl-9,.line-full-width .margin > .xl-10,.line-full-width .margin > .xl-11,.line-full-width .margin > .xl-12,
.line-full-width .margin > .xxl-1,.line-full-width .margin > .xxl-2,.line-full-width .margin > .xxl-five,.line-full-width .margin > .xxl-3,.line-full-width .margin > .xxl-4,.line-full-width .margin > .xxl-5,.line-full-width .margin > .xxl-6,.line-full-width .margin > .xxl-7,.line-full-width .margin > .xxl-8,.line-full-width .margin > .xxl-9,.line-full-width .margin > .xxl-10,.line-full-width .margin > .xxl-11,.line-full-width .margin > .xxl-12 {padding:0 0.625rem;}
.line-full-width .margin2x > .s-1,.line-full-width .margin2x > .s-2,.line-full-width .margin2x > .s-five,.line-full-width .margin2x > .s-3,.line-full-width .margin2x > .s-4,.line-full-width .margin2x > .s-5,.line-full-width .margin2x > .s-6,.line-full-width .margin2x > .s-7,.line-full-width .margin2x > .s-8,.line-full-width .margin2x > .s-9,.line-full-width .margin2x > .s-10,.line-full-width .margin2x > .s-11,.line-full-width .margin2x > .s-12,
.line-full-width .margin2x > .m-1,.line-full-width .margin2x > .m-2,.line-full-width .margin2x > .m-five,.line-full-width .margin2x > .m-3,.line-full-width .margin2x > .m-4,.line-full-width .margin2x > .m-5,.line-full-width .margin2x > .m-6,.line-full-width .margin2x > .m-7,.line-full-width .margin2x > .m-8,.line-full-width .margin2x > .m-9,.line-full-width .margin2x > .m-10,.line-full-width .margin2x > .m-11,.line-full-width .margin2x > .m-12,
.line-full-width .margin2x > .l-1,.line-full-width .margin2x > .l-2,.line-full-width .margin2x > .l-five,.line-full-width .margin2x > .l-3,.line-full-width .margin2x > .l-4,.line-full-width .margin2x > .l-5,.line-full-width .margin2x > .l-6,.line-full-width .margin2x > .l-7,.line-full-width .margin2x > .l-8,.line-full-width .margin2x > .l-9,.line-full-width .margin2x > .l-10,.line-full-width .margin2x > .l-11,.line-full-width .margin2x > .l-12,
.line-full-width .margin2x > .xl-1,.line-full-width .margin2x > .xl-2,.line-full-width .margin2x > .xl-five,.line-full-width .margin2x > .xl-3,.line-full-width .margin2x > .xl-4,.line-full-width .margin2x > .xl-5,.line-full-width .margin2x > .xl-6,.line-full-width .margin2x > .xl-7,.line-full-width .margin2x > .xl-8,.line-full-width .margin2x > .xl-9,.line-full-width .margin2x > .xl-10,.line-full-width .margin2x > .xl-11,.line-full-width .margin2x > .xl-12,
.line-full-width .margin2x > .xxl-1,.line-full-width .margin2x > .xxl-2,.line-full-width .margin2x > .xxl-five,.line-full-width .margin2x > .xxl-3,.line-full-width .margin2x > .xxl-4,.line-full-width .margin2x > .xxl-5,.line-full-width .margin2x > .xxl-6,.line-full-width .margin2x > .xxl-7,.line-full-width .margin2x > .xxl-8,.line-full-width .margin2x > .xxl-9,.line-full-width .margin2x > .xxl-10,.line-full-width .margin2x > .xxl-11,.line-full-width .margin2x > .xxl-12 {padding:0 1.25rem;}
.s-1, .grid .s-1.center {width:8.3333%;}
.s-2, .grid .s-2.center {width:16.6666%;}
.s-five {width:20%;}
.s-3, .grid .s-3.center {width:25%;}
.s-4, .grid .s-4.center {width:33.3333%;}
.s-5, .grid .s-5.center {width:41.6666%;}
.s-6, .grid .s-6.center {width:50%;}
.s-7, .grid .s-7.center {width:58.3333%;}
.s-8, .grid .s-8.center {width:66.6666%;}
.s-9, .grid .s-9.center {width:75%;}
.s-10, .grid .s-10.center {width:83.3333%;}
.s-11, .grid .s-11.center {width:91.6666%;}
.s-12, .grid .s-12.center {width:100%}
.grid .s-1 {grid-column:span 1;}
.grid .s-2 {grid-column:span 2;}
.grid .s-3 {grid-column:span 3;}
.grid .s-4 {grid-column:span 4;}
.grid .s-5 {grid-column:span 5;}
.grid .s-6 {grid-column:span 6;}
.grid .s-7 {grid-column:span 7;}
.grid .s-8 {grid-column:span 8;}
.grid .s-9 {grid-column:span 9;}
.grid .s-10 {grid-column:span 10;}
.grid .s-11 {grid-column:span 11;}
.grid .s-12 {grid-column:span 12;}  
.grid .s-row-1 {grid-row:span 1;}
.grid .s-row-2 {grid-row:span 2;}
.grid .s-row-3 {grid-row:span 3;}
.grid .s-row-4 {grid-row:span 4;}
.grid .s-row-5 {grid-row:span 5;}
.grid .s-row-6 {grid-row:span 6;}
.grid .s-row-7 {grid-row:span 7;}
.grid .s-row-8 {grid-row:span 8;}
.grid .s-row-9 {grid-row:span 9;}
.grid .s-row-10 {grid-row:span 10;}
.grid .s-row-11 {grid-row:span 11;}
.grid .s-row-12 {grid-row:span 12;}
.m-1, .grid .m-1.center {width:8.3333%;}
.m-2, .grid .m-2.center {width:16.6666%;}
.m-five {width:20%;}
.m-3, .grid .m-3.center {width:25%;}
.m-4, .grid .m-4.center {width:33.3333%;}
.m-5, .grid .m-5.center {width:41.6666%;}
.m-6, .grid .m-6.center {width:100%;}
.m-7, .grid .m-7.center {width:58.3333%;}
.m-8, .grid .m-8.center {width:66.6666%;}
.m-9, .grid .m-9.center {width:75%;}
.m-10, .grid .m-10.center {width:83.3333%;}
.m-11, .grid .m-11.center {width:91.6666%;}
.m-12, .grid .m-12.center {width:100%}
.grid .m-1 {grid-column:span 1;}
.grid .m-2 {grid-column:span 2;}
.grid .m-3 {grid-column:span 3;}
.grid .m-4 {grid-column:span 4;}
.grid .m-5 {grid-column:span 5;}
.grid .m-6 {grid-column:span 6;}
.grid .m-7 {grid-column:span 7;}
.grid .m-8 {grid-column:span 8;}
.grid .m-9 {grid-column:span 9;}
.grid .m-10 {grid-column:span 10;}
.grid .m-11 {grid-column:span 11;}
.grid .m-12 {grid-column:span 12;} 
.grid .m-row-1 {grid-row:span 1;}
.grid .m-row-2 {grid-row:span 2;}
.grid .m-row-3 {grid-row:span 3;}
.grid .m-row-4 {grid-row:span 4;}
.grid .m-row-5 {grid-row:span 5;}
.grid .m-row-6 {grid-row:span 6;}
.grid .m-row-7 {grid-row:span 7;}
.grid .m-row-8 {grid-row:span 8;}
.grid .m-row-9 {grid-row:span 9;}
.grid .m-row-10 {grid-row:span 10;}
.grid .m-row-11 {grid-row:span 11;}
.grid .m-row-12 {grid-row:span 12;}
.l-1, .grid .l-1.center {width:8.3333%;}
.l-2, .grid .l-2.center {width:16.6666%;}
.l-five {width:20%;}
.l-3, .grid .l-3.center {width:33%;}
.l-4, .grid .l-4.center {width:33.3333%;}
.l-5, .grid .l-5.center {width:41.6666%;}
.l-6, .grid .l-6.center {width:50%;}
.l-7, .grid .l-7.center {width:58.3333%;}
.l-8, .grid .l-8.center {width:66.6666%;}
.l-9, .grid .l-9.center {width:75%;}
.l-10, .grid .l-10.center {width:83.3333%;}
.l-11, .grid .l-11.center {width:91.6666%;}
.l-12, .grid .l-12.center {width:100%}
.grid .l-1 {grid-column:span 1;}
.grid .l-2 {grid-column:span 2;}
.grid .l-3 {grid-column:span 3;}
.grid .l-4 {grid-column:span 4;}
.grid .l-5 {grid-column:span 5;}
.grid .l-6 {grid-column:span 6;}
.grid .l-7 {grid-column:span 7;}
.grid .l-8 {grid-column:span 8;}
.grid .l-9 {grid-column:span 9;}
.grid .l-10 {grid-column:span 10;}
.grid .l-11 {grid-column:span 11;}
.grid .l-12 {grid-column:span 12;} 
.grid .l-row-1 {grid-row:span 1;}
.grid .l-row-2 {grid-row:span 2;}
.grid .l-row-3 {grid-row:span 3;}
.grid .l-row-4 {grid-row:span 4;}
.grid .l-row-5 {grid-row:span 5;}
.grid .l-row-6 {grid-row:span 6;}
.grid .l-row-7 {grid-row:span 7;}
.grid .l-row-8 {grid-row:span 8;}
.grid .l-row-9 {grid-row:span 9;}
.grid .l-row-10 {grid-row:span 10;}
.grid .l-row-11 {grid-row:span 11;}
.grid .l-row-12 {grid-row:span 12;}
.xl-1, .grid .xl-1.center {width:8.3333%;}
.xl-2, .grid .xl-2.center {width:16.6666%;}
.xl-five {width:20%;}
.xl-3, .grid .xl-3.center {width:25%;}
.xl-4, .grid .xl-4.center {width:33.3333%;}
.xl-5, .grid .xl-5.center {width:41.6666%;}
.xl-6, .grid .xl-6.center {width:50%;}
.xl-7, .grid .xl-7.center {width:58.3333%;}
.xl-8, .grid .xl-8.center {width:66.6666%;}
.xl-9, .grid .xl-9.center {width:75%;}
.xl-10, .grid .xl-10.center {width:83.3333%;}
.xl-11, .grid .xl-11.center {width:91.6666%;}
.xl-12, .grid .xl-12.center {width:100%}
.grid .xl-1 {grid-column:span 1;}
.grid .xl-2 {grid-column:span 2;}
.grid .xl-3 {grid-column:span 3;}
.grid .xl-4 {grid-column:span 4;}
.grid .xl-5 {grid-column:span 5;}
.grid .xl-6 {grid-column:span 6;}
.grid .xl-7 {grid-column:span 7;}
.grid .xl-8 {grid-column:span 8;}
.grid .xl-9 {grid-column:span 9;}
.grid .xl-10 {grid-column:span 10;}
.grid .xl-11 {grid-column:span 11;}
.grid .xl-12 {grid-column:span 12;}   
.grid .xl-row-1 {grid-row:span 1;}
.grid .xl-row-2 {grid-row:span 2;}
.grid .xl-row-3 {grid-row:span 3;}
.grid .xl-row-4 {grid-row:span 4;}
.grid .xl-row-5 {grid-row:span 5;}
.grid .xl-row-6 {grid-row:span 6;}
.grid .xl-row-7 {grid-row:span 7;}
.grid .xl-row-8 {grid-row:span 8;}
.grid .xl-row-9 {grid-row:span 9;}
.grid .xl-row-10 {grid-row:span 10;}
.grid .xl-row-11 {grid-row:span 11;}
.grid .xl-row-12 {grid-row:span 12;}
.xxl-1, .grid .xxl-1.center {width:8.3333%;}
.xxl-2, .grid .xxl-2.center {width:16.6666%;}
.xxl-five {width:20%;}
.xxl-3, .grid .xxl-3.center {width:25%;}
.xxl-4, .grid .xxl-4.center {width:33.3333%;}
.xxl-5, .grid .xxl-5.center {width:41.6666%;}
.xxl-6, .grid .xxl-6.center {width:50%;}
.xxl-7, .grid .xxl-7.center {width:58.3333%;}
.xxl-8, .grid .xxl-8.center {width:66.6666%;}
.xxl-9, .grid .xxl-9.center {width:75%;}
.xxl-10, .grid .xxl-10.center {width:83.3333%;}
.xxl-11, .grid .xxl-11.center {width:91.6666%;}
.xxl-12, .grid .xxl-12.center {width:100%}
.grid .xxl-1 {grid-column:span 1;}
.grid .xxl-2 {grid-column:span 2;}
.grid .xxl-3 {grid-column:span 3;}
.grid .xxl-4 {grid-column:span 4;}
.grid .xxl-5 {grid-column:span 5;}
.grid .xxl-6 {grid-column:span 6;}
.grid .xxl-7 {grid-column:span 7;}
.grid .xxl-8 {grid-column:span 8;}
.grid .xxl-9 {grid-column:span 9;}
.grid .xxl-10 {grid-column:span 10;}
.grid .xxl-11 {grid-column:span 11;}
.grid .xxl-12 {grid-column:span 12;}
.grid .xxl-row-1 {grid-row:span 1;}
.grid .xxl-row-2 {grid-row:span 2;}
.grid .xxl-row-3 {grid-row:span 3;}
.grid .xxl-row-4 {grid-row:span 4;}
.grid .xxl-row-5 {grid-row:span 5;}
.grid .xxl-row-6 {grid-row:span 6;}
.grid .xxl-row-7 {grid-row:span 7;}
.grid .xxl-row-8 {grid-row:span 8;}
.grid .xxl-row-9 {grid-row:span 9;}
.grid .xxl-row-10 {grid-row:span 10;}
.grid .xxl-row-11 {grid-row:span 11;}
.grid .xxl-row-12 {grid-row:span 12;}
.right {float:right;}
.left {float:left;} 
@media screen and (max-width:1366px) {
  .hide-xxl,.hide-l,.hide-m,.hide-s {display:initial!important;}
  .hide-xl {display:none!important;}
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:1366px;}
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .xl-offset-1 {margin-left:8.3333%;}
  .xl-offset-2 {margin-left:16.6666%;}
  .xl-offset-five {margin-left:20%;}
  .xl-offset-3 {margin-left:25%;}
  .xl-offset-4 {margin-left:33.3333%;}
  .xl-offset-5 {margin-left:41.6666%;}
  .xl-offset-6 {margin-left:50%;}
  .xl-offset-7 {margin-left:58.3333%;}
  .xl-offset-8 {margin-left:66.6666%;}
  .xl-offset-9 {margin-left:75%;}
  .xl-offset-10 {margin-left:83.3333%;}
  .xl-offset-11 {margin-left:91.6666%;}
  .xl-offset-12 {margin-left:100%;}
  .xxl-order-1,.xxl-order-2,.xxl-order-3,.xxl-order-4,.xxl-order-5,.xxl-order-6,.xxl-order-7,.xxl-order-8,.xxl-order-9,.xxl-order-10,.xxl-order-11,.xxl-order-12,.xxl-order-last {order:initial;} 
  .xl-order-1 {order:-1;}
  .xl-order-2 {order:2;}
  .xl-order-3 {order:3;}
  .xl-order-4 {order:4;}
  .xl-order-5 {order:5;}
  .xl-order-6 {order:6;}
  .xl-order-7 {order:7;}
  .xl-order-8 {order:8;}
  .xl-order-9 {order:9;}
  .xl-order-10 {order:10;}
  .xl-order-11 {order:11;}
  .xl-order-12 {order:12;} 
  .xl-order-last {order:99999999;} 
  .xl-1, .grid .xl-1.center {width:8.3333%;}
  .xl-2, .grid .xl-2.center {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3, .grid .xl-3.center {width:25%;}
  .xl-4, .grid .xl-4.center {width:33.3333%;}
  .xl-5, .grid .xl-5.center {width:41.6666%;}
  .xl-6, .grid .xl-6.center {width:50%;}
  .xl-7, .grid .xl-7.center {width:58.3333%;}
  .xl-8, .grid .xl-8.center {width:66.6666%;}
  .xl-9, .grid .xl-9.center {width:75%;}
  .xl-10, .grid .xl-10.center {width:83.3333%;}
  .xl-11, .grid .xl-11.center {width:91.6666%;}
  .xl-12, .grid .xl-12.center {width:100%}
  .grid .xl-1 {grid-column:span 1;}
  .grid .xl-2 {grid-column:span 2;}
  .grid .xl-3 {grid-column:span 3;}
  .grid .xl-4 {grid-column:span 4;}
  .grid .xl-5 {grid-column:span 5;}
  .grid .xl-6 {grid-column:span 6;}
  .grid .xl-7 {grid-column:span 7;}
  .grid .xl-8 {grid-column:span 8;}
  .grid .xl-9 {grid-column:span 9;}
  .grid .xl-10 {grid-column:span 10;}
  .grid .xl-11 {grid-column:span 11;}
  .grid .xl-12 {grid-column:span 12;}
  .grid .xl-row-1 {grid-row:span 1;}
  .grid .xl-row-2 {grid-row:span 2;}
  .grid .xl-row-3 {grid-row:span 3;}
  .grid .xl-row-4 {grid-row:span 4;}
  .grid .xl-row-5 {grid-row:span 5;}
  .grid .xl-row-6 {grid-row:span 6;}
  .grid .xl-row-7 {grid-row:span 7;}
  .grid .xl-row-8 {grid-row:span 8;}
  .grid .xl-row-9 {grid-row:span 9;}
  .grid .xl-row-10 {grid-row:span 10;}
  .grid .xl-row-11 {grid-row:span 11;}
  .grid .xl-row-12 {grid-row:span 12;}  
}
@media screen and (max-width:1140px) {
  .hide-xxl,.hide-xl,.hide-m,.hide-s {display:initial!important;}
  .hide-l {display:none!important;}
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:1140px;}
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12 {margin-left:0;}
  .l-offset-1 {margin-left:8.3333%;}
  .l-offset-2 {margin-left:16.6666%;}
  .l-offset-five {margin-left:20%;}
  .l-offset-3 {margin-left:25%;}
  .l-offset-4 {margin-left:33.3333%;}
  .l-offset-5 {margin-left:41.6666%;}
  .l-offset-6 {margin-left:50%;}
  .l-offset-7 {margin-left:58.3333%;}
  .l-offset-8 {margin-left:66.6666%;}
  .l-offset-9 {margin-left:75%;}
  .l-offset-10 {margin-left:83.3333%;}
  .l-offset-11 {margin-left:91.6666%;}
  .l-offset-12 {margin-left:100%;}
  .xl-order-1,.xl-order-2,.xl-order-3,.xl-order-4,.xl-order-5,.xl-order-6,.xl-order-7,.xl-order-8,.xl-order-9,.xl-order-10,.xl-order-11,.xl-order-12,.xl-order-last {order:initial;} 
  .l-order-1 {order:-1;}
  .l-order-2 {order:2;}
  .l-order-3 {order:3;}
  .l-order-4 {order:4;}
  .l-order-5 {order:5;}
  .l-order-6 {order:6;}
  .l-order-7 {order:7;}
  .l-order-8 {order:8;}
  .l-order-9 {order:9;}
  .l-order-10 {order:10;}
  .l-order-11 {order:11;}
  .l-order-12 {order:12;} 
  .l-order-last {order:99999999;} 
  .l-1, .grid .l-1.center {width:8.3333%;}
  .l-2, .grid .l-2.center {width:16.6666%;}
  .l-five {width:20%;}
  .l-3, .grid .l-3.center {width:25%;}
  .l-4, .grid .l-4.center {width:33.3333%;}
  .l-5, .grid .l-5.center {width:41.6666%;}
  .l-6, .grid .l-6.center {width:50%;}
  .l-7, .grid .l-7.center {width:58.3333%;}
  .l-8, .grid .l-8.center {width:66.6666%;}
  .l-9, .grid .l-9.center {width:75%;}
  .l-10, .grid .l-10.center {width:83.3333%;}
  .l-11, .grid .l-11.center {width:91.6666%;}
  .l-12, .grid .l-12.center {width:100%}
  .grid .l-1 {grid-column:span 1;}
  .grid .l-2 {grid-column:span 2;}
  .grid .l-3 {grid-column:span 3;}
  .grid .l-4 {grid-column:span 4;}
  .grid .l-5 {grid-column:span 5;}
  .grid .l-6 {grid-column:span 6;}
  .grid .l-7 {grid-column:span 7;}
  .grid .l-8 {grid-column:span 8;}
  .grid .l-9 {grid-column:span 9;}
  .grid .l-10 {grid-column:span 10;}
  .grid .l-11 {grid-column:span 11;}
  .grid .l-12 {grid-column:span 12;}
  .grid .l-row-1 {grid-row:span 1;}
  .grid .l-row-2 {grid-row:span 2;}
  .grid .l-row-3 {grid-row:span 3;}
  .grid .l-row-4 {grid-row:span 4;}
  .grid .l-row-5 {grid-row:span 5;}
  .grid .l-row-6 {grid-row:span 6;}
  .grid .l-row-7 {grid-row:span 7;}
  .grid .l-row-8 {grid-row:span 8;}
  .grid .l-row-9 {grid-row:span 9;}
  .grid .l-row-10 {grid-row:span 10;}
  .grid .l-row-11 {grid-row:span 11;}
  .grid .l-row-12 {grid-row:span 12;}  
}
 
@media screen and (max-width:768px) {
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:768px;}
  .hide-xxl,.hide-xl,.hide-l,.hide-s {display:initial!important;}
  .hide-m {display:none!important;}
  nav {
    display:block;
    cursor:pointer;
    line-height:3;
  }
  .top-nav li a {background:none repeat scroll 0 0 black;}
  .top-nav > ul {
    height:0;
    max-width:100%;
    overflow:hidden;
    position:relative;
    z-index:999;
  }
  .top-nav > ul.show-menu,.aside-nav.minimize-on-small > ul.show-menu {height:auto;}
  .top-nav ul ul {
    left:0;
    margin-top:0;
    position:relative;
    right:0;
  } 
  .top-nav li ul li a {min-width:100%;}
  .top-nav li {
    float:none;
    list-style:none outside none;
    padding:0;
  }
  .top-nav li a {
    color:#fff;
    display:block;
    padding:1.25rem 0.625rem;
    text-align:center;
    text-decoration:none;
  }
  .top-nav li a:hover {
    background:none repeat scroll 0 0 #152732;
    color:#fff;
  }
  .top-nav li ul,.top-nav li ul li ul {
    display:block;  
    overflow:hidden; 
    height:0;   
  } 
  .top-nav > ul ul.show-ul {
    display:block;
    height:auto;  
  }
  .top-nav li ul li a {
    background:none repeat scroll 0 0 #2b4c61;
    padding:0.625rem;
  }
  .top-nav li ul li ul li a { background:none repeat scroll 0 0 #456274;}
  .top-nav {
    position:fixed;
    top:0;
    z-index:10;
    left:-100%;
    width:100%!important;
    bottom:0;
    background: none repeat scroll 0 0 black;
    overflow-y:auto;
    transition:left 0.20s linear 0s;
    -o-transition:left 0.20s linear 0s;
    -ms-transition:left 0.20s linear 0s;
    -moz-transition:left 0.20s linear 0s;
    -webkit-transition:left 0.20s linear 0s;
  }
  body.show-menu {overflow: hidden;}
  .show-menu .top-nav {
    left:0;
    right:60px
  }
  .top-nav > ul {
    height:auto;
    overflow:auto;
    position:relative;
  	top:60px;
  }
  .nav-text {
    color:#fff;
    display:inline-block;
    margin-right:0;
    width:auto;
    position:fixed;
    top:0;
  	left:0;
  	background:none repeat scroll 0 0 #AE0101;
  	height:60px;
  	width:60px;
  	text-align:center;
  	line-height:60px;
  	z-index:50;
  	padding-top:15px;
  }
  .grid.margin2x {grid-column-gap: 20px;}
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12,
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .m-offset-1 {margin-left:8.3333%;}
  .m-offset-2 {margin-left:16.6666%;}
  .m-offset-five {margin-left:20%;}
  .m-offset-3 {margin-left:25%;}
  .m-offset-4 {margin-left:33.3333%;}
  .m-offset-5 {margin-left:41.6666%;}
  .m-offset-6 {margin-left:50%;}
  .m-offset-7 {margin-left:58.3333%;}
  .m-offset-8 {margin-left:66.6666%;}
  .m-offset-9 {margin-left:75%;}
  .m-offset-10 {margin-left:83.3333%;}
  .m-offset-11 {margin-left:91.6666%;}
  .m-offset-12 {margin-left:100%;}
  .l-order-1,.l-order-2,.l-order-3,.l-order-4,.l-order-5,.l-order-6,.l-order-7,.l-order-8,.l-order-9,.l-order-10,.l-order-11,.l-order-12,.l-order-last {order:initial;}   
  .m-order-1 {order:-1;}
  .m-order-2 {order:2;}
  .m-order-3 {order:3;}
  .m-order-4 {order:4;}
  .m-order-5 {order:5;}
  .m-order-6 {order:6;}
  .m-order-7 {order:7;}
  .m-order-8 {order:8;}
  .m-order-9 {order:9;}
  .m-order-10 {order:10;}
  .m-order-11 {order:11;}
  .m-order-12 {order:12;} 
  .m-order-last {order:99999999;} 
  .m-1, .grid .m-1.center {width:8.3333%;}
  .m-2, .grid .m-2.center {width:16.6666%;}
  .m-five {width:20%;}
  .m-3, .grid .m-3.center {width:25%;}
  .m-4, .grid .m-4.center {width:33.3333%;}
  .m-5, .grid .m-5.center {width:41.6666%;}
  .m-6, .grid .m-6.center {width:50%;}
  .m-7, .grid .m-7.center {width:58.3333%;}
  .m-8, .grid .m-8.center {width:66.6666%;}
  .m-9, .grid .m-9.center {width:75%;}
  .m-10, .grid .m-10.center {width:83.3333%;}
  .m-11, .grid .m-11.center {width:91.6666%;}
  .m-12, .grid .m-12.center {width:100%}
  .grid .m-1 {grid-column:span 1;}
  .grid .m-2 {grid-column:span 2;}
  .grid .m-3 {grid-column:span 3;}
  .grid .m-4 {grid-column:span 4;}
  .grid .m-5 {grid-column:span 5;}
  .grid .m-6 {grid-column:span 6;}
  .grid .m-7 {grid-column:span 7;}
  .grid .m-8 {grid-column:span 8;}
  .grid .m-9 {grid-column:span 9;}
  .grid .m-10 {grid-column:span 10;}
  .grid .m-11 {grid-column:span 11;}
  .grid .m-12 {grid-column:span 12;}
  .grid .m-row-1 {grid-row:span 1;}
  .grid .m-row-2 {grid-row:span 2;}
  .grid .m-row-3 {grid-row:span 3;}
  .grid .m-row-4 {grid-row:span 4;}
  .grid .m-row-5 {grid-row:span 5;}
  .grid .m-row-6 {grid-row:span 6;}
  .grid .m-row-7 {grid-row:span 7;}
  .grid .m-row-8 {grid-row:span 8;}
  .grid .m-row-9 {grid-row:span 9;}
  .grid .m-row-10 {grid-row:span 10;}
  .grid .m-row-11 {grid-row:span 11;}
  .grid .m-row-12 {grid-row:span 12;}  
}
@media screen and (max-width:480px) {
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:480px;}
  .aside-nav li a {text-align: center;}
  .minimize-on-small .aside-nav-text {
    background:#152732 none repeat scroll 0 0;
    color:#fff;
    cursor:pointer;
    display:block;
    font-size:1.2rem;
    line-height:3;
    max-width:100%;
    padding-right:0.625rem;
    text-align:center;
    vertical-align:middle;
  }
  .aside-nav-text:after {
    content:"\f008";
    font-family:"mfg";
    font-size:1.1rem;
    margin-left:0.5rem;
    text-align:right;
  }
  .aside-nav.minimize-on-small > ul {
    height:0;
    overflow:hidden;
  }
  .hide-xxl,.hide-xl,.hide-l,.hide-m {display:initial!important;}
  .hide-s {display:none!important;}
  .count-number {margin-right:-1.25rem;} 
  .m-offset-1,.m-offset-2,.m-offset-five,.m-offset-3,.m-offset-4,.m-offset-5,.m-offset-6,.m-offset-7,.m-offset-8,.m-offset-9,.m-offset-10,.m-offset-11,.m-offset-12,
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12,
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .s-offset-1 {margin-left:8.3333%;}
  .s-offset-2 {margin-left:16.6666%;}
  .s-offset-five {margin-left:20%;}
  .s-offset-3 {margin-left:25%;}
  .s-offset-4 {margin-left:33.3333%;}
  .s-offset-5 {margin-left:41.6666%;}
  .s-offset-6 {margin-left:50%;}
  .s-offset-7 {margin-left:58.3333%;}
  .s-offset-8 {margin-left:66.6666%;}
  .s-offset-9 {margin-left:75%;}
  .s-offset-10 {margin-left:83.3333%;}
  .s-offset-11 {margin-left:91.6666%;}
  .s-offset-12 {margin-left:100%;}
  .m-order-1,.m-order-2,.m-order-3,.m-order-4,.m-order-5,.m-order-6,.m-order-7,.m-order-8,.m-order-9,.m-order-10,.m-order-11,.m-order-12,.m-order-last {order:initial;}  
  .s-order-1 {order:-1;}
  .s-order-2 {order:2;}
  .s-order-3 {order:3;}
  .s-order-4 {order:4;}
  .s-order-5 {order:5;}
  .s-order-6 {order:6;}
  .s-order-7 {order:7;}
  .s-order-8 {order:8;}
  .s-order-9 {order:9;}
  .s-order-10 {order:10;}
  .s-order-11 {order:11;}
  .s-order-12 {order:12;} 
  .s-order-last {order:99999999;} 
  .s-1, .grid .s-1.center {width:8.3333%;}
  .s-2, .grid .s-2.center {width:16.6666%;}
  .s-five {width:20%;}
  .s-3, .grid .s-3.center {width:25%;}
  .s-4, .grid .s-4.center {width:33.3333%;}
  .s-5, .grid .s-5.center {width:41.6666%;}
  .s-6, .grid .s-6.center {width:50%;}
  .s-7, .grid .s-7.center {width:58.3333%;}
  .s-8, .grid .s-8.center {width:66.6666%;}
  .s-9, .grid .s-9.center {width:75%;}
  .s-10, .grid .s-10.center {width:83.3333%;}
  .s-11, .grid .s-11.center {width:91.6666%;}
  .s-12, .grid .s-12.center {width:100%}
  .grid .s-1 {grid-column:span 1;}
  .grid .s-2 {grid-column:span 2;}
  .grid .s-3 {grid-column:span 3;}
  .grid .s-4 {grid-column:span 4;}
  .grid .s-5 {grid-column:span 5;}
  .grid .s-6 {grid-column:span 6;}
  .grid .s-7 {grid-column:span 7;}
  .grid .s-8 {grid-column:span 8;}
  .grid .s-9 {grid-column:span 9;}
  .grid .s-10 {grid-column:span 10;}
  .grid .s-11 {grid-column:span 11;}
  .grid .s-12 {grid-column:span 12;}
  .grid .s-row-1 {grid-row:span 1;}
  .grid .s-row-2 {grid-row:span 2;}
  .grid .s-row-3 {grid-row:span 3;}
  .grid .s-row-4 {grid-row:span 4;}
  .grid .s-row-5 {grid-row:span 5;}
  .grid .s-row-6 {grid-row:span 6;}
  .grid .s-row-7 {grid-row:span 7;}
  .grid .s-row-8 {grid-row:span 8;}
  .grid .s-row-9 {grid-row:span 9;}
  .grid .s-row-10 {grid-row:span 10;}
  .grid .s-row-11 {grid-row:span 11;}
  .grid .s-row-12 {grid-row:span 12;}  
}
.grid .s-1,.grid .s-2,.grid .s-five,.grid .s-3,.grid .s-4,.grid .s-5,.grid .s-6,.grid .s-7,.grid .s-8,.grid .s-9,.grid .s-10,.grid .s-11,.grid .s-12,.grid .m-1,.grid .m-2,.grid .m-five,.grid .m-3,.grid .m-4,.grid .m-5,.grid .m-6,.grid .m-7,.grid .m-8,.grid .m-9,.grid .m-10,.grid .m-11,.grid .m-12,.grid .l-1,.grid .l-2,.grid .l-five,.grid .l-3,.grid .l-4,.grid .l-5,.grid .l-6,.grid .l-7,.grid .l-8,.grid .l-9,.grid .l-10,.grid .l-11,.grid .l-12,.grid .xl-1,.grid .xl-2,.grid .xl-five,.grid .xl-3,.grid .xl-4,.grid .xl-5,.grid .xl-6,.grid .xl-7,.grid .xl-8,.grid .xl-9,.grid .xl-10,.grid .xl-11,.grid .xl-12,.grid .xxl-1,.grid .xxl-2,.grid .xxl-five,.grid .xxl-3,.grid .xxl-4,.grid .xxl-5,.grid .xxl-6,.grid .xxl-7,.grid .xxl-8,.grid .xxl-9,.grid .xxl-10,.grid .xxl-11,.grid .xxl-12 {float:none; width:auto;}  
.center {
  float:none;
  margin:0 auto;
  display:block;
}
.grid .center {
  justify-self:center;
  margin:auto;
  grid-column:1 / -1;
}
.grid .grid {
  padding:0;
  width:100%;
}
.item h3{
	color: white;
} | 0.238816 | 0.07024 | 
| 
	html.VirtualKeyboardPopup, body.VirtualKeyboardPopup {
        padding: 0;
        margin: 0;
}
#virtualKeyboard {
        border: 1px solid #b3b3b3;
        background: #ede7ad;
        height: 202px;
        margin: 0;
        padding-right: 2px;
        position: relative;
        visibility: visible !important;
        width: 527px;
}
/*
*  global overrides
*/
#virtualKeyboard * {
        border: 0;
        color: black; 
        cursor: default;
        margin: 0;
        padding: 0;
}
#virtualKeyboard #kbDesk {
        display: block;
        margin: 2px 0px 0 2px;
        padding: 0;
        position: relative;
        font-size: 1px;
        overflow: hidden;
        -moz-user-select: none;
        -khtml-user-select: none;
}
#kbDesk div.kbButton {
        float: left;
        height: 35px;
        overflow: hidden;
        padding: 0 0px 0px 0;
        margin: 0 0 0 0;
        position: relative;
        width: 35px;
        z-index: 2;
}
#kbDesk div.kbButton a {
        background: url(button_set.png) -1px -1px no-repeat;
        display: block;
        height: 100%;
        position: relative;
        text-decoration: none;
        width: 100%;
}
#kbDesk div.kbButtonHover a {
        background-position: -1px -38px;
}
#kbDesk div.kbButtonDown a {
        background-position: -1px -75px;
}
#kbDesk div.kbButton span {
        display: block;
        font-family: Verdana;
        font-size: 11.1pt;
        font-weight: normal;
        overflow: visible;
        text-align: center;
        text-indent: 0;
        white-space: pre;
}
#kbDesk div.kbButton span.title {
        display: none;
}
/**
 *  General definitions for the characters
 */
#kbDesk.modeAlt span.charAlt,
#kbDesk.modeCaps span.charCaps,
#kbDesk.modeNormal span.charNormal,
#kbDesk.modeShift span.charShift,
#kbDesk.modeShiftAlt span.charShiftAlt,
#kbDesk.modeShiftCaps span.charShiftCaps {
        color: black;
        bottom: 4px;
        left: 5px;
        position: absolute;
        right: 0;
}
#kbDesk.modeAlt span.charShiftAlt,
#kbDesk.modeCaps span.charShiftCaps,
#kbDesk.modeNormal span.charAlt,
#kbDesk.modeNormal span.charShift,
#kbDesk.modeShift span.charShiftAlt,
#kbDesk.modeShift span.charShiftCaps {
        color: green;
        font-size: 9pt;
        line-height: 1.1;
        position: absolute;
        left: 9px;
        right: 0;
        top: 3px;
        vertical-align: bottom;
        width: 100%;
        z-index: 1;
}
#kbDesk.modeNormal span.charAlt,
#kbDesk.modeShift span.charShiftAlt {
        color: blue;
        left: -6px;
}
/**
 *  When each char class should be visible
 */
#kbDesk.modeAlt span.hiddenAlt,
#kbDesk.modeAlt span.charCaps,
#kbDesk.modeAlt span.charNormal,
#kbDesk.modeAlt span.charShift,
#kbDesk.modeAlt span.charShiftCaps,
#kbDesk.modeNormal span.charCaps,
#kbDesk.modeNormal span.charShiftAlt,
#kbDesk.modeNormal span.charShiftCaps, 
#kbDesk.modeNormal span.hiddenShift,
#kbDesk.modeShift span.hiddenShift,
#kbDesk.modeShift span.charAlt,
#kbDesk.modeShift span.charCaps,
#kbDesk.modeShift span.charNormal,
#kbDesk.modeShift span.charShiftCaps,
#kbDesk.modeShiftAlt span.charAlt,
#kbDesk.modeShiftAlt span.charCaps,
#kbDesk.modeShiftAlt span.charNormal,
#kbDesk.modeShiftAlt span.charShift,
#kbDesk.modeShiftAlt span.charShiftCaps,
#kbDesk.modeShiftAltCaps span.charAlt,
#kbDesk.modeShiftAltCaps span.charCaps,
#kbDesk.modeShiftAltCaps span.charNormal,
#kbDesk.modeShiftAltCaps span.charShift,
#kbDesk.modeShiftAltCaps span.charShiftAlt,
#kbDesk.modeShiftAltCaps span.charShiftCaps,
#kbDesk.modeShiftCaps span.charAlt,
#kbDesk.modeShiftCaps span.charCaps,
#kbDesk.modeShiftCaps span.charNormal,
#kbDesk.modeShiftCaps span.charShift,
#kbDesk.modeShiftCaps span.charShiftAlt,
#kbDesk.modeCaps span.hiddenCaps,
#kbDesk.modeCaps span.charAlt,
#kbDesk.modeCaps span.charNormal,
#kbDesk.modeCaps span.charShift,
#kbDesk.modeCaps span.charShiftAlt {
        display: none;
}
#kbDesk.modeAlt span.charAlt,
#kbDesk.modeCaps span.charCaps,
#kbDesk.modeNormal span.charNormal,
#kbDesk.modeShift span.charShift,
#kbDesk.modeShiftAlt span.charShiftAlt,
#kbDesk.modeShiftCaps span.charShiftCaps {
        display: block !important;
}
#kbDesk.hoverAlt span.charAlt,
#kbDesk.hoverAlt span.charAltShift,
#kbDesk.hoverShift span.charShift,
#kbDesk.hoverShift span.charShiftCaps {
        font-weight: bold;
}
#kbDesk span.deadKey {
        color: red !important;
}
#kbDesk div#kb_benter {
        margin-top: -35px;
        position: relative;
        float: right;
        height: 70px;
        width: 79px;
        z-index: -1;
}
#kbDesk div#kb_benter[id] {
        z-index: 0;
}
#kbDesk div#kb_benter a {
        background-position: -261px -1px;
}
#kbDesk div#kb_benter.kbButtonHover a {
        background-position: -261px -73px;
}
#kbDesk div#kb_benter.kbButtonDown a {
        background-position: -261px -145px;
}
#kbDesk div#kb_bbackspace a {
        background-position: -38px -112px;
}
#kbDesk div#kb_bbackspace.kbButtonHover a {
        background-position: -38px -149px;
}
#kbDesk div#kb_bbackspace.kbButtonDown a {
        background-position: -38px -186px;
}
#kbDesk div#kb_btab {
        width: 51px;
}
#kbDesk div#kb_btab a {
        background-position: -209px -112px;
}
#kbDesk div#kb_btab.kbButtonHover a {
        background-position: -209px -149px;
}
#kbDesk div#kb_btab.kbButtonDown a {
        background-position: -209px -186px;
}
#kbDesk div#kb_bcaps {
        width: 61px;
}
#kbDesk div#kb_bcaps a {
        background-position: -146px -112px;
}
#kbDesk div#kb_bcaps.kbButtonHover a {
        background-position: -146px -149px;
}
#kbDesk div#kb_bcaps.kbButtonDown a {
        background-position: -146px -186px;
}
#kbDesk div#kb_bshift_left,
#kbDesk div#kb_bshift_right {
        width: 70px;
}
#kbDesk div#kb_bshift_left a,
#kbDesk div#kb_bshift_right a {
        background-position: -75px -112px;
}
#kbDesk div#kb_bshift_left.kbButtonHover a,
#kbDesk div#kb_bshift_right.kbButtonHover a {
        background-position: -75px -149px;
}
#kbDesk div#kb_bshift_left.kbButtonDown a,
#kbDesk div#kb_bshift_right.kbButtonDown a {
        background-position: -75px -186px;
}
#kbDesk div#kb_balt_left,
#kbDesk div#kb_balt_right,
#kbDesk div#kb_bctrl_left,
#kbDesk div#kb_bctrl_right {
        width: 49px;
}
#kbDesk div#kb_balt_left {
        margin-left: 50px;
        position: relative;
        float: left;
        padding-left: 0;
}
#kbDesk div#kb_balt_left a,
#kbDesk div#kb_balt_right a {
        background-position: -342px -1px;
}
#kbDesk div#kb_balt_left.kbButtonHover a,
#kbDesk div#kb_balt_right.kbButtonHover a {
        background-position: -342px -38px;
}
#kbDesk div#kb_balt_left.kbButtonDown a,
#kbDesk div#kb_balt_right.kbButtonDown a {
        background-position: -342px -75px;
}
#kbDesk div#kb_bctrl_right {
        float: right;
}
#kbDesk div#kb_bctrl_left a,
#kbDesk div#kb_bctrl_right a {
        background-position: -342px -112px;
}
#kbDesk div#kb_bctrl_left.kbButtonHover a,
#kbDesk div#kb_bctrl_right.kbButtonHover a {
        background-position: -342px -149px;
}
#kbDesk div#kb_bctrl_left.kbButtonDown a,
#kbDesk div#kb_bctrl_right.kbButtonDown a {
        background-position: -342px -186px;
}
#kbDesk div#kb_bdel a {
        background-position: -1px -112px;
}
#kbDesk div#kb_bdel.kbButtonHover a {
        background-position: -1px -149px;
}
#kbDesk div#kb_bdel.kbButtonDown a {
        background-position: -1px -186px;
}
#kbDesk div#kb_bspace {
        width: 222px;
}
#kbDesk div#kb_bspace a {
        background-position: -37px -1px;
}
#kbDesk div#kb_bspace.kbButtonHover a {
        background-position: -37px -38px;
}
#kbDesk div#kb_bspace.kbButtonDown a {
        background-position: -37px -75px;
}
#virtualKeyboard select#kb_langselector,
#virtualKeyboard select#kb_mappingselector {
        border: 1px solid black;
        bottom: 2px;
        position: absolute;
        left: 402px;
        width: 125px;
}
#virtualKeyboard select#kb_mappingselector {
        left: 275px;
}
#virtualKeyboard select,
#virtualKeyboard select option {
        background: #fff;
        font-family: Arial, Tahoma, Verdana sans-serif;
        font-size: 11px;
}
#virtualKeyboard select optgroup option {
        padding-left: 20px;
}
#virtualKeyboard #copyrights {
        bottom: 4px;
        color: #6f737a;
        font-family: tahoma, verdana, arial;
        font-size: 9px;
        left: 4px;
        line-height: normal;
        position: absolute;
}
#virtualKeyboard #copyrights a {
        font-size: 9px;
        color: #6f737a;
        cursor: default;
        outline: 0;
}
/**
 *
 *  Styles for the IME field
 *
 */
#VirtualKeyboardIME {
   background: #fff;
   border: 0;
   position: absolute;
   z-index: 2;
}
#VirtualKeyboardIME div {
   font-size: 11px;
}
#VirtualKeyboardIME table,
#VirtualKeyboardIME table td {
   border: 0;
   border-collapse: collapse;
   margin: 0;
   padding: 0;
   text-align: right;
   white-space: nowrap;
}
#VirtualKeyboardIME table td.IMEContent table {
   height: 20px;
}
#VirtualKeyboardIME table td.IMEContent table tr,
#VirtualKeyboardIME table td.IMEContent table td {
   height: 100%;
   padding: 0;
}
#VirtualKeyboardIME table td.IMEControl {
   border: 1px solid #000;
   padding: 1px;
   vertical-align: middle;
}
#VirtualKeyboardIME td.IMEContent {
   border: 1px solid #333;
   border-top: 0;
   border-bottom: 0;
   overflow: auto;
   padding: 0;
   white-space: nowrap;
}
#VirtualKeyboardIME td.IMEContent a {
   color: #000;
   display: block;
   height: 100%;
   text-decoration: none;
}
#VirtualKeyboardIME td.IMEContent a:hover {
   background-color: #ececec;
}
#VirtualKeyboardIME div.left,
#VirtualKeyboardIME div.right {
   border-bottom: 10px solid #fff;
   border-top: 10px solid #fff;
   font-size: 1px;
   overflow: hidden;
}
#VirtualKeyboardIME div.left {
   border-left: 0px solid #000;
   border-right: 10px solid #000;
}
#VirtualKeyboardIME div.right {
   border-left: 10px solid #000;
   border-right: 0px solid #000;
}
#VirtualKeyboardIME td.IMEInfo {
   height: 13px;
   vertical-align: middle;
}
#VirtualKeyboardIME td.IMEInfo div {
   position: relative;
   width: 100%;
}
#VirtualKeyboardIME td.IMEInfo div.showAll div.arrow,
#VirtualKeyboardIME td.IMEInfo div.showPage div.arrow {
   border-left: 10px solid #fff;
   border-right: 10px solid #fff;
   top: 2px;
   left: 50%;
   margin-left: -10px;
   overflow: hidden;
   position: absolute;
   height: 0;
   width: 0;
}
#VirtualKeyboardIME td.IMEInfo div.showAll div.arrow {
   border-bottom: 0px solid #000;
   border-top: 10px solid #000;
}
#VirtualKeyboardIME td.IMEInfo div.showPage div.arrow {
   border-bottom: 10px solid #000;
   border-top: 0px solid #000;
}
#VirtualKeyboardIME td.IMEInfo div.IMEPageCounter {
   float: left;
   width: auto;
}
/************************************
* Progressbar styling
*/
#virtualKeyboard div.progressbar {
        background: url(button_set.png) 0 1000px no-repeat;
        color: #666;
        font-family: Verdana, Tahoma;
        font-size: 120px;
        font-weight: bold;
        position: relative;
        text-align: center;
        top: 10%;
        width: 100%;
}
#virtualKeyboard div.loaderror {
        color: #a22 !important;
}
/************************************
* Place for the locale-dependent styles
* overload fonts here
*
* Language-dependend class name is equal to uppercased language domain code (ZH in zh-CN)
*/
#virtualKeyboard.ZH div.kbButton span {
        font-family: MingLiU, SimSun, "Arial Unicode MS";
        font-size: 8pt;
}
#virtualKeyboard.ZH span.charAlt,
#virtualKeyboard.ZH span.charShift {
        font-size: 7.5pt;
}
#VirtualKeyboardIME.ZH td.IMEContent {
        font-family: SimSun, "Arial Unicode MS";
        font-size: 16px;
}
/**
 *  Settings for Tamil group
 */
#virtualKeyboard.TA #kbDesk div.kbButton span {
        bottom: 2px !important;
        font-size: 10.5pt;
        left: -4px !important;
}
#virtualKeyboard.TA #kbDesk.modeAlt span.charShiftAlt,
#virtualKeyboard.TA #kbDesk.modeCaps span.charShiftCaps,
#virtualKeyboard.TA #kbDesk.modeNormal span.charAlt,
#virtualKeyboard.TA #kbDesk.modeNormal span.charShift,
#virtualKeyboard.TA #kbDesk.modeShift span.charShiftAlt,
#virtualKeyboard.TA #kbDesk.modeShift span.charShiftCaps {
        font-size: 7.5pt !important;
        left: 7px !important;
}
#virtualKeyboard.TA #kbDesk.modeNormal span.charAlt,
#virtualKeyboard.TA #kbDesk.modeShift span.charShiftAlt {
        left: -13px !important;
}
/**
 *  Settings for Khmer group
 */
#virtualKeyboard.KM #kbDesk div.kbButton span {
        bottom: -4px !important;
        font-family: Code2000, "Arial Unicode MS";
        font-size: 17pt;
        left: -10px !important;
        top: auto !important;
}
#virtualKeyboard.KM #kbDesk.modeAlt span.charShiftAlt,
#virtualKeyboard.KM #kbDesk.modeCaps span.charShiftCaps,
#virtualKeyboard.KM #kbDesk.modeNormal span.charAlt,
#virtualKeyboard.KM #kbDesk.modeNormal span.charShift,
#virtualKeyboard.KM #kbDesk.modeShift span.charShiftAlt,
#virtualKeyboard.KM #kbDesk.modeShift span.charShiftCaps {
        bottom: 20px !important;
        font-size: 9pt !important;
        left: 12px !important;
}
#virtualKeyboard.KM #kbDesk.modeNormal span.charAlt,
#virtualKeyboard.KM #kbDesk.modeShift span.charShiftAlt {
        left: -12px !important;
} | 
	css/goldie/keyboard.css | 
	html.VirtualKeyboardPopup, body.VirtualKeyboardPopup {
        padding: 0;
        margin: 0;
}
#virtualKeyboard {
        border: 1px solid #b3b3b3;
        background: #ede7ad;
        height: 202px;
        margin: 0;
        padding-right: 2px;
        position: relative;
        visibility: visible !important;
        width: 527px;
}
/*
*  global overrides
*/
#virtualKeyboard * {
        border: 0;
        color: black; 
        cursor: default;
        margin: 0;
        padding: 0;
}
#virtualKeyboard #kbDesk {
        display: block;
        margin: 2px 0px 0 2px;
        padding: 0;
        position: relative;
        font-size: 1px;
        overflow: hidden;
        -moz-user-select: none;
        -khtml-user-select: none;
}
#kbDesk div.kbButton {
        float: left;
        height: 35px;
        overflow: hidden;
        padding: 0 0px 0px 0;
        margin: 0 0 0 0;
        position: relative;
        width: 35px;
        z-index: 2;
}
#kbDesk div.kbButton a {
        background: url(button_set.png) -1px -1px no-repeat;
        display: block;
        height: 100%;
        position: relative;
        text-decoration: none;
        width: 100%;
}
#kbDesk div.kbButtonHover a {
        background-position: -1px -38px;
}
#kbDesk div.kbButtonDown a {
        background-position: -1px -75px;
}
#kbDesk div.kbButton span {
        display: block;
        font-family: Verdana;
        font-size: 11.1pt;
        font-weight: normal;
        overflow: visible;
        text-align: center;
        text-indent: 0;
        white-space: pre;
}
#kbDesk div.kbButton span.title {
        display: none;
}
/**
 *  General definitions for the characters
 */
#kbDesk.modeAlt span.charAlt,
#kbDesk.modeCaps span.charCaps,
#kbDesk.modeNormal span.charNormal,
#kbDesk.modeShift span.charShift,
#kbDesk.modeShiftAlt span.charShiftAlt,
#kbDesk.modeShiftCaps span.charShiftCaps {
        color: black;
        bottom: 4px;
        left: 5px;
        position: absolute;
        right: 0;
}
#kbDesk.modeAlt span.charShiftAlt,
#kbDesk.modeCaps span.charShiftCaps,
#kbDesk.modeNormal span.charAlt,
#kbDesk.modeNormal span.charShift,
#kbDesk.modeShift span.charShiftAlt,
#kbDesk.modeShift span.charShiftCaps {
        color: green;
        font-size: 9pt;
        line-height: 1.1;
        position: absolute;
        left: 9px;
        right: 0;
        top: 3px;
        vertical-align: bottom;
        width: 100%;
        z-index: 1;
}
#kbDesk.modeNormal span.charAlt,
#kbDesk.modeShift span.charShiftAlt {
        color: blue;
        left: -6px;
}
/**
 *  When each char class should be visible
 */
#kbDesk.modeAlt span.hiddenAlt,
#kbDesk.modeAlt span.charCaps,
#kbDesk.modeAlt span.charNormal,
#kbDesk.modeAlt span.charShift,
#kbDesk.modeAlt span.charShiftCaps,
#kbDesk.modeNormal span.charCaps,
#kbDesk.modeNormal span.charShiftAlt,
#kbDesk.modeNormal span.charShiftCaps, 
#kbDesk.modeNormal span.hiddenShift,
#kbDesk.modeShift span.hiddenShift,
#kbDesk.modeShift span.charAlt,
#kbDesk.modeShift span.charCaps,
#kbDesk.modeShift span.charNormal,
#kbDesk.modeShift span.charShiftCaps,
#kbDesk.modeShiftAlt span.charAlt,
#kbDesk.modeShiftAlt span.charCaps,
#kbDesk.modeShiftAlt span.charNormal,
#kbDesk.modeShiftAlt span.charShift,
#kbDesk.modeShiftAlt span.charShiftCaps,
#kbDesk.modeShiftAltCaps span.charAlt,
#kbDesk.modeShiftAltCaps span.charCaps,
#kbDesk.modeShiftAltCaps span.charNormal,
#kbDesk.modeShiftAltCaps span.charShift,
#kbDesk.modeShiftAltCaps span.charShiftAlt,
#kbDesk.modeShiftAltCaps span.charShiftCaps,
#kbDesk.modeShiftCaps span.charAlt,
#kbDesk.modeShiftCaps span.charCaps,
#kbDesk.modeShiftCaps span.charNormal,
#kbDesk.modeShiftCaps span.charShift,
#kbDesk.modeShiftCaps span.charShiftAlt,
#kbDesk.modeCaps span.hiddenCaps,
#kbDesk.modeCaps span.charAlt,
#kbDesk.modeCaps span.charNormal,
#kbDesk.modeCaps span.charShift,
#kbDesk.modeCaps span.charShiftAlt {
        display: none;
}
#kbDesk.modeAlt span.charAlt,
#kbDesk.modeCaps span.charCaps,
#kbDesk.modeNormal span.charNormal,
#kbDesk.modeShift span.charShift,
#kbDesk.modeShiftAlt span.charShiftAlt,
#kbDesk.modeShiftCaps span.charShiftCaps {
        display: block !important;
}
#kbDesk.hoverAlt span.charAlt,
#kbDesk.hoverAlt span.charAltShift,
#kbDesk.hoverShift span.charShift,
#kbDesk.hoverShift span.charShiftCaps {
        font-weight: bold;
}
#kbDesk span.deadKey {
        color: red !important;
}
#kbDesk div#kb_benter {
        margin-top: -35px;
        position: relative;
        float: right;
        height: 70px;
        width: 79px;
        z-index: -1;
}
#kbDesk div#kb_benter[id] {
        z-index: 0;
}
#kbDesk div#kb_benter a {
        background-position: -261px -1px;
}
#kbDesk div#kb_benter.kbButtonHover a {
        background-position: -261px -73px;
}
#kbDesk div#kb_benter.kbButtonDown a {
        background-position: -261px -145px;
}
#kbDesk div#kb_bbackspace a {
        background-position: -38px -112px;
}
#kbDesk div#kb_bbackspace.kbButtonHover a {
        background-position: -38px -149px;
}
#kbDesk div#kb_bbackspace.kbButtonDown a {
        background-position: -38px -186px;
}
#kbDesk div#kb_btab {
        width: 51px;
}
#kbDesk div#kb_btab a {
        background-position: -209px -112px;
}
#kbDesk div#kb_btab.kbButtonHover a {
        background-position: -209px -149px;
}
#kbDesk div#kb_btab.kbButtonDown a {
        background-position: -209px -186px;
}
#kbDesk div#kb_bcaps {
        width: 61px;
}
#kbDesk div#kb_bcaps a {
        background-position: -146px -112px;
}
#kbDesk div#kb_bcaps.kbButtonHover a {
        background-position: -146px -149px;
}
#kbDesk div#kb_bcaps.kbButtonDown a {
        background-position: -146px -186px;
}
#kbDesk div#kb_bshift_left,
#kbDesk div#kb_bshift_right {
        width: 70px;
}
#kbDesk div#kb_bshift_left a,
#kbDesk div#kb_bshift_right a {
        background-position: -75px -112px;
}
#kbDesk div#kb_bshift_left.kbButtonHover a,
#kbDesk div#kb_bshift_right.kbButtonHover a {
        background-position: -75px -149px;
}
#kbDesk div#kb_bshift_left.kbButtonDown a,
#kbDesk div#kb_bshift_right.kbButtonDown a {
        background-position: -75px -186px;
}
#kbDesk div#kb_balt_left,
#kbDesk div#kb_balt_right,
#kbDesk div#kb_bctrl_left,
#kbDesk div#kb_bctrl_right {
        width: 49px;
}
#kbDesk div#kb_balt_left {
        margin-left: 50px;
        position: relative;
        float: left;
        padding-left: 0;
}
#kbDesk div#kb_balt_left a,
#kbDesk div#kb_balt_right a {
        background-position: -342px -1px;
}
#kbDesk div#kb_balt_left.kbButtonHover a,
#kbDesk div#kb_balt_right.kbButtonHover a {
        background-position: -342px -38px;
}
#kbDesk div#kb_balt_left.kbButtonDown a,
#kbDesk div#kb_balt_right.kbButtonDown a {
        background-position: -342px -75px;
}
#kbDesk div#kb_bctrl_right {
        float: right;
}
#kbDesk div#kb_bctrl_left a,
#kbDesk div#kb_bctrl_right a {
        background-position: -342px -112px;
}
#kbDesk div#kb_bctrl_left.kbButtonHover a,
#kbDesk div#kb_bctrl_right.kbButtonHover a {
        background-position: -342px -149px;
}
#kbDesk div#kb_bctrl_left.kbButtonDown a,
#kbDesk div#kb_bctrl_right.kbButtonDown a {
        background-position: -342px -186px;
}
#kbDesk div#kb_bdel a {
        background-position: -1px -112px;
}
#kbDesk div#kb_bdel.kbButtonHover a {
        background-position: -1px -149px;
}
#kbDesk div#kb_bdel.kbButtonDown a {
        background-position: -1px -186px;
}
#kbDesk div#kb_bspace {
        width: 222px;
}
#kbDesk div#kb_bspace a {
        background-position: -37px -1px;
}
#kbDesk div#kb_bspace.kbButtonHover a {
        background-position: -37px -38px;
}
#kbDesk div#kb_bspace.kbButtonDown a {
        background-position: -37px -75px;
}
#virtualKeyboard select#kb_langselector,
#virtualKeyboard select#kb_mappingselector {
        border: 1px solid black;
        bottom: 2px;
        position: absolute;
        left: 402px;
        width: 125px;
}
#virtualKeyboard select#kb_mappingselector {
        left: 275px;
}
#virtualKeyboard select,
#virtualKeyboard select option {
        background: #fff;
        font-family: Arial, Tahoma, Verdana sans-serif;
        font-size: 11px;
}
#virtualKeyboard select optgroup option {
        padding-left: 20px;
}
#virtualKeyboard #copyrights {
        bottom: 4px;
        color: #6f737a;
        font-family: tahoma, verdana, arial;
        font-size: 9px;
        left: 4px;
        line-height: normal;
        position: absolute;
}
#virtualKeyboard #copyrights a {
        font-size: 9px;
        color: #6f737a;
        cursor: default;
        outline: 0;
}
/**
 *
 *  Styles for the IME field
 *
 */
#VirtualKeyboardIME {
   background: #fff;
   border: 0;
   position: absolute;
   z-index: 2;
}
#VirtualKeyboardIME div {
   font-size: 11px;
}
#VirtualKeyboardIME table,
#VirtualKeyboardIME table td {
   border: 0;
   border-collapse: collapse;
   margin: 0;
   padding: 0;
   text-align: right;
   white-space: nowrap;
}
#VirtualKeyboardIME table td.IMEContent table {
   height: 20px;
}
#VirtualKeyboardIME table td.IMEContent table tr,
#VirtualKeyboardIME table td.IMEContent table td {
   height: 100%;
   padding: 0;
}
#VirtualKeyboardIME table td.IMEControl {
   border: 1px solid #000;
   padding: 1px;
   vertical-align: middle;
}
#VirtualKeyboardIME td.IMEContent {
   border: 1px solid #333;
   border-top: 0;
   border-bottom: 0;
   overflow: auto;
   padding: 0;
   white-space: nowrap;
}
#VirtualKeyboardIME td.IMEContent a {
   color: #000;
   display: block;
   height: 100%;
   text-decoration: none;
}
#VirtualKeyboardIME td.IMEContent a:hover {
   background-color: #ececec;
}
#VirtualKeyboardIME div.left,
#VirtualKeyboardIME div.right {
   border-bottom: 10px solid #fff;
   border-top: 10px solid #fff;
   font-size: 1px;
   overflow: hidden;
}
#VirtualKeyboardIME div.left {
   border-left: 0px solid #000;
   border-right: 10px solid #000;
}
#VirtualKeyboardIME div.right {
   border-left: 10px solid #000;
   border-right: 0px solid #000;
}
#VirtualKeyboardIME td.IMEInfo {
   height: 13px;
   vertical-align: middle;
}
#VirtualKeyboardIME td.IMEInfo div {
   position: relative;
   width: 100%;
}
#VirtualKeyboardIME td.IMEInfo div.showAll div.arrow,
#VirtualKeyboardIME td.IMEInfo div.showPage div.arrow {
   border-left: 10px solid #fff;
   border-right: 10px solid #fff;
   top: 2px;
   left: 50%;
   margin-left: -10px;
   overflow: hidden;
   position: absolute;
   height: 0;
   width: 0;
}
#VirtualKeyboardIME td.IMEInfo div.showAll div.arrow {
   border-bottom: 0px solid #000;
   border-top: 10px solid #000;
}
#VirtualKeyboardIME td.IMEInfo div.showPage div.arrow {
   border-bottom: 10px solid #000;
   border-top: 0px solid #000;
}
#VirtualKeyboardIME td.IMEInfo div.IMEPageCounter {
   float: left;
   width: auto;
}
/************************************
* Progressbar styling
*/
#virtualKeyboard div.progressbar {
        background: url(button_set.png) 0 1000px no-repeat;
        color: #666;
        font-family: Verdana, Tahoma;
        font-size: 120px;
        font-weight: bold;
        position: relative;
        text-align: center;
        top: 10%;
        width: 100%;
}
#virtualKeyboard div.loaderror {
        color: #a22 !important;
}
/************************************
* Place for the locale-dependent styles
* overload fonts here
*
* Language-dependend class name is equal to uppercased language domain code (ZH in zh-CN)
*/
#virtualKeyboard.ZH div.kbButton span {
        font-family: MingLiU, SimSun, "Arial Unicode MS";
        font-size: 8pt;
}
#virtualKeyboard.ZH span.charAlt,
#virtualKeyboard.ZH span.charShift {
        font-size: 7.5pt;
}
#VirtualKeyboardIME.ZH td.IMEContent {
        font-family: SimSun, "Arial Unicode MS";
        font-size: 16px;
}
/**
 *  Settings for Tamil group
 */
#virtualKeyboard.TA #kbDesk div.kbButton span {
        bottom: 2px !important;
        font-size: 10.5pt;
        left: -4px !important;
}
#virtualKeyboard.TA #kbDesk.modeAlt span.charShiftAlt,
#virtualKeyboard.TA #kbDesk.modeCaps span.charShiftCaps,
#virtualKeyboard.TA #kbDesk.modeNormal span.charAlt,
#virtualKeyboard.TA #kbDesk.modeNormal span.charShift,
#virtualKeyboard.TA #kbDesk.modeShift span.charShiftAlt,
#virtualKeyboard.TA #kbDesk.modeShift span.charShiftCaps {
        font-size: 7.5pt !important;
        left: 7px !important;
}
#virtualKeyboard.TA #kbDesk.modeNormal span.charAlt,
#virtualKeyboard.TA #kbDesk.modeShift span.charShiftAlt {
        left: -13px !important;
}
/**
 *  Settings for Khmer group
 */
#virtualKeyboard.KM #kbDesk div.kbButton span {
        bottom: -4px !important;
        font-family: Code2000, "Arial Unicode MS";
        font-size: 17pt;
        left: -10px !important;
        top: auto !important;
}
#virtualKeyboard.KM #kbDesk.modeAlt span.charShiftAlt,
#virtualKeyboard.KM #kbDesk.modeCaps span.charShiftCaps,
#virtualKeyboard.KM #kbDesk.modeNormal span.charAlt,
#virtualKeyboard.KM #kbDesk.modeNormal span.charShift,
#virtualKeyboard.KM #kbDesk.modeShift span.charShiftAlt,
#virtualKeyboard.KM #kbDesk.modeShift span.charShiftCaps {
        bottom: 20px !important;
        font-size: 9pt !important;
        left: 12px !important;
}
#virtualKeyboard.KM #kbDesk.modeNormal span.charAlt,
#virtualKeyboard.KM #kbDesk.modeShift span.charShiftAlt {
        left: -12px !important;
} | 0.408277 | 0.047272 | 
| 
	@charset "ISO-8859-1";
/*img.logo{
	height: 30px;
	width: 30px;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 15px;
}
ul.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}
li.menuItem{
	float: left;
}
li.menuItem a{
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li.menuItem a:hover{
	background-color: #ddd;
}
body{	
	margin: 0;
	background: -moz-radial-gradient(50% 50%, #000000, #5471f0); 
	background: -webkit-radial-gradient(50% 50%, #000000, #5471f0); 
	background: -o-radial-gradient(50% 50%, #000000, #5471f0); 
	background: -ms-radial-gradient(50% 50%, #000000, #5471f0); 
	background: radial-gradient(50% 50%, #000000, #5471f0);
}
*/
.misOfertas{
	margin-left: 40%;
	/*margin-right: 40%;
	background-color: rgba(165,165,165,0.7);
	text-align: center;
	border: 2px solid black;*/
	color: #fff;
	height: 20%;
	width: 20%
}
img#imgOferta{
    margin-top: 7%;
    width: 50%;
    border-radius: 7px;
    height: 100%;
    float: left;
}
.infoOferta{
	float:left;
	margin-left: 15%;
	font-size: 20px;
}
.descripcion{
	margin-left:5%;
	font-size:28px;
	
}
.offerDescription{
	font-size: 14px;
	min-height: 200px;
}
#nombreoferta{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}
.oferta{
	overflow: auto;
	/*background: rgba(255,255,255,0.5);*/
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 7px;
	height: 100%;
	width:50%;
}
.fullOffer{
	background: #fff;
	margin-top: 10px;
	margin-left: 2%;
	margin-bottom: 10px;
	margin-right: 2%;
	border-radius: 7px;
	border: 2px solid black;	
	width: 96%;
}
/*Statistics*/
#statistics{
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	heigth: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
}
.statistics-content{
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #8c8cd9;
	background-color: #fefefe;
	width: 80%;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s;
}
.close{
	color: black;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus{
	color: grey;
	text-decoration: none;
	cursor: pointer;
}
.statistics-header{
	padding: 2px 16px;
	background-color: #3498db;
	color: white;
}
.statistics-body{
	padding: 2px 16px;
}
@-webkit-keyframes slideIn{
	from bottom: -300px; opacity: 0}
	to {bottom: 0; opacity: 1}	
}
@keyframes slideIn{
	from {bottom: -300px; opacity: 0}
	to {bottom: 0; opacity: 1}
}
@-webkit-keyframes fadeIn {
	from {opacity: 0}
	to {opacity: 1}
}
@keyframes fadeIn{
	from {opacity: 0}
	to {opacity: 1}
} | 
	PracticaDAD/src/main/resources/static/styles/misOfertasStyle.css | 
	@charset "ISO-8859-1";
/*img.logo{
	height: 30px;
	width: 30px;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 15px;
}
ul.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}
li.menuItem{
	float: left;
}
li.menuItem a{
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li.menuItem a:hover{
	background-color: #ddd;
}
body{	
	margin: 0;
	background: -moz-radial-gradient(50% 50%, #000000, #5471f0); 
	background: -webkit-radial-gradient(50% 50%, #000000, #5471f0); 
	background: -o-radial-gradient(50% 50%, #000000, #5471f0); 
	background: -ms-radial-gradient(50% 50%, #000000, #5471f0); 
	background: radial-gradient(50% 50%, #000000, #5471f0);
}
*/
.misOfertas{
	margin-left: 40%;
	/*margin-right: 40%;
	background-color: rgba(165,165,165,0.7);
	text-align: center;
	border: 2px solid black;*/
	color: #fff;
	height: 20%;
	width: 20%
}
img#imgOferta{
    margin-top: 7%;
    width: 50%;
    border-radius: 7px;
    height: 100%;
    float: left;
}
.infoOferta{
	float:left;
	margin-left: 15%;
	font-size: 20px;
}
.descripcion{
	margin-left:5%;
	font-size:28px;
	
}
.offerDescription{
	font-size: 14px;
	min-height: 200px;
}
#nombreoferta{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}
.oferta{
	overflow: auto;
	/*background: rgba(255,255,255,0.5);*/
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 7px;
	height: 100%;
	width:50%;
}
.fullOffer{
	background: #fff;
	margin-top: 10px;
	margin-left: 2%;
	margin-bottom: 10px;
	margin-right: 2%;
	border-radius: 7px;
	border: 2px solid black;	
	width: 96%;
}
/*Statistics*/
#statistics{
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	heigth: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
}
.statistics-content{
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #8c8cd9;
	background-color: #fefefe;
	width: 80%;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s;
}
.close{
	color: black;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus{
	color: grey;
	text-decoration: none;
	cursor: pointer;
}
.statistics-header{
	padding: 2px 16px;
	background-color: #3498db;
	color: white;
}
.statistics-body{
	padding: 2px 16px;
}
@-webkit-keyframes slideIn{
	from bottom: -300px; opacity: 0}
	to {bottom: 0; opacity: 1}	
}
@keyframes slideIn{
	from {bottom: -300px; opacity: 0}
	to {bottom: 0; opacity: 1}
}
@-webkit-keyframes fadeIn {
	from {opacity: 0}
	to {opacity: 1}
}
@keyframes fadeIn{
	from {opacity: 0}
	to {opacity: 1}
} | 0.364551 | 0.063802 | 
| 
	/* label */
body {
    color: #666;
    font: 16px/26px "Raleway", sans-serif;
    text-align: center;
    height: auto;
    margin: 0;
}
/* id */
#content {
    height:100vmin;
    width:100%;
    margin: 0;
    overflow: hidden;
}
#welcome {
    position:absolute;
    background: -moz-linear-gradient(270deg, rgba(238,130,238,1) 0%, rgba(148,0,211,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238,130,238,1)), color-stop(100%, rgba(148,0,211,1)));
    background: -webkit-linear-gradient(270deg, rgba(238,130,238,1) 0%, rgba(148,0,211,1) 100%);
    background: linear-gradient(150deg, rgba(238,130,238,1) 0%, rgba(148,0,211,1) 100%);
    height: 100vmin;
    width: 60%;
}
#welcome p {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-family: fantasy;
    margin: 15% 0 0 0;
}
#user {
    height: 100vmin;
    margin-left:60%;
    text-align: left;
    background-color: rgba(47,46,54,0.8);
}
#user input {
    position: relative;
    top: 10%;
    left: 20%;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid rgba(192,192,192,0.3);
    width: 50%;
    height: 5%;
    font-size:18px;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
#user-button {
    position: relative;
    top:10%;
    left: 20%;
    border-radius: 20px;
    background-color: rgba(30,144,255,0.6);
    border: none;
    color:aliceblue;
    padding: 5px 18px 5px 18px;
    margin:15px 0 0 0 ;
}
#user input:focus, button:focus {
    outline: none;
}
#click {
    width: 35%;
    border-radius: 30px;
    background-color: rgba(81,195,184,0.3);
    border: none;
    color:rgba(255,250,250,0.5);
    padding: 5px 18px 5px 18px;
    margin:20% 10% 0 5% ;
    font-size: 20px;   
}
#click span {
    border-bottom: 1px solid rgba(102, 255, 0, 0.8); 
}   
#unclick {
    width: 35%;
    border-radius: 30px;
    background-color: rgba(81,195,184,1);
    border: none;
    color:rgba(255,250,250,1);
    padding: 5px 18px 5px 18px;
    margin:20% 10% 0 5% ;
    font-size: 20px;
}
#intro {
    width: 80%;
    margin: 10% auto 0 auto;
}
#intro p {
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-family: serif;
    font-size: 20px;
}
#identify {
    position: absolute;
    width: 300px;
    height: 100vmin;
    text-align: center;
    background: -moz-linear-gradient(270deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(42,46,54,1)), color-stop(100%, rgba(97,107,125,1)));
    background: -webkit-linear-gradient(240deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%);
    background: linear-gradient(60deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%);
}
#identify input {
    background-color: rgba(192, 192, 192, 0.3);
    border-radius: 15px 0 0 15px;
    border:none;
    margin: 5% -5px 0 0;
    padding: 1px 0 1px 20px;
    height: 30px;
    width: 60%;
}
#identify button {
    border-radius: 0 15px 15px 0;
    background-color: rgba(30,144,255,0.6);
    border:  none;
    margin: 5% 0 0 0;
    height: 32px;
    width: 20%;
    padding: 0;
}
#identify input:focus, button:focus {
    outline: none;
}
#create {
    height: 100vmin;
    margin: 0 0 0 300px;
    background: -moz-linear-gradient(270deg, rgba(148,0,211,1) 0%, rgba(238,130,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(148,0,211,1)), color-stop(100%, rgba(148,0,211,1)));
    background: -webkit-linear-gradient(270deg, rgba(148,0,211,1) 0%, rgba(238,130,238,1) 100%);
    background: linear-gradient(150deg, rgba(148,0,211,1) 0%, rgba(238,130,238,1) 100%);
}
#create-form {
    position: relative;
    top: 10%;
    left: 15%;
    background-color: rgba(255, 250, 250, 0.4);
    border-radius: 30px;
    width: 70%;
    height: 80%;
    text-align: center;
}
#create-p {
    position: relative;
    top: 5%;
    left: 5%;
    text-align: left;
    margin: 0;
    font-size: 30px; 
}
#create input {
    position: relative;
    border-radius: 10px 10px 0 0;
    border: none;
    width: 70%;
    height: 40px;
    margin: 50px 0 0 0;
    padding: 0 0 0 20px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3); 
}
#text {
    position: relative;
    border-radius: 0 0 10px 10px;
    border: none;
    width: 70%;
    height: 238.5px;
    padding: 10px 0 0 20px;
}
#create input:focus, textarea:focus, button:focus {
    outline: none;
}
#create-button {
    position: absolute;
    right: 40px;
    bottom: 20px;
    border-radius:  30px;
    border: none;
    width: 60px;
    height: 40px;
    padding: 0 ;
    margin: 0;
    background-color: rgba(0,150,255, 0.8);
}
#person-img {
    position: absolute;
    width: 30%;
    text-align: left;
    margin: 10% 0 0 10%;
}
#person {
    margin-left: 30%;
    margin-top: 10%; 
}
#person p {
    margin: 25% 0 0 0;
    font-size: 30px;
    font-family: sans-serif;
    color: rgba(192, 192, 192, 0.8)
}
#post {
    position: relative;
    top: 5%;
    left: 10%;
    background-color: rgba(255, 250, 250, 0.4);
    border-radius: 30px;
    width: 80%;
    height: 25%;
    text-align: left;
    margin-bottom: 20px; 
    overflow: hidden;
    padding: 0 0 10px 0;
}
#post a {
    position: relative;
    bottom: 5px;
    left: 5%;
    text-align: left;
    color: rgba(13,91,255, 0.8);
    font-family: Microsoft JhengHei;
}
#post-content {
    width: 80%;
    height: 48%;
    overflow: hidden;
}
.title {
    position: relative;
    top: 10%;
    left: 5%;
    color: rgba(0, 0, 0, 0.6);
    font-size: 40px;
    margin: 0;
    text-align: left;
    width: 300px;
    font-family: "Comic Sans MS", 標楷體, sans-serif;
}
.content {
    position: relative;
    left: 10%;
    color: rgba(255, 250, 250, 0.7);
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: left;
}
#person-post {
    position: absolute;
    width: 80%;
    height: 300px;
    margin: 50px 0 0 30px;
    padding: 0 0 0 10px;
    text-align: left;
    background: -moz-linear-gradient(270deg, rgba(160,82,30,1) 0%, rgba(242,133,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(210,105,30,1)), color-stop(100%, rgba(242,133,0,1)));
    background: -webkit-linear-gradient(270deg, rgba(210,105,30,1) 0%, rgba(242,133,0,1) 100%);
    background: linear-gradient(180deg, rgba(160,82,30,1) 0%, rgba(210,105,30,1) 100%);
    border-radius: 20px;
    color: rgba(192, 192, 192, 1);
}
#person-post div {
    position: relative;
    top:0;
    height: 230px;
    margin: 0 0 0 20px;
    overflow: scroll;
}
#person-post div::-webkit-scrollbar {
    display:none;
}
#person-post button {
    width: 220px;
    border-radius: 30px;
    font-size: 25px;
    font-family: sans-serif;
    color: rgba(255, 250, 250, 0.6)
}
#read {
    position: relative;
    top: 20px;
    margin: 0 auto;
    width: 450px;
    height: 500px;
    background-color: rgba(255, 250, 250, 0.4);
    border-radius: 30px;
}
#read-p {
    position: relative;
    left: 30px;
    color: rgba(255, 250, 250, 0.7);
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: left;
    margin: 30px 0 0 0;
}
#read a {
    position: absolute;
    left: 30px;
}
#read-button {
    position: absolute;
    top: 25px;
    right: 20px;
    border:  none;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
}
#Title {
    position: absolute;
    top: 20px;
    left: 30px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 40px;
    margin: 0;
    text-align: left;
    width: 300px;
    font-family: "Comic Sans MS", 標楷體, sans-serif;
}
#read-content {
    width: 90%;
    margin: 0 auto;
    height: 200px;
    overflow: scroll;
    font-size: 20px;
    color: rgba(255, 250, 250, 0.7);
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#read-comment {
    width: 90%;
    margin: 0 auto;
    height: 200px;
    overflow: scroll;
    font-size: 20px;
}
#read-content::-webkit-scrollbar {
    display: none;
}
#read-comment::-webkit-scrollbar {
    display: none;
}
#bubble {
    float: left;
    position: relative;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 20px #888;
    -moz-box-shadow: 10px 10px 20px #888;
    box-shadow: 10px 10px 20px #888;
    background-color: rgba(0, 255, 0, 0.7);
    margin: 0 180px 20px 0;
    padding: 0 10px 0 10px;
    min-width: 60px;
    text-align: center;
}
#bubble:after{
    content: ' ';
    position: relative;
    width: 0;
    height: 5px;
    right: 0;
    top: 39px;
    border: solid;
    border-width: 15px 15px 0 0; 
    border-color: rgba(0, 255, 0, 0.7) transparent transparent rgba(0, 255, 0, 0.7);
}
#bubble p{
    position: relative;
    top: 10px;
    margin: 0;
    padding: 0;
    color: rgba(255, 250, 250, 0.7);
} 
#change {
    position: relative;
    top: 40px;
    margin: 0 auto;
    width: 380px;
    height: 120px;
    border-radius: 30px;
    padding: 20px 0 0 20px;
}
#comment {
    position: relative;
    top: 20px;
    right: 18%;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    padding: 10px 45px 10px 15px;
}
#comment::-webkit-scrollbar {
    display: none;
}
#send {
    position: absolute;
    top: 64%;
    right: 42%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
#mod {
    float: right;
    position: relative;
    top:-20px;
    right: -80px;
    border: none;
    background-color: rgba(0,0,0,0); 
}
#mdms {
    float: left;
    position: relative;
    top: 20px;
    left: 20px;
    background-color: rgba(0, 255, 0, 0);
    margin: 0 180px 20px 0;
    padding: 0 10px 0 10px;
    min-width: 40px;
    text-align: center;
}
#modmes {
    border-radius: 30px;
    padding: 10px 45px 10px 15px;
}
#modmes::-webkit-scrollbar {
    display: none;
}
#mdms button {
    position: absolute;
    top: 50%;
    right: 7%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
#re {
    margin: 0 0 10px 0;
    color: rgba(255, 250, 250, 0.9);
    position: relative;
    top: 10px;
    left: 30px;
    font-size: 50px;
}
#res {
    margin: 0;
    color: rgba(255, 250, 250, 0.9);
    position: relative;
    top: 30px;
    left: 30px;
    font-size: 50px;
}
#back {
    position: relative;
    top:30px;
    margin: 0;
    border: none;
    border-radius: 30px;
    width: 100px;
    background-color: rgba(13,91,255, 0.8);
}
#st {
    position: relative;
    top: 5%;
    left: 10%;
    background-color: rgba(255, 250, 250, 0.4);
    border-radius: 30px;
    width: 80%;
    height: 80px;
    text-align: left;
    margin-bottom: 20px; 
    overflow: hidden;
    padding: 0 0 10px 0;
}
#po {
    width: 100%;
    height: 70%;
    margin: 0;
    overflow: scroll;
}
#po::-webkit-scrollbar {
    display: none;
}
#co {
    position: relative;
    top: 20px;
    left:50px;
    margin: 0;
} | 
	blog/08-blog/css.css | 
	/* label */
body {
    color: #666;
    font: 16px/26px "Raleway", sans-serif;
    text-align: center;
    height: auto;
    margin: 0;
}
/* id */
#content {
    height:100vmin;
    width:100%;
    margin: 0;
    overflow: hidden;
}
#welcome {
    position:absolute;
    background: -moz-linear-gradient(270deg, rgba(238,130,238,1) 0%, rgba(148,0,211,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238,130,238,1)), color-stop(100%, rgba(148,0,211,1)));
    background: -webkit-linear-gradient(270deg, rgba(238,130,238,1) 0%, rgba(148,0,211,1) 100%);
    background: linear-gradient(150deg, rgba(238,130,238,1) 0%, rgba(148,0,211,1) 100%);
    height: 100vmin;
    width: 60%;
}
#welcome p {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-family: fantasy;
    margin: 15% 0 0 0;
}
#user {
    height: 100vmin;
    margin-left:60%;
    text-align: left;
    background-color: rgba(47,46,54,0.8);
}
#user input {
    position: relative;
    top: 10%;
    left: 20%;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid rgba(192,192,192,0.3);
    width: 50%;
    height: 5%;
    font-size:18px;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
#user-button {
    position: relative;
    top:10%;
    left: 20%;
    border-radius: 20px;
    background-color: rgba(30,144,255,0.6);
    border: none;
    color:aliceblue;
    padding: 5px 18px 5px 18px;
    margin:15px 0 0 0 ;
}
#user input:focus, button:focus {
    outline: none;
}
#click {
    width: 35%;
    border-radius: 30px;
    background-color: rgba(81,195,184,0.3);
    border: none;
    color:rgba(255,250,250,0.5);
    padding: 5px 18px 5px 18px;
    margin:20% 10% 0 5% ;
    font-size: 20px;   
}
#click span {
    border-bottom: 1px solid rgba(102, 255, 0, 0.8); 
}   
#unclick {
    width: 35%;
    border-radius: 30px;
    background-color: rgba(81,195,184,1);
    border: none;
    color:rgba(255,250,250,1);
    padding: 5px 18px 5px 18px;
    margin:20% 10% 0 5% ;
    font-size: 20px;
}
#intro {
    width: 80%;
    margin: 10% auto 0 auto;
}
#intro p {
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-family: serif;
    font-size: 20px;
}
#identify {
    position: absolute;
    width: 300px;
    height: 100vmin;
    text-align: center;
    background: -moz-linear-gradient(270deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(42,46,54,1)), color-stop(100%, rgba(97,107,125,1)));
    background: -webkit-linear-gradient(240deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%);
    background: linear-gradient(60deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%);
}
#identify input {
    background-color: rgba(192, 192, 192, 0.3);
    border-radius: 15px 0 0 15px;
    border:none;
    margin: 5% -5px 0 0;
    padding: 1px 0 1px 20px;
    height: 30px;
    width: 60%;
}
#identify button {
    border-radius: 0 15px 15px 0;
    background-color: rgba(30,144,255,0.6);
    border:  none;
    margin: 5% 0 0 0;
    height: 32px;
    width: 20%;
    padding: 0;
}
#identify input:focus, button:focus {
    outline: none;
}
#create {
    height: 100vmin;
    margin: 0 0 0 300px;
    background: -moz-linear-gradient(270deg, rgba(148,0,211,1) 0%, rgba(238,130,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(148,0,211,1)), color-stop(100%, rgba(148,0,211,1)));
    background: -webkit-linear-gradient(270deg, rgba(148,0,211,1) 0%, rgba(238,130,238,1) 100%);
    background: linear-gradient(150deg, rgba(148,0,211,1) 0%, rgba(238,130,238,1) 100%);
}
#create-form {
    position: relative;
    top: 10%;
    left: 15%;
    background-color: rgba(255, 250, 250, 0.4);
    border-radius: 30px;
    width: 70%;
    height: 80%;
    text-align: center;
}
#create-p {
    position: relative;
    top: 5%;
    left: 5%;
    text-align: left;
    margin: 0;
    font-size: 30px; 
}
#create input {
    position: relative;
    border-radius: 10px 10px 0 0;
    border: none;
    width: 70%;
    height: 40px;
    margin: 50px 0 0 0;
    padding: 0 0 0 20px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3); 
}
#text {
    position: relative;
    border-radius: 0 0 10px 10px;
    border: none;
    width: 70%;
    height: 238.5px;
    padding: 10px 0 0 20px;
}
#create input:focus, textarea:focus, button:focus {
    outline: none;
}
#create-button {
    position: absolute;
    right: 40px;
    bottom: 20px;
    border-radius:  30px;
    border: none;
    width: 60px;
    height: 40px;
    padding: 0 ;
    margin: 0;
    background-color: rgba(0,150,255, 0.8);
}
#person-img {
    position: absolute;
    width: 30%;
    text-align: left;
    margin: 10% 0 0 10%;
}
#person {
    margin-left: 30%;
    margin-top: 10%; 
}
#person p {
    margin: 25% 0 0 0;
    font-size: 30px;
    font-family: sans-serif;
    color: rgba(192, 192, 192, 0.8)
}
#post {
    position: relative;
    top: 5%;
    left: 10%;
    background-color: rgba(255, 250, 250, 0.4);
    border-radius: 30px;
    width: 80%;
    height: 25%;
    text-align: left;
    margin-bottom: 20px; 
    overflow: hidden;
    padding: 0 0 10px 0;
}
#post a {
    position: relative;
    bottom: 5px;
    left: 5%;
    text-align: left;
    color: rgba(13,91,255, 0.8);
    font-family: Microsoft JhengHei;
}
#post-content {
    width: 80%;
    height: 48%;
    overflow: hidden;
}
.title {
    position: relative;
    top: 10%;
    left: 5%;
    color: rgba(0, 0, 0, 0.6);
    font-size: 40px;
    margin: 0;
    text-align: left;
    width: 300px;
    font-family: "Comic Sans MS", 標楷體, sans-serif;
}
.content {
    position: relative;
    left: 10%;
    color: rgba(255, 250, 250, 0.7);
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: left;
}
#person-post {
    position: absolute;
    width: 80%;
    height: 300px;
    margin: 50px 0 0 30px;
    padding: 0 0 0 10px;
    text-align: left;
    background: -moz-linear-gradient(270deg, rgba(160,82,30,1) 0%, rgba(242,133,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(210,105,30,1)), color-stop(100%, rgba(242,133,0,1)));
    background: -webkit-linear-gradient(270deg, rgba(210,105,30,1) 0%, rgba(242,133,0,1) 100%);
    background: linear-gradient(180deg, rgba(160,82,30,1) 0%, rgba(210,105,30,1) 100%);
    border-radius: 20px;
    color: rgba(192, 192, 192, 1);
}
#person-post div {
    position: relative;
    top:0;
    height: 230px;
    margin: 0 0 0 20px;
    overflow: scroll;
}
#person-post div::-webkit-scrollbar {
    display:none;
}
#person-post button {
    width: 220px;
    border-radius: 30px;
    font-size: 25px;
    font-family: sans-serif;
    color: rgba(255, 250, 250, 0.6)
}
#read {
    position: relative;
    top: 20px;
    margin: 0 auto;
    width: 450px;
    height: 500px;
    background-color: rgba(255, 250, 250, 0.4);
    border-radius: 30px;
}
#read-p {
    position: relative;
    left: 30px;
    color: rgba(255, 250, 250, 0.7);
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: left;
    margin: 30px 0 0 0;
}
#read a {
    position: absolute;
    left: 30px;
}
#read-button {
    position: absolute;
    top: 25px;
    right: 20px;
    border:  none;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
}
#Title {
    position: absolute;
    top: 20px;
    left: 30px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 40px;
    margin: 0;
    text-align: left;
    width: 300px;
    font-family: "Comic Sans MS", 標楷體, sans-serif;
}
#read-content {
    width: 90%;
    margin: 0 auto;
    height: 200px;
    overflow: scroll;
    font-size: 20px;
    color: rgba(255, 250, 250, 0.7);
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#read-comment {
    width: 90%;
    margin: 0 auto;
    height: 200px;
    overflow: scroll;
    font-size: 20px;
}
#read-content::-webkit-scrollbar {
    display: none;
}
#read-comment::-webkit-scrollbar {
    display: none;
}
#bubble {
    float: left;
    position: relative;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 20px #888;
    -moz-box-shadow: 10px 10px 20px #888;
    box-shadow: 10px 10px 20px #888;
    background-color: rgba(0, 255, 0, 0.7);
    margin: 0 180px 20px 0;
    padding: 0 10px 0 10px;
    min-width: 60px;
    text-align: center;
}
#bubble:after{
    content: ' ';
    position: relative;
    width: 0;
    height: 5px;
    right: 0;
    top: 39px;
    border: solid;
    border-width: 15px 15px 0 0; 
    border-color: rgba(0, 255, 0, 0.7) transparent transparent rgba(0, 255, 0, 0.7);
}
#bubble p{
    position: relative;
    top: 10px;
    margin: 0;
    padding: 0;
    color: rgba(255, 250, 250, 0.7);
} 
#change {
    position: relative;
    top: 40px;
    margin: 0 auto;
    width: 380px;
    height: 120px;
    border-radius: 30px;
    padding: 20px 0 0 20px;
}
#comment {
    position: relative;
    top: 20px;
    right: 18%;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    padding: 10px 45px 10px 15px;
}
#comment::-webkit-scrollbar {
    display: none;
}
#send {
    position: absolute;
    top: 64%;
    right: 42%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
#mod {
    float: right;
    position: relative;
    top:-20px;
    right: -80px;
    border: none;
    background-color: rgba(0,0,0,0); 
}
#mdms {
    float: left;
    position: relative;
    top: 20px;
    left: 20px;
    background-color: rgba(0, 255, 0, 0);
    margin: 0 180px 20px 0;
    padding: 0 10px 0 10px;
    min-width: 40px;
    text-align: center;
}
#modmes {
    border-radius: 30px;
    padding: 10px 45px 10px 15px;
}
#modmes::-webkit-scrollbar {
    display: none;
}
#mdms button {
    position: absolute;
    top: 50%;
    right: 7%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
#re {
    margin: 0 0 10px 0;
    color: rgba(255, 250, 250, 0.9);
    position: relative;
    top: 10px;
    left: 30px;
    font-size: 50px;
}
#res {
    margin: 0;
    color: rgba(255, 250, 250, 0.9);
    position: relative;
    top: 30px;
    left: 30px;
    font-size: 50px;
}
#back {
    position: relative;
    top:30px;
    margin: 0;
    border: none;
    border-radius: 30px;
    width: 100px;
    background-color: rgba(13,91,255, 0.8);
}
#st {
    position: relative;
    top: 5%;
    left: 10%;
    background-color: rgba(255, 250, 250, 0.4);
    border-radius: 30px;
    width: 80%;
    height: 80px;
    text-align: left;
    margin-bottom: 20px; 
    overflow: hidden;
    padding: 0 0 10px 0;
}
#po {
    width: 100%;
    height: 70%;
    margin: 0;
    overflow: scroll;
}
#po::-webkit-scrollbar {
    display: none;
}
#co {
    position: relative;
    top: 20px;
    left:50px;
    margin: 0;
} | 0.334698 | 0.088781 | 
| 
	html {
  position: relative;
  min-height: 100%;
}
body{
    margin-bottom: 60px;
}
pre {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  word-break: break-word!important;
  overflow-wrap: break-word!important;
}
.twentyblock{
    height: 20px;
}
.w-100{
    width:100%;
}
.top-20{
    margin-top: 20px;
}
/*Header and footer Styles*/
#header-logo{
    height: 70px;
}
.footer-nav{
    float: none;
    margin: 0 auto;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}
.portalLink a{
    color: white;
}
.portalLink a:hover{
    color: #28a745;
}
/*Home Styles*/
.event-container {
    margin-top: 40px;
}
.home-container{
    padding:20px;
}
/*Leaflet Map Styles*/
#mapid{
    height: 74vh;
    width: 100%;
}
.accordion .card-header {
    width:100%;
    padding:0px;
}
.accordion .card-header button.btn{
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: black;
}
.accordion .card-header button.btn i{
    padding: 5px;
}
.accordion .card-header button.btn:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header button.btn.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.accordion .form-check-label{
    padding-bottom: 5px;
}
.accordion ul{
    list-style-type: none;
    padding: 0;
}
.search-bar, #results-box{
    padding-left: 15px;
    padding-right: 15px;
}
#results-box a{
    color: inherit;
    text-decoration: none;
}
#viewBtns{
    margin-bottom: 20px;
}
@media (min-width: 992px){
    .right-info{
        text-align: right !important;
    }
}
@media (max-width: 992px){
    .right-info{
        text-align: left !important;
    }
}
/*before mobile collapse*/
#filterBtnBig{
    display: block;
}
#filterBtnSmall{
    display: none;
}
#viewBtns{
    margin-top:15px;
}
/*styles to do on mobile collapse*/
@media (min-width: 768px){
    #filterBtnBig{
        display: none;
    }
    #filterBtnSmall{
        display: block;
    }
    #viewBtns{
        display: none;
    }
}
@media (max-width: 768px){
    #mapid{
        visibility: hidden;
        height: 0;
    }
    .searchBtn{
        border-bottom-right-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }
}
.distance-input{
    margin-bottom:10px;
}
#results-box{
    width:100%;
    height: 67vh;
    overflow-y: scroll;
}
#results-box .card{
    margin-bottom:10px;
}
.filter-btn-row{
    margin-top:10px;
}
.filter-btn-row button{
    padding:5px;
    background-color: white;
}
.event-box:hover{
    cursor: pointer;
}
.right-info{
    text-align: left;
}
.filter-alert, .changeName-alert{
    display: none;
}
/*Event Page Styles*/
.event-container{
    margin-bottom: 40px;
}
.event-page-card a{
    text-decoration: none;
}
.activity-badges{
    font-size: 1.1rem;
}
/*Log-in page styles*/
.form-signin {
  width: 50%;
  max-width: 350px;
  padding: 10px;
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 15px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin button {
  background-color: #4CAF50;
}
/*reset password*/
.form-changePW{
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}
/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}
#message p {
  padding: 10px 35px;
  font-size: 18px;
}
/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}
/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}
/*Registration page styles*/
.regHelpBtn{
    padding:0;
}
.form-register {
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.registerBtnRow{
    width: 50%;
    max-width: 330px;
    margin: 0 auto;
}
.form-register .form-control:focus {
  z-index: 2;
}
/* Style the submit button */
.form-reset, .form-signin{
    padding-top: 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
}
/*Provider Page Styles*/
.provider-info{
    font-weight: normal;
    margin: 0;
}
.provider-program-list button.btn{
    width:90px;
}
.list-header-fix{
    width:120px;
}
.program-header{
    padding-top:50px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.changeNameInput, .changeEmailInput{
    visibility: hidden;
    height: 0;
}
/*icon width fix*/
.event-page-card {
    border: none;
}
.event-page-card i.fa, .event-container i.fa{
    width:30px;
}
button i.fa{
    width:auto;
}
/*Admin Page*/
#addAdmin{
    margin-left: 20px;
    margin-bottom: 10px;
}
/*style for Admin page submit button*/
.admin-logo-change{
    width: 120px;
    margin:0 auto;
}
.provider-logo-change{
    width: 150px;
    margin:0 auto;
}
/*Styles for createEvent page*/
.event-container .multiselect{
    text-align: left;
    border: solid 1px lightgrey;
    color:#495057;
    padding:5px;
    padding-left:10px;
}
.event-container label.pl-2.checkbox{
    color:#495057;
}
.event-container .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}
.event-container ul.multiselect-container{
    overflow-y: scroll;
    max-height:200px;
}
label.pl-2.checkbox{
    width:100%;
}
.custom-select{
    text-overflow: ellipsis;
}
.dropdown-toggle{
    white-space: normal !important;
}
/*makes footer not cover content on mobile*/
@media (max-width: 576px){
    body {
        margin-bottom: 140px;
    }
}
@media (max-width: 767px){
    .noMobile{
        display: none;
    }
}
.pocFieldset{
    padding: 10px;
    border-radius: 5px;
    border:lightgray 1px solid;
    margin-bottom: 10px;
}
.pocFieldset legend{
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}
/*All Users*/
.allUsersContainer{
    padding:20px;
}
/*Styles for About section*/
.about-container {
	text-align: left;
	border-radius: 5px;
	background-color: #EFFBEF;
    padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	margin-top: 20px;
}
.about-container p {
	max-width: 800px;
	margin: 40px auto;
	line-height: 1.5em;
	font-size: 1.1em;
	padding: 10px;
}
.about-row {
	background: #EFFBEF;
}
.about-row span.subhead {
	font-size:1.5em;
	text-align:center;
	display:block;
	position:relative;
}
#about {
	font-size:3em;
	text-align:center;
	display:block;
	position:relative;
}
span.subhead::before, span.subhead::after {
	content: "";
	width:60px;
	height:6px;
	border-top: 1px solid #088A29;
	display: inline-block;
	margin: 0 10px;
}
/*Styles for Contact section*/
.contact-container {
	text-align: center;
    /*border: solid 1px lightgray;    */
    padding:5px;
    padding-left:20px;
	padding-right:20px;
	margin-top:40px;
}
#contact {
	font-size:3em;
	text-align:center;
	display:block;
	position:relative;
}
#office {
	padding-bottom: 10px;
}
#email {
	padding-bottom: 10px;
}
/* Styles for Social Media icons on About & Contact page */
.social-container {
    padding: 10px;
    padding-top: 20px;
    text-align: center;
}
.social-container .fa {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.social-container .fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
/*Styles for HomePage title*/
.jumbotron {
	background-color: #EFFBEF;
	position: relative;
}
.jumbotron p {
	text-align:center;
}
/*Styles for alert messages for register.html and login.html*/
.alert-msg {
	color: red;
	padding-top: none;
}
/* Style for verticle line btw column on registration page */
.border-right {
    border-right: 1px solid black;
}
/*Styles for Contact section on Registration page */
.register-container {
	text-align: left;
    /*border: solid 1px lightgray;    */
    padding:5px;
    padding-left:20px;
	padding-right:20px;
	margin-top:40px;
}
.register-contact-body{
    padding-left:50px;
	padding-right:20px;
	padding-top:20px;
	text-align:left;
} | 
	grasa_event_locator/static/css/custom.css | 
	html {
  position: relative;
  min-height: 100%;
}
body{
    margin-bottom: 60px;
}
pre {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  word-break: break-word!important;
  overflow-wrap: break-word!important;
}
.twentyblock{
    height: 20px;
}
.w-100{
    width:100%;
}
.top-20{
    margin-top: 20px;
}
/*Header and footer Styles*/
#header-logo{
    height: 70px;
}
.footer-nav{
    float: none;
    margin: 0 auto;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}
.portalLink a{
    color: white;
}
.portalLink a:hover{
    color: #28a745;
}
/*Home Styles*/
.event-container {
    margin-top: 40px;
}
.home-container{
    padding:20px;
}
/*Leaflet Map Styles*/
#mapid{
    height: 74vh;
    width: 100%;
}
.accordion .card-header {
    width:100%;
    padding:0px;
}
.accordion .card-header button.btn{
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: black;
}
.accordion .card-header button.btn i{
    padding: 5px;
}
.accordion .card-header button.btn:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header button.btn.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.accordion .form-check-label{
    padding-bottom: 5px;
}
.accordion ul{
    list-style-type: none;
    padding: 0;
}
.search-bar, #results-box{
    padding-left: 15px;
    padding-right: 15px;
}
#results-box a{
    color: inherit;
    text-decoration: none;
}
#viewBtns{
    margin-bottom: 20px;
}
@media (min-width: 992px){
    .right-info{
        text-align: right !important;
    }
}
@media (max-width: 992px){
    .right-info{
        text-align: left !important;
    }
}
/*before mobile collapse*/
#filterBtnBig{
    display: block;
}
#filterBtnSmall{
    display: none;
}
#viewBtns{
    margin-top:15px;
}
/*styles to do on mobile collapse*/
@media (min-width: 768px){
    #filterBtnBig{
        display: none;
    }
    #filterBtnSmall{
        display: block;
    }
    #viewBtns{
        display: none;
    }
}
@media (max-width: 768px){
    #mapid{
        visibility: hidden;
        height: 0;
    }
    .searchBtn{
        border-bottom-right-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }
}
.distance-input{
    margin-bottom:10px;
}
#results-box{
    width:100%;
    height: 67vh;
    overflow-y: scroll;
}
#results-box .card{
    margin-bottom:10px;
}
.filter-btn-row{
    margin-top:10px;
}
.filter-btn-row button{
    padding:5px;
    background-color: white;
}
.event-box:hover{
    cursor: pointer;
}
.right-info{
    text-align: left;
}
.filter-alert, .changeName-alert{
    display: none;
}
/*Event Page Styles*/
.event-container{
    margin-bottom: 40px;
}
.event-page-card a{
    text-decoration: none;
}
.activity-badges{
    font-size: 1.1rem;
}
/*Log-in page styles*/
.form-signin {
  width: 50%;
  max-width: 350px;
  padding: 10px;
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 15px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin button {
  background-color: #4CAF50;
}
/*reset password*/
.form-changePW{
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}
/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}
#message p {
  padding: 10px 35px;
  font-size: 18px;
}
/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}
/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}
/*Registration page styles*/
.regHelpBtn{
    padding:0;
}
.form-register {
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.registerBtnRow{
    width: 50%;
    max-width: 330px;
    margin: 0 auto;
}
.form-register .form-control:focus {
  z-index: 2;
}
/* Style the submit button */
.form-reset, .form-signin{
    padding-top: 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
}
/*Provider Page Styles*/
.provider-info{
    font-weight: normal;
    margin: 0;
}
.provider-program-list button.btn{
    width:90px;
}
.list-header-fix{
    width:120px;
}
.program-header{
    padding-top:50px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.changeNameInput, .changeEmailInput{
    visibility: hidden;
    height: 0;
}
/*icon width fix*/
.event-page-card {
    border: none;
}
.event-page-card i.fa, .event-container i.fa{
    width:30px;
}
button i.fa{
    width:auto;
}
/*Admin Page*/
#addAdmin{
    margin-left: 20px;
    margin-bottom: 10px;
}
/*style for Admin page submit button*/
.admin-logo-change{
    width: 120px;
    margin:0 auto;
}
.provider-logo-change{
    width: 150px;
    margin:0 auto;
}
/*Styles for createEvent page*/
.event-container .multiselect{
    text-align: left;
    border: solid 1px lightgrey;
    color:#495057;
    padding:5px;
    padding-left:10px;
}
.event-container label.pl-2.checkbox{
    color:#495057;
}
.event-container .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}
.event-container ul.multiselect-container{
    overflow-y: scroll;
    max-height:200px;
}
label.pl-2.checkbox{
    width:100%;
}
.custom-select{
    text-overflow: ellipsis;
}
.dropdown-toggle{
    white-space: normal !important;
}
/*makes footer not cover content on mobile*/
@media (max-width: 576px){
    body {
        margin-bottom: 140px;
    }
}
@media (max-width: 767px){
    .noMobile{
        display: none;
    }
}
.pocFieldset{
    padding: 10px;
    border-radius: 5px;
    border:lightgray 1px solid;
    margin-bottom: 10px;
}
.pocFieldset legend{
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}
/*All Users*/
.allUsersContainer{
    padding:20px;
}
/*Styles for About section*/
.about-container {
	text-align: left;
	border-radius: 5px;
	background-color: #EFFBEF;
    padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	margin-top: 20px;
}
.about-container p {
	max-width: 800px;
	margin: 40px auto;
	line-height: 1.5em;
	font-size: 1.1em;
	padding: 10px;
}
.about-row {
	background: #EFFBEF;
}
.about-row span.subhead {
	font-size:1.5em;
	text-align:center;
	display:block;
	position:relative;
}
#about {
	font-size:3em;
	text-align:center;
	display:block;
	position:relative;
}
span.subhead::before, span.subhead::after {
	content: "";
	width:60px;
	height:6px;
	border-top: 1px solid #088A29;
	display: inline-block;
	margin: 0 10px;
}
/*Styles for Contact section*/
.contact-container {
	text-align: center;
    /*border: solid 1px lightgray;    */
    padding:5px;
    padding-left:20px;
	padding-right:20px;
	margin-top:40px;
}
#contact {
	font-size:3em;
	text-align:center;
	display:block;
	position:relative;
}
#office {
	padding-bottom: 10px;
}
#email {
	padding-bottom: 10px;
}
/* Styles for Social Media icons on About & Contact page */
.social-container {
    padding: 10px;
    padding-top: 20px;
    text-align: center;
}
.social-container .fa {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.social-container .fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
/*Styles for HomePage title*/
.jumbotron {
	background-color: #EFFBEF;
	position: relative;
}
.jumbotron p {
	text-align:center;
}
/*Styles for alert messages for register.html and login.html*/
.alert-msg {
	color: red;
	padding-top: none;
}
/* Style for verticle line btw column on registration page */
.border-right {
    border-right: 1px solid black;
}
/*Styles for Contact section on Registration page */
.register-container {
	text-align: left;
    /*border: solid 1px lightgray;    */
    padding:5px;
    padding-left:20px;
	padding-right:20px;
	margin-top:40px;
}
.register-contact-body{
    padding-left:50px;
	padding-right:20px;
	padding-top:20px;
	text-align:left;
} | 0.303835 | 0.048971 | 
| 
	HTML,
body {
    margin: 0;
    font-family: 'Microsoft Yahei', verdana;
    font-size: 14px;
    min-width: 992px;
}
*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #333333;
}
.header {
    height: 86px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3883BE), to(#A3CEEE));
    color: #fff;
    border-bottom: 2px solid #14649D;
}
#spnUid{
    padding-left: 30px;
}
.nav {
    height: 30px;
    position: absolute;
    top: 54px;
    left: 30px;
    width: 600px;
    /* background-color: rgb(126, 69, 69); */
}
.nav a {
    display: inline-block;
    height: 30px;
    width: 200px;
    text-align: center;
    line-height: 30px;
    
    margin-right: -3px;
    border-top: 1px solid #f8fafc;
    background-color: #E0EDF6
}
.nav a:first-child{
    border-radius: 5px 0 0 0;
}
.nav a:last-child{
    border-radius:   0 5px 0 0;
}
.nav a:hover{
    background-color:  rgb(239, 246, 252)
}
.nav a:active {
    color: #fff;
    font-weight: 700;
    background-color: #14649D;
}
.aside {
    display: inline-block;
    width: 200px;
    height: 100vh;
    background-color: #F4F7FC;
    border-right: 1px solid #C3CED5;
   
 
   
}
.aside_top{
    border-bottom: 2px solid #BACCDA;
}
.aside_top a {
   
    display: inline-block;
    width: 49.5%;
    height: 38px;
    background-color: #D9E7F1;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    color: #3C6692;
    font-size: 15px;
    font-weight: 700;
    margin-right: -3px;
}
.aside_top a:hover{
    background-color: rgb(201, 227, 245);
}
.aside_ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
  
  
}
.aside_ul li {
    height: 28px;
    line-height: 28px;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    /* background-color: rgb(217, 236, 45); */
}
.aside_ul li:hover{
    background-color: #D9E7F2
 
}
.aside_ul li a{
    display: block;
}
.i,
.i_write,
.i_letter
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgb(226, 43, 43);
    margin-left: -15px;
    background: url(../../templates/163@/img.png) ;
    background-repeat: no-repeat;
    background-position: -62px -256px;
    
    /* background-position: -0px -253px; */
}
.i_click{
    background-position: -0px -253px;
}
.i_write,
.i_letter{
    position: relative;
    top: 5px;
    left: 7px;
    width: 25px;
    height: 20px;
    background: url(../../templates/163@/img.png) ;
    background-repeat: no-repeat;
    background-position: -64px -192px;
}
.i_write{
    background-position: 0 -192px;
}
.article{
    position: absolute;
    width: 88%;
    top: 86px;
    left: 200px;
    height: 100vh;
    background-color: transparent;
}
.active{
   color: #fff;
    font-weight: 700;
    background-color: #14649D !important;
}
.asideactive{
    background-color: rgb(201, 227, 245);
}
.my_content{
    width: 100%;
    height: 100%;
}
.none{
    display: none;
} | 
	static/css/index.css | 
	HTML,
body {
    margin: 0;
    font-family: 'Microsoft Yahei', verdana;
    font-size: 14px;
    min-width: 992px;
}
*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #333333;
}
.header {
    height: 86px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3883BE), to(#A3CEEE));
    color: #fff;
    border-bottom: 2px solid #14649D;
}
#spnUid{
    padding-left: 30px;
}
.nav {
    height: 30px;
    position: absolute;
    top: 54px;
    left: 30px;
    width: 600px;
    /* background-color: rgb(126, 69, 69); */
}
.nav a {
    display: inline-block;
    height: 30px;
    width: 200px;
    text-align: center;
    line-height: 30px;
    
    margin-right: -3px;
    border-top: 1px solid #f8fafc;
    background-color: #E0EDF6
}
.nav a:first-child{
    border-radius: 5px 0 0 0;
}
.nav a:last-child{
    border-radius:   0 5px 0 0;
}
.nav a:hover{
    background-color:  rgb(239, 246, 252)
}
.nav a:active {
    color: #fff;
    font-weight: 700;
    background-color: #14649D;
}
.aside {
    display: inline-block;
    width: 200px;
    height: 100vh;
    background-color: #F4F7FC;
    border-right: 1px solid #C3CED5;
   
 
   
}
.aside_top{
    border-bottom: 2px solid #BACCDA;
}
.aside_top a {
   
    display: inline-block;
    width: 49.5%;
    height: 38px;
    background-color: #D9E7F1;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    color: #3C6692;
    font-size: 15px;
    font-weight: 700;
    margin-right: -3px;
}
.aside_top a:hover{
    background-color: rgb(201, 227, 245);
}
.aside_ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
  
  
}
.aside_ul li {
    height: 28px;
    line-height: 28px;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    /* background-color: rgb(217, 236, 45); */
}
.aside_ul li:hover{
    background-color: #D9E7F2
 
}
.aside_ul li a{
    display: block;
}
.i,
.i_write,
.i_letter
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgb(226, 43, 43);
    margin-left: -15px;
    background: url(../../templates/163@/img.png) ;
    background-repeat: no-repeat;
    background-position: -62px -256px;
    
    /* background-position: -0px -253px; */
}
.i_click{
    background-position: -0px -253px;
}
.i_write,
.i_letter{
    position: relative;
    top: 5px;
    left: 7px;
    width: 25px;
    height: 20px;
    background: url(../../templates/163@/img.png) ;
    background-repeat: no-repeat;
    background-position: -64px -192px;
}
.i_write{
    background-position: 0 -192px;
}
.article{
    position: absolute;
    width: 88%;
    top: 86px;
    left: 200px;
    height: 100vh;
    background-color: transparent;
}
.active{
   color: #fff;
    font-weight: 700;
    background-color: #14649D !important;
}
.asideactive{
    background-color: rgb(201, 227, 245);
}
.my_content{
    width: 100%;
    height: 100%;
}
.none{
    display: none;
} | 0.288569 | 0.092729 | 
| 
	*, *::before, *::after{
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;  
}
body{
    margin: 0;
}
.video-section{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
    gap: 3rem 1rem;
    padding: 3rem 0;
    margin:  0 1.5rem;
    border: 4px solid #ccc;
}
.video-section:first-child{
    border-top: none;
}
.video-container{
    display: flex;
    flex-direction: column;
}
.thumbnail{
    position: relative;
    display: flex;
}
.thumbnail::before{
    content: attr(data-duration);
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    right: 5px;
    bottom: 5px;
    padding: .1em .3em;
    border-radius: .3em;
    font-size: .9em;
}
.thumbnail-image{
    width: 100%;
    height: 100%;
    min-width: 250px;
    min-height: 150px;
    background-color: #aaa;
}
.video-bottom-section{
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
}
.channel-icon{
    margin-right: .75rem;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #aaa;
}
.video-details{
    display: flex;
    flex-direction: column;
}
.video-title{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .5rem;
    text-decoration: none;
    color: rgba(24, 23, 23);
}
.video-channel-name{
    margin-bottom: .1rem;
    text-decoration: none;
    transition: color 150ms;
}
.video-channel-name:hover{
    color: #111;
}
.video-channel-name, .video-metadata{
    color: #555;
}
.video-section-title{
    grid-column: 1 / -1;
    margin: -.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .5rem;
}
.video-section-title-close{
    border: none;
    background: none;
    padding: 0;
    font-size: 2rem;
    color: #555;
    cursor: pointer;
}
.videos{
    background-color: #F9F9F9;
}
.categories{
    padding: 1rem 2rem;
    border: 1px solid #999;
    border-bottom: 1px solid #999;
}
.category-section{
    display: flex;
    overflow: hidden;
}
.category{
    margin-right: 1rem;
    word-wrap: none;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 900px;
    background-color: #e7e7e7;
    padding: .5rem 1rem;
    font-size: inherit;
    cursor: pointer;
    transition: background-color: 150ms;
}
.category:hover{
    background-color: #ddd;
}
.category.active{
    background-color: #606060;
    color: white;
    border-color: #eee;
}
.category:last-child{
    margin-right: 0;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}
.youtube-logo{
    height: 80px;
}
.search-bar{
    display: flex;
    flex-grow: 1;
    margin: 0 2rem 0 4rem;
}
.search-input{
    width: 100%;
    font-size: inherit;
    padding: .4rem;
    border: 1px solid #777;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-btn{
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    border: 1px solid #777;
    background-color: #f8f8f8;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}
.search-btn:hover{
    background-color: #f0f0f0;
}
.menu-icons{
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    gap: 1.5rem;
}
.menu-channel-icon{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #aaa;
} | 
	style.css | 
	*, *::before, *::after{
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;  
}
body{
    margin: 0;
}
.video-section{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
    gap: 3rem 1rem;
    padding: 3rem 0;
    margin:  0 1.5rem;
    border: 4px solid #ccc;
}
.video-section:first-child{
    border-top: none;
}
.video-container{
    display: flex;
    flex-direction: column;
}
.thumbnail{
    position: relative;
    display: flex;
}
.thumbnail::before{
    content: attr(data-duration);
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    right: 5px;
    bottom: 5px;
    padding: .1em .3em;
    border-radius: .3em;
    font-size: .9em;
}
.thumbnail-image{
    width: 100%;
    height: 100%;
    min-width: 250px;
    min-height: 150px;
    background-color: #aaa;
}
.video-bottom-section{
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
}
.channel-icon{
    margin-right: .75rem;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #aaa;
}
.video-details{
    display: flex;
    flex-direction: column;
}
.video-title{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .5rem;
    text-decoration: none;
    color: rgba(24, 23, 23);
}
.video-channel-name{
    margin-bottom: .1rem;
    text-decoration: none;
    transition: color 150ms;
}
.video-channel-name:hover{
    color: #111;
}
.video-channel-name, .video-metadata{
    color: #555;
}
.video-section-title{
    grid-column: 1 / -1;
    margin: -.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .5rem;
}
.video-section-title-close{
    border: none;
    background: none;
    padding: 0;
    font-size: 2rem;
    color: #555;
    cursor: pointer;
}
.videos{
    background-color: #F9F9F9;
}
.categories{
    padding: 1rem 2rem;
    border: 1px solid #999;
    border-bottom: 1px solid #999;
}
.category-section{
    display: flex;
    overflow: hidden;
}
.category{
    margin-right: 1rem;
    word-wrap: none;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 900px;
    background-color: #e7e7e7;
    padding: .5rem 1rem;
    font-size: inherit;
    cursor: pointer;
    transition: background-color: 150ms;
}
.category:hover{
    background-color: #ddd;
}
.category.active{
    background-color: #606060;
    color: white;
    border-color: #eee;
}
.category:last-child{
    margin-right: 0;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}
.youtube-logo{
    height: 80px;
}
.search-bar{
    display: flex;
    flex-grow: 1;
    margin: 0 2rem 0 4rem;
}
.search-input{
    width: 100%;
    font-size: inherit;
    padding: .4rem;
    border: 1px solid #777;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-btn{
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    border: 1px solid #777;
    background-color: #f8f8f8;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}
.search-btn:hover{
    background-color: #f0f0f0;
}
.menu-icons{
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    gap: 1.5rem;
}
.menu-channel-icon{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #aaa;
} | 0.424293 | 0.056888 | 
| 
	.user-profile-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    border-left: 2px dashed #cccccc;
    border-right: 2px dashed #cccccc;
}
.user-profile-ticket {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.user-profile-header {
    width: 100%;
}
.user-profile-header > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1.5px dashed #f2ac04;
    border-top: 2px solid #f2ac04;
    padding: 0rem 1rem;
}
.user-profile-header > ul li {
    font-size: 1.3rem;
    color: #7e7e7e;
    text-transform: uppercase;
    padding: 0rem 1rem;
    border-left: 1.5px dashed #f2ac04;
}
.user-profile-header > ul li > a {
    color: #7e7e7e;
    text-decoration: none;
    transition: 100ms;
}
.user-profile-header > ul li > a:hover {
    color: #f2ac04;
    text-decoration: none;
    transition: 100ms;
}
.user-profile-container > span {
    font-size: 1.5rem;
    color: #7e7e7e;
}
.ticket {
    display: block;
    margin: 1rem;
    width: 40rem;
    height: 15rem;
    background-color: #686868;
    border-radius: 2rem;
    position: relative;
}
.ticket > ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.ticket > ul {
    position: absolute;
    top: 46%;
    left: 62%;
    transform: rotate(90deg);
}
.ticket > ul li {
    display: block;
    width: 1.5rem;
    height: 1rem;
    background-color: white;
    margin: 0rem 0.5rem;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
    border-top-left-radius: 25%;
    border-top-right-radius: 25%;
}
.radius {
    width: 10em;
    height: 5em; /* высота в два раза меньше ширины, иначе получится полуовал */
    border-radius: 50% 50% 0 0 / 100% 100% 0 0; /* угол состоит из половины ширины (50% от 10em = 10em : 2 = 5em) и всей высоты (100% от 5em = 5em) */
    background-color: white;
}
.left {
    position: absolute;
    top: 33.4%;
    left: -9%;
    transform: rotate(90deg);
}
.right {
    position: absolute;
    top: 33.4%;
    left: 85%;
    transform: rotate(-90deg);
}
.return{
    opacity: 0;
    position: absolute;
    top: 40%;
    right: 1%;
    font-size: 2rem;
    color: #f2ac04;
    transition: 200ms;
}
.ticket:hover > .return{
    opacity: 1;
    transition: 200ms;
}
.ticket> a:hover{
    color: #f2ac04;
}
.ticket-content {
    color: #f2ac04;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    height: 80%;
    margin: 1rem 4.5rem;
    text-transform: uppercase;
}
.ticket-content span {
    margin-left: 1rem;
    color: #f2ac04;
}
.ticket-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5rem;
}
.first {
    font-size: 1.3rem;
}
.second {
    border-bottom: 1.5px dashed #f2ac04;
}
.event-title {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
.ticket-number,
.ticket-type {
    padding: 0.1rem 1rem;
    border-bottom: 1.5px dashed #f2ac04;
}
.ticket-number {
    border-left: 1.5px dashed #f2ac04;
}
.ticket-type {
    border-right: 1.5px dashed #f2ac04;
} | 
	web/css/user-profile.css | 
	.user-profile-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    border-left: 2px dashed #cccccc;
    border-right: 2px dashed #cccccc;
}
.user-profile-ticket {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.user-profile-header {
    width: 100%;
}
.user-profile-header > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1.5px dashed #f2ac04;
    border-top: 2px solid #f2ac04;
    padding: 0rem 1rem;
}
.user-profile-header > ul li {
    font-size: 1.3rem;
    color: #7e7e7e;
    text-transform: uppercase;
    padding: 0rem 1rem;
    border-left: 1.5px dashed #f2ac04;
}
.user-profile-header > ul li > a {
    color: #7e7e7e;
    text-decoration: none;
    transition: 100ms;
}
.user-profile-header > ul li > a:hover {
    color: #f2ac04;
    text-decoration: none;
    transition: 100ms;
}
.user-profile-container > span {
    font-size: 1.5rem;
    color: #7e7e7e;
}
.ticket {
    display: block;
    margin: 1rem;
    width: 40rem;
    height: 15rem;
    background-color: #686868;
    border-radius: 2rem;
    position: relative;
}
.ticket > ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.ticket > ul {
    position: absolute;
    top: 46%;
    left: 62%;
    transform: rotate(90deg);
}
.ticket > ul li {
    display: block;
    width: 1.5rem;
    height: 1rem;
    background-color: white;
    margin: 0rem 0.5rem;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
    border-top-left-radius: 25%;
    border-top-right-radius: 25%;
}
.radius {
    width: 10em;
    height: 5em; /* высота в два раза меньше ширины, иначе получится полуовал */
    border-radius: 50% 50% 0 0 / 100% 100% 0 0; /* угол состоит из половины ширины (50% от 10em = 10em : 2 = 5em) и всей высоты (100% от 5em = 5em) */
    background-color: white;
}
.left {
    position: absolute;
    top: 33.4%;
    left: -9%;
    transform: rotate(90deg);
}
.right {
    position: absolute;
    top: 33.4%;
    left: 85%;
    transform: rotate(-90deg);
}
.return{
    opacity: 0;
    position: absolute;
    top: 40%;
    right: 1%;
    font-size: 2rem;
    color: #f2ac04;
    transition: 200ms;
}
.ticket:hover > .return{
    opacity: 1;
    transition: 200ms;
}
.ticket> a:hover{
    color: #f2ac04;
}
.ticket-content {
    color: #f2ac04;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    height: 80%;
    margin: 1rem 4.5rem;
    text-transform: uppercase;
}
.ticket-content span {
    margin-left: 1rem;
    color: #f2ac04;
}
.ticket-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5rem;
}
.first {
    font-size: 1.3rem;
}
.second {
    border-bottom: 1.5px dashed #f2ac04;
}
.event-title {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
.ticket-number,
.ticket-type {
    padding: 0.1rem 1rem;
    border-bottom: 1.5px dashed #f2ac04;
}
.ticket-number {
    border-left: 1.5px dashed #f2ac04;
}
.ticket-type {
    border-right: 1.5px dashed #f2ac04;
} | 0.586049 | 0.117572 | 
| 
	@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v14-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v14-latin-700.woff') format('woff');
}
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    src: local('Kaushan Script'), local('KaushanScript-Regular'), url('../fonts/kaushan-script-v8-latin-regular.woff2') format('woff2'), url('../fonts/kaushan-script-v8-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/roboto-v20-latin-300italic.woff2') format('woff2'), url('../fonts/roboto-v20-latin-300italic.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v20-latin-regular.woff') format('woff');
}
:root {
    --main-font: 'Montserrat', sans-serif;
    --secondary-font: "Roboto", sans-serif;
    --decoration-font: "Kaushan Script";
    --header-color: #ffffff;
    --main-text-color: #333333;
    --secondary-text-color: #999999;
    --main-font-weight: 700;
    --secondary-font-weight: 400;
    --tertiary-font-weight: 300;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
ul,
ol {
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    color: inherit;
    background: none;
    border: none;
}
a,
button {
    cursor: pointer;
}
.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
body {
    font-family: var(--main-font);
    font-weight: var(--main-font-weight);
    color: var(--main-text-color);
}
.centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header {
    min-height: 1000px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 227, 138, 0.9)), to(rgba(243, 129, 129, 0.9))), url(../images/bg/bg.jpg) no-repeat top center/cover;
    background: -o-linear-gradient(bottom, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9)), url(../images/bg/bg.jpg) no-repeat top center/cover;
    background: linear-gradient(to top, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9)), url(../images/bg/bg.jpg) no-repeat top center/cover;
    padding-top: 22px;
    color: var(--header-color);
}
@media (-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2/1),
(min-resolution:192dpi) {
    .header {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 227, 138, 0.9)), to(rgba(243, 129, 129, 0.9))), url(../images/bg/[email protected]) no-repeat top center/cover;
        background: -o-linear-gradient(bottom, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9)), url(../images/bg/[email protected]) no-repeat top center/cover;
        background: linear-gradient(to top, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9)), url(../images/bg/[email protected]) no-repeat top center/cover;
    }
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.header__navigation {
    margin-bottom: 136px;
}
.logo {
    font-size: 30px;
}
.menu,
.menu-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation__menu {
    margin-left: auto;
    margin-right: 52px;
}
.menu__item {
    position: relative;
}
.menu__item:not(:last-of-type) {
    margin-right: 54px;
}
.menu__item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 0;
    width: 0;
    border-bottom: 3px solid #fce38a;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu__item:hover::after {
    bottom: -10px;
    width: 100%;
}
.menu__link {
    font-size: 14px;
    font-weight: var(--secondary-font-weight);
    text-transform: uppercase;
    display: block;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.menu__link:hover,
.menu__link:focus {
    color: #fce38a;
}
.menu-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-svg__item:not(:last-of-type) {
    margin-right: 42px;
}
.menu-svg__svg {
    fill: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.menu-svg__svg:hover {
    fill: #fce38a;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.menu-svg__svg_cart {
    width: 18px;
    height: 15px;
}
.menu-svg__svg_search {
    width: 18px;
    height: 18px;
}
.title {
    text-align: center;
    text-transform: uppercase;
}
.main-title {
    font-size: 150px;
    line-height: 140px;
    width: 830px;
    margin: 0 auto;
    margin-bottom: 110px;
}
.subtitle {
    display: block;
    font-family: var(--decoration-font);
    font-weight: var(--secondary-font-weight);
    text-transform: none;
}
.main-subtitle {
    font-size: 72px;
    margin-bottom: 8px;
}
.header-btn {
    font-size: 14px;
    text-transform: uppercase;
    border: 3px solid #fff;
    width: 160px;
    height: 40px;
    margin: 0 auto;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.header-btn:hover,
.header-btn:focus {
    background-color: rgba(243, 129, 129, 0.7);
}
/* section services */
.services,
.team {
    padding-top: 46px;
    padding-bottom: 44px;
}
.section-subtitle {
    font-size: 24px;
    margin-bottom: 14px;
}
.section-title {
    font-size: 30px;
}
.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #f38181;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 64px;
}
.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.services__card {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
}
.services__card {
    padding-left: 80px;
    background-repeat: no-repeat;
    background-position: 20px 4px;
}
.services__card:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 96px;
}
.icon-alarm {
    background-image: url(../images/icon/alarm.svg);
}
.icon-linegraph {
    background-image: url(../images/icon/linegraph.svg);
}
.icon-computer {
    background-image: url(../images/icon/computer.svg);
}
.icon-book {
    background-image: url(../images/icon/book.svg);
}
.icon-home {
    background-image: url(../images/icon/home.svg);
}
.icon-image {
    background-image: url(../images/icon/image.svg);
}
.services__card-title {
    font-weight: var(--secondary-font-weight);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.services__card-description {
    font-family: var(--secondary-font);
    font-weight: var(--secondary-font-weight);
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary-text-color);
}
.section-description {
    font-family: var(--secondary-font);
    font-weight: var(--secondary-font-weight);
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary-text-color);
    text-align: center;
    width: 944px;
    margin: 0 auto;
    margin-bottom: 86px;
}
.team .section-title::after {
    margin-bottom: 42px;
}
/* section team */
.team {
    padding-bottom: 80px;
}
.team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.team-card__image-block {
    position: relative;
    margin-bottom: 28px;
    -webkit-transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -o-transition: transform 0.2s linear, box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.team-card__image-block:hover .overlay {
    opacity: 1;
}
.team-card__image-block:hover {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    -webkit-box-shadow: 10px 10px #95e1d3;
    box-shadow: 10px 10px #95e1d3;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 227, 136, 0.9)), to(rgba(243, 129, 129, 0.9)));
    background: -o-linear-gradient(bottom, rgba(252, 227, 136, 0.9), rgba(243, 129, 129, 0.9));
    background: linear-gradient(to top, rgba(252, 227, 136, 0.9), rgba(243, 129, 129, 0.9));
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.overlay__list-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.overlay__social-icon:not(:last-of-type) {
    margin-right: 1px;
}
.overlay__social-link {
    width: 56px;
    height: 56px;
    background-color: #fce38a;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.overlay__social-link:hover {
    background-color: #f38181;
}
.overlay__social-link:hover .overlay__social-link-svg {
    fill: #fff;
}
.overlay__social-link-svg {
    width: 26px;
    height: 26px;
    fill: #f38181;
    -webkit-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
    transition: fill 0.2s linear;
}
.team-card__name {
    font-weight: var(--secondary-font-weight);
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 6px;
}
.team-card__position {
    text-align: center;
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary-text-color);
}
/* footer */
.footer {
    padding-bottom: 12px;
}
.footer__container {
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}
.copyright {
    font-weight: var(--secondary-font-weight);
    font-size: 14px;
}
.copyright-link {
    color: #f38181;
}
.form-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-subscribe__input {
    width: 230px;
    height: 40px;
    border: 1px solid #e7e7e7;
    padding-left: 12px;
}
.form-subscribe__input {
    outline: none;
    font-size: 14px;
}
.form-subscribe__input:required:focus:valid:not(:placeholder-shown) {
    border: 1px solid #95e1d3;
}
.form-subscribe__input:required:focus:invalid:not(:placeholder-shown) {
    border: 1px solid #f38181;
}
.form-subscribe__input::-webkit-input-placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.form-subscribe__input::-moz-placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.form-subscribe__input:-ms-input-placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.form-subscribe__input::-ms-input-placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.form-subscribe__input::placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.btn-subscribe {
    width: 150px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #95e1d3;
    text-transform: uppercase;
} | 
	css/styles.css | 
	@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v14-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v14-latin-700.woff') format('woff');
}
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    src: local('Kaushan Script'), local('KaushanScript-Regular'), url('../fonts/kaushan-script-v8-latin-regular.woff2') format('woff2'), url('../fonts/kaushan-script-v8-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/roboto-v20-latin-300italic.woff2') format('woff2'), url('../fonts/roboto-v20-latin-300italic.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v20-latin-regular.woff') format('woff');
}
:root {
    --main-font: 'Montserrat', sans-serif;
    --secondary-font: "Roboto", sans-serif;
    --decoration-font: "Kaushan Script";
    --header-color: #ffffff;
    --main-text-color: #333333;
    --secondary-text-color: #999999;
    --main-font-weight: 700;
    --secondary-font-weight: 400;
    --tertiary-font-weight: 300;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
ul,
ol {
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    color: inherit;
    background: none;
    border: none;
}
a,
button {
    cursor: pointer;
}
.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
body {
    font-family: var(--main-font);
    font-weight: var(--main-font-weight);
    color: var(--main-text-color);
}
.centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header {
    min-height: 1000px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 227, 138, 0.9)), to(rgba(243, 129, 129, 0.9))), url(../images/bg/bg.jpg) no-repeat top center/cover;
    background: -o-linear-gradient(bottom, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9)), url(../images/bg/bg.jpg) no-repeat top center/cover;
    background: linear-gradient(to top, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9)), url(../images/bg/bg.jpg) no-repeat top center/cover;
    padding-top: 22px;
    color: var(--header-color);
}
@media (-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2/1),
(min-resolution:192dpi) {
    .header {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 227, 138, 0.9)), to(rgba(243, 129, 129, 0.9))), url(../images/bg/[email protected]) no-repeat top center/cover;
        background: -o-linear-gradient(bottom, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9)), url(../images/bg/[email protected]) no-repeat top center/cover;
        background: linear-gradient(to top, rgba(252, 227, 138, 0.9), rgba(243, 129, 129, 0.9)), url(../images/bg/[email protected]) no-repeat top center/cover;
    }
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.header__navigation {
    margin-bottom: 136px;
}
.logo {
    font-size: 30px;
}
.menu,
.menu-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation__menu {
    margin-left: auto;
    margin-right: 52px;
}
.menu__item {
    position: relative;
}
.menu__item:not(:last-of-type) {
    margin-right: 54px;
}
.menu__item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 0;
    width: 0;
    border-bottom: 3px solid #fce38a;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu__item:hover::after {
    bottom: -10px;
    width: 100%;
}
.menu__link {
    font-size: 14px;
    font-weight: var(--secondary-font-weight);
    text-transform: uppercase;
    display: block;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.menu__link:hover,
.menu__link:focus {
    color: #fce38a;
}
.menu-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-svg__item:not(:last-of-type) {
    margin-right: 42px;
}
.menu-svg__svg {
    fill: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.menu-svg__svg:hover {
    fill: #fce38a;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.menu-svg__svg_cart {
    width: 18px;
    height: 15px;
}
.menu-svg__svg_search {
    width: 18px;
    height: 18px;
}
.title {
    text-align: center;
    text-transform: uppercase;
}
.main-title {
    font-size: 150px;
    line-height: 140px;
    width: 830px;
    margin: 0 auto;
    margin-bottom: 110px;
}
.subtitle {
    display: block;
    font-family: var(--decoration-font);
    font-weight: var(--secondary-font-weight);
    text-transform: none;
}
.main-subtitle {
    font-size: 72px;
    margin-bottom: 8px;
}
.header-btn {
    font-size: 14px;
    text-transform: uppercase;
    border: 3px solid #fff;
    width: 160px;
    height: 40px;
    margin: 0 auto;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.header-btn:hover,
.header-btn:focus {
    background-color: rgba(243, 129, 129, 0.7);
}
/* section services */
.services,
.team {
    padding-top: 46px;
    padding-bottom: 44px;
}
.section-subtitle {
    font-size: 24px;
    margin-bottom: 14px;
}
.section-title {
    font-size: 30px;
}
.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #f38181;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 64px;
}
.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.services__card {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
}
.services__card {
    padding-left: 80px;
    background-repeat: no-repeat;
    background-position: 20px 4px;
}
.services__card:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 96px;
}
.icon-alarm {
    background-image: url(../images/icon/alarm.svg);
}
.icon-linegraph {
    background-image: url(../images/icon/linegraph.svg);
}
.icon-computer {
    background-image: url(../images/icon/computer.svg);
}
.icon-book {
    background-image: url(../images/icon/book.svg);
}
.icon-home {
    background-image: url(../images/icon/home.svg);
}
.icon-image {
    background-image: url(../images/icon/image.svg);
}
.services__card-title {
    font-weight: var(--secondary-font-weight);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.services__card-description {
    font-family: var(--secondary-font);
    font-weight: var(--secondary-font-weight);
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary-text-color);
}
.section-description {
    font-family: var(--secondary-font);
    font-weight: var(--secondary-font-weight);
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary-text-color);
    text-align: center;
    width: 944px;
    margin: 0 auto;
    margin-bottom: 86px;
}
.team .section-title::after {
    margin-bottom: 42px;
}
/* section team */
.team {
    padding-bottom: 80px;
}
.team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.team-card__image-block {
    position: relative;
    margin-bottom: 28px;
    -webkit-transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -o-transition: transform 0.2s linear, box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.team-card__image-block:hover .overlay {
    opacity: 1;
}
.team-card__image-block:hover {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    -webkit-box-shadow: 10px 10px #95e1d3;
    box-shadow: 10px 10px #95e1d3;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 227, 136, 0.9)), to(rgba(243, 129, 129, 0.9)));
    background: -o-linear-gradient(bottom, rgba(252, 227, 136, 0.9), rgba(243, 129, 129, 0.9));
    background: linear-gradient(to top, rgba(252, 227, 136, 0.9), rgba(243, 129, 129, 0.9));
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.overlay__list-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.overlay__social-icon:not(:last-of-type) {
    margin-right: 1px;
}
.overlay__social-link {
    width: 56px;
    height: 56px;
    background-color: #fce38a;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.overlay__social-link:hover {
    background-color: #f38181;
}
.overlay__social-link:hover .overlay__social-link-svg {
    fill: #fff;
}
.overlay__social-link-svg {
    width: 26px;
    height: 26px;
    fill: #f38181;
    -webkit-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
    transition: fill 0.2s linear;
}
.team-card__name {
    font-weight: var(--secondary-font-weight);
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 6px;
}
.team-card__position {
    text-align: center;
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary-text-color);
}
/* footer */
.footer {
    padding-bottom: 12px;
}
.footer__container {
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}
.copyright {
    font-weight: var(--secondary-font-weight);
    font-size: 14px;
}
.copyright-link {
    color: #f38181;
}
.form-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-subscribe__input {
    width: 230px;
    height: 40px;
    border: 1px solid #e7e7e7;
    padding-left: 12px;
}
.form-subscribe__input {
    outline: none;
    font-size: 14px;
}
.form-subscribe__input:required:focus:valid:not(:placeholder-shown) {
    border: 1px solid #95e1d3;
}
.form-subscribe__input:required:focus:invalid:not(:placeholder-shown) {
    border: 1px solid #f38181;
}
.form-subscribe__input::-webkit-input-placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.form-subscribe__input::-moz-placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.form-subscribe__input:-ms-input-placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.form-subscribe__input::-ms-input-placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.form-subscribe__input::placeholder {
    font-family: var(--secondary-font);
    font-weight: var(--tertiary-font-weight);
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}
.btn-subscribe {
    width: 150px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #95e1d3;
    text-transform: uppercase;
} | 0.392686 | 0.066691 | 
| 
		background-color: #333;
	color: #fff;
}
#contact header.section-header h2 {
	color: hsl(0, 0%, 100%);
	text-align: center;
}
#contact small#copyright {
	margin-top: auto;
	padding: 1rem;
	color: #fff;
	text-align: center;
}
#contact form {
	display: flex;
	flex-direction: column;
	width: 87%;
	max-width: 400px;
	margin: auto;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
	appearance: none;
	-webkit-appearance: none;
	padding: 0.5rem;
	border: none;
	border-bottom: 1px solid hsl(0, 0%, 46%);
	margin: 1rem 0;
	background: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: 2;
	resize: none;
}
form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.5rem;
	border: none;
	border-bottom: 1px solid hsl(0, 0%, 46%);
	margin: 1rem 0;
	background: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='hsl(0, 0%, 46%)'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
	background-repeat: no-repeat, repeat;
	background-position: right 0.5rem top 50%, 0 0;
	background-size: 1.1rem auto, 100%;
	border-radius: 0;
	color: hsl(0, 0%, 46%);
	font-size: inherit;
	font-family: inherit;
	line-height: 2;
}
form select::-ms-expand {
	display: none;
}
form select:hover {
	border-color: #888;
}
form select option {
	font-weight:normal;
}
form textarea {
	resize: none;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form select:focus,
form textarea:focus {
	outline: none;
}
form input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	padding: 0.5rem;
	margin-top: 1rem;
	border: none;
	background: none;
	background-color: #00b4ab;
	border-radius: 4px;
	box-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.2);
	color: inherit;
	font-family: 'Saira', sans-serif;
	font-size: 0.8rem;
	text-transform: uppercase;
	cursor: pointer;
} | 
	src/components/panels/ContactForm.css | 
		background-color: #333;
	color: #fff;
}
#contact header.section-header h2 {
	color: hsl(0, 0%, 100%);
	text-align: center;
}
#contact small#copyright {
	margin-top: auto;
	padding: 1rem;
	color: #fff;
	text-align: center;
}
#contact form {
	display: flex;
	flex-direction: column;
	width: 87%;
	max-width: 400px;
	margin: auto;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
	appearance: none;
	-webkit-appearance: none;
	padding: 0.5rem;
	border: none;
	border-bottom: 1px solid hsl(0, 0%, 46%);
	margin: 1rem 0;
	background: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: 2;
	resize: none;
}
form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.5rem;
	border: none;
	border-bottom: 1px solid hsl(0, 0%, 46%);
	margin: 1rem 0;
	background: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='hsl(0, 0%, 46%)'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
	background-repeat: no-repeat, repeat;
	background-position: right 0.5rem top 50%, 0 0;
	background-size: 1.1rem auto, 100%;
	border-radius: 0;
	color: hsl(0, 0%, 46%);
	font-size: inherit;
	font-family: inherit;
	line-height: 2;
}
form select::-ms-expand {
	display: none;
}
form select:hover {
	border-color: #888;
}
form select option {
	font-weight:normal;
}
form textarea {
	resize: none;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form select:focus,
form textarea:focus {
	outline: none;
}
form input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	padding: 0.5rem;
	margin-top: 1rem;
	border: none;
	background: none;
	background-color: #00b4ab;
	border-radius: 4px;
	box-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.2);
	color: inherit;
	font-family: 'Saira', sans-serif;
	font-size: 0.8rem;
	text-transform: uppercase;
	cursor: pointer;
} | 0.227126 | 0.052838 | 
| 
	html body .geDiagramContainer, html body div.geMenubarContainer, html body .geFooterContainer>div>img, html body div.mxPopupMenu,  html body td.mxPopupMenuIcon, html body .geFormatContainer {
	background-color: #2a2a2a;
}
html body .geFooterContainer, html body .geFooterContainer a, html body #geFooterItem1, html body textarea, html body .mxWindowTitle, html body .geDialogTitle, html body .geDialogFooter {
	background:#2a2a2a;
	color: #cccccc;
}
html body div.mxRubberband {
	border:1px dashed #ffffff !important; background:#505759 !important;
}
html body .geToolbarContainer, html body .geSidebar, html body .geSidebarContainer .geTitle, html body input, html body textarea, html body button, html body .geColorBtn, html body .geBaseButton, html body .geSidebarTooltip {
	background:#2a2a2a;
	border-color:#505759;
	box-shadow:none;
	color: #cccccc;
}
html body .geSprite, html body .geSocialFooter img, html body .mxPopupMenuItem>img {
	filter:invert(100%);
}
html body .geFormatContainer {
	border-left: 1px solid #505759;
}
html body .geDiagramContainer {
	border-bottom: 1px solid #505759;
}
html body .geSidebarContainer a, html body .geMenubarContainer a, html body .geToolbar a {
	color: #cccccc;
}
html body .geMenubarMenu {
	border-color:#505759 !important;
}
html body .geToolbarMenu, html body .geFooterContainer, html body .geFooterContainer td {
	border-color:#505759;
}
html body div.mxPopupMenu {
	border-color:#505759 !important;
	box-shadow:none;
}
html body .geSidebarContainer, html body .geDiagramBackdrop {
	background-color:#2a2a2a;
	border-color:#505759;
}
html body .geBackgroundPage {
	box-shadow:none;
}
html body .geBtn {
	background:#2a2a2a !important;
	border-color:#505759 !important;
	color: #cccccc !important;
}
html body .gePrimaryBtn {
	background:#505759 !important;
	border-color:#cccccc !important;
	color: #cccccc !important;
}
html body .geBtn:hover {
	background:#000000 !important;
}
html body tr.mxPopupMenuItem {
	color: #cccccc;
}
html body tr.mxPopupMenuItemHover {
	background:#000000;
	color: #cccccc;
}
html body .geSidebarContainer .geTitle:hover, html body .geMenubarContainer .geItem:hover, html body .geBaseButton:hover {
	background:#000000;
}
html body .geHsplit, html body .geToolbarContainer .geSeparator, html body table.mxPopupMenu hr {
	background-color:#505759;
}
html body .geToolbar {
	border-color:#505759;
	box-shadow:none;
}
html body .geDialog, html body div.mxWindow {
	background:#2a2a2a;
	border-color:#c0c0c0;
	box-shadow:none;
	color: #cccccc;
} | 
	src/main/webapp/styles/dark.css | 
	html body .geDiagramContainer, html body div.geMenubarContainer, html body .geFooterContainer>div>img, html body div.mxPopupMenu,  html body td.mxPopupMenuIcon, html body .geFormatContainer {
	background-color: #2a2a2a;
}
html body .geFooterContainer, html body .geFooterContainer a, html body #geFooterItem1, html body textarea, html body .mxWindowTitle, html body .geDialogTitle, html body .geDialogFooter {
	background:#2a2a2a;
	color: #cccccc;
}
html body div.mxRubberband {
	border:1px dashed #ffffff !important; background:#505759 !important;
}
html body .geToolbarContainer, html body .geSidebar, html body .geSidebarContainer .geTitle, html body input, html body textarea, html body button, html body .geColorBtn, html body .geBaseButton, html body .geSidebarTooltip {
	background:#2a2a2a;
	border-color:#505759;
	box-shadow:none;
	color: #cccccc;
}
html body .geSprite, html body .geSocialFooter img, html body .mxPopupMenuItem>img {
	filter:invert(100%);
}
html body .geFormatContainer {
	border-left: 1px solid #505759;
}
html body .geDiagramContainer {
	border-bottom: 1px solid #505759;
}
html body .geSidebarContainer a, html body .geMenubarContainer a, html body .geToolbar a {
	color: #cccccc;
}
html body .geMenubarMenu {
	border-color:#505759 !important;
}
html body .geToolbarMenu, html body .geFooterContainer, html body .geFooterContainer td {
	border-color:#505759;
}
html body div.mxPopupMenu {
	border-color:#505759 !important;
	box-shadow:none;
}
html body .geSidebarContainer, html body .geDiagramBackdrop {
	background-color:#2a2a2a;
	border-color:#505759;
}
html body .geBackgroundPage {
	box-shadow:none;
}
html body .geBtn {
	background:#2a2a2a !important;
	border-color:#505759 !important;
	color: #cccccc !important;
}
html body .gePrimaryBtn {
	background:#505759 !important;
	border-color:#cccccc !important;
	color: #cccccc !important;
}
html body .geBtn:hover {
	background:#000000 !important;
}
html body tr.mxPopupMenuItem {
	color: #cccccc;
}
html body tr.mxPopupMenuItemHover {
	background:#000000;
	color: #cccccc;
}
html body .geSidebarContainer .geTitle:hover, html body .geMenubarContainer .geItem:hover, html body .geBaseButton:hover {
	background:#000000;
}
html body .geHsplit, html body .geToolbarContainer .geSeparator, html body table.mxPopupMenu hr {
	background-color:#505759;
}
html body .geToolbar {
	border-color:#505759;
	box-shadow:none;
}
html body .geDialog, html body div.mxWindow {
	background:#2a2a2a;
	border-color:#c0c0c0;
	box-shadow:none;
	color: #cccccc;
} | 0.271445 | 0.041269 | 
| 
	.header-container {
    background-color: white;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0rem;
    width: 100%;
    z-index: 15;
    height: 6rem;
    color: black;
}
.cart-link {
  font-size: 1.5rem;
  margin: 1.5rem;
}
.header-main-promo {
  background-color: black;
  position: relative;
  width: 100%;
  color: white;
  text-align: center;
  padding: .2rem;
  z-index: 16;
  top: 0;
  left: 0;
}
.night-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.links {
    display: flex;
    flex-direction: row;
}
.night-mode {
    display: none;
}
.header-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
}
.header-link {
    text-decoration: none;
    padding: .5rem;
    margin: 1rem;
    color: black;
}
.header-link:hover {
    background-color: white;
    color: black;
}
.headerActive {
    background-color: white;
    color: black;
}
.header-icon {
    margin: 1rem;
}
.logo-name {
    font-size: 2rem;
}
.header-links-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mobile-icon {
  font-size: 3rem;
  
}
.window-cart-container {
  display: flex;
  position: fixed;
  top: 0;
  padding-top: 0rem;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  background-color: rgb(0,0,0,0.95);
  overflow-y: scroll;
  animation: singleProduct 1.3s forwards;
  animation-timing-function: cubic-bezier(.56,.07,.55,1);
  animation-iteration-count: 1;
  animation-direction: normal;
}
@keyframes singleProduct {
  from {
    transform: translateX(-100vw)
  }
  to {
    transform: translateX(0vw);
  }
}
.cart-icon {
  background-color: white;
  padding: .5rem 1rem;
  opacity: 1;
  border-radius: 50%;
  font-size: 3rem;
  position: absolute;
  top: 10%;
  left: 16%;
  box-shadow: 5px 5px 10px rgb(0,0,0,.5);
  background-color: lightblue;
}
.border {
  border: .7rem solid black;
  height: 100vh;
  width: 100%;
  padding: 1rem;
  background-color: white;
  display: relative;
  z-index: 35;
}
@media screen and (max-width: 1100px) {
  .header-container {
    display: none;
  }
  .window-cart-container {
    top: 0rem;
    height: 100%;
  }
  .header-links-container {
      display: flex;
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      flex-direction: column;
      align-items: center;
      z-index: 15;
    }
    .cart-link {
      display: none;
    }
    .header-items {
        flex-direction: column;
    }
    #check:checked ~ .drop-down {
        border: 3px solid white;
    }
    .links {
        display: none;
        background-color: var(--light-gray);
        flex-direction: column;
        width: 100%;
        position: relative;
        right: 0;
        color: white;
        z-index: 15;
    }
    .links-public {
        display: none;
    }
    #check {
        display: none;
    }
    .icons {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        background-color: white;
    }
    .header-link {
        color: black;
    }
    #check:checked ~ .links {
        display: flex;
    }
    .mobile-icon {
        font-size: 1.3rem;
        padding: 1rem;
        display: flex;
    }
    .header-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }  
    
    .night-mode {
        display: flex;
    }
    .night-header-display {
        display: none;
    }
    .night-left-display {
        position: fixed;
        left: 1rem;
        top: 2rem;
    }
    .night-right-display {
        position: fixed;
        right: 1rem;
        top: 2rem;
    }
    .logo-name {
        font-size: 1.5rem;
    }
    .mobile-header-toggle {
        position: static;
        right: 0;
        height: 2.5rem;
        color: black;
    }
    #mobile-header-check {
        display: none;
    }
    .header-container {
      padding-top: 2rem;
    }
}
@media screen and (max-width: 600px) {
    .header-link {
        margin: .25rem;
    }
    .window-cart-content {
      width: 100vw;
    }
    .window-cart-container {
      height: 100vh;
      top: 0rem;
    }
} | 
	client/src/css/Header.css | 
	.header-container {
    background-color: white;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0rem;
    width: 100%;
    z-index: 15;
    height: 6rem;
    color: black;
}
.cart-link {
  font-size: 1.5rem;
  margin: 1.5rem;
}
.header-main-promo {
  background-color: black;
  position: relative;
  width: 100%;
  color: white;
  text-align: center;
  padding: .2rem;
  z-index: 16;
  top: 0;
  left: 0;
}
.night-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.links {
    display: flex;
    flex-direction: row;
}
.night-mode {
    display: none;
}
.header-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
}
.header-link {
    text-decoration: none;
    padding: .5rem;
    margin: 1rem;
    color: black;
}
.header-link:hover {
    background-color: white;
    color: black;
}
.headerActive {
    background-color: white;
    color: black;
}
.header-icon {
    margin: 1rem;
}
.logo-name {
    font-size: 2rem;
}
.header-links-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mobile-icon {
  font-size: 3rem;
  
}
.window-cart-container {
  display: flex;
  position: fixed;
  top: 0;
  padding-top: 0rem;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  background-color: rgb(0,0,0,0.95);
  overflow-y: scroll;
  animation: singleProduct 1.3s forwards;
  animation-timing-function: cubic-bezier(.56,.07,.55,1);
  animation-iteration-count: 1;
  animation-direction: normal;
}
@keyframes singleProduct {
  from {
    transform: translateX(-100vw)
  }
  to {
    transform: translateX(0vw);
  }
}
.cart-icon {
  background-color: white;
  padding: .5rem 1rem;
  opacity: 1;
  border-radius: 50%;
  font-size: 3rem;
  position: absolute;
  top: 10%;
  left: 16%;
  box-shadow: 5px 5px 10px rgb(0,0,0,.5);
  background-color: lightblue;
}
.border {
  border: .7rem solid black;
  height: 100vh;
  width: 100%;
  padding: 1rem;
  background-color: white;
  display: relative;
  z-index: 35;
}
@media screen and (max-width: 1100px) {
  .header-container {
    display: none;
  }
  .window-cart-container {
    top: 0rem;
    height: 100%;
  }
  .header-links-container {
      display: flex;
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      flex-direction: column;
      align-items: center;
      z-index: 15;
    }
    .cart-link {
      display: none;
    }
    .header-items {
        flex-direction: column;
    }
    #check:checked ~ .drop-down {
        border: 3px solid white;
    }
    .links {
        display: none;
        background-color: var(--light-gray);
        flex-direction: column;
        width: 100%;
        position: relative;
        right: 0;
        color: white;
        z-index: 15;
    }
    .links-public {
        display: none;
    }
    #check {
        display: none;
    }
    .icons {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        background-color: white;
    }
    .header-link {
        color: black;
    }
    #check:checked ~ .links {
        display: flex;
    }
    .mobile-icon {
        font-size: 1.3rem;
        padding: 1rem;
        display: flex;
    }
    .header-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }  
    
    .night-mode {
        display: flex;
    }
    .night-header-display {
        display: none;
    }
    .night-left-display {
        position: fixed;
        left: 1rem;
        top: 2rem;
    }
    .night-right-display {
        position: fixed;
        right: 1rem;
        top: 2rem;
    }
    .logo-name {
        font-size: 1.5rem;
    }
    .mobile-header-toggle {
        position: static;
        right: 0;
        height: 2.5rem;
        color: black;
    }
    #mobile-header-check {
        display: none;
    }
    .header-container {
      padding-top: 2rem;
    }
}
@media screen and (max-width: 600px) {
    .header-link {
        margin: .25rem;
    }
    .window-cart-content {
      width: 100vw;
    }
    .window-cart-container {
      height: 100vh;
      top: 0rem;
    }
} | 0.695441 | 0.118207 | 
| 
	.ab_TitleBar{
    background-color: #182026;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 50px auto 138px;
    box-sizing: border-box;
    -webkit-app-region: drag;
}
.ab_TitleBar .bp3-popover-wrapper{
    height: 35px;
}
/*  Window control Styles  */
.ab_TB_WinControls
{
    -webkit-app-region: no-drag;
    display: flex;
    flex-direction: row;
}
.ab_icons
{
    justify-content: center;
    align-items: center;
    width: 46px;
}
.ab_minimizeIcon
{
    background: url('../media/minimize.svg');
    background-repeat: no-repeat;
	background-position: center center;
}
.ab_minimizeIcon:hover{
    filter: brightness(3.5); 
    background-color: rgba(255, 255, 255, 0.1);
}
.ab_maximizeIcon
{
    background: url('../media/maximize.svg');
    background-repeat: no-repeat;
	background-position: center center;
}
.ab_maximizeIcon:hover{
    filter: brightness(3.5);
    background-color: rgba(255, 255, 255, 0.1);
}
.ab_restoreIcon
{
    background: url('../media/restore.svg');
    background-repeat: no-repeat;
	background-position: center center;
}
.ab_restoreIcon:hover{
    filter: brightness(3.5);
    background-color: rgba(255, 255, 255, 0.1);
}
.ab_closeIcon
{
    background: url('../media/close.svg');
    background-repeat: no-repeat;
	background-position: center center;
}
.ab_closeIcon:hover{
    background: url('../media/closeLight.svg');
    background-color: rgba(232, 17, 35, 0.9);
    background-repeat: no-repeat;
	background-position: center center;
}
/*  Hamburger Options Styles  */
.ab_TB_Options{
    -webkit-app-region: no-drag;
    background: url('../media/hamburger.svg');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 50px;
    height: 35px;
}
.ab_TB_Options:hover{
    filter: brightness(3.5);
}
/*  Date Picker Styles  */
.ab_TB_DatePicker
{
    box-sizing: border-box;
    text-align: center;
    justify-items: center;
}
.ab_TB_DatePicker input{
    -webkit-app-region: no-drag;
    margin-top:8px;
    text-align: center;
    border: none;
    border-radius: 3px;
    height: 22px;
    background-color: #394B59;
    color: #d4d2d2 ;
}
.ab_TB_DatePicker input:hover{
    color: #ffff;
    filter: brightness(1.3);
}
.ab_TB_flatpickr{
    display: inline-flex;
}
.ab_TB_resetDate{
    -webkit-app-region: no-drag;
    cursor: pointer;
    height: 22px;
    width: 32px;
    border: none;
    border-radius: 3px;
    background: url("../media/history.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 8px;
    margin-left: 5px;
    background-color: #394B59;
}
.ab_TB_resetDate:hover{
    filter: brightness(1.3);
}
.ab_TB_PreviousDate{
    -webkit-app-region: no-drag;
    cursor: pointer;
    height: 22px;
    width: 32px;
    border: none;
    border-radius: 3px;
    background: url("../media/previous.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    margin-top: 8px;
    margin-right: 5px;
    background-color: #394B59;
}
.ab_TB_PreviousDate:hover{
    filter: brightness(1.3);
}
.ab_TB_NextDate{
    -webkit-app-region: no-drag;
    cursor: pointer;
    height: 22px;
    width: 32px;
    border: none;
    border-radius: 3px;
    background: url("../media/next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    margin-top: 8px;
    margin-left: 5px;
    background-color: #394B59;
}
.ab_TB_NextDate:hover{
    filter: brightness(1.3);
}
.ab_contentIndicator::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 50%;
    bottom: 0;
    left: 45%;
} | 
	src/components/title-bar/styles/TitleBar.css | 
	.ab_TitleBar{
    background-color: #182026;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 50px auto 138px;
    box-sizing: border-box;
    -webkit-app-region: drag;
}
.ab_TitleBar .bp3-popover-wrapper{
    height: 35px;
}
/*  Window control Styles  */
.ab_TB_WinControls
{
    -webkit-app-region: no-drag;
    display: flex;
    flex-direction: row;
}
.ab_icons
{
    justify-content: center;
    align-items: center;
    width: 46px;
}
.ab_minimizeIcon
{
    background: url('../media/minimize.svg');
    background-repeat: no-repeat;
	background-position: center center;
}
.ab_minimizeIcon:hover{
    filter: brightness(3.5); 
    background-color: rgba(255, 255, 255, 0.1);
}
.ab_maximizeIcon
{
    background: url('../media/maximize.svg');
    background-repeat: no-repeat;
	background-position: center center;
}
.ab_maximizeIcon:hover{
    filter: brightness(3.5);
    background-color: rgba(255, 255, 255, 0.1);
}
.ab_restoreIcon
{
    background: url('../media/restore.svg');
    background-repeat: no-repeat;
	background-position: center center;
}
.ab_restoreIcon:hover{
    filter: brightness(3.5);
    background-color: rgba(255, 255, 255, 0.1);
}
.ab_closeIcon
{
    background: url('../media/close.svg');
    background-repeat: no-repeat;
	background-position: center center;
}
.ab_closeIcon:hover{
    background: url('../media/closeLight.svg');
    background-color: rgba(232, 17, 35, 0.9);
    background-repeat: no-repeat;
	background-position: center center;
}
/*  Hamburger Options Styles  */
.ab_TB_Options{
    -webkit-app-region: no-drag;
    background: url('../media/hamburger.svg');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 50px;
    height: 35px;
}
.ab_TB_Options:hover{
    filter: brightness(3.5);
}
/*  Date Picker Styles  */
.ab_TB_DatePicker
{
    box-sizing: border-box;
    text-align: center;
    justify-items: center;
}
.ab_TB_DatePicker input{
    -webkit-app-region: no-drag;
    margin-top:8px;
    text-align: center;
    border: none;
    border-radius: 3px;
    height: 22px;
    background-color: #394B59;
    color: #d4d2d2 ;
}
.ab_TB_DatePicker input:hover{
    color: #ffff;
    filter: brightness(1.3);
}
.ab_TB_flatpickr{
    display: inline-flex;
}
.ab_TB_resetDate{
    -webkit-app-region: no-drag;
    cursor: pointer;
    height: 22px;
    width: 32px;
    border: none;
    border-radius: 3px;
    background: url("../media/history.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 8px;
    margin-left: 5px;
    background-color: #394B59;
}
.ab_TB_resetDate:hover{
    filter: brightness(1.3);
}
.ab_TB_PreviousDate{
    -webkit-app-region: no-drag;
    cursor: pointer;
    height: 22px;
    width: 32px;
    border: none;
    border-radius: 3px;
    background: url("../media/previous.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    margin-top: 8px;
    margin-right: 5px;
    background-color: #394B59;
}
.ab_TB_PreviousDate:hover{
    filter: brightness(1.3);
}
.ab_TB_NextDate{
    -webkit-app-region: no-drag;
    cursor: pointer;
    height: 22px;
    width: 32px;
    border: none;
    border-radius: 3px;
    background: url("../media/next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    margin-top: 8px;
    margin-left: 5px;
    background-color: #394B59;
}
.ab_TB_NextDate:hover{
    filter: brightness(1.3);
}
.ab_contentIndicator::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 50%;
    bottom: 0;
    left: 45%;
} | 0.414069 | 0.077448 | 
| 
	* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Oswald, sans-serif;
  background-color: #eaeaea;
}
.navbar-brand {
  font-size: 25px;
  color: rgb(245, 236, 236);
  text-transform: uppercase;
}
.nav-link {
  font-size: 18px;
  color: rgb(224, 210, 210);
  font-family: 'Times New Roman', Times, serif;
  margin: 0px 20px 0px;
} 
.button {
  border-radius: 20px;
  align-items: center;
}
/* service */
.service img {
  height: 80px;
  width: 100px;
}
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 40px;
  
}
.service {
  background-color: rgb(153, 145, 231);
  padding: 15px;
  text-align: center;
  border: 1px solid #eaeaea;
  box-shadow: 1px 1px 2px rgb(245, 236, 236);
  border-radius: 20px;
  margin: 0px 20px ;
  
}
/* workingspace */
.workingspace {
  margin: 80px 30px;
}
.workingspace h1 {
  text-align: center;
  margin-bottom: 50px;
}
.workingspace img {
  width: 550px;
  border-radius: 40px;
  height: 400px;
}
.workingspace h2 {
  font-size: 52px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 80px;
}
.workingspace h2 span {
  font-weight: 500;
}
.workingspace p {
  font-size: 18px;
  color: #ACACAC;
  font-weight: 200;
}
/* Gallery */
.gallery {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
}
.gallery h2 {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 50px;
}
.gallery img {
border-radius: 5px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  }
  /* Testimonial */
.testimonial h5 {
  margin-top: 80px;
  text-align: center;
  font-weight: 200;
  font-style: italic;
  font-size: 32px;
}
.testimonial figure img {
  margin-top: 20px 15px 10px;
  text-align: center;
  width: 100px;
  opacity: 0.6;
}
.testimonial figure img.utama {
  width: 110px;
  opacity: 1;
  margin-top: 0;
}
.testimonial figcaption h4{
  text-align: center;
}
/* footer */
/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }
.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}
.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: 800px;
	margin-bottom: 10px;
    width: 100%;
	margin-left: ;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}
.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
/* Credit to https://bootsnipp.com/snippets/bxDBA */
/* akhir footer */
/* resposive */
@media (max-width: 768px) {
    .menu {
        order: -1;
        justify-items: end;
    }
    .menu-toggle {
        display: flex;
      }
    
      .menu ul {   
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        justify-content: space-between;
        flex-direction: column;
        background-color: black;
        align-items: center;
        z-index: 1;
        transform: translateY(-100%);
        transition: all 1s;
        opacity: 0;
      }
    
      .menu ul.slide {
        transform: translateX(0);
        opacity: 1;
      }
}
@media (max-width: 600px) {
    .header {
        grid-template-areas: 
        'hero'
        'features-1'
        'features-2';
    }
    .workingspace {
        text-align: center;
    }
    .testimonial h5 {
        font-size: 24px;
    }
} | 
	style.css | 
	* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Oswald, sans-serif;
  background-color: #eaeaea;
}
.navbar-brand {
  font-size: 25px;
  color: rgb(245, 236, 236);
  text-transform: uppercase;
}
.nav-link {
  font-size: 18px;
  color: rgb(224, 210, 210);
  font-family: 'Times New Roman', Times, serif;
  margin: 0px 20px 0px;
} 
.button {
  border-radius: 20px;
  align-items: center;
}
/* service */
.service img {
  height: 80px;
  width: 100px;
}
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 40px;
  
}
.service {
  background-color: rgb(153, 145, 231);
  padding: 15px;
  text-align: center;
  border: 1px solid #eaeaea;
  box-shadow: 1px 1px 2px rgb(245, 236, 236);
  border-radius: 20px;
  margin: 0px 20px ;
  
}
/* workingspace */
.workingspace {
  margin: 80px 30px;
}
.workingspace h1 {
  text-align: center;
  margin-bottom: 50px;
}
.workingspace img {
  width: 550px;
  border-radius: 40px;
  height: 400px;
}
.workingspace h2 {
  font-size: 52px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 80px;
}
.workingspace h2 span {
  font-weight: 500;
}
.workingspace p {
  font-size: 18px;
  color: #ACACAC;
  font-weight: 200;
}
/* Gallery */
.gallery {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
}
.gallery h2 {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 50px;
}
.gallery img {
border-radius: 5px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  }
  /* Testimonial */
.testimonial h5 {
  margin-top: 80px;
  text-align: center;
  font-weight: 200;
  font-style: italic;
  font-size: 32px;
}
.testimonial figure img {
  margin-top: 20px 15px 10px;
  text-align: center;
  width: 100px;
  opacity: 0.6;
}
.testimonial figure img.utama {
  width: 110px;
  opacity: 1;
  margin-top: 0;
}
.testimonial figcaption h4{
  text-align: center;
}
/* footer */
/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }
.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}
.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: 800px;
	margin-bottom: 10px;
    width: 100%;
	margin-left: ;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}
.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
/* Credit to https://bootsnipp.com/snippets/bxDBA */
/* akhir footer */
/* resposive */
@media (max-width: 768px) {
    .menu {
        order: -1;
        justify-items: end;
    }
    .menu-toggle {
        display: flex;
      }
    
      .menu ul {   
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        justify-content: space-between;
        flex-direction: column;
        background-color: black;
        align-items: center;
        z-index: 1;
        transform: translateY(-100%);
        transition: all 1s;
        opacity: 0;
      }
    
      .menu ul.slide {
        transform: translateX(0);
        opacity: 1;
      }
}
@media (max-width: 600px) {
    .header {
        grid-template-areas: 
        'hero'
        'features-1'
        'features-2';
    }
    .workingspace {
        text-align: center;
    }
    .testimonial h5 {
        font-size: 24px;
    }
} | 0.40251 | 0.091748 | 
| 
	
.wh_publication_toc .topicref {
    display: flex;
    align-items: baseline;
}
.wh_breadcrumb .topicref {
    display: inline-block;
}
.wh_publication_toc .wh-expand-btn:before{
    display: inline-block;
    font-family: "oXygen WebHelp", serif;
    font-size: .7em;
    font-weight: lighter;
    font-style: normal;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border: 2px solid transparent;
    opacity: 0.5;
    line-height: 1em;
}
.wh_publication_toc:hover .wh-expand-btn:before {
    opacity: 0.8;
}
@media only screen and (max-width: 767px) {
    .wh_publication_toc .wh-expand-btn:before {
        opacity: 0.8;
    }
}
.wh_publication_toc div[data-state=expanded] > .wh-expand-btn:before {
    content: "p";
}
.wh_publication_toc div[data-state=not-ready]  > .wh-expand-btn:before,
.wh_publication_toc div[data-state=collapsed] > .wh-expand-btn:before {
    content: "q";
}
.wh_publication_toc div[data-state=collapsed] ~ ul {
    display: none;
}
.wh_publication_toc div[data-state=leaf] > .wh-expand-btn:before {
    content : " ";
}
.wh_publication_toc div[data-state=pending] > .wh-expand-btn:before {
    display: inline-block;
    content: " ";
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 2s linear infinite;
    transition: border 1s;
}
@media screen {
	@keyframes spin {
	    0% { transform: rotate(0deg); }
	    100% { transform: rotate(360deg); }
	}
}
/* WH-1565 Inherit the styles of the parent node */
.wh_publication_toc .topicref a * {
    color: inherit !important;
    background-color: transparent !important;
}
/* ------------------ Menu --------------------------- */
@media screen {
	@keyframes blink {
	    0% { opacity: .2; }
	    20% { opacity: 1; }
	    100% { opacity: .2; }
	}
}
.wh_top_menu .loading {
    padding: 0 10px 10px 10px;
}
.wh_top_menu .loading .dot:before {
    content: ".";
    display: inline-block;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
    color: #ffffff;
}
.wh_top_menu .loading .dot {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.wh_top_menu .loading .dot:nth-child(2) {
    animation-delay: .2s;
}
.wh_top_menu .loading .dot:nth-child(3) {
    animation-delay: .4s;
}
.wh_top_menu .state[data-state="expanded"] + .loading {
    display: none;
} | 
	oxygen-webhelp/app/nav-links/nav-links.css | 
	
.wh_publication_toc .topicref {
    display: flex;
    align-items: baseline;
}
.wh_breadcrumb .topicref {
    display: inline-block;
}
.wh_publication_toc .wh-expand-btn:before{
    display: inline-block;
    font-family: "oXygen WebHelp", serif;
    font-size: .7em;
    font-weight: lighter;
    font-style: normal;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border: 2px solid transparent;
    opacity: 0.5;
    line-height: 1em;
}
.wh_publication_toc:hover .wh-expand-btn:before {
    opacity: 0.8;
}
@media only screen and (max-width: 767px) {
    .wh_publication_toc .wh-expand-btn:before {
        opacity: 0.8;
    }
}
.wh_publication_toc div[data-state=expanded] > .wh-expand-btn:before {
    content: "p";
}
.wh_publication_toc div[data-state=not-ready]  > .wh-expand-btn:before,
.wh_publication_toc div[data-state=collapsed] > .wh-expand-btn:before {
    content: "q";
}
.wh_publication_toc div[data-state=collapsed] ~ ul {
    display: none;
}
.wh_publication_toc div[data-state=leaf] > .wh-expand-btn:before {
    content : " ";
}
.wh_publication_toc div[data-state=pending] > .wh-expand-btn:before {
    display: inline-block;
    content: " ";
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 2s linear infinite;
    transition: border 1s;
}
@media screen {
	@keyframes spin {
	    0% { transform: rotate(0deg); }
	    100% { transform: rotate(360deg); }
	}
}
/* WH-1565 Inherit the styles of the parent node */
.wh_publication_toc .topicref a * {
    color: inherit !important;
    background-color: transparent !important;
}
/* ------------------ Menu --------------------------- */
@media screen {
	@keyframes blink {
	    0% { opacity: .2; }
	    20% { opacity: 1; }
	    100% { opacity: .2; }
	}
}
.wh_top_menu .loading {
    padding: 0 10px 10px 10px;
}
.wh_top_menu .loading .dot:before {
    content: ".";
    display: inline-block;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
    color: #ffffff;
}
.wh_top_menu .loading .dot {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.wh_top_menu .loading .dot:nth-child(2) {
    animation-delay: .2s;
}
.wh_top_menu .loading .dot:nth-child(3) {
    animation-delay: .4s;
}
.wh_top_menu .state[data-state="expanded"] + .loading {
    display: none;
} | 0.61832 | 0.203886 | 
| 
	body {
  margin: 0;
  padding: 0;
  background-color: var(--theme-bg-color);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: var(--theme-text-color);
}
.wrapper {
  max-width: 1470px;
  height: 100%;
  margin: 0 auto;
}
.main-content {
  padding: 50px 0 0;
}
.header__nav {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0;
  padding: 30px 0 0;
  font-weight: 900;
  letter-spacing: 5px;
}
.list--visibility-hide {
  visibility: hidden;
  opacity: 0;
}
.header-menu__switcher {
  position: absolute;
  top: 25px;
  right: 280px;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--theme-brand-color);
  border: none;
  border-radius: 13px;
  color: #FFF;
  cursor: pointer;
}
.switcher__cross-line {
  display: inline-block;
  margin: -1px 0;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  transition: all .7s ease;
}
.switcher__cross-line:nth-child(even) {
  transform: rotate(90deg);
}
.switcher__cross-lines_close {
  margin: -1px 0;
}
.switcher__cross-lines_close:nth-child(odd) {
  transform: rotate(45deg);
}
.switcher__cross-lines_close:nth-child(even) {
  transform: rotate(-45deg);
}
.list__item {
  width: 380px;
  font-size: 36px;
  line-height: 42px;
  box-sizing: border-box;
  list-style: none;
  padding: 25px 15px;
}
.advantages-list__item-icon {
  background-color: var(--theme-bg-color);
}
.advantages-list__item-icon *:nth-child(1) {
  stroke: var(--theme-text-color);
}
.list__link {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  height: 100%;
  color: var(--theme-text-color,#585858);
}
.button {
  font-family: inherit;
  cursor: pointer;
  border: 1px solid transparent;
}
.call-to-action-btn {
  width: 180px;
  height: 55px;
  background-color: var(--theme-brand-color);
  border-radius: 4px;
  font-weight: 900;
  color: #FFF;
}
.section-title {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  display: flex;
  color: var(--theme-text-color,#000);
}
.section-hero__teaser {
  display: flex;
  margin: 45px 0 0;
  padding: 15px;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
}
.section-hero__teaser-column {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 290px;
  height: 100%;
  margin: 0 10px 55px;
}
.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 95px;
}
.header__wrapper {
  height: 95px;
  max-width: 1470px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__nav {
  box-sizing: border-box;
}
.header__nav .nav-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 100vh;
  width: 100%;
  background-color: var(--theme-bg-color-trans);
  padding-top: 50px;
}
.footer .nav-menu__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  margin: 0;
}
.footer .nav-menu__list--mobile-hide {
  display: none;
}
.header__control-buttons {
  justify-content: flex-end;
  display: flex;
  flex: 1 1 auto;
}
.header__theme-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  background-color: inherit;
  margin-right: 10px;
}
.header__logo {
  display: flex;
  justify-content: space-around;
  width: 190px;
}
.header__btn-sing-in {
  background-color: inherit;
  width: 90px;
  height: 46px;
  margin-right: 10px;
  color: var(--theme-text-color,#585858);
}
.header__btn-sing-up {
  height: 45px;
  width: 85px;
  background-color: var(--theme-brand-color);
}
.section-hero {
  margin: 0 auto;
  max-width: 1210px;
  min-height: 817px;
  flex-wrap: wrap;
}
.section-hero__banner {
  margin: 55px 0 0 15px;
  max-width: 870px;
  font-size: 58px;
  line-height: 58px;
  display: block;
}
.section-hero__text-description {
  margin: 10px 0 55px;
}
.section-examples {
  min-height: 685px;
}
.section-examples__title {
  margin: 40px 0;
  font-size: 48px;
  line-height: 60px;
  justify-content: space-around;
}
.gallery {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gallery__image {
  padding: 0 20px 40px 0;
}
.section-advantage {
  margin: 0 auto;
  max-width: 1200px;
  min-height: 900px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-advantage__title {
  margin: 25px 0 0 80px;
  max-width: 455px;
  font-size: 48px;
  line-height: 60px;
}
.section-advantage__image {
  display: inline-block;
  padding-left: 35px;
}
.section-advantage__content {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
  margin: 40px 15px 0 0;
}
.section-advantage__advantages-list {
  display: inline-block;
  align-items: center;
  padding-left: 35px;
}
.advantages-list__item {
  margin: 45px 0 0;
  list-style: none;
  min-height: 100px;
  width: 390px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.advantages-list__item-description {
  width: 305px;
}
.advantages-list__item-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.advantages-list__item-text {
  margin: 8px 0 0;
}
.call-to-action-btn--advantages {
  height: 56px;
  width: 205px;
  margin: 50px 0;
  font-size: 14px;
  line-height: 40px;
}
.section-resume {
  margin: 0 auto;
  max-width: 1396px;
  min-height: 712px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-resume__text {
  position: relative;
  width: 551px;
  margin: 0;
  justify-content: center;
  padding-top: 55px;
}
.section-resume__image-container {
  padding-right: 35px;
}
.call-to-action-btn--resume {
  height: 55px;
  width: 206px;
  margin: 70px 0 0;
  font-size: 14px;
  line-height: 40px;
}
.section-resume__title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  margin: 0;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 205px;
  margin: 0;
}
.footer__nav {
  font-weight: 900;
  flex-wrap: wrap;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  min-height: 123px;
}
.banner-focus {
  color: var(--theme-brand-color);
}
.footer__logo {
  padding-right: 44px;
}
.nav-to-top-btn {
  z-index: 1;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  padding-bottom: 5px;
  box-sizing: border-box;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: var(--theme-bg-color);
  border: 5px solid var(--theme-brand-color);
  color: var(--theme-text-color);
  font-size: 25px;
}
.call-to-action-btn:hover,
.call-to-action-btn:focus {
  border-color: #000;
  color: var(--theme-text-color);
}
.list__item:hover .list__link,
.list__item:focus .list__link {
  color: var(--theme-brand-color);
}
.header-menu__link_active {
  color: var(--theme-brand-color);
}
.header__theme-switcher:hover {
  border-color: var(--theme-brand-color);
}
.header--scrolled {
  background-color: var(--theme-bg-color-trans);
}
@media only screen and (min-width: 585px) {
  .section-hero__banner {
    font-size: 112px;
    line-height: 112px;
  }
}
@media (max-width: 998px) {
  .section-advantage__title {
    max-width: 100%;
    justify-content: space-around;
  }
  .section-examples__gallery {
    justify-content: space-between;
    align-items: center;
    padding: 0 175px;
  }
  .section-resume__text {
    align-items: center;
  }
  .section-hero__banner {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-menu__switcher {
    visibility: hidden;
    opacity: 0;
  }
  .nav-menu {
    position: relative;
    align-items: center;
    padding: 0;
    height: 95px;
    max-width: 700px;
    width: auto;
    background-color: transparent;
  }
  .header__nav {
    font-weight: 400;
    letter-spacing: normal;
  }
  .header__nav .nav-menu__list, .footer__nav .nav-menu__list {
    position: inherit;
    height: 95px;
    width: auto;
    background-color: transparent;
    padding-top: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
  }
  .list__item {
    width: auto;
    text-align: center;
    font-size: inherit;
    line-height: inherit;
  }
  .nav-menu__list--mobile-hide {
    display: flex;
  }
} | 
	homeworks/dmytro.kondaurov_DmitriyKondaurov/9-animations/main-style.css | 
	body {
  margin: 0;
  padding: 0;
  background-color: var(--theme-bg-color);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: var(--theme-text-color);
}
.wrapper {
  max-width: 1470px;
  height: 100%;
  margin: 0 auto;
}
.main-content {
  padding: 50px 0 0;
}
.header__nav {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0;
  padding: 30px 0 0;
  font-weight: 900;
  letter-spacing: 5px;
}
.list--visibility-hide {
  visibility: hidden;
  opacity: 0;
}
.header-menu__switcher {
  position: absolute;
  top: 25px;
  right: 280px;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--theme-brand-color);
  border: none;
  border-radius: 13px;
  color: #FFF;
  cursor: pointer;
}
.switcher__cross-line {
  display: inline-block;
  margin: -1px 0;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  transition: all .7s ease;
}
.switcher__cross-line:nth-child(even) {
  transform: rotate(90deg);
}
.switcher__cross-lines_close {
  margin: -1px 0;
}
.switcher__cross-lines_close:nth-child(odd) {
  transform: rotate(45deg);
}
.switcher__cross-lines_close:nth-child(even) {
  transform: rotate(-45deg);
}
.list__item {
  width: 380px;
  font-size: 36px;
  line-height: 42px;
  box-sizing: border-box;
  list-style: none;
  padding: 25px 15px;
}
.advantages-list__item-icon {
  background-color: var(--theme-bg-color);
}
.advantages-list__item-icon *:nth-child(1) {
  stroke: var(--theme-text-color);
}
.list__link {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  height: 100%;
  color: var(--theme-text-color,#585858);
}
.button {
  font-family: inherit;
  cursor: pointer;
  border: 1px solid transparent;
}
.call-to-action-btn {
  width: 180px;
  height: 55px;
  background-color: var(--theme-brand-color);
  border-radius: 4px;
  font-weight: 900;
  color: #FFF;
}
.section-title {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  display: flex;
  color: var(--theme-text-color,#000);
}
.section-hero__teaser {
  display: flex;
  margin: 45px 0 0;
  padding: 15px;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
}
.section-hero__teaser-column {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 290px;
  height: 100%;
  margin: 0 10px 55px;
}
.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 95px;
}
.header__wrapper {
  height: 95px;
  max-width: 1470px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__nav {
  box-sizing: border-box;
}
.header__nav .nav-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 100vh;
  width: 100%;
  background-color: var(--theme-bg-color-trans);
  padding-top: 50px;
}
.footer .nav-menu__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  margin: 0;
}
.footer .nav-menu__list--mobile-hide {
  display: none;
}
.header__control-buttons {
  justify-content: flex-end;
  display: flex;
  flex: 1 1 auto;
}
.header__theme-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  background-color: inherit;
  margin-right: 10px;
}
.header__logo {
  display: flex;
  justify-content: space-around;
  width: 190px;
}
.header__btn-sing-in {
  background-color: inherit;
  width: 90px;
  height: 46px;
  margin-right: 10px;
  color: var(--theme-text-color,#585858);
}
.header__btn-sing-up {
  height: 45px;
  width: 85px;
  background-color: var(--theme-brand-color);
}
.section-hero {
  margin: 0 auto;
  max-width: 1210px;
  min-height: 817px;
  flex-wrap: wrap;
}
.section-hero__banner {
  margin: 55px 0 0 15px;
  max-width: 870px;
  font-size: 58px;
  line-height: 58px;
  display: block;
}
.section-hero__text-description {
  margin: 10px 0 55px;
}
.section-examples {
  min-height: 685px;
}
.section-examples__title {
  margin: 40px 0;
  font-size: 48px;
  line-height: 60px;
  justify-content: space-around;
}
.gallery {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gallery__image {
  padding: 0 20px 40px 0;
}
.section-advantage {
  margin: 0 auto;
  max-width: 1200px;
  min-height: 900px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-advantage__title {
  margin: 25px 0 0 80px;
  max-width: 455px;
  font-size: 48px;
  line-height: 60px;
}
.section-advantage__image {
  display: inline-block;
  padding-left: 35px;
}
.section-advantage__content {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
  margin: 40px 15px 0 0;
}
.section-advantage__advantages-list {
  display: inline-block;
  align-items: center;
  padding-left: 35px;
}
.advantages-list__item {
  margin: 45px 0 0;
  list-style: none;
  min-height: 100px;
  width: 390px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.advantages-list__item-description {
  width: 305px;
}
.advantages-list__item-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.advantages-list__item-text {
  margin: 8px 0 0;
}
.call-to-action-btn--advantages {
  height: 56px;
  width: 205px;
  margin: 50px 0;
  font-size: 14px;
  line-height: 40px;
}
.section-resume {
  margin: 0 auto;
  max-width: 1396px;
  min-height: 712px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-resume__text {
  position: relative;
  width: 551px;
  margin: 0;
  justify-content: center;
  padding-top: 55px;
}
.section-resume__image-container {
  padding-right: 35px;
}
.call-to-action-btn--resume {
  height: 55px;
  width: 206px;
  margin: 70px 0 0;
  font-size: 14px;
  line-height: 40px;
}
.section-resume__title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  margin: 0;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 205px;
  margin: 0;
}
.footer__nav {
  font-weight: 900;
  flex-wrap: wrap;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  min-height: 123px;
}
.banner-focus {
  color: var(--theme-brand-color);
}
.footer__logo {
  padding-right: 44px;
}
.nav-to-top-btn {
  z-index: 1;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  padding-bottom: 5px;
  box-sizing: border-box;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: var(--theme-bg-color);
  border: 5px solid var(--theme-brand-color);
  color: var(--theme-text-color);
  font-size: 25px;
}
.call-to-action-btn:hover,
.call-to-action-btn:focus {
  border-color: #000;
  color: var(--theme-text-color);
}
.list__item:hover .list__link,
.list__item:focus .list__link {
  color: var(--theme-brand-color);
}
.header-menu__link_active {
  color: var(--theme-brand-color);
}
.header__theme-switcher:hover {
  border-color: var(--theme-brand-color);
}
.header--scrolled {
  background-color: var(--theme-bg-color-trans);
}
@media only screen and (min-width: 585px) {
  .section-hero__banner {
    font-size: 112px;
    line-height: 112px;
  }
}
@media (max-width: 998px) {
  .section-advantage__title {
    max-width: 100%;
    justify-content: space-around;
  }
  .section-examples__gallery {
    justify-content: space-between;
    align-items: center;
    padding: 0 175px;
  }
  .section-resume__text {
    align-items: center;
  }
  .section-hero__banner {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-menu__switcher {
    visibility: hidden;
    opacity: 0;
  }
  .nav-menu {
    position: relative;
    align-items: center;
    padding: 0;
    height: 95px;
    max-width: 700px;
    width: auto;
    background-color: transparent;
  }
  .header__nav {
    font-weight: 400;
    letter-spacing: normal;
  }
  .header__nav .nav-menu__list, .footer__nav .nav-menu__list {
    position: inherit;
    height: 95px;
    width: auto;
    background-color: transparent;
    padding-top: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
  }
  .list__item {
    width: auto;
    text-align: center;
    font-size: inherit;
    line-height: inherit;
  }
  .nav-menu__list--mobile-hide {
    display: flex;
  }
} | 0.463444 | 0.061283 | 
| 
	.logo,
.menu-title,
.right-bar h4 {
    text-transform: uppercase
}
.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}
.topbar .topbar-left {
    background: #4e54c8;
    float: left;
    text-align: center;
    height: 60px;
    position: relative;
    width: 250px;
    z-index: 1
}
.navbar-default {
    background-color: #4e54c8;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 0 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
.navbar-default .navbar-left li a.menu-item {
    padding: 0 15px;
    line-height: 60px;
    color: rgba(255, 255, 255, .8)
}
.logo {
    color: #fff!important;
    font-size: 24px;
    font-family: 'Hind Madurai', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 60px
}
.logo i {
    display: none
}
.user-box a.user-link {
    padding-top: 12px!important;
    padding-bottom: 12px!important
}
.user-box .user-img {
    position: relative;
    height: 36px;
    width: 36px;
    margin: 0 auto
}
.navbar-default .right-menu-item {
    height: 36px;
    width: 36px;
    padding: 0;
    font-size: 18px;
    border: 2px solid rgba(255, 255, 255, .7)!important;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 12px 5px;
    color: rgba(255, 255, 255, .7)!important
}
.side-bar,
.sidebar-inner {
    height: 100%
}
.navbar-default .right-menu-item .badge {
    position: absolute;
    top: -8px;
    right: 0
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: rgba(255, 255, 255, .2);
    color: #fff!important
}
.notify-list h5 {
    margin: 0 0 5px;
    padding: 10px;
    background-color: #f3f3f3;
    text-align: center
}
.notify-list .all-msgs a {
    color: #313a46;
    padding: 6px 10px;
    display: block
}
.side-menu {
    width: 250px;
    z-index: 10;
    background: #fff;
    bottom: 50px;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}
.side-menu.left {
    position: absolute;
    top: 60px;
    bottom: 0
}
body.fixed-left .side-menu.left {
    bottom: 50px;
    margin-bottom: -70px;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed
}
.content-page {
    margin-left: 250px;
    overflow: hidden
}
.content-page .content {
    padding: 0 5px 10px;
    margin-top: 60px
}
.button-menu-mobile {
    background: 0 0;
    border: none;
    color: rgba(255, 255, 255, .8);
    padding: 0 20px;
    display: inline-block
}
.button-menu-mobile i {
    font-size: 24px;
    line-height: 60px
}
.button-menu-mobile:hover {
    color: #fff
}
.user-details {
    min-height: 80px;
    padding-top: 15px;
    position: relative;
    background: url(../images/small/img-1.jpg);
    background-size: cover
}
.user-details img {
    position: relative;
    z-index: 9999
}
.user-details .user-info {
    color: #fff;
    position: relative;
    z-index: 99999
}
.user-details a.dropdown-toggle {
    margin-top: 15px!important;
    color: #fff!important;
    background-color: rgba(49, 58, 70, .5)!important;
    display: block;
    font-weight: 600;
    padding: 6px 15px!important
}
.user-details a.dropdown-toggle span.mdi {
    float: right;
    line-height: 20px;
    font-size: 20px;
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s
}
.user-details a.dropdown-toggle.subdrop {
    color: #fff!important
}
.user-details a.dropdown-toggle.subdrop span.mdi {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.user-details .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(49, 58, 70, .65);
    left: 0;
    top: 0
}
#setting-dropdown .dropdown-menu {
    width: 100%;
    z-index: 9;
    box-shadow: none;
    margin-bottom: 20px!important
}
#setting-dropdown .dropdown-menu a {
    padding: 8px 16px!important
}
#setting-dropdown .dropdown-menu a i {
    font-size: 16px
}
#sidebar-menu,
#sidebar-menu a,
#sidebar-menu li,
#sidebar-menu ul {
    border: 0;
    font-weight: 400;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none
}
#sidebar-menu {
    padding-bottom: 30px;
    width: 100%
}
#sidebar-menu a {
    line-height: 1.3
}
#sidebar-menu ul li .menu-arrow {
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material Design Icons';
    text-rendering: auto;
    line-height: 22px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
#sidebar-menu ul li .menu-arrow:before {
    content: "\F415"
}
#sidebar-menu ul li a.subdrop .menu-arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
#sidebar-menu ul li a.subdrop .menu-arrow:before {
    content: "\F374"
}
#sidebar-menu ul ul {
    display: none
}
#sidebar-menu ul ul li {
    border-top: 0
}
#sidebar-menu ul ul li.active a {
    color: #4c4c4c;
    font-weight: 500;
}
#sidebar-menu ul ul a {
    color: #989898;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-left: 3px solid transparent;
    display: block;
    padding: 10px 20px 10px 59px
}
#sidebar-menu ul ul a:hover {
    color: #4c4c4c
}
#sidebar-menu ul ul a i {
    margin-right: 5px
}
#sidebar-menu ul ul ul a {
    padding-left: 80px
}
#sidebar-menu .badge {
    margin-top: 2px
}
#sidebar-menu .subdrop {
    color: #4c4c4c;
    background-color: #f2f2f2
}
#sidebar-menu>ul>li>a {
    color: #4c4c4c;
    display: block;
    padding: 13px 20px;
    margin: 3px 0;
    font-size: 15px
}
#sidebar-menu>ul>li>a:hover {
    color: #4c4c4c;
    text-decoration: none;
    background-color: #f2f2f2
}
#sidebar-menu>ul>li>a>span {
    vertical-align: middle
}
#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 22px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20px
}
#sidebar-menu ul li a .drop-arrow {
    float: right
}
#sidebar-menu ul li a .drop-arrow i {
    margin-right: 0
}
#sidebar-menu>ul>li>a.active {
    color: #4c4c4c!important;
    background-color: #f2f2f2
}
.menu-title {
    padding: 12px 20px!important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    color: #989898;
    font-family: 'Hind Madurai', sans-serif
}
.help-box {
    color: rgba(49, 58, 70, .7);
    padding: 20px;
    margin: 20px;
    border: 1px solid rgba(49, 58, 70, .15);
    border-radius: 3px;
    font-size: 13px;
    background-color: rgba(49, 58, 70, .05)
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a,
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul a:hover {
    color: #4c4c4c
}
#wrapper.enlarged .help-box,
#wrapper.enlarged .menu-arrow,
#wrapper.enlarged .menu-title {
    display: none!important
}
#wrapper.enlarged #sidebar-menu ul ul {
    margin-top: -3px;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 9999;
    background-color: #fff
}
#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5
}
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a {
    padding: 15px 20px
}
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:active,
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:focus,
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:hover {
    background-color: #f2f2f2
}
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a i {
    margin-right: 20px!important;
    font-size: 20px
}
#wrapper.enlarged .left.side-menu .badge {
    position: absolute;
    top: 5px;
    left: 35px;
    text-indent: 0;
    display: block!important;
    padding: 3px 5px!important
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li {
    position: relative;
    white-space: nowrap;
    max-height: 50px
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>a {
    position: relative;
    width: 260px;
    background-color: #f2f2f2
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul a {
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 190px;
    z-index: 6
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover a span {
    display: inline
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li>ul {
    display: none
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover>ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li>a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg)
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li>a span {
    display: none;
    padding-left: 10px
}
#wrapper.enlarged .left.side-menu .user-details {
    display: none
}
#wrapper.enlarged .content-page {
    margin-left: 70px
}
#wrapper.enlarged .footer {
    left: 70px
}
#wrapper.enlarged .topbar .topbar-left {
    width: 70px!important
}
#wrapper.enlarged .topbar .topbar-left .logo span {
    display: none;
    opacity: 0
}
#wrapper.enlarged .topbar .topbar-left .logo i {
    display: block;
    line-height: 60px;
    color: #fff!important
}
#wrapper.enlarged #sidebar-menu>ul>li:hover>a.active:after,
#wrapper.enlarged #sidebar-menu>ul>li:hover>a.open:after {
    display: none
}
#wrapper.right-bar-enabled .right-bar {
    right: 0
}
#wrapper.right-bar-enabled .left-layout {
    left: 0
}
.side-bar.right-bar {
    float: right!important;
    right: -266px;
    top: 0
}
.side-bar {
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    display: block;
    float: left;
    position: fixed;
    transition: all .2s ease-out;
    width: 240px
}
.right-bar {
    background: #fff!important;
    z-index: 999!important
}
.right-bar h4 {
    border-bottom: 1px solid rgba(152, 152, 152, .5);
    padding: 4px 10px 10px 18px;
    font-size: 14px;
    letter-spacing: .03em
}
.right-bar .right-bar-toggle {
    float: right;
    line-height: 46px;
    font-size: 20px;
    color: #333;
    padding: 0 10px
}
.right-bar .setting-list {
    padding: 0 20px 20px
}
.user-list .user-list-item {
    padding: 10px 12px!important;
    border-bottom: 1px solid #EEE!important
}
.user-list .user-list-item .avatar {
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px
}
.user-list .user-list-item .avatar img {
    border-radius: 50%;
    width: 100%
}
.user-list .user-list-item .icon {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center
}
.user-list .user-list-item .icon i {
    color: #fff;
    line-height: 30px;
    font-size: 16px
}
.user-list .user-list-item .user-desc {
    margin-left: 40px
}
.user-list .user-list-item .user-desc span.name {
    color: #313a46;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 13px
}
.user-list .user-list-item .user-desc span.desc {
    color: #989898;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px
}
.user-list .user-list-item .user-desc span.time {
    font-size: 11px
}
.app-search {
    position: relative
}
.app-search a {
    position: absolute;
    top: 7px;
    right: 26px;
    color: rgba(255, 255, 255, .7)
}
.app-search a:hover {
    color: rgba(255, 255, 255, .9)
}
.app-search .form-control,
.app-search .form-control:focus {
    border-color: transparent;
    height: 34px;
    color: #fff;
    padding: 7px 40px 7px 20px;
    margin: 14px 12px 0 5px;
    background: rgba(255, 255, 255, .3);
    box-shadow: none;
    width: 190px
}
.app-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}
.app-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}
.app-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}
.app-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}
.page-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600
}
.page-header {
    border-bottom: 1px solid #DBDDDE
}
.header-title {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 8px;
    font-weight: 600
}
.page-title-box {
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    margin: 0 -20px 20px;
    background-color: #fff
}
.page-title-box .page-title {
    margin-bottom: 0;
    float: left
}
.page-title-box .breadcrumb {
    float: right;
    background-color: transparent!important
}
body.fixed-left-void {
    min-height: 1250px
}
.mobile.smallscreen .sidebar-inner.slimscrollleft {
    overflow: scroll!important
}
/*****b-css*****/
/*.card-box
{
    height: 126px;
}*/
.dashboard .card-box a
{
	color: #fff;
}
/*.Aligner {
  display: flex;
  align-items: center;
}*/ | 
	public/backend/assets/css/menu.css | 
	.logo,
.menu-title,
.right-bar h4 {
    text-transform: uppercase
}
.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}
.topbar .topbar-left {
    background: #4e54c8;
    float: left;
    text-align: center;
    height: 60px;
    position: relative;
    width: 250px;
    z-index: 1
}
.navbar-default {
    background-color: #4e54c8;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 0 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
.navbar-default .navbar-left li a.menu-item {
    padding: 0 15px;
    line-height: 60px;
    color: rgba(255, 255, 255, .8)
}
.logo {
    color: #fff!important;
    font-size: 24px;
    font-family: 'Hind Madurai', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 60px
}
.logo i {
    display: none
}
.user-box a.user-link {
    padding-top: 12px!important;
    padding-bottom: 12px!important
}
.user-box .user-img {
    position: relative;
    height: 36px;
    width: 36px;
    margin: 0 auto
}
.navbar-default .right-menu-item {
    height: 36px;
    width: 36px;
    padding: 0;
    font-size: 18px;
    border: 2px solid rgba(255, 255, 255, .7)!important;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 12px 5px;
    color: rgba(255, 255, 255, .7)!important
}
.side-bar,
.sidebar-inner {
    height: 100%
}
.navbar-default .right-menu-item .badge {
    position: absolute;
    top: -8px;
    right: 0
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: rgba(255, 255, 255, .2);
    color: #fff!important
}
.notify-list h5 {
    margin: 0 0 5px;
    padding: 10px;
    background-color: #f3f3f3;
    text-align: center
}
.notify-list .all-msgs a {
    color: #313a46;
    padding: 6px 10px;
    display: block
}
.side-menu {
    width: 250px;
    z-index: 10;
    background: #fff;
    bottom: 50px;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}
.side-menu.left {
    position: absolute;
    top: 60px;
    bottom: 0
}
body.fixed-left .side-menu.left {
    bottom: 50px;
    margin-bottom: -70px;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed
}
.content-page {
    margin-left: 250px;
    overflow: hidden
}
.content-page .content {
    padding: 0 5px 10px;
    margin-top: 60px
}
.button-menu-mobile {
    background: 0 0;
    border: none;
    color: rgba(255, 255, 255, .8);
    padding: 0 20px;
    display: inline-block
}
.button-menu-mobile i {
    font-size: 24px;
    line-height: 60px
}
.button-menu-mobile:hover {
    color: #fff
}
.user-details {
    min-height: 80px;
    padding-top: 15px;
    position: relative;
    background: url(../images/small/img-1.jpg);
    background-size: cover
}
.user-details img {
    position: relative;
    z-index: 9999
}
.user-details .user-info {
    color: #fff;
    position: relative;
    z-index: 99999
}
.user-details a.dropdown-toggle {
    margin-top: 15px!important;
    color: #fff!important;
    background-color: rgba(49, 58, 70, .5)!important;
    display: block;
    font-weight: 600;
    padding: 6px 15px!important
}
.user-details a.dropdown-toggle span.mdi {
    float: right;
    line-height: 20px;
    font-size: 20px;
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s
}
.user-details a.dropdown-toggle.subdrop {
    color: #fff!important
}
.user-details a.dropdown-toggle.subdrop span.mdi {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.user-details .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(49, 58, 70, .65);
    left: 0;
    top: 0
}
#setting-dropdown .dropdown-menu {
    width: 100%;
    z-index: 9;
    box-shadow: none;
    margin-bottom: 20px!important
}
#setting-dropdown .dropdown-menu a {
    padding: 8px 16px!important
}
#setting-dropdown .dropdown-menu a i {
    font-size: 16px
}
#sidebar-menu,
#sidebar-menu a,
#sidebar-menu li,
#sidebar-menu ul {
    border: 0;
    font-weight: 400;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none
}
#sidebar-menu {
    padding-bottom: 30px;
    width: 100%
}
#sidebar-menu a {
    line-height: 1.3
}
#sidebar-menu ul li .menu-arrow {
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material Design Icons';
    text-rendering: auto;
    line-height: 22px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
#sidebar-menu ul li .menu-arrow:before {
    content: "\F415"
}
#sidebar-menu ul li a.subdrop .menu-arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
#sidebar-menu ul li a.subdrop .menu-arrow:before {
    content: "\F374"
}
#sidebar-menu ul ul {
    display: none
}
#sidebar-menu ul ul li {
    border-top: 0
}
#sidebar-menu ul ul li.active a {
    color: #4c4c4c;
    font-weight: 500;
}
#sidebar-menu ul ul a {
    color: #989898;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-left: 3px solid transparent;
    display: block;
    padding: 10px 20px 10px 59px
}
#sidebar-menu ul ul a:hover {
    color: #4c4c4c
}
#sidebar-menu ul ul a i {
    margin-right: 5px
}
#sidebar-menu ul ul ul a {
    padding-left: 80px
}
#sidebar-menu .badge {
    margin-top: 2px
}
#sidebar-menu .subdrop {
    color: #4c4c4c;
    background-color: #f2f2f2
}
#sidebar-menu>ul>li>a {
    color: #4c4c4c;
    display: block;
    padding: 13px 20px;
    margin: 3px 0;
    font-size: 15px
}
#sidebar-menu>ul>li>a:hover {
    color: #4c4c4c;
    text-decoration: none;
    background-color: #f2f2f2
}
#sidebar-menu>ul>li>a>span {
    vertical-align: middle
}
#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 22px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20px
}
#sidebar-menu ul li a .drop-arrow {
    float: right
}
#sidebar-menu ul li a .drop-arrow i {
    margin-right: 0
}
#sidebar-menu>ul>li>a.active {
    color: #4c4c4c!important;
    background-color: #f2f2f2
}
.menu-title {
    padding: 12px 20px!important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    color: #989898;
    font-family: 'Hind Madurai', sans-serif
}
.help-box {
    color: rgba(49, 58, 70, .7);
    padding: 20px;
    margin: 20px;
    border: 1px solid rgba(49, 58, 70, .15);
    border-radius: 3px;
    font-size: 13px;
    background-color: rgba(49, 58, 70, .05)
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a,
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul a:hover {
    color: #4c4c4c
}
#wrapper.enlarged .help-box,
#wrapper.enlarged .menu-arrow,
#wrapper.enlarged .menu-title {
    display: none!important
}
#wrapper.enlarged #sidebar-menu ul ul {
    margin-top: -3px;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 9999;
    background-color: #fff
}
#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5
}
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a {
    padding: 15px 20px
}
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:active,
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:focus,
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:hover {
    background-color: #f2f2f2
}
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a i {
    margin-right: 20px!important;
    font-size: 20px
}
#wrapper.enlarged .left.side-menu .badge {
    position: absolute;
    top: 5px;
    left: 35px;
    text-indent: 0;
    display: block!important;
    padding: 3px 5px!important
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li {
    position: relative;
    white-space: nowrap;
    max-height: 50px
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>a {
    position: relative;
    width: 260px;
    background-color: #f2f2f2
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul a {
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 190px;
    z-index: 6
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover a span {
    display: inline
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li>ul {
    display: none
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover>ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li>a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg)
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li>a span {
    display: none;
    padding-left: 10px
}
#wrapper.enlarged .left.side-menu .user-details {
    display: none
}
#wrapper.enlarged .content-page {
    margin-left: 70px
}
#wrapper.enlarged .footer {
    left: 70px
}
#wrapper.enlarged .topbar .topbar-left {
    width: 70px!important
}
#wrapper.enlarged .topbar .topbar-left .logo span {
    display: none;
    opacity: 0
}
#wrapper.enlarged .topbar .topbar-left .logo i {
    display: block;
    line-height: 60px;
    color: #fff!important
}
#wrapper.enlarged #sidebar-menu>ul>li:hover>a.active:after,
#wrapper.enlarged #sidebar-menu>ul>li:hover>a.open:after {
    display: none
}
#wrapper.right-bar-enabled .right-bar {
    right: 0
}
#wrapper.right-bar-enabled .left-layout {
    left: 0
}
.side-bar.right-bar {
    float: right!important;
    right: -266px;
    top: 0
}
.side-bar {
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    display: block;
    float: left;
    position: fixed;
    transition: all .2s ease-out;
    width: 240px
}
.right-bar {
    background: #fff!important;
    z-index: 999!important
}
.right-bar h4 {
    border-bottom: 1px solid rgba(152, 152, 152, .5);
    padding: 4px 10px 10px 18px;
    font-size: 14px;
    letter-spacing: .03em
}
.right-bar .right-bar-toggle {
    float: right;
    line-height: 46px;
    font-size: 20px;
    color: #333;
    padding: 0 10px
}
.right-bar .setting-list {
    padding: 0 20px 20px
}
.user-list .user-list-item {
    padding: 10px 12px!important;
    border-bottom: 1px solid #EEE!important
}
.user-list .user-list-item .avatar {
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px
}
.user-list .user-list-item .avatar img {
    border-radius: 50%;
    width: 100%
}
.user-list .user-list-item .icon {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center
}
.user-list .user-list-item .icon i {
    color: #fff;
    line-height: 30px;
    font-size: 16px
}
.user-list .user-list-item .user-desc {
    margin-left: 40px
}
.user-list .user-list-item .user-desc span.name {
    color: #313a46;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 13px
}
.user-list .user-list-item .user-desc span.desc {
    color: #989898;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px
}
.user-list .user-list-item .user-desc span.time {
    font-size: 11px
}
.app-search {
    position: relative
}
.app-search a {
    position: absolute;
    top: 7px;
    right: 26px;
    color: rgba(255, 255, 255, .7)
}
.app-search a:hover {
    color: rgba(255, 255, 255, .9)
}
.app-search .form-control,
.app-search .form-control:focus {
    border-color: transparent;
    height: 34px;
    color: #fff;
    padding: 7px 40px 7px 20px;
    margin: 14px 12px 0 5px;
    background: rgba(255, 255, 255, .3);
    box-shadow: none;
    width: 190px
}
.app-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}
.app-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}
.app-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}
.app-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}
.page-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600
}
.page-header {
    border-bottom: 1px solid #DBDDDE
}
.header-title {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 8px;
    font-weight: 600
}
.page-title-box {
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    margin: 0 -20px 20px;
    background-color: #fff
}
.page-title-box .page-title {
    margin-bottom: 0;
    float: left
}
.page-title-box .breadcrumb {
    float: right;
    background-color: transparent!important
}
body.fixed-left-void {
    min-height: 1250px
}
.mobile.smallscreen .sidebar-inner.slimscrollleft {
    overflow: scroll!important
}
/*****b-css*****/
/*.card-box
{
    height: 126px;
}*/
.dashboard .card-box a
{
	color: #fff;
}
/*.Aligner {
  display: flex;
  align-items: center;
}*/ | 0.427636 | 0.144179 | 
| 
	header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
header .container {
    position: relative;
    z-index: 2;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.timeline {
    width: 100%;
    max-width: 800px;
    background: #fff;
    position: relative;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(33% + 15px);
    bottom: 0px;
    width: 4px;
    background: #ddd;
}
.timeline:after {
    content: "";
    display: table;
    clear: both;
}
.entry {
    clear: both;
    text-align: left;
    position: relative;
}
.entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 33%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}
.entry .title:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 4px solid salmon;
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: -23px;
    z-index: 99;
}
.entry .title h3 {
    margin: 0;
    font-size: 120%;
}
.entry .title p {
    margin: 0;
    font-size: 100%;
}
.entry .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 30px;
}
.entry .body p {
    line-height: 1.4em;
}
.entry .body p:first-child {
    margin-top: 0;
    font-weight: 400;
}
.entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}
.entry .body ul li:before {
    content: "–";
    margin-right: 0.5em;
}
.slick-next:before,
.slick-prev:before {
    color: #008BD0 !important;
} | 
	public/assets/css/new.css | 
	header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
header .container {
    position: relative;
    z-index: 2;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.timeline {
    width: 100%;
    max-width: 800px;
    background: #fff;
    position: relative;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(33% + 15px);
    bottom: 0px;
    width: 4px;
    background: #ddd;
}
.timeline:after {
    content: "";
    display: table;
    clear: both;
}
.entry {
    clear: both;
    text-align: left;
    position: relative;
}
.entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 33%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}
.entry .title:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 4px solid salmon;
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: -23px;
    z-index: 99;
}
.entry .title h3 {
    margin: 0;
    font-size: 120%;
}
.entry .title p {
    margin: 0;
    font-size: 100%;
}
.entry .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 30px;
}
.entry .body p {
    line-height: 1.4em;
}
.entry .body p:first-child {
    margin-top: 0;
    font-weight: 400;
}
.entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}
.entry .body ul li:before {
    content: "–";
    margin-right: 0.5em;
}
.slick-next:before,
.slick-prev:before {
    color: #008BD0 !important;
} | 0.581897 | 0.120284 | 
| 
	.articles article {
  padding-bottom: 1.4em;
  border-bottom: 1px solid #eeeeee;
  margin-top: 2.4em;
}
.articles article p {
  font-size: 1.2em;
}
.articles article:last-child {
  border-bottom: none;
}
.info {
  margin-bottom: .5em;
  color: #a0a0a0;
}
.info a {
  color: #a0a0a0;
}
.info > span {
  margin-right: 1em;
}
.info .user img {
  width: 20px;
  border-radius: 3px;
}
article .tags {
  font-size: 1em;
}
.popular-tags h4 {
  margin-top: 2em;
}
.popular-tags .label {
  margin-top: .4em;
  font-size: .8em;
  line-height: 2;
}
.popular-tags a:hover, .tags a:hover {
  text-decoration: none;
}
.user-portrait img {
  border-radius: 4px;
  width: 34px;
}
.user-portrait {
  width: 40px;
  float: left;
}
.comment-input {
  float: left;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
.post-comment {
  margin-bottom: 1em;
}
.comment-portrait {
  width: 40px; 
  border-radius: 5px; 
  float: left;
}
.comment-text {
  margin-left: 50px;
}
.comment-text h5 {
  padding-top: .1em;
  margin: .2em 0;
}
.comment-text h5 small {
  margin-left: .6em;
}
.comment-text p {
  margin: 0;
  font-size: .9em;
}
.comment {
  border-bottom: 1px solid #e3e3e3;
  padding: .8em 0;
}
.comment:last-child {
  border-bottom: none;
.articles article {
  padding-bottom: 1.4em;
  border-bottom: 1px solid #eeeeee;
  margin-top: 2.4em;
}
.articles article p {
  font-size: 1.2em;
}
.articles article:last-child {
  border-bottom: none;
}
.info {
  margin-bottom: .5em;
  color: #a0a0a0;
}
.info a {
  color: #a0a0a0;
}
.info > span {
  margin-right: 1em;
}
.info .user img {
  width: 20px;
  border-radius: 3px;
}
article .tags {
  font-size: 1em;
}
.popular-tags h4 {
  margin-top: 2em;
}
.popular-tags .label {
  margin-top: .4em;
  font-size: .8em;
  line-height: 2;
}
.popular-tags a:hover, .tags a:hover {
  text-decoration: none;
}
.user-portrait img {
  border-radius: 4px;
  width: 34px;
}
.user-portrait {
  width: 40px;
  float: left;
}
.comment-input {
  float: left;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
.post-comment {
  margin-bottom: 1em;
}
.comment-portrait {
  width: 40px; 
  border-radius: 5px; 
  float: left;
}
.comment-text {
  margin-left: 50px;
}
.comment-text h5 {
  padding-top: .1em;
  margin: .2em 0;
}
.comment-text h5 small {
  margin-left: .6em;
}
.comment-text p {
  margin: 0;
  font-size: .9em;
}
.comment {
  border-bottom: 1px solid #e3e3e3;
  padding: .8em 0;
}
.comment:last-child {
  border-bottom: none;
} | 
	careplus/articles/static/css/articles.css | 
	.articles article {
  padding-bottom: 1.4em;
  border-bottom: 1px solid #eeeeee;
  margin-top: 2.4em;
}
.articles article p {
  font-size: 1.2em;
}
.articles article:last-child {
  border-bottom: none;
}
.info {
  margin-bottom: .5em;
  color: #a0a0a0;
}
.info a {
  color: #a0a0a0;
}
.info > span {
  margin-right: 1em;
}
.info .user img {
  width: 20px;
  border-radius: 3px;
}
article .tags {
  font-size: 1em;
}
.popular-tags h4 {
  margin-top: 2em;
}
.popular-tags .label {
  margin-top: .4em;
  font-size: .8em;
  line-height: 2;
}
.popular-tags a:hover, .tags a:hover {
  text-decoration: none;
}
.user-portrait img {
  border-radius: 4px;
  width: 34px;
}
.user-portrait {
  width: 40px;
  float: left;
}
.comment-input {
  float: left;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
.post-comment {
  margin-bottom: 1em;
}
.comment-portrait {
  width: 40px; 
  border-radius: 5px; 
  float: left;
}
.comment-text {
  margin-left: 50px;
}
.comment-text h5 {
  padding-top: .1em;
  margin: .2em 0;
}
.comment-text h5 small {
  margin-left: .6em;
}
.comment-text p {
  margin: 0;
  font-size: .9em;
}
.comment {
  border-bottom: 1px solid #e3e3e3;
  padding: .8em 0;
}
.comment:last-child {
  border-bottom: none;
.articles article {
  padding-bottom: 1.4em;
  border-bottom: 1px solid #eeeeee;
  margin-top: 2.4em;
}
.articles article p {
  font-size: 1.2em;
}
.articles article:last-child {
  border-bottom: none;
}
.info {
  margin-bottom: .5em;
  color: #a0a0a0;
}
.info a {
  color: #a0a0a0;
}
.info > span {
  margin-right: 1em;
}
.info .user img {
  width: 20px;
  border-radius: 3px;
}
article .tags {
  font-size: 1em;
}
.popular-tags h4 {
  margin-top: 2em;
}
.popular-tags .label {
  margin-top: .4em;
  font-size: .8em;
  line-height: 2;
}
.popular-tags a:hover, .tags a:hover {
  text-decoration: none;
}
.user-portrait img {
  border-radius: 4px;
  width: 34px;
}
.user-portrait {
  width: 40px;
  float: left;
}
.comment-input {
  float: left;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
.post-comment {
  margin-bottom: 1em;
}
.comment-portrait {
  width: 40px; 
  border-radius: 5px; 
  float: left;
}
.comment-text {
  margin-left: 50px;
}
.comment-text h5 {
  padding-top: .1em;
  margin: .2em 0;
}
.comment-text h5 small {
  margin-left: .6em;
}
.comment-text p {
  margin: 0;
  font-size: .9em;
}
.comment {
  border-bottom: 1px solid #e3e3e3;
  padding: .8em 0;
}
.comment:last-child {
  border-bottom: none;
} | 0.502686 | 0.209611 | 
| 
	.post {
	background-color: white;
	margin: 5px;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.13), 1px 2px 2px rgba(0, 0, 0, 0.1),
		-1px -2px 2px rgba(0, 0, 0, 0.05);
}
.post__header {
	display: flex;
	margin-bottom: 10px;
	width: 100%;
	align-items: center;
	flex-direction: row;
}
.post__info {
	margin-left: 10px;
	display: flex;
	width: 100%;
	flex-direction: column;
}
.post__category {
	font-size: 12px;
	color: gray;
}
.post__username {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.post__username10 {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.post__username11 {
	flex-direction: row;
	margin-left: auto;
}
.post__username11 > p > span {
	color: white;
	font-size: 13px;
	background-color: red;
	padding: 5px;
	border-radius: 5px;
}
.post__username1 {
	font-size: 15px;
	padding-right: 2px;
}
.post__username2 {
	font-size: 11px;
	padding-top: 3px;
	padding-left: 3px;
	color: gray;
}
.post__username3 {
	margin-left: auto;
	margin-right: 2px;
	padding-top: 3px;
	font-size: 11px;
	color: gray;
}
.post__body {
	padding-top: 10px;
	overflow-wrap: anywhere;
	display: flex;
	flex-direction: row;
}
.post__body10 {
	flex: 0.3;
}
.post__body10 > img {
	height: 200px;
	width: 150px;
	object-fit: contain;
	margin-right: 20px;
}
.post__body20 {
	display: flex;
	flex-direction: column;
	flex: 0.7;
	max-height: 200px;
	overflow: hidden;
	margin-right: 10px;
}
.post__body20 > h3 > span {
	display: inline;
	text-align: left;
	font-weight: bold;
	border-radius: 10px;
	margin-right: 5px;
}
.post__body20 > h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	max-height: 2.8em;
	line-height: 1.4em;
	height: 2.8em;
	overflow: hidden;
	color: green;
}
.truncated-text {
	color: black;
}
.post__body20 > div > p {
	flex: 0.3;
	max-height: 88px;
	overflow: hidden;
}
.descriptions {
	max-height: 2.8em;
	line-height: 1.4em;
	height: 2.8em;
	overflow: hidden;
}
.post__body20 > p {
	flex: 0.2;
	border-radius: 50px;
	size: inherit;
	margin-top: 5px;
	padding-left: 20px;
	width: 220px;
	height: 50px;
	border: 0.5px dotted gray;
	padding-top: 2px;
	padding-bottom: 10px;
	background-color: rgba(221, 223, 221, 0.329);
	overflow: hidden;
}
.post__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
@media only screen and (max-width: 900px) {
	.post {
		min-width: 90%;
		overflow: hidden;
	}
	.post__body10 > img {
		height: 100px;
		width: 75px;
	}
	.post__buttons {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.post__body20 > h3 {
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
		max-height: 64px;
		min-height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.post__body20 > div > p {
		font-size: 13px;
		max-height: 37px;
		overflow: hidden;
	}
	.post__body20 > p {
		flex: 0.2;
		font-size: 13px;
		border: 0.5px dotted gray;
		border-radius: 50px;
		size: inherit;
		padding-top: 5px;
		margin-top: 10px;
		padding-left: 20px;
		width: 160px;
		height: 25px;
		overflow: hidden;
	}
	.post__buttons {
		margin-top: 10px;
	}
} | 
	src/Post.css | 
	.post {
	background-color: white;
	margin: 5px;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.13), 1px 2px 2px rgba(0, 0, 0, 0.1),
		-1px -2px 2px rgba(0, 0, 0, 0.05);
}
.post__header {
	display: flex;
	margin-bottom: 10px;
	width: 100%;
	align-items: center;
	flex-direction: row;
}
.post__info {
	margin-left: 10px;
	display: flex;
	width: 100%;
	flex-direction: column;
}
.post__category {
	font-size: 12px;
	color: gray;
}
.post__username {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.post__username10 {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.post__username11 {
	flex-direction: row;
	margin-left: auto;
}
.post__username11 > p > span {
	color: white;
	font-size: 13px;
	background-color: red;
	padding: 5px;
	border-radius: 5px;
}
.post__username1 {
	font-size: 15px;
	padding-right: 2px;
}
.post__username2 {
	font-size: 11px;
	padding-top: 3px;
	padding-left: 3px;
	color: gray;
}
.post__username3 {
	margin-left: auto;
	margin-right: 2px;
	padding-top: 3px;
	font-size: 11px;
	color: gray;
}
.post__body {
	padding-top: 10px;
	overflow-wrap: anywhere;
	display: flex;
	flex-direction: row;
}
.post__body10 {
	flex: 0.3;
}
.post__body10 > img {
	height: 200px;
	width: 150px;
	object-fit: contain;
	margin-right: 20px;
}
.post__body20 {
	display: flex;
	flex-direction: column;
	flex: 0.7;
	max-height: 200px;
	overflow: hidden;
	margin-right: 10px;
}
.post__body20 > h3 > span {
	display: inline;
	text-align: left;
	font-weight: bold;
	border-radius: 10px;
	margin-right: 5px;
}
.post__body20 > h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	max-height: 2.8em;
	line-height: 1.4em;
	height: 2.8em;
	overflow: hidden;
	color: green;
}
.truncated-text {
	color: black;
}
.post__body20 > div > p {
	flex: 0.3;
	max-height: 88px;
	overflow: hidden;
}
.descriptions {
	max-height: 2.8em;
	line-height: 1.4em;
	height: 2.8em;
	overflow: hidden;
}
.post__body20 > p {
	flex: 0.2;
	border-radius: 50px;
	size: inherit;
	margin-top: 5px;
	padding-left: 20px;
	width: 220px;
	height: 50px;
	border: 0.5px dotted gray;
	padding-top: 2px;
	padding-bottom: 10px;
	background-color: rgba(221, 223, 221, 0.329);
	overflow: hidden;
}
.post__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
@media only screen and (max-width: 900px) {
	.post {
		min-width: 90%;
		overflow: hidden;
	}
	.post__body10 > img {
		height: 100px;
		width: 75px;
	}
	.post__buttons {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.post__body20 > h3 {
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
		max-height: 64px;
		min-height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.post__body20 > div > p {
		font-size: 13px;
		max-height: 37px;
		overflow: hidden;
	}
	.post__body20 > p {
		flex: 0.2;
		font-size: 13px;
		border: 0.5px dotted gray;
		border-radius: 50px;
		size: inherit;
		padding-top: 5px;
		margin-top: 10px;
		padding-left: 20px;
		width: 160px;
		height: 25px;
		overflow: hidden;
	}
	.post__buttons {
		margin-top: 10px;
	}
} | 0.497559 | 0.127056 | 
| 
	@charset "utf-8";
/*组合搜索*/
.filter-box {
	padding: 18px 0;
}
.filter-list-wrap {
	position: relative;
}
.filter-list-wrap, .filter-selected-list-wrap, .full-toggle-wrap {
	border-top: 1px solid #e0e0e0;
}
.filter-list-wrap:first-child, .filter-selected-list-wrap:first-child, .full-toggle-wrap:first-child {
	border-top: 0;
}
.filter-list, .selected-list {
	position: relative;
	padding-left: 70px;
	min-height: 45px;
	margin: 0;
}
.filter-list {
	width: 1032px;
	height: 45px;
	overflow: hidden;
	_zoom: 1;
	-webkit-transition: height 0.3s ease-in;
	transition: height 0.3s ease-in;
}
.filter-list-wrap-toggled .filter-list-row-2 {
	height: 90px;
}
.filter-list-wrap-toggled .filter-list-row-3 {
	height: 135px;
}
.filter-list-wrap-toggled .filter-list-row-4 {
	height: 180px;
}
.filter-list-wrap-toggled .filter-list-row-5 {
	height: 225px;
}
.filter-list dt, .selected-list dt {
	position: absolute;
	left: 0;
	top: 11px;
	width: 72px;
	color: #b0b0b0;
}
.filter-list dd, .selected-list dd {
	float: left;
	margin: 0;
}
.filter-list dd {
	width: 172px;
	padding: 12px 0;
}
.filter-list a {
	color: #424242;
}
.filter-list a:hover {
	color: #ff6700;
}
.filter-list dd.active {
	color: #ff6700;
}
.filter-list-wrap .more {
	position: absolute;
	right: 0;
	top: 10px;
	height: 24px;
	line-height: 24px;
	color: #757575;
	display:none;
}
.filter-list-wrap .more i {
	font-size: 24px;
	line-height: 24px;
	vertical-align: -4px;
}
/*商品列表页主体*/
.content {
	padding: 20px 0 100px;
	background: #f5f5f5;
}
.content .empty{
	padding-top:70px;
	text-align:center;	
}
/*排序规则*/
.order-list-box {
	height: 22px;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.order-list-box .order-list {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.order-list-box .order-list li {
	float: left;
	padding: 0 30px;
	border-left: 1px solid #e0e0e0;
	line-height: 20px;
}
.order-list-box .order-list li.first {
	padding-left: 0;
	border-left: 0;
}
.order-list-box .order-list li a {
	color: #424242;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.order-list-box .order-list li.active a {
	color: #ff6700;
}
.order-list-box .order-list i {
	font-size: 16px;
	line-height: 16px;
	vertical-align: -1px;
}
.order-list-box .type-list {
	float: right;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.order-list-box .type-list li {
	float: left;
	margin-left: 24px;
}
.order-list-box .type-list img {
	vertical-align: -2px;
}
.order-list-box .type-list a {
	color: #424242;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.order-list-box .type-list .checkbox {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	vertical-align: -2px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
.order-list-box .type-list .checkbox-checked {
	background-color: #ff6700;
	border-color: #ff6700;
	color: #fff;
}
.order-list-box .type-list .checkbox i {
	visibility: hidden;
}
.order-list-box .type-list .checkbox-checked i {
	visibility: visible;
}
/*商品列表-列表*/
.goods-list-list{
	
}
.goods-list-list .goods-item{
	position: relative;
	width: 100%;
	height:180px;
	margin-bottom: 14px;
	text-align: left;
	background: #fff;
	-webkit-transition: -webkit-box-shadow 0.5s linear;
	transition: box-shadow 0.5s linear;
	border-bottom:1px solid #e0e0e0;
}
.goods-list-list .goods-item:hover {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.goods-list-list .goods-item .thumb{
	position:absolute;
	top:30px;
	left:20px;
}
.goods-list-list .goods-item .thumb img{
	width:120px;
	height:120px;	
}
.goods-list-list .goods-item .action{
	position:absolute;
	right:32px;
	top:69px;
	width:170px;
}
.goods-list-list .goods-item .action .collect{
	color:#000;
	margin-left:15px;
	opacity: 0;
	filter: alpha(opacity=0)\9;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.goods-list-list .goods-item.active .action .collect{
	opacity: 1;
	filter: alpha(opacity=100)\9;
}
.goods-list-list .goods-item .action .goods-add-cart-btn{
	width:100px;
	height:25px;
	line-height:25px;
	font-size:12px;
}
.goods-list-list .goods-item  .goodsName{
	position:absolute;
	left:200px;
	top:66px;
	color:#aaa;
	width:800px;
}
.goods-list-list .goods-item  .goodsName a{
	font-size:18px;
	line-height:2em;
	color:#000;
}
.goods-list-list .goods-item .goodsPrice{
	position:absolute;
	right:250px;
	top:58px;
}
.goods-list-list .goods-item .goodsPrice .shop{
	color:#ff6700;
}
.goods-list-list .goods-item .goodsPrice .shop b{
	font-size:28px;
	font-weight:bold;
}
/*商品列表-文字-沿用list-无图*/
.goods-list-text .goods-item  .goodsName{
	left:30px;
	font-size:18px;
}
.goods-list-text .goods-item  .goodsName a{
	font-size:24px;
	font-weight:bold;
	color:#666;
}
/*商品列表-网格*/
.goods-list-box {
	width: 1226px;
}
.goods-list-box .goods-list {
	width: 1240px;
	margin: 0;
	list-style-type: none;
}
.goods-list-box .goods-item {
	position: relative;
	float: left;
	width: 296px;
	height: 383px;
	padding-top: 47px;
	margin-right: 14px;
	margin-bottom: 14px;
	text-align: center;
	background: #fff;
	-webkit-transition: -webkit-box-shadow 0.5s linear;
	transition: box-shadow 0.5s linear;
}
.goods-list-box .goods-item:hover {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.goods-list-box .goods-item .figure-img {
	width: 200px;
	height: 200px;
	margin: 0 auto 16px;
}
.goods-list-box .goods-item .figure-img a {
	display: block;
}
.goods-list-box .goods-item .figure-img img {
	width: 200px;
	height: 200px;
}
.goods-list-box .goods-item .desc {
	margin: 0 0 3px;
	height: 18px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
	color: #b0b0b0;
}
.goods-list-box .goods-item .title {
	margin: 0 0 3px;
	font-size: 14px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
}
.goods-list-box .goods-item .title a {
	color: #424242;
}
.goods-list-box .goods-item .price {
	margin: 0 0 15px;
	color: #ff6700;
}
.goods-list-box .goods-item .price del{
	color: #b0b0b0;
}
.goods-list-box .goods-item .thumbs {
	width: 100%;
	height: 36px;
	overflow: hidden;
	_zoom: 1;
	position:relative;
}
.goods-list-box .goods-item .thumbs .prev,.goods-list-box .goods-item .thumbs .next{
	position: absolute;
	top: 50%;
	margin-top: -12px;
	font-size: 16px;
	line-height: 24px;
}
.goods-list-box .goods-item .thumbs .prev{
	left:10px;
}
.goods-list-box .goods-item .thumbs .next{
	right:10px;
}
.goods-list-box .goods-item .thumbs .prevStop,.goods-list-box .goods-item .thumbs .nextStop{
	cursor:default;
	color:#e0e0e0;
}
.goods-list-box .goods-item .thumb-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.goods-list-box .goods-item .thumb-list li {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 4px;
}
.goods-list-box .goods-item .thumb-list a {
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid #e0e0e0;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
.goods-list-box .goods-item .thumb-list .active a, .goods-list-box .goods-item .thumb-list a:hover {
	border-color: #ff6700;
}
.goods-list-box .goods-item .actions .btn-like, .goods-list-box  .goods-item .actions .btn-buy {
	position: absolute;
	top: 20px;
	z-index: 3;
	height: 24px;
	padding: 3px 4px;
	font-size: 12px;
	color: #424242;
	opacity: 0;
	filter: alpha(opacity=0)\9;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.goods-list-box .goods-item .actions .btn-like {
	left: 20px;
}
.goods-list-box .goods-item .actions .btn-buy {
	right: 20px;
}
.goods-list-box .goods-item .actions span {
	opacity: 0;
	filter: alpha(opacity=0)\9;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.goods-list-box .goods-item .actions i {
	font-size: 24px;
	line-height: 24px;
	vertical-align: -5px;
	color: #424242;
}
.goods-list-box .goods-item:hover .actions .btn-like, .goods-item:hover .actions .btn-buy {
	opacity: 1;
	filter: alpha(opacity=100)\9;
}
.goods-list-box .goods-item .actions .btn-like:hover span, .goods-item .actions .btn-buy:hover span {
	opacity: 1;
	filter: alpha(opacity=100)\9;
}
.goods-list-box .goods-item .flags {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	font-size: 12px;
	text-align: left;
}
.goods-list-box .goods-item .flags .flag {
	height: 18px;
	padding: 1px 20px;
	color: #fff;
}
.goods-list-box .goods-item .flags .flag-new {
	background-color: #83c44e;
}
.goods-list-box .goods-item .flags .flag-saleoff {
	background-color: #e53935;
}
.goods-list-box .goods-item .flags .flag-postfree {
	background-color: #2196f3;
}
.goods-list-box .goods-item .notice {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	width: 276px;
	opacity: 0;
	filter: alpha(opacity=0)\9;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/*分页*/
.xm-pagenavi {
	height: 30px;
	padding: 15px 0;
	text-align: center;
}
.xm-pagenavi .numbers {
	display: inline-block;
	width: 48px;
	height: 24px;
	padding: 3px 0;
	margin: 0 7px;
	font-size: 18px;
	font-weight: 200;
	line-height: 24px;
	color: #b0b0b0;
}
.xm-pagenavi .iconfont {
	font-size: 24px;
	vertical-align: bottom;
}
.xm-pagenavi .current {
	background-color: #757575;
	color: #fff;
}
.xm-pagenavi a.numbers {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.xm-pagenavi a.numbers:hover {
	background: #b0b0b0;
	color: #fff;
} | 
	public/home/css/category.css | 
	@charset "utf-8";
/*组合搜索*/
.filter-box {
	padding: 18px 0;
}
.filter-list-wrap {
	position: relative;
}
.filter-list-wrap, .filter-selected-list-wrap, .full-toggle-wrap {
	border-top: 1px solid #e0e0e0;
}
.filter-list-wrap:first-child, .filter-selected-list-wrap:first-child, .full-toggle-wrap:first-child {
	border-top: 0;
}
.filter-list, .selected-list {
	position: relative;
	padding-left: 70px;
	min-height: 45px;
	margin: 0;
}
.filter-list {
	width: 1032px;
	height: 45px;
	overflow: hidden;
	_zoom: 1;
	-webkit-transition: height 0.3s ease-in;
	transition: height 0.3s ease-in;
}
.filter-list-wrap-toggled .filter-list-row-2 {
	height: 90px;
}
.filter-list-wrap-toggled .filter-list-row-3 {
	height: 135px;
}
.filter-list-wrap-toggled .filter-list-row-4 {
	height: 180px;
}
.filter-list-wrap-toggled .filter-list-row-5 {
	height: 225px;
}
.filter-list dt, .selected-list dt {
	position: absolute;
	left: 0;
	top: 11px;
	width: 72px;
	color: #b0b0b0;
}
.filter-list dd, .selected-list dd {
	float: left;
	margin: 0;
}
.filter-list dd {
	width: 172px;
	padding: 12px 0;
}
.filter-list a {
	color: #424242;
}
.filter-list a:hover {
	color: #ff6700;
}
.filter-list dd.active {
	color: #ff6700;
}
.filter-list-wrap .more {
	position: absolute;
	right: 0;
	top: 10px;
	height: 24px;
	line-height: 24px;
	color: #757575;
	display:none;
}
.filter-list-wrap .more i {
	font-size: 24px;
	line-height: 24px;
	vertical-align: -4px;
}
/*商品列表页主体*/
.content {
	padding: 20px 0 100px;
	background: #f5f5f5;
}
.content .empty{
	padding-top:70px;
	text-align:center;	
}
/*排序规则*/
.order-list-box {
	height: 22px;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.order-list-box .order-list {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.order-list-box .order-list li {
	float: left;
	padding: 0 30px;
	border-left: 1px solid #e0e0e0;
	line-height: 20px;
}
.order-list-box .order-list li.first {
	padding-left: 0;
	border-left: 0;
}
.order-list-box .order-list li a {
	color: #424242;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.order-list-box .order-list li.active a {
	color: #ff6700;
}
.order-list-box .order-list i {
	font-size: 16px;
	line-height: 16px;
	vertical-align: -1px;
}
.order-list-box .type-list {
	float: right;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.order-list-box .type-list li {
	float: left;
	margin-left: 24px;
}
.order-list-box .type-list img {
	vertical-align: -2px;
}
.order-list-box .type-list a {
	color: #424242;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.order-list-box .type-list .checkbox {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	vertical-align: -2px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
.order-list-box .type-list .checkbox-checked {
	background-color: #ff6700;
	border-color: #ff6700;
	color: #fff;
}
.order-list-box .type-list .checkbox i {
	visibility: hidden;
}
.order-list-box .type-list .checkbox-checked i {
	visibility: visible;
}
/*商品列表-列表*/
.goods-list-list{
	
}
.goods-list-list .goods-item{
	position: relative;
	width: 100%;
	height:180px;
	margin-bottom: 14px;
	text-align: left;
	background: #fff;
	-webkit-transition: -webkit-box-shadow 0.5s linear;
	transition: box-shadow 0.5s linear;
	border-bottom:1px solid #e0e0e0;
}
.goods-list-list .goods-item:hover {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.goods-list-list .goods-item .thumb{
	position:absolute;
	top:30px;
	left:20px;
}
.goods-list-list .goods-item .thumb img{
	width:120px;
	height:120px;	
}
.goods-list-list .goods-item .action{
	position:absolute;
	right:32px;
	top:69px;
	width:170px;
}
.goods-list-list .goods-item .action .collect{
	color:#000;
	margin-left:15px;
	opacity: 0;
	filter: alpha(opacity=0)\9;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.goods-list-list .goods-item.active .action .collect{
	opacity: 1;
	filter: alpha(opacity=100)\9;
}
.goods-list-list .goods-item .action .goods-add-cart-btn{
	width:100px;
	height:25px;
	line-height:25px;
	font-size:12px;
}
.goods-list-list .goods-item  .goodsName{
	position:absolute;
	left:200px;
	top:66px;
	color:#aaa;
	width:800px;
}
.goods-list-list .goods-item  .goodsName a{
	font-size:18px;
	line-height:2em;
	color:#000;
}
.goods-list-list .goods-item .goodsPrice{
	position:absolute;
	right:250px;
	top:58px;
}
.goods-list-list .goods-item .goodsPrice .shop{
	color:#ff6700;
}
.goods-list-list .goods-item .goodsPrice .shop b{
	font-size:28px;
	font-weight:bold;
}
/*商品列表-文字-沿用list-无图*/
.goods-list-text .goods-item  .goodsName{
	left:30px;
	font-size:18px;
}
.goods-list-text .goods-item  .goodsName a{
	font-size:24px;
	font-weight:bold;
	color:#666;
}
/*商品列表-网格*/
.goods-list-box {
	width: 1226px;
}
.goods-list-box .goods-list {
	width: 1240px;
	margin: 0;
	list-style-type: none;
}
.goods-list-box .goods-item {
	position: relative;
	float: left;
	width: 296px;
	height: 383px;
	padding-top: 47px;
	margin-right: 14px;
	margin-bottom: 14px;
	text-align: center;
	background: #fff;
	-webkit-transition: -webkit-box-shadow 0.5s linear;
	transition: box-shadow 0.5s linear;
}
.goods-list-box .goods-item:hover {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.goods-list-box .goods-item .figure-img {
	width: 200px;
	height: 200px;
	margin: 0 auto 16px;
}
.goods-list-box .goods-item .figure-img a {
	display: block;
}
.goods-list-box .goods-item .figure-img img {
	width: 200px;
	height: 200px;
}
.goods-list-box .goods-item .desc {
	margin: 0 0 3px;
	height: 18px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
	color: #b0b0b0;
}
.goods-list-box .goods-item .title {
	margin: 0 0 3px;
	font-size: 14px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
}
.goods-list-box .goods-item .title a {
	color: #424242;
}
.goods-list-box .goods-item .price {
	margin: 0 0 15px;
	color: #ff6700;
}
.goods-list-box .goods-item .price del{
	color: #b0b0b0;
}
.goods-list-box .goods-item .thumbs {
	width: 100%;
	height: 36px;
	overflow: hidden;
	_zoom: 1;
	position:relative;
}
.goods-list-box .goods-item .thumbs .prev,.goods-list-box .goods-item .thumbs .next{
	position: absolute;
	top: 50%;
	margin-top: -12px;
	font-size: 16px;
	line-height: 24px;
}
.goods-list-box .goods-item .thumbs .prev{
	left:10px;
}
.goods-list-box .goods-item .thumbs .next{
	right:10px;
}
.goods-list-box .goods-item .thumbs .prevStop,.goods-list-box .goods-item .thumbs .nextStop{
	cursor:default;
	color:#e0e0e0;
}
.goods-list-box .goods-item .thumb-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.goods-list-box .goods-item .thumb-list li {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 4px;
}
.goods-list-box .goods-item .thumb-list a {
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid #e0e0e0;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
.goods-list-box .goods-item .thumb-list .active a, .goods-list-box .goods-item .thumb-list a:hover {
	border-color: #ff6700;
}
.goods-list-box .goods-item .actions .btn-like, .goods-list-box  .goods-item .actions .btn-buy {
	position: absolute;
	top: 20px;
	z-index: 3;
	height: 24px;
	padding: 3px 4px;
	font-size: 12px;
	color: #424242;
	opacity: 0;
	filter: alpha(opacity=0)\9;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.goods-list-box .goods-item .actions .btn-like {
	left: 20px;
}
.goods-list-box .goods-item .actions .btn-buy {
	right: 20px;
}
.goods-list-box .goods-item .actions span {
	opacity: 0;
	filter: alpha(opacity=0)\9;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.goods-list-box .goods-item .actions i {
	font-size: 24px;
	line-height: 24px;
	vertical-align: -5px;
	color: #424242;
}
.goods-list-box .goods-item:hover .actions .btn-like, .goods-item:hover .actions .btn-buy {
	opacity: 1;
	filter: alpha(opacity=100)\9;
}
.goods-list-box .goods-item .actions .btn-like:hover span, .goods-item .actions .btn-buy:hover span {
	opacity: 1;
	filter: alpha(opacity=100)\9;
}
.goods-list-box .goods-item .flags {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	font-size: 12px;
	text-align: left;
}
.goods-list-box .goods-item .flags .flag {
	height: 18px;
	padding: 1px 20px;
	color: #fff;
}
.goods-list-box .goods-item .flags .flag-new {
	background-color: #83c44e;
}
.goods-list-box .goods-item .flags .flag-saleoff {
	background-color: #e53935;
}
.goods-list-box .goods-item .flags .flag-postfree {
	background-color: #2196f3;
}
.goods-list-box .goods-item .notice {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	width: 276px;
	opacity: 0;
	filter: alpha(opacity=0)\9;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/*分页*/
.xm-pagenavi {
	height: 30px;
	padding: 15px 0;
	text-align: center;
}
.xm-pagenavi .numbers {
	display: inline-block;
	width: 48px;
	height: 24px;
	padding: 3px 0;
	margin: 0 7px;
	font-size: 18px;
	font-weight: 200;
	line-height: 24px;
	color: #b0b0b0;
}
.xm-pagenavi .iconfont {
	font-size: 24px;
	vertical-align: bottom;
}
.xm-pagenavi .current {
	background-color: #757575;
	color: #fff;
}
.xm-pagenavi a.numbers {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.xm-pagenavi a.numbers:hover {
	background: #b0b0b0;
	color: #fff;
} | 0.194483 | 0.047338 | 
| 
	:root {
  /**
   * Color
   */
  /* White */
  --white: hsl(220, 10%, 100%);
  --white-hover: color(var(--white) shade(5%));
  --white-active: color(var(--white) shade(10%));
  /* Black */
  --black: hsl(220, 10%, 0%);
  --black-hover: color(var(--black) tint(20%));
  --black-active: color(var(--black) tint(10%));
  /**
   * Shades
   */
  /* Light */
  --light: hsl(220, 10%, 80%);
  --light-hover: var(--light-400);
  --light-active: var(--light-600);
  --light-50: color(var(--light-100) tint(50%));
  --light-100: color(var(--light-200) tint(40%));
  --light-200: color(var(--light-300) tint(30%));
  --light-300: color(var(--light-400) tint(20%));
  --light-400: color(var(--light) tint(10%));
  --light-500: var(--light);
  --light-600: color(var(--light) shade(5%));
  --light-700: color(var(--light-600) shade(10%));
  --light-800: color(var(--light-700) shade(15%));
  --light-900: color(var(--light-800) shade(20%));
  /* Grey */
  --grey: hsl(220, 10%, 40%);
  --grey-hover: var(--grey-400);
  --grey-active: var(--grey-600);
  --grey-50: color(var(--grey-100) tint(30%));
  --grey-100: color(var(--grey-200) tint(25%));
  --grey-200: color(var(--grey-300) tint(20%));
  --grey-300: color(var(--grey-400) tint(15%));
  --grey-400: color(var(--grey) tint(10%));
  --grey-500: var(--grey);
  --grey-600: color(var(--grey) shade(5%));
  --grey-700: color(var(--grey-600) shade(10%));
  --grey-800: color(var(--grey-700) shade(15%));
  --grey-900: color(var(--grey-800) shade(20%));
  /* Dark */
  --dark: hsl(220, 10%, 20%);
  --dark-hover: var(--dark-400);
  --dark-active: var(--dark-600);
  --dark-50: color(var(--dark-100) tint(30%));
  --dark-100: color(var(--dark-200) tint(25%));
  --dark-200: color(var(--dark-300) tint(20%));
  --dark-300: color(var(--dark-400) tint(15%));
  --dark-400: color(var(--dark) tint(10%));
  --dark-500: var(--dark);
  --dark-600: color(var(--dark) shade(5%));
  --dark-700: color(var(--dark-600) shade(10%));
  --dark-800: color(var(--dark-700) shade(15%));
  --dark-900: color(var(--dark-800) shade(20%));
  /**
   * Palette
   */
  /* Primary */
  --primary: hsl(220, 80%, 50%);
  --primary-hover: var(--primary-400);
  --primary-active: var(--primary-600);
  --primary-50: color(var(--primary-100) tint(60%) saturation(+50%));
  --primary-100: color(var(--primary-200) tint(40%) saturation(+40%));
  --primary-200: color(var(--primary-300) tint(30%) saturation(+30%));
  --primary-300: color(var(--primary-400) tint(20%) saturation(+20%));
  --primary-400: color(var(--primary) tint(10%) saturation(+10%));
  --primary-500: var(--primary);
  --primary-600: color(var(--primary) shade(15%) saturation(+15%));
  --primary-700: color(var(--primary-600) shade(20%) saturation(+20%));
  --primary-800: color(var(--primary-700) shade(25%) saturation(+25%));
  --primary-900: color(var(--primary-800) shade(30%) saturation(+30%));
  /* Secondary */
  --secondary: hsl(270, 80%, 50%);
  --secondary-hover: var(--secondary-400);
  --secondary-active: var(--secondary-600);
  --secondary-50: color(var(--secondary-100) tint(60%) saturation(+50%));
  --secondary-100: color(var(--secondary-200) tint(50%) saturation(+40%));
  --secondary-200: color(var(--secondary-300) tint(30%) saturation(+30%));
  --secondary-300: color(var(--secondary-400) tint(20%) saturation(+20%));
  --secondary-400: color(var(--secondary) tint(10%) saturation(+10%));
  --secondary-500: var(--secondary);
  --secondary-600: color(var(--secondary) shade(15%) saturation(+15%));
  --secondary-700: color(var(--secondary-600) shade(20%) saturation(+20%));
  --secondary-800: color(var(--secondary-700) shade(25%) saturation(+25%));
  --secondary-900: color(var(--secondary-800) shade(30%) saturation(+30%));
  /* Tertiary */
  --tertiary: hsl(315, 80%, 50%);
  --tertiary-hover: var(--tertiary-400);
  --tertiary-active: var(--tertiary-600);
  --tertiary-50: color(var(--tertiary-100) tint(60%) saturation(+50%));
  --tertiary-100: color(var(--tertiary-200) tint(50%) saturation(+40%));
  --tertiary-200: color(var(--tertiary-300) tint(30%) saturation(+30%));
  --tertiary-300: color(var(--tertiary-400) tint(20%) saturation(+20%));
  --tertiary-400: color(var(--tertiary) tint(10%) saturation(+10%));
  --tertiary-500: var(--tertiary);
  --tertiary-600: color(var(--tertiary) shade(15%) saturation(+15%));
  --tertiary-700: color(var(--tertiary-600) shade(20%) saturation(+20%));
  --tertiary-800: color(var(--tertiary-700) shade(25%) saturation(+25%));
  --tertiary-900: color(var(--tertiary-800) shade(30%) saturation(+30%));
  /**
   * Indicators
   */
  /* Info */
  --info: hsl(200, 100%, 40%);
  --info-hover: var(--info-400);
  --info-active: var(--info-600);
  --info-50: color(var(--info-100) tint(60%) saturation(+50%));
  --info-100: color(var(--info-200) tint(50%) saturation(+40%));
  --info-200: color(var(--info-300) tint(30%) saturation(+30%));
  --info-300: color(var(--info-400) tint(20%) saturation(+20%));
  --info-400: color(var(--info) tint(10%) saturation(+10%));
  --info-500: var(--info);
  --info-600: color(var(--info) shade(15%) saturation(+15%));
  --info-700: color(var(--info-600) shade(20%) saturation(+20%));
  --info-800: color(var(--info-700) shade(25%) saturation(+25%));
  --info-900: color(var(--info-800) shade(30%) saturation(+30%));
  /* Error */
  --error: hsl(0, 100%, 40%);
  --error-hover: var(--error-400);
  --error-active: var(--error-600);
  --error-50: color(var(--error-100) tint(60%) saturation(+50%));
  --error-100: color(var(--error-200) tint(50%) saturation(+40%));
  --error-200: color(var(--error-300) tint(30%) saturation(+30%));
  --error-300: color(var(--error-400) tint(20%) saturation(+20%));
  --error-400: color(var(--error) tint(10%) saturation(+10%));
  --error-500: var(--error);
  --error-600: color(var(--error) shade(15%) saturation(+15%));
  --error-700: color(var(--error-600) shade(20%) saturation(+20%));
  --error-800: color(var(--error-700) shade(25%) saturation(+25%));
  --error-900: color(var(--error-800) shade(30%) saturation(+30%));
  /* Warning */
  --warning: hsl(20, 100%, 50%);
  --warning-hover: var(--warning-400);
  --warning-active: var(--warning-600);
  --warning-50: color(var(--warning-100) tint(60%) saturation(+50%));
  --warning-100: color(var(--warning-200) tint(50%) saturation(+40%));
  --warning-200: color(var(--warning-300) tint(30%) saturation(+30%));
  --warning-300: color(var(--warning-400) tint(20%) saturation(+20%));
  --warning-400: color(var(--warning) tint(10%) saturation(+10%));
  --warning-500: var(--warning);
  --warning-600: color(var(--warning) shade(15%) saturation(+15%));
  --warning-700: color(var(--warning-600) shade(20%) saturation(+20%));
  --warning-800: color(var(--warning-700) shade(25%) saturation(+25%));
  --warning-900: color(var(--warning-800) shade(30%) saturation(+30%));
  /* Success */
  --success: hsl(120, 100%, 35%);
  --success-hover: var(--success-400);
  --success-active: var(--success-600);
  --success-50: color(var(--success-100) tint(60%) saturation(+50%));
  --success-100: color(var(--success-200) tint(50%) saturation(+40%));
  --success-200: color(var(--success-300) tint(30%) saturation(+30%));
  --success-300: color(var(--success-400) tint(20%) saturation(+20%));
  --success-400: color(var(--success) tint(10%) saturation(+10%));
  --success-500: var(--success);
  --success-600: color(var(--success) shade(15%) saturation(+15%));
  --success-700: color(var(--success-600) shade(20%) saturation(+20%));
  --success-800: color(var(--success-700) shade(25%) saturation(+25%));
  --success-900: color(var(--success-800) shade(30%) saturation(+30%));
} | 
	turret/_colors.css | 
	:root {
  /**
   * Color
   */
  /* White */
  --white: hsl(220, 10%, 100%);
  --white-hover: color(var(--white) shade(5%));
  --white-active: color(var(--white) shade(10%));
  /* Black */
  --black: hsl(220, 10%, 0%);
  --black-hover: color(var(--black) tint(20%));
  --black-active: color(var(--black) tint(10%));
  /**
   * Shades
   */
  /* Light */
  --light: hsl(220, 10%, 80%);
  --light-hover: var(--light-400);
  --light-active: var(--light-600);
  --light-50: color(var(--light-100) tint(50%));
  --light-100: color(var(--light-200) tint(40%));
  --light-200: color(var(--light-300) tint(30%));
  --light-300: color(var(--light-400) tint(20%));
  --light-400: color(var(--light) tint(10%));
  --light-500: var(--light);
  --light-600: color(var(--light) shade(5%));
  --light-700: color(var(--light-600) shade(10%));
  --light-800: color(var(--light-700) shade(15%));
  --light-900: color(var(--light-800) shade(20%));
  /* Grey */
  --grey: hsl(220, 10%, 40%);
  --grey-hover: var(--grey-400);
  --grey-active: var(--grey-600);
  --grey-50: color(var(--grey-100) tint(30%));
  --grey-100: color(var(--grey-200) tint(25%));
  --grey-200: color(var(--grey-300) tint(20%));
  --grey-300: color(var(--grey-400) tint(15%));
  --grey-400: color(var(--grey) tint(10%));
  --grey-500: var(--grey);
  --grey-600: color(var(--grey) shade(5%));
  --grey-700: color(var(--grey-600) shade(10%));
  --grey-800: color(var(--grey-700) shade(15%));
  --grey-900: color(var(--grey-800) shade(20%));
  /* Dark */
  --dark: hsl(220, 10%, 20%);
  --dark-hover: var(--dark-400);
  --dark-active: var(--dark-600);
  --dark-50: color(var(--dark-100) tint(30%));
  --dark-100: color(var(--dark-200) tint(25%));
  --dark-200: color(var(--dark-300) tint(20%));
  --dark-300: color(var(--dark-400) tint(15%));
  --dark-400: color(var(--dark) tint(10%));
  --dark-500: var(--dark);
  --dark-600: color(var(--dark) shade(5%));
  --dark-700: color(var(--dark-600) shade(10%));
  --dark-800: color(var(--dark-700) shade(15%));
  --dark-900: color(var(--dark-800) shade(20%));
  /**
   * Palette
   */
  /* Primary */
  --primary: hsl(220, 80%, 50%);
  --primary-hover: var(--primary-400);
  --primary-active: var(--primary-600);
  --primary-50: color(var(--primary-100) tint(60%) saturation(+50%));
  --primary-100: color(var(--primary-200) tint(40%) saturation(+40%));
  --primary-200: color(var(--primary-300) tint(30%) saturation(+30%));
  --primary-300: color(var(--primary-400) tint(20%) saturation(+20%));
  --primary-400: color(var(--primary) tint(10%) saturation(+10%));
  --primary-500: var(--primary);
  --primary-600: color(var(--primary) shade(15%) saturation(+15%));
  --primary-700: color(var(--primary-600) shade(20%) saturation(+20%));
  --primary-800: color(var(--primary-700) shade(25%) saturation(+25%));
  --primary-900: color(var(--primary-800) shade(30%) saturation(+30%));
  /* Secondary */
  --secondary: hsl(270, 80%, 50%);
  --secondary-hover: var(--secondary-400);
  --secondary-active: var(--secondary-600);
  --secondary-50: color(var(--secondary-100) tint(60%) saturation(+50%));
  --secondary-100: color(var(--secondary-200) tint(50%) saturation(+40%));
  --secondary-200: color(var(--secondary-300) tint(30%) saturation(+30%));
  --secondary-300: color(var(--secondary-400) tint(20%) saturation(+20%));
  --secondary-400: color(var(--secondary) tint(10%) saturation(+10%));
  --secondary-500: var(--secondary);
  --secondary-600: color(var(--secondary) shade(15%) saturation(+15%));
  --secondary-700: color(var(--secondary-600) shade(20%) saturation(+20%));
  --secondary-800: color(var(--secondary-700) shade(25%) saturation(+25%));
  --secondary-900: color(var(--secondary-800) shade(30%) saturation(+30%));
  /* Tertiary */
  --tertiary: hsl(315, 80%, 50%);
  --tertiary-hover: var(--tertiary-400);
  --tertiary-active: var(--tertiary-600);
  --tertiary-50: color(var(--tertiary-100) tint(60%) saturation(+50%));
  --tertiary-100: color(var(--tertiary-200) tint(50%) saturation(+40%));
  --tertiary-200: color(var(--tertiary-300) tint(30%) saturation(+30%));
  --tertiary-300: color(var(--tertiary-400) tint(20%) saturation(+20%));
  --tertiary-400: color(var(--tertiary) tint(10%) saturation(+10%));
  --tertiary-500: var(--tertiary);
  --tertiary-600: color(var(--tertiary) shade(15%) saturation(+15%));
  --tertiary-700: color(var(--tertiary-600) shade(20%) saturation(+20%));
  --tertiary-800: color(var(--tertiary-700) shade(25%) saturation(+25%));
  --tertiary-900: color(var(--tertiary-800) shade(30%) saturation(+30%));
  /**
   * Indicators
   */
  /* Info */
  --info: hsl(200, 100%, 40%);
  --info-hover: var(--info-400);
  --info-active: var(--info-600);
  --info-50: color(var(--info-100) tint(60%) saturation(+50%));
  --info-100: color(var(--info-200) tint(50%) saturation(+40%));
  --info-200: color(var(--info-300) tint(30%) saturation(+30%));
  --info-300: color(var(--info-400) tint(20%) saturation(+20%));
  --info-400: color(var(--info) tint(10%) saturation(+10%));
  --info-500: var(--info);
  --info-600: color(var(--info) shade(15%) saturation(+15%));
  --info-700: color(var(--info-600) shade(20%) saturation(+20%));
  --info-800: color(var(--info-700) shade(25%) saturation(+25%));
  --info-900: color(var(--info-800) shade(30%) saturation(+30%));
  /* Error */
  --error: hsl(0, 100%, 40%);
  --error-hover: var(--error-400);
  --error-active: var(--error-600);
  --error-50: color(var(--error-100) tint(60%) saturation(+50%));
  --error-100: color(var(--error-200) tint(50%) saturation(+40%));
  --error-200: color(var(--error-300) tint(30%) saturation(+30%));
  --error-300: color(var(--error-400) tint(20%) saturation(+20%));
  --error-400: color(var(--error) tint(10%) saturation(+10%));
  --error-500: var(--error);
  --error-600: color(var(--error) shade(15%) saturation(+15%));
  --error-700: color(var(--error-600) shade(20%) saturation(+20%));
  --error-800: color(var(--error-700) shade(25%) saturation(+25%));
  --error-900: color(var(--error-800) shade(30%) saturation(+30%));
  /* Warning */
  --warning: hsl(20, 100%, 50%);
  --warning-hover: var(--warning-400);
  --warning-active: var(--warning-600);
  --warning-50: color(var(--warning-100) tint(60%) saturation(+50%));
  --warning-100: color(var(--warning-200) tint(50%) saturation(+40%));
  --warning-200: color(var(--warning-300) tint(30%) saturation(+30%));
  --warning-300: color(var(--warning-400) tint(20%) saturation(+20%));
  --warning-400: color(var(--warning) tint(10%) saturation(+10%));
  --warning-500: var(--warning);
  --warning-600: color(var(--warning) shade(15%) saturation(+15%));
  --warning-700: color(var(--warning-600) shade(20%) saturation(+20%));
  --warning-800: color(var(--warning-700) shade(25%) saturation(+25%));
  --warning-900: color(var(--warning-800) shade(30%) saturation(+30%));
  /* Success */
  --success: hsl(120, 100%, 35%);
  --success-hover: var(--success-400);
  --success-active: var(--success-600);
  --success-50: color(var(--success-100) tint(60%) saturation(+50%));
  --success-100: color(var(--success-200) tint(50%) saturation(+40%));
  --success-200: color(var(--success-300) tint(30%) saturation(+30%));
  --success-300: color(var(--success-400) tint(20%) saturation(+20%));
  --success-400: color(var(--success) tint(10%) saturation(+10%));
  --success-500: var(--success);
  --success-600: color(var(--success) shade(15%) saturation(+15%));
  --success-700: color(var(--success-600) shade(20%) saturation(+20%));
  --success-800: color(var(--success-700) shade(25%) saturation(+25%));
  --success-900: color(var(--success-800) shade(30%) saturation(+30%));
} | 0.546012 | 0.12603 | 
| 
	@font-face {
    font-family: 'geoSansLight'; /*a name to be used later*/
    src: url('Fonts/GeosansLight.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'openSans'; /*a name to be used later*/
    src: url('Fonts/OpenSans-Light.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'oswald'; /*a name to be used later*/
    src: url('Fonts/Oswald.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'georama'; /*a name to be used later*/
    src: url('Fonts/Georama.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'textMeOne'; /*a name to be used later*/
    src: url('Fonts/TextMeOne.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'robotoSlab'; /*a name to be used later*/
    src: url('Fonts/RobotoSlab-VariableFont_wght.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'monoton'; /*a name to be used later*/
    src: url('Fonts/Monoton-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'typeKeys'; /*a name to be used later*/
    src: url('Fonts/Type_Keys_Filled.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'consolas'; /*a name to be used later*/
    src: url('Fonts/consolas.TTF'); /*URL to font*/
}
@font-face {
    font-family: 'open24'; /*a name to be used later*/
    src: url('Fonts/Open-24-Display-St.ttf'); /*URL to font*/
}
html{
    margin:0px;
    height:100%;
}
body
{
    /* background-color:#242424; */
    background:linear-gradient(to top right, #000000, #3b3b3b);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
/* JUST TO COVER THE BOTTOM PART */
footer
{
    height:10px;
    color:white;
}
#header
{
    width:100%;
    text-align: center;
    /* background-color: #242424; */
    background:linear-gradient(to top, #161616, #2c2c2c);
    color: #f0f0f0;
    border: 2px solid #464646;
    border-radius:0.1em;
    font-family:"robotoSlab";
    padding:1px;
    margin:2px;
}
h1
{
    font-size:3.5em;
    margin:5px;
    font-family:"robotoSlab";
    padding:2px;
    /* linear-gradient(to right, #f7ff00, #db36a4) */
    background: -webkit-linear-gradient(top, #6b6b6b, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#scorebar
{
    width: 20%;
    height:40px;
    text-align: center;
    /* background-color: #242424; */
    background:linear-gradient(to top, #000000, #2b2b2b);
    color: #84e643;
    border: 2px solid #464646;
    border-radius:0.1em;
    font-family:"geoSansLight";
    font-size:1.5em;
    padding:2px;
    font-weight:bold;
    margin:3px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    transition:1s;
}
#scorebar:hover
{
    box-shadow: 0px 0px 4px 1px #9dfd03;
}
#letters
{
    width:60%;
    height:110px;
    text-align: center;
    /* background-color: #242424; */
    background:linear-gradient(to top, #202020, #2b2b2b);
    color: #f1f1f1;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
    border-image-slice:1;
    border-radius:0.1em;
    font-family:"consolas";
    font-weight:100;
    font-size:1.8em;
    padding:0.2em;
    margin:3px;
    display:flex;
    flex-direction: column;
    flex-shrink: 1;
    transition:1s;
}
#letters:hover
{
    box-shadow: 0px 0px 4px 1px #b1ffee;
}
#letters div
{
    padding:5px;
    margin:5px;
}
#keyboard
{
    width:60%;
    height:350px;
    margin:5px auto;
    /* background-color:whitesmoke; */
    /* background-color: #1f1f1f; */
    background:linear-gradient(to top, #000000, #2b2b2b);
    /* border: 2px solid #ffd104; */
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    border-image-slice:1;
    border-radius:0.15em;
    padding:0.2em;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);  */
    transition:1s;
    /* flex-grow: 1; */
}
#keyboard:hover
{
    box-shadow: 0px 0px 5px 1px #dd8bf7;
}
.rows
{
    width: 100%;
    margin:10px auto;
    display: flex;
    justify-content: center;
    flex-shrink: 1;
}
.keez
{
    height:60px;
    width:60px;
    /* background-color: #242424; */
    background:linear-gradient(to top right, #141414, #2b2b2b);
    text-align: center;
    justify-content: center;
    color: #fafcfd;
    font-family:"textMeOne";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    font-size:2.2em;
    padding:0px; 
    margin:0px 10px;
    /* border:2px solid #28b2f1; */
    border:2px solid #eeeeee;
    border-radius:50%;
    box-shadow: 0px 0px 3px 1px #72d6f5;
    /* box-shadow: 0px 0px 3px 1px #f1f1f1; */
}
#Space
{
    height:60px;
    width:400px;
    /* background-color: #fcfbca; */
    background:linear-gradient(to top right, #141414, #2b2b2b);
    text-align: center;
    color: #242424;
    font-family:"textMeOne";
    font-weight:bold;
    font-size:1.7em;
    padding:0px; 
    margin:0px auto;
    border:2px solid #eeeeee;
    border-radius:0.15em;
    box-shadow: 0px 0px 3px 1px #72d6f5;
} | 
	typing.css | 
	@font-face {
    font-family: 'geoSansLight'; /*a name to be used later*/
    src: url('Fonts/GeosansLight.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'openSans'; /*a name to be used later*/
    src: url('Fonts/OpenSans-Light.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'oswald'; /*a name to be used later*/
    src: url('Fonts/Oswald.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'georama'; /*a name to be used later*/
    src: url('Fonts/Georama.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'textMeOne'; /*a name to be used later*/
    src: url('Fonts/TextMeOne.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'robotoSlab'; /*a name to be used later*/
    src: url('Fonts/RobotoSlab-VariableFont_wght.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'monoton'; /*a name to be used later*/
    src: url('Fonts/Monoton-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'typeKeys'; /*a name to be used later*/
    src: url('Fonts/Type_Keys_Filled.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'consolas'; /*a name to be used later*/
    src: url('Fonts/consolas.TTF'); /*URL to font*/
}
@font-face {
    font-family: 'open24'; /*a name to be used later*/
    src: url('Fonts/Open-24-Display-St.ttf'); /*URL to font*/
}
html{
    margin:0px;
    height:100%;
}
body
{
    /* background-color:#242424; */
    background:linear-gradient(to top right, #000000, #3b3b3b);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
/* JUST TO COVER THE BOTTOM PART */
footer
{
    height:10px;
    color:white;
}
#header
{
    width:100%;
    text-align: center;
    /* background-color: #242424; */
    background:linear-gradient(to top, #161616, #2c2c2c);
    color: #f0f0f0;
    border: 2px solid #464646;
    border-radius:0.1em;
    font-family:"robotoSlab";
    padding:1px;
    margin:2px;
}
h1
{
    font-size:3.5em;
    margin:5px;
    font-family:"robotoSlab";
    padding:2px;
    /* linear-gradient(to right, #f7ff00, #db36a4) */
    background: -webkit-linear-gradient(top, #6b6b6b, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#scorebar
{
    width: 20%;
    height:40px;
    text-align: center;
    /* background-color: #242424; */
    background:linear-gradient(to top, #000000, #2b2b2b);
    color: #84e643;
    border: 2px solid #464646;
    border-radius:0.1em;
    font-family:"geoSansLight";
    font-size:1.5em;
    padding:2px;
    font-weight:bold;
    margin:3px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    transition:1s;
}
#scorebar:hover
{
    box-shadow: 0px 0px 4px 1px #9dfd03;
}
#letters
{
    width:60%;
    height:110px;
    text-align: center;
    /* background-color: #242424; */
    background:linear-gradient(to top, #202020, #2b2b2b);
    color: #f1f1f1;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
    border-image-slice:1;
    border-radius:0.1em;
    font-family:"consolas";
    font-weight:100;
    font-size:1.8em;
    padding:0.2em;
    margin:3px;
    display:flex;
    flex-direction: column;
    flex-shrink: 1;
    transition:1s;
}
#letters:hover
{
    box-shadow: 0px 0px 4px 1px #b1ffee;
}
#letters div
{
    padding:5px;
    margin:5px;
}
#keyboard
{
    width:60%;
    height:350px;
    margin:5px auto;
    /* background-color:whitesmoke; */
    /* background-color: #1f1f1f; */
    background:linear-gradient(to top, #000000, #2b2b2b);
    /* border: 2px solid #ffd104; */
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    border-image-slice:1;
    border-radius:0.15em;
    padding:0.2em;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);  */
    transition:1s;
    /* flex-grow: 1; */
}
#keyboard:hover
{
    box-shadow: 0px 0px 5px 1px #dd8bf7;
}
.rows
{
    width: 100%;
    margin:10px auto;
    display: flex;
    justify-content: center;
    flex-shrink: 1;
}
.keez
{
    height:60px;
    width:60px;
    /* background-color: #242424; */
    background:linear-gradient(to top right, #141414, #2b2b2b);
    text-align: center;
    justify-content: center;
    color: #fafcfd;
    font-family:"textMeOne";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    font-size:2.2em;
    padding:0px; 
    margin:0px 10px;
    /* border:2px solid #28b2f1; */
    border:2px solid #eeeeee;
    border-radius:50%;
    box-shadow: 0px 0px 3px 1px #72d6f5;
    /* box-shadow: 0px 0px 3px 1px #f1f1f1; */
}
#Space
{
    height:60px;
    width:400px;
    /* background-color: #fcfbca; */
    background:linear-gradient(to top right, #141414, #2b2b2b);
    text-align: center;
    color: #242424;
    font-family:"textMeOne";
    font-weight:bold;
    font-size:1.7em;
    padding:0px; 
    margin:0px auto;
    border:2px solid #eeeeee;
    border-radius:0.15em;
    box-shadow: 0px 0px 3px 1px #72d6f5;
} | 0.272508 | 0.053453 | 
| 
	.ctga,
.ctgaChild {
	width: 100%;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 2.3rem;
	color: #333;
	text-decoration: none;
	padding: 3px 20px 6px 24px;
	position: relative;
	right: 0;
	transition: right linear .3s;
}
.ctgulChild {
	display: none;
	padding-left: 0;
}
.down {
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.wtok .down {
	margin-top: 13px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
nav.category {
	height: 100%;
}
.category .ctgul {
	padding-left: 0;
}
.category .ctgul .ctgli {
	margin-bottom: 20px;
}
.category .ctgul h2 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.03em;
	line-height: 67px;
	text-align: left;
	color: #333;
}
.category .ctgul .ctgli .ctga {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	color: #333;
	padding-left: 0;
}
.category .ctgul .ctgli .ctga i {
	font-size: 0.8rem;
	margin-left: 0.5rem;
}
.product-detailed ul.pagination {
	background: #f2f2f2;
}
.page-item.active .page-link {
	background-color: #9f36a4;
}
.product-detailed .product-sec a{
	margin: auto;
}
.product-detailed .product-sec .product-image {
	height: 180px;
}
.product-detailed .product-sec .product-image img {
	width: auto;
	margin: auto;
}
.product-detailed .product-sec .card {
	box-shadow: none;
}
.product-detailed .product-sec .card .card-body h5.card-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	text-align: left;
	color: #333;
}
.product-detailed .product-sec .card .card-body h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 55px;
	text-align: left;
	color: #c01e70;
}
.product-detailed .product-sec .card .card-body h3 span {
	font-weight: 500;
	font-size: 20px;
	line-height: 55px;
	text-align: left;
	color: #48194a;
	text-decoration: line-through;
}
/*  */
.profile-sidebar.card{
	background: transparent;
	box-shadow: none;
}
.profile-sidebar.card .profile-view{
	background: #fff;
	margin-bottom: 1.5rem;
}
.profile-sidebar.card .profile-view h3{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 67px;
    text-align: left;
    color: #333;
}
.profile-sidebar.card .profile-category{
	background: #fff;
}
.category.profile-category .ctgul h2{
    line-height: 20px;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 20px;
    border-bottom: 1px solid #f0f0f0;
	margin-bottom: 1rem;
}
.category.profile-category .ctgaChild {
    width: 100%;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.8rem;
}
.category.profile-category .ctgul .ctgli {
    margin-bottom: 5px;
}
.category.profile-category .ctgul .ctgli .ctga{
    font-size: 16px;
}
.profile-box{
	background: #fff;
}
.profile-box h3 span a{
	font-size: 0.9rem;
	color: #ec1380;
}
.profile-box h4{  
    font-size: 25px;
    text-align: left;
    color: #333333;
}
.profile-box p{  
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #100F0F;
}
.update-btn{
	background: #ec1380;
    padding: 10px 30px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
    line-height: 56px;
}
.update-btn:hover{
	color: #fff;
}
.personal-address{
    float: left;
    padding: 2rem;
    background: #fff;
    margin: 0.5rem;
}
.personal-address.new-address-add i{
	font-size: 3rem;
    color: #8d8d8d;
}
.personal-address.new-address-add p{
    color: #8d8d8d;
    font-weight: 500;
}
.personal-address.active{
    background: #5a5656;
}
.personal-address.active h4,.personal-address.active p{
	color: #fff;
}
.personal-address p{
	margin-bottom: 0;
	font-size: 15px;
	line-height: 24px;
}
.btn-location{
	background: #000;
    padding: 8px 25px;
    width: auto;
    font-size: 16px;
    color: #ffff;
}
.profile-box .form-control {
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    min-height: 48px;
}
.profile-box .form-control.disable{
    background: #dbdbdb;
    border: 2px solid #cdcdcd;
}
.profile-box h3 {
    font-size: 1.75rem;
}
.profile-box hr{
	border-top: 1px solid #b9b9b9;
}
.profile-box .coupen-box{
	border: 1px solid #e0e0e0;
}
.profile-box .coupen-box .coupen-title{
	color: #26a541;
	font-weight: 500;
}
.profile-box .coupen-box .t-c{
    color: #ec1380;
	font-weight: 500;
}
.profile-box .coupen-box p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
	margin-bottom: 0;
}
.modal-open .modal{
    z-index: 9999999;
}
.change-password h2{
	font-size: 1.1rem;
    font-weight: 700;
}
.change-password span a{
    color: #EC1380;
}
.change-password .pwd-change-btn{
	padding: 10px;
	border-radius: 0;
	background: #000000;
}
.change-password .form-control {
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    min-height: 48px;
}
.change-password h3{
    font-size: 1.1rem;
}
.change-password ul {
	padding-left: 20px;
}
.change-password ul li{
    font-size: 1rem;
    list-style: disc;
}
.change-pwd-txt{
    color: #d93688;
	font-weight: 700;
}
.edit-add{
    border: 2px solid #dbdbdb;
    padding: 9px;
    margin-bottom: 10px;
}
.edit-add span{
    color: #EC1380;
}
.return-btn, .return-btn:hover{
	background: #2F2828;
	color: #fff;
	text-transform: capitalize;
    width: auto;
}
.cancel-btn, .cancel-btn:hover {
    background: #c93f3f;
    color: #fff;
    text-transform: capitalize;
    width: auto;
}
.my-order-sec .status-order.tracking-title{
    color: #029206;
    font-size: 0.9rem;
    font-weight: normal;
}
.my-order-sec .status-order.tracking-msg{
    font-size: 0.9rem;
    font-weight: normal;
	color: #676565;
}
.my-order-sec .status-order.tracking-msg span{
	color: #000000;
}
/* //////////////////////////// */
.checkout-page h2{
    font-size: 1.5rem;
    font-weight: 600;
}
.checkout-page .txt-bold{
	font-weight: bold;
}
.checkout-page .accordion-button:after{
	display: none;
}
.checkout-page .accordion-button:focus{
	box-shadow: none;
}
.checkout-page .accordion-button:not(.collapsed) {
    color: #ec1380;
    background-color: transparent;
}
.checkout-page .login-customer .accordion-button{
    font-weight: 700;
}
.checkout-page .login-customer .accordion-button span{
    font-weight: 500;
	color: var(--text_color);
}
.checkout-page .login-customer .accordion-button.border-top{
	border-bottom:0 ;
	border-left:0 ;
	border-right:0 ;
}
.checkout-page .form-control {
    background: #ffffff;
    border: 2px solid #c5c5c5;
    border-radius: 0;
    min-height: 48px;
}
.checkout-page .btn-login {
	padding: 8px 13px;
    padding: 10px 45px;
    font-size: 15px;
    color: #fff;
    background-color: #131313;
}
.checkout-page .accordion-body.bg-loginpage {
    padding: 1rem 1.25rem;
    background: #ffffff;
	margin-bottom: 1rem;
}
.checkout-page .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4c4c4;
    -webkit-box-shadow: inset 0 0 0 1px #c4c4c4;
    box-shadow: inset 0 0 0 1px #c4c4c4;
}
.checkout-page .form-check-input[type=checkbox]:checked:focus {
    background-color: #131313;
}
.checkout-page .form-check-input:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #000000;
    box-shadow: 0 0 0 13px #000000;
}
.checkout-page .form-check-input:checked:focus {
    border-color: #131313;
}
.checkout-page .form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #131313;
}
.checkout-page .form-check-input:checked {
    border-color: #131313;
}
.checkout-page .form-control.disable{
    background: #dbdbdb;
    border: 2px solid #cdcdcd;
}
.checkout-page .card-white{
    background: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}
.checkout-page p.coupen-title{
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
}
.checkout-page p.expect-date{
    font-size: 0.9rem;
}
.checkout-page p.price-product-checkout{
    font-weight: 800;
    font-size: 1.5rem;
}
.checkout-page p.price-product-checkout span{
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 55px;
    text-decoration: line-through;
}
.card.address-checkout{
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}
.delivery-add .card.address-checkout h5.card-title{
    font-size: 1.2rem;
    font-weight: 700;
}
.delivery-add .card.address-checkout p.card-text{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 26px;
    color: #100F0F;
}
.btn-changeadd, .btn-changeadd:hover{
    color: #fff;
    background-color: #131313;
}
.place-ordr{
    padding: 10px 45px;
    font-size: 15px;
    color: #fff;
    background-color: #131313;
}
.cart-page .value-button, .cart-page input#number{
    width: 22px;
    height: 30px;
    border: 0;
    font-size: 16px;
	font-weight: normal;
}
.cart-page .value-button, .cart-page .product_base_quantity_cart{
    width: 22px;
    height: 30px;
    border: 0;
    font-size: 16px;
	font-weight: normal;
}
.cart-page .border-1 {
    border: 1px solid #000;
    display: inline-block;
}
.popover-body{
	background: #4f4f4f !important;
	color: #fff;
}
.cart-page .remove-btn {
    font-size: 1rem;
	background: transparent;
	color: #ec1380;
	box-shadow: none;
}
.cart-page .btn-primary:active:focus{
	box-shadow: none;
}
.add-deliv-add .form-control {
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    min-height: 48px;
}
.delivery-new-sec .new-deliv-btn {
    color: #fff;
    background-color: #EC1380;
    border-radius: 0;
    font-size: 1.3rem;
}
.add-deliv-add .form-control.disable{
    background: #dbdbdb;
    border: 2px solid #cdcdcd;
}
.confirm-msg h4{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: #249209;
}
.modal-backdrop{
    z-index: 9999;
}
/* ////////////////////// */
.login{
	background: url(../img/login.jpg) no-repeat;
	background-position: center right;
	background-size: cover;
	padding: 12rem 0 8rem;
}
.login .form-sec{
	background: #fff;
}
.login .form-control {
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    min-height: 48px;
}
.login .form-control.disable {
    background: #dbdbdb;
    border: 2px solid #cdcdcd;
}
.login .login-signup {    
	color: #fff;
    background-color: #131313;
}
.login .form-check-input[type=checkbox]:checked:focus {
    background-color: #131313;
}
.login .form-check-input:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #000000;
    box-shadow: 0 0 0 13px #000000;
}
.login .form-check-input:checked:focus {
    border-color: #131313;
}
.login .form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #131313;
}
.login .form-check-input:checked {
    border-color: #131313;
}
.login .nav-tabs .nav-item.show .nav-link, .login .nav-tabs .nav-link.active {
    color: #ec1380;
    border-color: #ec1380;
    font-size: 14px;
    font-weight: 700;
}
.login h2.title-h2 {	
	color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 90px;
}
.login p.title-p {		
	color: #fff;
    font-size: 1.5rem;
    line-height: 35px;
    width: 70%;
}
/* //////////////////////// */
/* order */
.my-order-sec .status-order{
    font-size: 0.9rem;
    font-weight: 600;
}
.my-order-sec .status-order.delivered {
    color: #000000;
}
.my-order-sec .status-order.dispatched{
    color: #029206;
}
.my-order-sec .status-order.cancelled{
    color: #e60101;
}
.my-order-sec .status-order.returned{
    color: #e08600;
}
.my-order-sec .status-order-dic{
    font-size: 0.8rem;
    text-align: right;
	line-height: 20px;
}
.my-order-sec .order-price{
    font-size: 1.3rem;
    font-weight: 600;
}
.my-order-sec .order-product-img{
    width: 80px;
}
.my-order-sec .card-oredr-items{
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}
.tearms-condition .tc-btn{
    color: #fff;
    background-color: #131313;
}
/*  */
.scroll-top-arrow {
	height: 40px;
	width: 40px;
	position: fixed;
	z-index: 111;
	background-color: #262626;
	bottom: 10px;
	right: 20px;
	background: linear-gradient(to right, #2d2d2d -50%, #444444 93%);
	animation: 1s slideInRight ease;
	display: none;
	cursor: pointer;
	border-radius: 50%;
}
.scroll-top-arrow i {
	font-size: 20px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.wave:before,
.wave:after {
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
	border: 3px solid #100f0f;
	background: rgb(51 51 51);
	display: none;
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.wave:hover:before {
	display: block;
	-webkit-animation: spread-fade 1s ease-in infinite;
	animation: spread-fade 1s ease-in infinite;
}
.wave:hover:after {
	display: block;
	-webkit-animation: spread-fade 1s 0.2s ease-in infinite;
	animation: spread-fade 1s 0.2s ease-in infinite;
}
@-webkit-keyframes spread-fade {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}
@keyframes spread-fade {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}
@media (min-width: 1199px) and (max-width: 1500px) {}
@media (min-width: 1199px) and (max-width: 1742px) {
}
@media (min-width: 992px) and (max-width: 1399px) {
}
@media (min-width: 1199px) and (max-width: 1399px) {
	.slides .carousel-custome .badge-dot,
	.single-product-sec .single-product-prev .badge-dot {
		height: 120px;
		min-width: 120px;
		font-size: 34px;
		line-height: 38px;
		margin-top: -2.7rem;
	}
	.category .ctgul .ctgli .ctga,
	.product-detailed .product-sec .card .card-body h5.card-title {
		font-size: 20px;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	.category .ctgul .ctgli {
		margin-bottom: 10px;
	}
	.category .ctgul .ctgli .ctga,
	.product-detailed .product-sec .card .card-body h5.card-title {
		font-size: 16px;
		line-height: 24px;
	}
	.ctga,
	.ctgaChild {
		font-size: 1rem;
		line-height: 1.3rem;
	}
	.profile-sidebar.card .profile-view h3 {
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ctga,
	.ctgaChild {
		font-size: 1rem;
		line-height: 1.3rem;
	}
}
@media (min-width:1450px) {
}
@media (min-width:1199px) {
.cart-page .cart-items {
	margin-top: 2.6rem;
}
}
@media (max-width:991px) {
	.category .ctgul .ctgli {
		margin-bottom: 10px;
	}
	.category .ctgul .ctgli .ctga,
	.product-detailed .product-sec .card .card-body h5.card-title {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width:767px) {
	.category .ctgul h2 {
		font-size: 18px;
		line-height: 27px;
	}
	.ctga,
	.ctgaChild {
		font-size: 0.8rem;
		line-height: 0.9rem;
		padding: 3px 20px 6px 20px;
	}
	.category .ctgul .ctgli .ctga {
		font-size: 14px;
		line-height: 16px;
	}
	.profile-sidebar.card .profile-view h3 {
		font-size: 13px;
	}
	.profile-sidebar.card .profile-view span img{
		width: 40px;
	}
	.profile-box h3 {
		font-size: 0.8rem;
	}
	.profile-box {
		padding: 1rem 0;
	}
	.profile-box h4 {
		font-size: 16px;
	}
	.profile-box p {
		font-size: 13px;
		line-height: 16px;
	}
	.category.profile-category .ctgul .ctgli .ctga {
		font-size: 13px;
	}
	.category.profile-category .ctgaChild {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.profile-box .coupen-box .coupen-title {
		font-size: 0.7rem;
	}
	.profile-box .coupen-box p {
		font-size: 11px;
	}	
	.profile-box .coupen-box .t-c {
		display: flex;
		align-items: center;
	}
	.login h2.title-h2 {	
		font-size: 2rem;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
	}
	.login p.title-p {	
		font-size: 1rem;
		line-height: 25px;
		width: 100%;
		text-align: center;
	}
	.login {
		padding: 8rem 0 5rem;
	}
	.my-order-sec .status-order-dic {
		text-align: left;
		line-height: 16px;
	}
}
@media (max-width:575px) {
	.category .ctgul .ctgli .ctga,
	.product-detailed .product-sec .card .card-body h5.card-title {
		font-size: 13px;
		line-height: 15px;
	}
	.category .ctgul h2 {
		font-size: 16px;
		line-height: 21px;
	}
	.category .ctgul .ctgli .ctga {
		font-size: 12px;
	}
	.category .ctgul .ctgli .ctga i {
		font-size: 0.6rem;
	}
	.value-button,
	input#number {
		height: 30px;
		font-size: 16px;
	}
	.profile-sidebar.card .profile-view h3 {
		line-height: 18px;
	}
	.profile-sidebar.card .profile-view {
		padding: 1rem 0;
		margin-bottom: 0.5rem;
	}
	.profile-category ul h2 a{
		font-size: 0.7rem;
	}
	.category.profile-category .ctgul .ctgli .ctga {
		font-size: 11px;
	}
	.category.profile-category .ctgaChild {
		font-size: 0.6rem;
		line-height: 0.8rem;
	}
	.change-password span a {
		font-size: 0.7rem;
	}
	.change-password h2 {
		font-size: 0.8rem;
	}
	.edit-add {
		padding: 2px;
	}
	.edit-add span {
		font-size: 0.8rem;
	}
	.profile-sidebar.card .profile-category {
		padding-left: 10px !important;
		padding-top: 0.5rem;
	}
	.my-order-sec .status-order {
		font-size: 0.9rem;
		font-weight: normal;
	}
	
	.login h2.title-h2 {	
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 25px;
		text-align: center;
	}
	.login p.title-p {	
		font-size: 0.9rem;
		line-height: 18px;
		width: 100%;
		text-align: center;
	}
	.m-center{
		text-align: center;
	}
	.m-center .personal-address{ 
		float: none;
	}
	
	.md-stepper-horizontal .md-step {
		display: inline-block !important;
		width: 50%;
	}
	.md-stepper-horizontal .md-step .md-step-title {
		margin-top: 16px;
		font-size: 12px !important;
		font-weight: normal !important;
	}
}
/* external */
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#000;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:13px;
	font-weight:normal;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:15px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
} | 
	assets/front/assets/css/style-cart.css | 
	.ctga,
.ctgaChild {
	width: 100%;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 2.3rem;
	color: #333;
	text-decoration: none;
	padding: 3px 20px 6px 24px;
	position: relative;
	right: 0;
	transition: right linear .3s;
}
.ctgulChild {
	display: none;
	padding-left: 0;
}
.down {
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.wtok .down {
	margin-top: 13px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
nav.category {
	height: 100%;
}
.category .ctgul {
	padding-left: 0;
}
.category .ctgul .ctgli {
	margin-bottom: 20px;
}
.category .ctgul h2 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.03em;
	line-height: 67px;
	text-align: left;
	color: #333;
}
.category .ctgul .ctgli .ctga {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	color: #333;
	padding-left: 0;
}
.category .ctgul .ctgli .ctga i {
	font-size: 0.8rem;
	margin-left: 0.5rem;
}
.product-detailed ul.pagination {
	background: #f2f2f2;
}
.page-item.active .page-link {
	background-color: #9f36a4;
}
.product-detailed .product-sec a{
	margin: auto;
}
.product-detailed .product-sec .product-image {
	height: 180px;
}
.product-detailed .product-sec .product-image img {
	width: auto;
	margin: auto;
}
.product-detailed .product-sec .card {
	box-shadow: none;
}
.product-detailed .product-sec .card .card-body h5.card-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	text-align: left;
	color: #333;
}
.product-detailed .product-sec .card .card-body h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 55px;
	text-align: left;
	color: #c01e70;
}
.product-detailed .product-sec .card .card-body h3 span {
	font-weight: 500;
	font-size: 20px;
	line-height: 55px;
	text-align: left;
	color: #48194a;
	text-decoration: line-through;
}
/*  */
.profile-sidebar.card{
	background: transparent;
	box-shadow: none;
}
.profile-sidebar.card .profile-view{
	background: #fff;
	margin-bottom: 1.5rem;
}
.profile-sidebar.card .profile-view h3{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 67px;
    text-align: left;
    color: #333;
}
.profile-sidebar.card .profile-category{
	background: #fff;
}
.category.profile-category .ctgul h2{
    line-height: 20px;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 20px;
    border-bottom: 1px solid #f0f0f0;
	margin-bottom: 1rem;
}
.category.profile-category .ctgaChild {
    width: 100%;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.8rem;
}
.category.profile-category .ctgul .ctgli {
    margin-bottom: 5px;
}
.category.profile-category .ctgul .ctgli .ctga{
    font-size: 16px;
}
.profile-box{
	background: #fff;
}
.profile-box h3 span a{
	font-size: 0.9rem;
	color: #ec1380;
}
.profile-box h4{  
    font-size: 25px;
    text-align: left;
    color: #333333;
}
.profile-box p{  
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #100F0F;
}
.update-btn{
	background: #ec1380;
    padding: 10px 30px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
    line-height: 56px;
}
.update-btn:hover{
	color: #fff;
}
.personal-address{
    float: left;
    padding: 2rem;
    background: #fff;
    margin: 0.5rem;
}
.personal-address.new-address-add i{
	font-size: 3rem;
    color: #8d8d8d;
}
.personal-address.new-address-add p{
    color: #8d8d8d;
    font-weight: 500;
}
.personal-address.active{
    background: #5a5656;
}
.personal-address.active h4,.personal-address.active p{
	color: #fff;
}
.personal-address p{
	margin-bottom: 0;
	font-size: 15px;
	line-height: 24px;
}
.btn-location{
	background: #000;
    padding: 8px 25px;
    width: auto;
    font-size: 16px;
    color: #ffff;
}
.profile-box .form-control {
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    min-height: 48px;
}
.profile-box .form-control.disable{
    background: #dbdbdb;
    border: 2px solid #cdcdcd;
}
.profile-box h3 {
    font-size: 1.75rem;
}
.profile-box hr{
	border-top: 1px solid #b9b9b9;
}
.profile-box .coupen-box{
	border: 1px solid #e0e0e0;
}
.profile-box .coupen-box .coupen-title{
	color: #26a541;
	font-weight: 500;
}
.profile-box .coupen-box .t-c{
    color: #ec1380;
	font-weight: 500;
}
.profile-box .coupen-box p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
	margin-bottom: 0;
}
.modal-open .modal{
    z-index: 9999999;
}
.change-password h2{
	font-size: 1.1rem;
    font-weight: 700;
}
.change-password span a{
    color: #EC1380;
}
.change-password .pwd-change-btn{
	padding: 10px;
	border-radius: 0;
	background: #000000;
}
.change-password .form-control {
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    min-height: 48px;
}
.change-password h3{
    font-size: 1.1rem;
}
.change-password ul {
	padding-left: 20px;
}
.change-password ul li{
    font-size: 1rem;
    list-style: disc;
}
.change-pwd-txt{
    color: #d93688;
	font-weight: 700;
}
.edit-add{
    border: 2px solid #dbdbdb;
    padding: 9px;
    margin-bottom: 10px;
}
.edit-add span{
    color: #EC1380;
}
.return-btn, .return-btn:hover{
	background: #2F2828;
	color: #fff;
	text-transform: capitalize;
    width: auto;
}
.cancel-btn, .cancel-btn:hover {
    background: #c93f3f;
    color: #fff;
    text-transform: capitalize;
    width: auto;
}
.my-order-sec .status-order.tracking-title{
    color: #029206;
    font-size: 0.9rem;
    font-weight: normal;
}
.my-order-sec .status-order.tracking-msg{
    font-size: 0.9rem;
    font-weight: normal;
	color: #676565;
}
.my-order-sec .status-order.tracking-msg span{
	color: #000000;
}
/* //////////////////////////// */
.checkout-page h2{
    font-size: 1.5rem;
    font-weight: 600;
}
.checkout-page .txt-bold{
	font-weight: bold;
}
.checkout-page .accordion-button:after{
	display: none;
}
.checkout-page .accordion-button:focus{
	box-shadow: none;
}
.checkout-page .accordion-button:not(.collapsed) {
    color: #ec1380;
    background-color: transparent;
}
.checkout-page .login-customer .accordion-button{
    font-weight: 700;
}
.checkout-page .login-customer .accordion-button span{
    font-weight: 500;
	color: var(--text_color);
}
.checkout-page .login-customer .accordion-button.border-top{
	border-bottom:0 ;
	border-left:0 ;
	border-right:0 ;
}
.checkout-page .form-control {
    background: #ffffff;
    border: 2px solid #c5c5c5;
    border-radius: 0;
    min-height: 48px;
}
.checkout-page .btn-login {
	padding: 8px 13px;
    padding: 10px 45px;
    font-size: 15px;
    color: #fff;
    background-color: #131313;
}
.checkout-page .accordion-body.bg-loginpage {
    padding: 1rem 1.25rem;
    background: #ffffff;
	margin-bottom: 1rem;
}
.checkout-page .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4c4c4;
    -webkit-box-shadow: inset 0 0 0 1px #c4c4c4;
    box-shadow: inset 0 0 0 1px #c4c4c4;
}
.checkout-page .form-check-input[type=checkbox]:checked:focus {
    background-color: #131313;
}
.checkout-page .form-check-input:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #000000;
    box-shadow: 0 0 0 13px #000000;
}
.checkout-page .form-check-input:checked:focus {
    border-color: #131313;
}
.checkout-page .form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #131313;
}
.checkout-page .form-check-input:checked {
    border-color: #131313;
}
.checkout-page .form-control.disable{
    background: #dbdbdb;
    border: 2px solid #cdcdcd;
}
.checkout-page .card-white{
    background: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}
.checkout-page p.coupen-title{
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
}
.checkout-page p.expect-date{
    font-size: 0.9rem;
}
.checkout-page p.price-product-checkout{
    font-weight: 800;
    font-size: 1.5rem;
}
.checkout-page p.price-product-checkout span{
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 55px;
    text-decoration: line-through;
}
.card.address-checkout{
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}
.delivery-add .card.address-checkout h5.card-title{
    font-size: 1.2rem;
    font-weight: 700;
}
.delivery-add .card.address-checkout p.card-text{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 26px;
    color: #100F0F;
}
.btn-changeadd, .btn-changeadd:hover{
    color: #fff;
    background-color: #131313;
}
.place-ordr{
    padding: 10px 45px;
    font-size: 15px;
    color: #fff;
    background-color: #131313;
}
.cart-page .value-button, .cart-page input#number{
    width: 22px;
    height: 30px;
    border: 0;
    font-size: 16px;
	font-weight: normal;
}
.cart-page .value-button, .cart-page .product_base_quantity_cart{
    width: 22px;
    height: 30px;
    border: 0;
    font-size: 16px;
	font-weight: normal;
}
.cart-page .border-1 {
    border: 1px solid #000;
    display: inline-block;
}
.popover-body{
	background: #4f4f4f !important;
	color: #fff;
}
.cart-page .remove-btn {
    font-size: 1rem;
	background: transparent;
	color: #ec1380;
	box-shadow: none;
}
.cart-page .btn-primary:active:focus{
	box-shadow: none;
}
.add-deliv-add .form-control {
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    min-height: 48px;
}
.delivery-new-sec .new-deliv-btn {
    color: #fff;
    background-color: #EC1380;
    border-radius: 0;
    font-size: 1.3rem;
}
.add-deliv-add .form-control.disable{
    background: #dbdbdb;
    border: 2px solid #cdcdcd;
}
.confirm-msg h4{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: #249209;
}
.modal-backdrop{
    z-index: 9999;
}
/* ////////////////////// */
.login{
	background: url(../img/login.jpg) no-repeat;
	background-position: center right;
	background-size: cover;
	padding: 12rem 0 8rem;
}
.login .form-sec{
	background: #fff;
}
.login .form-control {
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    min-height: 48px;
}
.login .form-control.disable {
    background: #dbdbdb;
    border: 2px solid #cdcdcd;
}
.login .login-signup {    
	color: #fff;
    background-color: #131313;
}
.login .form-check-input[type=checkbox]:checked:focus {
    background-color: #131313;
}
.login .form-check-input:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #000000;
    box-shadow: 0 0 0 13px #000000;
}
.login .form-check-input:checked:focus {
    border-color: #131313;
}
.login .form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #131313;
}
.login .form-check-input:checked {
    border-color: #131313;
}
.login .nav-tabs .nav-item.show .nav-link, .login .nav-tabs .nav-link.active {
    color: #ec1380;
    border-color: #ec1380;
    font-size: 14px;
    font-weight: 700;
}
.login h2.title-h2 {	
	color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 90px;
}
.login p.title-p {		
	color: #fff;
    font-size: 1.5rem;
    line-height: 35px;
    width: 70%;
}
/* //////////////////////// */
/* order */
.my-order-sec .status-order{
    font-size: 0.9rem;
    font-weight: 600;
}
.my-order-sec .status-order.delivered {
    color: #000000;
}
.my-order-sec .status-order.dispatched{
    color: #029206;
}
.my-order-sec .status-order.cancelled{
    color: #e60101;
}
.my-order-sec .status-order.returned{
    color: #e08600;
}
.my-order-sec .status-order-dic{
    font-size: 0.8rem;
    text-align: right;
	line-height: 20px;
}
.my-order-sec .order-price{
    font-size: 1.3rem;
    font-weight: 600;
}
.my-order-sec .order-product-img{
    width: 80px;
}
.my-order-sec .card-oredr-items{
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}
.tearms-condition .tc-btn{
    color: #fff;
    background-color: #131313;
}
/*  */
.scroll-top-arrow {
	height: 40px;
	width: 40px;
	position: fixed;
	z-index: 111;
	background-color: #262626;
	bottom: 10px;
	right: 20px;
	background: linear-gradient(to right, #2d2d2d -50%, #444444 93%);
	animation: 1s slideInRight ease;
	display: none;
	cursor: pointer;
	border-radius: 50%;
}
.scroll-top-arrow i {
	font-size: 20px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.wave:before,
.wave:after {
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
	border: 3px solid #100f0f;
	background: rgb(51 51 51);
	display: none;
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.wave:hover:before {
	display: block;
	-webkit-animation: spread-fade 1s ease-in infinite;
	animation: spread-fade 1s ease-in infinite;
}
.wave:hover:after {
	display: block;
	-webkit-animation: spread-fade 1s 0.2s ease-in infinite;
	animation: spread-fade 1s 0.2s ease-in infinite;
}
@-webkit-keyframes spread-fade {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}
@keyframes spread-fade {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}
@media (min-width: 1199px) and (max-width: 1500px) {}
@media (min-width: 1199px) and (max-width: 1742px) {
}
@media (min-width: 992px) and (max-width: 1399px) {
}
@media (min-width: 1199px) and (max-width: 1399px) {
	.slides .carousel-custome .badge-dot,
	.single-product-sec .single-product-prev .badge-dot {
		height: 120px;
		min-width: 120px;
		font-size: 34px;
		line-height: 38px;
		margin-top: -2.7rem;
	}
	.category .ctgul .ctgli .ctga,
	.product-detailed .product-sec .card .card-body h5.card-title {
		font-size: 20px;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	.category .ctgul .ctgli {
		margin-bottom: 10px;
	}
	.category .ctgul .ctgli .ctga,
	.product-detailed .product-sec .card .card-body h5.card-title {
		font-size: 16px;
		line-height: 24px;
	}
	.ctga,
	.ctgaChild {
		font-size: 1rem;
		line-height: 1.3rem;
	}
	.profile-sidebar.card .profile-view h3 {
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ctga,
	.ctgaChild {
		font-size: 1rem;
		line-height: 1.3rem;
	}
}
@media (min-width:1450px) {
}
@media (min-width:1199px) {
.cart-page .cart-items {
	margin-top: 2.6rem;
}
}
@media (max-width:991px) {
	.category .ctgul .ctgli {
		margin-bottom: 10px;
	}
	.category .ctgul .ctgli .ctga,
	.product-detailed .product-sec .card .card-body h5.card-title {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width:767px) {
	.category .ctgul h2 {
		font-size: 18px;
		line-height: 27px;
	}
	.ctga,
	.ctgaChild {
		font-size: 0.8rem;
		line-height: 0.9rem;
		padding: 3px 20px 6px 20px;
	}
	.category .ctgul .ctgli .ctga {
		font-size: 14px;
		line-height: 16px;
	}
	.profile-sidebar.card .profile-view h3 {
		font-size: 13px;
	}
	.profile-sidebar.card .profile-view span img{
		width: 40px;
	}
	.profile-box h3 {
		font-size: 0.8rem;
	}
	.profile-box {
		padding: 1rem 0;
	}
	.profile-box h4 {
		font-size: 16px;
	}
	.profile-box p {
		font-size: 13px;
		line-height: 16px;
	}
	.category.profile-category .ctgul .ctgli .ctga {
		font-size: 13px;
	}
	.category.profile-category .ctgaChild {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.profile-box .coupen-box .coupen-title {
		font-size: 0.7rem;
	}
	.profile-box .coupen-box p {
		font-size: 11px;
	}	
	.profile-box .coupen-box .t-c {
		display: flex;
		align-items: center;
	}
	.login h2.title-h2 {	
		font-size: 2rem;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
	}
	.login p.title-p {	
		font-size: 1rem;
		line-height: 25px;
		width: 100%;
		text-align: center;
	}
	.login {
		padding: 8rem 0 5rem;
	}
	.my-order-sec .status-order-dic {
		text-align: left;
		line-height: 16px;
	}
}
@media (max-width:575px) {
	.category .ctgul .ctgli .ctga,
	.product-detailed .product-sec .card .card-body h5.card-title {
		font-size: 13px;
		line-height: 15px;
	}
	.category .ctgul h2 {
		font-size: 16px;
		line-height: 21px;
	}
	.category .ctgul .ctgli .ctga {
		font-size: 12px;
	}
	.category .ctgul .ctgli .ctga i {
		font-size: 0.6rem;
	}
	.value-button,
	input#number {
		height: 30px;
		font-size: 16px;
	}
	.profile-sidebar.card .profile-view h3 {
		line-height: 18px;
	}
	.profile-sidebar.card .profile-view {
		padding: 1rem 0;
		margin-bottom: 0.5rem;
	}
	.profile-category ul h2 a{
		font-size: 0.7rem;
	}
	.category.profile-category .ctgul .ctgli .ctga {
		font-size: 11px;
	}
	.category.profile-category .ctgaChild {
		font-size: 0.6rem;
		line-height: 0.8rem;
	}
	.change-password span a {
		font-size: 0.7rem;
	}
	.change-password h2 {
		font-size: 0.8rem;
	}
	.edit-add {
		padding: 2px;
	}
	.edit-add span {
		font-size: 0.8rem;
	}
	.profile-sidebar.card .profile-category {
		padding-left: 10px !important;
		padding-top: 0.5rem;
	}
	.my-order-sec .status-order {
		font-size: 0.9rem;
		font-weight: normal;
	}
	
	.login h2.title-h2 {	
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 25px;
		text-align: center;
	}
	.login p.title-p {	
		font-size: 0.9rem;
		line-height: 18px;
		width: 100%;
		text-align: center;
	}
	.m-center{
		text-align: center;
	}
	.m-center .personal-address{ 
		float: none;
	}
	
	.md-stepper-horizontal .md-step {
		display: inline-block !important;
		width: 50%;
	}
	.md-stepper-horizontal .md-step .md-step-title {
		margin-top: 16px;
		font-size: 12px !important;
		font-weight: normal !important;
	}
}
/* external */
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#000;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:13px;
	font-weight:normal;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:15px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
} | 0.340047 | 0.055464 | 
| 
	h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Oxygen', sans-serif;
   font-size: 100%;
   background:#fff; 
}
.header_top{
	background:#dd9d33;
	min-height:28px;	
	position: relative;
}
.header_top_right{
	float:right;
	width:30%;
}
.top-info{
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 6px;
}
.lang_list{
	float: left;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	width: 38%;
}
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
/* WRAPPER */
.dropdown{
	position: relative;
	width: 75px;
	cursor: pointer;
	font-weight: 200;
	background: none;
	padding: 8px 15px 5px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.dropdown.open{
	z-index: 2;
}
.dropdown:hover,
.dropdown.focus{
	/*--background:#F7F7F7;--*/
}
/* CARAT */
.dropdown .carat,
.dropdown .carat:after{
	position: absolute;
	right:-1px;
	top: 50%;
	margin-top:0px;
	border: 4px solid transparent;
	border-top: 4px solid #c1c1c1;
	z-index: 1;
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
}
.dropdown:hover .carat:after{
	border-top-color: #f4f4f4;
}
.dropdown.focus .carat{
	border-top-color: #f8f8f8;
}
.dropdown.focus .carat:after{
	border-top-color: #0180d1;
}
.dropdown.open .carat{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* OLD SELECT (HIDDEN) */
.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.dropdown.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.dropdown .selected,
.dropdown li{
	display: block;
	font-size:11px;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight:400;
}
.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}
/* DROP DOWN WRAPPER */
.dropdown div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	background:#fb4d01;
	overflow: hidden;
	opacity: 0;
	color:#fff;
	width:90px;
}
.dropdown:hover div{
	background:#4CB1CA;
}
/* Height is adjusted by JS on open */
.dropdown.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.dropdown.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding:0;
	background:#fd926d;
}
.dropdown.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li{
	list-style: none;
	padding:8px;
	border-bottom: 1px solid #ee4a02;
}
.dropdown li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.dropdown li.focus{
	background:#dd6b44;
	position: relative;
	z-index: 3;
	color: #fff;
}
.dropdown li.active{
	background:#ee4a02;
	color: #fff;
}
ul.header_user_info {
	height:28px;
	float: left;
	border-left: 1px solid #ffe1b4;
	border-right: 1px solid #ffe1b4;
	width:60%;
}
ul.header_check {
	height:28px;
	float: left;
	border-left: 1px solid #ffe1b4;
	width:40%;
}
ul.header_user_info a, ul.header_check a{
	color:#fff;
}
ul.header_user_info a:hover, ul.header_check a:hover{
	color:#ffcf86;
}
ul.header_user_info a:hover, ul.header_check a:hover{
	text-decoration:none;
	color:#ffcf86;
}
i.user{
	width: 17px;
	height: 17px;
	background: url(../images/img-sprite.png) no-repeat -2px -5px;
	float: left;
	margin:6px 10px 0 5px;
}
i.cart {
	width: 17px;
	height: 17px;
	background: url(../images/img-sprite.png) no-repeat -225px -5px;
	float: left;
	margin:6px 10px 0 5px;
}
ul.header_user_info li.user_desc, ul.header_check li.user_desc{
	display: block;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	/* background: #fb5c22; */
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	float: left;
	margin-top:8px;
}
.search-box {
	position: relative;
}
.sb-search {
	position: absolute;
	top:0px;
	right:0px;
	width: 0%;
	min-width: 30px;
	height: 28px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background:#f1b85b;
	width: 100%;
	height: 28px;
	margin: 0;
	z-index: 10;
	padding: 5px 10px;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:28px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #333 url('../images/search.png') no-repeat 0px 1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
  	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #FFF;
	background: #dd9d33 url('../images/search.png') no-repeat 7px 4px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:100%;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.header_bottom {
	padding: 1em 0;
}
.logo {
	float: left;
	margin-top: 0px;
}
/* start h_menu */
.header_bottom_right{
	float:right;
	width:88%;
	padding-top:10px;
}
.h_menu4{
	float:right;
	margin-right: 2%;
	margin-top: 12px;
}
.toggleMenu {
    display: none;
	background:#fd926d;
	width: 100%;
	color: #FFF;
	font-size: 1.5em;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 13em;
	border-bottom:5px solid #fd926d;
	z-index:888;
}
.nav li a {
	display: block;
	padding: 10px 15px;
	color: #999;
	font-size: 0.85em;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
.nav li a:hover {
	background:#74ac80;
	color:#fff;
}
.nav li {
    position: relative;
}
.nav > li > a.parent{
	background: url(../images/arrow.png) no-repeat 15px 16px;
	padding: 10px 10px 10px 30px;
}
.nav > li > a.parent:hover{
	background: url(../images/arrow_h.png) no-repeat 15px 16px #74ac80;
	padding: 10px 10px 10px 30px;
}
.nav > li {
    float:left;
}
.nav > li.hover > ul {
    left:-1px;
    top:40px;
}
.nav li li.hover ul {
    left: 100%;
   -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav > li > li > a{
	font-size: 0.85em;
	padding: 10px 20px;
	display: block;
	color: #555;
	background: #fff;
	position: relative;
	z-index: 9999;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	text-decoration: none;
	margin: 0;
	text-transform: lowercase;
}
.nav li li {
	border-top:none;
}
.nav li li:hover{
	border-top:none;
}
.nav li li a{
	text-transform: capitalize;
	font-size:0.85em;
	border-top: 1px solid #e8ebf1;
	border-left: 1px solid #e8ebf1;
	border-right: 1px solid #e8ebf1;
}
.nav li li a:hover{
	color:#fff;
}
.nav > li >  ul {
    position: absolute;
    left: -9999px;
    padding: 0;
    z-index: 9999;
    background:#fff;
}
.nav > li >  ul > li > ul{
    position: absolute;
    left: -9999px;
    top:0px;
    padding: 0;
    z-index: 9999;
    background:#fff;
}
/***** Media Quries *****/
@media screen and (max-width:800px) {
	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	/*--.h_menu4{
		float: none;
	}--*/
	.toggleMenu {
		padding: 5px 10px;
		width: 100%;
	}
	.nav li a {
		padding: 10px 15px;
	}
	.nav {
		background:#fff;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 64% 50% !important;
    }
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
@media screen and (max-width: 640px) {
	.toggleMenu {
		width:100%;
	}
	ul.social {
	display: none;
	}
}
@media screen and (max-width: 480px) {
	.toggleMenu {
		width:100%;
	}
	ul.social {
	display: none;
	}
}
@media screen and (max-width: 320px) {
	.toggleMenu {
		width:100%;
	}
	ul.social {
	display: none;
	}
}
.shopping_cart {
	float: left;
	width: 30%;
}
ul.shopping_cart_top{
	padding: 5px 10px;
	list-style: none;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
ul.shopping_cart_top li.shop_left{
	float: left;
	margin-right: 54%;
	font-size: 0.8125em;
	color: #999;
	font-weight: 600;
}
ul.shopping_cart_top li.shop_right{
	float:left;
}
ul.shopping_cart_top li.shop_right img {
	vertical-align: baseline;
}
ul.shopping_cart_top:hover li.shop_left{
	color:#fd926d;
}
ul.shopping_bag{
	padding:4px 10px;
	list-style:none;
	border:1px solid #ddd;
	background:#fafafa;
}
ul.shopping_bag li.bag_left{
	float:left;
}
ul.shopping_bag li.bag_right{
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	font-weight: 600;
	margin-top: 6px;
}
ul.shopping_bag:hover li.bag_right{
	color:#fd926d;
}
/*--slider--*/
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.caption{
	width: 56%;
	position: absolute;
	top: 35%;
	left: 20%;
	text-align:center;
}
.caption h3{
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;
}
.caption p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	text-align: center;
	margin:1em 0 1.5em 0;
}
a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: 2px solid #867a76;
}
.callbacks_here a:after{
	border: 2px solid #fd926d;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:117px;
  width:30px;
  background: transparent url("../images/arrows.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
}
@media(max-width:768px){
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 26%;
	}
	.callbacks_nav {
	  	top: 55%;
	 }
}
@media(max-width:640px){
	.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 30%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 60%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.5em 0;
	}
	.caption h3{
		font-size:1.4em;
	}
	a.morebtn {
		width: 40%;
		font-size:0.8em;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 63%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.2em 0;
	}
	.caption h3{
		font-size:1em;
	}
	a.morebtn {
		width: 50%;
		font-size: 0.8em;
		padding:0.6em 0.5em; 
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.column_center{
	background:#fff0d7;
	margin:0 0 2em 0;
}
.search {
	position: relative;
	float:left;
	margin-top: 10px;
}
.search input[type="text"] {
	padding: 8px 10px;
	outline: none;
	color: #999;
	background: #fff;
	border: none;
	width: 87.22%;
	line-height: 1.5em;
	font-size: 0.8125em;
	font-style: italic;
}
.search input[type="submit"] {
	background: no-repeat 10px 10px #dd9d33;
	padding: 5px 17px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	border-bottom: 4px solid #dd6b44;
}
.search input[type="submit"]:hover{
	background: no-repeat 10px 10px #74ac80;
	border-bottom: 4px solid #0E8673;
}
ul.social {
	padding: 0;
	list-style: none;
	float:right;
}
ul.social li {
	float: left;
}
ul.social li.find{
	margin: 17px 20px 0 0;
	font-size: 0.85em;
	color: #555;
}
ul.social li a i {
	width: 55px;
	height: 55px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat #f7f7f7;
}
ul.social li a i.fb{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -18px 14px;
}
ul.social li a i.tw {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -56px 15px;
}
ul.social li a i.gl{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -245px 16px;
}
ul.social li a i.ig{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -245px -33px;
}
ul.social li a i.yt{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -245px -75px;
}
ul.social li a i:hover {
	opacity:0.5;
}
.stay {
	float: left;
	font-size: 0.85em;
	margin:8px 10px 0 0;
	color: #555;
}
.stay_right{
	float:left;
}
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 4em 0 2em;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 35%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color:#000;
	font-size: 1em;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width:24.3333%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #f8b244;
}
.resp-tab-active{
	background:#cae2c4;
	text-shadow: none;
	color:#32801e;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
@media only screen and (max-width:480px) {
	.sap_tabs{
		padding-top:0;
	}
	.resp-tabs-container{
		padding:10px;
	}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
ul.tab_img{
	padding:0;
	list-style:none;
	position: relative;
	background:#cae2c4;
	padding:2em 0;
}
ul.tab_img li {
	float: left;
	width: 15%;
	margin-right: 2%;
}
ul.tab_img li.last{
	margin-right:0;
}
.title-desc {
	height: 50px;
}
.title-desc a{
	font-weight:700;
	text-transform:uppercase;
	color:#F90;
}
.title-desc a:hover{
	text-transform:uppercase;
	text-decoration:none;
	color:#096;
}	
.tab_desc{
	background:#dcdcdc;
	padding:0px 0px 10px 0px;
	list-style:none;
	text-align:center;
}
.tab_desc h3, .tab_desc1 h3{
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3px;
}
.tab_desc h3 a, .tab_desc1 h3 a{
	color:#787878;
}
.tab_desc p, .tab_desc1 p{
	font-size:1.5em;
	color:#000;
	margin-bottom: 10px;
}
.cart-icon {
	display:inline;
}
.btn1.btn-primary1{
	box-shadow: none;
	background: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px;
	color: #FFF;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	text-decoration: none!important;
	background: #dd9d33;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.6125em;
	border-bottom: 3px solid #dd6b44;
}
.btn1.btn-primary1>span{
	float: left;
	margin-right: 9px;
}
a.btn1.btn-primary1 img {
	vertical-align: sub;
	margin-top: 2px;
}
.view:hover .btn1.btn-primary1{
	background:#74ac80;
	border-bottom:3px solid #0E8673;
}
.btn1.btn-primaryleft{
	box-shadow: none;
	background: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px;
	color: #FFF;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	text-decoration: none!important;
	background: #ffbe8f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.6125em;
	border-bottom: 3px solid #9d9d9d;
}
.btn1.btn-primaryleft>span{
	float: left;
	margin-right: 9px;
}
.btn1.btn-primarybv{
	box-shadow: none;
	background: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px;
	color: #FFF;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	text-decoration: none!important;
	background: #dd9d33;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.6125em;
	border-bottom: 3px solid #dd6b44;
}
.btn1.btn-primarybv>span{
	float: left;
	margin-right: 9px;
}
a.btn1.btn-primarybv img {
	vertical-align: sub;
	margin-top: 2px;
}
.sale-box{
	position: absolute;
	top: 32px;
	overflow: hidden;
	height:50px;
	width:50px;
	background: url(../images/sale.jpg) no-repeat;
}
ul.tab_img li:hover{
	box-shadow:0 0 5px #A3A3A3;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top:1em;
   left: 3.8em;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
	ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background:url(../images/shop.png)no-repeat;
	width:140px;
	height:140px;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask, .view-first:hover .product_mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.brands {
	border-bottom: 1px solid rgb(208, 208, 208);
	padding:1em 0 1em;
}
.m_3, .m_4 {
	text-align: center;
	position: relative;
}
i.clearence{
	width:164px;
	height:162px;
	display: inline-block;
	background: url(../images/clearence.png) no-repeat;
}
span.left_line1 {
	height: 1px;
	width: 460px;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	left: 1%;
	bottom: 82px;
}
span.right_line1 {
	height:1px;
	width:460px;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	right:1%;
	bottom:82px;
}
ul.grid1 {
	padding: 0;
	list-style: none;
	position: relative;
	margin-top:2em;
}
ul.grid1 li {
	float: left;
	width: 23%;
	margin-right: 2.6%;
}
ul.grid1 li.grid1_last {
	margin-right:0;
}
.sale-box1{
	position: absolute;
	top:2px;
	overflow: hidden;
	height: 50px;
	width: 50px;
	background: url(../images/sale.jpg) no-repeat;
}
ul.brands_list{
	padding:0;
	list-style:none;
	margin: 1em 0 0em;
}
.category:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.category{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.margin0 {
    margin: 0 auto;
}
span.left_line {
	height: 1px;
	width: 42%;
	display: block;
	background: rgb(37, 162, 91);
	position: absolute;
	left: 0;
	bottom:8px;
}
span.right_line{
	height: 1px;
	width:42%;
	display: block;
	background: rgb(37, 162, 91);
	position: absolute;
	right:0;
	bottom:8px;
}
span.left_line2 {
	height: 1px;
	width: 42%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	left: 0;
	bottom:8px;
}
span.right_line2{
	height: 1px;
	width:42%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	right:0;
	bottom:8px;
}
.m_3 h3{
	color:#25a25b;
	font-size:1em;
	text-transform:uppercase;
	font-weight:600;
	margin-top:45px;
}
.m_3 h2{
	color:#808080;
	font-size:1em;
	text-transform:uppercase;
	font-weight:600;
	margin-top:45px;
}
.grid-1{
	text-align:center;
	padding:2em 0;
}
.grid-1 h1{
	color: #414141;
	font-size:1.5em;
	font-weight: 600;
}
.grid-1 p{
	color: #999;
	font-size: 0.95em;
	font-weight: 500;
	line-height:1.8em;
}
.grid-2{
	background:#f7f7f7;
	padding:1em 0;
	text-align:center;
}
.grid-2 p {
	line-height: 1.8em;
	font-size:0.85em;
	color:#999;
	font-weight: 500;
}
.grid-2 p img{
	display:inline-block;
	margin-left: 10px;
}
/*--footer--*/
.footer_top{
	background:#ededed;
	padding:3em 0;
}
.grid-3 h3{
	color: #dd9d33;
	font-size: 1.1em;
	font-weight: 600;
}
ul.footer_list, ul.footer_social{
	padding:0;
	list-style:none;
}
ul.footer_list li a{
	color: #777;
	font-size: 0.8125em;
	font-weight: 500;
	line-height: 1.8em;
}
ul.footer_list li a:hover{
	text-decoration:none;
	color:#fd926d;
}
ul.footer_social li:first-child {
	margin-left: 0;
}
ul.footer_social li {
	display: inline-block;
	margin-right: 5px;
}
ul.footer_social li a i {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.footer_social li a i.tw1{
	background-position: -3px -39px;
}
ul.footer_social li a i.db1{
	background-position:-45px -39px;
}
ul.footer_social li a i.fb1{
	background-position:-88px -39px;
}
ul.footer_social li a i.g1{
	background-position:-3px -86px;
}
ul.footer_social li a i.thumb{
	background-position:-47px -86px;
}
ul.footer_social li a i.vimeo{
	background-position:-95px -86px;
}
ul.footer_social li a i:hover{
	opacity:0.8;
}
.footer_bottom{
	background:#dd9d33;
	padding:1em 0;
}
.cssmenu {
	float:left;
	color: #fff;
	font-size: 0.8125em;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color: #fff;
	display: block;
	margin: 10px;
}
.cssmenu ul li a:hover{
	text-decoration:none;
	color:#ffd081;
}
.copy {
	float:right;
	margin-top: 12px;
}
.copy p {
	color:#fff;
	font-size: 0.8125em;
}
.copy p a{
	color:#fff;
}
/*--products--*/
ul.breadcrumbs {
	padding:5px 0;
	list-style: none;
	border-top: 1px solid rgb(208, 208, 208);
	border-bottom: 1px solid rgb(208, 208, 208);
}
ul.breadcrumbs li {
	display: inline-block;
	font-size: 0.8125em;
	color: #000;
}
ul.breadcrumbs li a img{
	vertical-align: baseline;
}
span.red{
	color: #fd926d;
}
/***** Slider *****/
.product_banner {
	background: #fff;
}
.products_top {
	padding: 2em 0;
}
.banner-wrap {
	padding: 1em 0 0;
	border-bottom: 1px solid rgb(208, 208, 208);
}
.wmuSlider {
	position: relative;
	overflow: hidden;
	min-height: 485px;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
.banner_full {
	float: left;
	width:100%;
}
.banner_left {
	float: left;
	width:50%;
}
.banner_right {
	float: left;
	width: 44%;
	margin-top: 5em;
}
.banner_right h1{
	color:#4a4a4a;
	font-size:1.5em;
	font-weight:600;
}
p.p1{
	color:#fd926d;
	font-size:2em;
	font-weight:bold;
}
p.p2{
	color:#999;
	font-size:0.8125em;
	line-height:1.5em;
	padding: 2em 0;
}
p.p3{
	color:#999;
	margin-top:5px;
	font-size:0.6em;
	line-height:1.5em;
}
h5.p3{
	color:#999;
	margin-top:5px;
	font-size:0.7em;
	line-height:1.5em;
}
p.p4{
	color:#999;
	font-size:0.8125em;
	line-height:1.5em;
	margin-bottom:20px;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right: 46%;
	bottom: 5px;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background:#867a76;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.wmuSliderPagination a.wmuActive {
	background:#fd926d;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png)no-repeat;
	top:43%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position:-150px -4px;
	left: 0;
}
.wmuSliderNext {
	background-position:-189px -4px;
	right: 0px;
}
a.btn1.btn2.btn-primary1 {
	padding: 15px 25px;
	font-size:0.85em;
	font-weight:100;
}
.btn1.btn2.btn-primarybv {
	padding: 15px 25px;
	font-size:0.85em;
	font-weight:100;
}
a.btn1.btn2.btn-primary1 img {
	vertical-align: sub;
	margin-top: 3px;
}
.btn1.btn2.btn-primarybv img {
	vertical-align: sub;
	margin-top: 3px;
}
a.btn1.btn2.btn-primary1:hover{
	background:#4fafa0;
	border-bottom:3px solid #0E8673;
}
.mens-toolbar {
	border-bottom: 1px solid rgb(190, 190, 190);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.mens-toolbar .sort {
	float: left;
	width: 40.5%;
	margin-top: 5px;
}
.sort-by {
	color: #000;
	font-size: 0.8125em;
}
.sort-by label {
	font-weight: normal;
}
.pages {
	float: right;
}
ul.dc_pagination.dc_paginationA.dc_paginationA06 {
	padding: 0;
	list-style: none;
	float: left;
}
ul.dc_pagination li:first-child {
	margin-left: 0px;
	text-transform: uppercase;
}
ul.dc_pagination li {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	background: #f4f4f4;
}
ul.dc_pagination li a {
	color: #000;
	display: block;
	padding: 7px 12px;
	text-decoration: none;
	font-size: 0.8125em;
}
ul.dc_pagination li a:hover{
	color:#fd926d;
}
ul.dc_paginationA06 li a.left {
	background: url(../images/pl_arrow.png) no-repeat 9px 5px;
	display: inline-block;
	width: 31px;
	height: 27px;
}
ul.dc_paginationA06 li a.right {
	background: url(../images/pr_arrow.png) no-repeat 9px 5px;
	display: inline-block;
	width: 31px;
	height: 27px;
}
.limiter.visible-desktop {
	float: left;
	margin: 3px 20px 0;
}
.limiter.visible-desktop label{
	font-size:0.8125em;
	color:#000;
	font-weight: 500;
}
ul.grid-4{
	padding: 0;
	list-style: none;
	position: relative;
}
ul.grid-4 li {
	float: left;
	width: 30.6666%;
	margin-right: 4%;
}
ul.grid-4 li.grid-4_last {
	margin-right: 0;
}
.tab_desc1{
	background:#f9f5f4;
	padding: 1em 0;
	list-style: none;
	text-align: center;
}
.view-first .product_mask {
	ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: url(../images/shop.png)no-repeat;
	width: 140px;
	height: 140px;
}
.view .product_mask,.view .content {
   position: absolute;
   overflow: hidden;
   top:5.5em;
   left: 3.5em;
}
.product_box1{
	margin-bottom:2em;
}
h3.m_1 {
	color: #fff;
	font-size: 0.85em;
	padding: 8px 10px;
	background: #25A25B;
	text-transform: uppercase;
}
.metro{
	position: relative;	
	cursor: pointer;
	font-weight:600;
	background:#fff;
	color:#898989;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.metro.open{
	z-index: 2;
}
.metro:hover,
.metro.focus{
	color:#666;
}
/* OLD SELECT (HIDDEN) */
.metro .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.metro select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.metro.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.metro .selected {
    color: #96a6a7;
}
.metro .selected:hover{
	color:#e94e38;
}
.metro .selected,
.metro li{
	display: block;
	font-size:0.8125em;
	padding:8px 0px 8px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	font-weight:500;
	text-transform:uppercase;
	color:#000;
}
.metro .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding:6px;
	background:url(../images/p_plus.png) no-repeat 0px 10px;
}
.metro:hover .selected::after,
.metro.focus .selected::after{
	background:url(../images/p_minus.png) no-repeat 0px 10px;
}
/* DROP DOWN WRAPPER */
.metro div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top:1px;
	overflow: hidden;
	opacity: 0;
	color: #FFF;
}
/* Height is adjusted by JS on open */
.metro.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.metro.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.metro.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.metro ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding:0;
	list-style: none;
	overflow: hidden;
	background:#fd926d;
}
.metro.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.metro li{
	list-style: none;
	padding: 6px 10px;
	font-size:0.85em;
	font-weight: 400;
	text-transform: lowercase;
}
.metro li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.metro li:hover{
	background-color:#DD3E27;
}
.metro li.focus{
	background:#DD3E27;
	position: relative;
	z-index: 3;
	color:#FFF;
}
.metro li.active{
    background-color:#dd6b44;
	color: #fff;
}
ul.size {
	padding: 0;
	list-style: none;
	margin:2em 0 3em;
}
ul.size h3 {
	color: #555;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1em;
}
ul.size li {
	display: inline-block;
	margin: 0 10px 0 0;
}
ul.size li a {
	color: #555;
	font-size:12px;
	background:#f4f4f4;
	padding:8px 10px;
}
ul.size li a:hover{
	text-decoration:none;
	color:#fff;
	background:#fd926d;
}
ul.grid_1{
	padding: 0;
	list-style: none;
	border-bottom: 1px solid rgb(185, 223, 185);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.grid_1 li.grid_1-img{
	float: left;
	width:34%;
	margin-right: 4%;
}
ul.grid_1 li.grid_1-desc{
	float:left;
	width:62%;
}
ul.grid_1 li.grid_1-desc h4{
	margin-bottom: 5px;
	font-size: 0.85em;
	font-weight: 500;
	text-transform: uppercase;
}
ul.grid_1 li.grid_1-desc h4 a{
	color: #000;
	margin-bottom:10px;
}
ul.grid_1 li.grid_1-desc h4 a:hover{
	color:#fd926d;
	text-decoration:none;
}
ul.grid_1 li.grid_1-desc p{
	font-size:0.7em;
	font-weight:bold;
	color:#fd926d;
}
ul.grid_1 li.grid_1-desc span{
	font-size:1em;
	font-weight:normal;
	color:#414141;
}
.sale_grid{
	margin-bottom: 2em;
}
/*--single--*/
.images_3_of_2 {
	width: 26.2%;
	float: left;
	margin-right: 2.6%;
}
.desc1 {
	display: block;
	float:left;
}
.span_3_of_2 {
	width: 70.3333%;
}
.single_top {
	margin:3em 0;
}
ul.back{
	padding:0;
	list-style:none;
	margin-bottom:1em;
	border-bottom:1px solid rgb(208, 208, 208);
	padding-bottom:1em;
}
ul.back li{
	font-size:0.8125em;
	color:#999;
}
ul.back li a{
	color:#ffa687;
}
i.back_arrow{
	width: 15px;
	height: 15px;
	float: left;
	background: url(../images/img-sprite.png)no-repeat -154px -50px;
}
.span_3_of_2 h1{
	color:#4a4a4a;
	font-size:1.5em;
	font-weight:600;
}
ul.price_single{
	padding:0;
	list-style:none;
	margin: 1em 0;
}
ul.price_single li.head{
	float:left;
}
ul.price_single li.head h2{
	color: #fd926d;
	font-size: 2.5em;
	font-weight: bold;
}
ul.price_single li.head_desc{
	float:right;
	margin-top: 15px;
}
ul.price_single li.head_desc a{
	font-size:0.8125em;
	color:#999;
	margin-right: 1em;
}
.span_3_of_2 p{
	color:#999;
	font-size:0.85em;
	line-height:1.8em;
}
.metro1{
	position: relative;	
	cursor: pointer;
	font-weight:600;
	background:#f4f4f4;
	color:#000;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.metro1.open{
	z-index: 2;
}
.metro1:hover,
.metro1.focus{
	color:#666;
}
/* OLD SELECT (HIDDEN) */
.metro1 .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.metro1 select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.metro1.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.metro1 .selected {
    color:#000;
}
.metro1 .selected,
.metro1 li{
	display: block;
	font-size:0.8125em;
	padding:10px 0px 10px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	font-weight:500;
	text-transform:uppercase;
}
.metro1 .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 18px;
	background: url(../images/img-sprite.png) no-repeat -184px -40px #e5e5e5;
}
.metro1:hover .selected::after,
.metro1.focus .selected::after{
	background:url(../images/img-sprite.png) no-repeat -184px -40px #fd926d;
}
/* DROP DOWN WRAPPER */
.metro1 div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top:1px;
	background:#fd926d;
	overflow: hidden;
	opacity: 0;
	color: #FFF;
}
/* Height is adjusted by JS on open */
.metro1.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.metro1.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.metro1.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.metro1 ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding:0;
	list-style: none;
	overflow: hidden;
}
.metro1.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.metro1 li{
	list-style: none;
	padding: 6px 10px;
	font-size:0.85em;
	font-weight: 400;
}
.metro1 li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.metro1 li:hover{
	background-color:#DD3E27;
}
.metro1 li.focus{
	background:#DD3E27;
	position: relative;
	z-index: 3;
	color:#FFF;
}
.metro1 li.active{
    background-color:#ff9f00;
	color: #fff;
}
.dropdown_top{
	border-bottom: 1px solid rgb(208, 208, 208);
	border-top: 1px solid rgb(208, 208, 208);
	padding: 1em 0;
	margin: 2em 0;
}
.dropdown_left{
	float:left;
	width:35%;
}
ul.color_list {
	padding:0;
	list-style:none;
	float:right;
	margin-top: 7px;
}
ul.color_list li {
display:inline-block;
}
span.color1 {
	background:#efebe2;
	padding: 5px 14px;
}
span.color2 {
	background:#c9c1c6;
	padding: 5px 14px;
}
span.color3 {
	background:#b29b88;
	padding: 5px 14px;
}
span.color4 {
	background:#968886;
	padding: 5px 14px;
}
span.color5 {
	background:#cde0ef;
	padding: 5px 14px;
}
.cart_header{
	border-bottom: 1px solid #DD9D33;
	border-top: 1px solid #DD9D33;
	padding: 1em 0;
	margin:3em 0 1em;
	font-size: 12px;
	font-weight:800;
	color:#25A25B;
	text-transform: uppercase;
	float: left;
	text-align:center;
	margin-top: 8px;
}
.cart_content{
	padding: 1em 0;
	margin:1em 0;	
	float: left;
	font-size: 11px;
	border-bottom:dashed 1px #666;
}
.cart_content p{
	font-size: 11px;
	margin-top:15px;
}
.cart_content a{	
	color:#F60;
	font-weight:700;
}
.cart_content a:hover{
	color:#063;
}
.cart_content h3{
	font-size: 12px;
	text-transform: uppercase;
}
.cart_total_container{
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:1px dashed #333;
}
.cart_total_text{
	padding-top:3px;
	font-size: 0.8em;
	font-weight:800;
	font-style:italic;
	color:#000;
	text-transform: uppercase;
}
.cart_total{
	font-size: 1em;
	font-weight:800;
	font-style:italic;
	text-align:right;
	color:#25A25B;
	text-transform: uppercase;
}
.single_social_top{
	border-bottom: 1px solid rgb(208, 208, 208);
	border-top: 1px solid rgb(208, 208, 208);
	padding: 1em 0;
	margin:3em 0;
}
ul.single_social{
	list-style: none;
	width:88%;
	margin: 0 auto;
}
ul.single_social li{
	display:inline-block;
	margin-right:14%;
}
ul.single_social li.last{
	margin-right:0;
}
ul.single_social li a i {
	width: 55px;
	height: 53px;
	float:left;
	background: url(../images/img-sprite.png)no-repeat;
	margin-right: 10px;
}
ul.single_social li a i.s_fb {
	background-position:-2px -137px;
}
ul.single_social li a i.s_pin {
	background-position:-62px -138px;
}
ul.single_social li a i.s_twt {
	background-position:-125px -137px;
}
ul.single_social li a i.s_email {
	background-position:-188px -137px;
}
.social_desc{
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	margin-top: 8px;
}
ul.single_social li a{
	color: #000;
}
ul.single_social li a:hover {
	display: block;
	color:#fd926d;
}
.menu {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
}
ul.menu li.item1{
	background:#ffd5c6;
}
ul.menu li.item1 img, ul.menu li.item2 img, ul.menu li.item3 img, ul.menu li.item4 img, ul.menu li.item5 img{
	margin: -3px 10px 0 0;
}
ul.menu li.item2{
	background:#ffcab8;
}
ul.menu li.item3{
	background:#ffae92;
}
ul.menu li.item4{
	background:#ffa687;
}
ul.menu li.item5{
	background:#fd926d;
}
ul {
	padding: 0;
	list-style: none;
}
.menu > li > a {
	width: 100%;
	height: 4em;
	line-height: 4em;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.menu ul li a {
	background: #fff;
	width: 100%;
	height: 5em;
	line-height: 1.8em;
	display: block;
	position: relative;
	font-size:0.85em;
	font-weight: 400;
	color: #878d95;
}
.menu > li > a:hover, .menu > li > a.active {
	background:#fd926d;
}
.m_4{
	margin:3em 0 1em;
}
.m_4 p{
	color:#000;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
}
span.left_line2 {
	height: 1px;
	width:44%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	left: 0;
	bottom: 10px;
}
span.right_line2 {
	height: 1px;
	width:44%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	right: 0;
	bottom: 10px;
}
/*--contact--*/
.contact-form input[type="text"] {
	display: block;
	width: 100%;
	padding: 15px;
	outline: none;
	margin:0 0 1.5em;
	font-size: 0.85em;
	color: #888;
	background: #fff;
	border: 1px solid #DFDDDD;
}
.contact-form textarea {
	display: block;
	background:#fff;
	height: 150px;
	width:100%;
	padding:15px;
	margin: 1em 0;
	border: 1px solid #DFDDDD;
	outline: none;
	color: #888;
	font-size:0.85em;
}
.contact-form input[type="submit"] {
	background:#fd926d;
	padding: 10px;
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	width: 100%;
}
.contact-form input[type="submit"]:hover{
	background:#000;
}
.contact{
	margin:5em 0;
	min-height:300px;
}
.contact_top{
	margin-bottom:4em;
}
.map iframe {
	min-height:300px;
	width: 100%;
	border: none;
}
.contact_grid h3 {
	color: #fd926d;
	text-transform: uppercase;
	font-weight: 400;
}
.contact_grid p {
	font-size: 0.85em;
	color: #989A96;
	line-height: 1.8em;
}
.contact_address{
	margin-bottom:2em;
}
.contact_grid ul {
	margin:20px 0px;
}
.contact_grid li {
	font-size:0.8em;
	padding:10px; 
	border:1px solid #BEBEBE; 
}
.contact_grid li a {
	color:#989A96;
}
.contact_grid li a:hover {
	color:#25A25B;
}
.list_grid h3 {
	color: #fd926d;
	text-transform: uppercase;
	font-weight: 400;
}
.list_grid p {
	font-size: 0.85em;
	color: #989A96;
	line-height: 1.8em;
}
.list_address{
	margin-bottom:2em;
}
.list_grid ul {
	margin:20px 0px;
}
.list_grid li {
	font-size:0.8em;
	padding:10px 20px 10px; 
	border:1px solid #BEBEBE; 
	background: url(../images/side-arrow.png) no-repeat 3px 13px;
}
.list_grid li a {
	display:block;
	color:#989A96;
}
.list_grid li a:hover {
	color:#25A25B;
	text-decoration:none;
}
.list_grid li:hover {
	color:#25A25B;
	border-bottom:1px solid #DD9D33;
}
/*--login--*/
.login-left {
	padding: 0;
}
.login-left h3, .login-right h3 {
	color: #fd926d;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 0.5em;
}
.login-left p, .login-right p {
	color: #555;
	display: block;
	font-size: 0.8em;
	margin: 0 0 1.5em 0;
	line-height: 1.8em;
}
.acount-btn {
	background:#DD9D33;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
	background:#74ac80;
	text-decoration:none;
	color:#fff;
}
.login-right form {
	padding: 1em 0;
}
.login-right form div {
	padding: 0 0 1.5em 0;
}
.login-right span {
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.login-right input[type="text"] {
	border: 1px solid #fcb99c;
	outline-color:#fb4d01;
	width: 96%;
	font-size:0.8125em;
	padding:10px;
}
.login-right input[type="password"] {
	border: 1px solid #fcb99c;
	outline-color:#fb4d01;
	width: 96%;
	font-size:0.8125em;
	padding:10px;
}
.login-right input[type="submit"] {
	background:#DD9D33;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}
.login-right input[type="submit"]:hover{
	background:#74ac80;
}
a.forgot {
	font-size: 0.8125em;
	text-transform:uppercase;
	float:right;
	margin-right:20px;
}
a.forgot:hover {
	color:#e7883c;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
	color:#fd926d;
	font-size: 0.8em;
	padding-bottom: 5px;
	margin: 0;
	font-weight:600;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#555;
	font-size: 0.7125em;
	display: block;
	text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-top-grid textarea, .register-bottom-grid input[type="text"],
.register-top-grid input[type="password"], .register-bottom-grid input[type="text"], .register-top-grid input[type="email"] {
	border: 1px solid #ccc;
	outline-color:#FF5B36;
	width: 96%;
	font-size: 0.8em;
	padding: 0.5em;
}
.track-order-grid div {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.track-order-grid span {
	color:#DD9D33;
	font-size: 0.9125em;
	font-weight:bold;
	display: block;
	text-transform: uppercase;
	margin-bottom:5px;
}
.track-order-grid input[type="text"] {
	border: 1px solid #F90;
	outline-color:#FF5B36;
	width: 96%;
	font-size: 0.8em;
	padding: 0.5em;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font-size: 0.85em;
	color:#555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #D2CF99;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	margin-top:1em;
}
.register-but form input[type="submit"] {
	background:#fd926d;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.8em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}
.register-but input[type="submit"]:hover {
	background:#000;
}
div.register-bottom-grid {
	margin-top:3em;
}
/*--responsive design--*/
@media (max-width:1366px){
.srch button {
	right:100px;
}
.header_top_right {
	width: 25%;
}
.main-search {
	bottom: -81px;
	right: 109px;
}
.view .mask, .view .content {
	top: 3.5em;
	left: 2em;
}
}
@media (max-width:1280px){
.srch button {
	right: 56px;
}	
.main-search {
	bottom: -75px;
	right: 58px;
}
.view-first .mask {
	width: 90px;
	height: 90px;
	background-size: 98%;
}
.view .mask, .view .content {
	top: 4.5em;
	left: 3em;
}
.resp-tabs-list {
	width: 40%;
}
.header_bottom_right {
	width: 87%;
}
}
@media (max-width:1024px){
.header_top_right {
	width: 29%;
}	
.srch button {
	right: 33px;
}
.header_bottom_right {
	width: 71%;
}
.resp-tabs-list {
	width: 50%;
}
.resp-tab-item {
	font-size: 0.85em;
}
.btn1.btn-primary1 {
	font-size: 12px;
}
a.btn1.btn-primary1 img {
	margin-top: 1px;
}
.tab_desc h3, .tab_desc1 h3 {
	font-size: 0.8125em;
}
.tab_desc p, .tab_desc1 p {
	font-size: 1.3em;
}
.view-first .mask {
	width: 90px;
	height: 90px;
	background-size: 90%;
}
.view .mask, .view .content {
	top: 4em;
	left: 2.5em;
}
i.clearence {
	width: 100px;
	height: 98px;
	background-size: 100%;
}
span.left_line1, span.right_line1{
	width: 390px;
	bottom: 53px;
}
.view-first .product_mask {
	width: 140px;
	height: 140px;
	background-size: 100%;
}
.view .product_mask, .view .content {
	top: 5em;
	left: 3em;
}
.banner_right {
	margin-top: 2em;
}
.span_3_of_2 {
	width: 63.3333%;
}
.images_3_of_2 {
	width: 33.2%;
}
ul.single_social li {
	margin-right: 10%;
}
.main-search {
	bottom: -66px;
	right: 27px;
	padding-bottom: 3.5em;
}
.main-search input[type="text"] {
	background: none;
	padding: 5px;
}
.main-search input[type="submit"] {
	top: 6px;
	right: 0px;
}
.wmuSlider {
	min-height: 425px;
}
.callbacks_nav {
	margin-top: -60px;
}
ul.size li {
	margin: 0 7px 0 0;
}
.header_bottom_right {
	width: 75%;
}
}
@media (max-width:990px){
.shopping_cart {
	display: none;
}	
}
@media (max-width:800px){
.nav > li > a.parent{
	background: none;
}
.header_top_right {
	width:35%;
}
.shopping_cart {
	display:block;
}	
.srch button {
	right: 24px;
}
.main-search {
	bottom: -64px;
	right: 26px;
	padding-bottom: 3.5em;
}
ul.shopping_cart_top li.shop_left {
	margin-right: 30%;
}
.header_bottom_right {
	width:70%;
}
.resp-tabs-list {
	width: 56%;
}
span.left_line1, span.right_line1 {
	width: 285px;
	bottom: 53px;
}
.images_3_of_2 {
	width: 42.2%;
}
.span_3_of_2 {
	width: 54.3333%;
}
ul.single_social li {
	margin-right: 3%;
}
.login-right {
	padding: 0px !important;
	margin-top: 3em;
}
.contact_left{
	margin-bottom:3em;
}
.btn1.btn-primary1 {
	font-size: 10px;
}
a.btn1.btn-primary1 img {
	margin-top: 0;
}
.btn1.btn-primary1 {
	padding: 7px 6px;
}
.view .mask, .view .content {
	top: 2em;
	left: 1.1em;
}
a.btn1.btn2.btn-primary1 {
	padding: 10px 15px;
	font-size: 0.8125em;
}
a.btn1.btn2.btn-primarybv {
	padding: 10px 15px;
	font-size: 0.8125em;
}
p.p2 {
	padding: 1em 0;
}
.banner_right {
	margin-top: 1em;
}
.wmuSlider {
	min-height: 385px;
}	
.product_right{
	margin-top:7em;
}
.h_menu4 {
	float: left;
	width: 100%;
	text-align: center;
}
}
@media (max-width:768px){
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
.nav > li > a.parent {
	background: none;
	padding: 10px 10px 10px 10px;
}
.shopping_cart {
	width:35%;
}
.grid-1 p {
	font-size: 0.8125em;
}
.srch button {
	right: 14px;
}
.main-search {
	bottom: -63px;
	right: 16px;
}
.main-search input[type="text"] {
	font-size: 12px;
}
.main-search input[type="submit"] {
	top: 4px;
}
span.left_line, span.right_line{
	width: 38%;
}
ul.footer_social li {
	margin-right:0;
}
.footer_bottom {
	text-align:center;
}
.cssmenu {
	float: none;
}
.copy {
	float: none;
	margin-top: 0px;
}
.span_3_of_2 p {
	font-size: 0.8125em;
}
ul.price_single li.head h2 {
	font-size: 2em;
}
.span_3_of_2 h1 {
	font-size: 1.3em;
}
ul.price_single li.head_desc {
	margin-top: 8px;
}
ul.price_single {
	margin:0;
}
.menu ul li a {
	font-size: 0.8125em;
}
span.left_line2, span.right_line2{
	width: 38%;
}
.header_bottom {
	padding: 1em 0;
}
.callbacks_nav {
	margin-top:-70px;
}
.toggleMenu {
	font-size: 1.2em;
}
}
@media (max-width:640px){
.nav > li > a.parent{
	background: none;
}
.header_top_left {
	display: none;
}
.header_top_right {
	width:46%;
}	
ul.shopping_cart_top li.shop_left {
	margin-right: 15%;
}
.shopping_cart {
	width:41%;
}
.h_menu4 {
	width:56%;
	margin-top: 15px;
}
.toggleMenu {
	font-size: 1.2em;
}
.column_center {
	margin: 2em 0;
}
.resp-tab-item {
	font-size: 0.8125em;
}
.resp-tabs-list {
	width: 65%;
}
.resp-tab-item {
	padding: 5px 10px;
}
.sap_tabs {
	padding: 2em 0 2em;
}
ul.tab_img li {
	width: 31%;
	margin: 0 1% 2% 1%;
}
.view .mask, .view .content {
	top: 5.2em;
	left: 3.5em;
}
i.clearence {
	width: 80px;
	height: 80px;
	background-size: 100%;
}
span.left_line1, span.right_line1 {
	width: 235px;
	bottom: 45px;
}
.footer_top {
	text-align: center;
}
.grid-3 {
	margin-bottom: 1em;
}
.wmuSlider {
	min-height: 425px;
}
.mens-toolbar .sort {
	width: 100%;
}
.view .product_mask, .view .content {
	top: 1em;
	left: 2.4em;
}
}
@media (max-width:480px){
.nav > li > a.parent{
	background: none;
}
.header_top_right {
	width: 48%;
}	
.price-wrap {
	width: 100%;
}
ul.shopping_cart_top li.shop_left {
	font-size: 12px;
}
ul.shopping_bag {
	padding: 4px 5px;
}
.h_menu4 {
	width:59%;
}
.shopping_cart {
	width: 39%;
}
ul.social, .search{
	float: none;
}
.search{
	margin-bottom:1em;
}
.view .mask, .view .content {
	top: 3.2em;
	left: 1.8em;
}
span.left_line1, span.right_line1 {
	width: 160px;
}
span.left_line, span.right_line {
	width: 30%;
}
.banner_left {
	float: none;
	width: 100%;
}
.banner_right {
	float:none;
	width:100%;
}
.wmuSlider {
	min-height: 685px;
}
.mens-toolbar .sort {
	width:100%;
	float:none;
}
.pages {
	float: none;
}
.limiter.visible-desktop {
	margin: 3px 20px 0 0;
}
.cssmenu ul li a {
	margin:3px 3px;
}
.copy{
	margin-top:1em;
}
.product_right{
	margin-top:2em;
}
}
@media (max-width:430px){
.nav > li > a.parent{
	background: none;
}
.shopping_cart {
	display:none;
}
.header_bottom_right {
	width: 100%;
	margin-bottom: 20px;
}
.logo {
	width: 100%;
	text-align: center;
}
.logo img{
	width:50%;
}
.h_menu4 {
	width: 100%;
}
.header_top_left {
	display: none;
}
.header_top_right {
	width: 100%;
}
.header_bottom {
	padding: 0 0 1em;
}
}
@media (max-width:320px){
.nav > li > a.parent{
	background: none;
}
.thumb-wrap{
	padding-left: 2%;
	padding-right: 2%;
}
.header_top_left {
	display: none;
}	
.header_top_right {
	width: 100%;
}
.shopping_cart {
	display: none;
}
.header_bottom_right {
	width: 100%;
	margin-bottom: 20px;
}
.logo {
	width: 100%;
	text-align: center;
}
.logo img{
	width:40%;
}
ul.footer_social li a i.vimeo {
	display: none;
}
.h_menu4 {
	width: 100%;
}
.tab_desc h3, .tab_desc1 h3 {
	font-size: 11px;
}
.tab_desc p, .tab_desc1 p {
	font-size: 1em;
}
.btn1.btn-primary1 {
	font-size: 9px;
}
.btn1.btn-primary1>span {
	margin-right: 2px;
}
.view .mask, .view .content {
	display: none;
}
h2.resp-accordion {
	font-size: 0.85em;
	padding: 7px;
}
i.clearence {
	width: 55px;
	height: 55px;
	background-size: 105%;
}
span.left_line1, span.right_line1 {
	width: 90px;
	bottom: 30px;
}
.sap_tabs {
	padding: 2em 0 0em;
}
ul.grid1 li {
	width: 47%;
}
.brands {
	padding: 2em 0 0em;
}
.m_3 h3 {
	font-size: 0.85em;
}
span.left_line, span.right_line {
	width: 24%;
}
.toggleMenu {
	font-size: 1em;
}
.banner_right h1 {
	font-size: 1.2em;
}
p.p1 {
	font-size: 1.5em;
}
.wmuSlider {
	min-height: 620px;
}
.col-md-9 {
	padding: 0;
}
.view .product_mask, .view .content {
	display: none;
}
.btn1.btn-primary1 {
	padding: 6px 5px;
}
.contact {
	margin: 3em 0;
}
.contact-form input[type="text"] {
	padding: 10px;
}
.contact-form input[type="submit"]{
	font-size:0.85em;
}
.contact_top {
	margin-bottom: 2em;
}
}
.green {
	color:#25a25b;
	margin:10px 0px 0px 0px;
}
.product-title {
	color:#555555;
  	font-size:1.5em;
  	letter-spacing:-1px;
  	margin-bottom:15px;
  	text-shadow:#FFFFFF 0 1px 0;
	padding-top:10px;
}
.product-price {
	-webkit-text-stroke-width:0.2px;
  	color:#25A25B;
  	font-size:1.8em;
  	line-height:1.5em;
 	margin:0;
}
.product-share {
	color:#555555;
	display:block;
 	font-size:0.8725em;
 	margin:4% 0 2%;
 	text-shadow:#FFFFFF 0 1px 0;
	text-transform:uppercase;
}
.product-desc {
	color:#555555;
  	font-size:0.8725em;
  	line-height:1.5em;
 	text-shadow:#FFFFFF 0 1px 0;
	margin:2% 0;
	padding-bottom:20px;
	border-bottom:1px dashed #999;
}
.desc {
	color:#555555;
  	font-size:0.8725em;
  	line-height:1.5em;
 	text-shadow:#FFFFFF 0 1px 0;
} 
.title_header {
	height:30px;
	font-size:1.3em;
	color:#25A25B;
	padding-left:20px;
	border-left:4px solid #DD9D33;
	text-transform:uppercase;
}
.delivery_header{
	border-bottom: 1px solid rgb(208, 208, 208);
	border-top: 1px solid rgb(208, 208, 208);
	padding: 1em 0;
	margin:3em 0 1em;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	margin-top: 8px;
}
.order_wrap {
	font-size:0.8em;
	background-color:#dbdbdb;
	padding:7px 0px;
	text-align:center;
}
.order_desc {
	font-size:1em;
	text-align:left;
}
.order_desc h3 {
	font-size:1em;
	text-transform:uppercase;
	font-weight:500;
}
.order_total_wrap {
	font-size:1em;
	padding:10px 0px 0px;
	margin:15px 0px;;
	font-weight:700;
	color:#666;
	border-top: 1px dashed rgb(208, 208, 208);
}
.order_total_wrap p {
	font-size:1.2em;
	font-weight:800;
	color:#DD9D33;
	text-align:right;
}
.order_number {
	margin-top:20px;
	border-radius:8px;
	border: 2px dashed #F90;
	text-align:center;
	padding:5px;
	color:#DD9D33;
}
.order_number span {
	font-size:2em;
	color:#25a25b;
}
.form-list {
	-webkit-box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
	-webkit-transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color:#FFFFFF;
  background-image:none;
  border:1px solid #ccc;
  border-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
  color:#555555;
  display:block;
  font-size:0.85em;
  height:auto;
  line-height:1.428571429;
  padding: 0.45em;
  transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width:96%;
}
.label-list {
	font-size:0.8em;
	text-transform:uppercase;
	color:#555555;
}
.account_grid {
	padding:15px;
	border: 1px solid #d5d5d5;	
}
.order_total_wrap {
	font-size:0.7em;
	background-color:#dbdbdb;
	padding:7px 0px;
	margin:7px 0px;
	border-bottom: 1px dashed #333;
	border-top: 1px dashed #333;
	text-align:center;
}
.order_add {
	margin-top:20px;
	border-top: 1px solid #25A25B;
	border-bottom: 1px solid #25A25B;
	text-align:center;
	text-transform:uppercase;
	padding:5px;
	color:#25A25B;
}
.order_add a {
	color:#25A25B;
	text-decoration:none;
}
.order_add a:hover {
	color:#DD9D33;
}
.my-account ul{
	margin:10px 0px;
}
.my-account li a{
	padding:20px 0px 20px 20px;	
	font-size:0.875em;
	background: url(../images/side-arrow.png) no-repeat 3px 11px;
}
.my-account li a:hover{
	padding:10px 0px 10px 20px;	
	font-size:0.875em;
	background: url(../images/side-arrow.png) no-repeat 3px 11px;
}
.user-info p {
	width:100%;
	padding-bottom:5px;
	border-bottom:1px dashed #333333;
	font-size:0.9;
	color:#25A25B;
	font-weight:800;
	font-style:italic;
}
.user-info span {
	font-size:0.75em;
	color:#333;
}
.user-info-wrapper {
	padding-left:10px;
	border-left:3px solid #DD9D33;
	margin-bottom:15px;
}
.panel-title a:hover {
	text-decoration:none;}
.panel-body { padding:0px; }
.panel-body table tr td { 
	padding-left: 25px; 
	font-size:11px; 
	text-transform:uppercase;
}
.panel-body a{
	display:block;}
.panel-body a:hover{
	color:#25A25B;
	text-decoration:none;}
	
.panel-body .table {margin-bottom: 0px; }	
.how-wrapper {
	margin-bottom:10px; 
	padding-bottom:10px; 
	border-bottom:1px dashed #666;
}
.how-number {
	font-size:32px; 
	text-align:center; 
	padding:8px 0px; 
	border-radius:60px 60px 60px 60px; 
	margin-top:10px; 
	border:1px solid #096; 
	color:#096;
}
.how-wrapper p{
	color:#666;
  	font-size:0.8125em;
  	line-height:1.5em;
}
.desc-li{
	color:#666;
  	font-size:0.8125em;
  	line-height:1.5em;
}
.desc {
	color:#666;
  	font-size:0.8125em;
  	line-height:1.5em;
}
.orderdetails-box {
	width:100%;
	text-align:center;
}
#logoslider {
display:none;
}
.clearout {
height:20px;
clear:both;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}
.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*tambahan ana*/
.uppercase {
  text-transform: uppercase;
}
input.uppercase[attr='value']  {
text-transform:uppercase;
}
.containerDiv {
            border-left: 1px solid black;
            border-bottom: 1px solid black;
            width: 500px;
}
.rowDiv {
    border-top: 1px solid black;
}
.cellDiv {
    
    display: table-cell;
    width:300px;
    padding: 4px;
} | 
	assets/css/style.css | 
	h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Oxygen', sans-serif;
   font-size: 100%;
   background:#fff; 
}
.header_top{
	background:#dd9d33;
	min-height:28px;	
	position: relative;
}
.header_top_right{
	float:right;
	width:30%;
}
.top-info{
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 6px;
}
.lang_list{
	float: left;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	width: 38%;
}
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
/* WRAPPER */
.dropdown{
	position: relative;
	width: 75px;
	cursor: pointer;
	font-weight: 200;
	background: none;
	padding: 8px 15px 5px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.dropdown.open{
	z-index: 2;
}
.dropdown:hover,
.dropdown.focus{
	/*--background:#F7F7F7;--*/
}
/* CARAT */
.dropdown .carat,
.dropdown .carat:after{
	position: absolute;
	right:-1px;
	top: 50%;
	margin-top:0px;
	border: 4px solid transparent;
	border-top: 4px solid #c1c1c1;
	z-index: 1;
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
}
.dropdown:hover .carat:after{
	border-top-color: #f4f4f4;
}
.dropdown.focus .carat{
	border-top-color: #f8f8f8;
}
.dropdown.focus .carat:after{
	border-top-color: #0180d1;
}
.dropdown.open .carat{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* OLD SELECT (HIDDEN) */
.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.dropdown.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.dropdown .selected,
.dropdown li{
	display: block;
	font-size:11px;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight:400;
}
.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}
/* DROP DOWN WRAPPER */
.dropdown div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	background:#fb4d01;
	overflow: hidden;
	opacity: 0;
	color:#fff;
	width:90px;
}
.dropdown:hover div{
	background:#4CB1CA;
}
/* Height is adjusted by JS on open */
.dropdown.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.dropdown.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding:0;
	background:#fd926d;
}
.dropdown.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li{
	list-style: none;
	padding:8px;
	border-bottom: 1px solid #ee4a02;
}
.dropdown li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.dropdown li.focus{
	background:#dd6b44;
	position: relative;
	z-index: 3;
	color: #fff;
}
.dropdown li.active{
	background:#ee4a02;
	color: #fff;
}
ul.header_user_info {
	height:28px;
	float: left;
	border-left: 1px solid #ffe1b4;
	border-right: 1px solid #ffe1b4;
	width:60%;
}
ul.header_check {
	height:28px;
	float: left;
	border-left: 1px solid #ffe1b4;
	width:40%;
}
ul.header_user_info a, ul.header_check a{
	color:#fff;
}
ul.header_user_info a:hover, ul.header_check a:hover{
	color:#ffcf86;
}
ul.header_user_info a:hover, ul.header_check a:hover{
	text-decoration:none;
	color:#ffcf86;
}
i.user{
	width: 17px;
	height: 17px;
	background: url(../images/img-sprite.png) no-repeat -2px -5px;
	float: left;
	margin:6px 10px 0 5px;
}
i.cart {
	width: 17px;
	height: 17px;
	background: url(../images/img-sprite.png) no-repeat -225px -5px;
	float: left;
	margin:6px 10px 0 5px;
}
ul.header_user_info li.user_desc, ul.header_check li.user_desc{
	display: block;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	/* background: #fb5c22; */
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	float: left;
	margin-top:8px;
}
.search-box {
	position: relative;
}
.sb-search {
	position: absolute;
	top:0px;
	right:0px;
	width: 0%;
	min-width: 30px;
	height: 28px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background:#f1b85b;
	width: 100%;
	height: 28px;
	margin: 0;
	z-index: 10;
	padding: 5px 10px;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:28px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #333 url('../images/search.png') no-repeat 0px 1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
  	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #FFF;
	background: #dd9d33 url('../images/search.png') no-repeat 7px 4px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:100%;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.header_bottom {
	padding: 1em 0;
}
.logo {
	float: left;
	margin-top: 0px;
}
/* start h_menu */
.header_bottom_right{
	float:right;
	width:88%;
	padding-top:10px;
}
.h_menu4{
	float:right;
	margin-right: 2%;
	margin-top: 12px;
}
.toggleMenu {
    display: none;
	background:#fd926d;
	width: 100%;
	color: #FFF;
	font-size: 1.5em;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 13em;
	border-bottom:5px solid #fd926d;
	z-index:888;
}
.nav li a {
	display: block;
	padding: 10px 15px;
	color: #999;
	font-size: 0.85em;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
.nav li a:hover {
	background:#74ac80;
	color:#fff;
}
.nav li {
    position: relative;
}
.nav > li > a.parent{
	background: url(../images/arrow.png) no-repeat 15px 16px;
	padding: 10px 10px 10px 30px;
}
.nav > li > a.parent:hover{
	background: url(../images/arrow_h.png) no-repeat 15px 16px #74ac80;
	padding: 10px 10px 10px 30px;
}
.nav > li {
    float:left;
}
.nav > li.hover > ul {
    left:-1px;
    top:40px;
}
.nav li li.hover ul {
    left: 100%;
   -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav > li > li > a{
	font-size: 0.85em;
	padding: 10px 20px;
	display: block;
	color: #555;
	background: #fff;
	position: relative;
	z-index: 9999;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	text-decoration: none;
	margin: 0;
	text-transform: lowercase;
}
.nav li li {
	border-top:none;
}
.nav li li:hover{
	border-top:none;
}
.nav li li a{
	text-transform: capitalize;
	font-size:0.85em;
	border-top: 1px solid #e8ebf1;
	border-left: 1px solid #e8ebf1;
	border-right: 1px solid #e8ebf1;
}
.nav li li a:hover{
	color:#fff;
}
.nav > li >  ul {
    position: absolute;
    left: -9999px;
    padding: 0;
    z-index: 9999;
    background:#fff;
}
.nav > li >  ul > li > ul{
    position: absolute;
    left: -9999px;
    top:0px;
    padding: 0;
    z-index: 9999;
    background:#fff;
}
/***** Media Quries *****/
@media screen and (max-width:800px) {
	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	/*--.h_menu4{
		float: none;
	}--*/
	.toggleMenu {
		padding: 5px 10px;
		width: 100%;
	}
	.nav li a {
		padding: 10px 15px;
	}
	.nav {
		background:#fff;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 64% 50% !important;
    }
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
@media screen and (max-width: 640px) {
	.toggleMenu {
		width:100%;
	}
	ul.social {
	display: none;
	}
}
@media screen and (max-width: 480px) {
	.toggleMenu {
		width:100%;
	}
	ul.social {
	display: none;
	}
}
@media screen and (max-width: 320px) {
	.toggleMenu {
		width:100%;
	}
	ul.social {
	display: none;
	}
}
.shopping_cart {
	float: left;
	width: 30%;
}
ul.shopping_cart_top{
	padding: 5px 10px;
	list-style: none;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
ul.shopping_cart_top li.shop_left{
	float: left;
	margin-right: 54%;
	font-size: 0.8125em;
	color: #999;
	font-weight: 600;
}
ul.shopping_cart_top li.shop_right{
	float:left;
}
ul.shopping_cart_top li.shop_right img {
	vertical-align: baseline;
}
ul.shopping_cart_top:hover li.shop_left{
	color:#fd926d;
}
ul.shopping_bag{
	padding:4px 10px;
	list-style:none;
	border:1px solid #ddd;
	background:#fafafa;
}
ul.shopping_bag li.bag_left{
	float:left;
}
ul.shopping_bag li.bag_right{
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	font-weight: 600;
	margin-top: 6px;
}
ul.shopping_bag:hover li.bag_right{
	color:#fd926d;
}
/*--slider--*/
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.caption{
	width: 56%;
	position: absolute;
	top: 35%;
	left: 20%;
	text-align:center;
}
.caption h3{
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;
}
.caption p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	text-align: center;
	margin:1em 0 1.5em 0;
}
a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: 2px solid #867a76;
}
.callbacks_here a:after{
	border: 2px solid #fd926d;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:117px;
  width:30px;
  background: transparent url("../images/arrows.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
}
@media(max-width:768px){
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 26%;
	}
	.callbacks_nav {
	  	top: 55%;
	 }
}
@media(max-width:640px){
	.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 30%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 60%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.5em 0;
	}
	.caption h3{
		font-size:1.4em;
	}
	a.morebtn {
		width: 40%;
		font-size:0.8em;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 63%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.2em 0;
	}
	.caption h3{
		font-size:1em;
	}
	a.morebtn {
		width: 50%;
		font-size: 0.8em;
		padding:0.6em 0.5em; 
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.column_center{
	background:#fff0d7;
	margin:0 0 2em 0;
}
.search {
	position: relative;
	float:left;
	margin-top: 10px;
}
.search input[type="text"] {
	padding: 8px 10px;
	outline: none;
	color: #999;
	background: #fff;
	border: none;
	width: 87.22%;
	line-height: 1.5em;
	font-size: 0.8125em;
	font-style: italic;
}
.search input[type="submit"] {
	background: no-repeat 10px 10px #dd9d33;
	padding: 5px 17px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	border-bottom: 4px solid #dd6b44;
}
.search input[type="submit"]:hover{
	background: no-repeat 10px 10px #74ac80;
	border-bottom: 4px solid #0E8673;
}
ul.social {
	padding: 0;
	list-style: none;
	float:right;
}
ul.social li {
	float: left;
}
ul.social li.find{
	margin: 17px 20px 0 0;
	font-size: 0.85em;
	color: #555;
}
ul.social li a i {
	width: 55px;
	height: 55px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat #f7f7f7;
}
ul.social li a i.fb{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -18px 14px;
}
ul.social li a i.tw {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -56px 15px;
}
ul.social li a i.gl{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -245px 16px;
}
ul.social li a i.ig{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -245px -33px;
}
ul.social li a i.yt{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -245px -75px;
}
ul.social li a i:hover {
	opacity:0.5;
}
.stay {
	float: left;
	font-size: 0.85em;
	margin:8px 10px 0 0;
	color: #555;
}
.stay_right{
	float:left;
}
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 4em 0 2em;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 35%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color:#000;
	font-size: 1em;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width:24.3333%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #f8b244;
}
.resp-tab-active{
	background:#cae2c4;
	text-shadow: none;
	color:#32801e;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
@media only screen and (max-width:480px) {
	.sap_tabs{
		padding-top:0;
	}
	.resp-tabs-container{
		padding:10px;
	}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
ul.tab_img{
	padding:0;
	list-style:none;
	position: relative;
	background:#cae2c4;
	padding:2em 0;
}
ul.tab_img li {
	float: left;
	width: 15%;
	margin-right: 2%;
}
ul.tab_img li.last{
	margin-right:0;
}
.title-desc {
	height: 50px;
}
.title-desc a{
	font-weight:700;
	text-transform:uppercase;
	color:#F90;
}
.title-desc a:hover{
	text-transform:uppercase;
	text-decoration:none;
	color:#096;
}	
.tab_desc{
	background:#dcdcdc;
	padding:0px 0px 10px 0px;
	list-style:none;
	text-align:center;
}
.tab_desc h3, .tab_desc1 h3{
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3px;
}
.tab_desc h3 a, .tab_desc1 h3 a{
	color:#787878;
}
.tab_desc p, .tab_desc1 p{
	font-size:1.5em;
	color:#000;
	margin-bottom: 10px;
}
.cart-icon {
	display:inline;
}
.btn1.btn-primary1{
	box-shadow: none;
	background: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px;
	color: #FFF;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	text-decoration: none!important;
	background: #dd9d33;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.6125em;
	border-bottom: 3px solid #dd6b44;
}
.btn1.btn-primary1>span{
	float: left;
	margin-right: 9px;
}
a.btn1.btn-primary1 img {
	vertical-align: sub;
	margin-top: 2px;
}
.view:hover .btn1.btn-primary1{
	background:#74ac80;
	border-bottom:3px solid #0E8673;
}
.btn1.btn-primaryleft{
	box-shadow: none;
	background: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px;
	color: #FFF;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	text-decoration: none!important;
	background: #ffbe8f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.6125em;
	border-bottom: 3px solid #9d9d9d;
}
.btn1.btn-primaryleft>span{
	float: left;
	margin-right: 9px;
}
.btn1.btn-primarybv{
	box-shadow: none;
	background: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px;
	color: #FFF;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	text-decoration: none!important;
	background: #dd9d33;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.6125em;
	border-bottom: 3px solid #dd6b44;
}
.btn1.btn-primarybv>span{
	float: left;
	margin-right: 9px;
}
a.btn1.btn-primarybv img {
	vertical-align: sub;
	margin-top: 2px;
}
.sale-box{
	position: absolute;
	top: 32px;
	overflow: hidden;
	height:50px;
	width:50px;
	background: url(../images/sale.jpg) no-repeat;
}
ul.tab_img li:hover{
	box-shadow:0 0 5px #A3A3A3;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top:1em;
   left: 3.8em;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
	ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background:url(../images/shop.png)no-repeat;
	width:140px;
	height:140px;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask, .view-first:hover .product_mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.brands {
	border-bottom: 1px solid rgb(208, 208, 208);
	padding:1em 0 1em;
}
.m_3, .m_4 {
	text-align: center;
	position: relative;
}
i.clearence{
	width:164px;
	height:162px;
	display: inline-block;
	background: url(../images/clearence.png) no-repeat;
}
span.left_line1 {
	height: 1px;
	width: 460px;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	left: 1%;
	bottom: 82px;
}
span.right_line1 {
	height:1px;
	width:460px;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	right:1%;
	bottom:82px;
}
ul.grid1 {
	padding: 0;
	list-style: none;
	position: relative;
	margin-top:2em;
}
ul.grid1 li {
	float: left;
	width: 23%;
	margin-right: 2.6%;
}
ul.grid1 li.grid1_last {
	margin-right:0;
}
.sale-box1{
	position: absolute;
	top:2px;
	overflow: hidden;
	height: 50px;
	width: 50px;
	background: url(../images/sale.jpg) no-repeat;
}
ul.brands_list{
	padding:0;
	list-style:none;
	margin: 1em 0 0em;
}
.category:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.category{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.margin0 {
    margin: 0 auto;
}
span.left_line {
	height: 1px;
	width: 42%;
	display: block;
	background: rgb(37, 162, 91);
	position: absolute;
	left: 0;
	bottom:8px;
}
span.right_line{
	height: 1px;
	width:42%;
	display: block;
	background: rgb(37, 162, 91);
	position: absolute;
	right:0;
	bottom:8px;
}
span.left_line2 {
	height: 1px;
	width: 42%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	left: 0;
	bottom:8px;
}
span.right_line2{
	height: 1px;
	width:42%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	right:0;
	bottom:8px;
}
.m_3 h3{
	color:#25a25b;
	font-size:1em;
	text-transform:uppercase;
	font-weight:600;
	margin-top:45px;
}
.m_3 h2{
	color:#808080;
	font-size:1em;
	text-transform:uppercase;
	font-weight:600;
	margin-top:45px;
}
.grid-1{
	text-align:center;
	padding:2em 0;
}
.grid-1 h1{
	color: #414141;
	font-size:1.5em;
	font-weight: 600;
}
.grid-1 p{
	color: #999;
	font-size: 0.95em;
	font-weight: 500;
	line-height:1.8em;
}
.grid-2{
	background:#f7f7f7;
	padding:1em 0;
	text-align:center;
}
.grid-2 p {
	line-height: 1.8em;
	font-size:0.85em;
	color:#999;
	font-weight: 500;
}
.grid-2 p img{
	display:inline-block;
	margin-left: 10px;
}
/*--footer--*/
.footer_top{
	background:#ededed;
	padding:3em 0;
}
.grid-3 h3{
	color: #dd9d33;
	font-size: 1.1em;
	font-weight: 600;
}
ul.footer_list, ul.footer_social{
	padding:0;
	list-style:none;
}
ul.footer_list li a{
	color: #777;
	font-size: 0.8125em;
	font-weight: 500;
	line-height: 1.8em;
}
ul.footer_list li a:hover{
	text-decoration:none;
	color:#fd926d;
}
ul.footer_social li:first-child {
	margin-left: 0;
}
ul.footer_social li {
	display: inline-block;
	margin-right: 5px;
}
ul.footer_social li a i {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.footer_social li a i.tw1{
	background-position: -3px -39px;
}
ul.footer_social li a i.db1{
	background-position:-45px -39px;
}
ul.footer_social li a i.fb1{
	background-position:-88px -39px;
}
ul.footer_social li a i.g1{
	background-position:-3px -86px;
}
ul.footer_social li a i.thumb{
	background-position:-47px -86px;
}
ul.footer_social li a i.vimeo{
	background-position:-95px -86px;
}
ul.footer_social li a i:hover{
	opacity:0.8;
}
.footer_bottom{
	background:#dd9d33;
	padding:1em 0;
}
.cssmenu {
	float:left;
	color: #fff;
	font-size: 0.8125em;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color: #fff;
	display: block;
	margin: 10px;
}
.cssmenu ul li a:hover{
	text-decoration:none;
	color:#ffd081;
}
.copy {
	float:right;
	margin-top: 12px;
}
.copy p {
	color:#fff;
	font-size: 0.8125em;
}
.copy p a{
	color:#fff;
}
/*--products--*/
ul.breadcrumbs {
	padding:5px 0;
	list-style: none;
	border-top: 1px solid rgb(208, 208, 208);
	border-bottom: 1px solid rgb(208, 208, 208);
}
ul.breadcrumbs li {
	display: inline-block;
	font-size: 0.8125em;
	color: #000;
}
ul.breadcrumbs li a img{
	vertical-align: baseline;
}
span.red{
	color: #fd926d;
}
/***** Slider *****/
.product_banner {
	background: #fff;
}
.products_top {
	padding: 2em 0;
}
.banner-wrap {
	padding: 1em 0 0;
	border-bottom: 1px solid rgb(208, 208, 208);
}
.wmuSlider {
	position: relative;
	overflow: hidden;
	min-height: 485px;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
.banner_full {
	float: left;
	width:100%;
}
.banner_left {
	float: left;
	width:50%;
}
.banner_right {
	float: left;
	width: 44%;
	margin-top: 5em;
}
.banner_right h1{
	color:#4a4a4a;
	font-size:1.5em;
	font-weight:600;
}
p.p1{
	color:#fd926d;
	font-size:2em;
	font-weight:bold;
}
p.p2{
	color:#999;
	font-size:0.8125em;
	line-height:1.5em;
	padding: 2em 0;
}
p.p3{
	color:#999;
	margin-top:5px;
	font-size:0.6em;
	line-height:1.5em;
}
h5.p3{
	color:#999;
	margin-top:5px;
	font-size:0.7em;
	line-height:1.5em;
}
p.p4{
	color:#999;
	font-size:0.8125em;
	line-height:1.5em;
	margin-bottom:20px;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right: 46%;
	bottom: 5px;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background:#867a76;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.wmuSliderPagination a.wmuActive {
	background:#fd926d;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png)no-repeat;
	top:43%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position:-150px -4px;
	left: 0;
}
.wmuSliderNext {
	background-position:-189px -4px;
	right: 0px;
}
a.btn1.btn2.btn-primary1 {
	padding: 15px 25px;
	font-size:0.85em;
	font-weight:100;
}
.btn1.btn2.btn-primarybv {
	padding: 15px 25px;
	font-size:0.85em;
	font-weight:100;
}
a.btn1.btn2.btn-primary1 img {
	vertical-align: sub;
	margin-top: 3px;
}
.btn1.btn2.btn-primarybv img {
	vertical-align: sub;
	margin-top: 3px;
}
a.btn1.btn2.btn-primary1:hover{
	background:#4fafa0;
	border-bottom:3px solid #0E8673;
}
.mens-toolbar {
	border-bottom: 1px solid rgb(190, 190, 190);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.mens-toolbar .sort {
	float: left;
	width: 40.5%;
	margin-top: 5px;
}
.sort-by {
	color: #000;
	font-size: 0.8125em;
}
.sort-by label {
	font-weight: normal;
}
.pages {
	float: right;
}
ul.dc_pagination.dc_paginationA.dc_paginationA06 {
	padding: 0;
	list-style: none;
	float: left;
}
ul.dc_pagination li:first-child {
	margin-left: 0px;
	text-transform: uppercase;
}
ul.dc_pagination li {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	background: #f4f4f4;
}
ul.dc_pagination li a {
	color: #000;
	display: block;
	padding: 7px 12px;
	text-decoration: none;
	font-size: 0.8125em;
}
ul.dc_pagination li a:hover{
	color:#fd926d;
}
ul.dc_paginationA06 li a.left {
	background: url(../images/pl_arrow.png) no-repeat 9px 5px;
	display: inline-block;
	width: 31px;
	height: 27px;
}
ul.dc_paginationA06 li a.right {
	background: url(../images/pr_arrow.png) no-repeat 9px 5px;
	display: inline-block;
	width: 31px;
	height: 27px;
}
.limiter.visible-desktop {
	float: left;
	margin: 3px 20px 0;
}
.limiter.visible-desktop label{
	font-size:0.8125em;
	color:#000;
	font-weight: 500;
}
ul.grid-4{
	padding: 0;
	list-style: none;
	position: relative;
}
ul.grid-4 li {
	float: left;
	width: 30.6666%;
	margin-right: 4%;
}
ul.grid-4 li.grid-4_last {
	margin-right: 0;
}
.tab_desc1{
	background:#f9f5f4;
	padding: 1em 0;
	list-style: none;
	text-align: center;
}
.view-first .product_mask {
	ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: url(../images/shop.png)no-repeat;
	width: 140px;
	height: 140px;
}
.view .product_mask,.view .content {
   position: absolute;
   overflow: hidden;
   top:5.5em;
   left: 3.5em;
}
.product_box1{
	margin-bottom:2em;
}
h3.m_1 {
	color: #fff;
	font-size: 0.85em;
	padding: 8px 10px;
	background: #25A25B;
	text-transform: uppercase;
}
.metro{
	position: relative;	
	cursor: pointer;
	font-weight:600;
	background:#fff;
	color:#898989;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.metro.open{
	z-index: 2;
}
.metro:hover,
.metro.focus{
	color:#666;
}
/* OLD SELECT (HIDDEN) */
.metro .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.metro select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.metro.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.metro .selected {
    color: #96a6a7;
}
.metro .selected:hover{
	color:#e94e38;
}
.metro .selected,
.metro li{
	display: block;
	font-size:0.8125em;
	padding:8px 0px 8px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	font-weight:500;
	text-transform:uppercase;
	color:#000;
}
.metro .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding:6px;
	background:url(../images/p_plus.png) no-repeat 0px 10px;
}
.metro:hover .selected::after,
.metro.focus .selected::after{
	background:url(../images/p_minus.png) no-repeat 0px 10px;
}
/* DROP DOWN WRAPPER */
.metro div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top:1px;
	overflow: hidden;
	opacity: 0;
	color: #FFF;
}
/* Height is adjusted by JS on open */
.metro.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.metro.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.metro.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.metro ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding:0;
	list-style: none;
	overflow: hidden;
	background:#fd926d;
}
.metro.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.metro li{
	list-style: none;
	padding: 6px 10px;
	font-size:0.85em;
	font-weight: 400;
	text-transform: lowercase;
}
.metro li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.metro li:hover{
	background-color:#DD3E27;
}
.metro li.focus{
	background:#DD3E27;
	position: relative;
	z-index: 3;
	color:#FFF;
}
.metro li.active{
    background-color:#dd6b44;
	color: #fff;
}
ul.size {
	padding: 0;
	list-style: none;
	margin:2em 0 3em;
}
ul.size h3 {
	color: #555;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1em;
}
ul.size li {
	display: inline-block;
	margin: 0 10px 0 0;
}
ul.size li a {
	color: #555;
	font-size:12px;
	background:#f4f4f4;
	padding:8px 10px;
}
ul.size li a:hover{
	text-decoration:none;
	color:#fff;
	background:#fd926d;
}
ul.grid_1{
	padding: 0;
	list-style: none;
	border-bottom: 1px solid rgb(185, 223, 185);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.grid_1 li.grid_1-img{
	float: left;
	width:34%;
	margin-right: 4%;
}
ul.grid_1 li.grid_1-desc{
	float:left;
	width:62%;
}
ul.grid_1 li.grid_1-desc h4{
	margin-bottom: 5px;
	font-size: 0.85em;
	font-weight: 500;
	text-transform: uppercase;
}
ul.grid_1 li.grid_1-desc h4 a{
	color: #000;
	margin-bottom:10px;
}
ul.grid_1 li.grid_1-desc h4 a:hover{
	color:#fd926d;
	text-decoration:none;
}
ul.grid_1 li.grid_1-desc p{
	font-size:0.7em;
	font-weight:bold;
	color:#fd926d;
}
ul.grid_1 li.grid_1-desc span{
	font-size:1em;
	font-weight:normal;
	color:#414141;
}
.sale_grid{
	margin-bottom: 2em;
}
/*--single--*/
.images_3_of_2 {
	width: 26.2%;
	float: left;
	margin-right: 2.6%;
}
.desc1 {
	display: block;
	float:left;
}
.span_3_of_2 {
	width: 70.3333%;
}
.single_top {
	margin:3em 0;
}
ul.back{
	padding:0;
	list-style:none;
	margin-bottom:1em;
	border-bottom:1px solid rgb(208, 208, 208);
	padding-bottom:1em;
}
ul.back li{
	font-size:0.8125em;
	color:#999;
}
ul.back li a{
	color:#ffa687;
}
i.back_arrow{
	width: 15px;
	height: 15px;
	float: left;
	background: url(../images/img-sprite.png)no-repeat -154px -50px;
}
.span_3_of_2 h1{
	color:#4a4a4a;
	font-size:1.5em;
	font-weight:600;
}
ul.price_single{
	padding:0;
	list-style:none;
	margin: 1em 0;
}
ul.price_single li.head{
	float:left;
}
ul.price_single li.head h2{
	color: #fd926d;
	font-size: 2.5em;
	font-weight: bold;
}
ul.price_single li.head_desc{
	float:right;
	margin-top: 15px;
}
ul.price_single li.head_desc a{
	font-size:0.8125em;
	color:#999;
	margin-right: 1em;
}
.span_3_of_2 p{
	color:#999;
	font-size:0.85em;
	line-height:1.8em;
}
.metro1{
	position: relative;	
	cursor: pointer;
	font-weight:600;
	background:#f4f4f4;
	color:#000;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.metro1.open{
	z-index: 2;
}
.metro1:hover,
.metro1.focus{
	color:#666;
}
/* OLD SELECT (HIDDEN) */
.metro1 .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.metro1 select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.metro1.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.metro1 .selected {
    color:#000;
}
.metro1 .selected,
.metro1 li{
	display: block;
	font-size:0.8125em;
	padding:10px 0px 10px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	font-weight:500;
	text-transform:uppercase;
}
.metro1 .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 18px;
	background: url(../images/img-sprite.png) no-repeat -184px -40px #e5e5e5;
}
.metro1:hover .selected::after,
.metro1.focus .selected::after{
	background:url(../images/img-sprite.png) no-repeat -184px -40px #fd926d;
}
/* DROP DOWN WRAPPER */
.metro1 div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top:1px;
	background:#fd926d;
	overflow: hidden;
	opacity: 0;
	color: #FFF;
}
/* Height is adjusted by JS on open */
.metro1.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.metro1.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.metro1.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.metro1 ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding:0;
	list-style: none;
	overflow: hidden;
}
.metro1.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.metro1 li{
	list-style: none;
	padding: 6px 10px;
	font-size:0.85em;
	font-weight: 400;
}
.metro1 li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.metro1 li:hover{
	background-color:#DD3E27;
}
.metro1 li.focus{
	background:#DD3E27;
	position: relative;
	z-index: 3;
	color:#FFF;
}
.metro1 li.active{
    background-color:#ff9f00;
	color: #fff;
}
.dropdown_top{
	border-bottom: 1px solid rgb(208, 208, 208);
	border-top: 1px solid rgb(208, 208, 208);
	padding: 1em 0;
	margin: 2em 0;
}
.dropdown_left{
	float:left;
	width:35%;
}
ul.color_list {
	padding:0;
	list-style:none;
	float:right;
	margin-top: 7px;
}
ul.color_list li {
display:inline-block;
}
span.color1 {
	background:#efebe2;
	padding: 5px 14px;
}
span.color2 {
	background:#c9c1c6;
	padding: 5px 14px;
}
span.color3 {
	background:#b29b88;
	padding: 5px 14px;
}
span.color4 {
	background:#968886;
	padding: 5px 14px;
}
span.color5 {
	background:#cde0ef;
	padding: 5px 14px;
}
.cart_header{
	border-bottom: 1px solid #DD9D33;
	border-top: 1px solid #DD9D33;
	padding: 1em 0;
	margin:3em 0 1em;
	font-size: 12px;
	font-weight:800;
	color:#25A25B;
	text-transform: uppercase;
	float: left;
	text-align:center;
	margin-top: 8px;
}
.cart_content{
	padding: 1em 0;
	margin:1em 0;	
	float: left;
	font-size: 11px;
	border-bottom:dashed 1px #666;
}
.cart_content p{
	font-size: 11px;
	margin-top:15px;
}
.cart_content a{	
	color:#F60;
	font-weight:700;
}
.cart_content a:hover{
	color:#063;
}
.cart_content h3{
	font-size: 12px;
	text-transform: uppercase;
}
.cart_total_container{
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:1px dashed #333;
}
.cart_total_text{
	padding-top:3px;
	font-size: 0.8em;
	font-weight:800;
	font-style:italic;
	color:#000;
	text-transform: uppercase;
}
.cart_total{
	font-size: 1em;
	font-weight:800;
	font-style:italic;
	text-align:right;
	color:#25A25B;
	text-transform: uppercase;
}
.single_social_top{
	border-bottom: 1px solid rgb(208, 208, 208);
	border-top: 1px solid rgb(208, 208, 208);
	padding: 1em 0;
	margin:3em 0;
}
ul.single_social{
	list-style: none;
	width:88%;
	margin: 0 auto;
}
ul.single_social li{
	display:inline-block;
	margin-right:14%;
}
ul.single_social li.last{
	margin-right:0;
}
ul.single_social li a i {
	width: 55px;
	height: 53px;
	float:left;
	background: url(../images/img-sprite.png)no-repeat;
	margin-right: 10px;
}
ul.single_social li a i.s_fb {
	background-position:-2px -137px;
}
ul.single_social li a i.s_pin {
	background-position:-62px -138px;
}
ul.single_social li a i.s_twt {
	background-position:-125px -137px;
}
ul.single_social li a i.s_email {
	background-position:-188px -137px;
}
.social_desc{
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	margin-top: 8px;
}
ul.single_social li a{
	color: #000;
}
ul.single_social li a:hover {
	display: block;
	color:#fd926d;
}
.menu {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
}
ul.menu li.item1{
	background:#ffd5c6;
}
ul.menu li.item1 img, ul.menu li.item2 img, ul.menu li.item3 img, ul.menu li.item4 img, ul.menu li.item5 img{
	margin: -3px 10px 0 0;
}
ul.menu li.item2{
	background:#ffcab8;
}
ul.menu li.item3{
	background:#ffae92;
}
ul.menu li.item4{
	background:#ffa687;
}
ul.menu li.item5{
	background:#fd926d;
}
ul {
	padding: 0;
	list-style: none;
}
.menu > li > a {
	width: 100%;
	height: 4em;
	line-height: 4em;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.menu ul li a {
	background: #fff;
	width: 100%;
	height: 5em;
	line-height: 1.8em;
	display: block;
	position: relative;
	font-size:0.85em;
	font-weight: 400;
	color: #878d95;
}
.menu > li > a:hover, .menu > li > a.active {
	background:#fd926d;
}
.m_4{
	margin:3em 0 1em;
}
.m_4 p{
	color:#000;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
}
span.left_line2 {
	height: 1px;
	width:44%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	left: 0;
	bottom: 10px;
}
span.right_line2 {
	height: 1px;
	width:44%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	right: 0;
	bottom: 10px;
}
/*--contact--*/
.contact-form input[type="text"] {
	display: block;
	width: 100%;
	padding: 15px;
	outline: none;
	margin:0 0 1.5em;
	font-size: 0.85em;
	color: #888;
	background: #fff;
	border: 1px solid #DFDDDD;
}
.contact-form textarea {
	display: block;
	background:#fff;
	height: 150px;
	width:100%;
	padding:15px;
	margin: 1em 0;
	border: 1px solid #DFDDDD;
	outline: none;
	color: #888;
	font-size:0.85em;
}
.contact-form input[type="submit"] {
	background:#fd926d;
	padding: 10px;
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	width: 100%;
}
.contact-form input[type="submit"]:hover{
	background:#000;
}
.contact{
	margin:5em 0;
	min-height:300px;
}
.contact_top{
	margin-bottom:4em;
}
.map iframe {
	min-height:300px;
	width: 100%;
	border: none;
}
.contact_grid h3 {
	color: #fd926d;
	text-transform: uppercase;
	font-weight: 400;
}
.contact_grid p {
	font-size: 0.85em;
	color: #989A96;
	line-height: 1.8em;
}
.contact_address{
	margin-bottom:2em;
}
.contact_grid ul {
	margin:20px 0px;
}
.contact_grid li {
	font-size:0.8em;
	padding:10px; 
	border:1px solid #BEBEBE; 
}
.contact_grid li a {
	color:#989A96;
}
.contact_grid li a:hover {
	color:#25A25B;
}
.list_grid h3 {
	color: #fd926d;
	text-transform: uppercase;
	font-weight: 400;
}
.list_grid p {
	font-size: 0.85em;
	color: #989A96;
	line-height: 1.8em;
}
.list_address{
	margin-bottom:2em;
}
.list_grid ul {
	margin:20px 0px;
}
.list_grid li {
	font-size:0.8em;
	padding:10px 20px 10px; 
	border:1px solid #BEBEBE; 
	background: url(../images/side-arrow.png) no-repeat 3px 13px;
}
.list_grid li a {
	display:block;
	color:#989A96;
}
.list_grid li a:hover {
	color:#25A25B;
	text-decoration:none;
}
.list_grid li:hover {
	color:#25A25B;
	border-bottom:1px solid #DD9D33;
}
/*--login--*/
.login-left {
	padding: 0;
}
.login-left h3, .login-right h3 {
	color: #fd926d;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 0.5em;
}
.login-left p, .login-right p {
	color: #555;
	display: block;
	font-size: 0.8em;
	margin: 0 0 1.5em 0;
	line-height: 1.8em;
}
.acount-btn {
	background:#DD9D33;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
	background:#74ac80;
	text-decoration:none;
	color:#fff;
}
.login-right form {
	padding: 1em 0;
}
.login-right form div {
	padding: 0 0 1.5em 0;
}
.login-right span {
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.login-right input[type="text"] {
	border: 1px solid #fcb99c;
	outline-color:#fb4d01;
	width: 96%;
	font-size:0.8125em;
	padding:10px;
}
.login-right input[type="password"] {
	border: 1px solid #fcb99c;
	outline-color:#fb4d01;
	width: 96%;
	font-size:0.8125em;
	padding:10px;
}
.login-right input[type="submit"] {
	background:#DD9D33;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}
.login-right input[type="submit"]:hover{
	background:#74ac80;
}
a.forgot {
	font-size: 0.8125em;
	text-transform:uppercase;
	float:right;
	margin-right:20px;
}
a.forgot:hover {
	color:#e7883c;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
	color:#fd926d;
	font-size: 0.8em;
	padding-bottom: 5px;
	margin: 0;
	font-weight:600;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#555;
	font-size: 0.7125em;
	display: block;
	text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-top-grid textarea, .register-bottom-grid input[type="text"],
.register-top-grid input[type="password"], .register-bottom-grid input[type="text"], .register-top-grid input[type="email"] {
	border: 1px solid #ccc;
	outline-color:#FF5B36;
	width: 96%;
	font-size: 0.8em;
	padding: 0.5em;
}
.track-order-grid div {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.track-order-grid span {
	color:#DD9D33;
	font-size: 0.9125em;
	font-weight:bold;
	display: block;
	text-transform: uppercase;
	margin-bottom:5px;
}
.track-order-grid input[type="text"] {
	border: 1px solid #F90;
	outline-color:#FF5B36;
	width: 96%;
	font-size: 0.8em;
	padding: 0.5em;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font-size: 0.85em;
	color:#555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #D2CF99;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	margin-top:1em;
}
.register-but form input[type="submit"] {
	background:#fd926d;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.8em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}
.register-but input[type="submit"]:hover {
	background:#000;
}
div.register-bottom-grid {
	margin-top:3em;
}
/*--responsive design--*/
@media (max-width:1366px){
.srch button {
	right:100px;
}
.header_top_right {
	width: 25%;
}
.main-search {
	bottom: -81px;
	right: 109px;
}
.view .mask, .view .content {
	top: 3.5em;
	left: 2em;
}
}
@media (max-width:1280px){
.srch button {
	right: 56px;
}	
.main-search {
	bottom: -75px;
	right: 58px;
}
.view-first .mask {
	width: 90px;
	height: 90px;
	background-size: 98%;
}
.view .mask, .view .content {
	top: 4.5em;
	left: 3em;
}
.resp-tabs-list {
	width: 40%;
}
.header_bottom_right {
	width: 87%;
}
}
@media (max-width:1024px){
.header_top_right {
	width: 29%;
}	
.srch button {
	right: 33px;
}
.header_bottom_right {
	width: 71%;
}
.resp-tabs-list {
	width: 50%;
}
.resp-tab-item {
	font-size: 0.85em;
}
.btn1.btn-primary1 {
	font-size: 12px;
}
a.btn1.btn-primary1 img {
	margin-top: 1px;
}
.tab_desc h3, .tab_desc1 h3 {
	font-size: 0.8125em;
}
.tab_desc p, .tab_desc1 p {
	font-size: 1.3em;
}
.view-first .mask {
	width: 90px;
	height: 90px;
	background-size: 90%;
}
.view .mask, .view .content {
	top: 4em;
	left: 2.5em;
}
i.clearence {
	width: 100px;
	height: 98px;
	background-size: 100%;
}
span.left_line1, span.right_line1{
	width: 390px;
	bottom: 53px;
}
.view-first .product_mask {
	width: 140px;
	height: 140px;
	background-size: 100%;
}
.view .product_mask, .view .content {
	top: 5em;
	left: 3em;
}
.banner_right {
	margin-top: 2em;
}
.span_3_of_2 {
	width: 63.3333%;
}
.images_3_of_2 {
	width: 33.2%;
}
ul.single_social li {
	margin-right: 10%;
}
.main-search {
	bottom: -66px;
	right: 27px;
	padding-bottom: 3.5em;
}
.main-search input[type="text"] {
	background: none;
	padding: 5px;
}
.main-search input[type="submit"] {
	top: 6px;
	right: 0px;
}
.wmuSlider {
	min-height: 425px;
}
.callbacks_nav {
	margin-top: -60px;
}
ul.size li {
	margin: 0 7px 0 0;
}
.header_bottom_right {
	width: 75%;
}
}
@media (max-width:990px){
.shopping_cart {
	display: none;
}	
}
@media (max-width:800px){
.nav > li > a.parent{
	background: none;
}
.header_top_right {
	width:35%;
}
.shopping_cart {
	display:block;
}	
.srch button {
	right: 24px;
}
.main-search {
	bottom: -64px;
	right: 26px;
	padding-bottom: 3.5em;
}
ul.shopping_cart_top li.shop_left {
	margin-right: 30%;
}
.header_bottom_right {
	width:70%;
}
.resp-tabs-list {
	width: 56%;
}
span.left_line1, span.right_line1 {
	width: 285px;
	bottom: 53px;
}
.images_3_of_2 {
	width: 42.2%;
}
.span_3_of_2 {
	width: 54.3333%;
}
ul.single_social li {
	margin-right: 3%;
}
.login-right {
	padding: 0px !important;
	margin-top: 3em;
}
.contact_left{
	margin-bottom:3em;
}
.btn1.btn-primary1 {
	font-size: 10px;
}
a.btn1.btn-primary1 img {
	margin-top: 0;
}
.btn1.btn-primary1 {
	padding: 7px 6px;
}
.view .mask, .view .content {
	top: 2em;
	left: 1.1em;
}
a.btn1.btn2.btn-primary1 {
	padding: 10px 15px;
	font-size: 0.8125em;
}
a.btn1.btn2.btn-primarybv {
	padding: 10px 15px;
	font-size: 0.8125em;
}
p.p2 {
	padding: 1em 0;
}
.banner_right {
	margin-top: 1em;
}
.wmuSlider {
	min-height: 385px;
}	
.product_right{
	margin-top:7em;
}
.h_menu4 {
	float: left;
	width: 100%;
	text-align: center;
}
}
@media (max-width:768px){
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
.nav > li > a.parent {
	background: none;
	padding: 10px 10px 10px 10px;
}
.shopping_cart {
	width:35%;
}
.grid-1 p {
	font-size: 0.8125em;
}
.srch button {
	right: 14px;
}
.main-search {
	bottom: -63px;
	right: 16px;
}
.main-search input[type="text"] {
	font-size: 12px;
}
.main-search input[type="submit"] {
	top: 4px;
}
span.left_line, span.right_line{
	width: 38%;
}
ul.footer_social li {
	margin-right:0;
}
.footer_bottom {
	text-align:center;
}
.cssmenu {
	float: none;
}
.copy {
	float: none;
	margin-top: 0px;
}
.span_3_of_2 p {
	font-size: 0.8125em;
}
ul.price_single li.head h2 {
	font-size: 2em;
}
.span_3_of_2 h1 {
	font-size: 1.3em;
}
ul.price_single li.head_desc {
	margin-top: 8px;
}
ul.price_single {
	margin:0;
}
.menu ul li a {
	font-size: 0.8125em;
}
span.left_line2, span.right_line2{
	width: 38%;
}
.header_bottom {
	padding: 1em 0;
}
.callbacks_nav {
	margin-top:-70px;
}
.toggleMenu {
	font-size: 1.2em;
}
}
@media (max-width:640px){
.nav > li > a.parent{
	background: none;
}
.header_top_left {
	display: none;
}
.header_top_right {
	width:46%;
}	
ul.shopping_cart_top li.shop_left {
	margin-right: 15%;
}
.shopping_cart {
	width:41%;
}
.h_menu4 {
	width:56%;
	margin-top: 15px;
}
.toggleMenu {
	font-size: 1.2em;
}
.column_center {
	margin: 2em 0;
}
.resp-tab-item {
	font-size: 0.8125em;
}
.resp-tabs-list {
	width: 65%;
}
.resp-tab-item {
	padding: 5px 10px;
}
.sap_tabs {
	padding: 2em 0 2em;
}
ul.tab_img li {
	width: 31%;
	margin: 0 1% 2% 1%;
}
.view .mask, .view .content {
	top: 5.2em;
	left: 3.5em;
}
i.clearence {
	width: 80px;
	height: 80px;
	background-size: 100%;
}
span.left_line1, span.right_line1 {
	width: 235px;
	bottom: 45px;
}
.footer_top {
	text-align: center;
}
.grid-3 {
	margin-bottom: 1em;
}
.wmuSlider {
	min-height: 425px;
}
.mens-toolbar .sort {
	width: 100%;
}
.view .product_mask, .view .content {
	top: 1em;
	left: 2.4em;
}
}
@media (max-width:480px){
.nav > li > a.parent{
	background: none;
}
.header_top_right {
	width: 48%;
}	
.price-wrap {
	width: 100%;
}
ul.shopping_cart_top li.shop_left {
	font-size: 12px;
}
ul.shopping_bag {
	padding: 4px 5px;
}
.h_menu4 {
	width:59%;
}
.shopping_cart {
	width: 39%;
}
ul.social, .search{
	float: none;
}
.search{
	margin-bottom:1em;
}
.view .mask, .view .content {
	top: 3.2em;
	left: 1.8em;
}
span.left_line1, span.right_line1 {
	width: 160px;
}
span.left_line, span.right_line {
	width: 30%;
}
.banner_left {
	float: none;
	width: 100%;
}
.banner_right {
	float:none;
	width:100%;
}
.wmuSlider {
	min-height: 685px;
}
.mens-toolbar .sort {
	width:100%;
	float:none;
}
.pages {
	float: none;
}
.limiter.visible-desktop {
	margin: 3px 20px 0 0;
}
.cssmenu ul li a {
	margin:3px 3px;
}
.copy{
	margin-top:1em;
}
.product_right{
	margin-top:2em;
}
}
@media (max-width:430px){
.nav > li > a.parent{
	background: none;
}
.shopping_cart {
	display:none;
}
.header_bottom_right {
	width: 100%;
	margin-bottom: 20px;
}
.logo {
	width: 100%;
	text-align: center;
}
.logo img{
	width:50%;
}
.h_menu4 {
	width: 100%;
}
.header_top_left {
	display: none;
}
.header_top_right {
	width: 100%;
}
.header_bottom {
	padding: 0 0 1em;
}
}
@media (max-width:320px){
.nav > li > a.parent{
	background: none;
}
.thumb-wrap{
	padding-left: 2%;
	padding-right: 2%;
}
.header_top_left {
	display: none;
}	
.header_top_right {
	width: 100%;
}
.shopping_cart {
	display: none;
}
.header_bottom_right {
	width: 100%;
	margin-bottom: 20px;
}
.logo {
	width: 100%;
	text-align: center;
}
.logo img{
	width:40%;
}
ul.footer_social li a i.vimeo {
	display: none;
}
.h_menu4 {
	width: 100%;
}
.tab_desc h3, .tab_desc1 h3 {
	font-size: 11px;
}
.tab_desc p, .tab_desc1 p {
	font-size: 1em;
}
.btn1.btn-primary1 {
	font-size: 9px;
}
.btn1.btn-primary1>span {
	margin-right: 2px;
}
.view .mask, .view .content {
	display: none;
}
h2.resp-accordion {
	font-size: 0.85em;
	padding: 7px;
}
i.clearence {
	width: 55px;
	height: 55px;
	background-size: 105%;
}
span.left_line1, span.right_line1 {
	width: 90px;
	bottom: 30px;
}
.sap_tabs {
	padding: 2em 0 0em;
}
ul.grid1 li {
	width: 47%;
}
.brands {
	padding: 2em 0 0em;
}
.m_3 h3 {
	font-size: 0.85em;
}
span.left_line, span.right_line {
	width: 24%;
}
.toggleMenu {
	font-size: 1em;
}
.banner_right h1 {
	font-size: 1.2em;
}
p.p1 {
	font-size: 1.5em;
}
.wmuSlider {
	min-height: 620px;
}
.col-md-9 {
	padding: 0;
}
.view .product_mask, .view .content {
	display: none;
}
.btn1.btn-primary1 {
	padding: 6px 5px;
}
.contact {
	margin: 3em 0;
}
.contact-form input[type="text"] {
	padding: 10px;
}
.contact-form input[type="submit"]{
	font-size:0.85em;
}
.contact_top {
	margin-bottom: 2em;
}
}
.green {
	color:#25a25b;
	margin:10px 0px 0px 0px;
}
.product-title {
	color:#555555;
  	font-size:1.5em;
  	letter-spacing:-1px;
  	margin-bottom:15px;
  	text-shadow:#FFFFFF 0 1px 0;
	padding-top:10px;
}
.product-price {
	-webkit-text-stroke-width:0.2px;
  	color:#25A25B;
  	font-size:1.8em;
  	line-height:1.5em;
 	margin:0;
}
.product-share {
	color:#555555;
	display:block;
 	font-size:0.8725em;
 	margin:4% 0 2%;
 	text-shadow:#FFFFFF 0 1px 0;
	text-transform:uppercase;
}
.product-desc {
	color:#555555;
  	font-size:0.8725em;
  	line-height:1.5em;
 	text-shadow:#FFFFFF 0 1px 0;
	margin:2% 0;
	padding-bottom:20px;
	border-bottom:1px dashed #999;
}
.desc {
	color:#555555;
  	font-size:0.8725em;
  	line-height:1.5em;
 	text-shadow:#FFFFFF 0 1px 0;
} 
.title_header {
	height:30px;
	font-size:1.3em;
	color:#25A25B;
	padding-left:20px;
	border-left:4px solid #DD9D33;
	text-transform:uppercase;
}
.delivery_header{
	border-bottom: 1px solid rgb(208, 208, 208);
	border-top: 1px solid rgb(208, 208, 208);
	padding: 1em 0;
	margin:3em 0 1em;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	margin-top: 8px;
}
.order_wrap {
	font-size:0.8em;
	background-color:#dbdbdb;
	padding:7px 0px;
	text-align:center;
}
.order_desc {
	font-size:1em;
	text-align:left;
}
.order_desc h3 {
	font-size:1em;
	text-transform:uppercase;
	font-weight:500;
}
.order_total_wrap {
	font-size:1em;
	padding:10px 0px 0px;
	margin:15px 0px;;
	font-weight:700;
	color:#666;
	border-top: 1px dashed rgb(208, 208, 208);
}
.order_total_wrap p {
	font-size:1.2em;
	font-weight:800;
	color:#DD9D33;
	text-align:right;
}
.order_number {
	margin-top:20px;
	border-radius:8px;
	border: 2px dashed #F90;
	text-align:center;
	padding:5px;
	color:#DD9D33;
}
.order_number span {
	font-size:2em;
	color:#25a25b;
}
.form-list {
	-webkit-box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
	-webkit-transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color:#FFFFFF;
  background-image:none;
  border:1px solid #ccc;
  border-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
  color:#555555;
  display:block;
  font-size:0.85em;
  height:auto;
  line-height:1.428571429;
  padding: 0.45em;
  transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width:96%;
}
.label-list {
	font-size:0.8em;
	text-transform:uppercase;
	color:#555555;
}
.account_grid {
	padding:15px;
	border: 1px solid #d5d5d5;	
}
.order_total_wrap {
	font-size:0.7em;
	background-color:#dbdbdb;
	padding:7px 0px;
	margin:7px 0px;
	border-bottom: 1px dashed #333;
	border-top: 1px dashed #333;
	text-align:center;
}
.order_add {
	margin-top:20px;
	border-top: 1px solid #25A25B;
	border-bottom: 1px solid #25A25B;
	text-align:center;
	text-transform:uppercase;
	padding:5px;
	color:#25A25B;
}
.order_add a {
	color:#25A25B;
	text-decoration:none;
}
.order_add a:hover {
	color:#DD9D33;
}
.my-account ul{
	margin:10px 0px;
}
.my-account li a{
	padding:20px 0px 20px 20px;	
	font-size:0.875em;
	background: url(../images/side-arrow.png) no-repeat 3px 11px;
}
.my-account li a:hover{
	padding:10px 0px 10px 20px;	
	font-size:0.875em;
	background: url(../images/side-arrow.png) no-repeat 3px 11px;
}
.user-info p {
	width:100%;
	padding-bottom:5px;
	border-bottom:1px dashed #333333;
	font-size:0.9;
	color:#25A25B;
	font-weight:800;
	font-style:italic;
}
.user-info span {
	font-size:0.75em;
	color:#333;
}
.user-info-wrapper {
	padding-left:10px;
	border-left:3px solid #DD9D33;
	margin-bottom:15px;
}
.panel-title a:hover {
	text-decoration:none;}
.panel-body { padding:0px; }
.panel-body table tr td { 
	padding-left: 25px; 
	font-size:11px; 
	text-transform:uppercase;
}
.panel-body a{
	display:block;}
.panel-body a:hover{
	color:#25A25B;
	text-decoration:none;}
	
.panel-body .table {margin-bottom: 0px; }	
.how-wrapper {
	margin-bottom:10px; 
	padding-bottom:10px; 
	border-bottom:1px dashed #666;
}
.how-number {
	font-size:32px; 
	text-align:center; 
	padding:8px 0px; 
	border-radius:60px 60px 60px 60px; 
	margin-top:10px; 
	border:1px solid #096; 
	color:#096;
}
.how-wrapper p{
	color:#666;
  	font-size:0.8125em;
  	line-height:1.5em;
}
.desc-li{
	color:#666;
  	font-size:0.8125em;
  	line-height:1.5em;
}
.desc {
	color:#666;
  	font-size:0.8125em;
  	line-height:1.5em;
}
.orderdetails-box {
	width:100%;
	text-align:center;
}
#logoslider {
display:none;
}
.clearout {
height:20px;
clear:both;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}
.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*tambahan ana*/
.uppercase {
  text-transform: uppercase;
}
input.uppercase[attr='value']  {
text-transform:uppercase;
}
.containerDiv {
            border-left: 1px solid black;
            border-bottom: 1px solid black;
            width: 500px;
}
.rowDiv {
    border-top: 1px solid black;
}
.cellDiv {
    
    display: table-cell;
    width:300px;
    padding: 4px;
} | 0.25945 | 0.039416 | 
| 
	.files input[type="file"] {
  border-radius: 5px;
  background-color: #5fbed6;
  font-size: 15px;
  font-family: Roboto-Slab,sans-serif;
  transition: all 0.3s;
  border: none;
  overflow-wrap: break-word;
}
.files input[type="file"]:hover {
  background-color: #5b2187;
  cursor: pointer;
  color: #FFFFFF;
}
/*espaciado paddings y margins*/
.paddY-1 {
  padding-top: 1rem; 
  padding-bottom: 1rem;
}
/*Diseño cars STATISTICS VIEWS*/
.card-counter{
  box-shadow: 2px 2px 10px #DADADA;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: .3s linear all;
  -webkit-transition: .3s linear all;
  position: relative;/*originally non relative*/
  overflow-wrap: break-word!important;/*originally no wrap*/
}
.card-counter:hover{
  box-shadow: 4px 4px 15px rgba(91, 33, 135, .5);/*#5b2187*/
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.card-counter.primary{
  background-color: rgba(91, 33, 135, .8);
  color: #FFF;
}
.card-counter.danger{
 background-color: rgba(95, 190, 214, .8);
 color: #FFF;
}  
.card-counter.success{
 background-color: rgba(221, 0, 83, .8);
 color: #FFF;
}  
.card-counter.info{
  background-color: #26c6da;
  color: #FFF;
}  
.card-counter i{
  font-size: 5em;
  opacity: 0.2;
}
.card-counter .count-numbers{
  position: absolute;
  right: 35px;
  top: 30px;/*20*/
  font-size: 32px;
  display: block;
}
.card-counter .count-name{
  position: absolute;
  right: 35px;
  top: 10px;/*65*/
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.7;
  display: block;
  font-size: 18px;
}
.icons-statistics{
  opacity: .3; 
  max-width: 80px; 
  margin: 0;  
  position: relative;  
  top: 50%;  
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*IMAGENES PARA WALLET VACÍA*/
.boleto-fluid {
  max-width: auto;
  max-height: 700px;
  opacity: .5;
  margin-left: auto;
  margin-right: auto;
}  
/*final*/
/*Tamaño icon menú*/ 
.iconticket{
  width: 22px;
}
.colorazul{
  background-color: #5fbed6;
}
.cardBoleta{
 margin-left: 0.5rem;
}
.inputcolor{
 background-color:transparent;
 transition: .5s;
 -webkit-transition : .5s;
 -moz-transition: .5s;
 border: 1px solid rgba(0,0,0, .1);
 border-radius: 5px;
}
.inputcolor:focus{
 box-shadow: inset 1px 1px 2px #5B2187, inset 0 0 15px white, inset 0 0 5px #5B2187;
}
.containerBoleta{
 padding: 15px;
 width: auto;
 height: 100% !important;
 position: relative;
}
.card-relative {
  position: relative !important;
}
/*footer*/
.tipofooter{ 
  font-family: 'Candara';
  font-size: 13px !important;
} 
/*Diseño boleta*/
.tipotitulo{ 
  font-family: 'Candara';
  font-size: 20px !important;
  text-transform: uppercase;
} 
.linea{
  border-bottom: 2px solid rgba(255,255, 255, 3);
  width: 100%;
  padding: 2px;
}
.grilla .lineas{
  border: 2px solid rgba(255,255, 255, 3);
  height: 50px;
  width: 1px;
  top: 5px;
  margin-right: auto;
  position: absolute;
  left: 50%;
}
.tipotexto{ 
  font-family: 'Candara';
  font-size: 18px !important;
  text-align: center;
} 
.tipotex{ 
  font-family: 'Candara';
  font-size: 15px !important;
} 
.grilla{
 height: 100%;
 width: 100%;
 position: relative;
}
.colorgris{
 color:#E7E6E6;
} 
/*ubicacion contenido boleta*/
.botonesContainer {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.ubicacionBoleta{
  top: 40% ; 
  position: relative;
}
.ubicacionNumero{
  position: relative;
  padding-right: auto;
  padding-left: auto;
  width: auto !important;
  bottom: 0;
}
.ubicacionBoton{
  position: relative;
  bottom: 0;
  left: 0;
  width: auto !important;
}
.lineau{
  border: 1px solid rgba(162,160, 160, 3);
  width: 80%;
  position: relative;
}
#lightbox {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0,0,0, .5);
}
#lightbox h3 {
  text-align: center; 
  margin-top: 50px;
  color: #ffffff;
}
#closeDetails {
  position: absolute;
  top:500px;
  right: 20px;
}
/*Boleta transferida*/
.lineatra{
  border: 1px solid rgba(162,160, 160, 3);
  width: 90%;
  position: relative;
}
.card-forma {
  height: auto!important;
  padding: 0!important;
  border-radius: 5px ;
  overflow: hidden ;
}
.card-formatra {
  height: 300px !important;
  padding: 0!important;
  overflow: hidden;
}
.grillatra .lineastra{
  border: 1.5px solid rgba(162,160, 160, 3);
  height: 80%;
  width: 1px;
  top: 5px;
  /*centering div horizontally*/
  position: absolute;
  left: 0;
  right: 0;
  margin: auto
}
.grillatra{
  height: auto;
  width: 100%;
  position: relative;
}
.ubicacionBoletaTra{
  top: 50%;
  padding: 0 !important;
  position: relative;
}
/*Boletas utilizadas*/
.centrado{
  position: absolute;
  /*transform: translate(-50%,-50%);*/
  color: #ffff;
  width: 100%;
  top: 25%;
  font-weight: bold;
  text-align: center;
  display: block;
}
.opacidad{
  background-color: rgba(0,0,0,.5);
  height: 15%;
  width: 100%;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
/*Boletas transferidas*/
.centradotra{
  position: absolute;
  /*transform: translate(-50%,-50%);*/
  color: #ffff;
  width: 100%;
  top: 25%;
  font-weight: bold;
  text-align: center;
  display: block;
}
.opacidadtra{
  background-color: rgba(0,0,0,.5);
  height: 15%;
  width: 100%;
  left: 0;
  top: 30%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
/*Boletas*/
.centradobol{
  position: absolute;
  /*vercially located over the time and date information/
  /ubicado verticalmente sobre la fecha y hora*/
  top: 50%;
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
  width: 100%;
  font-weight: bold;
  text-align: center;
  display: block;
}
.opacidadbol p{
  font-family: 'Candara', Sans-Serif;
  font-size: 15px;
  background-color: rgba(0,0,0,.4);
  text-transform: capitalize;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #ffff;
  height: auto;
  width: 100%;
  left: 0;
}
/*FLOATING BUTTON WALLET*/
.float{
  position:fixed;
  width: 200px;
  height:50px;
  bottom:60px;
  right:30px;
  background-color: #ed0066;
  color: #FFFFFF;
  /*vertical-align: middle;*/
  border-radius:10px;
  text-align:center;
  box-shadow: 3px 3px 7px #999;
  padding-left: 10px;
  padding-right: 10px;
  display:table;
  transition: all 0.5s;
}
.float:hover{
  box-shadow: 3px 3px 7px #5fbed6;
  background-color:#5b2187;
  color: #ffffff;
}
.my-float{
  display:table-cell; 
  vertical-align:middle;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
/*MEDIA-QUERIES*/
/*-------------------------------------------------------*/
  /* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  */
  @media (min-width: 1025px) and (max-width: 1280px) {
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-name{
      position: absolute;
      /*vertical-align: middle;*/
      padding: 5px;
    }
    /*WALLET VACÍA*/
    .boleto-fluid {
      width: auto;
      max-height: 600px;
      opacity: .5;
    }
  }
  /* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
  */
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-name{
      position: absolute;
      /*vertical-align: middle;*/
      padding: 5px;
    }
    /*WALLET VACÍA*/
    .boleto-fluid {
      max-width: auto;
      max-height: 450px;
      opacity: .5;
    }
    
  }
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-name{
      position: absolute;
      /*vertical-align: middle;*/
      padding: 5px;
    }
    /*WALLET VACÍA*/
    .boleto-fluid {
      max-width: 450px;
      max-height: auto;
      opacity: .5;
    }
    /*FOATING BUTTON*/
    .float {
      bottom: 20px;
    }
    
  }
  /* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
  */
  @media (min-width: 481px) and (max-width: 767px) {
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-name{
      position: absolute;
      /*vertical-align: middle;*/
      padding: 5px;
    }
     .icons-statistics{
      opacity: .2; 
      max-width: 70px;
    } 
    /*WALLET VACÍA*/
    .boleto-fluid {
      max-width: auto;
      max-height: 450px;
      opacity: .5;
    }
    /*FOATING BUTTON*/
    .float {
      bottom: 20px;
    }
  }
  /* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
  */
  @media (min-width: 320px) and (max-width: 480px) {
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-numbers{
      right: 10px;
    }
    .card-counter .count-name{
      position: absolute;
      padding-left: 15px;
    }
     .icons-statistics{
      opacity: .2; 
      max-width: 70px;
    } 
    /*WALLET VACÍA*/
    .boleto-fluid {
      max-width: auto;
      max-height: 350px;
      opacity: .5;
    }
    /*FOATING BUTTON*/
    .float {
      display: none;
    }
  } | 
	wallet/views/dist/css/qubitWallet.css | 
	.files input[type="file"] {
  border-radius: 5px;
  background-color: #5fbed6;
  font-size: 15px;
  font-family: Roboto-Slab,sans-serif;
  transition: all 0.3s;
  border: none;
  overflow-wrap: break-word;
}
.files input[type="file"]:hover {
  background-color: #5b2187;
  cursor: pointer;
  color: #FFFFFF;
}
/*espaciado paddings y margins*/
.paddY-1 {
  padding-top: 1rem; 
  padding-bottom: 1rem;
}
/*Diseño cars STATISTICS VIEWS*/
.card-counter{
  box-shadow: 2px 2px 10px #DADADA;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: .3s linear all;
  -webkit-transition: .3s linear all;
  position: relative;/*originally non relative*/
  overflow-wrap: break-word!important;/*originally no wrap*/
}
.card-counter:hover{
  box-shadow: 4px 4px 15px rgba(91, 33, 135, .5);/*#5b2187*/
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.card-counter.primary{
  background-color: rgba(91, 33, 135, .8);
  color: #FFF;
}
.card-counter.danger{
 background-color: rgba(95, 190, 214, .8);
 color: #FFF;
}  
.card-counter.success{
 background-color: rgba(221, 0, 83, .8);
 color: #FFF;
}  
.card-counter.info{
  background-color: #26c6da;
  color: #FFF;
}  
.card-counter i{
  font-size: 5em;
  opacity: 0.2;
}
.card-counter .count-numbers{
  position: absolute;
  right: 35px;
  top: 30px;/*20*/
  font-size: 32px;
  display: block;
}
.card-counter .count-name{
  position: absolute;
  right: 35px;
  top: 10px;/*65*/
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.7;
  display: block;
  font-size: 18px;
}
.icons-statistics{
  opacity: .3; 
  max-width: 80px; 
  margin: 0;  
  position: relative;  
  top: 50%;  
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*IMAGENES PARA WALLET VACÍA*/
.boleto-fluid {
  max-width: auto;
  max-height: 700px;
  opacity: .5;
  margin-left: auto;
  margin-right: auto;
}  
/*final*/
/*Tamaño icon menú*/ 
.iconticket{
  width: 22px;
}
.colorazul{
  background-color: #5fbed6;
}
.cardBoleta{
 margin-left: 0.5rem;
}
.inputcolor{
 background-color:transparent;
 transition: .5s;
 -webkit-transition : .5s;
 -moz-transition: .5s;
 border: 1px solid rgba(0,0,0, .1);
 border-radius: 5px;
}
.inputcolor:focus{
 box-shadow: inset 1px 1px 2px #5B2187, inset 0 0 15px white, inset 0 0 5px #5B2187;
}
.containerBoleta{
 padding: 15px;
 width: auto;
 height: 100% !important;
 position: relative;
}
.card-relative {
  position: relative !important;
}
/*footer*/
.tipofooter{ 
  font-family: 'Candara';
  font-size: 13px !important;
} 
/*Diseño boleta*/
.tipotitulo{ 
  font-family: 'Candara';
  font-size: 20px !important;
  text-transform: uppercase;
} 
.linea{
  border-bottom: 2px solid rgba(255,255, 255, 3);
  width: 100%;
  padding: 2px;
}
.grilla .lineas{
  border: 2px solid rgba(255,255, 255, 3);
  height: 50px;
  width: 1px;
  top: 5px;
  margin-right: auto;
  position: absolute;
  left: 50%;
}
.tipotexto{ 
  font-family: 'Candara';
  font-size: 18px !important;
  text-align: center;
} 
.tipotex{ 
  font-family: 'Candara';
  font-size: 15px !important;
} 
.grilla{
 height: 100%;
 width: 100%;
 position: relative;
}
.colorgris{
 color:#E7E6E6;
} 
/*ubicacion contenido boleta*/
.botonesContainer {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.ubicacionBoleta{
  top: 40% ; 
  position: relative;
}
.ubicacionNumero{
  position: relative;
  padding-right: auto;
  padding-left: auto;
  width: auto !important;
  bottom: 0;
}
.ubicacionBoton{
  position: relative;
  bottom: 0;
  left: 0;
  width: auto !important;
}
.lineau{
  border: 1px solid rgba(162,160, 160, 3);
  width: 80%;
  position: relative;
}
#lightbox {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0,0,0, .5);
}
#lightbox h3 {
  text-align: center; 
  margin-top: 50px;
  color: #ffffff;
}
#closeDetails {
  position: absolute;
  top:500px;
  right: 20px;
}
/*Boleta transferida*/
.lineatra{
  border: 1px solid rgba(162,160, 160, 3);
  width: 90%;
  position: relative;
}
.card-forma {
  height: auto!important;
  padding: 0!important;
  border-radius: 5px ;
  overflow: hidden ;
}
.card-formatra {
  height: 300px !important;
  padding: 0!important;
  overflow: hidden;
}
.grillatra .lineastra{
  border: 1.5px solid rgba(162,160, 160, 3);
  height: 80%;
  width: 1px;
  top: 5px;
  /*centering div horizontally*/
  position: absolute;
  left: 0;
  right: 0;
  margin: auto
}
.grillatra{
  height: auto;
  width: 100%;
  position: relative;
}
.ubicacionBoletaTra{
  top: 50%;
  padding: 0 !important;
  position: relative;
}
/*Boletas utilizadas*/
.centrado{
  position: absolute;
  /*transform: translate(-50%,-50%);*/
  color: #ffff;
  width: 100%;
  top: 25%;
  font-weight: bold;
  text-align: center;
  display: block;
}
.opacidad{
  background-color: rgba(0,0,0,.5);
  height: 15%;
  width: 100%;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
/*Boletas transferidas*/
.centradotra{
  position: absolute;
  /*transform: translate(-50%,-50%);*/
  color: #ffff;
  width: 100%;
  top: 25%;
  font-weight: bold;
  text-align: center;
  display: block;
}
.opacidadtra{
  background-color: rgba(0,0,0,.5);
  height: 15%;
  width: 100%;
  left: 0;
  top: 30%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
/*Boletas*/
.centradobol{
  position: absolute;
  /*vercially located over the time and date information/
  /ubicado verticalmente sobre la fecha y hora*/
  top: 50%;
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
  width: 100%;
  font-weight: bold;
  text-align: center;
  display: block;
}
.opacidadbol p{
  font-family: 'Candara', Sans-Serif;
  font-size: 15px;
  background-color: rgba(0,0,0,.4);
  text-transform: capitalize;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #ffff;
  height: auto;
  width: 100%;
  left: 0;
}
/*FLOATING BUTTON WALLET*/
.float{
  position:fixed;
  width: 200px;
  height:50px;
  bottom:60px;
  right:30px;
  background-color: #ed0066;
  color: #FFFFFF;
  /*vertical-align: middle;*/
  border-radius:10px;
  text-align:center;
  box-shadow: 3px 3px 7px #999;
  padding-left: 10px;
  padding-right: 10px;
  display:table;
  transition: all 0.5s;
}
.float:hover{
  box-shadow: 3px 3px 7px #5fbed6;
  background-color:#5b2187;
  color: #ffffff;
}
.my-float{
  display:table-cell; 
  vertical-align:middle;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
/*MEDIA-QUERIES*/
/*-------------------------------------------------------*/
  /* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  */
  @media (min-width: 1025px) and (max-width: 1280px) {
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-name{
      position: absolute;
      /*vertical-align: middle;*/
      padding: 5px;
    }
    /*WALLET VACÍA*/
    .boleto-fluid {
      width: auto;
      max-height: 600px;
      opacity: .5;
    }
  }
  /* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
  */
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-name{
      position: absolute;
      /*vertical-align: middle;*/
      padding: 5px;
    }
    /*WALLET VACÍA*/
    .boleto-fluid {
      max-width: auto;
      max-height: 450px;
      opacity: .5;
    }
    
  }
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-name{
      position: absolute;
      /*vertical-align: middle;*/
      padding: 5px;
    }
    /*WALLET VACÍA*/
    .boleto-fluid {
      max-width: 450px;
      max-height: auto;
      opacity: .5;
    }
    /*FOATING BUTTON*/
    .float {
      bottom: 20px;
    }
    
  }
  /* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
  */
  @media (min-width: 481px) and (max-width: 767px) {
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-name{
      position: absolute;
      /*vertical-align: middle;*/
      padding: 5px;
    }
     .icons-statistics{
      opacity: .2; 
      max-width: 70px;
    } 
    /*WALLET VACÍA*/
    .boleto-fluid {
      max-width: auto;
      max-height: 450px;
      opacity: .5;
    }
    /*FOATING BUTTON*/
    .float {
      bottom: 20px;
    }
  }
  /* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
  */
  @media (min-width: 320px) and (max-width: 480px) {
    /*STATISTICS VIEWS*/
    .card-counter{
      vertical-align: middle;
    }
    .card-counter .count-numbers{
      right: 10px;
    }
    .card-counter .count-name{
      position: absolute;
      padding-left: 15px;
    }
     .icons-statistics{
      opacity: .2; 
      max-width: 70px;
    } 
    /*WALLET VACÍA*/
    .boleto-fluid {
      max-width: auto;
      max-height: 350px;
      opacity: .5;
    }
    /*FOATING BUTTON*/
    .float {
      display: none;
    }
  } | 0.315525 | 0.125869 | 
| 
	.editor-view,#editor-view {
  position: absolute ;
  top: 40px ;
  bottom: 0px ;
  left: 40px ;
  right: 0 ;
  transition-duration: .5s ;
  transition-property: left ;
}
#editor-locked {
  position: absolute ;
  top: 60px ;
  left: 240px ;
  right: 40px ;
  padding: 20px ;
  z-index: 100 ;
  height: 20px ;
  transition-duration: .5s ;
  transition-property: left ;
  border-radius: 10px ;
  color: #FFF ;
  font-size: 16px ;
  display: none ;
}
#editor-locked i {
  margin-right: 5px ;
}
.code-splitbar {
  background: hsl(200,30%,30%);
  position: absolute ;
  left: 400px ;
  top: 0 ;
  bottom: 0 ;
  width: 10px ;
  cursor: ew-resize;
  z-index: 2 ;
}
.editor-separator {
  background: linear-gradient(hsl(200,30%,30%) 0%,hsl(200,20%,20%) 10%,hsl(200,20%,10%) 90%,hsl(200,20%,0%) 100%);  height: 20px ;
  position: absolute ;
  padding: 0px 10px;
  font-size: 12px;
  top: 400px ;
  left: 0px ;
  right: 0px ;
  cursor: ns-resize;
}
.editor-separator i {
  padding: 1px 5px ;
  font-size: 16px;
}
.runbar {
  position: absolute;
  right: 0px ;
  left: 0px ;
  top: 0px ;
  height: 40px;
  background: hsl(200,30%,30%);
  border-left: solid 2px rgba(0,0,0,.5);
  text-align: left ;
  padding-left: 20px ;
  white-space: nowrap ;
}
.runbar *,.runtime-splitbar * {
  display: inline-block ;
}
.runbar .buttons,.runtime-splitbar .buttons {
  display: inline-block ;
  margin-left: 60px ;
}
.runbar .buttons div,.runtime-splitbar .buttons div {
  margin-left: 1px ;
  padding: 10px 15px ;
  cursor: pointer ;
  background: hsl(160,50%,40%);
}
.runbar .buttons div:hover,.runtime-splitbar .buttons div:hover  {
  background: hsl(160,50%,60%);
}
.runbar .buttons div:active,.runtime-splitbar .buttons div:active  {
  background: hsl(160,30%,30%);
}
.runbar .buttons img {
  width: 24px ;
  height: 24px ;
  vertical-align: middle;
}
#qrcode-button {
  margin-left: 20px ;
  border-radius: 5px ;
  background: hsl(200,50%,40%) ;
  position: relative ;
  top: -2px ;
  padding: 5px ;
}
#qrcode-button:hover, #run-link:hover {
  background: hsl(200,50%,50%) ;
}
#take-picture-button {
  display: none ;
  margin-left: 20px;
  border-radius: 50px;
  background: rgba(0,0,0,.2);
  padding: 6px;
  width: 20px;
  height: 20px;
  text-align: center;
}
#take-picture-button:hover {
  background:rgba(255,255,255,.2);
}
.runbar .buttons .selected,.runtime-splitbar .buttons .selected,
.runbar .buttons div.selected:hover,.runtime-splitbar .buttons div.selected:hover
{
  background: hsl(160,20%,35%);
  cursor: default ;
}
#run-link {
  display: inline-block ;
  font-size: 14px ;
  padding: 4px 12px ;
  border-radius: 14px ;
  background: hsl(200,50%,40%);
  margin-left: 20px ;
  white-space: nowrap ;
  overflow: hidden ;
  cursor: pointer ;
  vertical-align: middle;
}
a#run-link {
  color: #FFF ;
  text-decoration: none ;
}
.runtime-container {
  position: absolute ;
  bottom: 0 ;
  top: 0 ;
  right: 0 ;
  width: 50% ;
}
.runtime {
  position: absolute ;
  top:0 ;
  left: 0 ;
  right: 0 ;
  height: 100px ;
  text-align: center;
}
.runtime-splitbar {
  background: hsl(200,30%,30%);
  border-left: solid 2px rgba(0,0,0,.5);
  position: absolute ;
  left: 0px ;
  top: 100px ;
  right: 0 ;
  height: 40px ;
  transition-property: height ;
  transition-duration: 0.5s ;
  cursor: ns-resize;
  z-index: 3 ;
  overflow: hidden ;
  white-space: nowrap;
}
.runtime-splitbar span {
  margin-left: 20px ;
}
#console-options {
  background: rgba(0,0,0,.2);
  display: block ;
  padding: 20px ;
  line-height: 25px ;
  white-space: nowrap;
  color: rgba(255,255,255,.8);
}
#console-options label {
  margin-left: 5px ;
}
.devicecontainer {
  position: absolute ;
  top: 40px ;
  left: 0 ;
  right: 0 ;
  bottom: 0 ;
}
#device {
  position: absolute ;
  top: 0px ;
  bottom: 0 ;
  left: 0 ;
  right: 0 ;
  background: #000 ;
}
#device iframe {
  border: none ;
}
#device iframe {
  width: 960px;
  height: 540px;
}
#ruler {
  position: absolute ;
  top: 0 ;
  bottom: 0 ;
  left: 0 ;
  right: 0 ;
  pointer-events: none ;
}
.help-window {
  position: absolute;
  right: 20px ;
  bottom: 5px ;
  color: hsl(20,20%,20%);
  z-index: 4 ;
  margin-left: 5px ;
  cursor: pointer ;
  width: 40px ;
  height: 40px ;
}
#help-window-content {
  position: absolute ;
  bottom: 0px ;
  background: hsl(30,100%,90%);
  border-radius: 20px ;
  padding: 10px ;
  overflow: hidden ;
  min-height: 20px ;
  min-width: 20px ;
  width: 20px ;
}
#help-window-content.displaycontent {
  width: 400px ;
  left: 75px ;
  bottom:40px ;
}
.help-window.disabled #help-window-content {
  background: hsl(20,0%,60%);
  bottom: 0px ;
  left: 0px ;
  width: 20px ;
}
#help-window-content .content {
  display: none ;
}
#help-window-content.displaycontent .content {
  display: block ;
}
.help-window.disabled #help-window-content .content {
  display: none ;
}
.help-window i {
  margin: 0 ;
}
.help-window .left-side {
  position: absolute ;
  left: 0 ;
  top: 0 ;
  bottom: 0 ;
  width: 20px ;
  padding: 10px ;
  background: rgba(0,0,0,.1);
  text-align: center ;
}
.help-window .content {
  margin-left: 40px;
}
.help-window p {
  margin: 0 ;
}
.help-window h1, .help-window h2, .help-window h3, .help-window h4, .help-window h5, .help-window h6 {
  font-size: 18px ;
  padding: 0 ;
  margin: 0 0 5px 0 ;
}
.help-window .see-doc-button {
  border-radius: 3px ;
  background: hsl(0,50%,40%);
  font-size: 12px ;
  color: #FFF ;
  padding: 4px 8px ;
  float: right ;
  margin-left: 10px ;
}
.help-window .see-doc-button i {
  margin-right: 4px ;
}
.code-toolbar .language {
  border-radius: 10px ;
  background-color: rgba(0,0,0,.3) ;
  color: rgba(255,255,255,.7);
  font-size: 11px ;
  padding: 3px 8px ;
  margin-left: 10px ;
  font-family: "Ubuntu Mono";
  position: relative ;
  top: -2px;
}
.code-toolbar .language.python {
  background-color: hsl(160,40%,40%) ;
}
.code-toolbar .language.lua {
  background-color: hsl(20,40%,40%) ;
}
.code-toolbar .language.javascript {
  background-color: hsl(300,40%,40%) ;
}
.code-toolbar .language.microscript {
  background-color: hsl(200,40%,40%) ;
}
.code-tools {
  position: absolute ;
  right: 2px ;
  top: 0px ;
  height: 40px ;
}
.code-tools .buttons {
  display: inline-block ;
}
.code-tools .buttons div {
  display: inline-block ;
  margin-left: 1px ;
  padding: 10px 15px ;
  cursor: pointer ;
  background: hsl(160,50%,40%);
  vertical-align: middle ;
  height: 20px ;
}
.code-tools .buttons div:hover {
  background: hsl(160,50%,60%);
}
.code-tools .buttons div:active  {
  background: hsl(160,30%,30%);
}
#code-font-plus {
  padding: 8px 11px ;
  height: 24px ;
  font-size: 19px ;
}
#code-font-minus {
  padding: 12px 14px ;
  height: 16px ;
  font-size: 12px ;
}
.value-tool-button {
  position: relative ;
  display: inline-block ;
  background: hsl(200,50%,50%);
  color: #FFF ;
  border-radius: 5px ;
  padding: 6px ;
  font-size: 13px ;
  z-index: 4 ;
  cursor: pointer ;
  width: 80px ;
  display: none ;
  margin-left: 20px ;
}
.value-tool-button span {
  background: #FFF ;
  border-radius: 3px ;
  padding: 2px 4px ;
  font-size: 11px ;
  color: hsl(200,50%,20%);
}
.value-tool-button i {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 20px ;
}
.value-tool-button .slider-track {
  background: rgba(255,255,255,.5) ;
  border-radius: 2px ;
  width: 30px ;
  height: 3px ;
  position: absolute ;
  right: 10px ;
  top: 15px ;
}
.value-tool-button .slider-cursor {
  background: #FFF ;
  border-radius: 9px ;
  width: 9px ;
  height: 9px ;
  position: absolute ;
  right: 23px ;
  top: 12px ;
  box-shadow: 0 0 5px hsl(200,50%,20%);
}
#color-value-tool-button {
  display: none ;
}
.source-list-panel {
  position: absolute ;
  top: 40px ;
  bottom: 0 ;
  left: 0 ;
  width: 40px ;
  transition-duration: .5s ;
  transition-property: width ;
  overflow: hidden ;
}
.source-list-header {
  position: absolute ;
  top: 0 ;
  left: 0 ;
  right: 0 ;
  height: 40px ;
  cursor: pointer ;
  white-space: nowrap ;
}
.source-list-header div {
  position: absolute ;
  right: 180px ;
  transform: translateX(100%);
  padding: 10px ;
}
.source-list-header i {
  position: absolute ;
  top: 0 ;
  right: 0 ;
  bottom: 0 ;
  width: 18px;
  padding: 11px 11px;
  font-size: 18px;
  color: rgba(255,255,255,.9);
}
.source-list {
  position: absolute ;
  top: 40px ;
  bottom : 40px ;
  left: 0 ;
  right: 0 ;
  font-size: 14px ;
  overflow-y: auto ;
  overflow-x: hidden ;
}
.source-list i {
  padding: 10px 5px ;
  font-size: 15px ;
}
.create-source-button {
  position: absolute ;
  bottom: 0px ;
  height: 20px;
  left: 0 ;
  right: 0 ;
  padding: 10px 12px ;
  background: hsl(160,50%,40%);
  font-size: 18px ;
  cursor: pointer ;
  color: #FFF ;
  z-index: 1 ;
  box-shadow: 0 -10px 20px #000;
  text-align: center ;
  white-space: nowrap ;
}
.create-source-button i {
  margin-right: 10px ;
}
.source-list-item {
  white-space: nowrap ;
  margin: 1px 0px ;
  background: rgba(0,0,0,.25);
  cursor: pointer ;
  position: relative ;
}
.source-list-item.selected {
  background: hsl(200,30%,30%);
}
.source-list-item i {
  padding: 10px 6px 10px 14px ;
  font-size: 18px ;
  white-space: nowrap ;
}
.source-list-item .filename {
  display: inline-block;
  margin: 10px 0 ;
  padding: 2px 8px ;
  /*background: rgba(255,255,255,.1);*/
  border-radius: 3px ;
  max-width: 150px ;
}
.source-list-item input {
  border: none ;
  border-radius: 3px ;
  font-size: 14px ;
  width: 100px ;
  padding: 3px 5px ;
  background: rgba(0,0,0,.5);
  color: rgba(255,255,255,.8);
  margin: 5px 10px 5px 0px ;
  font-family: "Source Sans Pro",Verdana ;
}
.source-list-item .active-user {
  display: none ;
  position: absolute ;
  bottom: 4px ;
  left: 4px ;
  font-size: 8px ;
  color: #FFF ;
  background: hsl(0,50%,50%);
  padding: 4px ;
  border-radius: 8px ;
}
.source-list-item input:focus {
  outline: none ;
}
.source-tools {
  text-align: right ;
  position: absolute ;
  left: 150px ;
}
.source-tools i {
  border-radius: 3px ;
  padding: 5px 4px;
  margin: 7px 2px;
  background: hsl(160,50%,40%);
  display: inline-block ;
  font-size: 14px ;
  cursor: pointer ;
}
.source-tools i.fa-trash {
  background: hsl(0,50%,40%);
}
.value-tool {
  padding: 10px ;
  background: hsl(200,20%,15%) ;
  border:solid 1px rgba(255,255,255,.2);
  box-shadow: 0 0 5px #000 ;
  border-radius: 5px ;
  position: fixed ;
}
.value-tool input {
  width: 300px ;
}
.value-tool .colortext {
  width: unset ;
}
.value-tool canvas {
  /*background: linear-gradient(to right,#444,rgba(0,0,0,0));*/
}
#run-window .content {
  text-align: center ;
}
#run-window .titlebar.runbar {
  padding: 2px 0 2px 20px ;
  height: 36px ;
  border: none ;
  background: none ;
}
#run-window {
  background: hsl(200,30%,30%);
}
#run-window .minify {
  top:7px ;
  right: 8px ;
}
.ace-tomorrow-night-bright .ace_marker-layer .ace_active-line {
    background: #182828;
}
.ace-tomorrow-night-bright .ace_marker-layer .ace_selection {
    background: #584848;
}
.show-picture {
  background: white ;
  border-radius: 5px ;
  padding: 10px ;
  text-align: center ;
}
.show-picture div {
  display: inline-block ;
  margin: 10px 0 0 0 ;
  background: hsl(200,50%,40%);
  color: white ;
  border-radius: 5px ;
  padding: 5px 10px ;
  cursor: pointer ;
}
.show-picture div.save {
  background: hsl(160,50%,40%);
}
.show-picture div.close {
  background: hsl(0,50%,40%);
} | 
	static/css/code.css | 
	.editor-view,#editor-view {
  position: absolute ;
  top: 40px ;
  bottom: 0px ;
  left: 40px ;
  right: 0 ;
  transition-duration: .5s ;
  transition-property: left ;
}
#editor-locked {
  position: absolute ;
  top: 60px ;
  left: 240px ;
  right: 40px ;
  padding: 20px ;
  z-index: 100 ;
  height: 20px ;
  transition-duration: .5s ;
  transition-property: left ;
  border-radius: 10px ;
  color: #FFF ;
  font-size: 16px ;
  display: none ;
}
#editor-locked i {
  margin-right: 5px ;
}
.code-splitbar {
  background: hsl(200,30%,30%);
  position: absolute ;
  left: 400px ;
  top: 0 ;
  bottom: 0 ;
  width: 10px ;
  cursor: ew-resize;
  z-index: 2 ;
}
.editor-separator {
  background: linear-gradient(hsl(200,30%,30%) 0%,hsl(200,20%,20%) 10%,hsl(200,20%,10%) 90%,hsl(200,20%,0%) 100%);  height: 20px ;
  position: absolute ;
  padding: 0px 10px;
  font-size: 12px;
  top: 400px ;
  left: 0px ;
  right: 0px ;
  cursor: ns-resize;
}
.editor-separator i {
  padding: 1px 5px ;
  font-size: 16px;
}
.runbar {
  position: absolute;
  right: 0px ;
  left: 0px ;
  top: 0px ;
  height: 40px;
  background: hsl(200,30%,30%);
  border-left: solid 2px rgba(0,0,0,.5);
  text-align: left ;
  padding-left: 20px ;
  white-space: nowrap ;
}
.runbar *,.runtime-splitbar * {
  display: inline-block ;
}
.runbar .buttons,.runtime-splitbar .buttons {
  display: inline-block ;
  margin-left: 60px ;
}
.runbar .buttons div,.runtime-splitbar .buttons div {
  margin-left: 1px ;
  padding: 10px 15px ;
  cursor: pointer ;
  background: hsl(160,50%,40%);
}
.runbar .buttons div:hover,.runtime-splitbar .buttons div:hover  {
  background: hsl(160,50%,60%);
}
.runbar .buttons div:active,.runtime-splitbar .buttons div:active  {
  background: hsl(160,30%,30%);
}
.runbar .buttons img {
  width: 24px ;
  height: 24px ;
  vertical-align: middle;
}
#qrcode-button {
  margin-left: 20px ;
  border-radius: 5px ;
  background: hsl(200,50%,40%) ;
  position: relative ;
  top: -2px ;
  padding: 5px ;
}
#qrcode-button:hover, #run-link:hover {
  background: hsl(200,50%,50%) ;
}
#take-picture-button {
  display: none ;
  margin-left: 20px;
  border-radius: 50px;
  background: rgba(0,0,0,.2);
  padding: 6px;
  width: 20px;
  height: 20px;
  text-align: center;
}
#take-picture-button:hover {
  background:rgba(255,255,255,.2);
}
.runbar .buttons .selected,.runtime-splitbar .buttons .selected,
.runbar .buttons div.selected:hover,.runtime-splitbar .buttons div.selected:hover
{
  background: hsl(160,20%,35%);
  cursor: default ;
}
#run-link {
  display: inline-block ;
  font-size: 14px ;
  padding: 4px 12px ;
  border-radius: 14px ;
  background: hsl(200,50%,40%);
  margin-left: 20px ;
  white-space: nowrap ;
  overflow: hidden ;
  cursor: pointer ;
  vertical-align: middle;
}
a#run-link {
  color: #FFF ;
  text-decoration: none ;
}
.runtime-container {
  position: absolute ;
  bottom: 0 ;
  top: 0 ;
  right: 0 ;
  width: 50% ;
}
.runtime {
  position: absolute ;
  top:0 ;
  left: 0 ;
  right: 0 ;
  height: 100px ;
  text-align: center;
}
.runtime-splitbar {
  background: hsl(200,30%,30%);
  border-left: solid 2px rgba(0,0,0,.5);
  position: absolute ;
  left: 0px ;
  top: 100px ;
  right: 0 ;
  height: 40px ;
  transition-property: height ;
  transition-duration: 0.5s ;
  cursor: ns-resize;
  z-index: 3 ;
  overflow: hidden ;
  white-space: nowrap;
}
.runtime-splitbar span {
  margin-left: 20px ;
}
#console-options {
  background: rgba(0,0,0,.2);
  display: block ;
  padding: 20px ;
  line-height: 25px ;
  white-space: nowrap;
  color: rgba(255,255,255,.8);
}
#console-options label {
  margin-left: 5px ;
}
.devicecontainer {
  position: absolute ;
  top: 40px ;
  left: 0 ;
  right: 0 ;
  bottom: 0 ;
}
#device {
  position: absolute ;
  top: 0px ;
  bottom: 0 ;
  left: 0 ;
  right: 0 ;
  background: #000 ;
}
#device iframe {
  border: none ;
}
#device iframe {
  width: 960px;
  height: 540px;
}
#ruler {
  position: absolute ;
  top: 0 ;
  bottom: 0 ;
  left: 0 ;
  right: 0 ;
  pointer-events: none ;
}
.help-window {
  position: absolute;
  right: 20px ;
  bottom: 5px ;
  color: hsl(20,20%,20%);
  z-index: 4 ;
  margin-left: 5px ;
  cursor: pointer ;
  width: 40px ;
  height: 40px ;
}
#help-window-content {
  position: absolute ;
  bottom: 0px ;
  background: hsl(30,100%,90%);
  border-radius: 20px ;
  padding: 10px ;
  overflow: hidden ;
  min-height: 20px ;
  min-width: 20px ;
  width: 20px ;
}
#help-window-content.displaycontent {
  width: 400px ;
  left: 75px ;
  bottom:40px ;
}
.help-window.disabled #help-window-content {
  background: hsl(20,0%,60%);
  bottom: 0px ;
  left: 0px ;
  width: 20px ;
}
#help-window-content .content {
  display: none ;
}
#help-window-content.displaycontent .content {
  display: block ;
}
.help-window.disabled #help-window-content .content {
  display: none ;
}
.help-window i {
  margin: 0 ;
}
.help-window .left-side {
  position: absolute ;
  left: 0 ;
  top: 0 ;
  bottom: 0 ;
  width: 20px ;
  padding: 10px ;
  background: rgba(0,0,0,.1);
  text-align: center ;
}
.help-window .content {
  margin-left: 40px;
}
.help-window p {
  margin: 0 ;
}
.help-window h1, .help-window h2, .help-window h3, .help-window h4, .help-window h5, .help-window h6 {
  font-size: 18px ;
  padding: 0 ;
  margin: 0 0 5px 0 ;
}
.help-window .see-doc-button {
  border-radius: 3px ;
  background: hsl(0,50%,40%);
  font-size: 12px ;
  color: #FFF ;
  padding: 4px 8px ;
  float: right ;
  margin-left: 10px ;
}
.help-window .see-doc-button i {
  margin-right: 4px ;
}
.code-toolbar .language {
  border-radius: 10px ;
  background-color: rgba(0,0,0,.3) ;
  color: rgba(255,255,255,.7);
  font-size: 11px ;
  padding: 3px 8px ;
  margin-left: 10px ;
  font-family: "Ubuntu Mono";
  position: relative ;
  top: -2px;
}
.code-toolbar .language.python {
  background-color: hsl(160,40%,40%) ;
}
.code-toolbar .language.lua {
  background-color: hsl(20,40%,40%) ;
}
.code-toolbar .language.javascript {
  background-color: hsl(300,40%,40%) ;
}
.code-toolbar .language.microscript {
  background-color: hsl(200,40%,40%) ;
}
.code-tools {
  position: absolute ;
  right: 2px ;
  top: 0px ;
  height: 40px ;
}
.code-tools .buttons {
  display: inline-block ;
}
.code-tools .buttons div {
  display: inline-block ;
  margin-left: 1px ;
  padding: 10px 15px ;
  cursor: pointer ;
  background: hsl(160,50%,40%);
  vertical-align: middle ;
  height: 20px ;
}
.code-tools .buttons div:hover {
  background: hsl(160,50%,60%);
}
.code-tools .buttons div:active  {
  background: hsl(160,30%,30%);
}
#code-font-plus {
  padding: 8px 11px ;
  height: 24px ;
  font-size: 19px ;
}
#code-font-minus {
  padding: 12px 14px ;
  height: 16px ;
  font-size: 12px ;
}
.value-tool-button {
  position: relative ;
  display: inline-block ;
  background: hsl(200,50%,50%);
  color: #FFF ;
  border-radius: 5px ;
  padding: 6px ;
  font-size: 13px ;
  z-index: 4 ;
  cursor: pointer ;
  width: 80px ;
  display: none ;
  margin-left: 20px ;
}
.value-tool-button span {
  background: #FFF ;
  border-radius: 3px ;
  padding: 2px 4px ;
  font-size: 11px ;
  color: hsl(200,50%,20%);
}
.value-tool-button i {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 20px ;
}
.value-tool-button .slider-track {
  background: rgba(255,255,255,.5) ;
  border-radius: 2px ;
  width: 30px ;
  height: 3px ;
  position: absolute ;
  right: 10px ;
  top: 15px ;
}
.value-tool-button .slider-cursor {
  background: #FFF ;
  border-radius: 9px ;
  width: 9px ;
  height: 9px ;
  position: absolute ;
  right: 23px ;
  top: 12px ;
  box-shadow: 0 0 5px hsl(200,50%,20%);
}
#color-value-tool-button {
  display: none ;
}
.source-list-panel {
  position: absolute ;
  top: 40px ;
  bottom: 0 ;
  left: 0 ;
  width: 40px ;
  transition-duration: .5s ;
  transition-property: width ;
  overflow: hidden ;
}
.source-list-header {
  position: absolute ;
  top: 0 ;
  left: 0 ;
  right: 0 ;
  height: 40px ;
  cursor: pointer ;
  white-space: nowrap ;
}
.source-list-header div {
  position: absolute ;
  right: 180px ;
  transform: translateX(100%);
  padding: 10px ;
}
.source-list-header i {
  position: absolute ;
  top: 0 ;
  right: 0 ;
  bottom: 0 ;
  width: 18px;
  padding: 11px 11px;
  font-size: 18px;
  color: rgba(255,255,255,.9);
}
.source-list {
  position: absolute ;
  top: 40px ;
  bottom : 40px ;
  left: 0 ;
  right: 0 ;
  font-size: 14px ;
  overflow-y: auto ;
  overflow-x: hidden ;
}
.source-list i {
  padding: 10px 5px ;
  font-size: 15px ;
}
.create-source-button {
  position: absolute ;
  bottom: 0px ;
  height: 20px;
  left: 0 ;
  right: 0 ;
  padding: 10px 12px ;
  background: hsl(160,50%,40%);
  font-size: 18px ;
  cursor: pointer ;
  color: #FFF ;
  z-index: 1 ;
  box-shadow: 0 -10px 20px #000;
  text-align: center ;
  white-space: nowrap ;
}
.create-source-button i {
  margin-right: 10px ;
}
.source-list-item {
  white-space: nowrap ;
  margin: 1px 0px ;
  background: rgba(0,0,0,.25);
  cursor: pointer ;
  position: relative ;
}
.source-list-item.selected {
  background: hsl(200,30%,30%);
}
.source-list-item i {
  padding: 10px 6px 10px 14px ;
  font-size: 18px ;
  white-space: nowrap ;
}
.source-list-item .filename {
  display: inline-block;
  margin: 10px 0 ;
  padding: 2px 8px ;
  /*background: rgba(255,255,255,.1);*/
  border-radius: 3px ;
  max-width: 150px ;
}
.source-list-item input {
  border: none ;
  border-radius: 3px ;
  font-size: 14px ;
  width: 100px ;
  padding: 3px 5px ;
  background: rgba(0,0,0,.5);
  color: rgba(255,255,255,.8);
  margin: 5px 10px 5px 0px ;
  font-family: "Source Sans Pro",Verdana ;
}
.source-list-item .active-user {
  display: none ;
  position: absolute ;
  bottom: 4px ;
  left: 4px ;
  font-size: 8px ;
  color: #FFF ;
  background: hsl(0,50%,50%);
  padding: 4px ;
  border-radius: 8px ;
}
.source-list-item input:focus {
  outline: none ;
}
.source-tools {
  text-align: right ;
  position: absolute ;
  left: 150px ;
}
.source-tools i {
  border-radius: 3px ;
  padding: 5px 4px;
  margin: 7px 2px;
  background: hsl(160,50%,40%);
  display: inline-block ;
  font-size: 14px ;
  cursor: pointer ;
}
.source-tools i.fa-trash {
  background: hsl(0,50%,40%);
}
.value-tool {
  padding: 10px ;
  background: hsl(200,20%,15%) ;
  border:solid 1px rgba(255,255,255,.2);
  box-shadow: 0 0 5px #000 ;
  border-radius: 5px ;
  position: fixed ;
}
.value-tool input {
  width: 300px ;
}
.value-tool .colortext {
  width: unset ;
}
.value-tool canvas {
  /*background: linear-gradient(to right,#444,rgba(0,0,0,0));*/
}
#run-window .content {
  text-align: center ;
}
#run-window .titlebar.runbar {
  padding: 2px 0 2px 20px ;
  height: 36px ;
  border: none ;
  background: none ;
}
#run-window {
  background: hsl(200,30%,30%);
}
#run-window .minify {
  top:7px ;
  right: 8px ;
}
.ace-tomorrow-night-bright .ace_marker-layer .ace_active-line {
    background: #182828;
}
.ace-tomorrow-night-bright .ace_marker-layer .ace_selection {
    background: #584848;
}
.show-picture {
  background: white ;
  border-radius: 5px ;
  padding: 10px ;
  text-align: center ;
}
.show-picture div {
  display: inline-block ;
  margin: 10px 0 0 0 ;
  background: hsl(200,50%,40%);
  color: white ;
  border-radius: 5px ;
  padding: 5px 10px ;
  cursor: pointer ;
}
.show-picture div.save {
  background: hsl(160,50%,40%);
}
.show-picture div.close {
  background: hsl(0,50%,40%);
} | 0.339061 | 0.119614 | 
| 
	@import url(https://fonts.googleapis.com/css?family=Lato:700,400,300,100);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font-family: Verdana, sans-serif; font-size: 11px; line-height: 1.4em; background: #eee; }
#container { width: 960px; margin: 0 auto; }
@media screen and (min-width: 960px) {
    #container { width: 960px; }
}
@media screen and (min-width: 1280px) {
    #ssosessions-page #container { width: 1280px; }
}
@media only screen and (max-width: 960px) {
    #container { width: 100%; }
    #content {
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}
body#cas {
    background: #ff0000; /* Old browsers */
}
a:link, a:visited {
    color: #257bb2;
}
a:hover {
    color: #a0b757;
}
p {
    margin-bottom: 1.4em;
}
header {
    overflow: hidden;
    padding: 20px 0;
}
#logo {
    display: block;
    background: url(../images/logo.png) no-repeat;
    text-indent: -999em;
    float: left;
    height: 100px;
    width: 80%;
    margin-right: 40px;
    border: 0px;
}
header h1 {
    float: right;
    width: 119px;
    height: 60px;
    background: url(../images/cas-logo.png) no-repeat;
    text-indent: -999em;
}
#content {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#msg {
    padding: 20px;
    margin-bottom: 40px;
}
#msg.errors {
    border: 1px dotted #BB0000;
    color: #BB0000;
    padding-left: 100px;
    background: url(../images/error.png) no-repeat 20px center;
}
#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/success.png) no-repeat 20px center; }
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.png) no-repeat 20px center; }
#msg.question { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/question.png) no-repeat 20px center; }
#msg.warn { border: 1px dotted #960; color: #960; padding-left: 100px; background: #ffbc8f url(../images/info.png) no-repeat 20px center; }
.errors {
    border: 1px dotted #BB0000;
    color: #BB0000;
    padding-left: 100px;
    padding-top:5px;
    margin-bottom:5px;
    background: url(../images/error.png) no-repeat 20px center;
}
#serviceui.serviceinfo {
    border: 1px dotted #0066FF;
    color: black;
    padding-left: 10px;
    padding-top: 5px;
}
#servicedesc {
    vertical-align:middle;
    padding-left: 30px;
    width: 90%;
}
#login {
    width: 320px;
    float: left;
    margin-right: 20px;
}
#login h2 {
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 20px;
}
#login .row {
    padding: 10px 0;
}
#login label {
    display: block;
    margin-bottom: 2px;
}
#login .check label {
    display: inline;
}
#login input[type=text], #login input[type=password] {
    font-size: 1.4em;
    padding: 5px;
}
#login .btn-submit {
    background: #70ba61;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#login .btn-reset {
    background: #eee;
    padding: 10px 20px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#login .btn-submit:hover, #login .btn-reset:hover {
    cursor: pointer;
}
#login .btn-submit:hover {
    background: #7fd36e;
}
#login .btn-reset:hover {
    background: #d4d4d4;
}
#sidebar {
    width: auto;
    height: 100%;
}
#sidebar-content {
    padding-left: 20px;
}
#list-providers ul {
    margin-bottom: 3em;
}
#list-languages h3, #list-providers h3 {
    margin-bottom: 1.4em;
}
#list-languages ul li, #list-providers ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2em;
}
footer {
    padding: 20px;
    color: white;
}
footer a:link, footer a:visited {
    color: white;
}
@media only screen and (max-width: 960px) {
    header { padding: 20px; }
    #container { width: 100%; }
    #content {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}
@media only screen and (max-width: 855px) {
    #logo { display: none; }
    header h1 { font-size: 1em; width: 70px; height: 40px; background-size: 70px 40px; }
    #login { float: none; width: 100%; }
    #fm1 .row input[type=text],
    #fm1 .row input[type=password] { width: 100%; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
    #fm1 .row .btn-submit { outline: none; -webkit-appearance: none; -webkit-border-radius: 0; border: 0; background: #70ba61; color: white; font-weight: bold; width: 100%; padding: 10px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
    #fm1 .row .btn-reset { display: none; }
    #sidebar { margin-top: 20px; }
    #sidebar .sidebar-content { padding: 0; }
}
/**
 * SSO Sessions Styles
 */
#loadingMessage {
    font-size: 14px;
}
#cas-sessions, #no-cas-sessions {
    display: none;
}
#no-cas-sessions div {
    margin-top: 2em;
}
.ssoSessions #content {
    border-radius: 4px;
    padding: 20px;
}
#container-stable {
    margin: 20px 0 20px;
}
.ssoSessions .btn-success {
    background: #70ba61;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ssoSessions .sorting_desc, .ssoSessions .sorting_asc {
    background-color: rgba(239, 239, 239, 0.8);
}
.ssoSessions #removeAllSessionsButton.btn .badge {
    color: #000;
    padding-right: 9px;
}
.ssoSessions .adminPanels {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2em;
    margin-top: 1em;
    padding-bottom: 1em;
}
.ssoSessions .adminPanels .panel-default>.panel-heading {
    background-color: #fff;
    border-bottom: none;
}
.ssoSessions .adminPanels .panel-default>.panel-heading h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20pt;
}
.ssoSessions .adminPanels .panel-default > .panel-heading:after {
    position: absolute;
    font-family: FontAwesome;
    top: -5px;
    right: 30px;
    font-size: 70pt;
    color: #153e50;
    opacity: 0.1;
}
.adminPanels .users-panel.panel-default > .panel-heading:after {
    content: "\f0c0";
}
.adminPanels .usage-panel.panel-default > .panel-heading:after {
    content: "\f201";
}
.adminPanels .tickets-panel.panel-default > .panel-heading:after {
    content: "\f145";
}
.ssoSessions td.details-control {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 10pt;
    color: #337ab7;
}
.ssoSessions td.details-control:after {
    content: "\f067";
    /*content: "\002B"; - thinner plus sign */
}
.ssoSessions tr.shown td.details-control:after {
    content: "\f068";
    /*content: "\002D"; - thinner minus sign */
}
.row-detail-wrapper {
    /*background-color: cornsilk;*/
    background-color: #d9edf7;
}
.ssoSessions .row-detail thead {
    display: none;
}
.ssoSessions .row-detail {
    /*font-size: 8pt;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ssoSessions .field-label {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 8pt;*/
    /*font-weight: bold;*/
}
.principal_attributes td:first-child {
    width: 30%;
}
table.principal_attributes>tbody>tr>td {
    border-top-color: #E6E6E6;
}
.adminPanels .panel-body {
    padding-top: 5px;
}
.adminPanels .panel-body span {
    font-family: 'Lato', sans-serif;
    font-size: 30pt;
    font-weight: 100;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#alertBox {
    display: none;
}
/**
 SB Admin Styles
 */
.huge {
    font-size: 30pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.semi-huge {
    font-size: 18pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
/**
 * Statistics View
 */
.statisticsView {
    display: none;
}
.statisticsView .progress-meter .background {
  fill: #DFEAFD;
}
.statisticsView .progress-meter .foreground {
  fill: #2E7AF9;
}
.statisticsView .progress-meter text {
  font-family: 'Lato' sans-serif;
  font-size: 25pt;
  font-weight: 300;
}
.statisticsView .progress-meter .text2 {
  font-family: 'Georgia' sans-serif;
  font-size: 10pt;
}
.modal {
    display: none;
}
/**
 * Runtime Statistics Gauge styles
 */
.statisticsView .runtimeStatistics .background {
  fill: #DFEAFD;
}
.statisticsView .runtimeStatistics .foreground {
  fill: #2E7AF9;
}
.statisticsView .runtimeStatistics text {
  font-family: 'Lato' sans-serif;
  font-size: 25pt;
  font-weight: 300;
}
.statisticsView .runtimeStatistics .text2 {
  font-family: 'Georgia' sans-serif;
  font-size: 10pt;
}
#uptime-panel {
    display: none;
}
#uptime {
    font-family: 'Lato', sans-serif;
    font-size: 16pt;
}
.thread-dump-view {
    height: 600px;
    overflow-y: auto;
}
#metricsGauges strong {
    display: block;
}
#metricsGauges .panel {
    width: 100%;
}
#metricsGauges ul {
  height : auto;
  overflow : hidden;
}
#metricsGauges li {
  float : left;
  width : 80px;
  height: 80px;
  margin: 0 0 10px 10px;
  background : #d8d8d8;
}
#metricsGauges ul li:nth-child(5n + 1) {
  clear : left;
}
.statisticsView .equal, .statisticsView .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}
.statisticsView .section {
    margin-bottom: 25px;
}
#viewSsoSessions {
    color: white;
}
.statisticsView .adminPanels.container-fluid {
    padding-right: 0;
}
/**
 * View Configuration Styles
 */
#viewConfigError {
    display: none;
}
#view-configuration {
    display: none;
} | 
	cas-server-webapp/src/main/webapp/css/cas.css | 
	@import url(https://fonts.googleapis.com/css?family=Lato:700,400,300,100);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font-family: Verdana, sans-serif; font-size: 11px; line-height: 1.4em; background: #eee; }
#container { width: 960px; margin: 0 auto; }
@media screen and (min-width: 960px) {
    #container { width: 960px; }
}
@media screen and (min-width: 1280px) {
    #ssosessions-page #container { width: 1280px; }
}
@media only screen and (max-width: 960px) {
    #container { width: 100%; }
    #content {
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}
body#cas {
    background: #ff0000; /* Old browsers */
}
a:link, a:visited {
    color: #257bb2;
}
a:hover {
    color: #a0b757;
}
p {
    margin-bottom: 1.4em;
}
header {
    overflow: hidden;
    padding: 20px 0;
}
#logo {
    display: block;
    background: url(../images/logo.png) no-repeat;
    text-indent: -999em;
    float: left;
    height: 100px;
    width: 80%;
    margin-right: 40px;
    border: 0px;
}
header h1 {
    float: right;
    width: 119px;
    height: 60px;
    background: url(../images/cas-logo.png) no-repeat;
    text-indent: -999em;
}
#content {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#msg {
    padding: 20px;
    margin-bottom: 40px;
}
#msg.errors {
    border: 1px dotted #BB0000;
    color: #BB0000;
    padding-left: 100px;
    background: url(../images/error.png) no-repeat 20px center;
}
#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/success.png) no-repeat 20px center; }
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.png) no-repeat 20px center; }
#msg.question { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/question.png) no-repeat 20px center; }
#msg.warn { border: 1px dotted #960; color: #960; padding-left: 100px; background: #ffbc8f url(../images/info.png) no-repeat 20px center; }
.errors {
    border: 1px dotted #BB0000;
    color: #BB0000;
    padding-left: 100px;
    padding-top:5px;
    margin-bottom:5px;
    background: url(../images/error.png) no-repeat 20px center;
}
#serviceui.serviceinfo {
    border: 1px dotted #0066FF;
    color: black;
    padding-left: 10px;
    padding-top: 5px;
}
#servicedesc {
    vertical-align:middle;
    padding-left: 30px;
    width: 90%;
}
#login {
    width: 320px;
    float: left;
    margin-right: 20px;
}
#login h2 {
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 20px;
}
#login .row {
    padding: 10px 0;
}
#login label {
    display: block;
    margin-bottom: 2px;
}
#login .check label {
    display: inline;
}
#login input[type=text], #login input[type=password] {
    font-size: 1.4em;
    padding: 5px;
}
#login .btn-submit {
    background: #70ba61;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#login .btn-reset {
    background: #eee;
    padding: 10px 20px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#login .btn-submit:hover, #login .btn-reset:hover {
    cursor: pointer;
}
#login .btn-submit:hover {
    background: #7fd36e;
}
#login .btn-reset:hover {
    background: #d4d4d4;
}
#sidebar {
    width: auto;
    height: 100%;
}
#sidebar-content {
    padding-left: 20px;
}
#list-providers ul {
    margin-bottom: 3em;
}
#list-languages h3, #list-providers h3 {
    margin-bottom: 1.4em;
}
#list-languages ul li, #list-providers ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2em;
}
footer {
    padding: 20px;
    color: white;
}
footer a:link, footer a:visited {
    color: white;
}
@media only screen and (max-width: 960px) {
    header { padding: 20px; }
    #container { width: 100%; }
    #content {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}
@media only screen and (max-width: 855px) {
    #logo { display: none; }
    header h1 { font-size: 1em; width: 70px; height: 40px; background-size: 70px 40px; }
    #login { float: none; width: 100%; }
    #fm1 .row input[type=text],
    #fm1 .row input[type=password] { width: 100%; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
    #fm1 .row .btn-submit { outline: none; -webkit-appearance: none; -webkit-border-radius: 0; border: 0; background: #70ba61; color: white; font-weight: bold; width: 100%; padding: 10px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
    #fm1 .row .btn-reset { display: none; }
    #sidebar { margin-top: 20px; }
    #sidebar .sidebar-content { padding: 0; }
}
/**
 * SSO Sessions Styles
 */
#loadingMessage {
    font-size: 14px;
}
#cas-sessions, #no-cas-sessions {
    display: none;
}
#no-cas-sessions div {
    margin-top: 2em;
}
.ssoSessions #content {
    border-radius: 4px;
    padding: 20px;
}
#container-stable {
    margin: 20px 0 20px;
}
.ssoSessions .btn-success {
    background: #70ba61;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ssoSessions .sorting_desc, .ssoSessions .sorting_asc {
    background-color: rgba(239, 239, 239, 0.8);
}
.ssoSessions #removeAllSessionsButton.btn .badge {
    color: #000;
    padding-right: 9px;
}
.ssoSessions .adminPanels {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2em;
    margin-top: 1em;
    padding-bottom: 1em;
}
.ssoSessions .adminPanels .panel-default>.panel-heading {
    background-color: #fff;
    border-bottom: none;
}
.ssoSessions .adminPanels .panel-default>.panel-heading h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20pt;
}
.ssoSessions .adminPanels .panel-default > .panel-heading:after {
    position: absolute;
    font-family: FontAwesome;
    top: -5px;
    right: 30px;
    font-size: 70pt;
    color: #153e50;
    opacity: 0.1;
}
.adminPanels .users-panel.panel-default > .panel-heading:after {
    content: "\f0c0";
}
.adminPanels .usage-panel.panel-default > .panel-heading:after {
    content: "\f201";
}
.adminPanels .tickets-panel.panel-default > .panel-heading:after {
    content: "\f145";
}
.ssoSessions td.details-control {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 10pt;
    color: #337ab7;
}
.ssoSessions td.details-control:after {
    content: "\f067";
    /*content: "\002B"; - thinner plus sign */
}
.ssoSessions tr.shown td.details-control:after {
    content: "\f068";
    /*content: "\002D"; - thinner minus sign */
}
.row-detail-wrapper {
    /*background-color: cornsilk;*/
    background-color: #d9edf7;
}
.ssoSessions .row-detail thead {
    display: none;
}
.ssoSessions .row-detail {
    /*font-size: 8pt;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ssoSessions .field-label {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 8pt;*/
    /*font-weight: bold;*/
}
.principal_attributes td:first-child {
    width: 30%;
}
table.principal_attributes>tbody>tr>td {
    border-top-color: #E6E6E6;
}
.adminPanels .panel-body {
    padding-top: 5px;
}
.adminPanels .panel-body span {
    font-family: 'Lato', sans-serif;
    font-size: 30pt;
    font-weight: 100;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#alertBox {
    display: none;
}
/**
 SB Admin Styles
 */
.huge {
    font-size: 30pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.semi-huge {
    font-size: 18pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
/**
 * Statistics View
 */
.statisticsView {
    display: none;
}
.statisticsView .progress-meter .background {
  fill: #DFEAFD;
}
.statisticsView .progress-meter .foreground {
  fill: #2E7AF9;
}
.statisticsView .progress-meter text {
  font-family: 'Lato' sans-serif;
  font-size: 25pt;
  font-weight: 300;
}
.statisticsView .progress-meter .text2 {
  font-family: 'Georgia' sans-serif;
  font-size: 10pt;
}
.modal {
    display: none;
}
/**
 * Runtime Statistics Gauge styles
 */
.statisticsView .runtimeStatistics .background {
  fill: #DFEAFD;
}
.statisticsView .runtimeStatistics .foreground {
  fill: #2E7AF9;
}
.statisticsView .runtimeStatistics text {
  font-family: 'Lato' sans-serif;
  font-size: 25pt;
  font-weight: 300;
}
.statisticsView .runtimeStatistics .text2 {
  font-family: 'Georgia' sans-serif;
  font-size: 10pt;
}
#uptime-panel {
    display: none;
}
#uptime {
    font-family: 'Lato', sans-serif;
    font-size: 16pt;
}
.thread-dump-view {
    height: 600px;
    overflow-y: auto;
}
#metricsGauges strong {
    display: block;
}
#metricsGauges .panel {
    width: 100%;
}
#metricsGauges ul {
  height : auto;
  overflow : hidden;
}
#metricsGauges li {
  float : left;
  width : 80px;
  height: 80px;
  margin: 0 0 10px 10px;
  background : #d8d8d8;
}
#metricsGauges ul li:nth-child(5n + 1) {
  clear : left;
}
.statisticsView .equal, .statisticsView .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}
.statisticsView .section {
    margin-bottom: 25px;
}
#viewSsoSessions {
    color: white;
}
.statisticsView .adminPanels.container-fluid {
    padding-right: 0;
}
/**
 * View Configuration Styles
 */
#viewConfigError {
    display: none;
}
#view-configuration {
    display: none;
} | 0.235021 | 0.145176 | 
| 
	html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: /*"\e113"*/ "\e151";
}
a.desc:after {
  content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
  width: inherit; /* Or auto */
  padding: 0 10px; /* To give a bit of padding on the left and right */
  border-bottom: none;
  font-size: medium;
  font: bold;
}
#post-tags label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(220, 133, 82, 0.85);
  border-color: rgba(220, 133, 82, 0.85);
}
.post-view table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.post-view td,
.post-view th {
  border: 1px solid #ddd;
  padding: 8px;
}
.post-view tr:nth-child(even) {
  background-color: #f2f2f2;
}
.post-view tr:hover {
  background-color: #ddd;
}
.post-view th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
} | 
	web/css/site.css | 
	html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: /*"\e113"*/ "\e151";
}
a.desc:after {
  content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
  width: inherit; /* Or auto */
  padding: 0 10px; /* To give a bit of padding on the left and right */
  border-bottom: none;
  font-size: medium;
  font: bold;
}
#post-tags label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(220, 133, 82, 0.85);
  border-color: rgba(220, 133, 82, 0.85);
}
.post-view table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.post-view td,
.post-view th {
  border: 1px solid #ddd;
  padding: 8px;
}
.post-view tr:nth-child(even) {
  background-color: #f2f2f2;
}
.post-view tr:hover {
  background-color: #ddd;
}
.post-view th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
} | 0.479016 | 0.098382 | 
| 
	a { cursor: pointer; }
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html, body, main {
  min-height: 100%;
  min-width: 700px;
}
html, button, input, select, textarea {
  color: #222;
}
[ng-cloak] { display: none !important; }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
audio, canvas, img, video {
  vertical-align: middle;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
nav {
  position: fixed;
  white-space: nowrap;
}
main {
  padding-top: 36px;
}
.photos-container {
  text-align: center;
}
.photos-container img { margin: 1px 2px 2px 1px; }
.photos-container img {
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
.photos-container .thumb {
  display: inline-block;
  -webkit-transform: perspective(500px)
  transform: perspective(500px)
}
.thumb img.hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, -100px) rotateX(-20deg);
  transform: translate3d(0, 20px, -100px) rotateX(-20deg);
}
.thumb img {
  transition: all 0.5s, width 0.2s;
}
.thumb.delete img {
  border: 5px solid red;
}
body.modal-open {
  margin-right: 15px;
}
/* Login modal */
.modal {
  overflow-y: hidden;
}
.modal.login .modal-dialog {
  width: 500px;
}
.modal.login .modal-content {
  text-align: center;
}
.modal.login .modal-header {
  padding: 0;
}
.modal.login .modal-body {
  padding: 0 20px;
}
.fb-login {
  cursor: pointer;
}
.photo {
  background-color: #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.photo .error {
  text-align: center;
  margin-top: 200px;
}
.photo .error h1 {
  font-size: 8em;
  text-shadow: 3px 2px 10px #666;
  margin: 0.3em 0;
}
.photo header, .photo footer {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
}
.photo header {
  z-index: 1;
  top: 36px;
  padding: 10px 20px 10px 45px;
  position: relative;
  height: 58px;
}
.photo header h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.photo .back {
	color: #222;
  display: inline-block;
  background-color: #ddd;
  padding: 15px 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 25px;
  width: 36px;
}
.photo .buttons {
  float: right;
}
.photo footer {
  padding: 10px 20px;
  bottom: 0;
  height: 50px;
}
.photo .description {
  position: relative;
  bottom: 11px;
}
.photo .rating {
  position: absolute;
  right: 20px;
  top: 17px;
}
.photo .rating i {
  width: 22px;
  color: #000;
  text-shadow: 0 0 4px black;
  font-size: 1.4em;
  cursor: pointer;
}
.photo .rating.saved i {
	color: yellow;
}
.photo .rating i.fa-star-o {
	color: #000;
}
.photo-wrapper, .photo-wrapper img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.photo-wrapper {
  top: 94px;
  bottom: 44px;
}
img.absoluteCenter {
  max-width: 96%;
  max-height: 93%;
  box-shadow: 0px 0px 40px black;
  top: 0;
  bottom: 0;
}
[contenteditable] {
  border: 1px dashed transparent;
}
[contenteditable=true]:empty {
  width: 35px;
  padding: 0 3px;
}
[contenteditable=true]:empty:after {
  content: '...';
}
[contenteditable=true] {
  border: 1px dashed #66f;
  border-radius: 4px;
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
  background: rgb(28, 184, 65); /* this is a green */
}
.button-error {
  background: rgb(202, 60, 60); /* this is a maroon */
}
.button-warning {
  background: rgb(223, 117, 20); /* this is an orange */
}
.button-secondary {
  background: rgb(66, 184, 221); /* this is a light blue */
}
i.fa {
  width: 13px;
}
@media only screen and (max-width: 700px) {
  nav { display: none; }
  main { padding-top: 0; }
  .photo header { top: 0; }
  .photo-wrapper { top: 58px; }
  .photo .buttons { display: none; }
}
tags-input .host {
  width: 30%;
  display: inline-block;
  margin: 0;
}
tags-input .tags {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
}
tags-input .autocomplete {
  bottom: 35px;
}
tags-input .tags .tag-item {
    background: #42B8DD;
    border: none;
    border-radius: 4px;
    color: #fff;
}
tags-input .tags .tag-item.selected {
    background: #d9534f;
    border: none;
    border-radius: 4px;
    color: #fff;
}
tags-input .tags .tag-item button {
    background: transparent;
    color: #000;
    opacity: .4;
}
tags-input .autocomplete .tag-item.selected {
    color: #262626;
    background-color: #e9e9e9;
}
.fade-anim.ng-hide-add, .fade-anim.ng-hide-remove {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: inline-block !important;
}
.fade-anim.ng-hide-add.ng-hide-add-active,
.fade-anim.ng-hide-remove {
  opacity: 0;
  -webkit-transform: translateY(-60px);
}
.fade-anim.ng-hide-add,
.fade-anim.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  -webkit-transform: translateX(0);
}
ui-view {
  width: 100%;
}
#tagsContainer {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.pure-input-rounded {
  font-size: 8px;
}
div.error {
  background-color: #FDD;
  padding: 5px 15px;
  border-radius: 10px;
  border: 2px solid red;
  margin-bottom: 20px;
}
.error h2 {
  margin: 0;
  color: red;
  font-size: 20px;
}
.error ul {
  margin: 5px 0;
  list-style: none;
}
.error li {
  position: relative;
}
input.error {
  background-color: #FDD;
  color: red;
}
input.error:focus {
  border-color: #F00 !important;
}
.denied h1 {
  color: #F00;
}
.name-error {
  color: red;
  vertical-align: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tag-container {
  text-align: center;
}
.tag-container h1 {
  display: inline-block;
} | 
	www/css/main.css | 
	a { cursor: pointer; }
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html, body, main {
  min-height: 100%;
  min-width: 700px;
}
html, button, input, select, textarea {
  color: #222;
}
[ng-cloak] { display: none !important; }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
audio, canvas, img, video {
  vertical-align: middle;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
nav {
  position: fixed;
  white-space: nowrap;
}
main {
  padding-top: 36px;
}
.photos-container {
  text-align: center;
}
.photos-container img { margin: 1px 2px 2px 1px; }
.photos-container img {
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
.photos-container .thumb {
  display: inline-block;
  -webkit-transform: perspective(500px)
  transform: perspective(500px)
}
.thumb img.hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, -100px) rotateX(-20deg);
  transform: translate3d(0, 20px, -100px) rotateX(-20deg);
}
.thumb img {
  transition: all 0.5s, width 0.2s;
}
.thumb.delete img {
  border: 5px solid red;
}
body.modal-open {
  margin-right: 15px;
}
/* Login modal */
.modal {
  overflow-y: hidden;
}
.modal.login .modal-dialog {
  width: 500px;
}
.modal.login .modal-content {
  text-align: center;
}
.modal.login .modal-header {
  padding: 0;
}
.modal.login .modal-body {
  padding: 0 20px;
}
.fb-login {
  cursor: pointer;
}
.photo {
  background-color: #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.photo .error {
  text-align: center;
  margin-top: 200px;
}
.photo .error h1 {
  font-size: 8em;
  text-shadow: 3px 2px 10px #666;
  margin: 0.3em 0;
}
.photo header, .photo footer {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
}
.photo header {
  z-index: 1;
  top: 36px;
  padding: 10px 20px 10px 45px;
  position: relative;
  height: 58px;
}
.photo header h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.photo .back {
	color: #222;
  display: inline-block;
  background-color: #ddd;
  padding: 15px 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 25px;
  width: 36px;
}
.photo .buttons {
  float: right;
}
.photo footer {
  padding: 10px 20px;
  bottom: 0;
  height: 50px;
}
.photo .description {
  position: relative;
  bottom: 11px;
}
.photo .rating {
  position: absolute;
  right: 20px;
  top: 17px;
}
.photo .rating i {
  width: 22px;
  color: #000;
  text-shadow: 0 0 4px black;
  font-size: 1.4em;
  cursor: pointer;
}
.photo .rating.saved i {
	color: yellow;
}
.photo .rating i.fa-star-o {
	color: #000;
}
.photo-wrapper, .photo-wrapper img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.photo-wrapper {
  top: 94px;
  bottom: 44px;
}
img.absoluteCenter {
  max-width: 96%;
  max-height: 93%;
  box-shadow: 0px 0px 40px black;
  top: 0;
  bottom: 0;
}
[contenteditable] {
  border: 1px dashed transparent;
}
[contenteditable=true]:empty {
  width: 35px;
  padding: 0 3px;
}
[contenteditable=true]:empty:after {
  content: '...';
}
[contenteditable=true] {
  border: 1px dashed #66f;
  border-radius: 4px;
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
  background: rgb(28, 184, 65); /* this is a green */
}
.button-error {
  background: rgb(202, 60, 60); /* this is a maroon */
}
.button-warning {
  background: rgb(223, 117, 20); /* this is an orange */
}
.button-secondary {
  background: rgb(66, 184, 221); /* this is a light blue */
}
i.fa {
  width: 13px;
}
@media only screen and (max-width: 700px) {
  nav { display: none; }
  main { padding-top: 0; }
  .photo header { top: 0; }
  .photo-wrapper { top: 58px; }
  .photo .buttons { display: none; }
}
tags-input .host {
  width: 30%;
  display: inline-block;
  margin: 0;
}
tags-input .tags {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
}
tags-input .autocomplete {
  bottom: 35px;
}
tags-input .tags .tag-item {
    background: #42B8DD;
    border: none;
    border-radius: 4px;
    color: #fff;
}
tags-input .tags .tag-item.selected {
    background: #d9534f;
    border: none;
    border-radius: 4px;
    color: #fff;
}
tags-input .tags .tag-item button {
    background: transparent;
    color: #000;
    opacity: .4;
}
tags-input .autocomplete .tag-item.selected {
    color: #262626;
    background-color: #e9e9e9;
}
.fade-anim.ng-hide-add, .fade-anim.ng-hide-remove {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: inline-block !important;
}
.fade-anim.ng-hide-add.ng-hide-add-active,
.fade-anim.ng-hide-remove {
  opacity: 0;
  -webkit-transform: translateY(-60px);
}
.fade-anim.ng-hide-add,
.fade-anim.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  -webkit-transform: translateX(0);
}
ui-view {
  width: 100%;
}
#tagsContainer {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.pure-input-rounded {
  font-size: 8px;
}
div.error {
  background-color: #FDD;
  padding: 5px 15px;
  border-radius: 10px;
  border: 2px solid red;
  margin-bottom: 20px;
}
.error h2 {
  margin: 0;
  color: red;
  font-size: 20px;
}
.error ul {
  margin: 5px 0;
  list-style: none;
}
.error li {
  position: relative;
}
input.error {
  background-color: #FDD;
  color: red;
}
input.error:focus {
  border-color: #F00 !important;
}
.denied h1 {
  color: #F00;
}
.name-error {
  color: red;
  vertical-align: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tag-container {
  text-align: center;
}
.tag-container h1 {
  display: inline-block;
} | 0.435661 | 0.118921 | 
| 
	@charset "UTF-8";
/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to <NAME>, <NAME>,
 * <NAME>, and the H5BP dev community and team.
 */
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600,700");
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Titillium Web";
  box-sizing: border-box;
}
#myChartEnd {
  margin-bottom: 10%;
}
.coolShadow-ar {
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(1, 35, 56, 0.721);
  text-shadow: 1px -1px 0 rgba(1, 35, 56, 0.721), 2px -2px 0 rgba(1, 35, 56, 0.721), 3px -3px 0 rgba(1, 35, 56, 0.721), 4px -4px 0 rgba(1, 35, 56, 0.721);
}
.parallax-wrapper {
  height: 100vh;
}
.buttons-box {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.buttons-box button {
  background-color: transparent;
  border: 2px solid rgba(19, 165, 255, 0.721);
  padding: 10px 30px;
  color: rgba(19, 165, 255, 0.721);
  font-weight: 600;
  margin-top: 10px;
  margin: 5px;
  transition: 0.3s ease-in;
  box-shadow: 3px -3px rgba(19, 165, 255, 0.721), 2px -2px rgba(19, 165, 255, 0.721), 1px -1px rgba(19, 165, 255, 0.721);
  border: 1px solid rgba(19, 165, 255, 0.721);
}
.buttons-box button:hover {
  background-color: rgba(19, 165, 255, 0.721);
  color: black;
}
body {
  font-family: "Titillium Web";
  background-color: black !important;
  height: 100%;
}
a:-webkit-any-link {
  text-decoration: none;
}
.text-percent {
  color: rgba(19, 165, 255, 0.721);
  font-size: 4em;
}
#nav-side {
  list-style-type: none;
  right: -180px;
  background-color: black;
  padding: 10px;
  display: flex;
  flex-direction: row;
  transform: rotate(270deg);
  justify-content: flex-end;
  top: 50%;
  position: fixed;
}
#nav-side a {
  padding: 0px;
  padding-right: 20px;
  text-decoration: none;
  color: rgba(19, 165, 255, 0.721);
}
#nav-side li {
  padding-right: 10px;
  padding: 0px;
}
#nav-side li a {
  color: rgba(19, 165, 255, 0.721);
}
.wrapper {
  color: white;
  z-index: 999999999999999;
  position: absolute;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
  Author's custom styles
  ========================================================================== */
/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
.first-div-info, .first-div-info2 {
  height: 100vh;
  width: 100%;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%234799f9' fill-opacity='0.2' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.people-using-vr-rooms {
  padding-top: 100px !important;
  padding-bottom: 100px;
  height: 100vh;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%234799f9' fill-opacity='0.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.overlay-div {
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.7) 80%, black 100%);
}
.overlay-div-end {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.7) 80%, black 100%);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlay-div-people-vr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: linear-gradient(180deg, black -7%, rgba(0, 0, 0, 0.2) 10%, black 100%);
}
.overlay-div2 {
  height: 100%;
  background-color: black;
}
.div-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#img-logo {
  width: 150px;
  margin-bottom: 20px;
}
#vr-left {
  height: 400px;
}
#vr-right {
  height: 400px;
}
.left {
  display: flex;
  justify-content: center;
  align-content: center;
}
.right {
  display: flex;
  justify-content: center;
  align-content: center;
}
.glasses-2 {
  -webkit-mask-box-image: url(../img/glasses.svg);
  fill: white;
  background-color: blue;
}
.first-div-box {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 10%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
}
.first-div-box img {
  width: 200px;
}
.first-div-box2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.first-div-box2 img {
  width: 200px;
}
.vr-stat-number {
  font-weight: 900;
  font-size: 40px;
}
.vr-send {
  background-color: transparent;
  border: 2px solid rgba(19, 165, 255, 0.721);
  padding: 10px 30px;
  color: rgba(19, 165, 255, 0.721);
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s ease-in;
  box-shadow: 6px -6px rgba(19, 165, 255, 0.721), 5px -5px rgba(19, 165, 255, 0.721), 4px -4px rgba(19, 165, 255, 0.721), 3px -3px rgba(19, 165, 255, 0.721), 2px -2px rgba(19, 165, 255, 0.721), 1px -1px rgba(19, 165, 255, 0.721);
  border: 1px solid rgba(19, 165, 255, 0.721);
}
canvas canvas {
  box-shadow: 3px -3px rgba(19, 165, 255, 0.721), 2px -2px rgba(19, 165, 255, 0.721), 1px -1px rgba(19, 165, 255, 0.721);
  border: 1px solid rgba(19, 165, 255, 0.721);
}
.vr-send:hover {
  color: black;
  background-color: rgba(19, 165, 255, 0.721);
}
.stat-box {
  margin-top: 50px;
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.stat-box2 {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
}
#num-count {
  text-align: center;
  font-size: 80px;
  color: rgba(19, 165, 255, 0.721);
}
path {
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.coolShadow {
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(46, 46, 46, 0.721);
  text-shadow: 1px -1px 0 rgba(46, 46, 46, 0.721), 2px -2px 0 rgba(46, 46, 46, 0.721), 3px -3px 0 rgba(46, 46, 46, 0.721), 4px -4px 0 rgba(46, 46, 46, 0.721);
}
.st0-1 {
  fill: white;
}
#svg-headset {
  position: absolute;
  right: 0;
  top: 17%;
  height: 100vh;
  margin: auto;
  display: block;
}
#svg-headset path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-headset path.st1 {
  stroke-width: 2;
}
#text-100000 {
  width: 400px;
  display: block;
  margin: 0 auto;
  display: block;
}
#text-100000 path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#text-100000 path.st1 {
  stroke-width: 2;
}
.nav-top {
  background-color: transparent;
  color: white;
  z-index: 9999;
}
#svg-new-zealand {
  position: absolute;
  height: 60vh;
  display: block;
  z-index: -1;
  right: 10%;
  opacity: 1;
}
#svg-new-zealand path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-new-zealand path.st1 {
  stroke-width: 1;
}
.count {
  display: block;
  margin-bottom: 10px;
  font-size: 56px;
  color: #f2f2f2;
  padding: 100px;
  font-weight: 600;
  width: 120px;
}
#stLiberty {
  position: absolute;
  height: 50vh;
  opacity: 1;
  display: block;
  left: 10%;
  margin-bottom: 20px;
  z-index: -1;
}
#stLiberty path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#stLiberty path.st1 {
  stroke-width: 1;
}
#whiteHouse {
  max-width: 100%;
  position: absolute;
  display: none;
  opacity: 1;
  height: 36vh;
  display: block;
  right: 8%;
  z-index: -1;
}
#whiteHouse path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#whiteHouse path.st1 {
  stroke-width: 1;
}
#svg-asia {
  max-width: 100%;
  position: absolute;
  opacity: 1;
  height: 500px;
  display: none;
  z-index: -1;
  left: 5%;
  margin-top: 30px;
}
#svg-asia path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-asia path.st1 {
  stroke-width: 2;
}
#svg-africa {
  max-width: 100%;
  position: absolute;
  opacity: 1;
  height: 500px;
  display: none;
  z-index: -1;
  left: 5%;
  margin-top: 30px;
}
#svg-africa path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-africa path.st1 {
  stroke-width: 2;
}
#svg-australia {
  max-width: 100%;
  position: absolute;
  opacity: 1;
  height: 500px;
  display: block;
  display: none;
  z-index: -1;
  left: 0;
}
#svg-australia path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-australia path.st1 {
  stroke-width: 2;
}
#svg-europe {
  max-width: 100%;
  left: 3%;
  position: absolute;
  opacity: 1;
  height: 500px;
  display: block;
  z-index: -1;
}
#svg-europe path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-europe path.st1 {
  stroke-width: 2;
}
#ar, #ar2 {
  opacity: 1;
  height: 300px;
  display: block;
  z-index: -1;
  margin: 0 auto;
}
#ar path, #ar2 path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#ar path.st1, #ar2 path.st1 {
  stroke-width: 2;
}
#ar3, #ar4 {
  opacity: 1;
  height: 200px;
  display: block;
  z-index: -1;
  margin: 30px auto;
}
#ar3 path, #ar4 path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#ar3 path.st1, #ar4 path.st1 {
  stroke-width: 2;
}
#svg-europe-flag {
  position: absolute;
  opacity: 1;
  height: 50vh;
  display: block;
  right: 10%;
  z-index: -1;
}
#svg-europe-flag path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-europe-flag path.st1 {
  stroke-width: 1;
}
.overlay-top {
  text-align: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 60%, black 80%, black 100%);
}
button:active {
  outline: none;
  border: none;
}
.active {
  background-color: rgba(19, 165, 255, 0.721) !important;
  color: black !important;
}
button:focus {
  outline: 0 !important;
}
.container-flash {
  height: 100vh;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%234799f9' fill-opacity='0.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.overlay-div-flash {
  height: 100%;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
}
#nav-link-1, #nav-link-2, #nav-link-3, #nav-link-4 {
  transition: 0.3s ease;
}
#desc {
  padding: 40px;
}
.number {
  font-family: "Titillium Web";
  color: rgba(19, 165, 255, 0.721);
  display: block;
  font-size: 2rem;
  line-height: 6.5rem;
}
.number * + * {
  margin-top: 0;
}
.digit-con {
  display: inline-block;
  height: 6.5rem;
  overflow: hidden;
  vertical-align: top;
}
.digit-con span {
  display: block;
  font-size: 3em;
  line-height: 6.5rem;
  position: relative;
  text-align: center;
  top: 0;
  width: 0.55em;
}
.underline {
  position: relative;
  margin: 3px;
  padding-bottom: 20px;
}
.underline:after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: -7px;
  height: 5px;
  background-color: #fff;
  width: 20%;
  transition: width 0.25s;
}
.underline2 {
  position: relative;
  margin: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.underline2:after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -7px;
  height: 5px;
  background-color: #fff;
  width: 10%;
  transition: width 0.25s;
}
/**
 * Define variables
 */
/**
 * Style default tags
 */
body {
  overflow-x: hidden;
}
html, body {
  height: 100%;
  width: 100%;
  min-width: 100%;
  font-size: 14px;
  text-align: center;
}
.canvas-box {
  width: 40%;
  margin: 0 auto;
}
.inliner,
.inliner + .inlined {
  display: inline-block;
  vertical-align: middle;
  position: fixed;
  width: 50%;
  top: 0;
  left: 25%;
}
.leaflet-popup-content-wrapper {
  background-color: black;
  color: white;
}
.btn-tell {
  transition: 0.3s ease;
  margin-top: 20px;
  font-weight: 700;
}
.btn-tell:hover {
  background-color: rgba(19, 165, 255, 0.721);
  color: black;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  min-width: 100%;
  display: block;
}
/**
 * Utility styles
 */
.inliner,
.inliner + .inlined {
  display: inline-block;
  vertical-align: middle;
}
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: black;
  top: 0;
  z-index: 2;
}
.inlined {
  width: 90%;
  opacity: 0.7;
  z-index: 3;
}
/**
 * Component styles
 */
.progress-meter {
  padding: 40px;
}
.progress-meter {
  counter-reset: point;
}
.progress-meter .progress-point:before {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-box-shadow: 0 0 0 2px black;
  -webkit-box-shadow: 0 0 0 2px black;
  box-shadow: 0 0 0 2px black;
  content: "✓";
  display: block;
  width: 24px;
  margin: 0 auto 12px;
  border: 1px solid #aaaaaa;
  text-align: center;
  background-color: white;
  color: white;
}
.progress-meter .track {
  position: relative;
  height: 4px;
  background: rgba(19, 165, 255, 0.721);
}
.progress-meter .progress {
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: rgba(19, 165, 255, 0.721);
}
.progress-meter .progress-points {
  position: relative;
  margin: -14px 0 0;
  padding: 0;
  list-style: none;
}
.progress-meter .progress-points .progress-point:nth-child(1) {
  left: 0%;
}
.progress-meter .progress-points .progress-point:nth-child(2) {
  left: 25%;
}
.progress-meter .progress-points .progress-point:nth-child(3) {
  left: 50%;
}
.progress-meter .progress-points .progress-point:nth-child(4) {
  left: 75%;
}
.progress-meter .progress-points .progress-point:nth-child(5) {
  left: 100%;
}
.progress-meter .progress-point {
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
  position: absolute;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  cursor: pointer;
  color: rgba(19, 165, 255, 0.721);
}
.progress-meter .progress-point.completed, .progress-meter .progress-point.active {
  color: rgba(19, 165, 255, 0.721);
}
.progress-meter .progress-point.completed:before {
  border-color: #005f9a;
  background-color: #005f9a;
}
.progress-meter .progress-point.active:before {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  border-color: #777;
}
.progress-meter .progress-point .label:before {
  counter-increment: point;
  content: counter(point) ". ";
  /* Display the counter */
}
/**
 * Demo controls 
 */
.controls {
  text-align: center;
  font-size: 12px;
}
.trigger {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 3px;
  padding: 6px 8px;
  border: none;
  font: 14px inherit;
  text-shadow: 0px 1px 1px rgba(251, 251, 251, 0.75);
  color: #626262;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #959595));
  background-image: -moz-linear-gradient(#bbbbbb, #959595);
  background-image: -webkit-linear-gradient(#bbbbbb, #959595);
  background-image: linear-gradient(#bbbbbb, #959595);
}
#img-vr {
  width: 100%;
  background-attachment: fixed;
  mask-image: url(../img/brush.svg);
  -webkit-mask-image: url(../img/brush.svg);
  mask-repeat: no-repeat;
  mask-mode: alpha;
  mask-size: 80%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100%;
}
.parallax {
  /* The image used */
  background-image: url("../img/vr-headsets2.png");
  /* Set a specific height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100%;
  overflow: hidden;
}
.parallax-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/vrgame.jpg);
  mask-repeat: no-repeat;
  mask-mode: alpha;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100%;
  height: 100%;
}
svg {
  max-width: 100% !important;
}
.w-6 {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .leaflet-popup-content {
    font-size: 25px;
  }
  .canvas-box {
    width: 80%;
  }
  .w-6 {
    width: 70% !important;
  }
  .vr-send, .btn-tell {
    font-size: 30px !important;
    margin-top: 20px;
  }
  .vr-stat-number {
    font-size: 40px !important;
    width: 80%;
    margin: 0 auto;
  }
  #img-logo {
    width: 20%;
  }
  body::before {
    display: none;
  }
  .inlined {
    display: none !important;
  }
  .vr-responsive-paragraph {
    width: 80% !important;
    font-size: 25px !important;
  }
  .text-responsive {
    width: 80%;
  }
  #nav-sidebar {
    display: none;
  }
  h1 {
    font-size: 45px !important;
  }
  p {
    font-size: 21px;
  }
  button {
    font-size: 22px !important;
  }
  .buttons-box {
    margin-top: 20px;
  }
  .number {
    font-size: 20px;
  }
}
@media only screen and (max-width: 340px) {
  div.first-div-info.container-fluid.js-tilt {
    padding-top: 100px !important;
  }
  .vr-responsive-paragraph {
    width: 100% !important;
  }
  .header-title {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .leaflet-popup-content-wrapper .leaflet-popup-content {
    font-size: 14px !important;
  }
  .container-fluid.bg-tell-us-more .btn-tell {
    font-size: 14px !important;
  }
  .container-fluid.bg-tell-us-more h1 {
    font-size: 24px !important;
  }
  .h1-title {
    font-size: 27px !important;
  }
  #container-flash {
    padding-top: 100px !important;
  }
  div .number {
    font-size: 20px;
  }
  div .vr-stat-number {
    font-size: 25px !important;
  }
  .overlay-div-flash p {
    font-size: 16px !important;
  }
  .overlay-div-flash .text-percent {
    font-size: 50px !important;
  }
  #myChart {
    padding: 20px 20px 0px 20px;
  }
  .responsive-p {
    font-size: 16px !important;
    margin: 0 auto;
  }
  div .header-title {
    font-size: 24px !important;
    width: 95%;
  }
  div .vr-responsive-paragraph {
    font-size: 16px !important;
  }
  div .vr-send {
    font-size: 13px !important;
  }
  div.buttons-box {
    width: 80%;
  }
  div.buttons-box button {
    font-size: 13px !important;
  }
  .overlay-top {
    height: 50%;
  }
  .parallax-wrapper {
    height: 50vh;
  }
  .change-game {
    display: none;
  }
  .canvas-box {
    width: 100%;
  }
  canvas {
    width: 375px;
  }
  #myChartEnd {
    width: 1200px;
    height: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .leaflet-popup-content {
    font-size: 16px !important;
  }
  .w-6 {
    width: 90% !important;
  }
  .number {
    font-size: 25px;
  }
  .vr-stat-number {
    font-size: 30px !important;
  }
  #img-logo {
    width: 25%;
  }
  .canvas-box {
    width: 100%;
  }
  .bg-tell-us-more h1 {
    font-size: 35px !important;
  }
  .btn-tell {
    font-size: 22px !important;
  }
  .h1 {
    font-size: 23px !important;
    width: 70% !important;
    margin: 0 auto !important;
  }
  .header-title {
    font-size: 35px !important;
  }
  .vr-responsive-paragraph {
    font-size: 16px !important;
  }
  .vr-send {
    font-size: 16px !important;
  }
  .text-responsive {
    width: 90% !important;
  }
  .parallax {
    background-size: contain;
  }
  .buttons-box button {
    font-size: 22px !important;
  }
}
.change-game {
  position: absolute;
  bottom: 0;
  margin-left: -80px;
  background-color: transparent;
  border: 2px solid rgba(19, 165, 255, 0.721);
  padding: 10px 30px;
  color: rgba(19, 165, 255, 0.721);
  font-weight: 600;
  transition: 0.3s ease-in;
  box-shadow: 6px -6px rgba(19, 165, 255, 0.721), 5px -5px rgba(19, 165, 255, 0.721), 4px -4px rgba(19, 165, 255, 0.721), 3px -3px rgba(19, 165, 255, 0.721), 2px -2px rgba(19, 165, 255, 0.721), 1px -1px rgba(19, 165, 255, 0.721);
  border: 1px solid rgba(19, 165, 255, 0.721);
}
.change-game:hover {
  background-color: rgba(19, 165, 255, 0.721);
  color: black;
}
.btn-tell {
  background-color: transparent;
  border: 2px solid rgba(19, 165, 255, 0.721);
  color: rgba(19, 165, 255, 0.721);
  padding: 10px 20px;
}
.bg-info {
  padding: 10px;
}
.bg-tell-us-more {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#map {
  height: 500px;
  background-color: rgba(19, 165, 255, 0.721);
  background: linear-gradient(180deg, rgba(19, 165, 255, 0.821) 0%, #13a5ff 50%, rgba(19, 165, 255, 0.8) 100%);
}
.text-responsive {
  width: 60%;
  margin: 0 auto;
}
.container-end {
  width: 100%;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%234799f9' fill-opacity='0.2' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin-top: 115px;
}
.vr-responsive-paragraph {
  width: 60%;
}
.stat-box-2 {
  height: 100%;
}
.w-6 {
  width: 60%;
  margin: 0 auto;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background-color: black !important;
  color: white !important;
}
.active-map {
  color: rgba(19, 165, 255, 0.721) !important;
}
/*# sourceMappingURL=main.css.map */ | 
	css/main.css | 
	@charset "UTF-8";
/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to <NAME>, <NAME>,
 * <NAME>, and the H5BP dev community and team.
 */
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600,700");
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Titillium Web";
  box-sizing: border-box;
}
#myChartEnd {
  margin-bottom: 10%;
}
.coolShadow-ar {
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(1, 35, 56, 0.721);
  text-shadow: 1px -1px 0 rgba(1, 35, 56, 0.721), 2px -2px 0 rgba(1, 35, 56, 0.721), 3px -3px 0 rgba(1, 35, 56, 0.721), 4px -4px 0 rgba(1, 35, 56, 0.721);
}
.parallax-wrapper {
  height: 100vh;
}
.buttons-box {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.buttons-box button {
  background-color: transparent;
  border: 2px solid rgba(19, 165, 255, 0.721);
  padding: 10px 30px;
  color: rgba(19, 165, 255, 0.721);
  font-weight: 600;
  margin-top: 10px;
  margin: 5px;
  transition: 0.3s ease-in;
  box-shadow: 3px -3px rgba(19, 165, 255, 0.721), 2px -2px rgba(19, 165, 255, 0.721), 1px -1px rgba(19, 165, 255, 0.721);
  border: 1px solid rgba(19, 165, 255, 0.721);
}
.buttons-box button:hover {
  background-color: rgba(19, 165, 255, 0.721);
  color: black;
}
body {
  font-family: "Titillium Web";
  background-color: black !important;
  height: 100%;
}
a:-webkit-any-link {
  text-decoration: none;
}
.text-percent {
  color: rgba(19, 165, 255, 0.721);
  font-size: 4em;
}
#nav-side {
  list-style-type: none;
  right: -180px;
  background-color: black;
  padding: 10px;
  display: flex;
  flex-direction: row;
  transform: rotate(270deg);
  justify-content: flex-end;
  top: 50%;
  position: fixed;
}
#nav-side a {
  padding: 0px;
  padding-right: 20px;
  text-decoration: none;
  color: rgba(19, 165, 255, 0.721);
}
#nav-side li {
  padding-right: 10px;
  padding: 0px;
}
#nav-side li a {
  color: rgba(19, 165, 255, 0.721);
}
.wrapper {
  color: white;
  z-index: 999999999999999;
  position: absolute;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
  Author's custom styles
  ========================================================================== */
/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
.first-div-info, .first-div-info2 {
  height: 100vh;
  width: 100%;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%234799f9' fill-opacity='0.2' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.people-using-vr-rooms {
  padding-top: 100px !important;
  padding-bottom: 100px;
  height: 100vh;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%234799f9' fill-opacity='0.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.overlay-div {
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.7) 80%, black 100%);
}
.overlay-div-end {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.7) 80%, black 100%);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlay-div-people-vr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: linear-gradient(180deg, black -7%, rgba(0, 0, 0, 0.2) 10%, black 100%);
}
.overlay-div2 {
  height: 100%;
  background-color: black;
}
.div-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#img-logo {
  width: 150px;
  margin-bottom: 20px;
}
#vr-left {
  height: 400px;
}
#vr-right {
  height: 400px;
}
.left {
  display: flex;
  justify-content: center;
  align-content: center;
}
.right {
  display: flex;
  justify-content: center;
  align-content: center;
}
.glasses-2 {
  -webkit-mask-box-image: url(../img/glasses.svg);
  fill: white;
  background-color: blue;
}
.first-div-box {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 10%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
}
.first-div-box img {
  width: 200px;
}
.first-div-box2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.first-div-box2 img {
  width: 200px;
}
.vr-stat-number {
  font-weight: 900;
  font-size: 40px;
}
.vr-send {
  background-color: transparent;
  border: 2px solid rgba(19, 165, 255, 0.721);
  padding: 10px 30px;
  color: rgba(19, 165, 255, 0.721);
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s ease-in;
  box-shadow: 6px -6px rgba(19, 165, 255, 0.721), 5px -5px rgba(19, 165, 255, 0.721), 4px -4px rgba(19, 165, 255, 0.721), 3px -3px rgba(19, 165, 255, 0.721), 2px -2px rgba(19, 165, 255, 0.721), 1px -1px rgba(19, 165, 255, 0.721);
  border: 1px solid rgba(19, 165, 255, 0.721);
}
canvas canvas {
  box-shadow: 3px -3px rgba(19, 165, 255, 0.721), 2px -2px rgba(19, 165, 255, 0.721), 1px -1px rgba(19, 165, 255, 0.721);
  border: 1px solid rgba(19, 165, 255, 0.721);
}
.vr-send:hover {
  color: black;
  background-color: rgba(19, 165, 255, 0.721);
}
.stat-box {
  margin-top: 50px;
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.stat-box2 {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
}
#num-count {
  text-align: center;
  font-size: 80px;
  color: rgba(19, 165, 255, 0.721);
}
path {
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.coolShadow {
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(46, 46, 46, 0.721);
  text-shadow: 1px -1px 0 rgba(46, 46, 46, 0.721), 2px -2px 0 rgba(46, 46, 46, 0.721), 3px -3px 0 rgba(46, 46, 46, 0.721), 4px -4px 0 rgba(46, 46, 46, 0.721);
}
.st0-1 {
  fill: white;
}
#svg-headset {
  position: absolute;
  right: 0;
  top: 17%;
  height: 100vh;
  margin: auto;
  display: block;
}
#svg-headset path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-headset path.st1 {
  stroke-width: 2;
}
#text-100000 {
  width: 400px;
  display: block;
  margin: 0 auto;
  display: block;
}
#text-100000 path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#text-100000 path.st1 {
  stroke-width: 2;
}
.nav-top {
  background-color: transparent;
  color: white;
  z-index: 9999;
}
#svg-new-zealand {
  position: absolute;
  height: 60vh;
  display: block;
  z-index: -1;
  right: 10%;
  opacity: 1;
}
#svg-new-zealand path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-new-zealand path.st1 {
  stroke-width: 1;
}
.count {
  display: block;
  margin-bottom: 10px;
  font-size: 56px;
  color: #f2f2f2;
  padding: 100px;
  font-weight: 600;
  width: 120px;
}
#stLiberty {
  position: absolute;
  height: 50vh;
  opacity: 1;
  display: block;
  left: 10%;
  margin-bottom: 20px;
  z-index: -1;
}
#stLiberty path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#stLiberty path.st1 {
  stroke-width: 1;
}
#whiteHouse {
  max-width: 100%;
  position: absolute;
  display: none;
  opacity: 1;
  height: 36vh;
  display: block;
  right: 8%;
  z-index: -1;
}
#whiteHouse path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#whiteHouse path.st1 {
  stroke-width: 1;
}
#svg-asia {
  max-width: 100%;
  position: absolute;
  opacity: 1;
  height: 500px;
  display: none;
  z-index: -1;
  left: 5%;
  margin-top: 30px;
}
#svg-asia path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-asia path.st1 {
  stroke-width: 2;
}
#svg-africa {
  max-width: 100%;
  position: absolute;
  opacity: 1;
  height: 500px;
  display: none;
  z-index: -1;
  left: 5%;
  margin-top: 30px;
}
#svg-africa path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-africa path.st1 {
  stroke-width: 2;
}
#svg-australia {
  max-width: 100%;
  position: absolute;
  opacity: 1;
  height: 500px;
  display: block;
  display: none;
  z-index: -1;
  left: 0;
}
#svg-australia path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-australia path.st1 {
  stroke-width: 2;
}
#svg-europe {
  max-width: 100%;
  left: 3%;
  position: absolute;
  opacity: 1;
  height: 500px;
  display: block;
  z-index: -1;
}
#svg-europe path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-europe path.st1 {
  stroke-width: 2;
}
#ar, #ar2 {
  opacity: 1;
  height: 300px;
  display: block;
  z-index: -1;
  margin: 0 auto;
}
#ar path, #ar2 path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#ar path.st1, #ar2 path.st1 {
  stroke-width: 2;
}
#ar3, #ar4 {
  opacity: 1;
  height: 200px;
  display: block;
  z-index: -1;
  margin: 30px auto;
}
#ar3 path, #ar4 path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#ar3 path.st1, #ar4 path.st1 {
  stroke-width: 2;
}
#svg-europe-flag {
  position: absolute;
  opacity: 1;
  height: 50vh;
  display: block;
  right: 10%;
  z-index: -1;
}
#svg-europe-flag path {
  fill: none;
  stroke: rgba(19, 165, 255, 0.721);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-europe-flag path.st1 {
  stroke-width: 1;
}
.overlay-top {
  text-align: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 60%, black 80%, black 100%);
}
button:active {
  outline: none;
  border: none;
}
.active {
  background-color: rgba(19, 165, 255, 0.721) !important;
  color: black !important;
}
button:focus {
  outline: 0 !important;
}
.container-flash {
  height: 100vh;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%234799f9' fill-opacity='0.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.overlay-div-flash {
  height: 100%;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
}
#nav-link-1, #nav-link-2, #nav-link-3, #nav-link-4 {
  transition: 0.3s ease;
}
#desc {
  padding: 40px;
}
.number {
  font-family: "Titillium Web";
  color: rgba(19, 165, 255, 0.721);
  display: block;
  font-size: 2rem;
  line-height: 6.5rem;
}
.number * + * {
  margin-top: 0;
}
.digit-con {
  display: inline-block;
  height: 6.5rem;
  overflow: hidden;
  vertical-align: top;
}
.digit-con span {
  display: block;
  font-size: 3em;
  line-height: 6.5rem;
  position: relative;
  text-align: center;
  top: 0;
  width: 0.55em;
}
.underline {
  position: relative;
  margin: 3px;
  padding-bottom: 20px;
}
.underline:after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: -7px;
  height: 5px;
  background-color: #fff;
  width: 20%;
  transition: width 0.25s;
}
.underline2 {
  position: relative;
  margin: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.underline2:after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -7px;
  height: 5px;
  background-color: #fff;
  width: 10%;
  transition: width 0.25s;
}
/**
 * Define variables
 */
/**
 * Style default tags
 */
body {
  overflow-x: hidden;
}
html, body {
  height: 100%;
  width: 100%;
  min-width: 100%;
  font-size: 14px;
  text-align: center;
}
.canvas-box {
  width: 40%;
  margin: 0 auto;
}
.inliner,
.inliner + .inlined {
  display: inline-block;
  vertical-align: middle;
  position: fixed;
  width: 50%;
  top: 0;
  left: 25%;
}
.leaflet-popup-content-wrapper {
  background-color: black;
  color: white;
}
.btn-tell {
  transition: 0.3s ease;
  margin-top: 20px;
  font-weight: 700;
}
.btn-tell:hover {
  background-color: rgba(19, 165, 255, 0.721);
  color: black;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  min-width: 100%;
  display: block;
}
/**
 * Utility styles
 */
.inliner,
.inliner + .inlined {
  display: inline-block;
  vertical-align: middle;
}
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: black;
  top: 0;
  z-index: 2;
}
.inlined {
  width: 90%;
  opacity: 0.7;
  z-index: 3;
}
/**
 * Component styles
 */
.progress-meter {
  padding: 40px;
}
.progress-meter {
  counter-reset: point;
}
.progress-meter .progress-point:before {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-box-shadow: 0 0 0 2px black;
  -webkit-box-shadow: 0 0 0 2px black;
  box-shadow: 0 0 0 2px black;
  content: "✓";
  display: block;
  width: 24px;
  margin: 0 auto 12px;
  border: 1px solid #aaaaaa;
  text-align: center;
  background-color: white;
  color: white;
}
.progress-meter .track {
  position: relative;
  height: 4px;
  background: rgba(19, 165, 255, 0.721);
}
.progress-meter .progress {
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: rgba(19, 165, 255, 0.721);
}
.progress-meter .progress-points {
  position: relative;
  margin: -14px 0 0;
  padding: 0;
  list-style: none;
}
.progress-meter .progress-points .progress-point:nth-child(1) {
  left: 0%;
}
.progress-meter .progress-points .progress-point:nth-child(2) {
  left: 25%;
}
.progress-meter .progress-points .progress-point:nth-child(3) {
  left: 50%;
}
.progress-meter .progress-points .progress-point:nth-child(4) {
  left: 75%;
}
.progress-meter .progress-points .progress-point:nth-child(5) {
  left: 100%;
}
.progress-meter .progress-point {
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
  position: absolute;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  cursor: pointer;
  color: rgba(19, 165, 255, 0.721);
}
.progress-meter .progress-point.completed, .progress-meter .progress-point.active {
  color: rgba(19, 165, 255, 0.721);
}
.progress-meter .progress-point.completed:before {
  border-color: #005f9a;
  background-color: #005f9a;
}
.progress-meter .progress-point.active:before {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  border-color: #777;
}
.progress-meter .progress-point .label:before {
  counter-increment: point;
  content: counter(point) ". ";
  /* Display the counter */
}
/**
 * Demo controls 
 */
.controls {
  text-align: center;
  font-size: 12px;
}
.trigger {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 3px;
  padding: 6px 8px;
  border: none;
  font: 14px inherit;
  text-shadow: 0px 1px 1px rgba(251, 251, 251, 0.75);
  color: #626262;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #959595));
  background-image: -moz-linear-gradient(#bbbbbb, #959595);
  background-image: -webkit-linear-gradient(#bbbbbb, #959595);
  background-image: linear-gradient(#bbbbbb, #959595);
}
#img-vr {
  width: 100%;
  background-attachment: fixed;
  mask-image: url(../img/brush.svg);
  -webkit-mask-image: url(../img/brush.svg);
  mask-repeat: no-repeat;
  mask-mode: alpha;
  mask-size: 80%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100%;
}
.parallax {
  /* The image used */
  background-image: url("../img/vr-headsets2.png");
  /* Set a specific height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100%;
  overflow: hidden;
}
.parallax-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/vrgame.jpg);
  mask-repeat: no-repeat;
  mask-mode: alpha;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100%;
  height: 100%;
}
svg {
  max-width: 100% !important;
}
.w-6 {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .leaflet-popup-content {
    font-size: 25px;
  }
  .canvas-box {
    width: 80%;
  }
  .w-6 {
    width: 70% !important;
  }
  .vr-send, .btn-tell {
    font-size: 30px !important;
    margin-top: 20px;
  }
  .vr-stat-number {
    font-size: 40px !important;
    width: 80%;
    margin: 0 auto;
  }
  #img-logo {
    width: 20%;
  }
  body::before {
    display: none;
  }
  .inlined {
    display: none !important;
  }
  .vr-responsive-paragraph {
    width: 80% !important;
    font-size: 25px !important;
  }
  .text-responsive {
    width: 80%;
  }
  #nav-sidebar {
    display: none;
  }
  h1 {
    font-size: 45px !important;
  }
  p {
    font-size: 21px;
  }
  button {
    font-size: 22px !important;
  }
  .buttons-box {
    margin-top: 20px;
  }
  .number {
    font-size: 20px;
  }
}
@media only screen and (max-width: 340px) {
  div.first-div-info.container-fluid.js-tilt {
    padding-top: 100px !important;
  }
  .vr-responsive-paragraph {
    width: 100% !important;
  }
  .header-title {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .leaflet-popup-content-wrapper .leaflet-popup-content {
    font-size: 14px !important;
  }
  .container-fluid.bg-tell-us-more .btn-tell {
    font-size: 14px !important;
  }
  .container-fluid.bg-tell-us-more h1 {
    font-size: 24px !important;
  }
  .h1-title {
    font-size: 27px !important;
  }
  #container-flash {
    padding-top: 100px !important;
  }
  div .number {
    font-size: 20px;
  }
  div .vr-stat-number {
    font-size: 25px !important;
  }
  .overlay-div-flash p {
    font-size: 16px !important;
  }
  .overlay-div-flash .text-percent {
    font-size: 50px !important;
  }
  #myChart {
    padding: 20px 20px 0px 20px;
  }
  .responsive-p {
    font-size: 16px !important;
    margin: 0 auto;
  }
  div .header-title {
    font-size: 24px !important;
    width: 95%;
  }
  div .vr-responsive-paragraph {
    font-size: 16px !important;
  }
  div .vr-send {
    font-size: 13px !important;
  }
  div.buttons-box {
    width: 80%;
  }
  div.buttons-box button {
    font-size: 13px !important;
  }
  .overlay-top {
    height: 50%;
  }
  .parallax-wrapper {
    height: 50vh;
  }
  .change-game {
    display: none;
  }
  .canvas-box {
    width: 100%;
  }
  canvas {
    width: 375px;
  }
  #myChartEnd {
    width: 1200px;
    height: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .leaflet-popup-content {
    font-size: 16px !important;
  }
  .w-6 {
    width: 90% !important;
  }
  .number {
    font-size: 25px;
  }
  .vr-stat-number {
    font-size: 30px !important;
  }
  #img-logo {
    width: 25%;
  }
  .canvas-box {
    width: 100%;
  }
  .bg-tell-us-more h1 {
    font-size: 35px !important;
  }
  .btn-tell {
    font-size: 22px !important;
  }
  .h1 {
    font-size: 23px !important;
    width: 70% !important;
    margin: 0 auto !important;
  }
  .header-title {
    font-size: 35px !important;
  }
  .vr-responsive-paragraph {
    font-size: 16px !important;
  }
  .vr-send {
    font-size: 16px !important;
  }
  .text-responsive {
    width: 90% !important;
  }
  .parallax {
    background-size: contain;
  }
  .buttons-box button {
    font-size: 22px !important;
  }
}
.change-game {
  position: absolute;
  bottom: 0;
  margin-left: -80px;
  background-color: transparent;
  border: 2px solid rgba(19, 165, 255, 0.721);
  padding: 10px 30px;
  color: rgba(19, 165, 255, 0.721);
  font-weight: 600;
  transition: 0.3s ease-in;
  box-shadow: 6px -6px rgba(19, 165, 255, 0.721), 5px -5px rgba(19, 165, 255, 0.721), 4px -4px rgba(19, 165, 255, 0.721), 3px -3px rgba(19, 165, 255, 0.721), 2px -2px rgba(19, 165, 255, 0.721), 1px -1px rgba(19, 165, 255, 0.721);
  border: 1px solid rgba(19, 165, 255, 0.721);
}
.change-game:hover {
  background-color: rgba(19, 165, 255, 0.721);
  color: black;
}
.btn-tell {
  background-color: transparent;
  border: 2px solid rgba(19, 165, 255, 0.721);
  color: rgba(19, 165, 255, 0.721);
  padding: 10px 20px;
}
.bg-info {
  padding: 10px;
}
.bg-tell-us-more {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#map {
  height: 500px;
  background-color: rgba(19, 165, 255, 0.721);
  background: linear-gradient(180deg, rgba(19, 165, 255, 0.821) 0%, #13a5ff 50%, rgba(19, 165, 255, 0.8) 100%);
}
.text-responsive {
  width: 60%;
  margin: 0 auto;
}
.container-end {
  width: 100%;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%234799f9' fill-opacity='0.2' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin-top: 115px;
}
.vr-responsive-paragraph {
  width: 60%;
}
.stat-box-2 {
  height: 100%;
}
.w-6 {
  width: 60%;
  margin: 0 auto;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background-color: black !important;
  color: white !important;
}
.active-map {
  color: rgba(19, 165, 255, 0.721) !important;
}
/*# sourceMappingURL=main.css.map */ | 0.612889 | 0.118283 | 
| 
	body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  background-color: black;
}
img{
  position: fixed;
    top:2%;
    right: 2%;
    width: 10%;
}
.text-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position:fixed;
}
.text-container h1{
  margin: 0;
  font-size: 150px;
  color: rgba(225,225,225, .01);
  background-image: url("arka.jpg");
  background-repeat: repeat;
  background-clip:text;
  -webkit-background-clip:text;
  animation: animate 15s ease-in-out infinite;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.text-container h2{
  margin: 0;
  font-size: 150px;
  color: rgba(225,225,225, .01);
  background-image: url("arka.jpg");
  background-repeat: repeat;
  background-clip:text;
  -webkit-background-clip:text;
  animation: animate 15s ease-in-out infinite;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0.2;
}
  @keyframes animate {
    0%, 100% {
      background-position: left top;
    }
    25%{
      background-position: right bottom;
     }
    50% {
      background-position: left bottom;
    }
    75% {
      background-position: right top;
    }
}
.button,
.button::before,
.button::after,
.button span,
.button span::before,
.button span::after
{
  transition: all ease .5s;
}
.button{
  position: relative;
  display: inline-block;
  padding: 0.3em;
  border: solid 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color:white;
  color:#153c47;
  left:40%;
  margin-top:35%;
    justify-content: center;
}
.button a{text-decoration:none;  color:#153c47;}
.button:hover
{
  box-shadow: 0 0 5em .5em rgb(0, 99, 90);
}
.button span
{
  display: inline-block;
  width: 100%;
  padding: 0.6em 2em;
}
.button:hover span
{
  background-color:white;
  color: #112;
}
.button::before,
.button::after,
.button span::before,
.button span::after
{
  content: '';
  position: absolute;
  border: 1px;
}
.button::before,
.button span::before
{
  border-style: solid none;
}
.button::before,
.button span::after{
  left: 0;
  top: -0.4em;
  width: 100%;
  height: calc(100% + 0.8em);
}
.button::after,
.button span::after
{
  border-style: none solid;
}
.button::after,
.button span::before
{
  top: 0;
  left: -0.4em;
  height: 100%;
  width: calc(100% + 0.8em);
}
.button:hover::after,
.button:hover span::after
{
  transform: scaleY(0);
}
.button:hover::before,
.button:hover span::before
{
  transform: scaleX(0);
}
.button:hover span::after,
.button:hover span::before
{
  opacity: 0;
} | 
	views/index_files/ev.css | 
	body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  background-color: black;
}
img{
  position: fixed;
    top:2%;
    right: 2%;
    width: 10%;
}
.text-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position:fixed;
}
.text-container h1{
  margin: 0;
  font-size: 150px;
  color: rgba(225,225,225, .01);
  background-image: url("arka.jpg");
  background-repeat: repeat;
  background-clip:text;
  -webkit-background-clip:text;
  animation: animate 15s ease-in-out infinite;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.text-container h2{
  margin: 0;
  font-size: 150px;
  color: rgba(225,225,225, .01);
  background-image: url("arka.jpg");
  background-repeat: repeat;
  background-clip:text;
  -webkit-background-clip:text;
  animation: animate 15s ease-in-out infinite;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0.2;
}
  @keyframes animate {
    0%, 100% {
      background-position: left top;
    }
    25%{
      background-position: right bottom;
     }
    50% {
      background-position: left bottom;
    }
    75% {
      background-position: right top;
    }
}
.button,
.button::before,
.button::after,
.button span,
.button span::before,
.button span::after
{
  transition: all ease .5s;
}
.button{
  position: relative;
  display: inline-block;
  padding: 0.3em;
  border: solid 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color:white;
  color:#153c47;
  left:40%;
  margin-top:35%;
    justify-content: center;
}
.button a{text-decoration:none;  color:#153c47;}
.button:hover
{
  box-shadow: 0 0 5em .5em rgb(0, 99, 90);
}
.button span
{
  display: inline-block;
  width: 100%;
  padding: 0.6em 2em;
}
.button:hover span
{
  background-color:white;
  color: #112;
}
.button::before,
.button::after,
.button span::before,
.button span::after
{
  content: '';
  position: absolute;
  border: 1px;
}
.button::before,
.button span::before
{
  border-style: solid none;
}
.button::before,
.button span::after{
  left: 0;
  top: -0.4em;
  width: 100%;
  height: calc(100% + 0.8em);
}
.button::after,
.button span::after
{
  border-style: none solid;
}
.button::after,
.button span::before
{
  top: 0;
  left: -0.4em;
  height: 100%;
  width: calc(100% + 0.8em);
}
.button:hover::after,
.button:hover span::after
{
  transform: scaleY(0);
}
.button:hover::before,
.button:hover span::before
{
  transform: scaleX(0);
}
.button:hover span::after,
.button:hover span::before
{
  opacity: 0;
} | 0.477798 | 0.060919 | 
| 
	  sidebar small only desktop
-----------------------------------*/
@media (min-width: 1200px) {
    /*-- small sidebar --*/
    #sidebar.active {
        min-width: 90px;
        max-width: 90px;
        text-align: center;
    }
    #sidebar.active .sidebar-header h3,
    #sidebar.active .CTAs {
        display: none;
    }
    #sidebar.active .sidebar-header strong {
        display: block;
    }
    #sidebar.active ul li a {
        padding: 10px 0;
        float: left;
        width: 100%;
        text-align: center;
    }
    #sidebar.active ul li a i {
        width: 100%;
        text-align: center;
        margin: 0 0 5px 0;
        font-size: 24px;
    }
    #sidebar.active ul ul a {
        padding: 10px !important;
    }
    #sidebar.active .dropdown-toggle::after {
        display: none;
    }
    nav#sidebar.active .logo_big {
        text-align: center;
        padding: 8px 0 7px;
    }
    #sidebar.active .logo_big img {
        height: 45px;
    }
    #sidebar.active .logo_section {
        padding: 0;
        margin-bottom: 10px;
        background: #214162;
        width: 100%;
    }
    #sidebar.active ul.components {
        padding: 0;
    }
    #sidebar.active .logo_big {
        display: none;
    }
    .logo_icon {
        display: none;
    }
    #sidebar.active .logo_icon {
        display: block;
    }
    #sidebar.active .logo_big img {
        height: 45px;
    }
    #sidebar.active h4 {
        display: none;
    }
    #sidebar.active .sidebar_user_info {
        display: none;
    }
    #sidebar.active ul li a span {
        font-size: 13px;
    }
    #sidebar ul li a i {}
}
/*-----------------------------------
  end sidebar small only desktop
-----------------------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {
    .counter_section {
        display: block;
    }
    .couter_icon {
        display: block;
        width: 100%;
    }
    .couter_icon>div {
        padding-right: 0;
    }
    .counter_no p.total_no {
        text-align: center;
    }
    .counter_no .head_couter {
        text-align: center;
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .counter_section {
        display: block;
    }
    .couter_icon {
        display: block;
        width: 100%;
    }
    .couter_icon>div {
        padding-right: 0;
    }
    .counter_no p.total_no {
        text-align: center;
    }
    .counter_no .head_couter {
        text-align: center;
        font-size: 16px;
    }
    .dashboard_2 .social_cont ul li {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .info_people .user_info_cont {
        width: 60%;
        padding-left: 30px;
        padding-top: 0;
    }
    .fw_icon {
        width: 33.33%;
    }
}
@media (max-width: 990px) {
    .search-field {
        display: none;
    }
}
@media (max-width: 575px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .padding_infor_info {
        padding: 20px 20px;
    }
    .payment_option li {
        margin-bottom: 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 575px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    * {
        box-sizing: border-box;
    }
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    /*-- responsive --*/
    #sidebar.active+#content .topbar {
        transition: ease all 0.3s;
    }
    .topbar {
        padding-left: 0;
        min-width: 320px;
    }
    #sidebar.active+#content .topbar {
        padding-left: 0;
        min-width: 320px;
        left: 250px;
    }
    #content {
        padding: 60px 15px 25px 15px;
    }
    #sidebar.active {
        min-width: 250px;
        max-width: 250px;
        text-align: left;
    }
    #sidebar.active+#content {
        padding-left: 0;
        left: 250px;
        position: relative;
        min-width: 320px;
        height: auto;
        transition: ease all 0.3s;
    }
    .right_topbar .icon_info ul.user_profile_dd {
        /*display: none;*/
    }
    .dropdown-menu {
        left: auto;
    }
    .icon_info ul.user_profile_dd > li span .profile-name {
        display: none;
    }
    .right_topbar {
        float: right;
        padding: 0;
        /*margin: 5px 15px 5px 0;*/
    }
    .sidebar_toggle {
        padding: 14px 22px 13px;
    }
    .logo_section img {
        height: 38px;
        padding: 0;
        margin: 12px 0 0 15px;
    }
    .icon_info ul li {
        width: 30px;
    }
    .icon_info ul li a {
        font-size: 16px;
    }
    .logo_section img.logo_icon {
        display: none;
    }
}
@media (max-width: 350px) {
    .icon_info ul li {
        margin: 15px 0 0 0;
    }
}
@media (max-width: 767px) {
    .counter_section {
        padding: 30px 25px;
    }
    .counter_no {
        padding: 0;
    }
    .counter_no .head_couter {
        font-size: 16px;
    }
    #testimonial_slider.carousel .carousel-control {
        top: -35px;
    }
    .content.testimonial {
        margin-top: 50px;
    }
    #testimonial_slider.carousel .testimonial {
        font-size: 13px;
        line-height: normal;
    }
    .progress_bar {
        padding: 15px 25px 50px 25px;
    }
    .dash_head {
        padding: 30px 30px 25px;
    }
    .task_list li {
        padding: 20px 30px;
    }
    .task_list li a {
        color: #99abb4;
        font-size: 15px;
        line-height: normal;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }
    .msg_list_main ul li {
        display: block;
    }
    .msg_list_main ul li>span:nth-child(1) {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    /*----- widgets page css -----*/
    .info_people {
        padding: 25px;
        display: block;
    }
    .info_people .p_info_img {
        width: 100%;
        text-align: center;
    }
    .info_people .p_info_img img {
        width: 90px;
    }
    .info_people .user_info_cont {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
        text-align: center;
    }
    .calendar {
        overflow: auto;
    }
    /** accordian css **/
    .tab_style3 .tabbar {
        display: block;
    }
    .tab_style3 #v-pills-tabContent {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px;
    }
    .pagination.button_section {
        display: block;
    }
    .pagination.button_section .btn-group {
        margin: 5px 0 0;
    }
    .fw_icon {
        width: 50%;
    }
    /**-- email page --**/
    .mail-box {
        float: left;
        width: 100%;
    }
    .mail-box .sm-side {
        width: 100%;
        float: left;
    }
    .mail-box .lg-side {
        background: none repeat scroll 0 0 #fff;
        border-radius: 0 4px 4px 0;
        width: 100%;
        float: left;
        overflow: auto;
    }
    aside.lg-side .inbox-body {
        min-width: 565px;
        padding-left: 0;
        padding-right: 0;
    }
    .table.table-striped.projects {
        min-width: 780px;
    }
    /** login page **/
    .full_height {
        height: auto;
    }
    .login_section {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .login_form form .field input {
        max-width: 395px;
        width: 100%;
    }
    .login_form form .field label.label_field {
        text-align: left;
    }
    .login_form form .field {
        display: block;
        margin: 0 0 20px;
        float: left;
        width: 100%;
    }
    .label_field.hidden {
        display: none;
    }
    .login_form form .field .form-check-label {
        float: left;
        width: 100%;
    }
    .forgot {
        float: left;
    }
    .error_page h3 {
        font-size: 36px;
        line-height: 45px;
    }
}
@media (max-width: 420px) {
    .model_bt {
        padding: 11px 0 10px;
        width: 100%;
    }
    .fw_icon {
        width: 100%;
    }
    aside .inbox-head .position.search_inbox {
        display: none;
    }
    .contact_inner .left {
        width: 100%;
        float: left;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .contact_inner .right {
        width: 100%;
        float: left;
    }
    .bottom_list .right_button {
        float: right;
        display: flex;
    }
    .bottom_list .right_button button {
        margin: 0 0 0 5px;
    }
    .dis_flex {
        display: block;
        margin: 0;
    }
    .dis_flex .profile_img {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
    }
} | 
	src/Client/TourPortal.Client/wwwroot/css/area-style/css/responsive.css | 
	  sidebar small only desktop
-----------------------------------*/
@media (min-width: 1200px) {
    /*-- small sidebar --*/
    #sidebar.active {
        min-width: 90px;
        max-width: 90px;
        text-align: center;
    }
    #sidebar.active .sidebar-header h3,
    #sidebar.active .CTAs {
        display: none;
    }
    #sidebar.active .sidebar-header strong {
        display: block;
    }
    #sidebar.active ul li a {
        padding: 10px 0;
        float: left;
        width: 100%;
        text-align: center;
    }
    #sidebar.active ul li a i {
        width: 100%;
        text-align: center;
        margin: 0 0 5px 0;
        font-size: 24px;
    }
    #sidebar.active ul ul a {
        padding: 10px !important;
    }
    #sidebar.active .dropdown-toggle::after {
        display: none;
    }
    nav#sidebar.active .logo_big {
        text-align: center;
        padding: 8px 0 7px;
    }
    #sidebar.active .logo_big img {
        height: 45px;
    }
    #sidebar.active .logo_section {
        padding: 0;
        margin-bottom: 10px;
        background: #214162;
        width: 100%;
    }
    #sidebar.active ul.components {
        padding: 0;
    }
    #sidebar.active .logo_big {
        display: none;
    }
    .logo_icon {
        display: none;
    }
    #sidebar.active .logo_icon {
        display: block;
    }
    #sidebar.active .logo_big img {
        height: 45px;
    }
    #sidebar.active h4 {
        display: none;
    }
    #sidebar.active .sidebar_user_info {
        display: none;
    }
    #sidebar.active ul li a span {
        font-size: 13px;
    }
    #sidebar ul li a i {}
}
/*-----------------------------------
  end sidebar small only desktop
-----------------------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {
    .counter_section {
        display: block;
    }
    .couter_icon {
        display: block;
        width: 100%;
    }
    .couter_icon>div {
        padding-right: 0;
    }
    .counter_no p.total_no {
        text-align: center;
    }
    .counter_no .head_couter {
        text-align: center;
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .counter_section {
        display: block;
    }
    .couter_icon {
        display: block;
        width: 100%;
    }
    .couter_icon>div {
        padding-right: 0;
    }
    .counter_no p.total_no {
        text-align: center;
    }
    .counter_no .head_couter {
        text-align: center;
        font-size: 16px;
    }
    .dashboard_2 .social_cont ul li {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .info_people .user_info_cont {
        width: 60%;
        padding-left: 30px;
        padding-top: 0;
    }
    .fw_icon {
        width: 33.33%;
    }
}
@media (max-width: 990px) {
    .search-field {
        display: none;
    }
}
@media (max-width: 575px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .padding_infor_info {
        padding: 20px 20px;
    }
    .payment_option li {
        margin-bottom: 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 575px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    * {
        box-sizing: border-box;
    }
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    /*-- responsive --*/
    #sidebar.active+#content .topbar {
        transition: ease all 0.3s;
    }
    .topbar {
        padding-left: 0;
        min-width: 320px;
    }
    #sidebar.active+#content .topbar {
        padding-left: 0;
        min-width: 320px;
        left: 250px;
    }
    #content {
        padding: 60px 15px 25px 15px;
    }
    #sidebar.active {
        min-width: 250px;
        max-width: 250px;
        text-align: left;
    }
    #sidebar.active+#content {
        padding-left: 0;
        left: 250px;
        position: relative;
        min-width: 320px;
        height: auto;
        transition: ease all 0.3s;
    }
    .right_topbar .icon_info ul.user_profile_dd {
        /*display: none;*/
    }
    .dropdown-menu {
        left: auto;
    }
    .icon_info ul.user_profile_dd > li span .profile-name {
        display: none;
    }
    .right_topbar {
        float: right;
        padding: 0;
        /*margin: 5px 15px 5px 0;*/
    }
    .sidebar_toggle {
        padding: 14px 22px 13px;
    }
    .logo_section img {
        height: 38px;
        padding: 0;
        margin: 12px 0 0 15px;
    }
    .icon_info ul li {
        width: 30px;
    }
    .icon_info ul li a {
        font-size: 16px;
    }
    .logo_section img.logo_icon {
        display: none;
    }
}
@media (max-width: 350px) {
    .icon_info ul li {
        margin: 15px 0 0 0;
    }
}
@media (max-width: 767px) {
    .counter_section {
        padding: 30px 25px;
    }
    .counter_no {
        padding: 0;
    }
    .counter_no .head_couter {
        font-size: 16px;
    }
    #testimonial_slider.carousel .carousel-control {
        top: -35px;
    }
    .content.testimonial {
        margin-top: 50px;
    }
    #testimonial_slider.carousel .testimonial {
        font-size: 13px;
        line-height: normal;
    }
    .progress_bar {
        padding: 15px 25px 50px 25px;
    }
    .dash_head {
        padding: 30px 30px 25px;
    }
    .task_list li {
        padding: 20px 30px;
    }
    .task_list li a {
        color: #99abb4;
        font-size: 15px;
        line-height: normal;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }
    .msg_list_main ul li {
        display: block;
    }
    .msg_list_main ul li>span:nth-child(1) {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    /*----- widgets page css -----*/
    .info_people {
        padding: 25px;
        display: block;
    }
    .info_people .p_info_img {
        width: 100%;
        text-align: center;
    }
    .info_people .p_info_img img {
        width: 90px;
    }
    .info_people .user_info_cont {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
        text-align: center;
    }
    .calendar {
        overflow: auto;
    }
    /** accordian css **/
    .tab_style3 .tabbar {
        display: block;
    }
    .tab_style3 #v-pills-tabContent {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px;
    }
    .pagination.button_section {
        display: block;
    }
    .pagination.button_section .btn-group {
        margin: 5px 0 0;
    }
    .fw_icon {
        width: 50%;
    }
    /**-- email page --**/
    .mail-box {
        float: left;
        width: 100%;
    }
    .mail-box .sm-side {
        width: 100%;
        float: left;
    }
    .mail-box .lg-side {
        background: none repeat scroll 0 0 #fff;
        border-radius: 0 4px 4px 0;
        width: 100%;
        float: left;
        overflow: auto;
    }
    aside.lg-side .inbox-body {
        min-width: 565px;
        padding-left: 0;
        padding-right: 0;
    }
    .table.table-striped.projects {
        min-width: 780px;
    }
    /** login page **/
    .full_height {
        height: auto;
    }
    .login_section {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .login_form form .field input {
        max-width: 395px;
        width: 100%;
    }
    .login_form form .field label.label_field {
        text-align: left;
    }
    .login_form form .field {
        display: block;
        margin: 0 0 20px;
        float: left;
        width: 100%;
    }
    .label_field.hidden {
        display: none;
    }
    .login_form form .field .form-check-label {
        float: left;
        width: 100%;
    }
    .forgot {
        float: left;
    }
    .error_page h3 {
        font-size: 36px;
        line-height: 45px;
    }
}
@media (max-width: 420px) {
    .model_bt {
        padding: 11px 0 10px;
        width: 100%;
    }
    .fw_icon {
        width: 100%;
    }
    aside .inbox-head .position.search_inbox {
        display: none;
    }
    .contact_inner .left {
        width: 100%;
        float: left;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .contact_inner .right {
        width: 100%;
        float: left;
    }
    .bottom_list .right_button {
        float: right;
        display: flex;
    }
    .bottom_list .right_button button {
        margin: 0 0 0 5px;
    }
    .dis_flex {
        display: block;
        margin: 0;
    }
    .dis_flex .profile_img {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
    }
} | 0.312895 | 0.076304 | 
| 
	.radius {
  border-radius: 0.75;
}
.radius-no {
  border-radius: 0;
}
.radius-xs {
  border-radius: 0.25;
}
.radius-sm {
  border-radius: 0.5;
}
.radius-md {
  border-radius: 1;
}
.radius-lg {
  border-radius: 1.5;
}
.radius-xl {
  border-radius: 3;
}
.radius-round {
  border-radius: 3000rem;
}
.radius-circle {
  border-radius: 50%;
}
.radius-t,
.radius-top {
  border-top-left-radius: calc(1rem * 0.75) !important;
  border-top-right-radius: calc(1rem * 0.75) !important;
}
.radius-t-no,
.radius-top-no {
  border-top-left-radius: calc(1rem * 0) !important;
  border-top-right-radius: calc(1rem * 0) !important;
}
.radius-t-xs,
.radius-top-xs {
  border-top-left-radius: calc(1rem * 0.25) !important;
  border-top-right-radius: calc(1rem * 0.25) !important;
}
.radius-t-sm,
.radius-top-sm {
  border-top-left-radius: calc(1rem * 0.5) !important;
  border-top-right-radius: calc(1rem * 0.5) !important;
}
.radius-t-md,
.radius-top-md {
  border-top-left-radius: calc(1rem * 1) !important;
  border-top-right-radius: calc(1rem * 1) !important;
}
.radius-t-lg,
.radius-top-lg {
  border-top-left-radius: calc(1rem * 1.5) !important;
  border-top-right-radius: calc(1rem * 1.5) !important;
}
.radius-t-xl,
.radius-top-xl {
  border-top-left-radius: calc(1rem * 3) !important;
  border-top-right-radius: calc(1rem * 3) !important;
}
.radius-t-round,
.radius-top-round {
  border-top-left-radius: calc(1rem * 3000rem) !important;
  border-top-right-radius: calc(1rem * 3000rem) !important;
}
.radius-t-circle,
.radius-top-circle {
  border-top-left-radius: calc(1rem * 50%) !important;
  border-top-right-radius: calc(1rem * 50%) !important;
}
.radius-r,
.radius-right {
  border-top-right-radius: calc(1rem * 0.75) !important;
  border-bottom-right-radius: calc(1rem * 0.75) !important;
}
.radius-r-no,
.radius-right-no {
  border-top-right-radius: calc(1rem * 0) !important;
  border-bottom-right-radius: calc(1rem * 0) !important;
}
.radius-r-xs,
.radius-right-xs {
  border-top-right-radius: calc(1rem * 0.25) !important;
  border-bottom-right-radius: calc(1rem * 0.25) !important;
}
.radius-r-sm,
.radius-right-sm {
  border-top-right-radius: calc(1rem * 0.5) !important;
  border-bottom-right-radius: calc(1rem * 0.5) !important;
}
.radius-r-md,
.radius-right-md {
  border-top-right-radius: calc(1rem * 1) !important;
  border-bottom-right-radius: calc(1rem * 1) !important;
}
.radius-r-lg,
.radius-right-lg {
  border-top-right-radius: calc(1rem * 1.5) !important;
  border-bottom-right-radius: calc(1rem * 1.5) !important;
}
.radius-r-xl,
.radius-right-xl {
  border-top-right-radius: calc(1rem * 3) !important;
  border-bottom-right-radius: calc(1rem * 3) !important;
}
.radius-r-round,
.radius-right-round {
  border-top-right-radius: calc(1rem * 3000rem) !important;
  border-bottom-right-radius: calc(1rem * 3000rem) !important;
}
.radius-r-circle,
.radius-right-circle {
  border-top-right-radius: calc(1rem * 50%) !important;
  border-bottom-right-radius: calc(1rem * 50%) !important;
}
.radius-b,
.radius-bottom {
  border-bottom-left-radius: calc(1rem * 0.75) !important;
  border-bottom-right-radius: calc(1rem * 0.75) !important;
}
.radius-b-no,
.radius-bottom-no {
  border-bottom-left-radius: calc(1rem * 0) !important;
  border-bottom-right-radius: calc(1rem * 0) !important;
}
.radius-b-xs,
.radius-bottom-xs {
  border-bottom-left-radius: calc(1rem * 0.25) !important;
  border-bottom-right-radius: calc(1rem * 0.25) !important;
}
.radius-b-sm,
.radius-bottom-sm {
  border-bottom-left-radius: calc(1rem * 0.5) !important;
  border-bottom-right-radius: calc(1rem * 0.5) !important;
}
.radius-b-md,
.radius-bottom-md {
  border-bottom-left-radius: calc(1rem * 1) !important;
  border-bottom-right-radius: calc(1rem * 1) !important;
}
.radius-b-lg,
.radius-bottom-lg {
  border-bottom-left-radius: calc(1rem * 1.5) !important;
  border-bottom-right-radius: calc(1rem * 1.5) !important;
}
.radius-b-xl,
.radius-bottom-xl {
  border-bottom-left-radius: calc(1rem * 3) !important;
  border-bottom-right-radius: calc(1rem * 3) !important;
}
.radius-b-round,
.radius-bottom-round {
  border-bottom-left-radius: calc(1rem * 3000rem) !important;
  border-bottom-right-radius: calc(1rem * 3000rem) !important;
}
.radius-b-circle,
.radius-bottom-circle {
  border-bottom-left-radius: calc(1rem * 50%) !important;
  border-bottom-right-radius: calc(1rem * 50%) !important;
}
.radius-l,
.radius-left {
  border-top-left-radius: calc(1rem * 0.75) !important;
  border-bottom-left-radius: calc(1rem * 0.75) !important;
}
.radius-l-no,
.radius-left-no {
  border-top-left-radius: calc(1rem * 0) !important;
  border-bottom-left-radius: calc(1rem * 0) !important;
}
.radius-l-xs,
.radius-left-xs {
  border-top-left-radius: calc(1rem * 0.25) !important;
  border-bottom-left-radius: calc(1rem * 0.25) !important;
}
.radius-l-sm,
.radius-left-sm {
  border-top-left-radius: calc(1rem * 0.5) !important;
  border-bottom-left-radius: calc(1rem * 0.5) !important;
}
.radius-l-md,
.radius-left-md {
  border-top-left-radius: calc(1rem * 1) !important;
  border-bottom-left-radius: calc(1rem * 1) !important;
}
.radius-l-lg,
.radius-left-lg {
  border-top-left-radius: calc(1rem * 1.5) !important;
  border-bottom-left-radius: calc(1rem * 1.5) !important;
}
.radius-l-xl,
.radius-left-xl {
  border-top-left-radius: calc(1rem * 3) !important;
  border-bottom-left-radius: calc(1rem * 3) !important;
}
.radius-l-round,
.radius-left-round {
  border-top-left-radius: calc(1rem * 3000rem) !important;
  border-bottom-left-radius: calc(1rem * 3000rem) !important;
}
.radius-l-circle,
.radius-left-circle {
  border-top-left-radius: calc(1rem * 50%) !important;
  border-bottom-left-radius: calc(1rem * 50%) !important;
} | 
	src/assets/css/radius.css | 
	.radius {
  border-radius: 0.75;
}
.radius-no {
  border-radius: 0;
}
.radius-xs {
  border-radius: 0.25;
}
.radius-sm {
  border-radius: 0.5;
}
.radius-md {
  border-radius: 1;
}
.radius-lg {
  border-radius: 1.5;
}
.radius-xl {
  border-radius: 3;
}
.radius-round {
  border-radius: 3000rem;
}
.radius-circle {
  border-radius: 50%;
}
.radius-t,
.radius-top {
  border-top-left-radius: calc(1rem * 0.75) !important;
  border-top-right-radius: calc(1rem * 0.75) !important;
}
.radius-t-no,
.radius-top-no {
  border-top-left-radius: calc(1rem * 0) !important;
  border-top-right-radius: calc(1rem * 0) !important;
}
.radius-t-xs,
.radius-top-xs {
  border-top-left-radius: calc(1rem * 0.25) !important;
  border-top-right-radius: calc(1rem * 0.25) !important;
}
.radius-t-sm,
.radius-top-sm {
  border-top-left-radius: calc(1rem * 0.5) !important;
  border-top-right-radius: calc(1rem * 0.5) !important;
}
.radius-t-md,
.radius-top-md {
  border-top-left-radius: calc(1rem * 1) !important;
  border-top-right-radius: calc(1rem * 1) !important;
}
.radius-t-lg,
.radius-top-lg {
  border-top-left-radius: calc(1rem * 1.5) !important;
  border-top-right-radius: calc(1rem * 1.5) !important;
}
.radius-t-xl,
.radius-top-xl {
  border-top-left-radius: calc(1rem * 3) !important;
  border-top-right-radius: calc(1rem * 3) !important;
}
.radius-t-round,
.radius-top-round {
  border-top-left-radius: calc(1rem * 3000rem) !important;
  border-top-right-radius: calc(1rem * 3000rem) !important;
}
.radius-t-circle,
.radius-top-circle {
  border-top-left-radius: calc(1rem * 50%) !important;
  border-top-right-radius: calc(1rem * 50%) !important;
}
.radius-r,
.radius-right {
  border-top-right-radius: calc(1rem * 0.75) !important;
  border-bottom-right-radius: calc(1rem * 0.75) !important;
}
.radius-r-no,
.radius-right-no {
  border-top-right-radius: calc(1rem * 0) !important;
  border-bottom-right-radius: calc(1rem * 0) !important;
}
.radius-r-xs,
.radius-right-xs {
  border-top-right-radius: calc(1rem * 0.25) !important;
  border-bottom-right-radius: calc(1rem * 0.25) !important;
}
.radius-r-sm,
.radius-right-sm {
  border-top-right-radius: calc(1rem * 0.5) !important;
  border-bottom-right-radius: calc(1rem * 0.5) !important;
}
.radius-r-md,
.radius-right-md {
  border-top-right-radius: calc(1rem * 1) !important;
  border-bottom-right-radius: calc(1rem * 1) !important;
}
.radius-r-lg,
.radius-right-lg {
  border-top-right-radius: calc(1rem * 1.5) !important;
  border-bottom-right-radius: calc(1rem * 1.5) !important;
}
.radius-r-xl,
.radius-right-xl {
  border-top-right-radius: calc(1rem * 3) !important;
  border-bottom-right-radius: calc(1rem * 3) !important;
}
.radius-r-round,
.radius-right-round {
  border-top-right-radius: calc(1rem * 3000rem) !important;
  border-bottom-right-radius: calc(1rem * 3000rem) !important;
}
.radius-r-circle,
.radius-right-circle {
  border-top-right-radius: calc(1rem * 50%) !important;
  border-bottom-right-radius: calc(1rem * 50%) !important;
}
.radius-b,
.radius-bottom {
  border-bottom-left-radius: calc(1rem * 0.75) !important;
  border-bottom-right-radius: calc(1rem * 0.75) !important;
}
.radius-b-no,
.radius-bottom-no {
  border-bottom-left-radius: calc(1rem * 0) !important;
  border-bottom-right-radius: calc(1rem * 0) !important;
}
.radius-b-xs,
.radius-bottom-xs {
  border-bottom-left-radius: calc(1rem * 0.25) !important;
  border-bottom-right-radius: calc(1rem * 0.25) !important;
}
.radius-b-sm,
.radius-bottom-sm {
  border-bottom-left-radius: calc(1rem * 0.5) !important;
  border-bottom-right-radius: calc(1rem * 0.5) !important;
}
.radius-b-md,
.radius-bottom-md {
  border-bottom-left-radius: calc(1rem * 1) !important;
  border-bottom-right-radius: calc(1rem * 1) !important;
}
.radius-b-lg,
.radius-bottom-lg {
  border-bottom-left-radius: calc(1rem * 1.5) !important;
  border-bottom-right-radius: calc(1rem * 1.5) !important;
}
.radius-b-xl,
.radius-bottom-xl {
  border-bottom-left-radius: calc(1rem * 3) !important;
  border-bottom-right-radius: calc(1rem * 3) !important;
}
.radius-b-round,
.radius-bottom-round {
  border-bottom-left-radius: calc(1rem * 3000rem) !important;
  border-bottom-right-radius: calc(1rem * 3000rem) !important;
}
.radius-b-circle,
.radius-bottom-circle {
  border-bottom-left-radius: calc(1rem * 50%) !important;
  border-bottom-right-radius: calc(1rem * 50%) !important;
}
.radius-l,
.radius-left {
  border-top-left-radius: calc(1rem * 0.75) !important;
  border-bottom-left-radius: calc(1rem * 0.75) !important;
}
.radius-l-no,
.radius-left-no {
  border-top-left-radius: calc(1rem * 0) !important;
  border-bottom-left-radius: calc(1rem * 0) !important;
}
.radius-l-xs,
.radius-left-xs {
  border-top-left-radius: calc(1rem * 0.25) !important;
  border-bottom-left-radius: calc(1rem * 0.25) !important;
}
.radius-l-sm,
.radius-left-sm {
  border-top-left-radius: calc(1rem * 0.5) !important;
  border-bottom-left-radius: calc(1rem * 0.5) !important;
}
.radius-l-md,
.radius-left-md {
  border-top-left-radius: calc(1rem * 1) !important;
  border-bottom-left-radius: calc(1rem * 1) !important;
}
.radius-l-lg,
.radius-left-lg {
  border-top-left-radius: calc(1rem * 1.5) !important;
  border-bottom-left-radius: calc(1rem * 1.5) !important;
}
.radius-l-xl,
.radius-left-xl {
  border-top-left-radius: calc(1rem * 3) !important;
  border-bottom-left-radius: calc(1rem * 3) !important;
}
.radius-l-round,
.radius-left-round {
  border-top-left-radius: calc(1rem * 3000rem) !important;
  border-bottom-left-radius: calc(1rem * 3000rem) !important;
}
.radius-l-circle,
.radius-left-circle {
  border-top-left-radius: calc(1rem * 50%) !important;
  border-bottom-left-radius: calc(1rem * 50%) !important;
} | 0.5564 | 0.415432 | 
| 
	@keyframes pulsate {
  0% {
    background-color: #FF3F16; }
  50% {
    background-color: #ffbdaf; }
  100% {
    background-color: #FF3F16; } }
@keyframes pulsate-opacity {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
@keyframes pulsate-login {
  0% {
    background-color: #FF3F16; }
  50% {
    background-color: #ec2a00; }
  100% {
    background-color: #FF3F16; } }
@keyframes pulsate-bg {
  0% {
    background-color: #ffa896; }
  50% {
    background-color: #ffd2c9; }
  100% {
    background-color: #ffa896; } }
@keyframes dragover {
  0% {
    border-color: #ffbdaf; }
  50% {
    border-color: #FF3F16; }
  100% {
    border-color: #ffbdaf; } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes floating2 {
  0% {
    transform: translate(0%, 0%); }
  25% {
    transform: translate(5%, 15%); }
  50% {
    transform: translate(10%, 5%); }
  75% {
    transform: translate(0%, 15%); }
  100% {
    transform: translate(0%, 0%); } }
@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(40%); }
  100% {
    transform: translateY(0%); } }
@keyframes progress-bar {
  0% {
    width: 0%; }
  20% {
    width: 80%; }
  40% {
    width: 85%; }
  60% {
    width: 88%; }
  80% {
    width: 90%; }
  100% {
    width: 92%; } }
::selection {
  background-color: #FF3F16;
  color: #FFFFFF; }
::-moz-selection {
  background-color: #FF3F16;
  color: #FFFFFF; }
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }
::-webkit-input-placeholder {
  color: #B3B3B3; }
::-moz-placeholder {
  color: #B3B3B3; }
:-ms-input-placeholder {
  color: #B3B3B3; }
:-moz-placeholder {
  color: #B3B3B3; }
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
*:focus {
  outline: 0; }
html, body {
  margin: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "akzidenz-grotesk",sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%; }
a {
  -webkit-transition: color 200ms ease-in-out 0ms;
  -moz-transition: color 200ms ease-in-out 0ms;
  -o-transition: color 200ms ease-in-out 0ms;
  -ms-transition: color 200ms ease-in-out 0ms;
  transition: color 200ms ease-in-out 0ms;
  color: inherit;
  text-decoration: none;
  color: #B3B3B3; }
  a.active, a:hover {
    color: #FF3F16; }
  a.regular {
    color: inherit; }
table {
  font-size: inherit; }
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300; }
h1 {
  font-size: 96px;
  line-height: 100px;
  letter-spacing: -2px; }
h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2px; }
h3 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0px; }
.h4,
h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px; }
h6 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px; }
  h6.normal-spacing {
    letter-spacing: 0; }
hr {
  border: 0;
  border-bottom: 1px solid #B3B3B3; }
textarea,
input {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
  outline: none;
  height: 40px;
  width: 100%;
  max-width: 600px;
  background-color: #FFFFFF;
  color: #B3B3B3;
  border: 1px solid #B3B3B3; }
  textarea:hover,
  input:hover {
    border-color: #B3B3B3; }
  textarea:focus,
  input:focus {
    border-color: #FFFFFF;
    color: #B3B3B3;
    -webkit-box-shadow: 0px 0px 0px 2px #FF3F16;
    -moz-box-shadow: 0px 0px 0px 2px #FF3F16;
    box-shadow: 0px 0px 0px 2px #FF3F16; }
  textarea[readonly], textarea:disabled,
  input[readonly],
  input:disabled {
    border-color: #B3B3B3;
    cursor: not-allowed;
    color: #B3B3B3; }
    textarea[readonly]:focus, textarea[readonly]:hover, textarea:disabled:focus, textarea:disabled:hover,
    input[readonly]:focus,
    input[readonly]:hover,
    input:disabled:focus,
    input:disabled:hover {
      cursor: not-allowed;
      border-color: #B3B3B3;
      color: #B3B3B3;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent; }
select {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #B3B3B3;
  background-color: #FFFFFF;
  border: 1px solid #B3B3B3;
  display: block;
  padding: 11px;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  select:hover {
    border-color: #B3B3B3; }
  select:focus {
    border-color: #FFFFFF;
    color: #B3B3B3;
    -webkit-box-shadow: 0px 0px 0px 2px #FF3F16;
    -moz-box-shadow: 0px 0px 0px 2px #FF3F16;
    box-shadow: 0px 0px 0px 2px #FF3F16; }
  select[readonly], select:disabled {
    border-color: #B3B3B3;
    cursor: not-allowed;
    color: #B3B3B3; }
    select[readonly]:focus, select[readonly]:hover, select:disabled:focus, select:disabled:hover {
      cursor: not-allowed;
      border-color: #B3B3B3;
      color: #B3B3B3;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent; }
ul {
  margin: 0;
  padding: 0; }
strong {
  font-weight: 500; }
.blocker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 99999; }
.two-columns-container {
  display: flex;
  flex-wrap: wrap; }
.two-columns {
  width: 50%;
  flex-shrink: 0;
  padding-right: 20px; }
.sticky {
  position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 155px; }
.no-first-p-top p:first-of-type {
  margin-top: 0; }
.tablet-only {
  display: none; }
.bold {
  font-weight: 500; }
.primary-text {
  color: #FF3F16; }
.light-text {
  color: #B3B3B3; }
.hidden {
  display: none; }
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }
.grid {
  margin: 0; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }
[class*='col-'] {
  float: left;
  padding-right: 20px; }
  .grid [class*='col-']:last-of-type {
    padding-right: 0; }
.col-1-8 {
  width: 12.5%; }
.col-2-8 {
  width: 25%; }
.col-3-8 {
  width: 37.5%; }
.col-4-8 {
  width: 50%; }
.col-5-8 {
  width: 62.5%; }
.col-6-8 {
  width: 75%; }
.col-7-8 {
  width: 87.5%; }
.col-8-8 {
  width: 100%; }
.col-1-3 {
  width: 33.3%; }
.col-2-3 {
  width: 66.6%; }
.col-3-3 {
  width: 100%; }
.pad-10 {
  padding: 10px; }
.pad-t-10 {
  padding-top: 10px; }
.pad-b-10 {
  padding-bottom: 10px; }
.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }
.pad-20 {
  padding: 20px; }
.pad-t-20 {
  padding-top: 20px; }
.pad-b-20 {
  padding-bottom: 20px; }
.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }
.pad-30 {
  padding: 30px; }
.pad-t-30 {
  padding-top: 30px; }
.pad-b-30 {
  padding-bottom: 30px; }
.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }
.pad-40 {
  padding: 40px; }
.pad-t-40 {
  padding-top: 40px; }
.pad-b-40 {
  padding-bottom: 40px; }
.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }
.pad-50 {
  padding: 50px; }
.pad-t-50 {
  padding-top: 50px; }
.pad-b-50 {
  padding-bottom: 50px; }
.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }
.pad-60 {
  padding: 60px; }
.pad-t-60 {
  padding-top: 60px; }
.pad-b-60 {
  padding-bottom: 60px; }
.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }
.pad-70 {
  padding: 70px; }
.pad-t-70 {
  padding-top: 70px; }
.pad-b-70 {
  padding-bottom: 70px; }
.pad-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }
.pad-80 {
  padding: 80px; }
.pad-t-80 {
  padding-top: 80px; }
.pad-b-80 {
  padding-bottom: 80px; }
.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }
.pad-90 {
  padding: 90px; }
.pad-t-90 {
  padding-top: 90px; }
.pad-b-90 {
  padding-bottom: 90px; }
.pad-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px; }
.pad-100 {
  padding: 100px; }
.pad-t-100 {
  padding-top: 100px; }
.pad-b-100 {
  padding-bottom: 100px; }
.pad-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }
.pad-110 {
  padding: 110px; }
.pad-t-110 {
  padding-top: 110px; }
.pad-b-110 {
  padding-bottom: 110px; }
.pad-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px; }
.pad-120 {
  padding: 120px; }
.pad-t-120 {
  padding-top: 120px; }
.pad-b-120 {
  padding-bottom: 120px; }
.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px; }
.pad-130 {
  padding: 130px; }
.pad-t-130 {
  padding-top: 130px; }
.pad-b-130 {
  padding-bottom: 130px; }
.pad-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px; }
.pad-140 {
  padding: 140px; }
.pad-t-140 {
  padding-top: 140px; }
.pad-b-140 {
  padding-bottom: 140px; }
.pad-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px; }
.pad-150 {
  padding: 150px; }
.pad-t-150 {
  padding-top: 150px; }
.pad-b-150 {
  padding-bottom: 150px; }
.pad-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px; }
.pad-160 {
  padding: 160px; }
.pad-t-160 {
  padding-top: 160px; }
.pad-b-160 {
  padding-bottom: 160px; }
.pad-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px; }
.pad-170 {
  padding: 170px; }
.pad-t-170 {
  padding-top: 170px; }
.pad-b-170 {
  padding-bottom: 170px; }
.pad-tb-170 {
  padding-top: 170px;
  padding-bottom: 170px; }
.pad-180 {
  padding: 180px; }
.pad-t-180 {
  padding-top: 180px; }
.pad-b-180 {
  padding-bottom: 180px; }
.pad-tb-180 {
  padding-top: 180px;
  padding-bottom: 180px; }
.pad-190 {
  padding: 190px; }
.pad-t-190 {
  padding-top: 190px; }
.pad-b-190 {
  padding-bottom: 190px; }
.pad-tb-190 {
  padding-top: 190px;
  padding-bottom: 190px; }
.pad-200 {
  padding: 200px; }
.pad-t-200 {
  padding-top: 200px; }
.pad-b-200 {
  padding-bottom: 200px; }
.pad-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px; }
.pad-210 {
  padding: 210px; }
.pad-t-210 {
  padding-top: 210px; }
.pad-b-210 {
  padding-bottom: 210px; }
.pad-tb-210 {
  padding-top: 210px;
  padding-bottom: 210px; }
.pad-220 {
  padding: 220px; }
.pad-t-220 {
  padding-top: 220px; }
.pad-b-220 {
  padding-bottom: 220px; }
.pad-tb-220 {
  padding-top: 220px;
  padding-bottom: 220px; }
.pad-230 {
  padding: 230px; }
.pad-t-230 {
  padding-top: 230px; }
.pad-b-230 {
  padding-bottom: 230px; }
.pad-tb-230 {
  padding-top: 230px;
  padding-bottom: 230px; }
.pad-240 {
  padding: 240px; }
.pad-t-240 {
  padding-top: 240px; }
.pad-b-240 {
  padding-bottom: 240px; }
.pad-tb-240 {
  padding-top: 240px;
  padding-bottom: 240px; }
.pad-250 {
  padding: 250px; }
.pad-t-250 {
  padding-top: 250px; }
.pad-b-250 {
  padding-bottom: 250px; }
.pad-tb-250 {
  padding-top: 250px;
  padding-bottom: 250px; }
.margin-10 {
  margin: 10px; }
.margin-t-10 {
  margin-top: 10px; }
.margin-r-10 {
  margin-right: 10px; }
.margin-b-10 {
  margin-bottom: 10px; }
.margin-l-10 {
  margin-left: 10px; }
.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }
.margin-20 {
  margin: 20px; }
.margin-t-20 {
  margin-top: 20px; }
.margin-r-20 {
  margin-right: 20px; }
.margin-b-20 {
  margin-bottom: 20px; }
.margin-l-20 {
  margin-left: 20px; }
.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }
.margin-30 {
  margin: 30px; }
.margin-t-30 {
  margin-top: 30px; }
.margin-r-30 {
  margin-right: 30px; }
.margin-b-30 {
  margin-bottom: 30px; }
.margin-l-30 {
  margin-left: 30px; }
.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }
.margin-40 {
  margin: 40px; }
.margin-t-40 {
  margin-top: 40px; }
.margin-r-40 {
  margin-right: 40px; }
.margin-b-40 {
  margin-bottom: 40px; }
.margin-l-40 {
  margin-left: 40px; }
.margin-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }
.margin-50 {
  margin: 50px; }
.margin-t-50 {
  margin-top: 50px; }
.margin-r-50 {
  margin-right: 50px; }
.margin-b-50 {
  margin-bottom: 50px; }
.margin-l-50 {
  margin-left: 50px; }
.margin-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }
.margin-60 {
  margin: 60px; }
.margin-t-60 {
  margin-top: 60px; }
.margin-r-60 {
  margin-right: 60px; }
.margin-b-60 {
  margin-bottom: 60px; }
.margin-l-60 {
  margin-left: 60px; }
.margin-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }
.margin-70 {
  margin: 70px; }
.margin-t-70 {
  margin-top: 70px; }
.margin-r-70 {
  margin-right: 70px; }
.margin-b-70 {
  margin-bottom: 70px; }
.margin-l-70 {
  margin-left: 70px; }
.margin-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px; }
.margin-80 {
  margin: 80px; }
.margin-t-80 {
  margin-top: 80px; }
.margin-r-80 {
  margin-right: 80px; }
.margin-b-80 {
  margin-bottom: 80px; }
.margin-l-80 {
  margin-left: 80px; }
.margin-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }
.margin-90 {
  margin: 90px; }
.margin-t-90 {
  margin-top: 90px; }
.margin-r-90 {
  margin-right: 90px; }
.margin-b-90 {
  margin-bottom: 90px; }
.margin-l-90 {
  margin-left: 90px; }
.margin-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px; }
.margin-100 {
  margin: 100px; }
.margin-t-100 {
  margin-top: 100px; }
.margin-r-100 {
  margin-right: 100px; }
.margin-b-100 {
  margin-bottom: 100px; }
.margin-l-100 {
  margin-left: 100px; }
.margin-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }
.margin-110 {
  margin: 110px; }
.margin-t-110 {
  margin-top: 110px; }
.margin-r-110 {
  margin-right: 110px; }
.margin-b-110 {
  margin-bottom: 110px; }
.margin-l-110 {
  margin-left: 110px; }
.margin-tb-110 {
  margin-top: 110px;
  margin-bottom: 110px; }
.margin-120 {
  margin: 120px; }
.margin-t-120 {
  margin-top: 120px; }
.margin-r-120 {
  margin-right: 120px; }
.margin-b-120 {
  margin-bottom: 120px; }
.margin-l-120 {
  margin-left: 120px; }
.margin-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px; }
.margin-130 {
  margin: 130px; }
.margin-t-130 {
  margin-top: 130px; }
.margin-r-130 {
  margin-right: 130px; }
.margin-b-130 {
  margin-bottom: 130px; }
.margin-l-130 {
  margin-left: 130px; }
.margin-tb-130 {
  margin-top: 130px;
  margin-bottom: 130px; }
.margin-140 {
  margin: 140px; }
.margin-t-140 {
  margin-top: 140px; }
.margin-r-140 {
  margin-right: 140px; }
.margin-b-140 {
  margin-bottom: 140px; }
.margin-l-140 {
  margin-left: 140px; }
.margin-tb-140 {
  margin-top: 140px;
  margin-bottom: 140px; }
.margin-150 {
  margin: 150px; }
.margin-t-150 {
  margin-top: 150px; }
.margin-r-150 {
  margin-right: 150px; }
.margin-b-150 {
  margin-bottom: 150px; }
.margin-l-150 {
  margin-left: 150px; }
.margin-tb-150 {
  margin-top: 150px;
  margin-bottom: 150px; }
.margin-160 {
  margin: 160px; }
.margin-t-160 {
  margin-top: 160px; }
.margin-r-160 {
  margin-right: 160px; }
.margin-b-160 {
  margin-bottom: 160px; }
.margin-l-160 {
  margin-left: 160px; }
.margin-tb-160 {
  margin-top: 160px;
  margin-bottom: 160px; }
.margin-170 {
  margin: 170px; }
.margin-t-170 {
  margin-top: 170px; }
.margin-r-170 {
  margin-right: 170px; }
.margin-b-170 {
  margin-bottom: 170px; }
.margin-l-170 {
  margin-left: 170px; }
.margin-tb-170 {
  margin-top: 170px;
  margin-bottom: 170px; }
.margin-180 {
  margin: 180px; }
.margin-t-180 {
  margin-top: 180px; }
.margin-r-180 {
  margin-right: 180px; }
.margin-b-180 {
  margin-bottom: 180px; }
.margin-l-180 {
  margin-left: 180px; }
.margin-tb-180 {
  margin-top: 180px;
  margin-bottom: 180px; }
.margin-190 {
  margin: 190px; }
.margin-t-190 {
  margin-top: 190px; }
.margin-r-190 {
  margin-right: 190px; }
.margin-b-190 {
  margin-bottom: 190px; }
.margin-l-190 {
  margin-left: 190px; }
.margin-tb-190 {
  margin-top: 190px;
  margin-bottom: 190px; }
.margin-200 {
  margin: 200px; }
.margin-t-200 {
  margin-top: 200px; }
.margin-r-200 {
  margin-right: 200px; }
.margin-b-200 {
  margin-bottom: 200px; }
.margin-l-200 {
  margin-left: 200px; }
.margin-tb-200 {
  margin-top: 200px;
  margin-bottom: 200px; }
.margin-210 {
  margin: 210px; }
.margin-t-210 {
  margin-top: 210px; }
.margin-r-210 {
  margin-right: 210px; }
.margin-b-210 {
  margin-bottom: 210px; }
.margin-l-210 {
  margin-left: 210px; }
.margin-tb-210 {
  margin-top: 210px;
  margin-bottom: 210px; }
.margin-220 {
  margin: 220px; }
.margin-t-220 {
  margin-top: 220px; }
.margin-r-220 {
  margin-right: 220px; }
.margin-b-220 {
  margin-bottom: 220px; }
.margin-l-220 {
  margin-left: 220px; }
.margin-tb-220 {
  margin-top: 220px;
  margin-bottom: 220px; }
.margin-230 {
  margin: 230px; }
.margin-t-230 {
  margin-top: 230px; }
.margin-r-230 {
  margin-right: 230px; }
.margin-b-230 {
  margin-bottom: 230px; }
.margin-l-230 {
  margin-left: 230px; }
.margin-tb-230 {
  margin-top: 230px;
  margin-bottom: 230px; }
.margin-240 {
  margin: 240px; }
.margin-t-240 {
  margin-top: 240px; }
.margin-r-240 {
  margin-right: 240px; }
.margin-b-240 {
  margin-bottom: 240px; }
.margin-l-240 {
  margin-left: 240px; }
.margin-tb-240 {
  margin-top: 240px;
  margin-bottom: 240px; }
.margin-250 {
  margin: 250px; }
.margin-t-250 {
  margin-top: 250px; }
.margin-r-250 {
  margin-right: 250px; }
.margin-b-250 {
  margin-bottom: 250px; }
.margin-l-250 {
  margin-left: 250px; }
.margin-tb-250 {
  margin-top: 250px;
  margin-bottom: 250px; }
.margin-b-50-not-last {
  margin-bottom: 50px; }
  .margin-b-50-not-last:last-of-type {
    margin-bottom: 0; }
.width-10 {
  width: 10%; }
.width-20 {
  width: 20%; }
.width-30 {
  width: 30%; }
.width-40 {
  width: 40%; }
.width-50 {
  width: 50%; }
.width-60 {
  width: 60%; }
.width-70 {
  width: 70%; }
.width-80 {
  width: 80%; }
.width-90 {
  width: 90%; }
.width-100 {
  width: 100%; }
.max-width-50 {
  max-width: 50px; }
.max-width-100 {
  max-width: 100px; }
.max-width-150 {
  max-width: 150px; }
.max-width-200 {
  max-width: 200px; }
.max-width-250 {
  max-width: 250px; }
.max-width-300 {
  max-width: 300px; }
.max-width-350 {
  max-width: 350px; }
.max-width-400 {
  max-width: 400px; }
.max-width-450 {
  max-width: 450px; }
.max-width-500 {
  max-width: 500px; }
.max-width-550 {
  max-width: 550px; }
.max-width-600 {
  max-width: 600px; }
.max-width-650 {
  max-width: 650px; }
.max-width-700 {
  max-width: 700px; }
.max-width-750 {
  max-width: 750px; }
.max-width-800 {
  max-width: 800px; }
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10; }
  #header .logo {
    color: #FF3F16;
    z-index: 2;
    position: absolute;
    left: 55px;
    right: 55px; }
    #header .logo h2 {
      position: absolute;
      top: 20px;
      font-size: 69px;
      line-height: 52px; }
    #header .logo .letter-a {
      left: 0; }
    #header .logo .letter-t {
      left: 14%; }
    #header .logo .letter-p {
      left: 25%; }
  #header #menu {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: absolute;
    top: 36px;
    right: 55px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    fill: #B3B3B3; }
    #header #menu:hover {
      fill: #FF3F16; }
  #header #navigation {
    -webkit-transition: right 200ms ease-in-out 0ms;
    -moz-transition: right 200ms ease-in-out 0ms;
    -o-transition: right 200ms ease-in-out 0ms;
    -ms-transition: right 200ms ease-in-out 0ms;
    transition: right 200ms ease-in-out 0ms;
    position: fixed;
    top: 0;
    right: -55vw;
    bottom: 0;
    width: 50vw;
    background-color: #FF3F16;
    display: flex; }
    #header #navigation.active {
      right: 0vw; }
    #header #navigation .close {
      -webkit-transition: opacity 200ms ease-in-out 0ms;
      -moz-transition: opacity 200ms ease-in-out 0ms;
      -o-transition: opacity 200ms ease-in-out 0ms;
      -ms-transition: opacity 200ms ease-in-out 0ms;
      transition: opacity 200ms ease-in-out 0ms;
      position: absolute;
      top: 36px;
      right: 40px;
      width: 30px;
      cursor: pointer;
      opacity: 0.5; }
      #header #navigation .close:hover {
        opacity: 1; }
    #header #navigation ul {
      margin-top: 150px; }
      #header #navigation ul li {
        margin-left: 40px;
        list-style: none; }
        #header #navigation ul li a {
          -webkit-transition: opacity 200ms ease-in-out 0ms;
          -moz-transition: opacity 200ms ease-in-out 0ms;
          -o-transition: opacity 200ms ease-in-out 0ms;
          -ms-transition: opacity 200ms ease-in-out 0ms;
          transition: opacity 200ms ease-in-out 0ms;
          display: block;
          opacity: 0.5;
          color: #FFFFFF;
          margin: 10px 0; }
          #header #navigation ul li a:hover, #header #navigation ul li a.active {
            opacity: 1; }
.error-page {
  text-align: center;
  padding: 100px 40px; }
  .error-page h1 {
    color: #B3B3B3;
    margin-bottom: 10px; }
  .error-page a {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    color: #FF3F16;
    cursor: pointer; }
    .error-page a:hover {
      color: #af1f00; }
.container {
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
  max-width: 1920px;
  margin: 0 auto; }
.hero-text {
  width: 100%;
  font-size: 7vw;
  line-height: 7vw;
  padding-top: 12vh; }
  .hero-text p {
    margin-top: 0; }
#body {
  display: block;
  margin-top: 100px; }
  #body section {
    display: block;
    padding-top: 55px;
    padding-bottom: 55px; }
    #body section.hero-section {
      padding-top: 0px;
      min-height: calc(100vh - 100px); }
    #body section.color-background {
      background-color: #e5e5e5; }
#footer p {
  margin: 0; }
#footer .offices {
  padding-bottom: 140px;
  padding-top: 55px;
  margin-bottom: 0; }
#footer .links {
  position: absolute;
  left: 55px;
  bottom: 40px;
  color: #B3B3B3; }
  #footer .links a {
    margin-right: 20px; }
.tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .tiles .tile {
    width: 33.33%;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px; }
    .grid .tiles .tile:last-of-type {
      padding-right: 0; }
.down-arrow {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  display: block;
  cursor: pointer;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }
  .down-arrow polyline {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    stroke: #B3B3B3; }
  .down-arrow:hover polyline {
    stroke: #FF3F16; }
.carousel-items-container {
  list-style: none; }
.carousel-indicators {
  margin-top: 60px; }
  .carousel-indicators button {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 14px;
    height: 14px;
    padding: 0;
    background-color: transparent;
    border: 2px solid #000000;
    cursor: pointer;
    margin-right: 4px; }
    .carousel-indicators button:hover {
      border-color: #FF3F16; }
    .carousel-indicators button.active {
      background-color: #000000;
      border-color: #000000;
      -webkit-box-shadow: inset 0px 0px 0px 14px black;
      -moz-box-shadow: inset 0px 0px 0px 14px black;
      box-shadow: inset 0px 0px 0px 14px black; }
.press-container p:last-of-type {
  margin-bottom: 0; }
.social {
  margin-top: 6px; }
  .social #facebook,
  .social #twitter,
  .social #linkedin,
  .social #emailshare {
    max-width: 18px;
    max-height: 18px;
    margin-right: 8px;
    margin-top: 8px; }
.toggle-year-filter a,
.toggle-company-filter a {
  position: relative;
  width: 100%;
  display: inline-block; }
  .toggle-year-filter a .toggle-arrow,
  .toggle-company-filter a .toggle-arrow {
    position: absolute;
    right: 20px;
    top: 8px; }
    .toggle-year-filter a .toggle-arrow polygon,
    .toggle-company-filter a .toggle-arrow polygon {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      fill: #B3B3B3; }
  .toggle-year-filter a:hover svg polygon,
  .toggle-company-filter a:hover svg polygon {
    fill: #FF3F16; }
.year-filter-dropdown.active li,
.company-filter-dropdown.active li {
  display: block; }
.year-filter-dropdown li,
.company-filter-dropdown li {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  display: none;
  list-style: none;
  cursor: pointer;
  color: #B3B3B3; }
  .year-filter-dropdown li:hover,
  .company-filter-dropdown li:hover {
    color: #FF3F16; }
  .year-filter-dropdown li.active,
  .company-filter-dropdown li.active {
    color: #FF3F16;
    display: block; }
.social a path,
.social a polygon,
.button-back path,
.button-back polygon {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms; }
.social a:hover polygon,
.button-back:hover polygon {
  fill: #FF3F16; }
.social a:hover path,
.button-back:hover path {
  fill: #FF3F16; }
.news-nav-split {
  display: none;
  margin: 20px 20px 20px 0;
  border-color: transparent; }
.load-more {
  cursor: pointer; }
.tablet-nav {
  display: none; }
.news-tile {
  display: none;
  padding-right: 20px; }
  .news-tile.active {
    display: block; }
  .news-tile.hidden {
    display: none !important; }
.see-map {
  display: inline-block;
  margin-top: 20px; }
.map {
  min-height: 500px; }
  .map #map {
    min-height: 500px; }
@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none; }
  .tablet-only {
    display: block; }
  html, body {
    font-size: 15px;
    line-height: 21px; }
  h1 {
    font-size: 54px;
    line-height: 68px;
    letter-spacing: -2px; }
  h2 {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px; }
  h3 {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px; }
  h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px; }
  h6 {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 2px; }
  #header .logo.nav {
    color: #FFFFFF; }
  #header .logo .letter-t {
    left: 19%; }
  #header .logo .letter-p {
    left: 33%; }
  #header #navigation {
    right: -100vw;
    width: 100vw; }
  .legal-section .col-1-3,
  .press-section .col-1-3 {
    width: 100%; }
  .legal-section .col-2-3,
  .press-section .col-2-3 {
    width: 100%;
    margin-top: 20px; }
  .expertise-section .expertise-header {
    width: 100%;
    margin-bottom: 40px; }
  .expertise-section .areas-container {
    width: 100%; }
  .partnership-section .news-header {
    width: 33.3%; }
  .partnership-section .partnership-carousel {
    width: 66.6%; }
  .office-header {
    width: 33.3%; }
  .tablet-column {
    float: left;
    width: 66.6%; }
    .tablet-column .col-2-8 {
      width: 100%; }
      .tablet-column .col-2-8 .office-name {
        float: left;
        width: 50%; }
      .tablet-column .col-2-8 .tablet-office {
        float: left;
        width: 50%;
        margin-bottom: 40px; }
  .contact-section .subnav-container {
    min-height: 400px; }
  .contact-section .subnav {
    width: 75%;
    margin-bottom: 40px; }
  .contact-section .map-container {
    width: 75%; }
  .tablet-nav {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .tablet-nav.hidden {
      display: none; }
  .subnav-container {
    width: 33.3%; }
  .tablet-2-3 {
    width: 66.6%; }
    .tablet-2-3 .col-2-3 {
      width: 100%; }
  .see-map {
    margin-top: 0; } }
@media only screen and (max-width: 500px) {
  .container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }
  #header .logo {
    left: 20px;
    right: 20px; }
  #header #menu {
    right: 20px; }
  #header #navigation ul li {
    margin-left: 20px; }
  .hero-text {
    font-size: 48px;
    line-height: 48px; }
    .hero-text p {
      margin-top: 10px; }
  #footer .links {
    left: 20px; }
  #body section {
    padding-top: 0px;
    padding-bottom: 20px; }
  html, body {
    font-size: 15px;
    line-height: 21px; }
  h1 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -2px; }
  h2 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: -2px; }
  h3 {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px; }
  h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px; }
  h6 {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 2px; }
  #body {
    margin-top: 80px; }
  #header {
    height: 80px; }
    #header .logo h2 {
      font-size: 36px;
      line-height: 38px; }
    #header .logo .letter-t {
      left: 36%; }
    #header .logo .letter-p {
      left: 60%; }
    #header #navigation .close {
      top: 24px;
      right: 20px; }
    #header #menu {
      top: 26px; }
  .sticky {
    position: relative;
    position: relative;
    position: relative;
    position: relative;
    top: 0; }
  .expertise-section .areas-container .col-1-3 {
    width: 100%;
    margin-bottom: 10px; }
  .expertise-section .areas-container .col-2-3 {
    width: 100%; }
  .partnership-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
    .partnership-section .news-header {
      width: 100%;
      margin-bottom: 20px; }
    .partnership-section .partnership-carousel {
      width: 100%; }
  #footer .tablet-column {
    width: 100%; }
  #footer .office-header {
    width: 100%; }
  #footer .office-name {
    width: 100%; }
  #footer .tablet-office {
    width: 100%; }
  #expertise .subnav-container {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0; }
  #expertise .subnav {
    width: 100%; }
  #expertise .col-4-8 {
    width: 100%; }
  #article .subnav-container,
  #article .overview-container {
    width: 100%; }
  #article .back-to-articles {
    margin-bottom: 30px;
    display: none; }
  #article .social {
    margin-bottom: 30px;
    display: none; }
  #article .title {
    margin-bottom: 40px; }
  #article .news-date {
    margin-bottom: 0px; }
  .news-section .news-title {
    display: none; }
  .news-section .subnav-container h4 {
    font-weight: 500; }
  .news-section .subnav-container {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0; }
  .news-section .col-6-8 {
    width: 100%; }
  #about .subnav-container,
  #press .subnav-container,
  #legal .subnav-container {
    margin-bottom: 20px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0; }
  #about .col-2-8,
  #about .col-6-8,
  #press .col-2-8,
  #press .col-6-8,
  #legal .col-2-8,
  #legal .col-6-8 {
    width: 100%; }
  .contact-section .subnav-container {
    width: 100%;
    min-height: auto;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0; }
  .contact-section .subnav {
    margin-top: 40px;
    width: 100%; }
  .contact-section .map-container {
    width: 100%; }
  .toggle-year-filter a .toggle-arrow,
  .toggle-company-filter a .toggle-arrow {
    right: 0px; }
  .news-nav-split {
    margin-right: 0; }
  .subnav-container {
    padding-right: 0; }
  #article .h4 {
    font-size: 18px;
    line-height: 26px; }
  .margin-b-50-not-last {
    margin-bottom: 25px; }
  #footer .offices {
    padding-bottom: 70px;
    padding-top: 30px;
    margin-bottom: 0; } }
/*# sourceMappingURL=main.css.map */ | 
	public/css/main.css | 
	@keyframes pulsate {
  0% {
    background-color: #FF3F16; }
  50% {
    background-color: #ffbdaf; }
  100% {
    background-color: #FF3F16; } }
@keyframes pulsate-opacity {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
@keyframes pulsate-login {
  0% {
    background-color: #FF3F16; }
  50% {
    background-color: #ec2a00; }
  100% {
    background-color: #FF3F16; } }
@keyframes pulsate-bg {
  0% {
    background-color: #ffa896; }
  50% {
    background-color: #ffd2c9; }
  100% {
    background-color: #ffa896; } }
@keyframes dragover {
  0% {
    border-color: #ffbdaf; }
  50% {
    border-color: #FF3F16; }
  100% {
    border-color: #ffbdaf; } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes floating2 {
  0% {
    transform: translate(0%, 0%); }
  25% {
    transform: translate(5%, 15%); }
  50% {
    transform: translate(10%, 5%); }
  75% {
    transform: translate(0%, 15%); }
  100% {
    transform: translate(0%, 0%); } }
@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(40%); }
  100% {
    transform: translateY(0%); } }
@keyframes progress-bar {
  0% {
    width: 0%; }
  20% {
    width: 80%; }
  40% {
    width: 85%; }
  60% {
    width: 88%; }
  80% {
    width: 90%; }
  100% {
    width: 92%; } }
::selection {
  background-color: #FF3F16;
  color: #FFFFFF; }
::-moz-selection {
  background-color: #FF3F16;
  color: #FFFFFF; }
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }
::-webkit-input-placeholder {
  color: #B3B3B3; }
::-moz-placeholder {
  color: #B3B3B3; }
:-ms-input-placeholder {
  color: #B3B3B3; }
:-moz-placeholder {
  color: #B3B3B3; }
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
*:focus {
  outline: 0; }
html, body {
  margin: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "akzidenz-grotesk",sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%; }
a {
  -webkit-transition: color 200ms ease-in-out 0ms;
  -moz-transition: color 200ms ease-in-out 0ms;
  -o-transition: color 200ms ease-in-out 0ms;
  -ms-transition: color 200ms ease-in-out 0ms;
  transition: color 200ms ease-in-out 0ms;
  color: inherit;
  text-decoration: none;
  color: #B3B3B3; }
  a.active, a:hover {
    color: #FF3F16; }
  a.regular {
    color: inherit; }
table {
  font-size: inherit; }
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300; }
h1 {
  font-size: 96px;
  line-height: 100px;
  letter-spacing: -2px; }
h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2px; }
h3 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0px; }
.h4,
h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px; }
h6 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px; }
  h6.normal-spacing {
    letter-spacing: 0; }
hr {
  border: 0;
  border-bottom: 1px solid #B3B3B3; }
textarea,
input {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
  outline: none;
  height: 40px;
  width: 100%;
  max-width: 600px;
  background-color: #FFFFFF;
  color: #B3B3B3;
  border: 1px solid #B3B3B3; }
  textarea:hover,
  input:hover {
    border-color: #B3B3B3; }
  textarea:focus,
  input:focus {
    border-color: #FFFFFF;
    color: #B3B3B3;
    -webkit-box-shadow: 0px 0px 0px 2px #FF3F16;
    -moz-box-shadow: 0px 0px 0px 2px #FF3F16;
    box-shadow: 0px 0px 0px 2px #FF3F16; }
  textarea[readonly], textarea:disabled,
  input[readonly],
  input:disabled {
    border-color: #B3B3B3;
    cursor: not-allowed;
    color: #B3B3B3; }
    textarea[readonly]:focus, textarea[readonly]:hover, textarea:disabled:focus, textarea:disabled:hover,
    input[readonly]:focus,
    input[readonly]:hover,
    input:disabled:focus,
    input:disabled:hover {
      cursor: not-allowed;
      border-color: #B3B3B3;
      color: #B3B3B3;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent; }
select {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #B3B3B3;
  background-color: #FFFFFF;
  border: 1px solid #B3B3B3;
  display: block;
  padding: 11px;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  select:hover {
    border-color: #B3B3B3; }
  select:focus {
    border-color: #FFFFFF;
    color: #B3B3B3;
    -webkit-box-shadow: 0px 0px 0px 2px #FF3F16;
    -moz-box-shadow: 0px 0px 0px 2px #FF3F16;
    box-shadow: 0px 0px 0px 2px #FF3F16; }
  select[readonly], select:disabled {
    border-color: #B3B3B3;
    cursor: not-allowed;
    color: #B3B3B3; }
    select[readonly]:focus, select[readonly]:hover, select:disabled:focus, select:disabled:hover {
      cursor: not-allowed;
      border-color: #B3B3B3;
      color: #B3B3B3;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent; }
ul {
  margin: 0;
  padding: 0; }
strong {
  font-weight: 500; }
.blocker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 99999; }
.two-columns-container {
  display: flex;
  flex-wrap: wrap; }
.two-columns {
  width: 50%;
  flex-shrink: 0;
  padding-right: 20px; }
.sticky {
  position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 155px; }
.no-first-p-top p:first-of-type {
  margin-top: 0; }
.tablet-only {
  display: none; }
.bold {
  font-weight: 500; }
.primary-text {
  color: #FF3F16; }
.light-text {
  color: #B3B3B3; }
.hidden {
  display: none; }
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }
.grid {
  margin: 0; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }
[class*='col-'] {
  float: left;
  padding-right: 20px; }
  .grid [class*='col-']:last-of-type {
    padding-right: 0; }
.col-1-8 {
  width: 12.5%; }
.col-2-8 {
  width: 25%; }
.col-3-8 {
  width: 37.5%; }
.col-4-8 {
  width: 50%; }
.col-5-8 {
  width: 62.5%; }
.col-6-8 {
  width: 75%; }
.col-7-8 {
  width: 87.5%; }
.col-8-8 {
  width: 100%; }
.col-1-3 {
  width: 33.3%; }
.col-2-3 {
  width: 66.6%; }
.col-3-3 {
  width: 100%; }
.pad-10 {
  padding: 10px; }
.pad-t-10 {
  padding-top: 10px; }
.pad-b-10 {
  padding-bottom: 10px; }
.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }
.pad-20 {
  padding: 20px; }
.pad-t-20 {
  padding-top: 20px; }
.pad-b-20 {
  padding-bottom: 20px; }
.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }
.pad-30 {
  padding: 30px; }
.pad-t-30 {
  padding-top: 30px; }
.pad-b-30 {
  padding-bottom: 30px; }
.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }
.pad-40 {
  padding: 40px; }
.pad-t-40 {
  padding-top: 40px; }
.pad-b-40 {
  padding-bottom: 40px; }
.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }
.pad-50 {
  padding: 50px; }
.pad-t-50 {
  padding-top: 50px; }
.pad-b-50 {
  padding-bottom: 50px; }
.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }
.pad-60 {
  padding: 60px; }
.pad-t-60 {
  padding-top: 60px; }
.pad-b-60 {
  padding-bottom: 60px; }
.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }
.pad-70 {
  padding: 70px; }
.pad-t-70 {
  padding-top: 70px; }
.pad-b-70 {
  padding-bottom: 70px; }
.pad-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }
.pad-80 {
  padding: 80px; }
.pad-t-80 {
  padding-top: 80px; }
.pad-b-80 {
  padding-bottom: 80px; }
.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }
.pad-90 {
  padding: 90px; }
.pad-t-90 {
  padding-top: 90px; }
.pad-b-90 {
  padding-bottom: 90px; }
.pad-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px; }
.pad-100 {
  padding: 100px; }
.pad-t-100 {
  padding-top: 100px; }
.pad-b-100 {
  padding-bottom: 100px; }
.pad-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }
.pad-110 {
  padding: 110px; }
.pad-t-110 {
  padding-top: 110px; }
.pad-b-110 {
  padding-bottom: 110px; }
.pad-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px; }
.pad-120 {
  padding: 120px; }
.pad-t-120 {
  padding-top: 120px; }
.pad-b-120 {
  padding-bottom: 120px; }
.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px; }
.pad-130 {
  padding: 130px; }
.pad-t-130 {
  padding-top: 130px; }
.pad-b-130 {
  padding-bottom: 130px; }
.pad-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px; }
.pad-140 {
  padding: 140px; }
.pad-t-140 {
  padding-top: 140px; }
.pad-b-140 {
  padding-bottom: 140px; }
.pad-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px; }
.pad-150 {
  padding: 150px; }
.pad-t-150 {
  padding-top: 150px; }
.pad-b-150 {
  padding-bottom: 150px; }
.pad-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px; }
.pad-160 {
  padding: 160px; }
.pad-t-160 {
  padding-top: 160px; }
.pad-b-160 {
  padding-bottom: 160px; }
.pad-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px; }
.pad-170 {
  padding: 170px; }
.pad-t-170 {
  padding-top: 170px; }
.pad-b-170 {
  padding-bottom: 170px; }
.pad-tb-170 {
  padding-top: 170px;
  padding-bottom: 170px; }
.pad-180 {
  padding: 180px; }
.pad-t-180 {
  padding-top: 180px; }
.pad-b-180 {
  padding-bottom: 180px; }
.pad-tb-180 {
  padding-top: 180px;
  padding-bottom: 180px; }
.pad-190 {
  padding: 190px; }
.pad-t-190 {
  padding-top: 190px; }
.pad-b-190 {
  padding-bottom: 190px; }
.pad-tb-190 {
  padding-top: 190px;
  padding-bottom: 190px; }
.pad-200 {
  padding: 200px; }
.pad-t-200 {
  padding-top: 200px; }
.pad-b-200 {
  padding-bottom: 200px; }
.pad-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px; }
.pad-210 {
  padding: 210px; }
.pad-t-210 {
  padding-top: 210px; }
.pad-b-210 {
  padding-bottom: 210px; }
.pad-tb-210 {
  padding-top: 210px;
  padding-bottom: 210px; }
.pad-220 {
  padding: 220px; }
.pad-t-220 {
  padding-top: 220px; }
.pad-b-220 {
  padding-bottom: 220px; }
.pad-tb-220 {
  padding-top: 220px;
  padding-bottom: 220px; }
.pad-230 {
  padding: 230px; }
.pad-t-230 {
  padding-top: 230px; }
.pad-b-230 {
  padding-bottom: 230px; }
.pad-tb-230 {
  padding-top: 230px;
  padding-bottom: 230px; }
.pad-240 {
  padding: 240px; }
.pad-t-240 {
  padding-top: 240px; }
.pad-b-240 {
  padding-bottom: 240px; }
.pad-tb-240 {
  padding-top: 240px;
  padding-bottom: 240px; }
.pad-250 {
  padding: 250px; }
.pad-t-250 {
  padding-top: 250px; }
.pad-b-250 {
  padding-bottom: 250px; }
.pad-tb-250 {
  padding-top: 250px;
  padding-bottom: 250px; }
.margin-10 {
  margin: 10px; }
.margin-t-10 {
  margin-top: 10px; }
.margin-r-10 {
  margin-right: 10px; }
.margin-b-10 {
  margin-bottom: 10px; }
.margin-l-10 {
  margin-left: 10px; }
.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }
.margin-20 {
  margin: 20px; }
.margin-t-20 {
  margin-top: 20px; }
.margin-r-20 {
  margin-right: 20px; }
.margin-b-20 {
  margin-bottom: 20px; }
.margin-l-20 {
  margin-left: 20px; }
.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }
.margin-30 {
  margin: 30px; }
.margin-t-30 {
  margin-top: 30px; }
.margin-r-30 {
  margin-right: 30px; }
.margin-b-30 {
  margin-bottom: 30px; }
.margin-l-30 {
  margin-left: 30px; }
.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }
.margin-40 {
  margin: 40px; }
.margin-t-40 {
  margin-top: 40px; }
.margin-r-40 {
  margin-right: 40px; }
.margin-b-40 {
  margin-bottom: 40px; }
.margin-l-40 {
  margin-left: 40px; }
.margin-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }
.margin-50 {
  margin: 50px; }
.margin-t-50 {
  margin-top: 50px; }
.margin-r-50 {
  margin-right: 50px; }
.margin-b-50 {
  margin-bottom: 50px; }
.margin-l-50 {
  margin-left: 50px; }
.margin-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }
.margin-60 {
  margin: 60px; }
.margin-t-60 {
  margin-top: 60px; }
.margin-r-60 {
  margin-right: 60px; }
.margin-b-60 {
  margin-bottom: 60px; }
.margin-l-60 {
  margin-left: 60px; }
.margin-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }
.margin-70 {
  margin: 70px; }
.margin-t-70 {
  margin-top: 70px; }
.margin-r-70 {
  margin-right: 70px; }
.margin-b-70 {
  margin-bottom: 70px; }
.margin-l-70 {
  margin-left: 70px; }
.margin-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px; }
.margin-80 {
  margin: 80px; }
.margin-t-80 {
  margin-top: 80px; }
.margin-r-80 {
  margin-right: 80px; }
.margin-b-80 {
  margin-bottom: 80px; }
.margin-l-80 {
  margin-left: 80px; }
.margin-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }
.margin-90 {
  margin: 90px; }
.margin-t-90 {
  margin-top: 90px; }
.margin-r-90 {
  margin-right: 90px; }
.margin-b-90 {
  margin-bottom: 90px; }
.margin-l-90 {
  margin-left: 90px; }
.margin-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px; }
.margin-100 {
  margin: 100px; }
.margin-t-100 {
  margin-top: 100px; }
.margin-r-100 {
  margin-right: 100px; }
.margin-b-100 {
  margin-bottom: 100px; }
.margin-l-100 {
  margin-left: 100px; }
.margin-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }
.margin-110 {
  margin: 110px; }
.margin-t-110 {
  margin-top: 110px; }
.margin-r-110 {
  margin-right: 110px; }
.margin-b-110 {
  margin-bottom: 110px; }
.margin-l-110 {
  margin-left: 110px; }
.margin-tb-110 {
  margin-top: 110px;
  margin-bottom: 110px; }
.margin-120 {
  margin: 120px; }
.margin-t-120 {
  margin-top: 120px; }
.margin-r-120 {
  margin-right: 120px; }
.margin-b-120 {
  margin-bottom: 120px; }
.margin-l-120 {
  margin-left: 120px; }
.margin-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px; }
.margin-130 {
  margin: 130px; }
.margin-t-130 {
  margin-top: 130px; }
.margin-r-130 {
  margin-right: 130px; }
.margin-b-130 {
  margin-bottom: 130px; }
.margin-l-130 {
  margin-left: 130px; }
.margin-tb-130 {
  margin-top: 130px;
  margin-bottom: 130px; }
.margin-140 {
  margin: 140px; }
.margin-t-140 {
  margin-top: 140px; }
.margin-r-140 {
  margin-right: 140px; }
.margin-b-140 {
  margin-bottom: 140px; }
.margin-l-140 {
  margin-left: 140px; }
.margin-tb-140 {
  margin-top: 140px;
  margin-bottom: 140px; }
.margin-150 {
  margin: 150px; }
.margin-t-150 {
  margin-top: 150px; }
.margin-r-150 {
  margin-right: 150px; }
.margin-b-150 {
  margin-bottom: 150px; }
.margin-l-150 {
  margin-left: 150px; }
.margin-tb-150 {
  margin-top: 150px;
  margin-bottom: 150px; }
.margin-160 {
  margin: 160px; }
.margin-t-160 {
  margin-top: 160px; }
.margin-r-160 {
  margin-right: 160px; }
.margin-b-160 {
  margin-bottom: 160px; }
.margin-l-160 {
  margin-left: 160px; }
.margin-tb-160 {
  margin-top: 160px;
  margin-bottom: 160px; }
.margin-170 {
  margin: 170px; }
.margin-t-170 {
  margin-top: 170px; }
.margin-r-170 {
  margin-right: 170px; }
.margin-b-170 {
  margin-bottom: 170px; }
.margin-l-170 {
  margin-left: 170px; }
.margin-tb-170 {
  margin-top: 170px;
  margin-bottom: 170px; }
.margin-180 {
  margin: 180px; }
.margin-t-180 {
  margin-top: 180px; }
.margin-r-180 {
  margin-right: 180px; }
.margin-b-180 {
  margin-bottom: 180px; }
.margin-l-180 {
  margin-left: 180px; }
.margin-tb-180 {
  margin-top: 180px;
  margin-bottom: 180px; }
.margin-190 {
  margin: 190px; }
.margin-t-190 {
  margin-top: 190px; }
.margin-r-190 {
  margin-right: 190px; }
.margin-b-190 {
  margin-bottom: 190px; }
.margin-l-190 {
  margin-left: 190px; }
.margin-tb-190 {
  margin-top: 190px;
  margin-bottom: 190px; }
.margin-200 {
  margin: 200px; }
.margin-t-200 {
  margin-top: 200px; }
.margin-r-200 {
  margin-right: 200px; }
.margin-b-200 {
  margin-bottom: 200px; }
.margin-l-200 {
  margin-left: 200px; }
.margin-tb-200 {
  margin-top: 200px;
  margin-bottom: 200px; }
.margin-210 {
  margin: 210px; }
.margin-t-210 {
  margin-top: 210px; }
.margin-r-210 {
  margin-right: 210px; }
.margin-b-210 {
  margin-bottom: 210px; }
.margin-l-210 {
  margin-left: 210px; }
.margin-tb-210 {
  margin-top: 210px;
  margin-bottom: 210px; }
.margin-220 {
  margin: 220px; }
.margin-t-220 {
  margin-top: 220px; }
.margin-r-220 {
  margin-right: 220px; }
.margin-b-220 {
  margin-bottom: 220px; }
.margin-l-220 {
  margin-left: 220px; }
.margin-tb-220 {
  margin-top: 220px;
  margin-bottom: 220px; }
.margin-230 {
  margin: 230px; }
.margin-t-230 {
  margin-top: 230px; }
.margin-r-230 {
  margin-right: 230px; }
.margin-b-230 {
  margin-bottom: 230px; }
.margin-l-230 {
  margin-left: 230px; }
.margin-tb-230 {
  margin-top: 230px;
  margin-bottom: 230px; }
.margin-240 {
  margin: 240px; }
.margin-t-240 {
  margin-top: 240px; }
.margin-r-240 {
  margin-right: 240px; }
.margin-b-240 {
  margin-bottom: 240px; }
.margin-l-240 {
  margin-left: 240px; }
.margin-tb-240 {
  margin-top: 240px;
  margin-bottom: 240px; }
.margin-250 {
  margin: 250px; }
.margin-t-250 {
  margin-top: 250px; }
.margin-r-250 {
  margin-right: 250px; }
.margin-b-250 {
  margin-bottom: 250px; }
.margin-l-250 {
  margin-left: 250px; }
.margin-tb-250 {
  margin-top: 250px;
  margin-bottom: 250px; }
.margin-b-50-not-last {
  margin-bottom: 50px; }
  .margin-b-50-not-last:last-of-type {
    margin-bottom: 0; }
.width-10 {
  width: 10%; }
.width-20 {
  width: 20%; }
.width-30 {
  width: 30%; }
.width-40 {
  width: 40%; }
.width-50 {
  width: 50%; }
.width-60 {
  width: 60%; }
.width-70 {
  width: 70%; }
.width-80 {
  width: 80%; }
.width-90 {
  width: 90%; }
.width-100 {
  width: 100%; }
.max-width-50 {
  max-width: 50px; }
.max-width-100 {
  max-width: 100px; }
.max-width-150 {
  max-width: 150px; }
.max-width-200 {
  max-width: 200px; }
.max-width-250 {
  max-width: 250px; }
.max-width-300 {
  max-width: 300px; }
.max-width-350 {
  max-width: 350px; }
.max-width-400 {
  max-width: 400px; }
.max-width-450 {
  max-width: 450px; }
.max-width-500 {
  max-width: 500px; }
.max-width-550 {
  max-width: 550px; }
.max-width-600 {
  max-width: 600px; }
.max-width-650 {
  max-width: 650px; }
.max-width-700 {
  max-width: 700px; }
.max-width-750 {
  max-width: 750px; }
.max-width-800 {
  max-width: 800px; }
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10; }
  #header .logo {
    color: #FF3F16;
    z-index: 2;
    position: absolute;
    left: 55px;
    right: 55px; }
    #header .logo h2 {
      position: absolute;
      top: 20px;
      font-size: 69px;
      line-height: 52px; }
    #header .logo .letter-a {
      left: 0; }
    #header .logo .letter-t {
      left: 14%; }
    #header .logo .letter-p {
      left: 25%; }
  #header #menu {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: absolute;
    top: 36px;
    right: 55px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    fill: #B3B3B3; }
    #header #menu:hover {
      fill: #FF3F16; }
  #header #navigation {
    -webkit-transition: right 200ms ease-in-out 0ms;
    -moz-transition: right 200ms ease-in-out 0ms;
    -o-transition: right 200ms ease-in-out 0ms;
    -ms-transition: right 200ms ease-in-out 0ms;
    transition: right 200ms ease-in-out 0ms;
    position: fixed;
    top: 0;
    right: -55vw;
    bottom: 0;
    width: 50vw;
    background-color: #FF3F16;
    display: flex; }
    #header #navigation.active {
      right: 0vw; }
    #header #navigation .close {
      -webkit-transition: opacity 200ms ease-in-out 0ms;
      -moz-transition: opacity 200ms ease-in-out 0ms;
      -o-transition: opacity 200ms ease-in-out 0ms;
      -ms-transition: opacity 200ms ease-in-out 0ms;
      transition: opacity 200ms ease-in-out 0ms;
      position: absolute;
      top: 36px;
      right: 40px;
      width: 30px;
      cursor: pointer;
      opacity: 0.5; }
      #header #navigation .close:hover {
        opacity: 1; }
    #header #navigation ul {
      margin-top: 150px; }
      #header #navigation ul li {
        margin-left: 40px;
        list-style: none; }
        #header #navigation ul li a {
          -webkit-transition: opacity 200ms ease-in-out 0ms;
          -moz-transition: opacity 200ms ease-in-out 0ms;
          -o-transition: opacity 200ms ease-in-out 0ms;
          -ms-transition: opacity 200ms ease-in-out 0ms;
          transition: opacity 200ms ease-in-out 0ms;
          display: block;
          opacity: 0.5;
          color: #FFFFFF;
          margin: 10px 0; }
          #header #navigation ul li a:hover, #header #navigation ul li a.active {
            opacity: 1; }
.error-page {
  text-align: center;
  padding: 100px 40px; }
  .error-page h1 {
    color: #B3B3B3;
    margin-bottom: 10px; }
  .error-page a {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    color: #FF3F16;
    cursor: pointer; }
    .error-page a:hover {
      color: #af1f00; }
.container {
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
  max-width: 1920px;
  margin: 0 auto; }
.hero-text {
  width: 100%;
  font-size: 7vw;
  line-height: 7vw;
  padding-top: 12vh; }
  .hero-text p {
    margin-top: 0; }
#body {
  display: block;
  margin-top: 100px; }
  #body section {
    display: block;
    padding-top: 55px;
    padding-bottom: 55px; }
    #body section.hero-section {
      padding-top: 0px;
      min-height: calc(100vh - 100px); }
    #body section.color-background {
      background-color: #e5e5e5; }
#footer p {
  margin: 0; }
#footer .offices {
  padding-bottom: 140px;
  padding-top: 55px;
  margin-bottom: 0; }
#footer .links {
  position: absolute;
  left: 55px;
  bottom: 40px;
  color: #B3B3B3; }
  #footer .links a {
    margin-right: 20px; }
.tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .tiles .tile {
    width: 33.33%;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px; }
    .grid .tiles .tile:last-of-type {
      padding-right: 0; }
.down-arrow {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  display: block;
  cursor: pointer;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }
  .down-arrow polyline {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    stroke: #B3B3B3; }
  .down-arrow:hover polyline {
    stroke: #FF3F16; }
.carousel-items-container {
  list-style: none; }
.carousel-indicators {
  margin-top: 60px; }
  .carousel-indicators button {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 14px;
    height: 14px;
    padding: 0;
    background-color: transparent;
    border: 2px solid #000000;
    cursor: pointer;
    margin-right: 4px; }
    .carousel-indicators button:hover {
      border-color: #FF3F16; }
    .carousel-indicators button.active {
      background-color: #000000;
      border-color: #000000;
      -webkit-box-shadow: inset 0px 0px 0px 14px black;
      -moz-box-shadow: inset 0px 0px 0px 14px black;
      box-shadow: inset 0px 0px 0px 14px black; }
.press-container p:last-of-type {
  margin-bottom: 0; }
.social {
  margin-top: 6px; }
  .social #facebook,
  .social #twitter,
  .social #linkedin,
  .social #emailshare {
    max-width: 18px;
    max-height: 18px;
    margin-right: 8px;
    margin-top: 8px; }
.toggle-year-filter a,
.toggle-company-filter a {
  position: relative;
  width: 100%;
  display: inline-block; }
  .toggle-year-filter a .toggle-arrow,
  .toggle-company-filter a .toggle-arrow {
    position: absolute;
    right: 20px;
    top: 8px; }
    .toggle-year-filter a .toggle-arrow polygon,
    .toggle-company-filter a .toggle-arrow polygon {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      fill: #B3B3B3; }
  .toggle-year-filter a:hover svg polygon,
  .toggle-company-filter a:hover svg polygon {
    fill: #FF3F16; }
.year-filter-dropdown.active li,
.company-filter-dropdown.active li {
  display: block; }
.year-filter-dropdown li,
.company-filter-dropdown li {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  display: none;
  list-style: none;
  cursor: pointer;
  color: #B3B3B3; }
  .year-filter-dropdown li:hover,
  .company-filter-dropdown li:hover {
    color: #FF3F16; }
  .year-filter-dropdown li.active,
  .company-filter-dropdown li.active {
    color: #FF3F16;
    display: block; }
.social a path,
.social a polygon,
.button-back path,
.button-back polygon {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms; }
.social a:hover polygon,
.button-back:hover polygon {
  fill: #FF3F16; }
.social a:hover path,
.button-back:hover path {
  fill: #FF3F16; }
.news-nav-split {
  display: none;
  margin: 20px 20px 20px 0;
  border-color: transparent; }
.load-more {
  cursor: pointer; }
.tablet-nav {
  display: none; }
.news-tile {
  display: none;
  padding-right: 20px; }
  .news-tile.active {
    display: block; }
  .news-tile.hidden {
    display: none !important; }
.see-map {
  display: inline-block;
  margin-top: 20px; }
.map {
  min-height: 500px; }
  .map #map {
    min-height: 500px; }
@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none; }
  .tablet-only {
    display: block; }
  html, body {
    font-size: 15px;
    line-height: 21px; }
  h1 {
    font-size: 54px;
    line-height: 68px;
    letter-spacing: -2px; }
  h2 {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px; }
  h3 {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px; }
  h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px; }
  h6 {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 2px; }
  #header .logo.nav {
    color: #FFFFFF; }
  #header .logo .letter-t {
    left: 19%; }
  #header .logo .letter-p {
    left: 33%; }
  #header #navigation {
    right: -100vw;
    width: 100vw; }
  .legal-section .col-1-3,
  .press-section .col-1-3 {
    width: 100%; }
  .legal-section .col-2-3,
  .press-section .col-2-3 {
    width: 100%;
    margin-top: 20px; }
  .expertise-section .expertise-header {
    width: 100%;
    margin-bottom: 40px; }
  .expertise-section .areas-container {
    width: 100%; }
  .partnership-section .news-header {
    width: 33.3%; }
  .partnership-section .partnership-carousel {
    width: 66.6%; }
  .office-header {
    width: 33.3%; }
  .tablet-column {
    float: left;
    width: 66.6%; }
    .tablet-column .col-2-8 {
      width: 100%; }
      .tablet-column .col-2-8 .office-name {
        float: left;
        width: 50%; }
      .tablet-column .col-2-8 .tablet-office {
        float: left;
        width: 50%;
        margin-bottom: 40px; }
  .contact-section .subnav-container {
    min-height: 400px; }
  .contact-section .subnav {
    width: 75%;
    margin-bottom: 40px; }
  .contact-section .map-container {
    width: 75%; }
  .tablet-nav {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .tablet-nav.hidden {
      display: none; }
  .subnav-container {
    width: 33.3%; }
  .tablet-2-3 {
    width: 66.6%; }
    .tablet-2-3 .col-2-3 {
      width: 100%; }
  .see-map {
    margin-top: 0; } }
@media only screen and (max-width: 500px) {
  .container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }
  #header .logo {
    left: 20px;
    right: 20px; }
  #header #menu {
    right: 20px; }
  #header #navigation ul li {
    margin-left: 20px; }
  .hero-text {
    font-size: 48px;
    line-height: 48px; }
    .hero-text p {
      margin-top: 10px; }
  #footer .links {
    left: 20px; }
  #body section {
    padding-top: 0px;
    padding-bottom: 20px; }
  html, body {
    font-size: 15px;
    line-height: 21px; }
  h1 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -2px; }
  h2 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: -2px; }
  h3 {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px; }
  h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px; }
  h6 {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 2px; }
  #body {
    margin-top: 80px; }
  #header {
    height: 80px; }
    #header .logo h2 {
      font-size: 36px;
      line-height: 38px; }
    #header .logo .letter-t {
      left: 36%; }
    #header .logo .letter-p {
      left: 60%; }
    #header #navigation .close {
      top: 24px;
      right: 20px; }
    #header #menu {
      top: 26px; }
  .sticky {
    position: relative;
    position: relative;
    position: relative;
    position: relative;
    top: 0; }
  .expertise-section .areas-container .col-1-3 {
    width: 100%;
    margin-bottom: 10px; }
  .expertise-section .areas-container .col-2-3 {
    width: 100%; }
  .partnership-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
    .partnership-section .news-header {
      width: 100%;
      margin-bottom: 20px; }
    .partnership-section .partnership-carousel {
      width: 100%; }
  #footer .tablet-column {
    width: 100%; }
  #footer .office-header {
    width: 100%; }
  #footer .office-name {
    width: 100%; }
  #footer .tablet-office {
    width: 100%; }
  #expertise .subnav-container {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0; }
  #expertise .subnav {
    width: 100%; }
  #expertise .col-4-8 {
    width: 100%; }
  #article .subnav-container,
  #article .overview-container {
    width: 100%; }
  #article .back-to-articles {
    margin-bottom: 30px;
    display: none; }
  #article .social {
    margin-bottom: 30px;
    display: none; }
  #article .title {
    margin-bottom: 40px; }
  #article .news-date {
    margin-bottom: 0px; }
  .news-section .news-title {
    display: none; }
  .news-section .subnav-container h4 {
    font-weight: 500; }
  .news-section .subnav-container {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0; }
  .news-section .col-6-8 {
    width: 100%; }
  #about .subnav-container,
  #press .subnav-container,
  #legal .subnav-container {
    margin-bottom: 20px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0; }
  #about .col-2-8,
  #about .col-6-8,
  #press .col-2-8,
  #press .col-6-8,
  #legal .col-2-8,
  #legal .col-6-8 {
    width: 100%; }
  .contact-section .subnav-container {
    width: 100%;
    min-height: auto;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0; }
  .contact-section .subnav {
    margin-top: 40px;
    width: 100%; }
  .contact-section .map-container {
    width: 100%; }
  .toggle-year-filter a .toggle-arrow,
  .toggle-company-filter a .toggle-arrow {
    right: 0px; }
  .news-nav-split {
    margin-right: 0; }
  .subnav-container {
    padding-right: 0; }
  #article .h4 {
    font-size: 18px;
    line-height: 26px; }
  .margin-b-50-not-last {
    margin-bottom: 25px; }
  #footer .offices {
    padding-bottom: 70px;
    padding-top: 30px;
    margin-bottom: 0; } }
/*# sourceMappingURL=main.css.map */ | 0.372962 | 0.097648 | 
| 
	@import url(https://fonts.googleapis.com/css?family=Montserrat);
html, body {
  overflow: hidden;
}
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.background:first-child {
  background-image: url(https://img.techpowerup.org/200409/baim-hanif-pywuomhtc6k-unsplash073.jpg);
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url(https://img.techpowerup.org/200409/417773-pdlmqs-710675.jpg);
}
.background:nth-child(3) {
  background-image: url(https://img.techpowerup.org/200403/baim-hanif-pywuomhtc6k-unsplash.jpg);
}
/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 3;
}
.background:nth-child(2) {
  z-index: 2;
}
.background:nth-child(3) {
  z-index: 1;
}
.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  color: #555555;
  font-family: Courier;
  text-transform: lowerrcase;
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 8vh;
  line-height: 1.2;
}
.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}
.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
html,
body,
.wrapper {
  height: 100%;
}
html,
body {
  padding: 0;
  margin: 0;
}
body {
  font: 1rem / 1.516 'Montserrat', Arial, sans-serif;
}
.wrapper {
  position: relative;
  background: url(https://img.techpowerup.org/200409/417773-pdlmqs-710500.jpg) no-repeat center center/cover;
}
.wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.25);
}
header,
.content,
footer {
  position: absolute;
}
header,
footer {
  width: 100%;
}
header {
  top: 0;
  text-align: center;
}
.header__logo {
  max-width: 65px;
  fill: #fff;
}
.content {
  top: 50%;
  left: 50%;
  text-align: center;
  color: #6d6d6d;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content h1 {
  margin-top: 0;
}
.content form {
  margin: auto;
  display: table;
}
.content input {
  float: left;
  font-size: 12px;
  border: 1px solid #fff;
}
.content input[type=submit] {
  padding: 12px 24px;
  color: #4e4e4e;
  background: transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .235s ease-in-out;
  transition: all .235s ease-in-out;
}
.content input[type=submit]:hover {
  color: #4e4e4e;
  background: #fff;
}
.countdown {
  margin: auto;
  display: table;
  font-size: 50px;
  font-weight: 500;
}
.countdown > div {
  float: left;
  min-width: 100px;
}
.countdown span {
  position: relative;
  display: block;
  font-size: 15px;
  text-align: center;
}
.countdown span:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 20px;
  height: 1px;
  background: black;
}
footer {
  padding-bottom: 12px;
  bottom: 0;
}
.footer__links {
  text-align: center;
  list-style-type: none;
}
.footer__links li {
  display: inline-block;
}
.footer__links li:nth-of-type(n+2) {
  margin-left: 12px;
}
.footer__links a {
  padding: 8px 0;
  display: block;
  width: 41px;
  text-align: center;
  color: #4e4e4e;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: opacity .235s ease-in-out;
  transition: opacity .235s ease-in-out;
}
.footer__links a:hover {
  opacity: .5;
}
.footer__links .fa {
  vertical-align: middle;
  font-size: 21px;
} | 
	dist/style.css | 
	@import url(https://fonts.googleapis.com/css?family=Montserrat);
html, body {
  overflow: hidden;
}
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.background:first-child {
  background-image: url(https://img.techpowerup.org/200409/baim-hanif-pywuomhtc6k-unsplash073.jpg);
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url(https://img.techpowerup.org/200409/417773-pdlmqs-710675.jpg);
}
.background:nth-child(3) {
  background-image: url(https://img.techpowerup.org/200403/baim-hanif-pywuomhtc6k-unsplash.jpg);
}
/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 3;
}
.background:nth-child(2) {
  z-index: 2;
}
.background:nth-child(3) {
  z-index: 1;
}
.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  color: #555555;
  font-family: Courier;
  text-transform: lowerrcase;
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 8vh;
  line-height: 1.2;
}
.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}
.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
html,
body,
.wrapper {
  height: 100%;
}
html,
body {
  padding: 0;
  margin: 0;
}
body {
  font: 1rem / 1.516 'Montserrat', Arial, sans-serif;
}
.wrapper {
  position: relative;
  background: url(https://img.techpowerup.org/200409/417773-pdlmqs-710500.jpg) no-repeat center center/cover;
}
.wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.25);
}
header,
.content,
footer {
  position: absolute;
}
header,
footer {
  width: 100%;
}
header {
  top: 0;
  text-align: center;
}
.header__logo {
  max-width: 65px;
  fill: #fff;
}
.content {
  top: 50%;
  left: 50%;
  text-align: center;
  color: #6d6d6d;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content h1 {
  margin-top: 0;
}
.content form {
  margin: auto;
  display: table;
}
.content input {
  float: left;
  font-size: 12px;
  border: 1px solid #fff;
}
.content input[type=submit] {
  padding: 12px 24px;
  color: #4e4e4e;
  background: transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .235s ease-in-out;
  transition: all .235s ease-in-out;
}
.content input[type=submit]:hover {
  color: #4e4e4e;
  background: #fff;
}
.countdown {
  margin: auto;
  display: table;
  font-size: 50px;
  font-weight: 500;
}
.countdown > div {
  float: left;
  min-width: 100px;
}
.countdown span {
  position: relative;
  display: block;
  font-size: 15px;
  text-align: center;
}
.countdown span:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 20px;
  height: 1px;
  background: black;
}
footer {
  padding-bottom: 12px;
  bottom: 0;
}
.footer__links {
  text-align: center;
  list-style-type: none;
}
.footer__links li {
  display: inline-block;
}
.footer__links li:nth-of-type(n+2) {
  margin-left: 12px;
}
.footer__links a {
  padding: 8px 0;
  display: block;
  width: 41px;
  text-align: center;
  color: #4e4e4e;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: opacity .235s ease-in-out;
  transition: opacity .235s ease-in-out;
}
.footer__links a:hover {
  opacity: .5;
}
.footer__links .fa {
  vertical-align: middle;
  font-size: 21px;
} | 0.367043 | 0.098425 | 
| 
	.u-section-1 .u-sheet-1 {
  min-height: 760px;
}
.u-section-1 .u-image-1 {
  width: 476px;
  height: 737px;
  margin: 0 auto 0 37px;
}
.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: -466px 0 60px auto;
}
@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 550px;
  }
  .u-section-1 .u-image-1 {
    width: 340px;
    height: 527px;
    margin-left: 0;
  }
  .u-section-1 .u-text-1 {
    margin-top: -256px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 751px;
}
.u-section-2 .u-text-1 {
  margin-bottom: 0;
  margin-top: 21px;
}
.u-section-2 .u-text-2 {
  margin: 20px 0 0;
}
.u-section-2 .u-btn-1 {
  background-image: none;
  padding: 0;
}
.u-section-2 .u-btn-2 {
  background-image: none;
  font-weight: 700;
  border-style: solid;
  padding: 0;
}
.u-section-2 .u-text-3 {
  font-weight: 700;
  width: 391px;
  margin: 28px auto 0 0;
}
.u-section-2 .u-image-1 {
  width: 570px;
  height: 389px;
  margin: 9px 257px 0 auto;
}
.u-section-2 .u-image-2 {
  width: 301px;
  height: 304px;
  margin: -378px auto 0 0;
}
.u-section-2 .u-text-4 {
  margin: 94px auto 21px 12px;
}
@media (max-width: 991px) {
  .u-section-2 .u-image-1 {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 730px;
  }
  .u-section-2 .u-image-1 {
    width: 540px;
    height: 369px;
    margin-right: 0;
  }
  .u-section-2 .u-image-2 {
    margin-top: -358px;
  }
}
@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 593px;
  }
  .u-section-2 .u-text-3 {
    width: 340px;
  }
  .u-section-2 .u-image-1 {
    width: 340px;
    height: 232px;
  }
  .u-section-2 .u-image-2 {
    margin-top: -221px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 805px;
}
.u-section-3 .u-text-1 {
  font-weight: 700;
  width: 190px;
  margin: 29px auto 0 0;
}
.u-section-3 .u-image-1 {
  width: 870px;
  height: 655px;
  margin: 0 auto 0 0;
}
.u-section-3 .u-text-2 {
  margin: 20px auto 51px 0;
}
@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 692px;
  }
  .u-section-3 .u-image-1 {
    width: 720px;
    height: 542px;
  }
}
@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 557px;
  }
  .u-section-3 .u-image-1 {
    width: 540px;
    height: 407px;
  }
}
@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 406px;
  }
  .u-section-3 .u-image-1 {
    width: 340px;
    height: 256px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 796px;
}
.u-section-4 .u-text-1 {
  font-weight: 700;
  margin: 7px auto 0 0;
}
.u-section-4 .u-image-1 {
  width: 570px;
  height: 664px;
  margin: 0 auto 0 0;
}
.u-section-4 .u-text-2 {
  margin: 30px auto 20px 0;
}
@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 761px;
  }
  .u-section-4 .u-image-1 {
    width: 540px;
    height: 629px;
  }
}
@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 528px;
  }
  .u-section-4 .u-image-1 {
    width: 340px;
    height: 396px;
  }
}.u-section-5 .u-sheet-1 {
  min-height: 694px;
}
.u-section-5 .u-text-1 {
  margin-bottom: 0;
  margin-top: 21px;
}
.u-section-5 .u-text-2 {
  font-weight: 700;
  width: 201px;
  margin: 28px auto 0 0;
}
.u-section-5 .u-image-1 {
  width: 570px;
  height: 414px;
  margin: 0 auto 0 0;
}
.u-section-5 .u-text-3 {
  font-weight: 700;
  margin: 0 auto 0 0;
}
.u-section-5 .u-text-4 {
  margin: 21px 0 10px;
}
@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 672px;
  }
  .u-section-5 .u-image-1 {
    width: 540px;
    height: 392px;
  }
}
@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 527px;
  }
  .u-section-5 .u-image-1 {
    width: 340px;
    height: 247px;
  }
}.u-section-6 .u-sheet-1 {
  min-height: 967px;
}
.u-section-6 .u-text-1 {
  font-weight: 700;
  margin: 19px auto 0 0;
}
.u-section-6 .u-image-1 {
  width: 515px;
  height: 824px;
  margin: 0 auto 0 0;
}
.u-section-6 .u-text-2 {
  margin: 30px auto 19px 0;
}
@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 687px;
  }
  .u-section-6 .u-image-1 {
    width: 340px;
    height: 544px;
  }
}.u-section-7 .u-sheet-1 {
  min-height: 917px;
}
.u-section-7 .u-text-1 {
  font-weight: 700;
  margin: 28px auto 0 0;
}
.u-section-7 .u-image-1 {
  width: 570px;
  height: 740px;
  margin: 0 auto 0 0;
}
.u-section-7 .u-text-2 {
  margin: 46px 0 28px;
}
@media (max-width: 1199px) {
  .u-section-7 .u-image-1 {
    width: 470px;
    height: 610px;
  }
}
@media (max-width: 991px) {
  .u-section-7 .u-image-1 {
    width: 360px;
    height: 467px;
  }
}
@media (max-width: 767px) {
  .u-section-7 .u-sheet-1 {
    min-height: 878px;
  }
  .u-section-7 .u-image-1 {
    width: 270px;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .u-section-7 .u-sheet-1 {
    min-height: 618px;
  }
  .u-section-7 .u-image-1 {
    width: 170px;
    height: 220px;
  }
}.u-section-8 .u-sheet-1 {
  min-height: 1026px;
}
.u-section-8 .u-text-1 {
  margin: 22px 17px 0 0;
}
.u-section-8 .u-text-2 {
  font-weight: 700;
  margin: 28px 364px 0 0;
}
.u-section-8 .u-image-1 {
  width: 419px;
  height: 824px;
  margin: 20px auto 0 0;
}
.u-section-8 .u-text-3 {
  margin: 37px 28px 20px 0;
}
@media (max-width: 1199px) {
  .u-section-8 .u-text-1 {
    margin-right: 0;
  }
  .u-section-8 .u-text-2 {
    margin-right: 164px;
  }
  .u-section-8 .u-text-3 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .u-section-8 .u-text-2 {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .u-section-8 .u-sheet-1 {
    min-height: 871px;
  }
  .u-section-8 .u-image-1 {
    width: 340px;
    height: 669px;
  }
}.u-section-9 .u-sheet-1 {
  min-height: 948px;
}
.u-section-9 .u-text-1 {
  font-weight: 700;
  margin: 44px auto 0 0;
}
.u-section-9 .u-image-1 {
  width: 1024px;
  height: 782px;
  margin: 11px auto 0 0;
}
.u-section-9 .u-text-2 {
  margin: 30px auto 30px 0;
}
@media (max-width: 1199px) {
  .u-section-9 .u-sheet-1 {
    min-height: 884px;
  }
  .u-section-9 .u-image-1 {
    width: 940px;
    height: 718px;
  }
}
@media (max-width: 991px) {
  .u-section-9 .u-sheet-1 {
    min-height: 716px;
  }
  .u-section-9 .u-image-1 {
    width: 720px;
    height: 550px;
  }
}
@media (max-width: 767px) {
  .u-section-9 .u-sheet-1 {
    min-height: 579px;
  }
  .u-section-9 .u-image-1 {
    width: 540px;
    height: 413px;
  }
}
@media (max-width: 575px) {
  .u-section-9 .u-sheet-1 {
    min-height: 426px;
  }
  .u-section-9 .u-image-1 {
    width: 340px;
    height: 260px;
  }
}.u-section-10 .u-sheet-1 {
  min-height: 50vw;
}
.u-section-10 .u-text-1 {
  font-weight: 700;
  margin: 52px auto 0 0;
}
.u-section-10 .u-image-1 {
  width: 912px;
  height: 698px;
  margin: 0 auto 0 0;
}
.u-section-10 .u-text-2 {
  margin: 30px auto 0 0;
}
.u-section-10 .u-text-3 {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .u-section-10 .u-image-1 {
    width: 720px;
    height: 551px;
  }
}
@media (max-width: 767px) {
  .u-section-10 .u-image-1 {
    width: 540px;
    height: 413px;
  }
}
@media (max-width: 575px) {
  .u-section-10 .u-image-1 {
    width: 340px;
    height: 260px;
  }
}.u-section-11 .u-sheet-1 {
  min-height: 1131px;
}
.u-section-11 .u-text-1 {
  font-weight: 700;
  margin: 18px auto 0 0;
}
.u-section-11 .u-image-1 {
  width: 570px;
  height: 294px;
  margin: 0 auto 0 0;
}
.u-section-11 .u-text-2 {
  font-weight: 700;
  margin: -220px 183px 0 auto;
}
.u-section-11 .u-text-3 {
  margin: 188px auto 0 0;
}
.u-section-11 .u-image-2 {
  width: 1122px;
  height: 623px;
  margin: 30px auto 0 0;
}
.u-section-11 .u-text-4 {
  margin: 30px auto 18px 0;
}
@media (max-width: 1199px) {
  .u-section-11 .u-sheet-1 {
    min-height: 1030px;
  }
  .u-section-11 .u-image-1 {
    width: 470px;
    height: 243px;
  }
  .u-section-11 .u-image-2 {
    width: 940px;
    height: 522px;
  }
}
@media (max-width: 991px) {
  .u-section-11 .u-sheet-1 {
    min-height: 908px;
  }
  .u-section-11 .u-image-1 {
    width: 360px;
    height: 186px;
  }
  .u-section-11 .u-image-2 {
    width: 720px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .u-section-11 .u-sheet-1 {
    min-height: 793px;
  }
  .u-section-11 .u-image-1 {
    width: 270px;
    height: 140px;
  }
  .u-section-11 .u-text-2 {
    margin-top: -205px;
    margin-right: 137px;
  }
  .u-section-11 .u-image-2 {
    width: 540px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .u-section-11 .u-sheet-1 {
    min-height: 579px;
  }
  .u-section-11 .u-image-1 {
    width: 170px;
    height: 88px;
  }
  .u-section-11 .u-text-2 {
    margin-top: -102px;
    margin-right: 86px;
  }
  .u-section-11 .u-image-2 {
    width: 340px;
    height: 189px;
  }
}.u-section-12 .u-sheet-1 {
  min-height: 909px;
}
.u-section-12 .u-text-1 {
  font-weight: 700;
  margin: 48px auto 0 0;
}
.u-section-12 .u-image-1 {
  height: 726px;
  margin-top: 0;
  margin-bottom: 0;
}
.u-section-12 .u-text-2 {
  margin: 30px auto 30px 0;
}
@media (max-width: 767px) {
  .u-section-12 .u-image-1 {
    margin-top: -25px;
  }
}.u-section-13 .u-sheet-1 {
  min-height: 391px;
}
.u-section-13 .u-text-1 {
  margin-bottom: 0;
}
.u-section-13 .u-text-2 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.u-section-13 .u-text-3 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.u-section-13 .u-text-4 {
  margin: 20px 0 0;
}
.u-section-13 .u-text-5 {
  margin: 20px auto 27px 0;
} | 
	VIZ.css | 
	.u-section-1 .u-sheet-1 {
  min-height: 760px;
}
.u-section-1 .u-image-1 {
  width: 476px;
  height: 737px;
  margin: 0 auto 0 37px;
}
.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: -466px 0 60px auto;
}
@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 550px;
  }
  .u-section-1 .u-image-1 {
    width: 340px;
    height: 527px;
    margin-left: 0;
  }
  .u-section-1 .u-text-1 {
    margin-top: -256px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 751px;
}
.u-section-2 .u-text-1 {
  margin-bottom: 0;
  margin-top: 21px;
}
.u-section-2 .u-text-2 {
  margin: 20px 0 0;
}
.u-section-2 .u-btn-1 {
  background-image: none;
  padding: 0;
}
.u-section-2 .u-btn-2 {
  background-image: none;
  font-weight: 700;
  border-style: solid;
  padding: 0;
}
.u-section-2 .u-text-3 {
  font-weight: 700;
  width: 391px;
  margin: 28px auto 0 0;
}
.u-section-2 .u-image-1 {
  width: 570px;
  height: 389px;
  margin: 9px 257px 0 auto;
}
.u-section-2 .u-image-2 {
  width: 301px;
  height: 304px;
  margin: -378px auto 0 0;
}
.u-section-2 .u-text-4 {
  margin: 94px auto 21px 12px;
}
@media (max-width: 991px) {
  .u-section-2 .u-image-1 {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 730px;
  }
  .u-section-2 .u-image-1 {
    width: 540px;
    height: 369px;
    margin-right: 0;
  }
  .u-section-2 .u-image-2 {
    margin-top: -358px;
  }
}
@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 593px;
  }
  .u-section-2 .u-text-3 {
    width: 340px;
  }
  .u-section-2 .u-image-1 {
    width: 340px;
    height: 232px;
  }
  .u-section-2 .u-image-2 {
    margin-top: -221px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 805px;
}
.u-section-3 .u-text-1 {
  font-weight: 700;
  width: 190px;
  margin: 29px auto 0 0;
}
.u-section-3 .u-image-1 {
  width: 870px;
  height: 655px;
  margin: 0 auto 0 0;
}
.u-section-3 .u-text-2 {
  margin: 20px auto 51px 0;
}
@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 692px;
  }
  .u-section-3 .u-image-1 {
    width: 720px;
    height: 542px;
  }
}
@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 557px;
  }
  .u-section-3 .u-image-1 {
    width: 540px;
    height: 407px;
  }
}
@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 406px;
  }
  .u-section-3 .u-image-1 {
    width: 340px;
    height: 256px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 796px;
}
.u-section-4 .u-text-1 {
  font-weight: 700;
  margin: 7px auto 0 0;
}
.u-section-4 .u-image-1 {
  width: 570px;
  height: 664px;
  margin: 0 auto 0 0;
}
.u-section-4 .u-text-2 {
  margin: 30px auto 20px 0;
}
@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 761px;
  }
  .u-section-4 .u-image-1 {
    width: 540px;
    height: 629px;
  }
}
@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 528px;
  }
  .u-section-4 .u-image-1 {
    width: 340px;
    height: 396px;
  }
}.u-section-5 .u-sheet-1 {
  min-height: 694px;
}
.u-section-5 .u-text-1 {
  margin-bottom: 0;
  margin-top: 21px;
}
.u-section-5 .u-text-2 {
  font-weight: 700;
  width: 201px;
  margin: 28px auto 0 0;
}
.u-section-5 .u-image-1 {
  width: 570px;
  height: 414px;
  margin: 0 auto 0 0;
}
.u-section-5 .u-text-3 {
  font-weight: 700;
  margin: 0 auto 0 0;
}
.u-section-5 .u-text-4 {
  margin: 21px 0 10px;
}
@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 672px;
  }
  .u-section-5 .u-image-1 {
    width: 540px;
    height: 392px;
  }
}
@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 527px;
  }
  .u-section-5 .u-image-1 {
    width: 340px;
    height: 247px;
  }
}.u-section-6 .u-sheet-1 {
  min-height: 967px;
}
.u-section-6 .u-text-1 {
  font-weight: 700;
  margin: 19px auto 0 0;
}
.u-section-6 .u-image-1 {
  width: 515px;
  height: 824px;
  margin: 0 auto 0 0;
}
.u-section-6 .u-text-2 {
  margin: 30px auto 19px 0;
}
@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 687px;
  }
  .u-section-6 .u-image-1 {
    width: 340px;
    height: 544px;
  }
}.u-section-7 .u-sheet-1 {
  min-height: 917px;
}
.u-section-7 .u-text-1 {
  font-weight: 700;
  margin: 28px auto 0 0;
}
.u-section-7 .u-image-1 {
  width: 570px;
  height: 740px;
  margin: 0 auto 0 0;
}
.u-section-7 .u-text-2 {
  margin: 46px 0 28px;
}
@media (max-width: 1199px) {
  .u-section-7 .u-image-1 {
    width: 470px;
    height: 610px;
  }
}
@media (max-width: 991px) {
  .u-section-7 .u-image-1 {
    width: 360px;
    height: 467px;
  }
}
@media (max-width: 767px) {
  .u-section-7 .u-sheet-1 {
    min-height: 878px;
  }
  .u-section-7 .u-image-1 {
    width: 270px;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .u-section-7 .u-sheet-1 {
    min-height: 618px;
  }
  .u-section-7 .u-image-1 {
    width: 170px;
    height: 220px;
  }
}.u-section-8 .u-sheet-1 {
  min-height: 1026px;
}
.u-section-8 .u-text-1 {
  margin: 22px 17px 0 0;
}
.u-section-8 .u-text-2 {
  font-weight: 700;
  margin: 28px 364px 0 0;
}
.u-section-8 .u-image-1 {
  width: 419px;
  height: 824px;
  margin: 20px auto 0 0;
}
.u-section-8 .u-text-3 {
  margin: 37px 28px 20px 0;
}
@media (max-width: 1199px) {
  .u-section-8 .u-text-1 {
    margin-right: 0;
  }
  .u-section-8 .u-text-2 {
    margin-right: 164px;
  }
  .u-section-8 .u-text-3 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .u-section-8 .u-text-2 {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .u-section-8 .u-sheet-1 {
    min-height: 871px;
  }
  .u-section-8 .u-image-1 {
    width: 340px;
    height: 669px;
  }
}.u-section-9 .u-sheet-1 {
  min-height: 948px;
}
.u-section-9 .u-text-1 {
  font-weight: 700;
  margin: 44px auto 0 0;
}
.u-section-9 .u-image-1 {
  width: 1024px;
  height: 782px;
  margin: 11px auto 0 0;
}
.u-section-9 .u-text-2 {
  margin: 30px auto 30px 0;
}
@media (max-width: 1199px) {
  .u-section-9 .u-sheet-1 {
    min-height: 884px;
  }
  .u-section-9 .u-image-1 {
    width: 940px;
    height: 718px;
  }
}
@media (max-width: 991px) {
  .u-section-9 .u-sheet-1 {
    min-height: 716px;
  }
  .u-section-9 .u-image-1 {
    width: 720px;
    height: 550px;
  }
}
@media (max-width: 767px) {
  .u-section-9 .u-sheet-1 {
    min-height: 579px;
  }
  .u-section-9 .u-image-1 {
    width: 540px;
    height: 413px;
  }
}
@media (max-width: 575px) {
  .u-section-9 .u-sheet-1 {
    min-height: 426px;
  }
  .u-section-9 .u-image-1 {
    width: 340px;
    height: 260px;
  }
}.u-section-10 .u-sheet-1 {
  min-height: 50vw;
}
.u-section-10 .u-text-1 {
  font-weight: 700;
  margin: 52px auto 0 0;
}
.u-section-10 .u-image-1 {
  width: 912px;
  height: 698px;
  margin: 0 auto 0 0;
}
.u-section-10 .u-text-2 {
  margin: 30px auto 0 0;
}
.u-section-10 .u-text-3 {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .u-section-10 .u-image-1 {
    width: 720px;
    height: 551px;
  }
}
@media (max-width: 767px) {
  .u-section-10 .u-image-1 {
    width: 540px;
    height: 413px;
  }
}
@media (max-width: 575px) {
  .u-section-10 .u-image-1 {
    width: 340px;
    height: 260px;
  }
}.u-section-11 .u-sheet-1 {
  min-height: 1131px;
}
.u-section-11 .u-text-1 {
  font-weight: 700;
  margin: 18px auto 0 0;
}
.u-section-11 .u-image-1 {
  width: 570px;
  height: 294px;
  margin: 0 auto 0 0;
}
.u-section-11 .u-text-2 {
  font-weight: 700;
  margin: -220px 183px 0 auto;
}
.u-section-11 .u-text-3 {
  margin: 188px auto 0 0;
}
.u-section-11 .u-image-2 {
  width: 1122px;
  height: 623px;
  margin: 30px auto 0 0;
}
.u-section-11 .u-text-4 {
  margin: 30px auto 18px 0;
}
@media (max-width: 1199px) {
  .u-section-11 .u-sheet-1 {
    min-height: 1030px;
  }
  .u-section-11 .u-image-1 {
    width: 470px;
    height: 243px;
  }
  .u-section-11 .u-image-2 {
    width: 940px;
    height: 522px;
  }
}
@media (max-width: 991px) {
  .u-section-11 .u-sheet-1 {
    min-height: 908px;
  }
  .u-section-11 .u-image-1 {
    width: 360px;
    height: 186px;
  }
  .u-section-11 .u-image-2 {
    width: 720px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .u-section-11 .u-sheet-1 {
    min-height: 793px;
  }
  .u-section-11 .u-image-1 {
    width: 270px;
    height: 140px;
  }
  .u-section-11 .u-text-2 {
    margin-top: -205px;
    margin-right: 137px;
  }
  .u-section-11 .u-image-2 {
    width: 540px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .u-section-11 .u-sheet-1 {
    min-height: 579px;
  }
  .u-section-11 .u-image-1 {
    width: 170px;
    height: 88px;
  }
  .u-section-11 .u-text-2 {
    margin-top: -102px;
    margin-right: 86px;
  }
  .u-section-11 .u-image-2 {
    width: 340px;
    height: 189px;
  }
}.u-section-12 .u-sheet-1 {
  min-height: 909px;
}
.u-section-12 .u-text-1 {
  font-weight: 700;
  margin: 48px auto 0 0;
}
.u-section-12 .u-image-1 {
  height: 726px;
  margin-top: 0;
  margin-bottom: 0;
}
.u-section-12 .u-text-2 {
  margin: 30px auto 30px 0;
}
@media (max-width: 767px) {
  .u-section-12 .u-image-1 {
    margin-top: -25px;
  }
}.u-section-13 .u-sheet-1 {
  min-height: 391px;
}
.u-section-13 .u-text-1 {
  margin-bottom: 0;
}
.u-section-13 .u-text-2 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.u-section-13 .u-text-3 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.u-section-13 .u-text-4 {
  margin: 20px 0 0;
}
.u-section-13 .u-text-5 {
  margin: 20px auto 27px 0;
} | 0.352759 | 0.078855 | 
| 
	[Dashboard] */
.img-thumbnail {
	min-width: 55px;
	min-height: auto;
	margin: 5px auto 5px auto;
	display: block;
}
.img-thumbnail img {
	width: 100%;
	height: 100%;
	position: relative;
}
.mark {
	width: 100%;
	border-radius: 6px;
	background: #ffffff;
	display: block;
}
.marker {
	width: 100%;
	background: #f2f2f2;
	display: block;
}
.margin-post {
	width: 100%;
	display: block;
	text-align: center;
}
.hidden-text {
	visibility: hidden;
	display: none;
}
.label-new {
	color: #6d79af;
	font-size: 15px;
	text-align: center;
	margin: 0 15px;
	padding: 5px 15px;
	background: #eaeaea;
}
/*--------------------------------------
[Search] */
.find-wrapper {
	width: 100%;
  padding: 100px 15px 30px 15px;
  display: flex;
}
.find-top {
	width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.find-top-content {
	width: auto;
	height: auto;
	margin: 0 auto 10px auto; 
	background: #e6e6e6;
	padding: 25px 20px 10px 20px;
	border-radius: 6px;
}
.find-title {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #2a3f99;
}
.find-box-search {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 0 0 20px 0;
}
.sub-find-box-search {
	float: left;
	width: auto;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
}
.input-search {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	border-radius: 2px;
	position: relative;
	left: 4px;
}
input.input-search {
	width: 100%;
	max-width: 360px;
	height: 45px;
	padding-left: 10px;
	display: inline-block;
}
.sub-btn-find {
	width: auto;
	max-width: 130px;
	height: auto;
	margin: 20px auto 0 auto;
	display: inline-block;
	position: relative;
	padding: 0;
	background: #bdc2db;
}
.btn-find {
	width: auto;
	height: auto;
	padding: 9px 23px;
	display: inline-block;
	color: #ffffff;
	background: #3c55c4;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 3px 0 0 #2c419e;
	cursor: pointer;
}
.error-input-bottom {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	color: #c53434;
	font-size: 15px;
	float: left;
	position: relative;
}
.find-result {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	margin: 0 auto 10px auto; 
	color: darkgrey;
}
.find-not-found {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	margin: 0 auto 10px auto; 
	background: #222222;
	border-radius: 4px;
}
.bg-none {
	background: none;
}
.bg-color {
	background: #fafafa;
}
.mnone {
	margin: 0 auto;
}
.m10 {
	margin: 0 auto 10px auto; 
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.find-box {
	margin: 0 auto; 
	padding: 10px 0 10px 20px;
}
.fsb {
	font-family: Poppins-SemiBold;
	font-size: 17px;
}
.find-box-not-found {
	margin: 0 auto; 
	padding: 30px 0 30px 20px;
}
.fb {
	font-family: Poppins-Bold;
	font-size: 22px;
	color: #424242;
}
.finda {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	margin: 0 auto;
}
.find-box-filled {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	margin: 0 auto 10px auto; 
	background: #ffffff;
}
.find {
	float: left;
	margin: 0;
	padding: 10px 10px;
}
.find img { 
	width: 90px;
	height: 90px;
	border: 1px solid #d3d6e68c;
	border-radius: 2px;
}
.find-count {
	color: #7f8ed1;
	margin-left: 5px;
}
.find-user-name {
	width: 70%;
	height: auto;
	padding: 15px 10px 10px 0;
	color: #415ac7;
	font-family: Poppins-Medium;
	font-size: 15px;
	margin-left: 30px;
}
.find-user-name a:link {
	font-family: Poppins-Medium;
	font-size: 15px;
	color: #415ac7;
}
.find-user-button {
	width: 100%;
	position: relative;
	padding: 10px 10px 0 0;
}
.find-add-friend {
	max-width: 160px;
	height: auto;
	color: #ffffff;
	font-family: Poppins-SemiBold;
	font-size: 13px;
	text-align: center;
	background: #6070b6;
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
	cursor: pointer;
}
.map-url-home {
  display: none;
}
@media (max-width: 540px) {
	.find {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;	
	}
	.find-top-content {
		width: 100%;
	}
	.sub-find-box-search {
		float: none;
		padding: 20px 0 10px 0;
	}
	.find-box-search {
		width: 100%;
		padding: 0 15px 25px 10px;
	}
	.input-search {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		border-radius: 2px;
		position: relative;
		left: 0;
	}
	
	input.input-search {
		width: 100%;
		max-width: 100%;
		height: 45px;
		padding-left: 10px;
		display: inline-block;
		position: relative;
	}
	.find-box-not-found {
		margin: 0 auto; 
		padding: 30px 10px 30px 5px;
	}
	.sub-btn-find {
		width: 100%;
		max-width: 100%;
		margin: 10px auto 0 auto;
	}
	.btn-find {
		width: 100%;
		height: auto;
		padding: 9px 0;
		border-radius: 4px;
	}
	.map-url-home {
		display: block;
		margin: -15px 0 10px 20px;
		font-size: 11px;
		color: #b1b1b3;
	}
	.map-url-home-link {
		font-size: 11px;
		color: #a6b0d8;
		cursor: none;
	}
} | 
	public/css/home.css | 
	[Dashboard] */
.img-thumbnail {
	min-width: 55px;
	min-height: auto;
	margin: 5px auto 5px auto;
	display: block;
}
.img-thumbnail img {
	width: 100%;
	height: 100%;
	position: relative;
}
.mark {
	width: 100%;
	border-radius: 6px;
	background: #ffffff;
	display: block;
}
.marker {
	width: 100%;
	background: #f2f2f2;
	display: block;
}
.margin-post {
	width: 100%;
	display: block;
	text-align: center;
}
.hidden-text {
	visibility: hidden;
	display: none;
}
.label-new {
	color: #6d79af;
	font-size: 15px;
	text-align: center;
	margin: 0 15px;
	padding: 5px 15px;
	background: #eaeaea;
}
/*--------------------------------------
[Search] */
.find-wrapper {
	width: 100%;
  padding: 100px 15px 30px 15px;
  display: flex;
}
.find-top {
	width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.find-top-content {
	width: auto;
	height: auto;
	margin: 0 auto 10px auto; 
	background: #e6e6e6;
	padding: 25px 20px 10px 20px;
	border-radius: 6px;
}
.find-title {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #2a3f99;
}
.find-box-search {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 0 0 20px 0;
}
.sub-find-box-search {
	float: left;
	width: auto;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
}
.input-search {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	border-radius: 2px;
	position: relative;
	left: 4px;
}
input.input-search {
	width: 100%;
	max-width: 360px;
	height: 45px;
	padding-left: 10px;
	display: inline-block;
}
.sub-btn-find {
	width: auto;
	max-width: 130px;
	height: auto;
	margin: 20px auto 0 auto;
	display: inline-block;
	position: relative;
	padding: 0;
	background: #bdc2db;
}
.btn-find {
	width: auto;
	height: auto;
	padding: 9px 23px;
	display: inline-block;
	color: #ffffff;
	background: #3c55c4;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 3px 0 0 #2c419e;
	cursor: pointer;
}
.error-input-bottom {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	color: #c53434;
	font-size: 15px;
	float: left;
	position: relative;
}
.find-result {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	margin: 0 auto 10px auto; 
	color: darkgrey;
}
.find-not-found {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	margin: 0 auto 10px auto; 
	background: #222222;
	border-radius: 4px;
}
.bg-none {
	background: none;
}
.bg-color {
	background: #fafafa;
}
.mnone {
	margin: 0 auto;
}
.m10 {
	margin: 0 auto 10px auto; 
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.find-box {
	margin: 0 auto; 
	padding: 10px 0 10px 20px;
}
.fsb {
	font-family: Poppins-SemiBold;
	font-size: 17px;
}
.find-box-not-found {
	margin: 0 auto; 
	padding: 30px 0 30px 20px;
}
.fb {
	font-family: Poppins-Bold;
	font-size: 22px;
	color: #424242;
}
.finda {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	margin: 0 auto;
}
.find-box-filled {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	margin: 0 auto 10px auto; 
	background: #ffffff;
}
.find {
	float: left;
	margin: 0;
	padding: 10px 10px;
}
.find img { 
	width: 90px;
	height: 90px;
	border: 1px solid #d3d6e68c;
	border-radius: 2px;
}
.find-count {
	color: #7f8ed1;
	margin-left: 5px;
}
.find-user-name {
	width: 70%;
	height: auto;
	padding: 15px 10px 10px 0;
	color: #415ac7;
	font-family: Poppins-Medium;
	font-size: 15px;
	margin-left: 30px;
}
.find-user-name a:link {
	font-family: Poppins-Medium;
	font-size: 15px;
	color: #415ac7;
}
.find-user-button {
	width: 100%;
	position: relative;
	padding: 10px 10px 0 0;
}
.find-add-friend {
	max-width: 160px;
	height: auto;
	color: #ffffff;
	font-family: Poppins-SemiBold;
	font-size: 13px;
	text-align: center;
	background: #6070b6;
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
	cursor: pointer;
}
.map-url-home {
  display: none;
}
@media (max-width: 540px) {
	.find {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;	
	}
	.find-top-content {
		width: 100%;
	}
	.sub-find-box-search {
		float: none;
		padding: 20px 0 10px 0;
	}
	.find-box-search {
		width: 100%;
		padding: 0 15px 25px 10px;
	}
	.input-search {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		border-radius: 2px;
		position: relative;
		left: 0;
	}
	
	input.input-search {
		width: 100%;
		max-width: 100%;
		height: 45px;
		padding-left: 10px;
		display: inline-block;
		position: relative;
	}
	.find-box-not-found {
		margin: 0 auto; 
		padding: 30px 10px 30px 5px;
	}
	.sub-btn-find {
		width: 100%;
		max-width: 100%;
		margin: 10px auto 0 auto;
	}
	.btn-find {
		width: 100%;
		height: auto;
		padding: 9px 0;
		border-radius: 4px;
	}
	.map-url-home {
		display: block;
		margin: -15px 0 10px 20px;
		font-size: 11px;
		color: #b1b1b3;
	}
	.map-url-home-link {
		font-size: 11px;
		color: #a6b0d8;
		cursor: none;
	}
} | 0.223292 | 0.076891 | 
| 
	$light-blue-border: hsl(208, 46%, 93%);
$border-green: hsl(170, 47%, 53%);
$hover-green: hsl(170, 65%, 85%);
$text-green: hsl(170, 72%, 32%);
$category-text: hsl(219, 23%, 33%);
.portico-landing.integrations {
    color: hsl(0, 0%, 27%);
    font-weight: normal;
    h1,
    h2,
    h3 {
        &:hover::after {
            content: none;
        }
    }
    .markdown {
        font-size: 1.1rem;
    }
    .main {
        width: calc(100% - 100px);
        max-width: 1170px;
        margin: 0 auto;
        background-color: hsl(0, 0%, 100%);
        box-shadow: 0 0 80px hsla(0, 0%, 0%, 0.12);
        visibility: hidden;
        img {
            box-shadow: none;
            border: none;
        }
        @media (width <= 768px) {
            width: auto;
        }
        @media (width <= 686px) {
            width: calc(100% - 50px);
            margin: 0 auto;
        }
        @media (width <= 450px) {
            width: 100%;
        }
    }
    .padded-content {
        padding: 50px 0;
        .inner-content {
            min-height: 870px;
            .show {
                opacity: 1;
                pointer-events: all;
            }
            @media (width <= 500px) {
                height: auto;
            }
        }
        @media (width <= 450px) {
            padding: 40px 0;
        }
    }
    ol li {
        list-style: none;
    }
    ul li {
        list-style: circle;
    }
    code {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        overflow: auto;
        font-family: "Source Code Pro", monospace;
        font-size: 0.85em;
    }
    #integration-main-text {
        padding: 0 15px;
    }
    .portico-page-heading {
        font-size: 2.5em;
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
        border-bottom: none;
        a {
            color: inherit;
        }
    }
    .portico-page-subheading {
        font-weight: 400;
        font-size: 1.1em;
        color: hsl(0, 0%, 67%);
        line-height: 1.2;
        text-align: center;
    }
    #integration-search {
        margin-bottom: 30px;
        .searchbar {
            width: calc(100% - 40px);
            display: flex;
            justify-content: center;
            margin: 30px auto 0;
            .searchbar-reset {
                position: relative;
                input {
                    box-shadow: 0 0 7px 2px hsla(0, 0%, 0%, 0.03);
                    font-size: 1em;
                    font-family: inherit;
                    width: 500px;
                    height: 45px;
                    padding: 0 20px 0 50px;
                    border-radius: 40px;
                    border: 1px solid $light-blue-border;
                    display: block;
                    &:focus {
                        border: 1px solid $border-green;
                    }
                    @media (width <= 768px) {
                        width: 375px;
                        margin: 0 auto;
                    }
                    @media (width <= 550px) {
                        width: calc(100% - 80px);
                    }
                }
                i.fa-search {
                    position: absolute;
                    left: 20px;
                    top: 13px;
                    font-size: 19px;
                    color: $border-green;
                }
                @media (width <= 768px) {
                    width: 445px;
                }
                @media (width <= 550px) {
                    width: 100%;
                }
            }
        }
    }
    .catalog {
        margin-top: 20px;
        padding: 0 30px;
        min-height: 500px;
        .integration-categories-sidebar {
            float: left;
            width: 200px;
            padding: 0 30px 0 0;
            margin: 0;
            &.sticky {
                position: sticky;
                top: 40px;
                margin: auto;
                height: 490px;
                z-index: 10;
            }
            h3 {
                font-weight: 400;
                font-size: 1.1em;
                margin: 0;
            }
            h4 {
                font-weight: 400;
                font-size: 0.95em;
                padding: 6px 10px 3px;
                margin: 3px 0;
                border-radius: 5px;
                transition: all 0.3s ease;
                color: $category-text;
                &.selected,
                &:hover {
                    background-color: $hover-green;
                    color: $text-green;
                    cursor: pointer;
                }
            }
            @media (width <= 906px) {
                display: none;
            }
        }
    }
    .integration-categories-dropdown {
        margin: 30px auto;
        display: none;
        .heading {
            font-weight: 600;
        }
        @media (width <= 906px) {
            display: block;
            width: 670px;
            h3,
            h4 {
                font-weight: 400;
                margin: 0;
                padding: 12px 20px;
            }
            .dropdown-toggle {
                cursor: pointer;
                display: flex;
                position: relative;
                padding: 0;
                align-items: center;
                justify-content: space-between;
                margin-left: 25px;
                margin-right: 25px;
                border: 1px solid $light-blue-border;
            }
            i {
                margin-right: 10px;
                font-size: 24px;
            }
            .dropdown-list {
                display: none;
                cursor: pointer;
                padding: 0;
                margin-left: 25px;
                margin-right: 25px;
            }
            h3 {
                font-size: 1em;
                text-align: left;
            }
            h4 {
                border-left: 1px solid $light-blue-border;
                border-right: 1px solid $light-blue-border;
                border-bottom: 1px solid $light-blue-border;
                transition: all 0.3s ease;
                font-size: 0.9em;
                &.selected,
                &:hover {
                    background-color: $hover-green;
                    color: $text-green;
                }
            }
        }
        @media (width <= 830px) {
            width: 666px;
        }
        @media (width <= 786px) {
            width: 509px;
        }
        @media (width <= 768px) {
            width: 666px;
        }
        @media (width <= 686px) {
            width: 509px;
        }
        @media (width <= 578px) {
            width: 351px;
        }
        @media (width <= 357px) {
            width: 299px;
        }
    }
    .integration-lozenges {
        overflow: hidden;
        text-align: left;
        @media (width <= 906px) {
            text-align: center;
        }
    }
    .integration-lozenge {
        display: inline-block;
        vertical-align: top;
        width: 153px;
        height: 200px;
        padding: 0 4px;
        margin: 7px 5px;
        border-radius: 5px;
        border: 1px solid $light-blue-border;
        color: $category-text;
        text-align: center;
        transition: all 0.3s ease;
        &:hover {
            border: 1px solid $border-green;
        }
        &.legacy {
            display: none !important;
        }
        .integration-secondary-line-text {
            margin: 0;
            line-height: 10px;
            font-size: 0.65em;
            font-weight: 400;
        }
        .integration-category {
            font-size: 0.85em;
            margin-top: 5px;
            font-weight: 400;
            color: hsla(216, 23%, 13%, 0.5);
        }
        &.without-category {
            height: 180px;
        }
        .integration-logo {
            margin: 34px auto 20px;
            height: 60px;
        }
        .fa-plus {
            font-size: 59px;
        }
        .integration-name {
            font-size: 1.2em;
            font-weight: 400;
            margin: 10px 4px 0;
            &.with-secondary {
                font-size: 1.1em;
                margin-top: 4px;
            }
        }
        @media (width <= 830px) {
            width: 134px;
            height: 180px;
            .integration-logo {
                margin: 34px auto 15px;
                height: 45px;
            }
            .fa-plus {
                font-size: 45px;
            }
            .integration-name {
                font-size: 1em;
            }
            .integration-category {
                font-size: 0.8em;
            }
        }
        @media (width <= 375px) {
            width: 120px;
        }
        @media (width <= 357px) {
            width: 108px;
            height: 160px;
            &.without-category {
                height: 140px;
            }
            .integration-logo {
                margin: 28px auto 10px;
                height: 45px;
            }
            .integration-name {
                font-size: 0.9em;
            }
            .integration-category {
                font-size: 0.77em;
            }
        }
    }
    .integration-request {
        font-size: 1em;
        padding: 10px 0;
        p {
            padding-bottom: 10px;
        }
        .button {
            padding: 11px 25px;
            margin: 0 auto;
            font-size: 0.9em;
        }
    }
    @media (max-width: 550px) {
        .button {
            display: flex;
            flex-wrap: wrap;
            width: 170px;
            justify-content: center;
        }
    }
    .integration-divider {
        padding: 11px 15px 0;
    }
    /* -- integration instructions -- */
    #integration-instructions-group {
        padding: 0 50px;
        display: none;
        .integration-instruction-block {
            flex-direction: column;
            .integration-lozenge {
                width: 125px;
                height: auto;
                padding: 0 5px 20px;
                margin: 0 21px 20px;
                order: 1;
                .integration-category {
                    display: none;
                }
                @media (width <= 768px) {
                    border: none;
                    display: flex !important;
                    justify-content: space-between;
                    height: auto;
                    width: auto;
                    margin: unset;
                    padding: unset;
                    .integration-logo {
                        margin: 0;
                    }
                    .integration-name {
                        font-size: 1.2em !important;
                        margin-left: 20px;
                    }
                }
            }
            .name {
                display: none;
                font-size: 1.4em;
                font-weight: 400;
                margin: 0;
                padding-bottom: 35px;
            }
            .categories {
                order: 2;
                .integration-category {
                    font-size: 0.9em;
                    font-weight: 400;
                    padding: 6px 3px;
                    margin: 7px 0;
                    width: 165px;
                    text-align: center;
                    border-radius: 5px;
                    transition: all 0.3s ease;
                    background-color: $light-blue-border;
                    color: $category-text;
                    &:hover {
                        background-color: $hover-green;
                        color: $text-green;
                    }
                }
            }
            #integration-list-link {
                margin-left: 30px;
                order: 3;
                span {
                    display: inline-block;
                    margin-left: 5px;
                    @media (width >= 768px) {
                        margin-top: 15px;
                    }
                    @media (width <= 768px) {
                        display: none;
                    }
                }
                @media (width <= 768px) {
                    font-size: 22px;
                }
            }
            @media (width <= 768px) {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid $light-blue-border;
            }
            @media (width <= 768px) {
                .name {
                    display: block;
                }
                .categories {
                    display: none;
                }
            }
        }
        .integration-instructions {
            .help-content h3 {
                margin: 20px 0;
            }
            @media (width >= 768px) {
                width: calc(100% - 200px);
            }
            @media (width <= 768px) {
                margin-left: 0;
            }
        }
        @media (width <= 768px) {
            flex-direction: column;
        }
        @media (width <= 450px) {
            padding: 0 25px;
        }
    }
} | 
	static/styles/portico/integrations.css | 
	$light-blue-border: hsl(208, 46%, 93%);
$border-green: hsl(170, 47%, 53%);
$hover-green: hsl(170, 65%, 85%);
$text-green: hsl(170, 72%, 32%);
$category-text: hsl(219, 23%, 33%);
.portico-landing.integrations {
    color: hsl(0, 0%, 27%);
    font-weight: normal;
    h1,
    h2,
    h3 {
        &:hover::after {
            content: none;
        }
    }
    .markdown {
        font-size: 1.1rem;
    }
    .main {
        width: calc(100% - 100px);
        max-width: 1170px;
        margin: 0 auto;
        background-color: hsl(0, 0%, 100%);
        box-shadow: 0 0 80px hsla(0, 0%, 0%, 0.12);
        visibility: hidden;
        img {
            box-shadow: none;
            border: none;
        }
        @media (width <= 768px) {
            width: auto;
        }
        @media (width <= 686px) {
            width: calc(100% - 50px);
            margin: 0 auto;
        }
        @media (width <= 450px) {
            width: 100%;
        }
    }
    .padded-content {
        padding: 50px 0;
        .inner-content {
            min-height: 870px;
            .show {
                opacity: 1;
                pointer-events: all;
            }
            @media (width <= 500px) {
                height: auto;
            }
        }
        @media (width <= 450px) {
            padding: 40px 0;
        }
    }
    ol li {
        list-style: none;
    }
    ul li {
        list-style: circle;
    }
    code {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        overflow: auto;
        font-family: "Source Code Pro", monospace;
        font-size: 0.85em;
    }
    #integration-main-text {
        padding: 0 15px;
    }
    .portico-page-heading {
        font-size: 2.5em;
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
        border-bottom: none;
        a {
            color: inherit;
        }
    }
    .portico-page-subheading {
        font-weight: 400;
        font-size: 1.1em;
        color: hsl(0, 0%, 67%);
        line-height: 1.2;
        text-align: center;
    }
    #integration-search {
        margin-bottom: 30px;
        .searchbar {
            width: calc(100% - 40px);
            display: flex;
            justify-content: center;
            margin: 30px auto 0;
            .searchbar-reset {
                position: relative;
                input {
                    box-shadow: 0 0 7px 2px hsla(0, 0%, 0%, 0.03);
                    font-size: 1em;
                    font-family: inherit;
                    width: 500px;
                    height: 45px;
                    padding: 0 20px 0 50px;
                    border-radius: 40px;
                    border: 1px solid $light-blue-border;
                    display: block;
                    &:focus {
                        border: 1px solid $border-green;
                    }
                    @media (width <= 768px) {
                        width: 375px;
                        margin: 0 auto;
                    }
                    @media (width <= 550px) {
                        width: calc(100% - 80px);
                    }
                }
                i.fa-search {
                    position: absolute;
                    left: 20px;
                    top: 13px;
                    font-size: 19px;
                    color: $border-green;
                }
                @media (width <= 768px) {
                    width: 445px;
                }
                @media (width <= 550px) {
                    width: 100%;
                }
            }
        }
    }
    .catalog {
        margin-top: 20px;
        padding: 0 30px;
        min-height: 500px;
        .integration-categories-sidebar {
            float: left;
            width: 200px;
            padding: 0 30px 0 0;
            margin: 0;
            &.sticky {
                position: sticky;
                top: 40px;
                margin: auto;
                height: 490px;
                z-index: 10;
            }
            h3 {
                font-weight: 400;
                font-size: 1.1em;
                margin: 0;
            }
            h4 {
                font-weight: 400;
                font-size: 0.95em;
                padding: 6px 10px 3px;
                margin: 3px 0;
                border-radius: 5px;
                transition: all 0.3s ease;
                color: $category-text;
                &.selected,
                &:hover {
                    background-color: $hover-green;
                    color: $text-green;
                    cursor: pointer;
                }
            }
            @media (width <= 906px) {
                display: none;
            }
        }
    }
    .integration-categories-dropdown {
        margin: 30px auto;
        display: none;
        .heading {
            font-weight: 600;
        }
        @media (width <= 906px) {
            display: block;
            width: 670px;
            h3,
            h4 {
                font-weight: 400;
                margin: 0;
                padding: 12px 20px;
            }
            .dropdown-toggle {
                cursor: pointer;
                display: flex;
                position: relative;
                padding: 0;
                align-items: center;
                justify-content: space-between;
                margin-left: 25px;
                margin-right: 25px;
                border: 1px solid $light-blue-border;
            }
            i {
                margin-right: 10px;
                font-size: 24px;
            }
            .dropdown-list {
                display: none;
                cursor: pointer;
                padding: 0;
                margin-left: 25px;
                margin-right: 25px;
            }
            h3 {
                font-size: 1em;
                text-align: left;
            }
            h4 {
                border-left: 1px solid $light-blue-border;
                border-right: 1px solid $light-blue-border;
                border-bottom: 1px solid $light-blue-border;
                transition: all 0.3s ease;
                font-size: 0.9em;
                &.selected,
                &:hover {
                    background-color: $hover-green;
                    color: $text-green;
                }
            }
        }
        @media (width <= 830px) {
            width: 666px;
        }
        @media (width <= 786px) {
            width: 509px;
        }
        @media (width <= 768px) {
            width: 666px;
        }
        @media (width <= 686px) {
            width: 509px;
        }
        @media (width <= 578px) {
            width: 351px;
        }
        @media (width <= 357px) {
            width: 299px;
        }
    }
    .integration-lozenges {
        overflow: hidden;
        text-align: left;
        @media (width <= 906px) {
            text-align: center;
        }
    }
    .integration-lozenge {
        display: inline-block;
        vertical-align: top;
        width: 153px;
        height: 200px;
        padding: 0 4px;
        margin: 7px 5px;
        border-radius: 5px;
        border: 1px solid $light-blue-border;
        color: $category-text;
        text-align: center;
        transition: all 0.3s ease;
        &:hover {
            border: 1px solid $border-green;
        }
        &.legacy {
            display: none !important;
        }
        .integration-secondary-line-text {
            margin: 0;
            line-height: 10px;
            font-size: 0.65em;
            font-weight: 400;
        }
        .integration-category {
            font-size: 0.85em;
            margin-top: 5px;
            font-weight: 400;
            color: hsla(216, 23%, 13%, 0.5);
        }
        &.without-category {
            height: 180px;
        }
        .integration-logo {
            margin: 34px auto 20px;
            height: 60px;
        }
        .fa-plus {
            font-size: 59px;
        }
        .integration-name {
            font-size: 1.2em;
            font-weight: 400;
            margin: 10px 4px 0;
            &.with-secondary {
                font-size: 1.1em;
                margin-top: 4px;
            }
        }
        @media (width <= 830px) {
            width: 134px;
            height: 180px;
            .integration-logo {
                margin: 34px auto 15px;
                height: 45px;
            }
            .fa-plus {
                font-size: 45px;
            }
            .integration-name {
                font-size: 1em;
            }
            .integration-category {
                font-size: 0.8em;
            }
        }
        @media (width <= 375px) {
            width: 120px;
        }
        @media (width <= 357px) {
            width: 108px;
            height: 160px;
            &.without-category {
                height: 140px;
            }
            .integration-logo {
                margin: 28px auto 10px;
                height: 45px;
            }
            .integration-name {
                font-size: 0.9em;
            }
            .integration-category {
                font-size: 0.77em;
            }
        }
    }
    .integration-request {
        font-size: 1em;
        padding: 10px 0;
        p {
            padding-bottom: 10px;
        }
        .button {
            padding: 11px 25px;
            margin: 0 auto;
            font-size: 0.9em;
        }
    }
    @media (max-width: 550px) {
        .button {
            display: flex;
            flex-wrap: wrap;
            width: 170px;
            justify-content: center;
        }
    }
    .integration-divider {
        padding: 11px 15px 0;
    }
    /* -- integration instructions -- */
    #integration-instructions-group {
        padding: 0 50px;
        display: none;
        .integration-instruction-block {
            flex-direction: column;
            .integration-lozenge {
                width: 125px;
                height: auto;
                padding: 0 5px 20px;
                margin: 0 21px 20px;
                order: 1;
                .integration-category {
                    display: none;
                }
                @media (width <= 768px) {
                    border: none;
                    display: flex !important;
                    justify-content: space-between;
                    height: auto;
                    width: auto;
                    margin: unset;
                    padding: unset;
                    .integration-logo {
                        margin: 0;
                    }
                    .integration-name {
                        font-size: 1.2em !important;
                        margin-left: 20px;
                    }
                }
            }
            .name {
                display: none;
                font-size: 1.4em;
                font-weight: 400;
                margin: 0;
                padding-bottom: 35px;
            }
            .categories {
                order: 2;
                .integration-category {
                    font-size: 0.9em;
                    font-weight: 400;
                    padding: 6px 3px;
                    margin: 7px 0;
                    width: 165px;
                    text-align: center;
                    border-radius: 5px;
                    transition: all 0.3s ease;
                    background-color: $light-blue-border;
                    color: $category-text;
                    &:hover {
                        background-color: $hover-green;
                        color: $text-green;
                    }
                }
            }
            #integration-list-link {
                margin-left: 30px;
                order: 3;
                span {
                    display: inline-block;
                    margin-left: 5px;
                    @media (width >= 768px) {
                        margin-top: 15px;
                    }
                    @media (width <= 768px) {
                        display: none;
                    }
                }
                @media (width <= 768px) {
                    font-size: 22px;
                }
            }
            @media (width <= 768px) {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid $light-blue-border;
            }
            @media (width <= 768px) {
                .name {
                    display: block;
                }
                .categories {
                    display: none;
                }
            }
        }
        .integration-instructions {
            .help-content h3 {
                margin: 20px 0;
            }
            @media (width >= 768px) {
                width: calc(100% - 200px);
            }
            @media (width <= 768px) {
                margin-left: 0;
            }
        }
        @media (width <= 768px) {
            flex-direction: column;
        }
        @media (width <= 450px) {
            padding: 0 25px;
        }
    }
} | 0.702224 | 0.102754 | 
| 
	
.menu [href]:hover {
  color: #2196f3;
}
.menu [href]:focus {
  color: #2196f3;
}
.menu [href]:active {
  color: red;
}
.menu [href]:visited {
  color: green;
}
button {
  background-color: #f5f4fa;
  color: #212121;
}
button:hover {
  background-color: #2196f3;
  color: #fff;
}
button:focus {
  background-color: #2196f3;
  color: #fff;
}
/* cursor  */
button {
  cursor: pointer;
}
/* logo color  */
nav .bluepart {
  color: #2196f3;
}
nav .blackpart {
  color: #000;
}
footer .bluepart {
  color: #2196f3;
}
footer .blackpart {
  color: #fff;
}
/* text color, fonts,size, style  */
html,
a,
li {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.2;
  font-style: normal;
  list-style-type: none;
}
.company-logo span {
  font-family: "raleway", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.03em;
}
.menu a,
.contacts a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.hero {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2f303a;
}
.features-header {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #212121;
}
.features-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #757575;
}
.wha-we-do,
.team-header {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #212121;
}
.team-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #212121;
}
.team-post {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #757575;
}
.filter,
.button-header {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.03em;
}
.work-header {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.06em;
}
.work-type {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
}
footer address {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
} | 
	hw2_26/styles/styles.css | 
	
.menu [href]:hover {
  color: #2196f3;
}
.menu [href]:focus {
  color: #2196f3;
}
.menu [href]:active {
  color: red;
}
.menu [href]:visited {
  color: green;
}
button {
  background-color: #f5f4fa;
  color: #212121;
}
button:hover {
  background-color: #2196f3;
  color: #fff;
}
button:focus {
  background-color: #2196f3;
  color: #fff;
}
/* cursor  */
button {
  cursor: pointer;
}
/* logo color  */
nav .bluepart {
  color: #2196f3;
}
nav .blackpart {
  color: #000;
}
footer .bluepart {
  color: #2196f3;
}
footer .blackpart {
  color: #fff;
}
/* text color, fonts,size, style  */
html,
a,
li {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.2;
  font-style: normal;
  list-style-type: none;
}
.company-logo span {
  font-family: "raleway", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.03em;
}
.menu a,
.contacts a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.hero {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2f303a;
}
.features-header {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #212121;
}
.features-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #757575;
}
.wha-we-do,
.team-header {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #212121;
}
.team-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #212121;
}
.team-post {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #757575;
}
.filter,
.button-header {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.03em;
}
.work-header {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.06em;
}
.work-type {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
}
footer address {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
} | 0.311532 | 0.095856 | 
| 
	.shopp {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #e3f0ff, #fafcff);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Cart-Container {
    width: 80%;
    /* height: 85%; */
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 25px 40px #1687d933;
}
.Header {
    margin: auto;
    width: 90%;
    height: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Heading {
    font-size: 20px;
    font-family: ‘Open Sans’;
    font-weight: 700;
    color: #2f3841;
}
.Action {
    font-size: 14px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #e44c4c;
    cursor: pointer;
    border-bottom: 1px solid #e44c4c;
}
.Cart-Items {
    margin: auto;
    width: 90%;
    height: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.image-box {
    width: 15%;
    text-align: center;
    padding-bottom: 10px;
}
.about {
    height: 100%;
}
.title {
    padding-top: 10px;
    line-height: 10px;
    font-size: 32px;
    font-family: ‘Open Sans’;
    font-weight: 800;
    color: #202020;
}
.subtitle {
    line-height: 10px;
    font-size: 18px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #909090;
}
.counter {
    width: 15%;
    padding-bottom: 45px;
    margin-left: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: ‘Open Sans’;
    font-weight: 900;
    color: #202020;
    cursor: pointer;
}
.count {
    font-size: 20px;
    font-family: ‘Open Sans’;
    font-weight: 900;
    color: #202020;
}
.prices {
    height: 100%;
    text-align: right;
}
.amount {
    padding-top: 20px;
    margin-right: 35px;
    font-size: 26px;
    font-family: ‘Open Sans’;
    font-weight: 800;
    color: #202020;
}
.save {
    padding-top: 5px;
    font-size: 14px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #1687d9;
    cursor: pointer;
}
.remove {
    padding-top: 5px;
    font-size: 14px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #e44c4c;
    cursor: pointer;
}
hr {
    width: 66%;
    float: right;
    margin-right: 5%;
}
.checkout {
    float: right;
    margin-right: 5%;
    width: 28%;
}
.total {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Subtotal {
    font-size: 22px;
    font-family: ‘Open Sans’;
    font-weight: 700;
    color: #202020;
}
.items {
    font-size: 16px;
    font-family: ‘Open Sans’;
    font-weight: 500;
    color: #909090;
    line-height: 10px;
}
.total-amount {
    font-size: 26px;
    font-family: ‘Open Sans’;
    font-weight: 900;
    color: #202020;
}
.button {Cart-Container
    margin-top: 5px;
    width: 100%;
    height: 40px;
    border: none;
    background: linear-gradient(to bottom right, #b8d7ff, #8eb7eb);
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #202020;
} | 
	public/cssFront/shpongCard.css | 
	.shopp {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #e3f0ff, #fafcff);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Cart-Container {
    width: 80%;
    /* height: 85%; */
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 25px 40px #1687d933;
}
.Header {
    margin: auto;
    width: 90%;
    height: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Heading {
    font-size: 20px;
    font-family: ‘Open Sans’;
    font-weight: 700;
    color: #2f3841;
}
.Action {
    font-size: 14px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #e44c4c;
    cursor: pointer;
    border-bottom: 1px solid #e44c4c;
}
.Cart-Items {
    margin: auto;
    width: 90%;
    height: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.image-box {
    width: 15%;
    text-align: center;
    padding-bottom: 10px;
}
.about {
    height: 100%;
}
.title {
    padding-top: 10px;
    line-height: 10px;
    font-size: 32px;
    font-family: ‘Open Sans’;
    font-weight: 800;
    color: #202020;
}
.subtitle {
    line-height: 10px;
    font-size: 18px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #909090;
}
.counter {
    width: 15%;
    padding-bottom: 45px;
    margin-left: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: ‘Open Sans’;
    font-weight: 900;
    color: #202020;
    cursor: pointer;
}
.count {
    font-size: 20px;
    font-family: ‘Open Sans’;
    font-weight: 900;
    color: #202020;
}
.prices {
    height: 100%;
    text-align: right;
}
.amount {
    padding-top: 20px;
    margin-right: 35px;
    font-size: 26px;
    font-family: ‘Open Sans’;
    font-weight: 800;
    color: #202020;
}
.save {
    padding-top: 5px;
    font-size: 14px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #1687d9;
    cursor: pointer;
}
.remove {
    padding-top: 5px;
    font-size: 14px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #e44c4c;
    cursor: pointer;
}
hr {
    width: 66%;
    float: right;
    margin-right: 5%;
}
.checkout {
    float: right;
    margin-right: 5%;
    width: 28%;
}
.total {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Subtotal {
    font-size: 22px;
    font-family: ‘Open Sans’;
    font-weight: 700;
    color: #202020;
}
.items {
    font-size: 16px;
    font-family: ‘Open Sans’;
    font-weight: 500;
    color: #909090;
    line-height: 10px;
}
.total-amount {
    font-size: 26px;
    font-family: ‘Open Sans’;
    font-weight: 900;
    color: #202020;
}
.button {Cart-Container
    margin-top: 5px;
    width: 100%;
    height: 40px;
    border: none;
    background: linear-gradient(to bottom right, #b8d7ff, #8eb7eb);
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: ‘Open Sans’;
    font-weight: 600;
    color: #202020;
} | 0.481941 | 0.144813 | 
| 
	ul {
  margin-left: 2.45rem;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  /* margin-bottom: 1.45rem; */
  list-style-position: outside;
  list-style-image: none;
}
ul li {
  padding-left: 0;
}
li > ol {
  margin-left: 1.45rem;
  margin-bottom: calc(1.45rem / 2);
  margin-top: calc(1.45rem / 2);
}
li > ul {
  margin-left: 1.45rem;
  margin-bottom: calc(1.45rem / 2);
  margin-top: calc(1.45rem / 2);
}
blockquote *:last-child {
  margin-bottom: 0;
}
li *:last-child {
  margin-bottom: 0;
}
p *:last-child {
  margin-bottom: 0;
}
li > p {
  margin-bottom: calc(1.45rem / 2);
}
code {
  font-size: 0.85rem;
  line-height: 1.45rem;
}
kbd {
  font-size: 0.85rem;
  line-height: 1.45rem;
}
samp {
  font-size: 0.85rem;
  line-height: 1.45rem;
}
abbr {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
}
acronym {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
}
abbr[title] {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
  text-decoration: none;
}
thead {
  text-align: left;
}
td,
th {
  text-align: left;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.12);
  font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  padding-left: 0.96667rem;
  padding-right: 0.96667rem;
  padding-top: 0.725rem;
  padding-bottom: calc(0.725rem - 1px);
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
tt,
code {
  background-color: hsla(0, 0%, 0%, 0.04);
  border-radius: 3px;
  font-family: "SFMono-Regular", Consolas, "Roboto Mono", "Droid Sans Mono",
    "Liberation Mono", Menlo, Courier, monospace;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
pre code {
  background: none;
  line-height: 1.42;
}
code:before,
code:after,
tt:before,
tt:after {
  letter-spacing: -0.2em;
  content: " ";
}
pre code:before,
pre code:after,
pre tt:before,
pre tt:after {
  content: "";
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 100%;
  }
} | 
	src/components/layout.css | 
	ul {
  margin-left: 2.45rem;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  /* margin-bottom: 1.45rem; */
  list-style-position: outside;
  list-style-image: none;
}
ul li {
  padding-left: 0;
}
li > ol {
  margin-left: 1.45rem;
  margin-bottom: calc(1.45rem / 2);
  margin-top: calc(1.45rem / 2);
}
li > ul {
  margin-left: 1.45rem;
  margin-bottom: calc(1.45rem / 2);
  margin-top: calc(1.45rem / 2);
}
blockquote *:last-child {
  margin-bottom: 0;
}
li *:last-child {
  margin-bottom: 0;
}
p *:last-child {
  margin-bottom: 0;
}
li > p {
  margin-bottom: calc(1.45rem / 2);
}
code {
  font-size: 0.85rem;
  line-height: 1.45rem;
}
kbd {
  font-size: 0.85rem;
  line-height: 1.45rem;
}
samp {
  font-size: 0.85rem;
  line-height: 1.45rem;
}
abbr {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
}
acronym {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
}
abbr[title] {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
  text-decoration: none;
}
thead {
  text-align: left;
}
td,
th {
  text-align: left;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.12);
  font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  padding-left: 0.96667rem;
  padding-right: 0.96667rem;
  padding-top: 0.725rem;
  padding-bottom: calc(0.725rem - 1px);
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
tt,
code {
  background-color: hsla(0, 0%, 0%, 0.04);
  border-radius: 3px;
  font-family: "SFMono-Regular", Consolas, "Roboto Mono", "Droid Sans Mono",
    "Liberation Mono", Menlo, Courier, monospace;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
pre code {
  background: none;
  line-height: 1.42;
}
code:before,
code:after,
tt:before,
tt:after {
  letter-spacing: -0.2em;
  content: " ";
}
pre code:before,
pre code:after,
pre tt:before,
pre tt:after {
  content: "";
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 100%;
  }
} | 0.450118 | 0.119537 | 
| 
	  font-family: Tenor Sans;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/TenorSans/TenorSans-Regular.ttf')
    format('truetype');
} */
/* Nunito */
@font-face {
  font-family: Nunito;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Thin.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Light.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Regular.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Medium.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-SemiBold.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Bold.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-ExtraBold.ttf')
    format('truetype');
}
/* Poppins */
@font-face {
  font-family: Poppins;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Thin.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Light.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Regular.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Medium.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-SemiBold.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Bold.ttf')
    format('truetype');
}
/* Lato */
/* @font-face {
  font-family: Lato;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Thin.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Light.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Regular.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Medium.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Lato/Lato-SemiBold.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Bold.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Black.ttf')
    format('truetype');
} */ | 
	src/styles/font.css | 
	  font-family: Tenor Sans;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/TenorSans/TenorSans-Regular.ttf')
    format('truetype');
} */
/* Nunito */
@font-face {
  font-family: Nunito;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Thin.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Light.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Regular.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Medium.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-SemiBold.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Bold.ttf')
    format('truetype');
}
@font-face {
  font-family: Nunito;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-ExtraBold.ttf')
    format('truetype');
}
/* Poppins */
@font-face {
  font-family: Poppins;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Thin.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Light.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Regular.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Medium.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-SemiBold.ttf')
    format('truetype');
}
@font-face {
  font-family: Poppins;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Poppins/Poppins-Bold.ttf')
    format('truetype');
}
/* Lato */
/* @font-face {
  font-family: Lato;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Thin.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Light.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Regular.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Medium.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Lato/Lato-SemiBold.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Bold.ttf')
    format('truetype');
}
@font-face {
  font-family: Lato;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/Lato/Lato-Black.ttf')
    format('truetype');
} */ | 0.310067 | 0.043305 | 
| 
	@charset "utf-8";
/* 
Deafult size design is larger than 62rem width
*/
* {
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  line-height: 1.7em;
  color: #7f8c8d;
  font-size: 1em;
  background: #000000;
  margin: 0;
}
#header {
  background: #1c2833;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}
#header a {
  font-size: 120%;
  color: #f5f5f5;
  outline: none;
}
#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#header li {
  float: left;
}
#header li a {
  display: block;
  border-right: 1px solid #142f47;
  text-decoration: none;
  padding: 0.938rem 1.875rem;
}
#header li a::first-letter {
  font-size: 120%;
  letter-spacing: 0.1rem;
  color: #66E0FF;
  font-weight: bold;
}
#header a:focus,
#header a:hover {
  background: #0e151b;
}
#header .menu-btn:focus ~ .menu-icon,
#header .menu-icon:hover {
  background: #0e151b;
  padding: 1.75rem 1.25rem 1.75rem 1.625rem;
  border-bottom: 2px solid #00ccff;
}
#header li a:focus,
#header li a:hover {
  background: #0e151b;
  padding: 0.938rem 1.875rem 0.938rem 1.75rem;
  border-bottom: 2px solid #00ccff;
}
#header .logo {
  display: block;
  float: left;
  font-size: 205%;
  padding: 1rem 0.8rem;
  text-decoration: none;
}
#header .logo:focus,
#header .logo:hover {
  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 204, 255, 0.75);
  box-shadow: inset 0px 0px 5px 2px rgba(0, 204, 255, 0.75);
}
#header .menu {
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  float: right;
  max-height: none;
}
#header .menu-icon {
  cursor: pointer;
  display: none;
  float: right;
  padding: 1.75rem 1.25rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header .menu-icon #navicon {
  background: #f5f5f5;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 18px;
}
#header .menu-icon #navicon:before,
#header .menu-icon #navicon:after {
  background: #f5f5f5;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
#header .menu-icon #navicon:before {
  top: 5px;
}
#header .menu-icon #navicon:after {
  top: -5px;
}
#header .menu-btn {
  display: none;
}
#header .menu-btn:checked ~ .menu {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#header .menu-btn:checked ~ .menu-icon #navicon {
  background: transparent;
}
#header .menu-btn:checked ~ .menu-icon #navicon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .menu-btn:checked ~ .menu-icon #navicon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .menu-btn:checked ~ .menu-icon:not(.steps) #navicon:before,
#header .menu-btn:checked ~ .menu-icon:not(.steps) #navicon:after {
  top: 0;
}
h1,
h2,
h3,
label {
  color: #34495e;
}
input,
textarea {
  color: #703e00;
}
.pure-img-responsive {
  max-width: 100%;
  height: auto;
}
.l-box,
.padding-all {
  padding: 1em;
}
.l-box p,
.about,
.p-login {
  color: #2d3e50;
}
/* .about {
  text-align: justify;
} */
.l-box h3 {
  /* color: #1f8dd6; */
  color: #0f71b3;
}
.l-box i {
  margin-right: 0.52em;
}
.success {
  background: #27810c;
  -webkit-box-shadow: inset 0em 0em 0em 0.15em #33ff00;
  box-shadow: inset 0em 0em 0em 0.15em #33ff00;
}
.bar,
ul.errorlist li {
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  color: #eaffe4;
}
.space-around {
  /* margin: 0.5rem 1.5rem; */
  margin: 0.5rem 2.4rem;
}
.warn {
  color: #5e5700;
  border-radius: 0.5rem;
  background: #fff79b;
  -webkit-box-shadow: inset 0em 0em 0em 0.15em #ffff00;
  box-shadow: inset 0em 0em 0em 0.15em #ffff00;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.4rem 1rem;
}
.warn ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.warn li {
  text-align: center;
  padding: 0.1rem 0;
  border-bottom: 1px solid #dddddd;
}
.warn li:last-child {
  border-bottom: none;
}
ul.errorlist {
  margin: 0;
  padding: 0;
}
ul.errorlist li {
  background: #7a1111;
  -webkit-box-shadow: inset 0em 0em 0em 0.15em #ff0000;
  box-shadow: inset 0em 0em 0em 0.15em #ff0000;
  display: block;
  text-align: justify;
}
form.pure-form-aligned ul.errorlist li {
  padding-left: 11.5em;
}
.pure-form label {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: 100%;
}
.pure-form input[type],
.pure-form textarea {
  border: 2px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 100%;
  width: 100%;
  max-width: 350px;
  margin-bottom: 0.3em;
}
.pure-form textarea {
  max-width: 450px;
}
.pure-form .pure-control-group {
  margin-bottom: 1em;
}
.form-space {
  min-width: 17rem;
}
.pure-button {
  background-color: #0f71b3;
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 5px;
  text-shadow: 0 0 5px #000000;
}
.pure-button:focus,
.pure-button:hover {
  background-color: #003355;
  border: 0.06em solid #00ccff;
  padding: 0.44em 0.94em;
}
.pure-button-alt {
  font-size: 120%;
  background-color: #0f71b3;
}
.splash-container {
  background: #2d3e50;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 95%;
  top: 0;
  left: 0;
  position: fixed !important;
}
.splash {
  width: 80%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 1rem;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.splash-head {
  font-size: 300%;
  font-weight: bold;
  color: #ffffff;
  border: 3px solid #ffffff;
  padding: 1em 1.6em;
  font-weight: 100;
  border-radius: 5px;
  line-height: 1em;
}
.splash-subhead {
  color: #ffffff;
  letter-spacing: 0.05em;
  opacity: 0.8;
  text-shadow: 0 0 4px #000000;
}
.content-wrapper {
  position: absolute;
  top: 87%;
  width: 100%;
  min-height: 5%;
  z-index: 2;
  background: #ffffff;
  margin: 2rem 0;
}
.content-info {
  padding: 1em 1em 3em;
  background: #e5e8e8;
}
.content-contact {
  padding: 1em 1em 4em;
}
.content-header,
.content-header-alt {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
  text-align: center;
}
.content-header-alt {
  margin: 0;
}
.content-subheader {
  color: #34495e;
  font-size: 125%;
  margin: 0 2rem;
}
h2.content-header {
  margin: 2em 0 1em;
}
.ribbon {
  background: #2d3e50;
  color: #e5e7e9;
  text-align: center;
  padding: 4rem 1rem 2rem;
}
.ribbon h2,
.ribbon h1 {
  color: #ffffff;
}
footer {
  /* background: #111; */
  background: #131a22;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
  color: #f5f5f5;
}
.user-message-field span,
.bot-message-field span {
  color: #f5f5f5;
  margin-bottom: 0.3rem;
  padding: 0.6%;
  border-radius: 0.4rem;
  font-family: Verdana;
  display: inline-block;
  max-width: 80%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.user-message-field span {
  border-bottom: 1.4px solid #ff7300;
}
.bot-message-field span {
  border-bottom: 1.4px solid #00a2ff;
}
.user-message-field {
  text-align: right;
  margin-left: 20%;
}
.bot-message-field {
  text-align: left;
  margin-right: 30%;
}
.btnVolumeUp {
  padding: 0;
  margin: 0.3rem 0.3rem 0 0;
  background: none;
  border: none;
  display: inline-block;
  color: #ffffff;
  vertical-align: top;
}
#messageField {
  width: 95%;
  font-size: 150%;
  border-radius: 2rem;
  border-width: 0px;
  padding: 1%;
  margin-right: 0.2rem;
  background-color: #d8d8d8;
  color: #000000;
  vertical-align: middle;
}
#messageField:focus {
  outline: none;
  -webkit-box-shadow: inset 0px 0px 0.5px 3px #ff7300;
  box-shadow: inset 0px 0px 0.5px 3px #ff7300;
}
#messageField::-webkit-input-placeholder {
  color: #000127;
}
.send-msg-button {
  background: none;
  color: #eeff00;
  border: none;
  margin-bottom: 0.6rem;
}
.send-msg-button:focus,
.send-msg-button:hover,
.btnVolumeUp:focus,
.btnVolumeUp:hover {
  outline: none;
  color: #00ff00;
}
.send-msg-button:focus,
.send-msg-button:hover {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.send-msg-button:active {
  color: #086100;
}
.chat-view {
  padding: 4.4rem 0;
  background: #0f0f0f;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
}
article {
  overflow-y: auto;
  overflow-x: hidden;
  border-left-color: #008000;
}
.inner-chat-view {
  width: 85%;
  height: 80%;
  position: absolute;
  /* background: #70cce7; */
  background: #000000;
  border-radius: 0.5rem;
  border-bottom-left-radius: 2.6rem;
  border-bottom-right-radius: 2.6rem;
  overflow: hidden;
}
.chat-header {
  background: #1c2833;
  color: #f5f5f5;
  padding: 0.3rem 1rem 0.2rem;
  font-size: 150%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.chat-header a {
  padding-left: 0.5rem;
  outline: none;
}
.chat-header a:nth-child(1) {
  font-size: 85%;
}
.chat-header a:nth-child(2) {
  font-size: 115%;
}
.chat-header a:nth-child(3) {
  font-size: 150%;
}
.chat-header a:focus,
.chat-header a:hover {
  color: #00ff00;
}
.selected {
  color: #ffd900;
  text-decoration: underline;
}
.not-selected {
  color: #f5f5f5;
  text-decoration: none;
}
.font-size-smaller {
  font-size: 90%;
}
.font-size-default {
  font-size: 120%;
}
.font-size-larger {
  font-size: 150%;
}
.simple-link {
  color: #0000ff;
  text-decoration: none;
}
.simple-link:hover {
  color: #008000;
}
.simple-link:active {
  color: #775c00;
}
.scrollbar-style::-webkit-scrollbar {
  width: 0.85em;
}
.scrollbar-style::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 0.5em;
  -webkit-box-shadow: inset 0.1em 0em 0.2em #000000;
  box-shadow: inset 0.1em 0em 0.2em #000000;
}
.scrollbar-style::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 0.4em #000000;
  box-shadow: inset 0 0 0.4em #000000;
  background-color: #1c2833;
}
.ss2::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset -0.4em 0 0.5em 0 #1c2833;
  box-shadow: inset -0.4em 0 0.5em 0 #1c2833;
  background-color: #000000;
}
#header .menu-btn,
.hidden,
fieldset legend {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.about {
  padding-right: 0;
}
.center,
#inputs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.center {
  flex-wrap: wrap;
}
.user-panel,
.inner-chat-view,
.form-success,
.content-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#chat {
  height: 100%;
}
#inputs {
  padding: 0.2rem 2% 0.14rem;
  flex-wrap: nowrap;
}
.center,
#inputs,
.chat-view,
.content-form {
  -webkit-box-pack: center;
  justify-content: center;
}
.chat-header,
.center,
#inputs,
.content-form {
  align-content: center;
}
.jus-cont-spa-a {
  justify-content: space-around;
}
.jus-cont-spa-b,
.chat-header {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.user-panel {
  margin: 0 auto;
  padding-top: 2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 25rem;
}
.user-panel fieldset {
  text-align: center;
  color: #1c2833;
}
.user-panel fieldset legend {
  text-align: left;
  color: #000000;
}
.user-panel a {
  margin-top: 1rem;
}
.form-success,
.content-form {
  -webkit-box-align: center;
  align-items: center;
}
.content-form {
  /* padding: 3rem 0 6.5rem; */
  background: #e5e8e8;
  padding: 4.4rem 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 100%;
}
.error-page,
.accessibility {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 110%;
}
.accessibility {
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 3.7rem 0 3.7rem 1.5rem;
  background: #ffffff;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
.accessibility div {
  overflow-y: auto;
}
.accessibility h1 {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.1em;
  padding-right: 1.5rem;
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}
.together {
  white-space: nowrap;
}
.accessibility h2 {
  margin: 1rem 0;
  padding-right: 1.5rem;
}
.accessibility p {
  margin: 0 0 0.5rem;
  padding-right: 1.5rem;
  color: #000000;
}
.accessibility ul {
  color: #000000;
  padding: 0 1.5rem 0 2rem;
  margin: 0;
}
@media (max-width: 62rem) {
  .splash-head {
    font-size: 250%;
  }
  #header li {
    float: none;
  }
  #header li a {
    padding: 13px 20px;
    text-align: right;
    border-bottom: 1px solid #112435;
  }
  #header .menu {
    clear: both;
    float: none;
    max-height: 0;
  }
  #header .menu-btn {
    display: inline;
  }
  #header .menu-icon {
    display: inline-block;
  }
}
@media (max-width: 48rem) {
  .splash-head {
    font-size: 200%;
  }
  .scrollbar-style::-webkit-scrollbar {
    display: none;
  }
  .scrollbar-style {
    -ms-overflow-style: none;
  }
  #header .logo {
    font-size: 190%;
  }
  .chat-header {
    font-size: 130%;
  }
  .content-header,
  .content-header-alt {
    font-size: 150%;
  }
  h1.content-header,
  .content-header-alt {
    font-size: 160%;
  }
  .content-subheader {
    font-size: 110%;
  }
  .accessibility h1 {
    font-size: 170%;
  }
  .inner-chat-view {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  #messageField {
    font-size: 140%;
    padding: 1.3%;
  }
}
@media (max-width: 36rem) {
  .splash {
    height: 40%;
  }
  .accessibility h1 {
    font-size: 150%;
  }
  .accessibility h2 {
    font-size: 130%;
  }
  .splash-head {
    font-size: 170%;
    padding: 1em 0.5em;
  }
  .splash-subhead {
    font-size: 80%;
  }
  .content-header,
  .content-header-alt {
    font-size: 140%;
    font-weight: 550;
  }
  h1.content-header,
  .content-header-alt {
    font-size: 120%;
    font-weight: 550;
  }
  .content-subheader {
    font-size: 100%;
  }
  .mobile {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
  }
  .chat-view {
    padding: 4.4rem 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .inner-chat-view {
    width: 100%;
    height: 89.5%;
  }
  .font-size-smaller {
    font-size: 70%;
  }
  .font-size-default {
    font-size: 100%;
  }
  .font-size-larger {
    font-size: 125%;
  }
  #messageField {
    font-size: 130%;
    padding: 2%;
  }
  footer {
    padding: 0.4rem;
    font-size: 85%;
  }
  #header .logo {
    font-size: 160%;
  }
  #header a {
    font-size: 110%;
  }
  .inner-chat-view {
    border-bottom-left-radius: 1.8rem;
    border-bottom-right-radius: 1.8rem;
  }
}
@media (max-width: 30rem) {
  .pure-button {
    margin-top: 0.7rem;
  }
} | 
	staticfiles/styles/pure-based.38c326caa31d.css | 
	@charset "utf-8";
/* 
Deafult size design is larger than 62rem width
*/
* {
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  line-height: 1.7em;
  color: #7f8c8d;
  font-size: 1em;
  background: #000000;
  margin: 0;
}
#header {
  background: #1c2833;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}
#header a {
  font-size: 120%;
  color: #f5f5f5;
  outline: none;
}
#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#header li {
  float: left;
}
#header li a {
  display: block;
  border-right: 1px solid #142f47;
  text-decoration: none;
  padding: 0.938rem 1.875rem;
}
#header li a::first-letter {
  font-size: 120%;
  letter-spacing: 0.1rem;
  color: #66E0FF;
  font-weight: bold;
}
#header a:focus,
#header a:hover {
  background: #0e151b;
}
#header .menu-btn:focus ~ .menu-icon,
#header .menu-icon:hover {
  background: #0e151b;
  padding: 1.75rem 1.25rem 1.75rem 1.625rem;
  border-bottom: 2px solid #00ccff;
}
#header li a:focus,
#header li a:hover {
  background: #0e151b;
  padding: 0.938rem 1.875rem 0.938rem 1.75rem;
  border-bottom: 2px solid #00ccff;
}
#header .logo {
  display: block;
  float: left;
  font-size: 205%;
  padding: 1rem 0.8rem;
  text-decoration: none;
}
#header .logo:focus,
#header .logo:hover {
  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 204, 255, 0.75);
  box-shadow: inset 0px 0px 5px 2px rgba(0, 204, 255, 0.75);
}
#header .menu {
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  float: right;
  max-height: none;
}
#header .menu-icon {
  cursor: pointer;
  display: none;
  float: right;
  padding: 1.75rem 1.25rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header .menu-icon #navicon {
  background: #f5f5f5;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 18px;
}
#header .menu-icon #navicon:before,
#header .menu-icon #navicon:after {
  background: #f5f5f5;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
#header .menu-icon #navicon:before {
  top: 5px;
}
#header .menu-icon #navicon:after {
  top: -5px;
}
#header .menu-btn {
  display: none;
}
#header .menu-btn:checked ~ .menu {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#header .menu-btn:checked ~ .menu-icon #navicon {
  background: transparent;
}
#header .menu-btn:checked ~ .menu-icon #navicon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .menu-btn:checked ~ .menu-icon #navicon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .menu-btn:checked ~ .menu-icon:not(.steps) #navicon:before,
#header .menu-btn:checked ~ .menu-icon:not(.steps) #navicon:after {
  top: 0;
}
h1,
h2,
h3,
label {
  color: #34495e;
}
input,
textarea {
  color: #703e00;
}
.pure-img-responsive {
  max-width: 100%;
  height: auto;
}
.l-box,
.padding-all {
  padding: 1em;
}
.l-box p,
.about,
.p-login {
  color: #2d3e50;
}
/* .about {
  text-align: justify;
} */
.l-box h3 {
  /* color: #1f8dd6; */
  color: #0f71b3;
}
.l-box i {
  margin-right: 0.52em;
}
.success {
  background: #27810c;
  -webkit-box-shadow: inset 0em 0em 0em 0.15em #33ff00;
  box-shadow: inset 0em 0em 0em 0.15em #33ff00;
}
.bar,
ul.errorlist li {
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  color: #eaffe4;
}
.space-around {
  /* margin: 0.5rem 1.5rem; */
  margin: 0.5rem 2.4rem;
}
.warn {
  color: #5e5700;
  border-radius: 0.5rem;
  background: #fff79b;
  -webkit-box-shadow: inset 0em 0em 0em 0.15em #ffff00;
  box-shadow: inset 0em 0em 0em 0.15em #ffff00;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.4rem 1rem;
}
.warn ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.warn li {
  text-align: center;
  padding: 0.1rem 0;
  border-bottom: 1px solid #dddddd;
}
.warn li:last-child {
  border-bottom: none;
}
ul.errorlist {
  margin: 0;
  padding: 0;
}
ul.errorlist li {
  background: #7a1111;
  -webkit-box-shadow: inset 0em 0em 0em 0.15em #ff0000;
  box-shadow: inset 0em 0em 0em 0.15em #ff0000;
  display: block;
  text-align: justify;
}
form.pure-form-aligned ul.errorlist li {
  padding-left: 11.5em;
}
.pure-form label {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: 100%;
}
.pure-form input[type],
.pure-form textarea {
  border: 2px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 100%;
  width: 100%;
  max-width: 350px;
  margin-bottom: 0.3em;
}
.pure-form textarea {
  max-width: 450px;
}
.pure-form .pure-control-group {
  margin-bottom: 1em;
}
.form-space {
  min-width: 17rem;
}
.pure-button {
  background-color: #0f71b3;
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 5px;
  text-shadow: 0 0 5px #000000;
}
.pure-button:focus,
.pure-button:hover {
  background-color: #003355;
  border: 0.06em solid #00ccff;
  padding: 0.44em 0.94em;
}
.pure-button-alt {
  font-size: 120%;
  background-color: #0f71b3;
}
.splash-container {
  background: #2d3e50;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 95%;
  top: 0;
  left: 0;
  position: fixed !important;
}
.splash {
  width: 80%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 1rem;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.splash-head {
  font-size: 300%;
  font-weight: bold;
  color: #ffffff;
  border: 3px solid #ffffff;
  padding: 1em 1.6em;
  font-weight: 100;
  border-radius: 5px;
  line-height: 1em;
}
.splash-subhead {
  color: #ffffff;
  letter-spacing: 0.05em;
  opacity: 0.8;
  text-shadow: 0 0 4px #000000;
}
.content-wrapper {
  position: absolute;
  top: 87%;
  width: 100%;
  min-height: 5%;
  z-index: 2;
  background: #ffffff;
  margin: 2rem 0;
}
.content-info {
  padding: 1em 1em 3em;
  background: #e5e8e8;
}
.content-contact {
  padding: 1em 1em 4em;
}
.content-header,
.content-header-alt {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
  text-align: center;
}
.content-header-alt {
  margin: 0;
}
.content-subheader {
  color: #34495e;
  font-size: 125%;
  margin: 0 2rem;
}
h2.content-header {
  margin: 2em 0 1em;
}
.ribbon {
  background: #2d3e50;
  color: #e5e7e9;
  text-align: center;
  padding: 4rem 1rem 2rem;
}
.ribbon h2,
.ribbon h1 {
  color: #ffffff;
}
footer {
  /* background: #111; */
  background: #131a22;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
  color: #f5f5f5;
}
.user-message-field span,
.bot-message-field span {
  color: #f5f5f5;
  margin-bottom: 0.3rem;
  padding: 0.6%;
  border-radius: 0.4rem;
  font-family: Verdana;
  display: inline-block;
  max-width: 80%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.user-message-field span {
  border-bottom: 1.4px solid #ff7300;
}
.bot-message-field span {
  border-bottom: 1.4px solid #00a2ff;
}
.user-message-field {
  text-align: right;
  margin-left: 20%;
}
.bot-message-field {
  text-align: left;
  margin-right: 30%;
}
.btnVolumeUp {
  padding: 0;
  margin: 0.3rem 0.3rem 0 0;
  background: none;
  border: none;
  display: inline-block;
  color: #ffffff;
  vertical-align: top;
}
#messageField {
  width: 95%;
  font-size: 150%;
  border-radius: 2rem;
  border-width: 0px;
  padding: 1%;
  margin-right: 0.2rem;
  background-color: #d8d8d8;
  color: #000000;
  vertical-align: middle;
}
#messageField:focus {
  outline: none;
  -webkit-box-shadow: inset 0px 0px 0.5px 3px #ff7300;
  box-shadow: inset 0px 0px 0.5px 3px #ff7300;
}
#messageField::-webkit-input-placeholder {
  color: #000127;
}
.send-msg-button {
  background: none;
  color: #eeff00;
  border: none;
  margin-bottom: 0.6rem;
}
.send-msg-button:focus,
.send-msg-button:hover,
.btnVolumeUp:focus,
.btnVolumeUp:hover {
  outline: none;
  color: #00ff00;
}
.send-msg-button:focus,
.send-msg-button:hover {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.send-msg-button:active {
  color: #086100;
}
.chat-view {
  padding: 4.4rem 0;
  background: #0f0f0f;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
}
article {
  overflow-y: auto;
  overflow-x: hidden;
  border-left-color: #008000;
}
.inner-chat-view {
  width: 85%;
  height: 80%;
  position: absolute;
  /* background: #70cce7; */
  background: #000000;
  border-radius: 0.5rem;
  border-bottom-left-radius: 2.6rem;
  border-bottom-right-radius: 2.6rem;
  overflow: hidden;
}
.chat-header {
  background: #1c2833;
  color: #f5f5f5;
  padding: 0.3rem 1rem 0.2rem;
  font-size: 150%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.chat-header a {
  padding-left: 0.5rem;
  outline: none;
}
.chat-header a:nth-child(1) {
  font-size: 85%;
}
.chat-header a:nth-child(2) {
  font-size: 115%;
}
.chat-header a:nth-child(3) {
  font-size: 150%;
}
.chat-header a:focus,
.chat-header a:hover {
  color: #00ff00;
}
.selected {
  color: #ffd900;
  text-decoration: underline;
}
.not-selected {
  color: #f5f5f5;
  text-decoration: none;
}
.font-size-smaller {
  font-size: 90%;
}
.font-size-default {
  font-size: 120%;
}
.font-size-larger {
  font-size: 150%;
}
.simple-link {
  color: #0000ff;
  text-decoration: none;
}
.simple-link:hover {
  color: #008000;
}
.simple-link:active {
  color: #775c00;
}
.scrollbar-style::-webkit-scrollbar {
  width: 0.85em;
}
.scrollbar-style::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 0.5em;
  -webkit-box-shadow: inset 0.1em 0em 0.2em #000000;
  box-shadow: inset 0.1em 0em 0.2em #000000;
}
.scrollbar-style::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 0.4em #000000;
  box-shadow: inset 0 0 0.4em #000000;
  background-color: #1c2833;
}
.ss2::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset -0.4em 0 0.5em 0 #1c2833;
  box-shadow: inset -0.4em 0 0.5em 0 #1c2833;
  background-color: #000000;
}
#header .menu-btn,
.hidden,
fieldset legend {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.about {
  padding-right: 0;
}
.center,
#inputs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.center {
  flex-wrap: wrap;
}
.user-panel,
.inner-chat-view,
.form-success,
.content-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#chat {
  height: 100%;
}
#inputs {
  padding: 0.2rem 2% 0.14rem;
  flex-wrap: nowrap;
}
.center,
#inputs,
.chat-view,
.content-form {
  -webkit-box-pack: center;
  justify-content: center;
}
.chat-header,
.center,
#inputs,
.content-form {
  align-content: center;
}
.jus-cont-spa-a {
  justify-content: space-around;
}
.jus-cont-spa-b,
.chat-header {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.user-panel {
  margin: 0 auto;
  padding-top: 2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 25rem;
}
.user-panel fieldset {
  text-align: center;
  color: #1c2833;
}
.user-panel fieldset legend {
  text-align: left;
  color: #000000;
}
.user-panel a {
  margin-top: 1rem;
}
.form-success,
.content-form {
  -webkit-box-align: center;
  align-items: center;
}
.content-form {
  /* padding: 3rem 0 6.5rem; */
  background: #e5e8e8;
  padding: 4.4rem 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 100%;
}
.error-page,
.accessibility {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 110%;
}
.accessibility {
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 3.7rem 0 3.7rem 1.5rem;
  background: #ffffff;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
.accessibility div {
  overflow-y: auto;
}
.accessibility h1 {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.1em;
  padding-right: 1.5rem;
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}
.together {
  white-space: nowrap;
}
.accessibility h2 {
  margin: 1rem 0;
  padding-right: 1.5rem;
}
.accessibility p {
  margin: 0 0 0.5rem;
  padding-right: 1.5rem;
  color: #000000;
}
.accessibility ul {
  color: #000000;
  padding: 0 1.5rem 0 2rem;
  margin: 0;
}
@media (max-width: 62rem) {
  .splash-head {
    font-size: 250%;
  }
  #header li {
    float: none;
  }
  #header li a {
    padding: 13px 20px;
    text-align: right;
    border-bottom: 1px solid #112435;
  }
  #header .menu {
    clear: both;
    float: none;
    max-height: 0;
  }
  #header .menu-btn {
    display: inline;
  }
  #header .menu-icon {
    display: inline-block;
  }
}
@media (max-width: 48rem) {
  .splash-head {
    font-size: 200%;
  }
  .scrollbar-style::-webkit-scrollbar {
    display: none;
  }
  .scrollbar-style {
    -ms-overflow-style: none;
  }
  #header .logo {
    font-size: 190%;
  }
  .chat-header {
    font-size: 130%;
  }
  .content-header,
  .content-header-alt {
    font-size: 150%;
  }
  h1.content-header,
  .content-header-alt {
    font-size: 160%;
  }
  .content-subheader {
    font-size: 110%;
  }
  .accessibility h1 {
    font-size: 170%;
  }
  .inner-chat-view {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  #messageField {
    font-size: 140%;
    padding: 1.3%;
  }
}
@media (max-width: 36rem) {
  .splash {
    height: 40%;
  }
  .accessibility h1 {
    font-size: 150%;
  }
  .accessibility h2 {
    font-size: 130%;
  }
  .splash-head {
    font-size: 170%;
    padding: 1em 0.5em;
  }
  .splash-subhead {
    font-size: 80%;
  }
  .content-header,
  .content-header-alt {
    font-size: 140%;
    font-weight: 550;
  }
  h1.content-header,
  .content-header-alt {
    font-size: 120%;
    font-weight: 550;
  }
  .content-subheader {
    font-size: 100%;
  }
  .mobile {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
  }
  .chat-view {
    padding: 4.4rem 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .inner-chat-view {
    width: 100%;
    height: 89.5%;
  }
  .font-size-smaller {
    font-size: 70%;
  }
  .font-size-default {
    font-size: 100%;
  }
  .font-size-larger {
    font-size: 125%;
  }
  #messageField {
    font-size: 130%;
    padding: 2%;
  }
  footer {
    padding: 0.4rem;
    font-size: 85%;
  }
  #header .logo {
    font-size: 160%;
  }
  #header a {
    font-size: 110%;
  }
  .inner-chat-view {
    border-bottom-left-radius: 1.8rem;
    border-bottom-right-radius: 1.8rem;
  }
}
@media (max-width: 30rem) {
  .pure-button {
    margin-top: 0.7rem;
  }
} | 0.227985 | 0.059757 | 
| 
	@font-face {
    font-family: "HelveticaRegular";
    src: url("../fonts/HelveticaRegular/HelveticaRegular.eot");
    src: url("../fonts/HelveticaRegular/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"),
    url("../fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBold"; */
@font-face {
    font-family: "HelveticaBold";
    src: url("../fonts/HelveticaBold/HelveticaBold.eot");
    src: url("../fonts/HelveticaBold/HelveticaBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaBold/HelveticaBold.woff") format("woff"),
    url("../fonts/HelveticaBold/HelveticaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaItalic"; */
@font-face {
    font-family: "HelveticaItalic";
    src: url("../fonts/HelveticaItalic/HelveticaItalic.eot");
    src: url("../fonts/HelveticaItalic/HelveticaItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaItalic/HelveticaItalic.woff") format("woff"),
    url("../fonts/HelveticaItalic/HelveticaItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaLight"; */
@font-face {
    font-family: "HelveticaLight";
    src: url("../fonts/HelveticaLight/HelveticaLight.eot");
    src: url("../fonts/HelveticaLight/HelveticaLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaLight/HelveticaLight.woff") format("woff"),
    url("../fonts/HelveticaLight/HelveticaLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBlack"; */
@font-face {
    font-family: "HelveticaBlack";
    src: url("../fonts/HelveticaBlack/HelveticaBlack.eot");
    src: url("../fonts/HelveticaBlack/HelveticaBlack.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaBlack/HelveticaBlack.woff") format("woff"),
    url("../fonts/HelveticaBlack/HelveticaBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaHeavy"; */
@font-face {
    font-family: "HelveticaHeavy";
    src: url("../fonts/HelveticaHeavy/HelveticaHeavy.eot");
    src: url("../fonts/HelveticaHeavy/HelveticaHeavy.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaHeavy/HelveticaHeavy.woff") format("woff"),
    url("../fonts/HelveticaHeavy/HelveticaHeavy.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaMedium"; */
@font-face {
    font-family: "HelveticaMedium";
    src: url("../fonts/HelveticaMedium/HelveticaMedium.eot");
    src: url("../fonts/HelveticaMedium/HelveticaMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaMedium/HelveticaMedium.woff") format("woff"),
    url("../fonts/HelveticaMedium/HelveticaMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaThin"; */
@font-face {
    font-family: "HelveticaThin";
    src: url("../fonts/HelveticaThin/HelveticaThin.eot");
    src: url("../fonts/HelveticaThin/HelveticaThin.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaThin/HelveticaThin.woff") format("woff"),
    url("../fonts/HelveticaThin/HelveticaThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaUltraLight"; */
@font-face {
    font-family: "HelveticaUltraLight";
    src: url("../fonts/HelveticaUltraLight/HelveticaUltraLight.eot");
    src: url("../fonts/HelveticaUltraLight/HelveticaUltraLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaUltraLight/HelveticaUltraLight.woff") format("woff"),
    url("../fonts/HelveticaUltraLight/HelveticaUltraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBoldItalic"; */
@font-face {
    font-family: "HelveticaBoldItalic";
    src: url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.eot");
    src: url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.woff") format("woff"),
    url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBlackItalic"; */
@font-face {
    font-family: "HelveticaBlackItalic";
    src: url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.eot");
    src: url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.woff") format("woff"),
    url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaLightItalic"; */
@font-face {
    font-family: "HelveticaLightItalic";
    src: url("../fonts/HelveticaLightItalic/HelveticaLightItalic.eot");
    src: url("../fonts/HelveticaLightItalic/HelveticaLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaLightItalic/HelveticaLightItalic.woff") format("woff"),
    url("../fonts/HelveticaLightItalic/HelveticaLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaMediumItalic"; */
@font-face {
    font-family: "HelveticaMediumItalic";
    src: url("../fonts/HelveticaMediumItalic/HelveticaMediumItalic.eot");
    src: url("../fonts/HelveticaMediumItalic/HelveticaMediumItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaMediumItalic/HelveticaMediumItalic.woff") format("woff"),
    url("../fonts/HelveticaMediumItalic/HelveticaMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaHeavyItalic"; */
@font-face {
    font-family: "HelveticaHeavyItalic";
    src: url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.eot");
    src: url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.woff") format("woff"),
    url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaThinItalic"; */
@font-face {
    font-family: "HelveticaThinItalic";
    src: url("../fonts/HelveticaThinItalic/HelveticaThinItalic.eot");
    src: url("../fonts/HelveticaThinItalic/HelveticaThinItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaThinItalic/HelveticaThinItalic.woff") format("woff"),
    url("../fonts/HelveticaThinItalic/HelveticaThinItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaUltraLightItalic"; */
@font-face {
    font-family: "HelveticaUltraLightItalic";
    src: url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.eot");
    src: url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.woff") format("woff"),
    url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
} | 
	app/css/fonts.css | 
	@font-face {
    font-family: "HelveticaRegular";
    src: url("../fonts/HelveticaRegular/HelveticaRegular.eot");
    src: url("../fonts/HelveticaRegular/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"),
    url("../fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBold"; */
@font-face {
    font-family: "HelveticaBold";
    src: url("../fonts/HelveticaBold/HelveticaBold.eot");
    src: url("../fonts/HelveticaBold/HelveticaBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaBold/HelveticaBold.woff") format("woff"),
    url("../fonts/HelveticaBold/HelveticaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaItalic"; */
@font-face {
    font-family: "HelveticaItalic";
    src: url("../fonts/HelveticaItalic/HelveticaItalic.eot");
    src: url("../fonts/HelveticaItalic/HelveticaItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaItalic/HelveticaItalic.woff") format("woff"),
    url("../fonts/HelveticaItalic/HelveticaItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaLight"; */
@font-face {
    font-family: "HelveticaLight";
    src: url("../fonts/HelveticaLight/HelveticaLight.eot");
    src: url("../fonts/HelveticaLight/HelveticaLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaLight/HelveticaLight.woff") format("woff"),
    url("../fonts/HelveticaLight/HelveticaLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBlack"; */
@font-face {
    font-family: "HelveticaBlack";
    src: url("../fonts/HelveticaBlack/HelveticaBlack.eot");
    src: url("../fonts/HelveticaBlack/HelveticaBlack.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaBlack/HelveticaBlack.woff") format("woff"),
    url("../fonts/HelveticaBlack/HelveticaBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaHeavy"; */
@font-face {
    font-family: "HelveticaHeavy";
    src: url("../fonts/HelveticaHeavy/HelveticaHeavy.eot");
    src: url("../fonts/HelveticaHeavy/HelveticaHeavy.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaHeavy/HelveticaHeavy.woff") format("woff"),
    url("../fonts/HelveticaHeavy/HelveticaHeavy.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaMedium"; */
@font-face {
    font-family: "HelveticaMedium";
    src: url("../fonts/HelveticaMedium/HelveticaMedium.eot");
    src: url("../fonts/HelveticaMedium/HelveticaMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaMedium/HelveticaMedium.woff") format("woff"),
    url("../fonts/HelveticaMedium/HelveticaMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaThin"; */
@font-face {
    font-family: "HelveticaThin";
    src: url("../fonts/HelveticaThin/HelveticaThin.eot");
    src: url("../fonts/HelveticaThin/HelveticaThin.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaThin/HelveticaThin.woff") format("woff"),
    url("../fonts/HelveticaThin/HelveticaThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaUltraLight"; */
@font-face {
    font-family: "HelveticaUltraLight";
    src: url("../fonts/HelveticaUltraLight/HelveticaUltraLight.eot");
    src: url("../fonts/HelveticaUltraLight/HelveticaUltraLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaUltraLight/HelveticaUltraLight.woff") format("woff"),
    url("../fonts/HelveticaUltraLight/HelveticaUltraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBoldItalic"; */
@font-face {
    font-family: "HelveticaBoldItalic";
    src: url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.eot");
    src: url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.woff") format("woff"),
    url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaBlackItalic"; */
@font-face {
    font-family: "HelveticaBlackItalic";
    src: url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.eot");
    src: url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.woff") format("woff"),
    url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaLightItalic"; */
@font-face {
    font-family: "HelveticaLightItalic";
    src: url("../fonts/HelveticaLightItalic/HelveticaLightItalic.eot");
    src: url("../fonts/HelveticaLightItalic/HelveticaLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaLightItalic/HelveticaLightItalic.woff") format("woff"),
    url("../fonts/HelveticaLightItalic/HelveticaLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaMediumItalic"; */
@font-face {
    font-family: "HelveticaMediumItalic";
    src: url("../fonts/HelveticaMediumItalic/HelveticaMediumItalic.eot");
    src: url("../fonts/HelveticaMediumItalic/HelveticaMediumItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaMediumItalic/HelveticaMediumItalic.woff") format("woff"),
    url("../fonts/HelveticaMediumItalic/HelveticaMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaHeavyItalic"; */
@font-face {
    font-family: "HelveticaHeavyItalic";
    src: url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.eot");
    src: url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.woff") format("woff"),
    url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaThinItalic"; */
@font-face {
    font-family: "HelveticaThinItalic";
    src: url("../fonts/HelveticaThinItalic/HelveticaThinItalic.eot");
    src: url("../fonts/HelveticaThinItalic/HelveticaThinItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaThinItalic/HelveticaThinItalic.woff") format("woff"),
    url("../fonts/HelveticaThinItalic/HelveticaThinItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaUltraLightItalic"; */
@font-face {
    font-family: "HelveticaUltraLightItalic";
    src: url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.eot");
    src: url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.woff") format("woff"),
    url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
} | 0.229018 | 0.042762 | 
| 
	.notice{
	background-image: url(../image/notice.png) !important;
}
.feedback{
	background-image: url(../image/feedback.png) !important;
}
.admin{
	background-image: url(../image/admin.png) !important;
}
.icon_customer{
    background-image: url(../image/icon_customer.png) !important;
}
.icon_customer{
    background-image: url(../image/icon_customer.png) !important;
}
.icon_address{
    background-image: url(../image/icon_address.png) !important;
}
.icon_good{
    background-image: url(../image/icon_good.png) !important;
}
.icon_goodtype{
    background-image: url(../image/icon_goodtype.png) !important;
}
.icon_order{
    background-image: url(../image/icon_order.png) !important;
}
.icon_orderdetail{
    background-image: url(../image/icon_orderdetail.png) !important;
}
.icon_notice{
    background-image: url(../image/icon_notice.png) !important;
}
.icon_feedback{
    background-image: url(../image/icon_feedback.png) !important;
}
.icon_table{
    background-image: url(../image/icon_table.png) !important;
}
.icon_tree{
    background-image: url(../image/icon_tree.png) !important;
}
.icon_system{
    background-image: url(../image/icon_system.png) !important;
}
.icon_admin{
    background-image: url(../image/icon_admin.png) !important;
}
.table_remove{
	background-image: url(../image/table_remove.gif) !important;
}
.table_add{
	background-image: url(../image/table_add.png) !important;
}
.table_edit{
	background-image: url(../image/table_edit.png) !important;
}
.table_save{
	background-image: url(../image/tabel_save.png) !important;
}
.system_edit{
	background-image: url(../image/system_edit.png) !important;
}
.system_out{
	background-image: url(../image/system_out.png) !important;
}
.system_cascade{
	background-image: url(../image/system_cascade.png) !important;
}
.system_tile{
	background-image: url(../image/system_tile.png) !important;
}
.search{
	background-image: url(../image/search.gif) !important;
}
.music_list_desktop{
	background-image: url(../image/music_list.png) !important;
}
.music_list_desktop_mini{
	background-image: url(../image/music.png) !important;
}
.music_add_desktop{
	background-image: url(../image/music_add_desktop.png) !important;
}
.music_add_desktop_mini{
	background-image: url(../image/music_add.png) !important;
}
.music_main{
	background-image: url(../image/music_main.png) !important;
}
.music_main_mini{
	background-image: url(../image/music_main_.png) !important;
}
.video_play_main{
	background-image: url(../image/video_play.png) !important;
}
.video_play_main_mini{
	background-image: url(../image/video_icon.png) !important;
}
.check_music_desktop{
	background-image: url(../image/check_music.png) !important;
}
.check_music_desktop_mini{
	background-image: url(../image/check_music_ini.png) !important;
}
.check_movie{
	background-image: url(../image/check_movie.png) !important;
}
.check_movie_mini{
	background-image: url(../image/check_movie_mini.png) !important;
}
.video_add_desktop{
	background-image: url(../image/video_add_desktop.png) !important;
}
.video_add_desktop_mini{
	background-image: url(../image/video_add.gif) !important;
}
.video_list_desktop{
	background-image: url(../image/video_list_desktop.png) !important;
}
.video_list_desktop_mini{
	background-image: url(../image/video_list.gif) !important;
}
.wms_help{
	background-image: url(../image/setting.png) !important;
}
.wms_notebook_main{
	background-image: url(../image/notebook_all.gif) !important;
}
.video_play_list{
	background-image: url(../image/video_list.png) !important;
}
.video_more_info{
	background-image: url(../image/video_detail.png) !important;
}
.media_play{
	background-image: url(../image/media_play.gif) !important;
}
.media_collect{
	background-image: url(../image/media_collect.png) !important;
}
.media_play_list{
	background-image: url(../image/media_play_list.png) !important;
}
.delete{
	background-image: url(../image/delete.png) !important;
}
.appManager_icon{
	background-image: url(../image/application.png) !important;
}
.appManager_icon_mini{
	background-image: url(../image/applications-min.png) !important;
}
.user_manage_desktop{
	background-image: url(../image/user_manage.png) !important;
}
.user_manage_desktop_mini{
	background-image: url(../image/user_manage_mini.png) !important;
}
.x-tab-tabmenu-right {
    background: transparent url('../images/tab-scroller-menu.gif') no-repeat 0 0;
    width:18px;
    height: 20px;
    cursor:pointer;
    zoom: 1;
    z-index: 6;
    float: right;
}
.x-tab-tabmenu-over {
    background-position: -18px 0;
}
.x-tab-tabmenu-disabled {
    background-position: 0 0;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
    cursor:default;
}
.wallpaper_cls{
	background-image: url(../image/wallpaper.png) !important;
}
.wallpaper_cls_mini{
	background-image: url(../image/wallpaper_mini.png) !important;
}
.system_log_desktop{
	background-image: url(../image/system_log_desktop.png) !important;
}
.system_log_desktop_mini{
	background-image: url(../image/system_log_desktop_mini.png) !important;
} | 
	Client/src/main/webapp/resources/resources/css/icon.css | 
	.notice{
	background-image: url(../image/notice.png) !important;
}
.feedback{
	background-image: url(../image/feedback.png) !important;
}
.admin{
	background-image: url(../image/admin.png) !important;
}
.icon_customer{
    background-image: url(../image/icon_customer.png) !important;
}
.icon_customer{
    background-image: url(../image/icon_customer.png) !important;
}
.icon_address{
    background-image: url(../image/icon_address.png) !important;
}
.icon_good{
    background-image: url(../image/icon_good.png) !important;
}
.icon_goodtype{
    background-image: url(../image/icon_goodtype.png) !important;
}
.icon_order{
    background-image: url(../image/icon_order.png) !important;
}
.icon_orderdetail{
    background-image: url(../image/icon_orderdetail.png) !important;
}
.icon_notice{
    background-image: url(../image/icon_notice.png) !important;
}
.icon_feedback{
    background-image: url(../image/icon_feedback.png) !important;
}
.icon_table{
    background-image: url(../image/icon_table.png) !important;
}
.icon_tree{
    background-image: url(../image/icon_tree.png) !important;
}
.icon_system{
    background-image: url(../image/icon_system.png) !important;
}
.icon_admin{
    background-image: url(../image/icon_admin.png) !important;
}
.table_remove{
	background-image: url(../image/table_remove.gif) !important;
}
.table_add{
	background-image: url(../image/table_add.png) !important;
}
.table_edit{
	background-image: url(../image/table_edit.png) !important;
}
.table_save{
	background-image: url(../image/tabel_save.png) !important;
}
.system_edit{
	background-image: url(../image/system_edit.png) !important;
}
.system_out{
	background-image: url(../image/system_out.png) !important;
}
.system_cascade{
	background-image: url(../image/system_cascade.png) !important;
}
.system_tile{
	background-image: url(../image/system_tile.png) !important;
}
.search{
	background-image: url(../image/search.gif) !important;
}
.music_list_desktop{
	background-image: url(../image/music_list.png) !important;
}
.music_list_desktop_mini{
	background-image: url(../image/music.png) !important;
}
.music_add_desktop{
	background-image: url(../image/music_add_desktop.png) !important;
}
.music_add_desktop_mini{
	background-image: url(../image/music_add.png) !important;
}
.music_main{
	background-image: url(../image/music_main.png) !important;
}
.music_main_mini{
	background-image: url(../image/music_main_.png) !important;
}
.video_play_main{
	background-image: url(../image/video_play.png) !important;
}
.video_play_main_mini{
	background-image: url(../image/video_icon.png) !important;
}
.check_music_desktop{
	background-image: url(../image/check_music.png) !important;
}
.check_music_desktop_mini{
	background-image: url(../image/check_music_ini.png) !important;
}
.check_movie{
	background-image: url(../image/check_movie.png) !important;
}
.check_movie_mini{
	background-image: url(../image/check_movie_mini.png) !important;
}
.video_add_desktop{
	background-image: url(../image/video_add_desktop.png) !important;
}
.video_add_desktop_mini{
	background-image: url(../image/video_add.gif) !important;
}
.video_list_desktop{
	background-image: url(../image/video_list_desktop.png) !important;
}
.video_list_desktop_mini{
	background-image: url(../image/video_list.gif) !important;
}
.wms_help{
	background-image: url(../image/setting.png) !important;
}
.wms_notebook_main{
	background-image: url(../image/notebook_all.gif) !important;
}
.video_play_list{
	background-image: url(../image/video_list.png) !important;
}
.video_more_info{
	background-image: url(../image/video_detail.png) !important;
}
.media_play{
	background-image: url(../image/media_play.gif) !important;
}
.media_collect{
	background-image: url(../image/media_collect.png) !important;
}
.media_play_list{
	background-image: url(../image/media_play_list.png) !important;
}
.delete{
	background-image: url(../image/delete.png) !important;
}
.appManager_icon{
	background-image: url(../image/application.png) !important;
}
.appManager_icon_mini{
	background-image: url(../image/applications-min.png) !important;
}
.user_manage_desktop{
	background-image: url(../image/user_manage.png) !important;
}
.user_manage_desktop_mini{
	background-image: url(../image/user_manage_mini.png) !important;
}
.x-tab-tabmenu-right {
    background: transparent url('../images/tab-scroller-menu.gif') no-repeat 0 0;
    width:18px;
    height: 20px;
    cursor:pointer;
    zoom: 1;
    z-index: 6;
    float: right;
}
.x-tab-tabmenu-over {
    background-position: -18px 0;
}
.x-tab-tabmenu-disabled {
    background-position: 0 0;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
    cursor:default;
}
.wallpaper_cls{
	background-image: url(../image/wallpaper.png) !important;
}
.wallpaper_cls_mini{
	background-image: url(../image/wallpaper_mini.png) !important;
}
.system_log_desktop{
	background-image: url(../image/system_log_desktop.png) !important;
}
.system_log_desktop_mini{
	background-image: url(../image/system_log_desktop_mini.png) !important;
} | 0.208098 | 0.070816 | 
| 
	@import 'css/https___raw_githubusercon.css';
@import 'css/sm-core-css.css';
/* style.css */
.main-nav {
  position: relative;
  background: #3092c0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f4e79), color-stop(100%, #4b4a73));
  background-image: -webkit-linear-gradient(top, #4f4e79, #4b4a73);
  background-image: -moz-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: -o-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}
#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}
/* Mega menus */
/* make mega menus take the full width of .main-nav */
#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}
#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}
#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}
/* clear any floats inside the mega menus */
#main-menu .mega-menu > li {
  overflow: auto;
}
/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  color: #353451;
}
#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: disc;
  border: 0;
}
#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}
/* simple columns inside the mega menus */
#main-menu .mega-menu .column-1-3 {
  padding: 0 20px;
}
@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
}
/* Sample image placeholder */
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
/* Mobile menu top separator */
#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #4b4a73;
}
@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* IGNORE: Unrelated generic demo styles */
body {
  margin: 8px;
  background: #fff;
  color: #aaa;
  font: 16px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.demo-text {
  margin: 3em 22px;
}
.demo-text p {
  margin-bottom: 1em;
}
.demo-text a {
  color: #999;
}
/* .......................userstyles............... */
#span { font-size: 16px; line-height: 20px;
	}
	
.sp2 {color:green;font-weight:bold;font-size:20px;
line-height:35px;text-align: center;vertical-align: middle;text-indent: 20px;}
.selected {   color: yellow;
	 font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
} | 
	sm-simpl-blue-2side/css/style.css | 
	@import 'css/https___raw_githubusercon.css';
@import 'css/sm-core-css.css';
/* style.css */
.main-nav {
  position: relative;
  background: #3092c0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f4e79), color-stop(100%, #4b4a73));
  background-image: -webkit-linear-gradient(top, #4f4e79, #4b4a73);
  background-image: -moz-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: -o-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}
#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}
/* Mega menus */
/* make mega menus take the full width of .main-nav */
#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}
#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}
#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}
/* clear any floats inside the mega menus */
#main-menu .mega-menu > li {
  overflow: auto;
}
/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  color: #353451;
}
#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: disc;
  border: 0;
}
#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}
/* simple columns inside the mega menus */
#main-menu .mega-menu .column-1-3 {
  padding: 0 20px;
}
@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
}
/* Sample image placeholder */
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
/* Mobile menu top separator */
#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #4b4a73;
}
@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* IGNORE: Unrelated generic demo styles */
body {
  margin: 8px;
  background: #fff;
  color: #aaa;
  font: 16px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.demo-text {
  margin: 3em 22px;
}
.demo-text p {
  margin-bottom: 1em;
}
.demo-text a {
  color: #999;
}
/* .......................userstyles............... */
#span { font-size: 16px; line-height: 20px;
	}
	
.sp2 {color:green;font-weight:bold;font-size:20px;
line-height:35px;text-align: center;vertical-align: middle;text-indent: 20px;}
.selected {   color: yellow;
	 font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
} | 0.297674 | 0.053527 | 
| 
	@import '../styles/constants.css';
:root {
  --padding-size: 15px;
  --control-bgcolor: var(--COLOR_CONTROL);
  --control-bgcolor-hover: var(--COLOR_BRAND_DARK);
  /* --header-bgcolor-hover: color(var(--COLOR_CONTROL_LIGHT) alpha(4%)); */
  --header-bgcolor-hover: rgba(179, 227, 255, 0.04);
}
.root {
  font-size: 14px;
  background-color: white;
}
.caret {
  width: 1em;
  /* color: color(black alpha(30%)); */
  color: rgba(0, 0, 0, 0.3);
  transform: rotate(0deg);
  transform-origin: .4em .5em;
  transition: transform .15s ease-in-out;
}
.isExpanded .caret {
  transform: rotate(90deg);
}
/* =========================================================================
   Header
   ========================================================================= */
.header {
  display: flex;
  background-color: white;
  cursor: default;
}
.header:hover {
  background-color: var(--header-bgcolor-hover);
}
.headerCell {
  padding: var(--padding-size);
}
.title {
  composes: headerCell;
  composes: heading from '../styles/typography.css';
  flex: 1;
}
/* Header: Controls
   ========================================================================= */
.controls {
  composes: headerCell;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  font-size: 15px;
}
.controls a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 15px;
  flex: 1;
  padding: 0 var(--padding-size);
  background-color: var(--control-bgcolor);
  color: white;
  text-decoration: none;
}
.controls a:hover,
.controls a:hover:before {
  background-color: var(--control-bgcolor-hover);
}
.controls a:before {
  content: attr(title);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 43px;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  transition: width .1s ease-in-out;
  white-space: nowrap;
  background-color: var(--control-bgcolor);
}
.controls:hover a:before {
  width: 95px;
}
.controls a:hover:before {
  background-color: var(--control-bgcolor-hover);
}
/* =========================================================================
   Details
   ========================================================================= */
.details {
  height: 0;
  overflow: hidden;
  transition: height .2s ease-in-out;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}
.isExpanded .details {
  height: 600px;
}
/* =========================================================================
   Metadata
   ========================================================================= */
.metadata dl {
  display: flex;
  margin: 1em 0;
  flex-wrap: wrap;
}
.metadata dt,
.metadata dd {
  margin: 0;
}
.metadata dt {
  flex-basis: 30%;
  padding-right: 1em;
  text-align: right;
  font-weight: bold;
}
.metadata dd {
  flex: 1 200px;
  word-break: break-all;
}
/* =========================================================================
   Jobs
   ========================================================================= */
.activityTable {
  flex: 1;
  overflow-y: hidden;  /* Force Firefox to recognize internal container as scrollable */
} | 
	src/components/ProductLine.css | 
	@import '../styles/constants.css';
:root {
  --padding-size: 15px;
  --control-bgcolor: var(--COLOR_CONTROL);
  --control-bgcolor-hover: var(--COLOR_BRAND_DARK);
  /* --header-bgcolor-hover: color(var(--COLOR_CONTROL_LIGHT) alpha(4%)); */
  --header-bgcolor-hover: rgba(179, 227, 255, 0.04);
}
.root {
  font-size: 14px;
  background-color: white;
}
.caret {
  width: 1em;
  /* color: color(black alpha(30%)); */
  color: rgba(0, 0, 0, 0.3);
  transform: rotate(0deg);
  transform-origin: .4em .5em;
  transition: transform .15s ease-in-out;
}
.isExpanded .caret {
  transform: rotate(90deg);
}
/* =========================================================================
   Header
   ========================================================================= */
.header {
  display: flex;
  background-color: white;
  cursor: default;
}
.header:hover {
  background-color: var(--header-bgcolor-hover);
}
.headerCell {
  padding: var(--padding-size);
}
.title {
  composes: headerCell;
  composes: heading from '../styles/typography.css';
  flex: 1;
}
/* Header: Controls
   ========================================================================= */
.controls {
  composes: headerCell;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  font-size: 15px;
}
.controls a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 15px;
  flex: 1;
  padding: 0 var(--padding-size);
  background-color: var(--control-bgcolor);
  color: white;
  text-decoration: none;
}
.controls a:hover,
.controls a:hover:before {
  background-color: var(--control-bgcolor-hover);
}
.controls a:before {
  content: attr(title);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 43px;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  transition: width .1s ease-in-out;
  white-space: nowrap;
  background-color: var(--control-bgcolor);
}
.controls:hover a:before {
  width: 95px;
}
.controls a:hover:before {
  background-color: var(--control-bgcolor-hover);
}
/* =========================================================================
   Details
   ========================================================================= */
.details {
  height: 0;
  overflow: hidden;
  transition: height .2s ease-in-out;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}
.isExpanded .details {
  height: 600px;
}
/* =========================================================================
   Metadata
   ========================================================================= */
.metadata dl {
  display: flex;
  margin: 1em 0;
  flex-wrap: wrap;
}
.metadata dt,
.metadata dd {
  margin: 0;
}
.metadata dt {
  flex-basis: 30%;
  padding-right: 1em;
  text-align: right;
  font-weight: bold;
}
.metadata dd {
  flex: 1 200px;
  word-break: break-all;
}
/* =========================================================================
   Jobs
   ========================================================================= */
.activityTable {
  flex: 1;
  overflow-y: hidden;  /* Force Firefox to recognize internal container as scrollable */
} | 0.489015 | 0.093347 | 
| 
	html, body {
    padding: 0;
    margin: 0;
}
body {
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0D102B;
    font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 0 20px; /* Matches the website layout */
}
a, strong {
    color: #f04405;
}
img.profile {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    margin: 0 4px 0 4px;
}
.container {
    max-width: 60%;
    text-align: center;
}
@media (max-width: 800px) {
    .container {
        max-width: 100%;
        text-align: center;
    }
}
.logo {
    height: 63px;
    display: block;
    margin: auto;
    margin-top: 1.2rem;
}
.terms.button {
    font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #f04405;
    border-radius: 0.75rem;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 2px;
    cursor: pointer;
}
section {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
div.subsection {
    margin-top: 10px;
}
details {
    text-align: left;
    background: #f2f2f7;
    padding: .5rem 1rem;
}
summary {
    cursor: pointer;
}
summary > * {
    display: inline;
}
.banner {
    background-color: #f2f2f7;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
}
.footer {
    border-top: 1px solid #E3E3ED;
    margin-top: -1rem;
    padding-top: 1rem;
}
.footer span:not(:last-of-type)::after {
    content: "•";
    padding: 0rem 0.8rem 0rem 1rem;
}
.faq, .terms {
    text-align: left;
}
.faq .websites {
    text-align: center;
    margin: 1rem 0;  
}
.faq .websites span {
    margin: 0.8rem 0.2rem 0 0;
    padding-bottom: 1rem;
    display: inline-block;
}
a.button {
    background-color: #f2f2f7;
    border: 1px solid #f2f2f7;
    border-radius: 2.375rem;
    font-size: 0.75rem;
    padding: .425rem 0.65rem;
    color: inherit;
    text-decoration: underline;
}
a.button:hover {
    background-color: #e2e2ee;
}
.tooltip-icon {
    cursor: pointer;
    height: auto;
    padding-bottom: 3px;
    vertical-align: middle;
    width: 1rem;
} | 
	src/index.css | 
	html, body {
    padding: 0;
    margin: 0;
}
body {
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0D102B;
    font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 0 20px; /* Matches the website layout */
}
a, strong {
    color: #f04405;
}
img.profile {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    margin: 0 4px 0 4px;
}
.container {
    max-width: 60%;
    text-align: center;
}
@media (max-width: 800px) {
    .container {
        max-width: 100%;
        text-align: center;
    }
}
.logo {
    height: 63px;
    display: block;
    margin: auto;
    margin-top: 1.2rem;
}
.terms.button {
    font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #f04405;
    border-radius: 0.75rem;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 2px;
    cursor: pointer;
}
section {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
div.subsection {
    margin-top: 10px;
}
details {
    text-align: left;
    background: #f2f2f7;
    padding: .5rem 1rem;
}
summary {
    cursor: pointer;
}
summary > * {
    display: inline;
}
.banner {
    background-color: #f2f2f7;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
}
.footer {
    border-top: 1px solid #E3E3ED;
    margin-top: -1rem;
    padding-top: 1rem;
}
.footer span:not(:last-of-type)::after {
    content: "•";
    padding: 0rem 0.8rem 0rem 1rem;
}
.faq, .terms {
    text-align: left;
}
.faq .websites {
    text-align: center;
    margin: 1rem 0;  
}
.faq .websites span {
    margin: 0.8rem 0.2rem 0 0;
    padding-bottom: 1rem;
    display: inline-block;
}
a.button {
    background-color: #f2f2f7;
    border: 1px solid #f2f2f7;
    border-radius: 2.375rem;
    font-size: 0.75rem;
    padding: .425rem 0.65rem;
    color: inherit;
    text-decoration: underline;
}
a.button:hover {
    background-color: #e2e2ee;
}
.tooltip-icon {
    cursor: pointer;
    height: auto;
    padding-bottom: 3px;
    vertical-align: middle;
    width: 1rem;
} | 0.551091 | 0.097519 | 
| 
	.container{
    background-color:#094244;
    color: whitesmoke;
    padding: 16px 16px 31px 16px;
}
.regcontainer{
  width: 48%;
  height: auto;
  background-color:cadetblue;
  border-radius: 21px;
  /* align-content: center; */
  margin: auto;
  margin-top: 5rem;
  color: whitesmoke;
  padding: 16px;
}
.bsign{
    background-image: url("../public/img/bg.png");
    background-repeat: none;
   background-size: cover;
  background-color:cadetblue;
  color: whitesmoke;
  padding: 16px;
}
.regcontainer{
width: 48%;
height: auto;
background-color:cadetblue;
border-radius: 21px;
/* align-content: center; */
margin: auto;
margin-top: 5rem;
color: whitesmoke;
padding: 16px;
}
.bsign{
  background-image: url("../img/bg.png");
  background-repeat: none;
 background-size: cover;
}
.body{
  background-color: #290b38;
}
.h2{
  font-family: system-ui;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 7rem;
  color:lightslategray;
}
.h3{
  font-family: system-ui;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 1rem;
  color:lightslategray;
}
.rig{
font-family: system-ui;
font-size: 2.5rem;
text-align: center;
margin-top: 1rem;
}
.rig{
  font-family: system-ui;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 1rem;
  
}
.box{
  /* background: lightslategray; */
  width: 17rem;
  color: azure;
  /* border-radius: 0.7rem; */
  /* padding: 1rem 0rem 0rem 4rem; */
  text-align: center;
  font-family: system-ui;
  font-weight: 500;
  font-size: 2.3rem;
  display: inline-block;
  margin: 3rem 0rem 0rem 11rem;
  position: relative;
  top: 0;
  transition: top ease 0.4s;
  box-shadow: 2px 4px 10px 5px rebeccapurple;
}
.box:hover{
  background-color:indigo;
  top: -10px;
}
/* Full-width input fields */
input[type=text], input[type=password], input[type=email]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.rad{ 
padding: 0rem 0rem 0rem 8rem;
} 
/* Set a style for all buttons */
button {
  background-color:lightslategray;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
button:hover {
  opacity: 0.8;
}
/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}
img.avatar {
  width: 40%;
  border-radius: 50%;
}
 
span.fpsw {
  float: right;
  background-color: whitesmoke;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  /* border: 1px solid #888; */
  width: 34%;
  border-radius: 33px; 
}
/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  
}
  /* Admin Page CSS */
.admin-body{
  background: beige;
  margin: 0;
}
.adbox{
  background:#201919e8;
  width: 72rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 5px 4px 2px #888888;
  border: 1px solid #888888;
  margin: 7rem 0rem 0rem 11rem;
  color: whitesmoke;
  font-size: 2rem;
  padding: 15px;
}
.afield{
  font-size: 1rem;
}
.search-btn{
  width: 9rem;
  height: auto;
  background-color: #5366df;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  /* float: right;*/
  margin:0.6rem 0rem 0rem 1rem; 
}
/* Teacher Page CSS */
.teabox{
  background:#201919e8;
  width: 80rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 4px 18px 2px #888888;
  border: 1px solid #888888;
  margin: 15rem 0rem 0rem 11rem;
  color: whitesmoke;
  margin: 2rem 0rem 0rem 7rem;  
}
.t-table {
  font-family: system system-ui;
  border-collapse: collapse;
  width: 100%;
  color: whitesmoke;
  height: 100%;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.atd-rad{ 
  padding: 0rem 1rem 0rem 0rem;
  } 
.tea-body{
  background:#3e1313;
  color: whitesmoke;
  font-family: system system-ui;
  text-align: center;
  margin: 0;
}
.atd-btn{
  width: 9rem;
  height: auto;
  background-color: #5399df;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  float: right;
  margin:0.6rem 7.5rem 0rem 0rem;
}
.tlogout{
  width: 9rem;
  height: auto;
  background-color: #354c62;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0.5rem 0rem 0rem -32rem;
  position: absolute;
}
.adm-btn{
  width: 9rem;
  height: auto;
  background-color: #23bf9b;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  position: absolute;
}
/* ent-marks Page CSS */
.inmarks{
  margin: auto;
}
.tmbox{
  background:#201919e8;
  width: 80rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 4px 18px 2px #888888;
  border: 1px solid #888888;
  margin: 15rem 0rem 0rem 11rem;
  color: whitesmoke;
  margin: 3rem 0rem 0rem 7rem;  
}
.tm-table {
  font-family: system system-ui;
  border-collapse: collapse;
  width: 100%;
  color: whitesmoke;
  height: 100%;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.team-body{
  background:#3e1313;
  color: whitesmoke;
  font-family: system system-ui;
  text-align: center;
}
.atdm-btn{
  width: 9rem;
  height: auto;
  background-color: #5399df;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  float: right;
  margin:0.6rem 7.5rem 0rem 0rem;
}
#select-course{
  display:none;
}
/* password reset page */
.container-fluid{
  padding: 8rem 33rem 0rem 33rem;
  color: whitesmoke;
  /* background: darkcyan;
  height: 37rem; */
}
.resetpsw{
  background: darkcyan;
}
.form-group{
background-color:lightslategray;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
/* Student page */
.stubox{
  background:#201919e8;
  width: 80rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 4px 18px 2px #888888;
  border: 1px solid #888888;
  margin: 15rem 0rem 0rem 11rem;
  color: whitesmoke;
  margin: 3rem 0rem 0rem 7rem;  
}
.crsbox{
  background:#201919e8;
  width: 33rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 4px 18px 2px #888888;
  border: 1px solid #888888;
  margin: 15rem 0rem 0rem 11rem;
  color: whitesmoke;
  margin: 2rem 0rem 0rem 31rem;
}
.s-table{
  font-family: system system-ui;
  border-collapse: collapse;
  width: 100%;
  color: whitesmoke;
  height: 100%;
}
/* Navbaar Logout */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #261515;
}
li {
  margin: 0rem 0 0 80rem;
}
li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}
li.dropdown {
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {
  display: block;
}
/* dromdown signup page css */
.select-style {
  padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    width: 199px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
    font-family: system-ui;
    font-size: 0.87rem;
}
.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style:after {
  top: 50%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
.select-style select:focus {
  outline: none;
} | 
	public/style.css | 
	.container{
    background-color:#094244;
    color: whitesmoke;
    padding: 16px 16px 31px 16px;
}
.regcontainer{
  width: 48%;
  height: auto;
  background-color:cadetblue;
  border-radius: 21px;
  /* align-content: center; */
  margin: auto;
  margin-top: 5rem;
  color: whitesmoke;
  padding: 16px;
}
.bsign{
    background-image: url("../public/img/bg.png");
    background-repeat: none;
   background-size: cover;
  background-color:cadetblue;
  color: whitesmoke;
  padding: 16px;
}
.regcontainer{
width: 48%;
height: auto;
background-color:cadetblue;
border-radius: 21px;
/* align-content: center; */
margin: auto;
margin-top: 5rem;
color: whitesmoke;
padding: 16px;
}
.bsign{
  background-image: url("../img/bg.png");
  background-repeat: none;
 background-size: cover;
}
.body{
  background-color: #290b38;
}
.h2{
  font-family: system-ui;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 7rem;
  color:lightslategray;
}
.h3{
  font-family: system-ui;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 1rem;
  color:lightslategray;
}
.rig{
font-family: system-ui;
font-size: 2.5rem;
text-align: center;
margin-top: 1rem;
}
.rig{
  font-family: system-ui;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 1rem;
  
}
.box{
  /* background: lightslategray; */
  width: 17rem;
  color: azure;
  /* border-radius: 0.7rem; */
  /* padding: 1rem 0rem 0rem 4rem; */
  text-align: center;
  font-family: system-ui;
  font-weight: 500;
  font-size: 2.3rem;
  display: inline-block;
  margin: 3rem 0rem 0rem 11rem;
  position: relative;
  top: 0;
  transition: top ease 0.4s;
  box-shadow: 2px 4px 10px 5px rebeccapurple;
}
.box:hover{
  background-color:indigo;
  top: -10px;
}
/* Full-width input fields */
input[type=text], input[type=password], input[type=email]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.rad{ 
padding: 0rem 0rem 0rem 8rem;
} 
/* Set a style for all buttons */
button {
  background-color:lightslategray;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
button:hover {
  opacity: 0.8;
}
/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}
img.avatar {
  width: 40%;
  border-radius: 50%;
}
 
span.fpsw {
  float: right;
  background-color: whitesmoke;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  /* border: 1px solid #888; */
  width: 34%;
  border-radius: 33px; 
}
/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  
}
  /* Admin Page CSS */
.admin-body{
  background: beige;
  margin: 0;
}
.adbox{
  background:#201919e8;
  width: 72rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 5px 4px 2px #888888;
  border: 1px solid #888888;
  margin: 7rem 0rem 0rem 11rem;
  color: whitesmoke;
  font-size: 2rem;
  padding: 15px;
}
.afield{
  font-size: 1rem;
}
.search-btn{
  width: 9rem;
  height: auto;
  background-color: #5366df;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  /* float: right;*/
  margin:0.6rem 0rem 0rem 1rem; 
}
/* Teacher Page CSS */
.teabox{
  background:#201919e8;
  width: 80rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 4px 18px 2px #888888;
  border: 1px solid #888888;
  margin: 15rem 0rem 0rem 11rem;
  color: whitesmoke;
  margin: 2rem 0rem 0rem 7rem;  
}
.t-table {
  font-family: system system-ui;
  border-collapse: collapse;
  width: 100%;
  color: whitesmoke;
  height: 100%;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.atd-rad{ 
  padding: 0rem 1rem 0rem 0rem;
  } 
.tea-body{
  background:#3e1313;
  color: whitesmoke;
  font-family: system system-ui;
  text-align: center;
  margin: 0;
}
.atd-btn{
  width: 9rem;
  height: auto;
  background-color: #5399df;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  float: right;
  margin:0.6rem 7.5rem 0rem 0rem;
}
.tlogout{
  width: 9rem;
  height: auto;
  background-color: #354c62;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0.5rem 0rem 0rem -32rem;
  position: absolute;
}
.adm-btn{
  width: 9rem;
  height: auto;
  background-color: #23bf9b;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  position: absolute;
}
/* ent-marks Page CSS */
.inmarks{
  margin: auto;
}
.tmbox{
  background:#201919e8;
  width: 80rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 4px 18px 2px #888888;
  border: 1px solid #888888;
  margin: 15rem 0rem 0rem 11rem;
  color: whitesmoke;
  margin: 3rem 0rem 0rem 7rem;  
}
.tm-table {
  font-family: system system-ui;
  border-collapse: collapse;
  width: 100%;
  color: whitesmoke;
  height: 100%;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.team-body{
  background:#3e1313;
  color: whitesmoke;
  font-family: system system-ui;
  text-align: center;
}
.atdm-btn{
  width: 9rem;
  height: auto;
  background-color: #5399df;
  color: whitesmoke;
  font-family: system system-ui;
  font-weight: 600;
  font-size: 0.9rem;
  float: right;
  margin:0.6rem 7.5rem 0rem 0rem;
}
#select-course{
  display:none;
}
/* password reset page */
.container-fluid{
  padding: 8rem 33rem 0rem 33rem;
  color: whitesmoke;
  /* background: darkcyan;
  height: 37rem; */
}
.resetpsw{
  background: darkcyan;
}
.form-group{
background-color:lightslategray;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
/* Student page */
.stubox{
  background:#201919e8;
  width: 80rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 4px 18px 2px #888888;
  border: 1px solid #888888;
  margin: 15rem 0rem 0rem 11rem;
  color: whitesmoke;
  margin: 3rem 0rem 0rem 7rem;  
}
.crsbox{
  background:#201919e8;
  width: 33rem;
  height: auto;
  font-family: system system-ui;
  box-shadow:  3px 4px 18px 2px #888888;
  border: 1px solid #888888;
  margin: 15rem 0rem 0rem 11rem;
  color: whitesmoke;
  margin: 2rem 0rem 0rem 31rem;
}
.s-table{
  font-family: system system-ui;
  border-collapse: collapse;
  width: 100%;
  color: whitesmoke;
  height: 100%;
}
/* Navbaar Logout */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #261515;
}
li {
  margin: 0rem 0 0 80rem;
}
li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}
li.dropdown {
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {
  display: block;
}
/* dromdown signup page css */
.select-style {
  padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    width: 199px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
    font-family: system-ui;
    font-size: 0.87rem;
}
.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style:after {
  top: 50%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
.select-style select:focus {
  outline: none;
} | 0.310067 | 0.054299 | 
| 
	.first{
    position: relative;
    margin:30px;
    left: 150px;
    right: 150px;
    
}
header div {
    position: relative;
    left:50px;
    bottom: 15px;
}
.logo {
    position: relative;
    /* left: 10px; */
    top: 35px;
} 
  header ul li{
    display: inline-block;
    /* position: relative;
    left: 700px;
    bottom: 40px; */
}  
header div h1{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
 main{
    position: relative;
    left: 150px;
} 
main div{
   margin-bottom: 10px;
}
main section{
    margin-top: 20px;
    text-indent: 30px;
    
}
main section p{
    margin-top: 20px;
    color: rgb(112, 108, 108);
    font-family:serif;
}
.img1{
    margin-top: 30px;
}
header div h1{
    @import url('https://fonts.googleapis.com/css2?family=Ballet&family=Long+Cang&display=swap');
    font-family: 'Ballet', cursive;
    font-family:'Long Cang', cursive;
     font-size: 40px; 
    font-weight:bold;
}
header div p{
    color: rgb(182, 176, 176);
    font-size: 10px;
    font-weight: bold;
}
 main h1{
    font-size: 40px;
   font: weight 3px;; 
    font-family:fantasy; 
 }
main p{
    color: rgb(182, 176, 176);
    font-size: 15px;
    font-weight: bold;
}
main h1::first-letter {
   
     font-size: 150%;
}
main h1 span{
   
    font-size: 150%;
}
.a{
    height: 30%;
    width: 70%;
    background-image: url(https://raw.githubusercontent.com/LTUC/amman-201d14/main/class-10/lab-a/lab-assets/list-bg.png);
}
.b{
    position: relative;
    left: 500px;
    bottom:80px;
    color: rgb(100, 112, 77);
    font-family:cursive;
}
.c{
    position: relative;
    left:50px;
    top:30px;
    font-family:cursive;
    color: rgb(100, 112, 77);
}
footer div {
    position: relative;
left: 90px;
bottom:70px;
}
footer div h2{
    margin-bottom: 20px;
    font-size: 20px;
    font-family:serif;
    font-weight: bold;
}
footer div p {
    font-size: 15px;
    font-family: serif;
    color: rgb(112, 109, 109);
}
button{
    background-color: rgb(190, 95, 27);
    color: white;
    width: 12%;
    
    padding: 11px 20px;
    position: relative;
    left: 750px;
    bottom: 130px;
}
footer section img {
    position:relative;
    left:450px;
    margin: 20px;
    bottom: 50px;
    
}
footer section p {
    position: relative;
    left:350px;
    color: gray;
}
footer section :last-child{
    position:relative ;
     left: 390px;
     bottom: 50px;
}
.par{
   
    position:relative ;
    left: 370px;
    bottom: 60px;
}
.hr {
    margin-right:  375px;
}
main nav ul li{
display: inline-block;
position: relative;
left:840px;
bottom: 30px;
}
.space{
   display: inline-block;
    position: relative;
    left: 690px;
    bottom: 40px;
}
.space2{
    display: inline-block;
    position: relative;
    left: 700px;
    bottom: 40px;
} | 
	style.css | 
	.first{
    position: relative;
    margin:30px;
    left: 150px;
    right: 150px;
    
}
header div {
    position: relative;
    left:50px;
    bottom: 15px;
}
.logo {
    position: relative;
    /* left: 10px; */
    top: 35px;
} 
  header ul li{
    display: inline-block;
    /* position: relative;
    left: 700px;
    bottom: 40px; */
}  
header div h1{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
 main{
    position: relative;
    left: 150px;
} 
main div{
   margin-bottom: 10px;
}
main section{
    margin-top: 20px;
    text-indent: 30px;
    
}
main section p{
    margin-top: 20px;
    color: rgb(112, 108, 108);
    font-family:serif;
}
.img1{
    margin-top: 30px;
}
header div h1{
    @import url('https://fonts.googleapis.com/css2?family=Ballet&family=Long+Cang&display=swap');
    font-family: 'Ballet', cursive;
    font-family:'Long Cang', cursive;
     font-size: 40px; 
    font-weight:bold;
}
header div p{
    color: rgb(182, 176, 176);
    font-size: 10px;
    font-weight: bold;
}
 main h1{
    font-size: 40px;
   font: weight 3px;; 
    font-family:fantasy; 
 }
main p{
    color: rgb(182, 176, 176);
    font-size: 15px;
    font-weight: bold;
}
main h1::first-letter {
   
     font-size: 150%;
}
main h1 span{
   
    font-size: 150%;
}
.a{
    height: 30%;
    width: 70%;
    background-image: url(https://raw.githubusercontent.com/LTUC/amman-201d14/main/class-10/lab-a/lab-assets/list-bg.png);
}
.b{
    position: relative;
    left: 500px;
    bottom:80px;
    color: rgb(100, 112, 77);
    font-family:cursive;
}
.c{
    position: relative;
    left:50px;
    top:30px;
    font-family:cursive;
    color: rgb(100, 112, 77);
}
footer div {
    position: relative;
left: 90px;
bottom:70px;
}
footer div h2{
    margin-bottom: 20px;
    font-size: 20px;
    font-family:serif;
    font-weight: bold;
}
footer div p {
    font-size: 15px;
    font-family: serif;
    color: rgb(112, 109, 109);
}
button{
    background-color: rgb(190, 95, 27);
    color: white;
    width: 12%;
    
    padding: 11px 20px;
    position: relative;
    left: 750px;
    bottom: 130px;
}
footer section img {
    position:relative;
    left:450px;
    margin: 20px;
    bottom: 50px;
    
}
footer section p {
    position: relative;
    left:350px;
    color: gray;
}
footer section :last-child{
    position:relative ;
     left: 390px;
     bottom: 50px;
}
.par{
   
    position:relative ;
    left: 370px;
    bottom: 60px;
}
.hr {
    margin-right:  375px;
}
main nav ul li{
display: inline-block;
position: relative;
left:840px;
bottom: 30px;
}
.space{
   display: inline-block;
    position: relative;
    left: 690px;
    bottom: 40px;
}
.space2{
    display: inline-block;
    position: relative;
    left: 700px;
    bottom: 40px;
} | 0.422505 | 0.124452 | 
| 
	body {
    font-family: 'Roboto', sans-serif;
    color: #545E6C;
    background: #f5f5f5;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/* text-shadow et box-shadow */
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3);
    box-shadow: inset 0 3px 30px rgba(0,0,0,0.3);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
a {
    color: #35776d;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
    a:hover {
        text-decoration: underline;
        color: #1d423c;
    }
    a:focus {
        text-decoration: none;
    }
p {
    line-height: 1.5;
}
ol ul {
    list-style-type: disc;
}
.fa-stack {
    /* transition et shadow */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}
.wrapper {
    background: #4CAC9D;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 2px;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    /* Ajout mode degrade */
    background-color: #4CAC9D;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4CAC9D), to(#3D8A7E));
    background-image: -webkit-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: -moz-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: -o-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: linear-gradient(to bottom, #4CAC9D 0%, #3D8A7E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAC9D', endColorstr='#3D8A7E',GradientType=0 );
}
.sidebar-wrapper {
    background: #4CAC9D;
    position: absolute;
    right: 0;
    width: 295px;
    height: 100%;
    min-height: 800px;
    color: #fff;
    z-index: 3;
	/* eviter les interaction */
	/*touch-action: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    /* Ajout mode degrade */
    background-color: #4CAC9D;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4CAC9D), to(#3D8A7E));
    background-image: -webkit-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: -moz-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: -o-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: linear-gradient(to bottom, #4CAC9D 0%, #3D8A7E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAC9D', endColorstr='#3D8A7E',GradientType=0 );
}
    .sidebar-wrapper a {
        color: #fff;
    }
    .sidebar-wrapper .profile-container {
        padding: 30px;
        background: rgba(0, 0, 0, 0.2);
        text-align: center;
        color: #fff;
    }
	.sidebar-wrapper .profile-container .angleTopRight{
		width: 0;
		height: 0;
		border-top: 40px solid #4CAC9D;
		border-left: 40px solid #f4f1f100;
		float: right;
		right: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0px;
	}
	
	.sidebar-wrapper .profile-container .angleBottomLeft{
		width: 0;
		height: 0;
		border-bottom: 40px solid #4AA99A;
		border-right: 40px solid #f4f1f100;
		float: left;
		left: 0;
		margin: 0;
		padding: 0;
		top: 207px;
		position: absolute;
	}
	.sidebar-wrapper img {
		vertical-align: middle;
		border-style: none;
	    border-radius: 60%;
		/* gradiant et transition */
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		background-color: #4CAC9D;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4CAC9D), to(#3D8A7E));
		background-image: -webkit-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
		background-image: -moz-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
		background-image: -o-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
		background-image: linear-gradient(to bottom, #4CAC9D 0%, #3D8A7E 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAC9D', endColorstr='#3D8A7E',GradientType=0 );	
	}
    .sidebar-wrapper .name {
        font-size: 32px;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .sidebar-wrapper .tagline {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
    }
    .sidebar-wrapper .profile {
        margin-bottom: 15px;
    }
    /* Ajout pour le nouveau design contact */
    .sidebar-wrapper hr {
        margin: 15px auto;
        height: 2px;
        background-color: rgba(0,0,0,0.2);
        border: none; /*on supprime le style par défaut*/
    }
    .sidebar-wrapper .contact-container .item {
        margin-bottom: 15px;
    }
    .sidebar-wrapper .contact-container .meta {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 14px;
    }
        .sidebar-wrapper .contact-container .meta .svg-inline--fa {
            margin-right: 5px;
            font-size: 18px;
            vertical-align: middle;
        }
    .sidebar-wrapper .contact-container .items {
        margin-bottom: 15px;
    }
    .sidebar-wrapper .contact-container .typePoste {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 400;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 14px;
    }
    /* Ajout pour le nouveau design contact */
    .sidebar-wrapper .contact-list .svg-inline--fa {
        margin-right: 5px;
        font-size: 18px;
        vertical-align: middle;
    }
    .sidebar-wrapper .contact-list li {
        margin-bottom: 15px;
    }
        .sidebar-wrapper .contact-list li:last-child {
            margin-bottom: 0;
        }
    .sidebar-wrapper .contact-list .mobilite .txtMobilite {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        font-size: 14px;
    }
    .sidebar-wrapper .contact-list .technologies .txtTechnologies {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        font-size: 14px;
    }
    .sidebar-wrapper .container-block {
        padding: 30px;
    }
    .sidebar-wrapper .container-block-title {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .sidebar-wrapper .degree {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .sidebar-wrapper .education-container .item {
        margin-bottom: 15px;
    }
        .sidebar-wrapper .education-container .item:last-child {
            margin-bottom: 0;
        }
    .sidebar-wrapper .education-container .meta {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 14px;
    }
    .sidebar-wrapper .education-container .time {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        margin-bottom: 0px;
    }
    .sidebar-wrapper .languages-container .lang-desc {
        color: rgba(255, 255, 255, 0.6);
    }
    .sidebar-wrapper .languages-list {
        margin-bottom: 0;
    }
        .sidebar-wrapper .languages-list li {
            margin-bottom: 10px;
        }
            .sidebar-wrapper .languages-list li:last-child {
                margin-bottom: 0;
            }
    .sidebar-wrapper .interests-list {
        margin-bottom: 0;
    }
        .sidebar-wrapper .interests-list li {
            margin-bottom: 5px;
        }
            .sidebar-wrapper .interests-list li:last-child {
                margin-bottom: 0;
            }
.main-wrapper {
    background: #fff;
    padding: 60px;
    padding-right: 300px;
    opacity: 0.95;
}
    .main-wrapper .section-title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        color: #35776d;
        position: relative;
        margin-top: 0;
        margin-bottom: 20px;
    }
        .main-wrapper .section-title .icon-holder {
            width: 30px;
            height: 30px;
            margin-right: 8px;
            display: inline-block;
            color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            background: #35776d;
            text-align: center;
            font-size: 16px;
            position: relative;
            top: -8px;
        }
            .main-wrapper .section-title .icon-holder .svg-inline--fa {
                font-size: 14px;
                margin-top: 6px;
            }
    .main-wrapper .section {
        margin-bottom: 60px;
		/* eviter les interaction */
		/*touch-action: none;*/
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    }
    .main-wrapper .degree-title {
        color: #3F4650;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
    }
    .main-wrapper .experiences-section .item {
        margin-bottom: 30px;
    }
    .main-wrapper .upper-row {
        position: relative;
        overflow: hidden;
        margin-bottom: 2px;
    }
    .main-wrapper .job-title {
        color: #3F4650;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
    }
    .main-wrapper .time {
        position: absolute;
        right: 0;
        top: 0;
        color: #97AAC3;
    }
    .main-wrapper .company {
        color: #97AAC3;
    }
    .main-wrapper .metier {
        font-style: italic;
        color: #97aac3;
        margin-bottom: 1px;
    }
    .main-wrapper .metierDescription {
        font-style: italic;
        color: #7f8b9b;
    }
    .main-wrapper .experiences-section .item .details {
        margin-top: 10px;
    }
        /* Pour les actions du sous détail */
        .main-wrapper .experiences-section .item .details .action-sousDetail {
            font-size: 18px;
            color: #35776d;
            cursor: pointer;
            margin-top: -17px;
        }
            .main-wrapper .experiences-section .item .details .action-sousDetail .sousDetail-title {
                font-size: 14px;
                font-weight: normal;
                color: #35776d;
                position: relative;
                margin-top: 0;
                margin-bottom: 2px;
            }
        .main-wrapper .experiences-section .item .details .section-sousDetail {
            display: none;
			border-bottom: 1px solid lightgrey;
        }
    /* Pour les actions du sous détail */
    .main-wrapper .project-title {
        font-size: 16px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .main-wrapper .projects-section .intro {
        margin-bottom: 30px;
    }
    .main-wrapper .projects-section .item {
        margin-bottom: 15px;
    }
.skillset .item {
    margin-bottom: 15px;
    overflow: hidden;
}
.skillset .level-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 12px;
}
.skillset .upper-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}
    .skillset .upper-row .titleSpecTechnique {
	    color: #3F4650;	   
        font-size: 18px;
        margin-top: 4px;
        margin-bottom: 10px;
        font-weight: 700;
    }
/* Section compétences repliable */
.skillset .action-skill {
    color: #3F4650;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
}
.skillset .section-skill {
    display: none;
}
/* Section compétences repliable */
.skillset .level-bar {
    height: 12px;
    background: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	/* gradiant et transition */
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 1px 4px rgba(168, 162, 162, 0.3);
	-moz-box-shadow: 0px 1px 4px rgba(168, 162, 162, 0.3);
	box-shadow: 0px 1px 4px rgba(168, 162, 162, 0.3);
	overflow: visible !important;
}
.skillset .theme-progress-bar {
    background: #4AA99A;
	/* gradiant et transition */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	background-color: #4AA99A;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmV<KEY>);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4AA99A), to(#3D8A7E));
	background-image: -webkit-linear-gradient(top, #4AA99A 0%, #3D8A7E 100%);
	background-image: -moz-linear-gradient(top, #4AA99A 0%, #3D8A7E 100%);
	background-image: -o-linear-gradient(top, #4AA99A 0%, #3D8A7E 100%);
	background-image: linear-gradient(to bottom, #4AA99A 0%, #3D8A7E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4AA99A', endColorstr='#3D8A7E',GradientType=0 );
}
.main-wrapper .interests-section .item {
    margin-bottom: 30px;
}
.footer {
    padding: 30px;
	/* eviter les interaction */
	/*touch-action: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;  
}
    .footer .copyright {
        line-height: 1.6;
        color: #545E6C;
        font-size: 13px;
    }
    .footer .fa-heart {
        color: #fb866a;
    }
    .footer .printPdf{
		font-size: 10px;
		display: inline-block;
		position: absolute;
		margin-left: 4px;
		margin-top: 0px;
		color: #35776d;
		cursor: pointer;
	}
/*  - DEBUT - Ajouter pour le style de barre competences maison  et bouton bas pour remonter */
.bars {
    width: 95%;
	float: inherit;
    padding: 0;
    text-align: left;
	display: contents;
}
.bars .skills {
    margin-top: 1px;
    list-style: none;
}
.bars li {
    position: relative;
    margin-bottom: 24px;
    background: #ccc;
    height: 22px;
    border-radius: 3px;
}
.bars li em {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
    color: #F8F9FA;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    top: 2px;
    left: 10px;
}
.bar-expand {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
	background: #4AA99A;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 3px 0 0 3px;
}
.percentage50 {
  	width: 50%;
  	-moz-animation: percentage50 2s ease;
  	-webkit-animation: percentage50 2s ease;
}
.percentage55 {
    width: 55%;
    -moz-animation: percentage55 2s ease;
    -webkit-animation: percentage55 2s ease;
}
.percentage60 {
    width: 60%;
    -moz-animation: percentage60 2s ease;
    -webkit-animation: percentage60 2s ease;
}
.percentage65 {
    width: 65%;
    -moz-animation: percentage65 2s ease;
    -webkit-animation: percentage65 2s ease;
}
.percentage70 {
    width: 75%;
    -moz-animation: percentage70 2s ease;
    -webkit-animation: percentage70 2s ease;
}
.percentage75 {
    width: 75%;
    -moz-animation: percentage75 2s ease;
    -webkit-animation: percentage75 2s ease;
}
.percentage80 {
    width: 80%;
    -moz-animation: percentage80 2s ease;
    -webkit-animation: percentage80 2s ease;
}
.percentage85 {
    width: 85%;
    -moz-animation: percentage85 2s ease;
    -webkit-animation: percentage85 2s ease;
}
.percentage90 {
    width: 90%;
    -moz-animation: percentage90 2s ease;
    -webkit-animation: percentage90 2s ease;
}
.percentage95 {
    width: 95%;
    -moz-animation: percentage95 2s ease;
    -webkit-animation: percentage95 2s ease;
}
.percentage100 {
    width: 100%;
    -moz-animation: percentage100 2s ease;
    -webkit-animation: percentage100 2s ease;
}
@-moz-keyframes percentage50 {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}
@-moz-keyframes percentage55 {
  0%   { width: 0px;  }
  100% { width: 55%;  }
}
@-moz-keyframes percentage60 {
  0%   { width: 0px;  }
  100% { width: 60%;  }
}
@-moz-keyframes percentage65 {
  0%   { width: 0px;  }
  100% { width: 65%;  }
}
@-moz-keyframes percentage70 {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-moz-keyframes percentage75 {
  0%   { width: 0px;  }
  100% { width: 75%;  }
}
@-moz-keyframes percentage80 {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}
@-moz-keyframes percentage85 {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-moz-keyframes percentage90 {
  0%   { width: 0px;  }
  100% { width: 90%;  }
}
@-moz-keyframes percentage95 {
  0%   { width: 0px;  }
  100% { width: 95%;  }
}
@-moz-keyframes percentage100 {
  0%   { width: 0px;  }
  100% { width: 100%;  }
}
@-webkit-keyframes percentage50 {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}
@-webkit-keyframes percentage55 {
  0%   { width: 0px;  }
  100% { width: 55%;  }
}
@-webkit-keyframes percentage60 {
  0%   { width: 0px;  }
  100% { width: 60%;  }
}
@-webkit-keyframes percentage65 {
  0%   { width: 0px;  }
  100% { width: 65%;  }
}
@-webkit-keyframes percentage70 {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-webkit-keyframes percentage75 {
  0%   { width: 0px;  }
  100% { width: 75%;  }
}
@-webkit-keyframes percentage80 {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}
@-webkit-keyframes percentage85 {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-webkit-keyframes percentage90 {
  0%   { width: 0px;  }
  100% { width: 90%;  }
}
@-webkit-keyframes percentage95 {
  0%   { width: 0px;  }
  100% { width: 95%;  }
}
@-webkit-keyframes percentage100 {
  0%   { width: 0px;  }
  100% { width: 100%;  }
}
/* Fleche haut pour monter */
.row {
    width: 96%;
    max-width: 1020px;
    margin: 0 auto;
	position: relative;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.icon-up-open:before {
    content: '\e803';
}
a, a:visited {
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
#go-top {
    opacity: 0.9;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -30px;
    z-index: 0;
}
#go-top:hover {
    z-index: 3;
}
#go-top a {
	opacity:0.2;
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #3D8A7E;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 21px;
    line-height: 60px;
    border-radius: 100%;
}
    #go-top a:hover {
        background-color: #4CAC9D;
        opacity: 1.0;
        webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        /* shadow */
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        background-color: #4CAC9D;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#4CAC9D), to(#3D8A7E));
        background-image: -webkit-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
        background-image: -moz-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
        background-image: -o-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
        background-image: linear-gradient(to bottom, #4CAC9D 0%, #3D8A7E 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAC9D', endColorstr='#3D8A7E',GradientType=0 );
    }
.fa-fleche-haut{
	margin-top: .4em;
    display: inline-block;
    text-decoration: inherit;
    width: 1.4em;
    text-align: center;
    line-height: 1.4em;
    margin-left: .7em;
}
/* Fleche haut pour monter */
/*  - FIN - Ajouter pour le style de barre competences maison  et bouton bas pour remonter */
/* pour les boutons du menu jump */
.jumpto-title, .jumpto-close a, .jumpto-close a:visited {
    background: #3D8A7E;
}
/* pour le placeHolder lors du déplacement de la section */
section.sortable-placeholder {
	border: 1px dashed #CCC;
	background: none;
}
@media (max-width: 767.98px) {
    .sidebar-wrapper {
        position: static;
        width: inherit;
    }
	.sidebar-wrapper .profile-container .angleBottomLeft {
		top: 188px;
		border-bottom: 40px solid #49A597;
	}
    .wrapper {
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }
    .main-wrapper {
        padding: 30px;
    }
        .main-wrapper .time {
            position: static;
            display: block;
            margin-top: 5px;
        }
        .main-wrapper .upper-row {
            margin-bottom: 0;
        }
}
@media (min-width: 992px) {
    .skillset .level-title {
        display: inline-block;
        float: left;
        width: 30%;
        margin-bottom: 0;
    }
}
/* pour ecran compris entre 100px et 310px */
@media screen and (min-width: 100px) and (max-width: 310px) {
	.sidebar-wrapper .profile-container .angleBottomLeft {
		top: 227px;
		left: 0px;
		border-bottom: 40px solid #49A597;
	}
}
/* pour ecran compris entre 310px et 450px */
@media screen and (min-width: 310px) and (max-width: 450px) {
	.sidebar-wrapper .profile-container .angleBottomLeft {
		top: 207px;
		left: 0px;
		border-bottom: 40px solid #49A597;
	}
} | 
	assets/css/Turquoise.css | 
	body {
    font-family: 'Roboto', sans-serif;
    color: #545E6C;
    background: #f5f5f5;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/* text-shadow et box-shadow */
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3);
    box-shadow: inset 0 3px 30px rgba(0,0,0,0.3);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
a {
    color: #35776d;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
    a:hover {
        text-decoration: underline;
        color: #1d423c;
    }
    a:focus {
        text-decoration: none;
    }
p {
    line-height: 1.5;
}
ol ul {
    list-style-type: disc;
}
.fa-stack {
    /* transition et shadow */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}
.wrapper {
    background: #4CAC9D;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 2px;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    /* Ajout mode degrade */
    background-color: #4CAC9D;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4CAC9D), to(#3D8A7E));
    background-image: -webkit-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: -moz-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: -o-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: linear-gradient(to bottom, #4CAC9D 0%, #3D8A7E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAC9D', endColorstr='#3D8A7E',GradientType=0 );
}
.sidebar-wrapper {
    background: #4CAC9D;
    position: absolute;
    right: 0;
    width: 295px;
    height: 100%;
    min-height: 800px;
    color: #fff;
    z-index: 3;
	/* eviter les interaction */
	/*touch-action: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    /* Ajout mode degrade */
    background-color: #4CAC9D;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4CAC9D), to(#3D8A7E));
    background-image: -webkit-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: -moz-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: -o-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
    background-image: linear-gradient(to bottom, #4CAC9D 0%, #3D8A7E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAC9D', endColorstr='#3D8A7E',GradientType=0 );
}
    .sidebar-wrapper a {
        color: #fff;
    }
    .sidebar-wrapper .profile-container {
        padding: 30px;
        background: rgba(0, 0, 0, 0.2);
        text-align: center;
        color: #fff;
    }
	.sidebar-wrapper .profile-container .angleTopRight{
		width: 0;
		height: 0;
		border-top: 40px solid #4CAC9D;
		border-left: 40px solid #f4f1f100;
		float: right;
		right: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0px;
	}
	
	.sidebar-wrapper .profile-container .angleBottomLeft{
		width: 0;
		height: 0;
		border-bottom: 40px solid #4AA99A;
		border-right: 40px solid #f4f1f100;
		float: left;
		left: 0;
		margin: 0;
		padding: 0;
		top: 207px;
		position: absolute;
	}
	.sidebar-wrapper img {
		vertical-align: middle;
		border-style: none;
	    border-radius: 60%;
		/* gradiant et transition */
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		background-color: #4CAC9D;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4CAC9D), to(#3D8A7E));
		background-image: -webkit-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
		background-image: -moz-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
		background-image: -o-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
		background-image: linear-gradient(to bottom, #4CAC9D 0%, #3D8A7E 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAC9D', endColorstr='#3D8A7E',GradientType=0 );	
	}
    .sidebar-wrapper .name {
        font-size: 32px;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .sidebar-wrapper .tagline {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
    }
    .sidebar-wrapper .profile {
        margin-bottom: 15px;
    }
    /* Ajout pour le nouveau design contact */
    .sidebar-wrapper hr {
        margin: 15px auto;
        height: 2px;
        background-color: rgba(0,0,0,0.2);
        border: none; /*on supprime le style par défaut*/
    }
    .sidebar-wrapper .contact-container .item {
        margin-bottom: 15px;
    }
    .sidebar-wrapper .contact-container .meta {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 14px;
    }
        .sidebar-wrapper .contact-container .meta .svg-inline--fa {
            margin-right: 5px;
            font-size: 18px;
            vertical-align: middle;
        }
    .sidebar-wrapper .contact-container .items {
        margin-bottom: 15px;
    }
    .sidebar-wrapper .contact-container .typePoste {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 400;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 14px;
    }
    /* Ajout pour le nouveau design contact */
    .sidebar-wrapper .contact-list .svg-inline--fa {
        margin-right: 5px;
        font-size: 18px;
        vertical-align: middle;
    }
    .sidebar-wrapper .contact-list li {
        margin-bottom: 15px;
    }
        .sidebar-wrapper .contact-list li:last-child {
            margin-bottom: 0;
        }
    .sidebar-wrapper .contact-list .mobilite .txtMobilite {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        font-size: 14px;
    }
    .sidebar-wrapper .contact-list .technologies .txtTechnologies {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        font-size: 14px;
    }
    .sidebar-wrapper .container-block {
        padding: 30px;
    }
    .sidebar-wrapper .container-block-title {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .sidebar-wrapper .degree {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .sidebar-wrapper .education-container .item {
        margin-bottom: 15px;
    }
        .sidebar-wrapper .education-container .item:last-child {
            margin-bottom: 0;
        }
    .sidebar-wrapper .education-container .meta {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 14px;
    }
    .sidebar-wrapper .education-container .time {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        margin-bottom: 0px;
    }
    .sidebar-wrapper .languages-container .lang-desc {
        color: rgba(255, 255, 255, 0.6);
    }
    .sidebar-wrapper .languages-list {
        margin-bottom: 0;
    }
        .sidebar-wrapper .languages-list li {
            margin-bottom: 10px;
        }
            .sidebar-wrapper .languages-list li:last-child {
                margin-bottom: 0;
            }
    .sidebar-wrapper .interests-list {
        margin-bottom: 0;
    }
        .sidebar-wrapper .interests-list li {
            margin-bottom: 5px;
        }
            .sidebar-wrapper .interests-list li:last-child {
                margin-bottom: 0;
            }
.main-wrapper {
    background: #fff;
    padding: 60px;
    padding-right: 300px;
    opacity: 0.95;
}
    .main-wrapper .section-title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        color: #35776d;
        position: relative;
        margin-top: 0;
        margin-bottom: 20px;
    }
        .main-wrapper .section-title .icon-holder {
            width: 30px;
            height: 30px;
            margin-right: 8px;
            display: inline-block;
            color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            background: #35776d;
            text-align: center;
            font-size: 16px;
            position: relative;
            top: -8px;
        }
            .main-wrapper .section-title .icon-holder .svg-inline--fa {
                font-size: 14px;
                margin-top: 6px;
            }
    .main-wrapper .section {
        margin-bottom: 60px;
		/* eviter les interaction */
		/*touch-action: none;*/
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    }
    .main-wrapper .degree-title {
        color: #3F4650;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
    }
    .main-wrapper .experiences-section .item {
        margin-bottom: 30px;
    }
    .main-wrapper .upper-row {
        position: relative;
        overflow: hidden;
        margin-bottom: 2px;
    }
    .main-wrapper .job-title {
        color: #3F4650;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
    }
    .main-wrapper .time {
        position: absolute;
        right: 0;
        top: 0;
        color: #97AAC3;
    }
    .main-wrapper .company {
        color: #97AAC3;
    }
    .main-wrapper .metier {
        font-style: italic;
        color: #97aac3;
        margin-bottom: 1px;
    }
    .main-wrapper .metierDescription {
        font-style: italic;
        color: #7f8b9b;
    }
    .main-wrapper .experiences-section .item .details {
        margin-top: 10px;
    }
        /* Pour les actions du sous détail */
        .main-wrapper .experiences-section .item .details .action-sousDetail {
            font-size: 18px;
            color: #35776d;
            cursor: pointer;
            margin-top: -17px;
        }
            .main-wrapper .experiences-section .item .details .action-sousDetail .sousDetail-title {
                font-size: 14px;
                font-weight: normal;
                color: #35776d;
                position: relative;
                margin-top: 0;
                margin-bottom: 2px;
            }
        .main-wrapper .experiences-section .item .details .section-sousDetail {
            display: none;
			border-bottom: 1px solid lightgrey;
        }
    /* Pour les actions du sous détail */
    .main-wrapper .project-title {
        font-size: 16px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .main-wrapper .projects-section .intro {
        margin-bottom: 30px;
    }
    .main-wrapper .projects-section .item {
        margin-bottom: 15px;
    }
.skillset .item {
    margin-bottom: 15px;
    overflow: hidden;
}
.skillset .level-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 12px;
}
.skillset .upper-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}
    .skillset .upper-row .titleSpecTechnique {
	    color: #3F4650;	   
        font-size: 18px;
        margin-top: 4px;
        margin-bottom: 10px;
        font-weight: 700;
    }
/* Section compétences repliable */
.skillset .action-skill {
    color: #3F4650;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
}
.skillset .section-skill {
    display: none;
}
/* Section compétences repliable */
.skillset .level-bar {
    height: 12px;
    background: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	/* gradiant et transition */
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 1px 4px rgba(168, 162, 162, 0.3);
	-moz-box-shadow: 0px 1px 4px rgba(168, 162, 162, 0.3);
	box-shadow: 0px 1px 4px rgba(168, 162, 162, 0.3);
	overflow: visible !important;
}
.skillset .theme-progress-bar {
    background: #4AA99A;
	/* gradiant et transition */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	background-color: #4AA99A;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmV<KEY>);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4AA99A), to(#3D8A7E));
	background-image: -webkit-linear-gradient(top, #4AA99A 0%, #3D8A7E 100%);
	background-image: -moz-linear-gradient(top, #4AA99A 0%, #3D8A7E 100%);
	background-image: -o-linear-gradient(top, #4AA99A 0%, #3D8A7E 100%);
	background-image: linear-gradient(to bottom, #4AA99A 0%, #3D8A7E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4AA99A', endColorstr='#3D8A7E',GradientType=0 );
}
.main-wrapper .interests-section .item {
    margin-bottom: 30px;
}
.footer {
    padding: 30px;
	/* eviter les interaction */
	/*touch-action: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;  
}
    .footer .copyright {
        line-height: 1.6;
        color: #545E6C;
        font-size: 13px;
    }
    .footer .fa-heart {
        color: #fb866a;
    }
    .footer .printPdf{
		font-size: 10px;
		display: inline-block;
		position: absolute;
		margin-left: 4px;
		margin-top: 0px;
		color: #35776d;
		cursor: pointer;
	}
/*  - DEBUT - Ajouter pour le style de barre competences maison  et bouton bas pour remonter */
.bars {
    width: 95%;
	float: inherit;
    padding: 0;
    text-align: left;
	display: contents;
}
.bars .skills {
    margin-top: 1px;
    list-style: none;
}
.bars li {
    position: relative;
    margin-bottom: 24px;
    background: #ccc;
    height: 22px;
    border-radius: 3px;
}
.bars li em {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
    color: #F8F9FA;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    top: 2px;
    left: 10px;
}
.bar-expand {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
	background: #4AA99A;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 3px 0 0 3px;
}
.percentage50 {
  	width: 50%;
  	-moz-animation: percentage50 2s ease;
  	-webkit-animation: percentage50 2s ease;
}
.percentage55 {
    width: 55%;
    -moz-animation: percentage55 2s ease;
    -webkit-animation: percentage55 2s ease;
}
.percentage60 {
    width: 60%;
    -moz-animation: percentage60 2s ease;
    -webkit-animation: percentage60 2s ease;
}
.percentage65 {
    width: 65%;
    -moz-animation: percentage65 2s ease;
    -webkit-animation: percentage65 2s ease;
}
.percentage70 {
    width: 75%;
    -moz-animation: percentage70 2s ease;
    -webkit-animation: percentage70 2s ease;
}
.percentage75 {
    width: 75%;
    -moz-animation: percentage75 2s ease;
    -webkit-animation: percentage75 2s ease;
}
.percentage80 {
    width: 80%;
    -moz-animation: percentage80 2s ease;
    -webkit-animation: percentage80 2s ease;
}
.percentage85 {
    width: 85%;
    -moz-animation: percentage85 2s ease;
    -webkit-animation: percentage85 2s ease;
}
.percentage90 {
    width: 90%;
    -moz-animation: percentage90 2s ease;
    -webkit-animation: percentage90 2s ease;
}
.percentage95 {
    width: 95%;
    -moz-animation: percentage95 2s ease;
    -webkit-animation: percentage95 2s ease;
}
.percentage100 {
    width: 100%;
    -moz-animation: percentage100 2s ease;
    -webkit-animation: percentage100 2s ease;
}
@-moz-keyframes percentage50 {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}
@-moz-keyframes percentage55 {
  0%   { width: 0px;  }
  100% { width: 55%;  }
}
@-moz-keyframes percentage60 {
  0%   { width: 0px;  }
  100% { width: 60%;  }
}
@-moz-keyframes percentage65 {
  0%   { width: 0px;  }
  100% { width: 65%;  }
}
@-moz-keyframes percentage70 {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-moz-keyframes percentage75 {
  0%   { width: 0px;  }
  100% { width: 75%;  }
}
@-moz-keyframes percentage80 {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}
@-moz-keyframes percentage85 {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-moz-keyframes percentage90 {
  0%   { width: 0px;  }
  100% { width: 90%;  }
}
@-moz-keyframes percentage95 {
  0%   { width: 0px;  }
  100% { width: 95%;  }
}
@-moz-keyframes percentage100 {
  0%   { width: 0px;  }
  100% { width: 100%;  }
}
@-webkit-keyframes percentage50 {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}
@-webkit-keyframes percentage55 {
  0%   { width: 0px;  }
  100% { width: 55%;  }
}
@-webkit-keyframes percentage60 {
  0%   { width: 0px;  }
  100% { width: 60%;  }
}
@-webkit-keyframes percentage65 {
  0%   { width: 0px;  }
  100% { width: 65%;  }
}
@-webkit-keyframes percentage70 {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}
@-webkit-keyframes percentage75 {
  0%   { width: 0px;  }
  100% { width: 75%;  }
}
@-webkit-keyframes percentage80 {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}
@-webkit-keyframes percentage85 {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-webkit-keyframes percentage90 {
  0%   { width: 0px;  }
  100% { width: 90%;  }
}
@-webkit-keyframes percentage95 {
  0%   { width: 0px;  }
  100% { width: 95%;  }
}
@-webkit-keyframes percentage100 {
  0%   { width: 0px;  }
  100% { width: 100%;  }
}
/* Fleche haut pour monter */
.row {
    width: 96%;
    max-width: 1020px;
    margin: 0 auto;
	position: relative;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.icon-up-open:before {
    content: '\e803';
}
a, a:visited {
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
#go-top {
    opacity: 0.9;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -30px;
    z-index: 0;
}
#go-top:hover {
    z-index: 3;
}
#go-top a {
	opacity:0.2;
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #3D8A7E;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 21px;
    line-height: 60px;
    border-radius: 100%;
}
    #go-top a:hover {
        background-color: #4CAC9D;
        opacity: 1.0;
        webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        /* shadow */
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        background-color: #4CAC9D;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#4CAC9D), to(#3D8A7E));
        background-image: -webkit-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
        background-image: -moz-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
        background-image: -o-linear-gradient(top, #4CAC9D 0%, #3D8A7E 100%);
        background-image: linear-gradient(to bottom, #4CAC9D 0%, #3D8A7E 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAC9D', endColorstr='#3D8A7E',GradientType=0 );
    }
.fa-fleche-haut{
	margin-top: .4em;
    display: inline-block;
    text-decoration: inherit;
    width: 1.4em;
    text-align: center;
    line-height: 1.4em;
    margin-left: .7em;
}
/* Fleche haut pour monter */
/*  - FIN - Ajouter pour le style de barre competences maison  et bouton bas pour remonter */
/* pour les boutons du menu jump */
.jumpto-title, .jumpto-close a, .jumpto-close a:visited {
    background: #3D8A7E;
}
/* pour le placeHolder lors du déplacement de la section */
section.sortable-placeholder {
	border: 1px dashed #CCC;
	background: none;
}
@media (max-width: 767.98px) {
    .sidebar-wrapper {
        position: static;
        width: inherit;
    }
	.sidebar-wrapper .profile-container .angleBottomLeft {
		top: 188px;
		border-bottom: 40px solid #49A597;
	}
    .wrapper {
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }
    .main-wrapper {
        padding: 30px;
    }
        .main-wrapper .time {
            position: static;
            display: block;
            margin-top: 5px;
        }
        .main-wrapper .upper-row {
            margin-bottom: 0;
        }
}
@media (min-width: 992px) {
    .skillset .level-title {
        display: inline-block;
        float: left;
        width: 30%;
        margin-bottom: 0;
    }
}
/* pour ecran compris entre 100px et 310px */
@media screen and (min-width: 100px) and (max-width: 310px) {
	.sidebar-wrapper .profile-container .angleBottomLeft {
		top: 227px;
		left: 0px;
		border-bottom: 40px solid #49A597;
	}
}
/* pour ecran compris entre 310px et 450px */
@media screen and (min-width: 310px) and (max-width: 450px) {
	.sidebar-wrapper .profile-container .angleBottomLeft {
		top: 207px;
		left: 0px;
		border-bottom: 40px solid #49A597;
	}
} | 0.334807 | 0.089455 | 
| 
	@font-face {
    font-family: 'android';
    src: url('fontes/idroid.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/*
    paleta de cores:
    #83DAB2
    #4BBF89
    #378C64
    #19402E
    #044024
*/
body {
    background-color: #83DAB2;
    padding: 0px;
    margin: 0px;
}
header {
    width: 100%;
    background-image: linear-gradient(to bottom, #83DAB2, #4BBF89, #378C64, #19402E);
    margin: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}
header > h1 {
    text-align: center;
    margin-bottom: 40px;
}
header > h2 {
    margin: auto;
    width: 650px;
    text-align: center;
    font-size: 20px;
}
header > nav {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
}
header > nav > a {
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition-duration: .5s;
}
header > nav > a:hover {
    background-color: #83DAB2;
    color: #044024;
}
article {
    width: 70%;
    margin: auto;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 10px black;
}
article > h1 {
    font-family: 'android';
}
article > h2 {
    font-family: 'android';
    font-size: 100%;
    background-image: linear-gradient(to right, #83DAB2, white);
    padding-left: 10px;
}
article > picture > img, source{
    display: block;
    margin-left: auto;
    margin-right: auto
}
article > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}
div {
    width: 70%;
    margin: auto;
    background-color: #19402E;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    position: relative;
    padding-bottom: 25%;
}
div > iframe {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}
aside {
    width: 70%;
    margin: auto;
    background-color: white;
    box-shadow: 0px 0px 10px black;
    padding: 10px;
}
aside > section {
    background-color: #83DAB2;
    border-radius: 10px;
    
    padding-bottom: 10px;
}
aside > section > h2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #378C64;
    color: white;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
aside > section > p {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
aside > section > ul {
    list-style-position: inside;
    list-style-type: "\2714\00A0\00A0";
    columns: 2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}
aside > p {
    margin-left: 10px; 
}
p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: justify;
    margin: 15px 0px;
    text-indent: 30px;
    line-height: 1.5em;
    font-size: 1em;
}
footer {
    background-color: #19402E;
    margin: 0%;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
    color: white;
    text-align: center;
}
a {
    font-weight: bold;
    color: #044024;
}
strong {
    color: #044024;
    font-weight: bold;
}
/*
    paleta de cores:
    #83DAB2
    #4BBF89
    #378C64
    #19402E
    #044024
*/ | 
	style.css | 
	@font-face {
    font-family: 'android';
    src: url('fontes/idroid.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/*
    paleta de cores:
    #83DAB2
    #4BBF89
    #378C64
    #19402E
    #044024
*/
body {
    background-color: #83DAB2;
    padding: 0px;
    margin: 0px;
}
header {
    width: 100%;
    background-image: linear-gradient(to bottom, #83DAB2, #4BBF89, #378C64, #19402E);
    margin: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}
header > h1 {
    text-align: center;
    margin-bottom: 40px;
}
header > h2 {
    margin: auto;
    width: 650px;
    text-align: center;
    font-size: 20px;
}
header > nav {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
}
header > nav > a {
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition-duration: .5s;
}
header > nav > a:hover {
    background-color: #83DAB2;
    color: #044024;
}
article {
    width: 70%;
    margin: auto;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 10px black;
}
article > h1 {
    font-family: 'android';
}
article > h2 {
    font-family: 'android';
    font-size: 100%;
    background-image: linear-gradient(to right, #83DAB2, white);
    padding-left: 10px;
}
article > picture > img, source{
    display: block;
    margin-left: auto;
    margin-right: auto
}
article > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}
div {
    width: 70%;
    margin: auto;
    background-color: #19402E;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    position: relative;
    padding-bottom: 25%;
}
div > iframe {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}
aside {
    width: 70%;
    margin: auto;
    background-color: white;
    box-shadow: 0px 0px 10px black;
    padding: 10px;
}
aside > section {
    background-color: #83DAB2;
    border-radius: 10px;
    
    padding-bottom: 10px;
}
aside > section > h2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #378C64;
    color: white;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
aside > section > p {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
aside > section > ul {
    list-style-position: inside;
    list-style-type: "\2714\00A0\00A0";
    columns: 2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}
aside > p {
    margin-left: 10px; 
}
p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: justify;
    margin: 15px 0px;
    text-indent: 30px;
    line-height: 1.5em;
    font-size: 1em;
}
footer {
    background-color: #19402E;
    margin: 0%;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
    color: white;
    text-align: center;
}
a {
    font-weight: bold;
    color: #044024;
}
strong {
    color: #044024;
    font-weight: bold;
}
/*
    paleta de cores:
    #83DAB2
    #4BBF89
    #378C64
    #19402E
    #044024
*/ | 0.288669 | 0.114963 | 
| 
	
.e-content-area {
  background-color: white;
  color: #111111;
  border-color: #c8c8c8;
  font-family: Segoe UI;
}
.hoverCell {
  background-color: #86cbea !important;
}
.e-pivotclient {
  border: 1px solid #c8c8c8;
  background-color: white;
  color: #333333;
}
.e-pivotclient .gridPanel,
.e-pivotclient .chartPanel {
  border: none !important;
}
.e.pivotclient .chartPanel > div {
  border-bottom: none !important;
}
.e-pivotclient .controlPanel {
  position: relative;
  right: 5px;
}
.e-pivotclient .sortFilterDisable {
  color: #999999;
}
.e-pivotclient ul.sortfiltTab.e-box.e-addborderbottom.e-header {
  background: transparent;
}
.e-pivotclient .e-dialog .e-header {
  background: white;
  color: #333333;
}
.e-pivotclient textarea {
  background: white;
}
.e-pivotclient .e-treeview .e-text {
  color: #333333;
}
.e-pivotclient .e-treeview .e-text:hover {
  color: #282827;
}
.e-pivotclient .e-treeview .e-active {
  color: white;
  background: #179bd7;
}
.e-olapclient .nextPageDiv {
  float: right;
  margin-top: 10px;
}
.e-olapclient .memberPageCount {
  padding-left: 5px;
}
.e-olapclient .firstPage,
.prevPage,
.nextPage,
.lastPage,
.memberCurrentPage {
  margin-left: 5px;
}
.e-olapclient .disabled {
  cursor: pointer;
  opacity: 0.5;
}
.e-olapclient .enabled {
  cursor: pointer;
  opacity: 1;
}
.e-pivotclient .e-ddl .e-select {
  color: #333333;
  background: white;
  border-color: #c8c8c8;
}
.e-pivotclient .e-ddl .e-select:hover {
  color: #282827;
  background: #86cbea;
}
.e-pivotclient .outerTable {
  font: normal 12px Segoe UI;
  border-collapse: collapse;
  background-color: white;
}
.e-pivotclient .titleText {
  height: 50px;
  width: inherit;
  display: inline-block;
  font: normal 20px Segoe UI;
  line-height: 48px;
}
.e-pivotclient .titleText span {
  padding-left: 10px;
}
.e-pivotclient .newReportImg:before {
  content: "\e6b3";
  font-size: 20px;
}
.e-pivotclient .addReportImg:before {
  content: "\e6a1";
  font-size: 20px;
}
.e-pivotclient .removeReportImg:before {
  content: "\e6cf";
  font-size: 20px;
}
.e-pivotclient .renameReportImg:before {
  content: "\e6d0";
  font-size: 20px;
}
.e-pivotclient .saveReportImg:before {
  content: "\e6b7";
  font-size: 20px;
}
.e-pivotclient .loadReportImg:before {
  content: "\e6ce";
  font-size: 20px;
}
.e-pivotclient .mdxImg:before {
  content: "\e6ac";
  font-size: 20px;
}
.e-pivotclient .autoExecuteImg:before {
  content: "\e6c3";
  font-size: 20px;
}
.e-pivotclient .excelExportImg:before {
  content: "\e6d4";
  font-size: 20px;
}
.e-pivotclient .wordExportImg:before {
  content: "\e6d5";
  font-size: 20px;
}
.e-pivotclient .pdfExportImg:before {
  content: "\e6d3";
  font-size: 20px;
}
.e-pivotclient .chartTypesImg:before {
  content: "\e6a4";
  font-size: 20px;
}
.e-pivotclient .toggleaxisImg:before {
  content: "\e790";
  font-size: 20px;
}
.e-pivotclient .newReportImg,
.e-pivotclient .addReportImg,
.e-pivotclient .removeReportImg,
.e-pivotclient .renameReportImg,
.e-pivotclient .saveReportImg,
.e-pivotclient .loadReportImg,
.e-pivotclient .mdxImg,
.e-pivotclient .maximizedView,
.e-pivotclient .excelExportImg,
.e-pivotclient .wordExportImg,
.e-pivotclient .pdfExportImg,
.e-pivotclient .chartTypesImg,
.e-pivotclient .rowSortFilterImg,
.e-pivotclient .colSortFilterImg,
.e-pivotclient .toggleExpandButton,
.e-pivotclient .toggleCollapseButton,
.e-pivotclient .dimensionCDB,
.e-pivotclient .folderCDB,
.e-pivotclient .hierarchyCDB,
.e-pivotclient .attributeCDB,
.e-pivotclient .chartCDB,
.e-pivotclient .namedSetCDB,
.e-pivotclient .level0,
.e-pivotclient .level1,
.e-pivotclient .level2,
.e-pivotclient .level3,
.e-pivotclient .level4,
.e-pivotclient .level5,
.e-pivotclient .level6,
.e-pivotclient .level7,
.e-pivotclient .level8,
.e-pivotclient .level9,
.e-pivotclient .level10,
.e-pivotclient .checkAll,
.e-pivotclient .unCheckAll,
.e-pivotclient .autoExecuteImg,
.e-pivotclient .toggleaxisImg {
  color: #686969;
  text-indent: -3px;
}
.e-pivotclient .maximizedView:before {
  content: "\e660";
  font-size: 21px;
}
.e-pivotclient .colSortFilterImg:before {
  content: "\e6f9";
  font-size: 32px;
  line-height: 0.65;
  text-indent: -9px;
}
.e-pivotclient .rowSortFilterImg:before {
  content: "\e6f8";
  font-size: 29px;
  line-height: 0.8;
  text-indent: -7px;
}
.e-pivotclient .chartPanel {
  height: 0;
  width: 800px;
  margin: 5px 7px 7px;
}
.e-pivotclient .clientTab {
  margin-top: 6px !important;
  font: bold 12px Segoe UI;
}
.e-pivotclient .toggleExpandButton,
.e-pivotclient .toggleCollapseButton {
  background-repeat: no-repeat;
  height: 20px;
  width: 21px;
  cursor: pointer;
  position: relative;
  top: -3px;
}
.e-pivotclient .toggleExpandButton {
  float: right;
  background-position: center -20px;
  margin: 5px;
}
.e-pivotclient .toggleCollapseButton {
  background-position: 6px 0px;
  position: relative;
  top: 11px;
}
.e-pivotclient .toggleExpandButton:hover,
.e-pivotclient .toggleCollapseButton:hover {
  color: #282827;
  background: #86cbea;
}
.e-pivotclient .toggleCollapseButton:before {
  content: "\e674";
  font-size: 20px;
}
.e-pivotclient .toggleExpandButton:before {
  content: "\e671";
  font-size: 20px;
  margin-right: 7px;
}
.e-pivotclient .toggleText {
  background-position: center 0px;
  background-repeat: no-repeat;
  height: 140px;
  width: 30px;
}
.e-pivotclient .splitBtn {
  margin: 7px 0 0 6px;
  position: relative;
}
.e-pivotclient .csHeader {
  font: normal 14px Segoe UI;
  margin: 8px 0 8px 3px;
}
.e-pivotclient .cdbHeader,
.e-pivotclient .axisHeader {
  border: 1px solid #c8c8c8;
  font-weight: bold;
  line-height: 28px;
}
.e-pivotclient .axisHeader span:not(.removeSplitBtn),
.e-pivotclient .cdbHeader span {
  padding-left: 5px;
}
.e-pivotclient.e-rtl .axisHeader span:not(.removeSplitBtn),
.e-pivotclient.e-rtl .cdbHeader span {
  padding-right: 5px;
}
.e-pivotclient .cubeTable {
  border-collapse: collapse;
  margin: 0 5px 3px 5px;
}
.e-pivotclient .cdbHeader {
  border-bottom: 0px;
}
.e-pivotclient .axisHeader {
  border-bottom: 0px;
}
.e-pivotclient .reportToolbar {
  border-color: #c8c8c8 !important;
  background: #ececec;
}
.e-pivotclient .cubeBrowser {
  border: 1px solid #c8c8c8 !important;
}
.e-pivotclient .cubeName {
  padding: 7px 0 0 6px;
  font: normal 14px Segoe UI;
}
.e-pivotclient .categoricalAxis,
.e-pivotclient .rowAxis,
.e-pivotclient .slicerAxis {
  border: 1px solid #c8c8c8;
  margin-bottom: 3px;
  /*background: @aeb-bgcolor;*/
  overflow: auto;
}
.e-pivotclient .gridContainer,
.e-pivotclient .chartContainer {
  border: 1px solid #c8c8c8;
}
.e-pivotclient .dropIndicator {
  margin-top: 4px !important;
  border-top: 3px dashed #179bd7;
}
.e-pivotclient .targetAxis {
  background-color: #86cbea;
  color: #282827;
}
.e-pivotclient .reportToolbar .e-active {
  color: white;
}
.e-pivotclient .connectImg,
.e-pivotclient .newReportImg,
.e-pivotclient .addReportImg,
.e-pivotclient .removeReportImg,
.e-pivotclient .renameReportImg,
.e-pivotclient .saveReportImg,
.e-pivotclient .loadReportImg,
.e-pivotclient .mdxImg,
.e-pivotclient .maximizedView,
.e-pivotclient .excelExportImg,
.e-pivotclient .wordExportImg,
.e-pivotclient .pdfExportImg,
.e-pivotclient .chartTypesImg,
.e-pivotclient .rowSortFilterImg,
.e-pivotclient .colSortFilterImg,
.e-pivotclient .connectImg:hover,
.e-pivotclient .newReportImg:hover,
.e-pivotclient .addReportImg:hover,
.e-pivotclient .removeReportImg:hover,
.e-pivotclient .renameReportImg:hover,
.e-pivotclient .saveReportImg:hover,
.e-pivotclient .loadReportImg:hover,
.e-pivotclient .mdxImg:hover,
.e-pivotclient .excelExportImg:hover,
.e-pivotclient .wordExportImg:hover,
.e-pivotclient .pdfExportImg:hover,
.e-pivotclient .chartTypesImg:hover,
.e-pivotclient .rowSortFilterImg:hover,
.e-pivotclient .colSortFilterImg:hover,
.e-pivotclient .autoExecuteImg:hover,
.e-pivotclient .autoExecuteImg,
.e-pivotclient .toggleaxisImg,
.e-pivotclient .toggleaxisImg:hover {
  background-repeat: no-repeat;
  margin: 4px;
  cursor: default;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.e-pivotclient .connectImg:hover,
.e-pivotclient .newReportImg:hover,
.e-pivotclient .addReportImg:hover,
.e-pivotclient .removeReportImg:hover,
.e-pivotclient .renameReportImg:hover,
.e-pivotclient .saveReportImg:hover,
.e-pivotclient .loadReportImg:hover,
.e-pivotclient .mdxImg:hover,
.e-pivotclient .excelExportImg:hover,
.e-pivotclient .wordExportImg:hover,
.e-pivotclient .pdfExportImg:hover,
.e-pivotclient .chartTypesImg:hover,
.e-pivotclient .maximizedView:hover,
.e-pivotclient .rowSortFilterImg:hover,
.e-pivotclient .colSortFilterImg:hover,
.e-pivotclient .autoExecuteImg:hover,
.e-pivotclient .toggleaxisImg:hover {
  cursor: pointer;
  color: #282827;
}
.e-pivotclient .reportList {
  padding-left: 7px;
  padding-right: 7px;
  overflow: visible !important;
}
.e-pivotclient li.reportCol.e-hover {
  background: none;
  border-color: transparent;
}
.e-pivotclient .sortReportTbl {
  margin: 0px 4px 18px;
  width: 100%;
}
.e-pivotclient .sortingDlg,
.e-pivotclient .filteringDlg {
  font: bold 12px Segoe UI !important;
}
.e-pivotclient .sortDisable,
.e-pivotclient .radioBtnDesc,
.e-pivotclient .preserveHrchy,
.e-pivotclient .filterLbl,
.e-pivotclient .conditionLbl {
  vertical-align: middle;
}
.e-pivotclient .sortEnable,
.e-pivotclient .radioBtnAsc {
  vertical-align: text-bottom;
}
.e-pivotclient .radioBtnAsc,
.e-pivotclient .radioBtnDesc,
.e-pivotclient .measuresList,
.e-pivotclient .sortEnable,
.e-pivotclient .sortDisable,
.e-pivotclient .filter,
.e-pivotclient .filterCondition,
.e-pivotclient .filterMeasureListLbl,
.e-pivotclient .filterDisable,
.e-pivotclient .filterEnable,
.e-pivotclient .chkBoxColumn {
  margin-top: 15px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.e-pivotclient .sortDisable,
.e-pivotclient .radioBtnDesc {
  margin-bottom: 15px;
}
.e-pivotclient .filterFrmDiv,
.e-pivotclient .filterToDiv,
.e-pivotclient .filterBtw {
  float: left;
}
.e-pivotclient .filterLbl {
  margin-top: -23px;
}
.e-pivotclient .sortingDlg,
.e-pivotclient .filteringDlg {
  margin-top: -1px !important;
}
.e-pivotclient .filterFrmDiv,
.e-pivotclient .filterBtw,
.e-pivotclient .filterToDiv {
  margin-bottom: -7px;
  margin-top: 10px !important;
}
.e-pivotclient .conditionLbl,
.e-pivotclient .filterMeasureListLbl {
  margin-bottom: 14px;
  margin-top: 10px !important;
}
.e-pivotclient .filterBtw,
.e-pivotclient filterToDiv {
  margin-left: 4px;
}
.e-pivotclient .sortDisableLbl,
.e-pivotclient .sortEnableLbl,
.e-pivotclient .radioBtnAscLbl,
.e-pivotclient .radioBtnDescLbl,
.e-pivotclient .preserveHrchyLbl,
.e-pivotclient .filterDisableLbl {
  margin-left: 4px;
}
.e-pivotclient .e-dialog-scroller {
  height: auto !important;
}
.e-pivotclient .filterDisableLbl {
  vertical-align: text-bottom;
}
.e-pivotclient .filterBtw {
  margin-left: 12px;
}
.e-pivotclient .filterToDiv {
  margin-left: 8px;
}
.e-pivotclient .borderFilterSortDlg {
  border: 1px solid #c8c8c8;
  border-top: none;
  margin-bottom: 13px;
  margin-top: -4px;
}
.e-pivotclient .filterMeasureListLbl,
.e-pivotclient .conditionLbl,
.e-pivotclient .filterValueLbl {
  margin-bottom: 15px;
}
.e-pivotclient .orderLbl,
.e-pivotclient .sortingLbl {
  position: relative;
  padding-top: 12px;
}
.e-pivotclient .filterValueLbl {
  margin-top: -5px !important;
  position: absolute;
}
.e-pivotclient .sortDisableLbl,
.e-pivotclient .sortEnableLbl,
.e-pivotclient .radioBtnAscLbl,
.e-pivotclient .radioBtnDescLbl,
.e-pivotclient .filterDisableLbl {
  margin-top: 13px;
  position: absolute;
}
.e-pivotclient .preserveHrchyLbl {
  margin-top: 2px;
  position: absolute;
}
.e-pivotclient .e-pivotclient .filterLbl {
  margin-top: -40px;
}
.e-pivotclient .measureListLbl {
  margin-top: 3px;
}
.e-pivotclient .reportCol {
  width: auto;
  height: 25px;
}
.e-pivotclient .dimensionCDB,
.e-pivotclient .folderCDB,
.e-pivotclient .hierarchyCDB,
.e-pivotclient .attributeCDB,
.e-pivotclient .chartCDB,
.e-pivotclient .namedSetCDB,
.e-pivotclient .level0,
.e-pivotclient .level1,
.e-pivotclient .level2,
.e-pivotclient .level3,
.e-pivotclient .level4,
.e-pivotclient .level5,
.e-pivotclient .level6,
.e-pivotclient .level7,
.e-pivotclient .level8,
.e-pivotclient .level9,
.e-pivotclient .level10 {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: text-top;
}
.e-pivotclient .attributeCDB:before {
  content: "\e6e4";
  font-size: 18px;
}
.e-pivotclient .folderCDB:before {
  content: "\e6e1";
  font-size: 18px;
}
.e-pivotclient .dimensionCDB:before {
  content: "\e704";
  font-size: 15px;
}
.e-pivotclient .hierarchyCDB:before {
  content: "\e6e0";
  font-size: 18px;
}
.e-pivotclient .chartCDB:before {
  content: "\e6e3";
  font-size: 15px;
}
.e-pivotclient .namedSetCDB:before {
  content: "\e6de";
  font-size: 18px;
}
.e-pivotclient .level0:before {
  content: "\e6f3";
  font-size: 19px;
}
.e-pivotclient .level1:before {
  content: "\e6f3";
  font-size: 18px;
}
.e-pivotclient .level2:before {
  content: "\e6ec";
  font-size: 17px;
}
.e-pivotclient .level3:before {
  content: "\e6eb";
  font-size: 17px;
}
.e-pivotclient .level4:before {
  content: "\e6ea";
  font-size: 18px;
}
.e-pivotclient .level5:before {
  content: "\e6e9";
  font-size: 17px;
}
.e-pivotclient .level6:before {
  content: "\e6e8";
  font-size: 17px;
}
.e-pivotclient .level7:before {
  content: "\e6e7";
  font-size: 17px;
}
.e-pivotclient .level8:before {
  content: "\e6e6";
  font-size: 17px;
}
.e-pivotclient .level9:before {
  content: "\e6e5";
  font-size: 17px;
}
.e-pivotclient .level10:before {
  content: "\e6f2";
  font-size: 17px;
}
.e-pivotclient .dialogOKBtn,
.e-pivotclient .dialogCancelBtn {
  width: 69px;
  margin-left: 10px;
}
.e-pivotclient .dialogOKBtn {
  margin-left: 83px;
}
.e-pivotclient .editorPara {
  margin: 0 0 7px;
}
.e-pivotclient .loadReportTbl {
  margin: 10px 0px 10px 0px;
}
.e-pivotclient .loadReportTd {
  width: 100px;
}
.e-pivotclient .dialogInput {
  float: right;
  margin: 10px 0px 17px 7px;
}
.e-pivotclient .checkAll,
.e-pivotclient .unCheckAll {
  display: inline-block;
  height: 15px;
  width: 16px;
  cursor: pointer;
}
.e-pivotclient .checkAll:hover,
.e-pivotclient .unCheckAll:hover {
  background: #86cbea;
  color: #282827;
}
.e-pivotclient .checkAll:before {
  content: "\e6db";
  font-size: 16px;
}
.e-pivotclient .unCheckAll:before {
  content: "\e6da";
  font-size: 16px;
}
.e-pivotclient .unCheckAll {
  margin-left: 5px;
}
.e-pivotclient .line:before {
  content: "\e6b1";
}
.e-pivotclient .spline:before {
  content: "\e6bb";
}
.e-pivotclient .column:before {
  content: "\e6a6";
}
.e-pivotclient .area:before {
  content: "\e6a2";
}
.e-pivotclient .splinearea:before {
  content: "\e6ba";
}
.e-pivotclient .stepline:before {
  content: "\e6c0";
}
.e-pivotclient .steparea:before {
  content: "\e6be";
}
.e-pivotclient .pie:before {
  content: "\e6ca";
}
.e-pivotclient .bar:before {
  content: "\e6c5";
}
.e-pivotclient .stackingarea:before {
  content: "\e6bc";
}
.e-pivotclient .stackingcolumn:before {
  content: "\e6bd";
}
.e-pivotclient .stackingbar:before {
  content: "\e6c6";
}
.e-pivotclient .pyramid:before {
  content: "\e6c9";
}
.e-pivotclient .funnel:before {
  content: "\e6c8";
}
.e-pivotclient .doughnut:before {
  content: "\e7dd";
}
.e-pivotclient .scatter:before {
  content: "\e7df";
}
.e-pivotclient .bubble:before {
  content: "\e7dc";
}
.e-pivotclient .treemap:before {
  content: "\e810";
}
.e-pivotclient .chartTypesIcon:before {
  font-family: 'ej-webfont';
  font-size: 20px;
  margin-left: 2px;
}
.e-pivotclient .chartTypesOnGridView {
  display: none !important;
}
.e-pivotclient .chartTypesIcon,
.e-pivotclient .chartTypesIcon:hover {
  background-repeat: no-repeat;
  margin: 5px 5px 0px 0px;
  cursor: default;
  display: inline-block;
  height: 28px;
  width: 24px;
}
.e-pivotclient .chartTypesDialog {
  position: absolute;
  padding: 0px 0px 5px 5px;
  z-index: 1000000;
  background-color: #ececec;
  border: 2px solid #c8c8c8;
}
.e-pivotclient .chartTypesIcon {
  color: #686969;
}
.e-pivotclient .chartTypesIcon:hover {
  color: #282827;
  cursor: pointer;
  background: #86cbea;
}
.e-pivotclient .activeChartType {
  color: white;
  background: #179bd7;
}
.e-pivotclient .memberEditorDiv {
  height: 256px;
  margin-top: 5px;
  border: 1px solid #c8c8c8;
}
.e-pivotclient .removeSplitBtn,
.e-pivotclient .removeMeasure {
  background-repeat: no-repeat;
  height: 11px;
  padding-left: 10px;
  width: 11px;
  color: #333333;
}
.e-pivotclient .removeSplitBtn:before {
  content: "\e681";
  font-size: 13px;
  margin-left: -6px;
  margin-top: 2px;
}
.e-pivotclient .removeSplitBtn:hover {
  cursor: pointer;
  background: #86cbea;
}
.e-pivotclient .removeSplitBtn {
  background: #ececec;
  border: 1px solid #c8c8c8;
  display: inline-block;
  float: none;
  margin: 0 !important;
  padding-bottom: 7px;
  padding-right: 0;
  position: absolute;
}
.e-pivotclient .removeMeasure {
  background-position: 0 -1835px !important;
  margin: 4px;
  color: #686969;
}
.e-pivotclient .removeMeasure:before {
  content: "\e681";
  font-size: 13px;
  display: inline-block;
}
.e-pivotclient .measureEditor {
  margin: 3px 5px 0px 5px;
}
.e-pivotclient .measureEditor:hover {
  color: #282827;
  background-color: #86cbea;
  cursor: pointer;
}
.e-pivotclient .nodetext {
  font-size: inherit !important;
}
.e-pivotclient .e-dialog {
  font: bold 12px Segoe UI !important;
  opacity: 1 !important;
}
.e-pivotclient .e-corner-all {
  border-radius: 0px !important;
}
.e-pivotclient .e-button {
  font-size: 12px !important;
}
.e-pivotclient .alertOKBtn {
  display: inline-block;
  margin: 20px 0 10px 165px;
  width: 50px;
}
.e-pivotclient .alertContent {
  font: normal 14px Segoe UI;
}
.e-pivotclient .e-treeview {
  background-color: white;
}
.e-pivotclient .e-treeview ul {
  margin: 0;
}
.e-pivotclient .e-treeview,
.e-pivotclient .e-text {
  font-size: 12px;
}
.e-pivotclient .e-tab,
.e-pivotclient .e-header {
  width: auto;
}
.e-pivotclient .e-tab,
.e-pivotclient .e-active-content {
  padding: 0 !important;
}
.e-pivotclient .e-tab,
.e-pivotclient .e-content {
  border-width: 0;
}
.e-pivotclient .e-toolbar {
  border-width: 1px 0;
}
.e-pivotclient .e-input {
  line-height: normal !important;
}
.e-pivotclient .e-progress-txt {
  top: -2px !important;
}
.e-pivotclient .filter {
  display: none !important;
}
.cdbHeader.responsive,
.cubeBrowser.responsive {
  width: 98% !important;
}
.e-pivotclient .oClientTbl {
  position: relative;
}
.rowAxis.responsive,
.slicerAxis.responsive,
.categoricalAxis.responsive,
.axisHeader.responsive {
  width: 95% !important;
}
.e-pivotclient .reportDlg {
  margin-bottom: -10px;
}
.e-pivotclient .dialogFooter {
  float: right;
  margin: 7px 0 6px;
}
.e-pivotclient reportCol {
  margin-left: 3px;
}
.e-pivotclient.e-rtl .reportDlg table td {
  width: 100px;
}
.e-pivotclient.e-rtl .reportDlg {
  margin-left: -5px;
}
.e-pivotclient.e-rtl .titleText span {
  padding-right: 10px;
}
.e-pivotclient.e-rtl .splitBtn,
.e-pivotclient.e-rtl .cubeName {
  margin: 7px 6px 0 0;
}
.e-pivotclient.e-rtl .controlPanel {
  right: 10px;
}
.e-pivotclient.e-rtl .controlPanel .e-icon {
  float: right;
}
.e-pivotclient.e-rtl .sortfilterTab .e-content {
  float: none;
}
.e-pivotclient.e-rtl .unCheckAll {
  margin-right: 4px;
}
.e-pivotclient.e-rtl .filterFrmDiv,
.e-pivotclient.e-rtl .filterToDiv,
.e-pivotclient.e-rtl .filterBtw {
  float: right;
}
.e-pivotclient.e-rtl .sortDisableLbl,
.e-pivotclient.e-rtl .sortEnableLbl,
.e-pivotclient.e-rtl .radioBtnAscLbl,
.e-pivotclient.e-rtl .radioBtnDescLbl,
.e-pivotclient.e-rtl .preserveHrchyLbl,
.e-pivotclient.e-rtl .filterDisableLbl {
  margin-right: 4px;
}
.e-pivotclient.e-rtl .dialogFooter {
  float: left;
  margin: 7px 6px 7px;
}
.e-pivotclient.e-rtl .dialogOKBtn {
  margin-left: 10px;
  margin-right: 83px;
}
.e-pivotclient.e-rtl .dialogCancelBtn {
  margin-left: -5px;
}
.e-pivotclient.e-rtl .chartPanel {
  direction: ltr;
  margin: 5px -7px 0px 0px;
}
.e-pivotclient.e-rtl .gridPanel {
  margin-left: 1px;
}
.e-pivotclient.e-rtl .pivotGridTable.e-rtl .expand,
.e-pivotclient.e-rtl .pivotGridTable.e-rtl .collapse {
  float: none !important;
}
.e-pivotclient .e-pivotschemadesigner .pivotHeader,
.e-pivotclient .e-pivotschemadesigner .rPivotHeader,
.e-pivotclient .e-pivotschemadesigner .schemaFilter,
.e-pivotclient .e-pivotschemadesigner .schemaColumn,
.e-pivotclient .e-pivotschemadesigner .schemaRow,
.e-pivotclient .e-pivotschemadesigner .schemaValue {
  margin: 0 !important;
  width: 100%;
}
.e-pivotclient .e-pivotschemadesigner .dropIndicator {
  margin-top: 0px !important;
  border-top: 3px dashed #179bd7;
  visibility: hidden;
  height: 2px;
}
.e-pivotclient .e-pivotschemadesigner .pivotButton:hover .dropIndicatorActive {
  visibility: visible;
}
.e-pivotclient .e-pivotschemadesigner .schemaFieldTree.e-treeview .e-text {
  min-height: 0px !important;
  font-weight: normal !important;
  width: auto;
}
.e-pivotclient .e-pivotschemadesigner .pivotButton > .pvtBtn {
  margin-top: -5px;
  margin-left: 2px;
  margin-right: 0px;
  width: auto !important;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.e-pivotclient .e-pivotschemadesigner .pivotButton > .pvtBtn:hover {
  border: 1px solid #c8c8c8 !important;
}
.e-pivotclient .e-pivotschemadesigner .removeClientPivotBtn:before {
  content: "\e681" !important;
  font-size: 13px !important;
  margin-top: 2px !important;
}
.e-pivotclient .e-pivotschemadesigner .removeClientPivotBtn {
  background: #ececec !important;
  border: 1px solid #c8c8c8 !important;
  display: inline-block !important;
  float: none !important;
  margin: 0 !important;
  margin-top: 4px;
  padding-right: 0 !important;
  height: 18px;
}
.e-pivotclient .e-pivotschemadesigner .removeClientPivotBtn:hover {
  cursor: pointer;
}
.e-pivotclient .e-pivotschemadesigner .olapFieldList {
  border: 1px solid #c8c8c8;
  margin-top: 8px;
}
.e-pivotclient .e-pivotschemadesigner,
.e-pivotclient .e-pivotschemadesigner .fieldTable,
.e-pivotclient .e-pivotschemadesigner .axisTable,
.e-pivotclient .e-pivotschemadesigner .axisTd1,
.e-pivotclient .e-pivotschemadesigner .axisTd2 {
  float: left !important;
}
.e-pivotclient .e-pivotschemadesigner .fieldTable {
  width: 45% !important;
  margin: 6px 7px 8px 5px;
  width: 44% !important;
}
.e-pivotclient .e-pivotschemadesigner .axisTable {
  margin-top: 6px;
  width: 52% !important;
}
.e-pivotclient .e-pivotschemadesigner .clientFieldTable {
  float: right !important;
}
.e-pivotclient .e-pivotschemadesigner .clientAxisTable {
  width: 50% !important;
  margin-left: 10px !important;
}
.e-pivotclient .e-pivotschemadesigner #axisTd {
  margin-top: 0px !important;
}
.e-pivotclient .e-pivotschemadesigner .axisTd2,
.e-pivotclient .e-pivotschemadesigner .axisTd1 {
  height: 27%;
}
.e-pivotclient .e-pivotschemadesigner .cubelists {
  margin-bottom: -2px;
}
.e-pivotclient .e-pivotschemadesigner {
  border: none;
}
.e-pivotclient .toggleButtons {
  width: 15px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.e-pivotclient .togglePanel {
  float: left;
  margin-left: 5px;
  background-color: #ececec;
}
.e-pivotclient .gridPanel {
  background: none !important;
}
.e-pivotclient .e-clrFilter:before {
  content: "\e668";
  font-size: 16px;
  float: left;
}
.e-pivotclient .activeFilter:before {
  content: "\e657";
  height: 16px;
  width: 16px;
}
.e-pivotclient #clientDialog_wrapper .e-scroller {
  overflow: visible !important;
  border: none;
}
.e-pivotclient .filterIndicator {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 120px;
  margin-left: -12px;
}
.e-pivotclient .filterIndicator:before {
  content: "\e657";
  height: 16px;
  width: 16px;
}
.e-pivotclient .filterDialog td {
  padding-left: 6px;
}
.e-pivotclient .e-pivotpager {
  border: 1px solid #c8c8c8;
  margin-bottom: 5px;
  padding-left: 10%;
}
.e-pivotclient .e-pivotpager .pagerDiv {
  padding: 0px;
}
.e-pivotclient .e-pivotpager .pagerTextBox {
  height: 14px;
}
.e-pivotclient .inActive {
  display: none;
}
.e-pivotclient .vScrollPanel {
  background-color: #e3e3e3;
  width: 0px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 10px;
}
.e-pivotclient .vScrollThumb {
  width: 11px;
  position: relative;
  top: 1px;
  z-index: 1000;
  border-radius: 5px;
  background-color: #bababa;
}
.e-pivotclient .hScrollPanel {
  background-color: #e3e3e3;
  width: 0px;
  height: 6px;
  border-radius: 10px;
}
.e-pivotclient .hScrollThumb {
  border-radius: 5px;
  height: 11px;
  position: relative;
  left: 1px;
  top: 1px;
  z-index: 1000;
  background-color: #bababa;
}
.e-pivotclient .vScrollThumb:hover,
.e-pivotclient .hScrollThumb:hover {
  background-color: #989999;
}
.e-pivotclient .categPageIndicator,
.e-pivotclient .seriesPageIndicator {
  width: auto;
  background-color: #179bd7;
  border: thin solid #c8c8c8;
  color: white;
  padding: 5px;
  position: absolute;
  z-index: 1000;
  border-radius: 7px;
}
.e-pivotclient .hsVirtualScrolling {
  margin-bottom: 5px;
}
.maximumView {
  background-color: white;
  z-index: 1000;
  margin: 2% 4%;
  margin-top: 2%;
  padding: 20px;
  position: fixed;
}
.fullScreenView {
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 1000;
}
.winCloseBtn:before {
  content: "\e69e";
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 0;
  height: 24px;
  width: 24px;
}
.winCloseBtn {
  color: #686969;
}
.winCloseBtn:hover {
  color: #282827;
  cursor: pointer;
}
@media (min-width: 640px) and (max-width: 799px) {
  
}
@media (min-width: 800px) and (max-width: 959px) {
  
}
@media (min-width: 960px) and (max-width: 1120px) {
  
}
@media (min-width: 1120px) {
  
} | 
	Northwind.Mvc.AJAX/Content/ej/web/default-theme/ej.pivotclient.css | 
	
.e-content-area {
  background-color: white;
  color: #111111;
  border-color: #c8c8c8;
  font-family: Segoe UI;
}
.hoverCell {
  background-color: #86cbea !important;
}
.e-pivotclient {
  border: 1px solid #c8c8c8;
  background-color: white;
  color: #333333;
}
.e-pivotclient .gridPanel,
.e-pivotclient .chartPanel {
  border: none !important;
}
.e.pivotclient .chartPanel > div {
  border-bottom: none !important;
}
.e-pivotclient .controlPanel {
  position: relative;
  right: 5px;
}
.e-pivotclient .sortFilterDisable {
  color: #999999;
}
.e-pivotclient ul.sortfiltTab.e-box.e-addborderbottom.e-header {
  background: transparent;
}
.e-pivotclient .e-dialog .e-header {
  background: white;
  color: #333333;
}
.e-pivotclient textarea {
  background: white;
}
.e-pivotclient .e-treeview .e-text {
  color: #333333;
}
.e-pivotclient .e-treeview .e-text:hover {
  color: #282827;
}
.e-pivotclient .e-treeview .e-active {
  color: white;
  background: #179bd7;
}
.e-olapclient .nextPageDiv {
  float: right;
  margin-top: 10px;
}
.e-olapclient .memberPageCount {
  padding-left: 5px;
}
.e-olapclient .firstPage,
.prevPage,
.nextPage,
.lastPage,
.memberCurrentPage {
  margin-left: 5px;
}
.e-olapclient .disabled {
  cursor: pointer;
  opacity: 0.5;
}
.e-olapclient .enabled {
  cursor: pointer;
  opacity: 1;
}
.e-pivotclient .e-ddl .e-select {
  color: #333333;
  background: white;
  border-color: #c8c8c8;
}
.e-pivotclient .e-ddl .e-select:hover {
  color: #282827;
  background: #86cbea;
}
.e-pivotclient .outerTable {
  font: normal 12px Segoe UI;
  border-collapse: collapse;
  background-color: white;
}
.e-pivotclient .titleText {
  height: 50px;
  width: inherit;
  display: inline-block;
  font: normal 20px Segoe UI;
  line-height: 48px;
}
.e-pivotclient .titleText span {
  padding-left: 10px;
}
.e-pivotclient .newReportImg:before {
  content: "\e6b3";
  font-size: 20px;
}
.e-pivotclient .addReportImg:before {
  content: "\e6a1";
  font-size: 20px;
}
.e-pivotclient .removeReportImg:before {
  content: "\e6cf";
  font-size: 20px;
}
.e-pivotclient .renameReportImg:before {
  content: "\e6d0";
  font-size: 20px;
}
.e-pivotclient .saveReportImg:before {
  content: "\e6b7";
  font-size: 20px;
}
.e-pivotclient .loadReportImg:before {
  content: "\e6ce";
  font-size: 20px;
}
.e-pivotclient .mdxImg:before {
  content: "\e6ac";
  font-size: 20px;
}
.e-pivotclient .autoExecuteImg:before {
  content: "\e6c3";
  font-size: 20px;
}
.e-pivotclient .excelExportImg:before {
  content: "\e6d4";
  font-size: 20px;
}
.e-pivotclient .wordExportImg:before {
  content: "\e6d5";
  font-size: 20px;
}
.e-pivotclient .pdfExportImg:before {
  content: "\e6d3";
  font-size: 20px;
}
.e-pivotclient .chartTypesImg:before {
  content: "\e6a4";
  font-size: 20px;
}
.e-pivotclient .toggleaxisImg:before {
  content: "\e790";
  font-size: 20px;
}
.e-pivotclient .newReportImg,
.e-pivotclient .addReportImg,
.e-pivotclient .removeReportImg,
.e-pivotclient .renameReportImg,
.e-pivotclient .saveReportImg,
.e-pivotclient .loadReportImg,
.e-pivotclient .mdxImg,
.e-pivotclient .maximizedView,
.e-pivotclient .excelExportImg,
.e-pivotclient .wordExportImg,
.e-pivotclient .pdfExportImg,
.e-pivotclient .chartTypesImg,
.e-pivotclient .rowSortFilterImg,
.e-pivotclient .colSortFilterImg,
.e-pivotclient .toggleExpandButton,
.e-pivotclient .toggleCollapseButton,
.e-pivotclient .dimensionCDB,
.e-pivotclient .folderCDB,
.e-pivotclient .hierarchyCDB,
.e-pivotclient .attributeCDB,
.e-pivotclient .chartCDB,
.e-pivotclient .namedSetCDB,
.e-pivotclient .level0,
.e-pivotclient .level1,
.e-pivotclient .level2,
.e-pivotclient .level3,
.e-pivotclient .level4,
.e-pivotclient .level5,
.e-pivotclient .level6,
.e-pivotclient .level7,
.e-pivotclient .level8,
.e-pivotclient .level9,
.e-pivotclient .level10,
.e-pivotclient .checkAll,
.e-pivotclient .unCheckAll,
.e-pivotclient .autoExecuteImg,
.e-pivotclient .toggleaxisImg {
  color: #686969;
  text-indent: -3px;
}
.e-pivotclient .maximizedView:before {
  content: "\e660";
  font-size: 21px;
}
.e-pivotclient .colSortFilterImg:before {
  content: "\e6f9";
  font-size: 32px;
  line-height: 0.65;
  text-indent: -9px;
}
.e-pivotclient .rowSortFilterImg:before {
  content: "\e6f8";
  font-size: 29px;
  line-height: 0.8;
  text-indent: -7px;
}
.e-pivotclient .chartPanel {
  height: 0;
  width: 800px;
  margin: 5px 7px 7px;
}
.e-pivotclient .clientTab {
  margin-top: 6px !important;
  font: bold 12px Segoe UI;
}
.e-pivotclient .toggleExpandButton,
.e-pivotclient .toggleCollapseButton {
  background-repeat: no-repeat;
  height: 20px;
  width: 21px;
  cursor: pointer;
  position: relative;
  top: -3px;
}
.e-pivotclient .toggleExpandButton {
  float: right;
  background-position: center -20px;
  margin: 5px;
}
.e-pivotclient .toggleCollapseButton {
  background-position: 6px 0px;
  position: relative;
  top: 11px;
}
.e-pivotclient .toggleExpandButton:hover,
.e-pivotclient .toggleCollapseButton:hover {
  color: #282827;
  background: #86cbea;
}
.e-pivotclient .toggleCollapseButton:before {
  content: "\e674";
  font-size: 20px;
}
.e-pivotclient .toggleExpandButton:before {
  content: "\e671";
  font-size: 20px;
  margin-right: 7px;
}
.e-pivotclient .toggleText {
  background-position: center 0px;
  background-repeat: no-repeat;
  height: 140px;
  width: 30px;
}
.e-pivotclient .splitBtn {
  margin: 7px 0 0 6px;
  position: relative;
}
.e-pivotclient .csHeader {
  font: normal 14px Segoe UI;
  margin: 8px 0 8px 3px;
}
.e-pivotclient .cdbHeader,
.e-pivotclient .axisHeader {
  border: 1px solid #c8c8c8;
  font-weight: bold;
  line-height: 28px;
}
.e-pivotclient .axisHeader span:not(.removeSplitBtn),
.e-pivotclient .cdbHeader span {
  padding-left: 5px;
}
.e-pivotclient.e-rtl .axisHeader span:not(.removeSplitBtn),
.e-pivotclient.e-rtl .cdbHeader span {
  padding-right: 5px;
}
.e-pivotclient .cubeTable {
  border-collapse: collapse;
  margin: 0 5px 3px 5px;
}
.e-pivotclient .cdbHeader {
  border-bottom: 0px;
}
.e-pivotclient .axisHeader {
  border-bottom: 0px;
}
.e-pivotclient .reportToolbar {
  border-color: #c8c8c8 !important;
  background: #ececec;
}
.e-pivotclient .cubeBrowser {
  border: 1px solid #c8c8c8 !important;
}
.e-pivotclient .cubeName {
  padding: 7px 0 0 6px;
  font: normal 14px Segoe UI;
}
.e-pivotclient .categoricalAxis,
.e-pivotclient .rowAxis,
.e-pivotclient .slicerAxis {
  border: 1px solid #c8c8c8;
  margin-bottom: 3px;
  /*background: @aeb-bgcolor;*/
  overflow: auto;
}
.e-pivotclient .gridContainer,
.e-pivotclient .chartContainer {
  border: 1px solid #c8c8c8;
}
.e-pivotclient .dropIndicator {
  margin-top: 4px !important;
  border-top: 3px dashed #179bd7;
}
.e-pivotclient .targetAxis {
  background-color: #86cbea;
  color: #282827;
}
.e-pivotclient .reportToolbar .e-active {
  color: white;
}
.e-pivotclient .connectImg,
.e-pivotclient .newReportImg,
.e-pivotclient .addReportImg,
.e-pivotclient .removeReportImg,
.e-pivotclient .renameReportImg,
.e-pivotclient .saveReportImg,
.e-pivotclient .loadReportImg,
.e-pivotclient .mdxImg,
.e-pivotclient .maximizedView,
.e-pivotclient .excelExportImg,
.e-pivotclient .wordExportImg,
.e-pivotclient .pdfExportImg,
.e-pivotclient .chartTypesImg,
.e-pivotclient .rowSortFilterImg,
.e-pivotclient .colSortFilterImg,
.e-pivotclient .connectImg:hover,
.e-pivotclient .newReportImg:hover,
.e-pivotclient .addReportImg:hover,
.e-pivotclient .removeReportImg:hover,
.e-pivotclient .renameReportImg:hover,
.e-pivotclient .saveReportImg:hover,
.e-pivotclient .loadReportImg:hover,
.e-pivotclient .mdxImg:hover,
.e-pivotclient .excelExportImg:hover,
.e-pivotclient .wordExportImg:hover,
.e-pivotclient .pdfExportImg:hover,
.e-pivotclient .chartTypesImg:hover,
.e-pivotclient .rowSortFilterImg:hover,
.e-pivotclient .colSortFilterImg:hover,
.e-pivotclient .autoExecuteImg:hover,
.e-pivotclient .autoExecuteImg,
.e-pivotclient .toggleaxisImg,
.e-pivotclient .toggleaxisImg:hover {
  background-repeat: no-repeat;
  margin: 4px;
  cursor: default;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.e-pivotclient .connectImg:hover,
.e-pivotclient .newReportImg:hover,
.e-pivotclient .addReportImg:hover,
.e-pivotclient .removeReportImg:hover,
.e-pivotclient .renameReportImg:hover,
.e-pivotclient .saveReportImg:hover,
.e-pivotclient .loadReportImg:hover,
.e-pivotclient .mdxImg:hover,
.e-pivotclient .excelExportImg:hover,
.e-pivotclient .wordExportImg:hover,
.e-pivotclient .pdfExportImg:hover,
.e-pivotclient .chartTypesImg:hover,
.e-pivotclient .maximizedView:hover,
.e-pivotclient .rowSortFilterImg:hover,
.e-pivotclient .colSortFilterImg:hover,
.e-pivotclient .autoExecuteImg:hover,
.e-pivotclient .toggleaxisImg:hover {
  cursor: pointer;
  color: #282827;
}
.e-pivotclient .reportList {
  padding-left: 7px;
  padding-right: 7px;
  overflow: visible !important;
}
.e-pivotclient li.reportCol.e-hover {
  background: none;
  border-color: transparent;
}
.e-pivotclient .sortReportTbl {
  margin: 0px 4px 18px;
  width: 100%;
}
.e-pivotclient .sortingDlg,
.e-pivotclient .filteringDlg {
  font: bold 12px Segoe UI !important;
}
.e-pivotclient .sortDisable,
.e-pivotclient .radioBtnDesc,
.e-pivotclient .preserveHrchy,
.e-pivotclient .filterLbl,
.e-pivotclient .conditionLbl {
  vertical-align: middle;
}
.e-pivotclient .sortEnable,
.e-pivotclient .radioBtnAsc {
  vertical-align: text-bottom;
}
.e-pivotclient .radioBtnAsc,
.e-pivotclient .radioBtnDesc,
.e-pivotclient .measuresList,
.e-pivotclient .sortEnable,
.e-pivotclient .sortDisable,
.e-pivotclient .filter,
.e-pivotclient .filterCondition,
.e-pivotclient .filterMeasureListLbl,
.e-pivotclient .filterDisable,
.e-pivotclient .filterEnable,
.e-pivotclient .chkBoxColumn {
  margin-top: 15px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.e-pivotclient .sortDisable,
.e-pivotclient .radioBtnDesc {
  margin-bottom: 15px;
}
.e-pivotclient .filterFrmDiv,
.e-pivotclient .filterToDiv,
.e-pivotclient .filterBtw {
  float: left;
}
.e-pivotclient .filterLbl {
  margin-top: -23px;
}
.e-pivotclient .sortingDlg,
.e-pivotclient .filteringDlg {
  margin-top: -1px !important;
}
.e-pivotclient .filterFrmDiv,
.e-pivotclient .filterBtw,
.e-pivotclient .filterToDiv {
  margin-bottom: -7px;
  margin-top: 10px !important;
}
.e-pivotclient .conditionLbl,
.e-pivotclient .filterMeasureListLbl {
  margin-bottom: 14px;
  margin-top: 10px !important;
}
.e-pivotclient .filterBtw,
.e-pivotclient filterToDiv {
  margin-left: 4px;
}
.e-pivotclient .sortDisableLbl,
.e-pivotclient .sortEnableLbl,
.e-pivotclient .radioBtnAscLbl,
.e-pivotclient .radioBtnDescLbl,
.e-pivotclient .preserveHrchyLbl,
.e-pivotclient .filterDisableLbl {
  margin-left: 4px;
}
.e-pivotclient .e-dialog-scroller {
  height: auto !important;
}
.e-pivotclient .filterDisableLbl {
  vertical-align: text-bottom;
}
.e-pivotclient .filterBtw {
  margin-left: 12px;
}
.e-pivotclient .filterToDiv {
  margin-left: 8px;
}
.e-pivotclient .borderFilterSortDlg {
  border: 1px solid #c8c8c8;
  border-top: none;
  margin-bottom: 13px;
  margin-top: -4px;
}
.e-pivotclient .filterMeasureListLbl,
.e-pivotclient .conditionLbl,
.e-pivotclient .filterValueLbl {
  margin-bottom: 15px;
}
.e-pivotclient .orderLbl,
.e-pivotclient .sortingLbl {
  position: relative;
  padding-top: 12px;
}
.e-pivotclient .filterValueLbl {
  margin-top: -5px !important;
  position: absolute;
}
.e-pivotclient .sortDisableLbl,
.e-pivotclient .sortEnableLbl,
.e-pivotclient .radioBtnAscLbl,
.e-pivotclient .radioBtnDescLbl,
.e-pivotclient .filterDisableLbl {
  margin-top: 13px;
  position: absolute;
}
.e-pivotclient .preserveHrchyLbl {
  margin-top: 2px;
  position: absolute;
}
.e-pivotclient .e-pivotclient .filterLbl {
  margin-top: -40px;
}
.e-pivotclient .measureListLbl {
  margin-top: 3px;
}
.e-pivotclient .reportCol {
  width: auto;
  height: 25px;
}
.e-pivotclient .dimensionCDB,
.e-pivotclient .folderCDB,
.e-pivotclient .hierarchyCDB,
.e-pivotclient .attributeCDB,
.e-pivotclient .chartCDB,
.e-pivotclient .namedSetCDB,
.e-pivotclient .level0,
.e-pivotclient .level1,
.e-pivotclient .level2,
.e-pivotclient .level3,
.e-pivotclient .level4,
.e-pivotclient .level5,
.e-pivotclient .level6,
.e-pivotclient .level7,
.e-pivotclient .level8,
.e-pivotclient .level9,
.e-pivotclient .level10 {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: text-top;
}
.e-pivotclient .attributeCDB:before {
  content: "\e6e4";
  font-size: 18px;
}
.e-pivotclient .folderCDB:before {
  content: "\e6e1";
  font-size: 18px;
}
.e-pivotclient .dimensionCDB:before {
  content: "\e704";
  font-size: 15px;
}
.e-pivotclient .hierarchyCDB:before {
  content: "\e6e0";
  font-size: 18px;
}
.e-pivotclient .chartCDB:before {
  content: "\e6e3";
  font-size: 15px;
}
.e-pivotclient .namedSetCDB:before {
  content: "\e6de";
  font-size: 18px;
}
.e-pivotclient .level0:before {
  content: "\e6f3";
  font-size: 19px;
}
.e-pivotclient .level1:before {
  content: "\e6f3";
  font-size: 18px;
}
.e-pivotclient .level2:before {
  content: "\e6ec";
  font-size: 17px;
}
.e-pivotclient .level3:before {
  content: "\e6eb";
  font-size: 17px;
}
.e-pivotclient .level4:before {
  content: "\e6ea";
  font-size: 18px;
}
.e-pivotclient .level5:before {
  content: "\e6e9";
  font-size: 17px;
}
.e-pivotclient .level6:before {
  content: "\e6e8";
  font-size: 17px;
}
.e-pivotclient .level7:before {
  content: "\e6e7";
  font-size: 17px;
}
.e-pivotclient .level8:before {
  content: "\e6e6";
  font-size: 17px;
}
.e-pivotclient .level9:before {
  content: "\e6e5";
  font-size: 17px;
}
.e-pivotclient .level10:before {
  content: "\e6f2";
  font-size: 17px;
}
.e-pivotclient .dialogOKBtn,
.e-pivotclient .dialogCancelBtn {
  width: 69px;
  margin-left: 10px;
}
.e-pivotclient .dialogOKBtn {
  margin-left: 83px;
}
.e-pivotclient .editorPara {
  margin: 0 0 7px;
}
.e-pivotclient .loadReportTbl {
  margin: 10px 0px 10px 0px;
}
.e-pivotclient .loadReportTd {
  width: 100px;
}
.e-pivotclient .dialogInput {
  float: right;
  margin: 10px 0px 17px 7px;
}
.e-pivotclient .checkAll,
.e-pivotclient .unCheckAll {
  display: inline-block;
  height: 15px;
  width: 16px;
  cursor: pointer;
}
.e-pivotclient .checkAll:hover,
.e-pivotclient .unCheckAll:hover {
  background: #86cbea;
  color: #282827;
}
.e-pivotclient .checkAll:before {
  content: "\e6db";
  font-size: 16px;
}
.e-pivotclient .unCheckAll:before {
  content: "\e6da";
  font-size: 16px;
}
.e-pivotclient .unCheckAll {
  margin-left: 5px;
}
.e-pivotclient .line:before {
  content: "\e6b1";
}
.e-pivotclient .spline:before {
  content: "\e6bb";
}
.e-pivotclient .column:before {
  content: "\e6a6";
}
.e-pivotclient .area:before {
  content: "\e6a2";
}
.e-pivotclient .splinearea:before {
  content: "\e6ba";
}
.e-pivotclient .stepline:before {
  content: "\e6c0";
}
.e-pivotclient .steparea:before {
  content: "\e6be";
}
.e-pivotclient .pie:before {
  content: "\e6ca";
}
.e-pivotclient .bar:before {
  content: "\e6c5";
}
.e-pivotclient .stackingarea:before {
  content: "\e6bc";
}
.e-pivotclient .stackingcolumn:before {
  content: "\e6bd";
}
.e-pivotclient .stackingbar:before {
  content: "\e6c6";
}
.e-pivotclient .pyramid:before {
  content: "\e6c9";
}
.e-pivotclient .funnel:before {
  content: "\e6c8";
}
.e-pivotclient .doughnut:before {
  content: "\e7dd";
}
.e-pivotclient .scatter:before {
  content: "\e7df";
}
.e-pivotclient .bubble:before {
  content: "\e7dc";
}
.e-pivotclient .treemap:before {
  content: "\e810";
}
.e-pivotclient .chartTypesIcon:before {
  font-family: 'ej-webfont';
  font-size: 20px;
  margin-left: 2px;
}
.e-pivotclient .chartTypesOnGridView {
  display: none !important;
}
.e-pivotclient .chartTypesIcon,
.e-pivotclient .chartTypesIcon:hover {
  background-repeat: no-repeat;
  margin: 5px 5px 0px 0px;
  cursor: default;
  display: inline-block;
  height: 28px;
  width: 24px;
}
.e-pivotclient .chartTypesDialog {
  position: absolute;
  padding: 0px 0px 5px 5px;
  z-index: 1000000;
  background-color: #ececec;
  border: 2px solid #c8c8c8;
}
.e-pivotclient .chartTypesIcon {
  color: #686969;
}
.e-pivotclient .chartTypesIcon:hover {
  color: #282827;
  cursor: pointer;
  background: #86cbea;
}
.e-pivotclient .activeChartType {
  color: white;
  background: #179bd7;
}
.e-pivotclient .memberEditorDiv {
  height: 256px;
  margin-top: 5px;
  border: 1px solid #c8c8c8;
}
.e-pivotclient .removeSplitBtn,
.e-pivotclient .removeMeasure {
  background-repeat: no-repeat;
  height: 11px;
  padding-left: 10px;
  width: 11px;
  color: #333333;
}
.e-pivotclient .removeSplitBtn:before {
  content: "\e681";
  font-size: 13px;
  margin-left: -6px;
  margin-top: 2px;
}
.e-pivotclient .removeSplitBtn:hover {
  cursor: pointer;
  background: #86cbea;
}
.e-pivotclient .removeSplitBtn {
  background: #ececec;
  border: 1px solid #c8c8c8;
  display: inline-block;
  float: none;
  margin: 0 !important;
  padding-bottom: 7px;
  padding-right: 0;
  position: absolute;
}
.e-pivotclient .removeMeasure {
  background-position: 0 -1835px !important;
  margin: 4px;
  color: #686969;
}
.e-pivotclient .removeMeasure:before {
  content: "\e681";
  font-size: 13px;
  display: inline-block;
}
.e-pivotclient .measureEditor {
  margin: 3px 5px 0px 5px;
}
.e-pivotclient .measureEditor:hover {
  color: #282827;
  background-color: #86cbea;
  cursor: pointer;
}
.e-pivotclient .nodetext {
  font-size: inherit !important;
}
.e-pivotclient .e-dialog {
  font: bold 12px Segoe UI !important;
  opacity: 1 !important;
}
.e-pivotclient .e-corner-all {
  border-radius: 0px !important;
}
.e-pivotclient .e-button {
  font-size: 12px !important;
}
.e-pivotclient .alertOKBtn {
  display: inline-block;
  margin: 20px 0 10px 165px;
  width: 50px;
}
.e-pivotclient .alertContent {
  font: normal 14px Segoe UI;
}
.e-pivotclient .e-treeview {
  background-color: white;
}
.e-pivotclient .e-treeview ul {
  margin: 0;
}
.e-pivotclient .e-treeview,
.e-pivotclient .e-text {
  font-size: 12px;
}
.e-pivotclient .e-tab,
.e-pivotclient .e-header {
  width: auto;
}
.e-pivotclient .e-tab,
.e-pivotclient .e-active-content {
  padding: 0 !important;
}
.e-pivotclient .e-tab,
.e-pivotclient .e-content {
  border-width: 0;
}
.e-pivotclient .e-toolbar {
  border-width: 1px 0;
}
.e-pivotclient .e-input {
  line-height: normal !important;
}
.e-pivotclient .e-progress-txt {
  top: -2px !important;
}
.e-pivotclient .filter {
  display: none !important;
}
.cdbHeader.responsive,
.cubeBrowser.responsive {
  width: 98% !important;
}
.e-pivotclient .oClientTbl {
  position: relative;
}
.rowAxis.responsive,
.slicerAxis.responsive,
.categoricalAxis.responsive,
.axisHeader.responsive {
  width: 95% !important;
}
.e-pivotclient .reportDlg {
  margin-bottom: -10px;
}
.e-pivotclient .dialogFooter {
  float: right;
  margin: 7px 0 6px;
}
.e-pivotclient reportCol {
  margin-left: 3px;
}
.e-pivotclient.e-rtl .reportDlg table td {
  width: 100px;
}
.e-pivotclient.e-rtl .reportDlg {
  margin-left: -5px;
}
.e-pivotclient.e-rtl .titleText span {
  padding-right: 10px;
}
.e-pivotclient.e-rtl .splitBtn,
.e-pivotclient.e-rtl .cubeName {
  margin: 7px 6px 0 0;
}
.e-pivotclient.e-rtl .controlPanel {
  right: 10px;
}
.e-pivotclient.e-rtl .controlPanel .e-icon {
  float: right;
}
.e-pivotclient.e-rtl .sortfilterTab .e-content {
  float: none;
}
.e-pivotclient.e-rtl .unCheckAll {
  margin-right: 4px;
}
.e-pivotclient.e-rtl .filterFrmDiv,
.e-pivotclient.e-rtl .filterToDiv,
.e-pivotclient.e-rtl .filterBtw {
  float: right;
}
.e-pivotclient.e-rtl .sortDisableLbl,
.e-pivotclient.e-rtl .sortEnableLbl,
.e-pivotclient.e-rtl .radioBtnAscLbl,
.e-pivotclient.e-rtl .radioBtnDescLbl,
.e-pivotclient.e-rtl .preserveHrchyLbl,
.e-pivotclient.e-rtl .filterDisableLbl {
  margin-right: 4px;
}
.e-pivotclient.e-rtl .dialogFooter {
  float: left;
  margin: 7px 6px 7px;
}
.e-pivotclient.e-rtl .dialogOKBtn {
  margin-left: 10px;
  margin-right: 83px;
}
.e-pivotclient.e-rtl .dialogCancelBtn {
  margin-left: -5px;
}
.e-pivotclient.e-rtl .chartPanel {
  direction: ltr;
  margin: 5px -7px 0px 0px;
}
.e-pivotclient.e-rtl .gridPanel {
  margin-left: 1px;
}
.e-pivotclient.e-rtl .pivotGridTable.e-rtl .expand,
.e-pivotclient.e-rtl .pivotGridTable.e-rtl .collapse {
  float: none !important;
}
.e-pivotclient .e-pivotschemadesigner .pivotHeader,
.e-pivotclient .e-pivotschemadesigner .rPivotHeader,
.e-pivotclient .e-pivotschemadesigner .schemaFilter,
.e-pivotclient .e-pivotschemadesigner .schemaColumn,
.e-pivotclient .e-pivotschemadesigner .schemaRow,
.e-pivotclient .e-pivotschemadesigner .schemaValue {
  margin: 0 !important;
  width: 100%;
}
.e-pivotclient .e-pivotschemadesigner .dropIndicator {
  margin-top: 0px !important;
  border-top: 3px dashed #179bd7;
  visibility: hidden;
  height: 2px;
}
.e-pivotclient .e-pivotschemadesigner .pivotButton:hover .dropIndicatorActive {
  visibility: visible;
}
.e-pivotclient .e-pivotschemadesigner .schemaFieldTree.e-treeview .e-text {
  min-height: 0px !important;
  font-weight: normal !important;
  width: auto;
}
.e-pivotclient .e-pivotschemadesigner .pivotButton > .pvtBtn {
  margin-top: -5px;
  margin-left: 2px;
  margin-right: 0px;
  width: auto !important;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.e-pivotclient .e-pivotschemadesigner .pivotButton > .pvtBtn:hover {
  border: 1px solid #c8c8c8 !important;
}
.e-pivotclient .e-pivotschemadesigner .removeClientPivotBtn:before {
  content: "\e681" !important;
  font-size: 13px !important;
  margin-top: 2px !important;
}
.e-pivotclient .e-pivotschemadesigner .removeClientPivotBtn {
  background: #ececec !important;
  border: 1px solid #c8c8c8 !important;
  display: inline-block !important;
  float: none !important;
  margin: 0 !important;
  margin-top: 4px;
  padding-right: 0 !important;
  height: 18px;
}
.e-pivotclient .e-pivotschemadesigner .removeClientPivotBtn:hover {
  cursor: pointer;
}
.e-pivotclient .e-pivotschemadesigner .olapFieldList {
  border: 1px solid #c8c8c8;
  margin-top: 8px;
}
.e-pivotclient .e-pivotschemadesigner,
.e-pivotclient .e-pivotschemadesigner .fieldTable,
.e-pivotclient .e-pivotschemadesigner .axisTable,
.e-pivotclient .e-pivotschemadesigner .axisTd1,
.e-pivotclient .e-pivotschemadesigner .axisTd2 {
  float: left !important;
}
.e-pivotclient .e-pivotschemadesigner .fieldTable {
  width: 45% !important;
  margin: 6px 7px 8px 5px;
  width: 44% !important;
}
.e-pivotclient .e-pivotschemadesigner .axisTable {
  margin-top: 6px;
  width: 52% !important;
}
.e-pivotclient .e-pivotschemadesigner .clientFieldTable {
  float: right !important;
}
.e-pivotclient .e-pivotschemadesigner .clientAxisTable {
  width: 50% !important;
  margin-left: 10px !important;
}
.e-pivotclient .e-pivotschemadesigner #axisTd {
  margin-top: 0px !important;
}
.e-pivotclient .e-pivotschemadesigner .axisTd2,
.e-pivotclient .e-pivotschemadesigner .axisTd1 {
  height: 27%;
}
.e-pivotclient .e-pivotschemadesigner .cubelists {
  margin-bottom: -2px;
}
.e-pivotclient .e-pivotschemadesigner {
  border: none;
}
.e-pivotclient .toggleButtons {
  width: 15px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.e-pivotclient .togglePanel {
  float: left;
  margin-left: 5px;
  background-color: #ececec;
}
.e-pivotclient .gridPanel {
  background: none !important;
}
.e-pivotclient .e-clrFilter:before {
  content: "\e668";
  font-size: 16px;
  float: left;
}
.e-pivotclient .activeFilter:before {
  content: "\e657";
  height: 16px;
  width: 16px;
}
.e-pivotclient #clientDialog_wrapper .e-scroller {
  overflow: visible !important;
  border: none;
}
.e-pivotclient .filterIndicator {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 120px;
  margin-left: -12px;
}
.e-pivotclient .filterIndicator:before {
  content: "\e657";
  height: 16px;
  width: 16px;
}
.e-pivotclient .filterDialog td {
  padding-left: 6px;
}
.e-pivotclient .e-pivotpager {
  border: 1px solid #c8c8c8;
  margin-bottom: 5px;
  padding-left: 10%;
}
.e-pivotclient .e-pivotpager .pagerDiv {
  padding: 0px;
}
.e-pivotclient .e-pivotpager .pagerTextBox {
  height: 14px;
}
.e-pivotclient .inActive {
  display: none;
}
.e-pivotclient .vScrollPanel {
  background-color: #e3e3e3;
  width: 0px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 10px;
}
.e-pivotclient .vScrollThumb {
  width: 11px;
  position: relative;
  top: 1px;
  z-index: 1000;
  border-radius: 5px;
  background-color: #bababa;
}
.e-pivotclient .hScrollPanel {
  background-color: #e3e3e3;
  width: 0px;
  height: 6px;
  border-radius: 10px;
}
.e-pivotclient .hScrollThumb {
  border-radius: 5px;
  height: 11px;
  position: relative;
  left: 1px;
  top: 1px;
  z-index: 1000;
  background-color: #bababa;
}
.e-pivotclient .vScrollThumb:hover,
.e-pivotclient .hScrollThumb:hover {
  background-color: #989999;
}
.e-pivotclient .categPageIndicator,
.e-pivotclient .seriesPageIndicator {
  width: auto;
  background-color: #179bd7;
  border: thin solid #c8c8c8;
  color: white;
  padding: 5px;
  position: absolute;
  z-index: 1000;
  border-radius: 7px;
}
.e-pivotclient .hsVirtualScrolling {
  margin-bottom: 5px;
}
.maximumView {
  background-color: white;
  z-index: 1000;
  margin: 2% 4%;
  margin-top: 2%;
  padding: 20px;
  position: fixed;
}
.fullScreenView {
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 1000;
}
.winCloseBtn:before {
  content: "\e69e";
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 0;
  height: 24px;
  width: 24px;
}
.winCloseBtn {
  color: #686969;
}
.winCloseBtn:hover {
  color: #282827;
  cursor: pointer;
}
@media (min-width: 640px) and (max-width: 799px) {
  
}
@media (min-width: 800px) and (max-width: 959px) {
  
}
@media (min-width: 960px) and (max-width: 1120px) {
  
}
@media (min-width: 1120px) {
  
} | 0.374219 | 0.086748 | 
| 
	* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: "Roboto", sans-serif;
    background: url("../assets/fitness-center.jpg") no-repeat center center
        fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}
/* Home Page */
section.home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    padding: 10px;
}
section.home .title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    margin-top: 25px;
}
a {
    text-decoration: none;
    color: #fff;
}
div.routines {
    display: flex;
    flex-direction: column;
}
div.routines a.btn {
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    background-color: #3f51b5;
    width: 300px;
    height: 40px;
    padding: 10px;
    margin-bottom: 20px;
}
/* Activity Page */
section.activity {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 10px;
}
section header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #3f51b5;
    padding: 10px;
}
header span {
    display: flex;
    align-items: center;
}
section.activity {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 10px;
}
section.activity .title {
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 40px;
}
section.activity h1 {
    text-transform: uppercase;
    font-weight: 400;
}
div.exercise {
    margin-top: 10px;
    margin-bottom: 5px;
}
div.details {
    display: flex;
    align-items: baseline;
}
span.setnum {
    margin-left: 5px;
    margin-right: 10px;
    font-weight: 700;
    flex: 1;
}
div.details input {
    padding: 6px;
    font-size: 16px;
    height: 36px;
    width: 120px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: black;
    border-style: none;
    flex: 10;
}
::placeholder {
    color: #ff1100;
}
a.btn-finished {
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    background-color: #3f51b5;
    width: 300px;
    height: 40px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-self: center;
} | 
	fitness-tracker-v4/css/styles.css | 
	* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: "Roboto", sans-serif;
    background: url("../assets/fitness-center.jpg") no-repeat center center
        fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}
/* Home Page */
section.home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    padding: 10px;
}
section.home .title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    margin-top: 25px;
}
a {
    text-decoration: none;
    color: #fff;
}
div.routines {
    display: flex;
    flex-direction: column;
}
div.routines a.btn {
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    background-color: #3f51b5;
    width: 300px;
    height: 40px;
    padding: 10px;
    margin-bottom: 20px;
}
/* Activity Page */
section.activity {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 10px;
}
section header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #3f51b5;
    padding: 10px;
}
header span {
    display: flex;
    align-items: center;
}
section.activity {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 10px;
}
section.activity .title {
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 40px;
}
section.activity h1 {
    text-transform: uppercase;
    font-weight: 400;
}
div.exercise {
    margin-top: 10px;
    margin-bottom: 5px;
}
div.details {
    display: flex;
    align-items: baseline;
}
span.setnum {
    margin-left: 5px;
    margin-right: 10px;
    font-weight: 700;
    flex: 1;
}
div.details input {
    padding: 6px;
    font-size: 16px;
    height: 36px;
    width: 120px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: black;
    border-style: none;
    flex: 10;
}
::placeholder {
    color: #ff1100;
}
a.btn-finished {
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    background-color: #3f51b5;
    width: 300px;
    height: 40px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-self: center;
} | 0.395601 | 0.106087 | 
| 
	.logo_div { visibility: hidden; }
.fpix_header { visibility: hidden; }
.topad { visibility: hidden; }
.fpix_asl_table { visibility: hidden; }
.profile_text { visibility: hidden; }
.nc_profile { visibility: visible; }
#left_container { visibility: hidden }
#profilephoto { visibility: hidden; }
#flash_close_butt { visibility: hidden; }
#start_chat_but { visibility: hidden; }
#fpix_wrapper { visibility: visible; }
span {display:text !important;}
body {overflow:hidden;}
Background {
    Top:0px;
    Left:0px;
    Height:100%;
    Width:100%;
    background-color:white;
    position:absolute;
    background-image:url('http://i.imgur.com/8qzsIha.jpg');
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    background-size:cover;
    overflow:hidden;
    background-repeat: no-repeat;
    z-index: -9999999;
}
#contain {
    position:absolute;
    top:150px;
    left:50px;
    width:400px;
    height:600px;
    border:1px black transparent;
}
#main {
    height:500px;
    width:350px;
    margin: 0 auto;
    position:relative;
    border:1px solid #c0c0c0;
    background-color:white;
    background-image:url("http://i.imgur.com/6u8vKiy.jpg");
    Background-position:bottom center;
    background-repeat: no-repeat;
    overflow:hidden;
}
#graphic-head {
    width:100%;
    height:180px;
    -webkit-box-shadow: 0 0 18px 3px #000;
    box-shadow: 0 0 18px 3px #000;
    border-bottom: 1px dotted #c0c0c0;
    background-color:white;
}
#graphic-footer {
    position:absolute;
    bottom:0;
    left:0;
    -webkit-box-shadow: 0 0 18px 3px #000;
    box-shadow: 0 0 18px 3px #000;
    height:35px;
    width:100%;
    background-color:white;
    text-align: center;
    font-family: monospace;
    font-size: 10px;
}
.title {
    height:auto;
    width:auto;
    text-align:center;
    font-family: 'La Belle Aurore';
    Font-size:16px;
    color:black;
    page-break-after: always;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
.title:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
    text-shadow: 0 2px 12px #000;
}
#text {
    position:absolute;
    top:28px;
    left:0;
    border:1px transparent solid;
    width:98%;
    height:146px;
    overflow:auto;
    padding:2px 2px 2px 2px;
}
p {
    font-size:11px;
    color:black;
    font-family:monospace;
}
.menu,.menu1,.menu2 {
    height:30px;
    width:50px;
    color:white;
    border:1px #c0c0c0 solid;
    position:absolute;
    background-color:white;
    bottom:67px;
    z-index: +1;
    color:black;
    text-align: center;
    font-family: monospace;
    font-size: 10px;
    line-height: 150%;
    border-top-color: transparent;
    margin-left:15px;
}
.menu  {left: 35px;}
.menu1 {left:100px;}
.menu2 {left:165px;}
#a:hover {
    -webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:skyblue;
}
#a {
    color:black;
    -webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.n { display:none; }
#script {
    width: 0;
    height: 0;
    border-top:100px solid #c0c0c0;
    border-right: 100px solid transparent;
    position:absolute;
    top:0 ;
    left:0 ;
    margin-top: -1px;
    padding:1px 1px 1px 1px;
    opacity: 0.7; 
    z-index: 500+;
} 
#inside,#inside:after {
    top:-75px;
    left:0;
    position:absolute;
    -moz-transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    color:black;
    z-index: +501;
    font-family:'Times new Roman';
}
#inside:after,#inside:before { content:"Script-ango"; }
#inside:hover { text-decoration: underline; color:blue; }
#backup {
    position:absolute;
    width:150px;
    height:50px;
    border:1px black solid;
    margin: 2% 0;
    top:80%;
    left:5%;
    background-color:#000;
    z-index:+3;
}
a {
    z-index:+110;
} | 
	css/Couple/Couple.css | 
	.logo_div { visibility: hidden; }
.fpix_header { visibility: hidden; }
.topad { visibility: hidden; }
.fpix_asl_table { visibility: hidden; }
.profile_text { visibility: hidden; }
.nc_profile { visibility: visible; }
#left_container { visibility: hidden }
#profilephoto { visibility: hidden; }
#flash_close_butt { visibility: hidden; }
#start_chat_but { visibility: hidden; }
#fpix_wrapper { visibility: visible; }
span {display:text !important;}
body {overflow:hidden;}
Background {
    Top:0px;
    Left:0px;
    Height:100%;
    Width:100%;
    background-color:white;
    position:absolute;
    background-image:url('http://i.imgur.com/8qzsIha.jpg');
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    background-size:cover;
    overflow:hidden;
    background-repeat: no-repeat;
    z-index: -9999999;
}
#contain {
    position:absolute;
    top:150px;
    left:50px;
    width:400px;
    height:600px;
    border:1px black transparent;
}
#main {
    height:500px;
    width:350px;
    margin: 0 auto;
    position:relative;
    border:1px solid #c0c0c0;
    background-color:white;
    background-image:url("http://i.imgur.com/6u8vKiy.jpg");
    Background-position:bottom center;
    background-repeat: no-repeat;
    overflow:hidden;
}
#graphic-head {
    width:100%;
    height:180px;
    -webkit-box-shadow: 0 0 18px 3px #000;
    box-shadow: 0 0 18px 3px #000;
    border-bottom: 1px dotted #c0c0c0;
    background-color:white;
}
#graphic-footer {
    position:absolute;
    bottom:0;
    left:0;
    -webkit-box-shadow: 0 0 18px 3px #000;
    box-shadow: 0 0 18px 3px #000;
    height:35px;
    width:100%;
    background-color:white;
    text-align: center;
    font-family: monospace;
    font-size: 10px;
}
.title {
    height:auto;
    width:auto;
    text-align:center;
    font-family: 'La Belle Aurore';
    Font-size:16px;
    color:black;
    page-break-after: always;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
.title:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
    text-shadow: 0 2px 12px #000;
}
#text {
    position:absolute;
    top:28px;
    left:0;
    border:1px transparent solid;
    width:98%;
    height:146px;
    overflow:auto;
    padding:2px 2px 2px 2px;
}
p {
    font-size:11px;
    color:black;
    font-family:monospace;
}
.menu,.menu1,.menu2 {
    height:30px;
    width:50px;
    color:white;
    border:1px #c0c0c0 solid;
    position:absolute;
    background-color:white;
    bottom:67px;
    z-index: +1;
    color:black;
    text-align: center;
    font-family: monospace;
    font-size: 10px;
    line-height: 150%;
    border-top-color: transparent;
    margin-left:15px;
}
.menu  {left: 35px;}
.menu1 {left:100px;}
.menu2 {left:165px;}
#a:hover {
    -webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:skyblue;
}
#a {
    color:black;
    -webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.n { display:none; }
#script {
    width: 0;
    height: 0;
    border-top:100px solid #c0c0c0;
    border-right: 100px solid transparent;
    position:absolute;
    top:0 ;
    left:0 ;
    margin-top: -1px;
    padding:1px 1px 1px 1px;
    opacity: 0.7; 
    z-index: 500+;
} 
#inside,#inside:after {
    top:-75px;
    left:0;
    position:absolute;
    -moz-transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    color:black;
    z-index: +501;
    font-family:'Times new Roman';
}
#inside:after,#inside:before { content:"Script-ango"; }
#inside:hover { text-decoration: underline; color:blue; }
#backup {
    position:absolute;
    width:150px;
    height:50px;
    border:1px black solid;
    margin: 2% 0;
    top:80%;
    left:5%;
    background-color:#000;
    z-index:+3;
}
a {
    z-index:+110;
} | 0.419172 | 0.224618 | 
| 
	html,body{overflow-x:hidden}
/* > 1240 ------------------------------------------------------------------------------------------------------------- > 1240 */
@media only screen and (min-width: 1240px)
{
	.layout-boxed{padding:25px}
	.layout-boxed.nice-scroll{padding:25px 25px 25px 15px}
	.layout-boxed.boxed-no-margin{padding:0;}
	#Top_bar.loading{display:none}
	.hover_color:hover .hover_color_bg,.hover_color.hover .hover_color_bg{background-color:inherit!important;border-color:inherit!important}
}
/* #Header Creative always Open	1240 - 1489 ----------------------------------------- #Header Creative always Open 1240 - 1489 */
@media only screen and (min-width: 1240px) and (max-width: 1489px)
{
	body.header-open							{min-width:0;}
	.header-open #Wrapper 						{max-width:960px;}
	.header-open .section_wrapper,
	.header-open .container,
	.header-open.with_aside .content_wrapper	{max-width:940px;}
	.header-open.with_aside .section_wrapper	{max-width:100%;}
	/* -------------------- */
	/* Error 404 */
	.header-open #Error_404 .error_pic i{font-size:220px;line-height:260px}
	.header-open #Error_404 .error_desk{padding-top:40px}
	/* Google maps */
	.header-open .section.full-width .wrap.one .column_map.one .google-map-contact-wrapper{left:auto;right:50px;}
	/* Offer slider */
	.header-open .offer .offer_li .desc_wrapper{width:436px;width:calc(50% - 42px)}
	/* Portfolio list */
	body.header-open:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:921px}
	/* Recent posts */
	.header-open .Recent_posts ul li .desc{margin-right:60px}
	.header-open .Recent_posts ul li .photo{width:60px;height:60px}
	.header-open .Recent_posts ul li .photo .c{width:20px;height:20px;line-height:20px;bottom:5px;right:-8px}
}
/* < 1240 ------------------------------------------------------------------------------------------------------------- < 1240 */
@media only screen and (max-width: 1239px)
{
	/* iOS phone number linking */
	a[href^=tel]{color:inherit;text-decoration:none}
	/* Hover Effect */
	.no-hover-tablet a.button:after,.no-hover-tablet a.tp-button:after,.no-hover-tablet button:after,.no-hover-tablet input:after{display:none}
	.no-hover-tablet .image_frame .image_wrapper img{top:0!important}
	.no-hover-tablet .image_frame:not(.no_link) .image_wrapper img:not(.ls-l){margin-bottom:0!important}
	.no-hover-tablet .image_frame .image_wrapper .mask,.no-hover-tablet .image_frame .image_wrapper .image_links{display:none!important}
	.no-hover-tablet .Recent_posts ul li .desc:after{display:none}
	.no-hover-tablet .Recent_posts ul li a:hover h6,.no-hover-tablet .Recent_posts ul li a:hover .desc .date{color:inherit!important}
	body:not(.no-hover-tablet) .hover_color:hover .hover_color_bg,
	body:not(.no-hover-tablet) .hover_color.hover .hover_color_bg{background-color:inherit!important;border-color:inherit!important}
	/* Portfolio masonry hover */
	.with_aside .portfolio_group.masonry-hover .portfolio-item:not(.no-thumbnail) .masonry-hover-wrapper .hover-desc .desc-inner .desc-wrappper{display:none}
	/* Section Background Image */
	.no-section-bg-tablet .section{background-image:none!important}
	/* Google maps */
	.section.full-width .wrap.one .column_map.one .google-map-contact-wrapper{left:auto;right:50px;}
}
/* #Desktop	960 - 1239 ---------------------------------------------------------------------------------- #Desktop	960 - 1239 */
@media only screen and (min-width: 960px) and (max-width: 1239px)
{
	body 							{min-width:0; }
	#Wrapper 						{max-width:960px;}
	.section_wrapper,
	.container,
	.with_aside .content_wrapper	{max-width:940px;}
	/* -------------------- */
	/* Top bar width */
	#Top_bar .top_bar_left{width:729px}
	/* Blog | Columns | Grid, Masonry */
	.posts_group.grid.col-5 .post-item,.posts_group.masonry.col-5 .post-item,.posts_group.grid.col-6 .post-item,.posts_group.masonry.col-6 .post-item{width:22.99%}
	.posts_group.grid.col-5 .post-item:nth-child(5n+1){clear:none}
	.posts_group.grid.col-6 .post-item:nth-child(6n+1){clear:none}
	.posts_group.grid.col-5 .post-item:nth-child(4n+1){clear:both}
	.posts_group.grid.col-6 .post-item:nth-child(4n+1){clear:both}
	/* Latest News */
	.column.one-fourth .Latest_news ul .desc .date i{display:none}
	.column.one-second .Latest_news.featured ul .desc .date i{display:none}
	.wrap.two-third .column.three-fifth .Latest_news.featured ul,.wrap.two-third .column.one-second .Latest_news.featured ul,.wrap.three-fifth .column.three-fifth .Latest_news.featured ul,.wrap.three-fifth .column.one-second .Latest_news.featured ul,.wrap.one-second .column.three-fourth .Latest_news.featured ul{width:100%}
	.wrap.two-fifth .Latest_news.featured ul,.wrap.one-third .Latest_news.featured ul,.wrap.one-fourth .Latest_news.featured ul{width:100%}
	/* Blog Teaser */
	.blog-teaser li:not(:first-child) .desc-wrapper .desc{padding:70px 20px 25px;}
	.column.two-third .blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta,
	.column.three-fifth .blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta{display:none;}
	.wrap.two-third .blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta,
	.wrap.three-fifth .blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta{display:none;}
	/* Portfolio | List */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:921px}
		/* Portfolio | Columns | Grid, Masonry, Masonry Hover */
		.portfolio_group.grid.col-5 .portfolio-item,
		.portfolio_group.masonry.col-5 .portfolio-item,
		.portfolio_group.masonry-hover.col-5 .portfolio-item,
		.portfolio_group.masonry-minimal.col-5 .portfolio-item,
		.portfolio_group.grid.col-6 .portfolio-item,
		.portfolio_group.masonry.col-6 .portfolio-item,
		.portfolio_group.masonry-hover.col-6 .portfolio-item,
		.portfolio_group.masonry-minimal.col-6 .portfolio-item{width:22.99%}
		/* Portfolio | Columns | Flat */
		.portfolio_group.flat.col-5 .portfolio-item,
		.portfolio_group.flat.col-6 .portfolio-item{width:24.99%}
	/* Error 404 */
	#Error_404 .error_pic i{font-size:220px;line-height:260px}
	#Error_404 .error_desk{padding-top:40px}
	/* Button */
	a.button.kill_the_icon .button_icon{padding-left:10px;padding-right:10px;}
	a.button.kill_the_icon .button_label{padding-left:15px;padding-right:15px;}
	/* Offer slider */
	.offer .offer_li .desc_wrapper{width:436px;width:calc(50% - 42px)}
	/* Recent posts */
	.Recent_posts ul li .desc{margin-right:60px}
	.Recent_posts ul li .photo{width:60px;height:60px}
	.Recent_posts ul li .photo .c{width:20px;height:20px;line-height:20px;bottom:5px;right:-8px}
	/* Zoom Box */
	.zoom_box .desc .desc_txt{font-size:22px;line-height:26px}
}
/* #Desktop	> 960 -------------------------------------------------------------------------------------------- #Desktop	> 960 */
@media only screen and (min-width: 960px)
{
	.hide-desktop{display:none!important}
}
/* #Tablet (Landscape) 768 - 959 --------------------------------------------------------------- #Tablet (Landscape) 768 - 959 */
@media only screen and (min-width: 768px) and (max-width: 959px)
{
	body			{min-width:0;}
	#Wrapper	{max-width:728px;}
	.section_wrapper,
	.container,
	.with_aside .content_wrapper {max-width:708px;}
	.mcb-wrap[data-tablet="no-up"] {margin-top:0!important}
	/* -------------------- */
	.hide-tablet{display:none!important}
	/* Header magazine */
	.header-magazine #Top_bar .banner_wrapper{width:300px;top:27px}
	/* Top bar width */
	#Top_bar .top_bar_left{width:501px}
	/* .footer-sliding */
	.footer-fixed #Content,.footer-sliding #Content{margin-bottom:0!important}
	.footer-fixed #Footer,.footer-sliding #Footer{position:static}
	/* Subheader */
	#Subheader .title{width:100%}
	#Subheader ul.breadcrumbs{display:none}
	/* Filters */
	#Filters .filters_wrapper ul li{float:left;width:24%;margin:.5%}
	/* Blog */
	.with_aside .classic .post-meta .author-date .author .label{display:none}
	.with_aside .classic .post-meta .category{display:none}
		/* Grid, Masonry */
		.grid .post-item,.masonry .post-item{width:47.9%}
		/* Timeline */
		.timeline .post-photo-wrapper{width:100%;float:none}
		.timeline .post-desc-wrapper{width:100%;float:none}
		/* Blog | Columns | Grid, Masonry */
		.posts_group.grid.col-4 .post-item,.posts_group.masonry.col-4 .post-item,.posts_group.grid.col-5 .post-item,.posts_group.masonry.col-5 .post-item,.posts_group.grid.col-6 .post-item,.posts_group.masonry.col-6 .post-item{width:31.33%}
		.posts_group.grid.col-4 .post-item:nth-child(4n+1){clear:none}
		.posts_group.grid.col-5 .post-item:nth-child(5n+1){clear:none}
		.posts_group.grid.col-6 .post-item:nth-child(6n+1){clear:none}
		.posts_group.grid.col-4 .post-item:nth-child(3n+1){clear:both}
		.posts_group.grid.col-5 .post-item:nth-child(3n+1){clear:both}
		.posts_group.grid.col-6 .post-item:nth-child(3n+1){clear:both}
		/* Blog | Columns | Masonry tiles */
		.posts_group.masonry.tiles.col-4 .post-item,.posts_group.masonry.tiles.col-5 .post-item,.posts_group.masonry.tiles.col-6 .post-item{width:49.9%}
		.posts_group.masonry.margin.col-4 .post-item,.posts_group.masonry.margin.col-5 .post-item,.posts_group.masonry.margin.col-6 .post-item{width:48.9%}
	/* Latest News */
	.column.one-third .Latest_news ul .desc .date i{display:none}
	.column.one-second .Latest_news.featured ul{width:100%}
	.column.one-third .Latest_news.featured ul .desc .date i,.column.one-fourth .Latest_news.featured ul .desc .date i{display:none}
	.wrap.five-sixth .column.three-fifth .Latest_news.featured ul,.wrap.four-fifth .column.three-fifth .Latest_news.featured ul,.wrap.three-fourth .column.three-fifth .Latest_news.featured ul,.wrap.two-third .column.three-fifth .Latest_news.featured ul,.wrap.two-third .column.one-second .Latest_news.featured ul,.wrap.two-third .column.three-fourth .Latest_news.featured ul,.wrap.three-fifth .column.three-fifth .Latest_news.featured ul,.wrap.three-fifth .column.one-second .Latest_news.featured ul,.wrap.three-fifth .column.three-fourth .Latest_news.featured ul{width:100%}
	.wrap.one-second .Latest_news.featured ul,.wrap.two-fifth .Latest_news.featured ul,.wrap.one-third .Latest_news.featured ul,.wrap.one-fourth .Latest_news.featured ul{width:100%}
	/* Blog Teaser */
	.blog-teaser li .desc-wrapper .desc{padding:70px 25px 25px;}
	.blog-teaser li:not(:first-child) .desc-wrapper .desc{padding:70px 20px 20px;}
	.blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta{display:none;}
	.column.three-fifth .blog-teaser li .desc-wrapper .desc .post-meta .comments{display:none;}
	.wrap.three-fifth .blog-teaser li .desc-wrapper .desc .post-meta .comments{display:none;}
	/* Recent posts */
	.Recent_posts ul li .desc{margin-right:40px}
	.Recent_posts ul li .photo{width:40px;height:40px}
	.Recent_posts ul li.format-link .photo{background-size:40% auto}
	.Recent_posts ul li .photo .c{width:20px;height:20px;line-height:20px;bottom:5px;right:-8px}
	/* Portfolio list */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:694px}
		/* Grid, Masonry, Masonry Hover */
		.portfolio_group.grid.col-4 .portfolio-item,.portfolio_group.masonry.col-4 .portfolio-item,.portfolio_group.masonry-hover.col-4 .portfolio-item,.portfolio_group.masonry-minimal.col-4 .portfolio-item,.portfolio_group.grid.col-5 .portfolio-item,.portfolio_group.masonry.col-5 .portfolio-item,.portfolio_group.masonry-hover.col-5 .portfolio-item,.portfolio_group.masonry-minimal.col-5 .portfolio-item,.portfolio_group.grid.col-6 .portfolio-item,.portfolio_group.masonry.col-6 .portfolio-item,.portfolio_group.masonry-hover.col-6 .portfolio-item,.portfolio_group.masonry-minimal.col-6 .portfolio-item{width:31.33%}
		/* Flat */
		.portfolio_group.flat.col-4 .portfolio-item,.portfolio_group.flat.col-5 .portfolio-item,.portfolio_group.flat.col-6 .portfolio-item{width:33.33%}
	/* Tabs */
	.tabs_vertical.ui-tabs .ui-tabs-nav{width:33%!important}
	.tabs_vertical.ui-tabs .ui-tabs-panel{width:66.7%!important}
	/* Counter */
	.one-fourth .counter.counter_horizontal,.one-fifth .counter.counter_horizontal,.one-sixth .counter.counter_horizontal{text-align:center}
	.one-fourth .counter.counter_horizontal .icon_wrapper,.one-fifth .counter.counter_horizontal .icon_wrapper,.one-sixth .counter.counter_horizontal .icon_wrapper{position:static;margin:0 auto;margin-bottom:15px}
	.one-fourth .counter.counter_horizontal .desc_wrapper,.one-fifth .counter.counter_horizontal .desc_wrapper,.one-sixth .counter.counter_horizontal .desc_wrapper{padding-left:0}
	/* Article box */
	.one-third .article_box .photo_wrapper{width:100%;float:none;text-align:center}
	.one-third .article_box .desc_wrapper{width:100%;min-height:auto;float:none}
	/* Pricing table */
	.pricing-box .plan-header h2{word-wrap:break-word}
	.pricing-box .plan-header .price sup.period{position:static;top:0;display:block}
	/* Infobox */
	.infobox{padding-left:20px;word-wrap:break-word}
	.infobox ul li{padding-left:0;padding-right:0}
	.infobox ul li:before{display:none}
	.style-simple .infobox ul li{padding-left:0}
	/* Portfolio photo */
	.portfolio-photo .portfolio-item .portfolio-details:hover .details{opacity:1}
	.portfolio-photo .portfolio-item .portfolio-details .more{display:none}
	/* Get in touch */
	.get_in_touch{padding-left:20px;word-wrap:break-word}
	.get_in_touch ul li{padding-left:0;padding-right:0}
	.get_in_touch ul li .icon{display:none}
	/* Hover color */
	.hover_color{word-wrap:break-word}
	/* How it works */
	.how_it_works .image{width:116px;height:116px;line-height:114px}
	.how_it_works .image img{max-width:66px!important;max-height:66px!important}
	.how_it_works .image .number{bottom:0;right:0}
	.how_it_works.has_border:after{top:60px}
	.how_it_works.fill .image img{border-radius:100%;max-width:116px!important;max-height:116px!important;}
	/* Opening Hours */
	.opening_hours{padding-left:20px;word-wrap:break-word}
	.opening_hours .opening_hours_wrapper li span{font-size:16px;line-height:16px}
	/* Icon box */
	.icon_box.icon_position_left{min-height:auto;padding-left:0;padding-right:0}
	.icon_box.icon_position_left .icon_wrapper{position:static;margin-bottom:15px}
	.icon_box.icon_position_left .desc_wrapper{text-align:center;padding-top:0}
	.icon_box.icon_position_left .image_wrapper{position:static;left:0;margin-bottom:15px;width:auto;height:auto}
	/* Flat box */
	.flat_box .photo_wrapper .icon{width:50px}
	.flat_box .photo_wrapper .icon i{height:40px;line-height:40px;font-size:30px;margin-top:-20px}
	.flat_box a:hover .photo_wrapper .icon{-webkit-transform:translateX(-50px);transform:translateX(-50px)}
	.flat_box .desc_wrapper{margin:0}
	.rtl .flat_box a:hover .photo_wrapper .icon{-webkit-transform:translateX(50px);transform:translateX(50px)}
	/* Offer thumb */
	.offer_thumb_ul li.offer_thumb_li .image_wrapper{width:100%;float:none}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper{width:100%;float:none}
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper{width:100%}
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper{margin-right:0;width:100%}
	/* Trailer box */
	.trailer_box .desc h2{font-size:22px;line-height:22px}
	/* Offer slider */
	.offer .offer_li .desc_wrapper{width:324px;width:calc(50% - 42px)}
	/* Error 404 */
	#Error_404{position:static;padding-top:50px;margin-top:0}
	#Error_404 .error_pic{width:100%;float:none}
	#Error_404 .error_pic i{font-size:260px;line-height:260px}
	#Error_404 .error_desk{width:100%;float:none;padding-top:20px;text-align:center}
	/* Buttons */
	a.kill_the_icon .button_icon,.widget-area a.button .button_icon{display:none}
	.button-stroke a.button_left.button.kill_the_icon .button_label{padding-left:20px}
	.button-stroke a.button_left.button_large.kill_the_icon .button_label{padding-left:30px}
	.button-stroke a.button_right.button.kill_the_icon .button_label{padding-right:20px}
	.button-stroke a.button_right.button_large.kill_the_icon .button_label{padding-right:30px}
	.button-flat a.button_left.button.kill_the_icon .button_label{padding-left:20px}
	.button-flat a.button_left.button_large.kill_the_icon .button_label{padding-left:30px}
	.button-flat a.button_right.button.kill_the_icon .button_label{padding-right:20px}
	.button-flat a.button_right.button_large.kill_the_icon .button_label{padding-right:30px}
	/* Zoom Box */
	.zoom_box .desc .desc_txt{font-size:18px;line-height:22px}
	/* Easy Digital Downloads */
	.edd_downloads_list .edd_download{width:50%!important}
	.edd_downloads_list .edd_download:nth-child(5n+3){clear:both}
	.edd_downloads_list .edd_download .edd_download_inner{margin:0 5% 20px}
}
/* #Desktop & Tablet (Landscape) > 768 --------------------------------------------------- #Desktop & Tablet (Landscape) > 768 */
@media only screen and (min-width: 768px)
{
	.section.full-width-ex-mobile > .section_wrapper{max-width:100%!important}
	.section.full-width-ex-mobile > .one.column,.section.full-width-ex-mobile > .section_wrapper > .one.column,.section.full-width-ex-mobile .one.wrap .one.column{width:100%;margin:0}
	/* Transparent ---------- */
	.tr-menu #Top_bar .wpml-languages a.active,.tr-menu #Top_bar .wpml-languages ul.wpml-lang-dropdown{background-color:transparent}
	/* Header | Placeholder */
	.header-creative .header_placeholder,
	.header-empty .header_placeholder,
	.header-fixed .header_placeholder,
	.header-modern .header_placeholder,
	.header-semi .header_placeholder,
	.header-simple .header_placeholder,
	.header-transparent .header_placeholder{height:0!important}
	.tr-menu .header_placeholder{height:0!important}
	/* Header | Classic */
	.tr-menu.header-classic #Top_bar{position:absolute}
	.tr-menu.header-classic #Top_bar:not(.is-sticky){top:0!important;background:none!important}
	.tr-menu.header-classic.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.tr-menu.header-classic.minimalist-header:not(.template-slider) #Header{min-height:135px}
	/* Header | Plain */
	.tr-menu.header-plain #Top_bar{position:absolute}
	.tr-menu.header-plain #Top_bar:not(.is-sticky){top:0!important;background:none!important}
	.tr-menu.header-plain.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.tr-menu.header-plain.minimalist-header:not(.template-slider) #Header{min-height:125px}
	.header-plain #Top_bar,.header-plain #Top_bar .menu > li > a span:not(.description),.header-plain #Top_bar a#header_cart,.header-plain #Top_bar a#search_button,.header-plain #Top_bar .wpml-languages,.header-plain #Top_bar a.button.action_button{border-color:rgba(255,255,255,.1)}
	/* Header | Split */
	.tr-menu.header-split #Top_bar{position:absolute}
	.tr-menu.header-split #Top_bar:not(.is-sticky){top:0!important;background:none!important}
	.tr-menu.header-split.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.tr-menu.header-split.minimalist-header:not(.template-slider) #Header{min-height:135px}
	/* Header | Semitransparent */
	.header-semi #Top_bar:not(.is-sticky){position:absolute;background-color:rgba(255,255,255,0.8)}
	.header-semi.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.header-semi.ab-hide #Top_bar:not(.is-sticky){top:0!important}
	/* Header | Stack */
	.tr-menu.header-stack #Top_bar{position:absolute}
	.tr-menu.header-stack #Top_bar:not(.is-sticky){top:0!important;background:none!important}
	.tr-menu.header-stack.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.tr-menu.header-stack.minimalist-header:not(.template-slider) #Header{min-height:196px}
	/* Contact Form 7 -------------------------------------------------------------------- */
	.section.full-width:not(.no-margin-h) .wrap .wpcf7-form .one.column{width:98%;margin-left:1%;margin-right:1%}
}
/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait) & Mobile < 768 */
@media only screen and (max-width: 767px)
{
	body	 		{min-width:0;}
	#Wrapper	{max-width:90%;max-width:calc(100% - 67px);}
	.section_wrapper .mcb-wrap,
	.section_wrapper .column,
  .container .column,
	.sections_group,
	.four.columns										{margin:0;width:100%!important;clear:both;}
	.aside_both .sections_group			{margin:0 auto!important;}
	.section_wrapper,
	.container,
	.four.columns .widget-area			{max-width:700px!important;padding-left:33px!important;padding-right:33px!important}
	.left-sidebar .items_group,
	.right-sidebar .items_group,
	.with_aside .content_wrapper 		{max-width:100%;}
	.section_wrapper .column				{margin:0 0 20px;height:auto!important;}
	.four.columns										{margin:auto 0!important;}
	.mcb-wrap[data-mobile="no-up"]	{margin-top:0!important}
	/* -------------------- */
	/* Column | Align */
	.column_attr.mobile_align_left{text-align:left}
	.column_attr.mobile_align_right{text-align:right}
	.column_attr.mobile_align_center{text-align:center}
	.column_attr.mobile_align_justify{text-align:justify}
	.boxed2fw{padding:0!important}
	.boxed2fw #Wrapper{margin:0!important;max-width:100%!important;width:100%!important}
	.column_placeholder > .placeholder{height:0}
	/* Sections */
	.section{background-attachment:scroll!important;height:auto!important}
	.highlight-left .section_wrapper,.highlight-right .section_wrapper{max-width:100%!important;padding:0!important}
	.highlight-left .section_wrapper .wrap,.highlight-right .section_wrapper .wrap{padding:0 33px}
	.highlight-left.full-screen > .section_wrapper,.highlight-right.full-screen > .section_wrapper{padding:0!important}
	.equal-height-wrap .mcb-wrap{height:auto!important}
	.equal-height-wrap .mcb-wrap .mcb-wrap-inner{top:0!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}
	.section.has-navi .section-nav.prev{top:10px}
	.section.has-navi .section-nav.next{bottom:10px}
	/* .hide-mobile{display:none!important} */
	.hide-mobile{display:block!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
	.section_wrapper .column.hide-mobile{height:0!important}
	/* Sidebar */
	.widget-area{min-height:0!important;margin:30px auto!important;border:0!important;box-sizing:content-box;}
	.widget-area:after,.widget-area:before{display:none}
	.widget:after{width:100%}
	/* Header | Placeholder */
	.mobile-tr-header .header_placeholder,
	body:not(.mobile-sticky) .header_placeholder{height:0!important}
	/* Header --------------- */
	#Top_bar,#Action_bar{background:#fff!important;position:static}
	#Top_bar .container{max-width:100%!important;padding:0!important}
	#Top_bar .top_bar_left{float:none;width:100%!important;background:none!important}
	#Top_bar a.responsive-menu-toggle{right:10px;}
	#Top_bar a.responsive-menu-toggle.is-sticky{position:fixed;top:30px;left:10px;}
	.admin-bar #Top_bar a.responsive-menu-toggle.is-sticky{top:56px}
	#Top_bar .menu_wrapper{float:left!important;width:100%;margin:0!important}
	#Top_bar #menu{float:left;position:static!important;width:100%!important;padding-bottom:20px}
	#Top_bar .logo{position:static;float:left;width:100%;text-align:center;margin:0}
	#Top_bar .logo #logo{padding:0!important;margin:10px 50px}
	#Top_bar #logo img.logo-main{display:none}
	#Top_bar #logo img.logo-mobile{display:inline-block}
	#Top_bar #logo img.logo-mobile-sticky{display:none}
	#Header_creative #Top_bar #logo img.logo-sticky{display:none}
	.mobile-sticky #Top_bar.is-sticky #logo img:not(.svg){width:auto!important}
	.mobile-sticky #Top_bar.is-sticky #logo img.logo-mobile{display:none}
	.mobile-sticky #Top_bar.is-sticky #logo img.logo-mobile-sticky{display:inline-block}
	.mobile-sticky.logo-overflow #Top_bar.is-sticky #logo img.logo-mobile-sticky{max-height:80px!important}
	.logo-overflow #Top_bar .logo{height:auto!important}
	#Top_bar .search_wrapper{top:auto;bottom:-129px}
	#Top_bar .top_bar_right{float:none;top:0;height:60px!important;padding:0 10px}
	#Top_bar .top_bar_right .top_bar_right_wrapper{float:right;margin-right:-10px}
	#Top_bar .top_bar_right:before{display:none}
	#Top_bar .top_bar_right_wrapper{top:0!important}
	#Top_bar a#header_cart{top:20px}
	#Top_bar a#search_button{top:19px}
	#Top_bar a.button.action_button{top:9px}
	#Top_bar .wpml-languages{top:11px}
	#Top_bar .wpml-languages a.active{height:15px;line-height:17px}
	.mobile-tb-left #Top_bar .top_bar_right .top_bar_right_wrapper{float:left}
	.mobile-tb-center #Top_bar .top_bar_right{text-align:center}
	.mobile-tb-center #Top_bar .top_bar_right .top_bar_right_wrapper{display:inline-block;float:none}
	.mobile-tb-hide #Top_bar .top_bar_right{display:none}
	.mobile-menu #Top_bar .menu.menu-main,
	.mobile-menu #Side_slide .menu.menu-main,
	.mobile-menu #Overlay .menu.overlay-menu{display:none}
	.mobile-menu #Top_bar .menu.menu-mobile,
	.mobile-menu #Overlay .menu.menu-mobile,
	.mobile-menu #Side_slide .menu.menu-mobile{display:block}
		/* Header | Below */
		body.header-below:not(.template-slider) #Header{padding-top:0}
		/* Header | Creative */
		.header-creative #Header_creative{position:static}
		.header-creative.layout-boxed{padding-top:0}
		.header-creative.layout-boxed #Wrapper{margin-top:25px}
		.header-creative.layout-full-width #Wrapper{padding-top:0!important}
		#Header_creative #Top_bar .responsive-menu-toggle{top:35px}
		#Header_creative #Top_bar .responsive-menu-toggle.is-sticky{position:fixed;top:10px;left:10px;margin-top:0;}
		.admin-bar #Header_creative #Top_bar .responsive-menu-toggle.is-sticky{top:56px}
		#Header_creative #Top_bar .top_bar_left{margin-top:0;overflow:hidden}
		#Header_creative #Top_bar .logo #logo{padding:0;}
		#Header_creative #Top_bar .logo #logo img{max-height:50px}
		.logo-no-sticky-padding #Header_creative #Top_bar .logo #logo img{max-height:60px}
		#Header_creative #Top_bar #menu{position:static;width:100%}
		.admin-bar #Header_creative{top:0!important}
		/* Header | Intro */
		#Intro{min-height:auto!important}
		#Intro .intro-inner{padding:100px 30px!important}
		#Intro .intro-next{font-size:25px;bottom:10px}
		/* Header | Magazine */
		.header-magazine #Top_bar .banner_wrapper{width:100%;height:auto;text-align:center;position:static;margin-bottom:20px}
		/* Header | Minimalist */
		body.minimalist-header.header-classic:not(.template-slider) #Header,body.minimalist-header.header-creative:not(.template-slider) #Header,body.minimalist-header.header-plain:not(.template-slider) #Header,body.minimalist-header.header-split:not(.template-slider) #Header{min-height:0}
		body.minimalist-header.header-simple:not(.template-slider) #Header{min-height:90px}
		body.minimalist-header.header-transparent #Header{min-height:0!important}
		.minimalist-header-no #Subheader{padding:80px 0!important}
		/* Header | Overlay */
		.header-overlay .overlay-menu-toggle{top:10px;right:5px}
		#overlay-menu ul li a{font-size:22px;line-height:36px}
		/* Header | Plain */
		.header-plain #Top_bar .logo{text-align:left}
		.header-plain #Top_bar .logo #logo{padding:5px 42px 15px 15px}
		.header-plain #Top_bar .top_bar_right .top_bar_right_wrapper{line-height:0}
		.header-plain #Top_bar .top_bar_right{height:50px!important}
		.header-plain #Top_bar a#header_cart,.header-plain #Top_bar a#search_button{padding:0 10px;line-height:50px!important}
		.header-plain #Top_bar .wpml-languages{padding:0 10px;height:50px!important}
		.header-plain #Top_bar .wpml-languages a.active{line-height:50px}
		.header-plain #Top_bar a.button.action_button{height:50px!important;line-height:50px!important}
		.header-plain #Top_bar a.button.action_button .button_label{padding:0 12px}
		.header-plain #Top_bar .top_bar_right_wrapper > *:last-child {
   			border-right-width: 1px;
		}
		/* Header | Simple */
		.header-simple #Top_bar .top_bar_left{top:0!important}
		/* Header | Split */
		.header-split #Top_bar a#search_button{display:none}
		/* Header | Stack */
		.header-stack #Top_bar .logo{padding:0;text-align:center!important}
		.header-stack #Top_bar .logo #logo{display:block}
		.header-stack #Top_bar a.responsive-menu-toggle{position:absolute!important;margin-top:-17px!important}
		.header-stack #Top_bar a.responsive-menu-toggle.is-sticky{position:fixed!important;margin-top:0!important}
		.header-stack #Top_bar .secondary_menu_wrapper{display:none}
		.header-stack #Top_bar .top_bar_right{position:static}
		/* Header mobile | minimal */
		.mobile-header-mini #Action_bar{display:none}
		.mobile-header-mini #Top_bar{top:0}
		.mobile-header-mini #Top_bar .container{max-width:100%!important;}
		.mobile-header-mini #Top_bar .top_bar_left{float:left;position:static;}
		.mobile-header-mini #Top_bar .logo{width:auto;float:left;margin-left:15px;border:none;}
		.mobile-header-mini #Top_bar #logo{height:60px!important;line-height:60px!important;margin:0}
		.mobile-header-mini.logo-overflow #Top_bar #logo img.logo-mobile{max-height:80px!important}
		.mobile-header-mini #Top_bar a.responsive-menu-toggle{top:30px!important;left:auto;right:10px;margin-top:-17px;}
		.mobile-header-mini.mobile-sticky #Top_bar.is-sticky #logo{margin-left:0!important;margin-right:0!important}
		.mobile-header-mini #Top_bar .top_bar_right{position:absolute;top:0;right:54px;background:none;padding:0;}
		.mobile-header-mini #Top_bar a.button.action_button{display:none;}
		.mobile-header-mini #Top_bar #header_cart{margin-right:-1px;}
		.mobile-header-mini #Top_bar #search_button{margin-left:0;margin-right:0;}
		.mobile-header-mini #Top_bar .wpml-languages{top:13px;margin-right:0;}
		.mobile-header-mini #Top_bar .wpml-languages a.active,
		.mobile-header-mini #Top_bar .wpml-languages ul.wpml-lang-dropdown{border:none;}
		.mobile-header-mini #Top_bar #menu{padding-bottom:10px;}
		.mobile-header-mini #Top_bar #menu ul li a span{line-height:44px;}
		.mobile-header-mini #Top_bar #menu ul li.submenu .menu-toggle{line-height:44px;right:3px;}
		.mobile-header-mini #Top_bar .search_wrapper{bottom:-59px;padding:10px;width:100%;}
		.mobile-header-mini #Top_bar .search_wrapper .icon_search{left:10px;top:17px;}
		.mobile-header-mini #Top_bar .search_wrapper .icon_close{top:17px;}
			/* Header mobile | minimal | style */
			.mobile-header-mini.mobile-mini-mr-lr #Top_bar .logo{float:right;margin-left:0;margin-right:54px;}
			.mobile-header-mini.mobile-mini-mr-lr #Top_bar .top_bar_right{left:10px;right:auto;}
			.mobile-header-mini.mobile-mini-mr-lc #Top_bar .logo{float:none;margin-left:0;margin-right:0;}
			.mobile-header-mini.mobile-mini-mr-lc #Top_bar .top_bar_right{left:10px;right:auto;}
			.mobile-header-mini.mobile-mini-ml-ll #Top_bar a.responsive-menu-toggle{left:10px;right:0;}
			.mobile-header-mini.mobile-mini-ml-ll #Top_bar .logo{margin-left:54px!important}
			.mobile-header-mini.mobile-mini-ml-ll #Top_bar .top_bar_right{right:15px;}
			.mobile-header-mini.mobile-mini-ml-lc #Top_bar a.responsive-menu-toggle{left:10px;right:0;}
			.mobile-header-mini.mobile-mini-ml-lc #Top_bar .logo{float:none;margin-left:0;margin-right:0;}
			.mobile-header-mini.mobile-mini-ml-lc #Top_bar .top_bar_right{right:15px;}
			.mobile-header-mini.mobile-mini-ml-lr #Top_bar a.responsive-menu-toggle{left:10px;right:0;}
			.mobile-header-mini.mobile-mini-ml-lr #Top_bar .logo{float:right;margin-left:0;margin-right:15px;}
			.mobile-header-mini.mobile-mini-ml-lr #Top_bar .top_bar_right{left:49px;right:auto;}
				/* Header mobile | minimal | headers compatibility */
				.mobile-header-mini.header-plain #Top_bar .top_bar_right{margin-right:5px;}
				.mobile-header-mini.header-plain #Top_bar a#header_cart{line-height:60px!important;border:none;padding:0 5px;}
				.mobile-header-mini.header-plain #Top_bar a#search_button{line-height:60px!important;border:none;padding:0 3px;}
				.mobile-header-mini.header-plain #Top_bar .wpml-languages{height:60px!important;border:none;padding:0 5px 0 10px;top:0;}
				.mobile-header-mini.header-plain #Top_bar .wpml-languages a.active{line-height:60px!important}
				.mobile-header-mini.header-plain #Top_bar .wpml-languages:hover a.active{background:none;}
				.mobile-header-mini #Header_creative #Top_bar{width:100%;margin:0;}
				.mobile-header-mini #Header_creative #Top_bar #header_cart{top:20px;}
				.mobile-header-mini #Header_creative #Top_bar #search_button{top:19px;}
				.mobile-header-mini #Header_creative #Top_bar .wpml-languages{top:13px;}
				.mobile-header-mini .overlay-menu-toggle{font-size:22px;top:8px;margin:0!important;}
		/* Header mobile | sticky */
		.mobile-sticky #Top_bar.is-sticky{position:fixed !important;}
		.mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle{top:30px!important;}
		.mobile-sticky #Top_bar.is-sticky .top_bar_right{display:none;}
		.mobile-sticky #Top_bar #menu{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;}
		.mobile-sticky #Top_bar.is-sticky #logo{height:50px!important;line-height:50px!important;margin:5px 50px;}
		.logo-no-sticky-padding.mobile-sticky #Top_bar.is-sticky #logo{height:60px!important;line-height:60px!important;margin:0 50px;}
		.mobile-header-mini.mobile-sticky #Top_bar .top_bar_right{display:block}
		/* Header mobile | transparent */
		.mobile-tr-header #Action_bar,.mobile-tr-header #Top_bar,.mobile-tr-header #Top_bar .top_bar_right{background:none!important}
		.mobile-tr-header #Top_bar{position:absolute;top:50px}
		.mobile-tr-header.ab-hide #Top_bar{top:0}
		.mobile-tr-header #Action_bar{position:absolute}
		.mobile-tr-header #Action_bar .contact_details li,.mobile-tr-header #Action_bar .social li a,.mobile-tr-header #Top_bar .top_bar_right a{color:rgba(255,255,255,0.3)}
		.mobile-tr-header #Action_bar .social li a:hover,.mobile-tr-header #Top_bar .top_bar_right a:hover{color:#fff!important}
		.mobile-tr-header #Top_bar .wpml-languages a.active,.mobile-tr-header #Top_bar .wpml-languages ul.wpml-lang-dropdown{background:none}
		.mobile-tr-header.header-creative.layout-full-width #Wrapper{padding-top:0}
		/* Header mobile | transparent | plain */
		.mobile-tr-header.header-plain #Top_bar,.mobile-tr-header.header-plain #Top_bar .top_bar_right_wrapper > *{border:none!important;background:none!important}
		/* Header mobile | transparent | creative */
		.mobile-tr-header #Header_creative{background:none!important;position:absolute}
	/* Action Bar */
	#Action_bar .contact_details li,#Action_bar .social{padding:0!important}
	#Action_bar .contact_details{float:none;text-align:center;padding:5px 0;color:#222;}
	#Action_bar .contact_details li{padding:0}
	#Action_bar .contact_details li.slogan{display:none}
	#Action_bar .social{float:none;text-align:center;padding:5px 0 0;margin-bottom:5px}
	#Action_bar .social li{margin-right:5px}
	#Action_bar .social li a{color:rgba(0,0,0,.3)}
	#Action_bar .social li a:hover{color:rgba(0,0,0,.8)}
	#Action_bar .social-menu{float:none;text-align:center;padding:5px 0 0}
	/* Subheader */
	body:not(.template-slider):not(.header-simple) #Header{min-height:350px;background-position:center 202px}
	#Subheader .title{width:100%}
	#Subheader ul.breadcrumbs{display:none}
	/* Footer --------------- */
	#Footer .footer_copy{text-align:center}
	#Footer .footer_copy .copyright{float:none;margin:0 0 10px}
	#Footer .footer_copy .social{float:none;margin:0}
	#Footer .footer_copy .social-menu{float:none;margin:0}
	/* Footer | Sliding */
	.footer-fixed #Content,.footer-sliding #Content{margin-bottom:0!important}
	.footer-fixed #Footer,.footer-sliding #Footer{position:static}
	/* Back to top */
	#back_to_top{float:none;margin:-10px 0 10px}
	#back_to_top.in_footer,#back_to_top.sticky{right:20px!important;margin:0}
	/* Blog --------------- */
	.classic .post-photo-wrapper{width:100%;float:none}
	.classic .post-desc-wrapper{width:100%;float:none}
	.classic .post-meta .author-date .author .label{display:none}
	.classic .post-meta .category{display:none}
	.classic .post-desc-wrapper .post-footer .button-love .love-text{display:none}
	.classic .post-desc-wrapper .post-desc{padding:15px 0 0}
		/* Blog | Timeline */
		.timeline .post-item{padding-left:0;background:none}
		.timeline .post-item:before{display:none}
		.timeline .post-photo-wrapper{width:100%;float:none}
		.timeline .post-desc-wrapper{width:100%;float:none}
		.timeline .post-item .date_label{display:inline-block;position:static;margin-bottom:10px}
		.timeline .post-meta .category{display:none}
		.timeline .post-desc-wrapper .post-footer .button-love .love-text{display:none}
		.timeline .post-desc-wrapper .post-desc{padding:15px 0 0}
		.style-simple .timeline_items > li{width:100%;padding:0!important;background:none!important}
		.style-simple .timeline_items > li h3 span{display:block;position:static}
		.style-simple .timeline_items > li:nth-child(even){padding:0}
		.style-simple .timeline_items > li:nth-child(even) .desc{text-align:right}
		/* Blog | Masonry */
		.grid .post-item,.masonry .post-item{width:100%!important;margin:0 0 20px!important}
		/* Blog | Masonry tiles */
		.masonry.tiles .post-item{width:100%!important}
		/* Blog | Photo */
		.photo .post-desc .post-head{margin-bottom:5px}
		.photo .post-desc .post-head .post-meta .category{display:none}
		.photo .post-desc .post-head .post-meta .author-date{margin-right:10px}
		/* Blog single */
		.single-post .format-image .single-photo-wrapper .image_frame{display:block}
		.single-post .format-link .single-photo-wrapper,.single-post .format-quote .single-photo-wrapper{display:none}
		/* Post header */
		.post-header .button-love{width:69px}
		.post-header .title_wrapper{margin-left:69px;padding-left:20px}
		.post-header .title_wrapper h1{font-size:27px;line-height:27px}
		.post-header .post-meta .category{display:none}
		/* Single photo wrapper */
		.single-photo-wrapper .image_frame{max-width:100%!important;margin-left:0}
		.single-photo-wrapper .share_wrapper{float:none;padding:5px 15px 0;margin-bottom:20px;width:auto}
		.no-share-mobile .single-photo-wrapper .share_wrapper{display:none}
		.wp-caption-text.hide-mobile{display:none}
		/* Post nav */
		.post-nav{padding:10px 10px 4px 90px}
		/* Share simple */
		.no-share-mobile .share-simple-wrapper,
		.no-share-mobile .section-post-intro-share{display:none}
	/* Portfolio --------------- */
	.portfolio_group .portfolio-item{width:100%!important;margin:0 0 20px!important;float:none}
	.section.full-width .portfolio_group .portfolio-item{width:100%!important}
	.portfolio_group .portfolio-item .list_style_header{padding-right:0;min-height:inherit}
	.portfolio_group .portfolio-item .list_style_header h3{margin:0}
	.portfolio_group .portfolio-item .list_style_header .links_wrapper{display:none}
	.portfolio_group .portfolio-item .desc .desc-wrapper{margin-right:0}
	.portfolio_group .portfolio-item .desc .details-wrapper{float:none;width:100%;padding-left:0;border-left-width:0;border-bottom-width:1px;padding-bottom:15px;margin-bottom:15px}
	.portfolio_group.list .portfolio-item .desc{padding-top:10px}
	.portfolio_group.list .portfolio-item .portfolio-item-fw-bg{background-image:none!important;padding-bottom:0}
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:380px}
		/* Project decription */
		.project-description li,.project-description li.one-third{width:100%;border-width:0 0 1px}
		.project-description li:last-child{border-bottom:0}
		/* Portfolio | Exposure */
		.portfolio_group.exposure .portfolio-item{margin:0!important;overflow:hidden}
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper{display:none}
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner{padding:0}
		.portfolio_group.exposure .portfolio-item .details-wrapper{display:none}
		.portfolio_group.exposure .portfolio-item .image-wrapper{margin:0 -100px}
		.full-width .portfolio_group.exposure .portfolio-item .desc-inner{top:30px}
		/* Portfolio | Flat */
		.portfolio_group.flat .portfolio-item{margin-bottom:0!important}
		/* Portfolio | Grid */
		ul.portfolio_grid li{width:100%!important;float:left}
		/* Portfolio | Masonry Flat */
		.portfolio_group.masonry-flat .portfolio-item{width:49.9%!important;margin:0!important}
		.portfolio_group.masonry-flat .portfolio-item.wide{width:99.8%!important}
		.portfolio_group.masonry-flat .portfolio-item.tall .portfolio-item-fill{padding-bottom:calc(156% - 1px)}
		/* Portfolio | Photo */
		.portfolio-photo .portfolio-item .portfolio-details .details{display:none}
		.portfolio-photo .portfolio-item .portfolio-details .more{opacity:1}
	/* Shortcodes --------------- */
	/* Blog Teaser */
	.blog-teaser li{width:100%!important}
	.blog-teaser li:not(:first-child){margin-top:10px}
	.blog-teaser.margin-no li{margin-top:0}
	/* Call to action */
	.call_to_action .call_left,.call_to_action .call_center,.call_to_action .call_right{display:block;width:100%}
	.call_to_action .call_left{margin-bottom:20px}
	.call_to_action .call_center{margin-bottom:20px}
	.call_to_action .call_right{margin-bottom:0;text-align:center}
	/* Clients */
	ul.clients:not(.clients_slider_ul) li{width:50%!important}
	/* Content slider */
	.content_slider{padding:0!important;margin:0 0 50px}
	.content_slider .slider_pagination{padding:0 20%;box-sizing:border-box;}
	.content_slider a.button{top:auto!important;bottom:-60px;}
	.content_slider a.slider_prev{left:0!important}
	.content_slider a.slider_next{right:0!important}
	.content_slider a.button .button_icon{padding:7px 9px}
	.content_slider.flat a.button,.content_slider.carousel a.button{bottom:-50px}
	.content_slider.flat a.button .button_icon{font-size:30px}
	.content_slider.center{margin-bottom:0}
	.content_slider.center a.button{display:none!important}
	/* Divider */
	.hr_full hr,.aside_left .hr_full hr,.aside_right .hr_full hr{position:absolute;left:-1000px;top:0;width:3000px}
	/* Fancy headings */
	.fancy_heading h2{font-size:30px;line-height:30px}
	/* Features lists */
	.feature_list ul li{width:100%!important;float:none;border-bottom:1px solid rgba(0,0,0,0.08)}
	.feature_list hr{display:none}
	/* Flat Box */
	.flat_box .desc_wrapper{margin:0}
	/* Google maps */
	.google-map-contact-wrapper{position:static;margin-left:0!important;}
	.google-map-contact-wrapper .get_in_touch{float:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
	.google-map-contact-wrapper .get_in_touch:after{display:none;}
	/* How it works */
	.how_it_works .image,.with_aside .how_it_works .image{width:196px;height:196px;line-height:194px}
	.how_it_works .image img{max-width:116px!important;max-height:116px!important}
	.how_it_works .image .number,.with_aside .how_it_works .image .number{bottom:10px;right:10px}
	.how_it_works.has_border:after{display:none}
	.with_aside .how_it_works .image img{max-width:116px!important;max-height:116px!important}
	.with_aside .how_it_works.fill .image img{max-width:196px!important;max-height:196px!important}
	/* Offer slider */
	.offer .offer_li .image_wrapper{width:100%;float:none;margin-bottom:15px;overflow:hidden}
	.offer .offer_li .desc_wrapper{width:90%;width:calc(100% - 67px)!important;margin:0 auto;float:none;clear:both}
	.offer .offer_li .desc_wrapper .title{padding-right:0;margin-bottom:15px}
	.offer .offer_li .desc_wrapper .title h3{margin-bottom:15px;font-size:27px;line-height:27px}
	.offer .offer_li .desc_wrapper .title a.button{position:relative}
	.offer a.slider_prev{left:20px;top:20px;margin:0}
	.offer .slider_pagination{left:20px;top:65px;margin:0}
	.offer a.slider_next{left:20px;top:111px;margin:0}
	.button-stroke .offer a.slider_prev{margin-top:-8px}
	.button-stroke .offer a.slider_next{margin-top:6px}
	/* Icon box */
	.icon_box.has_border:after{display:none}
	/* Image Frame */
	.image_frame{margin-top:0!important}
	/* Offer thumb */
	.offer_thumb{padding-left:0}
	.offer_thumb_ul li.offer_thumb_li{padding-left:0}
	.offer_thumb_ul li.offer_thumb_li .image_wrapper{width:100%;float:none}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper{width:100%;float:none}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title{padding-right:0}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3{margin-bottom:15px}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button{position:relative}
	.offer_thumb .slider_pagination{margin-top:20px;line-height:inherit}
	/* Offer thumb bottom */
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper{width:100%}
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper{margin-right:0;width:100%}
	/* Pricing table */
	.pricing-box-label .plan-header,.pricing-box-label .plan-footer{display:none}
	.pricing-box-label ul li{text-align:center!important}
	/* Promo box */
	.promo_box.has_border:after{display:none}
	.promo_box_wrapper{overflow:visible}
	.promo_box_wrapper .photo_wrapper{width:100%;float:none;line-height:0;margin-bottom:15px}
	.promo_box_wrapper .desc_wrapper{width:100%;margin:0!important;float:none;padding-top:0}
	/* Story Box */
	.story_box{padding:0 11%!important}
	.story_box .desc_wrapper{margin-right:0!important}
	/* Table */
	.table-responsive table{overflow-x:auto;display:block}
	.table-responsive table a.kill_the_icon .button_icon{display:none}
	/* Tabs */
	.ui-tabs .ui-tabs-nav{background:none}
	.ui-tabs .ui-tabs-nav li{float:none!important;width:100%!important;border-width:0 0 1px}
	.ui-tabs .ui-tabs-nav li:last-child{border-bottom:0}
	.ui-tabs .ui-tabs-nav li a{text-align:center;background-image:url(../images/bg_panel.png);background-repeat:repeat-x;background-position:left top}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-active a{background-image:none}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,.ui-tabs .ui-tabs-nav li.ui-state-active:after{display:none}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,.ui-tabs .ui-tabs-nav li.ui-state-active a:after{display:none}
	/* Tabs: simple-style */
	.style-simple .ui-tabs .ui-tabs-nav li a{background-image:none}
	.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after{display:block}
	/* Tabs vertical: simple-style */
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a{text-align:center;padding-right:20px}
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel{border-width:1px 0 0!important}
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after{display:block;width:100%;height:2px;left:0;top:auto;bottom:0;right:auto}
	/* Testimonials list */
	.testimonials_list .item{margin-bottom:30px}
	.testimonials_list .item .photo{width:100%;float:none;margin-bottom:10px}
	.testimonials_list .item .desc{width:100%;float:none;margin-bottom:0}
	/* Timeline */
	.timeline_items{background-position:91px top}
	.timeline_items > li{padding:0 0 25px 150px !important;background:url(../images/timeline_right.png) no-repeat!important;background-position:50px top!important;width:auto}
	.timeline_items > li h3 span{left:0!important;right:auto}
	.timeline_items > li h3,
	.timeline_items > li:nth-child(even) h3{text-align:left}
	.timeline_items > li h3:before{left:93px}
	.timeline_items > li .desc,
	.timeline_items > li:nth-child(even) .desc{text-align:left}
	.timeline_items > li .desc:before{display:none}
	.timeline_items:after{left:93px}
	/* General -------------------- */
	/* Error 404 */
	#Error_404{position:static;padding-top:20px;margin-top:0}
	#Error_404 .error_pic{width:100%;float:none}
	#Error_404 .error_pic i{font-size:160px;line-height:160px}
	#Error_404 .error_desk{width:100%;float:none;padding-top:20px;text-align:center}
	#Error_404 .error_desk h2{font-size:30px;line-height:30px}
	#Error_404 .error_desk h4{font-size:19px;line-height:25px}
	#Error_404 .error_desk p .check{line-height:22px;font-size:16px;margin-bottom:15px;display:block}
	/* Filters */
	#Filters .filters_wrapper ul li{float:left;width:49%;margin:.5%}
	/* Fixed nav */
	.fixed-nav{display:none!important}
	/* Popup contact */
	#popup_contact{display:none}
	/* Search Results */
	.search-not-found .snf-pic{width:100%;float:none}
	.search-not-found .snf-pic i{font-size:260px;line-height:260px}
	.search-not-found .snf-desc{width:100%;float:none;padding-top:20px;text-align:center}
	/* Video */
	/* In this case, the aspect ratio is 16:9, which means that the height will be 56.25% of the width. For a video with a 4:3 aspect ratio, we set padding-bottom to 75%. */
	.content_video.iframe{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
	.content_video.iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}
	/* WordPress Admin Bar */
	.admin-bar #wpadminbar{z-index:9999!important;position:fixed}
	/* Plugins --------------- */
	/* bbPress */
	.bbpress ul{font-size:13px}
	.bbpress li.bbp-forum-info,.bbpress li.bbp-topic-title{width:44%}
	.bbpress li.bbp-forum-topic-count,.bbpress li.bbp-topic-voice-count,.bbpress li.bbp-forum-reply-count,.bbpress li.bbp-topic-reply-count{width:15%}
	.bbpress .bbp-body li.bbp-forum-freshness,.bbpress .bbp-body li.bbp-topic-freshness{line-height:16px;font-size:11px}
	/* Easy Digital Downloads */
	.edd_downloads_list .edd_download{width:100%!important}
	.edd_downloads_list .edd_download .edd_download_inner{margin:0 8% 20px}
	/* Pretty Photo Popup */
	/* Tiny popup on mobile | fix */
	.pp_pic_holder{width:90%!important;left:5%!important;overflow:hidden}
	.pp_content{width:98%!important;height:auto!important}
	.pp_fade{width:100%!important;height:100%!important}
	a.pp_expand,a.pp_contract,.pp_hoverContainer,.pp_gallery{display:none!important}
	#pp_full_res img{width:100%!important;height:auto!important}
	.pp_details{width:100%!important;position:static!important;min-height:25px}
	.pp_details a.pp_close{top:auto;right:25px}
	/* Theme Options size | fix */
	div.pp_pic_holder,div.pp_content,div.pp_details{max-width:100%}
	div.pp_content{overflow:auto}
}
/* #Tablet (Portrait) & Mobile (Landscape) 480 - 768 ----------------------- #Tablet (Portrait) & Mobile (Landscape) 480 - 768 */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	/* Respond */
	#respond .comment-form-author{width:100%;margin-right:0;float:none}
	#respond .comment-form-email{width:100%;margin-right:0;float:none}
	#respond .comment-form-url{width:100%;float:none}
	#respond input[type="text"],#respond input[type="password"],#respond input[type="email"],#respond select{width:100%}
	#respond .comment-form-comment textarea{width:100%}
	#respond .required{right:15px}
	#comments .commentlist > li .comment-body{margin-left:90px;padding:10px}
	#comments .commentlist > li .photo{left:-90px}
	#comments .commentlist > li .children{margin-left:0;padding-left:10px}
	#comments .commentlist > li .reply{right:10px;top:10px}
	#comments .commentlist > li .comment-meta a.comment-edit-link{padding-right:45px}
	.rtl #comments .commentlist > li .comment-body{margin-left:0;margin-right:90px}
	.rtl #comments .commentlist > li .photo{left:auto;right:-90px}
	.rtl #comments .commentlist > li .children{margin-right:0;padding-left:0;padding-right:10px}
	.rtl #comments .commentlist > li .reply{left:10px;right:auto}
	.rtl #comments .commentlist > li .comment-meta a.comment-edit-link{padding-left:45px;padding-right:0}
	/* Zoom Box */
	.zoom_box .desc .desc_txt{font-size:18px;line-height:22px}
	/* Gallery */
	#Content .gallery:not(.gallery-columns-1) .gallery-item{width:50%;clear:none}
	#Content .gallery:not(.gallery-columns-1) .gallery-item:nth-of-type(2n+1){clear:both}
	/* Latest News */
	.Latest_news.featured ul{width:49%!important}
}
/* #Mobile (Portrait) < 480 ------------------------------------------------------------------------- #Mobile (Portrait) < 480 */
@media only screen and (min-width: 448px) and (max-width: 500px)
{
	.blog_slider a.kill_the_icon .button_icon{display:none;}
}
@media only screen and (max-width: 479px)
{
	#Top_bar a.button.action_button{margin-right:0}
	/* Post nav */
	.post-nav{padding:10px 10px 4px}
	/* Portfolio list */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:260px}
	/* Portfolio Masonry Flat */
	.portfolio_group.masonry-flat .portfolio-item,.portfolio_group.masonry-flat .portfolio-item.wide{width:100%!important}
	/* Latest News */
	.Latest_news.featured ul{width:100%!important}
	/* Filters */
	#Filters .filters_buttons li{margin-right:10px}
	#Filters .filters_buttons li.label{display:none}
	#Filters .filters_buttons li i.icon-docs,#Filters .filters_buttons li i.icon-tag{display:none}
	/* Team */
	.team.team_horizontal .image_frame{width:100%;margin:0 0 15px;float:none}
	.team.team_horizontal .desc_wrapper{width:100%;float:none}
	/* Timeline */
	.timeline_items{background-position:21px top}
	.timeline_items > li{padding:0 0 25px 80px !important;background-position:-20px top!important}
	.timeline_items > li h3 span{display:table;position:relative;margin-bottom:20px;clear:both}
	.timeline_items > li h3:before{left:24px}
	.timeline_items:after{left:23px}
	/* Testimonials slider */
	.testimonials_slider a.slider_prev{display:none!important}
	.testimonials_slider a.slider_next{display:none!important}
	.testimonials_slider .testimonials_slider_ul li{padding:0}
	/* Respond */
	#respond .comment-form-author{width:99%;margin-right:0;float:none}
	#respond .comment-form-email{width:99%;margin-right:0;float:none}
	#respond .comment-form-url{width:99%;float:none}
	#respond input[type="text"],#respond input[type="password"],#respond input[type="email"],#respond select{width:100%}
	#respond .comment-form-comment textarea{width:100%}
	#respond .required{right:11px}
	#comments .commentlist > li .comment-body{margin-left:55px;padding:10px}
	#comments .commentlist > li .photo{width:32px;height:32px;left:-55px}
	#comments .commentlist > li .children{margin-left:0;padding-left:10px}
	#comments .commentlist > li .reply{right:10px;top:10px}
	#comments .commentlist > li .comment-meta a.comment-edit-link{padding-right:0;position:static;float:none}
	.rtl #comments .commentlist > li .comment-body{margin-left:0;margin-right:55px}
	.rtl #comments .commentlist > li .photo{left:auto;right:-55px}
	.rtl #comments .commentlist > li .children{margin-right:0;padding-left:0;padding-right:10px}
	.rtl #comments .commentlist > li .reply{left:10px;right:auto}
	.rtl #comments .commentlist > li .comment-meta a.comment-edit-link{padding:0}
	/* Zoom Box */
	.zoom_box .desc .desc_img img{max-height:60px;width:auto}
	.zoom_box .desc .desc_txt{font-size:14px;line-height:17px}
	/* Feature box */
	.feature_box .feature_box_wrapper{display:block}
	.feature_box .feature_box_wrapper .photo_wrapper,.feature_box .feature_box_wrapper .desc_wrapper{display:block;width:100%;padding:0}
	.feature_box .feature_box_wrapper .photo_wrapper{margin-bottom:15px;text-align:center}
	.feature_box .feature_box_wrapper .photo_wrapper a{display:inline-block}
	/* Gallery */
	#Content .gallery .gallery-item{width:100%}
	/* bbpress */
	.bbpress #bbpress-forums p.bbp-topic-meta,.bbpress #bbpress-forums p.bbp-topic-meta{display:none}
	/* Easy Digital Downloads */
	.edd_downloads_list .edd_download{width:100%!important}
	.edd_downloads_list .edd_download .edd_download_inner{margin:0 0 20px}
}
/* Retina | iPad ----------------------------------------------------------------------------------------------- Retina | iPad */
@media only screen and (max-device-width: 1024px){
	html.ios, .ios .section.bg-cover{background-attachment:scroll!important}
} | 
	css/responsive.css | 
	html,body{overflow-x:hidden}
/* > 1240 ------------------------------------------------------------------------------------------------------------- > 1240 */
@media only screen and (min-width: 1240px)
{
	.layout-boxed{padding:25px}
	.layout-boxed.nice-scroll{padding:25px 25px 25px 15px}
	.layout-boxed.boxed-no-margin{padding:0;}
	#Top_bar.loading{display:none}
	.hover_color:hover .hover_color_bg,.hover_color.hover .hover_color_bg{background-color:inherit!important;border-color:inherit!important}
}
/* #Header Creative always Open	1240 - 1489 ----------------------------------------- #Header Creative always Open 1240 - 1489 */
@media only screen and (min-width: 1240px) and (max-width: 1489px)
{
	body.header-open							{min-width:0;}
	.header-open #Wrapper 						{max-width:960px;}
	.header-open .section_wrapper,
	.header-open .container,
	.header-open.with_aside .content_wrapper	{max-width:940px;}
	.header-open.with_aside .section_wrapper	{max-width:100%;}
	/* -------------------- */
	/* Error 404 */
	.header-open #Error_404 .error_pic i{font-size:220px;line-height:260px}
	.header-open #Error_404 .error_desk{padding-top:40px}
	/* Google maps */
	.header-open .section.full-width .wrap.one .column_map.one .google-map-contact-wrapper{left:auto;right:50px;}
	/* Offer slider */
	.header-open .offer .offer_li .desc_wrapper{width:436px;width:calc(50% - 42px)}
	/* Portfolio list */
	body.header-open:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:921px}
	/* Recent posts */
	.header-open .Recent_posts ul li .desc{margin-right:60px}
	.header-open .Recent_posts ul li .photo{width:60px;height:60px}
	.header-open .Recent_posts ul li .photo .c{width:20px;height:20px;line-height:20px;bottom:5px;right:-8px}
}
/* < 1240 ------------------------------------------------------------------------------------------------------------- < 1240 */
@media only screen and (max-width: 1239px)
{
	/* iOS phone number linking */
	a[href^=tel]{color:inherit;text-decoration:none}
	/* Hover Effect */
	.no-hover-tablet a.button:after,.no-hover-tablet a.tp-button:after,.no-hover-tablet button:after,.no-hover-tablet input:after{display:none}
	.no-hover-tablet .image_frame .image_wrapper img{top:0!important}
	.no-hover-tablet .image_frame:not(.no_link) .image_wrapper img:not(.ls-l){margin-bottom:0!important}
	.no-hover-tablet .image_frame .image_wrapper .mask,.no-hover-tablet .image_frame .image_wrapper .image_links{display:none!important}
	.no-hover-tablet .Recent_posts ul li .desc:after{display:none}
	.no-hover-tablet .Recent_posts ul li a:hover h6,.no-hover-tablet .Recent_posts ul li a:hover .desc .date{color:inherit!important}
	body:not(.no-hover-tablet) .hover_color:hover .hover_color_bg,
	body:not(.no-hover-tablet) .hover_color.hover .hover_color_bg{background-color:inherit!important;border-color:inherit!important}
	/* Portfolio masonry hover */
	.with_aside .portfolio_group.masonry-hover .portfolio-item:not(.no-thumbnail) .masonry-hover-wrapper .hover-desc .desc-inner .desc-wrappper{display:none}
	/* Section Background Image */
	.no-section-bg-tablet .section{background-image:none!important}
	/* Google maps */
	.section.full-width .wrap.one .column_map.one .google-map-contact-wrapper{left:auto;right:50px;}
}
/* #Desktop	960 - 1239 ---------------------------------------------------------------------------------- #Desktop	960 - 1239 */
@media only screen and (min-width: 960px) and (max-width: 1239px)
{
	body 							{min-width:0; }
	#Wrapper 						{max-width:960px;}
	.section_wrapper,
	.container,
	.with_aside .content_wrapper	{max-width:940px;}
	/* -------------------- */
	/* Top bar width */
	#Top_bar .top_bar_left{width:729px}
	/* Blog | Columns | Grid, Masonry */
	.posts_group.grid.col-5 .post-item,.posts_group.masonry.col-5 .post-item,.posts_group.grid.col-6 .post-item,.posts_group.masonry.col-6 .post-item{width:22.99%}
	.posts_group.grid.col-5 .post-item:nth-child(5n+1){clear:none}
	.posts_group.grid.col-6 .post-item:nth-child(6n+1){clear:none}
	.posts_group.grid.col-5 .post-item:nth-child(4n+1){clear:both}
	.posts_group.grid.col-6 .post-item:nth-child(4n+1){clear:both}
	/* Latest News */
	.column.one-fourth .Latest_news ul .desc .date i{display:none}
	.column.one-second .Latest_news.featured ul .desc .date i{display:none}
	.wrap.two-third .column.three-fifth .Latest_news.featured ul,.wrap.two-third .column.one-second .Latest_news.featured ul,.wrap.three-fifth .column.three-fifth .Latest_news.featured ul,.wrap.three-fifth .column.one-second .Latest_news.featured ul,.wrap.one-second .column.three-fourth .Latest_news.featured ul{width:100%}
	.wrap.two-fifth .Latest_news.featured ul,.wrap.one-third .Latest_news.featured ul,.wrap.one-fourth .Latest_news.featured ul{width:100%}
	/* Blog Teaser */
	.blog-teaser li:not(:first-child) .desc-wrapper .desc{padding:70px 20px 25px;}
	.column.two-third .blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta,
	.column.three-fifth .blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta{display:none;}
	.wrap.two-third .blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta,
	.wrap.three-fifth .blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta{display:none;}
	/* Portfolio | List */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:921px}
		/* Portfolio | Columns | Grid, Masonry, Masonry Hover */
		.portfolio_group.grid.col-5 .portfolio-item,
		.portfolio_group.masonry.col-5 .portfolio-item,
		.portfolio_group.masonry-hover.col-5 .portfolio-item,
		.portfolio_group.masonry-minimal.col-5 .portfolio-item,
		.portfolio_group.grid.col-6 .portfolio-item,
		.portfolio_group.masonry.col-6 .portfolio-item,
		.portfolio_group.masonry-hover.col-6 .portfolio-item,
		.portfolio_group.masonry-minimal.col-6 .portfolio-item{width:22.99%}
		/* Portfolio | Columns | Flat */
		.portfolio_group.flat.col-5 .portfolio-item,
		.portfolio_group.flat.col-6 .portfolio-item{width:24.99%}
	/* Error 404 */
	#Error_404 .error_pic i{font-size:220px;line-height:260px}
	#Error_404 .error_desk{padding-top:40px}
	/* Button */
	a.button.kill_the_icon .button_icon{padding-left:10px;padding-right:10px;}
	a.button.kill_the_icon .button_label{padding-left:15px;padding-right:15px;}
	/* Offer slider */
	.offer .offer_li .desc_wrapper{width:436px;width:calc(50% - 42px)}
	/* Recent posts */
	.Recent_posts ul li .desc{margin-right:60px}
	.Recent_posts ul li .photo{width:60px;height:60px}
	.Recent_posts ul li .photo .c{width:20px;height:20px;line-height:20px;bottom:5px;right:-8px}
	/* Zoom Box */
	.zoom_box .desc .desc_txt{font-size:22px;line-height:26px}
}
/* #Desktop	> 960 -------------------------------------------------------------------------------------------- #Desktop	> 960 */
@media only screen and (min-width: 960px)
{
	.hide-desktop{display:none!important}
}
/* #Tablet (Landscape) 768 - 959 --------------------------------------------------------------- #Tablet (Landscape) 768 - 959 */
@media only screen and (min-width: 768px) and (max-width: 959px)
{
	body			{min-width:0;}
	#Wrapper	{max-width:728px;}
	.section_wrapper,
	.container,
	.with_aside .content_wrapper {max-width:708px;}
	.mcb-wrap[data-tablet="no-up"] {margin-top:0!important}
	/* -------------------- */
	.hide-tablet{display:none!important}
	/* Header magazine */
	.header-magazine #Top_bar .banner_wrapper{width:300px;top:27px}
	/* Top bar width */
	#Top_bar .top_bar_left{width:501px}
	/* .footer-sliding */
	.footer-fixed #Content,.footer-sliding #Content{margin-bottom:0!important}
	.footer-fixed #Footer,.footer-sliding #Footer{position:static}
	/* Subheader */
	#Subheader .title{width:100%}
	#Subheader ul.breadcrumbs{display:none}
	/* Filters */
	#Filters .filters_wrapper ul li{float:left;width:24%;margin:.5%}
	/* Blog */
	.with_aside .classic .post-meta .author-date .author .label{display:none}
	.with_aside .classic .post-meta .category{display:none}
		/* Grid, Masonry */
		.grid .post-item,.masonry .post-item{width:47.9%}
		/* Timeline */
		.timeline .post-photo-wrapper{width:100%;float:none}
		.timeline .post-desc-wrapper{width:100%;float:none}
		/* Blog | Columns | Grid, Masonry */
		.posts_group.grid.col-4 .post-item,.posts_group.masonry.col-4 .post-item,.posts_group.grid.col-5 .post-item,.posts_group.masonry.col-5 .post-item,.posts_group.grid.col-6 .post-item,.posts_group.masonry.col-6 .post-item{width:31.33%}
		.posts_group.grid.col-4 .post-item:nth-child(4n+1){clear:none}
		.posts_group.grid.col-5 .post-item:nth-child(5n+1){clear:none}
		.posts_group.grid.col-6 .post-item:nth-child(6n+1){clear:none}
		.posts_group.grid.col-4 .post-item:nth-child(3n+1){clear:both}
		.posts_group.grid.col-5 .post-item:nth-child(3n+1){clear:both}
		.posts_group.grid.col-6 .post-item:nth-child(3n+1){clear:both}
		/* Blog | Columns | Masonry tiles */
		.posts_group.masonry.tiles.col-4 .post-item,.posts_group.masonry.tiles.col-5 .post-item,.posts_group.masonry.tiles.col-6 .post-item{width:49.9%}
		.posts_group.masonry.margin.col-4 .post-item,.posts_group.masonry.margin.col-5 .post-item,.posts_group.masonry.margin.col-6 .post-item{width:48.9%}
	/* Latest News */
	.column.one-third .Latest_news ul .desc .date i{display:none}
	.column.one-second .Latest_news.featured ul{width:100%}
	.column.one-third .Latest_news.featured ul .desc .date i,.column.one-fourth .Latest_news.featured ul .desc .date i{display:none}
	.wrap.five-sixth .column.three-fifth .Latest_news.featured ul,.wrap.four-fifth .column.three-fifth .Latest_news.featured ul,.wrap.three-fourth .column.three-fifth .Latest_news.featured ul,.wrap.two-third .column.three-fifth .Latest_news.featured ul,.wrap.two-third .column.one-second .Latest_news.featured ul,.wrap.two-third .column.three-fourth .Latest_news.featured ul,.wrap.three-fifth .column.three-fifth .Latest_news.featured ul,.wrap.three-fifth .column.one-second .Latest_news.featured ul,.wrap.three-fifth .column.three-fourth .Latest_news.featured ul{width:100%}
	.wrap.one-second .Latest_news.featured ul,.wrap.two-fifth .Latest_news.featured ul,.wrap.one-third .Latest_news.featured ul,.wrap.one-fourth .Latest_news.featured ul{width:100%}
	/* Blog Teaser */
	.blog-teaser li .desc-wrapper .desc{padding:70px 25px 25px;}
	.blog-teaser li:not(:first-child) .desc-wrapper .desc{padding:70px 20px 20px;}
	.blog-teaser li:not(:first-child) .desc-wrapper .desc .post-meta{display:none;}
	.column.three-fifth .blog-teaser li .desc-wrapper .desc .post-meta .comments{display:none;}
	.wrap.three-fifth .blog-teaser li .desc-wrapper .desc .post-meta .comments{display:none;}
	/* Recent posts */
	.Recent_posts ul li .desc{margin-right:40px}
	.Recent_posts ul li .photo{width:40px;height:40px}
	.Recent_posts ul li.format-link .photo{background-size:40% auto}
	.Recent_posts ul li .photo .c{width:20px;height:20px;line-height:20px;bottom:5px;right:-8px}
	/* Portfolio list */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:694px}
		/* Grid, Masonry, Masonry Hover */
		.portfolio_group.grid.col-4 .portfolio-item,.portfolio_group.masonry.col-4 .portfolio-item,.portfolio_group.masonry-hover.col-4 .portfolio-item,.portfolio_group.masonry-minimal.col-4 .portfolio-item,.portfolio_group.grid.col-5 .portfolio-item,.portfolio_group.masonry.col-5 .portfolio-item,.portfolio_group.masonry-hover.col-5 .portfolio-item,.portfolio_group.masonry-minimal.col-5 .portfolio-item,.portfolio_group.grid.col-6 .portfolio-item,.portfolio_group.masonry.col-6 .portfolio-item,.portfolio_group.masonry-hover.col-6 .portfolio-item,.portfolio_group.masonry-minimal.col-6 .portfolio-item{width:31.33%}
		/* Flat */
		.portfolio_group.flat.col-4 .portfolio-item,.portfolio_group.flat.col-5 .portfolio-item,.portfolio_group.flat.col-6 .portfolio-item{width:33.33%}
	/* Tabs */
	.tabs_vertical.ui-tabs .ui-tabs-nav{width:33%!important}
	.tabs_vertical.ui-tabs .ui-tabs-panel{width:66.7%!important}
	/* Counter */
	.one-fourth .counter.counter_horizontal,.one-fifth .counter.counter_horizontal,.one-sixth .counter.counter_horizontal{text-align:center}
	.one-fourth .counter.counter_horizontal .icon_wrapper,.one-fifth .counter.counter_horizontal .icon_wrapper,.one-sixth .counter.counter_horizontal .icon_wrapper{position:static;margin:0 auto;margin-bottom:15px}
	.one-fourth .counter.counter_horizontal .desc_wrapper,.one-fifth .counter.counter_horizontal .desc_wrapper,.one-sixth .counter.counter_horizontal .desc_wrapper{padding-left:0}
	/* Article box */
	.one-third .article_box .photo_wrapper{width:100%;float:none;text-align:center}
	.one-third .article_box .desc_wrapper{width:100%;min-height:auto;float:none}
	/* Pricing table */
	.pricing-box .plan-header h2{word-wrap:break-word}
	.pricing-box .plan-header .price sup.period{position:static;top:0;display:block}
	/* Infobox */
	.infobox{padding-left:20px;word-wrap:break-word}
	.infobox ul li{padding-left:0;padding-right:0}
	.infobox ul li:before{display:none}
	.style-simple .infobox ul li{padding-left:0}
	/* Portfolio photo */
	.portfolio-photo .portfolio-item .portfolio-details:hover .details{opacity:1}
	.portfolio-photo .portfolio-item .portfolio-details .more{display:none}
	/* Get in touch */
	.get_in_touch{padding-left:20px;word-wrap:break-word}
	.get_in_touch ul li{padding-left:0;padding-right:0}
	.get_in_touch ul li .icon{display:none}
	/* Hover color */
	.hover_color{word-wrap:break-word}
	/* How it works */
	.how_it_works .image{width:116px;height:116px;line-height:114px}
	.how_it_works .image img{max-width:66px!important;max-height:66px!important}
	.how_it_works .image .number{bottom:0;right:0}
	.how_it_works.has_border:after{top:60px}
	.how_it_works.fill .image img{border-radius:100%;max-width:116px!important;max-height:116px!important;}
	/* Opening Hours */
	.opening_hours{padding-left:20px;word-wrap:break-word}
	.opening_hours .opening_hours_wrapper li span{font-size:16px;line-height:16px}
	/* Icon box */
	.icon_box.icon_position_left{min-height:auto;padding-left:0;padding-right:0}
	.icon_box.icon_position_left .icon_wrapper{position:static;margin-bottom:15px}
	.icon_box.icon_position_left .desc_wrapper{text-align:center;padding-top:0}
	.icon_box.icon_position_left .image_wrapper{position:static;left:0;margin-bottom:15px;width:auto;height:auto}
	/* Flat box */
	.flat_box .photo_wrapper .icon{width:50px}
	.flat_box .photo_wrapper .icon i{height:40px;line-height:40px;font-size:30px;margin-top:-20px}
	.flat_box a:hover .photo_wrapper .icon{-webkit-transform:translateX(-50px);transform:translateX(-50px)}
	.flat_box .desc_wrapper{margin:0}
	.rtl .flat_box a:hover .photo_wrapper .icon{-webkit-transform:translateX(50px);transform:translateX(50px)}
	/* Offer thumb */
	.offer_thumb_ul li.offer_thumb_li .image_wrapper{width:100%;float:none}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper{width:100%;float:none}
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper{width:100%}
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper{margin-right:0;width:100%}
	/* Trailer box */
	.trailer_box .desc h2{font-size:22px;line-height:22px}
	/* Offer slider */
	.offer .offer_li .desc_wrapper{width:324px;width:calc(50% - 42px)}
	/* Error 404 */
	#Error_404{position:static;padding-top:50px;margin-top:0}
	#Error_404 .error_pic{width:100%;float:none}
	#Error_404 .error_pic i{font-size:260px;line-height:260px}
	#Error_404 .error_desk{width:100%;float:none;padding-top:20px;text-align:center}
	/* Buttons */
	a.kill_the_icon .button_icon,.widget-area a.button .button_icon{display:none}
	.button-stroke a.button_left.button.kill_the_icon .button_label{padding-left:20px}
	.button-stroke a.button_left.button_large.kill_the_icon .button_label{padding-left:30px}
	.button-stroke a.button_right.button.kill_the_icon .button_label{padding-right:20px}
	.button-stroke a.button_right.button_large.kill_the_icon .button_label{padding-right:30px}
	.button-flat a.button_left.button.kill_the_icon .button_label{padding-left:20px}
	.button-flat a.button_left.button_large.kill_the_icon .button_label{padding-left:30px}
	.button-flat a.button_right.button.kill_the_icon .button_label{padding-right:20px}
	.button-flat a.button_right.button_large.kill_the_icon .button_label{padding-right:30px}
	/* Zoom Box */
	.zoom_box .desc .desc_txt{font-size:18px;line-height:22px}
	/* Easy Digital Downloads */
	.edd_downloads_list .edd_download{width:50%!important}
	.edd_downloads_list .edd_download:nth-child(5n+3){clear:both}
	.edd_downloads_list .edd_download .edd_download_inner{margin:0 5% 20px}
}
/* #Desktop & Tablet (Landscape) > 768 --------------------------------------------------- #Desktop & Tablet (Landscape) > 768 */
@media only screen and (min-width: 768px)
{
	.section.full-width-ex-mobile > .section_wrapper{max-width:100%!important}
	.section.full-width-ex-mobile > .one.column,.section.full-width-ex-mobile > .section_wrapper > .one.column,.section.full-width-ex-mobile .one.wrap .one.column{width:100%;margin:0}
	/* Transparent ---------- */
	.tr-menu #Top_bar .wpml-languages a.active,.tr-menu #Top_bar .wpml-languages ul.wpml-lang-dropdown{background-color:transparent}
	/* Header | Placeholder */
	.header-creative .header_placeholder,
	.header-empty .header_placeholder,
	.header-fixed .header_placeholder,
	.header-modern .header_placeholder,
	.header-semi .header_placeholder,
	.header-simple .header_placeholder,
	.header-transparent .header_placeholder{height:0!important}
	.tr-menu .header_placeholder{height:0!important}
	/* Header | Classic */
	.tr-menu.header-classic #Top_bar{position:absolute}
	.tr-menu.header-classic #Top_bar:not(.is-sticky){top:0!important;background:none!important}
	.tr-menu.header-classic.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.tr-menu.header-classic.minimalist-header:not(.template-slider) #Header{min-height:135px}
	/* Header | Plain */
	.tr-menu.header-plain #Top_bar{position:absolute}
	.tr-menu.header-plain #Top_bar:not(.is-sticky){top:0!important;background:none!important}
	.tr-menu.header-plain.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.tr-menu.header-plain.minimalist-header:not(.template-slider) #Header{min-height:125px}
	.header-plain #Top_bar,.header-plain #Top_bar .menu > li > a span:not(.description),.header-plain #Top_bar a#header_cart,.header-plain #Top_bar a#search_button,.header-plain #Top_bar .wpml-languages,.header-plain #Top_bar a.button.action_button{border-color:rgba(255,255,255,.1)}
	/* Header | Split */
	.tr-menu.header-split #Top_bar{position:absolute}
	.tr-menu.header-split #Top_bar:not(.is-sticky){top:0!important;background:none!important}
	.tr-menu.header-split.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.tr-menu.header-split.minimalist-header:not(.template-slider) #Header{min-height:135px}
	/* Header | Semitransparent */
	.header-semi #Top_bar:not(.is-sticky){position:absolute;background-color:rgba(255,255,255,0.8)}
	.header-semi.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.header-semi.ab-hide #Top_bar:not(.is-sticky){top:0!important}
	/* Header | Stack */
	.tr-menu.header-stack #Top_bar{position:absolute}
	.tr-menu.header-stack #Top_bar:not(.is-sticky){top:0!important;background:none!important}
	.tr-menu.header-stack.ab-show #Top_bar:not(.is-sticky){top:45px!important}
	.tr-menu.header-stack.minimalist-header:not(.template-slider) #Header{min-height:196px}
	/* Contact Form 7 -------------------------------------------------------------------- */
	.section.full-width:not(.no-margin-h) .wrap .wpcf7-form .one.column{width:98%;margin-left:1%;margin-right:1%}
}
/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait) & Mobile < 768 */
@media only screen and (max-width: 767px)
{
	body	 		{min-width:0;}
	#Wrapper	{max-width:90%;max-width:calc(100% - 67px);}
	.section_wrapper .mcb-wrap,
	.section_wrapper .column,
  .container .column,
	.sections_group,
	.four.columns										{margin:0;width:100%!important;clear:both;}
	.aside_both .sections_group			{margin:0 auto!important;}
	.section_wrapper,
	.container,
	.four.columns .widget-area			{max-width:700px!important;padding-left:33px!important;padding-right:33px!important}
	.left-sidebar .items_group,
	.right-sidebar .items_group,
	.with_aside .content_wrapper 		{max-width:100%;}
	.section_wrapper .column				{margin:0 0 20px;height:auto!important;}
	.four.columns										{margin:auto 0!important;}
	.mcb-wrap[data-mobile="no-up"]	{margin-top:0!important}
	/* -------------------- */
	/* Column | Align */
	.column_attr.mobile_align_left{text-align:left}
	.column_attr.mobile_align_right{text-align:right}
	.column_attr.mobile_align_center{text-align:center}
	.column_attr.mobile_align_justify{text-align:justify}
	.boxed2fw{padding:0!important}
	.boxed2fw #Wrapper{margin:0!important;max-width:100%!important;width:100%!important}
	.column_placeholder > .placeholder{height:0}
	/* Sections */
	.section{background-attachment:scroll!important;height:auto!important}
	.highlight-left .section_wrapper,.highlight-right .section_wrapper{max-width:100%!important;padding:0!important}
	.highlight-left .section_wrapper .wrap,.highlight-right .section_wrapper .wrap{padding:0 33px}
	.highlight-left.full-screen > .section_wrapper,.highlight-right.full-screen > .section_wrapper{padding:0!important}
	.equal-height-wrap .mcb-wrap{height:auto!important}
	.equal-height-wrap .mcb-wrap .mcb-wrap-inner{top:0!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}
	.section.has-navi .section-nav.prev{top:10px}
	.section.has-navi .section-nav.next{bottom:10px}
	/* .hide-mobile{display:none!important} */
	.hide-mobile{display:block!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
	.section_wrapper .column.hide-mobile{height:0!important}
	/* Sidebar */
	.widget-area{min-height:0!important;margin:30px auto!important;border:0!important;box-sizing:content-box;}
	.widget-area:after,.widget-area:before{display:none}
	.widget:after{width:100%}
	/* Header | Placeholder */
	.mobile-tr-header .header_placeholder,
	body:not(.mobile-sticky) .header_placeholder{height:0!important}
	/* Header --------------- */
	#Top_bar,#Action_bar{background:#fff!important;position:static}
	#Top_bar .container{max-width:100%!important;padding:0!important}
	#Top_bar .top_bar_left{float:none;width:100%!important;background:none!important}
	#Top_bar a.responsive-menu-toggle{right:10px;}
	#Top_bar a.responsive-menu-toggle.is-sticky{position:fixed;top:30px;left:10px;}
	.admin-bar #Top_bar a.responsive-menu-toggle.is-sticky{top:56px}
	#Top_bar .menu_wrapper{float:left!important;width:100%;margin:0!important}
	#Top_bar #menu{float:left;position:static!important;width:100%!important;padding-bottom:20px}
	#Top_bar .logo{position:static;float:left;width:100%;text-align:center;margin:0}
	#Top_bar .logo #logo{padding:0!important;margin:10px 50px}
	#Top_bar #logo img.logo-main{display:none}
	#Top_bar #logo img.logo-mobile{display:inline-block}
	#Top_bar #logo img.logo-mobile-sticky{display:none}
	#Header_creative #Top_bar #logo img.logo-sticky{display:none}
	.mobile-sticky #Top_bar.is-sticky #logo img:not(.svg){width:auto!important}
	.mobile-sticky #Top_bar.is-sticky #logo img.logo-mobile{display:none}
	.mobile-sticky #Top_bar.is-sticky #logo img.logo-mobile-sticky{display:inline-block}
	.mobile-sticky.logo-overflow #Top_bar.is-sticky #logo img.logo-mobile-sticky{max-height:80px!important}
	.logo-overflow #Top_bar .logo{height:auto!important}
	#Top_bar .search_wrapper{top:auto;bottom:-129px}
	#Top_bar .top_bar_right{float:none;top:0;height:60px!important;padding:0 10px}
	#Top_bar .top_bar_right .top_bar_right_wrapper{float:right;margin-right:-10px}
	#Top_bar .top_bar_right:before{display:none}
	#Top_bar .top_bar_right_wrapper{top:0!important}
	#Top_bar a#header_cart{top:20px}
	#Top_bar a#search_button{top:19px}
	#Top_bar a.button.action_button{top:9px}
	#Top_bar .wpml-languages{top:11px}
	#Top_bar .wpml-languages a.active{height:15px;line-height:17px}
	.mobile-tb-left #Top_bar .top_bar_right .top_bar_right_wrapper{float:left}
	.mobile-tb-center #Top_bar .top_bar_right{text-align:center}
	.mobile-tb-center #Top_bar .top_bar_right .top_bar_right_wrapper{display:inline-block;float:none}
	.mobile-tb-hide #Top_bar .top_bar_right{display:none}
	.mobile-menu #Top_bar .menu.menu-main,
	.mobile-menu #Side_slide .menu.menu-main,
	.mobile-menu #Overlay .menu.overlay-menu{display:none}
	.mobile-menu #Top_bar .menu.menu-mobile,
	.mobile-menu #Overlay .menu.menu-mobile,
	.mobile-menu #Side_slide .menu.menu-mobile{display:block}
		/* Header | Below */
		body.header-below:not(.template-slider) #Header{padding-top:0}
		/* Header | Creative */
		.header-creative #Header_creative{position:static}
		.header-creative.layout-boxed{padding-top:0}
		.header-creative.layout-boxed #Wrapper{margin-top:25px}
		.header-creative.layout-full-width #Wrapper{padding-top:0!important}
		#Header_creative #Top_bar .responsive-menu-toggle{top:35px}
		#Header_creative #Top_bar .responsive-menu-toggle.is-sticky{position:fixed;top:10px;left:10px;margin-top:0;}
		.admin-bar #Header_creative #Top_bar .responsive-menu-toggle.is-sticky{top:56px}
		#Header_creative #Top_bar .top_bar_left{margin-top:0;overflow:hidden}
		#Header_creative #Top_bar .logo #logo{padding:0;}
		#Header_creative #Top_bar .logo #logo img{max-height:50px}
		.logo-no-sticky-padding #Header_creative #Top_bar .logo #logo img{max-height:60px}
		#Header_creative #Top_bar #menu{position:static;width:100%}
		.admin-bar #Header_creative{top:0!important}
		/* Header | Intro */
		#Intro{min-height:auto!important}
		#Intro .intro-inner{padding:100px 30px!important}
		#Intro .intro-next{font-size:25px;bottom:10px}
		/* Header | Magazine */
		.header-magazine #Top_bar .banner_wrapper{width:100%;height:auto;text-align:center;position:static;margin-bottom:20px}
		/* Header | Minimalist */
		body.minimalist-header.header-classic:not(.template-slider) #Header,body.minimalist-header.header-creative:not(.template-slider) #Header,body.minimalist-header.header-plain:not(.template-slider) #Header,body.minimalist-header.header-split:not(.template-slider) #Header{min-height:0}
		body.minimalist-header.header-simple:not(.template-slider) #Header{min-height:90px}
		body.minimalist-header.header-transparent #Header{min-height:0!important}
		.minimalist-header-no #Subheader{padding:80px 0!important}
		/* Header | Overlay */
		.header-overlay .overlay-menu-toggle{top:10px;right:5px}
		#overlay-menu ul li a{font-size:22px;line-height:36px}
		/* Header | Plain */
		.header-plain #Top_bar .logo{text-align:left}
		.header-plain #Top_bar .logo #logo{padding:5px 42px 15px 15px}
		.header-plain #Top_bar .top_bar_right .top_bar_right_wrapper{line-height:0}
		.header-plain #Top_bar .top_bar_right{height:50px!important}
		.header-plain #Top_bar a#header_cart,.header-plain #Top_bar a#search_button{padding:0 10px;line-height:50px!important}
		.header-plain #Top_bar .wpml-languages{padding:0 10px;height:50px!important}
		.header-plain #Top_bar .wpml-languages a.active{line-height:50px}
		.header-plain #Top_bar a.button.action_button{height:50px!important;line-height:50px!important}
		.header-plain #Top_bar a.button.action_button .button_label{padding:0 12px}
		.header-plain #Top_bar .top_bar_right_wrapper > *:last-child {
   			border-right-width: 1px;
		}
		/* Header | Simple */
		.header-simple #Top_bar .top_bar_left{top:0!important}
		/* Header | Split */
		.header-split #Top_bar a#search_button{display:none}
		/* Header | Stack */
		.header-stack #Top_bar .logo{padding:0;text-align:center!important}
		.header-stack #Top_bar .logo #logo{display:block}
		.header-stack #Top_bar a.responsive-menu-toggle{position:absolute!important;margin-top:-17px!important}
		.header-stack #Top_bar a.responsive-menu-toggle.is-sticky{position:fixed!important;margin-top:0!important}
		.header-stack #Top_bar .secondary_menu_wrapper{display:none}
		.header-stack #Top_bar .top_bar_right{position:static}
		/* Header mobile | minimal */
		.mobile-header-mini #Action_bar{display:none}
		.mobile-header-mini #Top_bar{top:0}
		.mobile-header-mini #Top_bar .container{max-width:100%!important;}
		.mobile-header-mini #Top_bar .top_bar_left{float:left;position:static;}
		.mobile-header-mini #Top_bar .logo{width:auto;float:left;margin-left:15px;border:none;}
		.mobile-header-mini #Top_bar #logo{height:60px!important;line-height:60px!important;margin:0}
		.mobile-header-mini.logo-overflow #Top_bar #logo img.logo-mobile{max-height:80px!important}
		.mobile-header-mini #Top_bar a.responsive-menu-toggle{top:30px!important;left:auto;right:10px;margin-top:-17px;}
		.mobile-header-mini.mobile-sticky #Top_bar.is-sticky #logo{margin-left:0!important;margin-right:0!important}
		.mobile-header-mini #Top_bar .top_bar_right{position:absolute;top:0;right:54px;background:none;padding:0;}
		.mobile-header-mini #Top_bar a.button.action_button{display:none;}
		.mobile-header-mini #Top_bar #header_cart{margin-right:-1px;}
		.mobile-header-mini #Top_bar #search_button{margin-left:0;margin-right:0;}
		.mobile-header-mini #Top_bar .wpml-languages{top:13px;margin-right:0;}
		.mobile-header-mini #Top_bar .wpml-languages a.active,
		.mobile-header-mini #Top_bar .wpml-languages ul.wpml-lang-dropdown{border:none;}
		.mobile-header-mini #Top_bar #menu{padding-bottom:10px;}
		.mobile-header-mini #Top_bar #menu ul li a span{line-height:44px;}
		.mobile-header-mini #Top_bar #menu ul li.submenu .menu-toggle{line-height:44px;right:3px;}
		.mobile-header-mini #Top_bar .search_wrapper{bottom:-59px;padding:10px;width:100%;}
		.mobile-header-mini #Top_bar .search_wrapper .icon_search{left:10px;top:17px;}
		.mobile-header-mini #Top_bar .search_wrapper .icon_close{top:17px;}
			/* Header mobile | minimal | style */
			.mobile-header-mini.mobile-mini-mr-lr #Top_bar .logo{float:right;margin-left:0;margin-right:54px;}
			.mobile-header-mini.mobile-mini-mr-lr #Top_bar .top_bar_right{left:10px;right:auto;}
			.mobile-header-mini.mobile-mini-mr-lc #Top_bar .logo{float:none;margin-left:0;margin-right:0;}
			.mobile-header-mini.mobile-mini-mr-lc #Top_bar .top_bar_right{left:10px;right:auto;}
			.mobile-header-mini.mobile-mini-ml-ll #Top_bar a.responsive-menu-toggle{left:10px;right:0;}
			.mobile-header-mini.mobile-mini-ml-ll #Top_bar .logo{margin-left:54px!important}
			.mobile-header-mini.mobile-mini-ml-ll #Top_bar .top_bar_right{right:15px;}
			.mobile-header-mini.mobile-mini-ml-lc #Top_bar a.responsive-menu-toggle{left:10px;right:0;}
			.mobile-header-mini.mobile-mini-ml-lc #Top_bar .logo{float:none;margin-left:0;margin-right:0;}
			.mobile-header-mini.mobile-mini-ml-lc #Top_bar .top_bar_right{right:15px;}
			.mobile-header-mini.mobile-mini-ml-lr #Top_bar a.responsive-menu-toggle{left:10px;right:0;}
			.mobile-header-mini.mobile-mini-ml-lr #Top_bar .logo{float:right;margin-left:0;margin-right:15px;}
			.mobile-header-mini.mobile-mini-ml-lr #Top_bar .top_bar_right{left:49px;right:auto;}
				/* Header mobile | minimal | headers compatibility */
				.mobile-header-mini.header-plain #Top_bar .top_bar_right{margin-right:5px;}
				.mobile-header-mini.header-plain #Top_bar a#header_cart{line-height:60px!important;border:none;padding:0 5px;}
				.mobile-header-mini.header-plain #Top_bar a#search_button{line-height:60px!important;border:none;padding:0 3px;}
				.mobile-header-mini.header-plain #Top_bar .wpml-languages{height:60px!important;border:none;padding:0 5px 0 10px;top:0;}
				.mobile-header-mini.header-plain #Top_bar .wpml-languages a.active{line-height:60px!important}
				.mobile-header-mini.header-plain #Top_bar .wpml-languages:hover a.active{background:none;}
				.mobile-header-mini #Header_creative #Top_bar{width:100%;margin:0;}
				.mobile-header-mini #Header_creative #Top_bar #header_cart{top:20px;}
				.mobile-header-mini #Header_creative #Top_bar #search_button{top:19px;}
				.mobile-header-mini #Header_creative #Top_bar .wpml-languages{top:13px;}
				.mobile-header-mini .overlay-menu-toggle{font-size:22px;top:8px;margin:0!important;}
		/* Header mobile | sticky */
		.mobile-sticky #Top_bar.is-sticky{position:fixed !important;}
		.mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle{top:30px!important;}
		.mobile-sticky #Top_bar.is-sticky .top_bar_right{display:none;}
		.mobile-sticky #Top_bar #menu{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;}
		.mobile-sticky #Top_bar.is-sticky #logo{height:50px!important;line-height:50px!important;margin:5px 50px;}
		.logo-no-sticky-padding.mobile-sticky #Top_bar.is-sticky #logo{height:60px!important;line-height:60px!important;margin:0 50px;}
		.mobile-header-mini.mobile-sticky #Top_bar .top_bar_right{display:block}
		/* Header mobile | transparent */
		.mobile-tr-header #Action_bar,.mobile-tr-header #Top_bar,.mobile-tr-header #Top_bar .top_bar_right{background:none!important}
		.mobile-tr-header #Top_bar{position:absolute;top:50px}
		.mobile-tr-header.ab-hide #Top_bar{top:0}
		.mobile-tr-header #Action_bar{position:absolute}
		.mobile-tr-header #Action_bar .contact_details li,.mobile-tr-header #Action_bar .social li a,.mobile-tr-header #Top_bar .top_bar_right a{color:rgba(255,255,255,0.3)}
		.mobile-tr-header #Action_bar .social li a:hover,.mobile-tr-header #Top_bar .top_bar_right a:hover{color:#fff!important}
		.mobile-tr-header #Top_bar .wpml-languages a.active,.mobile-tr-header #Top_bar .wpml-languages ul.wpml-lang-dropdown{background:none}
		.mobile-tr-header.header-creative.layout-full-width #Wrapper{padding-top:0}
		/* Header mobile | transparent | plain */
		.mobile-tr-header.header-plain #Top_bar,.mobile-tr-header.header-plain #Top_bar .top_bar_right_wrapper > *{border:none!important;background:none!important}
		/* Header mobile | transparent | creative */
		.mobile-tr-header #Header_creative{background:none!important;position:absolute}
	/* Action Bar */
	#Action_bar .contact_details li,#Action_bar .social{padding:0!important}
	#Action_bar .contact_details{float:none;text-align:center;padding:5px 0;color:#222;}
	#Action_bar .contact_details li{padding:0}
	#Action_bar .contact_details li.slogan{display:none}
	#Action_bar .social{float:none;text-align:center;padding:5px 0 0;margin-bottom:5px}
	#Action_bar .social li{margin-right:5px}
	#Action_bar .social li a{color:rgba(0,0,0,.3)}
	#Action_bar .social li a:hover{color:rgba(0,0,0,.8)}
	#Action_bar .social-menu{float:none;text-align:center;padding:5px 0 0}
	/* Subheader */
	body:not(.template-slider):not(.header-simple) #Header{min-height:350px;background-position:center 202px}
	#Subheader .title{width:100%}
	#Subheader ul.breadcrumbs{display:none}
	/* Footer --------------- */
	#Footer .footer_copy{text-align:center}
	#Footer .footer_copy .copyright{float:none;margin:0 0 10px}
	#Footer .footer_copy .social{float:none;margin:0}
	#Footer .footer_copy .social-menu{float:none;margin:0}
	/* Footer | Sliding */
	.footer-fixed #Content,.footer-sliding #Content{margin-bottom:0!important}
	.footer-fixed #Footer,.footer-sliding #Footer{position:static}
	/* Back to top */
	#back_to_top{float:none;margin:-10px 0 10px}
	#back_to_top.in_footer,#back_to_top.sticky{right:20px!important;margin:0}
	/* Blog --------------- */
	.classic .post-photo-wrapper{width:100%;float:none}
	.classic .post-desc-wrapper{width:100%;float:none}
	.classic .post-meta .author-date .author .label{display:none}
	.classic .post-meta .category{display:none}
	.classic .post-desc-wrapper .post-footer .button-love .love-text{display:none}
	.classic .post-desc-wrapper .post-desc{padding:15px 0 0}
		/* Blog | Timeline */
		.timeline .post-item{padding-left:0;background:none}
		.timeline .post-item:before{display:none}
		.timeline .post-photo-wrapper{width:100%;float:none}
		.timeline .post-desc-wrapper{width:100%;float:none}
		.timeline .post-item .date_label{display:inline-block;position:static;margin-bottom:10px}
		.timeline .post-meta .category{display:none}
		.timeline .post-desc-wrapper .post-footer .button-love .love-text{display:none}
		.timeline .post-desc-wrapper .post-desc{padding:15px 0 0}
		.style-simple .timeline_items > li{width:100%;padding:0!important;background:none!important}
		.style-simple .timeline_items > li h3 span{display:block;position:static}
		.style-simple .timeline_items > li:nth-child(even){padding:0}
		.style-simple .timeline_items > li:nth-child(even) .desc{text-align:right}
		/* Blog | Masonry */
		.grid .post-item,.masonry .post-item{width:100%!important;margin:0 0 20px!important}
		/* Blog | Masonry tiles */
		.masonry.tiles .post-item{width:100%!important}
		/* Blog | Photo */
		.photo .post-desc .post-head{margin-bottom:5px}
		.photo .post-desc .post-head .post-meta .category{display:none}
		.photo .post-desc .post-head .post-meta .author-date{margin-right:10px}
		/* Blog single */
		.single-post .format-image .single-photo-wrapper .image_frame{display:block}
		.single-post .format-link .single-photo-wrapper,.single-post .format-quote .single-photo-wrapper{display:none}
		/* Post header */
		.post-header .button-love{width:69px}
		.post-header .title_wrapper{margin-left:69px;padding-left:20px}
		.post-header .title_wrapper h1{font-size:27px;line-height:27px}
		.post-header .post-meta .category{display:none}
		/* Single photo wrapper */
		.single-photo-wrapper .image_frame{max-width:100%!important;margin-left:0}
		.single-photo-wrapper .share_wrapper{float:none;padding:5px 15px 0;margin-bottom:20px;width:auto}
		.no-share-mobile .single-photo-wrapper .share_wrapper{display:none}
		.wp-caption-text.hide-mobile{display:none}
		/* Post nav */
		.post-nav{padding:10px 10px 4px 90px}
		/* Share simple */
		.no-share-mobile .share-simple-wrapper,
		.no-share-mobile .section-post-intro-share{display:none}
	/* Portfolio --------------- */
	.portfolio_group .portfolio-item{width:100%!important;margin:0 0 20px!important;float:none}
	.section.full-width .portfolio_group .portfolio-item{width:100%!important}
	.portfolio_group .portfolio-item .list_style_header{padding-right:0;min-height:inherit}
	.portfolio_group .portfolio-item .list_style_header h3{margin:0}
	.portfolio_group .portfolio-item .list_style_header .links_wrapper{display:none}
	.portfolio_group .portfolio-item .desc .desc-wrapper{margin-right:0}
	.portfolio_group .portfolio-item .desc .details-wrapper{float:none;width:100%;padding-left:0;border-left-width:0;border-bottom-width:1px;padding-bottom:15px;margin-bottom:15px}
	.portfolio_group.list .portfolio-item .desc{padding-top:10px}
	.portfolio_group.list .portfolio-item .portfolio-item-fw-bg{background-image:none!important;padding-bottom:0}
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:380px}
		/* Project decription */
		.project-description li,.project-description li.one-third{width:100%;border-width:0 0 1px}
		.project-description li:last-child{border-bottom:0}
		/* Portfolio | Exposure */
		.portfolio_group.exposure .portfolio-item{margin:0!important;overflow:hidden}
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper{display:none}
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner{padding:0}
		.portfolio_group.exposure .portfolio-item .details-wrapper{display:none}
		.portfolio_group.exposure .portfolio-item .image-wrapper{margin:0 -100px}
		.full-width .portfolio_group.exposure .portfolio-item .desc-inner{top:30px}
		/* Portfolio | Flat */
		.portfolio_group.flat .portfolio-item{margin-bottom:0!important}
		/* Portfolio | Grid */
		ul.portfolio_grid li{width:100%!important;float:left}
		/* Portfolio | Masonry Flat */
		.portfolio_group.masonry-flat .portfolio-item{width:49.9%!important;margin:0!important}
		.portfolio_group.masonry-flat .portfolio-item.wide{width:99.8%!important}
		.portfolio_group.masonry-flat .portfolio-item.tall .portfolio-item-fill{padding-bottom:calc(156% - 1px)}
		/* Portfolio | Photo */
		.portfolio-photo .portfolio-item .portfolio-details .details{display:none}
		.portfolio-photo .portfolio-item .portfolio-details .more{opacity:1}
	/* Shortcodes --------------- */
	/* Blog Teaser */
	.blog-teaser li{width:100%!important}
	.blog-teaser li:not(:first-child){margin-top:10px}
	.blog-teaser.margin-no li{margin-top:0}
	/* Call to action */
	.call_to_action .call_left,.call_to_action .call_center,.call_to_action .call_right{display:block;width:100%}
	.call_to_action .call_left{margin-bottom:20px}
	.call_to_action .call_center{margin-bottom:20px}
	.call_to_action .call_right{margin-bottom:0;text-align:center}
	/* Clients */
	ul.clients:not(.clients_slider_ul) li{width:50%!important}
	/* Content slider */
	.content_slider{padding:0!important;margin:0 0 50px}
	.content_slider .slider_pagination{padding:0 20%;box-sizing:border-box;}
	.content_slider a.button{top:auto!important;bottom:-60px;}
	.content_slider a.slider_prev{left:0!important}
	.content_slider a.slider_next{right:0!important}
	.content_slider a.button .button_icon{padding:7px 9px}
	.content_slider.flat a.button,.content_slider.carousel a.button{bottom:-50px}
	.content_slider.flat a.button .button_icon{font-size:30px}
	.content_slider.center{margin-bottom:0}
	.content_slider.center a.button{display:none!important}
	/* Divider */
	.hr_full hr,.aside_left .hr_full hr,.aside_right .hr_full hr{position:absolute;left:-1000px;top:0;width:3000px}
	/* Fancy headings */
	.fancy_heading h2{font-size:30px;line-height:30px}
	/* Features lists */
	.feature_list ul li{width:100%!important;float:none;border-bottom:1px solid rgba(0,0,0,0.08)}
	.feature_list hr{display:none}
	/* Flat Box */
	.flat_box .desc_wrapper{margin:0}
	/* Google maps */
	.google-map-contact-wrapper{position:static;margin-left:0!important;}
	.google-map-contact-wrapper .get_in_touch{float:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
	.google-map-contact-wrapper .get_in_touch:after{display:none;}
	/* How it works */
	.how_it_works .image,.with_aside .how_it_works .image{width:196px;height:196px;line-height:194px}
	.how_it_works .image img{max-width:116px!important;max-height:116px!important}
	.how_it_works .image .number,.with_aside .how_it_works .image .number{bottom:10px;right:10px}
	.how_it_works.has_border:after{display:none}
	.with_aside .how_it_works .image img{max-width:116px!important;max-height:116px!important}
	.with_aside .how_it_works.fill .image img{max-width:196px!important;max-height:196px!important}
	/* Offer slider */
	.offer .offer_li .image_wrapper{width:100%;float:none;margin-bottom:15px;overflow:hidden}
	.offer .offer_li .desc_wrapper{width:90%;width:calc(100% - 67px)!important;margin:0 auto;float:none;clear:both}
	.offer .offer_li .desc_wrapper .title{padding-right:0;margin-bottom:15px}
	.offer .offer_li .desc_wrapper .title h3{margin-bottom:15px;font-size:27px;line-height:27px}
	.offer .offer_li .desc_wrapper .title a.button{position:relative}
	.offer a.slider_prev{left:20px;top:20px;margin:0}
	.offer .slider_pagination{left:20px;top:65px;margin:0}
	.offer a.slider_next{left:20px;top:111px;margin:0}
	.button-stroke .offer a.slider_prev{margin-top:-8px}
	.button-stroke .offer a.slider_next{margin-top:6px}
	/* Icon box */
	.icon_box.has_border:after{display:none}
	/* Image Frame */
	.image_frame{margin-top:0!important}
	/* Offer thumb */
	.offer_thumb{padding-left:0}
	.offer_thumb_ul li.offer_thumb_li{padding-left:0}
	.offer_thumb_ul li.offer_thumb_li .image_wrapper{width:100%;float:none}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper{width:100%;float:none}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title{padding-right:0}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3{margin-bottom:15px}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button{position:relative}
	.offer_thumb .slider_pagination{margin-top:20px;line-height:inherit}
	/* Offer thumb bottom */
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper{width:100%}
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper{margin-right:0;width:100%}
	/* Pricing table */
	.pricing-box-label .plan-header,.pricing-box-label .plan-footer{display:none}
	.pricing-box-label ul li{text-align:center!important}
	/* Promo box */
	.promo_box.has_border:after{display:none}
	.promo_box_wrapper{overflow:visible}
	.promo_box_wrapper .photo_wrapper{width:100%;float:none;line-height:0;margin-bottom:15px}
	.promo_box_wrapper .desc_wrapper{width:100%;margin:0!important;float:none;padding-top:0}
	/* Story Box */
	.story_box{padding:0 11%!important}
	.story_box .desc_wrapper{margin-right:0!important}
	/* Table */
	.table-responsive table{overflow-x:auto;display:block}
	.table-responsive table a.kill_the_icon .button_icon{display:none}
	/* Tabs */
	.ui-tabs .ui-tabs-nav{background:none}
	.ui-tabs .ui-tabs-nav li{float:none!important;width:100%!important;border-width:0 0 1px}
	.ui-tabs .ui-tabs-nav li:last-child{border-bottom:0}
	.ui-tabs .ui-tabs-nav li a{text-align:center;background-image:url(../images/bg_panel.png);background-repeat:repeat-x;background-position:left top}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-active a{background-image:none}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,.ui-tabs .ui-tabs-nav li.ui-state-active:after{display:none}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,.ui-tabs .ui-tabs-nav li.ui-state-active a:after{display:none}
	/* Tabs: simple-style */
	.style-simple .ui-tabs .ui-tabs-nav li a{background-image:none}
	.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after{display:block}
	/* Tabs vertical: simple-style */
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a{text-align:center;padding-right:20px}
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel{border-width:1px 0 0!important}
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after{display:block;width:100%;height:2px;left:0;top:auto;bottom:0;right:auto}
	/* Testimonials list */
	.testimonials_list .item{margin-bottom:30px}
	.testimonials_list .item .photo{width:100%;float:none;margin-bottom:10px}
	.testimonials_list .item .desc{width:100%;float:none;margin-bottom:0}
	/* Timeline */
	.timeline_items{background-position:91px top}
	.timeline_items > li{padding:0 0 25px 150px !important;background:url(../images/timeline_right.png) no-repeat!important;background-position:50px top!important;width:auto}
	.timeline_items > li h3 span{left:0!important;right:auto}
	.timeline_items > li h3,
	.timeline_items > li:nth-child(even) h3{text-align:left}
	.timeline_items > li h3:before{left:93px}
	.timeline_items > li .desc,
	.timeline_items > li:nth-child(even) .desc{text-align:left}
	.timeline_items > li .desc:before{display:none}
	.timeline_items:after{left:93px}
	/* General -------------------- */
	/* Error 404 */
	#Error_404{position:static;padding-top:20px;margin-top:0}
	#Error_404 .error_pic{width:100%;float:none}
	#Error_404 .error_pic i{font-size:160px;line-height:160px}
	#Error_404 .error_desk{width:100%;float:none;padding-top:20px;text-align:center}
	#Error_404 .error_desk h2{font-size:30px;line-height:30px}
	#Error_404 .error_desk h4{font-size:19px;line-height:25px}
	#Error_404 .error_desk p .check{line-height:22px;font-size:16px;margin-bottom:15px;display:block}
	/* Filters */
	#Filters .filters_wrapper ul li{float:left;width:49%;margin:.5%}
	/* Fixed nav */
	.fixed-nav{display:none!important}
	/* Popup contact */
	#popup_contact{display:none}
	/* Search Results */
	.search-not-found .snf-pic{width:100%;float:none}
	.search-not-found .snf-pic i{font-size:260px;line-height:260px}
	.search-not-found .snf-desc{width:100%;float:none;padding-top:20px;text-align:center}
	/* Video */
	/* In this case, the aspect ratio is 16:9, which means that the height will be 56.25% of the width. For a video with a 4:3 aspect ratio, we set padding-bottom to 75%. */
	.content_video.iframe{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
	.content_video.iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}
	/* WordPress Admin Bar */
	.admin-bar #wpadminbar{z-index:9999!important;position:fixed}
	/* Plugins --------------- */
	/* bbPress */
	.bbpress ul{font-size:13px}
	.bbpress li.bbp-forum-info,.bbpress li.bbp-topic-title{width:44%}
	.bbpress li.bbp-forum-topic-count,.bbpress li.bbp-topic-voice-count,.bbpress li.bbp-forum-reply-count,.bbpress li.bbp-topic-reply-count{width:15%}
	.bbpress .bbp-body li.bbp-forum-freshness,.bbpress .bbp-body li.bbp-topic-freshness{line-height:16px;font-size:11px}
	/* Easy Digital Downloads */
	.edd_downloads_list .edd_download{width:100%!important}
	.edd_downloads_list .edd_download .edd_download_inner{margin:0 8% 20px}
	/* Pretty Photo Popup */
	/* Tiny popup on mobile | fix */
	.pp_pic_holder{width:90%!important;left:5%!important;overflow:hidden}
	.pp_content{width:98%!important;height:auto!important}
	.pp_fade{width:100%!important;height:100%!important}
	a.pp_expand,a.pp_contract,.pp_hoverContainer,.pp_gallery{display:none!important}
	#pp_full_res img{width:100%!important;height:auto!important}
	.pp_details{width:100%!important;position:static!important;min-height:25px}
	.pp_details a.pp_close{top:auto;right:25px}
	/* Theme Options size | fix */
	div.pp_pic_holder,div.pp_content,div.pp_details{max-width:100%}
	div.pp_content{overflow:auto}
}
/* #Tablet (Portrait) & Mobile (Landscape) 480 - 768 ----------------------- #Tablet (Portrait) & Mobile (Landscape) 480 - 768 */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	/* Respond */
	#respond .comment-form-author{width:100%;margin-right:0;float:none}
	#respond .comment-form-email{width:100%;margin-right:0;float:none}
	#respond .comment-form-url{width:100%;float:none}
	#respond input[type="text"],#respond input[type="password"],#respond input[type="email"],#respond select{width:100%}
	#respond .comment-form-comment textarea{width:100%}
	#respond .required{right:15px}
	#comments .commentlist > li .comment-body{margin-left:90px;padding:10px}
	#comments .commentlist > li .photo{left:-90px}
	#comments .commentlist > li .children{margin-left:0;padding-left:10px}
	#comments .commentlist > li .reply{right:10px;top:10px}
	#comments .commentlist > li .comment-meta a.comment-edit-link{padding-right:45px}
	.rtl #comments .commentlist > li .comment-body{margin-left:0;margin-right:90px}
	.rtl #comments .commentlist > li .photo{left:auto;right:-90px}
	.rtl #comments .commentlist > li .children{margin-right:0;padding-left:0;padding-right:10px}
	.rtl #comments .commentlist > li .reply{left:10px;right:auto}
	.rtl #comments .commentlist > li .comment-meta a.comment-edit-link{padding-left:45px;padding-right:0}
	/* Zoom Box */
	.zoom_box .desc .desc_txt{font-size:18px;line-height:22px}
	/* Gallery */
	#Content .gallery:not(.gallery-columns-1) .gallery-item{width:50%;clear:none}
	#Content .gallery:not(.gallery-columns-1) .gallery-item:nth-of-type(2n+1){clear:both}
	/* Latest News */
	.Latest_news.featured ul{width:49%!important}
}
/* #Mobile (Portrait) < 480 ------------------------------------------------------------------------- #Mobile (Portrait) < 480 */
@media only screen and (min-width: 448px) and (max-width: 500px)
{
	.blog_slider a.kill_the_icon .button_icon{display:none;}
}
@media only screen and (max-width: 479px)
{
	#Top_bar a.button.action_button{margin-right:0}
	/* Post nav */
	.post-nav{padding:10px 10px 4px}
	/* Portfolio list */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper{width:260px}
	/* Portfolio Masonry Flat */
	.portfolio_group.masonry-flat .portfolio-item,.portfolio_group.masonry-flat .portfolio-item.wide{width:100%!important}
	/* Latest News */
	.Latest_news.featured ul{width:100%!important}
	/* Filters */
	#Filters .filters_buttons li{margin-right:10px}
	#Filters .filters_buttons li.label{display:none}
	#Filters .filters_buttons li i.icon-docs,#Filters .filters_buttons li i.icon-tag{display:none}
	/* Team */
	.team.team_horizontal .image_frame{width:100%;margin:0 0 15px;float:none}
	.team.team_horizontal .desc_wrapper{width:100%;float:none}
	/* Timeline */
	.timeline_items{background-position:21px top}
	.timeline_items > li{padding:0 0 25px 80px !important;background-position:-20px top!important}
	.timeline_items > li h3 span{display:table;position:relative;margin-bottom:20px;clear:both}
	.timeline_items > li h3:before{left:24px}
	.timeline_items:after{left:23px}
	/* Testimonials slider */
	.testimonials_slider a.slider_prev{display:none!important}
	.testimonials_slider a.slider_next{display:none!important}
	.testimonials_slider .testimonials_slider_ul li{padding:0}
	/* Respond */
	#respond .comment-form-author{width:99%;margin-right:0;float:none}
	#respond .comment-form-email{width:99%;margin-right:0;float:none}
	#respond .comment-form-url{width:99%;float:none}
	#respond input[type="text"],#respond input[type="password"],#respond input[type="email"],#respond select{width:100%}
	#respond .comment-form-comment textarea{width:100%}
	#respond .required{right:11px}
	#comments .commentlist > li .comment-body{margin-left:55px;padding:10px}
	#comments .commentlist > li .photo{width:32px;height:32px;left:-55px}
	#comments .commentlist > li .children{margin-left:0;padding-left:10px}
	#comments .commentlist > li .reply{right:10px;top:10px}
	#comments .commentlist > li .comment-meta a.comment-edit-link{padding-right:0;position:static;float:none}
	.rtl #comments .commentlist > li .comment-body{margin-left:0;margin-right:55px}
	.rtl #comments .commentlist > li .photo{left:auto;right:-55px}
	.rtl #comments .commentlist > li .children{margin-right:0;padding-left:0;padding-right:10px}
	.rtl #comments .commentlist > li .reply{left:10px;right:auto}
	.rtl #comments .commentlist > li .comment-meta a.comment-edit-link{padding:0}
	/* Zoom Box */
	.zoom_box .desc .desc_img img{max-height:60px;width:auto}
	.zoom_box .desc .desc_txt{font-size:14px;line-height:17px}
	/* Feature box */
	.feature_box .feature_box_wrapper{display:block}
	.feature_box .feature_box_wrapper .photo_wrapper,.feature_box .feature_box_wrapper .desc_wrapper{display:block;width:100%;padding:0}
	.feature_box .feature_box_wrapper .photo_wrapper{margin-bottom:15px;text-align:center}
	.feature_box .feature_box_wrapper .photo_wrapper a{display:inline-block}
	/* Gallery */
	#Content .gallery .gallery-item{width:100%}
	/* bbpress */
	.bbpress #bbpress-forums p.bbp-topic-meta,.bbpress #bbpress-forums p.bbp-topic-meta{display:none}
	/* Easy Digital Downloads */
	.edd_downloads_list .edd_download{width:100%!important}
	.edd_downloads_list .edd_download .edd_download_inner{margin:0 0 20px}
}
/* Retina | iPad ----------------------------------------------------------------------------------------------- Retina | iPad */
@media only screen and (max-device-width: 1024px){
	html.ios, .ios .section.bg-cover{background-attachment:scroll!important}
} | 0.233182 | 0.048699 | 
| 
	.clear {
    clear: both;
}
body {
    font-family: Merriweather;
    background-color: black;
    margin: 0;
}
#main h1 {
    font-family: Lato;
    text-align: center;
    color: #0b6078;
    margin: 0 20px;
    padding: 12px 0 3px 0;
    border-radius: 0 0 40px 40px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde302+0,e6a000+100 */
    background: #fde302; /* Old browsers */
    background: -moz-linear-gradient(top,  #fde302 0%, #e6a000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fde302 0%,#e6a000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fde302 0%,#e6a000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde302', endColorstr='#e6a000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
}
/* Buttons Styles */
#back {
    margin: 0 0 15px 20px;
    float: left;
}
#proceed, #start_over {
    margin: 0 20px 15px 0;
    float: right;
}
#back, #proceed, #start_over {   
    box-sizing: border-box;
    font-family: Roboto;
    font-weight: bold;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: rgba(14, 13, 13, 0.815);
  
}
#back:hover, #proceed:hover, #start_over:hover {
    cursor: pointer;
}
#start_over {
    display: none;
}
/* Form Styles */
#form02, #result_wrapper, #back {
    display: none;
}
form h2, #result_wrapper h2 {
    padding-left: 20px;
}
#result {
    margin: 10px 10px;
    padding: 10px;
}
/* First form selectors */
.selector_wrapper {
    padding-left: 50px;
    background-color: lightblue;
    color: black;
    border-radius: 15px;
    padding: 20px;
}
.selector_wrapper span {
    display: inline-block;
    width: 130px;
}
.selector_wrapper select {
    width: auto;
    min-width: 60px;
    height: auto;
    font-family: Merriweather;
}
/* Second and third form styles */
.inner {
    margin: 10px 20px;
    padding: 20px;
    border-radius: 15px;
    background-color:  rgba(14, 13, 13, 0.815);
    color: white;
}
.inner .activity_selector {
    min-height: 60px;
}
.activity_selector {
    box-sizing: border-box;
    color: black;
    background-color: lightblue;  
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 15px;   
}
.activity_selector:hover {
    background-color: deepskyblue;
    cursor: pointer;
}
/* Final Score */
#score {
    box-sizing: border-box;
    text-align: center;
    color: white;
    background-color: red;
    font-size: 2em;
    width: 200px;
    height: 80px;
    margin: 15px auto;
    padding: 15px 25px 15px 15px;
    border-radius: 15px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4444+0,cc0000+100 */
    background: #ff4444; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff4444 0%, #cc0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff4444 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff4444 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4444', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
}
#result {
    min-height: 470px;
}
.inner {
    min-height: 450px;
} | 
	www/css/calcularCalorias.css | 
	.clear {
    clear: both;
}
body {
    font-family: Merriweather;
    background-color: black;
    margin: 0;
}
#main h1 {
    font-family: Lato;
    text-align: center;
    color: #0b6078;
    margin: 0 20px;
    padding: 12px 0 3px 0;
    border-radius: 0 0 40px 40px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde302+0,e6a000+100 */
    background: #fde302; /* Old browsers */
    background: -moz-linear-gradient(top,  #fde302 0%, #e6a000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fde302 0%,#e6a000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fde302 0%,#e6a000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde302', endColorstr='#e6a000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
}
/* Buttons Styles */
#back {
    margin: 0 0 15px 20px;
    float: left;
}
#proceed, #start_over {
    margin: 0 20px 15px 0;
    float: right;
}
#back, #proceed, #start_over {   
    box-sizing: border-box;
    font-family: Roboto;
    font-weight: bold;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: rgba(14, 13, 13, 0.815);
  
}
#back:hover, #proceed:hover, #start_over:hover {
    cursor: pointer;
}
#start_over {
    display: none;
}
/* Form Styles */
#form02, #result_wrapper, #back {
    display: none;
}
form h2, #result_wrapper h2 {
    padding-left: 20px;
}
#result {
    margin: 10px 10px;
    padding: 10px;
}
/* First form selectors */
.selector_wrapper {
    padding-left: 50px;
    background-color: lightblue;
    color: black;
    border-radius: 15px;
    padding: 20px;
}
.selector_wrapper span {
    display: inline-block;
    width: 130px;
}
.selector_wrapper select {
    width: auto;
    min-width: 60px;
    height: auto;
    font-family: Merriweather;
}
/* Second and third form styles */
.inner {
    margin: 10px 20px;
    padding: 20px;
    border-radius: 15px;
    background-color:  rgba(14, 13, 13, 0.815);
    color: white;
}
.inner .activity_selector {
    min-height: 60px;
}
.activity_selector {
    box-sizing: border-box;
    color: black;
    background-color: lightblue;  
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 15px;   
}
.activity_selector:hover {
    background-color: deepskyblue;
    cursor: pointer;
}
/* Final Score */
#score {
    box-sizing: border-box;
    text-align: center;
    color: white;
    background-color: red;
    font-size: 2em;
    width: 200px;
    height: 80px;
    margin: 15px auto;
    padding: 15px 25px 15px 15px;
    border-radius: 15px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4444+0,cc0000+100 */
    background: #ff4444; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff4444 0%, #cc0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff4444 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff4444 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4444', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
}
#result {
    min-height: 470px;
}
.inner {
    min-height: 450px;
} | 0.294012 | 0.171096 | 
| 
	i.tool{
	height: 14px;
	width: 14px;
	background: url("../img/btn-tool.png") no-repeat;
	display: inline-block;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.arrow-down {
	background: url("../img/ico-arrow-black.png") no-repeat;
	width: 9px;
	height: 6px;
	display: inline-block;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.shuffle{
	background: url("../img/btn-shuffle.png") no-repeat;
	display: inline-block;
	height: 13px;
	width: 18px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.setting{
	background: url("../img/btn-setting.png") no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.attach{
	background: url("../img/btn-attach.png") no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
  	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.ico-phone{
	background: url("../img/ico-phone.png") no-repeat;
	height: 18px;
	width: 13px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.ico-mail{
	background: url("../img/ico-mail.png") no-repeat;
	height:11px;
	width: 17px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.gallery-edit{
	background: url("../img/ico-gallery-edit.png") no-repeat;
	height:20px;
	width: 20px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.gallery-trash{
	background: url("../img/ico-gallery-trash.png") no-repeat;
	height:19px;
	width: 17px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.table-edit{
	background: url("../img/ico-table-new.png") no-repeat;
	width: 14px;
	height: 13px;
	display: inline-block;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.table-settings{
	background: url("../img/ico-table-edit.png") no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 1px;
}
i.table-delete{
	background: url("../img/ico-table-delete.png") no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
} | 
	Public/css/icons.css | 
	i.tool{
	height: 14px;
	width: 14px;
	background: url("../img/btn-tool.png") no-repeat;
	display: inline-block;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.arrow-down {
	background: url("../img/ico-arrow-black.png") no-repeat;
	width: 9px;
	height: 6px;
	display: inline-block;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.shuffle{
	background: url("../img/btn-shuffle.png") no-repeat;
	display: inline-block;
	height: 13px;
	width: 18px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.setting{
	background: url("../img/btn-setting.png") no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.attach{
	background: url("../img/btn-attach.png") no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
  	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.ico-phone{
	background: url("../img/ico-phone.png") no-repeat;
	height: 18px;
	width: 13px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.ico-mail{
	background: url("../img/ico-mail.png") no-repeat;
	height:11px;
	width: 17px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.gallery-edit{
	background: url("../img/ico-gallery-edit.png") no-repeat;
	height:20px;
	width: 20px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.gallery-trash{
	background: url("../img/ico-gallery-trash.png") no-repeat;
	height:19px;
	width: 17px;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.table-edit{
	background: url("../img/ico-table-new.png") no-repeat;
	width: 14px;
	height: 13px;
	display: inline-block;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
}
i.table-settings{
	background: url("../img/ico-table-edit.png") no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 1px;
}
i.table-delete{
	background: url("../img/ico-table-delete.png") no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-top: 1px;
  	*margin-right: .3em;
  	line-height: 14px;
  	vertical-align: text-top;
} | 0.127693 | 0.042285 | 
| 
	-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* Remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* Tables still need 'cellspacing="0"' in the markup. */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/* =Clear
-------------------------------------------------------------- */
.clear {
	clear:both;
	display:block;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* =Structure
-------------------------------------------------------------- */
#page {
	display: block;
	margin: .9em auto;
	max-width: 1100px;
	padding: 0 20px;
}
#main {
	margin: 0.9em auto;
	max-width: 1100px;
}
#primary {
	float: left;
	margin: 0 -29.2434% 0 0;
	width: 100%;
}
#secondary-wrapper {
	float: right;
	width: 29.2434%;
}
#content,
#secondary-wrapper {
	box-shadow:
		5px 5px 5px -5px rgba(0, 0, 0, 0.5),
		-5px 5px 5px -5px rgba(0, 0, 0, 0.5);
}
#content-wrapper {
	clear: both;
	 margin: 0 30.4% 0 0;
}
#content {
	background: #ffebf2;
	border-top-width: 0;
}
#content,
#main .widget-area {
	border: 5px solid #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 1em;
}
#main .widget-area {
	background: #ffd8e8;
	padding-top: 2em;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
/* Increase the size of the content area for templates without sidebars. */
.full-width #content-wrapper,
body.attachment #content-wrapper,
.full-width #access,
body.attachment #access,
body.one-column #content-wrapper,
body.one-column #access,
body.page-template-full-width-page-php #content-wrapper,
body.page-template-full-width-page-php #access {
	width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =Global
-------------------------------------------------------------- */
body,
input,
textarea {
	color: #333;
	font: 300 13px/1.625 Verdana, sans-serif;
	font-weight: normal;
}
body {
	background: url(images/body-bg.png) #891e42;
	background-attachment: fixed;
}
/* =Forms
-------------------------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #e7d9b9;
	border-radius: 3px;
	color: #777;
	margin-bottom: 0.5em;
	padding: 0.3em;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #4a4a49;
}
textarea {
	width: 98%;
}
#searchform label {
	display: none;
}
input#s {
	background: #e9cbd3 url(images/search-bg.png) no-repeat scroll 10px 8px;
	border: 1px solid #c0758b;
	border-radius: 15px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
	color: #c0758b;
	line-height: 1.2em;
	padding: 0.5em 0 0.5em 2em;
	width: 77%;
}
#primary input#s {
	background: #fafafa url("images/search-bg.png") no-repeat scroll 10px 8px;
	border: 1px solid #e7d9b9;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
}
input#searchsubmit {
	display: none;
}
/* Links */
a {
	color: #bb5974;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
/* =Header
-------------------------------------------------------------- */
#branding {
	background: url(images/pink-header.png) no-repeat #fff;
	border-radius: 4px;
	box-shadow:
		5px 5px 5px -5px rgba(0, 0, 0, 0.5),
		-5px 0 5px -5px rgba(0, 0, 0, 0.5);
	min-height: 180px;
	margin: .9em 0;
}
#branding hgroup {
	padding: 3em 0 0 0.5em;
}
#branding .header-link {
	display: table-cell;
	position: absolute;
	width: 80%;
	min-height: 180px;
}
#site-title {
	font: 50px "Sorts Mill Goudy", "Times New Roman", serif;
	margin-bottom: .2em;
	text-transform: uppercase;
}
#site-title a,
#site-title a:hover {
	color: #891e42;
	margin: 0 0 0 -0.4em;
	padding: 0 0.7em;
	text-decoration: none;
}
#site-title a {
	background: rgba(255, 255, 255, 0.6);
	display: inline-block;
	position: relative;
	z-index: 9999;
}
#site-title a:hover {
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: background 0.2s linear;
	-moz-transition:    background 0.2s linear;
	-o-transition:      background 0.2s linear;
}
#site-description {
	color: #b14562;
	font: 13px "Sorts Mill Goudy", serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .8em 1.9em;
	text-transform: uppercase;
}
/* =Menu and Search Area
-------------------------------------------------------------- */
#access {
	background: #b14562;
	box-shadow: 5px -5px 5px -5px rgba(0, 0, 0, 0.5);
	display: block;
	float: left;
	margin: 0 auto;
	width: 69.6%;
}
.menu {
	margin-left: 1em;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #fff4f9;
	display: block;
	font-size: 13px;
	line-height: 2em;
	padding: 0.5em 1em;
	text-decoration: none;
}
#access a:hover {
	background: #90364e;
	color: #ffcce3;
	-webkit-transition: background 0.2s linear;
	-moz-transition:    background 0.2s linear;
	-o-transition:      background 0.2s linear;
}
#access ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:    0 3px 3px rgba(0,0,0,0.2);
	box-shadow:         0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2.5em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #90364e;
	color: #fff4f9;
	line-height: 1.5em;
	padding: .5em .5em .5em 1em;
	width: 11em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #90364e;
	color: #ffcce3;
}
#access ul ul a:hover {
	background: #90364e;
	color: #ffcce3;
}
#access ul li:hover > ul {
	display: block;
}
#search-area {
	background: #cf8c9e;
	margin: 0 auto;
	padding: 0.2em 1em;
	text-align: center;
}
#access,
#search-area {
	border-radius: 4px 4px 0 0;
}
/* Small menu */
.menu-toggle {
	display: none;
	color: #fff;
	cursor: pointer;
	font: 20px/2 '<NAME>',serif;
	padding: 1em 1em 0.8em;
	text-align: center;
}
.main-small-navigation ul {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation .nav-menu.toggled-on {
		display: block;
		overflow: hidden;
	}
	.navigation-main ul {
		display: none;
	}
	#access .toggled-on li {
		float: none;
	}
	#access ul.toggled-on ul,
	#access ul.toggled-on ul ul {
		box-shadow: none;
		display: block;
		float: none;
		position: relative;
		top: auto;
		left: 1em;
	}
	#access ul.toggled-on ul a {
		background: none;
		width: 100%;
	}
}
/* =Content
-------------------------------------------------------------- */
.sticky {
}
#content article {
	background: transparent url(images/post-ornament.png) no-repeat center bottom;
	margin: 0 0 3em;
	padding: 1.5em .6em 4em;
	position: relative;
}
.archive-title {
	color: #3b4a26;
	font: 300 13px/13px 'Sorts Mill Goudy', serif;
	padding: 1.5em .6em 0.6em;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}
.entry-header,
.entry-header .entry-meta {
	padding: 0.6em 0;
}
.entry-title {
	font: 33px/41px 'Sorts Mill Goudy', serif;
	margin-bottom: 0.3em;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	word-wrap: break-word;
}
.entry-title a {
	color: #a23855;
}
.entry-title a:hover {
	color: #891e42;
	text-decoration: none;
}
body.page .entry-title {
	margin-left: 0;
}
.entry-date {
	background: #f8e3ea;
	border: 5px solid #fff;
	border-right-width: 0;
	border-radius: 10px 0 0 10px;
	padding: .2em 0;
	position: absolute;
	left: -5.2em;
	line-height: 3.1em;
	text-align: center;
	top: 1em;
	height: 55px;
	width: 50px;
}
.entry-date a {
	color: #63724b;
	display: block;
	font-family: 'Sorts Mill Goudy', 'Times New Roman', serif;
	margin-top: -6px;
}
.entry-date a:hover {
	text-decoration: none;
}
.entry-date b {
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
	font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', serif;
	margin-bottom: 0.4em;
}
.entry-content h1 {
	font-size: 24px;
}
.entry-content h2 {
	font-size: 22px;
}
.entry-content h3 {
	font-size: 18px;
}
.entry-content h4 {
	font-size: 16px;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dd,
.entry-content pre,
.entry-content address,
.comment-content p,
.comment-content ul,
.comment-content ol {
	margin-bottom: 15px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul  {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul {
	margin-left: 16px;
}
.entry-content ol,
.comment-content ol {
	margin-left: 32px;
}
.entry-content ul,
.comment-content ul {
	list-style: disc;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal;
}
.entry-content ol ol,
.comment-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol,
.comment-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol,
.comment-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content strong,
.comment-content strong {
	font-weight: bold;
}
.entry-content cite,
.entry-content em,
.entry-content i,
.comment-content cite,
.comment-content em,
.comment-content i,
.entry-content .quote-caption {
	font-style: italic;
}
.entry-content blockquote cite,
.entry-content blockquote em,
.entry-content blockquote i,
.comment-content blockquote cite,
.comment-content blockquote em,
.comment-content blockquote i {
	font-style: normal;
	background-repeat: repeat-y;
}
.quote-caption {
	text-align: right;
}
.entry-content big,
.comment-content big {
	font-size: 131.25%;
}
.entry-content ins,
.comment-content ins {
	background: #f0d4db;
	text-decoration: none;
}
.entry-content abbr,
.entry acronym,
.comment-content abbr,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content sup,
.entry-content sub,
.comment-content sup,
.comment-content sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup,
.comment-content sup, {
	bottom: 1ex;
}
.entry-content sub,
.comment-content sub {
	top: .5ex;
}
.entry-content p a[href$=jpg],
.entry-content p a[href$=jpeg],
.entry-content p a[href$=jpe],
.entry-content p a[href$=png],
.entry-content p a[href$=gif],
.entry-content p a[href*=attachment],
.entry-content p a[rel*=attachment] {
	border-bottom: 0 none;
}
.entry-content table {
	border: 1px solid #c8acb6;
	margin: 0 -1px 25px 0;
	text-align: left;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th {
	font-weight: bold;
	line-height: 21px;
	padding: 6px 15px;
}
.entry-content tr td {
	border-top: 1px solid #c8acb6;
	padding: 6px 15px;
}
.entry-content tr.odd td {
	background: #f0d4db;
}
.entry-content blockquote,
.entry-content blockquote[class*="align"],
.comment-content blockquote {
	font-style: italic;
	line-height: 1.5;
	margin-left: 15px;
	padding-left: 10px;
}
.entry-content pre {
	background: #f0d4db;
	font: 13px Monaco, Courier New, Courier, monospace;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 20px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content hr {
	background-color: #f0d4db;
	border: 0;
	height: 1px;
	margin: 0 0 13px 0;
}
.entry-meta {
	clear: both;
	color: #63724b;
	display: block;
	font-size: 11px;
	margin: 1em 0;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .nav-previous a,
#content nav .nav-next a {
	background: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 1em;
	position: relative;
	bottom: 0;
}
#nav-below {
	margin: 1em 0 0;
	position: relative;
	top: 1em;
}
.single #nav-below {
	top: 0;
}
.single #content nav .nav-previous a,
.single #content nav .nav-next a {
	background: none;
	padding: 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page-link a {
	background-color: #a23855;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	font-weight: bold;
	margin: 0.5em 0 0;
	padding: 0 0.5em;
}
.page-link a:hover {
	background-color: #b14562;
	text-decoration: none;
}
.comments-link {
	display: block;
	margin: 1em 0;
}
.comments-link,
.edit-link {
	font-weight: bold;
}
/* Notices */
#primary .post .notice,
#primary .error404 #searchform {
	background: #ffe2ea;
	border-radius: 4px;
	display: block;
	padding: 1em;
}
/* Image Attachments */
body.attachment #image-navigation {
	font-size: 11px;
	font-weight: bold;
}
body.attachment .entry-content {
	clear: both;
}
body.attachment .entry-content .entry-attachment {
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
body.attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
/* Gallery Posts */
.img-gallery {
	text-align: center;
}
.gallery-info {
	margin-top: 1.3em;
}
.gallery img {
	border: 0 !important;
}
/* Image Posts */
.format-image .entry-header {
	display: none;
}
.format-image .entry-content img,
.format-gallery .entry-content img {
	background: #fff;
	padding: 3px;
}
.single .format-image .entry-header {
	display: block;
}
/* =Images
-------------------------------------------------------------- */
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* A small bottom margin prevents content floating under images. */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.format-gallery .attachment-large,
.entry-attachment img,
.widget-area img,
.post-format-content img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.entry-content img,
.post-format-content img {
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.entry-content embed {
	max-width: 100%;
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	margin: 0 auto;
	padding: .5em;
	max-width: 100%;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', serif;
	margin: .5em;
}
.gallery-caption {
}
/* =Forms
-------------------------------------------------------------- */
#searchform label {
	display: none;
}
#searchform input#s {
	width: 90%;
}
input[type=text],
input[type=email],
input#s {
	margin: 0.3em 1em 0.3em 0;
	width: 60%;
}
textarea {
	width: 80%;
}
/* Class for labelling required form items. */
.required {
	color: #cc0033;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	line-height: 22px;
	padding: 3em;
}
#comments article {
	background: none;
	border-bottom: 1px solid #fde0e7;
	margin-bottom: 0;
	padding-bottom: 2em;
}
#comments-title {
	color: #3b4a26;
	font: 300 12px/12px Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 2em;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #dcc8cf;
	font-size: 18px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	clear: both;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 1.5em;
}
#comments li {
	background: #fff5fc;
	border-radius: 4px;
	list-style: none;
	padding: 1em 1.2em;
	position: relative;
}
#comments li.pingback {
	border-radius: 4px;
	margin: 0 0 15px;
	padding: 20px;
}
#comments li.pingback p {
	font-size: 12px;
	line-height: 18px;
}
#comments ul li {
	list-style: none;
	padding: 0.5em 0.85em;
}
#comments .pingback .comment-content,
#comments .comment .comment-content {
	margin-left: 2em;
	padding: 0.8em 1.7em;
}
div.comment-likes {
	margin: 10px 0 !important;
}
#comments .comment-author {
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
}
#comments .comment-content .sd-rating {
	margin: 0 20px 5px;
}
#comments .children {
	margin-top: 25px;
}
#comments .comment-author cite {
	font-style: normal;
}
#comments .comment-meta,
#comments .comment-meta a,
.nopassword,
.subscribe-label {
	color: #63724b;
	text-decoration: none;
}
#comments .comment-meta {
	font-size: 11px;
}
#comments .comment .comment-meta {
	margin-left: 50px;
}
#comments .avatar {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	padding: 3px;
	position: absolute;
	top: 22px;
	left: 0;
}
#comments .children .avatar {
	top: 13px;
	left: 0;
}
#comments .children .comment-content {
	margin-left: 55px;
}
#comments .children .comment-meta {
	top: 30px;
}
#comments .comment-content p {
	font-size: 12px;
	line-height: 18px;
}
#comments .comment-content ul,
#comments .comment-content ul li,
#comments .comment-content ol,
#comments .comment-content ol li {
	border: none;
	padding: 0;
}
#comments .comment-content ul,
#comments .comment-content ol {
	margin: 0 0 1.7em 2.5em;
}
#comments .comment-content ul,
#comments .comment-content ul li {
	list-style: disc;
}
#comments .comment-content ol,
#comments .comment-content ol li {
	list-style: decimal;
}
#comments .comment-content ol ol,
#comments .comment-content ol ol li {
	list-style: upper-alpha;
}
#comments .comment-content ol ol ol,
#comments .comment-content ol ol ol li {
	list-style: lower-roman;
}
#comments .comment-content ol ol ol ol,
#comments .comment-content ol ol ol ol li {
	list-style: lower-alpha;
}
.bypostauthor .avatar {
	background: #ffebf2;
}
#respond {
	padding-top: 15px;
}
#respond h3 {
	color: #3b4a26;
	font: bold 12px/12px Verdana,sans-serif;
	margin-bottom: 2em;
  	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
	padding-bottom: 5px !important;
}
.logged-in-as,
.comment-notes,
#respond p {
	font-size: 12px;
}
.comment-notes {
	margin: 5px 0;
}
.logged-in-as {
	margin: 0;
}
.required {
	color: #cc4d22;
}
.comment-reply-link {
	background: #f4ebf0;
	border-radius: 5px 5px 5px 5px;
	font-size: 11px;
	margin: 0.5em;
	padding: 0.1em 0.4em;
	position: absolute;
	right: 0;
	top: 0;
  	text-transform: uppercase;
}
.comment-reply-link:hover {
	background: #e3dbdf;
	text-decoration: none;
}
#cancel-comment-reply-link {
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	text-align: right;
}
#respond input[type=text],
#respond textarea {
	border: 0;
}
#respond input[type=text] {
	margin: 0 0 15px 5px;
	padding: 5px;
}
#respond textarea {
	margin: 10px 0;
	padding: 7px;
	width: 80%;
}
#respond input[type=submit] {
	border: 0;
	cursor: pointer;
	font-size: 13px;
	margin: 10px 0 20px;
	padding: 5px;
}
#respond label {
	color: #333;
	font-weight: bold;
	margin: 15px 0 5px;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	font-size: 12px;
}
#respond p.comment-subscription-form label {
	color: #000;
}
#comment-nav-below,
#comment-nav-above {
	margin: 15px 0;
}
#comment-nav-below a,
#comment-nav-above a {
	font-weight: normal !important;
}
/* =Widgets
-------------------------------------------------------------- */
.widget {
	display: block;
	font-size: 11px;
	margin: 1.7em 0;
	padding-bottom: 2em;
	word-wrap: break-word;
}
.widget-title,
.widget-title a {
	color: #3b4a26;
	font: bold 13px/13px '<NAME>', serif;
	margin-bottom: 1em;
	text-shadow: 1px 0px 0px #fff;
	text-transform: uppercase;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li {
	border-bottom: 1px solid #e9c2d2;
	padding: 0.5em 0;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.widget-area .widget_search input#s {
	border: 0;
	float: left;
}
/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #934f6d;
	font-family: "<NAME>", "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding: 0 2px 6px;
}
#wp-calendar th {
	background: #f8bdd5;
	border: 1px solid #ffd8e8;
	color: #934f6d;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar tbody td {
	background: #f8c7db;
	border: 1px solid #ffd8e8;
	color: #934f6d;
	padding: .2em;
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
	background: #ffebf2;
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {
	font-size: 13px;
	font-weight: bold;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #bb5974 !important;
}
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
.widget_flickr .flickr-size-thumbnail {
	margin: 0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
	display: none;
}
.widget_flickr .flickr-size-thumbnail img {
	display: block;
	margin-bottom: 10px;
}
.widget_flickr .flickr-size-small img {
	display: block;
	margin: 0 auto 10px;
	max-width: 98%;
}
/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 3px 0;
}
/* RSS Widget */
.rsswidget img {
	margin: 0 !important;
}
.rss-date {
	color: #333;
	font-style: italic;
	font-weight: bold;
}
/* Menu & Categories Widgets (With Sub-Items) */
.widget-area .sub-menu,
.widget-area .children {
	margin-left:  1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {
	border-width:  0;
}
/* Blogroll */
.widget-area .blogroll li {
	font-style: italic;
	text-shadow: none;
}
.widget-area .blogroll li a {
	font-style: normal;
}
/* Aksimet Widgets */
.widget-area .widget_akismet a {
	text-shadow: none;
}
/* Authors Widget */
.widget_authors li {
	background: none !important;
	overflow: hidden;
}
.widget_authors ul ul li {
	overflow: hidden;
}
.widget_authors img {
	float: left;
	margin-bottom: 12px !important;
	padding-right: 10px;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
	font-size: 11px;
	line-height: 2;
	padding-top: 127px;
}
#site-generator-wrapper {
	background: rgba(255, 216, 232, 0.1);
	width: 100%;
}
#site-generator {
	color: #ffd8e8;
	margin: 0 6em;
	padding: 1em 0;
}
#site-generator a {
	color: #fa87a1;
}
/* =WP.com
-------------------------------------------------------------- */
#wpstats {
	display: block;
	margin-top: -22px;
	position: relative;
	z-index: 999;
}
.entry-content img.wp-smiley {
	background: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
/* =Responsive Structure
-------------------------------------------------------------- */
@media (max-width: 1140px) {
	.entry-date {
		border-radius: 0 10px 10px 0;
		border-right-width: 5px;
		border-left-width: 0;
		height: 45px;
		left: -1.3em;
		z-index: 9999;
	}
	.entry-date a {
		margin-top: -9.5px;
	}
	.entry-header {
	  	padding: 0 0 0.6em;
	}
	.entry-title {
		margin-left: 1.4em;
	}
	.entry-content {
		margin-top: 1.1em;
	}
	embed,
	iframe,
	object {
		max-width: 100%;
	}
}
@media (max-width: 860px) {
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
	#content .gallery-columns-3 .gallery-item img {
		padding: 1px;
	}
	#comments {
		padding: 3em 1em;
	}
	.wp-caption {
		max-width: 100%;
	}
}
@media (max-width: 650px) {
	#primary {
		float: none;
	}
	#secondary-wrapper {
		clear: both;
		float: none;
		margin-top: 0.9em;
		width: 100%;
	}
	#content-wrapper,
	#access {
		width: 100%;
	}
	#content,
	#main .widget-area {
		border-width: 2px;
		padding: 0.5em;
	}
	.entry-date {
		border-width: 2px;
		left: -0.6em;
	}
	.entry-title {
		margin-left: 1.6em;
	}
	#nav-below {
		padding: 2em;
		top: 0.5em;
	}
	#comments {
		padding: 3em 0;
	}
	#colophon {
		padding-top: 0;
	}
}
@media (max-width: 450px) {
	#branding,
	#branding .header-link {
		min-height: 90px;
	}
	#branding hgroup {
		padding: 0;
	}
	#site-title {
		font-size: 40px;
	}
	#site-title a,
	#site-title a:hover {
		margin: 0.3em 0 0;
		padding: 0 0.5em;
	}
	#site-description {
		display: none;
	}
	#page {
		padding: 0 5px;
		overflow: hidden;
	}
	#branding {
		margin-top: 0;
	}
	/* Make sure embeds and iframes scale on smaller screens. */
	embed,
	iframe,
	object {
		height: auto;
	}
	#wpstats {
		display: none;
	}
}
/* =IE Styles
-------------------------------------------------------------- */
#ie8 #site-title a {
	background: #fff;
}
#ie8 img.size-auto,
#ie8 img.size-full,
#ie8 img.size-large,
#ie8 img.size-medium,
#ie8 .format-gallery .attachment-large,
#ie8 .entry-attachment img,
#ie8 .widget-area img {
	width: 100%; /* Prevent vertical stretching */
}
#ie8 .entry-date {
	background: #ffebf2;
	left: -5.2em;
	z-index: 9999;
}
/* =Jetpack: Infinite Scroll
-------------------------------------------------------------- */
.infinite-scroll #wrapper {
	margin-bottom: 40px;
}
.infinite-scroll #content {
	margin-bottom: 50px;
}
.infinite-scroll #content .infinite-wrap {
	border-top: none;
	padding: 0;
}
/* Elements to hide */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}
/* Restore the footer when IS is finished */
.infinity-end.neverending #colophon {
	display: block;
}
.infinity-end.neverending #wrapper,
.infinity-end.neverending #content {
	margin-bottom: 0;
}
/* Make it match the theme */
.infinite-scroll #infinite-footer .container {
	background: rgba(255, 255, 255, 0.7);
	border: none;
}
.infinite-scroll #infinite-footer .blog-info,
.infinite-scroll #infinite-footer .blog-info a {
	color: #A23855;
	font-family: '<NAME>',serif;
	font-size: 15px;
	font-weight: normal;
}
.infinite-scroll #infinite-footer .blog-info {
	margin-bottom: -5px;
	position: relative;
		bottom: -2px;
}
.infinite-scroll .infinite-loader,
.infinite-scroll #infinite-handle {
	text-align: center;
	padding-bottom: 3em;
}
.infinite-scroll #infinite-handle span {
	background: #A23855;
	border: none;
	color: #FFF4F9;
}
.infinite-scroll #infinite-handle span:before {
	color: #FFF4F9;
}
.infinite-scroll #infinite-handle span:hover,
.infinite-scroll #infinite-handle span:focus,
.infinite-scroll #infinite-handle span:hover:before,
.infinite-scroll #infinite-handle span:focus:before {
	color: #fff;
} | 
	wordpress/wp-content/themes/bouquet/style.css | 
	-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* Remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* Tables still need 'cellspacing="0"' in the markup. */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/* =Clear
-------------------------------------------------------------- */
.clear {
	clear:both;
	display:block;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* =Structure
-------------------------------------------------------------- */
#page {
	display: block;
	margin: .9em auto;
	max-width: 1100px;
	padding: 0 20px;
}
#main {
	margin: 0.9em auto;
	max-width: 1100px;
}
#primary {
	float: left;
	margin: 0 -29.2434% 0 0;
	width: 100%;
}
#secondary-wrapper {
	float: right;
	width: 29.2434%;
}
#content,
#secondary-wrapper {
	box-shadow:
		5px 5px 5px -5px rgba(0, 0, 0, 0.5),
		-5px 5px 5px -5px rgba(0, 0, 0, 0.5);
}
#content-wrapper {
	clear: both;
	 margin: 0 30.4% 0 0;
}
#content {
	background: #ffebf2;
	border-top-width: 0;
}
#content,
#main .widget-area {
	border: 5px solid #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 1em;
}
#main .widget-area {
	background: #ffd8e8;
	padding-top: 2em;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
/* Increase the size of the content area for templates without sidebars. */
.full-width #content-wrapper,
body.attachment #content-wrapper,
.full-width #access,
body.attachment #access,
body.one-column #content-wrapper,
body.one-column #access,
body.page-template-full-width-page-php #content-wrapper,
body.page-template-full-width-page-php #access {
	width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =Global
-------------------------------------------------------------- */
body,
input,
textarea {
	color: #333;
	font: 300 13px/1.625 Verdana, sans-serif;
	font-weight: normal;
}
body {
	background: url(images/body-bg.png) #891e42;
	background-attachment: fixed;
}
/* =Forms
-------------------------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #e7d9b9;
	border-radius: 3px;
	color: #777;
	margin-bottom: 0.5em;
	padding: 0.3em;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #4a4a49;
}
textarea {
	width: 98%;
}
#searchform label {
	display: none;
}
input#s {
	background: #e9cbd3 url(images/search-bg.png) no-repeat scroll 10px 8px;
	border: 1px solid #c0758b;
	border-radius: 15px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
	color: #c0758b;
	line-height: 1.2em;
	padding: 0.5em 0 0.5em 2em;
	width: 77%;
}
#primary input#s {
	background: #fafafa url("images/search-bg.png") no-repeat scroll 10px 8px;
	border: 1px solid #e7d9b9;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
}
input#searchsubmit {
	display: none;
}
/* Links */
a {
	color: #bb5974;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
/* =Header
-------------------------------------------------------------- */
#branding {
	background: url(images/pink-header.png) no-repeat #fff;
	border-radius: 4px;
	box-shadow:
		5px 5px 5px -5px rgba(0, 0, 0, 0.5),
		-5px 0 5px -5px rgba(0, 0, 0, 0.5);
	min-height: 180px;
	margin: .9em 0;
}
#branding hgroup {
	padding: 3em 0 0 0.5em;
}
#branding .header-link {
	display: table-cell;
	position: absolute;
	width: 80%;
	min-height: 180px;
}
#site-title {
	font: 50px "Sorts Mill Goudy", "Times New Roman", serif;
	margin-bottom: .2em;
	text-transform: uppercase;
}
#site-title a,
#site-title a:hover {
	color: #891e42;
	margin: 0 0 0 -0.4em;
	padding: 0 0.7em;
	text-decoration: none;
}
#site-title a {
	background: rgba(255, 255, 255, 0.6);
	display: inline-block;
	position: relative;
	z-index: 9999;
}
#site-title a:hover {
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: background 0.2s linear;
	-moz-transition:    background 0.2s linear;
	-o-transition:      background 0.2s linear;
}
#site-description {
	color: #b14562;
	font: 13px "Sorts Mill Goudy", serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .8em 1.9em;
	text-transform: uppercase;
}
/* =Menu and Search Area
-------------------------------------------------------------- */
#access {
	background: #b14562;
	box-shadow: 5px -5px 5px -5px rgba(0, 0, 0, 0.5);
	display: block;
	float: left;
	margin: 0 auto;
	width: 69.6%;
}
.menu {
	margin-left: 1em;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #fff4f9;
	display: block;
	font-size: 13px;
	line-height: 2em;
	padding: 0.5em 1em;
	text-decoration: none;
}
#access a:hover {
	background: #90364e;
	color: #ffcce3;
	-webkit-transition: background 0.2s linear;
	-moz-transition:    background 0.2s linear;
	-o-transition:      background 0.2s linear;
}
#access ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:    0 3px 3px rgba(0,0,0,0.2);
	box-shadow:         0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2.5em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #90364e;
	color: #fff4f9;
	line-height: 1.5em;
	padding: .5em .5em .5em 1em;
	width: 11em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #90364e;
	color: #ffcce3;
}
#access ul ul a:hover {
	background: #90364e;
	color: #ffcce3;
}
#access ul li:hover > ul {
	display: block;
}
#search-area {
	background: #cf8c9e;
	margin: 0 auto;
	padding: 0.2em 1em;
	text-align: center;
}
#access,
#search-area {
	border-radius: 4px 4px 0 0;
}
/* Small menu */
.menu-toggle {
	display: none;
	color: #fff;
	cursor: pointer;
	font: 20px/2 '<NAME>',serif;
	padding: 1em 1em 0.8em;
	text-align: center;
}
.main-small-navigation ul {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation .nav-menu.toggled-on {
		display: block;
		overflow: hidden;
	}
	.navigation-main ul {
		display: none;
	}
	#access .toggled-on li {
		float: none;
	}
	#access ul.toggled-on ul,
	#access ul.toggled-on ul ul {
		box-shadow: none;
		display: block;
		float: none;
		position: relative;
		top: auto;
		left: 1em;
	}
	#access ul.toggled-on ul a {
		background: none;
		width: 100%;
	}
}
/* =Content
-------------------------------------------------------------- */
.sticky {
}
#content article {
	background: transparent url(images/post-ornament.png) no-repeat center bottom;
	margin: 0 0 3em;
	padding: 1.5em .6em 4em;
	position: relative;
}
.archive-title {
	color: #3b4a26;
	font: 300 13px/13px 'Sorts Mill Goudy', serif;
	padding: 1.5em .6em 0.6em;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}
.entry-header,
.entry-header .entry-meta {
	padding: 0.6em 0;
}
.entry-title {
	font: 33px/41px 'Sorts Mill Goudy', serif;
	margin-bottom: 0.3em;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	word-wrap: break-word;
}
.entry-title a {
	color: #a23855;
}
.entry-title a:hover {
	color: #891e42;
	text-decoration: none;
}
body.page .entry-title {
	margin-left: 0;
}
.entry-date {
	background: #f8e3ea;
	border: 5px solid #fff;
	border-right-width: 0;
	border-radius: 10px 0 0 10px;
	padding: .2em 0;
	position: absolute;
	left: -5.2em;
	line-height: 3.1em;
	text-align: center;
	top: 1em;
	height: 55px;
	width: 50px;
}
.entry-date a {
	color: #63724b;
	display: block;
	font-family: 'Sorts Mill Goudy', 'Times New Roman', serif;
	margin-top: -6px;
}
.entry-date a:hover {
	text-decoration: none;
}
.entry-date b {
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
	font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', serif;
	margin-bottom: 0.4em;
}
.entry-content h1 {
	font-size: 24px;
}
.entry-content h2 {
	font-size: 22px;
}
.entry-content h3 {
	font-size: 18px;
}
.entry-content h4 {
	font-size: 16px;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dd,
.entry-content pre,
.entry-content address,
.comment-content p,
.comment-content ul,
.comment-content ol {
	margin-bottom: 15px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul  {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul {
	margin-left: 16px;
}
.entry-content ol,
.comment-content ol {
	margin-left: 32px;
}
.entry-content ul,
.comment-content ul {
	list-style: disc;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal;
}
.entry-content ol ol,
.comment-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol,
.comment-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol,
.comment-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content strong,
.comment-content strong {
	font-weight: bold;
}
.entry-content cite,
.entry-content em,
.entry-content i,
.comment-content cite,
.comment-content em,
.comment-content i,
.entry-content .quote-caption {
	font-style: italic;
}
.entry-content blockquote cite,
.entry-content blockquote em,
.entry-content blockquote i,
.comment-content blockquote cite,
.comment-content blockquote em,
.comment-content blockquote i {
	font-style: normal;
	background-repeat: repeat-y;
}
.quote-caption {
	text-align: right;
}
.entry-content big,
.comment-content big {
	font-size: 131.25%;
}
.entry-content ins,
.comment-content ins {
	background: #f0d4db;
	text-decoration: none;
}
.entry-content abbr,
.entry acronym,
.comment-content abbr,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content sup,
.entry-content sub,
.comment-content sup,
.comment-content sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup,
.comment-content sup, {
	bottom: 1ex;
}
.entry-content sub,
.comment-content sub {
	top: .5ex;
}
.entry-content p a[href$=jpg],
.entry-content p a[href$=jpeg],
.entry-content p a[href$=jpe],
.entry-content p a[href$=png],
.entry-content p a[href$=gif],
.entry-content p a[href*=attachment],
.entry-content p a[rel*=attachment] {
	border-bottom: 0 none;
}
.entry-content table {
	border: 1px solid #c8acb6;
	margin: 0 -1px 25px 0;
	text-align: left;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th {
	font-weight: bold;
	line-height: 21px;
	padding: 6px 15px;
}
.entry-content tr td {
	border-top: 1px solid #c8acb6;
	padding: 6px 15px;
}
.entry-content tr.odd td {
	background: #f0d4db;
}
.entry-content blockquote,
.entry-content blockquote[class*="align"],
.comment-content blockquote {
	font-style: italic;
	line-height: 1.5;
	margin-left: 15px;
	padding-left: 10px;
}
.entry-content pre {
	background: #f0d4db;
	font: 13px Monaco, Courier New, Courier, monospace;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 20px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content hr {
	background-color: #f0d4db;
	border: 0;
	height: 1px;
	margin: 0 0 13px 0;
}
.entry-meta {
	clear: both;
	color: #63724b;
	display: block;
	font-size: 11px;
	margin: 1em 0;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .nav-previous a,
#content nav .nav-next a {
	background: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 1em;
	position: relative;
	bottom: 0;
}
#nav-below {
	margin: 1em 0 0;
	position: relative;
	top: 1em;
}
.single #nav-below {
	top: 0;
}
.single #content nav .nav-previous a,
.single #content nav .nav-next a {
	background: none;
	padding: 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page-link a {
	background-color: #a23855;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	font-weight: bold;
	margin: 0.5em 0 0;
	padding: 0 0.5em;
}
.page-link a:hover {
	background-color: #b14562;
	text-decoration: none;
}
.comments-link {
	display: block;
	margin: 1em 0;
}
.comments-link,
.edit-link {
	font-weight: bold;
}
/* Notices */
#primary .post .notice,
#primary .error404 #searchform {
	background: #ffe2ea;
	border-radius: 4px;
	display: block;
	padding: 1em;
}
/* Image Attachments */
body.attachment #image-navigation {
	font-size: 11px;
	font-weight: bold;
}
body.attachment .entry-content {
	clear: both;
}
body.attachment .entry-content .entry-attachment {
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
body.attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
/* Gallery Posts */
.img-gallery {
	text-align: center;
}
.gallery-info {
	margin-top: 1.3em;
}
.gallery img {
	border: 0 !important;
}
/* Image Posts */
.format-image .entry-header {
	display: none;
}
.format-image .entry-content img,
.format-gallery .entry-content img {
	background: #fff;
	padding: 3px;
}
.single .format-image .entry-header {
	display: block;
}
/* =Images
-------------------------------------------------------------- */
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* A small bottom margin prevents content floating under images. */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.format-gallery .attachment-large,
.entry-attachment img,
.widget-area img,
.post-format-content img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.entry-content img,
.post-format-content img {
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.entry-content embed {
	max-width: 100%;
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	margin: 0 auto;
	padding: .5em;
	max-width: 100%;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', serif;
	margin: .5em;
}
.gallery-caption {
}
/* =Forms
-------------------------------------------------------------- */
#searchform label {
	display: none;
}
#searchform input#s {
	width: 90%;
}
input[type=text],
input[type=email],
input#s {
	margin: 0.3em 1em 0.3em 0;
	width: 60%;
}
textarea {
	width: 80%;
}
/* Class for labelling required form items. */
.required {
	color: #cc0033;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	line-height: 22px;
	padding: 3em;
}
#comments article {
	background: none;
	border-bottom: 1px solid #fde0e7;
	margin-bottom: 0;
	padding-bottom: 2em;
}
#comments-title {
	color: #3b4a26;
	font: 300 12px/12px Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 2em;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #dcc8cf;
	font-size: 18px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	clear: both;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 1.5em;
}
#comments li {
	background: #fff5fc;
	border-radius: 4px;
	list-style: none;
	padding: 1em 1.2em;
	position: relative;
}
#comments li.pingback {
	border-radius: 4px;
	margin: 0 0 15px;
	padding: 20px;
}
#comments li.pingback p {
	font-size: 12px;
	line-height: 18px;
}
#comments ul li {
	list-style: none;
	padding: 0.5em 0.85em;
}
#comments .pingback .comment-content,
#comments .comment .comment-content {
	margin-left: 2em;
	padding: 0.8em 1.7em;
}
div.comment-likes {
	margin: 10px 0 !important;
}
#comments .comment-author {
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
}
#comments .comment-content .sd-rating {
	margin: 0 20px 5px;
}
#comments .children {
	margin-top: 25px;
}
#comments .comment-author cite {
	font-style: normal;
}
#comments .comment-meta,
#comments .comment-meta a,
.nopassword,
.subscribe-label {
	color: #63724b;
	text-decoration: none;
}
#comments .comment-meta {
	font-size: 11px;
}
#comments .comment .comment-meta {
	margin-left: 50px;
}
#comments .avatar {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	padding: 3px;
	position: absolute;
	top: 22px;
	left: 0;
}
#comments .children .avatar {
	top: 13px;
	left: 0;
}
#comments .children .comment-content {
	margin-left: 55px;
}
#comments .children .comment-meta {
	top: 30px;
}
#comments .comment-content p {
	font-size: 12px;
	line-height: 18px;
}
#comments .comment-content ul,
#comments .comment-content ul li,
#comments .comment-content ol,
#comments .comment-content ol li {
	border: none;
	padding: 0;
}
#comments .comment-content ul,
#comments .comment-content ol {
	margin: 0 0 1.7em 2.5em;
}
#comments .comment-content ul,
#comments .comment-content ul li {
	list-style: disc;
}
#comments .comment-content ol,
#comments .comment-content ol li {
	list-style: decimal;
}
#comments .comment-content ol ol,
#comments .comment-content ol ol li {
	list-style: upper-alpha;
}
#comments .comment-content ol ol ol,
#comments .comment-content ol ol ol li {
	list-style: lower-roman;
}
#comments .comment-content ol ol ol ol,
#comments .comment-content ol ol ol ol li {
	list-style: lower-alpha;
}
.bypostauthor .avatar {
	background: #ffebf2;
}
#respond {
	padding-top: 15px;
}
#respond h3 {
	color: #3b4a26;
	font: bold 12px/12px Verdana,sans-serif;
	margin-bottom: 2em;
  	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
	padding-bottom: 5px !important;
}
.logged-in-as,
.comment-notes,
#respond p {
	font-size: 12px;
}
.comment-notes {
	margin: 5px 0;
}
.logged-in-as {
	margin: 0;
}
.required {
	color: #cc4d22;
}
.comment-reply-link {
	background: #f4ebf0;
	border-radius: 5px 5px 5px 5px;
	font-size: 11px;
	margin: 0.5em;
	padding: 0.1em 0.4em;
	position: absolute;
	right: 0;
	top: 0;
  	text-transform: uppercase;
}
.comment-reply-link:hover {
	background: #e3dbdf;
	text-decoration: none;
}
#cancel-comment-reply-link {
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	text-align: right;
}
#respond input[type=text],
#respond textarea {
	border: 0;
}
#respond input[type=text] {
	margin: 0 0 15px 5px;
	padding: 5px;
}
#respond textarea {
	margin: 10px 0;
	padding: 7px;
	width: 80%;
}
#respond input[type=submit] {
	border: 0;
	cursor: pointer;
	font-size: 13px;
	margin: 10px 0 20px;
	padding: 5px;
}
#respond label {
	color: #333;
	font-weight: bold;
	margin: 15px 0 5px;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	font-size: 12px;
}
#respond p.comment-subscription-form label {
	color: #000;
}
#comment-nav-below,
#comment-nav-above {
	margin: 15px 0;
}
#comment-nav-below a,
#comment-nav-above a {
	font-weight: normal !important;
}
/* =Widgets
-------------------------------------------------------------- */
.widget {
	display: block;
	font-size: 11px;
	margin: 1.7em 0;
	padding-bottom: 2em;
	word-wrap: break-word;
}
.widget-title,
.widget-title a {
	color: #3b4a26;
	font: bold 13px/13px '<NAME>', serif;
	margin-bottom: 1em;
	text-shadow: 1px 0px 0px #fff;
	text-transform: uppercase;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li {
	border-bottom: 1px solid #e9c2d2;
	padding: 0.5em 0;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.widget-area .widget_search input#s {
	border: 0;
	float: left;
}
/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #934f6d;
	font-family: "<NAME>", "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding: 0 2px 6px;
}
#wp-calendar th {
	background: #f8bdd5;
	border: 1px solid #ffd8e8;
	color: #934f6d;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar tbody td {
	background: #f8c7db;
	border: 1px solid #ffd8e8;
	color: #934f6d;
	padding: .2em;
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
	background: #ffebf2;
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {
	font-size: 13px;
	font-weight: bold;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #bb5974 !important;
}
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
.widget_flickr .flickr-size-thumbnail {
	margin: 0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
	display: none;
}
.widget_flickr .flickr-size-thumbnail img {
	display: block;
	margin-bottom: 10px;
}
.widget_flickr .flickr-size-small img {
	display: block;
	margin: 0 auto 10px;
	max-width: 98%;
}
/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 3px 0;
}
/* RSS Widget */
.rsswidget img {
	margin: 0 !important;
}
.rss-date {
	color: #333;
	font-style: italic;
	font-weight: bold;
}
/* Menu & Categories Widgets (With Sub-Items) */
.widget-area .sub-menu,
.widget-area .children {
	margin-left:  1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {
	border-width:  0;
}
/* Blogroll */
.widget-area .blogroll li {
	font-style: italic;
	text-shadow: none;
}
.widget-area .blogroll li a {
	font-style: normal;
}
/* Aksimet Widgets */
.widget-area .widget_akismet a {
	text-shadow: none;
}
/* Authors Widget */
.widget_authors li {
	background: none !important;
	overflow: hidden;
}
.widget_authors ul ul li {
	overflow: hidden;
}
.widget_authors img {
	float: left;
	margin-bottom: 12px !important;
	padding-right: 10px;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
	font-size: 11px;
	line-height: 2;
	padding-top: 127px;
}
#site-generator-wrapper {
	background: rgba(255, 216, 232, 0.1);
	width: 100%;
}
#site-generator {
	color: #ffd8e8;
	margin: 0 6em;
	padding: 1em 0;
}
#site-generator a {
	color: #fa87a1;
}
/* =WP.com
-------------------------------------------------------------- */
#wpstats {
	display: block;
	margin-top: -22px;
	position: relative;
	z-index: 999;
}
.entry-content img.wp-smiley {
	background: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
/* =Responsive Structure
-------------------------------------------------------------- */
@media (max-width: 1140px) {
	.entry-date {
		border-radius: 0 10px 10px 0;
		border-right-width: 5px;
		border-left-width: 0;
		height: 45px;
		left: -1.3em;
		z-index: 9999;
	}
	.entry-date a {
		margin-top: -9.5px;
	}
	.entry-header {
	  	padding: 0 0 0.6em;
	}
	.entry-title {
		margin-left: 1.4em;
	}
	.entry-content {
		margin-top: 1.1em;
	}
	embed,
	iframe,
	object {
		max-width: 100%;
	}
}
@media (max-width: 860px) {
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
	#content .gallery-columns-3 .gallery-item img {
		padding: 1px;
	}
	#comments {
		padding: 3em 1em;
	}
	.wp-caption {
		max-width: 100%;
	}
}
@media (max-width: 650px) {
	#primary {
		float: none;
	}
	#secondary-wrapper {
		clear: both;
		float: none;
		margin-top: 0.9em;
		width: 100%;
	}
	#content-wrapper,
	#access {
		width: 100%;
	}
	#content,
	#main .widget-area {
		border-width: 2px;
		padding: 0.5em;
	}
	.entry-date {
		border-width: 2px;
		left: -0.6em;
	}
	.entry-title {
		margin-left: 1.6em;
	}
	#nav-below {
		padding: 2em;
		top: 0.5em;
	}
	#comments {
		padding: 3em 0;
	}
	#colophon {
		padding-top: 0;
	}
}
@media (max-width: 450px) {
	#branding,
	#branding .header-link {
		min-height: 90px;
	}
	#branding hgroup {
		padding: 0;
	}
	#site-title {
		font-size: 40px;
	}
	#site-title a,
	#site-title a:hover {
		margin: 0.3em 0 0;
		padding: 0 0.5em;
	}
	#site-description {
		display: none;
	}
	#page {
		padding: 0 5px;
		overflow: hidden;
	}
	#branding {
		margin-top: 0;
	}
	/* Make sure embeds and iframes scale on smaller screens. */
	embed,
	iframe,
	object {
		height: auto;
	}
	#wpstats {
		display: none;
	}
}
/* =IE Styles
-------------------------------------------------------------- */
#ie8 #site-title a {
	background: #fff;
}
#ie8 img.size-auto,
#ie8 img.size-full,
#ie8 img.size-large,
#ie8 img.size-medium,
#ie8 .format-gallery .attachment-large,
#ie8 .entry-attachment img,
#ie8 .widget-area img {
	width: 100%; /* Prevent vertical stretching */
}
#ie8 .entry-date {
	background: #ffebf2;
	left: -5.2em;
	z-index: 9999;
}
/* =Jetpack: Infinite Scroll
-------------------------------------------------------------- */
.infinite-scroll #wrapper {
	margin-bottom: 40px;
}
.infinite-scroll #content {
	margin-bottom: 50px;
}
.infinite-scroll #content .infinite-wrap {
	border-top: none;
	padding: 0;
}
/* Elements to hide */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}
/* Restore the footer when IS is finished */
.infinity-end.neverending #colophon {
	display: block;
}
.infinity-end.neverending #wrapper,
.infinity-end.neverending #content {
	margin-bottom: 0;
}
/* Make it match the theme */
.infinite-scroll #infinite-footer .container {
	background: rgba(255, 255, 255, 0.7);
	border: none;
}
.infinite-scroll #infinite-footer .blog-info,
.infinite-scroll #infinite-footer .blog-info a {
	color: #A23855;
	font-family: '<NAME>',serif;
	font-size: 15px;
	font-weight: normal;
}
.infinite-scroll #infinite-footer .blog-info {
	margin-bottom: -5px;
	position: relative;
		bottom: -2px;
}
.infinite-scroll .infinite-loader,
.infinite-scroll #infinite-handle {
	text-align: center;
	padding-bottom: 3em;
}
.infinite-scroll #infinite-handle span {
	background: #A23855;
	border: none;
	color: #FFF4F9;
}
.infinite-scroll #infinite-handle span:before {
	color: #FFF4F9;
}
.infinite-scroll #infinite-handle span:hover,
.infinite-scroll #infinite-handle span:focus,
.infinite-scroll #infinite-handle span:hover:before,
.infinite-scroll #infinite-handle span:focus:before {
	color: #fff;
} | 0.2587 | 0.086054 | 
| 
	body{
	font-family: 'Roboto', sans-serif;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: blue;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.carrito {
	display: flex;
	justify-content: end;
}
.d-flex{
	display: flex;
}
.flex-direction-column{
	flex-direction: column;
}
.justify-content-between{
	justify-content: space-between;
}
.aling-items-strech{
	align-items: stretch;
}
.aling-items-center{
	align-items: center;
}
.justify-content-arround{
	justify-content: space-around;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-end{
	justify-content: flex-end;
}
.azul{
	color: blue;
}
.bg-azul{
	background-color: blue;
}
.rojo{
	background-color: var(--color-primary);
}
.bg-gray{
	background-color: #fcfcfc;
}
.color-rojo{
	color: var(--color-primary);	
}
.pt-20{
	padding-top:20px;
}
.mt-20{
	margin-top:20px;
}
.m0{
	margin: 0px;
}
.p30{
	padding:30px;
}
.mb-0{
	margin-bottom: 0px;
}
.mr-20{
	margin-right: 20px;
}
.prl-30{
	padding-left: 30px;
	padding-right: 30px;
}
.ml-20{
	margin-left: 20px;
}
.t-justify{
	text-align: justify;
}
ul.pl-15{
	padding-left: 15px;
}
ul.pl-15 > li{
	margin-top: 5px;
}
.panel:hover {
   cursor: pointer;
   box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
}
small span:first-child {
	color: #eda036;
}
small span:last-child {
	color: #7b7b7c;
}
hr{
	border-top: 2px solid #eee;
}
@media (max-width: 765px) {
	.fd-fluid {
	    padding: 0px;
	}
} | 
	public/assets/css/commons.css | 
	body{
	font-family: 'Roboto', sans-serif;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: blue;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.carrito {
	display: flex;
	justify-content: end;
}
.d-flex{
	display: flex;
}
.flex-direction-column{
	flex-direction: column;
}
.justify-content-between{
	justify-content: space-between;
}
.aling-items-strech{
	align-items: stretch;
}
.aling-items-center{
	align-items: center;
}
.justify-content-arround{
	justify-content: space-around;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-end{
	justify-content: flex-end;
}
.azul{
	color: blue;
}
.bg-azul{
	background-color: blue;
}
.rojo{
	background-color: var(--color-primary);
}
.bg-gray{
	background-color: #fcfcfc;
}
.color-rojo{
	color: var(--color-primary);	
}
.pt-20{
	padding-top:20px;
}
.mt-20{
	margin-top:20px;
}
.m0{
	margin: 0px;
}
.p30{
	padding:30px;
}
.mb-0{
	margin-bottom: 0px;
}
.mr-20{
	margin-right: 20px;
}
.prl-30{
	padding-left: 30px;
	padding-right: 30px;
}
.ml-20{
	margin-left: 20px;
}
.t-justify{
	text-align: justify;
}
ul.pl-15{
	padding-left: 15px;
}
ul.pl-15 > li{
	margin-top: 5px;
}
.panel:hover {
   cursor: pointer;
   box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
}
small span:first-child {
	color: #eda036;
}
small span:last-child {
	color: #7b7b7c;
}
hr{
	border-top: 2px solid #eee;
}
@media (max-width: 765px) {
	.fd-fluid {
	    padding: 0px;
	}
} | 0.369543 | 0.073165 | 
| 
	@import url(https://fonts.googleapis.com/css?family=Fira+Sans);
@import url(https://fonts.googleapis.com/css?family=Cousine);
body {
  font-family: Fira Sans, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
  font-weight: ;
  color: #000000;
  line-height: 1.15;
}
h1, h2, h3, h4 {
  font-family: Fira Sans;
  font-weight: normal;
  color: #43418A;
}
.remark-slide-content {
  background-color: #FFFFFF;
  font-size: 26px;
  padding: 1em 4em 1em 4em;
}
.remark-slide-content h1, .remark-slide-content h2, .remark-slide-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.remark-slide-content h4 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.title-slide h1, .title-slide h2, .title-slide h3 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-shadow: 4px 4px 15px #000;
}
.remark-slide-content h1 {
    font-size: 50px;
}
.remark-slide-content h2 {
    font-size: 40px;
}
.remark-slide-content h3 {
    font-size: 30px;
}
.remark-slide-content h4 {
    font-size: 24px;
}
.inverse {
  background-color: #C6DBEF;
  color: #43418A;
  text-shadow: 4px 4px 15px #fff;
}
.inverse h1, .inverse h2, .inverse h3, .inverse h4 {
  color: #43418A;
}
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
  color: #FFFFFF;
}
.title-slide {
  background-color: #43418A;
}
.title-slide .remark-slide-number {
  display: none;
}
.remark-code, .remark-inline-code {
  font-family: Cousine, 'Lucida Console', Monaco, monospace;
}
/*
*/
.largest { font-size: 150% }
.large { font-size: 132% }
.larger { font-size: 115% }
.smaller { font-size: 87% }
.small { font-size: 76% }
.smallest { font-size: 50% }
.remark-slide-number {
  font-size: 12pt;
  margin-bottom: -10px;
  margin-right: -10px;
 /* color: #FFFFFF; */ /* white */
  opacity: 0.3; /* default: 0.5 */
}
/* .remark-slide-content > h1, h2, h3:first-of-type {
  margin-top: 80px;
  margin-top: 80px;
}
 */
.remark-slide-content {
  padding-top: 0px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0px;
 /* background-image: url(../figs/sevin.png);*/
  background-position: left 5px bottom 5px;
  background-size: 30px;
 /*
  height:100px;
  padding:10px;
  background: linear-gradient(to bottom, #D4D5A0, white, white, white, white, white, white);
 */
}
.title-slide {
 /* background-image: url(../figs/sevin.png); */
  background-position: 70% 60%;
  background-size: 90px;
}
strong{color: unset;}
.MathJax_CHTML {
    font-size: 24pt !important;
    color: unset;
}
caption, p.caption {
  font-size: 90%;
  color: #2F3F4F;
}
/*
img {
  display: block;
  max-height:450px;
  width: auto;
  height: auto;
}
*/
/*
.remark-slide-content h1 {
  padding: 30px 0 0 0;
}
*/
hr {
  border-style: solid;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1px 0;
  line-height: 0;
}
.header h2 {
  font-size: 38px;
  color: red;
}
h2 .header{
  color: red;
}
.header {
  font-size: 18px;
  display: block;
  text-align: right;
  color: #43418A;
  font-style: italic;
  border-style: solid;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 0px 0px 14px 0px;
  margin: 1px 0px -20px 0px;
  line-height: 0;
}
.pull-left-30 {
  float: left;
  width: 27%;
}
.pull-left-35 {
  float: left;
  width: 32%;
}
.pull-left-40 {
  float: left;
  width: 37%;
}
.pull-left-45 {
  float: left;
  width: 42%;
}
.pull-left-50 {
  float: left;
  width: 47%;
}
.pull-left-60 {
  float: left;
  width: 57%;
}
.pull-left-65 {
  float: left;
  width: 62%;
}
.pull-left-70 {
  float: left;
  width: 67%;
}
.pull-right-70 {
  float: right;
  width: 67%;
}
.pull-right-65 {
  float: right;
  width: 62%;
}
.pull-right-60 {
  float: right;
  width: 57%;
}
.pull-right-50 {
  float: right;
  width: 47%;
}
.pull-right-40 {
  float: right;
  width: 37%;
}
.pull-right-35 {
  float: right;
  width: 32%;
}
.pull-right-30 {
  float: right;
  width: 27%;
}
a, a > code {
  color: #418A43;
  text-decoration: none;
} | 
	xaringan/css/platt.css | 
	@import url(https://fonts.googleapis.com/css?family=Fira+Sans);
@import url(https://fonts.googleapis.com/css?family=Cousine);
body {
  font-family: Fira Sans, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
  font-weight: ;
  color: #000000;
  line-height: 1.15;
}
h1, h2, h3, h4 {
  font-family: Fira Sans;
  font-weight: normal;
  color: #43418A;
}
.remark-slide-content {
  background-color: #FFFFFF;
  font-size: 26px;
  padding: 1em 4em 1em 4em;
}
.remark-slide-content h1, .remark-slide-content h2, .remark-slide-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.remark-slide-content h4 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.title-slide h1, .title-slide h2, .title-slide h3 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-shadow: 4px 4px 15px #000;
}
.remark-slide-content h1 {
    font-size: 50px;
}
.remark-slide-content h2 {
    font-size: 40px;
}
.remark-slide-content h3 {
    font-size: 30px;
}
.remark-slide-content h4 {
    font-size: 24px;
}
.inverse {
  background-color: #C6DBEF;
  color: #43418A;
  text-shadow: 4px 4px 15px #fff;
}
.inverse h1, .inverse h2, .inverse h3, .inverse h4 {
  color: #43418A;
}
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
  color: #FFFFFF;
}
.title-slide {
  background-color: #43418A;
}
.title-slide .remark-slide-number {
  display: none;
}
.remark-code, .remark-inline-code {
  font-family: Cousine, 'Lucida Console', Monaco, monospace;
}
/*
*/
.largest { font-size: 150% }
.large { font-size: 132% }
.larger { font-size: 115% }
.smaller { font-size: 87% }
.small { font-size: 76% }
.smallest { font-size: 50% }
.remark-slide-number {
  font-size: 12pt;
  margin-bottom: -10px;
  margin-right: -10px;
 /* color: #FFFFFF; */ /* white */
  opacity: 0.3; /* default: 0.5 */
}
/* .remark-slide-content > h1, h2, h3:first-of-type {
  margin-top: 80px;
  margin-top: 80px;
}
 */
.remark-slide-content {
  padding-top: 0px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0px;
 /* background-image: url(../figs/sevin.png);*/
  background-position: left 5px bottom 5px;
  background-size: 30px;
 /*
  height:100px;
  padding:10px;
  background: linear-gradient(to bottom, #D4D5A0, white, white, white, white, white, white);
 */
}
.title-slide {
 /* background-image: url(../figs/sevin.png); */
  background-position: 70% 60%;
  background-size: 90px;
}
strong{color: unset;}
.MathJax_CHTML {
    font-size: 24pt !important;
    color: unset;
}
caption, p.caption {
  font-size: 90%;
  color: #2F3F4F;
}
/*
img {
  display: block;
  max-height:450px;
  width: auto;
  height: auto;
}
*/
/*
.remark-slide-content h1 {
  padding: 30px 0 0 0;
}
*/
hr {
  border-style: solid;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1px 0;
  line-height: 0;
}
.header h2 {
  font-size: 38px;
  color: red;
}
h2 .header{
  color: red;
}
.header {
  font-size: 18px;
  display: block;
  text-align: right;
  color: #43418A;
  font-style: italic;
  border-style: solid;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 0px 0px 14px 0px;
  margin: 1px 0px -20px 0px;
  line-height: 0;
}
.pull-left-30 {
  float: left;
  width: 27%;
}
.pull-left-35 {
  float: left;
  width: 32%;
}
.pull-left-40 {
  float: left;
  width: 37%;
}
.pull-left-45 {
  float: left;
  width: 42%;
}
.pull-left-50 {
  float: left;
  width: 47%;
}
.pull-left-60 {
  float: left;
  width: 57%;
}
.pull-left-65 {
  float: left;
  width: 62%;
}
.pull-left-70 {
  float: left;
  width: 67%;
}
.pull-right-70 {
  float: right;
  width: 67%;
}
.pull-right-65 {
  float: right;
  width: 62%;
}
.pull-right-60 {
  float: right;
  width: 57%;
}
.pull-right-50 {
  float: right;
  width: 47%;
}
.pull-right-40 {
  float: right;
  width: 37%;
}
.pull-right-35 {
  float: right;
  width: 32%;
}
.pull-right-30 {
  float: right;
  width: 27%;
}
a, a > code {
  color: #418A43;
  text-decoration: none;
} | 0.356223 | 0.127653 | 
| 
	body {
	overflow-x: hidden;
}
/* #Tablet (Landscape) 																			> 960
===================================================================================================== */
@media only screen and (min-width: 960px)
{	
	.hide-desktop { display:none !important;}
}
/* #Tablet (Landscape) 																		768 - 959
===================================================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px)
{	
	body							{ min-width:0; }
	#Wrapper						{ width: 728px; }
	.section_wrapper,
	.container,
	.with_aside .content_wrapper	{ width: 708px; }
	
	/* ======================================================= */
	
	/* Header magazine */
	.header-magazine #Top_bar .banner_wrapper { width: 300px; top: 27px; }
	.hide-tablet { display:none !important;}
	a.kill_the_icon .button_icon { display: none; }
	
	/* Top bar width */
	#Top_bar .top_bar_left { width: 501px; }
	
	/* .footer-sliding */
	.footer-fixed #Content,
	.footer-sliding #Content { margin-bottom: 0 !important; }
	.footer-fixed #Footer,
	.footer-sliding #Footer { position: static;}
	
	/* Subheader */
	#Subheader .title { width: 100%; }
	#Subheader ul.breadcrumbs { display: none; }
	
	/* Blog */
	.with_aside .classic .post-meta .author-date .author .label { display: none; }
	.with_aside .classic .post-meta .category { display: none; }
	
		/* Masonry */
		.masonry .post-item { width: 47.9%; }
		
		/* Timeline */
		.timeline .post-photo-wrapper { width: 100%; float: none; }
		.timeline .post-desc-wrapper { width: 100%; float: none; }
		
	/* Filters */
	#Filters .filters_wrapper ul li { float:left; width: 24%; margin: 0.5%; }
	
	/* Portfolio list */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 694px; }
	
	/* Google maps */
	.column_map .google-map-contact-wrapper { width: 694px; margin-left: -347px; }
	
	/* Recent posts */
	.Recent_posts ul li .desc { margin-right: 40px; }
	.Recent_posts ul li .photo { width: 40px; height: 40px; }
	.Recent_posts ul li.format-link .photo { background-size: 40% auto; }
	.Recent_posts ul li .photo .c { width: 20px; height: 20px; line-height: 20px; bottom: 5px; right: -8px; }
	
	/* Tabs */
	.tabs_vertical.ui-tabs .ui-tabs-nav { width: 33% !important; }
	.tabs_vertical.ui-tabs .ui-tabs-panel { width: 66.7% !important; }
	/* Counter */
	.one-fourth .counter.counter_horizontal,
	.one-fifth .counter.counter_horizontal,
	.one-sixth .counter.counter_horizontal { text-align: center; }
	.one-fourth .counter.counter_horizontal .icon_wrapper,
	.one-fifth .counter.counter_horizontal .icon_wrapper,
	.one-sixth .counter.counter_horizontal .icon_wrapper { position: static; margin: 0 auto; margin-bottom: 15px; }
	.one-fourth .counter.counter_horizontal .desc_wrapper,
	.one-fifth .counter.counter_horizontal .desc_wrapper,
	.one-sixth .counter.counter_horizontal .desc_wrapper { padding-left: 0; }
	
	/* Article box */
	.one-third .article_box .photo_wrapper { width: 100%; float: none; text-align: center; }
	.one-third .article_box .desc_wrapper { width: 100%; min-height: auto; float: none; }
	
	/* Pricing table */
	.pricing-box .plan-header h2 { word-wrap: break-word; }
	.pricing-box .plan-header .price sup.period { position: static; top: 0; display: block; }
	
	/* Infobox */
	.infobox { padding-left:20px; word-wrap: break-word;}
	.infobox ul li { padding-left: 0; padding-right: 0; }
	.infobox ul li:before { display: none; }
	
	/* Portfolio photo */
	.portfolio-photo .portfolio-item .portfolio-details:hover .details { opacity: 1; }
	.portfolio-photo .portfolio-item .portfolio-details .more { display: none; }
	/* Get in touch */
	.get_in_touch { padding-left:20px; word-wrap: break-word;}
	.get_in_touch ul li { padding-left: 0; padding-right: 0; }
	.get_in_touch ul li .icon { display: none; }	
	
	/* Hover color */
	.hover_color { word-wrap:break-word;}
	
	/* How it works */
	.how_it_works .image { width: 120px; height: 120px; line-height: 120px; }
	.how_it_works .image img { max-width: 66px !important; max-height: 66px !important; }
	.how_it_works .image .number { bottom: 0; right: 0; }
	.how_it_works.has_border:after { top: 60px; }
	
	/* Opening Hours */
	.opening_hours { padding-left:20px; word-wrap: break-word;}
	.opening_hours .opening_hours_wrapper li span { font-size: 16px; line-height: 16px; }
	
	/* Icon box */
	.icon_box.icon_position_left { min-height: auto; padding-left: 0; padding-right: 0; }
	.icon_box.icon_position_left .icon_wrapper { position: static; margin-bottom: 15px; }
	.icon_box.icon_position_left .desc_wrapper { text-align: center; padding-top: 0; }
	.icon_box.icon_position_left .image_wrapper { position: static; left: 0; margin-bottom: 15px; width: auto; height: auto; }
	
	/* Flat box */
	.flat_box .photo_wrapper .icon { width: 50px; }
	.flat_box .photo_wrapper .icon i { height: 40px; line-height: 40px; font-size: 30px; margin-top: -20px; }
	.flat_box a:hover .photo_wrapper .icon { -webkit-transform: translateX(-50px); transform: translateX(-50px); }
	.flat_box .desc_wrapper { margin-left: 50px; }
	
	.rtl .flat_box a:hover .photo_wrapper .icon { -webkit-transform: translateX(50px); transform: translateX(50px); }
	.rtl .flat_box .desc_wrapper { margin-left: 0; margin-right: 50px; }
	
	/* Offer thumb */
	.offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; float: none; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper { width: 100%; float: none; }
	
	/* Offer thumb bottom */
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; }
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper { margin-right: 0%; width: 100%; }
	
	/* Trailer box */
	.trailer_box .desc h2 { font-size: 22px; line-height: 22px; }
	
	/* Offer slider */
	.offer .offer_li .desc_wrapper { width: 324px; }
	/* Error 404 */
	#Error_404 { position: static; padding-top: 50px; margin-top: 0; }
	#Error_404 .error_pic { width: 100%; float: none; }
	#Error_404 .error_pic i { font-size: 260px; line-height: 260px; }
	#Error_404 .error_desk { width: 100%; float: none; padding-top: 20px; text-align: center; }
	
	/* Buttons */
	a.kill_the_icon .button_icon,
	.widget-area a.button .button_icon { display: none; }
	/* Zoom Box */
	.zoom_box .desc .desc_txt { font-size:18px; line-height:22px;}
}
/* #Tablet (Portrait) & Mobile - COMMON 														< 768	*
===================================================================================================== */
@media only screen and (max-width: 767px) 
{
	body 							{ min-width:0;}
	#Wrapper						{ width: 300px;}
	.mobile-wide #Wrapper			{ width: 92%;}
	
	.section_wrapper .column,
    .container .column,
	.sections_group,
	.four.columns					{ margin:0; width: 100% !important; clear: both; }
	.aside_both .sections_group		{ margin:0 auto !important;}
	
	.section_wrapper,
	.container,
	.four.columns					{ width: 260px !important; }
	.mobile-wide .section_wrapper,
	.mobile-wide .container,
	.mobile-wide .four.columns		{ width: 90% !important; 
		-webkit-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; 
	}
	.left-sidebar .items_group,
	.right-sidebar .items_group,
	.with_aside .content_wrapper 	{ width:100%;}
	.section_wrapper .column		{ margin:0 0 20px; height:auto !important;}
	
	.four.columns					{ float: none !important; margin:0 auto !important; }
	/* ======================================================= */
	
	.hide-mobile { display:none !important;}
	
	/* .section */
	.section { background-attachment:scroll !important; height: auto !important; }
	
	/* Header */
	#Top_bar,
	#Action_bar { background: #fff !important; position: static; }
	#Top_bar .top_bar_left { float: none; width: 100% !important; margin-top:10px; background:none !important;}
	.header-simple #Top_bar .top_bar_left { top:0 !important;}
	#Top_bar .top_bar_right { float: none; top: 0; height: 60px; padding: 0 10px; }
	#Top_bar .top_bar_right .top_bar_right_wrapper { float: right; }
	#Top_bar .top_bar_right:before { display: none; }
	#Top_bar a#header_cart { top: 20px; }
	#Top_bar a#search_button { top: 20px; }
	#Top_bar a.button.action_button { top: 9px; }
	#Top_bar .wpml-languages { top: 11px; }
	
	#Header a.responsive-menu-toggle { position: absolute !important; top: 20px !important; right: 5px !important; z-index: 10; margin: 0; }
	#Header a.responsive-menu-toggle.is-sticky { position: fixed !important; top: 10px !important; left: 10px !important; z-index:30; }
	.admin-bar #Header a.responsive-menu-toggle.is-sticky { top: 56px !important; }
	#Header #menu { position: static; float: left; width: auto; }
	
	#Top_bar .logo { position: static; float: none; width: 100%; text-align: center; margin: 0; }
	#Top_bar .logo #logo { padding: 5px 42px 15px;}
	#Top_bar .logo #logo img { height:auto !important;}
	
	#Top_bar .search_wrapper { top: auto; bottom:-132px; }
	
	#Action_bar .contact_details li,
	#Action_bar .social { padding:0 !important;}
	#Action_bar .contact_details { float: none; text-align: center; padding: 5px 0; }
	#Action_bar .contact_details li { color: #000; padding: 0; }
	#Action_bar .contact_details li.slogan { display: none; }
	#Action_bar .social { float: none; text-align: center; padding: 5px 0 0; }
	#Action_bar .social li { margin-right: 5px; }
	#Action_bar .social li a { color: rgba(0,0,0,.3); }
	#Action_bar .social li a:hover { color: rgba(0,0,0,.8); }
	#Action_bar .social-menu { float: none; text-align: center; padding: 5px 0 0; }
	/* Header below */
	body.header-below:not(.template-slider) #Header { padding-top: 0; }
	
	/* Stack header */
	.header-stack #Top_bar .logo { padding: 0; text-align: center !important; }
	.header-stack #Top_bar .secondary_menu_wrapper { display: none; }
	.header-stack #Top_bar .top_bar_right { position: static; }
	
	/* Header Creative */
	.header-creative #Wrapper { padding-top:0; }
	#Header_creative { position: static; }	
	#Header_creative #Top_bar .responsive-menu-toggle { top: 20px; }
	#Header_creative #Top_bar .responsive-menu-toggle.is-sticky { position: fixed !important; top: 10px !important; left: 10px !important; z-index:30; }
	#Header_creative #Top_bar .top_bar_left { margin-top: 0; padding-top: 10px; overflow: hidden; }
	#Header_creative #Top_bar .logo #logo { padding: 5px 42px 15px; }
	#Header_creative #Top_bar .logo #logo img { max-height:50px; }
	#Header_creative #Top_bar #menu { position: static; width: 100%; }
	
	/* Header menu */
	.header-overlay .overlay-menu-toggle { right:10px; top:20px; }
	#overlay-menu ul li a { font-size:22px; line-height:36px;}
	
	/* Subheader */
	body:not(.template-slider):not(.header-simple) #Header { min-height: 350px; background-position: center 202px; }
	#Subheader .title { width: 100%; }
	#Subheader ul.breadcrumbs { display: none; }
	
	/* Minimalist Header */
	body.minimalist-header.header-classic:not(.template-slider) #Header,
	body.minimalist-header.header-creative:not(.template-slider) #Header,
	body.minimalist-header.header-split:not(.template-slider) #Header { min-height:0;}
	body.minimalist-header.header-simple:not(.template-slider) #Header { min-height:90px;}
	body.minimalist-header.header-transparent #Header { min-height:0 !important;;}
	
	/* Header Magazine */
	.header-magazine #Top_bar .banner_wrapper { width: 100%; height: auto; text-align: center; position: static; margin-bottom: 20px; }
	
	/* Header Split */
	.header-split #Top_bar a#search_button { display:none; }
	
	/* Header */
	.header-plain #Top_bar .logo { text-align: left; }
	.header-plain #Top_bar .logo #logo { padding: 5px 42px 15px 15px; }
	
	.header-plain #Top_bar a.responsive-menu-toggle {  top: 12px !important; }
	.header-plain #Top_bar .top_bar_right { text-align: center; padding: 15px 0; }
	.header-plain #Top_bar .top_bar_right .top_bar_right_wrapper { line-height: 0; display: inline-block; float: none; }
	
	.header-plain #Top_bar .top_bar_right { height: 50px; }
	.header-plain #Top_bar a#header_cart,
	.header-plain #Top_bar a#search_button { padding: 0 10px; line-height: 50px; }
	.header-plain #Top_bar a#header_cart span { right: 7px; top: 8px; }
	.header-plain #Top_bar .wpml-languages { padding: 0 10px; height: 50px; line-height: 50px; }
	.header-plain #Top_bar a.button.action_button { line-height: 50px; }
	.header-plain #Top_bar a.button.action_button .button_label { padding: 0 12px; }
	/* Popup contact */
	#popup_contact { display: none; }
	
	/* .footer-sliding */
	.footer-fixed #Content,
	.footer-sliding #Content { margin-bottom: 0 !important; }
	.footer-fixed #Footer,
	.footer-sliding #Footer { position: static;}
	
	/* Widget */
	.widget-area { min-height: 0 !important; }
	
	/* Blog */
	
		/* Classic */
		.classic .post-photo-wrapper { width: 100%; float: none; }
		.classic .post-desc-wrapper { width: 100%; float: none; }
		.classic .post-meta .author-date .author .label { display: none; }
		.classic .post-meta .category { display: none; }
		.classic .post-desc-wrapper .post-footer .button-love .love-text { display: none; }
		.classic .post-desc-wrapper .post-desc { padding: 15px 0 0 0px; }
	
		/* Timeline */
		.timeline .post-item { padding-left: 0; background: none; }
		.timeline .post-item:before { display: none; }
		.timeline .post-photo-wrapper { width: 100%; float: none; }
		.timeline .post-desc-wrapper { width: 100%; float: none; }
		.timeline .post-item .date_label { display: inline-block; position: static; margin-bottom: 10px; }
		.timeline .post-meta .category { display: none; }
		.timeline .post-desc-wrapper .post-footer .button-love .love-text { display: none; }
		.timeline .post-desc-wrapper .post-desc { padding: 15px 0 0 0px; }
	
		/* Masonry */
		.masonry .post-item { width: 98%; }
		
		/* Photo */
		.photo .post-desc .post-head { margin-bottom: 5px; }
		.photo .post-desc .post-head .post-meta .category { display: none; }
		.photo .post-desc .post-head .post-meta .author-date { margin-right: 10px; }
		
		
	/* Blog single */
	.single-post .format-image .single-photo-wrapper .image_frame { display: block; }
	.single-post .format-link .single-photo-wrapper,
	.single-post .format-quote .single-photo-wrapper { display: none; }
	
	/* Post header */
	.post-header .button-love { width: 69px; }
	.post-header .title_wrapper { margin-left: 69px; padding-left: 20px; }
	.post-header .title_wrapper h1 { font-size: 27px; line-height: 27px; }
	.post-header .post-meta .category { display: none; }
	
	/* Single photo wrapper */
	.single-photo-wrapper .share_wrapper { display: none; } 
	.single-photo-wrapper .image_frame { margin-left: 0; }
	
	/* Post nav */
	.post-nav { padding: 10px 10px 4px 90px; }
	
	/* Project decription */
	.project-description li,
	.project-description li.one-third { width: 100%; border-width: 0 0 1px 0; }
	.project-description li:last-child { border-bottom: 0; }
	
	/* Portfolio grid */
	ul.portfolio_grid li { width: 100% !important; float: left ; }
	/* Fixed nav */
	.fixed-nav { display: none !important; }
	
	/* Filters */
	.blog #Filters { margin-bottom: 0; }
	#Filters .filters_wrapper ul li { float:left; width: 49%; margin: 0.5%; }
	
	/* Portfolio */
	.portfolio_group .portfolio-item { width: 100% !important; float: none; }
	
	.portfolio_group .portfolio-item .list_style_header { padding-right: 0; min-height: inherit; }
	.portfolio_group .portfolio-item .list_style_header h3 { margin: 0px; }
	.portfolio_group .portfolio-item .list_style_header .links_wrapper { display: none; }
	.portfolio_group .portfolio-item .desc .desc-wrapper { margin-right: 0px; }
	.portfolio_group .portfolio-item .desc .details-wrapper { float: none; width: 100%; padding-left: 0; border-left-width: 0px; border-bottom-width: 1px; padding-bottom: 15px; margin-bottom: 15px; }
	
	.portfolio_group.list .portfolio-item .desc { padding-top: 10px; }
	.portfolio_group.list .portfolio-item .portfolio-item-fw-bg { background-image: none !important; padding-bottom: 0; } 
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 380px; }
		
	/* Sidebar */
	.widget-area { border: 0 !important; padding: 0 !important; margin: 0 0 30px 0 !important; }
	.widget-area:after,
	.widget-area:before { display: none; }
	.widget:after { width: 100%; }
	
	/* Divider */
	.hr_full hr, .aside_left .hr_full hr, .aside_right .hr_full hr { position: absolute; left: -1000px; top: 0; width: 3000px; }
	
	/* How it works */
	.how_it_works .image, .with_aside .how_it_works .image { width: 200px; height: 200px; line-height: 200px; }
	.how_it_works .image img { max-width: 116px !important; max-height: 116px !important; }
	.how_it_works .image .number, .with_aside .how_it_works .image .number { bottom: 10px; right: 10px; }
	.how_it_works.has_border:after { display: none; }
	
	/* Pricing table */
	.pricing-box-label .plan-header,
	.pricing-box-label .plan-footer { display: none; }
	.pricing-box-label ul li { text-align: center !important; }
	
	/* Offer slider */
	.offer .offer_li .image_wrapper { width: 100%; float: none; margin-bottom: 15px; overflow: hidden; }
	.offer .offer_li .desc_wrapper { width: 100%; float: none; clear: both; margin: 0; }
	.offer .offer_li .desc_wrapper .title { padding-right: 0; margin-bottom: 15px; }
	.offer .offer_li .desc_wrapper .title h3 { margin-bottom: 15px;; font-size: 27px; line-height: 27px; }
	.offer .offer_li .desc_wrapper .title a.button { position: relative; }
	.offer a.slider_prev { left: 20px; top: 20px; margin: 0; }
	.offer .slider_pagination { left: 20px; top: 65px; margin: 0; }
	.offer a.slider_next { left: 20px; top: 111px; margin: 0; }
	
	/* Offer thumb */
	.offer_thumb { padding-left: 0; }
	.offer_thumb_ul li.offer_thumb_li { padding-left: 0; }
	.offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; float: none; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper { width: 100%; float: none; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title { padding-right: 0; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 { margin-bottom: 15px; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button { position: relative; }
	.offer_thumb .slider_pagination { margin-top: 20px; line-height: inherit; }
	
	/* Offer thumb bottom */
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; }
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper { margin-right: 0%; width: 100%; }
	/* Call to action */
	.call_to_action .call_left,
	.call_to_action .call_center,
	.call_to_action .call_right { display: block; width: 100%; }
	.call_to_action .call_left { margin-bottom: 20px; }
	.call_to_action .call_center { margin-bottom: 20px; }
	.call_to_action .call_right { margin-bottom: 0px; text-align: center; }
	
	/* Timeline */
	.timeline_items { background-position: 91px top; }
	.timeline_items li { padding: 0 0 25px 150px !important; background: url(../images/timeline_right.png) no-repeat !important; background-position: 50px top !important; width: auto; }
	.timeline_items li h3 span { left: 0 !important; right: auto; }
	.timeline_items li h3,
	.timeline_items li:nth-child(even) h3 { text-align: left; }
	.timeline_items li h3:before { left: 93px; }
	.timeline_items li .desc,
	.timeline_items li:nth-child(even) .desc { text-align: left; }
	.timeline_items li .desc:before { display: none; }
	.timeline_items:after { left: 93px; }
	
	/* Testimonials list */
	.testimonials_list .item { margin-bottom: 30px; }
	.testimonials_list .item .photo { width: 100%; float: none; margin-bottom: 10px; }
	.testimonials_list .item .desc { width: 100%; float: none; margin-bottom: 0px; }
	
	/* Promo box */
	.promo_box.has_border:after { display: none; }
	.promo_box_wrapper { overflow: visible; }
	.promo_box_wrapper .photo_wrapper { width: 100%; float: none; line-height: 0; margin-bottom: 15px; }
	.promo_box_wrapper .desc_wrapper { width: 100%; margin: 0 !important; float: none; padding-top: 0px; }
	
	/* Clients */
	ul.clients:not(.clients_slider_ul) li { width: 50% !important; }
	/* Fancy headings */
	.fancy_heading h2 { font-size: 30px; line-height: 30px; }
	
	/* Icon box */
	.icon_box.has_border:after { display: none; }
	
	/* Image Frame */
	.image_frame { margin-top:0 !important;}
	/* Content block */
	.content_slider,
	.content_slider.flat { padding: 0 65px 32px; }
	.content_slider a.slider_prev,
	.content_slider.flat a.slider_prev { left: 0px; }
	.content_slider a.slider_next,
	.content_slider.flat a.slider_next { right: 0px; }
	
	/* Portfolio photo */
	.portfolio-photo .portfolio-item .portfolio-details .details { display: none; }
	.portfolio-photo .portfolio-item .portfolio-details .more { opacity: 1; }
	
	/* Story Box */
	.story_box { padding: 0 11% !important; }
	.story_box .desc_wrapper { margin-right: 0% !important; }
	
	/* Tabs */
	.ui-tabs .ui-tabs-nav { background: none; }
	.ui-tabs .ui-tabs-nav li { float: none !important; width: 100% !important; border-width: 0 0 1px 0; }
	.ui-tabs .ui-tabs-nav li:last-child { border-bottom: 0; }
	.ui-tabs .ui-tabs-nav li a { text-align: center; }
	.ui-tabs .ui-tabs-nav li a { background-image: url(../images/bg_panel.png); background-repeat: repeat-x; background-position: left top; }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
	.ui-tabs .ui-tabs-nav li.ui-state-active a { background-image: none; }
	
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,
	.ui-tabs .ui-tabs-nav li.ui-state-active:after { display: none; }
	
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, 
	.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, 
	.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
	.ui-tabs .ui-tabs-nav li.ui-state-active a:after { display: none; }
	
	/* Tabs: simple-style */
	.style-simple .ui-tabs .ui-tabs-nav li a { background-image: none; }
	.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, 
	.style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, 
	.style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
	.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after { display: block; }
	
	/* Tabs vertical: simple-style */
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a { text-align: center; padding-right: 20px; }
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel { border-width: 1px 0 0 0 !important; }
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after { display: block; width: 100%; height: 2px; left: 0; top: auto; bottom: 0; right: auto;  }
	
	/* Google maps */
	.column_map .google-map-contact-wrapper { position: static; margin: 0; width: 100%; height: auto; }
	.column_map .google-map-contact-wrapper .get_in_touch { float: none; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	/* Features lists */
	.feature_list ul li { width: 100%; float: none; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
	.feature_list hr { display: none; }
	/* Error 404 */
	#Error_404 { position: static; padding-top: 20px; margin-top: 0; }
	#Error_404 .error_pic { width: 100%; float: none; }
	#Error_404 .error_pic i { font-size: 160px; line-height: 160px; }
	#Error_404 .error_desk { width: 100%; float: none; padding-top: 20px; text-align: center; }
	#Error_404 .error_desk h2 { font-size: 30px; line-height: 30px; }
	#Error_404 .error_desk h4 { font-size: 19px; line-height: 25px; }
	#Error_404 .error_desk p .check { line-height: 22px; font-size: 16px; margin-bottom: 15px; display: block; }
	
	/* Footer */
	#Footer .footer_copy { text-align: center; }
	#Footer .footer_copy .copyright { float: none; margin: 0 0 10px 0; }
	#Footer .footer_copy a#back_to_top { float: none; margin: -10px 0 10px; }
	#Footer .footer_copy .social { float: none; margin: 0; }
	#Footer .footer_copy .social-menu { float: none; margin: 0; }
	/* bbpress */
	.bbpress ul { font-size: 13px; }
	.bbpress li.bbp-forum-info,
	.bbpress li.bbp-topic-title { width: 44%; }
	.bbpress li.bbp-forum-topic-count,
	.bbpress li.bbp-topic-voice-count, 
	.bbpress li.bbp-forum-reply-count, 
	.bbpress li.bbp-topic-reply-count { width: 15%; }
	.bbpress .bbp-body li.bbp-forum-freshness,
	.bbpress .bbp-body li.bbp-topic-freshness { line-height: 16px; font-size: 11px; }
	
	/* WordPress Admin Bar */	
	html #wpadminbar { z-index:9999 !important; position:fixed;}
}
/* #Tablet (Portrait) & #Mobile (Landscape)													480 - 767	*
===================================================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    #Wrapper						{ width: 420px;}
	
	.section_wrapper,
	.container,
	.four.columns					{ width: 380px !important;}
	.with_aside .content_wrapper 	{ width:100%;}
	
	/* ======================================================= */
	
	/* Respond */
	#respond .comment-form-author { width: 100%; margin-right: 0%; float: none; }
	#respond .comment-form-email { width: 100%; margin-right: 0%; float: none; }
	#respond .comment-form-url { width: 100%; float: none; }
	#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select { width: 100%; }
	#respond .comment-form-comment textarea { width: 100%; }
	#respond .required { right: 15px; }
	
	#comments .commentlist > li .comment-body { margin-left:90px; padding:10px;}
	#comments .commentlist > li .photo {  left:-90px;}
	#comments .commentlist > li .children { margin-left: 0px; padding-left: 10px; }
	#comments .commentlist > li .reply { right: 10px; top: 10px;}
	#comments .commentlist > li .comment-meta a.comment-edit-link { padding-right: 45px;}
	
	.rtl #comments .commentlist > li .comment-body { margin-left:0; margin-right:90px;}
	.rtl #comments .commentlist > li .photo { left:auto; right:-90px;}
	.rtl #comments .commentlist > li .children { margin-right: 0px; padding-left: 0; padding-right: 10px; }
	.rtl #comments .commentlist > li .reply { left: 10px; right: auto;}
	.rtl #comments .commentlist > li .comment-meta a.comment-edit-link { padding-left: 45px; padding-right: 0;}
	
	/* Zoom Box */
	.zoom_box .desc .desc_txt { font-size:18px; line-height:22px;}
	
	/* Gallery */
	#Content .gallery .gallery-item { width:50%; }
}
/* 	#Mobile (Portrait)																			< 480
===================================================================================================== */
@media only screen and (max-width: 479px) {
	
	#Top_bar a.button.action_button { margin-right:0; }
	/* Post nav */
	.post-nav { padding: 10px 10px 4px 10px; }
	
	/* Portfolio list */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 260px; }
		
	/* Filters */
	#Filters .filters_buttons li { margin-right: 10px; }
	#Filters .filters_buttons li.label { display: none; }
	#Filters .filters_buttons li i.icon-docs,
	#Filters .filters_buttons li i.icon-tag { display: none; }
	
	/* Team */
	.team.team_horizontal .image_frame { width: 100%; margin: 0 0 15px 0; float: none; }
	.team.team_horizontal .desc_wrapper { width: 100%; float: none; }
	
	/* Timeline */
	.timeline_items { background-position: 21px top; }
	.timeline_items li { padding: 0 0 25px 80px !important; background-position: -20px top !important; }
	.timeline_items li h3 span { display: block; position:relative; margin-bottom:20px; clear:both; }
	.timeline_items li h3:before { left: 24px; }
	.timeline_items:after { left: 23px; }
	
	/* Testimonials slider */
	.testimonials_slider a.slider_prev { display: none !important; }
	.testimonials_slider a.slider_next { display: none !important; }
	.testimonials_slider .testimonials_slider_ul li { padding: 0; }
	
	/* Respond */
	#respond .comment-form-author { width: 99%; margin-right: 0%; float: none; }
	#respond .comment-form-email { width: 99%; margin-right: 0%; float: none; }
	#respond .comment-form-url { width: 99%; float: none; }
	#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select { width: 100%; }
	#respond .comment-form-comment textarea { width: 100%; }
	#respond .required { right: 11px; }
	
	#comments .commentlist > li .comment-body { margin-left:55px; padding:10px;}
	#comments .commentlist > li .photo { width:32px; height:32px; left:-55px;}
	#comments .commentlist > li .children { margin-left: 0px; padding-left: 10px; }
	#comments .commentlist > li .reply { right: 10px; top: 10px;}
	#comments .commentlist > li .comment-meta a.comment-edit-link { padding-right: 0; position:static; float:none;}
	
	.rtl #comments .commentlist > li .comment-body { margin-left:0; margin-right:55px;}
	.rtl #comments .commentlist > li .photo { left:auto; right:-55px;}
	.rtl #comments .commentlist > li .children { margin-right: 0px; padding-left: 0; padding-right: 10px; }
	.rtl #comments .commentlist > li .reply { left: 10px; right: auto;}
	.rtl #comments .commentlist > li .comment-meta a.comment-edit-link { padding: 0;}
	
	/* bbpress */
	.bbpress #bbpress-forums p.bbp-topic-meta,
	.bbpress #bbpress-forums p.bbp-topic-meta { display: none; }
		
	/* Zoom Box */
	.zoom_box .desc .desc_img img { max-height:60px;}
	.zoom_box .desc .desc_txt { font-size:14px; line-height:17px;}
	
	/* Gallery */
	#Content  .gallery .gallery-item { width:100%; }
}
/* ============================================  Retina  ============================================ */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
} | 
	wp-content/themes/betheme/css/responsive.css | 
	body {
	overflow-x: hidden;
}
/* #Tablet (Landscape) 																			> 960
===================================================================================================== */
@media only screen and (min-width: 960px)
{	
	.hide-desktop { display:none !important;}
}
/* #Tablet (Landscape) 																		768 - 959
===================================================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px)
{	
	body							{ min-width:0; }
	#Wrapper						{ width: 728px; }
	.section_wrapper,
	.container,
	.with_aside .content_wrapper	{ width: 708px; }
	
	/* ======================================================= */
	
	/* Header magazine */
	.header-magazine #Top_bar .banner_wrapper { width: 300px; top: 27px; }
	.hide-tablet { display:none !important;}
	a.kill_the_icon .button_icon { display: none; }
	
	/* Top bar width */
	#Top_bar .top_bar_left { width: 501px; }
	
	/* .footer-sliding */
	.footer-fixed #Content,
	.footer-sliding #Content { margin-bottom: 0 !important; }
	.footer-fixed #Footer,
	.footer-sliding #Footer { position: static;}
	
	/* Subheader */
	#Subheader .title { width: 100%; }
	#Subheader ul.breadcrumbs { display: none; }
	
	/* Blog */
	.with_aside .classic .post-meta .author-date .author .label { display: none; }
	.with_aside .classic .post-meta .category { display: none; }
	
		/* Masonry */
		.masonry .post-item { width: 47.9%; }
		
		/* Timeline */
		.timeline .post-photo-wrapper { width: 100%; float: none; }
		.timeline .post-desc-wrapper { width: 100%; float: none; }
		
	/* Filters */
	#Filters .filters_wrapper ul li { float:left; width: 24%; margin: 0.5%; }
	
	/* Portfolio list */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 694px; }
	
	/* Google maps */
	.column_map .google-map-contact-wrapper { width: 694px; margin-left: -347px; }
	
	/* Recent posts */
	.Recent_posts ul li .desc { margin-right: 40px; }
	.Recent_posts ul li .photo { width: 40px; height: 40px; }
	.Recent_posts ul li.format-link .photo { background-size: 40% auto; }
	.Recent_posts ul li .photo .c { width: 20px; height: 20px; line-height: 20px; bottom: 5px; right: -8px; }
	
	/* Tabs */
	.tabs_vertical.ui-tabs .ui-tabs-nav { width: 33% !important; }
	.tabs_vertical.ui-tabs .ui-tabs-panel { width: 66.7% !important; }
	/* Counter */
	.one-fourth .counter.counter_horizontal,
	.one-fifth .counter.counter_horizontal,
	.one-sixth .counter.counter_horizontal { text-align: center; }
	.one-fourth .counter.counter_horizontal .icon_wrapper,
	.one-fifth .counter.counter_horizontal .icon_wrapper,
	.one-sixth .counter.counter_horizontal .icon_wrapper { position: static; margin: 0 auto; margin-bottom: 15px; }
	.one-fourth .counter.counter_horizontal .desc_wrapper,
	.one-fifth .counter.counter_horizontal .desc_wrapper,
	.one-sixth .counter.counter_horizontal .desc_wrapper { padding-left: 0; }
	
	/* Article box */
	.one-third .article_box .photo_wrapper { width: 100%; float: none; text-align: center; }
	.one-third .article_box .desc_wrapper { width: 100%; min-height: auto; float: none; }
	
	/* Pricing table */
	.pricing-box .plan-header h2 { word-wrap: break-word; }
	.pricing-box .plan-header .price sup.period { position: static; top: 0; display: block; }
	
	/* Infobox */
	.infobox { padding-left:20px; word-wrap: break-word;}
	.infobox ul li { padding-left: 0; padding-right: 0; }
	.infobox ul li:before { display: none; }
	
	/* Portfolio photo */
	.portfolio-photo .portfolio-item .portfolio-details:hover .details { opacity: 1; }
	.portfolio-photo .portfolio-item .portfolio-details .more { display: none; }
	/* Get in touch */
	.get_in_touch { padding-left:20px; word-wrap: break-word;}
	.get_in_touch ul li { padding-left: 0; padding-right: 0; }
	.get_in_touch ul li .icon { display: none; }	
	
	/* Hover color */
	.hover_color { word-wrap:break-word;}
	
	/* How it works */
	.how_it_works .image { width: 120px; height: 120px; line-height: 120px; }
	.how_it_works .image img { max-width: 66px !important; max-height: 66px !important; }
	.how_it_works .image .number { bottom: 0; right: 0; }
	.how_it_works.has_border:after { top: 60px; }
	
	/* Opening Hours */
	.opening_hours { padding-left:20px; word-wrap: break-word;}
	.opening_hours .opening_hours_wrapper li span { font-size: 16px; line-height: 16px; }
	
	/* Icon box */
	.icon_box.icon_position_left { min-height: auto; padding-left: 0; padding-right: 0; }
	.icon_box.icon_position_left .icon_wrapper { position: static; margin-bottom: 15px; }
	.icon_box.icon_position_left .desc_wrapper { text-align: center; padding-top: 0; }
	.icon_box.icon_position_left .image_wrapper { position: static; left: 0; margin-bottom: 15px; width: auto; height: auto; }
	
	/* Flat box */
	.flat_box .photo_wrapper .icon { width: 50px; }
	.flat_box .photo_wrapper .icon i { height: 40px; line-height: 40px; font-size: 30px; margin-top: -20px; }
	.flat_box a:hover .photo_wrapper .icon { -webkit-transform: translateX(-50px); transform: translateX(-50px); }
	.flat_box .desc_wrapper { margin-left: 50px; }
	
	.rtl .flat_box a:hover .photo_wrapper .icon { -webkit-transform: translateX(50px); transform: translateX(50px); }
	.rtl .flat_box .desc_wrapper { margin-left: 0; margin-right: 50px; }
	
	/* Offer thumb */
	.offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; float: none; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper { width: 100%; float: none; }
	
	/* Offer thumb bottom */
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; }
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper { margin-right: 0%; width: 100%; }
	
	/* Trailer box */
	.trailer_box .desc h2 { font-size: 22px; line-height: 22px; }
	
	/* Offer slider */
	.offer .offer_li .desc_wrapper { width: 324px; }
	/* Error 404 */
	#Error_404 { position: static; padding-top: 50px; margin-top: 0; }
	#Error_404 .error_pic { width: 100%; float: none; }
	#Error_404 .error_pic i { font-size: 260px; line-height: 260px; }
	#Error_404 .error_desk { width: 100%; float: none; padding-top: 20px; text-align: center; }
	
	/* Buttons */
	a.kill_the_icon .button_icon,
	.widget-area a.button .button_icon { display: none; }
	/* Zoom Box */
	.zoom_box .desc .desc_txt { font-size:18px; line-height:22px;}
}
/* #Tablet (Portrait) & Mobile - COMMON 														< 768	*
===================================================================================================== */
@media only screen and (max-width: 767px) 
{
	body 							{ min-width:0;}
	#Wrapper						{ width: 300px;}
	.mobile-wide #Wrapper			{ width: 92%;}
	
	.section_wrapper .column,
    .container .column,
	.sections_group,
	.four.columns					{ margin:0; width: 100% !important; clear: both; }
	.aside_both .sections_group		{ margin:0 auto !important;}
	
	.section_wrapper,
	.container,
	.four.columns					{ width: 260px !important; }
	.mobile-wide .section_wrapper,
	.mobile-wide .container,
	.mobile-wide .four.columns		{ width: 90% !important; 
		-webkit-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; 
	}
	.left-sidebar .items_group,
	.right-sidebar .items_group,
	.with_aside .content_wrapper 	{ width:100%;}
	.section_wrapper .column		{ margin:0 0 20px; height:auto !important;}
	
	.four.columns					{ float: none !important; margin:0 auto !important; }
	/* ======================================================= */
	
	.hide-mobile { display:none !important;}
	
	/* .section */
	.section { background-attachment:scroll !important; height: auto !important; }
	
	/* Header */
	#Top_bar,
	#Action_bar { background: #fff !important; position: static; }
	#Top_bar .top_bar_left { float: none; width: 100% !important; margin-top:10px; background:none !important;}
	.header-simple #Top_bar .top_bar_left { top:0 !important;}
	#Top_bar .top_bar_right { float: none; top: 0; height: 60px; padding: 0 10px; }
	#Top_bar .top_bar_right .top_bar_right_wrapper { float: right; }
	#Top_bar .top_bar_right:before { display: none; }
	#Top_bar a#header_cart { top: 20px; }
	#Top_bar a#search_button { top: 20px; }
	#Top_bar a.button.action_button { top: 9px; }
	#Top_bar .wpml-languages { top: 11px; }
	
	#Header a.responsive-menu-toggle { position: absolute !important; top: 20px !important; right: 5px !important; z-index: 10; margin: 0; }
	#Header a.responsive-menu-toggle.is-sticky { position: fixed !important; top: 10px !important; left: 10px !important; z-index:30; }
	.admin-bar #Header a.responsive-menu-toggle.is-sticky { top: 56px !important; }
	#Header #menu { position: static; float: left; width: auto; }
	
	#Top_bar .logo { position: static; float: none; width: 100%; text-align: center; margin: 0; }
	#Top_bar .logo #logo { padding: 5px 42px 15px;}
	#Top_bar .logo #logo img { height:auto !important;}
	
	#Top_bar .search_wrapper { top: auto; bottom:-132px; }
	
	#Action_bar .contact_details li,
	#Action_bar .social { padding:0 !important;}
	#Action_bar .contact_details { float: none; text-align: center; padding: 5px 0; }
	#Action_bar .contact_details li { color: #000; padding: 0; }
	#Action_bar .contact_details li.slogan { display: none; }
	#Action_bar .social { float: none; text-align: center; padding: 5px 0 0; }
	#Action_bar .social li { margin-right: 5px; }
	#Action_bar .social li a { color: rgba(0,0,0,.3); }
	#Action_bar .social li a:hover { color: rgba(0,0,0,.8); }
	#Action_bar .social-menu { float: none; text-align: center; padding: 5px 0 0; }
	/* Header below */
	body.header-below:not(.template-slider) #Header { padding-top: 0; }
	
	/* Stack header */
	.header-stack #Top_bar .logo { padding: 0; text-align: center !important; }
	.header-stack #Top_bar .secondary_menu_wrapper { display: none; }
	.header-stack #Top_bar .top_bar_right { position: static; }
	
	/* Header Creative */
	.header-creative #Wrapper { padding-top:0; }
	#Header_creative { position: static; }	
	#Header_creative #Top_bar .responsive-menu-toggle { top: 20px; }
	#Header_creative #Top_bar .responsive-menu-toggle.is-sticky { position: fixed !important; top: 10px !important; left: 10px !important; z-index:30; }
	#Header_creative #Top_bar .top_bar_left { margin-top: 0; padding-top: 10px; overflow: hidden; }
	#Header_creative #Top_bar .logo #logo { padding: 5px 42px 15px; }
	#Header_creative #Top_bar .logo #logo img { max-height:50px; }
	#Header_creative #Top_bar #menu { position: static; width: 100%; }
	
	/* Header menu */
	.header-overlay .overlay-menu-toggle { right:10px; top:20px; }
	#overlay-menu ul li a { font-size:22px; line-height:36px;}
	
	/* Subheader */
	body:not(.template-slider):not(.header-simple) #Header { min-height: 350px; background-position: center 202px; }
	#Subheader .title { width: 100%; }
	#Subheader ul.breadcrumbs { display: none; }
	
	/* Minimalist Header */
	body.minimalist-header.header-classic:not(.template-slider) #Header,
	body.minimalist-header.header-creative:not(.template-slider) #Header,
	body.minimalist-header.header-split:not(.template-slider) #Header { min-height:0;}
	body.minimalist-header.header-simple:not(.template-slider) #Header { min-height:90px;}
	body.minimalist-header.header-transparent #Header { min-height:0 !important;;}
	
	/* Header Magazine */
	.header-magazine #Top_bar .banner_wrapper { width: 100%; height: auto; text-align: center; position: static; margin-bottom: 20px; }
	
	/* Header Split */
	.header-split #Top_bar a#search_button { display:none; }
	
	/* Header */
	.header-plain #Top_bar .logo { text-align: left; }
	.header-plain #Top_bar .logo #logo { padding: 5px 42px 15px 15px; }
	
	.header-plain #Top_bar a.responsive-menu-toggle {  top: 12px !important; }
	.header-plain #Top_bar .top_bar_right { text-align: center; padding: 15px 0; }
	.header-plain #Top_bar .top_bar_right .top_bar_right_wrapper { line-height: 0; display: inline-block; float: none; }
	
	.header-plain #Top_bar .top_bar_right { height: 50px; }
	.header-plain #Top_bar a#header_cart,
	.header-plain #Top_bar a#search_button { padding: 0 10px; line-height: 50px; }
	.header-plain #Top_bar a#header_cart span { right: 7px; top: 8px; }
	.header-plain #Top_bar .wpml-languages { padding: 0 10px; height: 50px; line-height: 50px; }
	.header-plain #Top_bar a.button.action_button { line-height: 50px; }
	.header-plain #Top_bar a.button.action_button .button_label { padding: 0 12px; }
	/* Popup contact */
	#popup_contact { display: none; }
	
	/* .footer-sliding */
	.footer-fixed #Content,
	.footer-sliding #Content { margin-bottom: 0 !important; }
	.footer-fixed #Footer,
	.footer-sliding #Footer { position: static;}
	
	/* Widget */
	.widget-area { min-height: 0 !important; }
	
	/* Blog */
	
		/* Classic */
		.classic .post-photo-wrapper { width: 100%; float: none; }
		.classic .post-desc-wrapper { width: 100%; float: none; }
		.classic .post-meta .author-date .author .label { display: none; }
		.classic .post-meta .category { display: none; }
		.classic .post-desc-wrapper .post-footer .button-love .love-text { display: none; }
		.classic .post-desc-wrapper .post-desc { padding: 15px 0 0 0px; }
	
		/* Timeline */
		.timeline .post-item { padding-left: 0; background: none; }
		.timeline .post-item:before { display: none; }
		.timeline .post-photo-wrapper { width: 100%; float: none; }
		.timeline .post-desc-wrapper { width: 100%; float: none; }
		.timeline .post-item .date_label { display: inline-block; position: static; margin-bottom: 10px; }
		.timeline .post-meta .category { display: none; }
		.timeline .post-desc-wrapper .post-footer .button-love .love-text { display: none; }
		.timeline .post-desc-wrapper .post-desc { padding: 15px 0 0 0px; }
	
		/* Masonry */
		.masonry .post-item { width: 98%; }
		
		/* Photo */
		.photo .post-desc .post-head { margin-bottom: 5px; }
		.photo .post-desc .post-head .post-meta .category { display: none; }
		.photo .post-desc .post-head .post-meta .author-date { margin-right: 10px; }
		
		
	/* Blog single */
	.single-post .format-image .single-photo-wrapper .image_frame { display: block; }
	.single-post .format-link .single-photo-wrapper,
	.single-post .format-quote .single-photo-wrapper { display: none; }
	
	/* Post header */
	.post-header .button-love { width: 69px; }
	.post-header .title_wrapper { margin-left: 69px; padding-left: 20px; }
	.post-header .title_wrapper h1 { font-size: 27px; line-height: 27px; }
	.post-header .post-meta .category { display: none; }
	
	/* Single photo wrapper */
	.single-photo-wrapper .share_wrapper { display: none; } 
	.single-photo-wrapper .image_frame { margin-left: 0; }
	
	/* Post nav */
	.post-nav { padding: 10px 10px 4px 90px; }
	
	/* Project decription */
	.project-description li,
	.project-description li.one-third { width: 100%; border-width: 0 0 1px 0; }
	.project-description li:last-child { border-bottom: 0; }
	
	/* Portfolio grid */
	ul.portfolio_grid li { width: 100% !important; float: left ; }
	/* Fixed nav */
	.fixed-nav { display: none !important; }
	
	/* Filters */
	.blog #Filters { margin-bottom: 0; }
	#Filters .filters_wrapper ul li { float:left; width: 49%; margin: 0.5%; }
	
	/* Portfolio */
	.portfolio_group .portfolio-item { width: 100% !important; float: none; }
	
	.portfolio_group .portfolio-item .list_style_header { padding-right: 0; min-height: inherit; }
	.portfolio_group .portfolio-item .list_style_header h3 { margin: 0px; }
	.portfolio_group .portfolio-item .list_style_header .links_wrapper { display: none; }
	.portfolio_group .portfolio-item .desc .desc-wrapper { margin-right: 0px; }
	.portfolio_group .portfolio-item .desc .details-wrapper { float: none; width: 100%; padding-left: 0; border-left-width: 0px; border-bottom-width: 1px; padding-bottom: 15px; margin-bottom: 15px; }
	
	.portfolio_group.list .portfolio-item .desc { padding-top: 10px; }
	.portfolio_group.list .portfolio-item .portfolio-item-fw-bg { background-image: none !important; padding-bottom: 0; } 
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 380px; }
		
	/* Sidebar */
	.widget-area { border: 0 !important; padding: 0 !important; margin: 0 0 30px 0 !important; }
	.widget-area:after,
	.widget-area:before { display: none; }
	.widget:after { width: 100%; }
	
	/* Divider */
	.hr_full hr, .aside_left .hr_full hr, .aside_right .hr_full hr { position: absolute; left: -1000px; top: 0; width: 3000px; }
	
	/* How it works */
	.how_it_works .image, .with_aside .how_it_works .image { width: 200px; height: 200px; line-height: 200px; }
	.how_it_works .image img { max-width: 116px !important; max-height: 116px !important; }
	.how_it_works .image .number, .with_aside .how_it_works .image .number { bottom: 10px; right: 10px; }
	.how_it_works.has_border:after { display: none; }
	
	/* Pricing table */
	.pricing-box-label .plan-header,
	.pricing-box-label .plan-footer { display: none; }
	.pricing-box-label ul li { text-align: center !important; }
	
	/* Offer slider */
	.offer .offer_li .image_wrapper { width: 100%; float: none; margin-bottom: 15px; overflow: hidden; }
	.offer .offer_li .desc_wrapper { width: 100%; float: none; clear: both; margin: 0; }
	.offer .offer_li .desc_wrapper .title { padding-right: 0; margin-bottom: 15px; }
	.offer .offer_li .desc_wrapper .title h3 { margin-bottom: 15px;; font-size: 27px; line-height: 27px; }
	.offer .offer_li .desc_wrapper .title a.button { position: relative; }
	.offer a.slider_prev { left: 20px; top: 20px; margin: 0; }
	.offer .slider_pagination { left: 20px; top: 65px; margin: 0; }
	.offer a.slider_next { left: 20px; top: 111px; margin: 0; }
	
	/* Offer thumb */
	.offer_thumb { padding-left: 0; }
	.offer_thumb_ul li.offer_thumb_li { padding-left: 0; }
	.offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; float: none; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper { width: 100%; float: none; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title { padding-right: 0; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 { margin-bottom: 15px; }
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button { position: relative; }
	.offer_thumb .slider_pagination { margin-top: 20px; line-height: inherit; }
	
	/* Offer thumb bottom */
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; }
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper { margin-right: 0%; width: 100%; }
	/* Call to action */
	.call_to_action .call_left,
	.call_to_action .call_center,
	.call_to_action .call_right { display: block; width: 100%; }
	.call_to_action .call_left { margin-bottom: 20px; }
	.call_to_action .call_center { margin-bottom: 20px; }
	.call_to_action .call_right { margin-bottom: 0px; text-align: center; }
	
	/* Timeline */
	.timeline_items { background-position: 91px top; }
	.timeline_items li { padding: 0 0 25px 150px !important; background: url(../images/timeline_right.png) no-repeat !important; background-position: 50px top !important; width: auto; }
	.timeline_items li h3 span { left: 0 !important; right: auto; }
	.timeline_items li h3,
	.timeline_items li:nth-child(even) h3 { text-align: left; }
	.timeline_items li h3:before { left: 93px; }
	.timeline_items li .desc,
	.timeline_items li:nth-child(even) .desc { text-align: left; }
	.timeline_items li .desc:before { display: none; }
	.timeline_items:after { left: 93px; }
	
	/* Testimonials list */
	.testimonials_list .item { margin-bottom: 30px; }
	.testimonials_list .item .photo { width: 100%; float: none; margin-bottom: 10px; }
	.testimonials_list .item .desc { width: 100%; float: none; margin-bottom: 0px; }
	
	/* Promo box */
	.promo_box.has_border:after { display: none; }
	.promo_box_wrapper { overflow: visible; }
	.promo_box_wrapper .photo_wrapper { width: 100%; float: none; line-height: 0; margin-bottom: 15px; }
	.promo_box_wrapper .desc_wrapper { width: 100%; margin: 0 !important; float: none; padding-top: 0px; }
	
	/* Clients */
	ul.clients:not(.clients_slider_ul) li { width: 50% !important; }
	/* Fancy headings */
	.fancy_heading h2 { font-size: 30px; line-height: 30px; }
	
	/* Icon box */
	.icon_box.has_border:after { display: none; }
	
	/* Image Frame */
	.image_frame { margin-top:0 !important;}
	/* Content block */
	.content_slider,
	.content_slider.flat { padding: 0 65px 32px; }
	.content_slider a.slider_prev,
	.content_slider.flat a.slider_prev { left: 0px; }
	.content_slider a.slider_next,
	.content_slider.flat a.slider_next { right: 0px; }
	
	/* Portfolio photo */
	.portfolio-photo .portfolio-item .portfolio-details .details { display: none; }
	.portfolio-photo .portfolio-item .portfolio-details .more { opacity: 1; }
	
	/* Story Box */
	.story_box { padding: 0 11% !important; }
	.story_box .desc_wrapper { margin-right: 0% !important; }
	
	/* Tabs */
	.ui-tabs .ui-tabs-nav { background: none; }
	.ui-tabs .ui-tabs-nav li { float: none !important; width: 100% !important; border-width: 0 0 1px 0; }
	.ui-tabs .ui-tabs-nav li:last-child { border-bottom: 0; }
	.ui-tabs .ui-tabs-nav li a { text-align: center; }
	.ui-tabs .ui-tabs-nav li a { background-image: url(../images/bg_panel.png); background-repeat: repeat-x; background-position: left top; }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
	.ui-tabs .ui-tabs-nav li.ui-state-active a { background-image: none; }
	
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,
	.ui-tabs .ui-tabs-nav li.ui-state-active:after { display: none; }
	
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, 
	.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, 
	.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
	.ui-tabs .ui-tabs-nav li.ui-state-active a:after { display: none; }
	
	/* Tabs: simple-style */
	.style-simple .ui-tabs .ui-tabs-nav li a { background-image: none; }
	.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, 
	.style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, 
	.style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
	.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after { display: block; }
	
	/* Tabs vertical: simple-style */
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a { text-align: center; padding-right: 20px; }
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel { border-width: 1px 0 0 0 !important; }
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after { display: block; width: 100%; height: 2px; left: 0; top: auto; bottom: 0; right: auto;  }
	
	/* Google maps */
	.column_map .google-map-contact-wrapper { position: static; margin: 0; width: 100%; height: auto; }
	.column_map .google-map-contact-wrapper .get_in_touch { float: none; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	/* Features lists */
	.feature_list ul li { width: 100%; float: none; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
	.feature_list hr { display: none; }
	/* Error 404 */
	#Error_404 { position: static; padding-top: 20px; margin-top: 0; }
	#Error_404 .error_pic { width: 100%; float: none; }
	#Error_404 .error_pic i { font-size: 160px; line-height: 160px; }
	#Error_404 .error_desk { width: 100%; float: none; padding-top: 20px; text-align: center; }
	#Error_404 .error_desk h2 { font-size: 30px; line-height: 30px; }
	#Error_404 .error_desk h4 { font-size: 19px; line-height: 25px; }
	#Error_404 .error_desk p .check { line-height: 22px; font-size: 16px; margin-bottom: 15px; display: block; }
	
	/* Footer */
	#Footer .footer_copy { text-align: center; }
	#Footer .footer_copy .copyright { float: none; margin: 0 0 10px 0; }
	#Footer .footer_copy a#back_to_top { float: none; margin: -10px 0 10px; }
	#Footer .footer_copy .social { float: none; margin: 0; }
	#Footer .footer_copy .social-menu { float: none; margin: 0; }
	/* bbpress */
	.bbpress ul { font-size: 13px; }
	.bbpress li.bbp-forum-info,
	.bbpress li.bbp-topic-title { width: 44%; }
	.bbpress li.bbp-forum-topic-count,
	.bbpress li.bbp-topic-voice-count, 
	.bbpress li.bbp-forum-reply-count, 
	.bbpress li.bbp-topic-reply-count { width: 15%; }
	.bbpress .bbp-body li.bbp-forum-freshness,
	.bbpress .bbp-body li.bbp-topic-freshness { line-height: 16px; font-size: 11px; }
	
	/* WordPress Admin Bar */	
	html #wpadminbar { z-index:9999 !important; position:fixed;}
}
/* #Tablet (Portrait) & #Mobile (Landscape)													480 - 767	*
===================================================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    #Wrapper						{ width: 420px;}
	
	.section_wrapper,
	.container,
	.four.columns					{ width: 380px !important;}
	.with_aside .content_wrapper 	{ width:100%;}
	
	/* ======================================================= */
	
	/* Respond */
	#respond .comment-form-author { width: 100%; margin-right: 0%; float: none; }
	#respond .comment-form-email { width: 100%; margin-right: 0%; float: none; }
	#respond .comment-form-url { width: 100%; float: none; }
	#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select { width: 100%; }
	#respond .comment-form-comment textarea { width: 100%; }
	#respond .required { right: 15px; }
	
	#comments .commentlist > li .comment-body { margin-left:90px; padding:10px;}
	#comments .commentlist > li .photo {  left:-90px;}
	#comments .commentlist > li .children { margin-left: 0px; padding-left: 10px; }
	#comments .commentlist > li .reply { right: 10px; top: 10px;}
	#comments .commentlist > li .comment-meta a.comment-edit-link { padding-right: 45px;}
	
	.rtl #comments .commentlist > li .comment-body { margin-left:0; margin-right:90px;}
	.rtl #comments .commentlist > li .photo { left:auto; right:-90px;}
	.rtl #comments .commentlist > li .children { margin-right: 0px; padding-left: 0; padding-right: 10px; }
	.rtl #comments .commentlist > li .reply { left: 10px; right: auto;}
	.rtl #comments .commentlist > li .comment-meta a.comment-edit-link { padding-left: 45px; padding-right: 0;}
	
	/* Zoom Box */
	.zoom_box .desc .desc_txt { font-size:18px; line-height:22px;}
	
	/* Gallery */
	#Content .gallery .gallery-item { width:50%; }
}
/* 	#Mobile (Portrait)																			< 480
===================================================================================================== */
@media only screen and (max-width: 479px) {
	
	#Top_bar a.button.action_button { margin-right:0; }
	/* Post nav */
	.post-nav { padding: 10px 10px 4px 10px; }
	
	/* Portfolio list */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 260px; }
		
	/* Filters */
	#Filters .filters_buttons li { margin-right: 10px; }
	#Filters .filters_buttons li.label { display: none; }
	#Filters .filters_buttons li i.icon-docs,
	#Filters .filters_buttons li i.icon-tag { display: none; }
	
	/* Team */
	.team.team_horizontal .image_frame { width: 100%; margin: 0 0 15px 0; float: none; }
	.team.team_horizontal .desc_wrapper { width: 100%; float: none; }
	
	/* Timeline */
	.timeline_items { background-position: 21px top; }
	.timeline_items li { padding: 0 0 25px 80px !important; background-position: -20px top !important; }
	.timeline_items li h3 span { display: block; position:relative; margin-bottom:20px; clear:both; }
	.timeline_items li h3:before { left: 24px; }
	.timeline_items:after { left: 23px; }
	
	/* Testimonials slider */
	.testimonials_slider a.slider_prev { display: none !important; }
	.testimonials_slider a.slider_next { display: none !important; }
	.testimonials_slider .testimonials_slider_ul li { padding: 0; }
	
	/* Respond */
	#respond .comment-form-author { width: 99%; margin-right: 0%; float: none; }
	#respond .comment-form-email { width: 99%; margin-right: 0%; float: none; }
	#respond .comment-form-url { width: 99%; float: none; }
	#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select { width: 100%; }
	#respond .comment-form-comment textarea { width: 100%; }
	#respond .required { right: 11px; }
	
	#comments .commentlist > li .comment-body { margin-left:55px; padding:10px;}
	#comments .commentlist > li .photo { width:32px; height:32px; left:-55px;}
	#comments .commentlist > li .children { margin-left: 0px; padding-left: 10px; }
	#comments .commentlist > li .reply { right: 10px; top: 10px;}
	#comments .commentlist > li .comment-meta a.comment-edit-link { padding-right: 0; position:static; float:none;}
	
	.rtl #comments .commentlist > li .comment-body { margin-left:0; margin-right:55px;}
	.rtl #comments .commentlist > li .photo { left:auto; right:-55px;}
	.rtl #comments .commentlist > li .children { margin-right: 0px; padding-left: 0; padding-right: 10px; }
	.rtl #comments .commentlist > li .reply { left: 10px; right: auto;}
	.rtl #comments .commentlist > li .comment-meta a.comment-edit-link { padding: 0;}
	
	/* bbpress */
	.bbpress #bbpress-forums p.bbp-topic-meta,
	.bbpress #bbpress-forums p.bbp-topic-meta { display: none; }
		
	/* Zoom Box */
	.zoom_box .desc .desc_img img { max-height:60px;}
	.zoom_box .desc .desc_txt { font-size:14px; line-height:17px;}
	
	/* Gallery */
	#Content  .gallery .gallery-item { width:100%; }
}
/* ============================================  Retina  ============================================ */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
} | 0.284675 | 0.045735 | 
| 
	.am-topbar{
	border-top: 3px solid #71b6f9;
	background: none;
	border-bottom: none;
}
.am-topbar .am-topbar-left {
    background: #ffffff;
    float: left;
    text-align: center;
    height: 73px;
    position: relative;
    width: 290px;
    z-index: 1;
   
}
.am-navbar-left{
	float: left;
}
.am-topbar .am-topbar-left .logo {
    line-height: 70px;
}
.logo {
    color: #188ae2 !important;
    font-size: 32px;
    font-family: 'Rancho', cursive;
}
.am-navbar-default .am-navbar-left {
    padding-left: 10px;
}
.am-navbar-default .am-navbar-left li {
    padding: 0px 10px;
}
.page-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 70px;
    margin-left: 44px;
}
.am-navbar-default .am-navbar-left {
    padding-left: 10px;
}
.am-navbar-right{
	float: right!important;
	margin-right: 30px;
	margin-top: 10px;
}
.am-navbar-right li{
	float: left;
}
.app-search .form-control, .app-search .form-control:focus {
    border: 1px solid rgba(152, 166, 173, 0.15);
    font-size: 13px;
    height: 34px;
    color: #435966;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 40px;
    margin-left: 20px;
    background: rgba(152, 166, 173, 0.1);
    box-shadow: none;
    border-radius: 30px;
    width: 190px;
}
.inform{
	line-height: 40px;
}
.hidden-xs{
	position: relative;
}
.app-search a{
	position: absolute;
	display: block;
	width: 19px;
	height: 21px;
	top: 3px;
  right: 20px;
  color: rgba(152, 166, 173, 0.7);
}
.admin-menu {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 20px;
}
.admin{
	width: 100%;
    /*position: relative;*/
    height: 100%;
  
}
.admin .am-g{
	padding-left: 0;
	padding-right: 0;
}
/*--------Left Sidebar Start----------*/
/*---user---*/
.side-menu {
    top: 70px;
    width: 250px;
    z-index: 10;
    background: #ffffff;
    bottom: 50px;
    height: 100%;
    margin-bottom: -70px;
    margin-top: 0px;
    padding-bottom: 70px;
    position: fixed;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
.user-box {
    text-align: center;
    padding: 30px 0px 20px 0px;
    background: #fff;
}
.user-box .user-img {
    position: relative;
    height: 88px;
    width: 88px;
    margin: 0px auto;
}
.img-thumbnail {
    border: 1px solid #EBEFF2;
}
.img-circle {
    border-radius: 50%;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
}
.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 7px;
    right: 15px;
}
.user-box .user-status.offline i {
    color: #ff5b5b;
}
.user-box .user-status i {
    font-size: 15px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.user-box ul li a {
    color: #98a6ad;
}
.user-box h5 a {
    color: #98a6ad;
}
a:hover {
    outline: 0;
    text-decoration: none;
}
/*---Sidemenu---*/
#sidebar-menu {
    padding-bottom: 30px;
    width: 100%;
}
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
}
.text-muted {
    color: #98a6ad !important;
    font-size: 12px;
}
#sidebar-menu > ul > li > a.active {
    border-left: 3px solid #71b6f9;
    color: #71b6f9 !important;
}
#sidebar-menu > ul > li > a {
    color: #435966;
    display: block;
    padding: 12px 20px;
    margin: 4px 0px;
    background-color: #ffffff;
    border-left: 3px solid transparent;
}
#sidebar-menu a {
    line-height: 1.3;
}
.has_sub .fa-chevron-right{
	position: absolute;
	top: 13px;
	right: 20px;
	line-height: 18px;
  font-size: 10px;
  color: #435966;
}
#sidebar-menu ul ul a {
    color: #63747c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-left: 3px solid transparent;
    display: block;
    padding: 10px 20px 10px 65px;
}
.inform{
	font-size: 25px;
    line-height: 48px;
}
/*---right Content here---*/
.content-page {
    overflow: auto;
    /*height: 700px;*/
    margin-top: 30px;
  /*  padding-left: 260px;*/
   margin-left: 30px;
   margin-right:30px; 
 
}
.content-page .content {
    padding: 0px 5px;
    /*margin-top: 20px;*/
}
.am-g{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 641px) { /*当屏幕尺寸小于600px时,应用下面的CSS样式*/
  .am-topbar{
  	background: #fff;
  }
  .content-page{
  	/*padding-left: 15px;*/
  }
  
  .page-title{
  	margin-left: 20px;
  }
  
}
.contain{
	overflow: hidden;
}
/*--navbar--*/
.admin-menu {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 20px;
}
.admin{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
}
.admin-sidebar{
	float: left;
}
.content-page{
	flex: 1;
	-webkit-flex: 1;
} | 
	public/Home/assets/css/menu.css | 
	.am-topbar{
	border-top: 3px solid #71b6f9;
	background: none;
	border-bottom: none;
}
.am-topbar .am-topbar-left {
    background: #ffffff;
    float: left;
    text-align: center;
    height: 73px;
    position: relative;
    width: 290px;
    z-index: 1;
   
}
.am-navbar-left{
	float: left;
}
.am-topbar .am-topbar-left .logo {
    line-height: 70px;
}
.logo {
    color: #188ae2 !important;
    font-size: 32px;
    font-family: 'Rancho', cursive;
}
.am-navbar-default .am-navbar-left {
    padding-left: 10px;
}
.am-navbar-default .am-navbar-left li {
    padding: 0px 10px;
}
.page-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 70px;
    margin-left: 44px;
}
.am-navbar-default .am-navbar-left {
    padding-left: 10px;
}
.am-navbar-right{
	float: right!important;
	margin-right: 30px;
	margin-top: 10px;
}
.am-navbar-right li{
	float: left;
}
.app-search .form-control, .app-search .form-control:focus {
    border: 1px solid rgba(152, 166, 173, 0.15);
    font-size: 13px;
    height: 34px;
    color: #435966;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 40px;
    margin-left: 20px;
    background: rgba(152, 166, 173, 0.1);
    box-shadow: none;
    border-radius: 30px;
    width: 190px;
}
.inform{
	line-height: 40px;
}
.hidden-xs{
	position: relative;
}
.app-search a{
	position: absolute;
	display: block;
	width: 19px;
	height: 21px;
	top: 3px;
  right: 20px;
  color: rgba(152, 166, 173, 0.7);
}
.admin-menu {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 20px;
}
.admin{
	width: 100%;
    /*position: relative;*/
    height: 100%;
  
}
.admin .am-g{
	padding-left: 0;
	padding-right: 0;
}
/*--------Left Sidebar Start----------*/
/*---user---*/
.side-menu {
    top: 70px;
    width: 250px;
    z-index: 10;
    background: #ffffff;
    bottom: 50px;
    height: 100%;
    margin-bottom: -70px;
    margin-top: 0px;
    padding-bottom: 70px;
    position: fixed;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
.user-box {
    text-align: center;
    padding: 30px 0px 20px 0px;
    background: #fff;
}
.user-box .user-img {
    position: relative;
    height: 88px;
    width: 88px;
    margin: 0px auto;
}
.img-thumbnail {
    border: 1px solid #EBEFF2;
}
.img-circle {
    border-radius: 50%;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
}
.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 7px;
    right: 15px;
}
.user-box .user-status.offline i {
    color: #ff5b5b;
}
.user-box .user-status i {
    font-size: 15px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.user-box ul li a {
    color: #98a6ad;
}
.user-box h5 a {
    color: #98a6ad;
}
a:hover {
    outline: 0;
    text-decoration: none;
}
/*---Sidemenu---*/
#sidebar-menu {
    padding-bottom: 30px;
    width: 100%;
}
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
}
.text-muted {
    color: #98a6ad !important;
    font-size: 12px;
}
#sidebar-menu > ul > li > a.active {
    border-left: 3px solid #71b6f9;
    color: #71b6f9 !important;
}
#sidebar-menu > ul > li > a {
    color: #435966;
    display: block;
    padding: 12px 20px;
    margin: 4px 0px;
    background-color: #ffffff;
    border-left: 3px solid transparent;
}
#sidebar-menu a {
    line-height: 1.3;
}
.has_sub .fa-chevron-right{
	position: absolute;
	top: 13px;
	right: 20px;
	line-height: 18px;
  font-size: 10px;
  color: #435966;
}
#sidebar-menu ul ul a {
    color: #63747c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-left: 3px solid transparent;
    display: block;
    padding: 10px 20px 10px 65px;
}
.inform{
	font-size: 25px;
    line-height: 48px;
}
/*---right Content here---*/
.content-page {
    overflow: auto;
    /*height: 700px;*/
    margin-top: 30px;
  /*  padding-left: 260px;*/
   margin-left: 30px;
   margin-right:30px; 
 
}
.content-page .content {
    padding: 0px 5px;
    /*margin-top: 20px;*/
}
.am-g{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 641px) { /*当屏幕尺寸小于600px时,应用下面的CSS样式*/
  .am-topbar{
  	background: #fff;
  }
  .content-page{
  	/*padding-left: 15px;*/
  }
  
  .page-title{
  	margin-left: 20px;
  }
  
}
.contain{
	overflow: hidden;
}
/*--navbar--*/
.admin-menu {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 20px;
}
.admin{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
}
.admin-sidebar{
	float: left;
}
.content-page{
	flex: 1;
	-webkit-flex: 1;
} | 0.31216 | 0.083666 | 
| 
	
.sapSuiteUiCommonsNoteTakerCard {
    background-color: @sapUiMediumBG;
    width: 300px;
    height: 500px;
    border-top: 4px solid @sapUiMediumLine;
    padding-top: 11px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.suiteUiNtcPositiveCard {
    border-top-color: @sapUiPositiveBorder;
}
.suiteUiNtcNegativeCard {
    border-top-color: @sapUiErrorBorder;
}
/* Header section contains title, date and edit button */
.sapSuiteUiCommonsNoteTakerCardHeader {
  color: @sapUiTextTitle;
  font-size: 20px;
  height: 40px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: @sapUiHighlight;
  margin-bottom: 10px;
}
.sapSuiteUiCommonsNoteTakerCardHeaderButtons {
    float: right;
}
.sapSuiteUiCommonsNoteTakerCardHeaderButtons button {
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
}
.sapSuiteUiCommonsNoteTakerCardDeleteButton {
    background-image: url(img/delete_16.png);
    margin-left: 4px;
}
.sapSuiteUiCommonsNoteTakerCardEditButton {
    background-image: url(img/edit_24.png);
}
.sapSuiteUiCommonsNoteTakerCardEditButtonDsbl {
    background-image: url(img/edit_grey_24.png);
}
.sapSuiteUiCommonsNoteTakerCardTimestamp {
  color: @sapUiLightText;
  font-size: 12px;
}
/* End of header section styles */
/* Content section includes toolbar, note body and footer */
.sapSuiteUiCommonsNoteTakerCardBodyContent {
  background-color: @sapUiWhite;
  height: 448px;
  position: relative;
  overflow: hidden;
}
.sapSuiteUiCommonsNoteTakerCardTagList {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.sapSuiteUiCommonsNoteTakerCardTagList span {
  color: @sapUiHighlight;
}
.sapSuiteUiCommonsNoteTakerCardBody {
  font-size: 14px;
  padding: 5px;
  overflow: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
  height: 392px;
}
.sapSuiteUiCommonsNoteTakerCardBody a {
	font-size: inherit;
}
.sapSuiteUiCommonsNtcBodyViewAllAttach {
	height: 336px;
}
.sapSuiteUiCommonsNtcBodyViewAll {
	height: 360px;
}
.sapSuiteUiCommonsNtcBodyAttach {
	height: 368px;
}
.sapSuiteUiCommonsNoteTakerCardViewAll {
  background-color: @sapUiWhite;
  padding: 7px;
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sapSuiteUiCommonsNoteTakerCardViewAllLink {
  font-size: 14px;
}
/* End of content section styles */
/* Overlay section */
.sapSuiteCommonsNoteTakerCardOverlayWindow {
  //to avoid moving of the closing cross: 696px = content's min-width(200) + left and right position(2*130) + padding(2*18)
  //to limit movement with the left border: 260px = left and right position(2*130)
  min-width: 260px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapUiUx3OCContent {
  background-color: @sapUiMediumBG;
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: 130px;
  left: 130px;
  min-height: 200px;
  min-width: 400px;
    border-top: 4px solid @sapUiMediumLine;
    padding-top: 14px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 18px;
}
.suiteUiNtcPositiveCard .sapUiUx3OCContent {
    border-top-color: @sapUiPositiveBorder;
}
.suiteUiNtcNegativeCard .sapUiUx3OCContent {
    border-top-color: @sapUiErrorBorder;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapUiUx3OCContent>div {
    width: 100%;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow a.sapUiUx3OverlayCloseButton {
  top: 89px;
  right: 119px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow div.sapUiUx3OverlayOverlay {
  opacity: 0.9;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardTitle {
    display: block;
    width: 100%;
    height: 25px;
    color: @sapUiTextTitle;
    font-size: 20px;
    font-weight: bolder;
    line-height: normal;
    margin-bottom: 2px;
}
.sapSuiteUiCommonsNtcdTitleEdit {
    width: 800px;
    color: @sapUiTextTitle;
    font-size: 20px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardTimestamp {
    display: block;
    height: 20px;
    font-size: 15px;
    padding-left: 1px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardContent {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: -4px;
}
.suiteUiNtcOverlayWithAttachment {
    margin-top: -4px;
    margin-bottom: -160px;
    padding-bottom: 176px;
}
.suiteUiNtcOverlayWithoutAttachment {
    margin-top: 0px;
    margin-bottom: -135px;
    padding-bottom: 151px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardContent>div {
    background-color: @sapUiWhite;
    height: 100%;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardContent div.sapSuiteUiCommonsNoteTakerCardBody,
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardContent textarea.sapSuiteUiCommonsNoteTakerCardBody {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
}
.sapSuiteUiCommonsNoteTakerCardOverlayButtonPanel {
    position: relative;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.sapSuiteUiCommonsNoteTakerCardOverlayButtonPanel button {
    width: 150px;
    height: 30px;
}
.sapSuiteUiCommonsNoteTakerCardOverlayButtonDelete {
    background-image: url(img/delete_16.png);
    margin-left: 4px;
}
.sapSuiteUiCommonsNoteTakerCardOverlayButtonSave {
    position: absolute;
    right: 30px;
}
/* End of overlay section */
.sapSuiteUiCommonsNoteTakerCardRightPanel {
	float: right;
    height: 30px;
}
.sapSuiteUiCommonsNoteTakerCardLeftPanel {
	overflow-y:auto;
	float: left;
	height: 30px;
}
.sapSuiteUiCommonsNoteTakerCardNoThumbs {
	width: 100%;
}
.sapSuiteUiCommonsNoteTakerCardWithThumbs {
	width: 255px;
}
.sapSuiteUiCommonsNoteTakerCardThumbUp,
.sapSuiteUiCommonsNoteTakerCardThumbDown {
    width : 28px;
    height : 28px;
    background-position: center;
}
.sapSuiteUiCommonsNoteTakerCardThumbUp {
	background-image: url(img/thumbUp_24.png);
}
.sapSuiteUiCommonsNoteTakerCardThumbDown {
	background-image: url(img/thumbDown_24.png);
}
.suiteUiNtcToolbar button {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn {
	background-color: @sapUiDarkAltBG;
	box-shadow: 0 1px 0 @sapUiMediumAltBG inset;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn:hover,
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn.sapUiBtnStdHover,
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn:focus,
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn.sapUiBtnStdFocus {
    background-color: @sapUiButtonHoverBackground;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapUiBtnAct.sapSuiteUiCommonsNoteTakerCardSelectedBtn {
	background-color: @sapUiDarkAltBG;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow div.sapSuiteUiCommonsNoteTakerFeederSelectTagPanel {
    z-index: 20;
    top: 118px;
    width: 176px;
    overflow: visible;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerFeederSelectTagPanel input {
	width: 100%;
}
.suiteUiNtcToolbar {
    background-color: @sapUiLightBG;
    border: 3px solid @sapUiWhite;
    padding: 5px;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.suiteUiNtcOverlayToolbarLeftPanel {
    position: absolute;
    left: 5px;
    right: 37px;
}
.suiteUiNtcOverlayToolbarRightPanel {
    position: absolute;
    right: 1px;
}
.suiteUiNtcOverlayToolbarLeftPanel,
.suiteUiNtcOverlayToolbarRightPanel,
.sapSuiteUiCommonsNoteTakerCardLeftPanel,
.sapSuiteUiCommonsNoteTakerCardRightPanel {
    height: 30px;
}
.suiteUiNtcOverlayTagPanelViewMode {
    position: absolute;
    right: 0px;
    left: 0px;
	height: 30px;
	overflow-y: auto;
}
.suiteUiNtcOverlayTagPanelEditMode {
    position: absolute;
    right: 32px;
    left: 32px;
	height: 30px;
	overflow-y: auto;
}
.suiteUiNtcAttachmentPanel {
    margin-top: 3px;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 2px;
    height: 16px;
}
.suiteUiNtcAttachmentPanel>* {
    vertical-align: middle;
}
.suiteUiNtcOverlayAttachmentPanel {
    display: block;
    height: 25px;
    box-sizing: border-box;
    padding: 2px 2px 4px 2px;
    background-color: @sapUiWhite;
}
.suiteUiNtcAttachmentIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(img/attachment_16.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 2px;
}
.sapSuiteUiCommonsNtcOverlayHeader {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: @sapUiHighlight;
	margin-bottom: 10px;
}
.sapSuiteUiCommonsNtcOverlayTitle {
	width: 100%;
}
.sapSuiteUiCommonsNtcOverlayTimestamp {
  color: @sapUiLightText;
  font-size: 12px;
  margin-bottom: 10px;
}
.sapSuiteUiCommonsNtcHeaderButtons {
    position: absolute;
    right: 20px;
}
.sapSuiteUiCommonsNtcHeaderButtons button {
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
} | 
	src/org.scn.community.basics/os/sapui5/suite/META-INF/resources/sap/suite/ui/commons/themes/sap_bluecrystal/NoteTakerCard.css | 
	
.sapSuiteUiCommonsNoteTakerCard {
    background-color: @sapUiMediumBG;
    width: 300px;
    height: 500px;
    border-top: 4px solid @sapUiMediumLine;
    padding-top: 11px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.suiteUiNtcPositiveCard {
    border-top-color: @sapUiPositiveBorder;
}
.suiteUiNtcNegativeCard {
    border-top-color: @sapUiErrorBorder;
}
/* Header section contains title, date and edit button */
.sapSuiteUiCommonsNoteTakerCardHeader {
  color: @sapUiTextTitle;
  font-size: 20px;
  height: 40px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: @sapUiHighlight;
  margin-bottom: 10px;
}
.sapSuiteUiCommonsNoteTakerCardHeaderButtons {
    float: right;
}
.sapSuiteUiCommonsNoteTakerCardHeaderButtons button {
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
}
.sapSuiteUiCommonsNoteTakerCardDeleteButton {
    background-image: url(img/delete_16.png);
    margin-left: 4px;
}
.sapSuiteUiCommonsNoteTakerCardEditButton {
    background-image: url(img/edit_24.png);
}
.sapSuiteUiCommonsNoteTakerCardEditButtonDsbl {
    background-image: url(img/edit_grey_24.png);
}
.sapSuiteUiCommonsNoteTakerCardTimestamp {
  color: @sapUiLightText;
  font-size: 12px;
}
/* End of header section styles */
/* Content section includes toolbar, note body and footer */
.sapSuiteUiCommonsNoteTakerCardBodyContent {
  background-color: @sapUiWhite;
  height: 448px;
  position: relative;
  overflow: hidden;
}
.sapSuiteUiCommonsNoteTakerCardTagList {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.sapSuiteUiCommonsNoteTakerCardTagList span {
  color: @sapUiHighlight;
}
.sapSuiteUiCommonsNoteTakerCardBody {
  font-size: 14px;
  padding: 5px;
  overflow: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
  height: 392px;
}
.sapSuiteUiCommonsNoteTakerCardBody a {
	font-size: inherit;
}
.sapSuiteUiCommonsNtcBodyViewAllAttach {
	height: 336px;
}
.sapSuiteUiCommonsNtcBodyViewAll {
	height: 360px;
}
.sapSuiteUiCommonsNtcBodyAttach {
	height: 368px;
}
.sapSuiteUiCommonsNoteTakerCardViewAll {
  background-color: @sapUiWhite;
  padding: 7px;
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sapSuiteUiCommonsNoteTakerCardViewAllLink {
  font-size: 14px;
}
/* End of content section styles */
/* Overlay section */
.sapSuiteCommonsNoteTakerCardOverlayWindow {
  //to avoid moving of the closing cross: 696px = content's min-width(200) + left and right position(2*130) + padding(2*18)
  //to limit movement with the left border: 260px = left and right position(2*130)
  min-width: 260px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapUiUx3OCContent {
  background-color: @sapUiMediumBG;
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: 130px;
  left: 130px;
  min-height: 200px;
  min-width: 400px;
    border-top: 4px solid @sapUiMediumLine;
    padding-top: 14px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 18px;
}
.suiteUiNtcPositiveCard .sapUiUx3OCContent {
    border-top-color: @sapUiPositiveBorder;
}
.suiteUiNtcNegativeCard .sapUiUx3OCContent {
    border-top-color: @sapUiErrorBorder;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapUiUx3OCContent>div {
    width: 100%;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow a.sapUiUx3OverlayCloseButton {
  top: 89px;
  right: 119px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow div.sapUiUx3OverlayOverlay {
  opacity: 0.9;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardTitle {
    display: block;
    width: 100%;
    height: 25px;
    color: @sapUiTextTitle;
    font-size: 20px;
    font-weight: bolder;
    line-height: normal;
    margin-bottom: 2px;
}
.sapSuiteUiCommonsNtcdTitleEdit {
    width: 800px;
    color: @sapUiTextTitle;
    font-size: 20px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardTimestamp {
    display: block;
    height: 20px;
    font-size: 15px;
    padding-left: 1px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardContent {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: -4px;
}
.suiteUiNtcOverlayWithAttachment {
    margin-top: -4px;
    margin-bottom: -160px;
    padding-bottom: 176px;
}
.suiteUiNtcOverlayWithoutAttachment {
    margin-top: 0px;
    margin-bottom: -135px;
    padding-bottom: 151px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardContent>div {
    background-color: @sapUiWhite;
    height: 100%;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardContent div.sapSuiteUiCommonsNoteTakerCardBody,
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerCardContent textarea.sapSuiteUiCommonsNoteTakerCardBody {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
}
.sapSuiteUiCommonsNoteTakerCardOverlayButtonPanel {
    position: relative;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.sapSuiteUiCommonsNoteTakerCardOverlayButtonPanel button {
    width: 150px;
    height: 30px;
}
.sapSuiteUiCommonsNoteTakerCardOverlayButtonDelete {
    background-image: url(img/delete_16.png);
    margin-left: 4px;
}
.sapSuiteUiCommonsNoteTakerCardOverlayButtonSave {
    position: absolute;
    right: 30px;
}
/* End of overlay section */
.sapSuiteUiCommonsNoteTakerCardRightPanel {
	float: right;
    height: 30px;
}
.sapSuiteUiCommonsNoteTakerCardLeftPanel {
	overflow-y:auto;
	float: left;
	height: 30px;
}
.sapSuiteUiCommonsNoteTakerCardNoThumbs {
	width: 100%;
}
.sapSuiteUiCommonsNoteTakerCardWithThumbs {
	width: 255px;
}
.sapSuiteUiCommonsNoteTakerCardThumbUp,
.sapSuiteUiCommonsNoteTakerCardThumbDown {
    width : 28px;
    height : 28px;
    background-position: center;
}
.sapSuiteUiCommonsNoteTakerCardThumbUp {
	background-image: url(img/thumbUp_24.png);
}
.sapSuiteUiCommonsNoteTakerCardThumbDown {
	background-image: url(img/thumbDown_24.png);
}
.suiteUiNtcToolbar button {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn {
	background-color: @sapUiDarkAltBG;
	box-shadow: 0 1px 0 @sapUiMediumAltBG inset;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn:hover,
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn.sapUiBtnStdHover,
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn:focus,
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapSuiteUiCommonsNoteTakerCardSelectedBtn.sapUiBtnStdFocus {
    background-color: @sapUiButtonHoverBackground;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .suiteUiNtcOverlayToolbarRightPanel .sapUiBtnAct.sapSuiteUiCommonsNoteTakerCardSelectedBtn {
	background-color: @sapUiDarkAltBG;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow div.sapSuiteUiCommonsNoteTakerFeederSelectTagPanel {
    z-index: 20;
    top: 118px;
    width: 176px;
    overflow: visible;
}
.sapSuiteCommonsNoteTakerCardOverlayWindow .sapSuiteUiCommonsNoteTakerFeederSelectTagPanel input {
	width: 100%;
}
.suiteUiNtcToolbar {
    background-color: @sapUiLightBG;
    border: 3px solid @sapUiWhite;
    padding: 5px;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.suiteUiNtcOverlayToolbarLeftPanel {
    position: absolute;
    left: 5px;
    right: 37px;
}
.suiteUiNtcOverlayToolbarRightPanel {
    position: absolute;
    right: 1px;
}
.suiteUiNtcOverlayToolbarLeftPanel,
.suiteUiNtcOverlayToolbarRightPanel,
.sapSuiteUiCommonsNoteTakerCardLeftPanel,
.sapSuiteUiCommonsNoteTakerCardRightPanel {
    height: 30px;
}
.suiteUiNtcOverlayTagPanelViewMode {
    position: absolute;
    right: 0px;
    left: 0px;
	height: 30px;
	overflow-y: auto;
}
.suiteUiNtcOverlayTagPanelEditMode {
    position: absolute;
    right: 32px;
    left: 32px;
	height: 30px;
	overflow-y: auto;
}
.suiteUiNtcAttachmentPanel {
    margin-top: 3px;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 2px;
    height: 16px;
}
.suiteUiNtcAttachmentPanel>* {
    vertical-align: middle;
}
.suiteUiNtcOverlayAttachmentPanel {
    display: block;
    height: 25px;
    box-sizing: border-box;
    padding: 2px 2px 4px 2px;
    background-color: @sapUiWhite;
}
.suiteUiNtcAttachmentIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(img/attachment_16.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 2px;
}
.sapSuiteUiCommonsNtcOverlayHeader {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: @sapUiHighlight;
	margin-bottom: 10px;
}
.sapSuiteUiCommonsNtcOverlayTitle {
	width: 100%;
}
.sapSuiteUiCommonsNtcOverlayTimestamp {
  color: @sapUiLightText;
  font-size: 12px;
  margin-bottom: 10px;
}
.sapSuiteUiCommonsNtcHeaderButtons {
    position: absolute;
    right: 20px;
}
.sapSuiteUiCommonsNtcHeaderButtons button {
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
} | 0.372505 | 0.104204 |