/* Reset browser default styles:*/ 
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  list-style: none;
}

/* border-box so that border widths aren't added to the total width of the element: */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Clearfix to make floated elements behave correctly: */
  .cf:before, .cf:after { content: ""; display: table; }
  .cf:after { clear: both; }
  .cf { zoom: 1; }

/* In order for the percentage heights to work we need this: */
html, body { height:100%; }


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

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}



body {
  /*font-family: 'IBM Plex Sans', sans-serif;*/
  /*ffont-family: "AkkuratLLWeb-Regular";*/
  font-family: "LL Akkurat Regular Web";
  background: #fff;
  color: #fff;
  line-height: 1.6;
}
.about {
	background-color: hsla(196,72%,49%,0.10);
}
.media {
	background-color: hsla(302,29%,47%,0.10);
}
.real {
	background-color: hsla(36,80%,63%,0.10);
}
.sports {
	background-color: hsla(337,65%,43%,0.10);
}
.investments {
	background-color: hsla(18,82%,61%,0.10);
}
.foundation{
	background-color: hsla(162,63%,40%,0.10);
}
.mstar{
	background-color: hsla(359,85%,56%,0.10);
}
.sports a {
	background-image: linear-gradient(to right, #666 100%);
	background-position: 0 1.09em;
	background-repeat: repeat-x;
	background-size: 1px 2px;
	text-decoration: none;
	color: hsla(0,0%,0%,0.75);
}

h1 {
	font-size: 36px;
	line-height: 1.2em;
	/*font-weight: 500;*/
}
h2 {
	margin: 0px 3% 30px 3%;
	font-size: 2em;
}
.main h2 {
	margin: 0px 0% 20px 0%;
	font-size: 2em;
}
h3 {
	margin-bottom: 1em;
	margin-top: 1em;
}
p {
	line-height: 1.5em;
	margin-bottom: 1.1em;
}
.text-large p {
	font-size: 1.40em;
	line-height: 1.425em;
}
.text-medium {
	font-size: 1.0em;
}
a { text-decoration: none;}

.separator {
	border-bottom: 1px solid hsla(0,0%,0%,0.25);
	clear: both;
	width: 94%;
	height: 50px;
	margin: 0px auto 50px auto;
}
.break {
	clear: both;
	margin-top: 30px;
}

.color-about { color: hsla(196,72%,49%,1.00); }
.color-media { color: hsla(302,29%,47%,1.00); }
.color-real { color: hsla(36,80%,63%,1.00); }
.color-sports { color: hsla(337,65%,43%,1.00); }
.color-investments { color: hsla(18,82%,61%,1.00); }
.color-foundation { color: hsla(162,63%,40%,1.00); }
.color-mstar { color: hsla(359,85%,56%,0.10); }

.about h3 { color: hsla(196,72%,49%,1.00); }
.media h3 { color: hsla(302,29%,47%,1.00); }
.real h3 { color: hsla(36,80%,63%,1.00); }
.sports h3 { color: hsla(2,71%,55%,1.00); }
.investments h3 { color: hsla(18,82%,61%,1.00); }
.foundation h3 { color: hsla(162,63%,40%,1.00); }
.mstar h3 { color: hsla(359,85%,56%,1.00); }


.mstarbackgr .text-large a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.mstarbackgr .text-medium a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.mstarbackgr a:hover {
	color: hsla(359,85%,56%,1.00);
	border-bottom: 1px solid hsla(359,85%,56%,1.00);  
}

.aboutbackgr .text-large a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.aboutbackgr .text-medium a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.aboutbackgr a:hover {
	color: hsla(196,72%,49%,1.00);
	border-bottom: 1px solid hsla(196,72%,49%,1.00);  
}

.mediabackgr .text-large  a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.mediabackgr .text-medium a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.mediabackgr a:hover {
  	color: hsla(302,29%,47%,1.00);
	border-bottom: 1px solid hsla(302,29%,47%,1.00);  
}

.realbackgr .text-large a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.realbackgr .text-medium a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.realbackgr a:hover {
  	color: hsla(36,80%,63%,1.00);
	border-bottom: 1px solid hsla(36,80%,63%,1.00);  
}

.sportsbackgr .text-large a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.sportsbackgr .text-medium a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.sportsbackgr a:hover {
  	color: hsla(337,65%,43%,1.00);
	border-bottom: 1px solid hsla(337,65%,43%,1.00);
}

.investmentsbackgr .text-large a {
   color: hsla(0,0%,0%,0.75);
   border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.investmentsbackgr .text-medium a {
   color: hsla(0,0%,0%,0.75);
   border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.investmentsbackgr a:hover {
  border-bottom: 1px solid hsla(18,82%,61%,1.00);
  color: hsla(18,82%,61%,1.00);
}

.foundationbackgr .text-large a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.foundationbackgr .text-medium a {
	color: hsla(0,0%,0%,0.75);
	border-bottom: 1px solid hsla(0,0%,0%,0.50);
}
.foundationbackgr a:hover {
	border-bottom: 1px solid hsla(162,63%,40%,1.00);
  	color: hsla(162,63%,40%,1.00);
}

.big-image {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  background-image: url("../images/home.jpg");
  background-size: cover;
}
.hero-caption {
	position: absolute;
	bottom: 20px;
	right: 30px;
	font-size: 13px;
	letter-spacing: 0px;
	color: hsla(360,100%,100%,0.50);
}
img {
	width: 100%;
	height: auto;
}
.inner {	
	width: 90%;
	max-width: 1600px;
	margin: auto;
}
.home-header {
  position: absolute;
  top: 40%;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
}
.headers {
  position: absolute;
  top: 45%;
  left: 53%;
  /*margin-right: 5%;*/
  opacity: 1;
  width: 43%;
  background-color: rgba(255, 255, 255, 0.0);
  color: #fff;
  padding: 0px 0px;
  text-align: left;
  z-index: 1;
     -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.headers a {
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
}
.mstar .headers a:hover {
	color: hsla(359,85%,56%,1.00);
	transition: all ease-in-out 0.2s;
}
.about .headers a:hover {
	color: hsla(196,72%,49%,1.00);
	transition: all ease-in-out 0.2s;
}
.media .headers a:hover {
	color: hsla(302,29%,47%,1.00);
	transition: all ease-in-out 0.2s;
}
.real .headers a:hover {
	color: hsla(36, 80%, 63%,1.00);
	transition: all ease-in-out 0.2s;
}
.sports .headers a:hover {
	color: hsla(337,65%,43%,1.00);
	transition: all ease-in-out 0.2s;
}
.investments .headers a:hover {
	color: hsla(18, 82%, 61%,1.00);
	transition: all ease-in-out 0.2s;
}
.foundation .headers a:hover {
	color: hsla(162, 63%, 40%,1.00);
	transition: all ease-in-out 0.2s;
}



/* ==========================================================================
   SLides
   ========================================================================== */

.slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}

.slide.current {
  opacity: 1;
}

.slide .content-one {
  position: absolute;
  top: 35%;
  opacity: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.0);
  color: #fff;
  padding: 0px 0px;
  text-align: center;
  transition: opacity 0.9s ease-in-out;
}
.logo {
	display: block;
	width: 60%;
	margin: auto;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.logo img {
	width: 100%;
	height: auto;
}

.slide .content {
  position: absolute;
  top: 39.5%;
  right: 10%;
  opacity: 0;
  /*width: 50%;*/
  background-color: rgba(255, 255, 255, 0.0);
  color: #fff;
  padding-right: 35px;
  transition: opacity 0.9s ease-in-out;
}

.slide .content h1 {
  margin-bottom: 0px;
}

.slide.current .content-one {
  opacity: 1;
  transition: all 1.7s ease-in-out 0.3s;
}

.slide.current .content {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1.7s ease-in-out 0.3s;
}

.buttons button#next {
  position: absolute;
  top: 40%;
  right: 15px;
}

.buttons button#prev {
  position: absolute;
  top: 40%;
  left: 15px;
}

.buttons button {
  border: 2px solid rgba(255, 255, 255, 0.0);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.0);
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 50%;
  outline: none;
}

.buttons button:hover {
  background-color: #fff;
  color: #333;
}
/*
@media (max-width: 500px) {
  .slide .content {
    bottom: -300px;
    left: 0;
    width: 100%;
  }

  .slide.current .content {
    transform: translateY(-300px);
  }
}
*/

/* Backgorund Images */
 
.slide:first-child {
  background: url('../images/home.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(2) {
  background: url('../images/birdseye.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(3) {
  background: url('../images/foundation.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(4) {
  background: url('../images/ornamental.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(5)  {
  background: url('../images/morningstar.jpg') no-repeat
    center center/cover;
}
.slide:nth-child(6) {
  background: url('../images/journalism-print-type.jpg') no-repeat
    center top/cover;
} 
.slide:nth-child(7)  {
  background: url('../images/sport.jpg') no-repeat
    center center/cover;
}






/* ==========================================================================
   Preliminary Navigation
   ========================================================================== */
.navigation {
	float: right;
	font-size: 16px;
	padding-top: 6px;
	margin-right: 3%;
	/*font-weight: 300;*/
}
.navigation a {
	color: hsla(0,0%,100%,0.50);
	text-decoration: none;
}
.navigation a:hover {
	color: hsla(0,0%,100%,0.90);
}



/* ==========================================================================
   Header
   ========================================================================== */
   
header {
	background-color: hsla(0,0%,0%,0.40);
	padding: 20px 0px 12px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}
header img {
	width: 100%;
	height: auto;
}
.hlogo {
	width: 60px;
	margin-left: 3%;
	float: left;
}
.dot {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #c3b49c;
	border-radius: 50%;
	margin: 0px 6px -3px 0px;
}

/* ==========================================================================
   Menu
   ========================================================================== */

nav {
	width: 100%;
	background-color: hsla(359,100%,50%,0.00);
	text-transform: uppercase;
	font-size: 13px;
}
nav img, #manu img {
	width: auto;
}
nav ul {
	float: right;
	list-style: none;
	margin: 10px 3% 0px 0px;
}
nav li {
	float: left;
	margin: 0px 0px 0px 0px;
    letter-spacing: 1px;
}
nav li a {
	padding:0%;
	text-decoration: none;
	color: hsla(0,0%,100%,0.75);
	margin: 0px 0px 0px 22px;
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

nav li a:hover {
	color: hsla(0,0%,100%,0.99);
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

li.dot-one a, li.dot-about a, li.dot-media a, li.dot-real a, li.dot-sports a, li.dot-investments a, li.dot-foundation a, li.dot-mstar a {
	text-decoration: none;
	padding: 8px 0px 11px 33px;
}

.preload {display: none;}
.hoverdot-1 {background: url("https://mansuetoffice.com//img/dot-about-act.png") no-repeat 0px -0px;}
.hoverdot-2 {background: url("https://mansuetoffice.com//img/dot-media-act.png") no-repeat 0px -0px;}
.hoverdot-3 {background: url("https://mansuetoffice.com//img/dot-real-act.png") no-repeat 0px -0px;}
.hoverdot-4 {background: url("https://mansuetoffice.com//img/dot-sports-act.png") no-repeat 0px -0px;}
.hoverdot-5 {background: url("https://mansuetoffice.com//img/dot-investments-act.png") no-repeat 0px -0px;}
.hoverdot-6 {background: url("https://mansuetoffice.com//img/dot-foundation-act.png") no-repeat 0px -0px;}
.hoverdot-7 {background: url("https://mansuetoffice.com//img/dot-mstar-act.png") no-repeat 0px -0px;}

li.dot-one a {
	background: url("https://mansuetoffice.com/img/dot.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-one a:hover {
	background: url("https://mansuetoffice.com/img/dot-act.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-about a {
	background: url("https://mansuetoffice.com/img/dot-about.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-about a:hover, li.dot-about.active a {
	background: url("https://mansuetoffice.com/img/dot-about-act.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-media a {
	background: url("https://mansuetoffice.com/img/dot-media.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-media a:hover, li.dot-media.active a {
	background: url("https://mansuetoffice.com/img/dot-media-act.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-real a {
	background: url("https://mansuetoffice.com/img/dot-real.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-real a:hover, li.dot-real.active a {
	background: url("https://mansuetoffice.com/img/dot-real-act.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-sports a {
	background: url("https://mansuetoffice.com/img/dot-sports.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-sports a:hover, li.dot-sports.active a {
	background: url("https://mansuetoffice.com/img/dot-sports-act.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-investments a {
	background: url("https://mansuetoffice.com/img/dot-investments.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-investments a:hover, li.dot-investments.active a {
	background: url("https://mansuetoffice.com/img/dot-investments-act.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-foundation a {
	background: url("https://mansuetoffice.com/img/dot-foundation.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-foundation a:hover, li.dot-foundation.active a {
	background: url("https://mansuetoffice.com/img/dot-foundation-act.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-mstar a {
	background: url("https://mansuetoffice.com/img/dot-mstar.png") no-repeat 0px -0px;
	background-size: 31px;
}
li.dot-mstar a:hover, li.dot-mstar.active a {
	background: url("https://mansuetoffice.com/img/dot-mstar-act.png") no-repeat 0px -0px;
	background-size: 31px;
}





/* ---------->>> Menu Rules (tablet + mobile) <<<-----------*/

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

header {
	padding: 12px 0px 2px 0px;
	background-color: hsla(0,0%,0%,0.60);
}
nav {
	position: absolute;
	left: 0px;
	font-size: 13px;
	/*font-weight: 200;*/
}

#menu {
	width:90%;
	display: block;
	/*background:#ddd;*/
	text-align: right;
	/*aligning the above "left" will make the 3 lines appear on the left*/
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}
/*position of 3-lines image:*/
#menu img {
	margin: 0px 0% 0px 0px;	
	right: 0%;
}
#nav.js {
	display: none;
}
nav ul {
	width:50%;
	margin: 1px 0px 0px 0px;
}
nav li {
	width:100%;
	margin: 0px 0px 3px 0px;
	padding: 14px 0px 14px 50px;
	display: block;
	background-color: hsla(0,0%,0%,0.60);
}
nav li a {
	display: block;
}
.navlines {
	float: right;
	margin-right: 3%;
	display: block;
}



}


@media screen and (max-width: 550px) {
nav ul {
	width:100%;
	margin-right: 0%;
}
nav li {
	padding: 14px 0px 14px 20%;
}
}

@media screen and (min-width: 1230px) {
#menu {
	display: none;
}
}



/* ==========================================================================
   Main
   ========================================================================== */

.main {
	padding: 100px 0px 150px 0px;
	color: hsla(0,0%,0%,0.75);
	font-size: 16px;
}
.aboutbackgr {
	background-color: hsla(196,72%,49%,0.00);
}
.mediabackgr {
	background-color: hsla(337,65%,43,0.0);
}
.realbackgr {
	background-color: hsla(36,80%,63%,0.00);
}
.sportsbackgr {
	background-color: hsla(337,65%,43%,0.00);
}
.investmentsbackgr {
	background-color: hsla(18,82%,61%,0.00);
}
.foundationbackgr {
	background-color: hsla(162,63%,40%,0.00);
}
.mstarbackgr {
	background-color: hsla(359,85%,56%,0.00);
}
.left {
	float: left;
}
.right {
	float: right;
}
.full {
	width: 94%;
	margin: 0px 3%;
}
.half {
	width: 44%;
	margin: 0px 3%;
}
.quarter {
	width: 19%;
	margin: 0px 3%;
}
.text-item {
	margin-bottom: 10px;
}
.image-sec {
	margin-top: 30px;
}


/* ==========================================================================
   Gallery
   ========================================================================== */

.gallery.half {
	width: 45%;
	margin: 0px 2.5% 0px 2.5%;
}
.gallery2.half {
	width: 45%;
	margin: 0px 2.5% 0px 2.5%;
}

.grid-sizer, .item {
  width: calc(50% - 10px);	
}
.item {
	margin-bottom: 10px;
	float: left;
	line-height: 0px;
}
.gallery-info {
	display: block;
	font-size: 14px;
	margin: 0px 1% 10px 0%;
}
.caption {
	font-size: 12px;
	display: block;
	margin-top: -5px;
	margin-bottom: 20px;
}
.item img {
  display: block;
  max-width: 100%;
}
.galleries {
	margin-top: 30px;
}



.gallery-full.full {
	width: 95%;
	margin: 0px 2.5% 0px 2.5%;
}
.grid-sizer-full, .item-full {
  width: calc(25% - 10px);	
}
.item-full {
	margin-bottom: 10px;
	float: left;
	line-height: 0px;
}
.item-full img {
  display: block;
  max-width: 100%;
}




/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	background-color: white;
	color: #c3b49c;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 14px;
}
footer a {
	color: #c3b49d;
	text-decoration: none;
}
footer a:hover {
	color: #4f5057;
}
.footer-col img, .emm img {
	width: 100%;
	height: auto;
}
.footer-col {
	width: 19%;
	margin: 0px 3%;
	float: left;
}
.emm {
	width: 65%;
	max-width: 159px;
	float: right;
	margin-top: -5px;
	display: block;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */


@media (max-width: 1024px) { 

h1 {
	font-size: 28px;
}

}



@media (max-width: 768px) { 

h1 {
	font-size: 26px;
}
.slide .content {
	width: 60%;
	left: 20%;
	right: 20%;
}
.footer-col {
	width: 44%;
	margin: 0px 3% 50px 3%;
}
.no-float-tablet {
	float: none;
}
.m-logo {
	margin-top: -110px;
}
.emm {
	margin-top: 0px;
	float: right;
}
.slide .content-one {
  top: 25%;
  text-align: center;
}
.logo {
	width: 84%;
	margin: auto;;
}
.text-large {
	width: 94%;
	margin: 0px 3% 16px 3%;
	float: left;
}
.text-large {
	width: 94%;
	margin: 0px 3%;
	float: left;
}
.quarter {
	width: 44%;
    margin: 0px 3%;
}
.left {
	width: 94%;
	margin: 0px 3% 16px 3%;
	float: none;
}
.right {
	width: 94%;
	margin: 0px 3%;
	float: none;
}

.grid-sizer-full, .item-full {
  width: calc(50% - 10px);	
}

}


@media (max-width: 550px) { 

h1 {
	font-size: 24px;
}
.slide .content {
	width: 60%;
	left: 20%;
	right: 20%;
	 top: 39.0%;
}
.footer-col {
	width: 94%;
	margin: 0px 3%;
	margin: 0px 3% 50px 3%;
}
.footer-logo {
	width: 60%;
	display: block;
}
.emm {
	width: 65%;
	max-width: 111px;
	float: left;
	margin-top: 0px;
}

.gallery-info {
	display: block;
	margin: 30px 1% 10px 0%;
}

}





/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



