@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/* CSS Document */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HTML5 Events Display
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ELEMENTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
}
body {
	font-family: Droid Sans;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	background-color: #fff;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Droid Sans;
}
h1 {
	font-size: 32px;
	line-height: 36px;
	margin: 10px 0 25px 0;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
	margin: 10px 0 20px 0;
}
h3 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 22px 0;
}
p + h3 {
	padding: 10px 0 0 0;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
h5 {
	font-size: 17px;
	margin: 0 0 10px 0;
	line-height: 20px;
}
a, a:link {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: none;
	color: #3f3f3f;
}
p {
	margin: 0px 0px 10px 0px;
	color: #000;
	font-family: Droid Sans;
	font-size: 14px;
	line-height: 20px;
}
.clear-fix {
	clear: both;
	display: table;
}
ul, li {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
.tinynav {
	display: none;
}
/****************Fixed Background Styles***********************/
.backround {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	display: block;
}
/**************** Header Wrapper***********************/
#wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	z-index: 100;
}
.header_container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.header_container .header {
	padding: 15px 0;
}
.header_container .logo {
	width: 26%;
	float: left;
}
.header_container .contact_info {
	width: 26%;
	float: right;
	padding-top: 5px;
}
.header_container .contact_info p {
	margin: 0;
	text-align: right;
}
.header_container .navigation {
	background: url(../images/menu-bg.jpg) repeat-x;
	float: none;
	padding: 10px;
	border-radius: 6px;
}
/**************** Navigation Wrapper styles***********************/
.navigation ul li {
	list-style: none;
	float: left;
	position: relative;
}
.navigation li a {
	color: #fff;
	background: url(../images/menu-devider.png) no-repeat center right;
	padding: 10px 25px 10px 10px;
}
.navigation li:last-child a {
	background: none;
}
.navigation li a:hover {
	color: #0eade8;
}
.submenu {
	display: none;
}
.submenu li {
	background: url(../images/menu-bg.jpg) repeat-x;
	width: 275px;
	float: none !important;
	margin: 0 !important;
	padding: 5px 10px !important;
}
.submenu li a {
	background: none;
}
.navigation ul li:hover>.submenu {
	display: block;
	position: absolute;
	z-index: 99999999999;
	margin-top: 5px;
	left: 1%;
	background: url(../images/dropdown-bg.png) no-repeat top left;
}
/**************** Slider Wrapper Styles***********************/
.slider {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.slider .banner_shade {
	position: absolute;
	top: -8px;
	left: -26px;
	width: 1002px;
	height: 344px;
	overflow: hidden;
	z-index: 0;
}
.slider .flex_caption {
	display: block;
	position: absolute;
	z-index: 3;
	padding: 15px;
	width: 440px;
	top: 10%;
	margin-left: 14.5%;
	background: #0072bc;
}
.slider .flex_caption p {
	color: #fff;
	margin: 0px 0px 5px 0px;
	line-height: 17px;
}
.slider .flex_caption h1 {
	color: #fff;
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	margin: 0px 0 15px 0;
	font-style: italic;
}
/**************** Feature Wrapper Styles***********************/
.featured_wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 45px;
	position: relative;
}
.featured_wrap .featured_wrap_shade {
	position: absolute;
	top: 0px;
}
.featured_wrap .featured_box {
	width: 20.7%;
	position: relative;
	float: left;
	margin: 0 8px;
	padding: 10px;
	min-height: 240px;
	border-radius: 10px;
	background: url(../images/feat-box-bg.png) repeat-x;
	border: 1px solid #d2d2d2;
}
.featured_box h4 {
	font-weight: bold;
	color: #0072bc;
	margin-bottom: 20px;
}
.featured_box .feat_box_shade {
	position: absolute;
	bottom: -18px;
	left: 0px;
}
.featured_box .feat_img {
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}
.feat_img .feat_img_shade {
	position: absolute;
	bottom: 0px;
	left: 12px;
}
.featured_box a:hover > p, .bottom_wrap a:hover > p {
	color: #0072bc !important;
}
/**************** Bottom Container***********************/
.bottom_container {
	width: 100%;
	max-width: 920px;
	margin: 40px auto 0 auto;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #d2d2d2;
}
.bottom_container .bottom_wrap {
	width: 28%;
	float: left;
	padding-right: 5%;
}
.bottom_wrap h5 {
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
}
/**************** Footer Container styles***********************/
.footer_container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	background: #545454;
	border-top: 8px solid #0072bc;
	margin-top: 30px;
	color: #fff;
}
.footer_container .solutions {
	width: 17%;
	padding-left: 4%;
	float: left;
	background: url(../images/footer-menu-devider.png) no-repeat top right 15px;
}
/*.footer_container .footer_menu{
width: 65%;
padding-left: 4%;
list-style:none;
float:left;
}
.footer_menu  li{
	float:left;
	width:20%;
	padding-top:15px;
}*/
.footer_container .consulting {
	width: 28%;
	float: left;
	background: url(../images/footer-menu-devider.png) no-repeat top right 15px;
}
.footer_container .outsource {
	width: 25%;
	float: left;
	background: url(../images/footer-menu-devider.png) no-repeat top right 15px;
}
.footer_container .why_varchas {
	width: 13%;
	float: left;
}
.footer_container .contact_info {
	width: 21%;
	float: right;
	padding-right: 4%;
}
.footer_container .copy_right {
	width: 92%;
	text-align: right;
	float: right;
	padding-top: 10px;
	border-top: 1px dotted #e9e9e9;
	margin: 15px 4% 30px 4%;
}
.solutions p, .consulting p, .outsource p, .why_varchas p {
	font-weight: bold;
}
.solutions ul, .consulting ul, .outsource ul, .why_varchas ul {
	list-style: none;
}
.footer_container a, .footer_container p {
	color: #e9e9e9;
}
/**************** Inside Pages styles***********************/
.inside_wrapper {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 45px;
}
.inside_wrapper p {
	text-align: justify;
}
.inside_wrapper ul li {
	margin-left: 20px;
}
.inside_wrapper ul {
	margin-bottom: 20px;
}
.inside_wrapper .main_container {
	width: 65%;
	float: left;
	padding-right: 2%;
}
.main_container h2 {
	margin: 0px 0 20px 0;
}
.inside_wrapper .side_bar {
	width: 33%;
	float: right;
}
.side_bar .img_wrapper {
	padding-bottom: 10px;
}
.side_bar .side_content {
	background: url(../images/quotes-top.png) left top no-repeat;
}
.side_bar .side_content p {
	padding-top: 25px;
	position: relative;
	text-align: left;
	text-indent: 60px;
}
.side_bar .side_content p img {
	position: absolute;
	bottom: -7px;
}
.main_container img {
	float: left;
	padding: 0 20px 20px 0;
}
.main_container .Careers_link {
	color: #0072bc;
}
/**************** Contact Inside Pages styles***********************/
.inside_wrapper .contacta_main_container {
	width: 48%;
	float: left;
}
.inside_wrapper .contact_sidebar {
	width: 48%;
	float: right;
}
.contacta_main_container .contact_map {
	border: 1px solid #000;
}
.contacta_main_container iframe {
	width: 100%;
}
.contact_sidebar h2 {
	margin: 0 0 20px 0;
}
#contactform .contact-form {
	width: 100%;
}
#contactform .field_item textarea {
	width: 72%;
	float: right;
}
#contactform .field_item, #apply_job .field_item {
	padding-bottom: 5px;
	width: 100%;
}
#contactform .field_item input {
	width: 72%;
	float: right;
	padding-bottom: 10px;
}
#contactform .field_item label {
	width: 23%;
	float: left;
	padding: 3px 0 14px 0;
	font-family: Droid Sans;
	font-size: 14px;
}
#apply_job .field_item input[type="text"] {
	width: 67%;
	float: right;
	padding-bottom: 10px;
}
#apply_job .field_item input[type="file"] {
	width: 68%;
	float: right;
	padding-bottom: 10px;
}
#apply_job .field_item label {
	width: 28%;
	float: left;
	padding: 3px 0 14px 0;
	font-family: Droid Sans;
	font-size: 14px;
}
.field_item p {
	text-align: right;
	width: 68%;
	float: right;
}
/*.contact-form .label {
	width: 23%;
	float: left;
	padding: 3px 0 14px 0;
	font-family: Droid Sans;
	font-size: 14px;
}
.contact-form .input {
	width: 75%;
	float: right;
	max-width: 340px;
	padding-bottom: 10px;
}*/
#contactform .action_buttons {
	float: left;
	width: 50%;
	padding-left: 25%;
}
input[type="text"], #message {
	width: 90%;
	float: left;
	padding: 5px;
	max-width: 400px;
}
input[type="reset"], input[type="submit"] {
	background: #0072bc;
	padding: 10px;
	border: none;
	outline: none;
	font-family: Droid Sans;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
}
input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] {
	-webkit-appearance: none;
}
#formulario .success {
	color: #0072bc;
	border: 1px solid #0072bc;
	padding: 10px;
}
.error {
	color: #F00;
	border: 1px solid #F00;
	padding: 10px;
}
/****************job application Styles Start***********************/
.main_container .app-label {
	float: left;
	width: 26%;
	height: 28px;
	padding-top: 5px;
}
.main_container .app-input {
	width: 69%;
	float: right;
	margin-bottom: 10px;
}
.main_container .app-input input[type="text"] {
	width: 74%;
	font-size: 14px;
	padding: 2px;
	font-family: Droid Sans;
}
.main_container input[type="file"] {
	padding: 2px;
	background: #fff;
	width: 74%;
	border: 1px inset;
}
.main_container .app-input p {
	font-size: 12px;
	line-height: 0px;
}
.main_container .app-input textarea {
	width: 99%;
	line-height: 18px;
	font-size: 14px;
	font-family: Droid Sans;
}
/****************Responsive Styles Start***********************/
@media only screen and (max-width: 1024px) {
.shade {
	display: none;
}
.main_container .app-label {
	padding-top: 6px;
}
}
@media only screen and (max-width: 960px) {
.header_container, .slider, .featured_wrap, .footer_container {
	width: 98%;
}
.inside_wrapper {
	width: 96%;
}
.bottom_container {
	width: 96%;
}
.footer_container .contact_info {
	width: 28%;
	float: left;
	margin-left: 4%;
	margin-top: 6%;
}
.contact-form .label {
	width: 23%;
}
.footer_container .solutions {
	width: 27%;
}
.footer_container .consulting {
	width: 36%;
}
.footer_container .outsource {
	width: 33%;
}
.footer_container .solutions, .footer_container .consulting, .footer_container .outsource {
	background: none;
}
.footer_container .copy_right {
	width: 55%;
	padding-top: 0;
	border-top: none;
	margin-top: 7%;
}
}
@media only screen and (max-width: 850px) {
.featured_wrap .featured_box {
	width: 20%;
	min-height: 270px;
}
.slider .flex_caption {
	width: 400px;
}
#contactform .field_item input, #contactform .field_item textarea {
	width: 90%;
	float: left;
}
#contactform .field_item label {
	width: 40%;
	padding: 3px 0 5px 0;
}
/*.footer_container .solutions, .footer_container .outsource, .footer_container .why_varchas {
	width: 20%;
}*/
.footer_container .consulting {
	width: 36%;
}
.footer_container .contact_info {
	width: 25%;
	float: left;
	padding-top: 30px;
	margin-left: 4%;
}
.footer_container .copy_right {
	width: 39%;
	text-align: right;
	float: right;
	padding-top: 30px;
	border-top: none;
	margin: 5% 4% 0 0;
}
.contact-form .label {
	width: 30%;
	padding-bottom: 5px;
}
.contact-form .input {
	float: left;
	padding-bottom: 10px;
}
#contactform .action_buttons {
	padding-left: 0;
}
/*.footer_container .footer_menu {
width: 65%;
padding-left: 0;
margin: 0 auto;
float: none;
}*/
}
@media only screen and (max-width: 768px) {
.featured_wrap .featured_box {
	width: 44.5%;
	margin-bottom: 10px;
	min-height: 230px;
}
.slider .flex_caption {
	margin-left: 15%;
	width: 315px;
}
.slider .flex_caption h1 {
	font-size: 24px;
	line-height: 30px;
}
.slider .flex_caption p {
	line-height: 15px;
	font-size: 12px;
}
.main_container .app-input input[type="text"] {
	width: 85%;
}
.main_container input[type="file"] {
	width: 85%;
}
.contact-form .input {
	width: 100%;
}
.main_container .app-input textarea {
	width: 97%;
}
.footer_container .contact_info {
	width: 32%;
}
.footer_container .copy_right {
	width: 43%;
	text-align: right;
	float: right;
	padding-top: 15px;
	margin-top: 7%;
}
}
@media only screen and (max-width:650px) {
.tinynav {
	background: url(../images/responsive-nav.png) #545454 no-repeat 90% 44% !important;
	border: none;
	text-align: left;
	display: block;
	padding-left: 10%;
	height: 36px;
	width: 100%;
	appearance: none !important;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
}
.navigation ul {
	display: none;
}
#contactform .field_item label {
	width: 30%;
}
.header_container .contact_info, .header_container .logo {
	width: 34%;
}
.header_container .navigation {
	background: none;
	padding: 0;
}
.inside_wrapper .main_container, .inside_wrapper .contacta_main_container {
	width: 100%;
	float: none;
	padding: 0 0 40px 0;
}
.inside_wrapper .side_bar, .inside_wrapper .contact_sidebar {
	width: 100%;
	float: none;
}
.slider .flex_caption h1 {
	font-size: 20px;
	line-height: 25px;
}
.slider .flex_caption {
	margin-left: 15%;
	width: 260px;
}
#contactform .action_buttons {
	padding-left: 30%;
}
.main_container .app-input textarea {
	width: 98%;
	float: right;
}
.main_container input[type="file"] {
	width: 68% !important;
}
.featured_wrap .featured_box {
	width: 43.5%;
	margin-bottom: 10px;
	min-height: 241px;
}
.footer_container .solutions, .footer_container .outsource, .footer_container .why_varchas, .footer_container .consulting {
	width: 40%;
	background: none;
	text-align: center;
	padding: 2% 4%;
}
.footer_container .copy_right {
	width: 98%;
	margin: 0;
	text-align: center;
}
.footer_container .contact_info {
	width: 44%;
	text-align: center;
	float: right;
}
.inside_wrapper {
	width: 94%;
}
.side_bar .img_wrapper {
	text-align: center;
}
}
@media only screen and (max-width:480px) {
.footer_container .solutions, .footer_container .outsource, .footer_container .why_varchas, .footer_container .consulting {
	width: 92%;
}
/*.footer_container .footer_menu {
width: 92%;
}*/
.app-input input[type="submit"] {
	margin-top: 10px;
}
#contactform .field_item label {
	width: 40%;
}

p, .footer_container a, .footer_container p, .inside_wrapper a, .inside_wrapper ul li {
	font-size: 13px;
}
.solutions p, .consulting p, .outsource p, .why_varchas p {
	margin: 0px 0px 3px 0px;
}
.slider .flex_caption {
	display: none;
}
.header_container .contact_info, .header_container .logo {
	text-align: center;
	width: 96%;
}
.header_container .contact_info p {
	text-align: center;
	margin-top: 20px;
}
.featured_wrap {
	width: 90% !important;
}
#contactform .action_buttons {
	padding-left: 0%;
}
.featured_wrap .featured_box {
	width: 40%;
}
.bottom_container {
	width: 90%;
}
.bottom_container .bottom_wrap {
	width: 97%;
	float: none;
	padding-right: 0;
	padding-bottom: 4%;
}
.main_container img {
	width: 95%;
}
.main_container input[type="file"] {
	width: 81% !important;
}
#apply_job .field_item label {
	width: 40%;
	padding-bottom: 3px;
}
#apply_job .field_item input[type="file"] {
	float: left;
	width: 80%;
}
#apply_job .field_item input[type="text"] {
	float: left;
	width: 80%;
}
.main_container .app-input {
	width: 82%;
	float: left;
}
.contact-form .label {
	width: 50%;
}
.flex-control-nav {
	left: 45% !important;
}
.field_item p {
	text-align: left;
	width: 80%;
	float: left;
}
.footer_container .contact_info {
	width: 92%;
	text-align: center;
	margin-top: 2%;
}
/*.footer_menu li {
text-align: center;
}*/
}
@media only screen and (max-width:360px) {
.featured_wrap .featured_box {
	width: 89%;
}
.main_container .app-label {
	float: left;
	width: 50%;
	height: 24px;
	padding-top: 10px;
}
/*.footer_menu li {
float: none;
width: 100%;
text-align: center;
padding-top: 10px;
}*/
.main_container .app-input {
	width: 84%;
	float: none;
	margin-bottom: 10px;
}
.main_container img {
	width: 95%;
}
.footer_container .copy_right {
	width: 100%;
	text-align: center;
}
.flex-control-nav {
	left: 40% !important;
}
}
