<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* Debugged CSS  */
/*//////////////////////////////////////////////////////////////////////////////////////////*/



.btn-demo   .vc_btn3-container.vc_btn3-inline , .btn-demo  .vc_btn3 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
	margin-left:0;
}


.steps i:before , .steps i:after {
    color: #28ad62;
    font-size: 64px;
    margin-bottom: 25px;
}


.service-icon i{
    color: #28ad62;
}


.service-icon i:after , .service-icon i:before{
	margin-left:0;
}

/*29.09.15*/

.layout-theme {
	overflow:hidden;
}

.nosticky .navbar-fixed-top,.nosticky  .navbar-fixed-bottom {
	position:absolute !important;
}



.layout-theme[data-header="nosticky" ] .navbar-fixed-top , .layout-theme[data-header="nosticky" ]  .navbar-fixed-bottom { 
		position:absolute !important;	
}


.admin-bar .layout-theme[data-header="nosticky" ]  .navbar-fixed-top {
    top: 0;
}



/*12.11.15*/



@media (max-width: 1300px) {
	
html  .page-header {
  height: auto;
    margin: 0;
    min-height: auto;
    overflow: hidden;
    padding-bottom: 45px;
    padding-top: 175px;
    position: relative;
    text-align: center;
}


.page-header .bottom-line , .page-header .bottom-line::after{
	display:none !important;
}


}


@media (max-width: 1300px) {

.navbar-nav.nav-icons {
   display: block;
   margin: 63px 55px 11px 0px !important;
}

}

@media (max-width: 960px) {
	
html  .page-header {
  height: auto;
    margin: 0;
    min-height: auto;
    overflow: hidden;
    padding-bottom: 45px;
    padding-top: 125px;
    position: relative;
    text-align: center;
}


.page-header .bottom-line , .page-header .bottom-line::after{
	display:none !important;
}


}



@media (max-width: 480px) {
	
html  .page-header {
 height: auto;
    margin: 0;
    min-height: auto;
    overflow: hidden;
    padding-bottom: 35px;
    padding-top: 20px;
    position: relative;
    text-align: center;
}


.page-header .bottom-line , .page-header .bottom-line::after{
	display:none !important;
}


} 
</pre></body></html>