@charset "utf-8";
/* CSS Document */

@font-face {
  font-family:"SquiredReg";
  src: url("../fonts/SQUIREN.TTF") format("truetype");
}
@font-face {
  font-family:"SquiredBold";
  src: url("../fonts/SQUIREB.TTF") format("truetype");
}
@font-face {
  font-family:"Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}


body
{
	background-color:black;
	padding:0;
	margin:0;
	color:#3c2c07;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:1.7em;
}
a,
a:visited
{
	text-decoration:none;
	outline:none;
	transition: all 0.2s linear;
}
img
{
	outline:none;
	border:none;
}
a:hover
{
	cursor:pointer;

}
h1, h2, h3, h4, h5, h6 {
	line-height:normal;
	margin:0;
}
.global-container
{
	float:left;
	width:100%;
	/*min-width:900px;*/
	background-image:url(../defaultimages/woods-v2.jpg);
	background-position:-50px 0px;
	
}
.global-top
{
	float:left;
	background-image:url(../defaultimages/leaves_top.png);
	background-position:center;
	background-color:transparent;
	width:100%;
	/*min-width:950px;*/
	height:145px;
	background-repeat:repeat-x;
	position:relative;
	z-index:1000;
}
.global-top-left
{
	float:left;
	background-image:url(../defaultimages/leaves_topleft.png);
	width:126px;
	/*width:100%;*/
	height:280px;
	background-repeat:no-repeat;
}
.global-top-right
{
	float:right;
	background-image:url(../defaultimages/leaves_topright.png);
	background-position:right top;
	width:130px;
	height:250px;
	background-repeat:no-repeat;
}
.global-bottom
{
	float:left;
	background-image:url(../defaultimages/leaves_btm.png);
	background-position:center;
	background-color:transparent;
	width:100%;
	/*min-width:950px;*/
	height:105px;
	background-repeat:repeat-x;
	position:relative;
	z-index:1500;
}
.global-bottom-left
{
	float:left;
	margin-top:-183px;
	background-image:url(../defaultimages/leaves_btmleft.png);
	/*width:100%;*/
	width:126px;
	height:288px;
	background-repeat:no-repeat;
}
.global-bottom-right
{
	float:right;
	margin-top:-215px;
	background-image:url(../defaultimages/leaves_btmright.png);
	background-position:right top;
	width:125px;
	height:320px;
	background-repeat:no-repeat;
}
.brand-container
{
	margin-top:-15px;
	float:left;
	position:relative;
	z-index:2000;
	width:100%;
	height:20px;
}
.brand-container-border
{
	float:left;
	background-image:url(../defaultimages/border_footer.png);
	width:100%;
	height:23px;
}
.brand-container-main
{
	float:left;
	background-color:#000;
	width:100%;
	padding-top:10px;
	padding-bottom:20px;
}
.footer-icons-block
{
	float:left;
	background-color:#000;
	width:100%;
	padding-top:10px;
	text-align:center;
}
.footer-icons-block p
{
	margin:0;
}

.brand-container-main img
{
	margin-left:2px;
	margin-right:2px;
	vertical-align:middle;
}
.center-container
{
	margin: 0 auto;
	width: 1020px;
}
.main-container
{
	margin-top:-100px;
	margin-bottom:-60px;
	margin-left:30px;
	margin-right:30px;
	float:left;
	position:relative;
	z-index:1;
	min-width:960px;
}
.global-container {
	min-width:1100px;
}
.main-container-top
{
	float:left;
	background-image:url(../defaultimages/paper_top.png);
	width:100%;
	padding:45px 55px 0px 55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative;
	z-index:100;
}
.main-container-btm
{
	float:left;
	background-image:url(../defaultimages/paper_bottom.png);
	width:100%;
	height:43px;
}
.main-container-left
{
	float:left;
	width:100%;
	background-image:url(../defaultimages/paper_left.png);
	background-repeat:repeat-y;
	background-position:left top;
	position:relative;
	z-index:50;
}
.main-container-right
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	width:100%;
	background-image:url(../defaultimages/paper_right.png);
	background-repeat:repeat-y;
	background-position:right top;
	padding:0 40px 0 45px;
}
.main-container-middle
{
	float:left;
	background-color:#eddfae;
	width:100%;
	padding: 0 15px 0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	
}
/*.main-container-height
{
	float:left;
	height:479px;
	width:1px;
}*/
.container-border1-top
{
	font-size:0px;
	float:left;
	width:100%;
	height:5px;
	background-color:#734c1f;
}
.container-border2-top
{
	font-size:0px;
	float:left;
	margin-top:5px;
	width:100%;
	height:2px;
	background-color:#734c1f;
}
.container-border1-btm
{
	float:left;
	width:100%;
	height:5px;
	background-color:#734c1f;
	font-size:0px;
}
.content-footer-container
{
	float:left;
	width:100%;
	margin-top:5px;
	text-align:center;
}
.header-container
{
	float:left;
	background-image:url(../defaultimages/header_bg3.png);
	background-repeat:no-repeat;
	/*padding:45px 55px 0px 55px;*/
	width:100%;
	/*height:200px;*/
}
.header-container-bg {
	float:left;
	background-image:url(../defaultimages/my_pic.png);
	background-repeat:no-repeat;
	width:100%;
}
.social-iconblk
{
	display:none;
	float:right;
	position:fixed;
	top:50%;
	right:0;
	margin-top:-130px;
	width:80px;
	height:330px;
	z-index:10000;
	border-right:solid 10px #997c04;
	background:transparent url(../defaultimages/socialicon.png) no-repeat scroll 0 top;
}
.header-image
{
	float:left;
	/*background-image:url(../defaultimages/my_pic.png);*/
	background-repeat:no-repeat;
	background-position:left bottom;
	width:200px;
	height:221px;
}
.menu-container
{
	background-color:#dbcba1;
	float:left;
	width:100%;
	height:47px;
	padding-bottom:5px;
	border-bottom:dotted 1px #c0ab7a;
}
.header-name
{
	float:left;
	width:530px;
	background-image:url(../defaultimages/my_name.png);
	background-repeat:no-repeat;
	height:84px;
}
.header-message
{
	float:left;
	width:360px;
	height:137px;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-right:10px;
}
.header-porfolio-link
{
	float:left;
	width:160px;
	height:107px;
	padding-top:30px;
}
.header-porfolio-link a
{
	text-decoration:none;
	border:0;
	float:left;
	outline:none;
}
.header-porfolio-link a img
{
	border:none;
}


.breadcrumb-container
{
	float:left; 
	width:100%;
	color:#937e4c;
	padding-bottom:5px;
}
.breadcrumb-container a,
.breadcrumb-container a:visited
{
	font-weight:bold;
	text-transform:uppercase;
	color:#6d5724;
	text-decoration:none;
}
.breadcrumb-container a:hover
{
	text-decoration:underline;
}

.footer-container-left
{
	float:left;
	width:140px;
	height:65px;
}
.footer-container-right
{
	float:left;
	margin-left:10px;
	width:580px;
	height:65px;
}
.footer-container-right a
{
	
	margin-left:15px;
	vertical-align:middle;
}
.main-container-content
{
	float:left;
	margin-top:10px;
	width:100%;
	margin-bottom:25px;
	min-height:454px;
}
.header-home-link
{
	display:block;
	width:413px;
	height:84px;
}
.h1-v1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0px;
}
.h1-v2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0px;
	display:inline;
	color:#3C2C07;
	line-height:0px;
}
.h1-v2 span
{
	
	
}

.h1-v2 a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#3C2C07;
	text-decoration:none;
}
.h1-v3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}
.h1-v4
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0px;
	float:left;
	color:#3C2C07;
	width:230px;
	text-align:center;
	padding-top:5px;
}
.h1-link-top
{
	display:inline;
	margin:0;
	font-size:14px;;
}

.link-readmore,
.link-readmore:hover
{
	color:#900202;
}
.link-readmore:hover
{
	color:#ff0b0b;
}

/*START of HOME LAYOUT*/
.home-content-container
{
	float:left;
	width:100%;
	min-height:454px;
}
.home-contentcntr-l
{
	float:left;
/*	background-image:url(../defaultimages/home_me_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;*/
	width:600px;
	min-height:454px;
}
.home-contentcntr-r
{
	float:left;
	width:130px;
}

.home-content-container a
{
	color:#3C2C07;
}
.home-content-container a:hover {
	color:#900202;
}
.home-text-panel
{
	float:left;
	width:100%;
	padding-bottom:10px;
}
.home-text-panel i
{
	color:#655328;
}
.home-text-panel h1
{
	margin-bottom:10px;
}
.album-block
{
	width:150px;
	float:left;
}
.album-block a:hover
{
	color:#FF0B0B;
}
.works-container
{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.works-block
{
	float:left;
	width:120px;
}
a.home-readmore,
.poem-readmore a,
.w-poem-more a,
.w-drawing-more a,
.w-photo-more a,
.w-cg-more a,
.w-web-more a
{
	color:#900202;
}
a.home-readmore:hover,
.poem-readmore a:hover,
.w-poem-more a:hover,
.w-drawing-more a:hover,
.w-photo-more a:hover,
.w-cg-more a:hover,
.w-web-more a:hover
{
	color:#ff0b0b;
}
.album-container
{
	float:left;
	width:100%;
	margin-bottom:10px;
}
/*END of HOME LAYOUT*/


/*START of MYPROFILE LAYOUT*/
.myprofile-content-container
{
	float:left;
	width:485px;
	padding-right:245px;
	min-height:454px;
	background-image:url(../defaultimages/myprofile_me_bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;

}
.myprofile-content-container p
{
	width:475px;
	display:block;
	margin-left:10px;
	margin-top:5px;
}
.myprofile-content-container p a
{
	display:inline;
	color:#3C2C07;
	cursor:text;
}
.myprofile-content-container p a:visited
{
	color:#3C2C07;
}
.myprofile-content-container p a span
{
	display:inline;
	background-color:white;
	color:black;
	margin-top:-70px;
	padding:10px;
	position:absolute;
	visibility:hidden;
	width:inherit;
	border:dotted 2px #c0a85f;
	text-align:center;
}
.myprofile-content-container p a:hover span
{
	visibility:visible;
}
.myprofile-content-container p a span i
{
	color:gray;
}
.quote-panel
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
	
/*END of MYPROFILE LAYOUT*/


/*START of MYALBUMS LAYOUT*/
.myalbums-content-container
{
	float:left;
	width:100%;
}
.myalbums-block
{
	float:left;
	background-image:url(../defaultimages/vine_001.gif);
	background-repeat:no-repeat;
	min-height: 139px;
	padding-left:110px;
	width:620px;
	margin-bottom:15px;
}
.myalbums-title img,
.myalbums-title h1
{
	vertical-align:middle;
}
.myalbums-description
{
	float:left;
	width:610px;
	padding-left:10px;
}
.myalbums-pictures
{
	margin-top:10px;
	float:left;
	width:610px;
	padding-left:10px;
}
.myalbums-pictures-block img
{
	border:solid 5px #f7f2e7;
	/*border:solid 5px #734C1F;*/
}
.myalbums-pictures-block
{
	float:left;
	width:125px;
}
.myalbums-pictures-more
{
	float:left;
	display:inline;
}
.myalbums-pictures-more a,
.myalbums-pictures-more a:visited
{
	color:#900202;
}
.myalbums-pictures-more a:hover
{
	color:#FF0B0B;
}

/*END of MYALBUMS LAYOUT*/

/*START of SPECIFIC ALBUMS LAYOUT*/
.spec-album-content
{
	float:left;
	width:100%;
	margin-top:10px;
}
.spec-album-top
{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.spec-top-left
{
	float:left;
	background-image:url(../defaultimages/vine_003a.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:220px;
	height:52px;
	
}
.spec-top-ctr
{
	float:left;
	width:290px;
	height:52px;
}
.spec-top-ctr img,
.spec-top-ctr h1
{
	vertical-align:middle;
}
.spec-top-right
{
	float:left;
	background-image:url(../defaultimages/vine_003b.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:220px;
	height:52px;
}

.spec-album-imgs
{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.spec-album-block
{
	float:left;
	width:140px;
	padding:0 3px;
}
.spec-album-block span
{
	display:block;
}
.spec-album-block img
{
	border:solid 5px #f7f2e7;
}
.spec-album-btm
{
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}
.spec-btm-left
{
	float:left;
	background-image:url(../defaultimages/vine_003c.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:220px;
	height:52px;
	
}
.spec-btm-ctr
{
	float:left;
	width:290px;
	height:22px;
	padding-top:20px;
}
.spec-btm-right
{
	float:left;
	background-image:url(../defaultimages/vine_003d.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:220px;
	height:52px;
}
.spec-btm-ctr a,
.spec-btm-ctr a:visited

{
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	background-color:#b59854;
	color:#FFF;
	padding-top:2px;
	margin:0 2px;
	text-decoration:none;
}
.spec-btm-ctr a:hover
{
	background-color:#FFFFFF;
	color:#b59854;
	font-weight:bold;
	text-decoration:underline;
}
.spec-btm-ctr a.current
{
	background-color:#d4c090;
	color:#362705;
	font-weight:bold;
	text-decoration:underline;
}
.spec-album-desc
{
	float:left;
	width:100%;
	margin-bottom:15px;
}

/*END of SPECIFIC ALBUMS LAYOUT*/

/*START of MYWORKS LAYOUT*/
.works-container-content
{
	margin-top:10px;
	float:left;
	width:100%;
}
.works-header-panel
{
	float:left;
	width:100%;
}
.w-header-left
{
	float:left;
	width:180px;
}
.w-header-right
{
	float:left;
	width:550px;
}
.w-devider
{
	float:left;
	width:100%;
	height:30px;
	background-image:url(../defaultimages/vine_004.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:10px;
}
.w-items-cont
{
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.w-web-blocks
{
	float:left;
	width:190px;
	margin-right:15px;
}
.w-web-more
{
	float:left;
	width:115px;
}
.w-web-blocks img
{
	border:5px solid #F7F2E7;
	border-bottom:none;
}
.w-cg-blocks
{
	float:left;
	width:150px;
}
.w-cg-blocks img
{
	border:5px solid #F7F2E7;
}
.w-cg-more
{
	float:left;
	width:80px;
}
.w-photo-blocks
{
	float:left;
	width:120px;
	margin-right:10px;
}
.w-photo-blocks img
{
	border:5px solid #F7F2E7;
}
.w-photo-more
{
	float:left;
	width:80px;
}
.poem-content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
}
.poem-readmore
{
	display:block;
	padding-top:10px;
}

.w-poem-blocks
{
	float:left;
	width:220px;
	margin-right:10px;
}
.w-poem-more
{
	float:left;
	width:40px;
}
.w-drawing-blocks
{
	float:left;
	width:120px;
	margin-right:10px;
}
.w-drawing-blocks img
{
	border:5px solid #F7F2E7;
}
.w-drawing-more
{
	float:left;
	width:80px;
}
/*END of MYWORKS LAYOUT*/

/*START of WEB TEMPLATE LAYOUT*/
/*NOTE: some styles are used by other pages*/
.webtemp-container-content 
{
	margin-top:10px;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.webtemplate-content
{
	float:left;
	width:100%;
	margin-top:20px;
}
.h1-webtemplates-title
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0px;
}
.webtemplate-row
{
	float:left;
	width:100%;
	margin: 10px 0px;
}
.webtemplate-block
{
	float:left;
	width:220px;
	margin:0 10px;
}
.webtemplate-block-last
{
	float:left;
	width:230px;
}
.web-block-img
{
	float:left;
	width:100%;
}
.web-block-dtls
{
	float:left;
	width:210px;
	text-align:left;
	background-color:#DECE96;
	padding:5px;
}
.web-block-dtls i
{
	color:#9f863d;
}
.web-header-panel
{
	float:left;
	width:100%;
}
.web-header-left
{
	float:left;
	width:180px;
	padding-top:30px;
}
.web-header-right
{
	float:left;
	width:550px;
}

.title-web-top
{
	float:left;
	width:550px;
	background-image:url(../defaultimages/title_block_001.gif);
	height:36px;
}
.title-web-mid
{
	float:left;
	width:530px;
	background-color:#dece96;
	padding:0 10px 5px 10px;
	margin-bottom:5px;
}
.web-paging-block-top,
.web-paging-block-btm
{
	float:left;
	background-color:#beac6e;
	width:100%;
	height:21px;
	padding:3px 0;
}
.web-paging-block-top
{
	margin-bottom:10px;
	border-top:dotted 2px #6a4a26;
}
.web-paging-block-btm
{
	margin-top:10px;
	border-bottom:dotted 2px #6a4a26;
}
.web-paging-block-top a,
.web-paging-block-btm a
{
	background-color:#DECE96;
	color:#271908;
	display:inline-block;
	height:17px;
	margin:0 2px;
	padding-top:3px;
	text-decoration:none;
	vertical-align:middle;
	width:20px;
}
.web-paging-block-top a:hover,
.web-paging-block-btm a:hover
{
	background-color:#FFFFFF;
	text-decoration:underline;
}
.web-paging-block-top a.current,
.web-paging-block-btm a.current
{
	background-color:#D4C090;
	color:#362705;
	font-weight:bold;
	text-decoration:underline;
}

.web-block-img img
{
	border:5px solid #F7F2E7;
}
/*END of WEB TEMPLATE LAYOUT*/

/*START of WEB COMPUTER GRAPHICS  & PHOTOGRAHY & LAYOUT*/
.cg-block
{
	float:left;
	width:175px;
	margin:0 3px;
	
	/*margin-right:10px;*/
}
.cg-block-last
{
	float:left;
	width:175px;
}
.cg-block-dtls
{
	margin-top:10px;
	float:left;
	width:165px;
	text-align:center;
	background-color:#DECE96;
	padding:5px;
}
/*END of WEB COMPUTER GRAPHICS LAYOUT*/

/*START of WEB POEMS LAYOUT*/
.list-poems-panel
{
	margin-top:20px;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.poem-list
{
	margin:0;
	padding:0;
}
.poem-list li
{
	list-style-type:none;
	display:inline-block;
	width:240px;
	background-image:url(../defaultimages/button_001.gif);
	background-repeat:no-repeat;
	height:22px;
	float:left;
}
.poem-list li a
{
	display:inline-block;
	width:220px;
	padding-left:20px;
	height:22px;
	color:#3C2C07;
	font-weight:normal;
	font-size:13px;
}
.poem-list li a:hover
{
	font-weight:bold !important;
}
.poem-content-panel
{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.peom-title-block
{
	float:left;
	width:100%;
	background-image:url(../defaultimages/poems_title_bar.jpg);
	height:177px;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
	
}
.peom-title-block h1
{
	width:580px;
	display:block;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:17px;
	margin:0;
	padding:0;
	text-align:center;
	padding-left:40px;
	padding-right:110px;
	
}
.poem-spec-content
{
	margin-top:-100px;
	float:left;
	width:580px;
	text-align:center;
	padding-left:40px;
	padding-right:110px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#contentPoem1
{
	background-image:url(../images/others/poem_myangel_bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:10px;
}
#contentPoem2
{
	background-image:url(../images/others/poem_brighteststar_bg.jpg);
	background-repeat:no-repeat;
	background-position:60px bottom;
	padding-bottom:120px;
}
#contentPoem3
{
	background-image:url(../images/others/poem_panaginiplngpala_bg.jpg);
	background-repeat:no-repeat;
	background-position:60px bottom;
	padding-bottom:150px;
}
#contentPoem4
{
	background-image:url(../images/others/poem_kungmaibbabalikkolang_bg.jpg);
	background-repeat:no-repeat;
	background-position:60px bottom;
	padding-bottom:60px;
}
.poem-author
{
	color:#b2a067;
	font-style:italic;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}
/*END of WEB POEMS LAYOUT*/

/*START of CONTACT ME LAYOUT*/
.contactme-content-container
{
	float:left;
	width:610px;
	padding:40px 60px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	text-align:left;
	
}
.contactme-accnts-block
{
	float:left;
	width:100%;
	padding-bottom:25px;
}
.contactme-form-block
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: url("../defaultimages/bg-formresume.png") no-repeat scroll left top transparent;
    border: 2px solid #beac82;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color: #3C2C07;
    float: left;
    font-size: 12px;
    line-height: 1.4em;
    padding: 20px;
    width: 100%;
}
.contactme-form-block .row
{
	float:left;
	width:100%;
	padding:5px 0;
}
.contactme-form-block .row .col1
{
	width:100%;
	float:left;
}
.contactme-form-block .row .col2
{
	float:left;
	width:100%;
}
.contactme-form-block .button-block
{
	float:left;
	width:100%;
	text-align:center;
}
.contactme-form-block input[type="text"],
.contactme-form-block textarea
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:10px;
	border:solid 1px #930;
	width:100%;
	background-color:#f8f1d9;
}
.contactme-form-block textarea
{
	width:100%;
}

.contactme-panel
{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.contactme-accnts-block img,
.contactme-accnts-block span
{
	vertical-align:middle;
}
.contactme-acctname
{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	/*font-weight:bold;*/
}
.contactme-acctname a
{
	color:#900202;
}
.contactme-acctname a:hover
{
	color:#FF0B0B;
}
.contactme-titlepage
{
	float:left;
	width:100%;
	border-bottom:dotted 1px #3C2C07;
	font:normal normal normal 20px Georgia, "Times New Roman", Times, serif;
	margin-bottom:15px;
	padding-bottom:10px;
}
.lbl-light {
	color:#968356;
}
.btn-submit
{
	background:transparent url(../defaultimages/btn_submit.png) no-repeat scroll top left;
	height:22px;
	width:90px;
	border:none;
	padding:0;
	cursor:pointer;
}
/*END of CONTACT ME LAYOUT*/
.sendmail-content-container
{
	float:left;
	width:610px;
	padding:40px 60px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	text-align:left;
	
}

.msg-blockforie6
{
	width:100%;
	background-color:#f4fba0;
	height:20px;
	float:left;
	border-bottom:solid black 2px;
	text-align:center;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display:none;
	
}
.msg-client
{
	width:100%;
	float:left;
	display:none;
}
.header-top-center
{
	width:840px;
	margin:0 auto;
	height:0px;
}
.header-note
{
	background-image:url(../defaultimages/note_header.png);
	background-repeat:no-repeat;
	float:left;
	width:203px;
	height:111px;
	margin-left:520px;
	padding:5px 10px 0 22px;
	font-size:13px;
	line-height:1.3em;
	text-align:center;
}
.link-layout001
{
	color:#00F;
	text-decoration:none;
	font-weight:bold;
}
.link-layout001:hover
{
	color:#F00;
}
.div-msgnopix
{
	float:left;
	width:100%;
	text-align:center;
 }
 .blk-for-keywords
{
	display:none;
}
.home-toppnl
{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.home-bannerblk
{
	float:left;
	width:600px;
}
.home-bannerblk-main
{
	float:left;
	width:600px;
	height:300px;
	padding:5px 0;
	margin-top:-26px;
	position:relative;
	z-index:11;

}
.home-bannerblk-brdr
{
	float:left;
	width:600px;
	height:310px;
}

.home-bannerblk-brdr-t
{
	float:left;
	width:100%;
	height:26px;
	background:transparent url(../defaultimages/bg-homebannertop.png) no-repeat scroll left top;
	position:relative;
	z-index:12;

}
.home-bannerblk-brdr-l
{
	float:left;
	width:21px;
	height:258px;
	background:transparent url(../defaultimages/bg-homebannerleft.png) no-repeat scroll left top;
	position:relative;
	z-index:13;
	margin-top:-285px;
}
.home-bannerblk-brdr-r
{
	float:right;
	width:24px;
	height:258px;
	background:transparent url(../defaultimages/bg-homebannerright.png) no-repeat scroll left top;
	position:relative;
	z-index:14;
	margin-top:-285px;
}
.home-bannerblk-brdr-b
{
	float:left;
	width:100%;
	height:27px;
	background:transparent url(../defaultimages/bg-homebannerbtm.png) no-repeat scroll left bottom;
	position:relative;
	z-index:15;
	margin-top:-27px;
}
.border-10brown
{
	border-top:solid 5px #734C1F;
	width:100%;
	height:2px;
	float:left;
	border-bottom:solid 2px #734C1F;
}
.spn-font20b
{
	font-size:20px;
	font-weight:bold;
}
.homeicon-blk
{
	float:right;
	width:110px;
	height:330px;
	background:transparent url(../defaultimages/socialicons.jpg) no-repeat scroll 30px top;
}
.homeleftimg
{
	float:left;
	width:100%;
}
.lnk-homesocicon1,
.lnk-homesocicon2,
.lnk-homesocicon3,
.lnk-homesocicon4
{
	float:left;
	width:100%;
	height:94px;
}
.lnk-homesocicon2
{
	height:71px;
}
.lnk-homesocicon3
{
	height:71px;
}
.lnk-homesocicon4
{
	height:90px;
}
.homebanner-msgbtm
{
	float:left;
	width:100%;
	font-size:24px;
	text-align:center;
	line-height:normal;
}
.homebanner-msgbtm a
{
	color:#F00;
}

.homebanner-msgbtm a:hover
{
	text-decoration:underline;
}

.header-logo
{
	float:left;
	margin-left:180px;
	padding-top:45px;
	margin-bottom:15px;
	min-height:93px;
}
.mainmenu-pnl {
	float:left;
	width:100%;
}
.mainmenuresp-blk {
	display:none;
	background-color:rgba(115,76,31,.9);
}
.mainmenuresp-blk > a {
	color:#E6D7A3;
	font-weight:bold;
	display:inline-block;
	font-size:large;
	padding:5px 10px;
}
.mainmenuresp-blk > div {
	float:right;
	padding:7px 10px 0px 5px;
}
.mainmenuresp-blk > div.logoblk-resp img {
	width:200px;
	
}
.mainmenuresp-blk > ul {
	position:absolute;
	margin:0;
	padding:0;
	list-style-type:none;
	display:none;
}
.mainmenuresp-blk > ul li {
	display:block;
	border-top:#522d02 solid 1px;
}
.mainmenuresp-blk > ul li a {
	background-color:rgba(82,45,2,.9);
	color:#FFF;
	padding:15px;
	display:block;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	text-transform:uppercase;
}
.mainmenuresp-blk > ul li:last-child a {
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.mainmenuresp-blk > ul li a:hover{
	background-color:rgba(0,0,0,1);
}
.mainmenuresp-blk > ul li a.current{
	background-color:rgba(0,0,0,.9);
}
.mainmenu-blk
{
	width:100%;
	float:left;
}
.mainmenu-blk ul
{
	margin:0;
	padding:0;
	float:left;
	height:40px;
	width:100%;
}
.mainmenu-blk ul li
{
	list-style-type:none;
	float:right;
	height:40px;
}
.mainmenu-blk ul li a
{
	float:right;
	height:40px;
	background:transparent url(../defaultimages/menu-home.png) scroll no-repeat left top;
	cursor:pointer;
	width:110px;
}
.mainmenu-blk ul li a.menu-home
{
	background:transparent url(../defaultimages/menu-home.png) scroll no-repeat left top;
	width:110px;
}
.mainmenu-blk ul li a.menu-projects
{
	background:transparent url(../defaultimages/menu-projects.png) scroll no-repeat left top;
	width:130px;
}
.mainmenu-blk ul li a.menu-cv
{
	background:transparent url(../defaultimages/menu-cv.png) scroll no-repeat left top;
	width:190px;
}
.mainmenu-blk ul li a.menu-contactme
{
	background:transparent url(../defaultimages/menu-contactme.png) scroll no-repeat left top;
	width:155px;
}
.mainmenu-blk ul li a:hover
{
	background-position:0 -40px;
}
.mainmenu-blk2 {
	float:left;
	width:100%;
	font-family: 'SquiredBold',Verdana,Arial;
	font-size:18px;
	text-transform:uppercase;
}
.mainmenu-blk2 ul{
	float:right;
	margin:0;
	padding:0;
	background-color:rgba(115,76,31,0.9);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
.mainmenu-blk2 ul li{
	list-style-type:none;
	display:inline-block;
	border-right:solid 1px #613e16;
	border-left:solid 1px #9f784b;
	float:left;
}
.mainmenu-blk2 ul li:first-child{
	border-left:none;
}
.mainmenu-blk2 ul li:last-child{
	border-right:none;
}
.mainmenu-blk2 ul li a{
	color:#EDDFAE;
	padding:10px 15px;
	display:block;
	vertical-align:middle;
	text-shadow: 2px 2px rgba(0,0,0,0.7);
}
.mainmenu-blk2 ul li a:hover {
	background-color:#997C04;
	color:#FFF;
}
.mainmenu-blk2 ul li a.current {
	background-color:#8c7100;
	color:#FFF;
}
.mainmenu-blk2 ul li a i{
	color:#c3ad5f;
}
.mainmenu-blk2 ul li a:hover i{
	color:#FFF;
}
.mainmenu-blk2 ul li a i,
.mainmenu-blk2 ul li a span{
	vertical-align:middle;
}
.home-topblk
{
	float:left;
	width:100%;
}
.home-banner
{
	float:left;
	width:100%;
	margin-top:10px;
}
.home-banner-insyd
{
	float:left;
	width:100%;
	height:330px;
	position:relative;
	z-index:10;
}
.home-hireme
{
	float:right;
	width:315px;
	height:400px;
	margin-top:-360px;
	margin-right:-20px;
	position:relative;
	z-index:100;
}
.home-msgblk
{
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-top:30px;
}
.h1-home
{
	font-size:30px;
	margin:0;
	font-family: 'SquiredBold', Verdana, Arial;
	line-height:normal;
	
}
.home-projlist 
{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.home-projlist .title-blk
{
	width:100%;
	background:transparent url(../defaultimages/bg-homeprojtitle.jpg) scroll no-repeat left top;
	float:left;
	text-align:left;
	color:#eddfae;
	padding:10px;
	display:table;
	box-sizing:border-box;
}
.home-projlist .title-blk > div {
	display:table-cell;
	vertical-align:middle;
}
.home-projlist .title-blk > div:last-child {
	text-align:right;
}
.home-projlist .title-blk h3
{
	font-size:30px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
.home-projlist .row-blk,
.home-projlist .row-blk-alt
{
	float:left;
	width:710px;
	padding:10px;
	margin-bottom:2px;
	background:transparent url(../defaultimages/bg-projblk-01.jpg) scroll no-repeat left top;
}
.home-projlist .row-blk-alt
{
	background:transparent url(../defaultimages/bg-projblk-02.jpg) scroll no-repeat left top;
}
.home-projlist .row-blk:hover,
.home-projlist .row-blk-alt:hover
{
	background-image:none;
	background-color:#fbedbb;
}
.home-projlist .left-blk
{
	float:left;
	width:440px;
}
.home-projlist .img-blk
{
	float:left;
	width:440px;
	margin-bottom:5px;
}
.home-projlist .img-blk img
{
	border:5px solid #fef6dc;
}
.home-projlist .projtitle-blk
{
	float:left;
	width:100%;
	font-size:25px;
	font-family: 'SquiredBold', Verdana, Arial;
	
}
.home-projlist .right-blk
{
	float:left;
	width:250px;
	margin-left:10px;
	line-height:1.3em;
	padding:5px;
	background:transparent url(../defaultimages/bg-transbrown01.png) scroll repeat left top;
	overflow-x:hidden;
}
.ul-projlist01
{
	margin:0;
	padding-left:20px;
}
.font-lightb01
{
	color:#6c583f;
	font-size:12px;
}
.home-projlist .btm-blk
{
	float:left;
	width:100%;
	text-align:right;
	padding:5px 0;
}
.home-projlist .btm-presblk {
	display: block;
	padding: 10px 0;
	text-align: center;
	float: left;
	width: 100%;

}
.home-projlist .btm-presblk h3 {
	margin-bottom: 10px;
	font-size: 25px;

}
.projtitle-blk span
{
	font-size:12px;
	color:#836a2f;
}
.pagetitle-blk
{
	float:left;
	width:100%;
	background:transparent url(../defaultimages/bg-pagetitle.jpg) scroll no-repeat left bottom;
	text-align:center;
	text-transform:uppercase;
	margin-top:-10px;
	margin-bottom:30px;
	padding:5px 0 10px 0;
	
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.pagetitle-blk h1
{
	margin:0;
	font-size:26px;
	color:#e6d7a3;
	text-shadow: 2px 2px 2px #000;;
}
.div-float100
{
	float:left;
	width:100%;
}
.mainpnl-right
{
	float:left;
	width:30%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.mainpnl-left
{
	float:left;
	width:70%;
	padding-left:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.cv-expertiseblk
{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:20px;
	font-size:14px;
	background:transparent url(../defaultimages/bg-rightpnl.jpg) scroll no-repeat left top;
	/*color:#eddfae;*/
	/*color:#f9f1d5;*/
	color:#ffffff;
	margin-bottom:20px;
}
.cv-expertiseblk .title-blk
{
	float:left;
	width:100%;
	border-top:2px solid #b7a55c;
	border-bottom:2px solid #b7a55c;
	text-align:center;
	margin-bottom:10px;
}
.cv-expertiseblk .row-blk
{
	float:left;
	width:100%;
	padding:5px 0;

}
.cv-expertiseblk .col-blk1
{
	float:left;
	width:100px;
	font-size:12px;
	padding-right:10px;
	text-align:right;
}
.cv-expertiseblk .col-blk2
{
	float:left;
	width:90px;
	padding-top:2px;
}

.starsrating10,
.starsrating9,
.starsrating8,
.starsrating7,
.starsrating6,
.starsrating5,
.starsrating4,
.starsrating3,
.starsrating2,
.starsrating1
{
	display:inline-block;
	height:18px;
	width:90px;
	background:transparent url(../defaultimages/stars.png) scroll no-repeat left top;
}
.starsrating9
{
	background-position:0 -18px;
}
.starsrating8
{
	background-position:0 -36px;
}
.starsrating7
{
	background-position:0 -54px;
}
.starsrating6
{
	background-position:0 -72px;
}
.starsrating5
{
	background-position:0 -90px;
}
.starsrating4
{
	background-position:0 -108px;
}
.starsrating3
{
	background-position:0 -126px;
}
.starsrating2
{
	background-position:0 -144px;
}
.starsrating2
{
	background-position:0 -162px;
}
.cv-dtls h3
{
	margin:0;
	font-family: 'SquiredBold', Verdana, Arial;
	font-size:35px;
	line-height:normal;
	font-weight:normal;
	border-bottom:dotted 3px #754e21;
	color:#a28304;
}
.ul-job
{
	/*color:#cebd80;*/
	color:#544514;
	margin:0;
	padding-left:30px;
}
.ul-job ul
{
	padding-left:20px;
}
.ul-job ul li
{
	list-style-type:none;
	color:#AE9D64;
}
.ul-job li strong
{
	color:#3C2C07;
}
.profdate
{
	color:#ae9d64;
}
.proforganization
{
	color:#917e3d;
	padding-left:20px;
	margin:0;
}
.proftask
{
	font-size:12px;
	line-height:1.4em;
	margin:0;
	color:#917e3d;
}
.lightbrown01
{
	color:#917e3d;
}
.pagenum-blocktop,
.pagenum-blockbtm
{
	width:100%;
	padding:5px 0;
	float:left;
	text-align:right;
	background-color:#734C1F;
	text-align:center;
}
.pagenum-blocktop
{
	margin-bottom:2px; 
}
.pagenum-blocktop a,
.pagenum-blockbtm a
{
	display:inline-block;
	background-color:#ad912f;
	padding:2px 5px 4px 5px ;
	line-height:1.2em;
	border-radius:3px;
	color:#eddfae;
}
.pagenum-blocktop a:hover,
.pagenum-blockbtm a:hover
{
	background-color:#886f17;
}
.pagenum-blocktop a.current,
.pagenum-blockbtm a.current
{
	background-color:#ccb255;
}
.lnk-downloadresume
{
	color:#900202;
}
.lnk-downloadresume:hover
{
	color:#ff0b0b;
}
.lnk-downloadresume img
{
	margin-right: 5px;
	margin-left:10px;
}
.frm-resume-smblk
{
	background-color:white;
	width:230px;
	height:230px;
	padding:20px;
	border-radius: 10px;
	border:solid #835e1d 2px;
	background:transparent url(../defaultimages/bg-formresume.png) scroll no-repeat left top;
	color:#3C2C07;
	font-size:14px;
	line-height:1.4em;
	box-shadow: 0px 00px 10px #000;
}
.lnk-downloadresume:hover .frm-resume
{
	display:block;
}
.frm-resume-smblk p
{
	margin:0;
}
.frm-resume-smblk input[type="text"]
{
	padding:4px;
	border:solid 1px #930;
	width:220px;
	margin-bottom:10px;
	background-color:#f8f1d9;
}
.btn-submit-resume
{
	border-style:none;
	width:110px;
	height:38px;
	background:transparent url(../defaultimages/btn-submit-resume.png) scroll no-repeat 0 -38px;
	position:relative;
	cursor:pointer;
}
.btn-submit-resume:hover
{
	background-position:0 0;
}

.career-objective
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
.contact-leftpnl
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	width:50%;
}
.contact-rightpnl
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	width:50%;
	padding-left:20px;
}
.contactme-msg-block
{
	border-bottom: 3px dotted #754E21;
    color: #A28304;
    font-family: 'SquiredBold',Verdana,Arial;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 25px;
}
.h1-thankyou
{
	margin-top:0;
	margin-bottom:20px;
    font-family: 'SquiredBold',Verdana,Arial;
	font-size:40px;
	font-weight:normal;
	line-height:normal;
}
.ft-button-slideshowHolder
{
	display:inline-block;
	height:13px;
	width:13px;
	background:transparent url(../defaultimages/button-dots.png) scroll no-repeat left top;
	padding:5px;
	margin-left:10px;
}
.ft-button-slideshowHolder:hover
{
	background-position:0 -46px;
}
.ft-button-slideshowHolder-active
{
	background-position:0 -23px;
}
#ft-buttons-slideshowHolder
{
	margin-top:-35px;
	position:relative;
	z-index:1500;
}
.ft-prev,
.ft-next
{
	display:none;
}
.home-blockad
{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.home-blockad > div
{
	float:left;
	width:32%;
	margin-right:2%;
}
.home-blockad > div:last-child{
	margin-right:0;
}
.home-blockad > div img {
	width:100%;
}
.page01-mainpnl
{
	float:left;
	width:480px;
	margin-bottom:10px;
	background-image:url(../defaultimages/myprofile_me_bg.png);
	background-position:right top;
	background-repeat:no-repeat;
	min-height:400px;
	padding-right:250px;
	
}
.lnk-maroon
{
	color: #900202;
}
.lnk-maroon:hover
{
	color: #FF0B0B;
}
.lnk-closepopcv
{
	float:right;
	width:30px;
	height:30px;
	margin-top:-30px;
	margin-right:-30px;
	background:transparent url(../defaultimages/btn-x.png) scroll no-repeat left top;
}
.lnk-closepopcv:hover
{
	background-position:0 -30px;
}
.projurl
{
	color: #6C583F;
}
.projurl:hover
{
	color:#900202;
}
.lnk-showmoreproj
{
	display:inline-block;
	float:right;
	width:280px;
	height:20px;
	background:transparent url(../defaultimages/showmoreprojects.png) scroll no-repeat left top;
}
.lnk-showmoreproj:hover
{
	background-position:0 -20px;

}
.job-orgtitle
{
	/*color:#917E3D;*/
	color:#433812;
	line-height:1.3em;
	display:block;
	padding-bottom:5px;
}
.job-orgtitle h4
{
	margin:0;
	font-size:18px;
}
.colnum-2 > div {
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	display:inline-block;
	width:49.3%;
	margin-left:5px;
	margin-bottom:10px;
}
.colnum-2 > div:nth-child(2n+1) {
	margin-right:5px;
	margin-left:0;
}
.columns-panel {
	padding:10px 0;
	float:left;
	width:100%;
	
}
.oheffects {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.proj-block {
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:5px;
	background:transparent url("../defaultimages/bg-projblk-01.jpg") repeat scroll left top ;
	float:left;
}
.proj-dtls {
	line-height:normal;
	text-align:left;
	display:block;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	width:100%;
	color:#FFF;
	position:relative;
	z-index:50;
}
.proj-dtls .row{
	float:left;
	width:100%;
}
.proj-dtls .row > div:first-child{
	float:left;
	width:22%;
	padding-right:3%;
	text-align:right;
	font-style:italic;
}
.proj-dtls .row > div:last-child {
	float:left;
	width:75%;
}
.lnk-blk {
	position:absolute;
	bottom:25px;
	width:100%;
	z-index:100;
	font-size:x-large;
}
.lnk-blk a,
.lnkweb-blk a {
	border-radius:2px;
	background-color:rgba(255,255,255,0.7);
	padding:5px 10px;
	color:#3C2C07;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.lnkweb-blk {
	position:absolute;
	width:100%;
	font-size:20px;
	top:50%;
	
}
.lnk-blk a:hover,
.lnkweb-blk a:hover {
	background-color:#900202;
	color:#FFF;
}
.oheffects h2 {
	font-family: 'SquiredBold',Verdana,Arial;
    font-size: 30px !important;
	padding:5px !important;
}
.da-slide h2 {
	/*line-height:.9em;*/
}
.da-slide p {
	font-size:x-large !important;
}
.lnk-hireme img{
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.lnk-hireme:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.btn-slider, a.btn-slider {
	font-family:Verdana, Geneva, sans-serif;
  	border-radius: 5px;
  	color: #ffffff;
  	font-size: 20px;
  	background: #965600;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
	box-shadow: 0px 0px 5px #663f01;
	display:inline-block;
	border: solid 1px #f1c800;
}

.btn-slider:hover, a.btn-slider:hover {
  	background: #e0e000;
  	text-decoration: none;
}
a.btn-showmore{
	font-size:15px;
	padding:5px 20px;
	box-shadow:none;
}
.menu-responsivepnl {
	display:block;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100000;
}
.btmpnal-links {
	position:fixed;
	bottom:0;
	right:10px;
	display:none;
	z-index:10000000;
}
.btmpnal-links-nsyd {
	background-color:#666;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display:table;
	box-shadow: 0px 0px 5px #888888;
}
.btmpnal-links a{
	display:table-cell;
	padding:5px 15px;
	color:#FFF;
	border-right:solid 1px rgba(255,255,255,0.1);
}
.btmpnal-links a:hover{
	color:#FF0;
}
.btmpnal-links a:last-child{
	padding-left:10px;
	border-right-style:none;
}

/* rotator in-page placement */
div.rotator {
	position:relative;
	height:300px;
	display: none;
	width:600px;
}
div.rotator ul
{
	margin:0;
	padding:0;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li.show {
	z-index:500
}
.popupGrayBg {
		position:fixed; 
		width:100%; 
		height:100%; 
		background:black; 
		z-index:1001; 
		left:0; 
		top:0; 
		opacity:.5;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		}
	.QTPopupCntnr {
		width:260px; 
		position:fixed; 
		z-index:1200; 
		left:50%; 
		top:50%; 
		margin-left:-130px; 
		margin-top:-130px; 
		}

/* Slider style */	
.da-slider > div > h2 {
	font-size:50px;
	line-height:.8em;
}
.da-slide h2 {
	z-index:999 !important;
}
.da-slide p {
	z-index:1000;
	padding:10px;
}
.da-slide .da-img {
	z-index:500;
}
.da-slide > h2 > span {
	display:block;
}
.da-slide > h2 > span:nth-child(3) {
	font-size:20px;
}
.da-slide > h2 > span:nth-child(2) {
	text-shadow: 0px 0px 5px #FFF;
}
.da-slide > h2.slide1-lfont > span:nth-child(1),
.da-slide > h2.slide2-lfont > span:nth-child(2),
.da-slide > h2.slide3-lfont > span:nth-child(2) {
	color:#700000; 
	font-size:50px;
	line-height:normal;
}
.da-slide > h2.slide2-lfont > span:nth-child(2),
.da-slide > h2.slide3-lfont > span:nth-child(2) {
	padding-left:20px;
}
.da-slide-current h2 {
	left:5% !important;
}
.da-slide > h2.slide1-lfont > span:nth-child(2),
.da-slide > h2.slide2-lfont > span:nth-child(1),
.da-slide > h2.slide3-lfont > span:nth-child(1) {
	color:#785222; 
	font-size:24px;
}
.da-slide > h2.slide1-lfont > span:nth-child(2) {
	padding-left:20px;
}
.home-banner {
	font-family: 'Montserrat',Verdana,Arial;
}
.slide1-lfont > span:nth-child(4) {
	font-size:30px;
}
.homeslider-contact {
	float:left;
	margin-left:20px;
	margin-top:-130px;
	position:inherit;
	z-index:10000;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
ul.sidebar-list{
	margin:0 0 20px 0;
	padding-left:12px;
	font-size:15px;
}
ul.sidebar-list li{
	padding-bottom:5px;
}
.subtitle-blk {
	color:#eddfae;
}

@media screen and (max-width: 900px) {
	body {
		font-size:14px;
	}
	.h1-home {
		font-size:x-large;
	}
	.main-container {
		width:96%;
		margin:-100px 2% -60px;
		background-color:#EDDFAE;
		
	}
	.main-container-top {
		padding:45px 20px 0 ;
		background-image:none;
	}
	.main-container-left,
	.main-container-right,
	.main-container-btm {
		background-image:none;
	}
	.main-container-right {
		padding:0 20px 0 20px
	}
	.main-container-middle {
		padding:0;
	}
	.global-top-left,
	.global-top-right,
	.global-bottom-left,
	.global-bottom-right {
		display:none;
	}
	.center-container {
		width:100%;
	}
	.header-logo img {
		width:100%;
	}
	.social-iconblk {
		display:none;
		width:40px;
		border-right:0;
		-webkit-transition: width 0.3s ease;                  
		-moz-transition: width 0.3s ease;                 
		-o-transition: width 0.3s ease;   
		-ms-transition: width 0.3s ease;          
		transition: width 0.3s ease;
	}
	.social-iconblk:hover {
		width:80px;
	}
	.colnum-2 > div {
		width:100%;
		margin-left: 0px;
	}
	.colnum-2 > div:nth-child(2n+1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.mainmenuresp-blk {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:1000000000;
		width:100%;
	}
	.mainmenu-blk,
	.mainmenu-blk2 {
		display:none;
	}
	.main-container,
	.global-container {
		min-width:0;
	}
	.header-container {
		height:auto;
	}
	.header-logo {
		min-height:113px;
	}
	.logoblk-resp {
		display:none;
	}

}
@media screen and (max-width: 600px) {
	.contact-leftpnl {
		width:100%
	}
	.contact-rightpnl {
		padding:0;
		width:100%;
	}
	.home-hireme {
		margin-top:0;
		display:none;
	}
	.home-banner {
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	.home-msgblk {
		margin-top:0;
		padding-top:20px;
	}
		.social-iconblk {
		display:none;
	}
	.btn-slider, a.btn-slider {
		font-size:16px;
		padding: 5px 10px;
	}
	.da-slider > div > h2 {
		font-size:30px;
		line-height:normal;
	}
	.slide1-lfont > span:nth-child(1),
	.slide1-lfont > span:nth-child(3) {
		font-size:15px;
		
	}
	.slide1-lfont > span:nth-child(2) {
		color:#F00; 
		font-size:30px;
	}
	.slide1-lfont > span:nth-child(4) {
		font-size:20px;
	}
		.btmpnal-links {
		display:none;
	}
	.da-slide > h2 > span:nth-child(1),
	.da-slide > h2 > span:nth-child(3) {
		font-size:13px;
		padding:10px 0;
	}
		.da-slide > h2.slide1-lfont > span:nth-child(1),
		.da-slide > h2.slide2-lfont > span:nth-child(2),
		.da-slide > h2.slide3-lfont > span:nth-child(2) {
			font-size:30px;
		}
		.da-slide > h2.slide2-lfont > span:nth-child(2),
		.da-slide > h2.slide3-lfont > span:nth-child(2) {
			font-size:40px;
		}
		.da-slide > h2.slide2-lfont > span:nth-child(2),
		.da-slide > h2.slide3-lfont > span:nth-child(2) {
			padding-left:20px;
		}
		.da-slide-current h2 {
			left:3% !important;
		}
		.da-slide > h2.slide1-lfont > span:nth-child(2),
		.da-slide > h2.slide2-lfont > span:nth-child(1),
		.da-slide > h2.slide3-lfont > span:nth-child(1) {
			font-size:20px;
		}
		.da-slide > h2.slide1-lfont > span:nth-child(2) {
			padding-left:10px;
		}
	
	.da-slide p {
		width:100%;
	}
}
@media screen and (max-width: 500px) {
	.mainpnl-left {
		width:100%;
		padding:0;
	}
	.mainpnl-right {
		width:100%;
	}
	.resume-lnk-a {
		display:none;
	}
	.header-logo {
		margin-left:0;
		padding-top:220px;
		margin-bottom:0;
		min-height:auto;
		padding-bottom:20px;
	}
	.proj-dtls {
		display:none;
	}
	.header-container-bg {
		height:210px;
	}
	.header-logo {
		display:none;
	}
	.logoblk-resp {
		display:block;
	}
	.home-projlist .title-blk h3 {
		font-size:20px;
	}
	.btn-slider, a.btn-slider {
		text-align:center;
	}
	

}
@media screen and (max-width: 350px) {
	.mainmenuresp-blk > div.logoblk-resp {
		padding-top:10px;
	}
	.mainmenuresp-blk > div.logoblk-resp img  {
		width:150px;
		height:auto;
	}
}