 *{
	 font-family: "PT Sans Narrow";
	 -webkit-font-smoothing: antialiased;
	 -moz-font-smoothing: antialiased;
	 font-smoothing: antialiased;
	 font-size:15px;
	 padding:0px;
	 margin:0px;
	 border:0;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 

 
.contact{
	position:relative;
	width:100%;
	max-width:1300px;
	margin:0 auto 0%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	padding:15px;
}

.three_col , .one_col, .two_col{
	float:left;
	width:100%;
	position:relative;
}
 
.three_col input, .one_col input, .two_col input, .three_col select, .one_col textarea, .two_col number, .one_col  #file {
	position:relative;
	padding:5px 5px;
	margin:10px 44px 10px 0;
	float:left;
	border:1px solid #ccc;
}

.three_col span.error, .one_col span.error{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 35px;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: -33px;
	left:25%;
    width: auto;
	z-index:999999999;
	display:none;
}


.three_col select{
	width:31%;
	background:#fff;
	padding:4px;
	margin-right:30px;
}
.three_col input{
	width:31%;
}	

.two_col input{
	width:48%;
}	


.one_col input, .one_col textarea, .one_col  #file {
	width:100%;
}

.text-centre{text-align:center;}

.input-border{border:1px solid #ccc; padding:5px 5px 5px 5px; margin:10px 10px 10px 0; width:30%;}

.input-spacing{margin-left:-100px;}

.one_col  #file {
    border: 1px dotted #CCCCCC;
    cursor: pointer;
    display: none;
    float: right;
    position: relative;
    text-align: center;
    width: 96%;	
}

.one_col  #file p{
padding: 95px 0 0;
line-height: 40px;
}

.one_col #image-list li{
	list-style:none;	
	border:1px solid #ccc;	
	margin: 2%;
	background:#fff;
}

.one_col #image-list li img{
	width:98%;
	height:98%;
	margin: 1% !important;
}

.one_col #submit{
	border-top-color: #4d4d4d;
   background: #4d4d4d;
   color: #d6d6d6;
   cursor:pointer;
}

.one_col #submit:hover{
	background: #333;
   color: #d6d6d6;
}	

.clear{
	clear:both;
	content:"";
	line-height:0px;
	display: block;
}

/* old browser fixed */

.no-rgba .contact,  .no-rgba .three_col span.error,  .no-rgba .one_col span.error{
	 !important;
}

.no-canvas .one_col, .no-canvas .three_col, .no-canvas .one_col input, .no-canvas .three_col input{
	float:right !important;	
	margin-right:0;
	margin-bottom:0;
}

.no-canvas .three_col input{
	width:34% !important;
	margin-right:0;
	margin-bottom:0;
	float:right;
}


.no-canvas .file-upload  div{
	display:block !important;
	height:auto !important;
	width: 45% !important;
	float:right;
}

.no-canvas .one_col  #file{
	display:none !important;
}

/* animations */


@-moz-keyframes default-to-error {
	0%{
        background-position:120% -28px;
    }
	50%{
        background-position:right -28px;
    }
}

@-moz-keyframes default-to-success {
   0%{
        background-position:120% 0px;
    }
	50%{
        background-position:right 0px;
    }
}

@-moz-keyframes error-to-success {
    0%{
        background-position:right -28px;
    } 
	50%{
        background-position:120% -28px;
    } 
	60%{
        background-position:120% 0px;
    }
	100%{
        background-position:right 0px;
    }
}

@-moz-keyframes success-to-error {
    0%{
        background-position:right 0px;
    } 
	50%{
        background-position:120% 0px;
    } 
	60%{
        background-position:120% -28px;
    }
	100%{
        background-position:right -28px;
    }
}
@-webkit-keyframes default-to-error {
	0%{
        background-position:120% -28px;
    }
	50%{
        background-position:right -28px;
    }
}

@-webkit-keyframes default-to-success {
   0%{
        background-position:120% 0px;
    }
	50%{
        background-position:right 0px;
    }
}

@-webkit-keyframes error-to-success {
    0%{
        background-position:right -28px;
    } 
	50%{
        background-position:120% -28px;
    } 
	60%{
        background-position:120% 0px;
    }
	100%{
        background-position:right 0px;
    }
}

@-webkit-keyframes success-to-error {
    0%{
        background-position:right 0px;
    } 
	50%{
        background-position:120% 0px;
    } 
	60%{
        background-position:120% -28px;
    }
	100%{
        background-position:right -28px;
    }
}


input.default-to-error{
	-webkit-animation: default-to-error 0.5s;
	-moz-animation: default-to-error 0.5s;
	-animation: default-to-error 0.5s;
	  background-position:right -28px;	  
	  -webkit-box-shadow:0 0 7px rgba(243,38,36, 0.6); 
	-moz-box-shadow: 0 0 7px rgba(243,38,36, 0.6); 
	box-shadow:0 0 7px rgba(243,38,36, 0.6); 
}

input.default-to-success{
	-webkit-animation: default-to-success 0.5s;
	-moz-animation: default-to-success 0.5s;
	-animation: default-to-success 0.5s;
	  background-position:right 0px;	  	
	-webkit-box-shadow:0 0 7px rgba(161,199,54, 0.6); 
	-moz-box-shadow: 0 0 7px rgba(161,199,54, 0.6); 
	box-shadow:0 0 7px rgba(161,199,54, 0.6); 
}


@media handheld, only screen and (max-width: 580px) {
	
	.contact{
		width:100%;
	}
	
	.one_col  #file{
		width:100%;
	}
	
	.three_col input, .one_col input, .two_col input .three_col select, .one_col textarea{
		width:100%;
	}
	
	.three_col input, .one_col input{
		padding-right: 21px;
	}	
	
	.three_col span.error, .one_col span.error{
		display:none !Important;
	}
	.input-border{border:1px solid #ccc; padding:5px 5px 5px 5px; margin:10px; width:25%;}
	.input-spacing{margin-left:5px;}
	
	.two_col input{
	width:100%;
	margin:5px;
}	

.three_col select{
	width:100%;
	background:#fff;
	padding:4px;
	margin:5px;
}

.three_col input{
	width:100%;
	margin:5px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
	margin:5px;
}

}

.f-bold {font-weight:bold!important;}
.mar-right {margin-right:0px!important;}
.xmar-right {margin-right:33px!important;}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.req-book {
	width:275px;
}

.list-width {
	width:200px;
}

.list-width-p {
	width:175px;
}

.list-width-c {
	width:225px;
}

img{display:-moz-inline-box;}

.form-width{width:25%;}

.form-width input{width:100%; border:1px solid #CCC; padding:5px; margin:10px 0 10px 0;}

select{height: auto; padding: 5px; border: 1px solid #ccc; width: 256px;}

.plr{padding-left:2px!important; padding-right:2px!important;}

.hw{height:45px!important; width:252px!important;}

