@charset "UTF-8";


html,
body {
	height: 100%;
	margin: 0;
}


/* Common */

.textblock {
	max-width: 575px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.stdwidth {
	max-width: 575px;
	margin-left: auto;
	margin-right: auto;
}

.menu a {
	font-family: runda, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.3s;/* Safari */
	transition: all 0.3s;
	border-radius: 50%;
	display: inline-block;
	background-color: ##FFF;
	width: 65px !important;
}

.menu a:hover {
	/* background-color: #f2f2f2; */
	/* border-radius: 50%; */
	/* width: 65px !important; */
	/* height: 65px !important; */
	color: #3d3d3d;
	/* display: inline-block; */
	/* padding-top: 18px; */
}

.menubutton {
	width: 33%;
	height: 65px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	cursor:pointer;
}

.posme{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:50%;
}

.posme2{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:50%;
}

.menubutton2 {
	width: 33%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.active {
	background-color: #000 !important;
	border-radius: 50%;
	width: 65px !important;
	height: 65px !important;
	color: #FFF !important;
	display: inline-block;
	text-align: center !important;
	padding-top: 18px;
}

.menu {
	margin-top: 12px;
	text-align: center;
	display: table;
}

.rectangle {
	background-color: #fff;
	height: 90px;
	width: 100%;
	text-align: center;
}

.circlemenu {
	display: inline-block;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-color: #fff;
}

.circlemenu img {
	width: 90px;
	height: 89px;
	margin-top: 18px;
}

.shadow {
	-webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.03);
	-webkit-filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.08));
	/* Safari */
	filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.08));
}

.menulogo {
	margin-top: 18px;
}

/* Menu Icon */

.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: 50%;
	border: 1px solid #000;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 10001;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 24px;
	left: 10px;
	right: 10px;
	height: 1px;
	background: #000;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	content: "";
}

.c-hamburger span::before {
	top: -10px;
}

.c-hamburger span::after {
	bottom: -10px;
}

.c-hamburger--htx {
	background-color: transparent;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}


/* active state, i.e. menu open */

.c-hamburger--htx.is-active {
	background-color: transparent;
	border: solid 1px #FFF
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	background: #FFF;
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background: #FFF;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}


/* Projects */

.borderwork {
	border: solid 15px #FFFFFF;
}

.blkdot-table {
	display: table;
	margin: 0 auto;
}
.blkdot {
	background-color: #000;
	font-size: 30px;
	font-weight: 900;
	font-family: 'runda', sans-serif;
	color: #FFF;
	width: 80px;
	height: 80px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border-radius: 50%;
}

.conicons span {
	padding-right: 15px;
}


/* Footer */

.totop {
	font-size: 60px;
	-webkit-transition: all 0.3s;
	/* Safari */
	transition: all 0.3s;
	color: #000;
}

.totop:hover {
	transform: scale(1.1, 1.1);
	color: #999;
}

.insta {
	color: #000;
	-webkit-transition: all 0.3s;
	/* Safari */
	transition: all 0.3s;
}

.insta:hover {
	transform: scale(1.05, 1.05);
	color: #999 !important;


}

.insta:hover a{
	text-decoration: none !important;
	color: #999 !important;
}

.insta a span {
	font-size: 36px;
	color: #000;
}

.insta:hover span {
	color: #999;
}

.insta p {
	font-size: 16px;
}

.quote p {
	font-size: 15px;
	line-height: 24px;
	margin: auto !important;

}


/* Downloads */

.number {
	display: inline-block;
	padding-top: 8px;
	text-align: center;
	border-radius: 50%;
	border: solid 1px #FFF;
	color: #FFF;
	font-family: runda, sans-serif;
	font-weight: 200;
	font-size: 20px;
	width: 45px;
	height: 45px;
	-webkit-transition: all 0.3s ease;
	/* Safari */
	transition: all 0.3s ease;
}

.download p {
	font-size: 20px;
	padding-left: 20px;
	color:#FFF;
}

.download {
	-webkit-transition: all 0.3s ease;
	/* Safari */
	transition: all 0.3s ease;
	display: block;
}

.download:hover {
	transform: scale(1.03, 1.03) translateX(5px);
	color: #999 !important;
}

.download p:hover {
	color: #999 !important;
}

.download:hover .number {
	color: #999;
	border: #999 solid 1px;
}

/* Container styles */
body {
  background-color: #fff;
  color: #000;
  font-family: 'Lato';
}

.container {
  padding: 50px 0;
  text-align: center;
}

.chart {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 20px;
  text-align: center;
}

.chart figcaption {
  padding: 50px 25px;
  width: 100px;
  height: 50px;
  border: 20px solid #f0f0f0;
  border-radius: 100px;
  line-height: 50px;
}

.chart img {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
  background: white;
}
/* END Container styles */



/* About */

.timeline {
	background-image: url(images/timeline.png);
	background-position: 0% 28%;
	overflow: hidden;
	background-repeat: repeat-x;
	min-height: 17px;
	text-align: center;
}

.event {
	text-align: center;
	display: inline-block;
	padding-left: 150px;
	padding-right: 150px;
	position: relative;
}

.month {
	text-align: left;
	position: absolute;
	left: 20px;
	top: 50px;
}

.month h1 {
	font-size: 30px;
	line-height: 20px;
	margin: 0px;
}

.year {
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 30px;
}

.year h2 {
	font-size: 50px;
	font-weight: 200;
	line-height: 40px;
	margin: 0px;
}

.sydney-img img {
	padding-top: 60px;
}



/*Team*/

/*---------------*/
/***** Jazz *****/
/*---------------*/
	.grid {
	position: relative;
	overflow:hidden;
	}

	figure.effect-jazz {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,ffffff+54,b7b7b7+100 */

	background: rgb(214,214,214); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(214,214,214,1) 0%, rgba(255,255,255,1) 54%, rgba(183,183,183,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(214,214,214,1) 0%,rgba(255,255,255,1) 54%,rgba(183,183,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(214,214,214,1) 0%,rgba(255,255,255,1) 54%,rgba(183,183,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#b7b7b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	overflow:hidden;
	}

	figure.effect-jazz img {
	opacity: 0.9;
	filter:contrast(90%);
	}

	figure.effect-jazz figcaption::after,
	figure.effect-jazz img,
	figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	}

	figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	}

	figure.effect-jazz:hover img {
	opacity: 1;
	filter:contrast(125%);
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	}

	figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	overflow:hidden;
	}




/* a link style */

a.line,
a.line:visited,
a.line:hover,
a.line:active {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	transition: 0.3s color ease;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a.line:hover {
	color: #999;
}

a.line.after:after {
	content: "";
	transition: 0.3s all ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

a.line.after:after {
	bottom: -0.25em;
}

a.line.after:after {
	height: 1px;
	height: 1px;
	width: 0;
	background: #999;
}

a.line.third:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

a.line.after:hover:after {
	width: 100%;
}



/* Contact Us Pagge */
.contact p{
	font-size:16px;
	margin-bottom:10px;
	}

.office {
	text-align: center;
}
#captcha_name {
	display: none;
}

.download div:last-child {
	display: inline-block !important;
}
/* Media Queries */

@media (min-width:1200px) {
	.modal-lg {
		width: 1200px;
	}
	.office {
		padding-left: 25px;
	}
	.psmall p {
		font-size: 13px !important;
	}

	.testsquare{
	right:0px;
	font-size:32px;
	}

	.testsquare span{
	font-size:32px;
	}


}

@media (min-width:992px) and (max-width:1200px) {
	.modal-lg {
		width: 972px;
	}

	.office {
		padding-bottom: 30px;
	}

	.posme2{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:65%;
	}

	.infocontainer{
	left:10px;
	font-size:30px;
	}


}

@media (min-width:768px) and (max-width:992px) {
	.modal-lg {
		width: 758px;
	}

	.office {
		padding-bottom: 30px;
	}

	.testsquare{
	right:-10px;
	font-size:32px;
	}

	.testsquare span{
	font-size:26px;
	}

	.infocontainer{
	left:10px;
	font-size:24px;
	}





}

@media (min-width:0px) and (max-width:768px) {

	h3 {
	font-size: 24px !important;
	line-height: 36px;
	margin: 0px;
	}

	p {
	font-size:16px !important;
	line-height:24px;
	}

	h1{
	font-size:40px;
	line-height:50px;
	}

	h1 span{
		font-size:40px;
		line-height:50px;
	}


	.textblock {
	padding-left: 30px;
	padding-right: 30px;
	}

	.headers {
	padding-left: 30px;
	padding-right: 30px;
	}

	.btn90 {
	width: 80%;
	}

	.btn10 {
	width: 20%;
	}

	.placedot {
	padding-top: 15px;
	}

	.pad30mob {
	padding-left: 30px;
	padding-right: 30px;
	}

	.quote p {
	font-size: 14px !important;
	line-height: 24px !important;
	}

	.download div:last-child {
		width: 80% !important;
	}

	.download div:last-child p {
		padding-top: 0 !important;
	}
}
