@font-face {
  font-family: 'concrete';
  src: url('/fonts/28-Days-Later.ttf') format('truetype');
}

body, html{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "myriad-pro";
	color: #000;
	font-size: 14px;
}

input, textarea {
	font-family: "myriad-pro";
	font-size: 14px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
    font-weight: 100;
}

.wf-loading {
    visibility: hidden;
}



* {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	color: #666;
}

.center {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}


.home {
	display: inline-block;
	vertical-align: top;
}

.home.l {
	width: 16%;
}
.home.r {
	width: 84%;
	height: 100%;
	position: relative;
}

.menu {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 100%;
	text-align: center;
	padding-top: 40px;
	background: rgba(255,255,255,0.5);
}

.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	width: 225px;
	display: inline-block;
}

.menu li {
	padding: 7px;
	margin: 0px;
	text-align: left;
}

.menu li a {
	text-decoration: none;
	text-transform:uppercase;
	color: #000;
	
}

.menu li a:hover {
	color: #eee;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.slogan {
	text-align: center;
	font-style:italic;
	padding: 20px 0px;
}

.slogan strong {
	font-style:normal;
}

.mainslogan {
	 font-family: "concrete"; 
    font-size: 42px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    color: #666;
    padding-left: 300px;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(255,255,255,0.8);
}


.hfl {
	float: left;
	width: 50%;
	height: 300px;
	position: relative;
}

.hfl .txt {
	position: absolute;
	top: 0px;
	width: 50%;
	left: 0px;
	height: 100%;
	color: #fff;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	line-height: 26px;
	overflow:hidden;
	padding: 35px 35px 0 35px;
	border-bottom: 35px solid transparent;
}

#frnt_cm .txt, #frnt_sw .txt, #frnt_pk .txt, #frnt_fa .txt {
	left: auto;
	right: 0px;
}


#frnt_cm .txt {	background: rgba(100,100,100,0.8); }
#frnt_sw .txt {	background: rgba(120,120,120,0.8); }
#frnt_ba .txt {	background: rgba(140,140,140,0.8); }
#frnt_pt .txt { background: rgba(160,160,160,0.8); }
#frnt_pk .txt {	background: rgba(180,180,180,0.8); }
#frnt_fa .txt { background: rgba(200,200,200,0.8); }
#frnt_vl .txt { background: rgba(220,220,220,0.8); }
#frnt_eo .txt {	background: rgba(240,240,240,0.8); }

#frnt_kk {
	height: 600px;
	position: relative;
}
#frnt_kk .txt {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	height: 50%;
	background: rgba(80,80,80,0.8);
	color: #fff;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	line-height: 28px;
	overflow:hidden;
	padding: 35px 35px 0 35px;
	border-bottom: 35px solid transparent;
}

.hfl .txt h2, #frnt_kk .txt h2 {
	text-transform:uppercase;
}

#frnt_cm:hover, #frnt_sw:hover, #frnt_ba:hover, #frnt_pt:hover, #frnt_pk:hover, #frnt_fa:hover, #frnt_vl:hover, #frnt_eo:hover, #frnt_kk:hover {
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}


#frnt_cm:hover .txt { background: rgba(100,100,100,0.95); }
#frnt_sw:hover .txt { background: rgba(120,120,120,0.95); }
#frnt_ba:hover .txt { background: rgba(140,140,140,0.95); }
#frnt_pt:hover .txt { background: rgba(160,160,160,0.95); }
#frnt_pk:hover .txt { background: rgba(180,180,180,0.95); }
#frnt_fa:hover .txt { background: rgba(200,200,200,0.95); }
#frnt_vl:hover .txt { background: rgba(220,220,220,0.95); }
#frnt_eo:hover .txt { background: rgba(240,240,240,0.95); }




.prmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	vertical-align: top;
	width: 22%;
	height: 100%;
	overflow-y: auto;
}

.prsearch {
	position: absolute;
	top: 0px;
	left: 22%;
	vertical-align: top;
	width: 78%;
	height: 100%;
	overflow-y: auto;
	padding: 10px 30px;
}

.prsearch h1 {
	text-transform: uppercase;
	font-weight: 100;
	color: #003d7c;
	font-size: 30px;
}

.mnnbtn {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	margin: 8px;
    background: rgba(96,97,95,0.6);
	color: #fff;
	border: none;
	position: relative;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.mnnbtn:hover {
	cursor: pointer;
	background: rgba(96,97,95,0.2);
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}





.mnnbtn.frsty.clr1 { border-left: 20px solid rgba(240,145,45,0.95); border-bottom: 2px solid rgba(240,145,45,0.95); }
.mnnbtn.frsty.clr2 { border-left: 20px solid rgba(219,147,178,0.95); border-bottom: 2px solid rgba(219,147,178,0.95); }
.mnnbtn.frsty.clr42 { border-left: 20px solid rgba(162,216,246,0.95); border-bottom: 2px solid rgba(162,216,246,0.95); }
.mnnbtn.frsty.clr8 { border-left: 20px solid rgba(231,221,76,0.95); border-bottom: 2px solid rgba(231,221,76,0.95); }
.mnnbtn.frsty.clr6 { border-left: 20px solid rgba(87,101,119,0.95); border-bottom: 2px solid rgba(87,101,119,0.95); }
.mnnbtn.frsty.clr23 { border-left: 20px solid rgba(159,201,94,0.95); border-bottom: 2px solid rgba(159,201,94,0.95); }
.mnnbtn.frsty.clr3 { border-left: 20px solid rgba(212,216,105,0.95); border-bottom: 2px solid rgba(212,216,105,0.95); }
.mnnbtn.frsty.clr22 { border-left: 20px solid rgba(159,201,94,0.95); border-bottom: 2px solid rgba(159,201,94,0.95); }
.mnnbtn.frsty.clr12 { border-left: 20px solid rgba(189,174,205,0.95); border-bottom: 2px solid rgba(189,174,205,0.95); }


.prvBx {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin: 0px 0px 40px 40px;
	width: 220px;
	height: 300px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	text-align: center;
}

.prvBx h2 {
	text-transform: uppercase;
	font-size: 18px !important;
	font-weight: 100 !important;
	color: #003d7c !important;
}

.prvBx img {
	width: 100%;
	padding-top: 10px;
}

.prvBx:hover {
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	cursor: pointer;
	padding: 10px 0px 10px 0px;
}


.notifmsg {
	padding: 10px;
	margin: 10px;
	border: 1px solid #ddd;
	background: #eee;
}

.navCntr {
	padding: 10px 10px 100px 10px;
	text-align: center;
}

.navBtn {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-right: 10px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.navBtn.active, .navBtn:hover {
	border-bottom: 1px solid #000;
	cursor: pointer;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.prdCntr {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: calc(100% - 250px);
	padding: 10px 50px;
	overflow-y: auto;
}

.prdCntr h1 {
	text-transform: uppercase;
	font-weight: 100;
	color: #003d7c;
	font-size: 30px;
}

.blln {
	background: #cfd4d8;
	height: 2px;
	margin-bottom: 20px;
}
.bllnspcr {
	margin-bottom: 30px;
}
.bllnrtnr {
	font-style:italic;
	font-size: 10px;
	color: #666;
	text-align:right;
	margin-top: -16px;
}


#imgHeader {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	background: #cfd4d8;
	margin: 0px;
	padding: 20px;
	height: 100%;
	overflow-y: auto;
}

#imgHeader img {
	width: 100%;
	margin-bottom: 20px;
}

.colorbox {
	outline: none;
}

.relArt {
	padding-top: 100px;
}

.relArt h2 {
	text-transform: uppercase;
	font-weight: 100;
	color: #003d7c;
	font-size: 24px;
}

.bkllrlrt {
	text-align: center;
}

.bkllrlrt a {
	color: #666;
	font-size: 12px;
}

.tgtxt {
	display: inline-block;
	vertical-align: top;
	padding: 1px 5px;
	margin: 3px;
	font-size: 10px;
	font-weight: bold;
}

.prdctTg {
	display: inline-block;
	vertical-align: top;
	padding: 1px 5px;
	margin: 3px;
	background: #fff;
	box-shadow: 1px 1px 1px #ddd;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.prdctTg:hover {
	box-shadow: 0px 0px 1px #fff;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.prdctTg a {
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

.cntshrt {
	padding: 10px;
	border: 1px solid #eee;
	margin-top: 70px;
	background: #eee;
}

.cntshrt p {
	color: #666;
}

.cntshrt a{
	color: #003d7c;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	padding: 0px;
}

.cntshrt h2 {
    font-weight: 100;
    color: #003d7c;
    font-size: 24px;
}

#cntFrm {
	margin-top: -10px;
}

#cntFrm input[type=text], #cntFrm textarea, #cntFrm select {
	max-width: 600px;
	width: 100%;
	padding: 15px;
	margin: 5px 0px;
	font-size: 14px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	border: none;
}

#cntFrm textarea {
	height: 150px;
}
#cntFrm input[type=button] {
	border: none;
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 10px;
	max-width: 600px;
	width: 100%;
	margin-top: 20px;
}

.dpvt {
	display: inline-block;
	vertical-align: top;
}
.dpvt.hlf {
	width: 50%;
}

.dpvt img {
	width: 100%;
	max-width: 500px;
}

.prjctFlt {
	display: inline-block;
	width: 33%;
	vertical-align:top;
}
.prjctFlt img {
	width: 100%;
}

.mgTtl {
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	background-color:#333;
    opacity:0.75;
    filter:alpha(opacity=75);
    color:#fff;
}

.pddngprjct {
	padding: 0px;
	margin: 5px;
	position: relative;
}

.strtch {
	width: 100%;
	overflow: hidden;
	overflow-x: visible;
}

#mobilemenu {
	position: absolute;
	right: 18px;
	top: 35px;
	display: none;
	z-index: 100;
}

#mobilemenu .ln {
	width: 30px;
	height: 4px;
	background: #000;
	position: relative;
	margin-bottom: 6px;
	border-radius: 2px;
}

#mline_one.deg, #mline_two.deg {
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#mline_thr.deg {
	-ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.catMenuBtn {
	padding: 10px;
	background: #eee;
	margin: 0px -5px;
	position: relative;
	display: none;
}
.catMenuBtn .rrw {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
	font-size: 13px;
}

.dpvt.hlf .ns {
	display: none;
}


.mainContainer {
	margin-left: 300px;
	padding: 40px;
}

#sldcntr {
	padding-top: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hmImg {
	height: 200px;
	display: inline-block;
	padding:30px 10px;
	position:relative;
}

.hmImg img {
	height: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.hmImg.txt {
	width: 310px;
	margin: 10px;
	background: rgba(0,0,0,0.1);
	height: 200px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 10px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}

.hmImg.txt h2 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.hmImg.txt ul {
	text-align: left;
}

.hmImg.txt a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.hmImg.txt a:hover {
	color: #ddd;
}


.hmImg .arrow {
	position: absolute;
	left: calc(50% - 8px);
	bottom:0px;
	width: 0; 
  	height: 0; 
 	border-right: 10px solid transparent;
 	border-bottom: 10px solid transparent; 
 	border-top:10px solid black; 
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#imgLine {
	display: block;
	width: 100%;
	padding: 20px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	height: 540px;
	position: relative;
}

#imgLine .arrow_left, #imgLine .arrow_right {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 30px;
	background: rgba(0,0,0,0.5);
	font-size: 20px;
	color: #fff;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	border: none;
}

#imgLine .arrow_right {
	position: absolute;
	left: auto;
	right: 0px;
}

#imgLine .arrow_left:hover , #imgLine .arrow_right:hover {
	background: rgba(0,0,0,1);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	cursor: pointer;
}

#imgLine img {
	display: inline-block;
	vertical-align: middle;
}

#imgLine .helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}




























