/*One Page
------------------------------------*/
.one-page {
	padding-left: 0;
	padding-right: 0;
}

.one-page h1,
.one-page h2 {
	color: #fff;
	font-size: 35px;
	line-height: 28px;
	text-shadow: none;
	margin-bottom: 25px;
}

.one-page h3.heading-sm {
	font-size: 19px;
}

.one-page p {
	font-size: 17px;
	color: #fff;
}

.one-page .one-default p,
.one-page .one-default h1,
.one-page .one-default h2,
.one-page .one-grey p,
.one-page .one-grey h1,
.one-page .one-grey h2,
.one-page .one-grey-facile p,
.one-page .one-grey-facile h1,
.one-page .one-grey-facile h2 {
	color: #555;
}

.one-page .one-page-inner {
	padding: 30px 0;
	min-height: 300px;
}

.one-page .one-page-btn {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 200;
	padding-left: 30px;
	padding-right: 30px;  
}

.one-page .btn-u {
	margin-bottom: 15px;	
}

.one-page .one-default {
	background: #fff;
	background: url(../img/faces.jpg) 50% 0 repeat fixed;
	background: url(../../img/slider_hopital.jpg) 70% 40% no-repeat;
	background: url(../../img/sliders/layer/bg2.jpg) no-repeat;
	background: url(../../img/test.jpg) no-repeat;


}
.one-page .one-grey {
	background: #eee;
}
.one-page .one-grey-facile {
	background: #eee;
	background: url(../../img/bg_facile.jpg) no-repeat center 25%;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	
}
.one-page .one-blue {
	background: #3498db;
}
.one-page .one-red {
	background: #e74c3c;
}
.one-page .one-orange {
	background: #e67e22;
	background: #FE9A2E;
	background: #FF6600;
}
.one-page .one-lila {
	background: #8181F7;
}
.one-page .one-vernil {
	background: #01DFA5;
}
.one-page .one-green {
	background: #2ecc71;
}
