
@font-face {
	font-family: 'Oswald';
	src: url('/core/font/Oswald.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Farsan';
	src: url('/core/font/Farsan.otf');
	font-weight: normal;
	font-style: normal;
}

*{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectable{
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

a{
	color: inherit;
	text-decoration: none;
}

/*   ⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑  */

html{
	background-color: #74756f;
	height: 100%;
	min-height: 650px;
	min-width: 1200px;
	max-width: 1800px;
	margin: auto;
	position: relative;
	overflow: auto;
}

body{
	background-image: url('/core/image/BG/tint.png') ,
	url('/core/image/BG/bg002.jpg');
	background-size: auto 240px , auto 600px;
	background-position: right -150px top, left -40px bottom -100px;
	background-repeat: no-repeat, no-repeat;
	background-color: #dfded8;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: none;
	min-width: 1200px;
	padding: 0;
  margin: auto;
  overflow: hidden;
	position: absolute;
}

/*   ⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑    TradeMark    ⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑  */

.squares{
	position: absolute;
	z-index: 3;
}

#TradeMark{
  top: 30px;
  left: 40px;
  height: 100px;
  width: 100px;
  position: relative;
	float: left;
}

.ct{
	top: 80px;
	right: 30px;
	height: 80px;
	width: auto;
	margin-right: 20px;
	position: relative;
	float: right;
	display: none;
}

.trades{
  height: 50%;
  width: 50%;
  position: relative;
  float: left;
}

.trade_baby{
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  top: 5%;
  height: 90%;
  width: 90%;
  border-radius: 4px;
  margin: auto;
  position: relative;
}

.e{
    background-image: url('/core/image/TRMS/e.png');
}

.s{
    background-image: url('/core/image/TRMS/s.png');
}

.k{
    background-image: url('/core/image/TRMS/k.png');
}

.g{
    background-image: url('/core/image/TRMS/g.png');
}

#web_title{
	top: 54px;
	left: 110px;
	font-family: 'Farsan';
	font-size: 20px;
  width: 200px;
  position: absolute;
  float: right;
  white-space: pre-line;
}

/*   ⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑   FRONT VIEW    ⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑  */

.s1 .trade_baby{
	background-color: #2f3e4e;
}

.s2 .trade_baby{
	background-color: #595c5e;
}

.s3 .trade_baby{
	background-color: #333c45;
}

.squares .invert{
	background-color: transparent;
}

#welcome{
	display: none;
}

.s1{
	top: 100px;
	right: 140px;
	height: 200px;
	width: 200px;
	opacity: .2;
}

.s2{
	top: 100px;
	right: -100px;
	height: 350px;
	width: 350px;
	opacity: 0;
}

.s3{
	top: 50px;
	right: 60px;
	height: 100px;
	width: 100px;
	opacity: .2;
}

/* .squares{
	opacity: .0;
} */

/*   ⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑     Part  1     ⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑  */

#main_cutton{
	background-image: url( '/core/image/BG/bg001.jpg');
	background-size: auto 963px;
	background-position: right 179px top;
	background-repeat: no-repeat;
  background-color: #0e0c0c;
  bottom: -170px;
  height: 100%;
  width: 100%;
	min-width: 1200px;
  box-shadow: 0 0 5px 0 #504f4a;
  position: absolute;
	z-index: 1;
	overflow: hidden;
	overflow-x: auto;
}

#back_01, #infoR{
	display: none;
}

#side_cutton_r{
	background-color: #0e0c0c;
  top: 0;
	right: 0;
  height: 100%;
  width: 190px;
  box-shadow: 0 0 5px 0 #000;
  position: absolute;
}

#side_cutton_l{
	background-color: #0e0c0c;
  top: 0;
	left: auto;
	right: 500px;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 5px 0 #000;
  position: absolute;
}

#bottom_ribbon{
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 0;
	position: absolute;
	z-index: 2;
}

#main_intro{
	color: #cfd1be;
	font-family: Farsan;
	height: 100%;
	width: 400px;
	margin-left: 6%;
	position: absolute;
}

#news_box{
	left: 50%;
	height: 70%;
	width: 30%;
	max-width: 400px;
	margin-left: -180px;
	position: absolute;
	display: none;
}

.news{
	background-color: #040a1266;
	color: #e6e4e1;
	font-family: Oswald;
	top: -10px;
	height: auto;
	width: 91%;
	padding-left: 8%;
	border-radius: 4px;
	margin-top: 20px;
	position: relative;
	box-shadow: 0 0 2px 1px #e4e4e44d;
	cursor: pointer;
	overflow: auto;
	display: none;
}

.title_news{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	top: 15px;
	height: 50px;
	position: relative;
}

.description_news{
	color: #040a1266;
	font-size: 14px;
	height: auto;
	padding:  5px 9% 20px 10px;
	position: relative;
}

.mi_t{
	font-size: 29px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

.mi_d{
	text-align: justify;
	font-size: 18px;
}

#sgnd{
	width: 300px;
	height: 100px;
	position: absolute;
	bottom: -15px;;
	right: -100px;
	display: none;
}

#info{
	position: absolute;
	height: 80px;
	width: 80px;
	right: 55px;
	bottom: 3px;
	border-bottom: solid 1px rgba(223, 213, 184, 0.3);
	border-radius: 0;
	opacity: .8;
	cursor: pointer;
}

#info:hover{
	background-color: #11344455;
	opacity: .7;
}

#bottom_ribbon .infoR{
	opacity: .5;
}

#bottom_ribbon .infoR:hover{
	background-color: transparent;
	opacity: .6;
}

#map_bg{
	background-image: url( '/core/image/BG/world2.png');
	background-size: 1200px auto;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
}

#map_bg_mobile{
	display: none;
}

#main_window{
	color: #cfd1be;
	font-family: Farsan;
	font-size: 18px;
	text-align: justify;
	top: 150px;
	left: 170px;
	height: 300PX;
	width: 400px;
	position: absolute;
	display: none;
}

#etp{
	width: 100%;
	height: 90%;
	position: relative;
	margin: auto;
}

#ctp{
	text-align: center;
	bottom: 100px;
	left: 50%;
	height: 120px;
	width: 700px;
	position: absolute;
	margin-left: -350px;
	overflow: hidden;
	display: none;
}

.ctp_item{
	background-color: #091011;
	height: 118px;
	width: 118px;
	border: solid #071829 1px;
	border-radius: 5px;
	margin-left: 7.5px;
	margin-right: 7.5px;
	position: relative;
	display: inline-block;
}

.ci2{
	opacity: .2;
}

.ci6{
	opacity: .6;
}

#reveal_clients{
	font-family: Oswald;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	color: #3d5b6e;
	height: 40px;
	width: 200px;
	bottom: 0px;
	left: 50%;
	border-bottom: solid 1px  #3d5b6e;
	margin-left: -100px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	display: none;
}

#tr_news_box{
	display: none;
	z-index: 1;
}

#client_cutton{
	background-color: #043147;
	height: 100%;
	width: 20%;
	top: 100%;
	left: 40%;
	position: absolute;
	z-index: 3;
	display: none;
}

#client_close{
	background-size: auto 100%;
	background-position: center center;
	background-image: url( '/core/image/icon/down.png' );
	top: 68px;
	left: 50%;
	right: auto;
	height: 80px;
	width: 80px;
	margin-left: -40px;
	position: absolute;
	display: none;
	cursor: pointer;
}

#cc_rail{
	text-align: center;
	top: 220px;
	left: 50%;
	height: 670px;
	max-height: 80%;
	width: 860px;
	padding-left: 5px;
	margin-left: -430px;
	position: absolute;
	overflow: auto;
}

.ccp_item{
	background-color: #0c1b2480;
	height: 118px;
	width: 118px;
	border: solid #14303e 1px;
	border-radius: 12px;
	margin: 5px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#mi_n{
	display: none;
}

.cc2{
	background-color: #1f2c35;
}

.cc6{
	background-color: #193748;
}

#tt_cutton{
	background-color: rgba(13, 12, 10, 0.86);
	bottom: -20px;
	right: 170px;
	height: 330px;
	width: 350px;
	box-shadow: 0 0 70px 100px rgba(13, 12, 10, 0.86);
	position: absolute;
	opacity: 0;
}

.t_trade{
	bottom: 0;
	right: 195px;
	width: 300px;
	position: absolute;
	opacity: 0;
	display: none;
}

#big_box{
	text-align: center;
	top: 10%;
	left: 50%;
	height: 80%;
	max-height: 697px;
	/* width: 650px; */
	width: 650px;
	padding-top: 13px;
	/* margin-top: -348px; */
	margin-left: -325px;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
}

.mini_box{
	background-image: url('/core/image/BG/tint_box.png');
	background-size: auto 100%;
	background-position: right -50px center;
	background-repeat: no-repeat;
	color: #fefefe66;
	background-color: #113444b3;
	height: 41%;
	width: 44%;
	border-radius: 4px;
	box-shadow: 0 0 3px 1px #113444;
	margin: 2% 1.5% 2% 1.5%;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.mini_box::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.mini_box:hover{
	color: #fefefe88;
	box-shadow: 0 0 4px 1px #0d435c;
}

.regin_title{
  vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	font-family: oswald;
	height: auto;
	width: 90%;
	margin: auto;
	display: inline-block;
}

.branch{
	top: auto;
	width: 94%;
	height: 150px;
	border-radius: 4px;
	margin: auto;
	margin-bottom: 20px;
	position: relative;
	opacity: 0;
	display: none;
	cursor: pointer;
}

.front{
	background-image: url('/core/image/BG/tint_box.png');
	background-size: auto 100%;
	background-position: right -50px center;
	background-repeat: no-repeat;
	background-color: #071b2799;
	height: 100%;
	width: 100%;
	position: absolute;
	backface-visibility: hidden;
	transition: transform .3s linear 0s;
}

.back{
	background-color: #071b2799;
	height: 100%;
	width: 100%;
	position: absolute;
	backface-visibility: hidden;
	transform: perspective(1100px) rotateY(-180deg);
	transition: transform .3s linear 0s;
}

.front:hover, .back{
	box-shadow: 0 0 1px 0 whitesmoke;
}

#button_box{
	font-family: Oswald;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .5px;
	text-align: right;
	color: #adb2b3;
	bottom: 0;
	left: 5%;
	height: 180px;
	width: 270px;
	max-width: 60%;
	position: absolute;
	cursor: pointer;
}

.country{
	text-align: center;
	font-size: 30px;
	bottom: 14px;
	right: 14px;
	width: 150px;
	color: #b3bfbd66;
	font-family: Farsan;
	position: absolute;
}

.city{
	font-size: 35px;
	font-weight: bold;
	text-align: left;
	top: 14px;
	left: 20px;
	width: 150px;
	color: rgb(126, 126, 123);
	font-family: Oswald;
	position: absolute;
}

.address{
	color: #b3a997;
	font-family: mono;
	font-size: 14px;
	text-align: left;
	left: 0;
	width: 40%;
	padding: 3.5%;
	height: 90%;
	position: relative;
	overflow: auto;
	float: left;
}

.calls{
	color: #b3a997;
	font-family: mono;
	font-size: 14px;
	text-align: right;
	bottom: 15px;
	right: 0;
	min-height: 22%;
	height: auto;
	width: 40%;
	padding-right: 2.5%;
	position: absolute;
	overflow: auto;
	float: right;
	white-space: pre-line;
	line-height: normal;
}

.button{
	line-height: 55px;
	height: 57px;
	width: 100%;
	padding-right: 7px;
	border-bottom: solid 1px rgba(223, 213, 184, 0.1);
	position: relative;
}

.button:hover{
	background-color: #11344422;
}

.button_selected{
	background-color: #11344466;
}

.button_selected:hover{
	background-color: #11344466;
}

.hint{
	background-color: #11344499;
	color: gray;
	font-size: 14px;
	line-height: 49px;
	top: 3px;
	right: -80px;
	height: 50px;
	width: 80px;
	padding-right: 10px;
	border-left: solid gray 1px;
	margin-top: 1px;
	position: absolute;
	opacity: 0;
	display: none;
}

.firstB{
	border-top: solid 1px rgba(223, 213, 184, 0.1);
}

#back{
	background-color: #041e3266;
	color: #747474;
	font-family: Oswald;
	font-size: 17px;
	line-height: 50px;
	text-align: right;
	bottom: -50px;
	left: 60px;
	height: 50px;
	width: 45px;
	padding-right: 15px;
	border-right: solid #74747466 1px;
	position: absolute;
	cursor: pointer;
	display: none;
	opacity: 0;
}

#side_cutton{
	display: none;
}

#assistant_intro{
	color: #747474;
	font-family: Oswald;
	font-size: 17px;
	text-align: justify;
	bottom: -50px;
	right: 3.5%;
	height: 200px;
	width: 270px;
	padding-left: 12px;
	border-left: solid #74747466 1px;
	position: absolute;
	white-space: pre-line;
	opacity: 0;
	display: none;
}

#Contact{
	font-family: Oswald;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .5px;
	text-align: center;
	color: #0e0c0c;
	top: 130px;
	left: 50%;
	width: 120px;
	border-left: solid 1px #0e0c0c;
	border-right: solid 1px #0e0c0c;
	margin-left: -60px;
	position: absolute;
	cursor: pointer;
	opacity: .52;
}

#contact{
	display: none;
}

/*   ⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑    info Part    ⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑⚑  */

#info_box{
	top: 200px;
	left: 5%;
	height: 71%;
	width: 90%;
	margin: auto;
	position: absolute;
	z-index: 0;
}

.info_part{
	white-space: pre-line;
	text-align: justify;
	font-family: Oswald;
	top: 0;
	height: auto;
	height: 91%;
	width: 370px;
	margin-left: 50px;
	position: relative;
	float: right;
}

.lip{
	margin-left: 150px;
}

.info_internal_part{
	bottom: 0;
	height: auto;
	max-height: 96%;
	padding-right: 20px;
	position: absolute;
	overflow: auto;
}

.goweb{
  display: none;
}
