body
{
   font-family: 'Open Sans', sans-serif;
}
#Button1 {
    border: 0px #A9A9A9 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #ffda11;
    color: #010102;
    font-size: 24px;
    -moz-box-shadow: 0px 3px 0px #FFA200;
    -webkit-box-shadow: 0px 3px 0px #FFA200;
    box-shadow: 0px 3px 0px #ffab11;
    cursor: pointer;
    -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;
    -webkit-appearance: none;
	left: 29px;
    top: 432px;
    padding: 0px 40px;
    font-weight: bold;
    height: 63px;
	margin-bottom: 100px;
	margin-top: 25px;
}
#Button1:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -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;
}

.ssfwfwa img {
    margin: -3px 15px;
}

.slidertop h1 {    color: #ffda11;
       font-size: 50px;
    font-weight: bold;
    padding-top: 62px;
    padding-bottom: 16px;}
.slidertop p {
font-size: 21px;
color:white;text-transform: uppercase;}

.slidertop .col-md-4 {
    background: black;
    text-align: center;
    padding: 30px 0px;
}
	.slidertop .col-md-4 h3 {
	color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-top: 23px;
}
.slidertop .col-md-4 p {
    font-size: 16px;
    text-transform: initial;
}
h2 {
    text-transform: uppercase;
    font-weight: bold;
}
h2:after {
    content: "";
    width: 73px;
    height: 5px;
    margin-top: 15px;
    display: block;
    background: #2b90ca;
}

div.all div.main div#team_prof {
    overflow: hidden;
    margin: 45px 0 70px;
    /* background: -webkit-gradient(linear, left top, right top, from(#ffd700), color-stop(49%, #ffd700), color-stop(51%, #eeeeee)); */
    background: linear-gradient(to right, #ffd700 0%, #ffd700 49%, #eeeeee 51%);
    margin-top: 0;
}

.onas .container {
    padding-top: 3%;
}
.onas2 {
    background-color: transparent;
    background-image: url(./images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	padding-top: 3%;
}
.onas2 h2, .onas2 p, .onas2 li{
    color: white;
}
.onas2 li img {
    padding: 15px;
}

h4 {
    text-transform: uppercase;
}
.usluga {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
	padding-top: 1%;
}

.catuls1 {
	background: url(./images/bak2.jpg);    background-size: cover;
    background-repeat: no-repeat;
}

.catuls2 {
	background: url(./images/bak1.jpg);    background-size: cover;
    background-repeat: no-repeat;
}

.catuls3 {
	background: url(./images/bak3.jpg);    background-size: cover;
    background-repeat: no-repeat;
}

.catuls4 {
	background: url(./images/bak4.jpg);
	  background-size: cover;
    background-repeat: no-repeat;
}

.catuls5 {
    background: url(./images/energy_audit.jpg);    background-size: cover;
    background-repeat: no-repeat;
    /*height: 400px;*/
}
.catuls1, .catuls2, .catuls3, .catuls4, .catuls5, .catuls6, .catuls7 {
	min-height:500px;background-position: top;
}

.catuls6,
.catuls7 {
    position: relative;
}
.catuls6:before,
.catuls7:before {
    content: "";
    background-color: #f9f9f9;
    position: absolute;
    width: 50%;
    height: 100%;
}

.catuls6:before {
    left: 0;
    top: 0;
}
.catuls7:before {
    right: 0;
    top: 0;
}

.rside {
    padding-left: 20px;
}

.items {
    overflow: hidden;
    transition: all 0.5s;
}

.more-btn {
    position: relative;
    margin: 20px 0;
}

.more-btn span {
    cursor: pointer;
    border-bottom: 1px dotted #3598DB;
}

.more-btn-blur {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/* Extra Styles */
.modal {
    background-color: rgba(0, 0, 0, 0.3);
}
.modal.fade .modal-content {
    transform: translate(0, -15%);
    transition: transform .3s ease-out;
}
.modal.show .modal-content {
    transform: translate(0, 0);
}
.row {
    margin-right: 0;
}
.msg {
    color: green;
    display: none;
}

@media (max-width:768px){
	.catuls1 {
    background: url(./images/bak2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0px;
}
}

.onas2 #Button1 {
    margin-bottom: 38px;
}
.usluga p {
margin: 5px 0px;
}
.usluga img {
    padding: 0px 10px 5px 0px;
}
button.btn.btn-primary1 {
    border: 0px #A9A9A9 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* text-transform: uppercase; */
    background-color: #ffda11;
    color: #010102;
    font-size: 24px;
    -moz-box-shadow: 0px 3px 0px #FFA200;
    -webkit-box-shadow: 0px 3px 0px #FFA200;
    box-shadow: 0px 3px 0px #ffab11;
    cursor: pointer;
    -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;
    -webkit-appearance: none;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}

.usluga h4 {
    padding: 20px 0;
    font-size: 1.2em;
}

a#Button1 {
    padding: 10px;
}
.portfolio, .contact {
    background: #e8e8e8;
	padding: 60px 0px;
}
.fotter {
    height: 63px;
    padding: 23px 0px;
}
footer {
    background: #1e1e1e;
    color: #e8e8e8;
}

.nav-link {
    display: block;
    font-size: 22px;
	padding:0;
}
a {
    color: #121214;

}
.nav-item.pull-right {
    width: 224px;
    text-align: center;
}
.slidertop {
   background-image: url(./images/1.jpg);
    background-repeat: no-repeat;
}
.owl-carousel.owl-drag .owl-item {
    height: 136px;
    overflow: hidden;
}
@media only screen and (max-width: 900px) {
.catuls1, .catuls2, .catuls3, .catuls4 {
	  background-size: cover;
      background-position: top;
}}