@import "https://fonts.googleapis.com/css?family=Raleway";
* { box-sizing: border-box; }
@media only screen and (min-width: 768px){
.row {
    margin-right: 0px!important;
    margin-left: 0px!important;
 }
}
@media (min-width: 768px){
.col-sm-6 {
    width: 50%;
  float: left;
  }
}
@media (min-width: 768px){
.col-sm-12 {
    width: 100%;
     float: left;
 }
}
@media screen and (min-width: 768px){
.contact-gap {
    padding-top: 2%;
 }
}

@media (min-width: 768px){
.radio, .checkbox {
  display: inline-block;
	position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
 }
}
@media (min-width: 768px){
.modal-content {
        width: inherit;
    height: inherit;
    margin: 0 auto;
        /*box-shadow: 0 5px 15px rgba(6, 6, 6, 0.5);*/
        position: relative;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 2px;
        outline: 0;
 }
}
	@media (min-width: 768px){
.modal-title {
	color: #000000;
	font-size: 16px;
	margin:8px;
	line-height: 1.42857143;
	font-style: normal;
	
 }
}
	@media (min-width: 768px){
	#modal-dialog{
	width: 600px;
	margin: 30px auto;

 }
}

@media (min-width: 768px){
.input{
    margin: 4px 0 0;
    line-height: normal;
	box-sizing: border-box;
	padding: 0;
 }
}
@media (min-width: 768px){
.h4 {	
    font-size: 18px;
	font-weight: 500;
	color: inherit;
    -webkit-margin-start: 0px;
    }
}
@media (min-width: 768px){
.enquire-form{
    background-color: #c1c1c1;
 }
}
@media (min-width: 768px){
.enquire-line{
    padding-top: 1%;
    border-bottom: 2px inset lightgrey;
 }
}
@media (min-width: 768px){
.enquire-form-button{
    background-color: red;
    color: white;
 }
}
@media (min-width: 768px){
  .close {
	float: right;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .7px;
 }
}
@media (min-width: 768px){
.button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
  }
 }
  @media (min-width: 768px){
.form-control {
   /* height: 40px;*/
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
  }
@media (min-width: 768px){
.modal-body {
	position: relative;
	padding: 5px;
 }
}
 @media (min-width: 992px){
.col-md-offset-10 {
    margin-left: 83.33333333%;
}
  }
.body { 
  margin: 0; 
  padding: 0; 
  line-height: 1.42857143;
  background: #f5f5f5;
  font-family: DIN Light;
  color: #000;
  font-size: 12px; 
}
h1{ margin: 0; }
#contact { 
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  margin: 4em auto;
  width: 100px; 
  height: 30px; 
  line-height: 30px;
  background: teal;
  color: white;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;

}

#button:hover { background: #ff0000; }
#button:active { background: #444; }

#contact-form { 
  display: none;
  border: 6px solid salmon; 
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #fff;
  position: fixed;
  top:80%;
  left: 60%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);

  
}


#button {
	    z-index: 1000;
	    display: block;
	    position: fixed;
	    background-color: red;
	    width: 115px;
	    height: 39px;
	    text-align: center;
	    font-size: 15px;
            left: -42px;
	    top: 50%;
	    border: none;
	    color: white;
	    padding: 7px;
	    text-decoration: none;
	    margin: 4px 2px;
	    cursor: pointer;
	    transform: rotate(-90deg);
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
	    border-radius: 0px 0px 5px 5px;
	    -webkit-border-radius: 0px 0px 5px 5px;
	    -moz-border-radius: 0px 0px 5px 5px;
	    box-shadow: -2px 0px 8px rgba(43, 33, 33, 0.06);
	    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
	    -webkit-box-shadow: -2px 0px 8px rgba(43, 33, 33, 0.06);
}
.enquire-form {
    background-color: #c1c1c1;
 }
.enquire-line{
    padding-top: 2%;
    border-bottom: 2px inset lightgrey;
 }

.enquire-form-button{
    background-color: red;
    color: white;
 }

.close {
	float: right;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .7;
 }

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
  }
 

.modal-body {
	position: relative;
	padding: 5px;
}

#modal-dialog {
	/*width: 600px;*/
	margin: 30px auto;
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 0px;
	/*border-bottom: 1px solid #e5e5e5*/
	
}

.modal-header .close {
	margin-top: -2px;
}
.modal-title{
	/*line-height: 1.1;*/
        color: #000000;
	font-size: 16px;
	margin: 8px;
	font-style: normal;
        line-height: 1.42857143;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}
.editModal {
    top: 20%;
    padding-top: 6%;
}
.select {
    text-transform: none;
}
.button {
    overflow: visible;
	text-transform: none;
	letter-spacing: normal;
    word-spacing: normal;
	text-indent: 0px;
	display: inline-block;

}
/*.no-border {
    border: 0px;
}*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	vertical-align: middle;
	}
.input, .select, .button {
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}

.form {
    display: block;
    margin-top: 0em;
}

.col-sm-6{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	width: 50%;
	float: left;
}
.col-sm-12  {
  width: 100%;
	float: left;
	position: relative;
  min-height: 1px;
  padding-left: 15px;
}

.h4{	
        font-size: 18px;
	font-weight: 500;
	color: inherit;
   
    }
	
h6{
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 500;
    line-height: 1.1;
    color: inherit;

}
.strong{
	font-weight: 700;
}

.clearfix:after, 
.dl-horizontal .dd:after, 
.container:after, 
.container-fluid:after,
.row:after, 
.form-horizontal .form-group:after, 
.btn-toolbar:after, 
.btn-group-vertical.btn-group:after,
.nav:after, 
.navbar:after, 
.navbar-header:after,
.navbar-collapse:after,
.pager:after, 
.panel-body:after, 
.modal-footer:after {
 clear: both;
	display: table;
   content: " ";
}
.row {
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.before, .after {
    
    box-sizing: border-box;
}
.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.required {
     color: #ff0000; 
}
.em{
	font-style: italic;
}
.form-control {
    height: 40px;
	display: block;
    width: 98%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
  
  .no-border {
    border: 0px;
}

.contact-gap {
    padding-top: 2%;
}
.radio {
      display: inline-block;
    position: relative;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 12px;
}

.radio label{
    min-height: 20px;
    padding-left: 20px;
    margin-bottom:0;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type=radio], .radio-inlineinput, #checkboxinput, #checkbox-inlineinput{
    position: absolute;
    margin-left: -20px;
}
.input[type=radio]{
    margin: 4px 0 0;
    line-height: normal;
	box-sizing: border-box;
	padding: 0;
}
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
textarea.form-control {
    height: auto;
}
.textarea {
    margin: 0;
    font: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    -webkit-rtl-ordering: logical;
    -webkit-appearance: textarea;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    word-wrap: break-word;
	
}

    .btn{
        display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-top: -87px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
  .fade.in {
    opacity: 1;
}

	
