/* 
// Table of content
// -----------------------------------------------------------------------------
// - 1. Typography
// - 2. Helpers
*/
/* -----------------------------------------------------------------------------
// 1. TYPOGRAPHY
// ----------------------------------------------------------------------------- */
body {
  font-family: Times New Roman, 'Lato', sans-serif; }
  
.body-fon {
  background: url(../img/011.jpg) no-repeat center 0;
  background-size: cover;
}
@media (max-width: 1023px) {
  .body-fon {
    background: url(../img/011.jpg) no-repeat fixed center -150px / cover; 
	} }
@media (max-width: 767px) {
  .body-fon {
    background: url(../img/011.jpg) no-repeat fixed center 0 / cover; 
	} }


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit; }

h1, h2 {
  margin: 10px 0 25px 0; }

p, blockquote {
  line-height: 24px; }

blockquote {
  font-style: italic; }

/* main colors */
/*h1, h2, h3, h5, h6 {
  color: #484747; }
*/
.h4 {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.p {
  color: #fff;
}
/*p {
  color: #a3a2a2; }*/

/* links */
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }
  a:hover {
    text-decoration: underline;
    color: #FF8000; }

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

mark {
  padding: 3px 5px;
  color: #fff;
  background-color: #7dbd22; }

::selection,
.selected-text {
  background-color: #484747;
  color: #fff; }

.selected-text {
  padding: 5px 2px 2px 2px; }

ol,
ul {
  padding-left: 0;
  list-style-position: inside; }

.list-chevron li,
.list-arrow li,
.list-dotted li,
.list-checked li {
  position: relative;
  /* Create a positioning context */
  color: #484747;
  margin: 0 0 10px 0;
  /* Give each list item a left margin to make room for the numbers */
  padding: 2px 8px 2px 0;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */ }

.list-chevron li:before,
.list-arrow li:before,
.list-checked li:before {
  content: "\e626";
  font-family: "entypo";
  display: inline-block;
  color: #fff;
  margin-right: 8px;
  text-align: center !important;
  height: 15px;
  width: 15px;
  line-height: 16px;
  background-color: #7dbd22;
  border-radius: 50%; }

.list-arrow li:before {
  content: "\e617";
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  color: #7dbd22; }

.list-dotted li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0; }

.list-checked li:before {
  content: "\e67d";
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  color: #7dbd22; }

ol li {
  padding: 4px 8px 4px 0;
  margin-bottom: 10px; }

ol.list-roman {
  list-style-type: lower-roman; }

ol.list-loweralpha {
  list-style-type: lower-alpha; }

ol.list-upperalpha {
  list-style-type: upper-alpha; }

/* responsive images */
img {
  max-width: 100%;
  height: auto; }

/* -----------------------------------------------------------------------------
// 2. HELPERS
// ----------------------------------------------------------------------------- */
/* grey section */
.section-grey {
  background:rgba(255,255,255,0.7) url(../img/008.jpg) no-repeat right center;
  background-size: cover;
  background-blend-mode: color;
  }
  
.section-grey-2 {
  background:rgba(255,255,255,0.7) url(../img/006.jpg) no-repeat right center;
  background-blend-mode: color;
  background-size: cover;
  border-top: 5px ridge #313D53;
  border-bottom: 5px ridge #313D53;
  }

/* spacing */
.section-space {
  background:rgba(255,255,255,0.4) url(../img/005.jpg) no-repeat center 0 fixed;
  background-blend-mode: color;
  border-top: 5px ridge #313D53;
  border-bottom: 5px ridge #313D53;
}
.section-space,
.space-lg {
  padding: 100px 0; }
.space-lg p {
  font-size: 1.2em; }
.space-lg-2 {
  background:rgba(255,255,255,0.7) url(../img/006.jpg) no-repeat 0 center / cover;
  background-blend-mode: color;
}
.section-space-2 {
  padding: 100px 0;
}
.section-space-3 {
  background: #454545;
  padding: 100px 0;
}
  
.space-sm {
  padding: 30px 0; }

.space-top {
  margin-top: 50px; 
  border-top: 3px ridge #313D53;
  border-bottom: 3px ridge #313D53;
  }

.space-bottom {
  margin-bottom: 50px; }

.space-bottom-sm {
  margin-bottom: 20px; }

.space-md {
  margin: 50px 0; }

.space {
  margin: 25px 0; }

.space-heading-md {
  margin-bottom: 30px; }

@media (max-width: 992px) {
  .space-mb {
    margin: 0 0 50px 0; } }
.no-space-top {
  padding-top: 0;
  margin-top: 0; }

.no-space-bottom {
  padding-bottom: 0;
  margin-bottom: 0; }

.no-space-right {
  padding-right: 0;
  margin-right: 0; }

.no-space {
  padding: 0; }

.no-space-left {
  padding-left: 0; }

/* back to top icon */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #FF8000;
  border: 2px solid #fff;
  text-align: center;
  z-index: 200; }

.back-to-top i {
  line-height: 40px;
  color: #fff;
  font-size: 14px; }

.back-to-top:hover {
  cursor: pointer; }

/* animation helpers */
.animation {
  opacity: 0; }

.animation-visible {
  opacity: 1; }

.animated,
.animation {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/*# sourceMappingURL=base.css.map */

.foto {
  box-shadow:0 0 5px 3px #fff;
  border-radius: 15px;
}
.h1 {
  color:#fff;
  font-size: 1em;
  text-shadow: 2px 2px 2px #000;
}
.ia {
  color: #FF8000;
  text-shadow: 2px 2px 2px #000;
}
.logo-p {
  color: #FF8000;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.5em;
}
.logo-p2 {
  margin-top:-10px;
  color: #FF8000;
  text-shadow: 1px 1px 1px #000;
  font-size: 1em;
}
.services-p {
  color: #fff;
  font-size: 1.5em;
}
.h1-2 {
  color:#fff;
  font-weight: 700;
  font-size: 3em;
  text-shadow: 2px 2px 1px #000;
}
.h1-3 {
  color:#5C5C5C;
  font-weight: 700;
  font-size: 3em;
}
.h1-span {
  color:#FF8000;
  text-shadow: 2px 2px 1px #000;
}
.h2 {
  font-weight: 700;
  font-size: 3em;
  color:#fff;
  text-shadow: 2px 2px 1px #000;
}
.h2-form {
  margin-bottom: 80px;
}
.text-p {
  color:#fff;
  font-size: 1.5em;
  text-shadow: 1px 1px 0 #000;
}
.text-p1 {
  color:#fff;
  font-size: 1.5em;
  text-shadow: 1px 1px 0 #000;
  margin-bottom: 30px;
}
.fon {
  background:rgba(255,255,255,0.4) url(../img/fon-5.jpg) no-repeat fixed center 0 / cover;
  background-blend-mode: color;
  //background: #808080;
  border-top: 5px ridge #313D53;
  border-bottom: 5px ridge #313D53;
}
.fon-2 {
  background:rgba(255,255,255,0.7) url(../img/007.jpg) no-repeat center 0 / cover;
  background-blend-mode: color;
}
.h2-top {
  margin-top: 1.5em;
}
.h2-bottom {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.h3 {
  font-weight: 700;
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.color {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.shadow {
  box-shadow: 0 3px 5px #000;
}
.border {
  width: 50%;
  height: 2px;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(246,144,10,1) 0%, rgba(255,16,0,1) 100%);
  margin-bottom: 20px;
}
.border-2 {
  width: 70%;
  height: 2px;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(246,144,10,1) 0%, rgba(255,16,0,1) 100%);
  margin-bottom: 20px;
  margin-top: 20px;
}
.span {
  font-weight: 700;
  color: #FF8000; 
}
.p {
  width: 70%;
  font-size: 1.4em;
  margin-bottom: 20px;
}
.blog-fon {
  
  background: #454545;
}
.container-top {
  margin-top: 50px;
}

.black-text {
	color: #000;
}
/*.shadow-div {
	box-shadow: 0 0 3px #313D53;
}*/