
/*  PROPERTY OF LORAGE LTD, DO NOT STEAL OR FACE THE CONSEQUENCES */


/* BASIC PAGE PROPERTIES */
body{
    background: #000000;
}

.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #4b4848;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
   display: table;  
   overflow: hidden;
}  
.clearfix:after {  
    clear: both;  
}  

/*  Header  */
@media (min-width:1099px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        min-height: 100%;
        padding: 0 0 0 50px;
        background: #000000; 
        float: left;
        overflow: hidden;
        z-index: 9999;
    }

    header .logo{
        margin-top: 100px;
    }

    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 100px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 30px;
    }

    header nav ul li a{
        color: #454545;
        font-family: arial;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #969595;
    }

    header .footer{
        position: absolute;
        bottom: 50px;
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }
	
    header .rights p{
        color: #fff;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    header .rights a{
        font-family: arial;
        font-weight: bold;
        text-decoration: none;
    }
	
 
}

/*  MAIN PAGE DETAILS  */

.main{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    position: relative;
    z-index: 55;
    background: #000000;
    clear: both;
}







/*  Home/portfolio  */
.main .work{
    display: block;
    width: 25.5%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 90%;
    vertical-align: middle;
}

/*  PROPERTY OF LORAGE LTD. DO NOT ST.EAL, INNER MOVIE PAGES  */
.top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
}


.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #4b4848;
    font-size: 13px;
    line-height: 22px;
    padding: 60px 30px;
    background: #000000;
}

.content p{
    color: #4b4848;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 60px;
}
.content a{
    color: #4b4848;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 60px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #4b4848;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 30px;

}
/*  LINK STRUCTURE PROPERTY OF LORAGE LTD  ============================================================================= */
 /* unvisited link */
a:link {
	color: #919191;
	text-decoration:none;
}
a.line {
	color: #999;
	text-decoration:underline;
}

/* visited link */
a:visited {
	color: #999999;
}

/* mouse over link */
a:hover {
	color: #E8E8E8;
}

/* selected link */
a:active {
	color: #CACACA;
}


/*  RESPONSIVE CODE N STUFF PROPERTY OF LORAGE LTD STEAL AND FACE THE CONSEQUENCES  */
@media (max-width:1024px){

    header{
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 30px 0 0 30px;
        float: left;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 0px 30px 0 0;
    }
    
    header nav{
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 9999;
    }

    header nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
	
	font{
        display: block;
        width: 100%;
        padding: 0px 0;
        text-align: center;
        font-size: 12px;
        text-decoration: none;
	    background: #000000;
    }
	
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 30px 0;
        text-align: left;
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 12px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #fff;
    }
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
  
}

@media (max-width:550px){
     .main .work{
        width: 50%;

    }
    }

div {max-width:100%}
img {max-width:100%}
mobile-only {display:block}

#logo {
    height: 70px;
    width: 120px;
}
#content { 
  overflow:auto; 
  width: 700px; 
  background: #000000; 
} 

#left, #right { 
  width: 41%; 
  margin:0px; 
  padding: 1em; 
  background: #0000000; 
} 

#left  { float:left;  }
#right { float:right; } 

.container {
  max-width: 400px;
  background-color: black;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.container div {
  background-color: black;
  width: 100%;
  display: inline-block;
  display: none;
}
.container img {
  width: 25%;
  height: auto;
}

  
    @media only screen and (min-width:1024px) {
        .mobile-only {
            display:none !important;
        }

    
    }

    @media only screen and (max-width: 1024px) {
        .mobile-only {
            display:block !important;
        }

      
    }
	
	img.resize{
    width:400px; 
    height: auto;
}
img {
  height: 100%;
}

#form_container 
{ border:0px solid #ccc; margin:0 auto; text-align:left; width:800px; height: 800px; background:url(/img/contactpagebackground.jpg) no-repeat; }

.gallery-items { font-size: 0; }

.gallery-item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

.gallery-expander {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}

.gallery-contents { position: relative; }

.gallery-contents:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  content: '';
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  -webkit-transition: border-bottom-width 500ms ease;
  -o-transition: border-bottom-width 500ms ease;
  transition: border-bottom-width 500ms ease;
}

.gallery-item.active .gallery-contents:after { border-bottom-width: 30px; }

body {
  font-family: 'Nanum Barun Gothic';
  font-weight: 200;
  color: #555;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.gallery-item {
  text-align: left;
  font-size: 25px;
  margin: 0 10px;
  padding: 10px 0;
}

.gallery-item .thumbnail {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item .thumbnail > img {
  position: absolute;
  top: 50%;
  margin-top: -300px;
  max-width: 300px;
}

.gallery-item .title {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.gallery-contents:after { border-bottom-color: #F6F3ED; }

.gallery-expander { background: #F6F3ED; }

.gallery-expander-contents {
  margin: 0 auto;
  width: 1000px;
  padding: 20px 0;
}

@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents { width: 640px; }
}

@media (max-width: 639px) {

.gallery-expander-contents { width: 100%; }
}

.gallery-expander-contents:after {
  clear: both;
  display: table;
  content: '';
}

.gallery-expander-contents > div.col {
  float: left;
  width: 480px;
}

@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents > div.col { width: 310px; }
}

@media (max-width: 639px) {

.gallery-expander-contents > div.col {
  float: none;
  padding: 25px 20px 0;
  width: auto;
}

}

.gallery-expander-contents > div.col + div.col { margin-left: 40px; }

@media (min-width: 640px) and (max-width: 999px) {

.gallery-expander-contents > div.col + div.col { margin-left: 20px; }

}

@media (max-width: 639px) {

.gallery-expander-contents > div.col + div.col { margin-left: 0px; }

}

.gallery-expander-contents div.close {
  position: absolute;
  top: 10px;
  right: 20px;
}

.gallery-expander-contents div.title {
  font-weight: 500;
  color: #D28A3C;
}

.gallery-expander-contents div.contents {
  margin-top: 10px;
  border-top: 1px solid #BCB098;
  border-bottom: 1px solid #BCB098;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #797262;
}

.gallery-expander-contents div.image > img {
  width: 100%;
  display: block;
}

#gallery a {
   text-decoration:none;
   }
 
#gallery .item {
   width: 100px; height: 100px; overflow: hidden;
   float: left;
   border: 5px solid #333;
   margin: 5px;
   }
 
#gallery .item a {
    overflow: hidden;
   }
 
#gallery .item a img {
   width:100%;
   height: 100%;
   align-self: center;
   }
 
.lightbox {
   /** Hide the lightbox */
   opacity: 0;
 
   /** Apply basic lightbox styling */
   
   position: fixed;
   z-index: 9999;
   width: 100%;
   height: 100%;
   top: -100%;
   left: 0;
   color:#333333;
   -webkit-transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -o-transition: opacity .5s ease-in-out;
   transition: opacity .5s ease-in-out;
   }
 
.lightbox:target {
    /** Show lightbox when it is target */
   opacity: 1;
   outline: none;
   top: 0;
}
 
.lightbox .box {
     width: -webkit-min-content;
     width: -moz-min-content;
     width: min-content;
   min-width:500px;
    margin: 2% auto;
   padding:10px 20px 10px 20px;
   background-color:#FFF;
   box-shadow: 0px 1px 26px -3px #777777;
   }
 
.lightbox .title {
   margin:0;
   padding:0 0 10px 0px;
   border-bottom:1px #ccc solid;
   font-size:22px;
   }
 
.lightbox .content {
   display:block;
   position:relative;
   width:100%;
   }
 
.lightbox .close {
   display:block;
   float:right;
   text-decoration:none;
   font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#858585;
   }
 
.clear {
   display:block;
   clear:both;
   }
   
   .lightbox .content .desc {
   z-index:99;
   bottom:0;
   position:absolute;
   padding:10px;
   margin:0 0 4px 0;
   background:rgba(0,0,0,0.8);
   width:100%;
    color:#fff;
   font-size:17px;
   opacity:0;
   transition: opacity ease-in-out 0.5s;
   }   
 
.lightbox .content:hover .desc   {
   opacity:1;
}
 
.lightbox .next,
.lightbox .prev,
.lightbox .close {
   display:block;
   text-decoration:none;
   font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#858585;
   }
 
.prev {
   float:left;
   }
 
.next,
.close {
   float:right;
   }
 
.clear {
   display:block;
   clear:both;
   }