/* --------------------------------------- 

Colors: 


orange:				#f1702f;
dark grey:			#58585b;
light grey:			#939598;

Fonts: 

font-family: 'DIN Next Pro Bold'
font-family: 'DIN Next Pro UltraLight'
font-family: 'DIN Next Pro Regular'
font-family: 'DIN Next Pro Medium'

---------------------------------------

*Filename:				global.css

*Description:			Global styles


--------------------------------------- */


html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
	margin:0 auto;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
	list-style:none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.ie8 *{ outline:none;}
img{border:none;}

html,body { -webkit-text-size-adjust:none;}

/*----- html5 tags ------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}

input{ -webkit-appearance:none;}


/* -------------------------------------------------- */



html, body{
	width: 100%;
	height: 100%;
}
body{
color: #58585b;
font-family: 'DINNextLTPro-Regular', sans-serif;
font-size:62.5%; /* --  base size: 10px- */
}


	/* Typography */
	
p{
	font-size: 1.500em;
	line-height: 1.3;
	color: #4e4e4e;
	margin: 15px 0;
}

a, a:visited{
	color: #f1702f;
}
a:hover{
	color: #58585b;
}
h1{
	font-size: 2.200em;
	line-height: 1.3;
	color: #4e4e4e;
	margin: 15px 0;
	font-weight: normal;
}
h2{
	font-size: 2.000em;
	line-height: 1.3;
	color: #4e4e4e;
	margin: 15px 0;
	font-weight: normal;
}
h3{
	font-size: 1.800em;
	line-height: 1.3;
	color: #4e4e4e;
	margin: 15px 0;
	font-weight: normal;
}


.small_copy{
	font-size: 1.2em;
}



/* Home page ----------------------------- */


.home_container{
	display: table;
	width: 1024px;
	margin: 0 auto;
	height: 100%;
}
.home_wrapper{
display: table-cell;
vertical-align: middle;
padding: 0 10px 50px 10px;
	width: 1024px;
	
}

.home_left_col{
	width: 49%;
	float: left;
	text-align: right;
	position: relative;
}

.home_right_col{
	width: 49%;
	float: left;
	margin-left: 1%;
	text-align: left;
	position: relative;
}

img{
	max-width: 100%;
	height:auto;
}

img[style] {
	max-width:100% !important;
	height:auto !important;
}

.Absolute-Center{
	width: 50px;
	height: 49px;
	background-color: red;
	position: absolute;
	top: 50%;
}

.home_left_arrow{
	background: #fff url(https://www.janetangney.com.au/themes/user/site_themes/jane_t/images/prev-arrow.png) no-repeat top left;
	left: 0;
	z-index: 9;
}

.home_right_arrow{
	background: #fff url(https://www.janetangney.com.au/themes/user/site_themes/jane_t/images/next-arrow.png) no-repeat top right;
	right: 0;
	z-index: 9;
}
.clear_both{
	clear: both;
}

.logo{
	width: 28%;
	margin: 30px 0 20px 0;
	float: left;
}


.home_logo{
	width: 100%;
	margin: 30px 0 20px 0;
}


.home_left_col a, .home_right_col a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
   
}


/* Projects page ----------------------------- */
.inner_container{
	display: table;
	width: 1140px;
	margin: 0 auto;
	height: 100%;
}
.inner_wrapper{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 50px 10px;
	width: 1140px;
	
}


ul.social_media {
	float: right;
	width: 75px;
	margin: 45px 0 20px 0;
}
ul.social_media li{
	float: left;
	width: 15px;
	margin: 0 5px;
	padding: 15px 0 0 0;
	display: block;
}
ul.social_media li a{
	opacity: 0.4;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
}
ul.social_media li a:hover{
	opacity: 0.8;
}


.project_list{
	float: left;
	width: 28%;
}

.project_list p{
	font-size: 1.800em;
}
.project_list ul{

}
.project_list ul li{
	font-size: 1.800em;
	line-height: 1.5;
}
.project_list ul li a{
	color: #939598;
}
.project_list ul li a:hover{
	color: #58585b;
}
.project_list ul li a.active_project{
	color: #f1702f !important;
}
.graphic_link{
	margin-top: 70px;
}
.project_list ul li.graphic_list_link{
	margin-top: 70px;
	font-size: 1.6em;
}
.graphics_page{
	margin-top: 0 !important;
}
.graphic_link a{
	color: #939598;
}
.graphic_link a.active_project{
	color: #f1702f !important;
}
.graphic_link a:hover{
	color: #58585b;
}

.cv_link{
	margin-top: 70px;
	font-size: 1.6em !important;
}

.cv_link a{
	color: #939598;
}
.cv_link a.active_project{
	color: #f1702f !important;
}
.cv_link a:hover{
	color: #58585b;
}


.slider_wrap{
	width: 72%;
	float: left;
	max-width: 806px;
	overflow: hidden;
}
.blog_wrap{
	width: 72%;
	float: left;
}

.comment{width: 50%;float: left;text-align: left;}
.comment p{padding: 0; margin: 0 0 0 0;line-height: 1.5em;font-size: 1.1em;}
.custom-controls{ width: 50%; text-align: right; float: right;}
.custom-controls li{display: inline-block;margin: 0 5px;}
.custom-controls a{color: #939598; text-decoration: none; display: block;line-height: normal;font-size: 1.800em;}
.custom-controls a.flex-active{color: #58585b !important;}

.fs_left_col {width: 50%; float: left;overflow: hidden; max-height: 525px; position: relative; box-sizing: border-box; padding-right: 5px;}

*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.fs_right_col {width: 50%; float: right;overflow: hidden; max-height: 525px; box-sizing: border-box; padding-left: 5px;}

.flexslider .slides img{max-height: 520px;}
.fs_left_col p{margin-right: 70px;}
.fs_left_col p span{font-size: 85%;}
.mob_feature_image{
	width: 100%;
	margin: 5px 0 5px 0;
}

.mobile-project-view{
	/* lets hide the mobile poject view and then reveal for mobile in our media queries css template */
	display: none;
}

.mob_project_description{
	width: 100%;
	margin: 5px 0 5px 0;
}
.mob_img_full{
clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}

.mob_img_left{
	float: left;
	width: 48%;
	margin: 0 0 10px 0;
}
.mob_img_right{
	float: right;
	width: 48%;
	margin: 0 0 10px 0;
}

.mobile_proj_title{
	color: #f1702f;
	font-size: 1.800em;
}


/* Blog ---------------------- */

.blog_article{
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
}

.blog_article img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.blog_archives ul li {
	font-size: 1.4em !important;
}
.blog_wrap div:last-of-type {
  border-bottom: none;
}

p.blog_date{
	margin: 0 0 15px 0 !important;
	color: #939598 !important;
}

h3.blog_title{
	margin: 15px 0 0 0;
}
