body{
	margin:0px;
	padding:0px;
	font-family: 'Ubuntu', sans-serif;
	color:#515151;
	font-size:14px;
}

.top-blue-panel{
	background:#01a2d9;
	padding:10px 0px;
	width:100%;
	float:left;
}

.call-text{
	color:#fff;
	font-size:16px;
	font-weight:400;
	line-height:20px;
}

.small-text{
	font-size:12px;
	color:#fff;
	font-weight:300;
}
.fa-mobile{
	color:#fff;
	margin-right:3px;
	margin-bottom:5px;
}

.regular-text-white{
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-size:13px;
	line-height:36px;
	text-transform:uppercase;
}

.toplinks{
	color:#fff;
	text-decoration:none;
}

.toplinks:hover{
	color:#fff;
	
}


.top-header-back{
	background:url(../images/top-back.jpg) center top;
	width:100%;
	float:left;
	padding:5px 0px;
}

.black-text{
	font-size:14px;
	color:#2d2d2d;
	font-weight:300;
	line-height:22px;
}

.margintop15{
	margin-top:10px;
}

.margintop25{
	margin-top:30px;
}

.fa-facebook{
	border-radius:50%;
	border:solid 2px #000;
	 padding: 10px 15px;
	 color:#000;
	 margin-right:2px;
}


.fa-facebook:hover{
	border-radius:50%;
	border:solid 2px #fff;
	background:#3a5799;
	color:#fff;
	cursor:pointer;
}


.fa-google-plus{
	border-radius:50%;
	border:solid 2px #000;
	 padding: 10px 10px;
	 color:#000;
	 	 margin-right:2px;

}


.fa-google-plus:hover{
	border-radius:50%;
	border:solid 2px #fff;
	background:#be2f1f;
	color:#fff;
	cursor:pointer;
}

.fa-twitter{
	border-radius:50%;
	border:solid 2px #000;
	 padding: 10px;
	 color:#000;
	 	 margin-right:2px;

}
	
	
	.fa-twitter:hover{
		border-radius:50%;
	border:solid 2px #fff;
	background:#58ccff;
	color:#fff;
	cursor:pointer;
}

.fa-pinterest{
	border-radius:50%;
	border:solid 2px #000;
	 padding: 10px;
	 color:#000;
	 	 margin-right:2px;

}
	
	
	.fa-pinterest:hover{
		border-radius:50%;
	border:solid 2px #fff;
	background:#d12026;
	color:#fff;
	cursor:pointer;
}


.fa-linkedin{
	border-radius:50%;
	border:solid 2px #000;
	 padding: 10px;
	 color:#000;


}
	
	
	.fa-linkedin:hover{
		border-radius:50%;
	border:solid 2px #fff;
	background:#007bb6;
	color:#fff;
	cursor:pointer;
}

.img-responsive{
    display:initial;
    height: auto;
    max-width: 100%;
}

.navbar-default {
    background-color: #474747;
    border-color: #474747;
}
.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	background:url(../images/menu-line.png) right center no-repeat;
	border-bottom: 0px solid #dae1e8;
    box-shadow: 0 0px 0px -0px #ffffff;
	
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #efeeea;
  background-color: transparent;
}

.fa-bars{
	color:#fff;
}


.navbar-default .navbar-toggle {
  border-color: #474747;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #c70e08;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    min-height: 50px;
    position: relative;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
	width:100%;
	border-bottom:solid 5px #999b9c;
}


h1{
	font-size:36px;
	color:#000000;
	font-weight:300;
	line-height:40px;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
}

.divider{
    border-bottom: 2px solid #515151;
    border-top: 1px solid #515151;
    height: 5px;
    margin: 0 auto 20px;
    text-align: center;
    width:100%;
}

.red-color-bold{
	color:#c70e08;
	font-weight:700;
}

.reguar-text{
	font-size:20px;
	font-weight:300;
	color:#2d2c2c;
	line-height:30px;
	margin-bottom:30px;
}

.reguar-text-new{
	font-size:16px;
	font-weight:300;
	color:#2d2c2c;
	line-height:24px;
	margin-bottom:30px;
}

.light-background{
	background:#f6f4ee;
	border-radius:5px;
	padding:20px;
	margin-bottom:35px;
}

h2{
	font-size:24px;
	color:#010101;
	font-weight:400;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	

}

.marginright{
	margin-right:10px;
}


.box-text-black{
	color:#010101;
	text-transform:uppercase;
	font-size:13px;
	line-height:20px;
}

.box-text-borwn{
	font-size:13px;
	color:#625643;
	line-height:22px;
	margin-bottom:20px;
}



@font-face {
    font-family: 'olivierregular';
    src: url('../fonts/olivier_demo-webfont.eot');
    src: url('../fonts/olivier_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/olivier_demo-webfont.woff2') format('woff2'),
         url('../fonts/olivier_demo-webfont.woff') format('woff'),
         url('../fonts/olivier_demo-webfont.ttf') format('truetype'),
         url('../fonts/olivier_demo-webfont.svg#olivierregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
	
	.yellowback{
		background:#f1ce73;
		width:100%;
		float:left;
		margin-bottom:30px;
	}
	
	
	h3{
		color:#f6f4ee;
		 font-family: 'olivierregular';
		 font-size:25px;
		 line-height:40px;
		 margin-bottom:15px;
		 text-transform:uppercase;
		 
		 
	}
	
	.grey-text{
		color:#f6f4ee;
		font-size:15px;
		text-decoration:none;
		line-height:30px;
	}
	
	.padding-box{
		padding:15px;
	}
	
	.fa-chevron-circle-right{
		color:#000;
	}
	
	
	h4 {
    color: #232323;
	
    font: 400 30px/36px 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 4px;
    text-align: center;
}


h4:after, h4:before {
    border-bottom: 1px solid #ebeded;
    border-top: 1px solid #ebeded;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    top: -3px;
    width: 100%;
}
h4:after {
    margin-left: 15px;
    margin-right: -100%;
}
h4:before {
    margin-left: -100%;
    margin-right: 15px;
}

.fa-quote-left{
	
border-radius:50%;
background:#ff6060;
padding:35px;
color:#fff;
}

.name-text{
	font-size:16px;
	color:#dd2727;
	font-weight:500;
}

.dog-back{
	background:url(../images/dog-back.png) center top no-repeat;
}

h5{
	color:#fff;
	text-shadow:#000 2px 1px 5px;
	text-transform:uppercase;
	font-size:48px;
	font-weight:500;
}

.whitetext{
	font-size:14px;
	text-transform:uppercase;
	color:#fffefe;
	line-height:22px;
	text-shadow:#000 2px 1px 5px;
	margin-bottom:20px;
}

.btn-info{
	font-size:18px;
	text-transform:uppercase;
	background:#01a2d9;
	border-radius:3px;
	padding: 10px 25px;
	border-color:#01a2d9;
	margin-bottom:20px;
}
	
	
	h6{
		font-size:48px;
		font-weight:700;
		font-style:italic;
		line-height:55px;
		color:#626262;
		text-transform:uppercase !important;
		
	}
	
	
	.footer-back{
		background:#626262;
		padding:20px 0px;
		width:100%;
		float:left;
	}
	
	.footer-heading{
		font-size:15px;
		color:#fffefe;
		line-height:22px;
		border-bottom:solid 1px #727272;
		margin-bottom:15px;
		text-transform:uppercase;
	}
	
	.footer-text{
		font-weight:300;
		font-size:13px;
		line-height:20px;
		color:#fff;
	}
	.footer-links{
				font-weight:300;
		font-size:13px;
		line-height:30px;
		text-decoration:none;
		color:#fff;
		display:block;
	}
	
	.footer-links:hover{
		color:#01a2d9;
	}
	
	.footer-dark-back{
		background:#201f1f;
	
		font-size:13px;
		color:#fff;
		font-weight:300;
		text-align:center;
		line-height:40px;
	}
		
	
.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 20px;
}	


/*login style*/


/*login*/

.reg-page {
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 3px #eeeeee;
    color: #555555;
    padding: 30px;
	margin-bottom:45px;
}
.reg-header h5 {
    font-size: 24px;
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.reg-page label {
    color: #777777;
}
.btn-u {
    background: none repeat scroll 0 0 #065eb1;
}
.btn-u:hover {
    background: none repeat scroll 0 0 #033c72;
}
.btn-u {
    border: 0 none;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 6px 13px;
    position: relative;
    text-decoration: none !important;
}

	
	
	h7 {
    color: #5e5d5e;
    font-family: 'Ubuntu',sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
}
.input-new {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    margin-top: 0;
    padding: 6px 12px;
    width: 100%;
	
}
.margintop20{
	margin-top:20px;
}

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

label {
    display: inline-block;
    font-weight:300;
    margin-bottom: 5px;
    max-width: 100%;
}




.bordersoild{
	border:solid 1px #ccc;
}

.left-heading{
	 color: #c70e08;
    font-family: 'olivierregular';
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
	margin-top:30px;
	margin-bottom:10px;
}


.light-background-new {
    background: none repeat scroll 0 0 #f6f4ee;
    margin-bottom: 35px;
    padding: 20px;
}



#sidebar-nav {
    float: left;
    margin: 0;
    padding: 10px;
  
	 background-color: #f7f7f7;
	 border:solid 1px #dae1e8;
	 box-shadow: 0 2px 1px -1px #ffffff;
	 margin-bottom:25px;
	 	width:100%;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 470px;
    padding: 19px;
}

.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 0.99;
}

.reg-page-new {
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 3px #eeeeee;
    color: #555555;
    padding: 30px;
	margin-bottom:45px;
	margin-top:35px;
}
.reg-header-new h5 {
    font-size: 24px;
    margin-bottom: 15px;
}

.select{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:auto;
	margin-right:5px;
}



.top-blue-panel-aca {
    background: none repeat scroll 0 0 #01a2d9;
    float: left;
    padding: 5px 0;
    width: 100%;
}


.top-header-back-aca{
    background: url("../images/top-back.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    padding: 5px 0;
    width: 100%;
	box-shadow:3px 2px 10px #ccc;
}


.personaltext-new{
	font-size:18px;
	color:#666;
	line-height:36px;
	border-bottom:solid 1px #ccc;
	font-family: 'Ubuntu',sans-serif;
	font-weight:300;
}
	
	
	.form-search {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 35px;
    height: 42px;
    padding: 5px 10px;
	width:100%;	
}


.button {
    background-image: url("../images/btn-search.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 35px 35px 0;
    height: 42px !important;
    margin-top: 0px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    width: 42px;
	border:0px;
}

.form-button{
    background-color: #e74847 !important;
}


.fa-pencil-square-o{
	color:#000;
}

.fa-trash-o{
	color:#000;
}


.nav > li > a {
    display: block;
    border-bottom: 1px solid #dae1e8;
    border-radius: 0;
    box-shadow: 0 2px 1px -1px #ffffff;
    color: #6e829b;
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
    outline: 0 none;
   padding: 15px 12px 15px;
    position: relative;
}


.color-black{
	color:#333;

}





@media (max-width: 768px) {
	
	.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	background:none;
	
}
	
}