@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'robotolight';
	src: url('../font/roboto-light-webfont.eot');
	src: url('../font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/roboto-light-webfont.woff2') format('woff2'), url('../font/roboto-light-webfont.woff') format('woff'), url('../font/roboto-light-webfont.ttf') format('truetype'), url('../font/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('../font/Roboto-Regular-webfont.eot');
	src: url('../font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Regular-webfont.woff') format('woff'), url('../font/Roboto-Regular-webfont.ttf') format('truetype'), url('../font/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotomedium';
	src: url('../font/Roboto-Medium-webfont.eot');
	src: url('../font/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Medium-webfont.woff') format('woff'), url('../font/Roboto-Medium-webfont.ttf') format('truetype'), url('../font/Roboto-Medium-webfont.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotobold';
	src: url('../font/Roboto-Bold-webfont.eot');
	src: url('../font/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Bold-webfont.woff') format('woff'), url('../font/Roboto-Bold-webfont.ttf') format('truetype'), url('../font/Roboto-Bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoblack';
	src: url('../font/Roboto-Black-webfont.eot');
	src: url('../font/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Black-webfont.woff') format('woff'), url('../font/Roboto-Black-webfont.ttf') format('truetype'), url('../font/Roboto-Black-webfont.svg#robotoblack') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Default*/
body {
	font-size: 14px;
	background: #FFF;
	font-family: 'robotoregular';
}
h1.largeH {
	font-size: 44px;
	text-transform: uppercase;
}
p.largeP {
	font-size: 16px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 12px;
}
/*HELPER CLASSS*/
.bg-black {
	background-color: #000;
}
.bg-theme {
	background-color: #e4c500;
}
.light {
	font-family: 'robotolight';
	font-weight: lighter;
}
.regular {
	font-family: 'robotoregular';
}
.medium {
	font-family: 'robotomedium';
}
.bold {
	font-family: 'robotobold';
}
.extra-bold {
	font-family: 'robotoblack';
}
.un-styled {
	margin: 0;
	padding: 0;
	list-style: none;
}
.no_margin {
	margin: 0;
}
.btn {
	display: inline-block;
}
.btn:hover, .btn:focus {
	color: #4d4200;
	text-decoration: none;
	background: rgba(228, 197, 0, 0.7);
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}
.btn-default {
	padding: 12px;
	background: #e4c500;
	text-align: center;
	color: #4d4200;
	font-size: 20px;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}
/*style*/
.header {
	border-bottom: 4px solid #9c7b1c;
}
.left_bar {
	float: left;
}
.right_bar {
	float: right;
	padding-top: 32px;
}
.top_bar {
	text-align: right;
	margin-right: 20px;
	color: #e4c500;
	margin-bottom: 27px;
	margin-top: 8px;
}
.logo {
	padding: 5px;
}
.nav_bar_btn {
	border: none;
	text-align: center;
	padding: 10px;
	background: #e4c500;
	display: none;
}
.nav_bar_btn span {
	height: 1px;
	background: #FFF;
	display: block;
	width: 22px;
	margin: auto;
}
.nav_bar_btn span + span {
	margin-top: 4px;
}
.nav_bar li {
	float: left;
	text-transform: uppercase;
	margin: 2px;
}
.nav_bar li a {
	padding: 7px 10px;
	display: block;
	color: #FFF;
	font-weight: bold;
}
.nav_bar li a:hover, .nav_bar li a.active {
	background: #e4c500;
	color: #000;
	text-decoration: none;
	border-radius: 3px;
	font-weight: bold;
}
.main {
	padding: 30px 0;
}
.all-products {
	margin-top: 25px;
}
.product h1 {
	color: #5e5e5f;
}
.product h2 {
	color: #e4c500;
}
.product h3 {
	color: #9c7b1c;
}
.product .img {
	background: #000;
}
.product .img img {
	min-width: 100%;
	opacity: 0.8;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}
.product:hover .img img {
	opacity: 1;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}
.product .view_more {
	font-size: 18px;
	color: #e4c500;
	display: block;
	text-align: right;
}
.view_all_btn {
	display: block;
	padding: 12px;
	background: #e4c500;
	width: 240px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
	color: #4d4200;
	font-size: 20px;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
	border:none;
}
.view_all_btn:hover, .view_all_btn:focus {
	text-decoration: none;
	color: #4d4200;
	background: rgba(228, 197, 0, 0.7);
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}
.about {
	background: url(../images/bg.jpg) no-repeat center fixed;
	background-size: cover;
	padding: 100px 0;
	min-height: 420px;
}
.about .largeH {
	color: #5a5a5a;
	margin-top: 0;
}
.form-group {
	margin-bottom: 20px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
textarea.form-control {
	min-height: 200px;
	resize: none;
}
.contact_nav {
	margin-bottom: 25px;
}
.contact_nav li {
	display: table-cell;
	width: 1%;
	border: 1px solid #FFF;
	text-align: center;
}
.contact_nav li a {
	display: block;
	padding: 12px;
	background: #e4c500;
	color: #4d4200;
	font-size: 20px;
	text-decoration: none;
}
/*.contact_nav li a:hover, .contact_nav li a:focus, .contact_nav li a.active {
	text-decoration: none;
	background: #4d4200;
	color: #e4c500;
}*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
	padding-right: 15px;
}
.embed-responsive-16by9 {
	padding-bottom: 33.25%;
}
.footer {
	padding: 10px 0;
	clear: both;
}
@media (min-width:1000px) {
.br {
	display: block;
}
}
/*slider*/
.jssort01 {
	position: absolute;
	/* size of thumbnail navigator container */
	width: 800px;
	height: 100px;
}
.jssort01 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
}
.jssort01 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
	box-sizing: content-box;
	background: url(../images/t01.png) -800px -800px no-repeat;
	_background: none;
}
.jssort01 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 68px;
	height: 68px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}
.jssort01 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 70px;
	height: 70px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}
.jssort01 .p.pdn .c {
	background-position: 50% 50%;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
}
* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
	/* ie quirks mode adjust */
	width /**/: 72px;
	height /**/: 72px;
}
.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/a17.png) no-repeat;
	overflow: hidden;
}
.jssora05l {
	background-position: -10px -40px;
}
.jssora05r {
	background-position: -70px -40px;
}
.jssora05l:hover {
	background-position: -130px -40px;
}
.jssora05r:hover {
	background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}
.gallery {
	width: 700px;
	height: 580px;
	margin: 60px auto;
	position: relative;
	background: url(../images/bgImage.png) no-repeat;
	background-size: 100% 100%;
}
.gallery a {
	float: left;
	width: 150px;
	height: 150px;
	position: absolute;
}
.gallery a.appIcon1 {
	width: 180px;
	height: 180px;
	left: 260px;
	top: 206px;
	background: url(../images/RoboVault.png) no-repeat;
	background-size: 100% 100%;
}
.gallery a.appIcon2 {
	left: 62px;
	top: 40px;
	background: url(../images/RoboBooks.png) no-repeat;
	background-size: 100% 100%;
}
.gallery a.appIcon3 {
	top: 220px;
	left: -20px;
	background: url(../images/RoboDocs.png) no-repeat;
	background-size: 100% 100%;
}
.gallery a.appIcon4 {
	top: 414px;
	left: 42px;
	background: url(../images/RoboFarm.png) no-repeat;
	background-size: 100% 100%;
}
.gallery a.appIcon5 {
	top: 500px;
	left: 277px;
	background: url(../images/RoboFreez.png) no-repeat;
	background-size: 100% 100%;
}
.gallery a.appIcon6 {
	right: 58px;
	top: 414px;
	background: url(../images/RoboHazMat.png) no-repeat;
	background-size: 100% 100%;
}
.gallery a.appIcon7 {
	top: 220px;
	right: -20px;
	background: url(../images/RoboLab.png) no-repeat;
	background-size: 100% 100%;
}
.gallery a.appIcon8 {
	top: 40px;
	right: 62px;
	background: url(../images/RoboMed.png) no-repeat;
	background-size: 100% 100%;
}
.gallery a.appIcon9 {
	top: -60px;
	left: 277px;
	background: url(../images/Robo-question-mark.png) no-repeat;
	background-size: 100% 100%;
}
.galleyPopupBg {
	width: 30%;
	height: 350px;
	position: absolute;
	left: 0;
	right: 0;
	top: 140px;
	margin: auto;
	z-index: 15;
	display: none;
}
.galleyPopup {
	float: left;
	width: 100%;
	background-color: #e4c500;
	box-shadow: 0 0 25px #8c6f00;
	padding-top: 20px;
}
.galleyPopup p {
	float: left;
	text-align: left;
	color: #FFF;
	margin: 0 5%;
	padding: 3% 0;
	font-size: 16px;
}
.galleyPopup img {
	max-width: 80%;
	max-height: 400px;
	min-width: 80%;
}
#slider1_container {
	margin: auto;
}
.footer-right {
	float: right;
	margin: 15px 0;
}
.footer-right a {
	float: left;
	background: url(../images/spirite.png) no-repeat;
	width: 42px;
	height: 42px;
}
.footer-right a.facebook {
	background-position: 0 -46px;
}
.footer-right a.facebook:hover {
	background-position: 0 0;
}
.footer-right a.twitter {
	background-position: -42px -46px;
}
.footer-right a.twitter:hover {
	background-position: -42px 0;
}
.footer-right a.google {
	background-position: -83px -46px;
}
.footer-right a.google:hover {
	background-position: -83px 0;
}
.footer-right a.in {
	background-position: -122px -46px;
}
.footer-right a.in:hover {
	background-position: -123px 0;
}
.search {
	width: 70px;
	background: none;
	border: none;
	font-size: 16px;
	color: #FFF;
}
::-webkit-input-placeholder {
 color:#dabd00;
}

::-moz-placeholder {
 color:#dabd00;
}
@media (min-width:310px) and (max-width:400px) {
.nav_bar_btn {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
}
.nav_bar {
	display: none;
	float: left;
}
.nav_bar li {
	width: 100%;
	float: left;
	text-align: center;
}
.left_bar {
	width: 100%;
}
.top_bar {
	margin: 0;
}
.right_bar {
	padding: 0;
}
.logo {
	margin: 0 10%;
}
.footer-right {
	float: left;
	margin: 0 18%;
}
.callbacks_container_para {
	float: left;
	width: 100% !important;
}
.callbacks_container {
	float: right;
	width: 95% !important;
}
.rslides img {
	height: 170px !important;
}
.large {
	width: 200px !important;
	height: 200px !important;
}
h1.largeH {
	font-size: 42px;
}
.arrow-wrap {
	top: 36em !important;
}
/*.gallery {
	float: left;
	width: 82%;
	height: 400px;
	margin: 96px 9%;
	position: relative;
	background: url(../images/bgImage.png) no-repeat;
	background-size: 100% 100%;
}*/

}
@media (min-width:401px) and (max-width:490px) {
.nav_bar_btn {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
}
.nav_bar {
	display: none;
	float: left;
}
.nav_bar li {
	width: 100%;
	float: left;
	text-align: center;
}
.left_bar {
	width: 100%;
}
.top_bar {
	margin: 0;
}
.right_bar {
	padding: 0;
}
.logo {
	margin: 0 30%;
}
.col-md-8 {
	padding: 0 21%;
}
.footer-right {
	float: left;
	margin: 0 30%;
}
/*.gallery {
	float: left;
	width: 92%;
	height: 350px;
	margin: 40px 3%;
}
.gallery a {
	float: left;
	width: 20%;
	height: 80px;
}
.gallery a.appIcon1 {
	width: 20%;
	height: 100px;
}
.galleyPopupBg {
	width: 40%;
	height: 350px;
	top: 10px;
}*/
.callbacks_container_para {
	float: left;
	width: 100% !important;
}
.callbacks_container {
	float: right;
	width: 95% !important;
}
.rslides img {
	height: 170px !important;
}
.large {
	width: 240px !important;
	height: 240px !important;
}
}
@media (min-width:491px) and (max-width:550px) {
.nav_bar_btn {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
}
.nav_bar {
	display: none;
	float: left;
}
.nav_bar li {
	width: 100%;
	float: left;
	text-align: center;
}
.left_bar {
	width: 100%;
}
.top_bar {
	margin: 0;
}
.right_bar {
	padding: 0;
}
.logo {
	margin: 0 31%;
}
.col-md-8 {
	padding: 0 23%;
}
.footer-right {
	float: left;
	margin: 0 33%;
}
.callbacks_container_para {
	float: left;
	width: 100% !important;
}
.callbacks_container {
	float: right;
	width: 95% !important;
}
.rslides img {
	height: 170px !important;
}
.large {
	width: 280px !important;
	height: 280px !important;
}
<!--
.arrow-wrap {
	top: 39em !important;
}
-->
}
@media (min-width:551px) and (max-width:650px) {
.nav_bar_btn {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
}
.nav_bar {
	display: none;
	float: left;
}
.nav_bar li {
	width: 100%;
	float: left;
	text-align: center;
}
.left_bar {
	width: 100%;
}
.top_bar {
	margin: 0;
}
.right_bar {
	padding: 0;
}
.logo {
	margin: 0 31%;
}
.col-md-8 {
	float: left;
}
.col-md-4 {
	padding: 0 16%;
}
.callbacks_container_para {
	float: left;
	width: 100% !important;
}
.callbacks_container {
	float: right;
	width: 95% !important;
}
.rslides img {
	height: 220px !important;
}
.large {
	width: 300px !important;
	height: 300px !important;
}
/*.gallery {
	float: left;
	width: 82%;
	height: 460px;
	margin: 96px 9%;
}*/
/*.arrow-wrap {top:50em !important;}*/
}
@media (min-width:651px) and (max-width:780px) {
.nav_bar_btn {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
}
.nav_bar {
	display: none;
	float: left;
	margin-top: 38px;
}
.nav_bar li {
	width: 100%;
	float: left;
	text-align: center;
}
.left_bar {
	width: 100%;
}
.top_bar {
	margin: 0;
}
.right_bar {
	padding: 0;
}
.logo {
	margin: 0 32%;
}
.col-md-8 {
	float: left;
}
.col-md-4 {
	padding: 0 16%;
}
.callbacks_container_para {
	float: left;
	width: 100% !important;
}
.callbacks_container {
	float: right;
	width: 95% !important;
}
.rslides img {
	height: 250px !important;
}
.large {
	width: 340px !important;
	height: 340px !important;
}
/*.gallery {
	float: left;
	width: 82%;
	height: 480px;
	margin: 96px 9%;
}*/
/*.arrow-wrap {top:56em !important;}*/
}
.concept {
	float: left;
}
.concept img {
	float: left;
	width: 100%;
}
/*magify zoom*/
.magnify {
	width: 100%;
	position: relative;
}
/*Lets create the magnifying glass*/
.large {
	width: 400px;
	height: 400px;
	position: absolute;
	border-radius: 100%;
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	/*Lets load up the large image first*/
	background: #FFF url(../images/coneptpage.png) no-repeat;
	/*hide the glass by default*/
	display: none;
}
/*To solve overlap bug at the edges during magnification*/
.small {
	float: left;
	width: 100%;
}
.serverImg {
	float: left;
}
.serverImg img {
	float: left;
	width: 100%;
/*	padding: 50px 0;
	margin: 0 20%;*/
}
.serverImg h1 {
	font-size: 30px;
}
/*slides*/

.callbacks_container {
	margin: 20px 8px;
	position: relative;
	float: left;
	width: 47%;
}
a.callbacks1_s1 li {
	list-style: none;
	float: left !important;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url(../images/themes.gif) no-repeat left top;
	margin-top: -45px;
}
.callbacks1_nav:active {
	opacity: 1.0;
}
.callbacks1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
/*@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 47%;
    }
  }*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: 250px;
	float: right;
	width: 100%;
	border: 0;
}
.callbacks_container_para {
	float: left;
	width: 50%;
	font-size: 17px;
	padding: 0 8px;
	text-align: left;
}
.callbacks_container_border {
	float: left;
	width: 100%;
	border: 1px solid #CCC;
}
.arrow-wrap {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: -50px;
	margin-left: -5em;
	background: #111;
	width: 10em;
	height: 10em;
	padding: 4em 2em;
	border-radius: 50%;
	font-size: 0.5em;
	display: block;
}
.arrow {
	float: left;
	position: relative;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3em 3em 0 3em;
	border-color: #ffffff transparent transparent transparent;
	-webkit-transform: rotate(360deg)
}
.arrow:after {
	content: '';
	position: absolute;
	top: -3.2em;
	left: -3em;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3em 3em 0 3em;
	border-color: #111 transparent transparent transparent;
	-webkit-transform: rotate(360deg)
}
 @-webkit-keyframes arrows {
 0% {
top:0;
}
 10% {
top:12%;
}
 20% {
top:0;
}
 30% {
top:12%;
}
 40% {
top:-12%;
}
 50% {
top:12%;
}
 60% {
top:0;
}
 70% {
top:12%;
}
 80% {
top:-12%;
}
 90% {
top:12%;
}
 100% {
top:0;
}
}
.arrow-wrap .arrow {
	-webkit-animation: arrows 2.8s 0.4s;
	-webkit-animation-delay: 3s;
}
.item {
	position: relative;
}
.addressImg{
	float:left;
	width:80%;
	height:112px;
	margin: 20px 6%;}
.address1{
	float:left;
	width:100%;
	padding:20px;}









