body {
	color: #A29C9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	border-top:4px solid #dc0000;

}

#background_bg{
	width: 100%;
	height: 655px;
	background-color: #777474;
	float: left;
	position: absolute;
	z-index: -1;
	background: -moz-radial-gradient(center center , ellipse farthest-corner, #777474 0%, #2d2a2a 100%) repeat scroll 0 0 transparent;
	background: -o-radial-gradient(center center , ellipse farthest-corner, #777474 0%, #2d2a2a 100%) repeat scroll 0 0 transparent;
	background: -webkit-radial-gradient(center center , ellipse farthest-corner, #777474 0%, #2d2a2a 100%) repeat scroll 0 0 transparent;
	border-bottom: 1px solid #fff;

}

#background_bg_inner{
	width:100%;
	height:318px;
	background-color:#777474;
	float:left;
	position:absolute;
	z-index:-1;
	background: -moz-radial-gradient(center center , ellipse farthest-corner, #777474 0%, #2d2a2a 100%) repeat scroll 0 0 transparent;
	background: -o-radial-gradient(center center , ellipse farthest-corner, #777474 0%, #2d2a2a 100%) repeat scroll 0 0 transparent;
	background: -webkit-radial-gradient(center center , ellipse farthest-corner, #777474 0%, #2d2a2a 100%) repeat scroll 0 0 transparent;
	border-bottom:1px solid #fff;
}


p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, .jqueryslidemenu a, .jqueryslidemenu ul li ul li a {
	color:#fefefe;
	font-family: 'Oswald', sans-serif;
}
h1, h2, h3, h4, h5 {
	color:#282724;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}
p {
	color:#888888;
	padding-bottom:10px;
}

/* Title Color */
.title-1 {
	display:block;
	font-size:59px;
	line-height:1.2em;
	color:#4c4c4c;
	letter-spacing:-2px;
	margin-bottom:-10px;
}
.title-2 {
	display:block;
	font-size:38px;
	line-height:1.3em;
	color:#999;
	letter-spacing:-1px;
}
.title-3 {
	display:block;
	font-size:23px;
	line-height:2em;
	letter-spacing:-1px;
	background:url(images/pic-1.gif) left bottom repeat-x;
	text-indent:8px;
	padding-bottom:2px;
	margin-bottom:10px;
}
.color-0 {color:#000000;}
.color-1 {color:#3c74a9;}
.color-2 {color:#49a69e;}
.color-3 {color:#f3ad29;}
.color-4 {color:#dc5130;}
.color-5 {color:#4c4c4c;}

/*top section start*/

header{
	height:60px;
	padding-bottom:30px;
	padding-top:5px;
}
header figure {
	float:left;
	padding:0px;
	margin:0px;
}

.logo_box {
float: left;
height: 115px;
width: 200px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#logo {
text-align:left;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background: url(images/doreimi.png) left bottom no-repeat;
height: 115px;
cursor:pointer;
}

#logo:hover{
opacity:0.8;
background: url(images/doreimi_w.png) left bottom no-repeat;
}

.top_right {
	float:right;
}

ul.top_info{
list-style:none;
}


ul.top_info li{
display: inline-block;
background-color:#555;
margin-left:5px;
}

ul.top_info li span{
padding:5px 10px;
margin:0px;
float:left;

}
span.call_1st_col{
background-color:#2b2b2b;
font-weight:bold;
}

span.call_2nd_col{
background-color:#535353;
color:#c7c7c7;
font-weight:bold;
}

#social_media {
text-align:right;
padding-top:80px;
margin:0px;

}

#social_media img{
padding-left:5px;
cursor:pointer;
}

#social_media img:hover{
opacity:0.5;
}
/*top section end*/

/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 20px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
}

.align {
	float: left;
	margin: 0 10px 0px 0;
	width:auto;
}
a img {
	border:none;
}
img {
	max-width:100%;
	height:auto;
}
 *|*:focus {
 outline: none;
}
a:link, a, a:visited {
	color:#a29c9a;
	text-decoration:none;
}
a:hover {
	color:#dc0000;
}

.thumb_img {
	float: left;
	margin: 0px 20px 0px 0px;
}

.thumb_img:hover{
opacity:0.7;
}

.description {
	display:block;
	overflow: hidden;
}
.img_radius {
	height:100px;
	width:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}

/*--- Drop Cap ---*/
.drop_cap {
	background-color:#4d4c47;
	height: 70px;
	width: 70px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px; /* Safari and Chrome */
	border-radius: 35px;
	text-align:center;
	behavior: url(ie-css3.htc);
}

.drop_cap h3 {
	color:#fff;
	padding-top:25px;
}

.drop_cap h5 {
	color:#fff;
	padding-top:25px;
}

.drop_cap:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#dc0000;
	cursor:pointer;
}

.drop_cap2 {
	background-color:#dc0000;
	height: 46px;
	width: 46px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px; /* Safari and Chrome */
	border-radius: 35px;
	text-align:center;
	behavior: url(ie-css3.htc);
}

.drop_cap2 h3 {
	color:#ffffff;
	padding-top:13px;
}

.drop_cap2 h5 {
	color:#ffffff;
	padding-top:13px;
}

.drop_cap2:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#000000;
	cursor:pointer;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
}

/*--- Calendar Legend ---*/
.legend {
background: #dc0000;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8cccc 1%, #f19999 2%, #dc0000 98%, #c60000 99%, #b00000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1%,#f8cccc), color-stop(2%,#f19999), color-stop(98%,#dc0000),color-stop(99%,#c60000), color-stop(100%,#b00000));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8cccc 1%,#f19999 2%,#dc0000 98%,#c60000 99%,#b00000 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f8cccc 1%,#f19999 2%,#dc0000 98%,#c60000 99%,#b00000 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8cccc 1%,#f19999 2%,#dc0000 98%,#c60000 99%,#b00000 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#f8cccc 1%,#f19999 2%,#dc0000 98%,#c60000 99%,#b00000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff', endColorstr='#b00000',GradientType=0 );
}

.legend2 {
background: #88bfe8;
	background: -moz-linear-gradient(top,  #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(1%,#9dc1ff), color-stop(2%,#4286fd), color-stop(98%,#0124ab), color-stop(99%,#3775ef), color-stop(100%,#3775ef));
	background: -webkit-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: -o-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: -ms-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: linear-gradient(to bottom,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#3775ef',GradientType=0 );
}

/*--- Read More ---*/
.read_more {
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:7px 15px 7px 15px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
}

a.read_more {
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:7px 15px 7px 15px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
}
a.read_more:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#dc0000;
	border:1px solid #dc0000;
}

a.read_more2 {
	background-color:#dc0000;
	border:1px solid #dc0000;
	padding:2px 10px 2px 10px;
	border-radius:5px;
	color:#ffffff;
	font-family: 'Oswald', sans-serif;
}
a.read_more2:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#4d4c47;
	border:1px solid #4d4c47;
}


span.divider {
	display:block;
	overflow:hidden;
	clear:both;
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px solid #e4dfd6;
}

span.divider2 {
	display:block;
	overflow:hidden;
	clear:both;
	margin-top:5px;
	margin-bottom:15px;
	border-top:1px solid #e4dfd6;
}

.blockquotes{
background-image:url(images/blockquote_img.png);
background-repeat:no-repeat;
background-position:left -1px;
font-style:italic;
font-weight:bold;
}
/*end common/genral style*/





/*teaser start*/
.teaser {
	background-color:#282724;
	padding:50px 30px 30px 30px;
	overflow:hidden;
	text-align:center;
}
.teaser h3{
	font-size:25px;
	margin-bottom:30px;
	color:#fff;
}
.teaser span{
	color:#dc0000;
}

span.teaser_icon {
	background-color:#4d4c47;
	display: block;
	height: 136px;
	width: 136px;
	margin:0px auto;
	margin-top:30px;
	border-radius:68px 68px 68px 68px;
	position:relative;
}

span.teaser_icon img {
	position:absolute;
	margin-top:-30px;
	left:50%;
	margin-left:-30px;
	top:50%;
}

span.teaser_icon:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#dc0000;
	cursor:pointer;
}
/*teaser end*/

/*content home start*/
.home .content {
padding-bottom:0px;
min-height:inherit;

}

/*content home end*/

/*content start*/
.content {
	background-color:#fff;
	padding:40px 30px;
	overflow:hidden;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	min-height:500px;
}
.content h3 {
	color:#282724;
	padding-bottom:20px;
	line-height:25px;
}
.content h3 span {
	color:#dc0000;
}
.content h4 {
	padding-bottom:10px;
}
/*content end*/
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*trigger start*/
span.trigger {
	width: 0; 
	height: 0; 
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-bottom:10px solid #dc0000;
	line-height: 46px;
	font-size: 2em;
	font-weight: normal;
	float:right;
	cursor:pointer;
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:-14px;
}
span.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
span.trigger a:hover {
	color: #fff;
}

.toggle_container {
	background-color:#dc0000;
	padding:5px 10px 0px 10px;
	text-align:center;
}
.toggle_container p {
	color:#fff;
	text-align:center;
}
.trigger_container {
	border-top:4px solid #dc0000;
	position: relative;
}
/*trigger end*/


/*footer start*/
footer {
	background-color:#2B2B2B;
	padding:30px 30px 0px 30px;
	overflow:hidden;
	margin-top:0px;
	color:#969a9a;
}
/*Footer End*/

/*bottom footer start*/
.footer {
	background-color:#1b1b1b;
	padding:10px 30px 0px 30px;
	overflow:hidden;
	margin-bottom:30px;
}
.copyright p {
	text-align:center;
	color:#aaaaaa;
	font-weight:100;
	letter-spacing:0.1px;
}
/*bottom footer end*/


/*sub header start*/
.sub_header {
    border-bottom: 1px  dotted #E4DFD6;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 10px 0 40px;
}
.sub_header h2 {
	float:left;
	color:#282724;
}
.sub_header h5 {
	float:left;
	margin-left:20px;
	padding-left:20px;
	color:#636363;
	border-left:1px solid #e4dfd6;
}

.search_box{
	float:right;
	margin-top:-5px;
}

.search_box .text_input {
    float: left;
    height: 15px;
    margin: 0;
    padding: 8px;
    width:150px;
}

.search_box .text_input{
    background-color:#F2F2F2;
    color: #2b2b2b;
    outline: medium none;
    padding: 8px;
}


.search_box input{
    border: medium none;
    font-size: inherit;
    outline: medium none;
}


.search_button {
    background: url(images/search_button.png) no-repeat scroll center center transparent;
    border: medium none;
    display: block;
    float: left;
    height: 31px;
    line-height: 31px;
    margin: 0;
    outline: medium none;
    width: 31px;
	 background-color:#2B2B2B;
	 border-left:1px solid  #fff;
}


 .search_button:hover {
    -moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#dc0000;
	cursor:pointer;
}
/*sub header end*/


aside {
	border-left:1px solid #e4dfd6;
	padding:0px 0px 10px 20px;
}




/*contact start*/
#response{
color:#dc0000;
margin-bottom:20px;

}
#contact-form {
	margin-top: 25px;
}

#contact-form input, #contact-form textarea {
	padding: 5px;
	width:99%;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#666666;
}

#contact-form textarea {
	height:185px;
	background-color:#f2f2f2;
}

#contact-form textarea:focus, #contact-form input:focus {
	border:1px solid #dc0000;
}

#contact-form p input#submit {
	float:right;
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:5px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	width:100px;
	font-size:12px;
}

#contact-form p input#submit:hover{
		background-color:#dc0000;
		border:1px solid #679202;
		cursor:pointer;
}

label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	
}
	.vaidate_error{
border:1px solid #FF0000!important;
}


/*contact end*/


/*typogaraphy start*/
.hilight-yellow {
	background-color: #FFFF99;
}
.hilight-black {
	background-color: #000;
	color:#fff;
}
.hilight-red {
	color: #dc0000;
}
.blink {
   text-decoration:blink;
}
/*typogaraphy end*/


/*pricing table start*/
#pricing_table{
text-align:center;
margin-top:0px;
width:101%;
}

#pricing_table .one_half{
margin-right:1px;
float:left;
width:49.65%;
}

#pricing_table .one_third{
margin-right:1px;
float:left;
width:32.95%;
}

#pricing_table .one_fourth{
margin-right:1px;
float:left;
width:24.65%;
}

#pricing_table .one_half ul,
#pricing_table .one_third ul,
#pricing_table .one_fourth ul{
list-style:none;
background-color:#F9F9F9;
-moz-box-shadow:inset 0 0 8px #dfdfdf;
-webkit-box-shadow:inset 0 0 8px #dfdfdf;
box-shadow:inset 0 0 8px #dfdfdf;
}

#pricing_table .one_half ul li,
#pricing_table .one_third ul li,
#pricing_table .one_fourth ul li{
padding-bottom:10px;
padding-top:10px;
border-bottom: 1px solid #dfdfdf;
border-top: 1px solid #F9F9F9;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.pricing_col_1{
background: #0b5f6c; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45aebf', endColorstr='#0b5f6c'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#45aebf), to(#0b5f6c)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #45aebf,  #0b5f6c); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #45aebf,  #0b5f6c); /* for opera 3.6+ */ 
border-bottom:1px solid #05454f;
}
.pricing_col_2{
background: #b93d17; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee8317', endColorstr='#b93d17'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ee8317), to(#b93d17)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ee8317,  #b93d17); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #ee8317,  #b93d17); /* for opera 3.6+ */ 
border-bottom:1px solid #9a2c0a;
}
.pricing_col_3{
background: #537027; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a32d', endColorstr='#537027'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#68a32d), to(#537027)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #68a32d,  #537027); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #68a32d,  #537027); /* for opera 3.6+ */ 
border-bottom:1px solid #354c12;
}
.pricing_col_4{
background: #d79f07; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc400', endColorstr='#d79f07'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fdc400), to(#d79f07)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fdc400,  #d79f07); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #fdc400,  #d79f07); /* for opera 3.6+ */ 
border-bottom:1px solid #cc9501;
}

.highlight{
background-color:#e3e3e3;
}

.heading{
padding:20px 20px 0px 20px;
}

.heading h3{
color:#fff;
}
 
.wide{
padding:40px 40px 25px 40px;
margin-top:-45px;
}

.pricing_space{
height:100px;
}

.heading span{
padding-top:10px;
padding-bottom:10px;
display:block;
}

.price_button{
background: #282828; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#282828'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#282828)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #4d4d4d,  #282828); /* for firefox 3.6+ */
background: -o-linear-gradient(top,  #4d4d4d,  #282828); /* for opera 3.6+ */ 
padding:30px;
border-top:1px solid #212121;
}

.price_button a.read_more:hover{
background-color:#999999 !important;
border:1px solid #000 !important;
}

#pricing_table span i{
color:#fff;
}
/*pricing table end*/





/*------ Tabs Start ------*/
.tabcontainer{margin:0 0 20px 0;}
ul.tabs {
	margin: 0 0 -1px 0;
	padding: 0 0 2px 0;
	list-style: none;
	height: 25px;
	width: 100%;
	border-left:solid 1px #ededed;

}
ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 0;
	line-height:25px;
	height:25px;
	position: relative;
	background:#ffffff;
}
ul.tabs li:last-child{background:transparent;}

ul.tabs li a {
	text-decoration: none;
	float:left;
	display: block;
	padding: 0 15px;
	outline: none;
	color:#000000;
	font-size:12px;
	background:#fff;
	border:solid 1px #ededed; border-width:1px 0px 1px 0px;
}

.tab-content {padding: 20px 0;}
		
ul.tabs li:hover{}
ul.tabs li.active{}
html ul.tabs li.active a{color:#dc0000; background:#ffffff; border:solid 1px #ededed; border-width:1px 0px 1px 0px;}
ul.tabs li .tab-arrow{ background:url(images/tab.gif) no-repeat left top; width:12px; height:25px; display:inline-block; float:left; border:solid 1px #ededed; border-width:1px 0px 1px 0px;}
ul.tabs li:last-child .tab-arrow{border:0;}
#tab-body{
	padding:0 10px;
	background:#fff;
	border:solid 1px #ededed;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
ul.tab-body {
	list-style: circle;
	list-style-position:inside;
	color:#888888
	}
/*------ Tabs End ------*/

/*--- Separator Start ---*/
.separator {
	display:block;
	height:30px;
	padding:10px 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:0;
	height:auto;
	margin-bottom:20px
}


.separator.line div{
 	height:30px; display:block; clear:both; padding:10px 0;
	background:url(images/line.png) no-repeat center center
}
/*--- Separator End ---*/

/*--- Photo Gallery Start ---*/
.gallery {
    overflow: hidden;
    padding-top: 0px;
}

a.gal {
    background: url(images/magnifier.png) center center no-repeat #fbcccc;
    margin-right: 1px;
    margin-bottom: 27px;
    display: block;
    border: 1px solid #ebeaea;
    border-right-width: 2px;
}

a.gal img {
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    box-shadow: 0 0 0 #fff;
}

a.gal:hover img {
    opacity: 0.2;
}
/*--- Photo Gellery End ---*/

/*--- Post Image Start ---*/
.post_image {
	margin-top: 14px;
	}
	
.post_image a img:hover {
	margin-top: 0px !important;
	-webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
	}
/*--- Post Image End ---*/

/*--- Content Box Start ---*/

.box {
	width:100%; 
	background:#fff;
	box-shadow:0 0 20px #ddd;
	-moz-box-shadow:0 0 2px #ddd;
	-webkit-box-shadow:0 0 2px #ddd;
	margin-bottom:2px;
}
	.box .padding {padding:10px 19px 34px;}
	.box a {font-size:13px; line-height:20px; color:#999; display:inline-block;}



.box2 {width:100%;overflow:hidden}
.pad_top1{padding-top:12px}
.pad_top2{padding-top:40px}
.pad_bot1{padding-bottom:20px}
.pad_bot2{padding-bottom:40px}
.pad_left1{padding-left:50px}
.pad_left2{padding-left:40px}
.box_img_radius {
	width:272px;
	height:216px;	  
	-moz-border-radius:100px;
	border-radius:25px;
}

.box_img_radius2 {
	width:200px;
	height:250px;	  
	-moz-border-radius:100px;
	border-radius:5px;
}
/*--- Content Box End ---*/



/*-----------------------------------------------*/
/*-------------    Product Viewer  -------------*/
/*---------------------------------------------*/

/* navigation */

#prod_wrapper {border-bottom: 0px solid #e3e3e3; height: 501px; margin-bottom: 30px; padding: 0}

#prod_nav {
	height:156px;	
	width:960px;
	margin: auto
}

#prod_nav ul {	
	width:960px;
	margin:0 auto;	
}

#prod_nav li {	
	float:left;
	width:192px;
	list-style-type:none;
	text-align:center;
}

#prod_nav a {
	color:#333333;
	display:block;
	padding:10px 0 45px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:122px;
	text-decoration:none;
}	

#prod_nav a.current {
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: none;
	margin:0;
	border-bottom: 3px solid #000
}

#prod_nav img {
	background-color:#fff;
	border:1px solid #ccc;
	border-radius: 5px;
	margin:3px 0 5px 10px;
	padding:4px;		
	display:block;
}

#prod_nav strong {
	display:block;		
}

#prod_nav2 {
	height:280px;	
	width:960px;
	margin: auto
}

#prod_nav2 ul {	
	width:960px;
	margin:0 auto;	
}

#prod_nav2 li {	
	float:left;
	width:192px;
	list-style-type:none;
	text-align:center;
}

#prod_nav2 a {
	color:#333333;
	display:block;
	padding:10px 0 45px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:122px;
	text-decoration:none;
}	

#prod_nav2 a.current {
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: none;
	margin:0;
	border-bottom: 3px solid #000
}

#prod_nav2 img {
	background-color:#fff;
	border:1px solid #ccc;
	border-radius: 5px;
	margin:3px 0 5px 10px;
	padding:4px;		
	display:block;
}

#prod_nav2 strong {
	display:block;		
}

/* panes */
#panes {
	width: 960px;
	margin: auto;
	height:300px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}


#panes div {
	display:none;		
	position:absolute;
	top: 0px;
	left: 0px;
	font-size:14px;
	color:#444;	
	width:945px;
	padding-right: 15px
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h5 {
	margin:0 0 10px 0;
	font-size:22px;
	font-weight:normal;
	display: inline-block
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
/*--- Navigation End---*/

/*--- Testimonials Start---*/
.testimonial { 
	margin: 0; 
	background: #B7EDFF;     
	padding: 10px 50px;     
	position: relative;     
	font-family: Georgia, serif;     
	color: #666;     
	border-radius: 5px;     
	font-style: italic;     
	text-shadow: 0 1px 0 #ECFBFF;    	
	} 
	
.testimonial:before, .testimonial:after {     
	content: "\201C";     
	position: absolute;     
	font-size: 80px;     
	line-height: 1;     
	color: #999;     
	font-style: normal; 
	} 

.testimonial:before {     
	top: 0;     
	left: 10px; 
	} 

.testimonial:after {     
	content: "\201D";     
	right: 10px;     
	bottom: -0.5em; 
	} 

.arrow-down {     
	width: 0;     
	height: 0;     
	border-left: 15px solid transparent;     
	border-right: 15px solid transparent;     
	border-top: 15px solid #B7EDFF;     
	margin: 0 0 0 25px; 
	} 

.testimonial2 { 
	margin: 0; 
	background: #fbe5e5;     
	padding: 10px 50px;     
	position: relative;     
	font-family: Georgia, serif;     
	color: #666;     
	border-radius: 5px;     
	font-style: italic;     
	text-shadow: 0 1px 0 #ECFBFF;    
	
	} 

.testimonial2:before, .testimonial2:after {     
	content: "\201C";     
	position: absolute;     
	font-size: 80px;     
	line-height: 1;     
	color: #999;     
	font-style: normal; 
	} 

.testimonial2:before {     
	top: 0;     
	left: 10px; 
	} 

.testimonial2:after {     
	content: "\201D";     
	right: 10px;     
	bottom: -0.5em; 
	} 

.arrow-down2 {     
	width: 0;     
	height: 0;     
	border-left: 15px solid transparent;     
	border-right: 15px solid transparent;     
	border-top: 15px solid #fbe5e5;     
	margin: 0 0 0 25px; 
	} 

.testimonial3 { 
	margin: 0; 
	background: #c9deda;     
	padding: 10px 50px;     
	position: relative;     
	font-family: Georgia, serif;     
	color: #666;     
	border-radius: 5px;     
	font-style: italic;     
	text-shadow: 0 1px 0 #ECFBFF;    
	
	} 
	
.testimonial3:before, .testimonial3:after {     
	content: "\201C";     
	position: absolute;     
	font-size: 80px;     
	line-height: 1;     
	color: #999;     
	font-style: normal; 
	} 

.testimonial3:before {     
	top: 0;     
	left: 10px; 
	} 

.testimonial3:after {     
	content: "\201D";     
	right: 10px;     
	bottom: -0.5em; 
	} 

.arrow-down3 {     
	width: 0;     
	height: 0;     
	border-left: 15px solid transparent;     
	border-right: 15px solid transparent;     
	border-top: 15px solid #c9deda;     
	margin: 0 0 0 25px; 
	} 
	
.testimonial-author {     
	margin: 0 0 0 25px;     
	font-family: Arial, Helvetica, sans-serif;     
	color: #999;     
	text-align:left; 
	} 

.testimonial-author span {     
	font-size: 12px;     
	color: #666; 
	} 
/*--- Testimonials End---*/

/*--- Map Canvas---*/
#map_canvas {
        width: 900px;
        height: 500px;
      }
#map_canvas2 {
        width: 900px;
        height: 500px;
      }

/* #Portfolio
================================================== */
.portfolio #filters {
  padding: 0;
  float: right;
  margin-top: 25px;
}
.portfolio #filters li {
  margin-left: 0;
  list-style: none;
  float: left;
}
.portfolio #filters li a {
  float: left;
  margin-top: 10px;
  font-size: 12px;
  margin-left: 10px;
  padding: 5px 10px;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
}
.portfolio #filters li a:hover,
.portfolio #filters li a.active {
  background: #dd4b37;
  color: #fff;
}
.portfolio #portfolio-filter {
  width: 960px;
}
.portfolio #portfolio-filter .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.portfolio #portfolio-filter.four-columns .item {
  height: 220px;
}
.portfolio .item {
  height: 270px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.portfolio .item img {
  max-width: 100% !important;
}
.portfolio .item:hover {
  border-bottom: 1px solid #dd4b37;
}
.portfolio .item:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio .item:hover .play {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio .item .play {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 45px solid #000;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio .item a {
  color: #333;
  text-decoration: none;
}
.portfolio .item a img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.portfolio .item a h4 {
  font-size: 13px;
  margin: 15px 10px 0px 10px;
}
.portfolio .item a p {
  margin: 0 15px 15px;
  font-size: 12px;
  color: #888;
  font-weight: 500;
  font-style: italic;
}
