@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800)	;

/*************************

*******Typography******

**************************/
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
}
/**RN**
h1{
  font-size: 30px;
  color:#4e4e4e;
}*/
h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}

h4 {
	font-size: 16px;
}

a {
	color: #c52d2f;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

a:hover, a:focus {
	color: #d43133;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
/*
.btn-primary {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}

.btn-primary:hover, .btn-primary:focus {
	background: #c52d2f;
	outline: none;
	box-shadow: none;
}
*/

.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}

.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}

.center h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}

.media>.pull-left {
	margin-right: 20px;
}

.media>.pull-right {
	margin-left: 20px;
}

body>section {
	padding: 70px 0;
}

.center {
	text-align: center;
	padding-bottom: 55px;
}

.centerabout {
	text-align: left;
	padding-bottom: 55px;
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}

@
-webkit-keyframes scaleIn { 0% {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

100%
{
opacity:1;
-webkit-transform: scale(1);
transform: scale(1);
}

}
@
keyframes scaleIn { 0% {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

100%
{
opacity




:


 


1;
-webkit-transform




:


 


scale




(1);
-ms-transform




:


 


scale




(1);
transform




:


 


scale




(1);
}
}

/*************************

*******Header******

**************************/
#header .search {
	display: inline-block;
}

.navbar>.container .navbar-brand {
	margin-left: 0;
}

.top-bar {
	padding: 10px 0;
	background: #191919;
	border-bottom: 1px solid #222;
	line-height: 28px;
}

.top-number {
	color: #fff;
}

.top-number p {
	margin: 0
}

.social {
	text-align: right;
}

.social-share {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.social-share li {
	display: inline-block;
}

ul.social-share li a {
	display: inline-block;
	color: #fff;
	background: #404040;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}

ul.social-share li a:hover {
	background: #c52d2f;
	color: #fff;
}

.search i {
	color: #fff;
}

input.search-form {
	background: transparent;
	border: 0 none;
	width: 60px;
	padding: 0 10px;
	color: #FFF;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

input.search-form::-webkit-input-placeholder {
	color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
	color: #fff;
}

input.search-form:hover {
	width: 180px;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	/*background: #060606;   RN*/
	padding: 10px 0;
	padding-bottom: 0;
}
/*
.navbar-nav {
	margin-top: 0px; /*12px RN 
}*/
.navbar-nav>li {
	margin-right: 10px; /* margin-left:35px; RN*/
	padding-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #c52d2f;
	color: #fff;
}

.navbar-inverse {
	border: none;
}

.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
	{
	background-color: #c52d2f;
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(0, 0, 0, .85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
	width: 300px;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
	padding: 8px 15px;
	color: #fff;
	width: 300px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a, .navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
	.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
	background-color: #c52d2f;
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
	border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
	background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}

/*************************

*******Home Page******

**************************/
#main-slider {
	position: relative;
}

.no-margin {
	margin: 0;
	padding: 0;
}

#main-slider .carousel .carousel-content {
	margin-top: 0px;
}

/* RN carousel text alignment*/
#main-slider .carousel .slide-margin {
	margin-top: 30px;
	margin-left: 350px;
}

#main-slider .carousel h2 {
	color: #fff;
}

#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}

#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
	margin-top: -131px;
}

#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 400px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}

#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}

#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #c52d2f;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}

#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #000;
}

#main-slider .prev {
	left: 10px;
}

#main-slider .next {
	right: 10px;
}

#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}

#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}

#main-slider .carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: #c52d2f;
	margin: 0 15px 0 0;
	border: 1px solid #c52d2f;
	position: relative;
}

#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #c52d2f;
	border: 1px solid #c52d2f;
	left: -3px;
	top: -3px;
}

#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
	background: #f2f2f2; /*RN color change*/
	padding-bottom: 40px;
}

#feature h1 {
	color: #000000;
}

.features {
	padding: 0;
}

.feature-wrap {
	margin-bottom: 35px;
	display: table;
	overflow: hidden;
}

.feature-wrap h2 {
	margin-top: 10px;
}

.feature-wrap .pull-left {
	margin-right: 25px;
}

.feature-wrap i {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #ffffff;
	color: #c52d2f;
	border: 3px solid #ffffff;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
	margin-right: 25px;
}

.feature-wrap i:hover {
	background: #c52d2f;
	color: #fff;
	box-shadow: inset 0 0 0 5px #c52d2f;
	-webkit-box-shadow: inset 0 0 0 5px #c52d2f;
	border: 3px solid #c52d2f;
}


#services .lead, #services h2 {
	color: #fff;
}

.services-wrap {
	padding: 40px 30px;
	background: #fff;
	border-radius: 4px;
	margin: 0 0 40px;
}

.services-wrap h3 {
	font-size: 20px;
	margin: 10px 0;
}

.services-wrap .pull-left {
	margin-right: 20px;
}

#middle {
	background: #f2f2f2;
}


.accordion h2 {
	margin-bottom: 25px;
}

.panel-default {
	border-color: transparent;
}

.panel-default>.panel-heading, .panel {
	background-color: #e6e6e6;
	border: 0 none;
	box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #fff;
	color: #858586;
}

.panel-body {
	padding: 20px 20px 10px;
}

.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-heading {
	border-radius: 0;
}

.panel-title>a {
	color: #4e4e4e;
}

.accordion-inner img {
	border-radius: 4px;
}

.accordion-inner h4 {
	margin-top: 0;
}

.panel-heading.active {
	background: #1f1f20;
}

.panel-heading.active .panel-title>a {
	color: #fff;
}

a.accordion-toggle  i {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
	background: #c52d2f;
	color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
	background: #c52d2f;
	color: #fff;
}
//RN nav-tabs commented-out
/*
.nav-tabs>li {
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6; 
}

.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6; 
}

.nav-tabs>li>a {
	background: #f5f5f5;
	color: #666; 
	border-radius: 0;
	border: 0 none;
	line-height: 24px;
	margin-right: 0;
	padding: 13px 15px;
}

.nav-tabs li:last-child {
	border-bottom: 0 none;
}

.nav-stacked>li+li {
	margin-top: 0;
}

.nav-tabs>li>a:hover {
	background: #1f1f20;
	color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	border: 0;
	color: #fff;
	background: #1f1f20;
	position: relative;
}

.nav-tabs>li.active>a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-color: transparent transparent transparent #1f1f20;
	border-width: 25px 22px;
	right: -44px;
	top: 0;
}

.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.tab-content {
	padding: 20px;
}

.tab-content h2 {
	margin-top: 0;
}

.tab-content img {
	border-radius: 4px;
}
*/
.nav-tabs {
	//border-bottom: transparent;
	//border-right: 1px solid #e6e6e6; 
}
.nav-tabs>li>a {
	color: #000000;
	font-weight: bold;
}
.nav-tabs>li>a:hover {
	color: #000000;
	font-weight: bold;
	background: #e6e6e6;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #000000;
	font-weight: bold;
	background: #e6e6e6;
}
.tab-wrap {
	
	//border: 1px solid #e6e6e6;
	//border-top: transparent;
}
.tab-content {
	padding: 20px;
}

/*************************

********* About Us Page CSS ******

**************************/
.about-us {
	margin-top: 110px;
	margin-bottom: -110px;
}

.about-us h2 {
	color: #4e4e4e;
	font-size: 30px;
	font-weight: 600;
}

.about-us p {
	color: #4e4e4e;
}

#carousel-slider {
	position: relative;
}

#carousel-slider .carousel-indicators {
	bottom: -25px;
}

#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border: 1px solid #777;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color: #777;
}

#carousel-slider a i:hover {
	background: #bfbfbf;
	color: #fff;
	border: 1px solid #bfbfbf;
}

#carousel-slider 

.carousel-control {
	width: inherit;
}

#carousel-slider .carousel-control.left i {
	left: -25px
}

#carousel-slider .carousel-control.right i {
	right: -25px;
}

#carousel-slider

.carousel-control.left, #carousel-slider

.carousel-control.right {
	background: none;
}


.team h4 {
	margin-top: 0;
	text-transform: uppercase;
}

.team h5 {
	font-weight: 300;
}

.media_image {
	margin-bottom: 10px;
}

.team .btn {
	background: transparent;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 3px;
	padding: 1px 5px;
	text-transform: uppercase;
	border: 1px solid #ddd;
	margin-right: 3px;
}

ul.social_icons, ul.tag {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	display: block;
}

ul.social_icons li, ul.tag li {
	display: inline-block;
	margin-right: 5px;
}

ul.social_icons li  a i {
	border-radius: 50%;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding: 0;
	text-align: center;
	width: 25px;
	opacity: .8;
}

.team .social_icons .fa-facebook:hover, .team .social_icons .fa-twitter:hover,
	.team .social_icons .fa-google-plus:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transition-duration: 2s;
	transition-property: all;
	transition-timing-function: ease;
	opacity: 1;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
	background: #0182c4;
}

.team .social_icons .fa-twitter {
	background: #20B8FF
}

.team .social_icons .fa-google-plus {
	background: #D34836
}
/*
.team .single-profile-top:before, .team .single-profile-top:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.team .single-profile-top:before {
	left: 26px;
	bottom: -20px;
	border-width: 10px;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}

.team .single-profile-top:after {
	left: 25px;
	bottom: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: #ddd transparent transparent transparent;
	z-index: 0;
}

.team .single-profile-bottom:before, .team .single-profile-bottom:after
	{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}

.team .single-profile-bottom:before {
	left: 30px;
	top: -20px;
	border-width: 10px;
	border-color: transparent transparent #fff transparent;
	z-index: 1;
}

.team .single-profile-bottom:after {
	left: 29px;
	top: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: transparent transparent #DDD transparent;
	z-index: 0;
}*/


.footer {
	background: none repeat scroll 0 0 #2E2E2E;
	border-top: 5px solid #C52D2F;
	height: 84px;
	margin-top: 110px;
}

.footer_left {
	padding: 10px;
}

.text-left {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 15px;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition
	{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


/*************************

********* Contact Us CSS ******

**************************/

.gmap {
	border: 5px solid #f6f5f0;
	box-shadow: 0px 0px 3px 3px #e7e4dc;	
	
	/*border-radius: 0%;
	height: 346px;
	width: 614px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;*/
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    
    border: 5px solid #f6f5f0;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


#contact-page .contact-form 

.form-group label {
	color: #4E4E4E;
	font-size: 16px;
	font-weight: 300;
	float: none;
}

.form-group .form-control {
	padding: 7px 12px;
	border-color: #ddd;
	box-shadow: none;
}

textarea#message {
	resize: none;
	padding: 10px;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
}

/******************

 404 page css

 ******************/
#error .btn-success:hover, .btn-success:focus, .btn-success:active,
	.btn-success.active, .open .dropdown-toggle.btn-success:hover {
	background-color: #EBEBEB;
	border-color: #EBEBEB;
	color: #4E4E4E;
}

#error h1 {
	color: #4e4e4e;
	text-transform: uppercase;
}

/***********************

********* Footer ******

************************/
#bottom {
	background: #f5f5f5;
	border-bottom: 5px solid #c52d2f;
	font-size: 14px;
}

#bottom h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}

#bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bottom ul li {
	display: block;
	padding: 5px 0;
}

#bottom ul li a {
	color: #808080;
}

#bottom ul li a:hover {
	color: #c52d2f;
}

#bottom .widget {
	margin-bottom: 0;
}

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	background: #2e2e2e;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #c52d2f;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul>li {
	display: inline-block;
	margin-left: 0px;
}

/*update css */
#feature ul {
	text-align: left;
	padding: 0 0 0 15px;
}

.feature-wrap i, .feature-wrap .text {
	display: table-cell;
	vertical-align: top;
}

.feature-wrap .text h2 {
	font-size: 18px;
}

.fa-google {
	text-indent: -9999px;
	background: url(../images/google.png) no-repeat;
	height: 17px;
	width: 15px;
	display: inline-block;
}

body>section {
	padding: 15px 0;
}

/**********************RN***************************/
#horizontal-logos {
	width: 500px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#horizontal-logos div {
	display: inline-block;
}

#header a {
	color: #ffffff;/*KRN*/
}

#header a:hover {
	color: #ffffff; /*KRN*/
	background-color: #c52d2f; /*KRN*/
}

/******Override navbar-default*****/
.navbar-default {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	/*#c0c0c0-silver; #6666ff-brightblue #e6e6ff-lightblue  #16226c-bannerdarkblue*/
	background-color: #555555; /*KRN*/
}
/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
	{
	background-color: #009fec;
}*/
.navbar-default .navbar-nav .dropdown-menu>li:hover>a, .navbar-default .navbar-nav .dropdown-menu>li:focus>a,
	.navbar-default .navbar-nav .dropdown-menu>li.active>a {
	background-color: #c52d2f; /*KRN*/
}

/*navbar dropdown background color*/
.navbar-default .navbar-nav .dropdown-menu {
	background-color: #555555; /*KRN*/
}


/***********Sticky Navbar : this css and a script in index.html***************/
#top-navbar {
	margin: 0;
}

#top-navbar.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

/*******RN changed font-size from 36 to 30px ********/
h1 {
	font-size: 30px;
	color: #ffffff;
}
/*#header .navbar h1 {
	font-size: 30px;
	color: #ffffff;
}*/
#main-slider .carousel h1 {
	color: #16226c;
	text-align: center;
}

#aboutPinakin .container h1 {
	color: #000000;
	text-align: center;
}

#pinakinServices .container h1 {
	font-size: 30px;
	color: #000000;
}

.zoomIn-duration {
	-webkit-animation-duration: 2s;
	/* -webkit-animation-delay: 2s;
    animation-duration: 5s; */
}

#banner-globe {
	padding-top: 15px;
	width: 50%;
	height: 50%;
}

/***********************Content Pages Formatting*********************************/
#increased_list_space  li{
    margin: 10px 0;
    list-style-position: inside;    
    font-size:medium;
}
#navtab_list  li{
    margin: 10px 0;
    list-style-position: inside;    
    //font-size:small;
}
.well-sm {
	background-color:#f2f2f2;
}
.list-group-item {
	background-color:#ebebeb;
}

/************PINAKIN text**********************/
@font-face {
 font-family: Grenoble;
 src: url("fonts/Grenoble-Serial-Medium-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: Grenoble;
 src: url("fonts/Grenoble-Serial-Medium-Regular.ttf") /* TTF file for CSS3 browsers */
}
#pinakin-title{
 font-family:Grenoble;
 color:#5ebb00;
}
#emailResponse {
	text-align: center;
	font-weight: bold;
}

