/* ------------------------------------------------------------------------------

	Template Name: designstub
	Template URI: http://www.designstub.com/
	Description: Full Screen Design Agency Template
	Author: Andy
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	1. CSS Reset
	2. Document Setup
	3. Header Part
		3.1 Menu Style
	8. Portfolio Style
	9. JP / EN Style
	10.Footer Style
	11.Responsive style
		
		
--------------------------------------------------------------------------------/*

/*----------------------------------------------------
	1. CSS Reset
------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
html { font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	text-rendering: optimizelegibility; 
}
body {
	color:#efefef;
	font-family: "Noto Sans JP";
	font-weight: 400;
	position:relative;
	background:#000;
	width:100%;
	height:100%;
	overflow: scroll;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        letter-spacing:0.15em;
}
a {
	text-decoration:none;
	color:#fff;
	outline:none;
}
img {
	max-width:100%;
}

a:link{
color:#fff;
font-weight:normal;
text-decoration:none;
opacity:1;
}
a:visited{
color:#eee;
font-weight:bold;
opacity:1;
}
a:hover{
color:#eee;
font-weight:Bold;
opacity:1;
}
a:activ{
font-weight:Bold;
opacity:1;}

a:hover img{
     transform: scale(1.3);
     overflow: hidden;
}

/*----------------------------------------------------
	 2. Document Setup
------------------------------------------------------*/
.wrapper{
	width:100%;
}
.spHeight{
	padding-top:63px;
}
.wrapper.noGap {
	padding-top:0;
}
.noMar{
	margin:0 !important;
}
.noPadd{
	padding:0px !important;
}

p{
	font-size:12px;
	line-height:27px;
	font-weight:400;
	padding-bottom:33px;
	margin:0px;
	text-align:left;
        letter-spacing:0.08em;
        overflow-wrap: break-word;
        word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color:#fff;
}
h1{
	font-family: "Noto Sans JP";
	font-size:33px;
	line-height:76px;
	font-weight:400;
	margin:0px;
	padding-bottom:8px;
}
h2{
	font-family: "Anton";
	font-size:50px;
	letter-spacing:0.15em;
	color:#fff;
	line-height:57px;
	padding-bottom:10px;
	font-weight:400;
	text-transform:none;
	margin:0px;
}
h3{
	font-family: "Anton";
	font-style:normal;
	font-size:27px;
	line-height:30px;
	padding-bottom:10px;
	font-weight:300;
	margin:0px;
}
h4{
	font-family: "Noto Sans JP";
	font-size:21px;
	line-height:24px;
	padding-bottom:10px;
	font-weight:400;
	margin:0px;
}
h5{
	font-family: "Anton";
	font-size:17px;
	color:#efefef;
	line-height:24px;
	padding-bottom:10px;
	font-weight:400;
	margin:0px;
}
.wrapper .media {
	margin-top:0;
}
.heading{
	text-align:center;
	margin:40px 0 70px 0;
}
.heading .container{
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-right: 0px;
	padding-left: 0px;
}
.heading h2 {
	font-size:600%;
	letter-spacing:0.15em;
	line-height:1.3em;
	font-weight:400;
	margin-left:5px;
	margin-bottom:10px;
        letter-spacing:0.15em;
	display:inline-block;
	position:relative;
        color:#fff;
}
.heading h2:after {
	content:"";
	display:block;
	width:400px;
	height:2px;
	background:#efefef;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-200px;
}
.heading h3{
	font-size:150%;
	line-height:30px;
	color:#fff;
	padding-bottom:0;
	font-weight:300;
	text-transform:none;
	letter-spacing:1px;
}
.heading p{
	line-height:25px;
}

.topmar{
	margin-top:20px;
}

*/credit/*
.box1{
    margin-bottom:0px;
    color: #000;
    background: #fff;/*???*/
    border: solid 0px #000;
    box-sizing: border-box;
    width:100%;
    margin-top:10px;
    margin-left:0%;
    margin-right:0%;
    text-align:center;
    padding-top:7px;
}
.box1 p {
    font-weight:400;
    font-size:10px;
    margin: 0px; 
    padding:15px;
    font-family:"Noto+Sans+JP";
    letter-spacing:0.3em;
    vertical-align:text-top;
    line-height:2.05em;
    text-justify:none;
}
.p credit{font-size:12px; text-align:left;}
@media screen and (min-width: 768px) {.span credit{font-size:7px;}}
/*----------------------------------------------------
	3. Header Part
------------------------------------------------------*/
header{
	position:relative;
        width:100%;
}
.banner{
	overflow:hidden ;
	margin:0 0 0 0;
	background:#CACACA;
        text-align:center;
}
.patternOverlay {
	background:#372d38;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0;
}

.bannerText{
	width:100%;
	position:absolute ;
	left:0;
	top:47%;
	text-align:center;
	margin-top:-35px;
	padding:0 ;
	z-index:10 ;
}
.bannerText h1{
	text-transform:uppercase;
	line-height:normal;
	font-weight:300;
	color:#fff;
	letter-spacing:4px;
	margin-top:-50px;
}
.bannerText h3{
	color:#fff;
	font-size:19px;
	line-height:normal;
	font-weight:400;
	text-transform:none;
	margin-bottom:20px;
	letter-spacing:2px;
}

/*----------------------------------------------------
 	3.1 Menu Style
------------------------------------------------------*/

    @font-face {
    font-family: "Ubuntu Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("Ubuntu Condensed"),
         local("UbuntuCondensed-Regular"),
         url(UbuntuCondensed-Regular.woff) format("woff");
    }
    header .logo,
    footer .copyright {
    margin: 0;
    color: #686868;
    font-family:"Anton";
    font-weight: normal;
    text-align: center;
    letter-spacing: .1em;
    }
    /* :::::: contents :::::: */
    #wrapper {
    overflow: hidden;
    height: auto;
    padding: 0;
    }
    .contents {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    }
    #navTgl:checked ~ .contents {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    }
    /* :::::: toggle button :::::: */
    #navTgl {
    display: none;
    overflow: hidden;
    }
    label {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 20px;
    }
    .open {
    z-index: 13;
    width: 5%;
    height: 5%;
    color: #eaeaea;
    background-color: #none;
    font-size: 3em;
    line-height: 30px;
    text-align: center;
    -webkit-transition: background-color .6s, -webkit-transform .6s;
    transition: background-color .5s, transform .5s;
    }
    #navTgl:checked + .open {
    background-color: #none;
    color: rgba(0,0,0,0);    
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    }
    .close {
    z-index: 12;
    width: 5%;
    height: 5%;
    color: #fff;
    background-color: #none;
    font-size: 3em;
    line-height: 30px;
    text-align: center;
    -webkit-transition: background-color .6s, -webkit-transform .6s;
    transition: background-color .5s, transform .5s;
    }
    #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0,0,0,0);
    color: rgba(0,0,0,0);    
    }
    #navTgl:checked ~ .close hover {
    background-color: rgba(100,100,100,0);
    }
    /* :::::: drawer menu :::::: */
    .menu {
    z-index: 11;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    letter-spacing: 0.5em;
    font-size: 1.5em;
    background-color: rgba(0,0,0,.5);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    }
    #navTgl:checked ~ .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    .menu h2,
    .menu li a {
    color: white;
    list-style:none;
    font-size: 150%;
    font-family:"Anton";
    }
    .menu h2 {
    text-align: center;
    }
    .menu ul,
    header nav ul {
    padding-top: 3%;
    list-style:none;
    }
    .menu li {
    border-bottom: 0px solid rgba(255,255,255,.6);
    font-size: .8em;
    line-height: 0.7em;
    list-style:none;
    }
    .menu li:first-child {
    border-top: 0px solid rgba(255,255,255,.6);
    list-style:none;
    }
    .menu li a,
    header nav li a {
    text-align: center;
    display: block;
    padding: 1em 1.5em;
    text-decoration: none;
    transition: background-color .6s;
    list-style:none;
    font-size: 280%;
    }
    .menu li a:hover {
    background-color: rgba(0,0,0,0);
    border-bottom:3px solid #fff;
    list-style:none;
    font-size: 330%;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    }

/*----------------------------------------------------
	 8. Protfolio Style
------------------------------------------------------*/
.portfolio{
	background:#000;
	width:100%;
	overflow:hidden;
        padding-left:0;
        padding-right:0%;
	margin-top:67px ;
}
.portfolio .container{
	padding-top:67px ;
	padding-bottom:30px ;
}
.portfolio .heading {
	padding-bottom:50px;
}
.portfolio .protBox{
	padding-top:67px;
	padding-bottom:0 ;
	position:relative;
}

.portfolio .heading p{
	padding-bottom:41px;
	color:#242424
}
.portfolio h4{
	font-weight:700;
}
.portfolioFilter{
	display:block;
	margin:0 auto;
	text-align: center;
}

.portfolioFilter ul{
	margin:0 auto;
	text-align:center;
	display:block;
	margin-bottom:60px;
}
.portfolioFilter ul li{
	display:inline-block;
	margin:0 -2px;
	position:relative;
}
.portfolioFilter ul li:after {
	content:"";
	display:block;
	width:1px;
	height:10px;
	background:#938b94;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-5px;
}
.portfolioFilter ul li.last:after {
	background:#000;
}
.portfolioFilter ul li a{
	padding:20px 30px 12px 30px;
	font-size:11px;
	line-height:10px;
	font-weight:bold;
	color:#6f6470;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	border-right:none;
	letter-spacing:2px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolioFilter ul li a:hover{
	border-color:#000;
	color:#fff;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolioFilter ul li a.current{
	border:solid 1px #fff;
	color:#fff;
}

ul.portfolioContainer{
	display:block;
	padding:0px;
	margin-bottom:50px;
	list-style-type:none;
}
ul.portfolioContainer li{
	display:block;
	height:auto;
	padding:0px;
	margin:0px;
	cursor:pointer;
	border:0.5px solid #000;

}
ul.portfolioContainer li .lightCon{
	display:inline-block;
	margin:0px;
	position:relative;
	overflow:hidden;
}
ul.portfolioContainer li img{
	 width:100% !important;
	 height:auto;
	 display:block;
	position:absolute;
}

span.hoverBox{
	visibility:hidden;
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	bottom: 0px;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	
	background: rgba(76, 64, 78, 0);
	
}
ul.portfolioContainer li:hover span.hoverBox{
	visibility:visible;
	left:0px;
	bottom: 0px;
	
	background: rgba(76, 64, 78, 0.9);
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

span.hoverBox a{
	line-height:54px;
}

span.hoverBox .smallIcon{
	width: 74x;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -80px;
	margin-top: -37px;
}

span.hoverBox .zoom{
	visibility:hidden;
	width:74px;
	height:74px;
	border:1px solid #fff;
	color:#fff;
	position: relative;
	left:-180%;
	background:url(../images/plus-icon.png) 50% 50% no-repeat;
	margin-left:47px;
	/*top:40%;*/
	text-align:center;
	line-height:70px;
	display: block;
	float: left;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
ul.portfolioContainer li:hover span.hoverBox .zoom{
	visibility:visible;
	left:0;
	padding-top:7px;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
span.hoverBox .zoom i {
	font-size:0;
	text-indent:-100000px;
}

span.hoverBox .linKed{
	visibility:hidden;
	width:54px;
	height:54px;
	background:#313131;
	color:#fff;
	position: relative;
	right:-180%;
	/*top:40%;*/
	text-align:center;
	line-height:52px;
	display: block;
	float: right;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
ul.portfolioContainer li:hover span.hoverBox .linKed{
	visibility:visible;
	right:0%;
	padding-top:7px;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
	padding:0;
	
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


.abc{
	position: absolute;
	width: 782px;
	height: auto;
	top: 20%;
	left: 0;
	right: 0;
	z-index: 99999;
	margin: 0 auto;
}
.abc #pbImage{
	position:static !important;
}

#pbCaption{
	display:block;
	background:none !important;
}
#pbBottom{
	position: relative !important;
	left: 26.1% !important;
	bottom: 0px !important;
	width: 100% !important;
	margin-left: -26% !important;
	padding: 0px !important;
	height:80px !important;
	
	display: block;
	background-color: rgba(24,27,34,1);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
}
#pbCloseBtn{
	position:absolute !important;
}

/*----------------------------------------------------
	9. JP / EN Style
------------------------------------------------------*/

#switch {
  display: block;
  list-style: none;
  padding: 0;
  margin: -3px auto 20px auto;
  overflow: hidden;
  vertical-align:text-bottom;
  }
.btn {
  float: center;
  margin: 0 0px 0rem 0px;
  padding: 0px;
  font-size: 95%;
  text-align: center;
  background: none;
  color: #fff;
  opacity: 0.3;
  vertical-align:baseline;
  }
.btn:hover {
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  }
.inactive {opacity: 1; font-size:130%;}
.inactive:hover {
  opacity:1;
  cursor: default;
  }
.boxDisplay { display: block; }
.boxNone { display: none; }

/*----------------------------------------------------
	 10. Footer Style
------------------------------------------------------*/
.footer{
	background:#000;
        border-top:0px solid #ada5ad;
        margin-top:0px;
}
.footer .container{
	padding:50px 0 0;
}

.footer img{
border:solid 0px #eeeeee;}

.footer ul{
	margin:20px auto 40px auto;
	text-align:center;
	list-style-type:none;
}
.footer ul li{
	display:inline-block;
	text-align:center;
	background:none;
	color:none;
	line-height:55px;
	margin:0 22px 18px;
	width:55px !important;
	height:55px !important;	
	-webkit-border-radius: 0;
    border-radius: 0;
}
.footer ul li:hover{
	background:none;
}
.footer ul li:hover a{
	color:none;
}

.footer ul li a{
	color:#fff;
	width:42px !important;
	height:42px !important;
}

.footer ul li a i{
	line-height:30px !important;
	color:#fff;font-size:23px;
}
.footer p{
	color:#000;
	font-size:15px;
	line-height:24px;
	font-weight:300;
	text-align:center;
}
.footer p:last-child{
	padding-bottom:0px;
}

.footer-mb a:hover img{
     filter: brightness(300%);
}

.foot{transition: all 0.3s ease;margin:50px 0 -50px 0}
.foot:hover{transform: scale(1.3); opacity:0.5}

.gototop {
	display:inline-block;
	width:40px;
	height:40px;
	border:2px solid #746c75;
}
.gototop i {
	color:#817a82;
	line-height:35px;
}


.gotoother {
	display:inline-block;
	width:40px;
	height:40px;
	border:0px solid #fefefe;
	border-radius:30px;
	background-color:#707070;
        margin:30px 0 30px 0;    
}

.gotoother:hover{
	display:inline-block;
	width:40px;
	height:40px;
	border:0px solid #fefefe;
	border-radius:30px;
	background-color:#d1d1d1;
        margin:30px 0 30px 0;    
}
.gotoother i {
	color:#fefefe;
	line-height:38px;
        font-size:17px;
}


/* Preloader */
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	color:#fff;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/preloader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status p{text-align:center;}




/*---------------------------------------------------------------------------------
	 11. Responsive style
-------------------------------------------------------------------------------*/


@media screen and (min-width: 2047px) {
	
	ul.portfolioContainer li{
		width:24.8%;
	}
}


@media screen and (min-width: 2035px) {
	
	ul.portfolioContainer li{
		width:24.8%;
	}
}


@media screen and (min-width: 1440px) {
	
	.workYear{
		width:140px;
		height:140px;
		padding-top:50px;
	}
	
	.education .workYear{
		padding-top:58px;
	}
	ul.portfolioContainer li{
		width:24.8%;
	}
}

@media screen and (min-width: 1200px) {
	.workYear{
		width:140px;
		height:140px;
		padding-top:50px;
	}
	
	.education .workYear{
		padding-top:58px;
	}
	ul.portfolioContainer li{
		width:24.8%;
	}
}

@media screen and (min-width: 992px) {.spNone-mdlg {display: none;}}


@media screen and (max-width: 991px) {

	.bannerText h1{
		font-size:65px;
		line-height:71px;
	}
	.bannerText h2{
		font-size:28px;
	}
	.proPic{
		text-align:center;
	}
	
	.navbar-inverse .navbar-toggle .icon-bar{
		background:rgba(155, 155, 155, 0.46);
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle.active .icon-bar{
		background:rgba(155, 155, 155, 0.46);
	}
	.navbar-inverse .navbar-toggle.active {
		background-color:#11141c;
	}





@media screen and (max-width: 810px) {
    label {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 35px;
    }

	#header h3{
		font-size: 38px;
	}
	#header h3 span{
		font-size: 16px;
	}
	
	.abc{
		width:100%;
	}
	.navArea {
		float:none;
	}
	#header{
		font-size: 38px;
		text-align:left;
	}	
	.banner{
    padding-right:0;
    padding-left:0;
    margin-right:0;
    margin-left:0;}
}


@media screen and (min-width: 768px) {
.heading h2 {font-size:500%;}.heading h2:after{width:350px; margin-left:-177px;}
	.conForm input.col-sm-6 {
		width: 48.5%;
	}
	.conForm input.col-lg-6 {
		width: 48.5%;
	}
	.navbar.navbar-inverse.navbar-static-top a {
		padding-left:12px;
		padding-right:12px;
	}
	.navbar.navbar-inverse.navbar-static-top a.closeMenu {
		width:28px;
		height:28px;
		top:25px;
	}
	.closeMenu i {
		line-height:25px;
	}
	.banner{
    padding-right:0;
    padding-left:0;
    margin-right:0;
    margin-left:0;}
}


@media screen and (max-width: 767px) {
.portfolio .container{margin-top:10px ;} .portfolio{margin-top:10px ;} 
	.navbar-wrapper .container,
	.navwrapper .container{
		width:100%;
	}
		.navbar-nav{
		position: absolute;
		width: 100%;
		left: 0;
		color:#fff;
		background:#181a1c;
		text-align:center;
	}
	.nav > li > a {
		display:block;
	}
	.navbar.navbar-inverse.navbar-static-top a:hover{
		background:none;
	}
	
	.navbar-nav > li{
		float:none;
		display:block;
	}
	.navbar-nav > li> a{
		padding:15px 0 !important;
		color:#fff !important;
	}
	.navbar-nav > li> a:hover{
		background:#000 !important;
	}

	ul.portfolioContainer li{
		width:100%;
	}
	.navbar-toggle {
		margin-top: 23px;
	}
	.navbar .container{
		padding:0;
	}
	.isStuck.navbar-wrapper .navArea{
		display:block;
	}
	.navbar-header .navbar-brand{
		float:right;
	}
	.banner{
    padding-right:0;
    padding-left:0;
    margin-right:0;
    margin-left:0;}
	
}


@media screen and (max-width: 767px) {
    .menu li {
    font-size: .8em;
    line-height: 0.7em;
    }
    .menu li a,
    header nav li a {
    padding: 1em 1.5em;
    font-size: 200%;
    }
    .menu li a:hover {
    font-size: 250%;
    }
	.footer ul li{
		margin:0 5px 18px;}

	ul.portfolioContainer li{
		width:100%;
	}
	.navbar-header{
		display:none;
	}
	.isStuck .navbar-header{
		display:block;
	}
	.workYear{
		margin:0 auto;
	}
	.workDetails .rightArea{
		border-left:none;
	}
	.arrowpart{
		float:none;
		width:100%;
		height:40px;
		background:url(../images/arrow-top.png) no-repeat 50% 100%;
	}
	.education .arrowpart{
		background:url(../images/arrow-top-light.png) no-repeat 50% 100%;
	}
	.exCon{
		margin-left:0px;
	}
	/*.stuckMenu .closeMenu {
		display:none;
		left:10px;
		top:24px !important;
		right:inherit;
	}*/
	.closeMenu,
	.nav-icon{
		display:none;
	}
	.navbar-nav > li {
		display:block;
	}
	ul.navbar-nav li a{
		display:block;
	}
	.navbar.navbar-inverse.navbar-static-top a {
		padding:10px 0;
	}
	.about{
		border-right:none;
		border-bottom:solid 1px #dbdbdb
	}
	.about:nth-child(3n+3){
		border-bottom:none;
	}
	.media {
		text-align:center;
	}
	.experdate {
		margin:0 auto 40px;
	}
	.conForm .submitBnt {
		width:100%;
	}
	.banner{
    padding-right:0;
    padding-left:0;
    margin-right:0;
    margin-left:0;}

}


@media screen and (max-width: 650px) {
	.portfolio{
	background:#000;
	width:98%;
	overflow:hidden;
        padding-left:0;
        padding-right:2%;
	}
	
	#wrapper{
		top: 200px !important;
	}
	.heading {
		padding-bottom:40px;
	}
	.upbox{
		transform: translate(0px, -70px);
		-ms-transform: translate(0px, -70px); /* IE 9 */
		-webkit-transform: translate(0px, -70px); /* Safari and Chrome */
	}	
	.banner{
    padding-right:0;
    padding-left:0;
    margin-right:0;
    margin-left:0;}
	.bannerText {
		padding-top:15px;
		padding-bottom:15px;
		width:100%;
	}
	.bannerText h1 {
		font-size: 42px;
		line-height: 48px;
		width:100%;
	}
	.bannerText h3 {
		font-size: 28px;
		line-height: normal;
		width:100%;
	}
	.bannerText h2 {
		font-size: 18px;
		line-height:24px;
		width:100%;
	}
	.aboutus h3 {
		padding-top:20px;
	}
	.expertiesico {
		padding:0;
		border:none;
		text-align:center;
		margin-bottom:30px;
	}
	.expertiesdesc {
		padding:0;
		margin-bottom:50px;
		margin-left:10px;
		margin-right:10px;
	border-left:0px solid #ada5ad;

	}
	.skillbar:last-child {
		margin-bottom:0;
	}
}


@media screen and (max-width: 480px) {
    .menu li {
    font-size: .8em;
    line-height: 0.7em;
    }
    .menu li a,
    header nav li a {
    padding: 1em 1.5em;
    font-size: 130%;
    }
    .menu li a:hover {
    font-size: 160%;
    }
	ul.portfolioContainer li{
		width:100%;
	}
	.bannerText h1 {
		font-size:32px;
		width:100%;
	}
	.bannerText h3 {
		font-size:20px;
		width:100%;
	}
	.bannerText p {
		font-size:15px;
		padding-bottom:20px;
		width:100%;
	}

}


@media screen and (max-width: 400px) {
    .menu li {
    font-size: .8em;
    line-height: 0.7em;
    }
    .menu li a,
    header nav li a {
    padding: 1em 1.35em;
    font-size: 115%;
    }
    .menu li a:hover {
    font-size: 150%;
    }
	.footer ul li{
		margin:0 0px 18px;}

	#loopedSlider, #newsSlider{
		min-height: 700px;
		height: 100%;
	}
	ul.slides{
		width:100%;
	}
	.slides-container{
		width:100%;
	}

	.item{
		width: 19%;
	}
	.item p {
		font-size: 36px;
	}
	
	.ourservice img{
		width:100%;
	}
	
	ul.portfolioContainer li{
		width:100%;
	}
	
	.bntDownload{
		font-size: 13px;
		padding: 16px 14px;
	}
	
	.conForm textarea{
		margin-bottom:20px;
	}
	.textGroup{
		display:block;
		padding:0 0 40px 0;
	}
	
	.nameError,
	.emailError{
		left:0px;
		top:0px;	
	}

}
