/*

Wah Son 2016
Author: Jason
#17aed2
*/

/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}
p{
    padding-bottom: .8em;
}


/* Misc
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}
.no-gutter {
	margin:0; padding:0;
}
.table {
	display: table;
	height:100%;
	}
.table .tr {
	display: table-cell;
	vertical-align: middle;
	}
small {
	font-size:0.7em;
	font-weight:normal;
}

/* Site
-------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Source Sans Pro';*/
	margin: 20px; padding: 20px;
	font-size: 1.3em;
	line-height: 1.6em;
	color:#144a83;
	background:#fff;
	opacity:0;
}
a, a:visited, a:active {
	color:#144a83;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

ul {
	margin-top:-0.5em;
	margin-bottom:1.5em;
}
b, strong {
	font-weight:600;
	color:#036;
}

.fluid {
	width:100%;
	height:auto;
}
.fluid img {
	width:100%;
	height:auto;
}
.section {
	padding:6em 0 5em 0;
}
.frame {
	position:fixed;
	z-index:9;
	background:white;
}
.top {
	width:100%;
	height:1em;
}
.bottom {
	width:100%;
	bottom:0;
	height:1em;
}
.left {
	height:100%;
	width:1em;
}
.right {
	height:100%;
	right:0;
	width:1em;
}
.container {
	padding:0;
}
.submenu {
	text-align:left;
}
.submenu li {
	list-style:none;
}
/* Navigation
-------------------------------------------------- */

.nav {
	position:fixed;
	width:140px;
	right:0;
	height:100%;
	padding:2em;
	border:0px solid red;
}
.patty {
	position:fixed;
	left:30px;
	top:30px;
	z-index:99;
	cursor:pointer;
	font-size:2.5em;
}
.sidebar {
	position:fixed;
	z-index:110;
	left:0;
	top:0;
	background:#144a83;
	height:100%;
	padding:4em 3em;
}
.menu {
	font-size: 1em;
	line-height:160%;
	text-transform:uppercase;
	font-weight:400;	
	color:#9CF;
	text-align:center;
}
.menu .closex {
	font-size:1em;
	margin-bottom:1em;
	color:#9CF;
}
.menu .closex:hover {
	color:#fff;
	cursor:pointer;
}
.menu .link {
	padding:5px 35px;
	border-bottom:1px dotted #9CF;
	cursor:pointer;
}
.menu .link:last-of-type {
	border:none;
}
.menu .link:hover {
	color:#fff;
	text-decoration:none;
}
.menu .active{
	color:#fff;
}
.logo {
	position:fixed;
	right:80px;
	top:80px;
	width:100px;
}
.arrow {
	font-size:2.5em;
	text-align:center;
	position:fixed;
	z-index:99;
	right:80px;
	top:300px;
	width:100px;
}
.arrow:hover {
	cursor:pointer;
	color:#fff;
}
.navbar {
    -webkit-transition: padding 0.2s ease;
    -moz-transition: padding 0.2s ease;
    -o-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
	background:white;
	border:none;
}
.nav-grad {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);	
}
#navbar {
	text-transform:uppercase;
	font-weight:600;
	font-size: 0.95em;
}
#navbar .active {
	color:#00aecc;
}
#navbar li a {
	/*border-right:1px dotted #666;*/
	background:url(../images/nav-div.gif) no-repeat left;
	color:#333;
}
#navbar li a:hover {
	color:#00aecc;
}
.nav-down {
	padding:40px 0px;
}
.max-over {
	height:30%;
	width:100%;
	background:#dadada;
	position:absolute;
	z-index:0;
	bottom:0;
}
.ico-images {
	position:absolute;
	font-size:2em;
	bottom:10px;
	right:25px;
}

/* Headings
-------------------------------------------------- */
h1 {
	font-size: 1.5em;
	font-weight:600;
	line-height:130%;
	margin-bottom:1em;
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
  color: red;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
}
h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: red;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}
.header {
	font-weight:600;
	font-size:2em;
	line-height:120%;
	text-transform:uppercase;
}
.pg-ttl {
	font-weight:600;
	display:inline;
	border-bottom:1px solid #144a83;
}

/** Video **/
#overlay {
	position:fixed;
	top:0;
	z-index:9999;
	width:100%;
	height:100%;
	background:url(../images/overlay.png) repeat;
	overflow:hidden;
	text-align:center;
	display:none;
}
#overlay .vid-holder {
	width:70%;
	margin:auto;
}
.close-vid {
	display:inline;
	font-size:0.9em;
	color:#CCC;
}
.close-vid:hover {
	cursor:pointer;
	color:white;
}
.btn-vid:hover {
	color:#333;
	cursor:pointer;
}


/* Home
-------------------------------------------------- */
#pg-home {
	width:100%;
	height:100%;
}
.submenu-gap {
	display:none;
}
.submenu {
	padding-right:4em;
}
.submenu div {
	cursor:pointer;
	opacity:0.5;
}
.submenu div:hover {
	opacity:1;
}
.submenu .active {
	cursor:default;
	opacity:1;
}
.text {
}
.text li {
	list-style:outside;
	margin-left:1.35em;
}
.slider img {
	border-right:3px solid #dde9f0;
}
.ticker {
	position:absolute;
	z-index:1;
	bottom:5px;
	left:10px;
	width:94%;
	max-width:500px;
	display:none;
}
.ticker span {
	display:block;
	background:#FF9;
	margin:25px 20px;
	padding:15px 30px 5px 15px;
}
.ticker .closer {
	position:absolute;
	font-size:1.5em;
	cursor:pointer;
	right:27px;
	top:28px;
}
.ticker-btn {
	position:absolute;
	z-index:1;
	cursor:pointer;
	background:#FF9;
	padding:5px 10px;
	bottom:30px;
	left:30px;
}

/* About

-------------------------------------------------- */
#about .txt {
	display:none;
}
#pg-expertise .txt {
	display:none;
}

/* Gallery
-------------------------------------------------- */

#pg-gallery {
	padding:4em 0 0 0;
	position:relative;
}
.arr-holder {
	font-size:2em;
	position:absolute;
	bottom:8px;
	margin:1px;
}
.arr-holder .arr {
	opacity:1;
	color:#000;
	background:#dde9f0;
	margin-right:1px;
	padding:0px 8px 4px 8px;
	display:inline;
	cursor:pointer;
}
.arr-holder .active {
	color:#999;
	opacity:0.8;
	cursor:default;
}
:focus {
outline: 0;
}
.caption {
	position:absolute;
	padding:1px 5px;
	font-size:0.85em;
	background:white;
}
.m-gallery2 {
	display:none
}

/* Services
-------------------------------------------------- */

#pg-services {
	/*color:white;*/
}

/* Press
-------------------------------------------------- */
#pg-press {
	padding-top:0;
	padding-bottom:5.5em;
}
.press-holder {
}
.press-item {
	margin-right: 1.5em;
	position:relative;
}
.press-each  {
	padding-bottom:2.5em;

}
.press-item .ttl {
	font-weight:600;
}
.press-item .date {
	font-size:0.8em;
	text-transform:uppercase;
}
.press-item .div {
	border-bottom:1px dotted #144a83;
	width:100%;
	position:absolute;
	bottom:0px;
	padding-bottom:10px;
	font-size:0.8em;
	text-transform:uppercase;
}

#pg-contact {
	padding-top:1em;
}
#pg-contact .work-text {
	padding-right:4em;
}
.arr-press-sm {
	display:none;
}
.press-top {
	padding-top:6em;
}

.slider-work {
	width:100%;
	padding:0; margin:0;
}
.hold-work {padding:0; margin:0;
}

/* Footer
-------------------------------------------------- */

#footer {
	background:#fff;
	padding:0 0 4em 0;
	font-size:0.85em;
}
.copyright  {
	
}
.copyright a  {
	text-decoration:underline;
}
