body{
	background-color:#000;
	font-family: 'TheanoDidot-Regular';
}





html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
small,
strong,
ol,
ul,
li,
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}


ol,
ul {
	margin:0;
	padding:0;
}



.liststyle-roman {
  list-style: none;
  margin-left: 30px;
  padding: 0;
  padding-bottom:20px;
  list-style-type:upper-roman;
  color: #e1da86;
}



.liststyle-roman li{
	padding-left:20px;
}

.liststyle-roman li p{
	padding-bottom:15px;
}







.row{
	margin-left:0;
	margin-right:0;
}

::-moz-selection { /* Code for Firefox */
    color:#FFF;
    background:#000;
}

::selection {
    color:#FFF;
    background: #000;
}

a{
	outline:none !important;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'TheanoDidot-Regular';
}

h1, h4, h3, .gradient-font{
	background: -webkit-linear-gradient(left, #fef89a , #ecb63e);
    background: -o-linear-gradient(right, #fef89a, #ecb63e);
    background: linear-gradient(to left, #fef89a , #ecb63e);
  	
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;

	background-clip: text;
  	text-fill-color: transparent;
}






h1{
	font-size:55px;
	line-height: 70px;
	text-transform:uppercase;
	padding-bottom:20px;
}

h1.line{
	line-height: 70px;
}

h2{
	font-size:40px;
	text-transform:uppercase;
	color:#FFF;
	line-height: 30px;
	position:relative;
}

h3{
	font-size:21px;
	text-transform:uppercase;	
}

h4{
	font-weight:bold;
	font-size:19px;
	text-transform:uppercase;
}

h5{
	/*font-weight:bold;*/
	font-size:19px;
	color:#ecb63e;
}

h6{
	font-size:20px;
	color:#f6db71;
	line-height:22px;
	padding-bottom:20px;
}





/* For Firefox 
@-moz-document url-prefix() { 
  h4{
     color:#ecb63e;
	 background:none;
	 -webkit-text-fill-color: #ecb63e;
  }
  
  h3 {
     color:#ecb63e;
	 background:none;
	 -webkit-text-fill-color: #ecb63e;
  }
  
  .gradient-font{
     color:#ecb63e;
	 background:none;
	 -webkit-text-fill-color: #ecb63e;
  } 
}

.firefox-font {
	font-size:55px;
	text-transform:uppercase;
}

svg {
  height: 8em;
  width: 100%;
}*/



ol li, ul li{
	color:#FFF;
	font-size: 16px;
	line-height:20px;
}




p{
	font-family: 'TheanoDidot-Regular';
	color:#FFF;
	line-height:25px;
	padding-bottom:30px;
	font-size:18px;
}

a{
	color: #e1da86 ;
}

a:hover{
	color: #e1da86 ;
}

a:focus{
	color: #e1da86 ;
}

a:active{
	color: #e1da86 ;
}


small{
	font-size:80%;
}

.font-color-gold{
	color:#e1da86;
}

@media (max-width: 1400px){
	h1{
		font-size:45px;	
		line-height: 50px;
		padding-bottom:15px;
	}
	h2{
		font-size:30px;
	}
}


@media (max-width: 1024px){
	h1{
		font-size:35px;	
		line-height: 38px;
		padding-bottom:10px;
	}
	h2{
		font-size:20px;
	}
	h4{
		font-size:15px;	
	}
	h5{
		font-size:17px;	
	}
	
}


@media (max-width: 560px){
	h1.line {
    	line-height: 50px;
	}

}

@media (max-width: 480px){

	h1{
		font-size:30px;
		line-height:30px;
		padding-bottom:10px;
	}
	h2 {
		font-size:15px;
	}
	h5{
		font-size: 15px;
	}

	p{
		font-size:13px;
		line-height: 19px;
	}
	
	ul li{
		font-size: 13px;
    	line-height: 19px;	
	}

}










/******************** Home ********************/


.btn{
	padding:0;
}

.btn-more, .btn-more:focus, .btn-more:focus, .btn-more:hover{
	width: 160px;
    height: 42px;
	border-radius:0;
	/*background-image:url(../images/btn-more.png);*/
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

.btn-more svg{
	/*width:100%;*/
	height: inherit;
}

.btn-more #SVGID_1_ stop, #SVGID_2_ stop, #SVGID_3_ stop, #SVGID_4_ stop {
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
	transition: all 0.7s;
}

.btn-more #SVGID_1_ stop:first-child { stop-color:#EDB73D; }
.btn-more #SVGID_1_ stop:last-child { stop-color:#FBF29C; }
.btn-more svg:hover #SVGID_1_ stop:first-child { stop-color:#FBF29C; }
.btn-more svg:hover #SVGID_1_ stop:last-child { stop-color:#EDB73D; }

.btn-more #SVGID_2_ stop:first-child { stop-color:#EDB73D; }
.btn-more #SVGID_2_ stop:last-child { stop-color:#FBF29C; }
.btn-more svg:hover #SVGID_2_ stop:first-child { stop-color:#FBF29C; }
.btn-more svg:hover #SVGID_2_ stop:last-child { stop-color:#EDB73D; }

.btn-more #SVGID_3_ stop:first-child { stop-color:#EDB73D; }
.btn-more #SVGID_3_ stop:last-child { stop-color:#FBF29C; }
.btn-more svg:hover #SVGID_3_ stop:first-child { stop-color:#FBF29C; }
.btn-more svg:hover #SVGID_3_ stop:last-child { stop-color:#EDB73D; }

.btn-more #SVGID_4_ stop:first-child { stop-color:#EDB73D; }
.btn-more #SVGID_4_ stop:last-child { stop-color:#FBF29C; }
.btn-more svg:hover #SVGID_4_ stop:first-child { stop-color: #FBF29C; }
.btn-more svg:hover #SVGID_4_ stop:last-child { stop-color: #EDB73D; }





@media (max-width: 480px){
	.btn-more, .btn-more:focus, .btn-more:focus, .btn-more:hover{
		width:130px;
		height:auto;
	}
}

















.line-top{
	width: 100%;
    height: 1px;
	top: 80px;
    position:fixed;
    z-index: 3;

	background: #fef89a;
    background: -webkit-linear-gradient(left, #fef89a , #ecb63e);
    background: -o-linear-gradient(right, #fef89a, #ecb63e);
    background: -moz-linear-gradient(right, #fef89a, #ecb63e);
    background: linear-gradient(to left, #fef89a , #ecb63e);
}

.line-bottom{
	width: 100%;
    height: 1px;
	bottom: 76px;
    position:fixed;
	z-index: 3;

	background: #fef89a;
    background: -webkit-linear-gradient(left, #fef89a , #ecb63e);
    background: -o-linear-gradient(right, #fef89a, #ecb63e);
    background: -moz-linear-gradient(right, #fef89a, #ecb63e);
    background: linear-gradient(to left, #fef89a , #ecb63e);
}



@media (min-width: 768px){
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
		margin-left:30px;
		padding-top:0px;
	}
}


@media (max-width: 820px){
	.navbar-nav{
		display:none;
	}
	/*
	.line-top {
		position:absolute;
	}*/
}


@media (max-width: 480px){
	.navbar-brand {
		width: 130px;
		padding: 15px 30px;
    	padding-left: 0;
	}
	.line-top {
		top:60px;
	}
	.line-bottom {
		bottom:45px;
	}
}






.formain{
	height:80px;
	width:100%;
}


main{
	height:-moz-calc(100vh - 156px);
    height:-webkit-calc(100vh - 156px);
	height: calc(100vh - 156px);
	overflow-y: auto;
	overflow-x: hidden;
}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  main{
		height: calc(100vh - 182px);
		height:-moz-calc(100vh - 182px);
    	height:-webkit-calc(100vh - 182px);
		position:fixed;
		width:100%;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  main{
		height: calc(100vh - 182px);
		height:-moz-calc(100vh - 182px);
    	height:-webkit-calc(100vh - 182px);
		position:fixed;
		width:100%;
	}
}





@media (max-width: 480px){
	.formain{
		height:60px;
	}

	main{
		height: calc(100vh - 106px);
		height:-moz-calc(100vh - 106px);
    	height:-webkit-calc(100vh - 106px);
		position:fixed;
		width:100%;
		top: 60px;
	}
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	
	main{
		height: calc(100vh - 175px);
		height:-moz-calc(100vh - 175px);
    	height:-webkit-calc(100vh - 175px);
	}

}

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  
  main{
		height: calc(100vh - 175px);
		height:-moz-calc(100vh - 175px);
    	height:-webkit-calc(100vh - 175px);
	}

}





















.home-content{
	top:30%;
	position: fixed;
    z-index: 1;
}

.home-content p{
	padding-bottom:20px;
	max-width:600px;
}

h2.line::before {
    content: " ";
    background-color: #e1da86;
    height: 3px;
    width: 100px;
    position: absolute;
    margin-left: 260px;
    margin-top: 22px;
    -webkit-transition:all 2s 2.5s;
    -moz-transition: all 2s 2.5s;
    -ms-transition: all 2s 2.5s;
    -o-transition: all 2s 2.5s;
    transition: all 2s 2.5s;
}

.preload h2.line::before {
    width: 0px;
}


h1.line::before {
    content: " ";
    background-color: #e1da86;
    height: 3px;
    width: 50px;
    position: absolute;
    margin-left: 120px;
    margin-top: 0px;
    -webkit-transition:all 2s 2.5s;
    -moz-transition: all 2s 2.5s;
    -ms-transition: all 2s 2.5s;
    -o-transition: all 2s 2.5s;
    transition: all 2s 2.5s;
}

.preload h1.line::before {
    width: 0px;
}

.company-profile{
	padding-top:100px;
}


.company-profile h2.line::before{
	margin-left:305px;
}





.bg-style{
	width:100%;
	height:100%;
	background-size:cover;
	position:fixed;
	top: 0;
	z-index:-1;
	border:15px solid #000;
	opacity:0.4;
	/*-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);*/
	
	-webkit-transition:all 1s 1s;
    -moz-transition: all 1s 1s ;
    -ms-transition: all 1s 1s ;
    -o-transition: all 1s 1s ;
    transition: all 1s 1s;
}

.preload .bg-style{
	opacity:1;
	
	/*-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);*/
}

.bg-style.no-fade{
	opacity:1;
}

.board_charter .section{
	position:relative;
	padding-left:40px;
	margin-left:20px;
}

.board_charter .section span{
	position:absolute;
	left:0;	
}

.board_charter p{
	padding-bottom:20px;
}

.board_charter ol, .board_charter ul{
	padding-bottom:20px;
	padding-left: 20px;
}
.board_charter ol{
	list-style: lower-alpha;
    margin-bottom: 20px;	
}



@media (max-width: 1400px){
	h2.line::before{
		width: 90px;
    	margin-left: 200px;
	}
	
	.company-profile h2.line::before {
		margin-left: 230px;
	}
}

@media (max-width: 1020px){
	.structure-content{
		/*width:100%;*/
		overflow-x:scroll;
	}
	
	.structure-content img{
		max-width:900px !important;
		height:auto;
	}
}



@media (max-width: 991px){
	.home-content {
		width:100%;
	}
}

@media (max-width: 1024px) and (max-height: 768px) {
	.company-profile{
		padding-top: 50px;
	}
}

@media (max-width: 480px){
	.company-profile h2.line::before {
    	margin-left: 110px;
	}

	.home-content h2.line::before{
		margin-left: 110px;
	}

	h2.line::before {
		width:30px;
		height:2px;
		margin-top: 19px;
	}

	.home-content h1{
		font-size:30px;
	}

	.bg-style {
		border:10px solid #000;
	}
}











/******************** Collections ********************/

main.full-view{
	height:100vh;
	overflow:hidden;
	opacity: 1;
}


.collections-style{
	position:fixed;
	top:25%;
	left:5%;
	z-index:3;	
}

.collections-style h4{
	text-transform:none;
	font-size:14px;
}

.collections-style h1.line::before {
	content: " ";
    background-color: #e1da86;
    height: 3px;
    width: 100px;
	position:absolute;
	right:0;
	
	/*transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
	
	-webkit-transition:all 2s 2.5s;
    -moz-transition: all 2s 2.5s;
    -ms-transition: all 2s 2.5s;
    -o-transition: all 2s 2.5s;
    transition: all 2s 2.5s;
}

.preload .collections-style h1.line::before {
	width: 0px;
}

ul.filter-style{
	list-style: none;
	padding-left: 20px;
}


.filter-btn{
	color: #fff;
	font-size: 22px;
	line-height: 29px;
	/*text-transform:uppercase;*/
}

.filter-btn:hover{
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
}

.filter-btn.active {
	color: #e1da86;
}



.collections{
	width:100%;
	padding-left:25%;
	overflow-x:scroll;
}

.collections li {
	text-align: center;
	font-size: 14px;
	display: inline-block;
	width:23.5%;
	margin: 0 0.5%;
}

.collections .mix-target {
	display: none;
	position:relative;

}


.collections li .card-bg {
	display: block;
	height: 100vh;
	
	background-size:cover;
	
	background-position:center center;

	
	opacity:0.4;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
			
	-webkit-filter: saturate(0.5);
	-moz-filter: saturate(0.5);
	-ms-filter: saturate(0.5);
	-o-filter: saturate(0.5);
  	filter: saturate(0.5);
}


.collections li:hover .card-bg{
	opacity:0.8;
	
	background-position:right center;
	-webkit-background-position: right center;
  	-moz-background-position: right center;
	
	
	-webkit-filter: saturate(1);
	-moz-filter: saturate(1);
	-ms-filter: saturate(1);
	-o-filter: saturate(1);
  	filter: saturate(1);
}

.collections .card-content {
	position:absolute;
	z-index:2;
	bottom:15%;
	padding:0 50px;
}

.collections .card-content p{
	font-size:16px;
	line-height:23px;
}

.collections li .card-content .card-hover{
	opacity:1;
	overflow:hidden;
	max-height:0;

	-webkit-transition: max-height 1.5s ease;
	-moz-transition: max-height 1.5s ease;
	        transition: max-height 1.5s ease;


}

.collections li:hover .card-content .card-hover{
	opacity:1;
	max-height:500px;

}


.collections .card-01{
	background-image:url(../images/collections/01.jpg);
}

.collections .card-02{
	background-image:url(../images/collections/02.jpg);
}

.collections .card-03{
	background-image:url(../images/collections/03.jpg);
}

.collections .card-04{
	background-image:url(../images/collections/04.jpg);
}


/* For Firefox */
@-moz-document url-prefix() { 

	.collections li .card-bg {
		background-size:inherit;
	}

}



.black-gradient {
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
    background: -o-linear-gradient(top,rgba(10,62,90,1),rgba(10,62,90,0));
    background: -moz-linear-gradient(top,rgba(10,62,90,1),rgba(10,62,90,0));
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	
	position:absolute;
	bottom:0;
	width:100%;
	height:0;
	z-index:1;
	opacity:0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.collections li:hover .black-gradient{
	opacity:1;
	height:70%;
}





.btn, .btn-1 rect {
  /*box-sizing: inherit;*/
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}


.buttons {
  display: table;
  height: 100%;
  width: 100%;
}

.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-family: 'TheanoDidot-Regular';
  font-weight: 400;
  line-height: 35px;
  /*margin: 0 auto 2em;*/
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}


.btn:hover {
  text-decoration: none;
}

.btn:visited{
	color:#FFF;
}



.btn-1 {
  background:none;
  font-weight: 100;
}
.btn-1 svg {
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}

.btn-1:hover {
  font-weight:bold;
  letter-spacing: 1px;
  color:#FFF;
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 60;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}






.collections-bottom{
	position:absolute;
	z-index:2;
	bottom:100px;
	left:5%;
	font-family: 'TheanoDidot-Regular';
}

.collections-bottom ul{
	list-style:none;
}

.collections-bottom ul li a{
	color:#FFF;
	line-height:23px;
}

.black-bg{
	background-color:#000;
	position:fixed;
	top:0;
	width:100%;
	height:350px;
	z-index:2;
	display:none;
}

.card-logo{
	padding:0 20px;
}




.show-animation .collections .owl-wrapper-outer .owl-item:nth-child(1){
  -webkit-animation: moveMe 1s forwards 0s; /* Safari 4+ */
  -moz-animation:    moveMe 1s forwards 0s; /* Fx 5+ */
  -o-animation:      moveMe 1s forwards 0s; /* Opera 12+ */
  animation:         moveMe 1s forwards 0s; /* IE 10+, Fx 29+ */
}


.show-animation .collections .owl-wrapper-outer .owl-item:nth-child(2){
  -webkit-animation: moveMe 1s forwards 0.1s; /* Safari 4+ */
  -moz-animation:    moveMe 1s forwards 0.1s; /* Fx 5+ */
  -o-animation:      moveMe 1s forwards 0.1s; /* Opera 12+ */
  animation:         moveMe 1s forwards 0.1s; /* IE 10+, Fx 29+ */
}


.show-animation .collections .owl-wrapper-outer .owl-item:nth-child(3){
  -webkit-animation: moveMe 1s forwards 0.2s; /* Safari 4+ */
  -moz-animation:    moveMe 1s forwards 0.2s; /* Fx 5+ */
  -o-animation:      moveMe 1s forwards 0.2s; /* Opera 12+ */
  animation:         moveMe 1s forwards 0.2s; /* IE 10+, Fx 29+ */
}

.show-animation .collections .owl-wrapper-outer .owl-item:nth-child(4){
  -webkit-animation: moveMe 1s forwards 0.3s; /* Safari 4+ */
  -moz-animation:    moveMe 1s forwards 0.3s; /* Fx 5+ */
  -o-animation:      moveMe 1s forwards 0.3s; /* Opera 12+ */
  animation:         moveMe 1s forwards 0.3s; /* IE 10+, Fx 29+ */
}

.show-animation .collections .owl-wrapper-outer .owl-item:nth-child(5){
  -webkit-animation: moveMe 1s forwards 0.4s; /* Safari 4+ */
  -moz-animation:    moveMe 1s forwards 0.4s; /* Fx 5+ */
  -o-animation:      moveMe 1s forwards 0.4s; /* Opera 12+ */
  animation:         moveMe 1s forwards 0.4s; /* IE 10+, Fx 29+ */
}


@-webkit-keyframes moveMe {
  0%   { opacity: 0; margin-left:1000px; }
  100% { opacity: 1; margin-left:0px;}
}

@-moz-keyframes moveMe {
  0%   { opacity: 0; margin-left:1000px; }
  100% { opacity: 1; margin-left:0px;}
}
@-o-keyframes moveMe {
  0%   { opacity: 0; margin-left:1000px; }
  100% { opacity: 1; margin-left:0px;}
}

@keyframes moveMe {
  0%   { opacity: 0; margin-left:1000px; }
  100% { opacity: 1; margin-left:0px;}
}




#owl-demo .item{
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
}

.customNavigation{
	text-align: center;
}

.customNavigation a{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }





@media (max-width: 1600px){
	.collections .card-content {
		padding:0 20px;
	}
	
	.some-padding-left{
		padding-left:100px;	
	}
	
	
}


@media (max-width: 1024px){
	.collections{
		padding-left:20%;	
	}
	.collections li{
		width: 24%;
    	margin: 0;
	}
	.collections-style{
		left:15px;	
	}
	
	.collections-bottom{
		left:0;	
	}
	
	.filter-btn {
		color: #fff;
		font-size: 18px;
		line-height: 24px;
	}
	
	.collections-bottom ul li a{
		line-height:18px;
		line-height:20px;	
	}
	
	.collections-style ol li, .collections-style ul li{
		font-size: 14px;
    	line-height: 15px;
	}
	
	.card-hover p{
		font-size:13px;
		line-height: 17px;
	}
	
	.collections .card-content {
    	padding: 0 20px 20px 20px;
	}
	
}



@media (max-width: 768px){
	.collections{
		padding-left:0;
		padding-top:350px	
	}
	
	.collections-style{
		top:120px;
		left:50px;
	}
	
	.collections {
		overflow-x: scroll;
		height: inherit;
	}
	
	.collections li{
		width:100%;	
	}
	
	.collections li .card-bg{
		height:250px;	
	}
	
	.card-logo{
		width:200px;	
	}
	
	
	.collections-bottom {
    	position: fixed;
    	z-index: 3;
    	top: 220px;
		right: 50px;
		width:250px;
		height:100px;
		left: inherit;
	}
	
	.black-bg{
		display:block;
	}
	
	.card-hover p{
		display:none;	
	}
	
	.collections .card-content{
		bottom:0;
		width:100%;		
	}
	
	.card-content .btn-1 {
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
}


@media (max-width: 560px){
	.collections-style h1.line::before{
		width:50px;
		height:2px;	
	}
	
	.collections-style {
		top: 70px;
		left: 5%;
	}
	
	.collections {
    	padding-left: 0;
    	padding-top: 250px;
	}
	
	.collections li .card-bg {
		height: 150px;
	}
	
	.card-content .btn-1{
		font-size:11px;
	}
	
}




/******************** E-Magazine ********************/

.magazine-style-left h1.line::before {
	content: " ";
    background-color: #e1da86;
    height: 3px;
    width: 100px;
	position:absolute;
	right:0;
	
	/*transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
	
	-webkit-transition:all 2s 2.5s;
    -moz-transition: all 2s 2.5s;
    -ms-transition: all 2s 2.5s;
    -o-transition: all 2s 2.5s;
    transition: all 2s 2.5s;
}

.preload .magazine-style-left h1.line::before {
	width: 0px;
}


.magazine-style-left{
	position:absolute;
	top:25%;
	z-index:3;
	left:5%;
}

.nav-tabs{
	border-bottom:none;
    padding-left: 40px;
	padding-top:20px;
}

.nav-tabs>li{
	float:none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color:transparent;
	border:none;
	color:#e1da86
}

.nav-tabs>li>a{
	border:none;
	color:#FFF;
	margin:0 0 10px 0;
    padding: 6px 0px 0 0;
    font-size: 19px;
    line-height: 20px;
	font-family: 'TheanoDidot-Regular';
}


.nav-tabs.nav>li::before{
	left:0;
}
.nav li.active::before{
	width:40px;
}

.magazine-content{
	position:relative;
	top:66px;
	right:0;
	height: 100%;
    width: 100%;	
}


.magazine-front{
	position:absolute;
	right:10%;
	z-index:2;
	top:66px;
	width: 460px;
	opacity:0;
	
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	
	transform: rotate(10deg) translate(150px);
	transform-origin: bottom center;
}

.active.in .magazine-front{
	transform:  rotate(-10deg) translate(0px) ;
	opacity:1;
}

.magazine-back{
	position:absolute;
	z-index:1;
	right:5%;
	width: 460px;
	opacity:0;
	
	-moz-transition: all 1s ease 0.3s;
	-webkit-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
	
	transform: rotate(50deg) translateY(50px) translateX(150px) ;
	transform-origin: bottom center;
}

.active.in .magazine-back{
	transform:  rotate(10deg) translateY(50px)  ;
	opacity:1;
}



.magazine-content .tab-pane .magazine-info{
	position:absolute;
	bottom:150px;
	right:20%;
	z-index:3;
	opacity:0;
	
	-moz-transition: all 1s ease 0.5s;
	-webkit-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
	transition: all 1s ease 0.5s;
}

.active.in .magazine-info{
	right:30%;
	opacity:1;
}


.magazine-content .magazine-info h2{
	background: -webkit-linear-gradient(left, #fef89a , #ecb63e);
    background: -o-linear-gradient(left, #ecb63e, #fef89a);
    background: -moz-linear-gradient(right, #ecb63e, #fef89a);
    background: linear-gradient(to left, #ecb63e , #fef89a);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;

	-moz-background-clip: text;
  	-moz-text-fill-color: transparent;
	
	text-transform:none;
	line-height:80px;
	font-size:60px;
}

.magazine-content .magazine-info h1{
	font-size:150px;
	line-height:150px;
}


.btn-read-more{
	font-size: 15px;
	text-transform:none;
	color:#e1da86 !important;
}

.btn-read-more:visited {
	color:#e1da86 !important;
}

.btn-read-more:active {
	color:#e1da86 ;
}

.btn-read-more:hover {
	color:#e1da86;
}

.btn-read-more rect{
	stroke: #e1da86;
}


@media (max-width: 1400px){
	
	.magazine-content .magazine-info h2{
		font-size:40px;	
	}
	
	.magazine-content .magazine-info h1 {
		font-size: 100px;
		line-height: 100px;
	}
}

@media (max-width: 1199px){
	.magazine-front, .magazine-back {
		width:300px;
	}
}


@media (max-width: 768px){
	.magazine-style-left{
		top:120px;	
	}
	
	.magazine-front{
		top:auto;
		bottom:250px;	
	}
	.magazine-back{
		top:auto;
		bottom:400px;	
	}
	
	.magazine-content .tab-pane .magazine-info{
		right:auto;
		left:15%;	
	}
	
	.active.in .magazine-info{
		right:auto;
		left:5%	
	}
	
}

@media (max-height: 850px){
	.magazine-front, .magazine-back {
		width:300px;
	}
}


@media (max-width: 560px){
	
	.magazine-front, .magazine-back{
		width:140px;	
	}
	
	.magazine-front {
		bottom: 70px;
	}
	
	.magazine-back {
		bottom: 150px;
	}
	
	.magazine-style-left {
    	top: 70px;
	}	
	
	.nav-tabs {
		padding-left: 0px;
		padding-top: 10px;
	}
	
	.nav-tabs>li>a{
		font-size:15px;
		line-height:15px;
		margin: 0 0 5px 0;
    	padding: 5px 0px 0 0;
	}
	
	.magazine-content{
		height:100%;
		top:auto;	
	}
	
	.nav li.active::before {
    	width: 20px;
	}
	
	.magazine-content .magazine-info h2{
		font-size: 17px;
    	line-height: 20px;
	}
	
	.magazine-content .magazine-info h1{
		font-size:60px;	
		line-height: 60px;
	}
	
	.magazine-style-left h1.line::before{
		height: 2px;
    	width: 50px;
	}

	.magazine-content .tab-pane .magazine-info{
		bottom:50px;	
	}
}


@media (max-width: 360px) {
	
	.magazine-front, .magazine-back {
		width: 120px;
	}

}





/******************** Annual Reports ********************/


.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover{
	background-color:transparent;
	border:none;
	color:#e1da86
}

select{
	border:none;
	outline:none;
	color:#e1da86;
	padding: 5px 0;
	font-size: 35px;
    line-height: 29px;
	background-color:transparent;
	font-family: 'TheanoDidot-Regular';
}

option{
	background-color:#000;
	outline:none;
}









/******************** News ********************/

.news-pic{
	border:1px solid #f6db71;	
}

.news-popup{
	position:absolute;
	left:-80px;
	top:20px;
	background-color:rgba(0,0,0,0.85);
	padding:30px;
}


.news-date{
	position:absolute;
	top:20px;
	left:15px;
	padding:10px 20px 10px 20px;
	background-color:rgba(0,0,0,0.85);
}



.news-date p{
	color:#f6db71;
	padding-bottom:0;
}

.news-content{
	padding-top:40px;	
}

.news-content .gold-line-box{
	margin-bottom:30px;
	padding: 25px;
}

.news-content .news-date{
	position:inherit;
	padding:10px 0;
	
}

.news-content .news-date p{
	font-size: 16px;
}

.news-info{
	padding: 20px 0;
}



.news-info h5{
	line-height:22px;
	color:#f6db71;
	font-weight:normal;
	background:none;  
    -webkit-text-fill-color: #f6db71; 
    -moz-text-fill-color: #f6db71;
}

.modal-content{
	background-color:rgba(0,0,0,0);	
}

.modal-header{
	border-bottom:none;
}

.modal-body h5{
	padding:20px 0;	
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.modal-header{
	height:60px;	
}

.modal-header .close{
	position:fixed;
	right:14px;
	opacity:1;
	width:30px;
	outline:none;
}


@media (max-width: 1199px){
	.news-content{
		padding-top:100px;	
	}
	
	.news-popup{
		top:0;
		padding:20px;	
	}
	
}


@media (max-width: 991px){
	.news-popup{
		position: initial;
	}
	
	.news-content{
		padding-top:50px;	
	}
}








/******************** Contact ********************/



.contact-content{
	padding-top:50px;	
}

.contact-content h1{
	/*line-height:50px;*/
}

.contact-content h3{
	padding-top:20px;
}

.contact-content h1.line::before {
	content: " ";
    background-color: #e1da86;
    height: 3px;
    width: 100px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left: 0;
	
	transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	
	-webkit-transition:all 2s 2.5s;
    -moz-transition: all 2s 2.5s;
    -ms-transition: all 2s 2.5s;
    -o-transition: all 2s 2.5s;
    transition: all 2s 2.5s;
}

.preload .contact-content h1.line::before {
	width: 0px;
}


.contact-info .col-sm-6{
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	padding-bottom:40px;
}



.gold-line-box{
	padding:10px;
	border-top:1px solid #fef89a;
	border-bottom:1px solid #edb73e;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(#fef89a, transparent);
    background-image:
        -moz-linear-gradient(#fef89a, transparent),
        -moz-linear-gradient(#fef89a, transparent)
    ;
    background-image:
        -o-linear-gradient(#fef89a, transparent),
        -o-linear-gradient(#fef89a, transparent)
    ;
    background-image: 
        linear-gradient(#fef89a, #edb73e),
        linear-gradient(#fef89a, #edb73e)
    ;
    -moz-background-size:1px 100%;
    background-size:1px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
}

.gold-line-box p{
	padding-bottom:0;
	line-height:16px;
	font-size:13px;
	padding:10px 0 0 0;
}











/******************** Registration ********************/

.form-horizontal{
	padding-top:30px;
	font-family: 'TheanoDidot-Regular';
}

.form-control{
	background-color:transparent;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-bottom:#FFF solid 1px;
	border-radius:0;
	color:#fff;
	height:40px;
	letter-spacing:1px;
}

label{
	font-family: 'TheanoDidot-Regular';
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{
	padding-top:0;	
}

select.form-control{
	padding-left:7px;	
}

select option {
    /*margin:40px;*/
    background: rgba(0,0,0,1);
    color:#fff;
}

.title-label{
	color: white;
    padding: 14px 0 0 11px;
	font-family: 'TheanoDidot-Regular';
	font-size:14px;
}

.checkbox-inline, .radio-inline{
	color:#FFF;	
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
	margin-left:0;	
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color:    #fff !important;
   	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color:    #fff !important;
   	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color:    #fff !important;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color:    #fff !important;
}

.form-horizontal h4{
	margin-top:10px;
	margin-bottom:0;
	letter-spacing:1px;
	font-size:20px;
}

.form-horizontal textarea{
	width: 100%;
    background-color: transparent;
    border-bottom: #fff solid 1px;
	border-top:none;
	border-left:none;
	border-right:none;
	height:28px;
}


/* Dropdown */
.styled-select {
   overflow: hidden;
   background: url(../images/down-arrow.png) no-repeat right #000;
}

.styled-select select{
	width:calc(100% + 20px);	
}

.form-control:focus {
    border-color:#e1da86; 
    outline: 0; 
    -webkit-box-shadow:none; 
    box-shadow:none; 
}

input[type=text], input[type=email], input[type=tel],textarea, select{
    /*background-color: transparent;
    display: block;
    letter-spacing: 0.2em;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 12px;
    line-height: 1.42857143;
    border-radius: 0;
    outline: none;*/
	border-bottom: 1px solid #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, select:focus {
    -webkit-box-shadow: inset 0px -1px #e1da86;
    -moz-box-shadow: inset 0px -1px #e1da86;
    -ms-box-shadow: inset 0px -1px #e1da86;
    box-shadow: inset 0px -1px #e1da86;
}





@media (max-width: 991px){
	.padding-top-991{
		padding-top:30px;	
	}
}











/******************** Footer ********************/

footer {
	color:#e1da86;
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px 40px 33px 40px;

}

footer a{
	font-family: 'TheanoDidot-Regular';
}

footer a:link, footer a:visited, footer a:focus{
	color:#e1da86;
	font-size:11px;
	text-decoration:none;
}

footer a:hover{
	text-decoration:none;
	color:#edb840;
}

footer p{
	color:#e1da86;
	font-size:11px;
	padding-bottom:0;
}

.bottom-logo{
	width:100px;
	height:auto;
}


@media (max-width: 1120px){
	footer .bottom-logo{
		display:none;	
	}
	
	footer .text-left{
		width:49%;	
	}
	
	footer .text-center{
		width:49%;
		text-align:right;
	}
}


@media (max-width: 991px){
	footer .text-right, footer .text-left{
		text-align:center;
	}
	
	footer {
	    padding: 10px 40px 22px 40px;
	}
	
	footer .text-left{
		width:auto;	
	}
	
	footer .text-center{
		width:auto;
		text-align:center;
	}
}



@media (max-width: 480px){
	footer p {
		font-size:1em;
	}
	footer a {
		font-size:8px !important;
	}
	footer {
		padding: 8px 0px 5px 0px;
		font-size:8px;

	}
}
