/*
	Theme Name: Indesign Studio
	Theme URI: http://spiritnoise.com/
	Author: Shobhit Verma	
	Version: 4.6.1
	Description: Custom theme for Indesign Studio website
	Author URI: https://www.linkedin.com/in/shobhit-verma-26148194
	Template: twentythirteen
*/
/*Reset Start*/
html, body, div, 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, nav, section, summary,
time, mark, audio, video,input,textarea{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
}
*{
	box-sizing:border-box;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden !important;
	text-decoration: none;
	text-decoration-color: none;
}
input{
	-webkit-appearance: none;
	-webkit-border-radius:0;
    border-radius: 0;
}
html{
	margin-top: 0px !important;
}
body{
    background-color: #f3f3f3;
    font-size: 18px;
	line-height: 1.6;
    color: #000000;
    font-weight: 300;
    font-family: Open Sans;
}
a{
	color: #000;
}
a:focus{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: Montserrat;
	text-transform: uppercase;
}
h1{
	color: #000;
	font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}
h3{
	color: #000;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
}
p{
	font-size: 14px;
	line-height: 1.6;
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
img{
	max-width: 100%;
	height: auto;
}
#page{
	position: relative;
	overflow: hidden;
	/*padding: 26px;*/
}
div#main {
    min-height: 500px;
}
/*wrapper*/
.wrapper{
	max-width: 1170px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	position: relative;
}
.wrapper:after,
.inner_wrapper:after,
.container:after{
	content: '';
	clear: both;
	display: block;
}
.inner_wrapper{
	max-width: 1000px;
	width: 100%;
	position: relative;
	margin: 0px auto
}
.margin{
	margin-bottom: 100px;
	display: block;
}
/*header*/
#masthead{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-color:rgba(255,255,255,0.97);
}
#masthead .container{
	width: 100%;
	padding: 0px 45px;
}
#masthead .home-link{
	display: inline-block;
	float: left;
	margin: 0px 0px;
	color: #fff;
}
#masthead .site-title{
	margin:0px;
	color:#fff;
	width: 165px;
    height: 82px;
	text-indent: -9999px;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
#navbar{
	display: inline-block;
	margin:0px;
	float: right;
	min-height: inherit;
	margin-top: 23px;
	border:none;
}
#navbar li{
	display: inline-block;
	margin-left: 20px;
	padding: 0px 5px;
	font-weight: 400;
}
#navbar li a{
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
}
#navbar .current_page_item a{
	border-bottom: 1px solid #ffa200;
}
li#menu-item-681 a{
	border-bottom: none !important;
}
#home-slider {
    padding: 0px 26px;
    box-sizing: border-box;
}

.home #masthead {
	max-width: 500px;
	width: 100%;
	height: 100vh;
	top: 0px;
	background-color: transparent;
}
.home-logo{
	position: absolute;
	max-width: 450px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.80);
	overflow: hidden;
}
.home #masthead .site-title{
	position: absolute;
	width: 340px;
    height: 160px;
    top: -50%;
    bottom: -50%;
    right: -50%;
    left: -50%;
    margin: auto;
}
#home-nav{
	background-color: #ffffff;
}
#home-nav .logo{
	margin:0px;
	color:#fff;
	width: 165px;
    height: 63px;
    float: left;
	text-indent: -9999px;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
#home-nav .home-nav-menu{
	display: inline-block;
	margin:0px;
	float: right;
	min-height: inherit;
	margin-top: 16px;
	border:none;
}
#home-nav .home-nav-menu li{
	display: inline-block;
	margin-left: 20px;
	padding: 0px 5px;
	font-weight: 400;
}
#home-nav .home-nav-menu .current_page_item a{
	border-bottom: 1px solid #ffa200;
}
#home-nav .home-nav-menu li a{
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
}
.fix-header{
	width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 999;
}
/*white frame*/
/*.paspartu{ background-color: #fff; z-index: 9999; }
.paspartu_top{ position: fixed; width: 100%; height: 26px; top: 0px; left: 0px; }
.paspartu_left{ position: fixed; width: 26px; height: 100%; top: 0px; left: 0px; }
.paspartu_right{ position: fixed; width: 26px; height: 100%; top: 0px; right: 0px; }
.paspartu_bottom{ position: fixed; width: 100%; height: 26px; bottom: 0px; left: 0px; }*/

/*entry header*/
.entry-header{
	height: 500px;
	background-image: url("images/top-banner-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*home*/
#home-slider{
	position: relative;
}

#home-slider li{
	background-position: center;
	background-size: cover;
}

#home-slider .slides > li .slider-image{
	min-height: 376px;
    height: 85.33333vw;
    max-height: 100vh;
	position: relative;
}
#home-slider .slides > li .slider-image img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

#home-slider .flex-direction-nav a{
    color: #ffffff;
    line-height: 35px;
}
#home-slider .hermes .tp-bullet {
	-webkit-box-shadow: inset 0 0 0 2px #ffa200;
    box-shadow: inset 0 0 0 2px #ffa200;
}
#home-slider .hermes .tp-bullet:after {
    background-color: #ffa200;
}
#home-slider .flex-direction-nav a{	
	line-height: 100%;
	background-color:rgba(0,0,0,0.5);
	border-radius: 50%;
	-webkit-border-radius:50%;
}
#home-slider .flex-next{
	padding-right: 12px;
}
#home-slider .flex-prev{
	padding-left: 12px;
}

.down-arrow {
	width: 50px;
    font-size: 52px;
    line-height: 52px;
    color: #ffffff;
    position: absolute;
    left: -50%;
    right: -50%;
    bottom: 20px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
#home-intro{
	padding: 100px 0px;
}
#home-intro .home-about p{
	font-size: 30px;
}
#home-intro .home-about{
	padding-right: 30px;
}
#home-intro .home-intro {
	padding-left: 30px;
    border-left: 1px solid rgba(0,0,0,0.1);
}
/*services*/
#services .row{
	line-height: 100%;
	margin-top: -50px;
	margin-left: 0px;
	margin-right: 0px;
}
#services .col-xs-4{
	height: 330px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#services .col-xs-4:before{
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.20);
}
#services .col-xs-4 a{
	height: 330px;
	display: block;
	position: relative;
	overflow: hidden;
}
#services .col-xs-4 a h3{
	color: #fff;
}
.col_overlay{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform-origin: 50% 50% 0px;
    transform-style: flat;
    transform: translate(0%, -50%);
    background-color: rgba(0,0,0,0.40);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#services .col-xs-4:hover .col_overlay{
	visibility: inherit;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform-style: flat;
    transform: translate(0%, 0%);
}
#services .col-xs-4 .col_details{
	color: #fff;
	height: 210px;
	position: absolute;
	top: -50%;
	bottom: -50%;
	margin:auto;
	text-align: center;
	z-index: 999;
}
#services .col-xs-4 .col_details h3,
#services .col-xs-4 .col_details p,
#services .col-xs-4 .col_details span{
	color: #fff;
	text-align: center;
}
#services .col-xs-4 .col_details h3{
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	transition: all 0.3s linear;
	transform: translateY(91px);
    opacity: 0;
}
#services .col-xs-4 .col_details p{
	font-size: 18px;
    line-height: 30px;
    margin: 20px 40px 30px 40px;
    transition: all 0.3s linear;
    transform: translateY(50%);
    opacity: 0;
}
#services .col-xs-4 .col_details span{
	font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    position: relative;
    padding: 10px;
    display: inline-block;
    transition: all 0.3s linear;
    transform: translateY(50%);
    opacity: 0;
}
#services .col-xs-4 .col_details span:before,
#services .col-xs-4 .col_details span:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	opacity: 0;
	transition: all 0.6s ease;
}
#services .col-xs-4 .col_details span:before {top: 0px; left: 200px; }
#services .col-xs-4 .col_details span:after{ bottom: 0px; right: 200px; }

#services .col-xs-4:hover .col_details h3,
#services .col-xs-4:hover .col_details p,
#services .col-xs-4:hover .col_details span{ transform: translateY(0px); opacity: 1; }


#services .col-xs-4:hover .col_details span:before{ left: 0px; opacity: 1; }
#services .col-xs-4:hover .col_details span:after{ right: 0px; opacity: 1; }

#services .col-xs-4 img{
	margin-bottom: 0px;
}
.services-parallax{
	min-height: 216px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.services-parallax h1{
	text-align: center;
	color: #fff;
	margin: 0px;
    padding: 60px 0px 0px 0px;
}
#why-us{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#why-us .col-xs-4{
	text-align: center;
	height: 700px;
	padding: 100px;
}
#why-us .col-xs-4 img{
	margin-bottom: 20px;
}
#why-us .col-xs-4:first-child,
#why-us .col-xs-4:nth-child(2){
	border-right: 1px solid rgba(0,0,0,0.1);
}
/*projects*/
#projects{
	padding: 100px 0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
#projects .col-xs-6 {
	margin-bottom: 30px;
}
.project-col .col{
	height: 300px;
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.project-col .overlay{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    outline: 0px solid transparent;
	background-color: rgba(0,0,0,0.70);
	opacity: 0;
}
.project-col .col .title{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding:40px;
}
.project-col .col h3,
.project-col .col p{
	color: #fff;
}
.project-col .col .overlay,
.project-col .col .border-top:before,
.project-col .col .border-top:after,
.project-col .col .border-bottom:before,
.project-col .col .border-bottom:after,
.project-col .col .border-left:before,
.project-col .col .border-left:after,
.project-col .col .border-right:before,
.project-col .col .border-right:after{
	-webkit-transition:all 0.3s linear;
	transition: all 0.3s linear;
}

.project-col .col:hover .overlay{
	opacity: 1;
}

/*top bottom border hover*/
.project-col .col .border-top:before{ content:""; display: block; position: absolute; left: 100px; top: 20px; width: 50%; height: 1px; background-color: #fff; }
.project-col .col .border-top:after{ content:""; display: block; position: absolute; right: 100px; top: 20px; width: 50%; height: 1px; background-color: #fff; }
.project-col .col .border-bottom:before{ content:""; display: block; position: absolute; left: 100px; bottom: 20px; width: 50%; height: 1px; background-color: #fff; }
.project-col .col .border-bottom:after{ content:""; display: block; position: absolute; right: 100px; bottom: 20px; width: 50%; height: 1px; background-color: #fff }

.project-col .col:hover .border-top:before{ left: 20px; opacity: 1; }
.project-col .col:hover .border-top:after{ right: 20px; opacity: 1; } 
.project-col .col:hover .border-bottom:before{ left: 20px; opacity: 1; }
.project-col .col:hover .border-bottom:after{ right: 20px; opacity: 1; } 


/*left right border hover*/
.project-col .col .border-left:before{ content:""; display: block; position: absolute; left: 20px; top: 100px; width: 1px; height: 50%; background-color: #fff; }
.project-col .col .border-left:after{ content:""; display: block; position: absolute; left: 20px; bottom: 100px; width: 1px; height: 50%; background-color: #fff; }
.project-col .col .border-right:before{ content:""; display: block; position: absolute; right: 20px; top: 100px; width: 1px; height: 50%; background-color: #fff; }
.project-col .col .border-right:after{ content:""; display: block; position: absolute; right: 20px; bottom: 100px; width: 1px; height: 50%; background-color: #fff; }

.project-col .col:hover .border-left:before{ top: 20px; opacity: 1; }
.project-col .col:hover .border-left:after{ bottom: 20px; opacity: 1; }
.project-col .col:hover .border-right:before{ top: 20px; opacity: 1; }
.project-col .col:hover .border-right:after{ bottom: 20px; opacity: 1; }


a.view-all-projects {
    font-weight: 400;
    border: 1px solid #000000;
    padding: 10px 30px;
    border-radius: 20px;
    color: #000000;
    margin: 30px auto 0px auto;
    display: block;
    text-align: center;
    width: 200px;
}
a.view-all-projects:focus{ text-decoration: none; }
a.view-all-projects:focus{ text-decoration: none; }
a.view-all-projects:active{ text-decoration: none; }
/*testimonials*/
#testimonials{
	padding-top: 130px;
	padding-bottom: 100px;
	text-align: center;
}
#testimonials .flexslider{
    max-width: 850px;
    margin: 0px auto;
    padding-top: 130px;
    padding-left: 50px;
    padding-right: 50px;
    background-image: url("images/quote-icon-transp.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size:108px;
}

#clients {
    background-color: #ffffff;
    padding: 50px 0px 100px 0px;
}
.client-slider-wrapper {
    padding: 0px 50px;
}
.client-slider-wrapper .flexslider{
	overflow: visible;
}
#client-slider .slides > li .logo-col {
	min-height: 140px;
    text-align: center;
    display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}
#client-slider .slides img {
	max-height: 140px;
    width: auto;
    height: auto;
    display: inline-block;
    margin: auto;
}
.client-slider-wrapper .flexslider  .flex-direction-nav .flex-prev{
	left: -45px !important;
} 
.client-slider-wrapper .flexslider .flex-direction-nav .flex-next {
    right: -45px !important;
}
.client-slider-wrapper .flexslider:hover .flex-direction-nav .flex-prev{
	left: -45px !important;
}
.client-slider-wrapper .flexslider:hover .flex-direction-nav .flex-next {
    right: -45px !important;
}
/*flex slider*/
.flexslider{
	border:none;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: transparent;
}
.flex-direction-nav{
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0px;
	bottom: 45%;
	z-index: 3;
}
.flexslider .flex-direction-nav a{
	color: #000000;
	font-size: 38px;
	opacity: 1 !important;
	line-height:100%;
}
.flex-direction-nav a:before{
	display: none;
}
.flexslider .flex-prev{
	left: 0px !important;
}
.flexslider .flex-next{
	right: 0px !important;
}
#testimonials li p{
    font-family: lora;
    font-size: 30px;
    font-style: italic;
}
#testimonials li p:last-child{
	font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
}
#testimonials li h3{
	font-weight: 700;
}

.nested-url{
	padding-top: 10px;
}
.nested-url li {
    list-style-type: none;
    display: inline;
    padding-right: 5px;
}
.nested-url li a{
	color: #000000;
}
/*projects template*/
.entry-title{
	margin: 50px 0px 30px 0px;
}
.project-types{
	text-align: center;
	margin-bottom: 50px;
	padding: 15px 0px;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.project-types li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	padding-right: 15px;
	border-right: 1px solid #ffa200;
	font-size: 13px;
	line-height: 15px;
    cursor: pointer;
}
.project-types li:last-child{
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
.project-types .active{
	font-weight: bold;
}
.page-template-projects-template .col-xs-4,
.archive .col-xs-4{
	margin-bottom: 30px;
}

/*single projects*/
.projects .col-xs-4{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.project-gallery {
	margin-top: 50px;
}
.project-gallery li{
	width: 33.33%;
	display: block;
	float: left;
	padding: 0px 15px 30px 15px;
	list-style-type: none;
}
.project-gallery li a{
	display: block;
	line-height: 100%;
}
.img-col{
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.project-gallery a img{
	max-width: 100%;
	height: auto;
	display: none;
}
.img-count {
    text-align: right;
}

/*contact*/

.social-media a{
	margin-right: 15px;
	font-size: 24px;
}
.g-map {
	margin-top: 50px;
}
.g-map iframe{
	width: 100%;
}
.field input,
.field textarea{
	width: 100%;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.field textarea{
	height: 150px;
}

.field input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000000;
}
.field input:-moz-placeholder,
.field textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000000;
}
.field input::-moz-placeholder,
.field textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000000;
}
.field input:-ms-input-placeholder,
.field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000000;
}
.field input::-ms-input-placeholder,
.field textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: #000000;
}

/*about*/
.about-image img {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}
.members {
    margin-top: 100px;
    text-align: center;
    max-width: 600px;
    margin: 100px auto 0px auto;
}
.members h3{
	margin-bottom: 30px;
}
.members .name{
	font-size: 16px;
	font-weight: 400;
}
.entry-content {
    max-width: 750px;
    margin: 0px auto;
}

/*footer*/
#colophon{
	background-image: url("images/footer-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	margin-top: 100px;
}
.home #colophon{
	margin-top: 0px;
}
#colophon .footer-wrapper{
	padding: 50px 0px 0px 0px;
	background-color: rgba(0,0,0,0.70);
}
#colophon, #colophon p, #colophon a, #colophon h3{
	color: #ffffff;
}
#colophon .widget-area{
	height: inherit !important;
	padding-bottom: 100px;
}
#colophon .widget-area:after{
	content: "";
	clear: both;
	display: block;
}
#colophon .widget-area aside{
	width: 50%;
	height: inherit;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	float: left;
}
.c-field .wpcf7-form-control-wrap{
	display: block;
}
.c-field input,
.c-field textarea{
	width: 100%;
    border-bottom: 1px solid #ffffff !important;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.c-field textarea{
	height: 150px;
}
.submit input {
    font-size: 24px;
    font-weight: 400;
}

#colophon input::-webkit-input-placeholder,
#colophon textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff;
}
#colophon input:-moz-placeholder,
#colophon textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}
#colophon input::-moz-placeholder,
#colophon textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ffffff;
}
#colophon input:-ms-input-placeholder,
#colophon textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffffff;
}
#colophon input::-ms-input-placeholder,
#colophon textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: #ffffff;
}
#colophon .social-media a{
	margin-right: 15px;
	font-size: 24px;
}
#colophon .site-info{
	padding-bottom: 10px;
}
#colophon .site-info p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 0px;
}
div.wpcf7-response-output{
	border: none !important;
}

@media(max-width: 1024px){
	.home #masthead{
		max-width: 320px;
	}
	.home #masthead .site-title{
		width: 220px;
		height: 107px;
	}
}
@media(max-width: 768px){
	#home-nav{
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 99999;
	}
	#navbar li a,
	#home-nav .home-nav-menu li a{
		font-size: 14px;
	}
	#navbar li,
	#home-nav .home-nav-menu li{
		margin-left: 10px;
	}
	#navbar li:first-child,
	#home-nav .home-nav-menu li:first-child{
		margin-left: 0px;
	}
	.home-logo{
		display: none;
	}
	#home-intro{
		padding: 30px 0px;
	}
	#home-intro .home-about p{
		font-size: 24px;
	}
	#services {
	    padding: 0px 20px;
	}
	#services .col-xs-4{
		width: 100%;
		margin-bottom: 20px;
	}
	#why-us .col-xs-4{
		padding: 50px;
		width: 100%;
		height: inherit;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	#why-us .col-xs-4:first-child, #why-us .col-xs-4:nth-child(2){
		border-right: none;
	}
	#testimonials li p{
		font-size: 18px;
	}
	#testimonials li h3 {
	    font-weight: 700;
	    font-size: 21px;
	    margin-bottom: 8px;
	}
	.projects .col-xs-4,
	.project-gallery li{
		width: 50%;
	}
}
@media(max-width: 640px){
	h1{
		font-size: 24px;
	}
	#services .col-xs-4 .col_details h3{
		font-size: 20px;
	}
	#services .col-xs-4 .col_details p{
		font-size: 16px;
		line-height: 24px;
	}
	h3{
		font-size: 20px;
	}
	.nested-url li a{
		font-size: 14px;
	}
	.menu_button{
		width: 25px;
		height: 16px;
		position: absolute;
		top:31px;
		right: 20px;
		cursor: pointer;
	}
	.menu_button span{
		width: 25px;
		height: 3px;
		background-color: #000000;
		position: absolute;
		left: 0px;
		z-index: 1;
	}
	.menu_button span:first-child{
		top: 0px;
	}
	.menu_button span:nth-child(2){
		top: 6px;
	}
	.menu_button span:last-child{
		top: 12px;
	}
	.fix-menu-button{
		position: fixed !important;
	    top: 31px !important;
	    right: 20px !important;
	    z-index: 9999 !important;
	}
	#navbar{
		width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    background-color: rgba(255,255,255,0.98);
	    margin-top: 0px;
	    padding-top: 50px;
	    display: none;
	}
	#navbar li{
		display: block;
		text-align: center;
		margin-left: 0px;
	}

	#home-nav .logo{
		height: 80px;
	}
	#home-nav .home-nav-menu .menu-top-menu-container {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    left: 0px;
	    padding-top: 50px;
	    background-color: #fff;
	    display: none;
	}
	#home-nav .home-nav-menu li{
		display: block;
		text-align: center;
	}
	#home-nav .home-nav-menu li{
		margin-left: 0px;
	}
	#home-intro .col-xs-6{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	#services .col-xs-4 .col_overlay {
	    visibility: inherit;
	    opacity: 1;
	    transform-origin: 50% 50% 0px;
	    transform-style: flat;
	    transform: translate(0%, 0%);
	}
	.col_overlay{
		background-color: rgba(0, 0, 0, 0.30);
	}
	#services .col-xs-4:before{
		background-color: transparent;
	}
	.project-col .overlay{
		background-color: rgba(0, 0, 0, 0.35);
	}
	#services .col-xs-4 .col_details h3, #services .col-xs-4 .col_details p, #services .col-xs-4 .col_details span {
	    transform: translateY(0px);
	    opacity: 1;
	}
	#services .col-xs-4 .col_details span:before {
	    left: 0px;
	    opacity: 1;
	}
	#services .col-xs-4 .col_details span:after {
	    right: 0px;
	    opacity: 1;
	}

	.members .col-xs-6{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	#projects .col-xs-6 {
	    width: 100%;
	}
	.project-col .col .overlay{
		opacity: 1;
	}
	.project-col .col .border-top:before{ left: 20px; opacity: 1; }
	.project-col .col .border-top:after{ right: 20px; opacity: 1; } 
	.project-col .col .border-bottom:before{ left: 20px; opacity: 1; }
	.project-col .col .border-bottom:after{ right: 20px; opacity: 1; } 

	.project-col .col .border-left:before{ top: 20px; opacity: 1; }
	.project-col .col .border-left:after{ bottom: 20px; opacity: 1; }
	.project-col .col .border-right:before{ top: 20px; opacity: 1; }
	.project-col .col .border-right:after{ bottom: 20px; opacity: 1; }

	.page-template-page-contact .col-xs-6,
	.single-project .col-xs-6{
		width: 100%;
	}


	#colophon #text-2{
		margin-bottom: 30px;
	}
	#colophon .widget-area aside{
		width: 100%;
	}
}

@media(max-width: 480px){
	.projects .col-xs-4,
	.project-gallery li{
		width: 100%;
	}
}