@charset "UTF-8";
/**
 *
 *  Command : gulp watch or gulp styles
 *
 */
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*back-to-top*/
.back-to-top {
  padding: .5em; 
  max-width: 10em;
font-family: 'Daytona W01 Light', sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
}

.top-link {
  transition: all .25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 1em 1em 0;
    border-radius: 10%;
    padding: .25em;
    width: 40px;
    height: 40px;
  background-color: #0088c9;
  
  &.show {
    visibility: visible;
    opacity: 1;
  }
  
  &.hide {
    visibility: hidden;
    opacity: 0;
  }

    svg {
        fill: #ffffff;
        width: 18px;
        height: 9px;
    }

    &:hover {
        background-color: #E8E8E8;

        svg {
            fill: #ffffff;
        }
    }
}

svg {
 fill: #ffffff;
 width: 24px;
 height: 12px;
}
 
&:hover {
 background-color: #E8E8E8;
 
    svg {
     fill: #000000;
    }
}






.label-default {
    background-color: none;
    border: 0px solid #F4F4F4;
    color: #666!Important;
    font-weight: normal;
 
}
.label {
    display: inline;
    padding: .4em .5em .4em;
    font-size: 85%;
    font-weight: none;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    vertical-align: baseline;
	cursor:pointer;

	 
 
	
}
 

.label:hover { 	background:#F0F0F0;}





/* Pinterest box  */

#columns {
	column-gap: 10px;
  width: 100%;
	max-width: 1100px;
	margin: 0px auto;

}

div#columns figure-box {
 
	transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
  }
 
 
div#columns figure-box h4 a {
	color:#333 !Important;
  }
 
   
 
@media screen and (max-width: 750px) { 
  #columns { column-gap: 0px; }
  #columns figure-box { width: 100%; }
}


 
 
 
.entry_content p { font-size:13px !important; line-height:18px;}
.entry_content h5 { font-size:14px !important; line-height:20px;}



.home-item-subjects {
    margin: 10px 0;
}
	
.home-item-subject {
    color: #fff;
    background-color: #1d569a;
    letter-spacing: .005em;
    line-height: 1em;
    display: inline-block;
    white-space: nowrap;
	font-family: 'Daytona W01 Light', sans-serif;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 5px;
    padding: 5px 8px;
    font-size: 11px;	
	
}


.home-item-subject:hover {
    color:#00F;
    background-color:#FFF;
    letter-spacing: .005em;
    line-height: 1em;
    display: inline-block;
    white-space: nowrap;
	font-family: 'Daytona W01 Light', sans-serif;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 5px;
    padding: 5px 8px;
    font-size: 11px;	
	
}



.home-item-subject-relative {
    color: #000;
    background-color:#F0FAFF;
    letter-spacing: .005em;
    line-height: 1em;
    display: inline-block;
    white-space: nowrap;
	font-family: 'Daytona W01 Light', sans-serif;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 3px;
    padding: 3px 6px;
    font-size: 11px;
	border:1px solid #fff;
	box-shadow:1px 1px #CCC;
	
}

.home-item-subject-relative:hover {
    color:#00F;
    background-color:#FFF;
	border:1px solid #CCC;
}



.home-item-citations, .home-item-citations .home-item-counter {
    font-weight: 700;
    color: #ff8c00;
    font-size: 15px;	
	
	
	
}
	
	
	
.masonry-wrapper {
 
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;

}
.masonry {
  columns: 1;
  column-gap: 10px;

  
}
.masonry-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;

}
@media only screen and (max-width: 1023px) and (min-width: 768px) {  .masonry {
    columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    columns: 2;
  }
}
.masonry-item, .masonry-content {
  border-radius: 4px;
  overflow: hidden;
}
.masonry-item {
  transition: filter .25s ease-in-out;
}
.masonry-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}
.masonry-content {
  overflow: hidden;
}
.masonry-item {
  color: #333333;
  background-color: #f9f9f9;
}
 
 
 

   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #555555;
  margin-top:50px;

  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
  position: absolute;
  top: -160px;
  background: #555555;
  padding: 33px;
  z-index: 2;
  box-shadow:1px 5px 3px #444}
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0%;
    text-align: right;
    line-height: 40px;
    background: #000;
    margin-right: 0px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px;
  color:#CCC;}

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #f8f8f8;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px;
  }

.footer-widget a {
  color: #afadad;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #676666;
	color:#CCC;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 15px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 35px 0;
  margin-top: 55px;
  background-color: #022646;
  box-shadow:1px 5px 3px #333;}
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

 
 
 
 
 
 
 
 /* Tag Cloud */
 
 
 
 
 @charset "utf-8";
/* CSS Document */

.tags2022 {
  zoom: 1;
}
.tags2022:before, .tags2022:after {
  content: '';
  display: table;
}
.tags2022:after {
  clear: both;
}
.tags2022 li {
  position: relative;
  float: left;
  margin: 0 0 20px 20px;
  box-shadow: 2px 3px 3px 1px #ccc;
}
.tags2022 li:active {
  margin-top: 1px;
  margin-bottom: 7px;
}
.tags2022 li:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 15px;
  right: -2px;
  width: 5px;
  height: 6px;
  opacity: .95;
  background: #eb6b22;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 0 #99400e;
  box-shadow: inset 1px 0 #99400e;
}
.tags2022 a, .tags2022 span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tags2022 a {
  height: 60px;
  line-height: 56px;
  padding: 0 24px 0 24px;
  font-size: 20px;
  color: #0c4772;
  font-weight:bold;
  text-decoration: none;
  text-shadow: 0 1px #ccc;
  background: #fafafa;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #dadada #d2d2d2 #c5c5c5;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tags2022 a:hover {
  color: #D50000;
}


.tags2022 a:hover span {
  padding: 0 7px 0 6px;
  max-width: 40px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.tags2022 span {
  position: absolute;
  bottom: 1px;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  max-width: 0;
  height: 34px;
  line-height: 31px;
  padding: 0 0 0 1px;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #eb6b22;
  border: 1px solid;
  border-color: #d15813 #c85412 #bf5011;
  border-radius: 0 10px 10px 0;
  opacity: .95;
  background-image: -webkit-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -moz-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -o-linear-gradient(top, #ed7b39, #df5e14);
  background-image: linear-gradient(to bottom, #ed7b39, #df5e14);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: padding, max-width;
  -moz-transition-property: padding, max-width;
  -o-transition-property: padding, max-width;
  transition-property: padding, max-width;
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.tags {
  zoom: 1;
}
.tags:before, .tags:after {
  content: '';
  display: table;
}
.tags:after {
  clear: both;
}
.tags li {
  position: relative;
  float: left;
  margin: 0 0 20px 20px;
  box-shadow: 2px 3px 3px 1px #ccc;
}
.tags li:active {
  margin-top: 1px;
  margin-bottom: 7px;
}
.tags li:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 15px;
  right: -2px;
  width: 5px;
  height: 6px;
  opacity: .95;
  background: #eb6b22;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 0 #99400e;
  box-shadow: inset 1px 0 #99400e;
}
.tags a, .tags span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tags a {
  height: 36px;
  line-height: 33px;
  padding: 0 14px 0 12px;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #fafafa;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #dadada #d2d2d2 #c5c5c5;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tags a:hover span {
  padding: 0 7px 0 6px;
  max-width: 40px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.tags span {
  position: absolute;
  bottom: 1px;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  max-width: 0;
  height: 34px;
  line-height: 31px;
  padding: 0 0 0 1px;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #eb6b22;
  border: 1px solid;
  border-color: #d15813 #c85412 #bf5011;
  border-radius: 0 2px 2px 0;
  opacity: .95;
  background-image: -webkit-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -moz-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -o-linear-gradient(top, #ed7b39, #df5e14);
  background-image: linear-gradient(to bottom, #ed7b39, #df5e14);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: padding, max-width;
  -moz-transition-property: padding, max-width;
  -o-transition-property: padding, max-width;
  transition-property: padding, max-width;
}

.green li:after {
  background: #65bb34;
  -webkit-box-shadow: inset 1px 0 #3a6b1e;
  box-shadow: inset 1px 0 #3a6b1e;
}
.green span {
  background: #65bb34;
  border-color: #549b2b #4f9329 #4b8b27;
  background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: -o-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: linear-gradient(to bottom, #71ca3f, #5aa72e);
}

.blue li:after {
  background: #56a3d5;
  -webkit-box-shadow: inset 1px 0 #276f9e;
  box-shadow: inset 1px 0 #276f9e;
}
.blue span {
  background: #56a3d5;
  border-color: #3591cd #318cc7 #2f86be;
  background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0);
  background-image: -moz-linear-gradient(top, #6aaeda, #4298d0);
  background-image: -o-linear-gradient(top, #6aaeda, #4298d0);
  background-image: linear-gradient(to bottom, #6aaeda, #4298d0);
}




.gray li:after {
  background: #4F5051;
  -webkit-box-shadow: inset 1px 0 #6B6C6D;
  box-shadow: inset 1px 0 #6B6C6D;
}
.gray span {
  background: #797B7C;
  border-color: #798084 #7A7D7F #747D82;
  background-image: -webkit-linear-gradient(top, #6C757A, #70777A);
  background-image: -moz-linear-gradient(top, #6C757A, #70777A);
  background-image: -o-linear-gradient(top, #6C757A, #70777A);
  background-image: linear-gradient(to bottom, #6C757A, #70777A);
}


 

.subject-summary-well {
    margin: 11px 0 0px 0;
    padding-bottom: 10px;
    opacity: .80;
    background: #124d80;
}
.jel-paper-form {
    padding: 0;
    background: #fefefe;
    border-color: #eee;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
 
 
 
 .why-edit-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 2px 0 #ddd;
    margin-bottom: 30px;
	margin-top:10px;
    height: 100%;
 }
 
 
 .why-edit-box h3 {
    margin: 0;
    padding-top: 10px;
    line-height: 1.1em;
    color: #14365C;
    font-family: 'Daytona W01 Light', sans-serif;
    font-weight: 600;
}

 

*, ::after, ::before {
    box-sizing: border-box;
}





 
 
 
 
 
 
 
 
 
 
 
 
  
#columns {
    column-width: 260px;
    column-gap: 10px;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}

div#columns figure-box {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0 2px 10px;
    padding: 5px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;

	    border-bottom: 1px solid #666; 
	border-left: 5px solid #666; 
}
 
 
 div#columns figure-box:hover {
    border-top: 1px solid #3B5990; 
}
 
 
 
 .entry-box {
    position: relative;
    padding: 0px;
    background: #FFF;
    min-width: 300px;
}
.clearfix {
    display: block;
}
.clearfix {
    display: inline-block;
    *zoom: 1;
}
.entry_title {
    margin-bottom: 5px;
}
 
 .entry_content {
    position: relative;
    font-size: 13px;
    margin-bottom: 0px;
}

element.style {
    float: left;
    margin-right: 10px;
}
.__dimensions_badge_embed__, .__dimensions_badge_embed__ a, .__dimensions_badge_embed__ a:hover, .__dimensions_badge_embed__ div {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #222;
font-family: 'Daytona W01 Light', sans-serif;
    font-kerning: normal;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: 18px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: auto;
    vertical-align: middle;
}
.__dimensions_badge_embed__ {
    display: block;
}

 
 
 
 
 
.slimScroll {
    overflow: hidden;
    height: 350px !Important;
	background:#FFF;
	border:1px solid #CCC;}
	
	
	
	#mdb-scrollspy-ex .nav-item {
width: 100%;
}

#mdb-scrollspy-ex a {
font-size: .8rem;
font-weight: 400;
line-height: 1.1rem;
padding: 0 5px;
margin-top: 3px;
margin-bottom: 3px;
color: black;
}

#mdb-scrollspy-ex li .active {
font-weight: 600;
}

.mdb-scrollspy-ex-example {
height: 200px;
}














/*
** Style Simple Ecommerce Theme for Bootstrap 4
** Created by T-PHP https://t-php.fr/43-theme-ecommerce-bootstrap-4.html
*/
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.category_block li:hover {
    background-color: #007bff;
}
.category_block li:hover a {
    color: #ffffff;
}
.category_block li a {
    color: #343a40;
}
.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}
.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}
.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.product_rassurance .list-inline li:hover {
    color: #343a40;
}
.reviews_product .fa-star {
    color: gold;
}
.pagination {
    margin-top: 20px;
}
 
 
 
 
.btn-get {
  font-size: 1.8rem;
font-family: 'Daytona W01 Light', sans-serif;
  color: #fff !important;
  text-transform: capitalize;
  background-image: -webkit-gradient(linear, left top, right top, from(#b70b83), to(#33077f));
  background-image: linear-gradient(to right, #357ebd, #33077f);
  padding: 10px 20px 10px;
  position: relative;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  text-transform: capitalize !important;
}

.btn-get::before {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#33077f), to(#b70b83));
  background-image: linear-gradient(to right, #33077f, #b70b83);
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}

.btn-get:hover::before {
  width: 100%;
}

.btn-get span {
  position: relative;
  z-index: 2;
}


.main__form .form-group {
  position: relative;
  margin-bottom: 1rem;
}

.main__form .form-group label {
font-family: 'Daytona W01 Light', sans-serif;
  font-size: 1rem;
  color: #575757;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main__form .form-group input,
.main__form .form-group textarea {
  font-size: 1rem;
  border-color: #f7f7f7;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  background: transparent;
}

.main__form .form-group input:not(:placeholder-shown) + label,
.main__form .form-group textarea:not(:placeholder-shown) + label {
  top: 2%;
  background: #fff;
  z-index: 2;
  font-weight: 600;
}

.main__form .form-group input:focus,
.main__form .form-group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main__form .form-group input:focus::-webkit-input-placeholder,
.main__form .form-group textarea:focus::-webkit-input-placeholder {
  color: #999;
}

.main__form .form-group input:focus:-ms-input-placeholder,
.main__form .form-group textarea:focus:-ms-input-placeholder {
  color: #999;
}

.main__form .form-group input:focus::-ms-input-placeholder,
.main__form .form-group textarea:focus::-ms-input-placeholder {
  color: #999;
}

.main__form .form-group input:focus::placeholder,
.main__form .form-group textarea:focus::placeholder {
  color: #999;
}

.main__form .form-group input:focus + label,
.main__form .form-group textarea:focus + label {
  background: #fff;
  z-index: 2;
  top: 2%;
  font-weight: 600;
}

.main__form .form-group input::-webkit-input-placeholder,
.main__form .form-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.main__form .form-group input:-ms-input-placeholder,
.main__form .form-group textarea:-ms-input-placeholder {
  color: transparent;
}

.main__form .form-group input::-ms-input-placeholder,
.main__form .form-group textarea::-ms-input-placeholder {
  color: transparent;
}

.main__form .form-group input::placeholder,
.main__form .form-group textarea::placeholder {
  color: transparent;
}

.main__form .form-group input {
  height: 2rem;
}

.main__form .form-group.form-message label {
font-family: 'Daytona W01 Light', sans-serif;
  font-size: 1.6rem;
  color: #575757;
  padding: 2.5rem;
  position: absolute;
  top: -5%;
  -webkit-transform: unset;
          transform: unset;
  z-index: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main__form .form-group.form-message textarea {
  padding: 2.5rem;
}

.main__form .form-group.form-message textarea:not(:placeholder-shown) + label {
  top: -8% !important;
  background: #fff;
  z-index: 2;
  font-weight: 600;
  padding: 0 2.5rem !important;
}

.main__form .form-group.form-message textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main__form .form-group.form-message textarea:focus::-webkit-input-placeholder {
  color: #999;
}

.main__form .form-group.form-message textarea:focus:-ms-input-placeholder {
  color: #999;
}

.main__form .form-group.form-message textarea:focus::-ms-input-placeholder {
  color: #999;
}

.main__form .form-group.form-message textarea:focus::placeholder {
  color: #999;
}

.main__form .form-group.form-message textarea:focus + label {
  background: #fff;
  z-index: 2;
  top: -8% !important;
  font-weight: 600;
  padding: 0 2.5rem !important;
}

.main__form label.btn-attached {
  background: #357ebd;
  padding: 5px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main__form label.btn-attached:hover {
  cursor: pointer;
  background: #33077f;
}

.main__form .form-groups.form-check {
  margin: 1.5rem 0;
}

.main__form .form-groups.form-check input {
  position: relative;
}

.main__form .form-groups.form-check label {
  font-size: 1.4rem;
  color: #718399;
}

.main__form button.btn.btn-get {
  position: relative;
  top: 0px;
  margin: 0 0 0px;
  font-size:20px;
}


.project__form {
  font-size: 1.0rem;
}

.project__form h3 {
   font-family: 'Daytona W01 Light', sans-serif;
  font-size: 3rem;
  color: #272727;
  line-height: 8.8rem;
  color: #fff;
}

.project__form::before {
  display: none;
}

.ready__started {
  background: linear-gradient(150deg, #357ebd, #33077f);
  background-size: 200% 200%;
  -webkit-animation: AnimationGradient 5s ease infinite;
          animation: AnimationGradient 5s ease infinite;
  padding: 0rem 0 5rem;
  position: relative;
}

.ready__started::before {
  background: url(../images/dot-back.png) no-repeat bottom right/contain;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.ready__started p {
  color: #fff;
}

.ready__started-box {
  background: #fff;
  padding: 3rem;
  border-radius: 5px;
  margin-top: 0rem;
}

.ready__started-box h3 {
  font-size: 5rem;
  font-family: 'Daytona W01 Light', sans-serif;
  font-weight:900;
}

.ready__started-box p {
  color: #272727;
  font-size: 2.2rem;
  font-family: 'Daytona W01 Light', sans-serif;
}

@-webkit-keyframes AnimationGradient {
  0% {
    background-position: 26% 0%;
  }
  50% {
    background-position: 75% 100%;
  }
  100% {
    background-position: 26% 0%;
  }
}

@keyframes AnimationGradient {
  0% {
    background-position: 26% 0%;
  }
  50% {
    background-position: 75% 100%;
  }
  100% {
    background-position: 26% 0%;
  }
}

section.ready__started.project__form {
  margin-bottom: 40rem;
}

section.ready__started.project__form .ready__started-box {
  position: relative;
  margin-bottom: -40rem;
  -webkit-box-shadow: 0 3px 3.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 3.2rem rgba(0, 0, 0, 0.08);
}
















.plain ol > li 
{
 line-height: .8em;     
}


/* -------------------------------------- */    
/* underlined list stle                   */

.underlined ol 
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

.underlined	ol > li 
{
position:relative; /* Create a positioning context */
margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
padding:4px 8px; /* Add some spacing around the content */
list-style:none; /* Disable the normal item numbering */
border-top:2px solid #666;
background:#f6f6f6;
}

.underlined ol > li:before 
{
content:counter(li); /* Use the counter as content */
counter-increment:li; /* Increment the counter by 1 */
/* Position and style the number */
position:absolute;
top:-2px;
left:-2em;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
width:2em;
/* Some space between the number and the content in browsers that support
generated content but not positioning it */
margin-right:8px;
padding:4px;
border-top:2px solid #666;
color:#fff;
background:#666;
font-weight:bold;
font-family: 'Daytona W01 Light', sans-serif;
text-align:center;
}

.underlined li ol,
.underlined li ul 
{
margin-top:6px;
}

.underlined ol ol li:last-child 
{
margin-bottom:0;
}

/* -------------------------------------- */    
/* rounded  list style                    */ 		

/* list */
.rounded-list ol 
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.rounded-list ol > li
{
position:relative; /* Create a positioning context */
list-style:none; /* Disable the normal item numbering */
background:#f6f6f6; /* Item background color */
margin:0; /* Give each list item a left margin to make room for the numbers */
padding-left: 15px; /* Add some spacing around the content */
padding-bottom:0px;
padding-top:0px;
}

/* number  */
.rounded-list ol > li p:before
{
content: counter(li); 
counter-increment: li; 
position: absolute; 
left: -1.3em;
top: 50%;

/* number background */
background: #87ceeb; 
height: 2em;
width: 2em;
margin-top: -1em;
line-height: 1.5em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
border-radius: 2em;
}

/* -------------------------------------- */    
/* rectangle  list style                  */     

/* list */
.rectangle-list ol 
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.rectangle-list ol > li
{
position: relative;
list-style:none; /* Disable the normal item numbering */
}

/* item hover */
.rectangle-list p
{
display: block;
padding: .4em .4em .4em .8em;
*padding: .4em;
margin: .5em 0 .5em 2.5em;
background: #ddd;
color: #444;
text-decoration: none;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;	
}

/* item hover */
.rectangle-list p:hover
{
background: #fa8072;
}	

/* number  */
.rectangle-list p:before
{
content: counter(li);
counter-increment: li;

position: absolute;	
left: -2.5em;
top: 50%;
margin-top: -1em;

background: #fa8072;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}

/* number hover */
.rectangle-list p:after
{
position: absolute;	
left: -1em;
top: 50%;
margin-top: -.5em;

content: '';
border: .5em solid transparent;

-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;				
}

.rectangle-list p:hover:after
{
left: -.5em;
border-left-color: #fa8072;				
}

/* -------------------------------------- */

.circle-list li
{
padding: 2.5em;
border-bottom: 1px dashed #ccc;
}

.circle-list h2
{
position: relative;
margin: 0;
}

.circle-list p
{
margin: 0;
}

.circle-list h2:before
{
content: counter(li);
counter-increment: li;
position: absolute;    
z-index: -1;
left: -1.3em;
top: -.8em;
background: #f5f5f5;
height: 1.5em;
width: 1.5em;
border: .1em solid rgba(0,0,0,.05);
text-align: center;
font: italic bold 1em/1.5em Georgia, Serif;
color: #ccc;
-moz-border-radius: 1.5em;
-webkit-border-radius: 1.5em;
border-radius: 1.5em;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;    
}

.circle-list li:hover h2:before{
background-color: #ffd797;
border-color: rgba(0,0,0,.08);
border-width: .2em;
color: #444;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
}








/*list_1_start*/
.list1 ul li{
    padding: 0px 0px 20px 0px;
}
.list1 ul li:last-child{
    padding: 0px;
}
.list1 ul li:before{
    content: '\efac';
    font-family: 'icofont';
    color: orange;
    margin-right: 5px;
}
/*list_1_end*/
/*list_2_start*/
.list2 ul li{
    padding: 0px 0px 10px 25px;
	font-size:16px;
	list-style:circle;
	list-style-position:outside;
	margin-left:40px;
	padding-left:0px;
}
.list2 ul li:last-child{
    padding-bottom: 0px;
}
 
/*list_2_end*/
/*list_3_start*/
.list3 ul li{
    padding: 0px 0px 20px 0px;
}
.list3 ul li:last-child{
    padding-bottom: 0px;
}
.list3 ul li{
    background: url(../images/bg_list.jpg) no-repeat 0 6px;
    padding-left: 25px;
    /* overflow: hidden; */
    display: inline-block;
}
/*list_3_end*/
/*list_4_start*/
.list4 ol{
    padding: 0px;
    margin: 0px;
}
.list4 ol li{
    padding: 0px 0px 20px 27px;
    counter-increment: list;
    list-style-type: none;
    position: relative;
}
.list4 ol li:last-child{
    padding-bottom: 0px;
}
.list4 ol li:before{
    color: #73a253;
    content: counter(list) ")";
    left: -10px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-weight: bold;
}
/*list_4_end*/


 

.faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'fontawesome';
        content: "\f054"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }
	
	
	.panel-group .panel-title > a.collapsed {
    color: #6d6d6d;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
}
	.panel-group .panel-title > a {
    display: block;
    padding: 14px 20px 14px 40px;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #dc2a0b 0%, #c4250a 100%);
    background-image: linear-gradient(to bottom, #dc2a0b 0%, #c4250a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffc4250a', GradientType=0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
	font-size: 17px;
}

.panel-group .panel-title > a.collapsed:before {
    color: #6d6d6d;
    content: "\f067";
}
.panel-group .panel-title > a:before {
    display: block;
    position: absolute;
    left: 17px;
    top: 16px;
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}


.panel-heading-faq { padding:0px !Important;}

 .panel-body { padding:20px;}
 
 
 
 
 
 
 
 
 
 
            
.acik-renk-form{
    background: rgba(255, 255, 255, 0.58);
}
.siyah-cerceve{
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}













#popUp {
  position: fixed;
  max-width: 350px;
  height: 225px;
  background: rgba(236, 240, 241, 1);
  border: 7px solid #fff;
  bottom: 0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
  color: #464646;
  right: 8px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}
 
#plus {
  position: fixed;
  color: #fff;
  bottom: 5%;
  font-size: 15px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  writing-mode: vertical-rl; text-orientation: upleft;
}

#plus span {
  position: absolute;
  margin-top: 10px;
  left: 4px;
}

#plus::after {
  content: '';
  display: block;
  display: relative;
  background:#1c8dc4;
  padding:10px;
  width:30px;
  height:150px;
}

@media all and (max-width: 900px) {
  #popUp {
    margin-left: -425px;
  }
  #plus {
    margin-left: 0px;
  }
}



.excerpt li {
font-weight:300 !Important;
font-size:15px;}
 


.excerpt ol li {
margin:10px !Important;
font-weight:600 !Important;
font-size:14px;}
 



 
 /*Left menu */
 
.nav-tabs>li:hover {
	background:#E8F8FF;
	font-weight:bold;
	width:173px;
 
	
}
 
.about-tabs {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
	border-right:1px solid #F5F5F5;
	letter-spacing: 1px;
	

}



.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover, .tabs-left>.nav-tabs .active>a:focus .active>li:focus {
 
	color:#333;
	font-weight:bold;
	border:1px solid #F5F5F5;
	border-right:0px solid #fff;
	background:#FFF;
	width:173px;
	    padding: 10px;
 
}
 
 
.nav-tabs>li>a {
    padding: 5px 10px;
    line-height: 20px;
	color:#999;

	
	
	
} 
.nav>li>a {
    display: block;
}


.question-card p {font-family: 'Daytona W01 Light', sans-serif;
    font-size: 1.3rem!Important;
    line-height: 2rem!Important;
    color: #333333!Important;}
	
	
.question-card span {font-family: 'Daytona W01 Light', sans-serif;
    font-size: 0.8rem!Important;
    line-height: 1rem!Important;
    color: #999!Important;}	
	
	
	
	
	
	
	
	
	
	
	
.custom-radios div {
  display: inline-block;
	font-size: .8rem;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
 font-family: 'Daytona W01 Light', sans-serif;
  font-size: 10px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 24px;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-2 + label span {
  background-color: #3498db;
}
.custom-radios input[type="radio"]#color-3 + label span {
  background-color: #f1c40f;
}
.custom-radios input[type="radio"]#color-4 + label span {
  background-color: #e74c3c;
}
.custom-radios input[type="radio"]:checked + label span {
  opacity: 1;
  background: url(https://www.jelsciences.com/assets/img/check-icn.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size:5px;

}





#loadMore {

    color: #fff;
    clear: both;
    font-size: 1rem;
font-family: 'Daytona W01 Light', sans-serif;
    margin: 0 55px;
    text-align: center;
	width: 93%;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    background: linear-gradient(to bottom,#00acee 50%,#0394cb);
    background-color: #00acee;
    border: 0;
    border-radius: 0;
		}
		#loadMore:hover {
		  color: blue;
		  background-color: #fff;
		  border: 1px solid blue;
		  text-decoration: none;
		}
		.noContent {
		  color: #000 !important;
		  background-color: transparent !important;
		  pointer-events: none;
		}
		.comments2 .comment-list2 li
		{
			display:none;
		}
		
		
		








  .tag-cloud2 a {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 8px;
    border: 1px solid #eceae4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: rgba(0, 151, 19, 0.1);
    font-size: 10px;
    text-decoration: none;
	color:#FFF!Important;}
	
	.tag-cloud2 a:hover {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 8px;
    border: 1px solid #eceae4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #f8f7f3;
    font-size: 10px;
    text-decoration: none;
	color:#0080C0!Important;}



/*Accordion fulltext*/





.topic-right
{background-position: center; color:darkred; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; padding:10px; font-family: "Daytona W01 Light", sans-serif!Important; font-weight:bold;}