/* Horynvelas adapted website styles */

body
	{
		background: #fff;
		font-family: 'lane_-_narrowregular', sans-serif;
    line-height: 30px;
	}

@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('../HjPypq/GqcoKwo.eot');
    src: url('../HjPypq/GqcoKwo.eot?#iefix') format('embedded-opentype'),
         url('../HjPypq/r3Pa1QC.woff') format('woff'),
         url('../HjPypq/uahcfkQ1.ttf') format('truetype'),
         url('../HjPypq/cKjz7q.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

h2,h3 {
  font-weight: bold;
}

hr {
  border-color: #f2af00;
  margin: 0;
  opacity: 0.3;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}
img:hover {
  cursor: pointer;
  opacity: 0.5;
}

/* navigation */
.FIgWglMkz {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
  }
.FIgWglMkz .gWr5pu {
    background: #dc5034;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    height: 90px;
    margin: 0;
    padding: 20px 20px 40px 20px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
   }
.gWr5pu:hover, .gWr5pu:clicked {
  background: #0f5137;
}
.FIgWglMkz .navbar-nav li a {
    border-right: 1px solid #f9f9f9;
    color: #202020;
     font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    line-height: 60px;
	
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }
.FIgWglMkz .navbar-nav > li > a:clicked,
.FIgWglMkz .navbar-nav > li > a:hover,
.FIgWglMkz .navbar-nav > li > a:focus {
  color: #f2af00;
}
.FIgWglMkz .navbar-nav > .active > a,
.FIgWglMkz .navbar-nav > .active > a:hover,
.FIgWglMkz .navbar-nav > .active > a:focus {
  color: #f2af00;
  background-color: transparent;
}
.FIgWglMkz .NPd6Um {
    border: none;
    padding-top: 30px;
}
.FIgWglMkz .NPd6Um .pe7r74hd {
    background: #dc5034;
    border-color: transparent;
}
.FIgWglMkz .NPd6Um:hover,
.FIgWglMkz .NPd6Um:focus { 
  background-color: transparent 
}

/* home section */
#home {
  background: url('../images/home-bg.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  padding-top: 220px;
  padding-bottom: 100px;
}
#home h1 {
  color: #f2af00;
  font-weight: 300;
  padding-bottom: 10px;
}
#home h2 {
  line-height: 10px;
}
#home .btn {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #444;
  border-radius: 0px;
  color: #444;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-top: 14px;
  width: 200px;
  padding: 20px;
  margin-top: 20px;
   transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #dc5034;
  border-color: transparent;
  color: #fff;
}

/* service section */
#service {
  padding-top: 100px;
  padding-bottom: 80px;
}
#service h2 {
  border-left: 2px solid #f2af00;
  display: inline-block;
  padding: 20px;
}
#service .fa {
  border-top: 3px solid #f2af00;
  border-bottom: 3px solid #dc5034;
  border-radius: 50%;
  font-size: 32px;
  color: #dc5034;
  text-align: center;
  vertical-align: middle;
  margin-top: 50px;
  margin-bottom: 15px;
  padding: 40px;
}

/* about section */
#about {
  padding-top: 60px;
  padding-bottom: 80px;
}
#about h2 {
  border-right: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 20px 10px 10px;
}
#about .tpwaWnOqpsY {
  text-align: center;
  padding-bottom: 60px;
}
#about img {
  border: 1px solid #666;
  padding: 10px;
}
#about h4 {
  padding-bottom: 10px;
}

/* team section */
#team {
  padding-top: 60px;
  padding-bottom: 100px;
}
#team h2 {
  border-left: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
#team h4 {
	padding-bottom: 40px;
}
#team .tpwaWnOqpsY {
  text-align: center;
  padding-bottom: 60px;
}
#team img {
  border: 1px solid #666;
  padding: 15px;
}

/* portfolio section */
#portfolio {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
  }
#portfolio h2 {
  border-right: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 20px 10px 10px;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 16px;
    font-family: 'lane_-_narrowregular', sans-serif;
    font-weight: bold;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a.selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #f2af00;
    border-color: transparent;
    color: #ffffff;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.MF1JElBx {
  width: 100%;
  display: block;
}

/* pricing section */
#pricing {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
#pricing h2 {
  border-left: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
#pricing .zhdVbrjKDb {
  border: 2px solid #444;
  padding: 20px 20px 40px 20px;
  margin-top: 60px;
}
#pricing .zhdVbrjKDb .jQsTunAQ {
  border-bottom: 2px solid #444;
  padding: 20px 10px 20px 10px;
  margin-bottom: 20px;
}
#pricing .zhdVbrjKDb small,
#pricing .zhdVbrjKDb ul li {
  font-family: 'Raleway', sans-serif;
}
#pricing .zhdVbrjKDb ul {
  padding: 0;
}
#pricing .zhdVbrjKDb ul li {
  display: block;
  padding: 16px 0px 16px 0px;
}
#pricing .zhdVbrjKDb .btn {
  background: transparent;
  border: 2px solid #444;
  border-radius: 0px;
  color: #000;
  font-weight: bold;
  width: 140px;
  height: 50px;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#pricing .zhdVbrjKDb .btn:hover {
  background: #f2af00;
  border-color: transparent;
}

/* contact section */
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#contact h2 {
  border-right: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  margin-bottom: 60px;
}
#contact .a2440u4 {
  border: 2px solid #444;
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}
#contact .a2440u4:focus {
  opacity: 0.8;
  position: relative;
  bottom: 10px;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  background: #444;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
  background: #f2af00;
  border-color: transparent;
}
#contact p {
  padding-top: 10px;
}
.a2440u4::-moz-placeholder {
  color: #202020;
  opacity: 1;
}
.a2440u4:-ms-input-placeholder {
  color: #202020;
}
.a2440u4::-webkit-input-placeholder {
  color: #202020;
}

/* footer section */
footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer h2 {
  border-bottom: 2px solid #444;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
footer p {
  line-height: 20px;
}
footer span {
  font-weight: bold;
  padding-left: 20px;
}
.GSLImKCt1 {
  padding: 0;
  margin: 0;
}
.GSLImKCt1 li {
  display: inline-block;
  list-style: none;
}
.GSLImKCt1 li a {
  background: #444;
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.GSLImKCt1 li a:hover {
  background: #f2af00;
}

/* copyright section */
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

/* scrolltop section */
.go-top 
  {
    background-color: #f2af00;
    font-size: 26px;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }
.go-top:hover
  {
    background-color: #444;
	color: #fff;
  }

/* media 960 */
@media only screen and ( max-width: 980px ) {
  .FIgWglMkz .navbar-nav li a {
    padding-right: 20px;
    padding-left: 40px;
    line-height: 30px;
  }
}

/* media 360 */
@media only screen and ( max-width: 360px ) {
  #team h4 {
    padding-bottom: 30px;
  }
}
/* Horynvelas brand adaptation */
body { background: #f6eedf; color: #1d1a17; }
a { color: #0f5137; }
a:hover { color: #c49a4a; text-decoration: none; }
.FIgWglMkz { background: #07120f; box-shadow: 0px 2px 12px rgba(0,0,0,0.35); }
.FIgWglMkz .gWr5pu { background: #0f5137; color: #f6eedf; }
.FIgWglMkz .navbar-nav li a { color: #f6eedf; border-right: 1px solid rgba(255,255,255,0.08); padding-right: 22px; padding-left: 22px; }
.FIgWglMkz .navbar-nav > li > a:hover,
.FIgWglMkz .navbar-nav > li > a:focus,
.FIgWglMkz .navbar-nav > .active > a { color: #c49a4a; }
.FIgWglMkz .NPd6Um .pe7r74hd { background: #c49a4a; }
hr { border-color: #c49a4a; opacity: 0.45; }
#home { background: linear-gradient(90deg, rgba(7,18,15,0.86), rgba(7,18,15,0.25)), url('../A1n8ycI5b/nURgt4Ry.jpg') no-repeat; background-size: cover; background-position: center; color: #f6eedf; }
#home h1 { color: #c49a4a; }
#home h2 { color: #f6eedf; line-height: 1.2; }
#home p { color: #f6eedf; }
#home .btn { background: rgba(196,154,74,0.9); border-color: #c49a4a; color: #07120f; }
#home .btn:hover { background: #7a1f2b; color: #fff; }
.nW48DfC { min-height: 420px !important; padding-top: 170px !important; }
.oImOeb { background-image: linear-gradient(90deg, rgba(7,18,15,0.9), rgba(7,18,15,0.25)), url('../A1n8ycI5b/i0gl52nHW3.jpg') !important; }
.nd6moIIaPO { background-image: linear-gradient(90deg, rgba(7,18,15,0.9), rgba(7,18,15,0.25)), url('../A1n8ycI5b/KSYQj0Ckbm9.jpg') !important; }
.TSk9vSo { background-image: linear-gradient(90deg, rgba(7,18,15,0.92), rgba(7,18,15,0.35)), url('../A1n8ycI5b/TDXGwDkzI.jpg') !important; }
.RtacOZ, .vFCic09LWK7 { font-family: 'Raleway', sans-serif; font-weight: 700; color: #c49a4a !important; }
#service, #team, #pricing, #contact, .SdK5eqleTkf, .gdiFgZQ { background: #f6eedf; }
#about, footer, .xgJSAMUYP { background: #11110f; color: #f6eedf; }
#about h2, #team h2, #service h2, #pricing h2, #portfolio h2, #contact h2, .SdK5eqleTkf h2, .gdiFgZQ h2, .xgJSAMUYP h2 { border-color: #c49a4a; }
#service .fa { border-top-color: #c49a4a; border-bottom-color: #7a1f2b; color: #0f5137; }
#portfolio { background: #181614; color: #f6eedf; }
.filter-wrapper li a.selected, .filter-wrapper li a:focus, .filter-wrapper li a:hover { background: #0f5137; color: #f6eedf; }
#pricing .zhdVbrjKDb { border-color: #0f5137; background: rgba(255,255,255,0.35); }
#pricing .zhdVbrjKDb .jQsTunAQ { border-bottom-color: #c49a4a; }
#contact .a2440u4 { border-color: #0f5137; background: #fffaf0; }
#contact input[type="submit"], .T75lqk { background: #0f5137; border-color: #0f5137; color: #fff; border-radius: 0; }
#contact input[type="submit"]:hover, .T75lqk:hover { background: #c49a4a; border-color: #c49a4a; color: #07120f; }
footer a, footer span { color: #c49a4a; }
footer h2 { border-bottom-color: #c49a4a; }
.copyright { background: #07120f; color: #f6eedf; }
.go-top { background-color: #0f5137; }
.go-top:hover { background-color: #c49a4a; color: #07120f; }
.SdK5eqleTkf { padding-top: 70px; padding-bottom: 70px; text-align: center; }
.faq-item { border: 1px solid rgba(15,81,55,0.35); margin-bottom: 14px; text-align: left; background: #fffaf0; }
.faq-item h3 { margin: 0; padding: 18px 22px; cursor: pointer; color: #0f5137; }
.faq-item p { display: none; padding: 0 22px 20px 22px; margin: 0; }
.faq-item.active p { display: block; }
.xgJSAMUYP { padding: 60px 0; text-align: center; }
.gdiFgZQ { padding: 80px 0; }
.gdiFgZQ h2 { display: inline-block; border-left: 2px solid #c49a4a; padding-left: 15px; margin-top: 30px; }
.EZfVsz { min-height: 260px; border: 2px solid #0f5137; background: #fffaf0; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: bold; color: #0f5137; padding: 30px; }
.ssfhMTm0fW { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 9999; background: #07120f; color: #f6eedf; border: 1px solid #c49a4a; padding: 18px 22px; display: none; box-shadow: 0 8px 25px rgba(0,0,0,0.35); }
.ssfhMTm0fW p { margin: 0 140px 0 0; line-height: 22px; }
.ssfhMTm0fW button { position: absolute; right: 20px; top: 18px; background: #c49a4a; border: none; color: #07120f; font-weight: bold; padding: 9px 18px; }
@media only screen and ( max-width: 980px ) { .FIgWglMkz .navbar-nav li a { padding-right: 15px; padding-left: 15px; } .FIgWglMkz .gWr5pu { height: 70px; line-height: 35px; padding-bottom: 20px; } }
@media only screen and ( max-width: 640px ) { #home { padding-top: 150px; } .ssfhMTm0fW p { margin: 0 0 15px 0; } .ssfhMTm0fW button { position: static; } }
