/* GLOBAL */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
body {
	border-top: 5px solid #faa635;
	background: #ffffff;
	font-family: "Open Sans";
	font-weight: normal;
	color: #333333;
}
input {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 7px;
	outline: 0;
	border: 0;
	width: 250px;
	background: #EBE8DE;
	border-radius: 5px;
}
input[type=submit] {
	width: auto;
	padding: 5px 18px;
	line-height: 25px;
	text-shadow: none;
	cursor: pointer;
	box-shadow: none;
	background: #333333;
	color: #fff;
}
p {
	margin: 8px 0;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: inherit;
	transition: color .5s ease;
}
strong {
	font-weight: bold;
}
figcaption strong {
	padding-bottom: 0px;
	margin: 5px 0;
}
figcaption {
	line-height: 26px;
	font-size: 14px;
	width: 480px;
}
figcaption-job {
	line-height: 26px;
	font-size: 14px;
	width: 100px;
}
hr {
	background-color: #D6D0C1;
	border: 0;
	height: 1px;
	margin: 20px 0;
}
/* HEADER */
.logo {
	float: left;
	margin: 0;
	padding: 0 0;
}
header {
	position: relative;
	width: auto;
	max-width: 900px;
	margin: 0 auto 20px auto;
}
header h1 {
	margin: 35px 0 0 0;
	font-size: 55px;
	color: #e56038;
	font-family: 'Baumans', cursive;
}
header p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #4A463B;
	margin-left: 0px;
}
.header-address-info {
	padding: 0 8px 0 0;
	float: left;
}
.header-address-info a {
	transition: color .5s ease;
	color: #3a3a3a;
	text-decoration: none;
}
.header-address-info a:hover {
	transition: color .5s ease;
	color: #006fdf;
	text-decoration: underline;
}
nav {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
nav ul {
	list-style: none;
}
nav ul li {
	display: block;
	float: left;
	padding: 3px 15px;
}
nav ul li a {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	transition: all .25s ease;
}
nav ul li a:hover {
	color: #E56038;
}
#mobileMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
#mobileMenu ul li {
	display: block;
	background-color: #E56038;
	color: #fff;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #CC5836;
}
.toggleMobile {
	display: none;
}
/* 3 COLUMNS */

#boxcontent {
	width: auto;
	max-width: 900px;
	margin: 0 auto;
	padding: 70px 0 45px 0;
}
#boxcontent article {
	float: left;
	width: 250px;
	margin-right: 45px;
	font-size: 14px;
}
#boxcontent article h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 75px;
}
#boxcontent article img {
	float: left;
}
#boxcontent article p {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	margin-left: 75px;
}
#slider_content1, #slider_content2, #slider_content3 {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width: 310px;
	position: absolute;
	top: 15%;
	left: 20%;
	display: none;
	z-index: 11;
}
#slider_content1 h3, #slider_content2 h3, #slider_content3 h3 {
	color: #EBE8DE;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #333333;
	padding: 10px 15px;
	border-radius: 15px 0 15px 0;
	display: inline-block;
}
#slider_content1 {
	display: block;
}
#slider_content1 p, #slider_content2 p, #slider_content3 p {
	margin: 0 0 30px 0;
	color: #000;
	/*	background-color: #ffffff; */
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 24px;
	line-height: 30px;
	text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 30px rgba(255,255,255,1), 0 0 40px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 100px #fff;
}
/* BUTTONS */

.button {
	padding: 7px 14px;
	border: 1px solid #c3532e;
	background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
	background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
	background-color: #eb653c;
	color: #EBE8DE;
	text-shadow: 1px 1px 0px #ff8155;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.button:hover {
	background: none #EBE8DE;
	border-color: #EBE8DE;
	text-shadow: none;
	color: #4A463B;
}
/* SPACER */

#spacer {
	width: auto;
	height: 313px;
	background: url(../img/tab-bg.png) center top repeat-x;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
}
#spacer p {
	width: auto;
	position: absolute;
	margin-left: -450px;
	max-width: 1000px;
	margin: 22px auto;
}
#spacer .search {
	margin-top: 15px;
	width: auto;
	position: absolute;
	right: 50%;
	margin-right: -480px;
}
/* FOUR COLUMNS */

#four_columns, #text_columns {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	clear: both;
	width: auto;
	max-width: 900px;
	margin: 0px auto;
	background-color: #ececec;
}
#four_columns h2, #text_columns h3 {
	font-size: 20px;
	padding: 20px 0;
	margin-bottom: 0px;
}
#four_columns .img-item {
	float: left;
	margin-right: 25px;
}
#four_columns .img-item a {
	position: relative;
	display: block;
}
.thumb-screen {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 113px;
	background: #000 url(img/zoom.png) center center no-repeat;
	z-index: 99;
	opacity: 0;
	transition: opacity .5s ease;
}
.thumb-screen:hover {
	opacity: 0.5;
}
/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2 {
	margin: 10px 0 10px;
	font-size: 14px;
	float: left;
	width: auto;
	max-width: 900px;
	height: 80px;
}
#text_columns .column2 {
	margin: 120px 0;
}
.row {
	position: relative;
	margin: 40px 0 0 50px;
	float: right;
	width: 350px;
}
.row img {
	float: left;
}
.row p {
	margin-left: 100px;
}
.rocket, .clock {
	top: 0;
	left: 0;
	position: absolute;
	height: 80px;
}
.rocket:hover {
	opacity: 0;
	transition: opacity 0.4s ease 0.2s;
	animation-name: stylie-transform-keyframes;
	animation-duration: 700ms;
	animation-delay: 0ms;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	transform-origin: 0 0;
}
.clock:hover {
	animation-name: stylie-transform2-keyframes;
	animation-duration: 100ms;
	animation-delay: 0ms;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transform-origin: 0 0;
}
/* FOOTER */

footer {
	position: relative;
	clear: both;
	width: auto;
	height: 120px;
	background: #1d1d1d;
	bottom: 0px;
	color: #333 !important;
}
footer .wrapper {
	line-height: 25px;
	margin: 0 auto;
	padding-top: 10px;
	width: auto;
	max-width: 900px;
	font-size: 12px;
	bottom: 0px;
}
footer .wrapper .column {
	font-family: 'Open Sans', sans-serif;
	color: #ababab;
	float: left;
	max-width: 900px;
	margin-right: 20px;
}
footer .wrapper .column.midlist ul li {
	display: inline;
	width: 50px;
	padding: 0 0 10px 5px;
	margin-bottom: 10px;
	border-bottom: 0px solid #444444;
	background: url(img/arrowright2.png) left 6px no-repeat;
}
footer .wrapper .column.midlist ul li a:hover {
	color: #fff;
}
footer .wrapper .column.rightlist ul li {
	display: block;
	width: auto;
	margin-bottom: 15px;
}
footer .wrapper .column.rightlist ul li a span {
	margin-left: 95px;
	display: block;
}
footer .wrapper .column.rightlist ul li a img {
	transition: border .25s ease;
	float: left;
	border: 3px solid #444444;
}
footer .wrapper .column.rightlist ul li a img:hover {
	border-color: #5e5e5e;
}
footer .wrapper .column h4 {
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
#copyright {
	background: #1D1D1D;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#copyright .wrapper {
	font-family: 'Open Sans', sans-serif;
	padding-top: 12px;
	color: #a7a7a7;
	font-size: 12px;
	position: relative;
}
#copyright .wrapper .social {
	position: absolute;
	right: 0;
	top: 0px;
	line-height: 18px;
}
#copyright .wrapper .social a {
	transition: opacity .25s ease;
	opacity: 0.3;
	margin-left: 12px;
	display: block;
	float: left;
}
#copyright .wrapper .social a:hover {
	opacity: 0.7;
}
#copyright .wrapper a {
	color: #ABABAB;
}
#copyright .wrapper a:hover {
	color: #fff;
}
/* SKIPLINK */
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}
.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
section .home-container {
	clear: both !important;
}
.slidesjs-container {
	border-top: 1px #d6d0c1 solid;
}
#slides {
	display: none
}
/* Center the slideshow */
.container {
	width: auto;
	margin: 0 auto;
	position: relative;
}
.container-main {
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding: 0 0px;
}
/* Show active item in the pagination */
.slidesjs-pagination .active {
	color: red;
}
#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p .responsive_button {
	display: none;
	color: #000;
}
/* MISC */
.clear {
	clear: both;
}
.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/*============== Inner Page =================*/
.inner-container {
	background-color: #232323;
	height: 100px;
}
.inner-container-area {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	float: left;
	/*width: 130px;*/
	padding: 32px 5px 5px 20px;
}
.inner-header {
	font-size: 30px;
	font-weight: normal;
}
.innerHeaderText-one {
	font-size: 64px;
	font-weight: normal;
	color: #CCC;
	float: left;
	padding: 15px 0;
	font-family: 'sans-serif';
}
.innerHeaderText-two {
	font-size: 20px;
	font-weight: normal;
	color: #CCC;
	font-style: italic;
	font-size: 16px;
	padding: 22px 16px;
	float: left;
	line-height: 28px;/*width: 250px;*/
}
.innerHeaderImage-two {
	font-size: 20px;
	font-weight: normal;
	color: #CCC;
	font-style: italic;
	padding: 0;
	float: left;
	max-width: 100%;/*width: 480px;*/
}
.inner-titlebar {
	margin: 0px auto;
	width: 900px;
	padding: 10px 0;
}
.innerLeft-area {
	margin: 0px;
	width: 250px;
	padding: 0;
	float: left;
}
.innerLeft-area ul {
	margin: 0px;
 width: 100% padding-left: 20px;
	float: left;
}
.innerLeft-area li {
	margin: 0px;
	padding: 8px 0 8px 30px;
	background: url(../img/left-bullet-img.png) left .4em no-repeat;
	color: #006fdf;
}
.innerLeft-area ul li a:hover {
	margin: 0px;
	padding: 0;
	color: #999;
}
.innerLeft-area ul li a:active {
	margin: 0px;
	padding: 0;
	color: #000 !important;
}
.innerLeft-areaHeader {
	padding: 10px 0;
	font-size: 23px;
	color: #faa635;
}
.innerRight-area {
	margin: 0px;
	width: 600px;
	padding: 10px 0 10px 20px;
	float: left;
	border-left: 1px solid #CCC;
}
.innerRight-area ul {
	margin: 0px;
	width: 100%;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
}
.innerRight-area li {
	margin: 0px;
	padding: 8px 0 8px 25px;
	background: url(../img/bullet-img.png) left .6em no-repeat;
	font-size: 14px;
}
.innerRight-header {
	font-size: 18px;
	line-height: 24px;
}
.innerRight-normalText {
	font-size: 13px;
	line-height: 20px;
}
.innerRight-normalText ul {
	margin: 0px;
	width: 100%;
	float: left;
	padding: 3px 0 20px 20px;
}
.innerRight-normalText li {
	margin: 0px;
	padding: 4px 0 4px 25px;
	background: url(../img/bullet-img.png) left .6em no-repeat;
	font-size: 13px;
}
.innerRight-normalText a {
	font-size: 13px;
	color: #006fdf;
	text-decoration: none;
}
.innerRight-normalText a:hover {
	font-size: 13px;
	color: #006fdf;
	text-decoration: underline;
}
.innerRight-normalText h1 {
	font-size: 20px;
	color: #006fdf;
	padding: 15px 0 8px;
	font-weight: normal;
	line-height: 26px;
}
.innerRight-contact-Text {
	font-size: 13px;
	line-height: 20px;
	float: left;
/*	width: 235px;*/
	padding: 0 10px 20px;
}
.innerRight-contact-Text a {
	font-size: 12px;
	font-weight: bold;
	transition: color .5s ease;
	width: 250px;
	color: #006fdf;
	text-decoration: underline;
}
.innerRight-contact-Text a:hover {
	font-size: 12px;
	font-weight: bold;
	transition: color .5s ease;
	width: 250px;
	color: #3a3a3a;
	text-decoration: none;
}
.innerRight-lower {
	border-top: 1px solid #CCC;
	width: 100%;
	font-size: 13px;
	padding: 20px 0 0;
	line-height: 20px;
	margin-top: 20px;
	float: left;
}
.innerRight-mid {
	width: 100%;
	font-size: 13px;
	padding: 0px 0 0;
	line-height: 20px;
	margin-top: 10px;
	float: left;
}
.innerRight-mid ul li {
	padding: 5px 0 6px 25px;
	line-height: 20px;
}
.innerRight-mid a {
	font-size: 13px;
	color: #006fdf;
	text-decoration: none;
}
.innerRight-mid a:hover {
	font-size: 13px;
	color: #006fdf;
	text-decoration: underline;
}
.innerRight-mid h1 {
	font-size: 20px;
	color: #006fdf;
	font-weight: normal;
	padding-bottom: 10px;
	padding: 20px 0 10px;
}
.innerRight-lower a {
	color: #006fdf;
	transition: color .5s ease;
	font-size: 13px;
	text-decoration: underline;
}
.innerRight-lower a:hover {
	transition: color .5s ease;
	font-size: 13px;
	color: #3a3a3a;
	text-decoration: none;
}





/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px) {
#slider_content1, #slider_content2, #slider_content3 {
	width: auto;
	margin-right: 50px;
}
#slider_content1 h2, #slider_content2 h2, #slider_content3 h2 {
	font-size: 18px;
}
#slider_content1 p, #slider_content2 p, #slider_content3 p {
	font-size: 14px;
}
#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p .responsive_button {
	display: inline;
}
.container .button {
	display: none;
}
}
 @media (max-width: 980px) {
#spacer {
	height: 413px;
}
#spacer .tab-txt-area {
	margin: 30px 0px;
	padding: 0px 30px;
	max-width: 1000px;
	color: #000;
	text-align: left;
	float: left;
	line-height: 28px;
}
#spacer .tab-img img {
	max-width: 75%;
	height: auto;
}
#spacer .resp-tab-active {
	padding: 14px 41px 14px 41px !important;
}
#spacer .resp-tabs-list li {
	padding: 14px 41px;
}

.innerRight-area{
	min-height:800px;
	}	
}
 @media (max-width: 915px) {
#boxcontent article {
	float: none;
	margin: 30px auto 0 auto;
	width: 60%;
}
#spacer {
	height: 413px;
}
#spacer .search {
	margin-top: 19px;
	margin-right: -385px;
}
#spacer p {
	margin-left: -370px;
}
input {
	padding: 4px;
	font-size: 14px;
}
input[type="submit"] {
	padding: 1px 14px;
}
#four_columns {
	max-width: 900px;
}
#four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4) {
	margin-top: 25px;
	right: 0px;
	position: absolute;
}
#text_columns article.column1, #text_columns {
	float: none;
	max-width: 500px;
	margin: 5px 10px 0 5px;
	background-color: #FFF;
}
.column2 .row {
	float: none;
	margin: 0 0 40px 50px;
}
footer .wrapper .column {
	font-size: 12px;
	width: 230px;
}
}
@media (max-width: 800px) {
#spacer {
	height: 390px;
}
#spacer .tab-img img {
	max-width: 85%;
	height: auto;
}
#spacer .tab-img {
	width: 342px;
	padding: 10px 0px;
	text-align: center;
}
#spacer .tab-txt-area {
	font-size: 15px;
	margin: 30px 0px;
	padding: 0px 30px;
	width: 90%;
	color: #000;
	text-align: left;
	float: left;
	line-height: 28px;
}
#spacer .resp-tab-active {
	padding: 14px 23px 14px 23px !important;
}
#spacer .resp-tabs-list li {
	padding: 14px 23px;
}
#four_columns {
	width: 800px;
	padding-left: 10px;
}
figcaption {
	width: 353px;
}
figcaption-job {
	padding-right: 10px;
	width: 200px;
}
#four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4) {
	margin: 0;
}
#text_columns img {
	max-width: 100%;
	height: auto;
}
#text_columns article.column1 {
	width: 100%;
}
#text_columns .client-logos {
	float: left;
}
#text_columns article.column2 {
	margin: 0 !important;
	padding: 0;
}
.client-loop {
	width: 100%;
}
#text_columns article.column1, #text_columns {
	width: 100%;
	max-width: none;
}
.header-address {
	width: 173px;
}
header .header-address1 {
	border-left: 0px solid #999;
}
header .top-nav {
	height: 135px;
}
footer .wrapper .column {
	font-size: 12px;
	width: 100%;
}
.header-address-info {
	border: none;
}
.header-address .header-address-info {
	border-right: none;
	text-align: right;
}
.innerRight-area {
	width: 510px;
}
.innerLeft-area {
	margin-left: 5px;
}
}
/* iPads (portrait and landscape) ----------- */
@media (max-width: 768px) {
header {
	height: 120px;
}
header nav {
	right: auto;
	bottom: auto;
	left: 50%;
	top: 100px;
	margin-left: -184px;
}
#spacer p {
	text-align: left;
	position: static;
	margin: 0 auto;
	padding: 15px 0 7px 0;
}
#spacer .search {
	text-align: center;
	position: static;
	margin: 0 auto;
}
footer {
	padding-bottom: 70px;
	height: auto;
}
footer .wrapper {
	width: 350px;
	margin: 0 auto;
}
footer .wrapper .column {
	margin-top: 30px;
	float: none;
	font-size: 14px;
	width: auto;
}
#spacer {
	height: 390px;
}
#spacer .tab-txt-area {
	margin: 30px 0px;
	padding: 0px 30px;
	max-width: 1000px;
	color: #000;
	text-align: left;
	float: left;
	line-height: 28px;
}
#spacer .tab-img img {
	max-width: 75%;
	height: auto;
}
#spacer .tab-img {
	max-width: 100%;
	height: auto;
	width: 326px;
	padding: 0;
}
#spacer .resp-tab-active {
	padding: 14px 18px 14px 18px !important;
}
#spacer .resp-tabs-list li {
	padding: 14px 18px;
}
header nav {
	margin-left: -275px;
}
footer .wrapper {
	width: 745px;
	line-height: 10px;
}
#text_columns .client-logos img {
	max-width: 100%;
	height: auto;
}
#four_columns {
	width: auto;
}
#text_columns article.column1, #text_columns {
	margin: 0;
}
.header-address .header-address-info {
	border-right: none;
	text-align: right;
	color: #3a3a3a;
}
.innerRight-area {
	width: 490px;
}
.innerLeft-area {
	margin-left: 5px;
}
.horizontalTab-container {
	padding: 0 !important;
}
}
 @media (max-width: 640px) {
.container {
	height: 1px;
	top: 0px;
}
#spacer .resp-tab-active {
	padding: 14px 12px 14px 12px !important;
}
#spacer .resp-tabs-list li {
	padding: 14px 12px;
}
#horizontalTab .start-tab {
	padding: 15px 5px;
	width: 100px;
	font-size: 18px;
}
header nav {
	margin-left: -310px;
}
.iso {
	width: 145px;
}
header {
	height: 104px;
}
#spacer .tab-txt-area {
	width: 80%;
}
#spacer .tab-img {
	width: 260px;
	padding: 30px 10px;
}
#spacer .tab-img img {
	max-width: 100%;
	height: auto;
}
#spacer p {
	padding: 0px;
}
#four_columns h2, #text_columns h3 {
	padding: 5px;
}
figcaption {
	width: 195px;
}
footer .wrapper {
	width: 620px;
}
.horizontalTab-container {
	padding: 0 !important;
}
.container .container-inside {
	margin: 0;
	padding: 0;
	display: none;
}
}
@media only screen and (min-width: 320px) and (max-width:490px) {
.inner-container {
	margin: 40px 0 0 0;
	clear: both;
}
.container-main {
	float: left;
	width: 100%;
}
.inner-header {
	float: left;
	margin: 0 0 0 10px;
}
.inner-container-area {
	padding: 24px 10px 0 0;
	text-align: left;
	color: #ffffff;
}
header {
	margin-top: 5px;
	text-align: center;
	height: auto;
}
footer {
	width: 100%;
}
/*.resp-tabs-container img{ display:none;
			}  */
.container {
	height: 1px;
	top: 0px;
}
.container .container-inside {
	margin: 0;
	padding: 0;
	display: none;
}
.inner-titlebar {
	width: 95%;
	padding: 10px 0;
}
#text_columns .client-logos {
	float: left !important;
}
#text_columns .client-loop{
	padding:none !important;


}
.column1{
	padding:none !important;
}
.innerRight-area {
	width: 98%;
	margin-top: 10px;
	padding: 5px;
	border:none;
}
.header-address .header-address-info {
	border-right: none;
	text-align: center;
}
.innerHeaderImage-two img {
	display: none;
}
header .top-nav {
	height: 200px;
}
header .iso {
	width: 100%;
	margin-top: 5px;
}
header .header-address {
	width: 100%;
	margin-top: 5px;
}
header .header-address-info {
	border: none;
	padding: 0 8px 0 0;
	text-align: center;
	width: 100%;
}
header .header-social {
	height: 50px;
	text-align: center;
	padding-top: 5px;
	width: 100%;
}
#spacer {
	height: auto;
	border-bottom: 1px solid #333;
}
#four_columns {
	width: auto;
	background-color: #ececec;
	height: auto;
}
#four_columns .img-item {
	width: 295px;
	float: none;
	margin: 5px auto 0 auto;
}
#four_columns h2 {
	margin: 0 0px;
}
figcaption {
	width: 94%;
}
#horizontalTab .start-tab {
	width: 100%;
}
.column2 .row {
	margin: 0 0 40px 10px;
	width: auto;
}
footer .wrapper {
	width: auto;
}
footer .wrapper .column {
	margin: 0 auto 15px auto;
	max-width: 300px;
}
input {
	width: auto;
}
#mobileMenu {
	display: block;
	z-index: 99;
}
.toggleMobile {
	position: fixed;
	top: 10px;
	right: 10px;
	display: block;
	width: 40px;
	height: 36px;
	cursor: pointer;
	z-index: 999;
}
.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3 {
	display: block;
	position: absolute;
	width: 40px;
	height: 8px;
	left: 0;
	background: #EDA28C;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile span.menu1 {
	top: 0;
}
.toggleMobile span.menu2 {
	top: 14px;
}
.toggleMobile span.menu3 {
	top: 28px;
}
.toggleMobile.active span.menu1 {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu2 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu3 {
	opacity: 0;
	-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
header nav {
	display: none;
}
header h1 {
	font-size: 40px;
}
header p {
	margin-left: 60px;
	font-size: 14px;
}
figcaption-job {
	width: 50%;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
figcaption-job img {
	max-width: 150px;
}
.img-item img {
	max-width: 50%;
}
h2.resp-accordion {
	text-align: left;
	color: #333;
}
#four_columns .img-item {
	float: left;
}
#text_columns .client-logos img {
	max-width: 100%;
	height: auto;
}
#text_columns .client-logos {
	float: none;
	width: 100%;
}
#text_columns .client-loop {
	width: 100%;
	float: left;
	padding: none;
	font-size:20px;
	border-top: 1px solid #ccc;
}
footer .wrapper .column {
	line-height: 18px;
}
footer .footer-address1 {
	padding: 0;
	border: none;
}
footer .footer-seo {
	padding: 0 10px 0 0;
}
#copyright .wrapper .social {
	right: 0;
	padding: 0 5px;
	width: 100%;
}
#copyright .copyright {
	margin: 50px 0 0 0;
	padding: 0 0 0 0px;
	text-align:center;
}
.innerRight-lower {
	width: 100%;
	padding: 20px 0 20px;
}
.inner-header {
	font-size: 18px;
}
section.home-container {
	display: none;
	position: relative;
}
.innerHeaderText-two {
	padding: 22px 0;
}
.innerRight-area ul {
	padding-left: 0px;
}
}

/*    ---------------------------------------------  From From 490 Px to up  ---------------------------------------   */
@media only screen and (min-width: 491px ) and (max-width:799px) {
.inner-container {
	margin: 40px 0 0 0;
	clear: both;
}
.container-main {
	float: left;
	width: 100%;
}
.inner-header {
	float: left;
	margin: 0 0 0 10px;
}
.inner-container-area {
	padding: 24px 10px 0 0;
	text-align: left;
	color: #ffffff;
}
header {
	margin-top: 5px;
	text-align: center;
	height: auto;
}
footer {
	width: 100%;
}
/*.resp-tabs-container img{ display:none;
			}  */
.container {
	height: 1px;
	top: 0px;
}
.container .container-inside {
	margin: 0;
	padding: 0;
	display: none;
}
.inner-titlebar {
	width: 95%;
	padding: 10px 0;
}
#text_columns .client-logos {
	float: left !important;
}
.innerRight-area {
	width: 98%;
	margin-top: 10px;
	padding: 5px;
	border:none;
}
.header-address .header-address-info {
	border-right: none;
	text-align: center;
}
.innerHeaderImage-two img {
	display: none;
}
header .top-nav {
	height: 200px;
}
header .iso {
	width: 100%;
	margin-top: 5px;
}
header .header-address {
	width: 100%;
	margin-top: 5px;
}
header .header-address-info {
	border: none;
	padding: 0 8px 0 0;
	text-align: center;
	width: 100%;
}
header .header-social {
	height: 50px;
	text-align: center;
	padding-top: 5px;
	width: 100%;
}
#spacer {
	height: auto;
	border-bottom: 1px solid #333;
}
#four_columns {
	width: auto;
	background-color: #ececec;
	height: auto;
}
#four_columns .img-item {
	width: 295px;
	float: none;
	margin: 5px auto 0 auto;
}
#four_columns h2 {
	margin: 0 0px;
}
figcaption {
	width: 94%;
}
#horizontalTab .start-tab {
	width: 100%;
}
.column2 .row {
	margin: 0 0 40px 10px;
	width: auto;
}
footer .wrapper {
	width: auto;
}
footer .wrapper .column {
	margin: 0 auto 15px 20px;
	max-width: 100%;
	text-align:center;
}
input {
	width: auto;
}
#mobileMenu {
	display: block;
	z-index: 99;
}
.toggleMobile {
	position: fixed;
	top: 10px;
	right: 10px;
	display: block;
	width: 40px;
	height: 36px;
	cursor: pointer;
	z-index: 999;
}
.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3 {
	display: block;
	position: absolute;
	width: 40px;
	height: 8px;
	left: 0;
	background: #EDA28C;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile span.menu1 {
	top: 0;
}
.toggleMobile span.menu2 {
	top: 14px;
}
.toggleMobile span.menu3 {
	top: 28px;
}
.toggleMobile.active span.menu1 {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu2 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu3 {
	opacity: 0;
	-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
header nav {
	display: none;
}
header h1 {
	font-size: 40px;
}
header p {
	margin-left: 60px;
	font-size: 14px;
}
figcaption-job {
	width: 50%;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
figcaption-job img {
	max-width: 150px;
}
.img-item img {
	max-width: 50%;
}
h2.resp-accordion {
	text-align: left;
	color: #333;
}
#four_columns .img-item {
	float: left;
}
#text_columns .client-logos img {
	max-width: 100%;
	height: auto;
}
#text_columns .client-logos {
	float: none;
	width: 100%;
}
#text_columns .client-loop {
	width: 100%;
	float: left;
	padding: 10px;
	font-size:20px;
	border-top: 1px solid #ccc;
}
footer .wrapper .column {
	line-height: 18px;
}
footer .footer-address1 {
	padding: 0 25px;
	border: none;
	float:right;
}
.footer-seo {
	padding: 0 10px 0 25px;
}
#copyright .wrapper .social {
	right: 0;
	padding: 0 5px;
	width: 100%;
}
#copyright .copyright {
	margin: 50px 0 0 0;
	padding: 0 0 0 0px;
	text-align:center;
}
.innerRight-lower {
	width: 100%;
	padding: 20px 0 20px;
}
.inner-header {
	font-size: 18px;
}
section.home-container {
	display: none;
	position: relative;
}
.innerHeaderText-two {
	padding: 22px 0;
}
.innerRight-area ul {
	padding-left: 0px;
}
}


/*    ------------------------------------------------  end 490 Px to up   -------------------------------------  */

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
 0% {
transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);
animation-timing-function: cubic-bezier(.25, .25, .75, .75);
}
 100% {
transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);
}
}
 @keyframes stylie-transform2-keyframes {
 0% {
transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);
animation-timing-function: cubic-bezier(.25, .25, .75, .75);
}
 100% {
transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);
}
}
.iso {
	float: left;
	margin: 38px 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #006fdf;
	font-weight: normal;
	line-height: 20px;
}
.header-address {
	float: right;
	margin: 0px 0 0 0;
	padding: 0 10px 0 0;
	font-size: 14px;
	color: #3a3a3a;
	line-height: 20px;
	text-align: right;
}
.logo {
	width: 240px;
	height: 100px;
	float: left;
}
.header-address1 {
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	border-left: 1px solid #999;
}
.header-address-info {
	padding: 0 8px 0 0;
	float: left;
}
.header-social {
	width: 160px;
	height: 50px;
	float: right;
	padding-top: 10px;
}
.client-loop {
	left: 0px;
	text-align: center;
	float: left;
	width: 150px;
	padding: 15px 0;
	font-weight: bold;
}
.client-logos {
	right: 0px;
	float: right;
	width: 700px;
}
.top-nav {
	width: 100%;
	height: 125px;
	left: 0;
}
.horizontalTab-container {
	max-width: 1000px;
	background-color: #232323;
	margin: 0 auto;
	padding-left: 50px;
}
.start-tab {
	max-width: 150px;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 26px;
	padding: 14px 5px;
	height: auto;
	float: left;
	display: inline-block;
	list-style: none;
	cursor: pointer;
}
.footer-address1 {
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	border-left: 1px solid #999;
}
.career {
	background-color: #ececec;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
.footer-seo {
	float: left;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
}
.career {
	background-color: #ececec;
	padding: 10px;
	border-bottom: 1px solid #666;
}
.copyright {
	margin: 0;
	padding: 0;
}
