/* ================================================================================= */
/* RYAN P. J. MCGRATH (C) 2018
/* ================================================================================= */
/* ======================================================= */
/* Pre-set our body.
/* ======================================================= */

body, html 
{
	font-family: 'Nunito', sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    font-weight: 200;
   	overflow-x: hidden;
	
	/* Prevent upscaling of fonts in browsers with viewport tag. */
	-ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

/* ================================================================================= */

h1 
{
	font-size: 42px;
    color: #000000;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    font-weight: 400;
    margin-bottom: 50px;
	font-weight: 200;
}

h2
{
	font-size: 18px;
    color: #9a9a9a;
    margin: auto;
    text-align: center;
    font-weight: 400;
    margin-bottom: 50px;
	font-weight: 200;
}

/* ================================================================================= */

a { text-decoration: none; }

/* ================================================================================= */

.MOB-MENU 
{
	position: fixed;
	top: 0px;
	left: 50%;
	width: 710px;
	height: 100%;
	background-color: #0e0d0d;
	z-index: 1000;
	display: none;
	margin-left: -355px;
	overflow-x: hidden;
}

.MOB-MENU-BUTT
{
	position: relative;
	width: 100%;
	min-height: 200px;
	text-align: left;
	color: #ffffff;
	font-size: 17px;
	text-decoration: none;
	flex: 1;
}
.MOB-MENU-BUTT:hover { cursor: pointer; }
.MOB-MENU-BUTT:hover .MOB-MENU-BUTT-LOG-2 { right: 20px; }
.MOB-MENU-BUTT-LOG { position: absolute; left: 50px; width: 64px; height: 64px; }
.MOB-MENU-BUTT-LOG-2 { position: absolute; right: 30px; width: 64px; height: 64px; top: 0px; }
.MOB-MENU-BUTT-TXT { position: absolute; left: 150px; height: 64px; top: 25px; text-transform: uppercase; letter-spacing: 0.3em; font-weight: bold; }
.MOB-MENU-BUTT:hover .MOB-MENU-BUTT-LOG { transform: rotate(20deg); }
.MOB-MENU-BUTT-LOG-3 { color: #FFF; font-weight: bold; font-size: 52px; width: 33px; height: 33px; line-height: 24px; text-align: center; }
.MOB-MENU-BUTT:hover .MOB-MENU-BUTT-LOG-3 { transform: rotate(360deg); }
.MOB-MENU-BUTT-LOG-4 { left: 50%; top: 50%; color: #FFF; font-weight: bold; font-size: 52px; width: 33px; height: 33px; line-height: 24px; text-align: center; position: absolute; margin-top: -16.5px; margin-left: -16.5px; }
.MOB-MENU-BUTT:hover .MOB-MENU-BUTT-LOG-4 { transform: rotate(360deg); }

/* ================================================================================= */

.G-E-CW-B /* Just in #black. */
{
	color: #fff;
	text-transform: uppercase;
	margin: auto;
	height: 100px;
	font-size: 18px;
	/* border-radius: 3px; */
	text-decoration: none;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	padding: 10px 10px 10px 10px;
	display: block;
	/* line-height: 100px; */
	/* margin-top: 2px; */
	/* margin-bottom: 30px; */
	letter-spacing: 0.3em;
	text-align: center;
	font-weight: 400;
}
.G-E-CW-B:hover { color: #000; cursor: pointer; }

/* ================================================================================= */

.POPOVR-WINDOW-BCK { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 998; background-color: rgba(0, 0, 0, 0.8); }
.POPOVR-WINDOW
{
	position: fixed;
	width: 600px;
	height: 600px;
	border-radius: 10px;
	background-color: #FFFFFF;
	z-index: 1000;
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -300px;
	overflow-x: hidden;
	padding-bottom: 30px;
}
.POPOVR-WINDOW-EXIT { position: absolute; top: 10px; right: 20px; color: #000000; font-size: 30px; text-transform: lowercase; text-align: center; }
.POPOVR-WINDOW-EXIT:hover { cursor: pointer; }

/* ================================================================================= */

.TRNSIT
{
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* ================================================================================= */

.SPAN-UNDL-1 { color: #FFFFFF; font-weight: 400; border-bottom: 3px solid #354b84; border-radius: 30px 30px 15px 0px; }

/* ================================================================================= */

.FLEX-WORK {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;             /* NEW, Spec - Firefox, Chrome, Opera */
}

.FLEX-WORK-COLUMN {
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
}

.FLEX-WORK-CONT {
	flex: 1;
	-webkit-flex: 1;
}

/* ================================================================================= */

.MENU-TOP
{
	height: 225px;
	width: 100%;
    position: relative;
	background-color: #FFFFFF;
}
.MENU-TOP-RYMAX-IMG { position: absolute; left: 50px; top: 50px; }

@media only screen and (min-width: 1000px) 
{
    .MENU-TOP-RIGHT-CONT { position: absolute; height: 50px; top: 50%; margin-top: -25px; right: 50px; }
    .MENU-TOP-RIGHT-LNK { margin-right: 15px; display: inline-block; font-size: 22px; border-bottom: 2px solid transparent; text-align: center; color: #dedede; }
    .MENU-TOP-RIGHT-LNK:hover { border-color: #354b84; cursor: pointer; color: #505050; }
    .MENU-TOP-RIGHT-LNK-SELECTED { border-color: #354b84; cursor: pointer; color: #505050; }
	
	/* ========================================== */
	
	.MENU-MOB { display: none; }
}

@media only screen and (max-width: 1000px) 
{
    .MENU-TOP-RIGHT-CONT { display: none; }
	
	/* ========================================== */
	
	.MENU-MOB
	{
		position: fixed;
    	background-color: #FFFFFF;
    	z-index: 10;
    	width: 80px;
   	 	height: 80px;
   	 	border-radius: 10px;
    	bottom: 10px;
    	right: 30px;
    	background-color: #354b84;
	}
	.MENU-MOB:hover { cursor: pointer; transform: rotate(180deg); }
	.MENU-MOB:hover .MENU-MOB-LINE { }
	.MENU-MOB:hover{ }
	
	.MENU-MOB-IC 
	{ 
		position: absolute;
    	height: 100px;
    	border-radius: 50%;
    	left: 20px;
    	top: 18px; 
	}
	
	.MENU-MOB-LINE 
	{ 
		width: 40px;
    	height: 5px;
    	border-radius: 10px;
   	 	background-color: #FFF;
		margin: auto;
    	margin-top: 7px; 
	}
}

/* ================================================================================= */

/* Old with text.
.WDWC-C
{
	width: 250px;
	margin: auto;
	border-bottom: 5px solid transparent;
	display: inline-block;
	height: 300px;
	vertical-align: top;
}
.WDWC-C:hover { border-color: #F44336; cursor: pointer; }
.WDWC-C-VB { border-color: #F44336; }
.WDWC-IMG { display: block; margin: auto; margin-top: 10px; margin-bottom: 20px; width: 64px; height: 64px; }
.WDWC-TITLE { font-size: 22px; color: #505050; margin: auto; text-align: center; }
.WDWC-TXT { width: 150px; font-size: 16px; color: #9a9a9a; margin: auto; margin-top: 10px; text-align: center; }
.WDWC-C-VB { border-color: #F44336; }
*/

.WDWC-C
{
	width: 250px;
	margin: 10px;
	/*border-bottom: 5px solid transparent;*/
	display: inline-block;
	height: 150px;
	vertical-align: top;
	position: relative;
	padding-top: 30px;
}
.WDWC-C:hover { border-color: #354b84; cursor: pointer; }
.WDWC-C-VB { border-color: #354b84; background-color: #dedede; border-radius: 10px; }
.WDWC-IMG { display: block; margin: auto; margin-top: 10px; margin-bottom: 20px; width: 64px; height: 64px; }
.WDWC-TITLE { font-size: 22px; color: #505050; margin: auto; text-align: center; }
.WDWC-TXT { display: none; }
.WDWC-C-VB { border-color: #354b84; }
.WDWC-C-I { position: absolute; top: 30px; right: 60px; color: #FFFFFF; background-color: #2e2e2e; width: 15px; height: 15px; line-height: 15px; padding: 5px; border-radius: 50%; font-weight: bold; }

/* ================================================================================= */

.FTR
{
	/*
	margin: auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 200px;
    width: 400px;
    background-color: #0e0d0d;
    width: 100%;
    height: 150px;
    line-height: 150px;
	*/
	
	margin: auto;
    text-align: center;
    font-size: 18px;
    color: #9a9a9a;
    width: 400px;
    background-color: #ffffff;
    width: 100%;
    height: 150px;
    line-height: 150px;
}

/* ================================================================================= */

.ENQ-BTN
{
	margin: auto;
    border: 2px solid #F44336;
    font-weight: 400;
    font-size: 18px;
    color: #F44336;
    border-radius: 5px;
    width: 250px;
    padding: 25px;
    margin-top: 100px;
}
.ENQ-BTN:hover { cursor: pointer; color: #000000; border-color: #F44336; background-color: #F44336; }

/* ================================================================================= */

.MAIN-CONT { width: 100%; margin-bottom: 50px; }

/* ================================================================================= */

.UMT-FS-JS
{
	width: 100%; 
	height: 600px;
	position: relative;
}
.UMT-FS-JS-1 { background-image: url(DATA/IMG/076_2.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
.UMT-FS-JS-2 { background-image: url(DATA/IMG/004_2.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
.UMT-FS-JS-3 { background-image: url(DATA/IMG/047_2.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
.UMT-FS-JS-4 { background-image: url(DATA/IMG/075_2.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
.UMT-FS-JS-MSK { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 1; }
.UMT-FS-JS-TITLE { position: absolute; color: #dedede; top: 50%; margin-top: -30px; height: 60px; left: 50px; font-size: 42px; z-index: 2; }
.UMT-FS-JS-TXT { position: absolute; color: #FFFFFF; max-width: 400px; top: 50%; margin-top: 40px; left: 80px; font-size: 20px; z-index: 2; }
.UMT-FS-JS-TITLE-2 { position: absolute; color: #dedede; top: 50%; margin-top: -30px; height: 60px; right: 50px; font-size: 42px; z-index: 2; }
.UMT-FS-JS-TXT-2 { position: absolute; color: #FFFFFF; max-width: 400px; top: 50%; margin-top: 40px; right: 80px; font-size: 20px; z-index: 2; }

/* ================================================================================= */