/* CSS Document */
/* Global properties ======================================================== */

a {text-decoration: none !important;color:#000;}
a:hover{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#555;
}

.not-ie a {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}


/* =================================================================== */
/* Header
====================================================================== */
#header {
	min-height: 98px;
	margin-top:15px;
	z-index: 999;
	 background: #ECECEC url(../img/header_bg.gif) repeat-x; 
	position:absolute;
	left:0px;
	top:50px;
	width: 100%;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.ie8 #header {
	border-bottom: 1px solid #e9e9e9;
}


/* Logo
====================================*/
#logo > h1 {
    margin-top: 15px;
}
#logo a img {
	float: left;
	width: auto;
/*	margin-top:5px; */
}
.content{
	padding:30px 0 60px;
	position: relative;
}
.sub_content{
	margin-bottom:30px;
}

/* page_head Title
====================================*/
.page_head {
	border-bottom: 1px solid #eee;
	background:#f9f9f9;
	padding:30px 0;
}
.page_head h2 {
    float: left;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 28px;
    font-size:24px;
}


/* Menu
====================================*/
#navigation { float: right; z-index:9999;}
.js .selectnav { display: none; }

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li { position: relative;}
.menu ul ul {
	position: absolute;
	display: none;
	top: 100%;
	left:0px;
	z-index: 100;
	width: 175px;
}
.menu > ul li { float: left; cursor: pointer;}
.menu ul li:hover > ul { display: block; }
.menu ul a {display: block;position: relative;}

.menu ul ul li a.sf-with-ul:after{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: #FFFFFF;
    -moz-border-top-colors: none;
    border-color: #FFFFFF #FFFFFF #FFFFFF #afafaf;
    border-image: none;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    margin-top: -5px;
    position: absolute;
    right: .5em;
    top: 50%;
    width: 0;
    margin-right: -3px;
}
.menu ul ul li a:hover.sf-with-ul:after{
	border-color: #FBFBFB #FBFBFB #FBFBFB #006633;
	-moz-border-right-colors:#FBFBFB
}

.menu ul ul ul {top: 0; position: absolute;	display: none;	top: 0px;	left: -100%;}
.menu ul a { text-decoration: none;}
.menu ul > li > a {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1px;
	padding: 25px 18px 20px 18px;
	height:30px;
	overflow: hidden;
	/*border-bottom: 2px solid transparent; */
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: #64605F;
}

#current,
.menu ul li a:hover,
.menu ul > li:hover > a { 
	/* border-bottom: 2px solid #F90;*/
	color:#FFF;
	/* height:61px;
	background-color:#CCC; */
}
.menu ul li a:hover .sf-sub-indicator{
	color:#006633;
}

#current:after {

	bottom: -2.5px;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	margin: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	width: 5px;
}
.ie8 #current:after {
	display: none;
}
.menu ul li a {
	-webkit-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
	-moz-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
	-o-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
	-ms-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
	transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
}


/* Drop-Down */
.menu ul ul {
	background-color:#64605F;
	z-index: 999;
	/* border-radius: 0 0 3px 3px;
	border: 1px solid #fff;
	border-top: 1px solid #fff; */
	margin: 0px 0 0 0;
}

.menu > ul ul li:hover > a {
	/*border-bottom: 0;
	 background: transparent;*/
	color:fff;
}

.menu ul ul li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu ul ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 16px !important;
	border: 0;
}

.menu ul ul li { /*border-top: 1px solid #e8e8e8; */}
.menu ul ul li:first-child { border: 0; }

.menu ul ul li a:hover {
	color:#fff;
	/*background-color:#005B1E;*/
	font-size: 14px;
	border: 0;
	text-transform:capitalize;
	font-variant:small-caps;
}

.menu ul ul li a {
	-webkit-transition: background-color 50ms ease-in-out;
	-moz-transition: background-color 50ms ease-in-out;
	-o-transition: background-color 50ms ease-in-out;
	-ms-transition: background-color 50ms ease-in-out;
	transition: background-color 50ms ease-in-out;
}

.menu ul ul ul {
	border: 1px solid #e0e0e0;
	border-radius: 0 3px 3px 3px;
	margin: -1px 0 0 0;
}

.sf-sub-indicator {
	color: #c6c6c6;
	margin: 0 0 0 5px;
	width: 11px;
	display: inline-block;
	font-size: 12px;
	line-height: 0;
}

.menu ul ul .sf-sub-indicator .fa-angle-down { display: none; }


#jPanelMenu-menu #current { border-bottom: 1px solid #eee; }

#jPanelMenu-menu #current:after,
#jPanelMenu-menu .sf-sub-indicator { display: none; }

#jPanelMenu-menu li a {
	display:block;
	padding: 12px 20px !important;
	/*background-color: #f6f6f6; */
	border-bottom: 1px solid #f0f0f0;
	color: #000;
	font-weight: 500;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	font-weight: 500;
	outline: none;
}

#jPanelMenu-menu li a:hover { background-color: #000; color:#666; }

#jPanelMenu-menu li li a {
	background-color: #fff;
	padding-left: 30px !important;
}




/* Swipe.JS Slider 
============================== */
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	margin-top: 0;
}

.swipe-wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.swipe-wrap > li {
	float:left;
	width:100%;
	overflow: hidden;
	position: relative;
}

.swipe-navi {
    display: block;
    height: auto;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1001
}

.swipe-navi .swipe-left,
.swipe-navi .swipe-right {
	position: absolute;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	color:#fff;
	cursor: pointer;
	
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;	
	
	transition: all 200ms;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	background:#006633;

}
.swipe-navi .swipe-left:hover,
.swipe-navi .swipe-right:hover{
	background:#555 !important;
}
.swipe-wrap img {
    width: 100%;
}

.swipe:hover .swipe-navi .swipe-left{
	opacity: .9;
	zoom: 1;
	filter: alpha(opacity=90);
	margin-top: -27px;
}

.swipe:hover .swipe-navi .swipe-right {
	opacity: .9;
	zoom: 1;
	filter: alpha(opacity=90);
	margin-top: -27px;
}

.swipe-navi .swipe-left {
	left: 5px;
	margin-top: -32px;
}

.swipe-navi .swipe-right {
	right: 5px;
	margin-top: -22px;
}
.img-about {
    margin-top: 15px;
}


/*
PAGINATION
*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background:#006633;
	border-color: #006633;
}
.pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background:#ec7063;
	border-color: #ec7063;
}

a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#888888!important; color:#fff}
::-moz-selection{ background:#888888!important; color:#fff}

a:link{ color:#008c77; text-decoration: underline; outline:none}
a:hover{ color:#008c77; text-decoration: none; outline:none;  text-transform:capitalize; font-variant:small-caps;}
a:active{ color:#008c77; text-decoration: underline; outline:none}
a:visited{ color:#008c77; text-decoration: underline; outline:none}

body{border:0; font: 18px 'Segoe UI', Arial, Helvetica, sans-serif; color:#000 ; line-height:22px; min-width:320px; text-align:center;}
.container { position: relative; min-width: 320px; width:100%; margin:0 auto; text-align:left; left:2%;} 
.touchends_height350{position:relative; top:0px; left:0%;right:0; width:100%; min-height:350px; border-bottom:6px; border-bottom-color: #000; padding:10px; display:block}
.site_topbar{ width:100%; min-height:90px; background-color:#fff;/*  border:1px; border-bottom:solid; border-bottom-color:#990000;*/ font-size:14px; text-align:left;}
.fields100 {width:100%; height:35px;}
.fieldshigh100 {width:100%; height:100px;}
#message{ width:580px; height:200px; font-size:13px;}
.navbar200{float:left; width:185px; height:45px; color:#000; z-index:60; padding-top:4px; font-variant:small-caps; font-size:13px;}
.navbar200B{float:left; width:205px; height:45px; color:#000; z-index:60; margin-left:30px; padding-top:4px; font-variant:small-caps;}
.practices{float:left; width:300px; height:45px; color:#000; margin-right:20px; border:1px; border-style:solid; border-color:#e8e8e8; margin-bottom:20px; font-size:14px; padding-top:14px; padding-left:3px;}
.navbarlogo{float:left; width:30%; height:55px; color:#666; z-index:60; margin-left:1%; text-align:left;}
.navbarlogocart{float:left; width:67%; height:35px; color:#666; z-index:60; margin:1%; text-align:left; padding-top:20px;}
.navbarlogo1{float:left; width:60%; height:35px; color:#666; z-index:60; margin-left:2px; text-align:right; padding-top:20px;}
.navbarlogo2{float:left; width:150px; height:55px; color:#666; z-index:60; margin-left:2px; text-align:right;}
.left_top{ float:left; width:315px; height:385px; color:#666; margin:15px; font-size:13px;}
.left_slide{ float:left; width:640px; height:380px; color:#666; font-size:13px; overflow:hidden;}
.left_big{ float:left; width:28%; height:500px; color:#000; margin:1%; padding:10px; font-size:13px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); background-color:#f7f7f7; /*background-image:url(images/grey.png); background-repeat:repeat;*/ text-align:center;}
.left_bigty{ float:left; width:45%; height:490px; color:#000; margin:1%; padding:5px; font-size:13px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); background-color:#f7f7f7;  /*background-image:url(images/grey.png); background-repeat:repeat;*/ text-align:center;}
.100centby45{float:left; width:100%; min-height:45px; border-bottom:1px; border-bottom-style:dotted; border-bottom-color:#999900; margin-bottom:5px;}
.left_bigymy{ float:left; width:210px; height:350px; color:#000; margin:5px; padding:10px; font-size:13px; text-transform:capitalize;  margin-bottom:40px;}
.left_bigysmallw{ float:left; width:450px; height:450px; color:#000; margin:5px; padding:10px; font-size:13px; text-transform:capitalize; overflow:hidden;}
.left_big610{ float:left; max-width:610px; min-height:370px; color:#000; margin-top:15px; font-size:14px; text-align:justify; }
.left_big310{ float:left; width:120px; height:40px; color:#f7f7f7; margin:5px; font-size:12px;}
.left_big310 a{ color:#fff; margin:5px; font-size:14px;}
.left_big310ha{ float:left; width:220px; height:auto; padding:2px; font-size:14px; border-bottom:1px; border-bottom-style:solid; border-bottom-color:#CCC;}
.left_big310xa{ float:left; width:185px; height:265px; padding:2px; font-size:14px; border:1px; border-style:solid; border-color:#CCC;}
#justFloat{ width:100%; float:left;}
.left_big310wa{ float:left; width:200px; height:80px; color:#f7f7f7; margin-top:5px; font-size:13px;}
.left_big350b{ float:left; width:43%; height:410px; color:#000;margin:15px; font-size:13px; background-color:#fff; padding:2%; margin-top:60px; overflow:hidden; }
.left_big350bax{ float:left; width:44%; min-height:410px; color:#fff; margin:15px; font-size:13px; padding:1%; margin-top:60px; overflow:hidden; }
.left_big350bax2{ float:left; width:44%; min-height:410px; color:#000; margin:15px; font-size:14px; padding:1%; margin-top:60px; overflow:hidden; }
.left_big350bye{ float:left; width:94%; min-height:150px; color:#000;margin:15px; font-size:13px; background-color:#fff; padding:1%; margin-top:10px; overflow-x:hidden;  overflow-y:auto;}
.left_big350byeb{ float:left; width:46%; min-height:430px; color:#000;margin:15px; font-size:13px; overflow-x:hidden;  overflow-y:auto;}
.left_big350bselect{ float:left; width:450px; min-height:250px; text-align:left; color:#000;margin:8px; font-size:13px; background-color:#fff; padding:10px; margin-top:70px; border:1px; border-style:solid; border-color:#e8e8e8; text-align:left;}
.left_big350bselectC{float:left; width:130px; height:30px; color:#000; font-size:15px; background-color:#fff; padding:5px; border:1px; border-style:solid; border-color:#e8e8e8;}
.left_big350TY{ float:left; width:320px; height:200px; color:#000; font-size:16px; background-color:#e8e8e8; margin:5px; text-align:center;}
.left_big350b2{ float:left; width:400px; height:400px; color:#000;font-size:13px;}
.left_big350b3{ float:left; width:595px; height:400px; color:#000;font-size:13px; background-color:#64605F;}
.left_big350bz{ float:left; width:580px; min-height:550px; color:#000;margin:5px; font-size:13px; background-color:#fff; border:1px; border-style:solid; border-color:#CCC; border-top:3px; border-top-color:#F30; border-top-style:solid; padding:5px;}
.left_big350bz-small{ float:left; width:680px; min-height:493px; color:#000;margin:5px; font-size:13px; background-color:#fff; border:1px; border-style:solid; border-color:#CCC; border-top:3px; border-top-color:#F30; border-top-style:solid; padding:5px;}
.left_big350bzqz{ float:left; width:580px; min-height:550px; color:#000;margin:5px; font-size:14px; background-color:#fff; border:1px; border-style:solid; border-color:#CCC; border-top:3px; border-top-color:#F30; border-top-style:solid; padding:5px;}
.left_big350bzl{ float:left; width:950px; min-height:400px; color:#000;margin:5px; font-size:13px; background-color:#fff; border:1px; border-style:solid; border-color:#CCC; border-top:3px; border-top-color:#F30; border-top-style:solid; padding:5px;}
.left_big400c{ float:left; width:360px; height:350px; color:#000;margin:5px; font-size:13px; background-image:url(images/a.png); background-repeat:no-repeat; padding:5px; color:#fff;}
.left_big400dq{float:left; width:360px; min-height:450px; color:#000;margin:5px; font-size:13px; padding:5px;  margin-top:50px;}
.left_big400dqA{float:left; width:360px; min-height:450px; color:#000;margin:5px; font-size:13px; padding:5px;  margin-top:30px; border:1px; border-style:solid; border-color:#CCC;}
.left_big400dqAB{float:left; width:260px; min-height:450px; color:#000;margin:5px; font-size:13px; padding:5px;  margin-top:30px; border:1px; border-style:solid; border-color:#CCC;}
.left_big400dqAx{float:left; width:360px; min-height:250px; color:#000;margin:5px; font-size:13px; padding:5px;  margin-top:50px; border:1px; border-style:solid; border-color:#CCC;}
.left_big400dqAxQ{float:left; width:290px; min-height:350px; color:#000;margin:5px; font-size:13px; padding:5px;  margin-top:50px; border:1px; border-style:solid; border-color:#CCC;}
.left_big400dqBx{float:left; width:530px; min-height:250px; color:#000;margin:5px; font-size:13px; padding:5px;  margin-top:50px; border:1px; border-style:solid; border-color:#CCC;}
.left_big400dqA2{float:left; width:580px; min-height:450px; color:#000;margin:5px; font-size:13px; padding:5px;  margin-top:50px; border:1px; border-style:solid; border-color:#CCC;}
.left_big400dqAU{float:left; width:500px; height:350px; color:#000;margin:5px; font-size:13px; padding:5px;  margin-top:20px; border:1px; border-style:solid; border-color:#CCC;}
.left_big400dqAV{float:left; width:360px; height:350px; color:#000;margin:5px; font-size:13px; padding:5px;  margin-top:20px; border:1px; border-style:solid; border-color:#CCC;}
.left_big320{ float:left; width:320px; height:370px; color:#000;margin:5px; font-size:13px; background-color:#fff;  }
.left_big320d{ float:left; width:320px; height:380px; color:#000;margin:5px; font-size:13px; background-color:#fff;  }
.left_big480{ float:left; width:480px; height:450px; color:#666; margin:8px; margin-top:15px; font-size:13px; border:1px; border-style:solid; border-color:#666;}
#left_help{ float:left; position:fixed; right:-10px; bottom:-10px; background-color:#36C; z-index:11; width:380px; height:300px; color:#666; margin:8px; margin-top:15px; font-size:13px; border:1px; border-style:solid; border-color:#666;}
.left_kp480{ float:left; width:610px; min-height:485px; color:#666; margin:8px; margin-top:15px; font-size:13px; border:1px; border-style:solid; border-color:#e8e8e8;}
.left_bigkp{ float:left; width:315px; min-height:460px; color:#666; margin:15px; font-size:13px;}
.left_bigR960{ float:left; padding:5px; width:985px; height:385px; color:#666; margin-top:80px;}
#congs{width:500px; height:140px;}

.topab { height:350px; z-index:1; position:absolute; top:7px; left:0px; right:0px; height:370px; }
.downab { width:100%;  z-index:4; margin-bottom:50px; position:relative; top:230px; }

.just100{ width:100%; height:auto; float:left;}
.just95{ width:98%; height:auto; float:left;}
.just100-min400{ width:100%; min-height:400px; float:left; overflow:hidden; margin-bottom:10px;}
#idOn{ /*background-image:url(images/head1.png); background-repeat:no-repeat; */ margin-top:10px;}
#idTw{ /*background-image:url(images/head2.png); background-repeat:no-repeat; */ margin-top:10px;}
#idTh{ /*background-image:url(images/tsc.png); background-repeat:no-repeat; */ margin-top:10px;}
#idOn a{ color: #FFF; font-size:15px;}
#idOn a{ color: #FFF; font-size:15px;}
#idTw  a{ color:#FFF; font-size:15px;}
#idTh a{ color:#FFF; font-size:15px;}
#idTw  a:hover{ color:#FFF; font-size:13px;}
#idTh a:hover{ color:#FFF; font-size:13px;}
#trackee { border:1px; border-style:solid; border-color:#fff;}
#trOn, #trTw, #trTh {width:300px; height:380px; float:left; position:fixed; left:20px; bottom:0px; z-index:500; background-image:url(images/tbold.png); background-repeat:no-repeat; color:#fff; text-align:left; font-size:13px; padding:8px;}
#tld{ width:96%; border:1px; border-style:solid; background-color:#ECECEC; border-color:#ECECEC; color: #333; font-size:13px; margin-top:4px;}
#tld2, #tld3, #tld4, #tld5, #tld6, #tld7, #tld8, #tld9, #tld10 { width:250px; border:1px; border-style:solid; border-color:#fff; background-color:#000; color:#fff; font-size:15px; margin-top:4px; font-weight:bold;}
#usernamel, #passwordl { width:270px; height:29px; border:1px; border-style:solid; border-color:#fff; background-color:#108674; color:#fff; font-size:13px;}

#bliss { color:#fff;}
#bliss a{ color:#fff;}

#bluk { color:#000;}
#bluk a{ color:#000;}

#pp a { color:#fff; }
#pp a:hover { color:#fff; font-size:15px;}

.comment{ width:460px; padding:5px; min-height:110px; font-size:13px; text-align:left; float:left; margin-top:4px; border-left:solid; border-left-width:2px; border-left-color:#000;}
#commentbox{width:188px; height:35px; border:1px; border-style:solid; border-color:#e8e8e8; float:nfour; padding:5px; font-size:15px; text-align:center;}
#commentbox a{width:188px; height:35px; border:1px; border-style:solid; border-color:#e8e8e8; float:none; padding:5px; font-size:15px; text-align:center; color:#fff;}
#commentbox a:hover{width:188px; height:35px; border:1px;  float:none; padding:5px; font-size:15px; text-align:center; background-color:#fff; color:#ccc;}

#linkbox a{height:30px; width:50%; float:none; padding:5px; font-size:18px; border:1px; border-style:solid; border-color:#fff; color:#fff; font-style:100; font-weight: 100;}
#linkbox a:hover{min-width:50%; height:30px; border:1px; border-style:solid; border-color:#fff; float:none; padding:5px; font-size:19px; text-align:center; background-color:#000; color:#fff; font-style:100; font-weight: 100;}

.topfixed{
	position:fixed;
	left:0%;
	right:0%;
	top:-65px;
	margin-left:-10px;
	padding-top:10px;
	padding-left:20px;
	width:100%;
	max-height:72px;
	font-size:12px;
	color:#666;
	float:left;
	z-index:50;
}


/*========================================================*/

.bottom_border{	border-bottom:1px; border-bottom-style:solid; border-bottom-color:#E0E0E0;}
.upda8s {position:fixed; left:-2px; top:250px; width:115px; height:auto; font-size:14px; color:#000; z-index:5; background-color:#666}

.form470_font16 {
	width:470px;
	height:45px;
	font-size: 16px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.green20{	
	color:#0D8573;
	font-size:20px;}
.h87{
	height:87px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
font-weight: 100;
}
.f150x35{
	width:132px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
font-weight: 100;
}
.m50x35{
	width:43px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
font-weight: 100;
}
.m694x100{
	width:100%;
	height:100px;
	font-size: 13px;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.425x100{
	width:100%;
	height:100px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m425x100{
	width:100%;
	height:100px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m475x230{
	width:100%;
	height:230px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m300x35{
	width:100%;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m300x100{
	width:100%;
	height:100px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m150x35{
	width:100%;
	height:28px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.msearch{
	width:300px;
	height:28px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	
}
.m425x35{
	width:100%;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.green12 {
	color:#000;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.overall950 {
	width:950px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.white22 {
	color: #FFF;
	font-size: 22px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.font22 {
	color: #000;
	font-size: 22px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.gold22 {
	color:#FFCC00;
	font-size: 22px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.font11a {
	font-size: 11px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.MM288 {
	color:#666;
	width:288px;
	height:28px;
	font-size: 14px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.110width {
	width:110px;
	font-size: 12px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.white13 {
	color: #FFF;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.white12 {
	color: #FFF;
	font-size: 11px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.pink16 {
	color: #E16B6C;
	font-size: 14px;
	font-stretch:narrower;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.pink12 {
	color: #E16B6C;
	font-size: 12px;
	font-stretch:narrower;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.white16 {
	color: #FFF;
	font-size: 16px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.font11 {
	color: #FC0;
	font-size: 11px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.dark12t11 {
	color: #000000;
	font-size: 12px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.form630_font16 {
	width:630px;
	height:45px;
	font-size: 16px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_font16 {
	font-size: 16px;
	font-style: 100;
	font-family:  Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_450x100 {
	width:450px;
	height:100px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_465x35 {
	width:465px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_450x35 {
	color:#000;
	width:450px;
	height:35px;
	font-size: 14px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_440x35 {
	color:#000;
	width:440px;
	height:35px;
	font-size: 14px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_16blue{
	color:#000;
	font-size: 16px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_14blue2{
	color:#000;
	font-size: 23px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_14RED2{
	color: #F00;
	font-size: 26px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_14white2{
	color:#fff;
	font-size: 26px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}

.f0_14blue{
	color:#000;
	font-size: 14px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_14blue235x35{
	width:235px;
	height:35px;
	color:#000;
	font-size: 14px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.zf0_14_470x35{
	width:470px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.zf0_14_470x65{
	width:470px;
	height:100px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.zf0_14_235x35{
	width:235px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.zf0_14_235x65{
	width:235px;
	height:65px;
	font-size: 13px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0nt_14 {
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;

}
.f0nt_14nav {
	font-size: 14px;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	
}
.f0nt_13{
	font-size: 13px;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	
}
.f0nt_13nav{
	font-size: 13px;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
}
.f0nt_32{
	font-size: 32px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0nt_28black{
	font-size: 28px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
	color:#000;
}
.f0nt_28white{
	font-size: 28px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
	color:#fff;
}
.f0nt_32white{
	color: #FFFFFF;
	font-size: 32px;
	font-style: 100;
	font-family: Segoe UI, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.yellow16{
	color:#FC0;
	font-size:16px;
	font-style:100;
	font-family:Segoe UI, Tahoma, Arial, sans-serif;	
	font-weight: 100;
}
.orange16{
	color: #F93;
	font-size:16px;
	font-style:100;
	font-family:Segoe UI, Tahoma, Arial, sans-serif;	
	font-weight: 100;
}

.721-11{
	width:721px;
	font-size:11px;
	font-style:100;
	font-family:Segoe UI, Tahoma, Arial, sans-serif;	
}
.width100{
	width:100px;
	font-size:13px;
	font-style:100;
	font-family:Segoe UI, Tahoma, Arial, sans-serif;	
}
.width60{
	width:60px;
	font-size:13px;
	font-style:100;
	font-family:Segoe UI, Tahoma, Arial, sans-serif;	
}

#pickbox a:link {color:#FC0;}
#pickbox a:active {color:#FC0;}
#pickbox a:hover {color:#FC0; font-size:20px; text-decoration:underline;}
#pickbox a:visited {color:#FC0;}



/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}

/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px){
#shapiro {position:relative; top:-32px; width:470px; float:left}
	#pra {position:absolute; left:20px;}
	#shorter {visibility:hidden;}
	#pade {visibility:hidden;}
	#picks {visibility:hidden;}
	#endsx {position:fixed; right:0px; bottom:-60px;}  
	/*.touchends_height350{ position:relative; width:1300px; height:auto; overflow:hidden; }*/
	.botfixed{
	background-color:#ECECEC;
	position:relative;
	bottom:-580px;
	margin-left:-10px;
	padding-top:10px;
	padding-left:5%;
	width:99%;
	font-size:12px;
	color:#fff;
	float:left;
	z-index:10;
	height:470px;
}
.botfixeds{
	position:relative;
	left:-10px;
    background-color:#ECECEC;
	right:0px;
	margin-left:-10px;
	padding-top:10px;
	padding-left:5%;
	width:99%;
	height:470px;
	font-size:12px;
	color:#666;
	float:left;
	z-index:50;
}
.Bottomy{ float:left; padding:10px; width:300px; height:130px; margin-right:10px; color:#333; margin-top:20px; font-size:11px; text-align:left;}
.Bottomyd{ float:left; padding:10px; width:29%; min-height:10px; margin-right:2%; color:#666; font-size:11px; text-align:left;}
.Bottomyd a{ color:#2A1A4B; font-size:11px;}
.Bottomyd a:hover{ color:#333; font-size:12px;}
.about1{ float:left; width:67%; min-height:330px; color:#000; font-size:15px;  padding:10px; margin-top:74px;/* border:1px; border-style:solid; border-color:#e8e8e8;  */overflow:hidden; font-size:14px;}
.about11{ float:left; width:95%; min-height:120px; color:#000; font-size:15px;  padding:10px; margin-top:14px;/* border:1px; border-style:solid; border-color:#e8e8e8;  */overflow:hidden; font-size:14px;}
.about1a{ float:left; width:23%; min-height:430px; color:#000; font-size:20px; margin-right:20px; margin-top:50px; color:#FFF; font-size:15px; /*overflow:hidden;*/}
.about2{ float:left; width:28%; height:550px; color:#000; font-size:14px; padding:2px; /*border:1px; border-style:solid; border-color:#e8e8e8; font-size:15px; */ margin:1%; overflow:hidden; margin-bottom:60px;}
.about2vx{ float:left; width:32%; height:350px; color:#000; font-size:14px; padding:10px; margin-top:50px; border:1px; border-style:solid; border-color:#e8e8e8; font-size:15px; margin-right:1%; margin-bottom:50px; float:left;}
.aboutcode{ float:left; width:1278px; height:450px;  color:#000; font-size:14px; padding:10px; margin-top:90px; /*border:1px; border-style:solid; border-color:#e8e8e8; background-color:#f8f8f8;*/ font-size:15px; margin-right:4px; float:left; text-align:left;}
.aboutEvent{ float:left; width:42%; height:350px; color:#000; font-size:14px; padding:2%; margin-top:5px; border:1px; border-style:solid; border-color:#e8e8e8; font-size:15px; margin-right:2%; float:left; background-color:#333; overflow:hidden;}
.careerwork{ float:left; width:42%; min-height:280px; color:#000; font-size:14px; padding:1%; margin-top:20px; /*border:1px; border-style:solid; border-color:#e8e8e8;*/ font-size:15px; margin-right:2%; float:left;}
.career1{ float:left; width:90%; height:190px; color:#000; font-size:14px; background-color:#fff; padding:10px; margin-top:70px; /*border:1px; border-style:solid; border-color:#e8e8e8;*/ overflow:hidden;}

.careerjoin{ float:left; width:1278px; height:450px; background-color:#f8f8f8; color:#000; font-size:13px; padding:10px; margin-top:20px; border:1px; border-style:solid; border-color:#e8e8e8; font-size:15px; margin-right:4px; float:left; text-align:center;}
.career-blocks{float:left; width:190px; heigh4t:180px; color: #666; font-size:13px;  margin-top:20px; text-align:center; background-image:url(images/careermk.png); background-repeat:no-repeat; margin-left:19px; cursor:pointer;}
.contactus{ float:left; width:96%; min-height:450px; background-color:#CCC; color:#000; font-size:13px; padding:10px; margin-top:20px; border:1px; border-style:solid; border-color:#e8e8e8; font-size:15px; margin-right:4px; float:left; text-align:left;}
.support2{ float:left; width:97%; min-height:600px; color:#000; font-size:13px; padding:10px; font-size:15px; margin-right:16px; margin-bottom:50px; float:left;}
.support-blocks{float:left; width:350px; height:140px; color:#fff; font-size:13px; padding:10px; margin:25px; text-align:left; border:1px; border-style:solid; border-color:#FFF; cursor:pointer;}

.supportbanner{ float:left; width:51%; height:150px; color:#000; font-size:13px; padding:2%; margin-top:50px; font-size:15px; margin-right:2%; margin-bottom:50px; float:left;}
.supportbanner2{ float:left; width:36%; height:150px; color:#000; font-size:13px; padding:2%; margin-top:50px; font-size:15px; margin-right:2%; margin-bottom:50px; float:left;}
#email,#phone, #fullname, #gender, #position, #avatarm  { width:100%; height:50px; border:1px; border-color:#ccc; border-style:solid; font-size:14px; }

.seligtom-short{ float:left; width:28%; height:260px; color:#000; margin:1%; padding:10px; font-size:13px; background-image:url(images/grey.png); background-repeat:repeat; text-align:center;}

}

/* ===================================================== */
/* SMART PHONE AND TABS LAYOUT SETTING								 */
/* ===================================================== */
#mobile-navigation { display: none; }
@media only screen and (max-width:900px) {
	
	#shapiro {position:relative; top:0px; max-width:470px; float:left; margin-bottom:10px; font-size:29px;}
	#toppush {position:absolute; top:35px;}
	#seren, #itale {visibility:hidden;}
	#lala {position:relative; top:40px; right:-40px;}
	#shorter{visibility: visible; background-color:#2A1A4B; width:100%; min-height:80px; z-index:99999; float:left; position:absolute; top:0px; left:0px; color:#FFF; font-size:13px;}
		#pade{visibility: visible; background-color:#030; width:10%; height:53px; overflow:hidden; position:fixed; top:0px; bottom:0px; z-index:99999; left:170px; cursor:pointer;}
	.touchends_height350{ position:absolute;  width:auto; overflow:hidden}
#shorter a:hover {color:#e8e8e8; text-decoration:underline; font-size:15px;}
#shorter a {color:#fff; }	
#slick {max-width:305px;} 
.seligtom-short {float:left; width:100%; min-height:250px; background-color:#f7f7f7; border:1px; border-style:solid; border-color:#000; padding:2%;}

.left_big, .left_bigty, .left_big350bz, .left_big350bax, .left_big350bax2, .left_big400dq, .left_big350b, .left_big400c, .left_big350bzqz, .left_big400dqA, .left_big350bzqz, left_big350bye, .left_big350byeb,   .left_big350bz-small, .left_big350bselect, .left_bigysmallw, #feeder, #justFloat {width:95%; height:auto; overflow:hidden; border-bottom:1px; border-bottom-style: dotted; border-bottom-color:#CCC; padding:5px; text-align:justify;}
.left_big350bzl {width:320px; min-height:auto; overflow:auto; border:1px; border-bottom:1px; border-bottom-style: dotted; border-bottom-color:#CCC; border-top-style:solid; padding:5px; text-align:justify;}

.Bottomyd{ float:left; text-align:left;  width:100%; min-height:10px; margin-right:10px; color:#333; font-size:11px;}
.Bottomyd a{ color:#2A1A4B; font-size:11px;}
.Bottomyd a:hover{ color:#333; font-size:12px;}
.left_big350bselectC{float:left; width:340px; height:30px; color:#000; font-size:15px; background-color:#fff; padding:5px; border-bottom:1px; border-bottom-style: dotted; border-bottom-color:#CCC;}

#thinone, #thintwo, #thinthree, #thinfour, #thinfive, #thinsix {width:100%; height:auto; overflow:hidden; padding-left:2px; position:relative; left:-5px;}
#thinoneYY {width:350px; height:auto; overflow:hidden; padding-left:2px; background:#000;}
#thinoneP, #thintwoP, #scatrt {width:320px; height:auto; overflow:hidden; padding-left:10px;}
#producttype, #classtype, #gender , #status, #groupChoice, #Eligibility, #grouphead, #classroom2, #Groupname2, #subject, #message, #email, #origin, #mobile, #origin, #birthday, #address, #lastname, #username, #fullname, #password, #category {width:100%;}
#divthin, #divthintw, #divthinth, #divthinfo, #divthinfi, #divthinsi, #divthinse, #divthinei {width:285px; overflow:hidden; border-bottom:1px; border-bottom-style: dotted; border-bottom-color:#CCC;}
#thinoneg {visibility:hidden;}
.comment{ padding:5px; width:auto; height:auto; font-size:13px; text-align:left; float:left; margin:8px; border-left:solid; border-left-width:2px; border-left-color:#000;}
#siftone, #sifttwo {margin-bottom:22px;}
.just100b{ width:100%; min-height:10px; float:left;}
.topab { visibility:hidden;}
.downab { width:100%;}
#sarop { color:#FFF;}
#origin_city, #origin_area, #dest_city, #dest_area, #clocate, #weight, #dimensions, #content, #goods_values, #send_name, #send_address, #send_phone, #send_email, #date_req, #time_rec, #rec_name, #rec_add, #rec_phone, #rec_email, #shipment_no, #fullname, #phone, #email, #messages, #name, #itemz, #address, #desc, #brand, #Id, #cost, #typed {width:100%;}

.botfixed, .topfixed, .site_topbar, #pleased { visibility:hidden;}

}




@media only screen and (min-width: 148px) and (max-width: 767px){
#toppush {position:absolute; top:35px;}
#seren {visibility:hidden;}
	
		#pade{visibility: visible; background-color:#030; width:10%; height:53px; overflow:hidden; position:fixed; top:0px; bottom:0px; z-index:99999; left:170px; cursor:pointer;}
		#slick {max-width:305px;}

#header #logo {
		width: 124px;
		left: 250%;
		position: absolute;
		z-index: 99;
		margin:-5px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	#slick {max-width:305px;}
	
	#header {
		height: 80px;
	}
	#seren {visibility:hidden;}
	#header #logo {
		width: 124px;
		left: 250%;
		position: absolute;
		z-index: 99;
		margin:-5px auto 0;
	}
}




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

#slick {max-width:305px;}
	#mobile-navigation {
		display: block;
	}
	#header {
		height: 80px;
	}
#seren {visibility:hidden;}
}




@media only screen and (width: 640px) {
}
@media only screen and (max-width: 480px) {
	#header #logo {
		left: 5%;
		margin: -5px auto 0;
		position: relative;
		z-index: 99;
	}
	#seren {visibility:hidden;}
	#slick {max-width:305px;}
	#responsive { display: none; }
}




@media only screen and (max-width: 360px),
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 360px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 360px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 360px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 360px),
only screen and (                min-resolution: 192dpi) and (max-width: 360px),
only screen and (                min-resolution: 2dppx)  and (max-width: 360px){
	.rs_box .col-md-4.col-lg-4 {
		float: none;
		width: 100%;
	}
	#header #logo{
		margin:-8px auto 0;
	}
	#slick {max-width:305px;}
	#seren {visibility:hidden;}
}


@media only screen and (max-width: 400px),
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 400px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (                min-resolution: 192dpi) and (max-width: 400px),
only screen and (                min-resolution: 2dppx)  and (max-width: 400px){
	#header #logo{
		margin:-5px auto 0;
		left:5%;
	}
#slim {width:300px;}
}
