@font-face {
	font-family:'Berthold_Akzidenz_Grotesk';
	src: url('/lisalib/getfile.aspx?itemid=99588157-d657-11e6-b6ba-005056be0005');
	src: url('/lisalib/getfile.aspx?itemid=99588157-d657-11e6-b6ba-005056be0005&#iefix') format('embedded-opentype'),
		 url('/lisalib/getfile.aspx?itemid=99588156-d657-11e6-b6ba-005056be0005') format('woff'),
		 url('/lisalib/getfile.aspx?itemid=99588155-d657-11e6-b6ba-005056be0005') format('truetype'),
		 url('/lisalib/getfile.aspx?itemid=99588158-d657-11e6-b6ba-005056be0005#AkzidenzGroteskBE-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

body{
	margin:0;
	color:#313131;
	font:18px/33px 'Raleway', sans-serif;
	background: #fff;
	position: relative;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% 'Raleway', sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote,
q{
	quotes: none;
}
q:before,
q:after{
	content: '';
}
a{
	color:#313131;
	text-decoration:none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{
	color: #00639a;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{
	outline:none;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
*:after,
*:before,
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.clearfix:after,
.container:after{
	content: '';
	clear: both;
	display: block;
}
#wrapper{
	position: relative;
	max-width: 100%;
	overflow: hidden;
	padding-top: 93px;
	min-height: 100vh;
}
.open-menu{display: none;}
h1{
	font-size: 60px;
	line-height: 72px;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}
h2{
	font-size: 45px;
	line-height: 54px;
	font-weight: 800;
	margin: 0;
	color: #008bb4;
	text-transform: uppercase;
}
h3{
	font-size: 30px;
	line-height: 36px;
	color: #313131;
	margin: 0;
	font-weight: 700;
}
h3.h4 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(49, 49, 49);
    line-height: 35px;
    margin: 0px 0px 33px;
}
h4{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
	color: #313131;
}
/*header*/
#header{
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
#header .logo{
	float: left;
	margin: 27px 0 22px;
}
.logo{
	background: url(/lisalib/getfile.aspx?itemid=5b362705-d657-11e6-b6ba-005056be0005) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 221px;
	height: 44px;
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0 auto;
}
.logo a{
	display: block;
	height: 100%;
}
/*main-nav*/
#main-nav{
	float: right;
	margin: 0 -8px 0 0;
}
#main-nav > ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#main-nav > ul > li{
	float: left;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
#main-nav > ul > li.active > a{
	/* font-weight: 700; */
	color: #00639a;
}
#main-nav > ul > li > a{
	display: block;
	text-align: center;
	padding: 39px 12px 34px 12px;
	position: relative;
}
#main-nav > ul > li > a:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 11px;
	right: 11px;
	height: 2px;
	background: #20649b;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#main-nav > ul > li:hover > a:before{opacity: 1;}
#main-nav > ul > .has-drop > a:before{right: 23px;}
#main-nav ul ul{
	margin: 20px 0 0;
	padding: 14px 0 11px;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 210px;
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#main-nav > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
#main-nav ul ul a{
	display: block;
	padding: 5px 14px;
}
#main-nav .has-drop > a:after{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 6px;
	background: url(/lisalib/getfile.aspx?itemid=5b3626e4-d657-11e6-b6ba-005056be0005) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin: 7px 0 0 8px;
}
/*visual*/
.visual{
	position: relative;
	margin: 0;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
	padding: 32px 0 206px;
}
.visual > img{display: none;}
.visual:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #055088;
	opacity: .67;
	z-index: -1;
}
.visual .btn-next{
	position: absolute;
	bottom: 84px;
	left: 50%;
	font-size: 0;
	line-height: 0;
	width: 81px;
	height: 43px;
	background: url(/lisalib/getfile.aspx?itemid=5b3626e5-d657-11e6-b6ba-005056be0005) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin-left: -40px;
	opacity: 1;
}
.visual .btn-next:hover{
	opacity: .7;
}
.visual .flex{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
}
/*triangel*/
.triangel{
	width: 772px;
	height: 600px;
	background: url(/lisalib/getfile.aspx?itemid=5b362700-d657-11e6-b6ba-005056be0005) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	font-family: 'Berthold_Akzidenz_Grotesk';
	font-size: 12px;
	line-height: 16px;
}
.visual .triangel{
	width: 772px;
	height: 600px;
	margin-left: 35px;
}
.visual .triangel .nav li:before,
.visual .triangel .nav li:after,
.visual .triangel .nav li > a:before,
.visual .triangel .nav li > a:after{display: none !important;}
.triangel .nav{
	margin: 0;
	padding: 92px 0 0;
	list-style: none;
	text-align: center;
}
.triangel .nav > li{
	margin: 0 auto;
	color: #fff;
	position: relative;
}
.triangel .nav > li > a{
	display: block;
	position: relative;
	z-index: 1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.triangel .nav li.active:hover{opacity: 1;}
.triangel .nav li.active > a{
	background: rgba(215, 215, 215, 0.64);
	position: relative;
}
.triangel .nav li > a:after,
.triangel .nav li > a:before{
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
	display: none;
}
.triangel .nav li.active > a:after,
.triangel .nav li.active > a:before{
	display: block;
}
.triangel .nav > li:first-child:before{
	content: '';
	position: absolute;
	top: 1px;
	bottom: -1px;
	left: 1px;
	right: 1px;
	background: rgba(215, 215, 215, 0.64);
	opacity: 0;
}
.triangel .nav > li.active:first-child > a{
	background: none;
}
.triangel .nav > li.active:first-child > a:before{
	border: 20px solid transparent;
	border-left: 13px solid rgba(215, 215, 215, 0.64);
	border-bottom: 21px solid rgba(215, 215, 215, 0.64);
	border-right-width: 13px;
	right: -25px;
}
.triangel .nav > li.active:first-child > a:after{
	border: 20px solid transparent;
	border-right: 13px solid rgba(215, 215, 215, 0.64);
	border-bottom: 21px solid rgba(215, 215, 215, 0.64);
	border-left-width: 13px;
	left: -25px;
}
.triangel .nav li{
	position: relative;
}
.triangel .nav > li:nth-child(2):before{
	content: '';
	position: absolute;
	top: 1px;
	bottom: -1px;
	left: 21px;
	right: 21px;
	background: rgba(215, 215, 215, 0.64);
}
.triangel .nav > li:before{
	opacity: 0;
}
.triangel .nav > li:after {
    opacity: 0;
}
.triangel .nav > li:after {
	opacity: 0;
}
.triangel .nav > li.active:after{opacity: 1;}
.triangel .nav > li.active:before{opacity: 1;}
.triangel .nav > li.active:nth-child(2) > a:before{
	border: 38px solid transparent;
	border-left: 24px solid rgba(215, 215, 215, 0.64);
	border-bottom: 38px solid rgba(215, 215, 215, 0.64);
	border-right-width: 24px;
	right: -26px;
}
.triangel .nav > li.active:nth-child(2) > a:after{
	border: 38px solid transparent;
	border-right: 24px solid rgba(215, 215, 215, 0.64);
	border-bottom: 38px solid rgba(215, 215, 215, 0.64);
	border-left-width: 24px;
	left: -26px;
}
.triangel .nav > li:first-child{
	max-width: 118px;
	margin-bottom: 7px;
}
.triangel .nav > li:first-child a{
	padding: 4px 0;
}
.triangel .nav > li:nth-child(2) a{
	background: none;
}
.triangel .nav > li:nth-child(2){
	width: 200px;
	color: #4d4e4f;
}
.triangel .nav > li:nth-child(2) p{margin: 3px 0 -1px ;}
.triangel .nav .cell{
	display: table-cell;
	width: 1%;
	height: 75px;
	vertical-align: middle;
	padding: 5px;
}
.triangel .nav > li:nth-child(3){
	color: #4d4e4f;
	width: 248px;
}
.triangel .nav > li:nth-child(3) .cell{height: 79px;}
.triangel .nav > li:nth-child(3) strong{margin-bottom: 4px;}
.triangel .nav > li:nth-child(3) a:before{
	border: 39px solid transparent;
	border-left: 24px solid rgba(215, 215, 215, 0.64);
	border-bottom: 40px solid rgba(215, 215, 215, 0.64);
	border-right-width: 24px;
	right: -48px;
}
.triangel .nav > li:nth-child(3) a:after{
	border: 39px solid transparent;
	border-right: 24px solid rgba(215, 215, 215, 0.64);
	border-bottom: 40px solid rgba(215, 215, 215, 0.64);
	border-left-width: 24px;
	left: -48px;
}
.triangel .nav > li:nth-child(4){
	color: #4d4e4f;
	width: 348px;
}
.triangel .nav > li:nth-child(4) a:before{
	border: 36px solid transparent;
	border-left: 24px solid rgba(215, 215, 215, 0.64);
	border-bottom: 36px solid rgba(215, 215, 215, 0.64);
	border-right-width: 24px;
	right: -48px;
}
.triangel .nav > li:nth-child(4) a:after{
	border: 36px solid transparent;
	border-right: 24px solid rgba(215, 215, 215, 0.64);
	border-bottom: 36px solid rgba(215, 215, 215, 0.64);
	border-left-width: 24px;
	left: -48px;
}
.triangel .nav > li:nth-child(4) .cell{
	height: 72px;
}
.triangel .nav > li:nth-child(4) strong{margin-bottom: 6px;}
.triangel .nav > li:nth-child(5){
	width: 528px;
	font-size: 11px;
	line-height: 14px;
}
.triangel .nav > li:nth-child(5).active > a{
	background: none;
}
.triangel .nav > li:nth-child(5) a:before{
	border: 64px solid transparent;
	border-left: 41px solid rgba(215, 215, 215, 0.64);
	border-bottom: 64px solid rgba(215, 215, 215, 0.64);
	border-right-width: 41px;
	right: -38px;
}
.triangel .nav > li:nth-child(5) a:after{
	border: 64px solid transparent;
	border-right: 41px solid rgba(215, 215, 215, 0.64);
	border-bottom: 64px solid rgba(215, 215, 215, 0.64);
	border-left-width: 41px;
	left: -38px;
}
.triangel .nav > li:nth-child(5):before{
	content: '';
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 44px;
	right: 44px;
	background: rgba(215, 215, 215, 0.64);
}
.triangel .nav > li:nth-child(5) .list strong{
	font-size: 11px;
	margin: 0 0 5px;
}
.triangel .nav > li:nth-child(6){
	width: 702px;
	color: #4d4e4f;
	padding: 11px 10px;
	overflow: hidden;
}
.triangel .nav > li:nth-child(6):before{
	content: '';
	position: absolute;
	top: 0;
	border: 39px solid transparent;
	border-right: 24px solid rgba(215, 215, 215, 0.64);
	border-bottom: 39px solid rgba(215, 215, 215, 0.64);
	border-left-width: 24px;
	left: 2px;
}
.triangel .nav > li:nth-child(6):after{
	content: '';
	position: absolute;
	top: 0;
	border: 39px solid transparent;
	border-left: 24px solid rgba(215, 215, 215, 0.64);
	border-bottom: 39px solid rgba(215, 215, 215, 0.64);
	border-right-width: 24px;
	right: 2px;
}
.triangel .nav > li:nth-child(6) > a{
	margin: -10px 40px 4px;
	padding: 8px 0 7px;
}
.triangel .nav > li:nth-child(6).active > a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: -200px;
	left: 0;
	right: 0;
	background: rgba(215, 215, 215, 0.64);
	z-index: -1;
}
.triangel .nav > li:nth-child(6).active > a{background: none;}
.triangel .nav > li:nth-child(7){padding: 7px 0;}
.triangel .nav li a{
	color: inherit;
	display: block;
}
.triangel .nav > li:hover{opacity: .7;}
.triangel strong{
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	font-size: 13px;
	position: relative;
	z-index: 2;
}
.triangel p{margin: 0;}
.triangel .inline-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.triangel .inline-list li{
	margin: 0 8px;
	position: relative;
	float: left;
}
.triangel .inline-list li + li:before{
	content: '';
	position: absolute;
	top: 7px;
	left: -10px;
	width: 3px;
	height: 3px;
	background: #4d4e4f;
}
.triangel .heading{padding: 6px 40px ;}
.triangel .heading strong{font-size: 13px;}
.triangel .list{
	margin: 0;
	padding: 0 2px 0 0;
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.triangel .list:after{
	content: '';
	clear: both;
	display: block;
}
.triangel .list li{
	width: 25%;
	padding: 0 0 4px;
	height: 102px;
	line-height: 12px;
}
.triangel .list .ico{
	display: block;
	line-height: 40px;
	font-size: 0;
	margin: 0 0 3px;
}
.triangel .list .ico img{
	max-width: 100%;
	vertical-align: bottom;
}
.triangel .list.type2{
	padding: 0 20px 0 40px;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}
.triangel .list.type2:after{
	content: '';
	clear: both;
	display: block;
}
.triangel .list.type2 li{
	width: 14.2857%;
	padding: 0;
	line-height: 15px;
	height: 30px;
	float: left;
	position: relative;
}
.triangel .list.type2 li a{
	height: 30px;
	width: 1%;
	display: table-cell;
	vertical-align: middle;
}
.triangel .active .list.type2 li a{background: none;}
.triangel .list.type2 li.active:before{
	content: '';
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	bottom: -100px;
	background: rgba(215, 215, 215, 0.64);
}
.visible-btn .btn-triangel{
	opacity: 1;
	visibility: visible;
}
.actived-menu .btn-triangel{
	opacity: 0;
	visibility: hidden;
}

.btn-triangel {
    right: 0px;
}

.btn-triangel{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 125px;
	height: 98px;
	font-size: 0;
	line-height: 0;
	z-index: 25;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	visibility: visible;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.btn-triangel:hover:before{
	border-right-color: #eee;
	border-bottom-color: #eee;
}
.btn-triangel:after{
	content: '';
	position: absolute;
	top: -23px;
	bottom: 0;
	left: 0;
	right:4px;
	background: url(/lisalib/getfile.aspx?itemid=5b362701-d657-11e6-b6ba-005056be0005) no-repeat 50% 50%;
	-webkit-background-size: 123px auto;
	background-size: 123px auto;
}
.btn-triangel:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border: 110px solid transparent;
	border-right: 110px solid #fff;
	border-bottom: 98px solid #fff;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-triangel ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: -11px;
	bottom: 11px;
	left: 0;
	right: 0;
}
.btn-triangel ul li{
	height: 13px;
	position: relative;
	margin: 0 auto;
}
.btn-triangel ul li:first-child{
	height: 26px;
	width: 26px;
}
.subpages .btn-triangel ul li.active:before {
    display: none;
}
.btn-triangel ul li.active:before{
	content: '';
	position: absolute;
	width: 9px;
	height: 16px;
	background: url(/lisalib/getfile.aspx?itemid=5b3626e6-d657-11e6-b6ba-005056be0005) no-repeat;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
	top: 50%;
	margin-top: -11px;
	right: 100%;
	margin-right: 1px;
}
.btn-triangel ul li:nth-child(2){
	width: 50px;
}
.btn-triangel ul li:nth-child(3){
	width: 66px;
}
.btn-triangel ul li:nth-child(4){
	height: 11px;
	width: 80px;
}
.btn-triangel ul li:nth-child(5){
	height: 21px;
	width: 106px;
}
.btn-triangel ul li:nth-child(6){
	width: 120px;
}
.triangel-fixed{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 20;
	visibility: hidden;
	-webkit-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
}
.actived-menu .triangel-fixed{
	visibility: visible;
}
.actived-menu .triangel-fixed .triangel {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.triangel-fixed .triangel{
	-webkit-transform: scale(.45);
	-ms-transform: scale(.45);
	-o-transform: scale(.45);
	transform: scale(.45);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.triangel-fixed:after,
.triangel-fixed:before{
	content: '';
	position: absolute;
	background: #fff;
	opacity: .9;
}
.triangel-fixed:before{
	width: 5000px;
	height: 5000px;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.45);
	-ms-transform: scale(.45);
	-o-transform: scale(.45);
	transform: scale(.45);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.actived-menu .triangel-fixed:before{
	opacity: .9;
	visibility: visible;
	-webkit-transform: translate(-20.9%, -21.2%) rotate(-42.8deg) ;
	-ms-transform: translate(-20.9%, -21.2%) rotate(-42.8deg) ;
	-o-transform: translate(-20.9%, -21.2%) rotate(-42.8deg) ;
	transform: translate(-20.9%, -21.2%) rotate(-42.8deg) ;
}
.triangel-fixed .container{
	position: relative;
	height: 100%;
}
.triangel-fixed .triangel{
	position: absolute;
	bottom: 16px;
	right: 15px;
}
/*operation*/
.operation{padding: 99px 0 111px;}
.operation h2{
	margin: 0 0 36px;
}
.operation-list{
	margin: 0 -16px;
	padding: 0;
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.operation-list > li{
	background: #f9f9f9;
	margin: 0 16px 32px;
	width: 50%;
	padding: 35px 10px 30px;
}
.operation-list .ico{
	width: 91px;
	height: 91px;
	margin: 0 auto 7px;
	display: block;
}
.operation-list .ico img{
	width: 100%;
	vertical-align: top;
}
.operation-list h3{
	text-align: center;
	margin: 0 0 21px;
	color: #313131;
}
.operation-list h4{
	color: #717070;
	margin: 0 0 15px;
}
.operation-list .list{
	margin: 0 0 27px;
	padding: 0;
	list-style: none;
}
.operation-list .list li{
	position: relative;
	padding: 0 0 8px 27px;
	font-size: 16px;
	line-height: 20px;
}
.operation-list .list li:before{
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 14px;
	height: 2px;
	background: #1379a5;
}
.operation-list table{
	width: 100%;
	border-spacing: 0;
	font-size: 14px;
	line-height: 16px;
}
.operation-list table th{
	color: #008bb4;
	font-weight: 600;
	padding: 0;
}
.operation-list table th strong{
	font-size: 24px;
	line-height: 28px;
	color: #717070;
	font-weight: 700;
}
.operation-list table th + th{
	text-align: center;
}
.operation-list table td:before{
	content: '';
	top: 22px;
	left: 0;
	right: 0;
	border-top: 1px dashed #ccc;
	position: absolute;
	z-index: -1;
}
.operation-list table td{
	padding: 11px 0 0 27px;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	z-index: 1;
}
.operation-list table td:first-child:after{
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 14px;
	height: 2px;
	background: #1379a5;
}
.operation-list table td:first-child:before{
	left: 30px;
}
.operation-list table td:last-child:before{right: 20px;}
.operation-list table td + td{
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	padding-left: 0;
}
.operation-list table th:nth-child(2),
.operation-list table td:nth-child(2){
	width: 24%;
}
.operation-list table th:last-child,
.operation-list table td:last-child{
	width: 13%;
}
.operation-list table td span{
	display: inline-block;
	vertical-align: top;
	min-width: 56px;
	background: #f9f9f9;
	padding: 0 5px;
}
/*patients*/
.patients{
	background: #f9f9f9;
	padding: 90px 0 44px;
}
.patients h2{
	margin: 0 0 28px;
}
.patients h3{
	margin: 0 0 77px;
}
.patients .block + .block{margin-top: 51px;}
.patients .block:after{
	content: '';
	clear: both;
	display: block;
}
.patients .block .img{
	float: left;
	width: 572px;
}
.patients .block .img img{
	width: 100%;
	vertical-align: top;
}
.patients .block.type2 .img{float: right;}
.patients .block .text{
	padding: 11px 35px 0 ;
	overflow: hidden;
}
.patients .block h4{
	margin: 0 0 31px;
}
.patients .block p{margin: 0;}
/*role*/
.role{
	padding: 67px 0 46px;
}
.role .img{
	margin: 0 0 41px;
}
.role .img img{
	vertical-align: top;
	width: 100%;
}
.role .row{
	margin: 0 -10px;
}
.role .row:after{
	content: '';
	clear: both;
	display: block;
}
.role .row .col{
	float: left;
	width: 33.8%;
	padding: 0 10px;
}
.role .row .col.size{
	width: 66.2%;
}
.role h2{
	margin: -1px 0 0;
}
.role h4{
	line-height: 35px;
	margin: 0 0 33px;
}
.role ol{
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: list1;
}
.role ol li{
	position: relative;
	padding: 0 0 16px 30px;
	line-height: 26px;
}

.role ol li:before{
     content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 14px;
    height: 2px;
    background: #1379a5;
}

/*post-section*/
.post-section{
	background: #f9f9f9;
	padding: 90px 0 208px;
}
.post-section .img{
	border: 1px solid #969696;
	width: 574px;
	float: right;
	margin: 22px 0 0;
}
.post-section .img img{
	width: 100%;
	vertical-align: top;
}
.post-section .text{
	overflow: hidden;
	padding: 0 40px 0 0;
}
.post-section p{margin: 0 0 34px;}
.post-section h2{margin: 0 0 22px;}
.patients.type2{
	background: #fff;
	font-size: 22px;
	padding-bottom: 144px;
}
.patients.type2 h2{margin: 0 0 59px;}
.patients.type2 h3{margin: 0 0 25px;}
.patients.type2 .text{padding: 37px 0 0 32px;}
.patients.type2 .block + .block{margin-top: 83px;}
/* info */
.info{
	background: #f9f9f9;
	padding: 50px 0 67px;
}
.info h2{margin: 0 0 66px;}
.info .info-list {
	margin: 0 -17px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.info .info-list li{
	display: inline-block;
	vertical-align: top;
	padding: 0 17px 34px;
	width: 25%;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
}
.info .info-list li.yellow .holder{background: #f8e71c;}
.info .info-list li.yellow .holder{
	background: #f8e71c;
	color: #313131;
}
.info .info-list li.yellow h4{
	color: #313131;
}
.info .info-list li.yellow .read-more{
	color: #313131;
	background-image: url(/lisalib/getfile.aspx?itemid=5b3626e7-d657-11e6-b6ba-005056be0005);
}
.info .info-list li.orange .holder{background: #e86042;}
.info .info-list li.purple .holder{background: #ba4891;}
.info .info-list .holder{
	min-height: 396px;
	border: 1px solid #dededd;
	padding: 5px 0 44px;
	background: #008964;
	color: #fff;
	position: relative;
}
.info .info-list .text{
	padding: 11px 20px;
}
.info .info-list img{
	width: 100%;
	vertical-align: top;
}
.info .info-list h3,
.info .info-list h4{
	color: #fff;
	margin: 0 0 24px;
}
.info .info-list p{margin: 0;}
.info .info-list .read-more{
	position: absolute;
	bottom: 19px;
	left: 28px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	padding: 0 0 0 20px;
	background: url(/lisalib/getfile.aspx?itemid=5b3626e8-d657-11e6-b6ba-005056be0005) no-repeat 0 50%;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	font-size: 16px;
	line-height: 20px;
}
.info .info-list .read-more:hover{opacity: .7;}
.info.type2{
	background: #fff;
	padding: 43px 0 75px;
}
.info.type2 h2{margin: 0 0 58px;}
.info.type2 .info-list .holder{
	padding: 0 0 44px;
	background: none;
	color: #313131;
	min-height: 320px;
}
.info.type2 .info-list li{padding-bottom: 30px;}
.info.type2 .info-list h3,
.info.type2 .info-list h4{
	color: #313131;
	margin: 0;
}
.info.type2 .info-list .read-more{
	color: #313131;
	background-image: url(/lisalib/getfile.aspx?itemid=5b3626e7-d657-11e6-b6ba-005056be0005);
}
/*.video-area*/
.video-area{
	background: #f9f9f9;
	padding: 44px 0 88px;
}
.video-area h2{
	margin: 0 0 40px;
}
.video-area .row + .row{margin-top: 81px;}
.video-area .row:after{
	content: '';
	clear: both;
	display: block;
}
.video-area .row.type2 .video{
	float: right;
}
.video-area .row .video{
	float: left;
	width: 570px;
	position: relative;
}
.video-area .row .video .play{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -55px 0 0  -55px;
	border: 10px solid #fff;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	font-size: 0;
	line-height: 0;
	background: rgba(255,255,255, .15);
}
.video-area .row .video .play:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border: 22px solid transparent;
	border-left: 35px solid #fff;
	margin: -22px 0 0 -12px;
}
.video-area .row .video .play:hover{opacity: .7;}
.video-area .row .video img{
	vertical-align: top;
	width: 100%;
}
.video-area .row.type2 .text{
	text-align: right;
	padding: 97px 47px 0;
}
.video-area .row h3{margin-bottom: 22px;}
.video-area .row .text{
	padding: 64px 38px 0;
	overflow: hidden;
	font-size: 22px;
}
.video-area .row .text p{margin: 0;}
/*footer*/
#footer{
	padding: 38px 0;
	border-top: 1px solid #cdcbcb;
}
#footer .logo{
	width: 254px;
	height: 51px;
}
.inner-visual {
	margin: 0;
	position: relative;
}
.inner-visual .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.inner-visual .img > img{display: none;}
.inner-visual .container {
	position: relative;
}
.inner-visual h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}
.inner-visual mark {
	color: #fff;
	display: inline-block;
}
.inner-visual .blue {
	background: rgba(0, 75, 139, .8);
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	padding: 10px 28px 10px 21px;
}
.inner-visual .red {
	background: rgba(216, 23, 68, .8);
	padding: 16px 43px 16px 21px;
	margin-left: 19px;
}
.inner-visual .cell {
	display: table-cell;
	vertical-align: bottom;
	height: 689px;
	padding: 20px 0 53px;
}
/*intro*/
.intro {
	background: #f9f9f9;
	padding: 52px 0 144px;
}
.intro h2 {
	margin-bottom: 75px;
}
.intro .two-cols {
	margin: 0 -19px;
	font-size: 0;
	line-height: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.intro .col {
	padding: 0 17px;
	width: 50%;
}
.intro .box {
	background: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	border: 1px solid #dedede;
	padding: 23px 18px 18px;
	height: 100%;
}
.intro h3 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 38px;
}
.intro h3:after {
	content: '';
	width: 79%;
	height: 12px;
	position: absolute;
	bottom: 0;
	left: -18px;
}
.intro .red h3:after {
	background: #e5395e;
}
.intro .blue h3:after {
	background: #4a90e2;
}
.intro .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.intro .box ul li {
	padding-left: 51px;
	position: relative;
	margin-bottom: 10px;
}
.intro .box ul li:before {
	content: '';
	width: 14px;
	height: 2px;
	position: absolute;
	top: 12px;
	left: 24px;
	background: #0378a9;
}
/*promo-boxes*/
.promo-boxes {
	padding: 90px 0 0;
}
.promo-boxes .heading {
	margin-bottom: 31px;
}
.promo-boxes .holder {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 104px 0 52px;
}
.promo-boxes .bg-fader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 119, 168, .8);
	/*	z-index: -1;*/
}
.promo-boxes ul {
	margin: 0 -17px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.promo-boxes ul li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 17px;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 37px;
}
.promo-boxes.type1 ul li a {
	color: #2d2d2d;
}
.promo-boxes ul li a {
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 245px;
	border: 1px solid #979797;
	padding: 15px 38px 25px;
	color: #008ab7;
}
.promo-boxes ul li a:hover {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.promo-boxes.type1 ul li span {
	color: #2d2d2d;
}
.promo-boxes ul li span {
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 245px;
	border: 1px solid #979797;
	padding: 15px 38px 25px;
	color: #008ab7;
}
.promo-boxes ul li span:hover {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}
/*future-plan*/
.future-plan {
	padding: 85px 0 0;
}
.future-plan h2 {
	margin-bottom: 55px;
}
.future-plan ul {
	margin: 0 -17px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
}
.future-plan ul li {
	width: 33.333%;
	font-size: 22px;
	line-height: 33px;
	padding: 0 17px;
	margin-bottom: 42px;
}
.future-plan ul li > a{
	display: block;
	height: 100%;
}
.future-plan figure {
	border: 1px solid #0077a8;
	margin: 0;
	height: 100%;
}
.future-plan .img {
	height: 250px;
	margin: -1px -1px 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.future-plan figcaption {
	padding: 16px 29px;
}
/*nav-bar*/
.nav-bar {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #676767;
	padding: 32px 0;
}
.nav-bar br {
	display: none;
}
.btn-nav {
	position: relative;
	display: inline-block;
	min-width: 125px;
	color: #00619e;
	padding: 10px 0 10px 40px;
}
.btn-nav:hover {
	color: #3394d1;
}
.btn-nav:hover:before {
	opacity: .8;
}
.btn-nav:before {
	content: '';
	background: url(/lisalib/getfile.aspx?itemid=5b3626df-d657-11e6-b6ba-005056be0005) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 21px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-prev {
	float: left;
}
.btn-nav.btn-next {
	padding-left: 0;
	padding-right: 20px;
}
.btn-nav.btn-next:before {
	left: auto;
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.btn-next {
	float: right;
}
.info-txt {
	overflow: hidden;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
}
.info-txt strong {
	display: block;
	color: #00619e;
	font-weight: 700;
}
@media screen and (max-height: 640px){
	.actived-menu .triangel-fixed .triangel{
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
		right: -77px;
		bottom: 31px;
	}
}
@media screen and (max-height: 640px) and (max-width: 1400px){
	.actived-menu .triangel-fixed .triangel{right: 10px;}
}
@media screen and (max-width: 1300px){
	.visual .triangel{margin: 0;}
}
@media screen and (min-width: 1231px) {
    .starfsContainerResponsive {
        display: none;
    }
}
@media screen and (max-width: 1230px) {
    .starfsContainerStatic {
        display: none;
    }
}
@media screen and (max-width: 1200px){
    
    
	#wrapper{padding-top: 86px;}
	#header .logo{
		margin: 27px 0;
		width: 150px;
		height: 31px;
	}
	#main-nav{padding-right: 0;}
	#main-nav > ul > li{
		font-size: 14px;
		line-height: 18px;
	}
	#main-nav > ul > li > a{
		padding: 34px 8px;
	}
	.patients .block .img{width: 500px;}
	.patients .block h4{margin-bottom: 20px;}
	.post-section{padding: 64px 0;}
	.post-section .img{width: 500px;}
	.info.type2 .info-list h3,
	.info.type2 .info-list h4{
		font-size: 20px;
		line-height: 24px;
	}
	.video-area{padding: 40px 0;}
	.video-area .row .video{width: 500px;}
	.video-area .row.type2 .text,
	.video-area .row .text{
		padding: 50px 30px 0;
	}
	.role{padding: 40px 0;}
	.operation{padding: 40px 0;}
	.visual{padding-bottom: 150px;}
	.visual .flex{
		height: 450px;
		width: 100%;
	}
	.visual .flex .col{
		width: 50%;
	}
	.visual .triangel{
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		margin: 0 0 0 -89px;
	}
	.visual .btn-next{bottom: 57px;}
	.intro .two-cols,
	.promo-boxes ul,
	.future-plan ul {
		margin-left: -15px;
		margin-right: -15px;
	}
	.intro .col,
	.promo-boxes ul li,
	.future-plan ul li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.promo-boxes ul li{
		font-size: 16px;
		line-height: 20px;
	}
	.promo-boxes ul li a{
		padding: 15px 25px;
	}
	.promo-boxes ul li span{
		padding: 15px 25px;
	}
}
@media screen and (max-width: 991px){
	#wrapper{padding-top: 107px;}
	.actived-menu{overflow: visible;}
	.triangel-fixed,
	.btn-triangel{display: none;}
	.open-menu{
		display: block;
		font-size: 0;
		line-height: 0;
		width: 33px;
		height: 31px;
		border: solid transparent;
		border-width: 5px;
		background: #055088;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box;
		position: absolute;
		top: 42px;
		right: 32px;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.open-menu:after,
	.open-menu:before{
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -2px;
		left: 0;
		width: 100%;
		height: 9px;
		-webkit-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
		background: #fff;
	}
	.open-menu:before{margin-top: -10px;}
	.open-menu:after{margin-top: 0;}
	.menu-opened .open-menu {
		background-color: transparent;
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		width: 40px;
		height: 40px;
		top: 39px;
		right: 29px;
	}
	.menu-opened .open-menu:after,
	.menu-opened .open-menu:before {
		margin-top: -2px;
		background-color: #055088;
		height: 1px;
	}
	.menu-opened .open-menu:before {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.menu-opened .open-menu:after {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.fader{
		position: fixed;
		top: 107px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0, .5);
		opacity: 0;
		z-index: -1;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
		visibility: hidden;
		cursor: pointer;
	}
	.menu-opened .fader{
		z-index: 40;
		opacity: 1;
		visibility: visible;
	}
	#main-nav{
		position: fixed;
		top: 97px;
		bottom: 0;
		right: -320px;
		width: 320px;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		z-index: 50;
		background: #fff;
		overflow-y: auto;
		margin: 0;
	}
	.menu-opened #main-nav{right: 0;}
	body.menu-opened{overflow: hidden;}
	#main-nav > ul{
		float: none;
		padding: 0 10px;
	}
	#main-nav > ul > li{
		float: none;
		text-align: left;
	}
	#main-nav ul li.has-drop > a{
		padding-right: 38px;
	}
	#main-nav > ul > li > a{
		padding: 10px 17px;
		text-align: left;
		margin: 0 -10px;
		font-size: 20px;
		line-height: 24px;
	}
	#main-nav > ul > li.active > a{font-size: 24px;}
	#main-nav > ul > li > a:before{display: none;}
	#main-nav ul ul{
		opacity: 1;
		visibility: visible;
		position: static;
		margin: 0;
		padding: 5px 10px 11px;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
		font-size: 18px;
	}
	#main-nav ul ul a{
		color: #6a6969;
	}
	#main-nav ul ul .active > a,
	#main-nav ul ul a:hover{
		color: #00639a;
	}
	#main-nav .has-drop > a:after{display: none;}
	#main-nav .has-drop > .opener{
		position: absolute;
		top: 0;
		right: -10px;
		width: 40px;
		height: 44px;
		overflow: hidden;
		z-index: 3;
	}
	#main-nav .has-drop > .opener:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 10px;
		bottom: 0;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		background: url(/lisalib/getfile.aspx?itemid=5b3626e4-d657-11e6-b6ba-005056be0005) no-repeat 50% 50%;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#main-nav .current > .opener:before{
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#main-nav ul ul a{
		padding: 5px 15px;
	}
	#header {padding: 42px 0 39px;}
	#header .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	#header .logo{
		width: 127px;
		height: 26px;
		margin: 0;
	}
	h1{
		font-size: 40px;
		line-height: 44px;
	}
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	h3 {
		font-size: 18px;
		line-height: 24px;
	}
	h4{
		font-size: 20px;
		line-height: 24px;
	}
	.patients{
		padding: 40px 0;
	}
	.patients h3{margin-bottom: 40px;}
	.patients .block .img{
		width: 350px;
	}
	.post-section{padding: 40px 0;}
	.post-section .img{
		width: 350px;
		margin: 0;
	}
	.post-section .text{padding-right: 20px;}
	.post-section p{margin-bottom: 20px;}
	.patients.type2 h2{margin-bottom: 40px;}
	.patients.type2{
		font-size: 18px;
	}
	.patients.type2 .text{
		padding: 0 0 0 20px;
	}
	.patients.type2 .block + .block{margin-top: 40px;}
	.patients.type2 h3{margin-bottom: 15px;}
	.patients.type2{padding-bottom: 40px;}
	.info{padding: 40px 0 20px;}
	.info h2{margin-bottom: 40px;}
	.info .info-list li{width: 50%;}
	.info .info-list h3,
	.info .info-list h4{margin-bottom: 15px;}
	.info.type2 h2{margin-bottom: 40px;}
	.info .info-list .read-more{left: 21px;}
	.info.type2{padding: 40px 0 20px;}
	.video-area .row .video{width: 350px;}
	.video-area .row .text{font-size: 18px;}
	.video-area .row + .row{margin-top: 30px;}
	.video-area .row .video .play{
		border-width: 7px;
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
	.video-area .row.type2 .text,
	.video-area .row .text{
		padding: 0 20px;
	}
	.video-area .row h3{margin-bottom: 15px;}
	.visual .triangel{margin-left: -190px;}
	.promo-boxes ul li {
		width: 50%;
	}
	.future-plan ul li {
		width: 50%;
	}
	.inner-visual .cell {
		height: 450px;
	}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px){
	body{
		min-width: 320px;
	}
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.fader{display: none;}
	.operation-list {
		display: block;
	}
	.operation-list > li{
		width: auto;
		margin: 0 0 28px;
		padding: 35px 10px 26px;
	}
	.visual{
		padding: 38px 10px 413px;
		position: relative;
	}
	.visual .btn-next{
		width: 66px;
		height: 35px;
		margin-left: -33px;
		bottom: 39px;
	}
	#main-nav{
		width: 100%;
		right: -100%;
	}
	h2{
		font-size: 30px;
		line-height: 40px;
	}
	h3{
		font-size: 24px;
		line-height: 26px;
	}
	h4{
		font-size: 24px;
		line-height: 26px;
	}
	.operation{
		padding: 33px 0 0;
	}
	.operation-list .ico{margin-bottom: 13px;}
	.operation-list h3{
		margin: 0 0 45px;
	}
	.operation-list h4{
		font-size: 24px;
		line-height: 28px;
	}
	.operation-list .list li{padding: 0 0 10px 30px;}
	.operation-list .list{margin-bottom: 50px;}
	.operation-list table th strong{
		display: block;
		margin: -61px 0 0;
	}
	.operation-list table{
		line-height: 22px;
	}
	.operation-list table th{
		line-height: 18px;
	}
	.operation-list table td{
		padding: 6px 0 6px 23px;
	}
	.operation-list table td:before{top: 18px;}
	.patients{padding: 26px 0;}
	.patients h2{margin: 0 0 20px;}
	.patients h3{
		line-height: 34px;
	}
	.patients .block {
		margin: 0 -20px;
	}
	.patients .block.type2 .img{float: none;}
	.patients .block .img{
		width: auto;
		float: none;
		margin: 0 0 32px;
	}
	.patients .block .text{
		padding: 0 17px;
	}
	.patients .block h4{margin-bottom: 22px;}
	.patients .block + .block{margin-top: 24px;}
	.role{padding: 23px 0 42px;}
	.role .img{margin: 0 -20px 23px;}
	.role .row .col.size,
	.role .row .col{
		float: none;
		width: auto;
	}
	.role h2{margin-bottom: 21px;}
	.role h4{
		line-height: 30px;
		margin: 0 0 40px;
	}
	.role ol li{
		padding: 0 0 14px 27px;
	}
	.role ol li:before{
		left: -2px;
		top: 4px;
	}
	.post-section{
		padding: 46px 0 1px;
	}
	.post-section .img{
		width: auto;
		margin: 0 -21px 34px;
	}
	.post-section h2{margin: 0 0 16px;}
	.post-section p{margin-bottom: 32px;}
	.post-section .img{
		float: none;
	}
	.patients.type2{padding: 36px 0 50px;}
	.patients.type2 h2{margin-bottom: 60px;}
	.patients.type2 .block .img{margin-bottom: 10px;}
	.patients.type2{font-size: 22px;}
	.patients.type2 h3{margin-bottom: 23px;}
	.patients.type2 .block + .block{margin-top: 51px;}
	.info{padding: 32px 0 41px;}
	.info h2{margin-bottom: 49px;}
	.info .info-list li{
		width: auto;
		display: block;
	}
	.info .info-list .text{
		padding: 18px 17px;
	}
	.info .info-list h3,
	.info .info-list h4{margin-bottom: 24px;}
	.info.type2{padding: 30px 0 13px;}
	.info.type2 .info-list .text{
		padding:23px 18px;
	}
	.info.type2 .info-list .read-more{
		left: 27px;
		bottom: 28px;
	}
	.info.type2 .info-list li{padding-bottom: 23px;}
	.info.type2 .info-list .holder{padding-bottom: 30px;}
	.video-area{padding: 27px 0 46px;}
	.video-area .row .video{
		width: auto;
		margin: 0 -20px 21px;
		float: none;
	}
	.video-area h2{margin-bottom: 23px;}
	.video-area .row h3{
		margin-bottom: 7px;
	}
	.video-area .row .video .play{
		border-width: 10px;
		width: 76px;
		height: 76px;
		margin: -38px 0 0 -38px;
	}
	.video-area .row .video .play:before{
		border: 15px solid transparent;
		border-left: 23px solid #fff;
		margin: -16px 0 0 -8px;
	}
	.video-area .row .text{
		font-size: 22px;
		padding: 0;
		margin: 0 -8px;
	}
	.video-area .row + .row{margin-top: 64px;}
	.video-area .row.type2 .video{float: none;}
	.video-area .row.type2 .text{
		padding: 0;
		text-align: left;
	}
	#footer {
		padding: 20px 0;
	}
	#footer .logo{
		width: 158px;
		height: 32px;
	}
	.visual {
		overflow: hidden;
	}
	.visual .flex{
		display: block;
		height: auto;
	}
	.visual .flex .col{
		width: auto;
	}
	.visual .triangel{
		-webkit-transform: scale(0.45);
		-ms-transform: scale(0.45);
		-o-transform: scale(0.45);
		transform: scale(0.45);
		position: relative;
		left: -228px;
		position: absolute;
		left: 50%;
		margin: 0 0 0 -386px;
		bottom: -45px;
		z-index: 10;
	}
	.inner-visual .img {
		background: none;
		position: static;
	}
	.inner-visual .img > img {
		display: block !important;
		width: 100%;
		vertical-align: top;
	}
	.inner-visual .container {
		padding: 0;
	}
	.inner-visual .cell {
		height: auto;
		display: block;
		padding-top: 7px;
		padding-bottom: 0;
	}
	.inner-visual h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.inner-visual .blue {
		font-size: 20px;
		line-height: 24px;
		padding: 14px 20px 16px 21px;
	}
	.intro {
		padding-top: 35px;
		background: #fff;
		padding-bottom: 35px;
	}
	.intro h2 {
		margin-bottom: 11px;
	}
	.intro .two-cols{
		display: block;
	}
	.intro .col {
		width: 100%;
		display: block;
	}
	.intro .col+.col {
		margin-top: 34px;
	}
	.intro .box {
		padding-top: 29px;
		padding-bottom: 27px;
		letter-spacing: -1px;
	}
	.intro h3 {
		padding-bottom: 36px;
		font-size: 18px;
		line-height: 24px;
	}
	.intro h3:after {
		width: 92%;
		height: 11px;
	}
	.intro .box ul li {
		margin-bottom: 0;
	}
	.promo-boxes {
		padding-top: 75px;
	}
	.promo-boxes .heading {
		margin-bottom: 35px;
	}
	.promo-boxes .holder {
		padding-top: 34px;
		padding-bottom: 62px;
	}
	.promo-boxes ul li {
		width: 100%;
		margin-bottom: 23px;
		font-size: 20px;
		line-height: 26px;
	}
	.promo-boxes ul li a {
		height: 167px;
		padding: 15px 38px 25px;
	}
	.promo-boxes.type1 .holder {
		padding-top: 43px;
		padding-bottom: 78px;
	}
	.promo-boxes.type1 ul li {
		margin-bottom: 29px;
	}
	.promo-boxes.type1 ul li a {
		height: 150px;
	}
	.future-plan {
		padding-top: 54px;
	}
	.future-plan h2 {
		margin-bottom: 27px;
	}
	.future-plan ul{display: block;}
	.future-plan ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.future-plan figcaption {
		padding: 20px 35px 31px 23px;
	}
	.info-txt {
		display: block;
		margin-bottom: 18px;
	}
	.nav-bar {
		padding-top: 16px;
	}
	.nav-bar br {
		display: block;
	}
	.btn-prev,
	.btn-next {
		float: none;
		margin-bottom: 13px;
	}
	.operation-list table th:last-child, .operation-list table td:last-child{width: 20%;}
}
@media screen and (max-width: 479px) {
	.future-plan .img {
		height: 215px;
	}
}
@media screen and (max-width: 374px), screen and (orientation: landscape) and (max-width: 374px), screen and (orientation: portrait ) and (max-width: 374px){
	#header{padding: 15px 0;}
	#wrapper{padding-top: 56px;}
	.open-menu{top: 12px;}
	.menu-opened .open-menu{top: 10px;}
	#main-nav{top: 56px;}
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.visual{
		padding-left: 0;
		padding-right: 0;
	}
	.patients .block{margin: 0 -15px;}
	.post-section .img{
		margin: 0 -16px 20px;
	}
	.video-area .row .video{
		margin: 0 -15px 20px;
	}
	.patients.type2 h2{margin-bottom: 36px;}
	.role{padding-bottom: 20px;}
	.menu-opened .open-menu{margin-right: -6px;}
	.promo-boxes ul li {
		font-size: 16px;
		line-height: 20px;
	}
	.promo-boxes ul li a {
		padding: 15px 20px;
	}
}

/* Starfsáætlun */

.planHeader {
	height: 50px;
    margin-bottom: 30px;
}

.firstTitle {
	float: left;
    width: 485px;
	background-color: #008bb4;
}

.secondTitle {
	float: left;
    width: 575px;
    margin-left: 110px;
    background-color: #008bb4;
	position: relative;
}

.firstTitle > h3,
.firstTitle > h4 {
	color: white;
	margin: 8px 8px 4px 20px;
}

.secondTitle > h3,
.secondTitle > h4 {
	color: white;
	float: left;
	margin: 8px 8px 4px 20px;
}

.secondTitle:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  border-left: 1px solid white;
  top: 0px;
  right: 67px;
}

.secondTitleGoals {
	margin: 8px 6px 0px 0px;
    float: right;
    width: 50px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: white;
}

.secondTitleStatus {
	margin: 8px 25px 0px 0px;
    float: right;
    width: 50px;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    color: white;
    
}

.planContent:after {
  content: '';
  width: 0;
  height: calc(100% + 20px);
  position: absolute;
  border-left: 1px solid #008bb4;
  top: -40px;
  right: 67px;
}

.planContent {
	position: relative;
}

.planRow {
	display: flex;
}

.planImgContainer {
	
}

.planContentTitle {
	padding-left: 20px;
}

.planContent h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    color: #313131;
}

.planLeftContent {
	width: 485px;
}

.planContentDescriptionList {
	float: left;
    width: 439px;
}

.planContentStatusList {
	float: left;
    list-style: none;
    padding-left: 0px;
    text-align: right;
    width: 68px;
    padding-right: 15px;
}

.planContentGoalsList {
	float: right;
    list-style: none;
    text-align: right;
    padding-left: 0px;
    padding-right: 15px;
    width: 68px;
}

.planRightContent{
    width: 576px;
}

.verticalLine {
	width: 100%;
    height: 2px;
    background-color: #008bb4;
    display: inline-block;
}

.leftLine {
	width: 100%;
    height: 1px;
    background-color: #008bb4;
    display: inline-block;
	position: relative;

}

.leftLine:after, .leftLine:before {
	content: "";
	width: 10px;
	height: 10px;
    background-color: #008bb4;
	border-radius: 5px;
	position: absolute;
	top: -5px;
}

.rightLine:after, .rightLine:before {
	content: "";
	width: 10px;
	height: 10px;
    background-color: #008bb4;
	border-radius: 5px;
	position: absolute;
	top: -5px;
	right: 0px
}
.rightLine {
	width: 100%;
    height: 1px;
    background-color: #008bb4;
    display: inline-block;
	position: relative;

}

.planLogo {
	padding: 5px 10px;
}
