/* 
    Document   : main
    Created on : May 5, 2015, 2:54:28 PM
    Author     : imsparsh
    Description:
        Purpose of the stylesheet follows.
*/

@font-face{
    font-family:POLYA;
    src:url(../fonts/POLYA.otf);
    font-style:normal
}
@font-face{
    font-family:CaviarDreams;
    src:url(../fonts/CaviarDreams.eot)format('embedded-opentype'),
        url(../fonts/CaviarDreams.woff)format('woff'),
        url(../fonts/CaviarDreams.ttf)format('truetype');
    font-style:normal
}
@font-face{
    font-family:Roboto-Light;
    src:url(../fonts/Roboto-Light.eot)format('embedded-opentype'),
        url(../fonts/Roboto-Light.woff)format('woff'),
        url(../fonts/Roboto-Light.ttf)format('truetype');
    font-style:normal
}
@font-face{
    font-family:HURTM;
    src:url(../fonts/HURTM.eot)format('embedded-opentype'),
        url(../fonts/HURTM.woff)format('woff'),
        url(../fonts/HURTM.otf)format('opentype');
    font-style:normal
}

root { 
    display: block;
}

.cav_head
{
    font-family: 'CaviarDreams';
}
.name
{
    font-family: 'HURTM';
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
hr.bar
{
    background: rgba(255,255,255,.1);
}
.colortag
{
    color: #fff;
    font-family: cursive;
}

body
{
	background:url(../images/index_backo.jpg) center top;
	background-size: 100% auto;
}

#header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: rgba(0,0,0,.6);
    box-shadow: 0 10px 10px rgba(0,0,0,.9);
    z-index: 999;
    transition: all .3s linear;
}
#header.compress
{
    height: 120px;
    background: rgba(0,0,0,1);
    transition: all .5s linear;
}

#logomain
{
    position: relative;
    top: 40px;
    left: 5%;
    width: 30%;
    height: 100px;
	font-family:'POLYA';
	font-size:80px;
	color:white;
    transition: all .3s linear;
}
#header.compress #logomain
{
    top: 20px;
    height: 80px;
    transition: all .5s linear;
}

#headmenu
{
    position: absolute;
    right: 5%;
    top: 40px;
    width: 50%;
    list-style-type: none;
    transition: all .3s linear;
}
#header.compress #headmenu
{
    top: 10px;
    transition: all .5s linear;
}

#headmenu li
{
    float: left;
    width: 30%;
    height: 70px;
    margin-right: 3%;
    background: rgba(33,33,33,.7);
    box-shadow: 0 0 10px rgba(0,0,0,1);
    border-radius: 5px;
    text-align: center;
    transition: all .5s cubic-bezier(.25,1,.5,2);
}
#headmenu li:hover, #headmenu li.active
{
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    border-radius: 0px;
    transition: all .5s cubic-bezier(.25,1,.5,2);
}

#headmenu li a
{
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    cursor: pointer;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 65px;
    font-family: 'Roboto-Light';
    transition: all .5s cubic-bezier(.25,2,.5,1);
}
#headmenu li a:hover, #headmenu li.active a
{
    color: black;
    text-shadow: 0 0 1px black;
    font-size: 26px;
    transition: all .5s cubic-bezier(.25,1,.5,2);
}

#firstcontainer
{
    position: relative;
    top: 200px;
    left: 50%;
    transform: translate(-50%,0);
    width: 80%;
    padding: 10px;
    background: rgba(0,0,0,.5);
    border: 25px solid rgba(255,255,255,.5);
    border-radius: 5px;
    box-shadow: 0 0 10px black;
    color: white;
    margin-top: 150px;
}

#firstcontainer .grid .row
{
    background: transparent;
}
#firstcontainer .grid .row #atglance
{
    background: transparent;
    padding: 10px;
}

#firstcontainer .grid .row #carousel
{
    background: transparent;
}
#firstcontainer .grid .row #carousel .carousel
{
    box-shadow: 0 0 10px black;
    margin-top: -80px;
    border: 10px solid rgba(255,255,255,.8);
    border-radius: 10px;
    margin-bottom: 100px;
}
#firstcontainer .grid .row #carousel #social
{
    padding: 20px;
    background: transparent;
	text-align: center;
}
#firstcontainer .grid .row #carousel #social div
{
    width: 40%;
	margin: 4%;
}
#firstcontainer .grid .row #carousel #social div img
{
    width: 100%;
    height: 100%;
}
#firstcontainer .grid .row #carousel #social a
{
	width: 100%;
}

#firstcontainer .grid .row #contact
{
    background: transparent;
    padding: 10px;
    text-align: right;
    padding-top: 100px;
}
#firstcontainer .grid .row #contact h3
{
    font-variant: small-caps;
}
#firstcontainer .grid .row #contact p
{
    letter-spacing: .05em;
    line-height: 15px;
    font-size: 15px;
}

#secondcontainer
{
    position: relative;
    left: 50%;
    top: 200px;
    transform: translate(-50%,0);
    width: 80%;
    padding: 10px;
    background: rgba(0,0,0,.5);
    border: 25px solid rgba(255,255,255,.5);
    border-radius: 5px;
    box-shadow: 0 0 10px black;
    color: white;
    margin-top: 200px;
    margin-bottom: 400px;
}
#secondcontainer .grid .row
{
    background: transparent;
}
#secondcontainer .grid .row #response
{
    background: transparent;
    padding: 10px;
    font-family: 'Roboto-Light';
    font-size: 17px;
    letter-spacing: .06em;
    line-height: 22px;
}
#secondcontainer .grid .row #response .response_img
{
    margin: 20px auto;
    width: 90%;
}
#secondcontainer .grid .row #response h1,#secondcontainer .grid .row #response h3
{
    margin-left: 50px;
}

#secondcontainer .grid .row #keyskills
{
    background: transparent;
    padding: 10px;
    text-align: right;
}
#secondcontainer .grid .row #keyskills h3
{
    text-transform: uppercase;
    margin-right: 50px;
}
#secondcontainer .grid .row #keyskills p
{
    text-align: left;
    width: 80%;
    padding: 20px;
    box-shadow: 0 0 10px black;
    background: rgba(0,0,0,.5);
    margin: 20px;
}

#footer
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.8);
    padding: 0;
}
#footer .grid
{
    left: 50%;
    top: -10px;
    transform: translate(-50%,0);
    width: 90%;
    height: 100%;
    background: transparent;
    color: white;
}

#footer .grid .footpart
{
    padding: 10px;
    line-height: 30px;
    font-family: 'HURTM';
    letter-spacing: .08em;
    font-size: 18px;
}
#footer .grid .footimg
{
    width: 70px;
    height: 120px;
    float: left;
    margin: -70px 10px 0;
}



/**************** our team page style *********************/


#teamcontainer
{
    position: relative;
    top: 160px;
    left: 50%;
    transform: translate(-50%,0);
    width: 95%;
    padding: 10px;
    background: transparent;
    color: white;
    margin-top: 150px;
	margin-bottom:300px;
}

#teamcontainer .grid .row
{
    background: transparent;
}
#teamcontainer .grid .row .cell
{
    background: transparent;
    padding: 0px;
}
#teamcontainer .grid .row .cell .profilecard
{
	background: rgba(0,0,0,.4);
	width:100%;
	margin: 0 0 20px 0;
}
#teamcontainer .grid .row .cell .profilecard .pro_img
{
	width:100%;
	height:300px;
}
#teamcontainer .grid .row .cell .profilecard .pro_content
{
	padding: 20px;
}
#teamcontainer .grid .row .cell .profilecard .pro_content blockquote
{
	letter-spacing:.1em;
	text-shadow: 0 0 2px white;
}
#teamcontainer .grid .row .cell .profilecard .pro_content p
{
	letter-spacing:.05em;
	font-size:15px;
	line-height:20px;
}
#teamcontainer .grid .row .pro_content a 
{float:left;margin:10px}
#teamcontainer .grid .row .pro_content a div
{
    width: 32px;
    height: 32px;
    background: url(../images/social-icons.png);
    background-repeat: no-repeat;
}
#teamcontainer .grid .row .pro_content a div#fbr
{
    background-position: left 0 !important;
    transition: all .15s linear;
}
#teamcontainer .grid .row .pro_content a div#fbr:hover
{
    background-position: -32px 0 !important;
    transition: all .15s linear;
}
#teamcontainer .grid .row .pro_content a div#twt
{
    background-position: left -40px !important;
    transition: all .15s linear;
}
#teamcontainer .grid .row .pro_content a div#twt:hover
{
    background-position: -32px -40px !important;
    transition: all .15s linear;
}
#teamcontainer .grid .row .pro_content a div#goog
{
    background-position: left -80px !important;
    transition: all .15s linear;
}
#teamcontainer .grid .row .pro_content a div#goog:hover
{
    background-position: -32px -80px !important;
    transition: all .15s linear;
}
#teamcontainer .grid .row .pro_content a div#blog
{
    background-position: left -560px !important;
    transition: all .15s linear;
}
#teamcontainer .grid .row .pro_content a div#blog:hover
{
    background-position: -32px -560px !important;
    transition: all .15s linear;
}

#teamcontainer #cellthree
{
	background:transparent;
}

#teamcontainer #cellthree .quotes
{
	min-height: 100px;
    text-align: left;
    width: 95%;
    padding: 20px;
	color: rgba(255,255,255,.8);
	padding-left:50px;
	background:rgba(255,255,255,.2);
	margin-bottom:20px;
	font-family: 'CaviarDreams';
	text-shadow: 1px 0 white;
	border:0;
}
#teamcontainer #cellthree .quotes:nth-child(odd)
{
	border-radius: 25px 0;
    box-shadow: 0 10px 100px rgba(255,255,255,.4);
}
#teamcontainer #cellthree .quotes:nth-child(even)
{
	border-radius: 0 25px;
}
.quotes.example:before
{
	content:attr(data-text);
	text-transform:capitalize;
	color:white;
	letter-spacing:.1rem;
}

/************************** projects page style sheet *****************************/

#projectcontainer
{
    position: relative;
    top: 160px;
    left: 50%;
    transform: translate(-50%,0);
    width: 80%;
	color:white;
    background: transparent;
    margin-top: 150px;
}
#projectcontainer.last
{
	margin-bottom:400px;
}

#projectcontainer .grid .row
{
    background: transparent;
}
#projectcontainer .grid .row .cell h1
{
	font-family: 'HURTM';
	text-shadow: 0 0 10px black;
}
#projectcontainer .grid .row .cell
{
    background: transparent;
	width: 100% !important;
}
#projectcontainer .grid .row .cell .tile
{
	width:100%;
	margin: 0;
	background:transparent;
}
#projectcontainer .grid .row .cell .tile .tile-content, #projectcontainer .grid .row .cell .tile .tile-content .live-slide
{
	background:transparent;
    border: 12px solid rgba(255,255,255,.5);
	border-radius: 10px;
    box-shadow: 0 0 10px black;
}
#projectcontainer .grid .row .cell .slideclips img
{
	width:24.7%;
	height:200px;
	margin:0 !important;
    border: 10px solid rgba(255,255,255,.5);
    box-shadow: 0 0 10px black;
}


/****************************** contact page style ******************************/

#contcontainer
{
    position: relative;
    top: 160px;
    left: 50%;
    transform: translate(-50%,0);
    width: 90%;
	color:white;
    background: transparent;
    margin-top: 150px;
	margin-bottom:300px;
    border: 25px solid rgba(255,255,255,.5);
    box-shadow: 0 0 10px black;
	text-align: center;
}

#contcontainer .grid .row
{
    background: transparent;
}
#contcontainer .grid .row .cell
{
    background: transparent;
	padding:10px;
}
#contcontainer .grid .row .cell#contactform
{
	color: white !important;
	text-align: center;
}
#contcontainer .grid .row .cell#contactform h1
{
	text-align:right;
	text-shadow: 0 0 5px black;
}
#contcontainer .grid .row .cell#contactform .modern .label, #contcontainer .grid .row .cell#contactform .modern .informer
{
	color:white;
}
#contcontainer .grid .row .cell#contactform .modern input, #contcontainer .grid .row .cell#contactform .modern input:active, #contcontainer .grid .row .cell#contactform .modern input:focus
{
	color:white;
	height:37px;
	text-shadow: 1px 0 white;
	letter-spacing: .05em;
}
#contcontainer .grid .row .cell#contactform .modern:not(.fullwidth)
{
	width:40%;
}
#contcontainer .grid .row .cell#contactform .modern.fullwidth, #contcontainer .grid .row .cell#contactform .textarea.fullwidth
{
	width:85%;
}
#contcontainer .grid .row .cell#contactform textarea:active, #contcontainer .grid .row .cell#contactform textarea:focus
{
	border: 2px solid black;
	transition: all .4s linear;
	box-shadow: 0 0 10px white;
}
#contcontainer .grid .row .cell#contactform textarea
{
	background:transparent;
	color:white;
	margin: 0 3%;
	height:200px;
	text-shadow: 1px 0 white;
	border: 2px solid white;
	transition: all .4s linear;
	padding:20px;
}
#contcontainer .grid .row .cell#contactform button
{
	margin:50px;
	border-left: 5px solid grey;
}
#contcontainer .grid .row .cell#contactinfo
{
	padding: 20px;
	padding-top: 50px;
	text-align: right;
}
#contcontainer .grid .row .cell#contactinfo .name
{
	float:left;
}

.ajax-response
{
    font-size: 20px;
    margin: 20px;
}

#teamsword
{
    margin: 50px 15%;
    width: 60%;
}

#projectcontainer a
{
    color: white !important;
}