body {
	padding-top: 50px;
	color: #676e76;
	font-size: 14px;
	background: #fff
}
a {
	color: #f26422
}
a:hover, a:focus {
	color: #107360;
	text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
	color: #1f2329
}
.wrapper-sm {
	width: auto;
	padding: 35px 0 20px;
}
.wrapper-lg {
	width: auto;
	padding: 80px 0
}
.bg-alt {
	background: #eceef1;
	border-top: 1px solid #dde1e6;
	border-bottom: 1px solid #dde1e6
}
.bg-alt hr {
	border-top-color: #dde1e6
}
.stream-img {
	padding: 0
}
.stream-img li {
	display: inline-block;
	margin: 0 5px 10px 0
}

.tile {
	background: #eceef1;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}
br[class*="spacer"] {
	display: block;
	content: " "
}
.spacer-sm {
	margin-bottom: 10px;
	line-height: 10px
}
.spacer-md {
	margin-bottom: 20px;
	line-height: 20px
}
.spacer-lg {
	margin-bottom: 40px;
	line-height: 40px
}
.spacer-xl {
	margin-bottom: 80px;
	line-height: 80px
}
.navbar {
	background: #1f2329;
	min-height: 70px
}
.navbar-default {
	border: #14171a
}
.navbar-default .navbar-nav>li>a {
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: bold;
	color: #fff
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #14171a
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #f26422;
	background-color: #14171a
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #14171a
}
.navbar-default .navbar-nav>.dropdown>a {
	color: #fff
}
.navbar-default .navbar-nav>.dropdown>a .caret, .navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}
.navbar-default .navbar-collapse {
	border-color: #14171a;
	-webkit-box-shadow: inset 0 1px 0 #2a2f38;
	-moz-box-shadow: inset 0 1px 0 #2a2f38;
	box-shadow: inset 0 1px 0 #2a2f38
}
.navbar-default .dropdown-menu {
	background-color: #1f2329;
	border: 1px solid #14171a;
	border-radius: 4px
}
.navbar-default .dropdown-menu>li>a {
	color: #fff
}
.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>li>a:focus {
	color: #fff;
	background: #14171a
}
.navbar-default .navbar-toggle {
	margin-top: 18px;
	background-color: #14171a;
	border: 1px solid transparent
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #2a2f38
}
.navbar-default .navbar-brand {
	color: #fff;
	padding: 10px;
	padding-top:20px;
	vertical-align: center
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #eee
}
@media(max-width:1200px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background: #14171a
}
}
.carousel-inner>.item>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img, .carousel-inner>.item>a>img {
	width: 100%
}
@media(min-width:1200px) {
.carousel-inner>.item>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img, .carousel-inner>.item>a>img {
	max-height: 100%
}
}
.carousel-caption h1 {
	font-family: 'Roboto', sans-serif;
	font-weight:200;
	text-transform: uppercase;
	padding: 20px 20px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	font-size: 50px
}

.thumbnail-grid {
	list-style: none;
	padding: 0
}
.thumbnail-grid .thumbnail {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #c0c7d1;
	-webkit-box-shadow: 0 0 6px 2px rgba(103,110,118,0.15);
	-moz-box-shadow: 0 0 6px 2px rgba(103,110,118,0.15);
	box-shadow: 0 0 6px 2px rgba(103,110,118,0.15)
}
.thumbnail-grid .thumbnail>a {
	display: block;
	position: relative;
	z-index: 999
}
.thumbnail-grid .thumbnail>a:hover:before, .thumbnail-grid .thumbnail>a:focus:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background: rgba(242,100,34,0.5)
}

.thumbnail-grid .thumbnail>a img {
	width: 100%;
	height: auto
}
.thumbnail-grid .thumbnail .caption {
	position: relative;
	z-index: 1000
}
.thumbnail-grid .thumbnail .caption a {
	font-weight: bold;
	color: #1f2329
}
.thumbnail-grid .thumbnail .caption a:hover {
	color: #f26422
}
.thumbnail-badges {
	list-style: none;
	padding: 0;
	text-align: center;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0)
}
.thumbnail-badges .thumbnail {
	padding: 0;
	border: 0
}
.thumbnail-badges img {
	border: 5px solid #f26422
}
.thumbnail-badges img:hover {
	border-color: #22e1bb
}

.footer-main, .footer-bottom {
	color: #676e76
}
.footer-main h1, .footer-bottom h1, .footer-main h2, .footer-bottom h2, .footer-main h3, .footer-bottom h3, .footer-main h4, .footer-bottom h4, .footer-main h5, .footer-bottom h5, .footer-main h6, .footer-bottom h6 {
	color: #fff
}
.footer-main a, .footer-bottom a {
	color: #f26422
}
.footer-main a:hover, .footer-bottom a:hover, .footer-main a:focus, .footer-bottom a:focus {
	color: #fff;
	text-decoration: none
}
.footer-main {
	border-top: 10px solid #14171a;
	background: #1f2329
}
.footer-bottom {
	background: #14171a
}
.tags {
	margin-left: 0;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
	margin-top:30px;
}
.tags li {
	display: inline-block;
	margin-bottom: 15px;
	position: relative
}
.tags li a {
	margin-right: 5px;
	padding: 6px 12px;
	background: #353c46;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}
.tags li a:hover, .tags li a:focus {
	background: #f26422
}
.tags li span {
	margin-right: 5px
}
.tags li .active {
	background: #f26422
}
.form-control:focus {
	border-color: #f26422;
	outline: 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/*arunraj*/
address h2{
	font-size:20px;
	margin:0;
	padding:0;
	padding-bottom:10px;
	}
address p{
	font-size:15px;
	margin:0;
	padding:0;
	padding-bottom:1px;
	}
.snd{
	background-color:#f26422;
	border-radius:0;
	border:none;
	}
.snd:hover{
	background-color:#e05819;
	}
.about p{
	font-size:16px;
	}
.text-center h1{
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	font-weight:400;
	}
.well{
	margin-bottom:10px !important;
	}
address{
	margin-bottom:10px !important;
	}
.fb{
	width:24px;
	height:24px;
	background-image:url(../../images/social-sprites.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:inline-block;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	}
.gp{
	width:24px;
	height:24px;
	background-image:url(../../images/social-sprites.png);
	background-repeat:no-repeat;
	background-position:-24px 0;
	display:inline-block;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	}
.fb:hover{
	background-position:0 -23px;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	}
.gp:hover{
	background-position:-24px -23px;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	}
#test
{
font-family: 'Roboto', sans-serif;
font-weight:normal;
font-size:16px;
color:#0C0;
}
#success
{
	background:#FFF;
}	
/*arunraj*/
