html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea:focus, input:focus{
    outline: none;
}

body {
	font-family:'Myriad-Pro-SemiCondensed', Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
}

/*HEADER*/
#header {
	background: #fff;
}
#header .cont {
	padding: 5px 0 12px;
    width: 90%;
    max-width: 1600px;
	margin: auto;
	overflow: hidden;
}
#header .block {
	display: table-cell;
	vertical-align: middle;
}
#header .block.th1 p a {
	display: block;
	width: 266px;
	height: 112px;
	overflow: hidden;
	position: relative;
	margin-left: -26px;
}
#header .block.th1 p a .logo-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
#header .block.th1 p a img {
	margin-top: 5px;
	vertical-align: top;
}

/*#header .block.th2 {
	padding-right: 20px;
}*/
#header .block.th2 p {
	display: block;
	width: 200px;
	padding: 20px;
	border-left: 1px dashed #1b556d;
	border-right: 1px dashed #1b556d;
	text-align: center;
	color: #003049;
}
#header .block.th3 {
	width: 100%;
}
#header .block.th3 ul {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#header .block.th3 ul li {
	display: inline-block;
	padding: 0 5%;
	height: 24px;
	overflow: hidden;
}
#header .block.th3 ul li a {
	display: block;
	color: #003049;
	padding-top: 3px;
	padding-bottom: 3px;
}
#header .block.th3 ul li.active a {
	color: #5e3267;
}
#header .block.th3 ul li a:hover {
	color: #5e3267;
}
#header .block.th4 p {
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	color: #fff;
	width: 300px;
	padding: 12px 0 10px;
	border-radius: 5px;
	background: #5e3267;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.5px;
	cursor: pointer;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#header .block.th4 p:hover {
	background: #844191;
}
#header .block.th4 p .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 21px;
	height: 16px;
	background: url(../img/icon-1.svg) no-repeat 0px 0px;
}

/*BIGIMG*/
#bigimg {
	width: 100%;
	height: 460px;
	background: url(../img/bigimg-1.png) no-repeat 50% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
#bigimg .opacity {
    width: 50%;
	height: 290px;
	position: absolute;
	top: 114px;
	left: 50%;
	background: url(../img/white-1.png);
	z-index: 1;
	margin-top: 100px;
	border-radius: 6px 0 0 6px;
}
#bigimg .cont {
    width: 90%;
    max-width: 1600px;
	height: 460px;
	margin: auto;
	position: relative;
}
#bigimg .cont .text {
    width: 755px;
	height: 250px;
	background: url(../img/bigimg-text-1.png) no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 51%;
	top: 114px;
	z-index: 1;
}

/*NEWS*/
#news .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 20px 0;
	overflow: hidden;
}
#news .cont .title {
    font-weight: 700;
    font-style: normal;
	font-size: 23px;
	padding: 10px 0;
}
#news .cont .title a {
	color: #003049;
}
#news .cont .title a:hover {
	color: #56365d;
}
#news .cont .title a .icon {
	width: 17px;
	height: 16px;
	background: url(../img/icon-2.svg) no-repeat 0px 0px;
	margin-right: 8px;
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: middle;
}
#news .cont .title a:hover .icon {
	background-position: 0px -16px;
}

#news .cont .news {
	width: 102%;
	padding: 20px 0;
	margin-left: -1%;
}
#news .cont .news .new {
	display: table-cell;
	padding: 0 1%;
	padding-bottom: 1%;
	width: 20%;
	position: relative;
	padding-bottom: 80px;
}
#news .cont .news .new img {
	width: 100%;
	height: auto;
}
#news .cont .news .new .date {
	border-bottom: 1px solid #ccc;
	height: 9px;
	margin: 15px 0;
}
#news .cont .news .new .date .bg {
	background: #fff;
	padding-right: 10px;
}
#news .cont .news .new .date {
	font-size: 17px;
	color: #808080;
}
#news .cont .news .new .tit {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
#news .cont .news .new .tit a {
	color: #000;
}
#news .cont .news .new .tit a:hover {
	color: #844191;
}
#news .cont .news .new .more {
	border-bottom: 1px solid #ccc;
	height: 20px;
	margin: 15px 0;
	display: block;
	position: absolute;
	width: 90%;
	bottom: 24px;
	left: 5%;
}
#news .cont .news .new .more .bg {
	display: block;
	padding-left: 20px;
	height: 40px;
	background: #fff;
	float: right;
}
#news .cont .news .new .more a {
	display: block;
	width: 150px;
	border: 1px solid #457d95;
	padding: 10px 0;
	text-align: center;
	border-radius: 5px;
	color: #1b556d;
	background: #fff;
    font-weight: 700;
    font-style: normal;
	font-size: 18px;
}
#news .cont .news .new .more a:hover {
	color: #844191;
	border: 1px solid #844191;
}
#news .cont .news .new .more a .arr {
	width: 8px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: #ccc;
	margin-left: 8px;
	background: url(../img/arr-1.svg) no-repeat 0px 0px;
	margin-bottom: 1px;
}
#news .cont .news .new .more a:hover .arr {
	background-position: 0 -10px;
}

#news .cont .bottom {
	padding-bottom: 20px;
}
#news .cont .bottom p {
	text-align: center;
}
#news .cont .bottom a {
	display: inline-block;
	width: 18%;
	padding: 12px 0 11px;
	background: #5e3267;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
	font-size: 21px;
	color: #fff;
	letter-spacing: 0.5px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#news .cont .bottom a .icon {
	width: 17px;
	height: 18px;
	background: url(../img/icon-3.svg) no-repeat 0px 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: middle;
}
#news .cont .bottom a:hover {
	background: #844191;
}
#news .cont .news .line,
#news .cont .news .stub {
    display: none;
}

/*BLUE*/
#blue {
	background: #3d4b63;
}
#blue .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 50px 0;
}
#blue .cont table tr td {
	vertical-align: top;
}
#blue .cont table tr td.left td {
	vertical-align: middle;
}
#blue .cont table tr td.left td.img a {
	display: block;
	border-radius: 6px;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 30px;
}
#blue .cont table tr td.left td.img a img {
	vertical-align: middle;
}
#blue .cont table tr td.left .title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
#blue .cont table tr td.left .title a {
	color: #fff;
}
#blue .cont table tr td.left .title a .icon {
	width: 20px;
	height: 20px;
	background: url(../img/icon-4.svg) no-repeat 0px 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}
#blue .cont table tr td.left .title a:hover {
	color: #bfffff;
}
#blue .cont table tr td.left .title a:hover .icon {
	background-position: 0 -20px;
}
#blue .cont table tr td.left p {
	color: #eceef0;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 24px;
}
#blue .cont table tr td.right {
	width: 32%;
}
#blue .cont table tr td.right .white {
	background: #fff;
	border-radius: 6px;
	padding: 25px 30px;
	min-width: 346px;
	margin-left: 30px;
}
#blue .cont table tr td.right .white .title {
	color: #3d4b63;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}
#blue .cont table tr td.right .white ul {
	margin-bottom: 30px;
}
#blue .cont table tr td.right .white ul li {
	display: block;
	padding-left: 26px;
	color: #3d4b63;
	font-size: 22px;
	line-height: 26px;
	background: url(../img/check-1.svg) no-repeat 0px 4px;
}
#blue .cont table tr td.right .white .mo {
	text-align: center;
}
#blue .cont table tr td.right .white .mo a {
	display: inline-block;
	width: 320px;
	padding: 13px 0 11px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #5e3267;
	letter-spacing: 0.5px;
	text-align: center;
	border-radius: 6px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#blue .cont table tr td.right .white .mo a:hover {
	background: #844191;
}

#blue .cont table tr td.right .white .mo a .icon {
	width: 21px;
	height: 21px;
	background: url(../img/icon-5.svg) no-repeat 0px 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}

/*FOOTER*/

#footer {
	background: #1b2c46;
}
#footer .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 20px 0 25px;
	overflow: hidden;
}
#footer .cont table {
	width: 100%;
}
#footer .cont .th2 {
	padding: 0 2%;
}
#footer .cont .title {
	font-size: 22px;
	color: #8b98b0;
	font-weight: 600;
	margin-bottom: 14px;
}
#footer .cont li {
	font-size: 20px;
	line-height: 24px;
	color: #6a7891;
}
#footer .cont p {
	font-size: 20px;
	line-height: 24px;
	color: #6a7891;
}
#footer .cont a {
	color: #6a7891;
}
#footer .cont a:hover {
	color: #8b98b0;
}
#footer .cont li a {
	display: block;
	padding-left: 16px;
	background: url(../img/li-1.svg) no-repeat 0px 0px;
}
#footer .cont li a:hover {
	color: #8b98b0;
	background-position: 0 -100px;
}
#footer .cont .th3 td.padding {
	padding-left: 10px;
}
#footer .cont .th3 .up {
	width: 178px;
	padding: 8px 0;
	border: 1px solid #455570;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	border-radius: 6px;
	letter-spacing: 0.2px;
	cursor: pointer;
}
#footer .cont .th3 .up .icon {
	width: 14px;
	height: 16px;
	background: url(../img/up-1.svg) no-repeat 0px 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}
#footer .cont .th3 .up:hover {
	background: #223552;
}
#footer .copyright {
	background: #121b2b;
	padding: 16px 0;
}
#footer .copyright p {
	color: #455570;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

/*BLACK*/
#black {
	width: 100%;
	height: 100%;
    background: url(../img/black-1.png);
	position: fixed;
	z-index: 2;
	top: 0;
	display: none;
}
#black .block {
	width: 430px;
	padding: 18px 20px;
    background: #fff;
	position: fixed;
	border-radius: 6px;
	margin-top: -600px;
	margin-left: -228px;
	left: 50%;
	box-shadow: 0px 0px 20px #000;
	display: none;
}
#black .block .title {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 24px;
	text-align: left;
}
#black .block .title img {
	margin-right: 6px;
}
#black .block .close1 {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 12px;
	right: 13px;
    background: url(../img/close-1.svg) no-repeat 0px 0px;
	border-radius: 3px;
	cursor: pointer;
}
#black .block .close1:hover {
	background-position: 0px -24px;
}
#black .block .close2 {
	font-family:'Myriad-Pro-SemiCondensed', Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-style: normal;
	display: block;
	margin: auto;
	width: 190px;
	padding: 13px 0 11px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #5e3267;
	letter-spacing: 0.5px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	border: none;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
	margin-top: 20px;
	margin-bottom: 10px;
}
#black .block .close2:hover {
	background: #844191;
}
#black .block p {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
}
#black .block form {
	display: block;
	width: 304px;
	margin: auto;
	text-align: center;
}
#black .block form label {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 22px;
}
#black .block form .inputcont {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
#black .block form .inputcont #offernewinput1 {
	border: 1px solid #ccc;
	padding: 8px;
	width: 292px;
	border-radius: 5px;
	font-size: 16px;
}
#black .block form .inputcont #offernewinput2 {
	border: 1px solid #ccc;
	padding: 8px;
	width: 292px;
	border-radius: 5px;
	font-size: 16px;
	resize: none;
}
#black .block form .inputcont #offernewinput1.active {
	color: #000;
}
#black .block form .submit {
	font-family:'Myriad-Pro-SemiCondensed', Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-style: normal;
	display: inline-block;
	width: 190px;
	padding: 13px 0 11px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #5e3267;
	letter-spacing: 0.5px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	border: none;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#black .block form .submit:hover {
	background: #844191;
}
#black .block .error {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #c00;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-radius: 5px;
	line-height: 35px;
	display: none;
}
#black .block .error.th2 {
	line-height: 96px;
}

/*TITLE*/
#title {
	background: url(../img/bg-1.jpg) 50% 0px;
	border-top: 1px solid #e3f1f3;
	border-bottom: 1px solid #e3f1f3;
}
#title .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 34px 0;
	overflow: hidden;
}
#title .cont .title {
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
	color: #003049;
	margin-bottom: 4px;
}
#title .cont #breadcrumb {
	overflow:hidden;
}
#title .cont #breadcrumb li {
	float: left;
	color: #003049;
	font-size:21px;
	line-height:24px;
	list-style: none;
	margin: 2px 0;
}
#title .cont #breadcrumb li a {
	color: #003049;
	padding-right:5px;
}
#title .cont #breadcrumb li a:hover {
	color: #844191;
}
#title .cont #breadcrumb li + li:before{
  content:  '/';
  margin:   0 5px 0 0;
}
#title .cont #breadcrumb li.home a .icon {
	width: 22px;
	height: 18px;
	background: url(../img/home-1.svg) no-repeat 0px 0px;
	margin-right: 6px;
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: middle;
}
#title .cont #breadcrumb li.home a:hover .icon {
	background-position: 0 -18px;
}

/*NEWS-LIST*/
#news .cont .title.center {
	margin: 10px 0;
	text-align: center;
	background: url(../img/dashed-1.png) repeat-x 0px 50%;
	position: relative;
}
#news .cont .title.center .opacity {
	position: absolute;
	background: #ccc;
	width: 200px;
	height: 100%;
	top: 0;
}
#news .cont .title.center .opacity.left {
	left: 0;
	background: url(../img/opacity-1.png) repeat-y 0px 0px;
}
#news .cont .title.center .opacity.right {
	right: 0;
	background: url(../img/opacity-2.png) repeat-y 100% 0px;
}
#news .cont .title.center p {
	position: relative;
	z-index: 1;
	display: inline-block;
    font-weight: 700;
    font-style: normal;
	font-size: 24px;
	padding: 0 22px;
	background: #fff;
	text-transform: uppercase;
	color: #003049;
}
#news .cont .title.center p .icon {
	width: 19px;
	height: 21px;
	background: url(../img/icon-6.svg) no-repeat 0px 0px;
	margin-right: 12px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}

#news .cont .news.list .new {
	width: 20%;
	padding-bottom: 80px;
}
#news .cont .news.list .line.n2 {
	display: none;
}
#news .cont .news.list .line.n3 {
	display: none;
}
#news .cont .news.list .line.n4 {
	display: none;
}
#news .cont .news.list .line.n5 {
	display: block;
}
#news .cont .news.list .stub {
	display: table-cell;
	padding-bottom: 0;
}

#news .cont #pages {
	text-align: center;
	margin-bottom: 36px;
	background: url(../img/dashed-1.png) repeat-x 0px 50%;
	position: relative;
}
#news .cont #pages .opacity {
	position: absolute;
	background: #ccc;
	width: 200px;
	height: 100%;
	top: 0;
}
#news .cont #pages .opacity.left {
	left: 0;
	background: url(../img/opacity-1.png) repeat-y 0px 0px;
}
#news .cont #pages .opacity.right {
	right: 0;
	background: url(../img/opacity-2.png) repeat-y 100% 0px;
}
#news .cont #pages .pages {
	display: inline-block;
	background: #fff;
	padding: 0 24px;
	position: relative;
	z-index: 1;
}
#news .cont #pages .pages li {
	display: inline-block;
	margin: 3px;
	font-size: 20px;
}
#news .cont #pages .pages li a {
	padding: 10px 0;
	width: 38px;
	display: block;
	color: #fff;
	font-weight: 600;
	background: #1b556d;
	border-radius: 3px;
}
#news .cont #pages .pages li a:hover,
#news .cont #pages .pages li a.active {
	background: #003049;
}

/*BLUE-BOTTOM-TEXT*/
#blue .cont.bottom {
	padding: 30px 0;
}
#blue .cont .hiddentext {
	overflow: hidden;
	position: relative;
}
#blue .cont .hiddentext table {
	width: 102%;
	margin-left: -1%;
}
#blue .cont .hiddentext td {
	padding: 0 1%;
	width: auto;
    box-sizing: border-box;
}
#blue .cont .hiddentext h1,
#blue .cont .hiddentext h2,
#blue .cont .hiddentext h3,
#blue .cont .hiddentext h4,
#blue .cont .hiddentext h5,
#blue .cont .hiddentext h6 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	color: #bac9e3;
}
#blue .cont .hiddentext p {
	color: #eceef0;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 24px;
	color: #9eafc9;
	text-align: justify;
}


#blue .cont .hiddentext .showing {
	height: 0;
}
#blue .cont .hiddentext a {
	color: #b04b2a;
}
#blue .cont .hiddentext a:hover {
	color: #de4d30;
}

#blue .cont .more {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	background: url(../img/dashed-2.png) repeat-x 0px 50%;
	position: relative;
}
#blue .cont .more .opacity {
	position: absolute;
	background: #ccc;
	width: 200px;
	height: 100%;
	top: 0;
}
#blue .cont .more .opacity.left {
	left: 0;
	background: url(../img/opacity-3.png) repeat-y 0px 0px;
}
#blue .cont .more .opacity.right {
	right: 0;
	background: url(../img/opacity-4.png) repeat-y 100% 0px;
}
#blue .cont .more p {
	display: inline-block;
	padding: 0 20px;
	background: #3d4b63;
	position: relative;
	z-index: 1;
}
#blue .cont .more p .link {
	display: block;
	border: 1px solid #8b98b0;
	color: #9eafc9;
	text-align: center;
	padding: 10px 0 10px 8px;
	width: 204px;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 20px;
}
#blue .cont .more p .link:hover {
	background: #455570;
}
#blue .cont .more p .link .arr {
	width: 12px;
	height: 12px;
	background: url(../img/arr-2.svg) no-repeat 0px 0px;
	display: inline-block;
	margin-left: 9px;
	margin-bottom: 3px;
	vertical-align: middle;
}
#blue .cont .more p.open .link .arr {
	background-position: 0px -12px;
}

/*TEXT*/
#text .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 30px 0;
	overflow: hidden;
}
#text .cont h1,
#text .cont h2,
#text .cont h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
	color: #003049;
	margin-bottom: 20px;
}
#text .cont h3 {
    font-size: 22px;
	margin-bottom: 10px;
}
#text .cont p {
    color: #3d4b63;
    font-size: 22px;
    line-height: 26px;
	margin-bottom: 10px;
	text-align: justify;
}
#text .cont p strong {
	font-weight: 700;
}
#text .cont td table {
	margin-bottom: 10px;
}
#text .cont td td p {
	margin-bottom: 0;
}
#text .cont table.float td p {
	margin-bottom: 0;
}
#text .cont table {
	width: 100%;
}
#text .cont td {
	vertical-align: top;
	width: 100%;
}
#text .cont td.middle {
	vertical-align: middle;
}
#text .cont td td {
	padding-right: 20px;
	width: auto;
}
#text .cont table.float,
#text .cont table.list {
	width: auto;
}
#text .cont table.float td,
#text .cont table.list td {
	width: auto;
	padding-right: 20px;
}
#text .cont td.img {
	padding-left: 20px;
	width: 1%;
}
#text .cont td.img.left {
	padding-left: 0;
	padding-right: 20px;
	padding-bottom: 10px;
}
#text .cont td.img img {
	border: 1px solid #9eafc9;
	border-radius: 3px;
	padding: 9px;
}
#text .cont ul {
	margin-bottom: 20px;
}
#text .cont ul.nomargin {
	margin-bottom: 0;
}
#text .cont ul li {
	display: block;
    padding-left: 26px;
    color: #3d4b63;
    font-size: 22px;
    line-height: 26px;
    background: url(../img/check-1.svg) no-repeat 0px 4px;
}
#text .cont .line {
    background: url(../img/dashed-1.png) repeat-x 0px 50%;
	height: 10px;
	margin-bottom: 20px;
	position: relative;
}
#text .cont .line .opacity {
	position: absolute;
	background: #ccc;
	width: 200px;
	height: 100%;
	top: 0;
}
#text .cont .line .opacity.left {
	left: 0;
	background: url(../img/opacity-1.png) repeat-y 0px 0px;
}
#text .cont .line .opacity.right {
	right: 0;
	background: url(../img/opacity-2.png) repeat-y 100% 0px;
}

#text .cont .new {
	padding: 20px 0 0;
}
#text .cont .new .img {
	padding-right: 20px;
	padding-left: 0;
}
#text .cont .new .title {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
	color: #003049;
	margin-bottom: 4px;
}

#text .cont .new .date {
	border-bottom: 1px solid #ccc;
	height: 12px;
	margin-top: 6px;
	margin-bottom: 30px;
}
#text .cont .new .date .bg {
	background: #fff;
	padding-right: 20px;
}
#text .cont .new .date {
	font-size: 20px;
	color: #808080;
}
#text .cont .new .source {
	margin-top: 30px;
}
#text .cont .new .source p {
	font-size: 20px;
	color: #808080;
}
#text .cont .new .source p a {
	color: #1b556d;
	font-weight: 600;
}
#text .cont .new .source p a:hover {
	color: #5e3267;
}
#text .cont .more {
	border-bottom: 1px solid #ccc;
	height: 12px;
	margin: 15px 0;
	display: block;
}
#text .cont .more .bg {
	display: block;
	padding-left: 20px;
	background: #fff;
	float: right;
}
#text .cont .more .bg a {
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
	color: #1b556d;
    font-weight: 700;
    font-style: normal;
	font-size: 19px;
}
#text .cont .more .bg a:hover {
	color: #5e3267;
}
#text .cont .more .bg a .arr {
	width: 11px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	background: url(../img/arr-3.svg) no-repeat 0px 0px;
	margin-bottom: 3px;
}
#text .cont .more .bg a:hover .arr {
	background-position: 0 -11px;
}
#text .cont .listnews {
	margin-top: 40px;
}
#text .cont .listnews p {
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #003049;
    margin-bottom: 10px;
}
#text .cont .listnews li {
	padding: 0;
	background: none;
	color: #808080;
}
#text .cont .listnews li a {
	display: inline-block;
	color: #333;
	padding-left: 15px;
	background: url(../img/li-2.svg) no-repeat 0px 0px;
	font-size: 22px;
}
#text .cont .listnews li a:hover {
	color: #5e3267;
	background-position: 0 -100px;
}
#text .cont .listnews li .date {
	display: inline-block;
	color: #808080;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #999;
	font-size: 20px;
}

@media
only screen and (max-width : 1620px), only screen and  and (max-device-width : 1620px) {

#header .cont,
#bigimg .cont,
#title .cont,
#news .cont,
#text .cont,
#blue .cont,
#footer .cont {
    width: 96%;
    max-width: none;
}
	
}
@media
only screen and (max-width : 1420px), only screen and  and (max-device-width : 1420px) {

#header .block.th3 ul li {
    padding: 0 3%;
}

}
@media
only screen and (max-width : 1260px), only screen and  and (max-device-width : 1260px) {

#header .block.th2 p {
    padding: 20px 8px;
}
#header .block.th3 ul li {
    padding: 0 1%;
}
#header .block.th4 p {
    width: 256px;
}
#header .block.th4 p .icon {
	display: none;
}
#news .cont .bottom a {
    width: 30%;
}
	
}
@media
only screen and (max-width : 1120px), only screen and  and (max-device-width : 1120px) {

/*#header {
	height: 80px;
}
#header .block.th2 {
	position: absolute;
}*/
#header .cont {
	position: relative;
}
#header .block.th4 {
	position: absolute;
	right: 0;
	top: 24px;
}
#header .block.th4 p {
	width: 300px;
}
#header .block.th4 p .icon {
    display: inline-block;
}
#header .block.th3 {
    vertical-align: bottom;
}
#header .block.th3 ul {
    text-align: right;
	margin-bottom: 6px;
}
#header .block.th3 ul li {
    padding: 0 0 0 6%;
}
#header .block.th2 p {
    padding: 20px;
}
#news .cont .news .new.th5 {
	display: none;
}
#news .cont .news.list .new.th5 {
	display: table-cell;
}
	
#news .cont .news.list .line.n5 {
    display: none;
}
#news .cont .news.list .line.n4 {
    display: block;
}
#news .cont .news.list .new {
    width: 25%;
}

#bigimg .opacity {
    width: 60%;
    left: 40%;
}
#bigimg .cont .text {
    left: 42%;
}
	
#blue .cont table tr td.left, 
#blue .cont table tr td.right {
	display: block;
	width: 100%;
}
#blue .cont table tr td.right .white {
    margin-left: 0;
	margin-top: 20px;
}
#blue .cont table tr td.right .white ul {
	width: 100%;
	display: table-cell;
}
#blue .cont table tr td.right .white .mo {
	display: table-cell;
	vertical-align: top;
}
#blue .cont table tr td.right .white .mo a {
	margin-top: -7px;
}
	
#footer .cont {
	position: relative;
	padding-bottom: 160px;
}	
#footer .cont .th3 {
	border-top: 1px dashed #46597b;
	padding-top: 15px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
}
#footer .cont .th3 .up {
	position: absolute;
	right: 0;
	bottom: 24px;
}
#footer .cont .th3 table {
	width: 420px;
}

#text .cont .listnews li a {
    display: block;
}
#text .cont .listnews li .date {
    display: block;
	padding: 0;
	margin: 0;
	border: none;
	padding-left: 15px;
	margin-bottom: 15px;
}

}
@media
only screen and (max-width : 940px), only screen and  and (max-device-width : 940px) {

#header .cont {
	padding-top: 40px;
	position: relative;
	padding-bottom: 0;
}
#header .block {
	display: inline-block;
}
#header .block.th2 {
	display: block;
	position: absolute;
	width: 100%;
	top: 6px;
	left: 0;
	border-bottom: 1px dashed #1b556d;
	padding-bottom: 8px;
	z-index: 1;
}
#header .block.th2 p {
    padding: 0;
	border: none;
	width: 100%;
	text-align: left;
}
#header .block.th1 {
	float: left;
	margin-top: -20px;
}
#header .block.th3 {
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 1;
}
#header .block.th3 ul {
	width: 480px;
	float: right;
}
#header .block.th3 ul li {
        padding: 0 0 0 8%;
}
#header .block.th4 {
    position: absolute;
    right: 0;
    top: 12px;
	z-index: 1;
	padding-left: 20px;
	background: #fff;
}

#bigimg {
	height: 300px;
}
#bigimg .cont {
	height: 300px;
}
#bigimg .cont .text {
    width: 560px;
	top: 56px;
}
#bigimg .opacity {
    height: 210px;
    top: 72px;
}
#news .cont .news .new.th4 {
    display: none;
}
#news .cont .news.list .new.th4 {
	display: table-cell;
}
#news .cont .news .new {
    padding: 0 2% 70px 2%;
}

#news .cont .news.list .line.n4 {
    display: none;
}
#news .cont .news.list .line.n3 {
    display: block;
}
#news .cont .news.list .new {
    width: 33%;
    padding: 0 2% 80px 2%;
}
#news .cont .news.list .new.stub {
    width: 33%;
	padding-bottom: 0;
}

#news .cont .bottom a {
        width: 280px;
}
#blue .cont table tr td.right .white .mo a {
    width: 268px;
}
	
#blue .cont .hiddentext table {
	width: auto;
	margin-left: 0;
}
#blue .cont .hiddentext td {
    padding: 0;
	padding-bottom: 20px;
	display: block;
}
	
#text .cont td.img img {
	max-width: 296px;
	height: auto;
}
#text .cont td tr {
	display: block;
	margin-bottom: 10px;
}
#text .cont td td {
	display: block;
}
#text .cont td td p {
	text-align: left;
}
#text .cont td.middle {
    vertical-align: top;
}
#text .cont td td .strong {
	font-weight: 600;
}

}
@media
only screen and (max-width : 760px), only screen and  and (max-device-width : 760px) {

#header .block.th2 p {
    text-align: center;
}
#header .block.th3 {
    top: 94px;
}    
#header .block.th4 {
    top: 48px;
}   
#header .block.th4 p {
	padding: 8px 0 6px 0;
}
#header .block.th3 ul li {
    padding: 0 0 0 4%;
}    
#header .block.th3 ul {
    width: 372px;
    float: right;
}
#bigimg .cont .text {
    width: 476px;
}
#bigimg .opacity {
    height: 182px;
}
#blue .cont table tr td.left td {
    vertical-align: top;
}
#blue .cont table tr td.right .white ul {
    display:block;
}
#blue .cont table tr td.right .white .mo {
	display: block;
}
#footer .cont .th3 .up {
    bottom: 64px;
}
	
#text .cont td {
	display: block;
	text-align: center;
}
#text .cont .float td {
	display: table-cell;
}
#text .cont .list td {
	text-align: left;
}
#text .cont td.img img {
    max-width: none;
	max-width: 90%;
}
#text .cont td.img {
    padding-left: 0;
    width: 100%;
}
#text .cont td.img p {
	text-align: center;
}
#text .cont h1,
#text .cont h2,
#text .cont h3 {
	text-align: center;
}
#text .cont ul {
	display: inline-block;
	text-align: left;
}
#text .cont .line {
    margin-top: 10px;
}
	
}
@media
only screen and (max-width : 588px), only screen and  and (max-device-width : 588px) {

#header .cont {
	padding-bottom: 32px;
}  
#header .block.th2 p {
	font-size: 18px;
}      
#header .block.th3 {
    top: 126px;
}
#header .block.th3 ul {
    width: 100%;
    float: none;
	text-align: center;
}
#header .block.th3 ul li {
    padding: 0 2% 0 2%;
}
#header .block.th4 {
	top: 52px;
    padding-left:0;
}
#header .block.th4 p {
	width: 154px;
	font-size: 18px;
}    
#header .block.th4 p .icon {
    display: none;
}    
#news .cont .news .new.th3 {
    display: none;
}
#news .cont .news.list .new.th3 {
	display: table-cell;
}
#blue .cont table tr td.left td.img a {
    margin-right: 20px;
	margin-top: 2px;
}
#blue .cont table tr td.left td.img a img {
	width: 110px;
	height: auto;
}


#news .cont .news.list .line.n3 {
    display: none;
}
#news .cont .news.list .line.n2 {
    display: block;
}
#news .cont .news.list .new {
    width: 50%;
}
#news .cont .news.list .new.stub {
    width: 50%;
}

#bigimg {
    height: 200px;
}    
#bigimg .cont .text {
    width: 338px;
	top: 46px;
}    
#bigimg .opacity {
    height: 130px;
	top: 100px;
}
#blue .cont table tr td.right .white {
    padding: 15px 20px;
}
#footer .cont {
    padding-bottom: 25px;
}
#footer .cont td {
    display: block;
	width: 90%;
}    
#footer .cont .th2 {
    padding: 15px 0;
}
#footer .cont .th3 {
    border-top: none;
    padding-top: 0;
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
}
#footer .cont .th3 td.padding {
    padding-left: 0px;
}
#footer .cont .th3 .up {
	display: none;
}
#black .block {
    width: 280px;
    margin-left: -160px;
}
#black .block form {
    width: 215px;
}
#black .block form .inputcont #offernewinput1 {
	width: 202px;
}
#black .block form .inputcont #offernewinput2 {
	width: 202px;
}

}
@media
only screen and (max-width : 420px), only screen and  and (max-device-width : 420px) {
	
#header .cont {
    padding-bottom: 36px;
	padding-top: 34px;
}
#header .block.th2 p {
    font-size: 15px;
}
#header .block.th3 {
	position: absolute;
	top: 42px;
	right: 0;
	width: 90px;
	float: right;
}
#header .block.th3 ul {
	text-align: left;
}
#header .block.th4 {
	top: auto;
	bottom: 12px;
	left: 0;
	right: auto;
}
#header .block.th4 p {
	width: 212px;
	font-size: 16px;
	margin-left: 4px;
}

#bigimg .cont .text {
    left: 25%;
	top: 42px;
}
#bigimg .opacity {
    width: 76%;
    left: 24%;
	top: 94px;
}
#news .cont .title {
	text-align: center;
}
#news .cont .news .new.th2 {
	display: none;
}
#news .cont .news.list .new.th2 {
	display: table-cell;
}
#news .cont .news {
    width: 82%;
	margin: auto;
}

#news .cont .title.center p {
    padding: 0;
}
#news .cont .news.list .line.n3 {
    display: none;
}
#news .cont .news.list .new.th2,
#news .cont .news.list .new.th3,
#news .cont .news.list .new.th4,
#news .cont .news.list .new.th5 {
	display: inline-block;
}
#news .cont .news.list .new {
	display: inline-block;
    width: 98%;
    padding: 0 2% 30px 2%;
}
#news .cont .news.list .new.stub {
	display: none;
}
#news .cont .news .new .more {
	width: 100%;
	position: static;
}
#news .cont #pages .pages li a {
    padding: 8px 0;
    width: 32px;
}

#blue .cont table tr td tr td {
	display: block;
	margin: auto;
	width: 80%;
	text-align: center;
}
#blue .cont table tr td.left td.img a {
    margin-right: 0;
	margin-bottom: 20px;
}    
#blue .cont table tr td.left td.img a img {
    width: auto;
	border-radius: 6px;
}
#blue .cont table tr td.right .white {
    min-width: 280px;
}
#footer .cont td {
    width: 76%;
}
#footer .cont .m1 {
	display: inline-block;
}
#footer .copyright p {
    font-size: 16px;
}

}