@font-face {
    font-family: RegularFont;
    src: url(fonts/proxima_nova_regular.otf);
}

@font-face {
    font-family: BoldFont;
    src: url(fonts/proxima_nova_bold.otf);
}

@font-face {
    font-family: SemiboldFont;
    src: url(fonts/proxima_nova_semibold.otf);
}

@keyframes block_opacity {
    0% {opacity: 0;}
	30% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes block_opacity {
    0% {opacity: 0;}
	30% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes block_opacity {
    0% {opacity: 0;}
	30% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes backgr1_opacity {
    0% {background-color: rgba(4,3,4,0);}
	30% {background-color: rgba(4,3,4,0);}
	100% {background-color: rgba(4,3,3,0.4);}
}

@-webkit-keyframes backgr1_opacity {
    0% {background-color: rgba(4,3,4,0);}
	30% {background-color: rgba(4,3,4,0);}
	100% {background-color: rgba(4,3,3,0.4);}
}

@-moz-keyframes backgr1_opacity {
    0% {background-color: rgba(4,3,4,0);}
	30% {background-color: rgba(4,3,4,0);}
	100% {background-color: rgba(4,3,3,0.4);}
}

@keyframes backgr2_opacity {
    0% {background-color: rgba(4,3,4,0.4);}
	100% {background-color: rgba(4,3,4,0.7);}
}

@-webkit-keyframes backgr2_opacity {
    0% {background-color: rgba(4,3,4,0.4);}
	100% {background-color: rgba(4,3,4,0.7);}
}

@-moz-keyframes backgr2_opacity {
    0% {background-color: rgba(4,3,4,0.4);}
	100% {background-color: rgba(4,3,4,0.7);}
}

@keyframes backgr3_opacity {
    0% {background-color: rgba(4,3,4,0.7);}
	100% {background-color: rgba(4,3,4,1);}
}

@-webkit-keyframes backgr3_opacity {
    0% {background-color: rgba(4,3,4,0.7);}
	100% {background-color: rgba(4,3,4,1);}
}

@-moz-keyframes backgr3_opacity {
    0% {background-color: rgba(4,3,4,0.7);}
	100% {background-color: rgba(4,3,4,1);}
}

/*@CHARSET "ISO-8859-1";*/
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
	font-size: 16px;
}

a, a:hover, a:active, a:focus {
	text-decoration:none;
	color: #ffffff;
}



table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#ffffff;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: RegularFont;
	color: #FFFFFF;
	
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-family: BoldFont;
	font-size: 48px;
}

h2 {
	font-family: BoldFont;
	font-size: 24px;
}

p{
	font-family: SemiboldFont;
	font-size: 16px;
}

.section{
	text-align:center;
}


body {
	background: #1a1414 url(fullpage/images/background.jpg) no-repeat 50% 50%;
	background-size: cover;
}

div#section1.active {
    -webkit-animation-name: backgr1_opacity;
    -webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: backgr1_opacity;
    -moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
	animation-name: backgr1_opacity;
    animation-duration: 3s;
	animation-iteration-count: 1;
	background: rgba(4,3,4,0.4);
}

div#section1 {
    
	background: rgba(4,3,4,0.4);
	
}

div#section1 .clinic1 {
	opacity: 0;
}

div#section1.active.fp-completely .clinic1 {
	-webkit-animation-name: block_opacity;
    -webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: block_opacity;
    -moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
	animation-name: block_opacity;
    animation-duration: 3s;
	animation-iteration-count: 1;
	opacity: 1;
}

div#section2  {
    background: rgba(4,3,4,0.7);
}

div#section2.active  {
    -webkit-animation-name: backgr2_opacity;
    -webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: backgr2_opacity;
    -moz-animation-duration: 2s;
	-moz-animation-iteration-count: 1;
	animation-name: backgr2_opacity;
    animation-duration: 2s;
	animation-iteration-count: 1;
	background: rgba(4,3,4,0.7);
}

#section2 h2 {
	color: #e7c7a5;
	font-size: 24px;
	margin: 10px 0;
	
}

div#section3  {
    background: rgba(4,3,4,1);
}

div#section3.active  {
    -webkit-animation-name: backgr3_opacity;
    -webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: backgr3_opacity;
    -moz-animation-duration: 2s;
	-moz-animation-iteration-count: 1;
	animation-name: backgr3_opacity;
    animation-duration: 2s;
	animation-iteration-count: 1;
	background: rgba(4,3,4,1);
}

div#language {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}

.lang {
	margin: 0 20px;
	color: #cccccc;
}

.lang.active {
	color:#fff;
}

div#top_line {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 85px;
    border-top: 2px solid #94908c;
}


div#clinic {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}

.clinic h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.clinic h4 {
    font-size: 12px;
}

div#address {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}

#address h3 {
    color: #828182;
    margin-bottom: 10px;
    font-size: 18px;
}

.address h4 {
    line-height: 25px;
}

.info_block {
    display: inline-block;
    min-width: 25%;
    border-top: 2px solid #94908c;
    padding: 10px;
    margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 3%;
}

div#info_block1, div#info_block2, div#info_block3 {
	margin-top: 160px;
}

div#info_block1, div#info_block2, div#info_block3, div#info_block4 {
	opacity: 0;
}

div#section2.active.fp-completely div#info_block1, div#section2.active.fp-completely div#info_block2, div#section2.active.fp-completely div#info_block3, div#section2.active.fp-completely div#info_block4 {
	-webkit-animation-name: block_opacity;
    -webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: block_opacity;
    -moz-animation-duration: 2s;
	-moz-animation-iteration-count: 1;
	animation-name: block_opacity;
    animation-duration: 2s;
	animation-iteration-count: 1;
	opacity: 1;
}

div#loading {
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
	height: 12px;
	width: 192px;
	background: url(fullpage/images/loading-bar.gif) no-repeat;
	font-size: 0;
}

div#scroll {
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
	height: 30px;
	width: 100px;
	padding-top: 3px;
	font-size: 11px;
	background: url(fullpage/images/arrow-down.png) no-repeat 50% bottom;
	border-top: 2px solid #94908c;
}

#map {
	position: absolute;
	bottom: 0;
	top: 50%;
	left: 0;
	right: 0;
	background: grey;
	background: #1a1414 url(fullpage/images/address.jpg) no-repeat 50% 50%;
	background-size: cover;
}



@media all and (max-width: 1150px) {
	.info_block {
    display: inline-block;
    min-width: 45%;
    border-top: 2px solid #94908c;
    padding: 10px;
    margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 3%;
}

div#info_block1 {
	margin-top: 180px;
}

div#info_block2, div#info_block3 {
	margin-top: 0px;
}

.lang {
	margin: 0 40px;
	color: #828182;
}

div#top_line {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 285px;
    border-top: 2px solid #94908c;
}


div#clinic {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}

div#scroll {
	position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
	height: 50px;
	width: 250px;
	padding-top: 3px;
	font-size: 32px;
	background: url(fullpage/images/arrow-down.png) no-repeat 50% bottom;
	border-top: 2px solid #94908c;
}

.language a {
	font-size: 40px;
}

.clinic h3 {
	font-size: 40px;
}

.clinic h4 {
	font-size: 32px;
}

#section2 h2 {
	font-size: 40px;
}

#section2 p {
	font-size: 32px;
}

#address h3 {
	font-size: 40px;
}

#address h4 {
	font-size: 40px;
	line-height: 50px;
}

}