  /*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

@font-face {
	font-family: 'texgyreadventorregular';
	src: url('/nit/fonts/texgyreadventor-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('/nit/fonts/opensans-regular-webfont.ttf') format('truetype');
}


.container {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}
/*--------------------------------------------------------------- SORTING Directory------------------------------------------------------*/
.content__sort { padding-bottom: 5px; }
.content__sort table { margin-top: -48px; }
.content__sort table tr td {position: relative; font-weight: 400; font-size: 23px; color: #43474a; text-align: left;}
.content__sort table tr td span { float: right; }
.content__sort table tr td a { color: #16b099; }
.content__sort table tr td span a { color: #1584a4; }
.content__sort table tr td span a:hover { color: #01406b; }
.content__sort table tr td:first-child { color: #01406b; font-weight: 600; }
.content__sort table tr { border-bottom: 1px solid #ceccc7; }
.content__sort table tr:hover { background: #eff6fb; }
.content__sort table thead tr, .content__sort table thead tr:hover { border: 0 none; color: #fefefe; background: none; }
.content__sort table thead tr th {outline: none; height: 58px; font-weight: 400; font-size: 22px; text-align: left;}
.content__sort table tr:first-child { padding-top: 10; }
.content__sort table th span { color: #48bb92; text-transform: uppercase; }
.content__sort .bg1 { height: 58px; background: #01406b url(https://www.fau.edu/nit/images/strip-bg.png) center no-repeat;  } 
.content__sort .dataTables_info { display: none; }
.content__sort .dataTables_length, .content__sort .dataTables_filter { display: none; }
.content__sort .dataTables_paginate { padding: 25px 0 20px; text-align: center; }
.content__sort .dataTables_paginate a { padding: 0px 10px; margin: 0 7px; cursor: pointer; display: inline-block; font-size: 22px; color: #01406b; font-weight: 600; text-transform: uppercase; }
.content__sort .dataTables_paginate a span { margin: 0px 4px; }
.content__sort .dataTables_paginate span { display: inline-block; }
.content__sort .dataTables_paginate .paginate_button.current, .content__sort .dataTables_paginate .paginate_button:hover { color: #fff; background: #2cb49f; }
.content__sort .tool-tip { padding: 10px; visibility: visible; display: none; position: absolute; z-index: 999999; left: 76%; top: -100%; width: 450px; color: #fff; background: #538cb6; }
.content__sort .tool-tip:before { content: ""; margin-top: -20px; border-right: 20px solid #538cb6; border-top: 20px solid transparent; border-bottom: 20px solid transparent; position: absolute; left: -10px; top: 35%; }
.content__sort .tool-tip h3 { font-size: 28px; font-family: 'Dancing Script', cursive; }
.content__sort .tool-tip h4 { margin-bottom: 20px; font-size: 23px; }
.content__sort .tool-tip .text { padding: 8px 0 0; margin-left: -15px; }
.content__sort .tool-tip .btn { padding: 8px 10px; font-size: 16px; float: none; color: #fff; }
.content__sort .tool-tip .btn i { margin-left: 3px; font-size: 13px; }
.content__sort .tool-tip .btn:hover { background: #013050; }
.content__sort .selectblock { padding: 30px 0 20px; }

table.sorting{
	width:100%;
}

table.sorting thead th:nth-child(1) { width: 50%;}
table.sorting thead th:nth-child(2) { width: 20%;}
table.sorting thead th:nth-child(3) { width: 30%;}


/*------------------------------------------------- start bootstrap ------------------------------------------------------*/



.text-center {
	margin: auto;
	text-align: center;
}

a { color: blue; }
a:hover{color: #386d96; text-decoration: underline;}
/*------------------------------------------------- start main ------------------------------------------------------*/
.main_bg {
	background: #ffffff;
}
.main {
	padding: 5% 0;
}
.images_1_of_4 img {
	display: inline-block;
}
.images_1_of_4 h4 {
	margin: 30px 0 15px;
}
.images_1_of_4 h4 a {
	display: inline-block;
	color: #353535;
	font-size: 1.5em;
	font-family: 'texgyreadventorregular';

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.images_1_of_4 h4 a:hover {
	text-decoration: none;
	color: #ff5454;
}
.images_1_of_4 span {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.bg {
	background: #3b3b3b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	-o-border-radius: 75px;
	border-radius: 75px;
}
.images_1_of_4 span i {
	font-size: 6em;
	color: #e0e0e0;
	line-height: 2em;
	text-shadow: 1px 1px 0px #3b3b3b;
	-webkit-text-shadow: 1px 1px 0px #3b3b3b;
	-moz-text-shadow: 1px 1px 0px #3b3b3b;
	-o-text-shadow: 1px 1px 0px #3b3b3b;
	-ms-text-shadow: 1px 1px 0px #3b3b3b;
}
.para {
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
	text-align: justify;
}

.para ul li {
	list-style: disc;
}


.images_1_of_4 a {
	position: relative;
	z-index: 1;
}

/* ------------------------------------------------------Button 1 ----------------------------------------------------*/
.fa-btn {
	font-size: 14px;
	background:#F5F5F5;
	cursor: pointer;
	padding: 12px 40px;
	display: inline-block;
	margin: 10px 0px;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.fa-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.fa-btn2 {
	font-size: 14px;
	background:#F5F5F5;
	cursor: pointer;
	padding: 7px 25px;
	display: inline-block;
	margin: 10px 0px;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.fa-btn2:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1 {
	border: 2px solid #ff5454;
	color: #3b3b3b;
}

.btn-2 {
	border: 2px solid #ff5454;
	color: #66070A;
}

/*-----------------------------------------------Button 1e ----------------------------------------------------------*/
.btn-1e {
	overflow: hidden;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #ff5454;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover, .btn-1e:active {
	color: #ffffff;
	text-decoration: none;
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}

/*----------------------------------------------------CSS Top Banners -------------------------------------------------*/

.top_banner{
	position: absolute;
	background-color: #386D96;
	width:100%;
	height: 12vw;
}


.banner_text{
	font-family: Georgia, serif;
	position: absolute;
	color: white;
	font-size:3.5vw;
	bottom:3%;
	left: 2%;

}

.banner_image img{
	position: absolute;
	width: 100%;
	height: 100%;
}


/*--------------------------------------------------Banner Button Main Page---------------------------------------------------*/

.butn {
	position: absolute;
	top: 55%;
	left: 42%;
	background-color:#e4685d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1vw;
	padding:8px 37px;
	text-decoration:none;
	text-shadow:0px 0px 0px #b23e35;
}

.butn:hover {
	background-color:#c2625d;
	color: white;
}
.form-container
{
	width: 600px;
}
.feedback h2{
	font-family: "Helvetica Neue",Arial,sans-serif;
	color:#525252;
}




/*--------------------------------------------------start it-office---------------------------------------------------*/


/*--IT table page-
.it-table td:nth-child(1) {
	width: 30%;
	background-color: #d9d9d9
}
.it-table td:nth-child(2) {
	width: 10%;
	background-color: #d3ddef
}
.it-table td:nth-child(3) {
	width: 10%;
	background-color: #f2dbdb
}
.it-table td:nth-child(4) {
	width: 50%;
	background-color: #caeccc
}


.it-table th, tr, td{
	border: 1px solid white;
	text-align: center;
}
-*/
/*--Equipment page--*/

.table1
{
	width:100%;
}
.table2
{
	width:100%;
}
.table3
{
	width:100%;
}
.equipment-table td{
	font-size: 18px;
	padding: 1px;
}
.equipment-table th{
	color:white;
	padding: 2px;
	background: #22205E;
	font-size: 30px;
	text-align: center;
}
.equipment-table li{
	padding-bottom: -9px;
}



/*--Service page--*/
.service-time{
	font-size: 18px;
	position: relative;
	bottom: 5px;
	text-align: center;
}

.absolute {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 380px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.service-imageequip{
	position: relative;
	margin-top:-57px;
	height: 450px;
	padding-bottom:530px;
}
.services th{
	
	color: white;
	padding: 2px;
	background: #22205E;
	font-size: 2em;
	text-align: center;
}


.services td{
	font-size: 18px;
	padding: 1px;
}
.services table{
	margin-bottom: 1px;
}


/*--Useful Apps--*/
.styled-table {
	text-align: justify;
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 16px;
	line-height: 1.8em;
	font-family: sans-serif;
	min-width: 300px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	border-radius: 5px 5px 0 0;
	overflow: scroll;
	
}

.styled-table thead tr {
	background-color: #386d96;
	color: #ffffff;
	text-align: center;
}


.styled-table th,
.styled-table td {
	padding: 10px 12px;
}

.styled-table tbody tr {
	border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
	border-bottom: 2px solid #386d96;
}



/*--service-times--*/
#box1 {
	background-image:url(/nit/images/it-office/service-times/a.jpg);
	background-size:auto;                  /* <------ */
	background-repeat: no-repeat;
	background-position: center center; 
	display: block;
	max-width: 100%;
	height: 590px;
}

#box1 span {
	position: relative;
	top: 78%;
}

#box2 {
	background-image:url(/nit/images/it-office/service-times/b.jpg);
	background-size: auto;                    /* <------ */
	background-repeat: no-repeat;
	background-position: center center; 
	display: block;
	max-width: 100%;
	height: 590px;
}

#box2 span {
	position: relative;
	top: 78%;
}
#box3 {
	background-image:url(/nit/images/it-office/service-times/c.jpg);
	background-size: auto;                    /* <------ */
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	max-width: 100%;
	height: 590px;
}

#box3 span {
	position: relative;
	top: 78%;
}
#box4 {
	background-image:url(/nit/images/it-office/service-times/d.jpg);
	background-size: auto;                     /* <------ */
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	max-width: 100%;
	height: 590px;
}

#box4 span {
	position: relative;
	top: 78%;
}
#box5 {
	background-image:url(/nit/images/it-office/service-times/e.jpg);
	background-size: auto;                      /* <------ */
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	max-width: 100%;
	height: 590px;
}

#box5 span {
	position: relative;
	top: 78%;
}
#box6 {
	background-image:url(/nit/images/it-office/service-times/f.jpg);
	background-size: auto;                      /* <------ */
	background-repeat: no-repeat;
	background-position: center center; 
	display: block;
	max-width: 100%;
	height: 590px;
}

#box6 span {
	position: relative;
	top: 78%;
}

/*--it-equipment--*/
#equip1 {
	background-image:url(/nit/images/it-office/equipment/equip6.jpg);
	/* <------ */
	background-repeat: no-repeat;
	background-position: center center; 
	display: block;
	max-width: 100%;
	height: 590px;	
	max-height: 100%;
}

#equip1 span {
	position: relative;
	top: 78%;
}

#equip2 {
	background-image:url(/nit/images/it-office/equipment/equip7.jpg);
	;                  /* <------ */
	background-repeat: no-repeat;
	background-position: center center; 
	display: block;
	max-width: 100%;
	height: 590px;
	max-height: 100%;
}

#equip2 span {
	position: relative;
	top: 78%;
}

#equip3 {
	background-image:url(/nit/images/it-office/equipment/equip8.jpg);
	/* <------ */
	background-repeat: no-repeat;
	background-position: center center; 
	display: block;
	max-width: 100%;
	height: 590px;
	max-height: 100%;
}

#equip3 span {
	position: relative;
	top: 78%;
}


/*--Team--*/
.text {
	font-size: 28px; 
	font-weight: 549;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.sub-text {
	font-size: 16px; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.img-responsive-team{
	float: left;
	margin-right: 17px;

}

.team1 {
	width: 7%;
	display: inline-block;
	float: left;
}
.team2 {
	width: 93%;
	display: inline-block;
	float: left;
}

.teamimg {
	width: 35%;
	height: 35%;
}


.teamstyle{
	width: 100%;
	height: auto;
	float: left;

}

.divhun{
	clear: both;
}

.teaminfo{
	width: 70%;
	height: auto;
	float: left;

}

.teaminfo2{
	display: none;
	margin: auto;
	width: 50%;
}
.teaminfo3{
	display: none;
}
.teaminfo4{
	display: none;
}
.teaminfo5{
	display: none;
}
.teaminfo6{
	display: none;
}

.exp{
	display: inline-block;
}



/*--software--*/	
.position{

	position: absolute;

}

#floater{
	float: right;
	width : 15%;
	height : 15%;
}

.fontsize{

	font-size: 12px;
}

.tex{
	background-image: url(/nit/images/contact/faq/plus.png);
}

.finaly{
	padding-left: 5px;
	font-size: 16px;	
}

.showw{
	display: none;
	background-color:  #0000FF;
	height: 7px;
}
.showw2{
	display: none;
	height: 7px;
}

.pluslarge{
	height: 14px;
	width: 14px;
	margin-bottom: 6px;
}

.divfifty{
	width: 50%;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
}


/*---------------------------------------------------start Research---------------------------------------------------*/
/*--DMP--*/
#dmpcen {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}
.dmp {
	width: 100%;
	border: 1px solid black;
	margin-bottom: 10px;
}
table#dmp {
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
}
table#dmp td {
	border-bottom: 1px solid black;
	text-align: left;
	padding: 12px;
}

.aaa {
	background-color: #cc0000;
}
.bbb {
	background-color: #cc0000;
}
.ccc {
	background-color: #ff9933;
}
.ddd {
	background-color: #ffe482;
}
.eee {
	background-color: #33cc00;
}

/*----------------------------------------------------start contact -----------------------------------------------*/
#contact1 {
	width: 49%;
	height: auto;
	float: left;
	margin-bottom: 1%;
	padding-left: 4%;
}
#contact2 {
	width: 50%;
	height: auto;
	float: left;
}
#center {
	display: block;
	margin: auto;
	width: 50%;	
	vertical-align:middle;
}
#span1 {
	width: 50%;
	height: auto;
	float: left;
	margin-right: 5px;	
}
#span2 {
	width: 49%;
	height: auto;
	float: left;
}

.span3 {
	width: 100%;
	height: auto;
	float: left;
}
.company_ad h2 {
	text-transform: capitalize;
	font-size: 3em;
	color: #3b3b3b;
	font-family: 'texgyreadventorregular';
}
.company_ad p {
	font-size: 14px;
	color: #3b3b3b;
}
.company_ad p a {
	color: #ff5454;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.company_ad p a:hover {
	text-decoration: none;
	color: #3b3b3b;
}
.contact-form {
	margin-top: 0px;
}
.contact-form h2 {
	margin-top: 0px;
	text-transform: capitalize;
	font-size: 3em;
	color: #3b3b3b;
	font-family: 'texgyreadventorregular';
}
.contact-form span {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	color: #5b5b5b;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact-form textarea {
	font-family: 'Open Sans', 'sans-serif';
	padding: 5px;
	display: block;
	width: 99.3333%;
	background: #ffffff;
	outline: none;
	color: #5b5b5b;
	font-size: 14px;
	border: 1px solid #9B9796;
	-webkit-appearance: none;
	resize: none;
	height: 90px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 4px;
}
.contact-form textarea:focus {
	border: 1px solid #ff5454;
}
.form-control {
	box-shadow: none;
	border: 1px solid #9B9796;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control:focus {
	box-shadow: none;
}
.contact-form input[type="submit"] {
	font-family: 'open_sansregular';
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
	font-weight: 100;
}
.contact-form label {
	position: relative;
	z-index: 1;
}
.form-control:focus {
	border-color: #ff5454;
}

.contact-form span:after {


}


/*------------------------------------------------------start FAQ-----------------------------------------------------*/
.expand {
	overflow: hidden;    
	position: relative; /* Set the navbar to fixed position */
	padding-top: 0.2%;
	width: 100%;/* Full width */
	z-index:100;
}

.collapsible-body {
	background-color: blanchedalmond;
}

.plusmin {
	height: 20px;
	width: 20px;

}


/*------------------------------------------------------start Training----------------------------------------------------*/
/*BHRIC*/
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

p.active, .accordion:hover {
	background-color:palevioletred;
	color: white;
}



.accordion:after {
	content: '\002B';  
	font-weight: bold;
	float: right;
	margin-left: 5px;
	color: transparent;  
	text-shadow: 0 0 0 #7f0626;
}

p.active:after {
	content: "\2212";
	color: transparent; 
	text-shadow: 0 0 0 white;
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}



/* ----------------------------------------------------start main_btm ------------------------------------------------*/
.main_btm {
	background: #FFFFFF;
	border-top: 1px solid rgb(233, 233, 233);
}
.content_right h4 {
	color: #353535;
	font-size: 2.5em;
	font-family: 'texgyreadventorregular';
	line-height: 1.5em;
}
.content_right h4 span {
	color: #ff5454;
}
.content_right a {
	position: relative;
	z-index: 1;
}

/* start details */
.details img {
	margin-bottom: 20px;
}

/ Media Quries /
@media only screen and (min-width: 1921px) {
	.equipment-imageequip{
		height: 450px;
		padding-bottom: 15px;
	}
	.frame{
		width: 621px;
	}



}
@media only screen and (max-width: 1920px) and (min-width: 240px) {
	.equipment-imageequip{
		height: 450px;
		padding-bottom: 15px;
	}
	.frame{
		width: 621px;
	}


}
@media only screen and (max-width: 1440px) and (min-width: 240px) {


}

@media only screen and (max-width: 1440px) {
	/*--------------------------------------------------Contact Page Form---------------------------------------------------*/

	.frame{
		width: 621px;
	}
	.popupfeedback
	{
		position: fixed;
		top: 82%;
		right: 1em;
		z-index: 99;

	}
}

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

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

@media only screen and (max-width: 1024px) {
	.images_1_of_4 h4 a {
		font-size: 1.2em;
	}
	.para {
		font-size: 13px;
	}
	.content_right h4 {
		font-size: 2em;
	}

	#box1{
		background-size: auto;
	}
	#box2{
		background-size: auto;
	}
	#box3{
		background-size: auto;
	}
	#box4{
		background-size: auto;
	}
	#box5{
		background-size: auto;
	}
	#box6{
		background-size: auto;
	}


	#equip1 {
		background-size: auto;
	}
	#equip2 {
		background-size: auto;
	}
	#equip3 {
		background-size: auto;
	}
	.position{
		left: 75%;
		position: absolute;

	}
	
	.content__sort table tr td, .content__sort table tr th, .content__sort table th span { font-size: 20px; }
	.content__sort .tool-tip { top: -135%; }
}

@media only screen and (max-width: 768px) {
	.images_1_of_4 {
		margin-bottom: 4%;
	}
	.images_1_of_4 span {
		width: 50%;
		height: 50%;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.main {
		padding: 2%;
	}
	.technology {
		padding: 4%;
	}
	.about {
		padding: 4%;
	}
	.social_network_likes li {
		width: 24.3333%;
	}
	.tag_nav {
		margin: 4% 0;
	}
	.news_letter {
		margin: 4% 0;
	}
	.technology h4 {
		font-size: 20px;
	}
	.contact-form span {
		display: block;		
	}

	.contact-form span:after {
		content: "";
		clear: both;
		display: block;
	}

	#dmpcen{	
		width: 100%;
		margin: 0;
		padding: 0;	
	}
	.dmp{
		width: 100%;
		margin-bottom: 15px;
	}
	.container {
		padding-right: 2px;
		padding-left: 2px;
	}
	.container2 {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.container3{
		padding-right: 2px;
		padding-left: 2px;
	}


	.butn {
		visibility: hidden;
	}
	.frame{

		width: 100%;
	}
	.popupfeedback
	{
		position: fixed;
		top: 65%;
		right: 1em;
		z-index: 99;

	}
	
	.content__sort table thead tr th,
	.content__sort table tr td, 
	.content__sort table tr th, 
	.content__sort table th span { font-size: 14px; }
	
	.content__scroll { padding: 0; background: none; }
	.content__scroll ul li a { padding: 8px 8px; }	
	.content__scroll ul li { padding: 0; margin-bottom: 5px; }
	.content__scroll ul li:first-child, .content__scroll ul li:last-child { text-align: center; }
	.content__scroll ul li a { padding: 10px 15px; display: block; background: #01406b; }
}


@media only screen and (max-width: 640px) {
	.equipment-imageequip{
		height: 280px;
		padding-bottom: 15px;
	}

	.text {
		font-size: 22px; 
	}

	.sub-text {
		font-size: 14px; 
	}

	.top_banner{
		width:85%;

	}

	.banner_text{
		font-size:3.5vw;
		bottom:-43%;
	}
	
	
	.staffscroll {overflow-x: none;}
	.content__sort table { margin-top: 0;}
	.content__sort table thead, .content__sort .bg { display: none;}
	.content__sort table tr { padding: 6px 0; display: block; width: 600px; }
	.content__sort table tr td { padding: 0; margin: 0; display: block; font-size: 12px;}
	.content__sort table tr td span { display: block; float: none; }
	.content__sort .dataTables_paginate { text-align: center; margin:0; padding:0;} 
	.content__sort .dataTables_paginate a { margin: 0px 2px;}
	.content__sort .dataTables_paginate a span { display: none; }
	.content__sort .tool-tip { width: 100%; max-width: 395px; text-align: center; left: 0; bottom: 125%; top: auto; }
	.content__sort .tool-tip img { margin: 0 auto; height:50%;}
	.content__sort .tool-tip .text { margin: 0; }
	.content__sort .tool-tip:before { left: 20px; top: auto; bottom: -10px; border-bottom: 0 none; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #538cb6; z-index:99999;}
	.content__sort .tool-tip h3 { font-size: 16px; }
	.content__sort .tool-tip h4 { margin-bottom: 5px; font-size: 12px; }
	.content__sort .tool-tip .btn { padding: 5px 5px; font-size: 18px; height: 30px; }
}

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

	.images_1_of_4 h4 {
		margin: 20px 0 10px;
	}
	.technology h2 {
		font-size: 2em;
	}
	.about h2 {
		font-size: 2em;
	}
	.company_ad h2 {
		font-size: 2em;
	}
	.contact-form h2 {
		font-size: 2.5em;
	}
	.blog_left h4 a {
		font-size: 1em;
	}
	.blog_list ul li {
		margin-left: 5px;
	}
	.blog_list li a {
		padding: 4px 4px;
	}
	.detail h2 {
		font-size: 2em;
	}
	.navbar ul ul {
		padding: 10px;
		background: #C20136;
		opacity: 1;
		width: 100%;
		position: relative;
		z-index: 1000;
		left: 149px;
	}
	.images_1_of_4 span {
		width: 88px;
		height: 88px;
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	.fa-btn {
		font-size: 14px;
		background: #F5F5F5;
		cursor: pointer;
		padding: 4px 18px;
		display: inline-block;
		margin: 4px 0px;
		text-transform: uppercase;
		outline: none;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
	dl.faq button {
		font-size: 12px;
	}

	#box1{
		background-size: 100%;
	}
	#box2{
		background-size: 100%;
	}
	#box3{
		background-size: 100%;
	}
	#box4{
		background-size: 100%;
	}
	#box5{
		background-size: 100%;
	}
	#box6{
		background-size: 100%;
	}

	#equip1 {
		background-size: 100%;
	}
	#equip1 {
		background-size: 100%;
	}
	#equip1 {
		background-size: 100%;
	}
	.position{
		left: 55%;
		position: absolute;

	}
	.butn {
		visibility: hidden;
	}
	.frame{

		width: 100%;
	}
}

@media only screen and (max-width: 320px) {
	.images_1_of_4 h4 {
		margin: 15px 0 10px;
	}

	.images_1_of_4 span {
		width: 88px;
		height: 88px;
	}
	.images_1_of_4 span i {
		font-size: 5em;
		line-height: 1.8em;
	}
	.images_1_of_4 h4 a {
		font-size: 1em;
	}

	#box1{
		background-size: 100%;
		height: 200px;
	}
	#box2{
		background-size: 100%;
		height: 200px;
	}
	#box3{
		background-size: 100%;
		height: 200px;
	}
	#box4{
		background-size: 100%;
		height: 200px;
	}
	#box5{
		background-size: 100%;
		height: 200px;
	}
	#box6{
		background-size: 100%;
		height: 200px;
	}

	#equip1{
		background-size: 100%;
		height: 200px;
	}
	#equip2{
		background-size: 100%;
		height: 200px;
	}
	#equip3{
		background-size: 100%;
		height: 200px;
	}
	.butn {
		visibility: hidden;
	}
}
.teamname{

	background-color: #D6D6D6;
	position:absolute; 
	top: 89%; 
	text-align:center;
	color: black; 
	font-size: 12px;
}
