/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
header
{
	border-bottom:1px solid #828282;
}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
    /*font-family: 'Open Sans', sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
    font-size: 100%;
    background-color: #FFF;
}
/*-----start-header----*/
.header{
	padding:10px;
	position: relative;
	border-bottom:0px solid #C0C0C0;
	background-color:#00A2E8;
}
.inner-header{
	padding:5px;
	position: relative;
	border-bottom:0px solid #C0C0C0;
	background-color:#00A2E8;
}
/* start h_menu */
.logo a img {
 	display:block;
}
.nav-item {
    float:left;
    *display:inline;
    zoom:1;
}
.nav-item a {
    display:block;
    padding:15px 20px;
    color:#FFF;
    background:#34495E;
}
.nav-item a:hover {
	color:#F4BB36;
}
.nav-mobile {
   display: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/nav-icon.png) no-repeat center;
	height: 24px;
	width: 24px;
}
    .nav-mobile {
        display:block;
    }
    .nav {
        width:100%;
    }
    .nav-list {
        display:none;
    }
    .nav-item {
        width:100%;
        float:none;
    }
    .nav-item a {
        background:transparent;
        padding:10px;
        color:#2C3E50;
        text-transform:uppercase;
        border-bottom:1px solid #eee;
        -webkit-transition: color .2s linear,background .2s linear;
		-moz-transition: color .2s linear,background .2s linear;
		-o-transition: color .2s linear,background .2s linear;
		transition: color .2s linear,background .2s linear;
		font-weight: normal;
		font-size: 0.823em;
   }
   .nav-active, .nav-active-inner .nav-inner {
        display:block;
        text-align: center;
  }
/*----slider----*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	
	margin: 0;
	max-width: none;
	top:0px;
	text-align: center;
}
.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: 55px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.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 {
  height: auto;
  border: 0;
  width:100%;
  min-height:180px;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 83%;
	z-index: 999;
	left: 40%;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
}
h4{
	font-size:90%;
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:5px;
  width:5px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border:2px solid #F4BB36;
}
.slide-text-info h1{
	font-size:0.85em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.slide-text-info h1 span{
	color:#F4BB36;
}
.slide-text-info{
	margin-top:20px;
}
/*----*/
.btn1{
	color:#FFF;
	text-transform:uppercase;
}
.btn1:hover,.btn2 span:hover{
	text-decoration:none;
	color:#F4BB36;
}
.btn1 span{
	width: 120px;
	height: 33px;
	display: inline-block;
	background: url(../images/btn1-bg.png) no-repeat 0px 0px;
	font-size: 13px;
	font-weight: 300;
	line-height: 2.7em;
}
.btn2 span{
	width: 120px;
	height: 38px;
	display: inline-block;
	background: url(../images/btn2-bg.png) no-repeat 0px 0px;
	font-size: 13px;
	font-weight: 300;
	line-height: 3em;
	color: #FFF;
	text-transform: uppercase;
	-webkit-appearance: none;
}
/*----//slider----*/
/*-----start-services----*/
.services{
	padding:5px 5px;
	/*background: url(../images/services-bg.jpg);*/
	text-align: center;
}
.inner-content{
	padding:0px 0px;
	/*background: url(../images/services-bg.jpg);*/
	background-color:#fff;
	text-align: center;
}
.services-grid{
	margin-bottom: 20px;
}
.services-head h3{
	text-transform: uppercase;
	color: #F4BB36;
	font-weight: 700;
	font-size:1em;
}
.services-grids{
	margin-top:0.5em;
}
.services-grids-result{
	margin-top:0.5em;
}
.services-head p{
	color: #414141;
	font-size: 0.8125em;
	line-height: 1.8em;
}
.services-grid-left a span{
	width:64px;
	height:64px;
	background:url(../images/top-icons.png) no-repeat 0px 0px;
	display:inline-block;
	margin-top: 0.2em;
}
.services-grid-right h4 a{
	color: #222;
	font-size:1em;
}
.services-grid-right h4 a:hover{
	text-decoration:none;
	color:#F4BB36;
}
.services-grid-right p{
	color: #414141;
	font-size: 0.8125em;
	line-height: 1.8em;
}
.services-grid-left a.top-icon2 span{
	background-position: -61px 1px;
}
.services-grid-left a.top-icon3 span{
	background-position: -125px 1px;
}
.services-grid-left a.top-icon4 span{
	background-position: -187px 1px;
}
.services-grid-left a.top-icon5 span{
	background-position: -251px 1px;
}
.services-grid-left a.top-icon6 span{
	background-position: -314px 1px;
}
/*-----//End-services----*/
/*-----start-about----*/
.about{
	background:url(../images/about-bg.jpg);
	padding:20px 10px;
}
.about-head{
	text-align:center;
}
.about-head h4{
	color: #3E2D35;
	margin: 0 0 0.5em 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size:1em;
}
.about-head h5{
	color: #8E561B;
	font-size:1.2em;
	font-weight: 300;
	margin: 0.5em 0;
}
.about-head p{
	font-size:0.8125em;
	font-style: italic;
	color: #8E561B;
	line-height: 1.8em;
	margin: 0 auto 0 auto;
}
.about-grid-left span{
	width: 200px;
	height: 146px;
	background: url(../images/about-divice.png) no-repeat 0px 0px;
	display: inline-block;
	background-size: contain;
}
.about-grid-right h5,.about-grid-right h6{
	color: #3E2D35;
	margin-top:10px;
	font-weight: 700;
	font-size:1em;
}
.about-grid-right p{
	color: #8E561B;
	font-size: 0.8125em;
	line-height: 1.8em;
	margin-bottom:20px;
}
.about-grids{
	margin-top:20px;
	text-align: center;
}
.about-btn{
	background: #0C1A2D;
	padding: 0.5em 1em;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	font-size: 0.8125em;
	-webkit-appearance: none;
}
.about-btn:hover{
	background:#8E561B;
	text-decoration:none;
	color:#FFF;
}
/*-----start-portfolio----*/
.portfolio-box-main{
	padding:20px 10px 0;
}
.portfolio-head h3{
	text-transform: uppercase;
	color: #F4BB36;
	font-weight: 700;
	font-size:1em;
	margin: 0 0 0.5em 0;
}
.portfolio-head span{
	color: #3E2D35;
	font-size:0.85em;
	font-weight: 700;
	margin: 0;
}
.portfolio-head p{
	color: #6F6E6C;
	font-style: italic;
	
	font-size:0.8125em;
	line-height: 1.8em;
	margin-top: 0.5em;
}
/*----start-portfolio-----*/
.portfolio-main{
}
#filters {
	margin: 1.8em 0 2em 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display:inline-block;
	}
	#filters li span {
		display: inline-block;
		padding: 10px 0px;
		text-decoration: none;
		color: #000;
		cursor: pointer;
		font-size:12px;
		font-weight: 400;
		text-transform: uppercase;
		border-radius: 4px;
	}
	#filters li span.active {
		color: #F4BB36;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width:49.9999999%;
		display:none;
		float:left;
		overflow:hidden;
		background: #fff;
	}	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
		display: block;
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size:1em;
	text-transform:uppercase;
	margin:0.8em 0 0;
}
.b-animate button{
	background: #FFB500;
	padding: 0.9em 1.8em;
	color: #3B3B43;
	text-transform: uppercase;
	font-size: 0.875em;
	border: none;
	border-radius: 0.3em;
	margin-top: 0.8em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	outline:none;
}
.b-animate button:hover{
	background:#3B3B43;
	color:#fff;
}
.b-animate label{
	display:block;
	font-size:0.875em;
	margin-top:0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.b-animate label:hover{
	color:#FFB500;
	cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background: rgba(244, 187, 54, 0.7);
	background-size: 100% 100%;
	bottom: -52px;
	margin: 0;
	min-height: 84px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
h3.m_4{
	float:left;
}
/*--default--*/
.default{
	background:#515f67;
	padding:6% 0;
}
p.m_7{
	color: #FFF;
	font-size:15px;
	line-height: 1.8em;
	margin:5% 0;
}
h3.m_21 {
	color: #FFF;
	font-size: 2em;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
}
.m_22 {
	position: relative;
	margin-bottom: 10%;
}
.m_8 {
	position: relative;
	margin-bottom: 10%;
}
span.default_line {
	width: 50px;
	display: block;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom:0px;
}
/*----*/
.animate-head{
	padding:0.5em;
}
.animate-head-right{
	float:right;
	width:20%;
	text-align:center;
}
.animate-head-left h3{
	font-size:0.85em;
	font-weight:600;
	margin:0 auto;
}
.animate-head-left span{
	font-size: 0.8125em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	margin-top: 0;
}
.animate-head-right i{
	font-size: 2em;
}
.animate-head-right i:hover{
	color:#000;
}
/*-----start-team----*/
.team{
	padding:20px 10px;
}
.team-members-grids{
	padding:20px 0 0 0;
}
.team-head h3{
	text-transform: uppercase;
	color: #F4BB36;
	font-weight: 700;
	font-size:1em;
	margin: 0 0 0.5em 0;
}
.team-member-grid{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.team-head p{
	color: #6F6E6C;
	font-style: italic;
	font-size:0.8125em;
	line-height: 1.8em;
	margin-top: 0.5em;
}
.team-member-grid{
	border: 1px solid #CCCCCC;
	padding:10px;
	border-bottom:5px solid #F4BB36;
	text-align: center;
	margin-bottom: 20px;
}
.team-member-grid:nth-child(3){
	margin-right:0;
}
.team-member-grid h5 a{
	color: #010101;
	font-size:1em;
	font-weight: 700;
	margin: 0.5em 0 0.2em;
	display: block;
}
.team-member-grid h5{
	margin:0 auto;
}
.team-member-grid h5 a:hover{
	text-decoration:none;
}
.team-member-grid span{
	color: #010101;
	font-size:1em;
	font-weight: 100;
}
.team-member-grid p{
	color: #6F6E6C;
	font-style: italic;
	line-height: 1.8em;
	margin-top: 0.5em;
	font-size:0.8125em;
}
.team-member-grid i{
	color: #3D3D3D;
	font-size: 2.2em;
}
.team-member-grid:hover{
	background:#F4BF41;
	border-color:#F4BF41;
}
.team-member-grid:hover i,.team-member-grid:hover h5 a,.team-member-grid:hover span,.team-member-grid:hover p{
	color:#FFF;
}
/*-----//End-team----*/
/*-----start-contact----*/
.contact{
	background-color:#303030;
	padding:20px 10px;
	background-size: 100% 100%;
}
.contact-head h3{
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	font-size:1em;
	margin: 0 0 0.5em 0;
}
.contact-head span{
	color: #FFF;
	font-size:0.85em;
	font-weight: 700;
	margin: 0;
}
.contact-head p{
	color: #FFF;
	font-style: italic;
	font-size:0.8125em;
	line-height: 1.8em;
	margin-top: 0.5em;
}
.contact-left h4{
	color: #FFF;
	font-size:1em;
	font-weight: 600;
	text-transform: uppercase;
}
.contact-left input[type="text"],.contact-left textarea{
	color: #FFF;
	font-size: 0.8125em;
	padding: 0.8em;
	background: none;
	width: 91%;
	margin: 10px 0;
	border: 1px solid #FFF;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	font-style: italic;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
}
.contact-left input[type="text"]:hover,.contact-left textarea:hover{
	border-color:#F4BF41;
}
.contact-left textarea{
	height:100px;
	resize:none;
}
.contact-left input[type="submit"]{
	background: #F4BB36;
	padding: 0.7em 1em;
	border: none;
	outline: none;
	color: #000;
	text-transform: uppercase;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	float: right;
	margin-top: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
}
.contact-left input[type="submit"]:hover{
	background:#A37D25;
	color:#FFF;
}
/*-----start-contact-right----*/
.contact-right h4{
	color: #FFF;
	font-size:1em;
	font-weight: 600;
	text-transform: uppercase;
}
.contact-right p a,.contact-right p{
	color:#FFF;
	font-size: 0.85em;
}
.contact-right p label{
	font-weight: 400;
	width: 27%;
}
.contact-right p a:hover{
	color:#F4BB36;
	text-decoration:none;
}
.contact-right p span{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/contact-icons.png) no-repeat 0px 0px;
	vertical-align: top;
	margin-right: 10px;
}
ul.list-unstyled.list-inline li {
	display:inline-block;
}
.contact-right p span.icon2{
	background-position: 0px -47px;
}
.contact-right p span.icon3{
	background-position: 0px -90px;
}
.contact-right ul li a:hover{
	opacity:0.8;
}
.contact-right ul li a span{
	width: 41px;
	height: 41px;
	display: inline-block;
	background: url(../images/social-icons.png) no-repeat 0px 0px;
}
.contact-right ul li a.face span{
	background-position:0px 0px;
}
.contact-right ul li a.drib span{
	background-position: -50px 0px;
}
.contact-right ul li a.twitt span{
	background-position: -99px 0px;
}
.contact-right ul li a.sanp span{
	background-position: -150px 0px;
}
.contact-right ul li a.gpluse span{
	background-position: -199px 0px;
}
.contact-grids{
	margin-top:0em;
}
/*-----start-footer----*/
.footer{
	background:#00A2E8;
	padding:10px 0;
}
.footer p{
	color: #000;
	margin: 0;
	font-size: 72%;
}
.footer p a{
	color:#F4BB36;
}
.footer p a:hover{
	text-decoration:none;
	color:#AFAEAE;
}
.footer-right{
	text-align:center;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 13px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
	border-radius: 30em;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.label
{
	padding:5px;
	width:20%;
	float:left;
	z-index:1000;
	margin-bottom:10px;
}

.services-grids .regtable{
	margin-top:10px;
	margin-left:10px;
	padding:5px;
	color:#191919;
	text-align:left;
}
.services-grids .regtable td
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-size:80%;
	height:30px;
}

.regtableresult{
	margin-top:10px;
	margin-left:0px;
	padding:5px;
	color:#191919;
	text-align:left;
}
.seatdetail{
	margin-top:10px;
	margin-left:0px;
	padding:5px;
	color:#191919;
	text-align:left;
	background-color:#FC6;
	font-size:75%;
}
.seatdetail td
{
	padding:2px 5px 0px 2px;
}
.regtableresult td
{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	font-size:71%;
}
.divheading
{
	font-size:100%;
	text-align:left;
	border-bottom:1px dotted #FFBF55;
	padding:5px;
}
.divheading-result
{
	font-size:75%;
	text-align:left;
	border-bottom:1px dotted #ABABAB;
	border-top:1px dotted #ABABAB;
	padding:5px;
	background-color:#D6D6D6;
	height:20px;
}
.divcity
{
	float:left;
	width:70%;
}
.divdate
{
	float:left;
	width:30%;
	text-align:right;
}
.inputbox { width:90%; height:32px; border:1px solid #999; background:#FFF; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; padding-left:3px; font-family:verdana,'Open Sans'; font-size:9pt; margin-bottom:5px;}
.inputboxnormal { width:90%; height:22px; border:1px solid #999; background:#FFF; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; padding-left:3px; font-family:verdana,'Open Sans'; font-size:9pt; margin-bottom:5px;}
.selectbox { height:35px; border:1px solid #CCC; background:#FFF; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; padding-left:3px; font-family:verdana,'Open Sans'; font-size:9pt; padding-right:3px; padding-top:0px; padding-bottom: 0px; width:90%; margin-bottom:4px;}
.inputboxtextarea { width:90%; height:80px; border:1px solid #999; background:#FFF; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; padding-left:3px; font-family:verdana,'Open Sans'; font-size:9pt; margin-bottom:5px;}

/*.button { width:auto; height:30px; border:1px solid #2A5FFF; color:#000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
font-family:Tahoma, Geneva, sans-serif; font-size:11px; font-weight:bold; letter-spacing:1px; cursor:pointer; margin-top:2px;
background-color:#A6CAF0;
background:-moz-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-o-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#A6CAF0),color-stop(0.02,#A6CAF0),color-stop(1,#A6CAF0));
padding:8px;
}

.button:hover { 
border:1px solid #2A3FAA; color:#2A3FAA;
background:-o-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-moz-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#A6CAF0),color-stop(0.02,#A6CAF0),color-stop(1,#A6CAF0));
}*/

.findbusbutton { width:95%; height:30px; border:1px solid #2A5FFF; color:#000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
font-family:Tahoma, Geneva, sans-serif; font-size:11px; font-weight:bold; letter-spacing:1px; cursor:pointer; margin-top:2px;
background-color:#A6CAF0;
background:-moz-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-o-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#A6CAF0),color-stop(0.02,#A6CAF0),color-stop(1,#A6CAF0));
padding:8px;
}

.findbusbutton:hover { 
border:1px solid #2A3FAA; color:#2A3FAA;
background:-o-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-moz-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#A6CAF0),color-stop(0.02,#A6CAF0),color-stop(1,#A6CAF0));
}

.busbold
{
	font-size:65%;
	font-weight:bold;
}
.fare
{
	color:#FF7F00;
	font-weight:bold;
	font-size:73%;
	text-align:center;
}
a.busresult { text-decoration:none; }
a.busresult:hover { text-decoration:underline;  }

.diveven
{
	background-color:#EAEAEA;
	padding-top:5px;
	padding-bottom:5px;
}
.divodd
{
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}
.busdesk
{
	font-size:100%;
	margin-bottom:5px;
	text-align:left;
}
.hotelsearchdetail{
	margin-top:0px;
	margin-left:0px;
	padding:5px 0px 5px 5px;
	color:#191919;
	text-align:left;
	background-color:#FC6;
	font-size:75%;
}
.hotelsearchdetail td
{
	padding:5px 5px 5px 5px;
}

.hotelinfo{
	margin-top:0px;
	margin-left:0px;
	padding:5px 0px 5px 5px;
	color:#191919;
	text-align:left;
	background-color:#E7E7E7;
	font-size:75%;
}
.hotelinfo td
{
	padding:5px 5px 5px 5px;
}


.hotelsearchresult{
	margin-top:10px;
	margin-left:0px;
	padding:5px;
	color:#191919;
	text-align:left;
}
.hotelsearchresult td
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	font-size:75%;
	border:0px solid #000;
}
.hotelsearchresult img
{
	padding:0px;
	margin:0px;
}
.overview
{
	font-size:50%;
}

div.pagination {
	padding: 0px;
	margin: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:82%;
	text-align: center;
}

div.pagination a {
	padding: 4px 5px 4px 5px;
	margin: 2px;
	margin-top: -5px;
	border: 1px solid #B6B6B6;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	zoom: 100%;
	text-decoration: none; /* no underline */
	color: #333;
	font-size:82%;
	background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6));
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #333;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	color: #000;
	font-size:82%;
}

div.pagination span.current {
	padding: 4px 5px 4px 5px;
	margin: 2px;
	border: 1px solid #B6B6B6;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	
	* zoom: 100%;
	font-size:82%;
	font-weight: bold;
	background-color:#FFFFFF;
	color:#474747;
}
div.pagination span.disabled {
	padding: 4px 5px 4px 5px;
	margin: 2px;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	border: 1px solid #EEE;
	margin-top: -5px;
	* zoom: 100%;
	font-size:82%;
	color: #DDD;
}





.hotelbooking{
	margin-top:10px;
	margin-left:0px;
	padding:5px;
	color:#191919;
	text-align:left;
}
.hotelbooking td
{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	font-size:80%;
	height:auto;
}

.roomtype{
	margin-top:0px;
	margin-left:0px;
	color:#191919;
	text-align:left;
	border:1px solid #EBEBEB;
}
.roomtype td
{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size:75%;
	border:0px solid #EBEBEB;
}
.roomtypeheading
{
	color:#F60;
	font-size:100%;
	font-weight:bold;
	background:-moz-linear-gradient(top,#C4C4C4 1px,#C4C4C4 1px,#A6CAF0);
	background:-o-linear-gradient(top,#C4C4C4 1px,#C4C4C4 1px,#A6CAF0);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FF9),color-stop(0.02,#FF6),color-stop(1,#FF9));
}



.roomselectbutton { width:auto; border:1px solid #2A5FFF; color:#000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
font-family:Tahoma, Geneva, sans-serif; font-size:11px; font-weight:bold; letter-spacing:1px; cursor:pointer; margin-top:2px;
background-color:#A6CAF0;
background:-moz-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-o-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#A6CAF0),color-stop(0.02,#A6CAF0),color-stop(1,#A6CAF0));
padding:5px;
}

.roomselectbutton:hover { 
border:1px solid #2A3FAA; color:#2A3FAA;
background:-o-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-moz-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#A6CAF0),color-stop(0.02,#A6CAF0),color-stop(1,#A6CAF0));
}

.amount
{
	color:#F60;
}

.detailtable{
	margin-top:5px;
	margin-left:0px;
	padding:5px;
	color:#191919;
	text-align:center;
	font-size:80%;
}

.detailtable td{
	padding:5px;
}

.borderline
{
	border-top:1px solid #F90;
	margin-top:5px;
	font-size:82%;
	padding:7px 5px 7px 0px;
	text-align:right;
}

.contentarea
{
	width:100%;
	padding:0px;
	text-align:left;
}

.mycontent
{
	
	height:25px;
	width:100%;
	font-size:80%;
	color:#1C1C1C;
}


.myinputbox
{
	font-size:80%;
	/*padding-top:5px;
	padding-right:190px;*/
	padding-bottom:10px;
	
}

.mysearchinputbox
{
	font-size:14px;
	padding-top:0px;
	/*padding-right:190px;*/
	padding-bottom:0px;
	
}

/*.loginbutton { width:auto; height:33px; border:1px solid #FF7F00; color:#fff;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; font-family:'Open Sans', Tahoma, Geneva, sans-serif; font-size:15px; font-weight:bold; letter-spacing:1px; cursor:pointer;
	background:-moz-linear-gradient(top,#FF7F00 1px,#FF7F00 1px,#FF7F00);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FF7F00),color-stop(0.02,#FF7F00),color-stop(1,#FF7F00));
	padding:5px;
	}*/
	
.namecard
{
	margin:0px 0px 2px 0px;
	border-bottom:0px dotted #FFBF55;
	width:100%;
}
/*
#visitingcard
{
	margin:30px 0px 0px 40px;
}
*/

.namecarddetail
{
	margin:0px 0px 0px 0px;
	background-color:#9CF;
	padding:10px;
	color:#000;
	border-radius:3px;
	box-shadow:0px 0px 2px #C3C3C3;
	border:1px solid #99F;
	background-image:url(../images/BrandLogo.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	font-size:9pt;
}
.mynameheading
{
	font-family:verdana;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}
.mynamecardheading
{
	font-weight:bold;
	font-size:75%;
	text-align:right;
}

.optionbar
{
	height:35px;
	width:100%;
	font-size:80%;
}
a.link
{
	color:#F00;
	text-decoration:underline;
}
a.link:hover
{
	text-decoration:none;
}
.uploadvisitingcard
{
	width:100%;
	margin:0px;
}

.visitingcarduploadarea
{
	background-color:#EBEBEB;
	float:left;
	width:100%;
	padding:5px;
}
.visitingcardeditablearea
{
	background-color:#fff;
	float:left;
	width:97%;
	padding:0px;
	font-size:80%;
}
.visitingcardsetting
{
	background-color:#EBEBEB;
	float:left;
	width:100%;
	padding:5px;
	margin-top:3px;
	font-size:100%;
}
.row
{
	padding:10px 0px 0px 0px;
}
.vcpreviewarea
{
	width:100%;
	height:auto;
	border:1px solid #D8D8D8;
	margin:0px 0px 0px 10px;
	text-align:center;
}

.menuoption
{
	width:100%;
	font-size:80%;
	margin-bottom:10px;
}
.menuoption a
{
	/*background: center center no-repeat #000;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position:relative;
	left: 0px;*/
	
	background-color:#9cf;
	padding:5px;
	position:relative;
	margin-bottom:5px;
}
.mycardcontent
{
	font-size:9pt;
	padding-top:3px;
}

/*.simplebutton { width:auto; 
height:30px; 
border:1px solid #2A5FFF; 
color:#000;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px; 
font-family:Tahoma, Geneva, sans-serif; 
font-size:80%; 
letter-spacing:1px; 
cursor:pointer; 
margin-top:2px;
background-color:#A6CAF0;
background:-moz-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-o-linear-gradient(top,#A6CAF0 1px,#A6CAF0 1px,#A6CAF0);
background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#A6CAF0),color-stop(0.02,#A6CAF0),color-stop(1,#A6CAF0));
padding:5px;
}*/

a.myoption
{
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:2px center;
	padding-left:20px;
}

.disablebutton { width:auto; border:1px solid #979797; color:#000;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px; font-family:verdana,Tahoma,Geneva, sans-serif; font-size:11px; font-weight:normal; margin-top:0px;
	background:-moz-linear-gradient(top,#979797 1px,#979797 1px,#979797);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#979797),color-stop(0.02,#979797),color-stop(1,#979797));
	background:#979797;
	padding:4px;
	}
	
.profileinfo
{
	width:100%;
}
.profileinfo tr
{
	width:100%;
}
.profileinfo td
{
	font-size:80%;
	height:26px;
	color:#1C1C1C;
}
.mylastlogincontent
{
	font-size:80%;
	margin-bottom:10px;
	width:97%;
	color:#1C1C1C;
	background-color:#EBEBEB;
	padding:7px 5px;
}
.profiletitle
{
	font-size:85%;
	height:26px;
	color:#1C1C1C;
	font-weight:600;
	
	
}
.row_profile
{
background-image: url("../images/icon_arrow.gif");
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left: 20px;
margin-left:20px;
font-size:14px;
color:#FF4A4A;
}
.row_profile a
{
	color:#FF4A4A;
}
.row_profile a:hover
{
	color:red;
}

h4{
color:#3E65EC;
}

.fontcolor
{
	color:#39C;
}

/*.sendmessagebutton { width:auto; border:1px solid #FF7F00; color:#fff;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px; font-family:verdana,'Open Sans Condensed',Tahoma, Geneva, sans-serif; font-size:11px; cursor:pointer;
	background:-moz-linear-gradient(top,#FF7F00 1px,#FF7F00 1px,#FF7F00);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FF7F00),color-stop(0.02,#FF7F00),color-stop(1,#FF7F00));
	background:#FF7F00;
	padding:4px;
	}
	
	
.sendrequestbutton { width:auto; border:1px solid #30F; color:#fff;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px; font-family:verdana,'Open Sans Condensed',Tahoma, Geneva, sans-serif; font-size:11px; cursor:pointer;
	background:-moz-linear-gradient(top,#36F 1px,#36F 1px,#36F);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#36F),color-stop(0.02,#36F),color-stop(1,#36F));
	background:#36F;
	padding:4px;
	}
	
.requestsentbutton { width:auto; border:1px solid #979797; color:#fff;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px; font-family:verdana,Tahoma, Geneva, sans-serif; font-size:11px; cursor:pointer;
	background:-moz-linear-gradient(top,#C0C0C0 1px,#C0C0C0 1px,#C0C0C0);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#36F),color-stop(0.02,#36F),color-stop(1,#36F));
	background:#36F;
	padding:4px;
	}

.friendbutton { width:auto; border:1px solid #979797; color:#fff;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px; font-family:verdana,Tahoma, Geneva, sans-serif; font-size:11px;
	background:-moz-linear-gradient(top,#36F 1px,#36F 1px,#36F);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#36F),color-stop(0.02,#36F),color-stop(1,#36F));
	background:#36F;
	padding:4px;
	}

.acceptreqbutton { width:auto; border:1px solid #979797; color:#FFF;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius:1px; font-family:verdana,Tahoma, Geneva, sans-serif; font-size:11px; cursor:pointer;
	background:-moz-linear-gradient(top,#6C6 1px,#6C6 1px,#6C6);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#6C6),color-stop(0.02,#6C6),color-stop(1,#6C6));
	background:#6C6;
	padding:4px;
	}
	
	.viewprofilebutton { width:auto; border:1px solid #2ABFFF; color:#fff;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px; font-family:verdana,'Open Sans Condensed',Tahoma, Geneva, sans-serif; font-size:90%; cursor:pointer;
	background:-moz-linear-gradient(top,#2ABFFF 1px,#2ABFFF 1px,#2ABFFF);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#2ABFFF),color-stop(0.02,#2ABFFF),color-stop(1,#2ABFFF));
	background:#2ABFFF;
	padding:4px;
	}*/
	
.inputareabox { width:90%; height:80px; border:1px solid #999; background:#FFF; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; padding-left:3px; font-family:'Open Sans'; font-size:90%; margin-bottom:5px;}

#home_line
{
	border-top:1px solid #EEE;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width:100%;
}
.successmsg
{
	padding:10px 0px 10px 5px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#CFF;
	border:1px solid #093;
	font-size:80%;
	color:#000000;
	display:none;
}
.tablemsginfo
{
	width:100%;
}
.tablemsginfo td
{
	padding:5px 0px;
	font-size:90%;
}
input[type=button], input[type=submit]
{
	color:#03F;
}

.compusary
{
	color:#F00;
}
input:focus { 
 border-color:#C9C9C9;
}
select:focus { 
 border-color:#C9C9C9;
}
.fileinputbox
{
	width:90%;
	border:1px solid #999;
	background:#FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	margin-bottom:5px;
	padding:5px 0px 5px 3px;
}
.profiletitlenormal
{
	font-weight:normal;
}