/* CSS Document */
*{padding:0px;margin:0px;}
*:link,*:visited,*:hover,*:active,*:focus{
 transition:color .50s linear, background-color .50s linear, border-color .50s linear,opacity .50s linear;
 -webkit-transition::color .50s linear, background-color .50s linear, border-color .50s linear,opacity .50s linear;	}  
table{border-collapse: collapse; border-spacing:0; }  
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
a img,img{border: none;}  
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
:focus{outline:0;}  
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0;}   
ol,ul, li {list-style:none;}  
.fl{float:left;}  
.fr{float:right;}  
.clear{clear:both;}  
.clearfix{clear:both;overflow:hidden;}
.hidden{visibility:hidden;}   
.none{display:none;}  
body,td,th {color: #4d4d4d;font-family:Arial, Helvetica, sans-serif;font-size:12px; }
html,body{ -webkit-text-size-adjust:none;background:#fff;}
a:link, a:visited {text-decoration: none;border: none;}  
a:hover, a:active {text-decoration: none;border: none;}
.mar5{margin-top:5px;}
.mar10{margin-top:10px;}
.mar15{margin-top:15px;}
.mar20{margin-top:20px;}
.mar30{margin-top:30px;}
.ht10{ height: 10px }
.ht15{ height: 15px }
.ht20{ height: 20px }
.ht25{ height: 25px }
.ht30{ height: 30px }
.ht40{ height: 40px }
.ht50{ height: 50px }
.ht60{ height: 60px }

.font14{font-size:14px;}
.font20{font-size:20px;}
.ht20{height:20px;}
.bold{font-weight:bold;}
.fontRed{color:#d7150f;}
.green{color:#788358;}a.green{color:#788358;}.green:hover{color:#0075a6;}a.green:hover{color:#0075a6;}
.blue{color:#0075a6;}
/* @font-face {
    font-family: 'tahoma';
    src:url(../font/tahoma.eot);
    src: url(../font/tahoma.eot?#iefix) format('embedded-opentype'),
     url(../font/tahoma.woff) format('woff'),
     url(../font/tahoma.ttf) format('truetype'),
     url(../font/tahoma.svg#tahoma) format('svg');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'calibri';
    src: url(../fonts/calibri.eot);
    src: url(../fonts/calibri.eot) format('embedded-opentype'),
    url(../fonts/calibri.woff) format('woff'), 
    url(../fonts/calibri.ttf) format('truetype'), 
    url(../fonts/calibri.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verdana';
    src: url(../fonts/verdana.eot);
    src: url(../fonts/verdana.eot) format('embedded-opentype'),
    url(../fonts/verdana.woff) format('woff'), 
    url(../fonts/verdana.ttf) format('truetype'), 
    url(../fonts/verdana.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src:url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
	 url(../fonts/fontawesome-webfont.woff) format('woff'),
	 url(../fonts/fontawesome-webfont.ttf) format('truetype'),
	 url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format('svg');
    font-weight: normal;
    font-style: normal;
}


/* CSS Document */

body{position:relative;overflow-x: hidden;background: #fff;}

/*fontawesome-webfont*/
[class^="icon-"]:before, [class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}

.fa{
font-size: 14px;
}

*{font-size: 14px;color: #4d4d4d;font-family: Arial}

/*placeholder*/

::-webkit-input-placeholder { /* WebKit browsers */
    color:#ccc;
}
:-moz-input-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
::-moz-input-placeholder { /* Mozilla Firefox 19+ */
    color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#ccc;
}

.go-box ::-webkit-input-placeholder { /* WebKit browsers */
    color:#603811;
}
.go-box :-moz-input-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#603811;
}
.go-box ::-moz-input-placeholder { /* Mozilla Firefox 19+ */
    color:#603811;
}
.go-box :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#603811;
}

