/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
/*@import "../css/superfish.css";*/


html {
	width: 100%;
}

 a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color:#525252;
	background-color: #fff;
	position:relative;
	min-width:960px;
	min-height: 100%;
	background-image:url(../images/mbg.jpg);
	margin-bottom:50px !important;
}

html, body {
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525252;
}

input {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	border:1px solid #ccc; 
}

p {
	margin-bottom: 20px;
}

p.p1 {
	margin-bottom: 10px;
}


address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li {
	padding-left: 27px;
	margin-bottom: 16px;
	position: relative;
}

ul.list li a {
	color: #41dcf3;
}

ul.list li a:after  {
	position: absolute;
	width: 16px;
	height: 17px;
	left: 0;
	top: 2px;
	content: '';
	pointer-events: none;
	display: block;
	background: url(../images/marker.png) 0 0 no-repeat;
}

ul.list li a:hover {
	color: #525252;
}

ul.list li a:hover:after {
	background-position: 0 bottom;
}

h2 {
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #322f2f;
}


h3 {
	font-size: 16px;
	line-height: 20px;
}
/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.btn {
	color: #fff;
	display: inline-block;
	background: #322f2f;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	padding: 3px 24px 2px 23px;
}

a.btn:hover {
	background-color: #41dcf3;
	color: #fff;
}

a:hover {
	color: #41dcf3;
}


a.link-1 {
	color: #41dcf3;
}

a.link-1:hover {
	color: inherit;
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding-right: 40px;
}

.pad2 {
	padding-right: 15px;
}

.pad3 {
	padding-right: 80px;
}


.pt0 {
	padding-top: 0;
}


.img_inner {
	margin-top: 2px;
	margin-bottom: 15px;
	max-width: 100%;
	 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.content h3.head1 {
	margin-bottom: 22px;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.fright {
	float: right !important;	
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;

}

.cl1 {
	height: 16px;
}

.cl2 {
	height: 28px;
}


.hor_separator {
	padding-top: 44px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 4px;
}

.hor_separator.hor1 {
	margin-top: 29px;
}

.block1 {
	margin-bottom: 20px;
	margin-top: -2px;
}

.content.projects .box h3 {
	margin-top: 0;
}
/*head
er*/

header {
	display: block;
	background-color: #f1f1f1;
	width:100%;
	background: #ebebeb;
	background: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #fff 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #fff 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #fff 0%, #ebebeb 100%);
	background: linear-gradient(top, #fff 0%, #ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ebebeb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ebebeb')";
	border-top: none;
	border-bottom: none;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	border-bottom:1px solid #a8a8a8;
	
}

header {
	padding-bottom: 0px;

}

header h1 {
	float: left;
	position: relative;
	top: 5px;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 321px;
	height: 56px;
	text-indent: -999px;
}

header h1 a img {
	display: block;	
}

.box {
	padding: 29px 18px 17px;
	background: url(../images/box_bg.png) 0 0 repeat;
	text-align: center;
	position: relative;
}

.box:hover {
	background: #322f2f;
	color: #fff;
}

.box h3, .content.projects .box h3 {
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #d2d1d1;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.box i {
	text-align: center;
	display: block !important;
	margin-bottom: 11px;
	font-size: 36px;
	line-height: 36px;
	top: 98px;
	color: #322f2f;
}

.box:hover i {
	color: #fff;
}

.content.projects .box {
	margin-top: 1px;
}

.box:hover h3 {
	color: #fff;
}

.box:hover a.btn {
	background-color: #41dcf3;
}


.content
.emp_box .box {
	background: #f9f9f9;
	padding-top: 14px;
	margin-top: 3px;
	text-align: left;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

.emp_box .box p {
	margin-bottom: 10px;
}

.emp_box .box img {
	float: left;
	margin-top: 5px;
	margin-right: 12px;
}
.emp_box .box a {
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

.hor_separator {
	border-color: transparent !important;
}


.content
.emp_box .box:hover {
	background-color: #41dcf3;
}

.emp_box .box a:hover {
	color: #fff;
	text-decoration: underline;
}

.content time {
	color: #41dcf3;
	margin-bottom: 10px;
	display: inline-block;
}
.logos {
	overflow: hidden;
}

.logos li {
	float: left;
	padding-top: 11px;
	padding-bottom: 6px;
	width: 25%;
	text-align: center;
	border-right: 1px solid #c8c9ca;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.logos li a:hover {
	opacity: 0.5;
}

.logos li:first-child {
	border-left: 1px solid #c8c9ca;
}

.projects .box:hover {
	background-color: #41dcf3 !important;
}

.projects .box:hover a.btn {
	background-color: #322f2f !important;
}

/***Icons**/

/*Content*/

.content.page1 {
	padding-bottom: 45px;
	padding-top: 0;
}

.content {
	background: url(../images/cont_bg.png) 0 0 repeat;
	padding-bottom: 60px;
}
.bg1 {
	background: url(../images/cont_bg.png) 0 0 repeat;
}

.content.page1 h3 {
	margin-top: 49px;
	margin-bottom: 24px;
}

.content h3 {
	margin-top: 46px;
	margin-bottom: 24px;
}

.prv h3 {
	margin-bottom: 19px;
}

.content.page1 .emp_box .box {
	margin-top: 2px;
}

.hor_separator.hor2 {
	margin-bottom: 0;
	border-bottom: none;
	margin-top: 44px;
	padding-bottom: 4px;
	border-top: 1px solid #D4D4D4;
	padding-top: 0;
}
/****Map***/

.map {
	padding-top: 2px;
}

.map figure {

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	display: block;
}
.map figure iframe {
	width: 100%;
	height: 306px;
	max-width: 100%
}

address dd span {
	min-width: 83px;
	display: inline-block;
}

address dt p {
	margin-bottom: 10px;
}
/************LOGIN SCREEN***********/

.formlogin { width:370px; margin:0 auto; margin-top:200px; background-color:#fff; border:0px solid #fff;padding:0px; -moz-box-shadow:    2px 2px 3px 4px #ccc;
	-webkit-box-shadow: 2px 2px 3px 4px #ccc;
	box-shadow:         2px 2px 3px 4px #ccc; -moz-border-radius: 3px;
	border-radius: 3px; font-size:15px;
}

.formlogin h2{ 
	width:98%; font-size:20px; color: #333;   font-weight:normal; text-align:center; margin:2px 0 10px 0;margin-top: -1px;
	background: #DADADA;
	background: -moz-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #DADADA));
	background: -webkit-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
	background: -o-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
	background: -ms-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
	background: linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,1); padding:1%;
}

.formlogin .lgninner { padding:0; margin:0; width:96%;  padding:5% 2%; }

.lgninner .Txtblks{ width:100px; float:left; position:relative; margin-left:10px; padding:5px 0}
.lgninner .fldblks{ width:240px; float:left;  position:relative;  padding:5px 0}


form { padding:0; margin:0}

.lgninner .fild{ background-color:#f1f1f1; line-height:25px; font-size:17px; width:95%; font-weight:normal }
.lgninner a { color:#33F !important; text-decoration:underline}


/************End Login Screen***********/

/************Inner form SCREEN***********/

.inner_form { 
	width:990px; margin:0 auto; margin-top:20px; background-color:#fff; border:0px solid #fff;padding:0px; 
	-moz-box-shadow:    1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px#ccc;
	box-shadow:          1px 1px 1px 1px #ccc; -moz-border-radius: 3px;
	border-radius: 3px; font-size:15px;
}

.inner_form h2{ 
width:99%; font-size:20px; color: #333;   font-weight:normal; text-align:center;
background: #DADADA;
background: -moz-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #DADADA));
background: -webkit-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -o-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -ms-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
border: 1px solid #CCC;
border-top: none;
border-bottom: none;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
box-shadow: inset 0 1px 0 rgba(255,255,255,1); padding:.5%; margin-bottom:20px}

.inner_form .lgninner { padding:0; margin:0; width:96%;  padding:5% 2%; }

.inner_form .Txtblks{ width:130px; float:left; position:relative; margin-left:10px; padding:5px 0; text-align:right; padding-right:10px; vertical-align:middle; line-height:25px;}
.inner_form .fldblks{ width:320px; float:left;  position:relative;  padding:5px 0}
.inner_form .fild{ background-color:#f1f1f1; line-height:25px; font-size:17px; width:95% }


.inner_form .ReqTxtblks{ }
.inner_form .ReqTxtblks{ width:100px; float:left; position:relative; margin-left:5px; padding:5px 0; text-align:left; padding-right:5px; vertical-align:middle; line-height:28px;}
.inner_form .Reqfldblks{ width:120px; float:left;  position:relative; line-height:28px;  padding:5px 0}
.inner_form .Reqfild{ background-color:#f1f1f1; line-height:20px; font-size:14px; width:95% }

.inner_form a { color:#33F !important; text-decoration:underline}
.inner_form .submit { width:98%; text-align:center; padding:1% 1% 2% 1%; border-top:1px solid #ccc; margin-top:2%}

.inner_form  fieldset { border:1px solid #ccc; width:96%; margin:0 auto; padding:10px 0; margin-bottom:20px;  -moz-border-radius: 3px;
border-radius: 3px; clear:both }


.inner_form  fieldset legend { color:#F30; font-size:18px; padding:0px 10px;
}

/************End Inner form Screen***********/

/************PROFILE PAGE***********/

.profile_page {width:990px; 
margin:0 auto;
margin-top:20px; 
border:0px solid #fff;padding:0px; 
font-size:15px; padding:0px;}

.profile_page .top{width:100%; margin:0 auto; min-height:190px; background-image:url(../images/profilebg.jpg); background-repeat:repeat-x; background-color:#0088d9; background-color:#fff}
.top .photo { float:left; width:40%; min-height:190px;   }

/*.top .photo .imgs { margin-top:60px; position:relative; display:block; width:180px;
height:180px; position: absolute; z-index:500; border:2px solid #fff; margin-left:15px}*/

.top .photo .imgs { margin-top:25px; position:relative; display:block; width:180px;
height:180px; position: absolute; z-index:500; border:2px solid #fff; margin-left:15px}

.top .info { float:left; width:60%; min-height:190px; }
.info .cnts{ width:60%; line-height:22px; margin-top:10px;  position:relative; float:right}
.cnts .b1 { font-weight:bold; width:25%; float:left; color:#fff}
.cnts .b2 { font-weight:normal; width:75%; float:left; color:#fff}

.profile_page .Wraptab {width:990px; 
margin:0 auto; min-height:300px;  }


/************End PROFILE PAGE***********/


/************tables***********/

.table_wrap{ width:990px; margin:0 auto; margin-top:20px; background-color:#fff; border:0px solid #fff;padding:0px; -moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px#ccc;
  box-shadow:          1px 1px 1px 1px #ccc; -moz-border-radius: 3px;
border-radius: 3px; font-size:15px;}

.table_wrap h2{ width:99%; font-size:20px; color: #333;   font-weight:normal; text-align:center;
background: #DADADA;
background: -moz-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #DADADA));
background: -webkit-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -o-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -ms-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
border: 1px solid #CCC;
border-top: none;
border-bottom: none;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
box-shadow: inset 0 1px 0 rgba(255,255,255,1); padding:.5%; margin-bottom:20px}

.table_wrap .tbls { width:970px; margin:0 auto;  background-color:#fff; border:0px solid #fff;padding:0px; -moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px#ccc;
  box-shadow:          1px 1px 1px 1px #ccc; -moz-border-radius: 3px;
border-radius: 3px; font-size:15px; margin-bottom:20px !important }

.tbls h2{ width:99%; font-size:20px; color: #333;   font-weight:normal; text-align:center;
background: #DADADA;
background: -moz-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #DADADA));
background: -webkit-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -o-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: -ms-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
background: linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
border: 1px solid #CCC;
border-top: none;
border-bottom: none;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
box-shadow: inset 0 1px 0 rgba(255,255,255,1); padding:.5%; margin-bottom:20px}

.tbls .heads1{ width:120px; float:left; margin-left:1px; padding:5px 0; text-align:center; vertical-align:middle; line-height:25px; background-color:#3cb0fd; color:#fff}

.tbls .tds{ width:120px; float:left; position:relative;  padding:5px 0; text-align:center;  vertical-align:middle; line-height:25px; border-left:1px solid #CCC;  border-bottom:1px solid #CCC}


.tbls_wrp .tbls2 { width:700px !important; margin:0 auto !important}

.tbls2 .tds_501{ width:30%; float:left; position:relative;  padding:6px 0;  vertical-align:middle; line-height:25px;  border-bottom:1px dotted #e5e6e6;  margin:0 2% 10px 0 ; color:#0a78a4}

.tbls2 .tds_502{ width:65%; float:left; position:relative;  padding:6px;  vertical-align:middle; line-height:25px;  border-bottom:1px dotted #e5e6e6; margin:0 0 10px 0 !important; }

.tbls2 .full_row { width:98%; margin:0 auto; text-align:center}

.alg_rgt { text-align:right; }
.alg_lft { text-align:left }



.tbls a { color: #06F !important; text-decoration:underline}


/************table Screen***********/

/************Default Form CSSS***********/

input[type=text], input[type=password], input[type=email], input[type=number], textarea    {
    border-style: inset;
    border-width: 1px;
}

input[type=text], textarea   {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type=text]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea:focus  {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}



input[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding:20px;
    background-color: #e7e7e7;
    border-color: #ddd;
}

input[type="submit"] {
	 background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;}

input[type="button"] {
	 background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;}



input[type="submit"], select :focus {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

select {


}



/************END Default Form CSSS***********/



/************Footer***********/

footer {
	display: block;
	padding: 3px 0;
	display: block;
	color: #fff;
	bottom:0; position:fixed;
	width:100%;
	   background: #3cb0fd;
 background: #DADADA;
background: -moz-linear-gradient(top, #1ab0ec 0%, #1a92c2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ab0ec), color-stop(100%, #1a92c2));
background: -webkit-linear-gradient(top, #1ab0ec 0%, #1a92c2 100%);
background: -o-linear-gradient(top, #1ab0ec 0%, #1a92c2 100%);
background: -ms-linear-gradient(top, #1ab0ec 0%, #1a92c2 100%);
background: linear-gradient(top, #1ab0ec 0%, #1a92c2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ab0ec', endColorstr='#1a92c2');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ab0ec', endColorstr='#1a92c2')";
border: 1px solid #086f98;
border-top: none;
border-top: #086f98 1px solid;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
box-shadow: inset 0 1px 0 rgba(255,255,255,1);
z-index:900;
}

footer .finer {
	width:80%;
	text-align:center;
	color:#fff;
	margin:0 auto;
	
}

footer .socials a:first-child {
	margin-left: 0 !important;
}

footer .socials a {

	display: inline-block; 
	margin: 0 4px;
}

footer a:hover {
	text-decoration: underline;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

/************PROFILE PAGE***********/

.profile_page {width:768px; 
margin:0 auto;
margin-top:20px; 
border:0px solid #fff;padding:0px; 
font-size:15px; padding:0px;  }

.profile_page .top{width:768px; margin:0 auto; min-height:190px; background-image:url(../images/profilebg.jpg); background-repeat:repeat-x; background-color:#0088d9; background-color:#fff}
.top .photo { float:left; width:40%; min-height:190px;   }
.top .photo .imgs { margin-top:60px; position:relative; display:block; width:180px;
height:180px; position: absolute; z-index:50; border:2px solid #fff; margin-left:15px}

.top .info { float:left; width:460px ; min-height:190px; margin:0; padding:0  }
.info .cnts{ width:100%; line-height:22px; margin-top:10px;  position:relative; float:right; text-align:left}
.cnts .b1 { font-weight:bold; width:20%; float:left; color:#000}
.cnts .b2 { font-weight:bold; width:80%; float:left; color:#000}

.profile_page .Wraptab {width:768px !important ;
margin:0 auto; overflow:hidden; text-align:center !important   }

#tabbed label.tabs { width:768px !important ; text-align:center !important}



/************End PROFILE PAGE***********/


/************tables***********/
.table_wrap{ width:768px; }
.table_wraps h2{ width:100% !important; display:block !important; }
.tbls_wrp { width:768px; overflow-y:scroll;}
.table_wrap .tbls { width:970px; margin:0 auto;  background-color:#fff; border:0px solid #fff;padding:0px; -moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px#ccc;
  box-shadow:          1px 1px 1px 1px #ccc; -moz-border-radius: 3px;
border-radius: 3px; font-size:15px; margin-bottom:20px !important; margin:10px; overflow-y:scroll; }


.tbls .heads1{ width:120px; float:left; margin-left:1px; padding:5px 0; text-align:center; vertical-align:middle; line-height:25px; background-color:#3cb0fd; color:#fff}

.tbls .tds{ width:120px; float:left; position:relative;  padding:5px 0; text-align:center;  vertical-align:middle; line-height:25px; border-left:1px solid #CCC;  border-bottom:1px solid #CCC}

.tbls a { color: #06F !important; text-decoration:underline}


/************table Screen***********/



 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
	overflow: visible ;
}


.pad1, .pad2, .pad3 {
	padding: 0;
}
.slider_wrapper  {
	height: 337px !important;
}

.emp_box .box img {
	width: 100%;
	margin-bottom: 20px;
	float: none;
	margin-right: 0;
}

.caption {
		top: 120px !important;
		font-size: 20px !important;
		width: 230px !important;
}

h2 {
	font-size: 28px;
	line-height: 30px;
}


}

/*==================================767===============================================*/
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

/*==================form===========*/

.inner_form {width:400px;}
.inner_form .fldblks {width:370px; margin-left:22px }
.inner_form .submit { width:340px; text-align:center; padding:20px; margin-bottom:30px}
.inner_form .Txtblks {width:350px; text-align:left !important; padding-left:16px}

.inner_form  fieldset { border:1px solid #ccc; width:370px; margin:0 auto; padding:10px 0; margin-bottom:20px;  -moz-border-radius: 3px;
border-radius: 3px; clear:both }



/*==================End form===========*/


/************PROFILE PAGE***********/

.profile_page {width:400px; 
margin:0 auto;
margin-top:20px; 
border:0px solid #fff;padding:0px; 
font-size:15px; padding:0px;  }

.profile_page .top{width:400px; margin:0 auto; min-height:190px; background-image:url(../images/profilebg.jpg); background-repeat:repeat-x; background-color:#0088d9; background-color:#fff}
.top .photo { float:left; width:40%; min-height:190px; margin-left:22%   }
.top .photo .imgs { margin-top:60px; position:relative; display:block; width:180px;
height:180px; position: absolute; z-index:500; border:2px solid #fff; margin-left:15px}

.top .info { float:left; width:400px ; min-height:190px;   }
.info .cnts{ width:95%; line-height:22px; margin-top:10px;  position:relative; float:right; text-align:center; background-color:#fff; padding:10px 5px}
.cnts .b1 { font-weight:bold; width:28%; float:left; color:#000; text-align:right; margin-right:2%}
.cnts .b2 { font-weight:Normal; width:70%; float:left; color:#000; text-align:left}

.profile_page .Wraptab {width:400px !important ;
margin:0 auto; overflow:hidden; text-align:center !important   }

#tabbed label.tabs { width:400px !important ; text-align:center !important}
/************End PROFILE PAGE***********/


/************tables***********/
.table_wrap{ width:400px; overflow-y:scroll;}
.table_wraps h2{ width:400px}
.tbls_wrp { width:400px; overflow-y:scroll;}
.table_wrap .tbls { width:970px; margin:0 auto;  background-color:#fff; border:0px solid #fff;padding:0px; -moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px#ccc;
  box-shadow:          1px 1px 1px 1px #ccc; -moz-border-radius: 3px;
border-radius: 3px; font-size:15px; margin-bottom:20px !important; margin:10px }


.tbls .heads1{ width:120px; float:left; margin-left:1px; padding:5px 0; text-align:center; vertical-align:middle; line-height:25px; background-color:#3cb0fd; color:#fff}

.tbls .tds{ width:120px; float:left; position:relative;  padding:5px 0; text-align:center;  vertical-align:middle; line-height:25px; border-left:1px solid #CCC;  border-bottom:1px solid #CCC}

.tbls a { color: #06F !important; text-decoration:underline}

.tbls_wrp { width:400px; overflow:hidden}
.tbls_wrp  .tbls2 { width:99% !important}
.tbls2 .tds_501 { width:99%; text-align:left}
.tbls2 .tds_502 { width:99%}
/************table Screen***********/




.formlogin { margin-top:100px; }
.content.projects .box {
	margin-bottom: 25px;

}

.emp_box .box {
	margin-bottom: 25px;
}

.page1_block {
	margin-bottom: 20px;
}

.page1_block .box h3 {
	margin-bottom: 30px;
}

.page1_block .box {
	margin-bottom: 25px;
}

.cl1, .cl2  {
	height: 0;
}


.slider_wrapper  {
	height: 189px !important;
}

.img_inner {
	width: 100%;
}


.img_inner.fleft {
	float: none;
	margin-top: 20px !important;
}


.img_inner {
 float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 10px !important;
}


header h1 {
	float: none;
	position: relative;	
}

header h1 a {
	margin: 0 auto;
	height: auto;
	width: 50%;
}

header h1 a img {
	width: 100%;
}


.map figure iframe {
	width: 100%;
	height: 300px;
}

footer div {
	float: none !important;
}

.caption {
	display: none !important;
}

.logos li {
	border: none !important ;
	float: none;
	width: auto;
}

.copy {
	font-size: 12px;
}

}

/*==================================479===============================================*/
 @media only screen and (max-width: 479px) {
 
 body {
min-width:300px;
}
/*==================login form===========*/
.formlogin { margin-top:100px; width:240px !important; padding:0 10px 0 5px }
.formlogin input{ width:98% !important;}

.lgninner .Txtblks { width:100%; text-align:left; padding: 0 2%}
.fldblks { text-align:center}

/*==================End login form===========*/

/*==================form===========*/

.inner_form {width:280px;}
.inner_form .fldblks {width:250px; }
.inner_form .submit { width:240px; text-align:center; padding:20px;}
.inner_form .Txtblks {width:250px; text-align:left !important; padding-left:5px;}
.inner_form input{ width:90% !important; margin-left:-30px}

.inner_form  fieldset { border:1px solid #ccc; width:260px; margin:0 auto; padding:10px 0; margin-bottom:20px;  -moz-border-radius: 3px;
border-radius: 3px; clear:both }
/*==================End form===========*/

/************PROFILE PAGE***********/

.profile_page {width:280px; 
margin:0 auto;
margin-top:20px; 
border:0px solid #fff;padding:0px; 
font-size:15px; padding:0px;  }

.profile_page .top{width:280px; margin:0 auto; min-height:190px; background-image:url(../images/profilebg.jpg); background-repeat:repeat-x; background-color:#0088d9; background-color:#fff}
.top .photo { float:left; width:40%; min-height:190px; margin-left:12%   }
.top .photo .imgs { margin-top:60px; position:relative; display:block; width:180px;
height:180px; position: absolute; z-index:500; border:2px solid #fff; margin-left:15px}

.top .info { float:left; width:280px ; min-height:190px;   }
.info .cnts{width:270px ;  line-height:22px; margin-top:10px;  position:relative; float:right; 
text-align:center; background-color:#fff; margin-bottom:10px}
.cnts .b1 { font-weight:bold; width:30%; float:left; color:#000; text-align:right; margin-right:2%; padding:0;}
.cnts .b2 {  width:60%; float:left; color:#000; text-align:left; font-weight:normal; padding:0; margin:0 }

.profile_page .Wraptab {width:280px !important ;
margin:0 auto; overflow:hidden; text-align:center !important   }

#tabbed label.tabs { width:280px !important ; text-align:center !important}

/************tables***********/
.table_wrap{ width:300px; overflow-y:scroll;}
.table_wraps h2{ width:300px}
.tbls_wrp { width:300px}
.table_wrap .tbls { width:970px; margin:0 auto;  background-color:#fff; border:0px solid #fff;padding:0px; -moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px#ccc;
  box-shadow:          1px 1px 1px 1px #ccc; -moz-border-radius: 3px;
border-radius: 3px; font-size:15px; margin-bottom:20px !important; margin:10px }


.tbls .heads1{ width:120px; float:left; margin-left:1px; padding:5px 0; text-align:center; vertical-align:middle; line-height:25px; background-color:#3cb0fd; color:#fff}

.tbls .tds{ width:120px; float:left; position:relative;  padding:5px 0; text-align:center;  vertical-align:middle; line-height:25px; border-left:1px solid #CCC;  border-bottom:1px solid #CCC}

.tbls a { color: #06F !important; text-decoration:underline}

.tbls_wrp { width:260px; overflow:hidden}
.tbls_wrp  .tbls2 { width:99% !important}
.tbls2 .tds_501 { width:99%; text-align:left}
.tbls2 .tds_502 { width:99%}

/************table Screen***********/

/************End PROFILE PAGE***********/


/************tables***********/
.table_wrap{ width:300px; overflow-y:scroll;}
.table_wraps h2{ width:300px}
.table_wrap .tbls { width:970px; margin:0 auto;  background-color:#fff; border:0px solid #fff;padding:0px; -moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px#ccc;
  box-shadow:          1px 1px 1px 1px #ccc; -moz-border-radius: 3px;
border-radius: 3px; font-size:15px; margin-bottom:20px !important; margin:10px }


.tbls .heads1{ width:120px; float:left; margin-left:1px; padding:5px 0; text-align:center; vertical-align:middle; line-height:25px; background-color:#3cb0fd; color:#fff}

.tbls .tds{ width:120px; float:left; position:relative;  padding:5px 0; text-align:center;  vertical-align:middle; line-height:25px; border-left:1px solid #CCC;  border-bottom:1px solid #CCC}

.tbls a { color: #06F !important; text-decoration:underline}


/************table Screen***********/



.slider_wrapper:after {
	width: 300px !important;
}

.slider_wrapper {
	height: 135px !important;
}


 .map figure iframe {
	width: 100%;
	height: 150px;
}


 }
