/* 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 {
	height: 150px;
	margin-top:15px;
	z-index: 999;
	 background: #A40000 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: 0;
	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;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: #000;
}

#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: #357286;
	z-index: 999;
	/* border-radius: 0 0 3px 3px;
	border: 1px solid #fff;
	border-top: 1px solid #fff; */
	margin: -2px 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:#000;
	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:#fff; text-decoration: underline; outline:none}
a:hover{ color:#fff; text-decoration: none; outline:none;  text-transform:capitalize; font-variant:small-caps;}
a:active{ color:#fff; text-decoration: underline; outline:none}
a:visited{ color:#fff; text-decoration: underline; outline:none}

body{border:0; font: 18px 'Calibri', Arial, Helvetica, sans-serif; color:#000 ; line-height:22px; min-width:320px; text-align:center;}
.container { position: relative; min-width: 320px; max-width:1000px; margin:0 auto; text-align:left;} 
.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:#CB3326;/*  border:1px; border-bottom:solid; border-bottom-color:#990000;*/ font-size:14px; text-align:left;}

#message{ width:580px; height:200px; font-size:13px;}
.navbar200{float:left; width:135px; height:45px; color:#000; z-index:60; padding-top:8px;}
.navbar200B{float:left; width:130px; height:45px; color:#000; z-index:60; margin-left:30px; padding-top:8px;}

.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:2px; text-align:right;}
.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;}
.navbarsocial{float:left; width:400px; height:45px; color:#000; z-index:60; padding:4px; position:absolute; right:-4px; top:7px;}
.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_homedown1{ float:left; width:58%; height:250px; color:#000; font-size:17px; overflow:hidden;}
.left_homedown2{ float:left; width:40%; height:330px; color:#666; font-size:13px; overflow:hidden; border-left:1px; border-left-style:solid; border-left-color:#333; padding-left:10px;}
.left_invoicedown1{ float:left; width:60%; min-height:350px; color:#666; font-size:15px; overflow:hidden;}
.left_invoicedown2{ float:left; width:38%; min-height:350px; color:#666; font-size:15px; overflow:hidden; border-left:1px; border-left-style:solid; border-left-color:#333; padding-left:10px;}
.left_aboutdown1{ float:left; width:40%; height:460px; color:#666; padding-top:60px; text-align:left; overflow:hidden;}
.left_aboutdown1a{ float:left; width:60%; min-height:260px; color:#666; padding-top:60px; text-align:left;}
.left_aboutdown1b{ float:left; width:100%; height:460px; color:#666; padding-top:60px; text-align:left;}
.left_aboutdown1c{ float:left; width:100%; height:460px; color:#666; text-align:left;}
.left_contact1{ float:left; width:100%; height:40px; padding-top:10px; padding-left:10px; border:1px; border-style:solid; border-color:#CCC; margin-top:20px;}
.left_contact2{ float:left; width:100%; min-height:470px;  padding-top:10px; padding-left:10px; border:1px; border-style:solid; border-color:#CCC; background-color:#FFF;}
.left_team1{ float:left; width:100%; height:40px; padding-top:10px; padding-left:10px; font-size:42px; margin-top:50px; margin-bottom:20px;}
.left_team{ float:left; width:100%; min-height:470px;  padding-top:10px; padding-left:10px;}
.left_bigUS{ float:left; width:32%; min-height:380px; color:#fff; font-size:13px; background-color:#000; margin:1px; text-align:left; padding-top:10px; padding:5px;}
.left_bigauthor{ float:left; width:32%; min-height:240px; color:#000; font-size:13px;  margin-right:3px; text-align:left;}
.left_bigauthor2{ float:left; width:65%; min-height:240px; color:#000; font-size:13px; text-align:left;}
.left_bigauthor3{ float:left; width:65%; min-height:60px; color:#000; font-size:13px; text-align:left;}
.left_bigUSwhyt{ float:left; width:32%; height:200px; color:#000; font-size:13px; margin:1px; text-align:left; padding:5px; border-bottom:1px; border-bottom-style:solid; border-bottom-color:#CCC;}
.left_bigUSTeam{ float:left; width:31%; height:460px; color:#000; font-size:13px; margin:4px; text-align:left; padding:5px; border:1px; border-style:solid; border-color:#CCC; background-color:#FFF; text-align:center; margin-bottom:55px;}
.left_bigsmedia{ float:left; width:250px; height:110px; margin-top:20px;}
.left_bigy{ float:left; width:220px; height:300px; color:#000; margin:10px; padding:1px; font-size:13px; text-transform:capitalize;  background-color:#fff;}
.left_bigylay{ float:left; width:270px; height:350px; color:#000; margin:10px; padding:1px; font-size:13px; text-transform:capitalize;}
.left_bigymy{ float:left; width:260px; height:auto; padding-bottom:10px; color:#000; font-size:13px; text-align:center;  margin-bottom:40px; background-color:#DDD;}
.left_bigysmallw{ float:left; width:450px; height:auto; color:#000; margin:5px; padding:10px; font-size:13px; text-transform:capitalize;}
.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:450px; height:320px; color:#000;margin:15px; font-size:13px; background-color:#fff; padding:10px; margin-top:60px; overflow:hidden; }
.left_big350bye{ float:left; width:445px; height:500px; color:#000;margin:15px; font-size:13px; background-color:#fff; padding:10px; margin-top:60px; overflow-x:hidden;  overflow-y:auto; border:1px; border-style:solid; border-color:#e8e8e8;}
.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:#FF6600;}
.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;}
.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; */ height:69px; border-left:1px; border-left-style:solid; border-left-color:#900; font-size:20px;}
#idTw{ /*background-image:url(images/head2.png); background-repeat:no-repeat; */ height:69px; border-left:1px; border-left-style:solid; border-left-color:#900; font-size:20px;}
#idTww{ /*background-image:url(images/head2.png); background-repeat:no-repeat; */ height:69px; border-left:1px; border-left-style:solid; border-left-color:#900; background-color: #660000; font-size:20px;}
#idTh{ /*background-image:url(images/tsc.png); background-repeat:no-repeat; */ height:69px; border-left:1px; border-left-style:solid; border-left-color:#900; font-size:15px;}
#idOn a{ color: #fff; font-size:15px;}
#idTw  a{ color:#fff; font-size:15px;}
#idTww  a{ color:#fff; font-size:15px;}
#idTh a{ color:#fff; font-size:15px;}
#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:140px; border:1px; border-style:solid; border-color:#000; color:#000; font-size:13px; background-color:#000; height:40px; font-size:16px;}
#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;}
 #newstab{ color:#000; font-size:14px;}
  #newstab a{ color:#000;}
   #newstab a:hover{ color:#000;}
#bliss { color:#fff;}
#bliss a{ color:#fff;}



#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:none; 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:#000;}
#commentbox a:hover{width:188px; height:35px; border:1px; border-style:solid; border-color:#ccc; float:none; padding:5px; font-size:15px; text-align:center; background-color:#fff; color:#ccc;}
#linkbox a:hover{min-width:80px; height:30px; border:1px; border-style:solid; border-color: #900; float:none; padding:5px; font-size:13px; text-align:center;}
.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}

.f_blue28 {
font-size: 28px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
	color:#03C;
}

.form470_font16 {
	width:470px;
	height:45px;
	font-size: 16px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.green20{	
	color:#0D8573;
	font-size:20px;}
.h87{
	height:87px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
font-weight: 100;
}
.f150x35{
	width:132px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
font-weight: 100;
}
.m50x35{
	width:43px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
font-weight: 100;
}
.m694x100{
	width:694px;
	height:100px;
	font-size: 13px;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.425x100{
	width:425px;
	height:100px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m425x100{
	width:425px;
	height:100px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m425x300{
	width:425px;
	height:300px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m475x230{
	width:475px;
	height:230px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m300x35{
	width:295px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m300x100{
	width:295px;
	height:100px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m150x35{
	width:150px;
	height:28px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.m425x35{
	width:425px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.green12 {
	color:#000;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.overall950 {
	width:950px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.white22 {
	color: #FFF;
	font-size: 22px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.font11a {
	font-size: 11px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.MM288 {
	color:#666;
	width:288px;
	height:28px;
	font-size: 14px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.110width {
	width:110px;
	font-size: 12px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.white13 {
	color: #FFF;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.white12 {
	color: #FFF;
	font-size: 11px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.pink16 {
	color: #E16B6C;
	font-size: 14px;
	font-stretch:narrower;
	font-family: Calibri, Tahoma, Arial, sans-serif;

}
.pink12 {
	color: #E16B6C;
	font-size: 12px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;

}
.white16 {
	color: #FFF;
	font-size: 16px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.font11 {
	color: #FC0;
	font-size: 11px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.dark12t11 {
	color: #000000;
	font-size: 12px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.form630_font16 {
	width:630px;
	height:45px;
	font-size: 16px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_font16 {
	font-size: 16px;
	font-style: 100;
	font-family:  Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_450x100 {
	width:450px;
	height:100px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_465x35 {
	width:465px;
	height:35px;
	font-size: 13px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_450x35 {
	color:#000;
	width:450px;
	height:35px;
	font-size: 14px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_440x35 {
	color:#000;
	width:440px;
	height:35px;
	font-size: 14px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_16blue{
	color:#000;
	font-size: 16px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_14blue2{
	color:#000;
	font-size: 26px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_16red{
	color:#F00;
	font-size: 16px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_14RED2{
	color: #F00;
	font-size: 26px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}
.f0_14white2{
	color:#fff;
	font-size: 26px;
	font-style: 100;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-weight: 100;
}

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

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

.721-11{
	width:721px;
	font-size:11px;
	font-style:100;
	font-family:Calibri, Tahoma, Arial, sans-serif;	
}
.width100{
	width:100px;
	font-size:13px;
	font-style:100;
	font-family:Calibri, Tahoma, Arial, sans-serif;	
}
.width60{
	width:60px;
	font-size:13px;
	font-style:100;
	font-family:Calibri, 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-image:url(images/botlined.png); background-repeat:repeat-x;
	position:relative;
	bottom:-60px;
	margin-left:-10px;
	padding-top:10px;
	padding-left:20px;
	width:100%;
	font-size:12px;
	color:#fff;
	float:left;
	z-index:50;
}
.Bottomy{ float:left; padding:10px; width:30%; height:130px; margin-right:10px; color:#fff; font-size:11px; text-align:left; background-color:#000;}
.Bottomhome{ float:left; padding:10px; width:160px; height:180px; margin-right:10px; color:#333; margin-top:20px; font-size:11px; text-align: center; background-image:url(images/round.png); background-repeat:no-repeat;}
}

/* ===================================================== */
/* 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 {visibility:hidden;}
	#lala {position:relative; top:40px; right:-40px;}
	#shorter{visibility: visible; background-color: #000; width:100%; min-height:80px; overflow:hidden; 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; left:60px; width:auto; overflow:hidden}
#shorter a:hover {color:#e8e8e8; text-decoration:underline; font-size:15px;}
#shorter a {color:#fff; }	
#slick {max-width:305px;} 
.left_big, .left_bigylay, .left_bigUS, .left_big350bz, .left_big400dq, .left_big350b, .left_big400c, .left_big350bzqz, .left_big400dqA, .left_big350bzqz, left_big350bye,   .left_big350bz-small, .left_big350bselect, .left_bigysmallw, #justFloat {width:350px; height:auto; overflow:hidden; border:1px; border-style:solid; border-color:#CCC; border-top:3px; border-top-color:#F30; border-top-style:solid; padding:5px; text-align:justify;}
.left_big350bzl {width:320px; min-height:auto; overflow:auto; border:1px; border-style:solid; border-color:#CCC; border-top:3px; border-top-color:#F30; border-top-style:solid; padding:5px; text-align:justify;}

.left_big350bselectC{float:left; width:340px; height:30px; color:#000; font-size:15px; background-color:#fff; padding:5px; border:1px; border-style:solid; border-color:#e8e8e8;}

#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:300px; background-color:#000;}
#divthin, #divthintw, #divthinth, #divthinfo, #divthinfi, #divthinsi, #divthinse, #divthinei {width:285px; overflow:hidden; border:1px; border-style:solid; border-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;}

.botfixed, .topfixed, .site_topbar { 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;}
}
