/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 Des 14, 13:18:47
    Author     : Iqbal
*/


.borders {
    border:1px solid #000;
}

.centers{
    margin-left:50%;
    transform: translate(-50%,0);
}

a {
    text-decoration: none !important;
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}
.middles{
    margin-top: 50%;
    transform: translate(0, -50%);
}

.rights{
    float: right!important;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

body > .container {
  padding: 100px 60px 0;
}

.one-edge-shadow {
    -webkit-box-shadow: 0 -8px 8px -6px #ccc !important;
       -moz-box-shadow: 0 -8px 8px -6px #ccc !important;
            box-shadow: 0 -8px 8px -4px #ccc !important;
}

.edge-shadow{
    -webkit-box-shadow: 0 -8px 8px -6px #ccc !important;
       -moz-box-shadow: 0 -8px 8px -6px #ccc !important;
            box-shadow: 0 -8px 8px -6px #ccc !important;
}

/* Navigation Bar styles
-------------------------------------------------- */
.navbar{
    padding-top: 35px;
    background-color: white;
    min-height: 100px;
}

.navbar-brand img{
    margin-top: -20px;
    height: 250%;
}

.navbar-nav{
    padding-left:5%;
    padding-right:5%;
}

.navbar-nav > li {
    padding: 0px 0px;
    letter-spacing: 2px;
}

.navbar-nav, .navbar-nav > li > a {
    font-family: Aller_Lt;
    text-align:center;
    font-size: 14px;
    padding-bottom: 5px !important;
    border-bottom: 2px solid transparent;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #fff;
//  border-bottom-color: #fbaf3f;
}

.navbar-nav > .active > a {  background: white !important;}

.navbar-nav > .active > a:after,
.navbar-nav > .active > a:hover:after,
.navbar-nav > .active > a:focus:after {
    color: #fff;
    border-bottom-color: #fbaf3f;
    display: block;
    margin: auto;
    height: 2px;
    width: 100%;
    background: #fbaf3f;
}

.navbar-nav > li > a {
	display: inline-block;
	position: relative;
	padding-bottom: 0px;
}
.navbar-nav > li > a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: #fbaf3f;
	transition: width .5s ease, background-color .5s ease;
}
.navbar-nav > li > a:hover:after {
	width: 100%;
	background: #fbaf3f;
}

/* HOME PAGE */

.home-tag, .home-tag-left {
    width : 60%;
    margin-left: 20%;
    margin-top: 30%;
    bottom: 0;
}

.home-tag-left {
    margin-left: 25%;
}

.home-tag textarea, 
.home-tag input[type="text"]{
    background-color: white;
    font-size: 14px;
    border-radius: 6px;
    font-family: Aller_Lt;
}

.home-tag-black-2 {
    width: 90%;
}

.home-tag-black-2 h1,
.home-tag-black h1{
    font-family: Montserrat;
    color: #555;
    letter-spacing: 2px;
}

.home-tag-white h1{
    font-family: Montserrat;
    color: white;
    letter-spacing: 2px;
}

.home-tag-link {
    font-family: Aller_Lt;
    font-size: 16px;
    color: white;
    padding: 10px 10px;
    border-radius: 4px;
    width: 205px;
    background-color: #fbaf3f;
}

.home-tag-link > a { color: white;}
.home-tag-link > a:hover { text-decoration: none;}

/* ABOUT PAGE */

.comphist, .iso {
    position: relative;
    margin-bottom: 10px;
}

.comphist {
    height: 200px;
}

.comphist img, .iso img {
    position: absolute;
    bottom: 0px;
}

.imgstack td {
    width: 25%;
    height: 100%;
    position: relative;
}

.imgstack td > img, .imgstack-def{
   display: block;
    width: 100%;
    height: auto;
}

.imgstack-def { 
    height: 253px; 
    padding: 35px;
    font-family: Aller;
    font-size: 23px;
    color : #fbaf3f;
}

.iso {
    height: 150px;
}

.iso-desc {
    font-family: Aller_Lt;
    color: #999;
    line-height: 24px;
}

.story-left{
    color: #fbaf3f;
    font-size: 16px;
}

.bos {
    font-family: Montserrat;
    margin-top:97px;
    margin-left: 5px;
    color: #fbaf3f;
    font-size: 22px;
    font-weight: bold;
}

.about-title {
    color: #ccc;
    font-size: 14px;
    margin-left: 5px;
    padding-top: 0;
    letter-spacing: 1px;
}

.about-desc {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-right: 26%;
    line-height:23px;
}

.about-desc, .story-right {
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
}

.vimi-box {
    transform: translate(0, -20%);
    height: 170px;
    display: table-cell;
}

.vimi h2, h1 {
    font-family: Montserrat;
    font-weight: bold;
    color: #999;
    letter-spacing: 2px;
}

.story-box {
    transform: translate(0, -30%);
    background-color: white;
    font-family: Aller_Lt;
    padding-top: 30px;
    
}

.story-left {
    padding: 0 25px;
    font-size: 24px;
}



/* Content styles
-------------------------------------------------- */
.page-header, .page-header-abt {
    color: #ccc;
    font-family: Aller_Lt;
    font-size: 18px;
    border-bottom: 0px;
    margin-top: 70px;
    margin-left: 0;
    padding-right: 20px;
    margin-bottom:10px;
}

.page-header-abt {
    font-family: Aller_Lt;
    color: #ccc;
    margin-top: 0;
    margin-left: 150px;
    margin-bottom: 100px;
    letter-spacing: 2px;
}
.content-title h1 {
    font-size : 43px;
    letter-spacing: 2.5px;
}

.content-title, .content-title h1, h3, h2, h4{
    margin-left: 0px; 
    font-family: Montserrat;
    font-size: 24px !important;
    margin-top: 23px;
    margin-bottom: 20px;
    color: #999;
}
.content{
    margin-top: 18px;
    margin-left: 0;
    font-family: Aller_Lt;
    font-size: 14px;
    letter-spacing: 1px;
    color: #808285;
}

.content-link{
    margin-left: 0;
    font-family: Aller_Lt;
    font-size: 16px;
    color: #808285;
}

.content p{
    margin-left: 0;
    padding-top: 18px;
    line-height: 180%;
}

.content a {
    color: #999;
}

.spare-top{
    margin-top: 175px;
}

.spare-top-home{
    margin-top: 70px;
}

.spare-top-about { margin-top: 140px;}

.nav-product {
    letter-spacing: 2px;
    font-family: Montserrat;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    padding-bottom: 10px;
}

.nav-product > p {
    padding-top: 20px;
    margin-top: -57px;
    padding-bottom: 15px;
    background-color: white;
    z-index: 2;
    position:relative;
}

.nav-product > img {
    width: 80%;
    margin-top: -59px;
    z-index: -1;
    opacity: .5;
}

.nav-product > img:hover {
    opacity: 0.9;
   // transform: translate(0, -20px);
}


.nav-product > .nav-cover {
    background-color: white; 
    z-index: 0; 
    position:relative; 
    margin-top: -20px ; 
    height:40px;
}

.nav-product > .nav-cover {
	//display: inline-block;
	///position: relative;
	//padding-bottom: 0px;
}
.nav-product > p:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: #fbaf3f;
	transition: width .5s ease, background-color .5s ease;
}
.nav-product > p:hover:after {
	width: 100%;
	background: #fbaf3f;
}

.nav-product :hover {
    color: #fbaf3f;
    cursor: pointer;
}

.product img{
    margin-left: 0;
    margin-right:0;
}

.content-link, .content-link > a {
    color: #fbaf3f;
    margin-bottom: 10px;
}

.underline, .underline-4 {
    width:100%;
    position: relative;
    z-index : 1;
}

.underline:before, .underline-4:before{
    margin-bottom: 1px;
    position:absolute;
    content:"";
    border-bottom: 2px solid #fbaf3f;
}

.underline:before {
    width: 50%;
}

.underline-4:before{
    width: 25%;
}

.about-title, .about-desc {
    font-family: Aller_Lt;
}



.var-underline{
    border-bottom: 1px solid #ccc;
}

.variant {
    color: #999;
    position: relative;
}

.variant > img{
    width:100%;
}

p.variant_desc{
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
}

.variant > .imgoverlay {
    position:absolute;
    font-family: Montserrat;
    font-size: 20px;
    color: #888;
    margin-top: -50%;
    transform: translate(-50%,0);
    text-align: center;
    visibility: hidden;
}

.variant:hover .imgoverlay{
    visibility: visible;
    cursor:pointer;
}

.variant:hover img{
    cursor:pointer;
    color: #999;
    width:100%;
    opacity: 0.1;
    filter:alpha(opacity=20); // IE 8
}

.variant > .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Gallery Styles
-------------------------------------------------- */

.gallery {
    color: #999;
    position: relative;
    padding-left: 22px;
    padding-right: 26px;
    height: 300px;
    margin-bottom: 20px;
    margin-top: 3px;
}

.gallery > img{
    max-width:100%;
    height: 205px;
}

p.gallery_cat{
    font-family: Montserrat;
    font-size: 16px;
    color: #ccc;
    cursor: pointer;
    text-align: center;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

p.gallery_cat:hover {
    color: #fbaf3f;
    //border-bottom: 0px solid;
}

p.gallery_cat {
	display: inline-block;
	padding-bottom: 0px;
}

p.gallery_cat:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: #fbaf3f;
	transition: width .5s ease, background-color .5s ease;
}

p.gallery_cat:hover:after {
	width: 100%;
	background: #fbaf3f;
}

.gallery > .gallery_tag,
.gallery > .gallery_desc{
    font-family: Aller_Lt;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 1px;
    letter-spacing: 1.2px;
    margin-bottom: 0px;
}

.gallery_tag {
   color: #ccc;
}

.gallery_desc {
    margin-bottom: 5px;
}

.gallery > .imgoverlay {
    position:absolute;
    font-family: Montserrat;
    font-size: 20px;
    color: #888;
    margin-top: -50%;
    transform: translate(-50%,0);
    text-align: center;
    visibility: hidden;
}

.gallery:hover .imgoverlay{
    visibility: visible;
    cursor:pointer;
}

.gallery:hover img{
    cursor:pointer;
    color: #999;
    max-width:100%;
    opacity: 0.1;
    filter:alpha(opacity=20); // IE 8
}

.gallery > .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Form styles
-------------------------------------------------- */
input[type="text"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: Aller_Lt;
  font-size: 12px;
  color: #999;
  appearance: normal;
  box-shadow: none;
  background-color: #eee;
  border-radius: 6px;
}

textarea {
  padding:12px;
  display: block;
  margin: 0;
  width: 100%;
  font-family: Aller_Lt;
  font-size: 12px;
  color: #999;
  appearance: normal;
  box-shadow: none;
  background-color: #eee;
  border-radius: 6px;
}

.btn {
  font-family: Aller;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 6px;
  color: #ffffff;
  background: #fbaf3f;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0px;
}

.btn:hover {
  background: #ff8317;
  text-decoration: none;
}

.btn-upload {
  width: 150px;
  font-family: Aller;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 6px;
  border: solid #ccc 1px;
  color: #999;
  padding:10px;
  padding-left: 10px;
  text-decoration: none;
  text-align: left;
}

.btn-upload:hover {
  background: #fbaf3f;
  text-decoration: none;
  
  border: solid #ccc 0px;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer-fix, .footer {
  font-family: Aller_Lt;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fbaf3f;
}

.footer {
  position: absolute;
}

.footer-fix {
    position:fixed;
}

.container .text-muted {
  //margin: 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.container > .box {
    margin-top:15px;
    height : 30px;
}

.footer > .container {
    position:relative;
}

.footer > .container p{
  position:absolute;
  color: #fff;
  text-align: left;    
  top: 50%;
  transform: translate(0, -50%)
}

.footer-right {
    float: right!important;
  //  margin-right: -15px;
}

code {
  font-size: 80%;
}



@media (min-width : 768px) and ( max-width: 992px)
{
    
    
    .navbar-nav > li > a {
        font-size: 12px;
    }
    
    .nav-product > p {
        padding-top: 20px;
        margin-top: -30px;
        padding-bottom: 15px;
        background-color: white;
        z-index: 2;
        position:relative;
    }
}

@media (min-width: 992px){
    .navbar-brand {
        margin-left: 30px !important;
        width: 200px !important;
        background: white;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .navbar-collapse {
        width : 700px;
        float: right;
    }
    
    .navbar-brand img{
        height: 100%;
        width: auto;
        margin-top: 0;
    }
    
    .container-gallery {
        padding-left: 40px !important;
        padding-top : 90px !important;
        padding-right: 110px !important;
    }
    
    .container-gallery > .gallery_nav {
        padding-top: 42px !important;
        padding-bottom: 78px !important;
        text-align: center;
    }
    
    .container-product {
        padding-left: 20px !important;
        padding-top : 88px !important;
        padding-right: 110px !important;
    }
    
    .content-box {
        margin-left: -28px !important;
        padding-top: 7px !important;
    }
    
    .content-related-prod {
        margin-left: -70px;
        margin-top: 5px;
    }
    
}

@media (max-width: 992px) { 
    
    body > .container {
      padding: 60px 15px 0;
    }

    .navbar {
        padding-top: 10px !important;
        background-color: white;
        min-height : 75px;
        border: 0px;
    }
    
    .navbar-header {
        margin-left: 0 !important;
        text-align: center;
        width: 100%;
        height:70px;
    }
    
    .navbar-brand {float:none;}
    
    .navbar-brand img{
        height: 150%;
        margin-top: -5px !important;
        margin-left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
             transform: translate(-50%, 0);
    }

    .navbar-nav{
        padding-left:50px;
        padding-right:50px;
        margin-bottom: 10px;
        margin-top: 0;
        background-color: #fbaf3f;
        -webkit-box-shadow: 0 8px 8px -6px #ccc !important;
        -moz-box-shadow: 0 8px 8px -6px #ccc !important;
            box-shadow: 0 8px 8px -4px #ccc !important;
    }
    
    .navbar-nav > li > a {
        color: #fff !important;
    }
    
    .navbar-nav > .active > a,
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        color: #333 !important;
    }

    
    .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus {
      color: #fff;
    }
    .nav-product {
        letter-spacing: 2px;
        text-align: center;
        padding-bottom: 10px;
    }
    .nav-product > p {
        padding-top: 20px;
        margin-top: -30px;
        padding-bottom: 15px;
        background-color: white;
        z-index: 2;
        position:relative;
    }

    .nav-product > img {
        width:50%;
        margin-top: -59px;
        z-index: -1;
    }
    
    .spare-top-home {
        margin-top: 30px;
    }
    
    .home-tag, .home-tag-left {
        width : 100%;
        margin-left: 0;
        margin-top: 0;
        bottom: 0;
    }
    
    .home-tag textarea, 
    .home-tag input[type="text"]{
        background-color: white;
        font-size: 14px;
    }
    
    .home-tag-black-2 {
        width : 100%;
    }

    .home-tag-black-2 h1,
    .home-tag-black h1{
        text-align: center;
        font-family: Montserrat;
        color: #555;
        font-size: 35px;
    }

    .home-tag-white h1{
        text-align: center;
        font-family: Montserrat;
        color: white;
        font-size: 35px;
    }

    .home-tag-link {
        font-family: Aller;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-size: 14px;
        color: white;
        padding: 5px 10px;
        border-radius: 6px;
        width: 215px;
        background-color: #fbaf3f;
        letter-spacing: 1.5px;
    }
    
    .form-control {
        border:0px solid #ccc !important;
    }
    
    .bottomized {
        position: absolute; 
        bottom: 0;
    }

    p.variant_desc {
        font-size: 20px;
    }
    
    .container-gallery > .gallery_nav {
        padding-top: 42px !important;
        padding-bottom: 28px !important;
    }
    
    .page-header-abt {
        text-align: center;
        margin-left: 0;
    }
    
    .vimi-box {
        transform: translate(0, 0);
        height: 170px;
        vertical-align: bottom;
        min-width: 100%;
    }
    
    .imgstack-def { 
        height: 50px; 
        padding: 35px;
        font-family: Aller;
        font-size: 23px;
        color : #fbaf3f;
    }
    .text-center-xs, .vimi-box, .iso-desc {
        text-align: center;
    }
    
    .page-header-abt { font-size: 20px;}
    
    .centers-xs {
        margin-left : 50%; 
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
             transform: translate(-50%, 0);
        display: block;
    }
    
    .about-desc {padding-right: 0;}
    
    .footer {
        /* Set the fixed height of the footer here */
        height: 70px;
      }
      
     .container > .tops {
          margin-top:0px;
      }
      
      .container > .bottoms {
          margin-bottom:0px;
      }

    .container > .box {
        //margin-bottom: 0px;
        height : 20px; 
        margin-bottom: 5px;
    }
    .footer > .container {
        position:relative;
    }

    .footer > .container p{
      position:relative;
      color: #fff;
      text-align: center;
      font-size: 11px;
    }
}