@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	color: #444;
	line-height: 20px;
	text-decoration: none;
	background-color: #9d9b8c;
}

.wrap{
	width: 100%;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 1024px) {
.wrap{
	width: 96%;
}
}
@media screen and (max-width: 480px) {	
body{
	background-color: #ccc;
}
.wrap{
	width: 96%;
}
}

.top-menu{
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	background: -webkit-linear-gradient(rgba(200,30,30,1),rgba(220,45,45,1)); /*Safari 5.1-6*/
  	background: -o-linear-gradient(rgba(200,30,30,1),rgba(220,45,45,1)); /*Opera 11.1-12*/
  	background: -moz-linear-gradient(rgba(200,30,30,1),rgba(220,45,45,1)); /*Fx 3.6-15*/
  	background: linear-gradient(to rgba(200,30,30,1),rgba(220,45,45,1)); /*Standard*/
}
@media screen and (max-width: 1024px) {
.top-menu{
	position: fixed;
	z-index:1000;
	width:100%;
	top:15px;
	right:20px;
	background: -webkit-linear-gradient(rgba(200,30,30,0),rgba(220,45,45,0)); /*Safari 5.1-6*/
  	background: -o-linear-gradient(rgba(200,30,30,0),rgba(220,45,45,0)); /*Opera 11.1-12*/
  	background: -moz-linear-gradient(rgba(200,30,30,0),rgba(220,45,45,0)); /*Fx 3.6-15*/
  	background: linear-gradient(to rgba(200,30,30,0),rgba(220,45,45,0)); /*Standard*/
}
}
@media screen and (max-width: 960px) {
.top-menu{
	position: fixed;
	z-index:1000;
	width:100%;
	top:5px;
	right:5px;
}
}
@media screen and (max-width: 480px) {
.top-menu{
	position: fixed;
	z-index:1000;
	width:100%;
	top:5px;
	right:5px;
}
}

header {
	text-decoration: none;
	width: 100%;
}
header .logo {
	float: left;
	width:60%;
	padding:0px 0;
}
header .logo img {	
	width:100%;
	max-width:541px;
	height:auto;
	margin:0 0 0 0;
}

header .h-right {
	color: #c82d2d;
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
	padding-top: 25px;
	float: left;
	width: 40%;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
}
header .h-right i {
	border:solid 1px #999;
	width:18px;
	text-align:center;
	color: #999;
	padding: 8px;
	border-radius: 50%;
}

@media screen and (max-width: 1024px) {
header {
	text-decoration: none;
	width: 100%;
}
header .logo {
	float: left;
	width:60%;
	padding:0px 0 20px 0;
}
header .logo img {	
	width:100%;
	max-width:541px;
	height:auto;
	margin:0 0 0 0;
}

header .h-right {	
	font-size: 16px;
	line-height: normal;
	padding: 10px 0;
	float: left;
	width: 35%;
	text-align: left;
}
}

@media screen and (max-width: 960px) {
header {
	text-decoration: none;
	width: 100%;
}
header .logo {
	float: none;
	width:100%;
	padding:5px 0;
}
header .logo img {	
	width:100%;
	max-width:541px;
	height:auto;
	margin:20px 0 0 0;
}

header .h-right {	
	font-size: 16px;
	line-height: normal;
	padding: 10px 0;
	float: none;
	width: 100%;
	text-align: left;
}
header .h-right .grid_5 {
	float:left;
	width:48%;
	margin:0;
}
header .h-right .grid_7 {
	float:left;
	width:52%;
}
header .h-right i {
	border:solid 1px #999;
	width:20px;
	font-size:20px;
	padding:8px;
	margin:0 0 5px 0;
}
}
@media screen and (max-width: 480px) {
header {
	text-decoration: none;
	width: 100%;
}
header .logo {
	float: none;
	width:100%;
	padding:5px 0;
}
header .logo img {	
	width:100%;
	height:auto;
	margin:20px 0 0 0;
}

header .h-right {	
	font-size: 13px;
	line-height: normal;
	padding: 10px 0;
	float: none;
	width: 100%;
	text-align: left;
}
header .h-right .grid_5 {
	float:left;
	width:48%;
	margin:0;
}
header .h-right .grid_7 {
	float:left;
	width:52%;
}
header .h-right i {
	border:solid 1px #999;
	width:12px;
	font-size:12px;
	padding:5px;
	margin:0 0 5px 0;
}
}
.main{
	width:80%;
	margin:20px auto;
	background-color:#fff;
	padding:10px 5% 30px 5%;
	box-shadow:0px 0px 5px #000;
}
@media screen and (max-width: 1024px) {
.main{
	width:96%;
	margin:10px auto;
	background-color:#fff;
	padding:20px 0 0 0;
	box-shadow:0px 0px 0px #000;
}
}
@media screen and (max-width: 960px) {
.main{
	width:100%;
	margin:0;
	background-color:#fff;
	padding:20px 0;
	box-shadow:0px 0px 0px #000;
}
}
@media screen and (max-width: 480px) {
.main{
	width:100%;
	margin:0;
	background-color:#fff;
	padding:0;
	box-shadow:0px 0px 0px #000;
}
}
h1, h2, h3, h4, h5,h6 {
	font-family: 'Roboto Condensed', sans-serif;
}
.container h1{
	font-size: 22px;
	line-height: normal;
	margin: 0 0 10px 0;
	color: #c82d2d;
	text-decoration: none;
}
.container h1 span{
	float:right;
}
.container h2{
	margin-bottom: 10px;
	color: #111;
	font-size: 22px;
	line-height: 25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.container h3{
	color: #da2e2e;
	font-size: 18px;
	line-height: 25px;
}
.container h4{
	margin-bottom: 5px;
	color: #2a313a;
	font-size: 18px;
}
p{
	text-align:justify;
}
.bg-grey{
	background-image: url(../images/bg-grey.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.container{
	background-color: #fff;
	padding: 4%;
	line-height:24px;
	width:92%;
	margin:0 auto;
}
.container .left{
	float:left;
	width:67.5%;
}
.container .right{
	float:left;
	width:30%;
	padding:0 0 0 1%;
	margin:0 0 0 1%;
	border-left:dotted 1px #666;
}
.container .right h3{
	font-size:14px;
	margin:0;
}
.container .right h4{
	font-size:12px;
	font-weight:bold;
}
.container strong{
	font-weight:bold;
}
.container a{
	color: #da2e2e;
	text-decoration: none;
}
@media screen and (max-width: 10244px) {
.bg-grey{
	background-image: url(../images/bg-grey.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:20px 0 0 0!important;
}
}
@media screen and (max-width: 960px) {
.bg-grey{
	background-image: url(../images/bg-grey.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:20px 0 0 0!important;
}

.container{
	background-color: #fff;
	padding: 4%;
	line-height:24px;
	width:92%;
	margin:0 auto;
}
}

@media screen and (max-width: 480px) {
.bg-grey{
	background-image: url(../images/bg-grey.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:20px 0 0 0!important;
}

.container{
	background-color: #fff;
	padding: 4%;
	line-height:24px;
	width:92%;
	margin:0 auto;
}
.container .left{
	float:none;
	width:100%;
}
.container .right{
	float:none;
	width:100%;
	overflow:hidden;
	padding:0;
	margin:20px 0;
	border-left:dotted 0px #666;
	border-top:dotted 1px #666;
}
.container .right h2{
	margin:10px 0 0 0;
}
}
hr{	
	border: 0;
	height: 1px;
	margin:10px 0;
	background: #333;
	background-image: linear-gradient(to right, #bbb, #ccc, #aaa);
}
.h-slide1{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/home1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:auto;
	width:92%;
	margin:0 auto;
	padding:4%;
}
.h-slide1 h2{
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	border-bottom:solid 1px #999;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}
@media screen and (max-width: 960px) {
.h-slide1{	
	background-image: none;
	background-color:#555;
	width:92%;
	margin:0 auto;
	padding:4%;
}
.h-slide1 h2{
	font-size:18px;
}
.h-slide1 .grid_4{
	margin:15px 1%;
	float:left;
	width:31.33%;
	box-shadow:0px 0px 0px 3px #ccc;
}
}
@media screen and (max-width: 480px) {
.h-slide1{	
	background-image: none;
	background-color:#555;
	width:92%;
	margin:0 auto;
	padding:4%;
}
.h-slide1 h2{
	font-size:18px;
}
.h-slide1 .grid_4{
	margin:15px 0;
	float:none;
	width:100%;
	box-shadow:0px 0px 0px 3px #ccc;
}
}


.testimonial{
	box-shadow:0px 0px 3px #ccc;
	padding:30px;
}
.container input[type="text"] {
	font-size: 14px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
}
.container input[type="password"] {
	font-size: 14px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
}
.container input[type="email"] {
	font-size: 14px;
	border: 1px solid #dddddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
}
.container input[type="tel"] {
	font-size: 14px;
	border: 1px solid #dddddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
}
.container select {
	font-size: 14px;
	border: 1px solid #eee;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
}
.container textarea {
	font-size: 14px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 3%;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.container input[type="submit"] {
	background-color: rgba(218,46,46,1)!important;
	font-size: 18px!important;
	border: 0px solid #ddd;
	color: #FFFFFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 35px;
	width: 100%!important;
	text-decoration: none;
	margin: 5px 0!important;
	cursor: pointer;
	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
	-webkit-border-radius: 0;
}
.container input[type="button"] {
	background-color: rgba(218,46,46,1)!important;
	font-size: 18px!important;
	border: 0px solid #ddd;
	color: #FFFFFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 35px;
	width: 100%!important;
	text-decoration: none;
	margin: 5px 0!important;
	cursor: pointer;
	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
	-webkit-border-radius: 0;
}
.container .btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 40px;
	height: 35px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ddd;
	margin:5px 0;
}
.container .btn-file:hover {	
	background-color:#f9f9f9;
}
.container .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:2px 5px 2px 2px;
	margin-top:5px;
}
.captcha a{
	color: #3378D9;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 3px 0 0;
}

footer{
	text-align: center!important;
	color: #333;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 13px!important;
	width:92%;
	margin:20px auto 0 auto!important;
	padding:0 4%!important;
}
footer br{	
	display:none;
}
footer a{	
	color: #111;
	text-decoration:none;
}
@media screen and (max-width: 480px) {
footer{
	text-align: center!important;
	color: #333;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 13px!important;
	width:100%;
	margin:20px auto 0 auto!important;
	padding:0 !important;
}
footer br{	
	display:block;
}
}
.list1{
}
.list1 li{
	list-style:none;
	font-size:13px;
}
.link1{
}
.link1 a{
	color:#666;
	border:solid 2px #ccc;
	display:block;
	text-align:center;
	padding:30px 0;
	font-size:17px;
}
.link1 a:hover{
	color:#c91f1f;
}
.link1 i{
	color:#fff;
	background-color:#c91f1f;
	padding:15px;
	border-radius:50%;
	width:25px;
	height:25px;
	text-align:center;
	font-size:25px;
	margin:0 0 10px 0;
}

.img1{
	max-width:96%;
	height:auto;
	border:solid 10px #ddd;
}
.img2{
	max-width:350px;
	float:right;
	height:auto;
	border:solid 10px #ddd;
	margin:0 0 10px 20px;
}
@media screen and (max-width: 480px) {
.img1{
	max-width:100%;
	float:none;
	margin:0;
	height:auto;
	width:100%;
	border:solid 0 #ddd;
}
.img2{
	float:none;
	margin:10px 0;	
	max-width:100%;
	height:auto;
	width:100%;
	border:solid 0 #ddd;
	box-shadow:0px 0px 0px 3px #ccc;
}
}


.i1 {
	background-color: #c82d2d;
	color: #FFF;
	padding: 5px;
	font-size:16px!important;
	border-radius: 50%;
}
.i2 {
	color: #c82d2d;
	padding: 5px;
	font-size:12px;
	border-radius: 50%;
}
