/*
	Theme Name: Scope Projects
	Version: 1.0.0
	Author: SGD 
	Author URI: http://sgd.com.au
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,700');

::selection {
	background:#777777;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#777777;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#777777;
	color:#FFF;
	text-shadow:none;
}

body {
	margin:0;
	font-size:1em;
	line-height:1.8;
	color:#777;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .5px;
	-webkit-backface-visibility: hidden;
	}

body.admin-bar {
	position: relative;
	top: -32px;
}

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

ul, ol {
	padding-left: 20px;
}

img {
	vertical-align:bottom;
	max-width:100%;
	}

.text-center {
	text-align: center;
}

.img-fluid {
	max-width:none;
	width:100%;
	}

strong {
	font-weight:700;
	}

.container {
	max-width:1100px;
	padding-left:50px;
	padding-right:50px;
	margin:0 auto;
	width: 100%;
	}

.container.medium {
	max-width: 900px;
}

.container.fluid {
	max-width: none;
}

.gap-top {
	padding-top: 50px;
}


h1,h2,h3,h4,h5,h6 {
	font-weight:700;
	line-height:1.3;
	color: #111;
	}

h1 {font-size: 2.441em;}
h2 {font-size: 1.953em;}
h3 {font-size: 1.563em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1em;}

@media only screen and (max-width:1030px){
	h1 { font-size: 2.074em;}
	h2 {font-size: 1.728em;}
	h3 {font-size: 1.44em;}
	h4 {font-size: 1.2em;}
	}

@media only screen and (max-width:767px){
	h1 { font-size: 1.602em;}
	h2 {font-size: 1.424em;}
	h3 {font-size: 1.266em;}
	h4 {font-size: 1.125em;}
	}

small {
	font-size:85%;
	}

a {
	color:#ee3334;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

a:focus {
	outline:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}

.row {
	margin-left:-20px;
	margin-right:-20px;
	}

.row:before,
.row:after {
	display: table;
	content: " ";
	clear:both;
	}

.row.gutter-none {
	margin-left:0;
	margin-right:0;
	}

.row.gutter-none .col1,
.row.gutter-none .col2,
.row.gutter-none .col3,
.row.gutter-none .col4,
.row.gutter-none .col5,
.row.gutter-none .col6,
.row.gutter-none .col7,
.row.gutter-none .col8,
.row.gutter-none .col9,
.row.gutter-none .col10,
.row.gutter-none .col11,
.row.gutter-none .col12 {
	padding:0;
	}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12,
.col-custom  {
	float:left;
	padding:0 20px;
	}

.col1 {width:8.333%;}
.col2 {width:16.666%;}
.col3 {width:25%;}
.col4 {width:33.333%;}
.col5 {width:41.666%;}
.col6 {width:50%;}
.col7 {width:58.333%;}
.col8 {width:66.666%;}
.col9 {width:75%;}
.col10 {width:83.333%;}
.col11 {width:91.666%;}
.col12 {width:100%;}

p, ul, ol, h1, h2, h3, h4, h5, h6, dl {
	margin:0 0 30px;
	}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

.menu-wrap .logo {
	position: absolute;
	top: 50px;
	left: 50px;
	transition: top .3s ease;
	overflow: hidden;
}

.site-header .menu-wrap .logo {
	top: 40px;
	left: 35px;
}

.menu {
	padding: 64px 0 0 200px;
	transition: padding .3s ease;
}


.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
	display: inline-block;
	margin-right: 30px;
}

.menu li a {
	display: inline-block;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	position: relative;
}

.site-header .menu li a {
	font-size: 1.15em;
}

.menu li a:hover {
	text-decoration: none;
}

.decor-link {
	display: inline-block;
	position: relative;
	line-height: 40px;
}

.decor-link:hover {
	text-decoration: none;
}

.decor-link:before,
.menu li a:before {
	content: '';
	height: 2px;
	width: 0;
	background: #ee3334;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: width .3s ease;
}

.decor-link:hover:before,
.single-projects .menu li.menu-item-100 a:before,
.menu li.current-page-ancestor a:before,
.menu li.current-menu-item a:before,
.menu li a:hover:before,
.scroll-nav .decor-link.active:before {
	width: 25px;
}

.menu li a:after {
	content: '.';
}

.nav-btn {
	cursor:pointer;
	z-index:50;
	position:fixed;
	top:25px;
	right:20px;
	height:40px;
	width:40px;
	padding:0;
	line-height:1;
	background: #fff;
	z-index: 101;
	border-radius: 100px;
	}

.nav-btn span {
	background:#000;
	height:1px;
	margin-top:-1px;
	width:20px;
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s;
	}

.nav-btn span:first-child {
	top:14px;
	margin-top:0;
	}

.nav-btn span:last-child {
	top:24px;
	margin-top:0;
	}

.nav-btn.active span {
	opacity:0;
	}

.nav-btn.active {
	background: #333;
}
	
.nav-btn.active span:first-child,
.nav-btn.active span:last-child {
	opacity:1;
	top:20px;
	}
	
.nav-btn.active span:last-child {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.nav-btn.active span:first-child {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}

.page-head {
	height: 90vh; 
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-head.inner {
	height: 600px;
}

.page-head .wrap {
	position: absolute;
	top: 200px;
	left: 200px;
	color: #fff;
	max-width: 500px;
	z-index: 3;
}

.page-head .wrap .title,
.page-head .wrap .sub-title {
	color: inherit;
	margin-bottom: 10px;
}

.aside-img-box {
	position: relative;
}

.aside-img-box.both {
	padding: 0 33.3333%;
}

.aside-img-box.large-left {
	padding-left: 66.6666%;
}

.aside-img-box.left {
	padding-left: 33.3333%;
}

.aside-img-box .bg {
	position: absolute;
	top: 0;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.aside-img-box.large-left .bg {
	width: 66.6666%;
	left: 0;
}

.aside-img-box.left .bg {
	width: 33.3333%;
	left: 0;
}

.aside-img-box.center .bg {
	width: 100%;
	height: 600px;
	position: static;
}

.aside-img-box.center .wrap {
	padding-top: 70px;
	margin: 0 auto;
	max-width: 1000px;
}

.aside-img-box.both .bg {
	width: 33.33%;
}

.aside-img-box.both .bg.left {
	left: 0;
}

.aside-img-box.both .bg.right {
	right: 0;
}

.aside-img-box .wrap {
	padding: 100px 70px 70px;
	max-width: 740px;
}

.aside-img-box.team-wrap {
	padding-left: 0;
	padding-right: 0;
}

.aside-img-box.team-wrap .wrap {
	max-width: none;
}

.aside-img-box.both .wrap {
	margin: 0 auto;
}
	
.btn {
	display:inline-block;
	line-height:1;
	padding:18px 30px;
	text-align:center;
	cursor:pointer;
	border:none;
	font-family:inherit;
	font-size:inherit;
	position: relative;
	overflow: hidden;
	background: none;
	color: #ee3334;
	font-weight: inherit;
	}

.photo span:before,
.photo span:after,
.btn:before,
.btn:after {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border-width: 1px;
	border-color: #ee3334;
	border-style: solid;
	transition: height .2s ease, width .2s ease .2s;
}

.photo span:before,
.btn:before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}

.photo span:after,
.btn:after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}

.btn:hover,
.btn:active,
.btn:focus {
	text-decoration:none;
	border:none;
	outline: none;
	box-shadow: none;
	}

.btn:hover:before,
.btn:hover:after,
.btn.hover:before,
.btn.hover:after,
.photo:hover span:before,
.photo:hover span:after {
	width: 100%;
	height: 100%;
	z-index: -1;
}

.photo span {
	position: absolute;
	top: 2%;
	left:2%;
	height:96%;
	width:96%;
	z-index: 2;
	border: 1px solid #fff;
	border-radius: 100%;
	opacity: 0;
	transition: opacity .3s ease;
}

.photo:hover span {
	opacity: 1;
}

.photo span:before,
.photo span:after {
	display: none;
	border-color: #fff;
}

.site-footer {
	font-size: 0.875em;
	padding: 50px 0;
	position: relative;
	border-top: 1px solid #e7e7e7;
}

.site-footer .copyright {
	margin: 0;
	position: absolute;
	bottom: 55px;
	right: 50px;
	text-align: right;
}

.site-footer a {
	color: inherit;
}

.site-footer .menu-wrap {
	margin-bottom: 50px;
}

.site-footer .menu {
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-footer .menu li a {
	color: #111;
}

.site-footer dl {
	margin-bottom: 0;
}

.site-footer .social {
	position: absolute;
	top: 50px;
	right: 50px;
}

.site-footer .social li {
	display: inline-block;
}

.site-footer .social li a {
	background: #ccc;
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 0 5px 0 5px;
	text-align: center;
	line-height: 30px;
	transition: background .3s ease;
}

.site-footer .social li a:hover {
	background: #111;
}


.site-footer .social li a img {
	height: 15px;
	vertical-align: middle;
}

dl {
	overflow: hidden;
	max-width: 700px;
}

dt {
	float: left;
}

dd {
	margin-left: 150px;
	margin-bottom: 5px;
}

dl a {
	color: inherit;
}

.projects .col-custom {
	width: 33.3333%;
}

.projects.col-fix .col-custom:nth-child(3n+1) {
	clear: left;
}

.box {
	display: block;
	margin-bottom: 50px;
}

.box .wrap {
	padding: 50px 90px 50px 0;
	position: relative;
	background: none;
	color: #111;
	-webkit-transition: background .3s ease, padding .3s ease, color .3s ease;
	-moz-transition: background .3s ease, padding .3s ease, color .3s ease;
	transition: background .3s ease, padding .3s ease, color .3s ease;
}

.box:hover {
	text-decoration: none;
}

.box:hover .wrap {
	padding-left: 50px;
	background:#111;
	color: #fff;
}

.box .wrap:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
	right: 0;
	height: 15px;
	width: 15px;
	background: url(img/svg/left-arrow.svg) no-repeat center center; 
	background-size: 15px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);

	transition: right .3s ease;
}

.box:hover .wrap:after {
	right: 50px;
}

.box .wrap .title,
.box .wrap .sub-title {
	color: inherit;
	margin-bottom: 0;
}

.box .wrap .title {
	margin-bottom: 5px;
}

.box .wrap .sub-title {
	opacity: .5;
	line-height: 1.2;
}
  
.img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.img:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.cat-wrap span:after {
	content: ', ';
}

.cat-wrap span:last-child:after {
	display: none;
}

.cat-wrap a {
	color: inherit;
}

.owl-carousel .slide {
	height: 90vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.page-head:before,
.owl-carousel .slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .05;
}

.page-head:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=0 );

}

.gallery-inner-wrap .owl-carousel .slide{
	height: calc(100vh - 100px);
}

.owl-carousel .title {
	position: absolute;
	left: 300px;
	bottom: 63px;
	margin: 0;
	font-weight: 300;
	color: #fff;
}

.owl-carousel .title a {
	color: inherit;
}

.owl-nav {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.owl-nav > div {
	height: 50px;
	width: 50px;
	border:1px solid #fff;
	float: left;
	background: url(img/svg/left-arrow.svg) no-repeat center center;
	background-size: 15px;
}

.owl-nav .owl-prev {
	border-right: none;
}

.owl-nav .owl-next {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.owl-dots {
	color: #fff;
	counter-reset: slides-num;
	position: absolute;
	bottom: 50px;
	left: 200px;
	font-size: 1.25em;
	line-height: 50px;
}

.owl-dots:after {
	content: counter(slides-num, decimal-leading-zero); 
	padding-left: 33px;
	display: inline-block;
}

.owl-dot {
	display: inline-block;
	counter-increment: slides-num;
}

.owl-dot span {
	display: none;
}

.owl-dot.active:before {
	content:  counter(slides-num, decimal-leading-zero) "/" ; /
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}

.project-wrap {
	overflow: hidden;
	position: relative;
}

.project-info {
	position: absolute;
	top: 0;
	right: 0;
	height: calc(100vh - 100px);
	z-index: 2;
	transition: transform .3s ease;
}

.project-info.hidden {
	transform: translateX(100%);
}

.project-info .wrap {
	height: inherit;
	overflow: auto;
	padding:65px 50px 30px;
	background: #fff;
	width: 400px;
	color: #111;
}

.project-content {
	font-size: .85em;
}

.project-info h6 {
	color: #aaa;
	font-size: .875em;
	font-weight: 300;
	margin-bottom: 0;
}

.project-info .title {
	margin-bottom: 65px;
}

.toggle-btn {
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 340px;
	background: #111;
	cursor: pointer;
	font-weight: 700;
	display: none;
}

.toggle-btn:before {
	content: '';
	position: absolute;
	top: 75px;
	left: 18px;
	height: 15px;
	width: 15px;
	background: url(img/svg/left-arrow.svg) no-repeat center;
	background-size: 15px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.toggle-btn span {
	font-size: .75em;
	padding-left: 30px;
	letter-spacing: 2px;
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
	width: 50px;
	height: 50px;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.toggle-btn span:after {
	content: ' hide';
	color: #666;
}

.toggle-btn.hidden span:after {
	content: ' show';
}

.toggle-btn.hidden:before {
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.gallery-inner-wrap {
	margin-right: 400px;
}

.scroll-nav,
.bar {
	background: #111;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.control {
	padding:26px;
	transition: padding .3s ease, color .3s ease;
}

.control.next,
.control.prev {
	position: absolute;
	top: 0;
}

.control.next {
	right: 0;
	text-align: right;
	padding-right: 150px;
}

.control.next:hover {
	padding-right: 145px;
}

.control.prev {
	left: 0;
	text-align: left;
	padding-left: 150px;
}

.control.prev:hover {
	padding-left: 145px;
}

.bar a {
	color: #666;
	display: inline-block;
}

.bar a:hover {
	text-decoration: none;
	color: #999;
}

.bar .title {
	color:#fff;
	margin: 0;
}

.project-thumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.next .project-thumb {
	left: auto;
	right: 0;
}

.flexible-wrap .item:nth-child(odd) {
	background: #f7f7f7;
}

.team-wrap {
	text-align: center;
}

.photo-wrap {
	border-radius: 100%;
	margin:0 auto 20px;
	position: relative;
	max-width: 350px;
}

.photo-wrap .photo:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.photo-wrap .photo {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background-color: #eee;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: transform .3s ease;
}

.photo-wrap:hover .photo {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.team-wrap .col-custom {
	width: 25%;
	margin-bottom: 50px;
}

.team-wrap .col-custom:nth-child(4n+1) {
	clear: left;
}

.team-wrap .title,
.team-wrap .subtitle {
	margin: 0;
    color: #777!important;
}

.scroll-nav {
	position: relative;
	z-index: 5 !important;
}

.scroll-nav .decor-link {
	display: inline-block;
	text-transform: capitalize;
	line-height: 70px;
	font-weight: 700;
	cursor: pointer;
	margin: 0 10px;
	transition: color .3s ease;
}

.scroll-nav .decor-link:before {
	bottom: 15px;
}

.scroll-nav .decor-link:hover,
.scroll-nav .decor-link.active {
	color:#fff;
}

.row.cta-social a.col6 {
	padding:100px 30px;
}

.cta-social a:nth-child(odd) {
	background: #111;
}

.cta-social a {
	display: block;
	background: #222;
	text-align: center;
	color: #777;
	transition: color .3s ease;
}

.cta-social a:hover {
	text-decoration: none;
	color:#fff;
}

.cta-social img {
	height: 90px;
	opacity: .3;
	margin-bottom: 20px;
	transition: opacity .3s ease;
}

.cta-social a:hover img {
	opacity: 1;
}

.cta-social p {
	margin: 0;
}

.contact-box {
	position: relative;
	padding-left: 50%;
}

.contact-box .wrap {
	padding: 100px 70px 70px;
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

.gmnoprint {
	display: none;
}

.gform_body ul {
	padding: 0;
	list-style: none;
}

.field {
	position: relative;
}

.field input,
.field textarea {
	width: 100%;
	border:none;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 0 150px;
	line-height: 50px;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	max-width: 100%;
	transition: border-color .3s ease;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.field label {
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.field input:focus,
.field textarea:focus {
	outline: none;
	box-shadow: none;
	border-color:#999;
}


.field textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5;
}

.gform_footer {
	position: relative;
}

img.gform_ajax_spinner {
	position: absolute;
	top: 18px;
	left: 8px;
}

.validation_error {
	padding:20px;
	background: #ee3334;
	color: #fff;
	margin-bottom: 30px;
}

.gfield_error input,
.gfield_error textarea {
	border-color:#ee3334;
}

.validation_message {
	font-size: .75em;
	color: #ee3334;
	margin-bottom: 5px;
	padding-top: 5px;
}

.gfield_required {
	position: relative;
	left: 5px;
}

.gap-top {
	padding-top: 50px;
}

.gap-bottom {
	padding-bottom: 50px;
}

.scroll {
	position: absolute;
	left:200px;
	bottom: 50px;
	cursor: pointer;
	color: #fff;
	z-index: 1;
}

.btn.scroll:before,
.btn.scroll:after {
	border-color:#fff;
}

.scroll span {
	position: relative;
	padding-left: 20px;
}

.scroll span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/svg/left-arrow.svg) repeat-x 0 center;
    background-size: 10px;
	height: 20px;
	width: 10px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: background-position .3s ease;
}

.scroll:hover span:after {
	background-position: -10px center ;
}

.is-hidden {
	opacity:0;
	}

.is-visible {
	opacity:1;
	}

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

.omsc-toggle {
	border: none;
}

.omsc-accordion {
	border: none;
}

.omsc-toggle-title {
	padding: .6em 2em .6em 0;
	margin-bottom: 0;
}

.omsc-toggle-title:after {
	left:auto;
	right: 0;
}

.omsc-toggle-inner {
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}

.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
	background: none;
}

.omsc-accordion {
	margin: 0 0 30px;
}

@media only screen and (min-width:768px){	
	.nav-btn {
		display: none;
		}
	}

@media only screen and (max-width:1200px){
	.aside-img-box .wrap,
	.contact-box .wrap {
		padding: 70px 40px 40px;
	}

	.box .wrap {
		padding: 30px 50px 30px 0;
	}

	.box:hover .wrap{
		padding-left: 30px;
	}

	.box:hover .wrap:after {
		right: 30px;
	}

	.projects .col-custom {
		width: 50%;
	}

	.projects.col-fix .col-custom:nth-child(3n+1) {
		clear: none;
	}

	.projects.col-fix .col-custom:nth-child(odd) {
		clear: left;
	}

	.gallery-inner-wrap {
		margin-right: 300px;
	}

	.project-info .wrap {
		width: 300px;
	}

	.aside-img-box.center .bg {
		height: auto;
	}

}

@media only screen and (max-width:1000px){
	.aside-img-box.both,
	.aside-img-box.large-left,
	.aside-img-box.left {
		padding:0;
	}

	.aside-img-box .bg  {
		width: 100% !important;
		position: static;
	}

	.aside-img-box .bg:before {
		content: '';
		display: block;
		padding-bottom: 65%;
	}

	.aside-img-box.both .bg {
		width: 50% !important;
	}

	.aside-img-box.both .bg {
		float: left;
	}

	.contact-box {
		padding-left: 0;
		padding-top: 500px;
	}

	.contact-box #map {
		height: 500px;
		width: 100%;
	}

	.aside-img-box .wrap, 
	.contact-box .wrap{
		margin: 0 auto;
		clear: left;
	}

	.site-footer {
		text-align: center;
	}

	.site-footer .menu-wrap .logo {
		position: static;
		display: block;
		width: 80px;
		margin: 0 auto 30px;
		display: none;
	}

	.site-footer .menu-wrap {
		margin: 0 0 30px;
	}

	.site-footer .menu {
		padding: 0; 
	}

	.site-footer .menu li {
		margin: 0 15px;
	}

	.site-footer .social {
		position: static;
		padding: 0 30px;
	}

	.site-footer dl {
		max-width: none;
	}

	.site-footer dt {
		float: none;
	}

	.site-footer dd {
		margin: 0 0 15px;
	}

	.site-footer .copyright {
		margin-top: 70px;
		position: static;
		text-align: center;
	}

	.scroll-nav .decor-link {
		font-size: .85em;
	}

	.team-wrap .col-custom {
		width: 50%;
	}

	.team-wrap .col-custom:nth-child(4n+1) {
		clear: none;
	}

	.team-wrap .col-custom:nth-child(odd) {
		clear: left;
	} 
}

@media only screen and (max-width:900px){
	.project-info {
		position: static;
		transform: translateX(0) !important;
		height: auto;
	}

	.gallery-inner-wrap {
		margin-right: 0;
	}

	.project-info .wrap {
		width: 100%;
	}
}

@media only screen and (max-width:767px){

	body {
		font-size: .875em;
	}
	
	.container {
		padding-left:30px;
		padding-right:30px;
		}
	
	.row {
		margin-left:0;
		margin-right:0;
		}
	
	.col1,
	.col2,
	.col3,
	.col4,
	.col5,
	.col6,
	.col7,
	.col8,
	.col9,
	.col10,
	.col11,
	.col12,
	.col-custom {
		width:auto;
		float:none;
		padding:0;
		}

	.site-header .menu-wrap .logo,
	.menu-wrap .logo {
		left:30px;
		top: 30px;
	}

	.site-header .menu-wrap .logo img {
		height: 30px;
	}

	.hide-section {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 200px;
		background: #111;
		z-index: 100;
		transform: translateX(100%);
		transition: transform .3s ease;
		overflow: auto;
	}

	.hide-section.visible {
		transform: translateX(0);
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		height: 110%;
		width: 100%;
		background:#111;
		opacity: .5;
		z-index: 90;
		display: none;
	}

	.menu {
		padding: 90px 30px 30px; 
		margin-bottom: 30px;
	}

	.menu li {
		display: block;
		margin: 0 0 5px;
		text-align: right;
	}

	.site-header .menu li a {
		font-size: 1em;
	}

	.menu li a:before {
		left:auto;
		right: 0;
		bottom: 3px;
	}

	.page-head .wrap {
		top: 100px;
		left:0;
		max-width: 400px;
		padding: 0 30px;
	}

	.page-head .wrap .title {
		font-size: 1.4em;
	}

	.page-head .wrap .sub-title {
		font-weight: 300;
	}

	.page-head.inner {
		height: 300px;
	}

	.owl-carousel .title {
		left:0;
		bottom: 90px;
		width: 100%;
		padding: 0 30px;
		font-size: 1em;
	}

	.owl-nav {
		bottom: 30px;
		left:30px;
	}

	.owl-dots {
		left: auto;
		right: 30px;
		bottom: 25px;
		font-size: 1em;
		line-height: 25px;
	}

	.owl-dots:after {
		padding-left: 25px;
	}

	.aside-img-box .wrap {
		padding: 60px 30px 30px;
	}

	.sticky-wrapper {
		display: none;
	}

	.site-footer .menu-wrap{
		display: none;
	}

	.team-wrap .col-custom {
		width: 100%;
	}

	.box {
		margin-bottom: 30px;
	}

	.projects .col-custom {
		width: 100%;
	}

	.gap-top {
		padding-top: 30px;
	}

	.gap-bottom {
		padding-bottom: 30px;
	}

	.box .wrap {
		padding-right: 40px;
	}

	.box:hover .wrap:after {
		right: 20px;
	}

	.project-info .wrap  {
		padding: 60px 30px 30px;
	}

	.project-content {
		font-size: inherit;
	}

	.control.next, .control.prev {
		position: relative;
		width: 50%;
		float: left;
	}

	.control.next {
		float: right;
	}

	.control.all {
		background: #222;
		display: block;
		clear: both;
	}

	.control {
		padding:20px 10px;
		line-height: 1;
	}

	.project-thumb {
		top: 15px;
		left:20px;
		width: 40px;
		height: 40px;
		border-radius: 100px;
	}

	.next .project-thumb {
		right: 20px;
	}

	.control.prev {
		padding-left: 70px;
	}

	.control.next {
		padding-right: 70px;
	}

	.control.prev:hover {
		padding-left: 65px;
	}

	.control.next:hover {
		padding-right: 65px;
	}

	.row.cta-social a.col6 {
		padding: 30px;
	}

	.cta-social img {
		height: 60px;
		margin-bottom: 10px;
	}

	.contact-box dl {
		max-width: none;
	}

	.contact-box dt {
		float: none;
	}

	.contact-box dd {
		margin: 0 0 15px;
	}

	.contact-box .wrap {
		padding: 60px 30px;
	}

	.scroll {
		left:30px;
		bottom: 30px;
	}

	.aside-img-box.center .wrap {
		padding-top: 60px;
	}

	.field input, .field textarea {
		padding-left: 80px;
	}


}