/* 
    Document   : ignitia_main
    Created on : Jan 15, 2015, 8:03:27 AM
    Author     : imsparsh
    Description: about us stylesheet
*/

@charset "UTF-8";

@font-face
{
    font-family: 'Josin';
    src: url(../boot/font/JosefinSlab.ttf);
}
@font-face
{
    font-family: 'JosinBI';
    src: url(../boot/font/JosefinSlab-BoldItalic.ttf);
}
@font-face
{
    font-family: 'TENOCLOCK';
    src: url(../boot/fonts/TENOCLOCK.ttf);
}


canvas
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    transition: all 1s ease-in;
}

body
{
    z-index: 2;
    background: url(../images/backs/about.jpg) center center fixed;
    background-size: cover;
    position: relative;
    font-family: 'Josin' !important;
    transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -webkit-transition:  all 2s ease-out;
    -o-transition:  all 2s ease-out;
}
#contentent
{
    z-index: 2;
    position: relative;
    margin: 0 0;
    padding: 0 0;
    margin-bottom: 100px;
}

.main {width:100%; margin:auto;}
a {text-decoration:none; cursor:pointer;text-decoration:none; }
a:hover {text-decoration:none;}

.link {color:#dd0a00;}
.link:hover {text-decoration:underline;}

.link-2 {font-size:30px; line-height:36px; color:#0072ff; font-weight:bold; font-family: 'Cabin Sketch', cursive; letter-spacing:-1px; display:inline-block;}
.link-2:hover {color:#b30800;}

.clr { color:#000;}


p{
    color: #FEFE9E;
    font-size: 18px;
}
.text-1 {font-size:22px; line-height:25px; color:#FF9332; font-style:italic;}
h2 { font-size:45px !important; line-height:50px; color:rgba(255,255,255,1) !important; font-weight:bold; font-family: 'TENOCLOCK' !important; letter-spacing:.1em;}
h2.p6, p.black
{
    color: black !important;
}
/******************************************************************/
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrap {overflow:hidden; position:relative}
.extra-wrap {overflow:hidden;}
.fleft {float:left;}
.fright {float:right;}
.img-indent {float:left; margin:3px 20px 0px 0;}	
.last {margin-right:0px !important;}

.top-2 {margin-top:13px;}
.top-5 {margin-top:22px;}
.top-6 {margin-top:40px;}

.pad {padding:22px 0 22px 0; margin-top:24px; text-align:center; overflow:hidden;}

.p2 {padding-bottom:6px;}
.p3 {padding-bottom:7px;}
.p6 {padding-bottom:5px;}

.josin
{
    font-family: 'JosinBI' !important;
}

/*********************************header*************************************/
header {margin:0 auto; z-index:101;  }

nav { z-index:100; background:url(../images/ignitia/slider-bg.png) 0 0 no-repeat; margin:100px 0px 0 0px; height:571px; overflow:hidden; padding:0px;}

/*********************************content*************************************/
#content {margin:0 auto; background:url(../images/ignitia/content-img.png) 1px bottom no-repeat; }

.block-1 {background: url(../images/ignitia/block-1.gif) 0 bottom repeat-x #fff;}
.block-1-shadow {background:url(../images/ignitia/block-1-shadow.png) 0 0 repeat-y; padding:18px 30px 0 30px;}

.img-border {border:#fff 10px solid; box-shadow: 0 0 5px #c1c1c1; display:inline-block;}

