@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	overflow: hidden;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	/*text-transform: uppercase;*/
	font-size: 59px;
	line-height: 66px;
	color: #ec1d23;
}

h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
    font-size: 14px;
    color: #777777; 
	margin-top:0px;
}
p{
	font-family: 'Roboto', sans-serif;
	color: #888888;
    font-size: 16px;
	line-height: 24px;
    letter-spacing: 1px;
}

.cimb-padding-right-large{
	padding-right:38px;
}

::-webkit-scrollbar {
    width:3px;
}

::-webkit-scrollbar-thumb {
	background:#ccc;
}

/*****************SL****************/
/*modified*/
.uk-grid > * {
    padding-left: 20px;
}

.uk-grid {
    margin-left: -20px;
}

.uk-grid-collapse {
    margin-left: 0;
}

.uk-grid-collapse>* {
    padding-left: 0;
}

/**************************************************************************************************
/****************************************************************************************** Menu Bar */
.logo {
	position: fixed;
	z-index: 800;
	margin-top: 70px;
	margin-left: 70px;
}
.menu-container {
	position: fixed;
	height: 100%;
	width: 50px;
	z-index: 1000;
	right: 0;
	top: 0px;
}
.menu-bar {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	background-color: #282726;
	text-align: center;
	padding-top: 20px;
	padding-left: 1px;
	z-index: 1000;
}

/****************************************************************************************** Menu Bar TOP*/
.logo-top {
	width:100%;
	text-align:center;
}

.logo-top a img{
	/*max-width:100px;
    margin-top: -11px;*/
	border: 1px solid #ddd;
	margin-top: -10px;
}

.menu-top-container {
	position: fixed;
	width: 100%;
	height:50px;
	z-index: 1001;
	background: #282726;
	top: 0px;
}
.menu-bar-top {
	position:absolute;
	right:0;
	height:50px;
	width:60px;
	border: none;
	color: #FFF;
	font-size: 25px;
	background: #705544;
}
/****************************************************************************************** dim-black */
.dim-black::before {
	top: 0px;
	position: absolute;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.5s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/****************************************************************************************** Menu Wrap */

.menu-wrap {
	right:-500px;
	/*right:-650px;*/
	position: absolute;
	/*z-index: 1001;*/
	z-index: 999;
	/*width: calc(700px - 50px);*/
	width: 500px;
	height: 100%;
	color: #FFF;
	background: url(../images/menubg_repeat.jpg) repeat;
	/*background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);*/
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	top: 0px;
}

.menu-wrap-inner {
	/*height: calc(100vh);*/
	height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    position: relative;
}

/*.menu-wrap {
	right:-650px;
	position: absolute;
	z-index: 999;
	width: 700px;
	height: 100%;
	color: #FFF;
	background-image: url(../images/menubg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	top: 0px;
}

.menu-wrap-inner {
	height: calc(100vh);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    position: relative;
}

.menu {
	padding: 40px;
	padding-right: 140px;
    position: relative;
}
.menu > p {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #715544;
	float: left;
	bottom: 10px;
    position: fixed;
}
.menu > p {
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-list {
	margin-top: 40px;
	padding: 0;
}
.menu-list li p {
	color: #d26954;
}

.borderleft {
	border-left: 1px solid #000000;
}

.menu-list, .menu-list li {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-list li:nth-child(2) {
	-webkit-transform: translate3d(0, 1000px, 0);
	transform: translate3d(0, 1000px, 0);
}
.menu-list li:nth-child(3) {
	-webkit-transform: translate3d(0, 1500px, 0);
	transform: translate3d(0, 1500px, 0);
}
.menu-list li:nth-child(4) {
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}
.menu-list li:nth-child(5) {
	-webkit-transform: translate3d(0, 2500px, 0);
	transform: translate3d(0, 2500px, 0);
}
.menu-list li:nth-child(6) {
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}
.menu-list li:nth-child(7) {
	-webkit-transform: translate3d(0, 3500px, 0);
	transform: translate3d(0, 3500px, 0);
}*/

/*modified*/

.menu {
	padding: 40px;
	/*padding-right: 140px;
	padding-top: 20px;
	position: absolute;
	height: calc(100vh - 200px);*/
	overflow-y:auto;
	
}
.menu > p {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-top: 25px;
	/*color: #715544;
	float: left;
	bottom: 10px;
    position: fixed;*/
}
.menu > p {
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-list {
	margin-top: 40px;
	padding: 0;
}
.menu-list li p {
	color: #d26954;
}

.borderleft {
	border-left: 1px solid #000000;
}

.menu-list, .menu-list li {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-list li:nth-child(2) {
	-webkit-transform: translate3d(0, 1000px, 0);
	transform: translate3d(0, 1000px, 0);
}
.menu-list li:nth-child(3) {
	-webkit-transform: translate3d(0, 1500px, 0);
	transform: translate3d(0, 1500px, 0);
}
.menu-list li:nth-child(4) {
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}
.menu-list li:nth-child(5) {
	-webkit-transform: translate3d(0, 2500px, 0);
	transform: translate3d(0, 2500px, 0);
}
.menu-list li:nth-child(6) {
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}
.menu-list li:nth-child(7) {
	-webkit-transform: translate3d(0, 3500px, 0);
	transform: translate3d(0, 3500px, 0);
}

.menu-list li:nth-child(8) {
	-webkit-transform: translate3d(0, 4000px, 0);
	transform: translate3d(0, 4000px, 0);
}

@media (max-width:959px){
.menu-wrap {
	right: -650px;
	height: calc(100vh - 50px);
	margin-top: 50px;
	}
	}


/****************************************************************************************** Shown menu */
/*.show-menu .menu-wrap {
	-webkit-transform: translate3d(-600px, 0, 0);
	transform: translate3d(-600px, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list, .show-menu .menu-list li {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list li {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}
.show-menu .menu > p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .dim-black::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}*/
	

.show-menu .menu-list li:before {
    font-family: 'dt2';
    content: "\e909";
    padding-right: 30px;
    opacity: 0;
	-webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s ease;
    /*position: absolute;*/
    font-size: 8px;
    color: #000;
    margin-left: -100px;
}

.show-menu .menu-list li:hover:before {
	font-family: 'dt2';
    content: "\e909";
    padding-right: 10px;
    opacity: 1;
	-webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s ease;
    font-size: 8px;
    color: #000;
    padding-left: 38px;
}


.show-menu .menu-list li.active:before {
    font-family: 'dt2';
    content: "\e909";
    padding-right: 10px;
    opacity: 1;
	-webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s ease;
        font-size: 8px;
    color: #000;
    left: 30px;
    padding-left: 38px;
}


/*modified*/
.show-menu .menu-wrap {
	-webkit-transform: translate3d(-550px, 0, 0);
	transform: translate3d(-550px, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list, .show-menu .menu-list li {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list li {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}
.show-menu .menu > p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .dim-black::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.show-menu .menu-list li a img {
	padding-right: 10px;
    margin-left: -60px;
	opacity: 0;
	transition: all 0.5s ease;
}

.show-menu .menu-list li a:hover img {
	opacity: 1;
	margin-left: -50px;
}

.leftarrowa {
	padding-left: 53px;
}

.leftarrowb {
	padding-left: 30px;
}


/****************************************************************************************** Close Button */
.close-button {
	position: absolute;
	top: 20px;
	right: 40px;
	border: none;
	background: transparent;
	color: transparent;
}
.close-button::before, .close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #ffffff;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/****************************************************************************************** Menu */
/**************************************************************************************************
/********************************************************************************************************
/****************************************************************************************** Home */

/*.borderWhite{
    padding: 20px;
    height: 100%;
    width: calc(100% - 50px);
	box-sizing:border-box;
}

.homeWrapper{
	height: calc(100vh - 40px);
	overflow-y:scroll;
}*/

/*Modified*/
.borderWhite{
	/*border: solid white 20px;*/
    height: 100%;
    width: 100%;
	box-sizing:border-box;
	/*width: calc(100% - 50px);
	padding: 20px;*/
}
/*Modified*/
.homeWrapper{
	/*margin-right:38px;	*/
	height: calc(100vh - 40px);
	overflow-y:scroll;
}
/*Modified*/
/*.homeBox{
	margin-left:20px;
	margin-right:8px;
}*/

.homebannercontainer {
	position:relative;
	text-align:left;
	padding-left:50px;
	width:100%;
	height:100%;
}

.homebannercontent {
	position:absolute;
	bottom: 50px;
	/*width:320px;*/
}

.titlebigfont {
	font-size: 65px !important;
}

.homebannertext p{
	color: #d6cab0;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
    line-height: 50px;
}

.homebannertext p span{
	color: #d6cab0;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
    line-height: 50px;
}

.homebannertitle h1{
	color: #d6cab0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
    font-size: 180px;
    /* line-height: 50px; */
    margin: 0px;
    margin-bottom: 58px;
    /* margin-bottom: 0px; */
    line-height: 0px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

.homebannerbutton {
    font-size: 14px;
    text-transform: uppercase;
	border: solid 1px #ffe7af;
    width: 120px;
    display: inline-block;
	padding:8px 0px 8px 0px;
	color:#ffe7af;
	text-align:center;
}

.homebannertext {
	padding-left: 200px;
}

.titleborder{
	border-bottom: #d6cab0 10px solid;
    width: 180px;
    position: absolute;
    padding-bottom: 25px;
}

.homebannertitle{
	position: absolute;
    padding-bottom: 30px;
    bottom: 140px;
}

.homebannerbutton img{
	display: inline-block;
	padding-left: 15px;
	padding-bottom: 3px;
}

.prevButton {
    position: absolute;
    top: 50%;
    left: 50px;
    width: 27px;
    height: 62px;
    background-image: url(../../template/images/prevbutton.jpg);
    z-index: 999;
}

.nextButton {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 27px;
    height: 62px;
    background-image: url(../../template/images/nextbutton.jpg);
    z-index: 999;
}

.box1{
	height:30vh;
	background-image:url(../../template/images/videobg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	text-align:left;
	padding-left:20px;
	position:relative;
}

.box1container {
	position:absolute;
	bottom:20px;
}

.box1 img{
	display:block;
	margin-bottom: 10px;
}

.box1 span{
	color:#ffffff;
	font-size:10px;
	font-family: 'Roboto', sans-serif;
}

.box1 h1{
	color:#d6cab0;
	font-size:24px;
	letter-spacing:1px;
	/*font-family: 'HelveticaNeueLTStd-Cn';*/
	line-height: 30px;
	margin-top: 8px;
}

.homeborder1 {
	border-bottom: 3px #d6cab0 solid;
	width:35px;
	margin-bottom:15px;
	margin-top:-8px;
}

.homebutton1 {
    font-size: 14px;
    text-transform: uppercase;
	border: solid 1px #ddc192;
    width: 120px;
    display: inline-block;
	font-size:10px;
	padding:6px 0px 4px 0px;
	color:#ddc192;
	text-align:center;
}

.homebutton1 img{
	display: inline-block;
	padding-left: 15px;
	padding-top: 8px;
}

.box2{
	height:70vh;
	margin-top:20px;
	background-image:url(../../template/images/positionbg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	text-align:left;
	padding-left:20px;
	position:relative;
}

.homeborder2 {
	border-bottom: 3px #dacab0 solid;
	width:35px;
	margin-bottom:15px;
	margin-top:-8px;
}

.box2container {
	position:absolute;
	top:20px;
	padding-right: 20px;
}

.box2 img{
	display:block;
	margin-bottom: 10px;
}

.box2 span{
	color:#ffffff;
	font-size:10px;
	font-family: 'Roboto', sans-serif;
}

.box2 h1{
	color:#dacab0;
	font-size:24px;
	letter-spacing:1px;
	/*font-family: 'HelveticaNeueLTStd-Cn';*/
	line-height: 30px;
	margin-top: 8px;
}

.box2 p{
	color:#fff;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}

.homebutton2 {
    font-size: 14px;
    text-transform: uppercase;
	border: solid 1px #ffe7af;
    width: 120px;
    display: inline-block;
	font-size:10px;
	padding:6px 0px 4px 0px;
	color:#d6cab0;
	text-align:center;
}

.homebutton2 img{
	display: inline-block;
	padding-left: 15px;
	padding-top: 8px;
}

.box3{
	height:30vh;
	margin-top:20px;
	background:#d6cab0;
	text-align:left;
	position:relative;
}

.box3container {
	position:absolute;
}

.box3content {
	height: 30vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.box3content-inner {
	 width: 100%;
	 padding:20px;
}

.box3 img{
	display:block;
	margin-bottom: 10px;
}

.box3 span{
	color:#ffffff;
	font-size:10px;
	font-family: 'Roboto', sans-serif;
}

.box3 h1{
	color:#282726;
	font-size:24px;
	letter-spacing:1px;
	/*font-family: 'HelveticaNeueLTStd-Cn';*/
	line-height: 30px;
	margin-top: 8px;
}

.box3 p{
	color:#fff;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	line-height: 16px;
}

.homebutton3 {
    font-size: 14px;
    text-transform: uppercase;
	border: solid 1px #705544;
    width: 120px;
    display: inline-block;
	font-size:10px;
	padding:6px 0px 4px 0px;
	color:#705544;
	text-align:center;
}

.homebutton3 img{
	display: inline-block;
	padding-left: 15px;
	padding-top: 8px;
}

.homeborder3 {
	border-bottom: 3px #86817c solid;
	width:35px;
	margin-bottom:0px;
	margin-top:-8px;
}

.box4{
	height:30vh;
	margin-top:20px;
	background-image:url(../../template/images/bookbg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	text-align:left;
	/*padding-left:20px;*/
	position:relative;
}

.box4container {
	position:absolute;
	
	bottom:20px;
	display: block;
	padding-left: 20px;
	opacity:1;
	transition: all 0.3s ease;
}

.box4 p{
	color:#fff;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	    margin-top: -14px;
}



/****************************MOUSEOVER****************************/

.effect-box4container {
	position:absolute;
	display: block;
	opacity:0;
	transition: all 0.3s ease;
}

.effect-box4 {
	width:100%;
	height:100%;
	transition: all 0.3s ease;
}

.effect-box4:hover {
	background-color:rgba(0,0,0,0.7);
	opacity:1;
}

.effect-box4:hover .effect-box4container{
	opacity:1;
}

.effect-box4:hover .effect-box4container .effect-box4content .effect-box4content-inner {
	bottom: 0px;
}

.effect-box4:hover .box4container {
	opacity:0;
}

.effect-box4content {
    height: 30vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.effect-box4content-inner {
    width:100%;
	padding:20px;
	transition: all 0.3s ease;
	bottom: -100px;
    position: relative;
}

/****************************MOUSEOVER END****************************/

.box4 img{
	display:block;
	margin-bottom: 10px;
}

.box4 span{
	color:#ffffff;
	font-size:10px;
	font-family: 'Roboto', sans-serif;
}

.box4 h1{
	color:#d6cab0;
	font-size:24px;
	letter-spacing:1px;
	/*font-family: 'HelveticaNeueLTStd-Cn';*/
	line-height: 30px;
	    margin-top: 5px;
}

.homeborder4 {
	border-bottom: 3px #d6cab0 solid;
	width:35px;
	margin-bottom:0px;
	margin-top:20px;
}

/*modified*/
.box5{
	/*height:40vh;*/
	margin-top:20px;
	background :url(../images/menubg_repeat.jpg) repeat;
	/*background-image:url(../../template/images/resumebg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;*/
	text-align:left;
	position:relative;
}
/*modified*/
.box5container {
	/*position:absolute;*/
	position:relative;
}
/*modified*/
.homeborder5 {
	border-bottom: 4px #000000 solid;
	width:100%;
	margin: 5px 0 10px;
	/*margin-bottom:26px;
	margin-top:20px;*/
}
/*modified*/
.box5 span{
	color:#000000;
	font-size:30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 35px;
}

.box5 h1{
	color:#000000;
	font-size:16px;
	/*font-family: 'HelveticaNeueLTStd-Cn';*/
	line-height:35px;
}

.box5content {
	height: 45vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.box5content-inner {
    width: 100%;
    padding: 20px;
}

.menuresume h1 {
    color: #000000;
    font-size: 16px;
    /*font-family: 'HelveticaNeueLTStd-Cn';*/
    line-height: 30px;
}

.box5 p{
	color:#000000;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing:0px;
	line-height:0px;
	margin-bottom: 0px;
}

.menuresume p{
	color:#000000;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing:0px;
	line-height:0px;
}

.box5 p img{
	padding-right:8px;
}

.menuresume p img{
	padding-right:8px;
}

.box5 .datoresume{
	color:#000000;
	font-size:16px;
    margin-top: 5px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.menuresume .datoresume {
    color: #000000;
    font-size: 16px;
    margin-top: 5px !important;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.box5 .resumelight{
	/*font-family: 'HelveticaNeueLTStd-Cn';*/
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
    padding-left: 0px;
}

.menuresume .resumelight {
    /*font-family: 'HelveticaNeueLTStd-Cn';*/
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
    padding-left: 0px;
}

.resumealignright {
	text-align:right;
}


/****************************************************************************************** Home */
/********************************************************************************************************

/********************************************************************************************************
/****************************************************************************************** ios-slider */

.datoContainer {
	position: relative;
	width: 100%;
	height: 100%;
}
.iosSlider {
	height: calc(100vh - 40px);}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
	width: 100%;
	height: 100%;
}
.iosSlider .slider #item1 {
	background-image: url(../../images/home/landing1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.iosSlider .slider #item2 {
	background-image: url(../../images/home/landing2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.iosSlider .slider #item3 {
	background-image: url(../../images/home/landing1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.iosSlider .slider #item4 {
	background-image: url(../../images/home/landing2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.iosSliderButtons {
	position: relative;
	bottom: 60px;
	height: 10px;
	z-index: 20;
	text-align: right;
	margin-right: 80px;
}
.iosSliderButtons .button {
	margin: 0 10px 0 0;
	display: inline-block;
	-webkit-text-stroke: 2.5px #ffffff;
	color: transparent;
	font-size: 18px;
}
.iosSliderButtons .selected {
	color: #ff0000;
}
/****************************************************************************************** slider-item */
.iosSlider .slider .cimbSliderItem {
	margin: 10% 0 0 5%;
}
/****************************************************************************************** slider-title */
.iosSlider .slider .cimbTitle {
	position: absolute;
	z-index: 100;
	margin: 10% 0 0 13%;
	text-align: left;
}
.iosSlider .slider .cimbTitle h1 {
	margin: 0;
}
.iosSlider .slider .cimbTitle h2 {
	margin: 0 0 10px 0;
}
.iosSlider .slider .cimbTitle h3 {
	margin: 10px 0 0 0;
}


/****************************************************************************************** ios-slider */
/********************************************************************************************************

/*****************************************************************************************************************
/****************************************************************************************** Inner40-60Container */
.datoInnerContainer {
	background: #fffcf7;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.datoInnerContainer-miles {
	background: #FFC;
	position: relative;
	width: 100%;
	height: 100%;
}
/****************************************************************************************** inner40LeftBanner */
.left40Wrapper-about {
	/*background-image: url(../../images/innerbanner/panelbg.jpg);
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 100%;*/
    position: absolute;
    width: 30%;
    /*height: 100%;*/
	height:100vh;
    color: #FFF;
    top: 0px;
}


/****************************************************************************************** inner60Right */
.right60Wrapper {
	background-color: #f5f5f5;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
.right60Wrapper-miles {
	background-color: #fff;
}
.right60Content {
	text-align: left;
	width: auto;
	padding: 55px 65px 55px 65px;
}

/****************************************************************************************** Inner40-60Container */
/*****************************************************************************************************************

/*****************************************************************************************************************
/****************************************************************************************** Inner50-50Container */

.left50WrapperA {
	background-image: url(../../images/download/section1-bg.png);
	height: 90vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.left50WrapperB {
	background-image: url(../../images/download/section2-bg.png);
	height: 90vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.right50Wrapper {
	background-color: #fff;
	height: 90vh;
}
.right50Content {
	text-align: left;
	width: 80%;
	padding: 14% 0 0 8%;
}


/****************************************************************************************** Inner50-50Container */
/*****************************************************************************************************************/

#scroller{
	width:90%;
	height:100%;
}

#miles-scroller{
	height:100%;
}

.timelineWrapper{
	height:66vh;
	margin-top:40px;
}

.timelineContainer{
	overflow:auto;

}

.timelineContent{
	width:100%;
	margin-top:150px;
}


/****************************************************************************************** Back to Top */
/*****************************************************************************************************************/

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index:999;
}
.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
}

#topLink {
	display: none;
	position: fixed;
	height: 30px;
	width: 30px;
	right: 70px;
	bottom: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #282726;
	padding: 10px;
	z-index:800;
	text-align:center;
}
#topLink:hover {
	background-color: #000000;
}

#topLink span{
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:12px;
}

#topLink img{
	display:block;
	padding-left: 8px;
    padding-top: 3px;
}



/*Modified*/
/*.menuprofile{
	background:url(../images/menuprofile.jpg) no-repeat 50% 20%;
	background-size: cover;
	/*background-repeat: no-repeat;
	background-position: 50% 20%;
	min-height:214px;
    margin-left: 28px;
    max-width: 190px;*/
/*}
*/
/*Modified*/
.menuprofile img{
	object-fit: cover;
    /*width: 100%;*/
    height: 100%;
	width: 90%;
}



.dropdown:hover .sub_menu{
	display:block;
}

.dropdown .sub_menu{
	display:none;
}

.dropdown .sub_menu li{
	padding-left:10px;
	padding-bottom:0px;
}

.dropdown.selected .sub_menu{
	display:block;
}

.dropdown.selected:before{
	font-family: 'dt2';
    content: "\e909";
    padding-right: 10px !important;
    opacity: 1 !important;
    -webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s ease;
    font-size: 8px;
    color: #000;
    left: 30px;
    padding-left: 38px;
}

.dropdown.selected {
    color: #705544;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.dropdown span{
    color: #666;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.dropdown span:hover{
    color: #000 !important;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.dropdown span:after {
	font-family: 'dt3';
    content: "\e910";
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s ease;
    padding-left: 10px;
    font-size: 7px;
    color: #666;
	bottom: 2px;
    position: relative;
}

.dropdown:hover span:after {
    color: #000 !important;
}

.dropdown:hover span {
    color: #000 !important;
}

.dropdown .selected span{
	color: #000 !important;
}

.dropdown:hover span:after {
	font-family: 'dt3';
    content: "\e910";
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s ease;
    padding-left: 10px;
    font-size: 7px;
    color: #000;
	bottom: 2px;
    position: relative;
}

/*    */

.dropdown2:hover .sub_menu{
	display:block;
}

.dropdown2 .sub_menu{
	display:none;
}

.dropdown2 .sub_menu li{
	padding-left:10px;
	padding-bottom:0px;
}

.dropdown2.selected .sub_menu{
	display:block;
}

.dropdown2.selected:before{
	font-family: 'dt2';
    content: "\e909";
    padding-right: 10px !important;
    opacity: 1 !important;
    -webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s ease;
    font-size: 8px;
    color: #000;
    left: 30px;
    padding-left: 38px;
}

.dropdown2.selected {
    color: #705544;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.dropdown2 span,
.dropdown2 span:hover{
    color: #000 !important;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.dropdown2 span:after {
	font-family: 'dt3';
    content: "\e910";
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s ease;
    padding-left: 10px;
    font-size: 7px;
    color: #000;
	bottom: 2px;
    position: relative;
}

.dropdown2:hover span:after {
	font-family: 'dt3';
    content: "\e910";
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s ease;
    padding-left: 10px;
    font-size: 7px;
    color: #000;
	bottom: 2px;
    position: relative;
}

.menu-gmail a{
	color: #000000 !important;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0px;
    line-height: 22px;
}

.menu-gmail a:hover{
	color: #705544 !important;
}

.menu-phone a{
	color: #000000 !important;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0px;
    line-height: 0px;
}

.menu-phone a:hover{
	color: #705544 !important;
}

@media only screen and (max-width: 1280px) {

.bannerButton {
	width: 348px;
}
.buttonLeft {
	width: 95px;
	height: 90px;
}
.buttonLeft p {
	padding-top: 25px;
	font-size: 85px;
}
.buttonRight {
	width: 250px;
	height: 90px;
}
.buttonrightTop {
	font-size: 12px;
	padding: 10px 14px 0 0;
}
.buttonrightBottom {
	font-size: 22px;
	padding: 0 0 10px 14px;
}

}


@media only screen and (max-width: 959px) {

.datoContainer {
	overflow:auto;
}

.homeWrapper{
	margin-right:0px;
	margin-top:0px;
	height:100%;
	overflow:hidden;
}

/*modified*/
.borderWhite{
	/*margin-top:50px;*/
	width: 100%;
}

.iosSlider {
	height: calc(100vh - 90px);
}
	
.homeBox{
	margin-left:0px;
	margin-right:0px;
	margin-top: 20px;
}

.box3{
	margin-top: 20px;
}

.box4{
	height: 30vh;
	margin-top: 20px;
}

.datoInnerContainer {
    overflow: auto;
}

.right60Wrapper {
    overflow: hidden;
}

.right60Wrapper {
    height: 100%;
}

.right60Content {
    padding: 45px;
}

.box2 {
    height: 72.6vh;
}

.homebannercontent {
    bottom: 30px;
}

.borderWhite {
    width: calc(100%);
}

.box5content {
    height: 40vh;
}

.right60Content {
    padding: 50px !important;
}

.left40Wrapper-about {
    position: relative;
    width: 100%;
    height: 100%;
	/*min-height: 320px;*/
}

.menu > p {
    position: relative;
	    margin-bottom: 0px;
    margin-top: 30px;
    line-height: 18px;
}

}

@media only screen and (max-width: 767px) {

.menu {
    overflow-y: scroll;
	/*height: 100%;*/
	width: 100%;
	    overflow-x: hidden;
}

.menu-profile-icon {
	padding-left: 25px;
    margin-bottom: 15px;
}

.menu-wrap {
       width: 100%;
}

.menu-profile-icona {
	line-height: 30px;
}

.menuTitle p {
    line-height: 18px;
}

.menu-profile-iconb {
    margin-bottom: 15px;
}

.menu-list {
    margin-top: 25px;
}

.menu > p {
    position: relative;
	margin-bottom: 0px;
	margin-top: 30px;
    line-height: 18px;
}

.menuprofile {
    max-width: 100%;
    margin-bottom: 30px;
}

.menu-profile-icona {
    padding-left: 23px;
}

.menu-wrap {
    right: -770px;
}

.menu {
    height: calc(100vh - 200px);
}

/*.menu-wrap-inner {
    padding-top: 100px;
}*/

.box2 {
    height: 35vh;
}

.menu-wrap-inner {
    overflow: hidden;
}

.menuprofile img {
    width: 100%;
}

.show-menu .menu-wrap {
    transform: translate3d(-770px, 0, 0);
}

}


@media only screen and (max-width: 479px) {
	
.box4{
	margin-top:20px;
}
.iosSlider {
	height: 50vh;
}

.box3 {
    margin-top: 20px;
}

.right60Content {
    padding: 30px !important;
}

.homebannercontent {
    bottom: 20px;
}

.menu-wrap {
        width: 100%;
	right: -650px;
}

.homebannertext p span {
    font-size: 22px;
    line-height: 30px;
}

.titlebigfont {
    font-size: 38px !important;
}

.homebannertext {
    padding-left: 95px;
}

.titleborder {
   width: 86px;
   border-bottom: #c2ac8a 5px solid;
	padding: 0;
}

.homebannertext p {
    font-size: 22px;
    line-height: 30px;
	width:300px;
}

.homebannertitle{
    bottom: 105px;
}


.menu {
	padding: 25px;
	    padding-top: 0px;
}

.menuprofile {
    max-width: 100%;
}

.box3content-inner {
    padding-left: 0px;
}

.box5content-inner {
    padding-left: 0px;
}

.box2 {
    height: 70vh;
}

.box1 {
    height: 50vh;
}

.box3 {
    height: 50vh;
}

.box4 {
    height: 50vh;
}

.box5content {
    height: 70vh;
}

.box3content {
    height: 50vh;
}

.effect-box4content {
    height: 50vh;
}

.homebannercontent {
    width: 240px;
}

.show-menu .menu-wrap {
    transform: translate3d(-650px, 0, 0);
}

}


/**********************************SL***************************************************************/
a:hover{
	text-decoration:none;
	}

.uk-icon-whatsapp {
	color:#54504c;  
	font-size:22px;
	transition: all 0.5s ease;
}
.dt-linkedin:before,
.dt-email:before,
.dt-contact:before{
	font-family: 'dt';
	color:#54504c;  
	font-size:18px;
	transition: all 0.5s ease;
	}
	
.dt-email2:before{
	font-family: 'dt';
	color:#000000;  
	font-size:16px;
	}
	
.dt-email2:before{
    content: "\e903";
	padding-right: 10px;
	    position: relative;
    top: 3px;
	}
	
.dt-email2:hover:before{
	color:#705544;
	}
	
.dt-contact2:before{
	font-family: 'dt';
	color:#000000;  
	font-size:16px;
	}
	
.dt-contact2:before{
    content: "\e905";
	padding-right: 10px;
	    position: relative;
    top: 3px;
	}

.dt-contact2:hover:before{
	color:#705544;
	}

.dt-linkedin:before{
	content: "\e904";
	}
	
.dt-email:before{
    content: "\e903";
	}
	
.dt-contact:before{
    content: "\e905";
	}
	
.dt-linkedin:hover:before,
.dt-email:hover:before,
.dt-contact:hover:before,
.uk-icon-whatsapp:hover{
	color:#fff;
	transition: all 0.5s ease;
	}
	
@media (max-width: 1024px){
	
.right60Content{
	padding: 55px 40px 55px 40px;
	}
	
	}
	
.uk-grid+.uk-grid, 
.uk-grid-margin, 
.uk-grid>*>.uk-panel+.uk-panel {
    margin-top: 25px;
	}	
	
.uk-grid-collapse + .uk-grid-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-collapse > * > .uk-panel + .uk-panel {
    margin-top: 0;
}