/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}

.loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	
}

::selection {
    background:#EEE; /* Safari */
}
::-moz-selection {
    background:#EEE; /* Firefox */
}


.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

section {
  position: absolute;
  min-width: 100%;
  height: 400px;
  z-index:1000;
}
section article {
  position: relative;
  text-align: center;
  transform: translate(0px, -50%);
  top: 40%;
}
section article h1 {
  font-size: 4rem;
  font-weight: bold;
  
}

.logo
{ position:absolute;
  z-index:9999;
  left:5%;
  top:5%;}
/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
	position: absolute;
	top: 10%;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
	color: #fff;
	text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
	z-index: 2000;
}

#menu-toggle {
	top: 5%;
	right: 4%;
	position: fixed;
	z-index: 5000;
	color: #000;
}

#menu-toggle2 {
	top: 5%;
	right: 13%;
	position: absolute;
	z-index: 5000;
	color: #000;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 0 0 0 0;
}

/* Full Page Image Header Area */

/* Half Page Height Carousel Customization */
.carousel {
	height: 80%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 50px 0;
}

/* Services */

.services {
  background: #7fbbda;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
  margin-top:15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/trip/0trip/16/IMG_6046.jpg) no-repeat center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.workshop {
  background: url(../img/workshop/top.jpg) no-repeat center fixed; 
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.trip {
  background: url(../img/trip/kita.jpg) no-repeat center fixed; 
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.issue {
  background: url(../img/issue/top.png) no-repeat center fixed; 
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exhibit {
  background: url(../img/momo.jpg) no-repeat center fixed; 
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.repair {
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cv {
  background: url(../img/about/show.jpg) no-repeat center fixed;
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.news {
  background: url(../img/index/news.jpg) no-repeat center fixed; 
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#6C6;
}

.about {
  background: url(../img/index/w1.jpg) no-repeat center fixed; 
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.amzntop {
  background: url(../img/issue/i21/qw.jpg) no-repeat center; 
  height: 800px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}

.repair{background: #f2e359;}
.art{background: #000; color:#FFF;}
/* Call to Action */

.call-to-action {
  color: #000;
  background: #f2e359;
  padding: 120px 0;
}

.call-to-action-mending {
  background: url(../img/index/ter.jpg) no-repeat center; 
  height: 400px;
  width: 100%;
  display: table;
  padding: 220px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.call-to-action-basic {
  padding: 120px 0;
}

.call-to-action-1 {
  height: 100px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.call-to-action-2 {
  background: url(../img/soc/mizo/3-6.jpg) no-repeat center; 
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sunburn {
  height: 80%;
  background-color:#06F;
  background: url(../img/sunburn/2.jpg) no-repeat center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.uneven {
  height: 80%;
  background-color:#06F;
  background: url(../img/uneven/top.jpg) no-repeat center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.phone {
  height: 80%;
  background-color:#06F;
  background: url(../img/phone/1-2.jpg) no-repeat center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lc {
  height: 80%;
  background-color:#06F;
  background: url(../img/linercut/un.jpg) no-repeat center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lookbooksummer {
  height: 80%;
  background: url(../img/lookbook2015s/1.jpg) no-repeat center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lookbookautom {
  height: 80%;
  background-color:#06F;
  background: url(../img/2015a/01.jpg) no-repeat center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.call-to-action-2 {
  padding: 120px 0;
  background-color:#fdcf92;
}


.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
	padding: 40px 0;
	background-color:#CCC;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url(../img/bg.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }
  
  #menu-toggle2 { display:none;}

}

.loadingWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
.loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	
}

.amazon {
	background-color:#ff9900;
}

.fff {
	background-color:#fff;
}

.gray {
	color:#999999;
}

.black {
	background-color:#000;
}


.three-column {
  padding: 1em;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}
@media (min-width: 768px) {
	.three-column {
  padding: 1em;
  -moz-column-count: 3;
  -moz-column-gap: 1em;
  -webkit-column-count: 3;
  -webkit-column-gap: 1em;
  column-count: 3;
  column-gap: 1em;
	
	}}
figure {
	position: relative;
	overflow: hidden;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 5%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}

video#bgvid {
 display: block;
  max-width: 100%;
  height: auto;
}

.video {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 90;
}
.video object,
.video iframe {
  width: 100%;
}
.video img {
  height: auto;
  width: 100%;
}
.video .overlay {
  opacity: 1;
  height: 100%;
}
.video .play {
  display: block;
  position: absolute;
  padding: 0;
  width: 80px;
  height: 80px;
  background: none;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 100px;
  border: 4px solid #ffffff;
  z-index: 90;
}
.video .triangle {
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  top: 22px;
  left: 30px;
}
.video.dark {
  background-image: none !important;
  background: #000000;
}

#rotate {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5eg);
    transform: rotate(-5deg);
}

.row.flush-col > [class*="col-"] {padding:0;}

.img-fluid {width:100%; border: 0;}

.current a {
color: #000;
}

white {
	color:fff;
}

.gray
{ background-color:#F6F6F6;
color:#000;}