/*
Theme Name:     Dzine Theme
Theme URI:      http://www.chromatix.com.au
Description:    A theme designed for Dzine group
Author:         Chromatix
Author URI:     http: //www.chromatix.com.au
Version:        1.1.0 (2017-05-05)
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/***
 * General
 */

body {
	background: url('images/slide1.jpg') top center black no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #878787;
}

#slideshow {
	/* width: 1590px; */
	width: 100%;
	height: 821px;
	margin: 0 auto;
	position: relative;
}
#slideshow div {
	width: 100%;
	height: 821px;
	background: no-repeat top center;
	position: relative;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	z-index: 300;
	position: absolute;
	top: 0;
	left: 50%;
}
#wrapper_content {
	position: absolute;
	left: -480px;
	z-index: 300;
}
h1, h2, h3, h4 {
	color: #a7a7a7;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: .9em;
	color: white;
	line-height: 1.6em;
}
p {
	font-size: .8em;
	color: #878787;
	line-height: 1.2em;
}


/***
 * Header
 */

img#logo {
	margin: 17px 0 0 32px;
	float: left;
}
#masthead_content {
	float: right;
}

/* main nav */
#main_nav {
	float: right;
	clear: right;
	margin-top: 5px;
}
#main_nav ul li {
	list-style: none;
	float: left;
	padding: 0 20px;
}
#main_nav ul li a {
	font-size: 13px;
	color: white;
	text-decoration: none;
	line-height: 23px;
}
#main_nav ul li.current-menu-item {
	background: url('images/shade-25.png') repeat;
}
 
#masthead {
	height: 108px;
	width: 960px;
	background: url('images/navbar.png') repeat-x top left;
}
#masthead img#phone {
	width: 195px;
	height: 36px;
	float: right;
	margin: 23px 18px 0 0;
}

/* slider navigation */
ul#nav {
	list-style: none;
	top: 210px;
	z-index: 300;
	float: right;
	margin: 100px 60px 0 0;
}
ul#nav li {
	line-height: 30px;
	border-bottom: solid 1px #506c7e;
	background: url('images/shade-25.png') repeat;
	width: 260px;
	padding-left: 10px;
}
ul#nav li:last-child {
	border: none;
}
ul#nav li.activeSlide {
	font-weight: bold;
	background: url('images/shade-50.png') repeat;
}
ul#nav li a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/***
 * Body
 */
#main {
	width: 910px;
	min-height: 500px;
	clear: both;
	margin: 115px auto 0 auto;
	background: url('images/shade-75.png') repeat;
}
#main_content {
	width: 815px;
	padding: 30px 40px;
}
#main_content p {
	margin-bottom: 10px;
}
#main_content ul li {
	list-style-type: disc;
	margin-left: 15px;
	font-size: 0.8em;
    line-height: 1.3em;
}


/***
 * Footer
 */
#footer {
	clear: both;
	width: 960px ;
	margin: 10px 0 0 0;
	border-top: 2px solid #ff7f00;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: .8em;
	color: #585858;
}
#copyright {
	float: left;
	margin-left: 40px;
}
#chromatix {
	float: right;
	margin-right: 40px;
}
#chromatix a {
	color: #585858;
	text-decoration: none;
}

/***
 * Page: Home
 */
body.home {
	background-image:none;
}
body.home h2 {
	margin-bottom: 20px;
}
body.home p {
	margin-bottom: 20px;
}
body.home #latest_projects {
	float: left;
	width: 400px;
	margin-right: 40px;
}
body.home #latest_projects img {
	float: left;
	margin: 10px 20px 30px 0;
}
body.home #latest_projects img:last-child {
	margin-right: 0;
}

body.home #about {
	float: right;
	width: 370px;
}
body.home .button {
	background: #ff7f00;
	padding: 0 20px;
	float: left;
	line-height: 25px;
}
body.home .button + .button {
	margin-left: 20px;
}
body.home .button a {
	text-decoration: none;
	color: white;
	font-size: 13px;
}
body.home #clients {
	clear: both;
	width: 820px;
	margin-top: 20px;
}
/* client logo carousel */
body.home .bx-wrapper {
	margin: 0 auto;
}

body.home #clients a.bx-prev {
	position: absolute;
	top: 30px;
	left: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url( 'images/icon_arrow_left.png' ) no-repeat 0 -31px;
	outline: none;
}
body.home #clients a.bx-next {
	position: absolute;
	top: 30px;
	right: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url( 'images/icon_arrow_right.png' ) no-repeat 0 -31px;
	outline: none;
}

/***
 * Page: Gallery
 */
body.page-id-19 .ngg-gallery-thumbnail {
	text-align: left;
  background-color: transparent;
  border: none;
  margin: 0;
}
body.page-id-19 .ngg-gallery-thumbnail a {
	margin: 0;
}
body.page-id-19 .ngg-gallery-thumbnail img {
	display: inline;
	border: 1px solid #656871;
}
body.page-id-19 .ngg-gallery-thumbnail span {
	color: #c4c3c2;
	padding-left: 0 !important;
	font-size: 12px;
	padding-top: 15px;
	float: left;
}

body.page-id-19 .ngg-gallery-thumbnail-box {
	margin-bottom: 50px;
	float: left;
	width: 220px !important;
}

body.page-id-19 #main_content {
	width: 910px;
	padding: 30px 25px;
}

/***
 * Page: Contact Us
 */
body.page-id-21 span.captcha {
	top: -6px;
}
body.page-id-21 input[name="captcha"] {
	width: 50px;
}

/***
 * Page: Our Clients
 */
body.page-id-17 #main_content img {
	width: 155px;
	height: 113px;
	padding: 4px;
}
body.page-id-17 #main_content img:last-child {
	padding-right: 0;
}
