BODY {
	BACKGROUND-POSITION: left top;
    background-repeat: repeat; 
    margin:0;
    padding:0;
	background:#fff;
    width: 100%;
    height: 100%;
	font-family: 'Ubuntu', sans-serif!important;
	font-size: 16px;
}
 html{height:100%;}


.container {
    width: 90%;
}
a {    
	color: #caad43;
    text-decoration: none;
}

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


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

li {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}


.ol ul {
	margin: 0; 
	padding: 0; 	 
}

.ol li {
	margin: 0; 
	padding: 7px 0px 7px 5px; 
	list-style-type: number;
}

 
h1{
	font-size:42px;
	color:#e08788;
	font-weight:300;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
}

h2{
	font-size:28px;
	color:#000;
	font-weight:400;
	margin:0 auto;
	padding:30px 0;
}


h3{
	font-size:14px;
	color:#444;
	margin:0;
	font-weight:400;
	padding:0 0 5px 0;
	text-align:center;
}


h4{
	font-size:18px;
	color:#000;
	margin:0 0 15px 0;
	font-weight:600;
	padding:5px 0;
}


.bold{
	font-weight:700;
}
.uppercase{
   text-transform:uppercase;
}

.italic{
   font-style: italic;
}


.underline{
text-decoration:underline;
}



.justify{
text-align:justify;
}


.center{
text-align:center!important;
}


.right{
text-align:right;
}

.hline{
border-left:1px solid #e7e7e7;
padding:0 10px 0 10px;
margin:0 0px 0 15px;
}

.mar{
margin:0!important;
padding:0!important;
}

.top{width:100%; background-image: linear-gradient(#999, #000);border-bottom:1px solid #fff;}

.mid{
	font-size:16px;
	color: #555!important;
    padding:20px 0;	
	line-height:22px;
}

.coachs{
	margin:12px 0;
}

.br{
	width:100%;
	height:15px;
}

.spacer{
	width:100%;
	height:30px;
}
.spacer115{
	width:100%;
	height:104px;
}
.spacer_big{
	width:100%;
	height:50px;
}


.navbar{padding-top:30px;margin-bottom:0; float:left;}
.navbar-default {
    background-color: transparent!important;
    border-color: transparent!important;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Ubuntu', sans-serif!important;
    color: #fff!important;
    font-size: 15px!important;
	font-weight:400;
    text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a:hover{
    color: #d8c270 !important;
    background-color: transparent!important;
	
}

.navbar-default .navbar-nav > .active > a {
    color: #d8c270!important;
    background-color: transparent!important;
	
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #d8c270!important;
    background-color: transparent!important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #d8c270!important;
    background-color: transparent!important;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding:0;
	color: #fff;
}



.nav > li {
    position: relative;
    display: block;
    padding: 0 22px;
}


.dropdown-menu {
	width: 100%;
	min-width: 350px;
	background:#d8c270;
	text-align:left;
	border:0;
	box-shadow:none;
	border-radius:0;
	z-index: 999999;
}

.dropdown-menu > li > a {
    color: #fff!important;
	padding:5px 10px ;
	
}
.dropdown-menu > li > a:hover {
	background:#0ab9d3;
    color: #fff!important;
}

.btn_white {
	padding:8px 14px!important; 
	background: #fff; 
	font-size: 15px;
	font-weight: 600;
	text-align:center;
	color:#000;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:none;
	border-radius:3px;
}

.btn_white:hover {
	background: #d8c270; 
	color:#fff;	
}



.btn_red {
	padding:8px 18px; 
	background: #000; 
	font-size: 16px;
	font-weight: 600;
	color:#fff;	
	text-align:center;
	text-transform:uppercase;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:1px solid #000;
	border-radius:4px;
}

.btn_red:hover {
	background: #fff; 
	color:#000;	
	border:1px solid #000;
}


.btn_blue {
	padding:8px 18px; 
	background: #d8c270; 
	font-size: 16px;
	font-weight: 600;
	color:#fff;	
	text-align:center;
	text-transform:uppercase;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:1px solid #d8c270;
	border-radius:4px;
}

.btn_blue:hover {
	background: #fff; 
	color:#d8c270;	
	border:1px solid #d8c270;
}



.btn_red2 {
	padding:18px 18px; 
	background: #000; 
	font-size: 16px;
	font-weight: 600;
	color:#fff;	
	text-transform:uppercase;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:1px solid #000;
	border-radius:4px;
	text-align:center;
}

.btn_red2:hover {
	background: #fff; 
	color:#000;	
	border:1px solid #000;
}


.btn-default {
	padding:7px 20px; 
	background: #fff; 
	font-size: 14px;
	font-weight:400;
	color:#000;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:none;
    text-transform:uppercase;
	border-radius:4px;
	border:2px solid #0aa4bb;

}

.btn-default:hover {
	background: #0aa4bb; 
	color:#fff;
	border:2px solid #0aa4bb;	
}


.topbar{
	background:#d8c270;
	width:100%;
	padding:5px 0;
	font-size:15px;
	color:#fff;
}
.topbar span{
	margin:0 7px;
}

.topbar .fa{
	margin:0 7px 0 0;
}
.famd{font-size:13px; padding:0 2px;}
.fabig{font-size:14px; padding:0 5px;}


.topbar a {    
	color: #fff!important;
    text-decoration: none;
}

.topbar a:hover, a:focus {
    color: #000!important;
    text-decoration: none;
}

.logo{
	padding: 5px 0;
}


.navbar {
    position: relative;
    min-height: auto;
}

.carousel-caption{
	top: 100px;
	text-shadow:none;
	text-align:left;
}
.carousel-caption h1{
	font-size:55px;
	font-weight:500;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0 0 20px 0;
	text-shadow: 0px 0 5px #000;
}

.carousel-caption h2{
	font-size:28px;
	font-weight:500;
	color:#fff;
	margin:0;
	padding:0 0 20px 0;
	text-transform:capitalize;
	text-align:center;
    text-shadow: 0px 0 5px #000;
}
.search h3{
	font-size:22px;
	font-weight:400;
	color:#fff;
	margin:0;
	padding:0 0 20px 0;
	text-transform:capitalize;
	text-align:center;
	text-shadow: 0px 0 5px #000;
}

.carousel-indicators .active {
    margin: 1px;
    width: 13px;
    height: 13px;
    background: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background:#transparent;
}


.btn-primary {
	padding:10px 22px; 
	background: #0aa4bb; 
	font-size: 16px;
	font-weight: 400;
	color:#fff;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:none;
    text-transform:capitalize;
	border-radius:6px;
	border:1px solid #0aa4bb;

}

.btn-primary:hover,.btn-primary:focus {
	background: #fff; 
	color:#0aa4bb;	
	border:1px solid #0aa4bb;
}




.btn-yellow {
	padding:10px 22px; 
	background: #0aa4bb; 
	font-size: 16px;
	font-weight: 400;
	color:#fff;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:none;
    text-transform:capitalize;
	border-radius:6px;

}

.btn-yellow:hover,.btn-primary:focus {
	background: #fff; 
	color:#0aa4bb;	
	
}

.carousel-control.left {
    background:transparent;
	opacity:1;
	width:60px;
	height:60px;
    left:0;
	top: 40%;
	text-align:center!important;
	color:#000;
}


.carousel-control.right {
    background:transparent;
	opacity:1;
	width:60px;
	height:60px;
	right:0;
    top:40%;
	text-align:center!important;
	color:#000;
}

.carousel-control .fa {
  font-size:60px;
}

.img_border{
	border:1px solid #ddd;
	padding:5px;
}

#testimonials {
	background-image: url("../images/testimonial_bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

.cname{
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	margin-top:25px;
}
.cname .name{
	font-size: 14px;
	font-weight: 600;
	color:#fff;

}

.heading_blue{
	font-size:32px;
	color:#d8c270;
	font-weight:400;
	margin:0 auto;
	padding: 30px 0 20px 0;
	text-align:center;
}

.heading_pink{
	font-size:22px;
	color:#000;
	font-weight:600;
	padding:10px 0;

}

.testimonials-lg .content {
    color:#fff;
	padding:0 0 15px 0;
	text-align:center;
}
.footer_top{
	width:100%;
	background: #d8c270; 
	color:#fff;
	font-size:16px;
	padding:14px 0;
	border-top:4px solid #000;
}

.footer_top .footer_top_left{
	float:left;
}

.footer_top .footer_top_right{
	color:#fff;
	font-size:17px;
	padding:7px 0 0 25px;
	text-align: center;
}
.footer_top_right span{padding:0 7px;}

.footer_top a{color:#fff;}
.footer_top .fa{color:#000;}
.fa_sm{font-size:17px!important;padding:0 5px 0 0;}



.footer{
	width:100%;
	background: #ececec; 
	color:#555;
	font-size:15px;
	padding: 0 0 20px 0;
	margin-top: 30px
}

.footer p{
	text-align:left;
	padding:2px 0;
	margin:0 50px 0 0;
	}

.copyright{
	width:100%;
	background:#ececec;
	color:#a5a5a5;
	font-size:12px;
	padding:10px 0;
	text-align:center;
	border-top:1px solid #c8c8c8;
}


.footer h1{
	color:#000;
	font-size:18px;
	font-weight:600;
	text-align: left;
	padding:25px 0 20px 0;
}


.footer h1 span{border-bottom:3px solid #d8c270; width: 35px;
    display: table; padding-top:5px;
}


.footer h2{
	color:#b5b5b5;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:underline;
}


.bullet li{
padding:3px 0px;
margin:0px;
list-style-type:none;
text-align:left;
}


.bullet a{    
    color: #555;
    text-decoration: none;
}

.bullet a:hover, .bullet a:focus{
    color: #000;
    text-decoration: none;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color:transparent;
    border-radius: 4px;
	font-size:12px;
}

.breadcrumb_area{
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	
}


label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
}

.form_field{
	background:transparent;
	border:1px solid #a8eef9;
	color:#fff!important;
	width: 310px !important;
	margin:0 10px;
}

.form_field:hover{
	background:transparent;
	border:1px solid #fff;
	color:#fff!important;
}

.form-control::-moz-placeholder {
    color: #000!important;
    opacity: 1;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border: 1px solid #aeaeae;
    border-radius: 5px;
}

.form-control {
    border: 1px solid #ccc;
	height: 45px;
}

textarea.form-control {
    height: auto;
	border-radius: 5px;
    border: 1px solid #ccc;
}

.input-group .form-control {
    height: 40px;
}

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

.circle{
	width:140px;
	height:140px;
	border-radius:50%;
	background:transparent;
	border:7px solid rgba(255,255,255,0.3);
	color:#fff;
	font-size:45px;
	font-weight:400;
	text-align:center;
	padding:50px 0;
	margin: 35px auto 10px auto;
}

.graybg{
	background:#ddd;
	padding:25px 0;
}


.blk_text2{
	color:#222;
	font-size:26px;
	font-weight:600;
	padding:12px 0;
	text-align:center;
}




.panel-heading .accordion-toggle::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #0aa4bb;
    font-size: 14px;
    font-weight: 400;
}








.tabbable .nav-tabs > li  {
	margin: 0 4px 0 0;
}


	
.tabbable .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff!important;
    background-color: #333;
    border: 1px solid #333;
	font-weight:600;
}

.tabbable .tab-content{
border: 1px solid #0aa4bb;
padding:15px;
}

.tabbable .tab-content h1{
font-size:25px;
color:#0aa4bb;
padding:5px 0 20px 0;
text-align:left;
}

.nav-tabs {
    border-bottom: 0;
}
.tabbable .nav > li > a {
    padding: 10px 30px;
	color:#000;
	background-color: #eee;
}

.tabbable .nav > li {
    position: relative;
    display: block;
    padding: 0
}


.tick {
	margin:10px 0;
	padding: 0; 
}

.tick ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	
}


.tick li {
	margin:0; 
	padding: 0 0 6px 24px; 
	list-style-type:none;
    background: url(../images/blue_tick.png) 0 3px no-repeat;
	font-size:14px;
	color:#676767;
	text-align:left;
}

.text_md{
	font-size:15px;
	color:#000;
}

.text_sm{
	font-size:12px;
	color:#888;
}



.table-responsive > .table {
    margin-bottom: 0;
    text-align: left;
}

.test_parallax {
	background-attachment: fixed;
	padding: 30px 0;
	margin-top: 20px;
}

.test_parallax .carousel-indicators{
	bottom: 12px;
	position: relative;
}

#testimonials {
	background-image: url("../images/testimonial_bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}



.heading_wht{
	font-size:40px;
	color:#fff;
	font-weight:300;
	margin:0 auto;
	padding: 30px 0 20px 0;
	text-align:center;
}


.testimonials-lg .content {
    color:#fff;
	padding:0 0 15px 0;
	text-align:center;
}

.col_space{margin:10px 0;}
.col_space2{margin:20px 0;}



.searchbg {
	background:#fff;
	padding:0;
	margin:0;
	border-radius:6px;
	box-shadow: 0 0 10px #888888;
 }
 
.search {
	width:40%;
    position: absolute;
    top: 60%;
    margin: 0 auto!important;
    left: 0;
    right: 0;
 }

.searchbg .form-control {
    border: 0;
	padding:0;
	height: 55px;
	z-index:9999;
} 

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

.searchbtn {
    position: absolute;
	background:#000;
	border:0;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	padding:17px 12px;
	color:#fff;
	text-transform: uppercase;
	width: 100%;
}

.searchbtn:hover {
	background:#d8c270;
}

.img_title{
	color:#fff;
	font-size:20px;
	text-align:center;
	top:-95px;
	position:relative;
	z-index:999;
	filter: brightness(100%);
}
.offer img{border-radius:6px;filter: brightness(60%); height:182px;}
.offer:hover {filter: brightness(90%);}

.heading2{
	font-size:20px;
	color:#222;
	font-weight:400;
	padding:0 0 16px 0;
}
.heading{
	font-size:26px;
	color:#000;
	font-weight:400;
	margin:15px auto 25px auto;
	padding:6px 4px;
	border-left:5px solid #d8c270;
}

.heading span{padding:0 0 0 6px;}
.book_vendorbg{
	background:url(../images/book_vendorbg.jpg) center center no-repeat;
	padding:25px 0 50px 0;
	margin:30px auto;
}	
.book_vendorbg h1{
	font-size:30px;
	color:#fff;
	font-weight:500;
    text-align:center;
	margin:6px 0;
}

.book_icon{
	float:left;
    margin-right: 12px;	
}

.book_txt{
	font-size:18px;
	color:#fff;
	font-weight:400;
	padding-top:18px;
}

#pro_range .boxh {
	cursor: pointer;
	height:auto;
	float: left;
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height:230px;

}
#pro_range .boxh img {
	left: 0;
		-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;	
	transition: all 600ms ease-out;
	
}

#pro_range .boxh:hover #pro_range_img {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	
}

.pink_box{
	background:#fbffc1;
	padding:8px;
	font-size:22px;
	color:#000;
	font-weight:400;
	margin:0 0 15px 0;
	display:table;
	width:100%;
}
.pink_box img{float:left;}
.pink_box span{float:left;padding:16px 0 0 12px;}
elect:hover {
color: #444645;
background: #ddd;
}

.loginbg {
background-image: url(../images/loginbg.jpg);
height: 100%;
background-position: center; 
background-repeat: no-repeat;
background-size: cover;

}

.login_form_bg {  
background:#fff; 
background-repeat: no-repeat; 
background-position: center center; 
font-size: 14px; 
font-weight: 400; 
color: #555;
text-align: left; 
text-decoration: none;
border-radius:5px;
padding:20px;
box-shadow:0 0 30px 0 #333;
}

#logintable {
    width:100%;
    height:100%;
}

.loginbg .heading{color: #055695; }


.well {
    display: table;
	width:100%;
    padding:22px 15px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #eee;
}


.col_mar{margin-bottom:25px;}

.padtop15{padding-top:15px;}
.text_top{
	width: 100%;
	position:absolute;
	top:15%;
	z-index:9999;
	color:#fff;
}
.text_top h1{
	color:#fff;
	font-size: 35px; 
    font-weight: 600; 
	padding:0 0 15px 0;
}

.text_top p{
	color:#fff;
	font-size:16px; 
    font-weight: 400; 
	text-align:center;
}
.whtbg{
	background:rgba(255,255,255,.8);
	padding:15px;
	color:#000;
	font-size:16px; 
    font-weight: 400;
	border-radius:6px;	
	display:table;
	width:100%;
}
.whtbg img{width:200px; margin: 0 15px;}	
#accordion .panel-heading { padding: 0;}
	#accordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
	}

	
	#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
	}
	
	
	#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e114";
	}
	
	
	#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: right;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
	color:#000;
	font-weight:300!important;
	}

	#accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
	}

	#accordion .panel-body {
    padding: 15px;
    font-size: 15px;
    color: #555;
}
	
.wht_box{
	background:#fff;
	box-shadow: 0 0 8px #888888;
	border-radius:8px;
	padding:15px;
	margin: 10px;
}
.mark{margin-bottom:10px;}

.banner_txt{
	position:absolute;
	margin-top:-180px;
	z-index:999;
}

.banner_txt h1{
	font-size: 32px;
	font-weight: 400;
    color: #fff;
	text-align:left;	
	padding:0;
	margin: 0 0 15px 0;
}

.banner_txt p{
	font-size: 18px;
	font-weight: 400;
    color: #fff;
}
.gbg{background:#f5f5f5;}
.wht_box2{
	background:#fff;
	box-shadow: 0 0 8px #ccc;
	border-radius:4px;
	padding:8px;
	display:table;
	width:100%;
	font-size:13px;
	height: 360px;
}
.listing_img{height: 240px;}
.box_group{
	padding:10px 0;
	font-size: 15px;
	font-weight: 400;
    color: #555;
	border-bottom:1px solid #ddd;
	display:table;
	width:100%;
	height:70px;
}
.box_group_lft{float:left; font-weight:600; color:#000;}
.box_group_rht{float:left; text-align:right;}
.box_group_rht span{margin-left:10px;}
.box_group .badge{background:#000; color:#fff;}
.box_group_bottom{margin:8px 0 0 0;line-height: 24px; height: 50px;}
.box_group_bottom p{font-size: 13px; color: #999;}
.box_group_bottom .pink{font-size: 16px; font-weight:600;}
.pink{color:#000;}
.box_group_bottom .txt_sm{font-size: 13px; color:#999; font-weight: 400;}

.box_group_bottom_lft{float:left;width:75%;}
.box_group_bottom_rht{float:left;width:25%; text-align:right;}


.box_bar{
	background:#fff;
	top:45%;
	position:absolute;
	padding:8px 10px 8px 8px;
	font-size: 14px;
	font-weight: 600;
    color: #000;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom:2px solid #000;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}
.pagination>li>a, .pagination>li>a, .pagination>li>span, .pagination>li>span {
    color: #000;
}


.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #000;
}

.social ul li{margin:0 0 7px 0; color: #555;}
.social ul li a{color: #555;}
.social ul li a:hover{color: #000;}


.fabox{
	background:#bdbdbd;
	width:30px;
	height:30px;
	color: #fff;
	font-size: 14px;
	text-align:center;
	line-height:30px!important;
}
.fabox:hover{background:#000;}

.facebook{
	background:#4e71a8;
	width:30px;
	height:30px;
	color: #fff;
	font-size: 14px;
	text-align:center;
	line-height:30px!important;
}
.facebook:hover{background:#335d9e;}


.twitter{
	background:#55acee;
	width:30px;
	height:30px;
	color: #fff;
	font-size: 14px;
	text-align:center;
	line-height:30px!important;
}
.twitter:hover{background:#3399e6;}

.linkedin{
	background:#007bb5;
	width:30px;
	height:30px;
	color: #fff;
	font-size: 14px;
	text-align:center;
	line-height:30px!important;
}
.linkedin:hover{background:#046b9c;}


.vendor_btn .dropdown-menu {
    width: 80%;
    background: #fff;
    color: #000;
    text-align: left;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 0;
	z-index:9999;
	position: absolute;
}
.vendor_btn .dropdown-menu > li > a {
    color: #000!important;
}
.vendor_btn .dropdown-menu > li > a:hover {
    background: #0ab9d3;
    color: #fff!important;
}
.vendor_btn{
    float: right;
    margin-top:-7px;
}

.vendor_btn .dropdown-menu > li > span {
    margin-left:10px;
}
.dropdownbg{background: #eee; padding:8px 0;}


.mega-dropdown {
  position: static !important;
  
}
.mega-dropdown-menu {
    padding: 10px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;    padding: 5px 0;
}
.mega-dropdown-menu > li > ul > li span{
  font-weight:400;
}

.mega-dropdown-menu > li > ul > li a.pink{
  font-weight:600;
  color:#000;
}
.mega-dropdown-menu > li > ul > li a.pink:hover{
  font-weight:600;
  color:#fff!important;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #fff;
  padding: 3px 0;
  font-weight: 400;
  
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;color: #000;font-weight: 400;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 16px;
  color: #1ba8e3;
  padding: 0;
  line-height: 30px;
}

.mega-dropdown-menu .dropdown-header a{
  color: #fff;
}
.mega-dropdown-menu .dropdown-header a:hover{
  color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:transparent!important;color: #fff!important;
}
.nav .open a:hover{background-color:transparent;}

.nav.vendor_btn > li > a {
    color: #000;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color:transparent;
    border-color: transparent;
}
.navbar-nav.vendor_btn>li>.dropdown-menu {
    margin-top: -14px;    margin-right: 30px;
}
.dropdown-menu .divider {
    background-color:#d8c270;
    padding: 0;
}
.navbar-right {
    margin-right:17px;
}
.head1{
    font-size: 22px;
    font-weight: 500;
    color: #333;
	margin:0 0 10px 0;
}
.head2{
    font-size: 20px;
    color: #1ba8e3;
	margin:0 0 10px 0;
}
.head3{
    font-size: 16px;
    color: #000;
	margin:0 0 10px 0;
}
.popular{background:#efefef; padding:6px 10px; font-size:13px;font-weight:600;color:#000;display:inline; margin:0 0 10px 0; display:table;}
.fared{color:#d84a38;}
.martop10{margin-top:10px;}
.martop15{margin-top:15px;}
.marbottom10{margin-bottom:10px;}
.marbottom20{margin-bottom:20px;}
.img_radius{border-radius:5px;}

.sticky_bottom{
	background:#fff;
	border-top:1px solid #999;
	width:100%;
	position:fixed;
	bottom:0;
	padding:10px;
	left:0;
	z-index:999999;
}

.process{margin-top:30px; }
.process-step .btn:focus{outline:none; }
.process{display:table;width:100%;position:relative;}
.process-row{display:table-row;}
.process-step button[disabled]{opacity:1 !important;filter: alpha(opacity=100) !important;}
.process-row:before{top:40px;bottom:0;position:absolute;content:" ";width:100%;height:1px;background-color:#ccc;z-order:0}
.process-step{display:table-cell;text-align:center;position:relative}
.process-step p{margin-top:4px}
.btn-circle{width:80px;height:80px;text-align:center;font-size:12px;border-radius:50%;}
.fa_big{font-size:35px!important;}
.process-step h1{font-size:22px; font-weight:400; color:#000;padding: 10px 0 30px 0;}
.process-step .btn{border-radius:50%;}
.txt_sm{font-size: 13px; color:#999;}
.blue_txt{font-size: 16px; font-weight:600;  color:#d8c270;}

.steps label{color:#777;}


.btn-success {
	padding:8px 18px; 
	background: #5cb85c; 
	font-size: 16px;
	font-weight: 600;
	color:#fff;	
	text-align:center;
	text-transform:uppercase;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:1px solid #5cb85c;
	border-radius:4px;
}

.btn-success:hover {
	background: #fff; 
	color:#5cb85c;	
	border:1px solid #5cb85c;
}
.create_album{
	background:#000;
	padding:50px 25px;
	font-size: 15px;
	font-weight: 600;
	color:#fff;	
	text-align:center;
	border:1px solid #ddd;
	cursor:pointer;
	border-radius:6px;
}
.create_album:hover{
	background:#d8c270;
}
.create_album .fa{font-size: 25px; padding:0 0 40px 0;}
.modal-header{background:#d8c270;padding:6px 12px;}
.modal-title{color:#fff;font-weight:400;}

.wht_box3{
	background:#fff;
	border-radius:4px;
	padding:8px;
	display:table;
	width:100%;
	border:1px solid #ddd;
	font-size:14px;
}
.wht_box3 .leftcol{
	width:50%;
	float:left;
	margin:5px 0 0 0;
	
}
.wht_box3 .rightcol{
	width:50%;
	float:left;
	margin:5px 0 0 0;
	text-align:right;
	
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
input[type=file] {
    display: none;
}
.choosebox{
	text-align:center;
	border:1px dashed #ddd;
	padding:12px;
	border-radius:10px;
	cursor:pointer;
}
.album_bg{
	padding:4px;
	border:1px solid #ddd;
}

.album_bg img{
	padding:0 0 10px 0;
}

.album_bg_txt{
	font-size:15px;
	color:#fff;
	margin-top:-40px;
	margin-left:12px;
	position:absolute;
}
.album_close{
	font-size:25px;
	font-weight:600;
	color:#fff;
	margin:10px;
	position:absolute;
	background:#000;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	right:20px;
	cursor:pointer;
}
.login_close{
	text-align: right;
    margin-top: -12px;
    margin-right: -10px;
}
.login_close .fa{
	color:#000;
	font-size:25px;
}
.login_close .fa:hover{
	color:#d8c270;
}
.margin_top22{margin-top:4%;}
.banner img{width:100%; height:600px;} 
h5.modal-title{font-size:13px; color:#fff;font-weight:400;} 
#contactModal h4.modal-title{font-size:25px; color:#fff;font-weight:400;} 
.modal-header .close {font-size:35px;color:#fff;opacity:1;}
.modal-header .close:hover {color:#000;}
#contactModal .modal-dialog {width: 480px;}
::placeholder {
  color: #000!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #000!important;
}
.nopad{padding-left:0; padding-right:0;}

.choose_us p{height:150px;}

.tbl_cell{display:table-cell;}

.scroll_area{border-bottom:1px solid #ddd; padding:6px 0;}
.btn_red_sm {
	padding:4px 12px; 
	background: #000; 
	font-size: 14px;
	font-weight: 500;
	color:#fff;	
	text-align:center;
	text-transform:capitalize;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:1px solid #000;
	border-radius:3px;
}

.btn_red_sm:hover {
	background: #fff; 
	color:#000;	
	border:1px solid #000;
}
#carousel-reviews{width:92%;margin:0 auto; height: 160px;}

#carousel-reviews .carousel-control.left {
    left: -40px;
    top: 30%;
}

#carousel-reviews .carousel-control.right {
    right: -40px;
    top: 30%;
}
#carousel-reviews .carousel-inner .wht_box {
    height: 135px;
}


/* Carousel Fading slide */
.carousel-fade .carousel-inner { background:transparent; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.topbar .social ul li {
    margin: 0;
    float: left;
}
.gmap iframe {
    width: 100%;
    height: 300px;
    padding:0;
    border: 1px solid #ccc;
    margin-top: 15px;
}