* {
	box-sizing: border-box;
}
body {
	font-family:'swis721_ltcn_btlight', sans-serif;
	font-size: 17px;
	color: #707070;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background: #fff;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
iframe {
	border: none;
	outline: none;
	overflow: hidden;
}
a {
	outline: none;
	color: #707070;
	text-decoration: none;
	/*display:inline-block;*/
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl, dt, dd {
	padding: 0;
	margin: 0;
}
p {
	font-family: "swis721_ltcn_btlight",sans-serif;
    font-size: 17px;
	 color: #707070;
	line-height:28px;
	padding: 0 0 20px 0;
	margin:0;
}
p:last-child {
	padding-bottom:5px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_clear {
	clear: both;
}
.enter_site {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%
}
.enter_site span {
	font-family:Verdana, sans-serif;
	font-size:12px;
	border:1px solid #ccc;
	max-width:120px;
	margin:auto;
	display:table;
}
.enter_site span a {
	display:block;
	padding:3px 10px;
}
/******* loader *********/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url(../images/loader.gif) center no-repeat #fff;
	
	-webkit-animation-name: preloader; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
	animation-name: preloader;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes preloader {
    0%   { background-size:25px 23px; }
    50%  { background-size:35px 32px; }
	50%  { background-size:35px 32px; }
	100% { background-size:25px 23px; }
}

/* Standard syntax */
@keyframes preloader {
   	0%   { background-size:25px 23px; }
    50%  { background-size:35px 32px; }
	50%  { background-size:35px 32px; }
	100% { background-size:25px 23px; }
}
/******* loader *********/
#wrap {
	position:absolute;
	height:100%;
	width: 100%;
}
.main {
	position:relative;
	width: 1240px;
	margin: 0 auto;
}
/* Top header */
header {
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
	width: 100%;
	padding:10px 2%;
	margin: 0 auto;
	display:inline-block;
	box-shadow:0 8px 10px -12px #aaa;
	height:auto;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header.smaller {
	padding:5px 2%;
    height:auto;
}
header .logo {
	float:left;
	width:auto;
	transition:all 0.3s ease-in-out 0s;
}
header.smaller .logo {
	width:180px;
}
header .topmenu {
	position:relative;
	float: right;
	padding-top:30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}
header.smaller .topmenu {
	padding-top:10px;
}
.watermark {
	width:100%;
	text-align:center;
}
.wrap_container {
	padding-top:80px;
	/*width:100%;*/
	height:100%;
}
.content_section {
	min-height:480px; height:auto !important; height:480px;
}
.banner {
	position:relative;
	border-bottom:1px solid #fff;
	-webkit-box-shadow:0 12px 10px -8px #aaa;
	box-shadow:0 12px 10px -8px #aaa;
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
}
.banner_watermark {
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	width:100%;
	text-align:center;
}
.desktop_banner {
	display:block !important;
}
.mobile_banner {
	display:none !important;
}
.center {
	text-align:center;
}
.justify {
	text-align:justify
}
/************ highlight **************/
.main-title{
	/*height: 385px;
	overflow: hidden;*/
	position: absolute;
	left:0;
	bottom: 18%;
	/*margin-top:-176px;*/
	width: 100%;
	padding-left:10px;
	pointer-events: none;
	/*text-align: center;*/
	z-index:9999;
	opacity:0.95;
}
.main-title a{text-decoration: none;}
.title-container{
	width: auto;
}
.main-title ul{
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative;
	height: 70px;
	font-size: 22px;
	font-weight: 300;
	font-family: "swis721_ltcn_btlight",sans-serif;
	z-index: 100;
}
.main-title ul li{
	/*background:#fff;*/
	color: #707070;
	width:100%;
	position: absolute;
	opacity: 0;
	top:50px;
	left:0;
	text-align:center;
	line-height: normal;
	display:inline;
	padding:3px 10px;
	border-radius:2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease; /* Safari and Chrome */
}
.main-title li.t-current{
	opacity: 1;
	top: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease; /* Safari and Chrome */
}
/**************** scroll down *************/
.down_arrow {
	position: absolute;
	top: 90%;
	left:49%;
	z-index: 9999;
	margin:0 auto 0 0px;
	/*width: 90px;*/
	text-align: center;
	font-size:14px;
	color:#fff;
	text-shadow:0px 2px 10px #aaa;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
	
}
.down_arrow a {
	color:#fff;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    0%   {color:#fff; padding-top:0px;}
    50%  {color:#fff; padding-top:30px;}
	50%  {color:#fff; padding-top:30px;}
	100% {color:#fff; padding-top:0px;}
}

/* Standard syntax */
@keyframes example {
   	0%   {color:#fff; padding-top:0px;}
    50%  {color:#fff; padding-top:30px;}
	50%  {color:#fff; padding-top:30px;}
	100% {color:#fff; padding-top:0px;}
}

h1 {
    color: #707070;
    font-family: "swis721_ltcn_btlight",sans-serif;
    font-size: 30px;
    padding: 25px 0 35px;
	font-weight:normal;
}
.welcometext {
	text-align:center;
}
.welcometext span {
	font-size:22px;
}
.welcometext p {
    font-family: "swis721_ltcn_btlight",sans-serif;
    font-size: 18px;
	 color: #707070 !important;
	line-height:30px;
}
.readmore {
    display: block;
    margin-bottom: 30px;
}
.readmore a {
    color: #707070;
    font-family: "monitorsskitalic",sans-serif;
    font-size: 18px;
    padding: 5px 20px 8px;
    text-decoration: none;
    text-transform: none;
}
/*************** google map ***************/
.googlemap {
	width:100%;
	/*background:#000;*/
}
#map-canvas {
	height: 450px;
	width: 100%;
	margin-top:20px;
}
#map-canvas img {
	max-width: none;
}
.m_map {
	display:none;
}
/*************** footer ***************/
.footer {
    background: #707070;
    color: #fff;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    padding: 20px 2%;
    position: relative;
    width: 100%;
	margin-top:40px;
}
.footer_link {
	float:left;
}
.footer_link a {
	color:#fff;
	padding:0 7px;
}
.footer_link a:first-child {
	padding-left:0;
}
.social_icon {
	float: right;
	width: 55px;
	height: 21px;
}
.social_icon li a {
	float: left;
	margin-left: 20px;
	background: url(../images/social_icon.png) no-repeat left top;
	width: 20px;
	height: 21px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}
.social_icon li:first-child a {
	margin-left: 0px;
}
.social_icon li a.facebook {
	width:10px;
	background-position: 0px 0px;
}
.social_icon li a.facebook:hover {
	background-position: 0px -22px;
}
.social_icon li a.instagram {
	background-position: -20px 0px;
}
.social_icon li a.instagram:hover {
	background-position: -20px -22px;
}
/*.social_icon li a.twitter {
	background-position: -49px 0px;
}
.social_icon li a.twitter:hover {
	background-position: -49px -22px;
}
.social_icon li a.linkedin {
	background-position: -101px 0px;
}
.social_icon li a.linkedin:hover {
	background-position: -101px -22px;
}
.social_icon li a.googleplus {
	background-position: -152px 0px;
}
.social_icon li a.googleplus:hover {
	background-position: -152px -22px;
}
/* background slide transition */
.social_icon a {
	transition: background .3s;
	-moz-transition: background .3s; /* Firefox 4 */
	-webkit-transition: background .3s; /* Safari and Chrome */
	-o-transition: background .3s; /* Opera */
}
/*************** top arrow ***************/
.toparrow {
	position: absolute;
	top: 80%;
	z-index:9;
	-webkit-animation-name: toparrow; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
	animation-name: toparrow;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes toparrow {
    0%   { padding-top:0px;}
    50%  { padding-top:20px;}
	50%  { padding-top:20px;}
	100% { padding-top:0px;}
}

/* Standard syntax */
@keyframes toparrow {
   	0%   { padding-top:0px;}
    50%  { padding-top:20px;}
	50%  { padding-top:20px;}
	100% { padding-top:0px;}
}
.scrollToTop {
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
}
.designby {
	width:100%;
	padding:2px 2% 1px;
	font-family: Verdana,sans-serif;
    font-size: 9.5px;
	text-align:right;
	color:#707070;
}
.designby a {
	color:#707070;
}
/**************** projects ***************/
h2 {
	font-family:'swis721_ltcn_btlight', sans-serif;
	font-size:21px;
	font-weight:normal;
	padding-bottom:20px;
}
.bradcum {
	padding:5px 10px 0 0;
	line-height:normal;
	text-transform:uppercase;
}
.view-tenth {
	width:100%;
	overflow:hidden;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth:hover img {
   -webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
   -o-transform: scale(1.3);
   -ms-transform: scale(1.3);
   transform: scale(1.3);
}
.trans {
	-webkit-opacity:0.9;
	opacity:0.9;
	padding-top:7px;
	padding-bottom:7px;
}
.logo_pro {
	width:180px !important;
}
header .topmenu_pro {
	padding-top:10px;
}
.back {
	position: fixed; 
	bottom: 10px;
	right: 60px;
	z-index:999;
}
.main-menu {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999999;
}
.main-menu p {
	font-family:Verdana, sans-serif;
    font-size: 12px;
	line-height:20px;
	text-align:justify;
}
#menu{
	transition: all 0.3s ease;
	position: fixed;
	width: 30%;
	bottom:-1200%;
	right: 0%;
	background-color:#fff;
	/*-webkit-opacity:0.9;
	opacity:0.9;*/
	z-index: 999;
	box-shadow: 0px 0px 10px #ccc;
	/*padding:100px 15px 0 15px;*/
}
#menu-toggle{
	position: fixed; 
	bottom: 10px;
	right: 20px;
	/*margin-left:-15px;*/
	background:url(../architecture/nav_show.png) no-repeat center center;
	z-index: 1000; height:30px; width:30px; padding:0;
	/*padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all 0.3s ease;
}
#menu-toggle:hover{
	cursor: pointer;
}
#menu.open{
	bottom:0;
	right: 0;
	width: 30%;
	display: block;
	height:100%;
	padding:50px 10px 50px 10px;
	font-size:11px;
	overflow:auto;
	/*height:80%;*/
}
#menu-toggle.open{ 
	top:10px;
	/*right: 10px;*/
	background:#fff url(../architecture/nav_close.png) no-repeat center center;
}
/********************** internal page ********************/
.internal_padd {
	padding:40px 0 0;
}
.fullscreen {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
}
.fullscreen img {
	min-width:100%;
	min-height:100%;
}
.padd_title {
	padding:25px 0 40px;
	text-transform:uppercase;
}
h3 {
	background:url(../studio/sub_title_bg.png) no-repeat center bottom;
	font-family:'swis721_ltcn_btlight', sans-serif;
	font-size:22px;
	font-weight:normal;
	padding:0 25px 25px;
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.environment_row {
	margin-bottom:15px;
}
.environment_col {
	float:left;
	width:25%;
	padding-right:1px;
	vertical-align:top;
	border-bottom:1px solid #fff;
	box-shadow:0 12px 10px -8px #aaa;
}
.lightbox_desktop {
	display:inline-block;
}
.lightbox_m {
	display:none;
}
.environment_col span {
	display:block;
	width:100%;
	padding-bottom:1px;
}
.environment_col span:last-child {
	padding-bottom:0;
}
.founder {
	/*background:url(../studio/founder_urvishah.png) no-repeat left top;*/
	width:160px;
	transition:all 0.4s ease-in-out 0s;
	margin:0 auto 15px;
	border-bottom:1px solid #fff;
	-webkit-box-shadow:0 12px 10px -8px #aaa;
	box-shadow:0 12px 10px -8px #aaa;
	/*text-indent:-9999px;*/
}
/*.founder:hover {
	background-position:-160px 0;
}*/
.team_col {
	width:50%;
	float:left;
	padding-right:1px;
	border-bottom:1px solid #fff;
	-webkit-box-shadow:0 12px 10px -8px #aaa;
	box-shadow:0 12px 10px -8px #aaa;
}
/************** thumbs hover border plus icon *******************/
.effects .img {
  position: relative;
  overflow: hidden;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}
a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: solid 2px #fff;
  text-align: center;
  color: #fff;
  line-height: 42px;
  font-weight: 700;
  font-size: 34px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  cursor:pointer;
}
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/************** end thumbs hover border plus icon *******************/
.table {
	display:table;
	border-spacing:0px 5px;
}
/*.table_row {
	display: table-row;
}*/
.table_col1 {
	display:table-cell;
	width:50px;
}
.table_col2 {
	display:table-cell;
}
.contact_left {
    float: left;
    margin-right: 4%;
    width: 45%;
}
.contact_subtitle {
   /* font-family: "din_lightregular",Verdana,Arial,sans-serif;*/
    font-size: 18px;
	font-weight:bold;
    padding-bottom: 5px;
}
.contact_right {
    float: left;
    width: 50%;
}
.inquiry_form {
    clear: both;
    margin-bottom: 20px;
    width: auto;
}
.inquiry_form span {
    display: block;
    float: left;
    font-family:'swis721_ltcn_btlight', sans-serif;
    font-size: 17px;
    padding-right: 1%;
    text-align: left;
    width: 165px;
}
.inquiry_form input, .inquiry_form textarea, .inquiry_form select {
    background: url("../images/background-input.gif") no-repeat #fff;
    border: 1px solid #ccc;
    color: #707070;
    font-family:'swis721_ltcn_btlight', sans-serif;
    font-size: 14px;
    padding:3px 2px;
    text-decoration: none;
    width: 260px;
}
input[type="file"] {
	padding:0 !important;
}
.inquiry_form input:hover, .inquiry_form textarea:hover, .inquiry_form select:hover, .inquiry_form input:focus, .inquiry_form textarea:focus, .inquiry_form select:focus {
    background-position: 0 -400px;
}
input[type="radio"], input[type="checkbox"] {
    background: none;
    border: medium none;
    width: auto;
}
.inquiry_form input.button {
    background:#707070;
    border: none;
    -webkit-border-radius: 2px;
	border-radius: 2px;
    /*box-shadow: 0 12px 10px -10px #aaa;*/
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    margin-right: 13px;
    outline: none;
    padding: 2px 5px;
    /*transition: all 0.2s ease-in-out 0s;*/
    width: 70px;
}



@media only screen and (min-width:1440px) and (max-width:1920px) {
.content_section {
	min-height:750px; height:auto !important; height:750px;
}

}

@media only screen and (min-width:1000px) and (max-width:1260px) {
.main {
    width:auto;
	padding:0 10px;
}
.down_arrow {
	display:none;
}
}

@media only screen and (min-width:768px) and (max-width:999px) {
.watermark {
	padding-top:100px;
}
.main {
    width:auto;
	padding:0 10px;
}
.down_arrow {
	display:none;
}
#menu{
	width: 40%;
}
#menu.open{
	width: 40%;
}
.contact_left {
    width: 35%;
}
.contact_right {
    width: 60%;
}
.lightbox_desktop {
	display:none;
}
.lightbox_m {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:inline-block;
}

}

@media only screen and (max-width:767px) {
.intro_logo {
	/*float:none !important;
	text-align:center;*/
}
.logo_pro {
	width:160px !important;
}
header .topmenu_pro {
    padding-top: 15px !important;
}
.main-title {
    bottom: 10%;
    padding-left: 0px;
}
.watermark {
	padding-top:100px;
}
header {
    padding: 5px 2%;
}
header .logo {
    width: 200px;
}
header .topmenu {
    padding-top: 25px;
}
header.smaller .topmenu {
    padding-top: 15px;
}
.internal_padd {
    padding:0;
}
.wrap_container {
    padding-top:60px;
}
.content_section {
	min-height:250px; height:auto !important; height:250px;
}

.desktop_banner {
	display:none !important;
}
.mobile_banner {
	display:block !important;
}
.main {
    width:auto;
	padding:0 10px;
}
h1 {
    font-size: 24px;
    padding:10px 0 15px;
}
.welcometext span {
	font-size:16px;
}
.down_arrow {
	display:none;
}
.readmore {
	margin-bottom:20px;
}
#map-canvas {
	display:none;
	height:300px;
}
.m_map {
	display:inline-block;
}
.footer {
	padding:10px 2%;
	margin-top:20px;
}

#menu{
	width: 95%;
	max-width: 400px;
	/*bottom:-400%;*/
}
#menu.open{
	width: 95%;
	max-width: 400px;
}
#effect-5 {
	max-width:600px;
	margin:0 auto 15px;
}
.environment_col {
	width:50%;
}
.lightbox_desktop {
	display:none;
}
.lightbox_m {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:inline-block;
}
.contact_left {
    float: none;
    margin-right:0;
    width: 100%;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:10px;
}
.contact_right {
    float: none;
    width: 100%;
}

}

/*@media only screen and (max-width:600px) {
.environment_col {
	width:50%;
}

}*/

@media only screen and (max-width:460px) {

.inquiry_form span.lastnone {
    display: none;
}
.wrap_container {
    padding-top:103px;
}
header .logo, header.smaller .logo {
    float: none;
    margin: auto;
    max-width: 200px;
    text-align: center;
    width: 100%;
}
header .topmenu{
    float: none;
	width:218px;
    padding-top: 10px;
	margin:10px auto 0;
	border-top:1px solid #ccc;
}
header.smaller .topmenu {
    padding-top: 10px;
}
.environment_col, .team_col {
	float:none;
	width:300px;
	margin:0 auto;
	padding-right:0px;
}

}


@font-face {
    font-family: 'monitorsskitalic';
    src: url('../fonts/monisi__0-webfont.woff2') format('woff2'),
         url('../fonts/monisi__0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'monitorsskitalic';
    src: url('../fonts/monisi__0-webfont.woff2') format('woff2'),
         url('../fonts/monisi__0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'swis721_ltcn_btlight';
	src: url('../fonts/swisscl-webfont.eot');
	src: url('../fonts/swisscl-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/swisscl-webfont.woff') format('woff'), url('../fonts/swisscl-webfont.ttf') format('truetype'), url('../fonts/swisscl-webfont.svg#swis721_ltcn_btlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
