@import url(http://fonts.googleapis.com/css?family=Economica:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Kreon:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);

body {
	font-family: 'Economica', sans-serif;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	width:100%;
	min-width:1020px;
	min-height:800px;

}

.top-bar {
	background:url("../images/topbar-bg.jpg") repeat-x scroll center top transparent;
	font-family: 'Economica', sans-serif;
	font-size:22px;
	background-color: #000000;
	height:45px;
	text-decoration:none;
	line-height:40px;
}

.top-bar a{
	color: #fff;
	text-decoration: none;
	}

.top-bar a:hover{
	color: #d7d7d7;
}

.logo {
	margin: 10px 0 10px 0;
}

h1	{
	font-family: 'Economica', sans-serif;
	font-size: 38px;
	font-weight:bold;
	color: #333333;
}

h2 {
	font-family: 'Economica', sans-serif;
	font-size: 36px;
	font-weight:bold;
	color: #333333;
	margin:5px 0 13px 0;
	text-align:right;
	}
	
h3 {
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #128680;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	}

.wrapper-page-title {
		background: #f07a0c;
		background: linear-gradient(top, #c6640a 0%, #f07a0c 5%);
		background: -moz-linear-gradient(top, #c6640a 0%, #f07a0c 5%);
		background: -webkit-linear-gradient(top, #c6640a 0%,#f07a0c 5%);
		height:120px;
		margin-bottom:50px;
	}

p#main-pg-desc-orange a{
	text-decoration:none;
	color: #de800f;
}

p#main-pg-desc-orange a:hover{
	text-decoration:none;
}

p#footer-desc {
	font-family: 'PT Sans', sans-serif;
	color: #898989;
	font-size:14px;
	text-align:left;
	margin-top:5px;
}	

.img-products-page {
	border:#999999 solid thin;
	}

.horizontal_solid_line{
  border-bottom: 1px solid #a0a0a0;
}

/*navigation*/
#fdw nav select {
	display:none; /* this is just for the mobile display */
}
#fdw nav ul {
	display:block;
	z-index:999999;
	margin-left:220px;
}
#fdw nav ul li {
	display:inline-block;
	padding:50px 3px 20px;
	margin-left:30px;
	font-weight:bold;
	position:relative;
	
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
	color:#444;
	font-family: 'Economica', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
	color:#F6A800;
	text-decoration:none;
}
#fdw nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block; 
	background:url('../images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current {
	border-bottom:2px solid #E25D29;
}
#fdw nav ul li.current a {
	color:#F6A800;
	cursor: default;
}
#fdw nav ul li.current a span {
	background:url('../images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a {
	cursor:pointer;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
	position:absolute;
	top:90px;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #ececec;
	border-top:5px solid #e25d29;
	display:none;
	z-index:999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px #121012;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('../images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
	float:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;
}
#fdw nav ul li ul.sub_menu li a {
	white-space: nowrap;
	width: 150px;
	padding:12px;
	font:13px Arial, tahoma, sans-serif;
	text-transform:capitalize;
	color:#777;
}
#fdw nav ul li ul.sub_menu li a:hover {
	background:#f9f9f9;
	color:#333;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
	color:#e25d29;
	cursor:default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}
/*===================== end Header style ======================*/


@media only screen and (min-width: 768px) and (max-width: 959px) {
		/* nav */
		#fdw nav ul li{
			margin-left:12px;
		}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

		/* nav menu ul & select */
		#fdw nav ul {
			display:none;
		}
		#fdw nav select {
			width:100%;
			display:block;
			margin-bottom:20px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}
}
/*navigation closed*/

#slider-bg {
	background:url('../images/slider-bg_06.jpg') repeat center;
	background-color:#000000;
	width:100%;
	height:631px;
	background-size:cover;
}

#slider-bg2 {
	background:url('../images/slider-bg_06.jpg') repeat center;
	background-color:#000000;
	width:100%;
	height:580px;
	background-size:cover;
}

#home-content2 {
	background-color:#000000;
	opacity:0.7;
	height:350px;
	border-bottom: 5px #343738 solid;
	border-top:5px #343738 solid;
	margin-top:-520px;
	margin-bottom:-90px;
	}

#home-content {
	background-color:#000000;
	opacity:0.7;
	height:300px;
	border-bottom: 5px #343738 solid;
	border-top:5px #343738 solid;
	margin-top:-220px;
	margin-bottom:-90px;
	}

p.home-page-title {
	font-family: 'Economica', sans-serif;
	font-size: 38px;
	font-weight:bold;
	color: #FFFFFF;
	padding:40px 0 0 0px;
	}
	
	
p.home-page-content {
	font-family: 'Economica', sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #FFFFFF;
	margin:17px 0px 15px 0px;
	text-align:justify;
	}

p.home-page-content a{
	text-decoration:none;
	color: #666666;
	}
	
p.home-page-content a:hover{
	text-decoration:none;
	color: #CCCCCC;
	}
	
.img-home-page {
	margin-top:30px;
	}

.content-background {
	background:url('../images/content-bg.jpg') repeat;
	min-height:500px;
	margin-top: -71px;
	}
	
.column-3-img {
	margin:50px 0 20px 0;
	padding:0 80px 0 80px;
	text-align:center;
	}
	
.column-3-title {
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #ffbd2f;
	text-align:center;
	}

.column-3-title a{
	text-decoration:blink;
	color: #ffbd2f;
	}
	
.column-3-title a:hover{
	text-decoration:blink;
	color: #eea302;
	}
	
.column-3-text {
	font-family: 'Economica', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #363636;
	text-align:justify;
	margin:15px;
	line-height:20px;
	}
	
.column-3-text a{
	text-decoration:none;
	color: #666666;
	}

.column-3-text a:hover{
	text-decoration:none;
	color: #CCCCCC;
	}

#social-icon {
	margin-top:10px;
	float:right;
	}

/*inner page css*/

.inner-min-height {
	background:url('../images/content-bg.jpg') repeat;
	min-height:550px;
	}

.inner-page-top-bg {
	background:url('../images/inner-bg.jpg');
	background-size:cover;
	height:80px;
	}

.inner-side-button {
	margin-top:50px;
	}

.inner-title {
	font-family: 'Economica', sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #333333;
	margin-top:50px;
	}

p.inner-page-content {
	font-family: 'Economica', sans-serif;
	font-size: 18px;
	font-weight:500;
	color: #363636;
	text-align:justify;
	margin-top:15px;
	}

p.inner-page-content-1 {
	font-family: 'Economica', sans-serif;
	font-size: 18px;
	font-weight:600;
	color: #363636;
	text-align:justify;
	margin-bottom:80px;
	padding-left:10px;
	float:right;
	}
	
p.inner-page-content-1 a{
	text-decoration:none;
	color: #666666;
	}

p.inner-page-content-1 a:hover{
	text-decoration:none;
	color:#363636;
	}
	
ol.content-list {
	list-style: lower-alpha;
	padding:15px 0 0 30px;
	font-family: 'Economica', sans-serif;
	font-size: 18px;
	font-weight:500;
	color: #363636;
	text-align:justify;
	list-style-position:inside;
	}

ul.content-unorder {
	list-style-type: disc;
	padding:15px 0 15px 30px;
	font-family: 'Economica', sans-serif;
	font-size: 18px;
	font-weight:500;
	color: #363636;
	text-align:justify;
	list-style-position:inside;
	}

ul.principal {
	list-style-type:none;
	padding:5px 0 15px 0px;
	font-family: 'Economica', sans-serif;
	font-size: 18px;
	font-weight:500;
	color: #363636;
	text-align:justify;
	list-style-position: outside;
	}
	

.img-normal {
	margin:10px 0 50px 0;
	}
	
.img-portfolio {
	margin:10px 0 10px 10px;
	}
	
.inner-consultant {
	right:0;
	text-align:right;
	margin:50px 0 20px 0;
	}
	
.img-experienced {
	background-image:url('../images/photo-bg.png');
	background-repeat: no-repeat;
	background-position:center;
	margin-top:20px;	
	}
	
.img-experienced-front {
	background-position:center;
	padding:20px 20px 20px 70px;
	}
	
p.intro {
	font-family: 'Economica', sans-serif;
	font-size: 20px;
	font-weight:500;
	color: #363636;
	text-align: center;
	margin-bottom:20px;
	}
	
p.intro-others {
	font-family: 'Economica', sans-serif;
	font-size: 20px;
	font-weight:500;
	color: #363636;
	text-align:left;
	margin:30px 0 10px 0;
	}
	
p.intro-others-1 {
	font-family: 'Economica', sans-serif;
	font-size: 20px;
	font-weight:500;
	color: #363636;
	text-align:left;
	margin:0px 0 10px 0;
	}
	
table.others {
	position:top;
	margin:0px;
	border:none;
	}
	
td.others {
	padding:2px;
	font-weight:500;
	font-size:16px;
	}
	
table.ccg {
	position:top;
	margin:0px;
	border:none;
	float:left;
	}
	
td.ccg {
	padding:2px;
	font-weight:500;
	font-size:20px;
	}

.img-c2c {
	background-position:right;
	padding:0 0 20px 20px;
	float:right;
	top:0;
}

.img-others-last {
	padding-bottom:40px;
}

/*table {
	margin-top:15px;
	margin-bottom:25px;
	border:#FFFFFF solid 2px;
	}
*/
	
td {
	padding:5px;
	font-weight:500;
	font-size:16px;
	}
	
.img-others {
	background-position:center;
	padding:0px 20px 20px 0px;
	float:left;
	}
	
p.project {
	font-family: 'Economica', sans-serif;
	font-size: 20px;
	font-weight:500;
	color: #363636;
	text-align:left;
	padding:10px 0 0 10px;
}

p.project-ser {
	font-family: 'Economica', sans-serif;
	font-size: 20px;
	font-weight:500;
	color: #363636;
	text-align: justify;
}
	
ul.project-1 {
	list-style-type: square;
	font-family: 'Economica', sans-serif;
	font-size: 18px;
	font-weight:500;
	color: #363636;
	text-align:justify;
	padding:20px 0 20px 100px;
	}
	
ul.project-2 {
	list-style-type: square;
	font-family: 'Economica', sans-serif;
	font-size: 18px;
	font-weight:500;
	color: #363636;
	text-align:justify;
	padding:20px 0 0px 30px;
	}

ul.portfolio-1 {
	list-style-type: square;
	font-family: 'Economica', sans-serif;
	font-size: 18px;
	font-weight:500;
	color: #363636;
	text-align:justify;
	padding:20px 0 20px 0px;
	list-style-position:inside;
	}

.img-portfolio {
	margin:10px 20px 0px 0;
	}

.img-portfolio-10px {
	margin:10px 20px 0px 10px;
	}
	
.horizontal_dotted_line{
  border-bottom: 2px dotted #FFFFFF;
  margin:30px 0 30px 0;
}
	
/*end inner page css*/

.wrapper-lower {
	background: #333333 repeat-y;
		background: linear-gradient(top, #2b2b2b 0%, #333333 40%);
		background: -moz-linear-gradient(top, #2b2b2b 0%, #333333 40%);
		background: -webkit-linear-gradient(top, #2b2b2b 0%,#333333 40%);
		padding-bottom:15px;
	}
	
p#copyright {
	font-family: 'Kreon', serif;
	font-size:13px;
	text-align:left;
	margin-top:15px;
	color: #FFFFFF;
	}
	
p#copyright a{
	color: #CCCCCC;
	text-decoration: none;
	}

p#copyright a:hover{
	color: #FFFFFF;
	}
	
.lower-nav {
	font-family: 'EB Garamond', serif;
	font-weight:500;
	color: #FFFFFF;
	font-size:14px;
	margin-top:15px;
	text-align:right;
	}

.lower-nav a{
	text-decoration:none;
	color: #FFFFFF;
	}

.lower-nav a:hover{
	text-decoration:none;
	color: #F6A800;
	}	