::selection {
	color: #fff;
	background: #00f;
}

::-moz-selection {
	color: #fff;
	background: #00f;
}

::-webkit-selection {
	color: #fff;
	background: #00f;
}

::-webkit-input-placeholder {
	color: #977 !important;
}

:-moz-placeholder {
	/* Firefox 18-*/
color: #977 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
color: #977 !important;
}

:-ms-input-placeholder {
	color: #977 !important;
}

/* css for loder*/
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	z-index: 99999;
}

.overlay img {
	display: table;
	margin: 0 auto;
}

.overlay div {
	position: absolute;
	top: 50%;
	width: 100px;
	height: 50px;
	margin-left: -50px;
	margin-top: -25px;
	left: 50%;
}

.btn {
	border-radius: 0;
	position: relative;
	background: #6076a4;

	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	transition: all 0.1s;
	color: white;
	border: none;
}

.btn:hover {
	background: #506694;
	color: white;
}

/* common css*/
.container {
	position: relative;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 38px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans" , sans-serif;
	font-weight: 300;
}
a:hover 
{
	cursor: pointer;
}
.page-header {
	border-width: 3px;
	padding: 20px 15px 20px;
}

body {

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding-top: 50px;
	color: #444;
}

.row {
	padding: 30px 0 50px 0;
	margin: 0 !important;
}

.navbar {
	background: none !important;
	border: none;
}

.collapse {
	display: none;
}

.navi {
	position: fixed;

	background-image:-webkit-linear-gradient( bottom, #42518c, #10386b);
	background-image:-moz-linear-gradient( bottom, #42518c, #10386b);
	background-image:-o-linear-gradient( bottom, #42518c, #10386b);
	background-image:-ms-linear-gradient( bottom, #42518c, #10386b);
	background-image: linear-gradient( bottom, #42518c, #10386b);
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	padding: 0 !important;
	height: 50px !important;

	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}


.navbar-brand {
	padding: 15px !important;
	font-size: 30px;
	font-weight: bold;
	color: white !important;
	font-family: 'Montserrat', sans-serif;
	/*text-transform: uppercase;*/
}

.navbar-brand:hover
{
	cursor: pointer;
}

.navbar .collapse > .nav > li > a {
	color: #BDCAF1;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar .collapse > .nav > li:hover > a, .navbar .collapse > .nav > li > a.activ {
	background: #ddd;
	color: black;
}

@media (max-width: 768px) {
	.navbar {
	border: none;

	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.row {
	padding: 20px 0;
}

.navbar-collapse {
	border: none;
	background: #eee;

	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.8);
	box-shadow: 0 2px 5px rgba(0,0,0,0.8);
}

}

#cover {
	padding:280px 0;
	background: url(../images/cover.jpg);
	background-size: cover;
	color: white;
	background-position: top;
	
}

#cover .container {
	position: relative;
}

#cover a.video {
	color: white;
	font-weight: bold;
	background: rgba(0,0,0,0.3);
	font-size: 24px;
	padding: 10px;
	display: table;
}	

#cover iframe 
{
	width: 100%;
	min-height: 400px;
}

#cover .behind {
	width: 100%;
}


.close-video {
	position: absolute;
	display: none;
}

.video-container {
	margin-bottom: -6px;
}


.title,.sub-title {
	text-align: center;
	padding: 10px !important;
	margin: 0;
	background: #789EC4;
	font-weight: bold;
	/*background: rgba(0,0,0,0.3);
	margin-bottom: 10px;
	display: table;*/
}

@media (max-width: 768px) {
	.title-container .title {
	font-size: 28px;
}

.title-container .sub-title {
	font-size: 18px;
}

}

#services 
{
	border-bottom: 5px solid rgba(0,0,0,0.1);
}

#services .panel {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0 0 3px rgba(100,100,200,0.4);
	box-shadow: 0 0 3px rgba(100,100,200,0.4);
}

#services .panel-heading {
	text-align: center;
	text-transform: uppercase;
	background: #405694;
	color: white;
	border-radius: 0;
}

@media (min-width: 768px){
	#services 
	{
		padding-bottom: 150px;
	}
}

#pet-accessories {
	background: #fff;
}

.rol-d div {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.rol-d .activ {
	color: white;
	background: #6076A4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#pet-accessories
{
	border-bottom: 5px solid rgba(0,0,0,0.1);
}



/*  */
@media (min-width: 768px) {
	#timings .col-sm-2,#mobileapps .col-sm-2,#pet-accessories .col-sm-2 {
	width: 20% !important;
	padding: 0 5px;
}
#pet-accessories .right-bordered {
	border-right: 3px solid rgba(0,0,0,0.3);
}

}

.steps {
	margin-top: 20px;
}

.steps .panel-heading {
	text-align: center;
}

.steps .col-sm-2 {
	background: #fff;
	color: black;
}

.steps .col-sm-2 .panel {
	border-radius: 0;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;

	-w--webkit-box-shadow: 0 0 3px rgba(100,100,200,0.4);
	box-shadow: 0 0 3px rgba(100,100,200,0.4);
	border: none;
}

.steps img {
	margin-bottom: 20px;
}

.steps .col-sm-2 .panel.activ {
	background: #6076A4;
	color: white;

	-webkit-transform: scale(1,1.1);
	-moz-transform: scale(1,1.1);
	-o-transform: scale(1,1.1);
	-ms-transform: scale(1,1.1);
	transform: scale(1,1.1); /* IE 9 */
/* Safari and Chrome */
z-index: 9900;

	-webkit-box-shadow: 0 0 2px rgba(00,100,200,1);
	box-shadow: 0 0 2px rgba(00,100,200,1);
}

.steps .panel-heading {
	text-align: center;
	background: #405694;
	border-radius: 0;
	color: white;
}

.roles {
	padding: 5px;
}

.roles .bt {
	background: #eee;
	padding: 5px 10px;
	margin-right: 10px;
	display: table;
	float: left;
	margin-bottom: 10px;
}

.roles .bt.activ {
	background: #6076A4 !important;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.grayed {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	zoom: 0.8;
}

.close-login:hover {
	cursor: pointer;
}

.theme-background {
	background: #6076A4;
}

.theme-background .page-header {
	color: white;
}

.tab-content {
	padding-bottom: 10px;
}

/* timings section */


@media (min-width: 768px){
	#timings 
	{
		padding-bottom: 250px;
	}
}



#timings
{
	border-bottom: 5px solid rgba(0,0,0,0.1);
}

#timings .panel {
	border-radius: 0;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	
	border: none;

	-webkit-box-shadow: 0 0 3px rgba(100,100,200,0.4);
	box-shadow: 0 0 3px rgba(100,100,200,0.4);
}

#timings .panel li {
	margin: 10px 0;
}

#timings .panel .panel-heading {
	text-align: center;
	background: #405694;
	border-radius: 0;
	color: white;
	text-transform: uppercase;
}

#timings .btn {
	margin-top: 10px;
}

/* mobileapps section */


@media (min-width: 768px){
	#mobileapps 
	{
		padding-bottom: 250px;
	}
}



#mobileapps
{
	border-bottom: 5px solid rgba(0,0,0,0.1);
}

#mobileapps .panel {
	border-radius: 0;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	
	border: none;

	-webkit-box-shadow: 0 0 3px rgba(100,100,200,0.4);
	box-shadow: 0 0 3px rgba(100,100,200,0.4);
}

#mobileapps .panel li {
	margin: 10px 0;
}

#mobileapps .panel .panel-heading {
	text-align: center;
	background: #405694;
	border-radius: 0;
	color: white;
	text-transform: uppercase;
}

#mobileapps .btn {
	margin-top: 10px;
}

/* contact section starts here*/
#contact {
	background: #444;
	padding-bottom: 70px;
	color: white;
}

#contact iframe {
	height: 100%;
	width: 100%;
	min-height: 500px;
}

@media (max-width: 768px) {
	#contact iframe {
	min-height: 300px;
}

}

#contact .contact-info .page-header {
	padding: 0;
	margin-top: 20px;
}

#contact .btn {
	background: none;
	border-color: white;
	color: white;
}

#contact .form-control {
	border-radius: 0;
}
#contact .btn{
	border: 3px solid white;
}

#contact .btn:hover {
	background: white;
	color: #444;
}

#contact .message {
	height: 80px;
}

.social .social-nav {
	display: table;
	margin: 0 auto;
}

.social a i {
	display: table;
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: white;
	border: 3px solid white;
	margin-right: 20px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.social a:hover .fa-facebook {
	background: #6076a4;
	border-color: #6076a4;
}

.social a:hover .fa-twitter {
	background: #469490;
	border-color: #469490;
}

.social a:hover .fa-google-plus {
	background: #FC524A;
	border-color: #FC524A;
}

/* css for modal box of login*/

@media (max-width: 768px) {
	.modal-dialog {
	margin: 0 auto !important;
	position: static;
	width: 100%;
}
}/* xs screen*/



 .form-control {
	border-radius: 0;
}


.tab-pane {
	padding: 15px;
	min-height: 100px;
}

 .nav-tabs {
	background: #6076a4;
}

 .nav-tabs>li.active a {
	background: white;
	color: black;
}
.nav-tabs>li.active a:hover {
	background: white;
}
.nav-tabs>li>a {
	border-radius: 0;
	color: white;
	border: none;
}

 .nav-tabs > li:hover > a {
	background: #506694;
	border: none;
}



/* html5 video box andlogin tabs */

@media (min-width: 768px){
#html5-close
{
	position: absolute !important;
	float: left !important;
	bottom: 300px;
	right: 0;
	margin: 20px -15px 0 0 !important;
} 

#html5-elem-data-box 
{
	background: none !important;
}

.login-tabs
{
	width: 500px;
}
}

#html5-image 
{
	padding: 0 8px !important;
}


#login-toggle 
{
	position: relative;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
}

#login-toggle.open 
{
	background: #ddd;
	color: black;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
}

.login-tabs
 {
	position: absolute;
	right: 0;
	top: 50px;
	padding:10px;
	background: white;
	display: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.4)
}

.login-tab 
{
	position: absolute;
	display: none;
	top:50px;
	background:white;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	width: 90%;
	left : 0;
	margin: 0 5%;

}
#login-toggl 

{
	line-height: 50px;
	color: white;
	margin-right: 10px;
	padding: 0 10px;
	display: table;
	background: #6076A4;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
}

#login-toggl.open 
{
	background: #ddd;
	color: black;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
}
#login-toggl:hover 
{
	text-decoration: none;
}


.login-tabs.open ,.login-tab.open
{ 
	display: table;
	z-index: 9999;
}

.panel-pet-accessories-text {
	height: 60px;
}

.panel-timings-text {
	height: 250px;
}

.panel-mobileapps-text {
	height: 250px;
}

.appointment {
	background: #009900 !important;
	float: right;
	margin-top: -170px;
	border: 1px solid;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.appointment .btn {
	border-radius: 0;
	position: relative;
	background: #009900;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	transition: all 0.1s;
	color: white;
	border: none;
}

.appointment .btn:hover {
	background: #006600;
	color: white;
}


/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 10px;
  *zoom: 1;
  width: 500px;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}