﻿.removePadding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}


.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}
    .navbar-inverse .navbar-toggle {

    }

@media (min-width: 1200px) {
    
}

.navbar {
    margin-bottom: 0px;
    min-height: 15px
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 0px;
    margin-right:0px ;
    width:100% ;
}

@media (min-width: @screen-sm-min) {
    .HeaderTopLinks {
        margin-right: 6px;
        background-color: #96232E;
        /* border: 2px solid rgb(171, 86, 96); */
        height: 34px;
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }

    .HeaderTopContainer {
        padding-top: 10px;
    }

    .myCarousel{display:none;}

}

@media (min-width: 320px) {


    .HeaderTopLinks {
          margin-right: 6px;
    background-color: #96232E;
    /* border: 2px solid rgb(171, 86, 96); */
    height: 34px;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    }
    .HeaderTopContainer {
        padding-top:10px;
    }

    .myCarousel{display:none;}
  
}

.navbar-toggle {
    background-color: #96232E;

}


.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #96232E;
    border-color: #ddd;
    font-weight:bolder;
}

.aboutList {
    list-style: circle;
}



/*/ xs < 768 /*/
@media screen and (max-width: 767px) {
    .HeaderTopContainer {
        padding-top: 0px !important;
        height:20px;
    }
    .HeaderPageBanner {
   
    display:none !important;    
    }
    .outerhomehelpbox {
        display: none !important;
    }

    .HomebackGround {
        background-image: none !important;
        height:404px !important;
        
    }

    .homeMiddelContainers {
        margin: 17px !important;
        max-width: 250px !important;
    }
    #myCarousel
    {
        display:none!important;
    }
}

/*/ sm /*/
@media screen and (min-width: 767px) and (max-width:992px)  {
    .HomebackGround {
        height: 460px !important;
    }
     #myCarousel
    {
        display:none!important;
    }   
     .headingText {
    font-size: 10px !important;
    color: #ffffff !important;
}
   
}
/*/ sm /*/
@media screen and (min-width: 1230px) and (max-width: 1603px)  {
    .HomebackGround {
        background-size: auto;
        height: 750px !important;
    }
}

@media screen and (min-width: 998px) and (max-width: 1230px)  {
    .HomebackGround {
        background-size: auto;
        height: 650px !important;
    }
}

/*/ sm /*/
@media screen and (min-width: 999px) {
    body {
        font-size: 12pt;
    }

      .HeaderTopContainer {
        padding-top: 60px !important;
    }

    .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
        font-size: 10pt !important;
    }

    .homeMiddelContainers {
        margin: 17px !important;
        max-width: 250px !important;
    }
    /*#myCarousel
    {
        display:none!important;
    }*/
}

/*/ md /*/
@media screen and (min-width: 992px) {
    body {
        font-size: 12pt;
    }

    .HeaderTopContainer {
        padding-top: 70px !important;
    }

    .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
        font-size: 13pt !important;
    }

    .homeMiddelContainers {
        margin: 17px !important;
          max-width: 250px !important;
    }

    .outerhomehelpbox {
        display: block;
    }

        /*#myCarousel
    {
        display:none!important;
    }*/
}


/*lg*/
@media screen and (min-width: 1200px) {
    .homeMiddelContainers {
        margin: 17px !important;
        max-width: 250px !important;
    }

}

hr {
    border: none;
    height: 7px;
    /* Set the hr color */
    color: #9d2e38; /* old IE */
    background-color: #9d2e38; /* Modern Browsers */
}

.goldheading {

color:#a78d47;
}
.validatorError {
	display: none;
	padding-right: 42.5px;
}

.modalValidator {
	top: 60px;
}

.validatorError[style*=inline] + input,
.validatorError[style*=inline] + select,
.validatorError[style*=inline] + textarea,
.validatorError[style*=inline] + span + input,
.validatorError[style*=inline] + span + select,
.validatorError[style*=inline] + span + textarea,
.validatorSpringError + input,
.validatorSpringError + select,
.validatorSpringError + textarea,
.validatorSpringError + span + input,
.validatorSpringError + span + select,
.validatorSpringError + span + textarea {
	border-color: #a94442;
}

	.validatorError[style*=inline] + input:focus,
	.validatorError[style*=inline] + select:focus,
	.validatorError[style*=inline] + textarea:focus,
	.validatorError[style*=inline] + span + input:focus,
	.validatorError[style*=inline] + span + select:focus,
	.validatorError[style*=inline] + span + textarea:focus,
	.validatorSpringError + input:focus,
	.validatorSpringError + select:focus,
	.validatorSpringError + textarea:focus,
	.validatorSpringError + span + input:focus,
	.validatorSpringError + span + select:focus,
	.validatorSpringError + span + textarea:focus {
		border-color: #843534 !important;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 !important;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 !important;
	}


a:-webkit-any-link {
    text-underline: none !important;
    text-decoration: none !important;
}

.pageheadingwithbackground {
margin-left: 0px;
margin-right: 0px;
width: 100%;
background-color:#a78d47;
color:#fff;
font-weight: bold;
padding: 10px 10px 10px 10px;

}

.well {

min-height: 20px;
padding: 10px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);

}


.appform {
    margin-right: 6px;
background-color: brown;
border: 2px solid rgb(171, 86, 96);
border: 2px solid rgb(162, 131, 46);
height: 46px;
width: 100%;
margin-top: 0px;
text-align: center;
margin-top: 1px;


}