/*general browser settings ------------------------*/
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
@font-face {
  font-family: tt_font1;
  src: url(app_assets/aldrich.ttf);
}
body {
    margin: 0px;
	background-color:#0C9;
}
input {
    border-radius: 3px;
    height: 28px;
}


/*static settings ----------------------------*/
/*main system body */
.tt_body {
    position: absolute; left:0px; top:0px; width: 100%; height: 100%; overflow:hidden;
	/*font-family: Arial, Helvetica, sans-serif;*/
    /*pointer-events:none;*/
    opacity: 1; background-color:#a0ffff;
}

/*load progress*/
.tt_loading { position:absolute; display: none; left: calc(50% - 60px);top: calc(40% - 60px); width: 120px; height: 120px;  z-index: 21;  }
.tt_loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #8e0203; border-bottom: 16px solid rgb(0, 0, 0); width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; }  
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } }  
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/*message box*/
.msg_boxc { position: absolute; top: 25%; left: 10%; width: 80%; height: 50%; background-color: #f0f0f0;
    border-radius: 3px;
    z-index: 20;
    display: none;
    box-shadow:  0px 0px 10px 1px #000000;
}


/*page paper */
.k_p0 { position:absolute; left:0px; top:0px; width:50%; height:100%;z-index:2; }
.k_p1 { position:absolute; left:50%; top:0px; width:50%; height:100%;z-index:1; }
.k_p2{
	position:absolute; left:0%; top:0px; width:100%; height:auto;
	z-index:2;
}
.tt_page{
	position:absolute; left:-100%; top:0px; width:100%; height:100%;
	background-color:#FFF;
	overflow:scroll;
	z-index:2;
	transition: 0.5s;	
}


/*header and footer */
.k_header { position: fixed; top: 0px; width: 100%; padding: 20px; }
.k_footer { position: fixed; bottom: 0px; width: 100%; padding: 20px; }


.dlg_boxc {
    position: absolute; 
    top: 25%;
    left: 10%;
    width: 80%;
    height: 50%;
    background-color: #f0f0f0;
    border-radius: 3px;
    z-index: 20;
    display: none;
    box-shadow:  0px 0px 10px 1px #000000;    
}
.dlg_txtc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 50%;
    margin: auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.msg_txt {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    padding: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Arial, Helvetica, sans-serif;
}
.msg_okbtn {
    position: absolute;
    top: 80%;
    width: 100%;
    height: 20%;
    text-align: center;
    z-index: 2;
    font-weight: bolder;
    font-size: 20px;
    color: #000000;
    text-decoration: underline;
}
.r_ttl { /*title bar*/
    position: absolute; background-color:#3CF;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: #FFF; 
}
.r_cbtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: none;
    z-index: 11;
}
.r_micon {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}
.r_miconl {
    background-color: #000000;
    width: 35px;
    height: 5px;
    margin: 6px;
}
.hp_holder {
    width: 100%;
    height: 60px; background-color: #ff0101;
}
.ttmnu_list { /* fixed height */
    width: 100%;
    height: 75px;
    background-color: #ffffff;
    padding: 15px;
    text-align: left;
    border-bottom: solid #cacaca 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
}
.ttmnu_listah { /* auto height */
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 15px;
    text-align: left;
    border-bottom: solid #cacaca 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
}
.tt_line20 {
	width: 100%;
    height:26px;
    padding: 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	border-bottom: solid #cacaca 1px;
}
.tt_line20nb { /*no border*/
	width: 100%;
    height:26px;
    padding: 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: none;
}
.tt_line40 {
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 30px;
}

/*multi layer menu list */
.tt_mlmnu50 {
	width: 100%; height: 50px; border-bottom: solid #cacaca 1px; overflow: hidden; 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;line-height: 50px;
}
.tt_mlmnu {
	width: 100%; height: 75px; border-bottom: solid #cacaca 1px; overflow: hidden;
}
.tt_mlmnu1 { /*case*/
	position:relative; left:0px; top:0px; width:100%; height:100%;
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;line-height: 25px;
}
.tt_mlmnu2 {/*layer 1-text layer*/
	position:absolute; left:0px; top:0px; width:100%; height:100%; 
	padding:10px;
	z-index:1;
}
.tt_mlmnu2rtik {/*right tick mark */
	position:absolute; left:calc(100% - 40px); top:20px; font-size:26px;
	z-index:2;
}
.tt_mlmnu_autoh{
	width: 100%;
    background-color: #ffffff;
    border-bottom: solid #cacaca 1px;
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;line-height: 25px;
	padding: 15px;
	cursor: pointer;
}
.tt_table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 2%;
}
.tt_tabletot {
	border-top:solid #cacaca 1px;
	font-weight:bold;
}
.tt_divtable {
	display: table;
}
.tt_flex {
	display: table-cell; vertical-align: middle; width:100%; height: 80%; padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/*form elements*/
.tt_txtareah40 { 
    width: 100%;
    height: 75px;
    background-color: #ffffff;
    padding: 10px;
    text-align: left;
    border: solid #cacaca 1px;
	border-radius:3px;
    font-size: 12px;
    line-height: 18px;
}



/*html object placments */
.w100p { width: 100%; }
.h100p { height: 100%;}
.w100h100 { width: 100%; height: 100%; }
.w60px { width: 60px; }
.w40p { width: 50%;}
.hauto { height: auto;}

.kpad20 { padding: 20px;}


.kborder0 {border: none; text-decoration: none;}

.h40p { height: 40%}


/*center an item vertically */
.k_vcenter {  position: absolute; margin: 0; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.k_vcenter2 {  position: relative; margin: 0; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); }



/*Retaj green background-color: #78755c; #0a363e*/



/*page papers */
.k_page0 { position:absolute; left:-100%; top:0px; width:100%; height:100%;
	background-color:rgb(211, 140, 140); overflow:auto; z-index:1;
	transition: 0.5s;		
}
/*page with no scrolling options*/
.k_page1 { position:absolute; left:-100%; top:0px; width:100%; height:100%;
	background-color:#FFF; overflow:hidden; z-index:2;
	transition: 0.5s;		
}/*page with scrolling option */
.k_page2 { position:absolute; left:-100%; top:0px; width:100%; height:100%;
	background-color:#FFF; overflow:hidden; z-index:2;
	transition: 0.5s;		
}
.kv_half {width:100%; height: 50%; float: left; background-color: #e1eafa} /*vertical half*/

.k_menucat {position: absolute; left: 0px; top: 0px; width: 40px; height: 100%;}
.k_menu {position: absolute; left: 0px; top: 0px; width: 24%; height: 100%; overflow-y: scroll;}
.k_stage {position: absolute; left: 24%; top: 0px; width: calc(76% - 40px); height: 100%;}
.k_rrbn {position: absolute; left: calc(100% - 40px); top: 0px; width: 40px; height: 100%;}

.k_icon {width:40px; height: 40px; padding: 5px; cursor: pointer; float: left; }
.k_iconprev {position:relative; left:calc(50% - 100px); top: calc(50% - 100px); width:200px; height: 200px; border: solid #6d6c6c 1px;  }


/*background colors */
.k_bg1 { background-color: #0a363e; }
.k_bg2 { background-color: #78755c; }
.k_bg3 { background-color: #fff; }
.k_bg4 { background-color: rgb(227, 228, 230); }
.k_bg5 { background-color: #e1e1e1; }

/*foreground colors*/
.k_fcolor1 { color: #0a363e; }
.k_fcolor2 { color: #78755c; }
.k_fcolor3 { color: #000000; }
.k_fcolor4 { color: #ffffff; }

/*fonts */
.k_font1 { font-family: tt_font1; }
.k_font2 { font-family: Arial, Helvetica, sans-serif }

/*text sizes */
.k_txt8 { font-size: 8px;}
.k_txt10 { font-size: 10px;}
.k_txt12 { font-size: 12px;}
.k_txt16 { font-size: 16px; }
.k_txt18 { font-size: 18px; }





/*general page */



.tt_txt18{
	font-size:18px; line-height:26px; 		
}
.tt_txt16{
	font-size:16px; line-height:22px; 		
}
.tt_txt12{
	font-size:12px;	line-height:28px; 
}
.tt_txt10{
	font-size:10px;	line-height:16px; 
}
.tt_txtbox {
    left:calc(50% - 90px); width:180px; height:30px; 
	background-color:#FFF; 
    border:solid #666 1px; border-radius:2px;     
    text-align:center;
}
.tt_btn140x30{
	position:relative; left:calc(50% - 70px); top:10px;
	width:140px; height:40px;
	border-radius:3px;
	line-height:38px; text-align:center;
	color:#FFF; cursor:pointer;
}
.stickme {
 	position: -webkit-sticky;
  	position: sticky;
}
.tt_red {
	color:#a32123;
}

/*check box */
.tt_check1 {
	width:80px; height:30px;
	padding: 2px; text-align: center;  color: rgb(39, 226, 21);
	border-radius: 2px; font-size: 18px;
}
  
/*chat tool*/
.tt_chat {
	position:fixed; left:calc(100% - 240px); top:calc(100% - 40px); width:200px; height:40px; background-color:#39C; z-index:151;
}








/*dynamic page elements ------------------------------------------------------------------------------------*/
.tt_login {
    position: absolute; left: 0px; width:100%; height:auto;
    text-align: center; font-family: tt_font1;
}


.tt_stage {
	position:absolute; left:5%; width:80%; height:auto; background-color:#f9f9f9; z-index:150;
}
.tt_rack {
	left:0px; width:100%; float:left; 
}
.tt_stage_r{
	text-align:right; display:block;		
}
.tt_full_wh {
	width:100%; height:100%;
}
.tt_fullwidth {
	width:100%;	
}
.tt_fullheight {
	height:100%;	
}
.tt_line {
	width:100%; height:auto; line-height:30px; font-size:16px;
}
.tt_line2 {
	width:100%; font-size:16px; background-color:#FC0; 
}
.tt_title { 
	color:#FFF; font-weight:bold; font-stretch:condensed; font-size:4vw;
}
.tt_title1 {
	color:#CCC;	font-size:1.5vw;
}
.tt_title2 {
	color:#333;	font-size:20px; font-weight:bold;
}
.tt_button {
	position:relative; left:calc(100% - 150px); top:0px; width:100px; height:38px; 
	line-height:36px; border:solid #666 1px; border-radius:2px; text-align:center;	
}
.k_btn300x50 {position: absolute; width:300px; height: 50px; border-radius: 6px; text-align: center; line-height: 50px; color: #fff; font-family: tt_font1; cursor: pointer; }
.k_right10 { right: 10px; position: absolute;}
.k_hide {display: none;}


/*rack 0  address bar*/
.tt_rack0 {
	top:0px; height:30px; width:100%; background-color:#333; z-index:1;
}
.tt_rack0_0 {
	position:absolute; line-height:30px; color:#CCC; width:80%;
}
.tt_rack0_1 {
	line-height:30px; color:#CCC; width:80%;
}

/*rack 1 menu bar*/
.tt_rack1 {
	position: -webkit-sticky;
  	position: sticky;
	top:0px;
	height:100px;
	background-color:#FFF;
	font-size: 20px;
	z-index:10;
	float:left;
}
.tt_rack1_0{ /*cg logo container */
	position:absolute; left: 10%; margin-top:20px; width:80%; height:72px; 
}
.tt_rack1_0_0 {/*logo image */
	position:absolute; left:0px; top:0px; width:54px; height:54px 
}
.tt_rack1_0_2 {/*logo desc*/
	position:absolute; left:55px; top:18px; height:40px; font-size:12px; 
}
.tt_rack1_1 { /* desktop menu container*/
	position:absolute; left:20%; top:20px; width:75%; height:65px; 
}
.tt_rack1_1_0{ /*menu list */
	float:right; width:auto;
	height:40px;
	margin:0px 0px 0px 16px;
	text-align:right;
	line-height:40px; 
	cursor:pointer;
	font-size:12px; 
}
.tt_rack1_3 {
	position:absolute; left:calc(100% - 50px); top:56px; width:40px; cursor:pointer; 
}
.tt_rack1_3_0 {
	height:4px; width:32px; margin:4px; float:left; background-color:#333; 
}


/*rev slider --------------------------------- */
.tt_rack2{
	width:100%; height:400px; overflow:hidden;
	/*background-image: linear-gradient(to right, #000,#CCC,#900);*/
	z-index:1; 
}
.tt_rack2box {  /*slides main box*/
	position:relative; left:0px; top:0px; width:100%; height:100%;	
}
.tt_rack2_0 {/*slide 0 container*/
	position:relative; left:-100%; top:0px; width:100%; height:100%;transition: 0.5s;	
}
.tt_rack2_0_0 { /*slide 0 image*/
	position:absolute; left:0px; top:0px; width:100%; z-index:1;
}
.tt_slidetxtbox {
	position:absolute; left:-100%; top:60%; width:60%; transition: 0.5s; z-index:2; 
}
.tt_slidedetail {
	position:absolute; left:-100%; top:75%; width:60%; transition: 0.5s; z-index:2; 
}
.tt_scrl { /*scroll btn */
	position:absolute; left:2%; top:40%; width:5%; height:10%;
	z-index:5;
	border:solid #FFF 1px;
	opacity:0.4; 
	cursor:pointer;
	text-align:center; color:#FFFFFF; font-size:3vw; font-stretch:condensed; 		
}
.tt_scrl1 {
	left:93%;	
}
.tt_rack2_1{/*rev slider case */
	height:400px;
}
.tt_slide {
	position:absolute; left:0px; top:0px; width:100%; height:100%; overflow:hidden; 
}
.tt_slidemoto {
	position:absolute;
	left:0px; top:50px; 
	width:500px; height:100px;
	z-index:4;
	padding-left:20px;
	color:#FFFFFF;
	font-size:28px;
}
.tt_slidetxtfilm {
	position:absolute;
	left:0px; top:calc(100% - 90px); 
	width:600px; height:70px;
	background-color:#CCC;
	opacity:0.3;
	z-index:3;
	padding-left:20px; 
}
.tt_slidetxtcase {
	position:absolute;
	left:0px; top:calc(100% - 90px); 
	width:600px; height:70px;
	z-index:4;
	border-radius:0px 20px 20px 0px;
	padding:10px 20px;
	color:#FFFFFF;
}
.tt_slide0 {
	position:absolute;
	left:0px; top:0px;
	width:1200px;
	height:400px;
	background-color:#FF6;
	font-size:18px;
}
.tt_slide1 {
	position:absolute;
	left:0px; top:0px;
	width:100%;
	height:100%;
	background-color:#FF6;
	font-size:18px;
	display:none;
}


/*produts array */
.tt_rack3 { 
	left:0px;
	z-index:1; background-color:#6699CC;
}
.tt_rack3_0{
	width:100%; line-height:20px; text-align:center; vertical-align:baseline; font-weight:bold; border-top:solid #e1e1e1 1px; padding:20px 10px 1px 10px;  float:left; 
}
.tt_rack3_1{
	width:100%; line-height:20px; text-align:center; font-size:14px; float:left; padding:10px 20px; 
}
.tt_rack3_1b{
	width:100%; text-align:center; font-size:12px; float:left;   
}
.tt_col50 {
	width:50%;float:left; background-color:#FC9; 
}
.tt_span {
	width:100%; padding-left:24px; text-align:left;	
}
.tt_filletbox{
	border-radius:6px; border:solid #999 1px; padding:20px;		
}

.tt_lineh30 {
		
}
.tt_colof1 {
	width:50%; height:300px; float:left; 
}
.tt_colof2 {
	width:50%; height:300px; float:left; 
}
.tt_row40 {
	width:100%; height:50px; border-bottom:solid #fff 1px; padding:6px; cursor:pointer;
}
.tt_txt100 {
	width:90%; height:30px; border-radius:6px; border:solid #999 1px; padding-left:6px; 
}
.tt_txt_f220 {
	width:220px; height:30px; border-radius:6px; border:solid #999 1px; padding-left:20px; 
}
.tt_pad10_50{
	padding:10px 30px;	
}
.tt_padleft_20 {
	padding-left:20px;	
}
.tt_w100 {
	width:100%;	
}
.tt_w90 {
	width:95%;
}
.tt_line_30 {
	line-height:30px;
}
.tt_padtop16 {
	padding-top:16px;
}
.tt_right20 {
	
}
.tt_button120 {
	position:relative; left:calc(100% - 200px); width:120px; height:40px; cursor:pointer; background-color:#c1c1c1; text-align:center; line-height:40px; vertical-align:middle; border:solid #999 1px; border-radius:4px;
}
.tt_cicon {
	font-size:30px;	
}
.tt_input {
	height:30px; border-radius:6px; border:solid #999 1px; padding-left:20px;
}
	









/*we have promo numbers, categories and countries-----------------------------------*/
.tt_icon {
	height:80%; margin-top:5%; 	
}
.tt_rack4_0 { 
	position:relative; left:0px; top:0px; width:100%; height:15vw;
	background-color:#f8f8f8;
}
.tt_rack4_0_0 {
	position:absolute; left:1%; top:0px; width:32%; height:100%; 
	font-size:3vw; color:#5e0101; text-align:center; 
}
.ttrack4_0_0a {
	width:100%; height:40%; text-align:center;
}
.ttrack4_0_0b {
	top:40%; width:100%; height:40%; text-align:center; font-size:3vw; padding-top:4%; 
}
.ttrack4_0_0c {
	top:80%; width:100%; height:20%;  text-align:center; font-size:1vw; 
}

.tt_rack4_0_1 {
	position:absolute; left:34%; top:0px; width:32%; height:100%; border-left:solid #e9e9e9 1px; border-right:solid #e9e9e9 1px; 
	font-size:3vw; color:#5e0101; text-align:center;	
}
.tt_rack4_0_2 {
	position:absolute; left:67%; top:0px; width:32%; height:100%; 
	font-size:3vw; color:#5e0101; text-align:center; 	
}





.tt_col0{
	position:absolute; left:10%; top:20px; width:40%; height:300px; background-color:#c9cdd8;
}
.tt_col1{
	position:absolute; left:50%; top:20px; width:40%; height:300px; background-color:#6C9;
}

/*footer */
.tt_rack4xxx { 
	height:300px;
	background-color:#033;
}
.tt_colf0{
	position:absolute; left:10%; top:20px; width:20%; height:300px; line-height:30px; color:#FFF;  
}
.tt_colf1{
	position:absolute; left:30%; top:20px; width:20%; height:300px; line-height:30px; color:#FFF;
}
.tt_colf2{
	position:absolute; left:50%; top:20px; width:20%; height:300px; line-height:30px; color:#FFF;
}
.tt_colf3{
	position:absolute; left:70%; top:20px; width:20%; height:300px; line-height:30px; color:#FFF;
}
.tt_rack4_0{
	
}


.tt_rack5 {
	z-index:9; 
	background-color:#FC6;
}
.tt_rack5_0{
	width:50%; line-height:24px; float:left;
	padding:20px; background-color:#69C;
}
.tt_rack5_1{
	width:50%; height:auto; line-height:24px; float:left;
	padding:20px; background-color:#F93;
}

/*mobile menu icon */

.tt_rack10 {
	background-color:#999999;
}
.tt_rack10a { /*title*/
	width:100%; line-height:30px; text-align:center; font-weight:bold; border-top:solid #e1e1e1 1px; padding-top:10px; float:left;
}
.tt_rack10b {/*title desc*/
	width:100%; line-height:20px; text-align:center; font-size:12px; padding:10px; float:left; 
}

.tt_rack10_0 {
	height:220px; width:33%; float:left;
}
.tt_rack10_0b {
	height:220px; width:34%; float:left;border-left:solid #e1e1e1 1px; border-right:solid #e1e1e1 1px;
}
.tt_rack10c {
	width:100%; line-height:20px; float:left;
}

.tt_rack10_0_0 {
	width:100%; line-height:30px; text-align:center; font-weight:bold; padding-top:10px;
}





/*copyright */
.tt_copyright {
	position:absolute; left:0px; top:calc(100% - 40px); width:100%; height:32px;
}
.tt_rack11_0 {
	height:30px; line-height:30px; padding:8px; font-size:12px; overflow:hidden; font-family: tt_font1;
}

/*default home page ====*/
.r_logo {
    left:calc(50% - 36px); top:0px;  width:72px; height:72px;
}

/* rack titles */
.tt_rackttl {
		
}























.tt_parr {
	position:absolute;
	width:300px; height:400px;
	background-color:#f1f1f1;
	border-radius:20px 0px;
	background-color:#fff;
}
.tt_parr0{
	top:0px; left:10px;
}
.tt_parr1{
	top:0px; left:350px;
}
.tt_parr2{
	top:0px; left:690px;
}
.tt_prodicon {
	position:absolute;
	top:-20px; left:110px;
	width:80px; height:80px;
	border-radius:40px;
	background-color:#42454a;
	color:#FFFFFF;
	line-height:80px;
	text-align:center;
	box-shadow: 4px 6px 10px #FFF;
}
.tt_prodttl {
	position:absolute;
	top:80px; left:5%;
	width:90%; height:calc(100% - 90px);
	text-align:center;
	font-weight:bold;
}
.tt_prodtxt {
	position:absolute;
	top:110px; left:5%;
	width:90%; height:calc(100% - 120px);
	color:#666666;
	line-height:24px;
}
.tt_btn1 {
	position:absolute;
	left:calc(50% - 60px);top:calc(100% - 50px);
	width:120px; height:30px;
	background-color:#42454a;
	border-radius:3px;
	line-height:30px; text-align:center;
	color:#FFF; cursor:pointer;
}










