@charset "utf-8";
/* CSS Document */
html{  height:100%;}
body{
	font-size:13px; height:100%;
	line-height:17px;
	font-family: Arial, sans-serif; color: #4e4d4d;
}
a{
	color:#666;
}
.white{
	color:#fff;
}
img{
	outline:none;
}
.clear{
	clear:both;
}
.right-align{
	text-align:right !important;
}
.left-align{
	text-align:left;
}
.left2 li{
	text-align:left;
}
.italic{
	font-style:italic;
}

.vlarge{
	font-size:22px;
	line-height:22px;
}
.large{
	font-size:17px;
	line-height:18px;
}
.small{
	font-size:10px;
	line-height:14px;
}
.vsmall{
	font-size:8px;
	line-height:14px;
}
.medium{
	font-size:12px;
}
.bold{
	font-weight:bold;
}
.{
	color:#fff;
}
.grey{
	color:#ccc;
}
.dgrey{
	color:#999;
}
.red{
	color:#f41725;
}

.line-height1{
	line-height:10px !important;
}

.center{
	text-align:center;
}
.left-optional{
	float:left;
}
.right-optional{
	float:right;
}
.pr1-optional{
	padding-right:7px;
}
.pr2-optional{
	padding-right:15px;
}
.pr3-optional{
	padding-right:50px;
}
.p5{
	padding:5px;
}
.p20{
	padding:20px;
}
.mtb15{
	margin-bottom:15px;
	margin-top:15px;
}
.mt5{
	margin-top:5px;
}
.mr2{
	margin-right:2px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr4{
	margin-right:3px;
}
.mr15-optional{
	margin-right:15px;
}
.pt30-optional{
	padding-top:40px;
}
.p0{
	padding:0 !important;
}
.ptb{
	padding:10px 0;
}
.ptb30{
	padding:30px 0;
}
.p15{
	padding:0 15px;
}
.pb5{
	padding-bottom:5px;
}
.pb15{
	padding-bottom:15px;
}
.mr0{
	margin-right:0 !important;
}
.mr15{
	margin-right:15px;
}
.mr50-optional{
	margin-right:50px;
}
.mt10-optional{
	margin-top:10px;
}
.mt30{
	margin-top:30px;
}
.mt10{
	margin-top:10px;
}
.nomargin{
	border-right:0 !important;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mb18{
	margin-bottom:18px;
}
.pl15{
	padding-left:15px;
}
.pl25{
	padding-left:25px;
}
.pl35{
	padding-left:35px;
}
.pl35optional{
	padding-left:35px;
}
.pt5{
	padding-top:5px;
}
.pt15{
	padding-top:15px;
}
.lhmore{
	line-height:50px;
}
.border-l1{
	border-left:solid 1px #fff;
}
.border-l2-optional{
	border-left:solid 1px #d7d9d7;
}
.border-r-optional{
	border-right:solid 1px #a9aca9;
}
.bro2{
	border-right:solid 1px #2a7226;
}
.border-top1{
	border-top:solid 2px #cfd5c2;
	padding:5px 0;
}
.borderb1{
	border-bottom:solid 4px #766341;
}
.borderb2{
	border-bottom:solid 1px #d5d5d4;
}
.border2{
	border:solid 1px #ccc;
}
.caps{
	text-transform:uppercase;
}
.normal{
	text-transform:lowercase;
}
.hr1{
	background:url(../images/bg-hr.png) 0 0 repeat-x;
	border:0;
	height:1px;
	margin-bottom:12px;
}
.hr2{
	background-color:#72a4d7;
	height:1px;
	border:0;
	height:1px;
	margin-bottom:8px;
}

ul{
	padding:0;
	margin:0;
}
.top-bar{
	height:16px;
	background-color:#856cae;
}
.phone{
	background:url(../images/phone.png) 0 0 no-repeat;
	padding:0 0 0 45px;
	font-size:25px;
	color:#000;
	font-family: 'Cuprum', sans-serif;
	margin-top:15px;
	
}
.row1{
	float:right;
	padding:5px 0;
}
.thumbs img{
	padding:6px;
}

.logo{
	padding:5px 0;
	
}


.active{ background-color: #7c6d68;   text-decoration:none}
ul.bottom-menu{
	padding-top:8px;
}
ul.bottom-menu li{
	float:left;
	list-style:none;
	text-transform:uppercase;
	font-size:.845em;
	margin-right:1%;
	width:21%;
	color:#000;
}
ul.bottom-menu a{
	color:#000;
}

/*--nav end--*/



.box2{
	background-color:#848482;
	height:24px;
	padding:5px;
	color:#fff;
	margin-right:3px;
}
.box2 a{
	color:#fff;
}
/*==================================================
 * Effect 2
 * ===============================================*/
 .box {
	background:#f4f4f4;
	margin:10px auto;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*--effect end*/
.hover-image:hover{
	opacity: 0.8;
    filter: alpha(opacity=80); 
	
}
.home-contact{
	background:url(../images/bg-home-contact.gif) 0 30% repeat-x;
	width:auto;
	max-width:520px;
}

.uline{
	text-decoration:underline;
	text-decoration-color: #bec1be;
-moz-text-decoration-color: #bec1be
}

.button1{
	background-color:#5da51b;
	color:#fff !important;
	padding:8px;
	border:0;
	cursor:pointer;
	font-size:13px;
	margin-top:4px;
	background-color:#5da51b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
}
.button1:hover{
	background-color:#000;
	text-decoration:none;
}


.footer{
	padding:20px 20px !important;
	color:#fff !important;
	font-size:12px !important;
background-color:#fbf9fb;
margin:
}
.footer a{
	color:#fff;
	text-decoration:none;
	padding:10px 5px;
}
.footer a:hover{
	color:#000;
}

/*--texts--*/
h1{
	font-size:20pt;
	margin-bottom:10px;
	font-weight:normal;
	color:#fff;
	line-height:25px;
}
h1 span{
	color:#4e4d4d;
	font-weight:normal !important;
}

h2{
	font-size:1.42em;
	margin-bottom:20px;
	font-weight:normal;
	color:#000;
	background-color:#ccc;
	padding:5px;
}
h3{
	font-size:1.12em;
	margin-bottom:10px;
	font-weight:bold;
	color:#999;
	padding:4px;
}
.title1{
	color:#2e4878;
	font-size:24px;
	padding:10px !important;
}

p{
	margin-bottom:15px;
	padding:0;
}

.copy{
	color:#323639;
	text-align:justify;
	font-size:1.04em;
}
.copy a{
	color:#165ea6;
}
.copy a:hover{
	color:#999;
}

ul.list1 li{
	background:url(../images/arrow1.png) 0 2px no-repeat;
	padding:0 0 10px 18px;
	line-height:15px;
	list-style:none;
	margin-left:7px;
}

ul.list2 li{
	list-style:none;
	background-color:#d9e0eb;
	margin-bottom:10px;
	padding:15px;
}
ul.list2 h4{
	margin-bottom:4px;
	font-size:13px;
}
ul.list3 li{
	list-style:none;
	background-color:#f6f7f9;
	padding:10px;
	margin-bottom:8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
ul.list3 li h2{
	color:#5387cc !important;
}

.thumb1{
	padding:7px 0;
}
.thumb1 img{
	border:solid 1px #000;
	margin-right:15px;
}


.blouquote-left{
	float:left;
	margin:0 10px 10px 0;
}
.blouquote-right{
	float:right;
	margin:0 0 10px 10px;
}
.img-l{
	float:left;
	padding:5px;
	margin:0 10px 10px 0;
}

.gallery2 img{
	border:solid 6px #919292 !important;
	margin-bottom:6px;
	margin-right:6px;

}


.img1{
	padding:5px;
	margin: 0 10px 10px 0;
}

@media (min-width: 721px) and (max-width: 960px){
	.wrapper{
		width:auto !important;
		padding:7px !important;
	}
	#nav.main{margin: 0 auto;float: none; padding: 0.4em 0 0 0}
	ul.main2{
		margin: 0 auto;float: none; padding: 0.4em 0 0 0
	}


.center-optional{
	text-align:center;
}
}
@media (max-width: 720px){
	.wrapper{
		width:auto !important;
		padding:7px !important;
	}
	.con-number{
	float:none !important;
	}
.left-optional{
	float:none !important;
}
.right-optional{
	float:none !important;
}

.grids{margin:0!important;width:auto!important;}
[class^="grid-"],
.grids [class^="grid-"]{
	width:auto!important;
	float:none!important;
	margin:0!important;
}
.wifi-wrap{
	position:relative !important;
}
.wifi{
	background-color:#fff;
	margin-top:0;
	
}
.border-r-optional{
	border-right:none !important;
}
.pt30-optional{
	padding-top:0px !important;
}
.mr50-optional{
	margin-right:0 !important;
}
.mt10-optional{
	margin-top:0 !important;
}

.border-l2-optional{
	border-left:0 !important;
}

.bro2{
	border-right:none !important;
}
.pl35optional{
	padding-left:0 !important;
}
ul.bottom-menu li{
	float:none !important;
}
.center-optional{
	text-align:center !important;
}
.mauto-optional{
	margin:auto;
}

.mr15-optional{
	margin-right:0 !important;
}
.pr1-optional{
	padding-right:0px;
}
.pr2-optional{
	padding-right:0px;
}
.pr3-optional{
	padding-right:0px;
}

}