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

@font-face {
    font-family: 'elephantregular';
    src: url('css/fonts/elephnt-webfont.eot');
    src: url('css/fonts/elephnt-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/elephnt-webfont.woff') format('woff'),
         url('css/fonts/elephnt-webfont.ttf') format('truetype'),
         url('css/fonts/elephnt-webfont.svg#elephantregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Conv_shruti';
	src: url('css/fonts/shruti.eot');
	src: local('☺'), url('css/fonts/shruti.woff') format('woff'), url('css/fonts/shruti.ttf') format('truetype'), url('css/fonts/shruti.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
	font-family: 'Conv_shrutib';
	src: url('css/fonts/shrutib.eot');
	src: local('☺'), url('css/fonts/shrutib.woff') format('woff'), url('css/fonts/shrutib.ttf') format('truetype'), url('css/fonts/shrutib.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

#language {
	position: absolute; z-index: 1000;
	left: 50%; top: 50%;
	margin-top: -90px; margin-left: -150px;
	width: 300px;
	height: 150px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #ddd;
	text-align: center;
}
.lt-ie9 #language { border: 1px solid #ddd; }
#language p { padding: 10px; }



/* Common */
body { margin: 0; padding: 0; font: 16px/24px 'Titillium Web', sans-serif; }
body.guj { font: 16px/30px 'Conv_shruti'; }
body.guj p { font: 16px/26px 'Conv_shruti'; }
body.guj strong { font-family: 'Conv_shruti'; }
.float-left { float: left; }
.float-right { float: right; }
.text-justify { text-align: justify; }

/* Custom container */
.container { margin: 0 auto; max-width: 1000px; padding-top: 60px; }
.navbar .container { padding-top: 0; }
.container > hr { margin: 20px 0; /*border-width: 2px 0;*/ }

/* Main marketing message and sign up button */
.jumbotron { margin: 30px 0; text-align: center; }
.jumbotron h1 { font-size: 30px; line-height: 1; color: #0088CC; }
.jumbotron .btn { font-size: 21px;	padding: 14px 24px;	margin: 10px 5px 0; }

/* Supporting marketing content */
.marketing { margin: 30px 0; }
.marketing p + h4 {	margin-top: 28px; }
.marketing h3 { color: #08C; }

/* Supporting product content */
.products { margin: 5px 0; }
.products p + h4 { margin-top: 28px; }
.products h3 {	color: #08C; }

.videos { margin: 0 0 20px; }
.videos h3 {	color: #08C; }

/* Header/Footer */
#header { padding: 20px 0 0; }
#footer {	padding: 0 0 10px; }
.brand { margin: 0 auto 0; width: 320px; }
.logo { width: 120px; height: auto; float: left; }
.company {
	font: bold 38px/40px 'elephantregular';
	text-transform: uppercase;
	color: #0062a6;
	float: left;
	margin: 10px 0 0 10px;
}
.guj .company { margin: 20px 0 0 10px; }
.company span { font: bold 20px/22px 'elephantregular'; display: block; }

/* Carousel */
.product-img {
	background: #fff;/*eef6fb*/
	/*border: 5px solid #eee;*/
	width: 95%; max-width: 600px; height: 300px;
	margin: 5px auto 15px;
	box-shadow: 0 0 5px 0 #ddd;/*c1d7e4*/
	padding: 15px;
	border-radius: 10px;
}

/* Features */
h4 { font-size: 20px; }
ul.features { margin: 0 0 0 15px; padding: 0; list-style-type: none; }
ul.features li {
	padding: 3px 10px 4px 10px;
	border-radius: 5px;
	float: left; clear: left;
	cursor: default;
}
ul.features li:hover { background: #f5f5f5; }
ul.features li i { margin: 5px 7px 0 0; }

/* Contact */
#map-wrapper{
	background: white;
	padding: 5px;
	box-shadow: 0px 0px 5px #ccc;
	border: solid 1px #ddd;
	margin: 0 0 25px 0;
}
#map { width: auto; height: 360px; margin: 0 auto; }
#map img, .google-maps img { max-width: none; }
.txt-map {
	/*font: 14px/18px Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	/*font: italic 25px/25px;*/
	color: #2099d5;
	margin: 0 0 15px 0;
}
.txt-map-content { /*font: 12px/14px Arial, Helvetica, sans-serif;*/ }

ul.contact {
	margin: 0; padding: 0;
	list-style-type: none;
}
ul.contact li {
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
}
ul.contact li i { 
	background-color: #f5f5f5;
	padding: 7px;
	border: 1px solid #ddd;
	border-radius: 15px;
}
ul.contact li i.icon-home 	{ background-position: 8px -18px; }
ul.contact li i.icon-envelope { background-position: -65px 7px; }
ul.contact li i.icon-user	{ background-position: -160px 7px; }
ul.contact li i.icon-bell	{ background-position: -41px -137px; }
ul.contact li i.icon-film	{ background-position: -185px 6px; }

#social { float: right; padding: 4px 0 0 0; }
#social a { width: 32px; height: 32px; outline: none; text-decoration: none; vertical-align: middle; display: inline-block; }
#social > div { vertical-align: middle !important;  margin-left: 5px !important; width: 70px !important; }


/* Table Custom */
tr.info {	border-color: #08c;	}
tr.blank-row td { font-size: 0; border: 0; height: 0; line-height: 0; margin: 0; padding: 0; }

/* Bootstrap overwrite */
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin-left: 0; margin-right: 0; }
.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; }
.navbar .nav {	width: 520px; float: none; /*margin: 0 auto;*/ }
.navbar .btn-navbar { float: left; }

.lead { font-size: 16px; line-height: 24px; }
.well.blue { background-color: #eef6fb;	box-shadow: 0 0 5px 0 #c1d7e4 inset; }
.carousel { margin-bottom: 10px; }
.carousel-control {
	top: 50%;
	background-color: #08c;
	border-width: 4px;
	box-shadow: 0 0 10px rgba(0, 136, 204, 0.5);
	line-height: 26px;
}
.carousel-indicators {
	/*right: 20px;*/
	width: 95px;
	margin: 0 auto 0 -40px;
	bottom: -7px; top: auto;
	left: 50%;
}
.carousel-indicators li { background-color: rgba(0, 0, 0, 0.15); cursor: pointer; }
.carousel-indicators .active { background-color: rgb(0, 136, 204); }
.products .icon-ok, .products .icon-remove {	margin-left: auto; margin-right: auto; display: block; }

/*iframe { background: #f5f5f5; }*/

@media (max-width: 1024px) {
	iframe { width: 100%; height: 281px; }
}

@media (max-width: 767px) {
	iframe { width: 90%; max-width: 500px; margin: 0 auto; }
	.navbar .nav { width: auto; }
	#footer .span6 { text-align: center; }
}

@media (max-width: 480px) {
	iframe { height: 225px; }
}

@media (max-width: 320px) {
	iframe { height: 180px; }	
}