.gtitle {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 5px;
    text-align: center;
    border-top: thin solid #F58836;
    border-bottom: thin solid #F58836;
    font-size: .75em;
}


blockquote {
    font-size: 12px!important;
    font-style: italic;
    color: #323232!important;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px!important;
    margin-bottom: 10px;
}

.til {
    border: 1px solid #FC8129;
    padding: 1px;
    margin-bottom: 20px;
}

.tit {
    border: thin solid #F0DF3B;
    color: #202020!important;
    background: #F0F0EE;
}

.title {
  padding: 50px 20px;
  text-align: center;
} 
.title h3 {
    font-family: 'Merriweather', serif;
    position: relative;
    color: #202020;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    line-height: 1;
}
.title h3:before {
  content: ""; 
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -15px;
  background: #727375;
}
.title h3:after {
  content: ""; 
  position: absolute;
  height: 0;
  width: 80%;    
  border-top: 5px solid rgba(115,115,117,0.9);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
@media (max-width: 500px) {
  .title h3 {font-size: 1.8em;}
}
@media (max-width: 400px) {
  .title h3 {
    font-size: 1.5em;
    padding: 10px 30px;
  }
}

.doc {
    border: thin solid #7172;
    background: #F0F0EE;
    margin:1px;
}

.img-col-4 {
    position: relative;
    padding: 1px;
    text-align: center;
    border: thin solid rgba(115,115,117,0.3);
}

.item-link:hover {
    background: rgba(0,0,0,0.9);
}

.item-link {
    background: rgba(0,0,0,0.7);
    width: 28px;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 1;
}

.item-link i {
    color: #4A8BF5;
}

.item-delete i {
    color: #ffffff;
}

.item-edit i {
    color: #ffffff;
}

.button-orange {
    background: #F58836;
    padding: 6px 16px;
    border: thin;
    color: #ffffff;
}
.button-gray {
    background: rgba(255,255,255,0.6);
    color: #404040;
    border: thin solid #404040;
    border-radius: 5px;
    padding: 8px 16px;
}
.button-gray:hover {
    background: #F58836;
    color: #ffffff;
    border: thin solid #F58836;
}
.dom {
    border: thin solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 11px 33px -19px rgba(0,0,0,1);
    -moz-box-shadow: 2px 11px 33px -19px rgba(0,0,0,1);
    box-shadow: 2px 11px 33px -19px rgba(0,0,0,1);
}
.dom .row p:hover{
    background:#EDEEF0;
}
.dom .row ul:hover{
    background:#EDEEF0;
}
.item-g {
    text-align: justify;
    padding: 8px 0!important;
}

.item-b {
    border-left: thin solid #e5e5e5;
}

.item-gray {
    filter: grayscale(1);
    transition: grayscale 1.5s;
}

.item-gray:hover {
    filter: grayscale(0);
}
    
.item-full {
    width: 100%;
}

.item-short {
    width: 50%;
    height: 212px;
    float:left;
}

.img_title {
    position: absolute;
    left: 0;
    bottom: 15px;
    text-align: center;
    width: 100%;
    background: rgba(115,115,117,0.8);
    padding: 10px;
    color: #fff;
    font-size: .95em;
    transition: 2.5s;
    text-shadow: 0 1px 2px #525252;
}

.col-img:hover .img_title {
    opacity:0;
    transition: 2.5s;
}


ul.mar>li {
    margin: 10px 0;
}

.cont-gray {
    font-weight:300;
}

.trim {
    width: 100%;
    height: 40px;
}

.trim-gray {
    width: 100%;
    height: 40px;
}



.scale:hover img {
    filter: grayscale(0);
}


.fixed-logo {
    margin-left: 50px;
}

.fixed-adress {
        top: 6px!important;
}

#section {
    padding: 100px 0;
}

#fasad {
    padding: 100px 0;
}

#company {
    padding: 100px 0;
}

#company:hover img {
    filter: grayscale(0);
}

#geo {
    padding: 100px 0;
}

#contact {
    padding: 100px 0;
}

#partner {
    padding: 100px 0;
}

.item-set {
    width: 46px;
    float: right;
    position: sticky;
    top: 30%!important;
    z-index: 11;
    background: rgba(0,0,0,0.6);
    padding: 8px;
    border-radius: 4px 0 0 4px;
}

img.hf {
    width: 6%;
    float: left;
    margin-right: 10px;
    margin-top: -7px;
}

section h1 {
    text-align: center;
    font-size: 1.5em;
    background: url(/assets/images/head.jpg);
    color: #fff!important;
    background-size: cover;
    padding: 10px;
}

section h3 {
    color:#843B0A;
}

section h5 {
    color: #843B0A;
}

.title_block {
    text-align: center;
    font-size: 1.5em;
    background: url(/assets/images/head.jpg);
    color: #fff!important;
    background-size: cover;
    padding: 5px;
    margin: 30px 0;
}

.title_block h3 {
    margin: 0!important;
    color: #fff;
}

.own-company {
    width: 60%;
    float: right;
    margin-left: 15px;
}

.video {
    text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #FA832E;
    padding: 10px;
    color: #fff;
    font-size: 1.0em;
}

.videos {
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 30vh;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

.videos i {
    position: absolute;
    top: 53%;
    left: 42%;
    font-size: 2.5em;
    color: rgba(255,255,255,0.7);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
    transition: 0.5s;
}

.videos:hover > i{
    color: rgba(255,255,255,1);
    transition: 0.5s;
}

.videos iframe {
    margin-top: -10%;
}

#content .dl-col {
    padding: 10px;
    text-shadow: 1px 1px 2px #e5e5e5;
    background: rgba(115,115,117,0.1);
    margin-bottom: 5px;
    border: thin solid rgba(115,115,117,0.1);
}

#content .row img {
    margin-bottom: 15px!important;
}

.navbar {
    margin-bottom: 0!important;
}

.navbar-brand {
    height: auto!important;
}

.navbar-default {
    border: 0!important;
}

.navbar-collapse {
    padding-right: 0!important;
    padding-left: 0!important;
}