/*Wrapping element for Sticky-Footer*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
html {
  	min-height: 100%;
  	position: relative;
}

body {
  	/* Margin bottom by footer height */
  	margin-bottom: 60px;	
    margin-bottom: 60px;
    background: linear-gradient(-45deg,#22b4d8,#2e3795,#722b8a,#bf2380);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	

}

/*404 Error Page V3
------------------------------------*/

a {
    color: #fff !important;
    text-decoration: underline;
}
a:hover {
    color: #fff !important;
    text-decoration: none;
}

.backstretch {
opacity: 0.5;
}

.error-v3 {
	text-align: center;	
}

.error-v3 h2 {
	color: #eee;	
	font-size: 63px;
	line-height: 65px;
	padding-bottom: 10px;	
    text-shadow: 1px 1px 0 #000;
	font-weight: 700;
word-break: break-all;
}
.error-v3 h3 {
	color: #fff;	
    font-size: 20px;
    line-height: 27px;
}

.error-v3 p {
	color: #eee;
	font-size: 25px;
	/*margin-bottom: 50px;*/
}

/*Sticky-Footer
------------------------------------*/
.sticky-footer {
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	padding: 5px;
  	/* Set the fixed height of the footer here */
  	height: 60px;
}

.sticky-footer .copyright-space {
	color: #eee;
	text-align: center;
}

.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

.service-or {
    overflow: hidden;
    position: relative;
}

.service-block-v2 .service-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255,255,255,0.2);
    border-radius: 15px 0 15px 0;
}

.service-block-v2 .service-block-in i, .service-block-v2 .service-block-in h4, .service-block-v2 .service-block-in p {
    color: #fff;
}

.service-block-v2 .service-block-in i {
    font-size: 40px;
}

// APP.CSS
a, a:focus, a:hover, a:active, button, button:hover {
    outline: 0 !important;
}
.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
a.btn-u {
    /* padding: 4px 13px; */
    /* vertical-align: middle; */
}
.btn-u.btn-brd {
    color: #555;
    background: none;
    padding: 5px 13px;
    border: solid 1px transparent;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.btn-u.btn-brd {
    border-color: #72c02c;
}
.btn-u.btn-brd.btn-u-light {
    color: #fff;
    border-color: #fff;
}
