/*custome fonts*/



@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont.html');
    src: url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfontd41d.html#iefix') format('embedded-opentype'),
         url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont-2.html') format('woff2'),
         url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont-3.html') format('woff'),
         url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont-4.html') format('truetype'),
         url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont-5.html#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont.html');
    src: url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfontd41d.html#iefix') format('embedded-opentype'),
         url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont-2.html') format('woff2'),
         url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont-3.html') format('woff'),
         url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont-4.html') format('truetype'),
         url('/web/20220408212712im_/http://myhomemaker.in/fonts/mark_simonson_-_proxima_nova_bold-webfont-5.html#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*body {
  margin: 0;
  margin-top:10px;
}*/




h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    /*font-family: 'proxima_nova_rgbold';*/
    font-weight: 700;
	color:#643d26;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
  margin-top:60px;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* custome nav*/

.navbar-inverse {
  background-color: #977254;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #643d26;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #563014;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #563014;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #563014;
}


.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #f47920;
  background-image: none;
  border: 1px solid #f47920 !important;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-inverse .navbar-toggle {
  border-color: #f47920;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #f47920;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}





.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #77228f !important;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #924ea5 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7 !important;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*.carousel {
 margin-top: 60px;
}*/



/* Carousel base class */
/*.carousel {
  height: 500px;
  margin-bottom: 60px;
}*/
/* Since positioning the image, we need to help out the caption */
/*.carousel-caption {
  z-index: 10;
}*/

/* Declare heights because of positioning of img element */
/*.carousel .item {
  height: 500px;
  background-color: #777;
}*/
/*.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
*/

/* custome tabs */

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}


.tab-content{
	/*padding-top:20px;*/
	/*background-color:#fff !important;*/
	/*padding-top:3px;*/
}

.head1{background-color:#c39049;}
.head2{background-color:#cfa76e;}
.head3{background-color:#b77820;}
.head4{background-color:#977254;}
.head5{background-color:#88572e;}



footer{
	padding-top:20px;
	padding-bottom:40px;
}

.bg-footer{
	border-top:8px solid #f5791f;
	background-color:#013974;
}

.b2{
	background-color:#dd0f63;
}

.b3{
	background-color:#29b477;
}

.b4{
	background-color:#ffa200;
}

.b5{
	background-color:#2dafed;
}

.b6{
	background-color:#f47920;
}

.b7{
	background-color:#003975;
}








.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}


.border-right{
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
   min-height: 70px;
}




/*section.bg-img {
    
     background: url(/web/20220408212712im_/http://myhomemaker.in/img/section-bg.jpg) no-repeat center center;
	 padding: 100px 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
}
*/


.bg-img {
    
     background: url(/web/20220408212712im_/http://myhomemaker.in/img/hm-bg.jpg) no-repeat center center;
	 /*padding: 100px 0;*/
	 padding: 30px 0;
	 margin-top:90px;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
}


.bg-color{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fef5e6+0,fdcc82+100 */
background: #fef5e6; /* Old browsers */
background: -moz-linear-gradient(top,  #fef5e6 0%, #fdcc82 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef5e6), color-stop(100%,#fdcc82)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fef5e6 0%,#fdcc82 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fef5e6 0%,#fdcc82 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fef5e6 0%,#fdcc82 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fef5e6 0%,#fdcc82 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5e6', endColorstr='#fdcc82',GradientType=0 ); /* IE6-9 */
}




/*thumb-slider*/
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 90px;
  color: #ca3c3c;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fbb91a;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ca3c3c;
}

.modal-content {
  margin-top:100px;
  position: relative;
  background-color: #fff;
 /* opacity:0.8;*/
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}

/*form*/

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    /*background-color: #f7f7f7;*/
	
	background: url(/web/20220408212712im_/http://myhomemaker.in/img/login_bg.jpg) no-repeat center center;
	 /*padding: 100px 0;*/
	 -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
		
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-bg{
	background: url(/web/20220408212712im_/http://myhomemaker.in/img/login_bg.jpg) no-repeat center center;
	 /*padding: 100px 0;*/
	 -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
}

.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.icon-list li {
	padding: 0 0 5px 20px;
	display: block;
	position: relative;
}


.icon-list li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0px;
	top:3px;
	font-size:80%
}
.list-play li:before {
	content: '\e072';
	color:#000 !important;
}
.chevron-right li:before {
	content: '\e080';
}
.checkmark li:before {
	content: '\e067';
}
.arrow-right li:before {
	content: '\e092';
}

.vr {
  margin-left: 15px;
  margin-right: 0px;
  height: 50px;
  border: 0;
  border-left: 1px solid #cccccc;
  display: inline-block;
  vertical-align: bottom;
}





/*common*/
.txt-capital{text-transform:capitalize !important;}
.txt-yellow{color:#fff200 !important;}
.txt-black{color:#000 !important;}
.txt-white{color:#fff !important;}
.txt-badami{color:#fbb91a !important;}
.txt-grey{color:#757575 !important;}
.txt-orange{color:#ca3c3c !important;}
.txt-red{color:#e72e16 !important;}
.txt-add{color:#515151 !important;}
.txt-youtube{color:#d62a27 !important;}
.txt-fb{color:#3c5a98 !important;}
.txt-twt{color:#16a9da !important;}
.txt-blog{color:#f47920 !important;}
.txt-blue{color:#0c3281 !important;}
.txt-brown{color:#643d26 !important;}

.border-none{border:none !important;}
.border-red{border:1px solid red;}
.border-badami{border-color:#ffd631 !important;}
/*.border-white{border-color:#fff !important;}*/
.border-white{border:12px solid #fff !important;}
.border-blue{border: 1px solid #003975 !important;}
.border-green{border:1px solid #29b477 !important;}
.border-brown{border:1px solid #643d26 !important;}

.bg-orange{background-color:#f47920 !important;}
.bg-badami{background-color:#ffd631 !important;}
.bg-black{background-color:#000 !important;}
.bg-light-grey{background-color:#ebebeb !important;}
.bg-white{background-color:#ffffff !important;}

.bg-light-brown{background-color:#977254 !important;}
.bg-dark-brown{background-color:#643d26 !important;}


.top-buffer{margin-top:20px;}
.top-10{margin-top:10px;}

.bottom-buffer{margin-top:20px;}
.bottom-10{margin-bottom:0px !important;}

.padding-global{padding:5px !important;}
.padding-0{padding:0 !important;}
.padding-10{padding:10px !important;}

.margin-0{margin:0 !important;}

.top-80{margin-top:80px !important;}

.music{color:#553a0e !important;}
.book{color:#2ba6c5 !important;}
.question{color:#3bb9ff !important;}
.quiz{color:#cb4be3 !important;}
.game{color:#8fc82a !important;}


.alpha{opacity:0.75;}
.alpha-bg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdedc3+0,fefbf3+100 */
background: #fdedc3; /* Old browsers */
background: -moz-linear-gradient(top,  #fdedc3 0%, #fefbf3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdedc3), color-stop(100%,#fefbf3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdedc3 0%,#fefbf3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdedc3 0%,#fefbf3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdedc3 0%,#fefbf3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdedc3 0%,#fefbf3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdedc3', endColorstr='#fefbf3',GradientType=0 ); /* IE6-9 */

	}





/*
     FILE ARCHIVED ON 21:27:12 Apr 08, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:57:07 Jan 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.581
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.011
  cdx.remote: 10.523
  LoadShardBlock: 215.952 (3)
  PetaboxLoader3.datanode: 466.333 (5)
  load_resource: 458.698 (2)
  PetaboxLoader3.resolve: 122.649 (2)
*/