@charset "utf-8";
@import url('fonts.css');

/* Media Set for responsive design */

@media only screen and (min-width: 1024px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	.split_0 {width: 100%;}
	.split_97 {width: 97%;}
	.split_95 {width: 95%;}
	.split_2 {width: 50%;}
	.split_2_2 {width: 45%;}
	.split_3 {width: 30%;}
	.split_4 {width: 25%;}
	.split_5 {width: 20%;}
	.split_8 {width: 16%;}
	.split_60 {width: 60%;}
	.split_70 {width: 70%;}
	.split_80 {width: 80%;}
	
	.icon {max-height: 350px;}
	.icon img {width: 100%;}
	
	.mobile {display: none;}
	.desktop {display: table-cell;}
	
	.content {transform: translate3d(50px,0,0);}
	
	h_main {
  		margin: 25px 0 15px;
  		font-size: 24px;
  		font-weight: 800;
	}

	h_sub {
  		font-size: 12px;
  		font-weight: 800;
	}
    
	h_side {
  		font-size: 18px;
  		font-weight: 800;
	}
    
    .sideCont {
        width: 520px;
        transform: translate3d(520px,0,0);
    }
    

/* FONT-CLASSES */

.fn12 {
	font-size: 12px;
	font-weight:normal;
}

.fn10 {
	font-size: 10px;
	font-weight:normal;
}

.fn14 {
	font-size: 14px;
	font-weight:normal;
}

.fn16 {
	font-size: 16px;
	font-weight:normal;
}

.fn18 {
	font-size: 18px;
	font-weight:normal;
}

.fn20 {
	font-size: 20px;
	font-weight:normal;
}

.fn22 {
	font-size: 22px;
	font-weight:normal;
}

.ff10 {
	font-size: 10px;
	font-weight: bold;
}

.ff12 {
	font-size: 12px;
	font-weight: bold;
}

.ff14 {
	font-size: 14px;
	font-weight: bold;
}

.ff16 {
	font-size: 16px;
	font-weight: bold;
}

.ff18 {
	font-size: 18px;
	font-weight: bold;
}

.ff20 {
	font-size: 20px;
	font-weight: bold;
}

.ff22 {
	font-size: 22px;
	font-weight: bold;
}

.ff24 {
	font-size: 24px;
	font-weight: bold;
}

.ff26 {
	font-size: 26px;
	font-weight: bold;
}

    .aLeftResp {
    	text-align: right;
    }

	.hHeight {
		max-height: 80vh;
	}

}

@media only screen and (max-width: 1023px) {
/*    [class*="col-"] 	{ width: 48%; }*/
	[class*="split_"] 	{ width: 97%; }

	.hHeight {
		max-height: 80vh;
	}

	.content {transform: translate3d(50px,0,0);}
	.mobile {display: none;}
	.icon img {width: 50%;}
	
	h_main {
  		margin: 25px 0 15px;
  		font-size: 24px;
  		font-weight: 800;
	}

	h_sub {
  		font-size: 12px;
  		font-weight: 800;
	}
    
	h_side {
  		font-size: 18px;
  		font-weight: 800;
	}
    
    .sideCont {
        width: 520px;
        transform: translate3d(520px,0,0);
    }
    
.fn12 {
	font-size: 12px;
	font-weight:normal;
}

.fn10 {
	font-size: 10px;
	font-weight:normal;
}

.fn14 {
	font-size: 14px;
	font-weight:normal;
}

.fn16 {
	font-size: 16px;
	font-weight:normal;
}

.fn18 {
	font-size: 18px;
	font-weight:normal;
}

.fn20 {
	font-size: 20px;
	font-weight:normal;
}

.fn22 {
	font-size: 22px;
	font-weight:normal;
}

.ff10 {
	font-size: 10px;
	font-weight: bold;
}

.ff12 {
	font-size: 12px;
	font-weight: bold;
}

.ff14 {
	font-size: 14px;
	font-weight: bold;
}

.ff16 {
	font-size: 16px;
	font-weight: bold;
}

.ff18 {
	font-size: 18px;
	font-weight: bold;
}

.ff20 {
	font-size: 20px;
	font-weight: bold;
}

.ff22 {
	font-size: 22px;
	font-weight: bold;
}

.ff24 {
	font-size: 24px;
	font-weight: bold;
}

.ff26 {
	font-size: 26px;
	font-weight: bold;
}

    .aLeftResp {
    	text-align: left;
    }


}

@media only screen and (max-width : 768px ){
    /* For mobile phones: */
    [class*="col-"] 	{ width: 100%; }
	[class*="fn"] {	font-size: 10px; font-weight:normal; }
	[class*="ff"] {	font-size: 10px; font-weight:bold; }
	.desktop {display: none}
	.content {transform: translate3d(0,0,0);}
	.mobile {display:inline-block}
	
	h_main {
  		margin: 12px 0 12px;
  		font-size: 16px;
	}
 
	h_sub {
  		font-size: 12px;
  		font-weight: 800;
	}
    
	h_side {
  		font-size: 12px;
  		font-weight: 800;
	}
	.hHeight {
		max-height: 43vh;
	}


}

@media only screen and (max-width : 640px ){
    /* For mobile phones: */

	.icon {max-height: 250px;}
	.icon img {width: 50%;}

    .sideCont {
        width: 360px;
        transform: translate3d(360px,0,0);
    }
	.wpButton {
		height: 140px;
		width: 300px;
	}
	.wpButton .remark {
		top: 8px;
		left: 240px;
	}
	.pageTab button {
		padding: 25px 15px;
		font-size: 12px;
	}

}



/* General definitions */

.row:after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 5px 5px;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100vh;
}

a {
	text-decoration: none;
    cursor: pointer;
}

h_date {
  	font-size: 12px;
  	font-weight: 400;
}

h1 {
  margin: 25px 0 15px;
  font-size: 20px;
  font-weight: 400;
}

h2 {
  font-size: 16px;
  font-weight: 400;
}

p {
	font-size: 12px;
	font-weight: normal;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

tr.border_bottom td {
  border-bottom: 1pt solid white;
}
/*.ico {
	color: #999999;
}
*/
.center {
	text-align: center;
	vertical-align: middle;
}

.aLeft {
	text-align: left;
}

.aRight {
	text-align: right;
}

.newLine {
	clear: left;
}

.noWrap {
	white-space: nowrap;
}

.vScroll {
	overflow-x: auto;
  	overflow-y: hidden;
}

.hScroll {
	overflow-x: hidden;
  	overflow-y: auto;
}

.post {
	padding: 10px;
}

.linPad {
	padding: 0 15px;
}

.tabPad {
    line-height: 1.8em;
    padding: 10px 0;
}

.inpPad {
	padding: 5px 10px;
	border-radius: 5px;
}
.noPad {
    padding: 0px;
}
.linMarge {
    margin: 0 10px;
}

.tabMarge {
    margin: 10px 0;
}

.noMarge {
    margin: 0;
}

#defTable {
    border-collapse: collapse; 
    width: 90%;
}

#defTable td, #defTable th {
    border: 0px solid rgba(255,255,255,0.3); 
   	padding: 10px 10px;
}

#defTable th {
	text-align: right;
}

.rFloat {
	float: right;
}

.lFloat {
	float: left;
}

.noFloat {
 	float: none;
}

/* width_types */

.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w75 {
 	width: 75%;
}
.w80 {
 	width: 80%;
}
.w100 {
	width: 95%;
}

.h100 {
	height: 100%;
}

/*@media print {*/
/*	body * {*/
/*		visibility: hidden;*/
/*		-webkit-print-color-adjust:exact;*/
/*	}*/
/*	#section-to-print {*/
/*		position: absolute;*/
/*		top: -80px;*/
/*		left: -65vw;*/
/*		margin: auto;*/
/*		font-size: 11px!important;*/
/*		overflow: hidden!important;*/
/*		width: 110vw!important;*/
/*		height: 100vh!important;*/
/*		visibility: visible;*/
/*	}*/
/*	#section-to-print * {*/
/*		visibility: visible;*/
/*	}*/
/*	#section-to-print button {*/
/*		visibility: hidden;*/
/*	}*/
/*	#section-to-print img {*/
/*		visibility: visible;*/
/*	}*/
/*	#section-to-print input[type=checkbox] {*/
/*		visibility: hidden;*/
/*	}*/

/*	#section-to-print footer {*/
/*		position: absolute;*/
/*		bottom: 10px;*/
/*		page-break-after: always*/
/*	}*/
/*	#section-to-print>div:last-child {*/
/*		page-break-before: always*/
/*	}*/

/*	#section-to-print table {*/
/*		page-break-inside:auto;*/
/*	}*/

/*	#section-to-print tr {*/
/*		page-break-inside:avoid;*/
/*		page-break-after:auto*/
/*	}*/

/*	#section-to-print .noPrint {*/
/*		visibility: hidden;*/
/*	}*/
/*}*/
