
img {
	border: none;
}
input {
	vertical-align: middle;
}


.clr{
	clear:both;
}


/*Typography*/
.typo .navbar{ height:auto; background:none; }
.navbar .brand2{
	color:#fff;
	float:left;
	font-size: 14px;
	font-family: 'Six Caps', sans-serif;
	padding: 11px 21px 13px 21px;
	background: red;
        line-height: normal;
}



.bricks{
	padding:0px;
    padding-top: 0px;
}

.bricks .block {
	background: #fff;
	margin: 1px;
	padding:5px 0 20px 0;
	height:170px;
}

.bricks .block:hover{
	background: #5b6063;
}

.bricks .block:first-child {
	margin-left: 20px;
}

.bricks .block h4{
	font-weight:bold;
	font-size:14px;
	color:#5b6063;
	margin: 15px 20px;
}

.bricks .block p{
	color:#7b7b7b;
	font-size:12px;
	margin: 5px 20px;
	line-height: 20px;
}

.bricks .block:hover h4{
	color:#fff;
}

.bricks .block:hover p{
	color:#f1f1f1;
}

.bricks .block .col1{
	background:url(images/bulls_eye.png) center center no-repeat;
}

.bricks .block:hover .col1{
	background:url(images/bulls_eye_hover.png) center center no-repeat;
}

.bricks .block .col2{
	background:url(images/chrome.png) center center no-repeat;
}

.bricks .block:hover .col2{
	background:url(images/chrome_hover.png) center center no-repeat;
}

.bricks .block .col3{
	background:url(images/ice_cream.png) center center no-repeat;
}

.bricks .block:hover .col3{
	background:url(images/ice_cream_hover.png) center center no-repeat;
}

.bricks .block .col1, .bricks .block .col2, .bricks .block .col3{
	margin: 20px 0;
	height:30px;
}

.services{
    background:rgba(122, 193, 66, 0.13);
}

.services h3{
	font-size:30px;
	font-weight:900;
	color:#5b6063;

}


.services .service{
	width: inherit;
	margin: 10px 0;
}

.services .service a {
	color:#5b6063;
	font-size:14px;
}

.services .service a:hover, .services .service:hover a{
	color:rgb(122, 193, 66);
}

.services .service p{
	color:#7b7b7b;
	font-size:12px;

}

.services .service.text-right h4, .services .service.text-right p {
	margin: 5px 120px 10px 20px;
}

.services .service.text-left h4, .services .service.text-left p {
	margin: 5px 20px 10px 120px;
}

.ico1, .ico2, .ico3, .ico4, .ico5,.ico6,.ico7,.ico8{
	width:100px;
	height:100px;
	background:url(images/spacer.png) center center no-repeat rgb(122, 193, 66);
}

.services .service:hover .ico1, .services .service:hover .ico2, .services .service:hover .ico3, .services .service:hover .ico4, .services .service:hover .ico5, .services .service:hover .ico6{
	background-color:rgb(122, 193, 66);
}

.ico1{
	background-image:url(images/ico1.png);
}

.ico2{
	background-image:url(images/ico2.png);
}

.ico3{
	background-image:url(images/ico3.png);
}

.ico4{
	background-image:url(images/ico4.png);
}

.ico5{
	background-image:url(images/ico5.png);
}

.ico6{
	background-image:url(images/ico6.png);
}
.ico7{
	background-image:url(images/ico7.png);
}

.ico8{
	background-image:url(images/ico8.png);
}



.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    *zoom: 1;
}

.P-Title {
    text-align: center;
    margin: 0;
    padding: 5px;
    background: rgb(122, 193, 66);
    font-size: 25px;
    font-weight: bolder;
    color:whitesmoke;
}
.P-Title2 {
    text-align: center;
    margin: 0;
    padding: 5px;
    background: rgb(122, 193, 66);
    font-size: 25px;
    font-weight: bolder;
    color:whitesmoke;
    margin-top:20px;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.clearfilter {
    clear: both;
margin-bottom: 10px;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}




/********/
div#ourstory {
	background:#73A1AD;
	padding:0;
    background-image:url(../images/BuildImage.png)
}
.our-story h3{
	text-align:center;
	font-size:2.3em;
	font-weight:600;
	color:#fff;
	margin:0;
	
}
.our-story p{
	font-size:1.2em;
	color:#fff;
	text-align: center;
	line-height: 1.9em;
	margin:0 auto;
	width: 46%;
	
}
 /*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width:48px;
	height:48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up1.png) no-repeat center;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*********gggg**********/




/************ About ************/
.content_top{
	padding:50px 0;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0;margin-top: 0;
padding-top: 0; }
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_1_of_3  h2{
	font-size:3em;
	color:#FFF;
	font-family: 'caviar_dreamsregular';
	line-height:1.2em;
	margin-bottom:15px;
}
.span_1_of_3  h4{
	color:#FFF;
	font-size:1.2em;
	font-family: 'caviar_dreamsregular';
}
.span_1_of_3  p{
	font-size:0.85em;
	padding:5px 0;
	color:#F39EFF;
	line-height: 1.8em;
}
/**** Menu Timmings *****/
.menu_timmings li{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 35px;
	border-bottom:1px dashed rgba(255, 255, 255, 0.18);
}
.menu_timmings li .txt1 {
	color: #DDD;
	font-size:2em;
	display: block;
	text-align: center;
	font-family: 'caviar_dreamsregular';
}
.menu_timmings li .txt2.color1 {
	color:#7ECEFD;
}
.menu_timmings li .txt2.color2 {
	color:#86AA00;
}
.menu_timmings li .txt2.color3 {
	color:#F2762E;
}
.menu_timmings li .txt2.color4 {
	color:#F2F22E;
}
.menu_timmings li .txt2 {
	color: #9F9F9F;
	font-size:2em;
	letter-spacing:1px;
	text-align: center;
		font-family: 'caviar_dreamsregular';
}
.event-grid {
	padding: 15px 0px;
	border-bottom:1px solid rgba(218, 218, 218, 0.08);
}
.event_img {
	float: left;
	width: 38%;
	margin-top: 8px;
	border: 3px solid #FFF;
}
.event_img img{
	display:block;
	max-width:100%;
}
.event_desc h4{
	font-size:1em;
	color:#FFF;
	font-family: 'caviar_dreamsregular';
	text-transform:uppercase;
}
.event_desc h4 span{
	font-size:1.5em;
	color:#FF54C8;
}
.event_desc{
	float: right;
	width: 55%;
}
.event_desc p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#F39EFF;
	line-height: 1.6em;
}
.event_desc p a{
	font-family: Arial, Helvetica, sans-serif;
	color:#FF54C8;
	line-height: 1.5em;
}
.event_desc p a:hover{
	color:#FFF;
}
.view-all a {
	font-family: 'caviar_dreamsregular';
	color:#FFF;
	font-size:1.2em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	float: right;
	margin-top:5px;
}
.view-all a:hover{
	color:#FF54C8;
}

/***** Contact ****/

.contact {
    padding:0;
    margin:0;
}
.contact_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
    margin-top: 0;
padding-top: 0;
font-family: 'Raleway', sans-serif;
}
.contact_1_of_3 h3{
	color:rgb(122, 193, 66);
	font-size:2em;
	font-family: 'Raleway', sans-serif;
	margin-bottom:30px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:6px 0;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:95%;
			background:rgba(5, 5, 5, 0.22);
			border: none;
			outline:none;
			color:#C9C9C9;
			font-size:0.85em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}






