body{
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	color: #fff;
	background-color: transparent;
	background-image: url("../images/main-pattern-bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

p{
	color: #dcdcdc;
	margin: 0 0 10px 0;
	font-size: 14px;
}

strong{
	color: #dcdcdc;
}

.topbar {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    height: 40px;
    overflow: visible;
    position: static;
    margin-top: 30px;
    margin-bottom: 40px;
}

.topbar ul {
    float: left;
    margin: 8px 0 0 0;
}

.topbar h3 {
    float: right;
}

.topbar h3,
.topbar h3 a {
	font-size: 36px;
	font-family: "Vollkorn";
	color: #ffa200;
	font-variant: small-caps;
	padding: 0;
	margin-left: 0;
}

.topbar a:hover, .topbar ul li.active a, .topbar ul li a.active{
	background-color: transparent;
}

.topbar ul li a:hover, 
.topbar ul li.active a, 
.topbar ul li a.active {
    background-color: transparent;
    text-decoration: none;
    color: #cccccc;
}

.topbar ul li{
	border-right: #424242 1px solid;
	padding: 0 10px;
	line-height: 10px;
}

.topbar ul li a {
    display: block;
    float: none;
    line-height: 10px;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    color: #666666;
    font-style: normal;
    vertical-align: middle;
}

.topbar ul li:last-child{
	border-right: 0px none;
}

.topbar ul li:first-child{
	padding: 0 10px 0 0;
}

h1.pageTitle{
	font-size: 20px;
	color: #ffa200;
	line-height: 20px;
}

div.contrast {
    background-color: transparent;
    border:0px none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.contactform input.submit_button{
	background-image: none;
	background-color: #e99501;
	font-size: 18px;
	font-family: "Vollkorn";
	color: rgb( 0, 0, 0 );
	font-weight: bold;
	border:0px none;
	border-radius: 0px;
	outline: none !important;

}

.contactform input[type="text"], 
.contactform input[type="password"], 
.contactform input[type="email"], 
.contactform textarea, 
.contactform select{
	border: #e29002 1px solid;
	background-color: #000;
	border-radius: 0px;
	width: 390px !important;
	padding: 2px 5px;
	color: #dcdcdc;
	font-size: 16px;
	font-family: "Vollkorn";
}

.contactform input[type="text"], 
.contactform input[type="password"], 
.contactform input[type="email"]{
	height: 35px;
}

#mailform textarea {
    width: 400px;
    padding: 5px;
    height: 80px;
    resize:none;
}

h4.album_name{
	font-size: 22px;
	font-family: "Vollkorn";
	color: rgb( 153, 153, 153 );
	text-align: center;
	margin: 10px 0 0 0;
	text-transform: capitalize;
}

h4.album_name a{
	text-decoration: none;
	font-size: 22px;
	font-family: "Vollkorn";
	color: rgb( 153, 153, 153 );
	outline: none;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-khtml-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.gallery_cat,
.catList_gallery{
	text-align: center;
}

.gallery_cat,
.catList_gallery,
.blacktransparent_bg{
	background-color: rgba(0,0,0,0.3);
	padding: 40px 0;
}

.gallery_cat img,
.catList_gallery img,
.gallery_details img.main-img{
	-webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 5px 25px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 5px 25px rgba(0, 0, 0, 0.75);
	transition: box-shadow 1s;
}

.gallery_details img.main-img{
	max-height: 442px;
}

.gallery_details .image-wrap{
	text-align: center;
}

.gallery_cat .album{
	margin-bottom: 0;
}

.gallery_cat .container .album {
    margin-left: 0px;
    margin-right: 60px;
}

.gallery_cat .container .last-album {
    margin-left: 0px;
    margin-right: 0px;
}

h1.gallery_title{
	text-align: right;
	margin: 10px 15px 30px 0;
}

.imagegrid img{
	width: auto;
	height: 319px;
}

.catList_gallery a{
	display: inline-block;
	margin: 0 15px;
	text-decoration: none;
}

.catList_gallery #motioncontainer{
	height: 380px;
	width: 100%;
}

.footer-left{
	display: none;
}

.catList_gallery #motioncontainer a img{
	width: auto;
	height: 319px;
	max-width: inherit;
}

.catList_gallery{
	margin-bottom: 40px;
}

.cat_gallery_title{
	margin-top: 50px;
}

#statusdiv {
    background-color: #ccc;
    border: 10px none;
    left: -300px;
    padding: 2px 5px;
    font-weight: bold;
    position: absolute;
    visibility: hidden;
    margin-top: 50px;
    color: #000;
    display: inline-block;
}

.footer {
    margin-top: 20px;
}

h1.img_name {
	font-size: 24px;
	font-family: "Vollkorn";
	color: rgb( 255, 162, 0 );
	line-height: 24px;
	margin-top: 80px;
}

.img-nav a{
	display: inline-block;
	float: left;
	background-image: none;
	background-color: transparent;
	border: 0px none;
	padding: 0;
	margin-right: 15px;
	border-radius: 0px;
	box-shadow: none;
	text-align: left;
	text-shadow:none;
	color: #aaaaaa;
	font-size: 12px;
	outline: 0px none;
	width: 120px;
	height: 120px;
	overflow: hidden;
	/*width: 120px;
	height: 120px;*/
}

.img-nav a:hover{
	color: #aaa;
}

.img-nav a.next_img{
	text-align: right;
}

.img-nav a img{
	display: block;
	opacity: 0.5;
	margin-top: 5px;
	outline: none;
	-webkit-transition : all 1s ease-in;
    -moz-transition : all 1s ease-in;
    -o-transition : all 1s ease-in;
    transition : all 1s ease-in;
}

.img-nav a:hover img{
	opacity: 1;
}



.img-nav {
    border-bottom: 10px none;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    outline: none;
}

.gallery_details .container{
	position: relative;
}

.gallery_details h4.album_name{
	color: #666666;
	font-size: 16px;
	font-family: "Vollkorn";
	text-align: left;
	margin: 0 0 10px 0;
}

.gallery_details{
	margin-top: 75px;
}


.topbar .container{
	position: relative;
}

.top_logo .toplogo_botimg {
    background-image: url("../images/home-logo-bot-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 17px;
    position: absolute;
    right: -20px;
    top: 45px;
    width: 434px;
}

.home_logo .toplogo_botimg{
	/*background-image: url("../images/home-logo-bot-bg.png");*/
}

.contactform {
    margin-top: 45px;
    width: 400px;
}

.homenav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.homenav ul li{
	float: left;
	width: 210px;
	margin-right: 40px;
}

.homenav ul li:last-child{
	margin-right: 0px;
}

.homenav ul li a,
.homenav ul li a h3{
	color: #999999;
	font-size: 17px;
	text-decoration: none;
}

.homenav ul li a{
	display: block;
}

.homenav ul li a:hover h3,
.gallery_cat a:hover h4,
.catList_gallery  a:hover h4{
	color: #ff6000;
}

.gallery_cat a,
.catList_gallery a{
	text-decoration: none;
}

.homenav ul li a h3{
	text-align: center;
	text-transform: uppercase;
	margin: 7px 0 0 0;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-khtml-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.gallery_cat a h4,
.catList_gallery a h4{
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-khtml-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.homenav ul li a img{
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow:         10px 10px 15px rgba(0, 0, 0, 0.75);
	transition: box-shadow 1s;
}

.homenav ul li a img:hover,
.gallery_cat img:hover, 
.catList_gallery img:hover{
	-webkit-box-shadow: 30px 30px 42px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    30px 30px 42px rgba(0, 0, 0, 0.75);
	box-shadow:         30px 30px 42px rgba(0, 0, 0, 0.75);
}

.blacktransparent_bg.home{
	padding: 70px 0;
}

.home-text{
	margin-top: 20px;
}

.home-text p{
	font-size: 26px;
	line-height: 30px;
	font-family: "Vollkorn";
	color: rgb( 255, 254, 254 );
	font-style: italic;
	text-align: center;
	width: 31%;
	margin: 0 auto;
}

.Studio-Techne .top_logo{
	display: none;
}

.Studio-Techne .topbar ul {
    float: right;
}

.Studio-Techne .innerpage_studiobg {
	background-image: url("../images/studio-bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
	min-height: 651px;
}

.Studio-Techne .topbar{
	margin-bottom: 0;
	margin-top: 0px;
	position: absolute;
	top: 40px;
}

.Studio-Techne .content{
	padding-top: 100px;
	width: 460px;
	float: right;
	margin-right: 30px;
}

.Studio-Techne .content .scroll-pane{
	max-height: 400px;
	outline: none;
}

.Studio-Techne .topbar{
	background-image: url("../images/studio-bot-nav-bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

.About .scroll-pane{
	max-height: 325px;
	outline: none;
}

.About .scroller_content{
	width: 420px;
	float: right;
}

.About .scroller_content .jspTrack,
.About .scroller_content .jspVerticalBar,
.Studio-Techne .content .scroll-pane .jspVerticalBar{
	width: 1px;
	background-color: #333333;
	margin-right: 3px;
}

.About .scroller_content .inner_tube,
.Studio-Techne .content .scroll-pane .inner-tube{
	padding-right: 15px;
}

.About .scroller_content .jspDrag{
	background-color: #666666;
	left: -1px;
	width: 3px;
}

.About .scroller_content .inner_tube p a{
	color: #fff;
}

.Studio-Techne .content .scroll-pane .jspDrag{
	width: 8px;
	left: -4px;
	background-color: #d9dada;
}

.Studio-Techne .content .scroll-pane ul{
	list-style-type: square;
	margin: 0 0 0 25px;
}

.Studio-Techne .content .scroll-pane ul li{
	font-size: 14px;
}

.About .blacktransparent_bg{
	margin-top: 80px;
}

.About p,
.About li,
.About strong{
	color: #dcdcdc;
}

.about_left_info{
	position: absolute;
	left: 0;
	top: -110px;
	width: 490px;
}

.about_left_info img.signature-img{
	position: absolute;
	left: 280px;
	top: 315px;
}

.about_left_info h4{
	position: absolute;
	top: 190px;
	left: 265px;
	width: 255px;
	font-size: 20px;
	font-family: "Vollkorn";
	color: rgb( 255, 254, 254 );
	font-style: italic;
	line-height: 1.4;
}

.About .blacktransparent_bg .container .about_left_info {
	/*background-image: url("../images/shadow-bg.png");*/
	background-position: left bottom;
	background-repeat: no-repeat;
}

.Studio-Techne .topbar ul {
    float: right;
    width: 50%;
}

.Studio-Techne h3{
	font-size: 28px;
	color: #545a5b;
	font-family: "Vollkorn";
	margin: 25px 0;
}

.Studio-Techne strong,
.Studio-Techne p,
.Studio-Techne li,
.Studio-Techne a{
	color: #545a5b;
}

.Studio-Techne .topbar li.active a,
.Studio-Techne .topbar li a:hover{
	color: #bb0909;
}

.alert-message, .errorbox, .notebox {
    background: none repeat scroll 0 0 #ccc;
    border: 0px none;
    border-radius: 0px;
    color: #bb0909;
    margin-bottom: 20px;
    text-shadow: none;
    padding:10px;
}

.alert-message h2, 
.errorbox h2, 
.notebox h2,
.alert-message strong, 
.errorbox strong, 
.notebox strong{
	color: #bb0909;
	font-size: 16px;
	font-family: "Vollkorn";
	margin:0; 
}

.alert-message ul, .errorbox ul, .notebox ul{
	margin: 0;
}


/*Contact Forms Start */

.contact_form h3 {
   margin: 0 0 10px 0;
}

#contact-wrapper div {
    clear:both;
    margin:0 0 5px 0;
}

#contact-wrapper label {
    display:block;
    float:none;
    font-size:16px;
    width:auto;
    color: #666666;
    font-weight: normal;
    margin: 0 0 5px 0;
}

#contact-wrapper label.error {
	color: #BB0909;
	font-size: 14px;
	font-weight: normal;
}

form#contactform input {
    border-color:#E8E8E8 #E8E8E8 #E8E8E8 #E8E8E8;
    border-style:solid;
    border-width:1px;
    padding:3px 5px;
    font-size:16px;
    color:#333;
    margin: 0 0 5px 0;
    border-radius: 0px;
}

form#contactform textarea {
        font-size:100%;
        padding:0.6em 0.5em 0.7em;
        border-color:#E8E8E8 #E8E8E8 #E8E8E8 #E8E8E8;
        border-style:solid;
        border-width:1px;
        resize:none;
}

.spam_prevention, div.pagination { display: none; }


 .gallery_details .sidebar p{
	font-family: "Verdana";
 }

.img-nav a.button:active,
.img-nav a.button:focus{
	outline: none;
}

#slideshow h4,
#slideshow h4 strong{
	color: #FFA200;
	font-size: 20px;
	margin: 15px 0;
}

#slideshow #controls{
	width: 290px;
	top: 15px;
}

#slideshow #controls a{
	color: #fff;
}

nav a#pull {  
    display: none;  
}


@media only screen and (max-width : 480px) {  
    nav {  
        border-bottom: 0;  
    }  

    nav ul {  
        display: none;  
        height: auto;  
    } 

    nav a#pull {  
        display: inline;  
        background-color: #444444;
        color: #fff;  
       /* width: 100%; */ 
        position: static;  
        padding: 5px 25px 5px 10px;
        text-indent: inherit;
    }  

    nav a#pull:after {  
        content:"";  
        background: url('nav-icon.png') no-repeat;  
        width: 30px;  
        height: 30px;  
        display: inline-block;  
        position: absolute;  
        rightright: 15px;  
        top: 3px;  
    }  

    nav a#pull:after{ /* drop arrow */
			width:0px;
			height:0px;
			display:inline-block;
			content:"&darr;";
			text-indent:-99999px;
			vertical-align:top;
			margin-top:8px;
			margin-left:10px;
			border-left:4px solid transparent;
			border-right:4px solid transparent;
			border-top:4px solid #fff;
			filter:alpha(opacity=50);-khtml-opacity:0.5;-moz-opacity:0.5;opacity:0.5;
		}

    .Studio-Techne .content{
    	float: none;
    	margin: 0;
    	max-width:100%; 
    	padding-bottom: 30px;
    }
}  

@media only screen and (max-width : 320px) {  
	nav li {  
	    display: block;  
	    float: none;  
	    width: 100%;  
	}  
	nav li a {  
	    border-bottom: 1px solid #576979;  
	}  
}  


@media only screen and (max-width: 640px){

	.home-text p{
		width: 90%;
		padding-bottom: 30px;
	}

	.home_logo .toplogo_botimg,
	.top_logo .toplogo_botimg {
	    background-position: center bottom;
	    background-size: 100% auto;
	    right: auto;
	    width: 100%;
	}

	.topbar h3{
		float: none;
		display: inline-block;
	}

	.top_logo {
		text-align: center;
	}

	.homenav{
		overflow: hidden;
		text-align: center;
	}


	.homenav ul li {
	    display: inline-block;
	    float: none;
	    margin-right: 0px;
	    text-align: center;
	    margin-bottom: 20px;
	}

	.blacktransparent_bg.home{
		padding: 30px 0;
	}

	.About .scroller_content .scroll-pane .inner_tube, 
	.Studio-Techne .content .scroll-pane .inner-tube{
		padding: 0 15px 0 0;
	}

	.about_left_info{
		position: static;
		width: inherit;
	}

	.about_left_info img.priya-img{
		width: 45%;
		max-width: 45%;
		display: block;
	}

	.About .scroller_content{
		width: 100%;
		float: none;
	}

	.about_left_info h4{
		left: 47%;	
		top: 80px;
		width: 155px;
		font-size: 18px;
	}

	.topbar ul#nav{
		bottom: -70px;
		z-index: 100;
	}

	.gallery_cat .album hr{
		border-color: #666;
	}

	h1.img_name {
	    margin-top: 20px;
	}

	.mobile-nav{
		color: #fff;
	}

	.mobile-nav:hover{
		color: #ddd;
	}

	.contactform input[type="text"], 
	.contactform input[type="password"], 
	.contactform input[type="email"], 
	.contactform textarea, 
	.contactform select,
	#mailform textarea{
		width: 260px !important;
	}

	.Studio-Techne .innerpage_studiobg{
		background-size: 100%;
		background-image: none;
	}

	nav {   
        height: auto;  
    }  
    nav ul {  
        width: 100%;  
        display: block;  
        height: auto;  
    }  
    nav li {  
        width: 50%;  
        float: left;  
        position: relative;  
    }  
    nav li a {  
        border-bottom: 1px solid #576979;  
        border-right: 1px solid #576979;  
    }  
    nav a {  
        text-align: left;  
        width: 100%;  
        text-indent: 25px;  
    }  

     nav ul {  
        display: none;  
        height: auto;  
    }  

    .Studio-Techne .topbar ul{
    	display: none;
    }

    .Studio-Techne .topbar{
    	background-image: none;
    }

    .Studio-Techne .content{
    	float: none;
    	margin: 0;
    	max-width:100%; 
    	padding-bottom: 30px;
    }

    .Studio-Techne .topbar ul{
    	float: none;
    	position: absolute;
    	top: 16px;
    	min-width: 160px;
    	max-width: 220px;
    	background-color: #333;
    	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    }

    .Studio-Techne .topbar ul li{
		float: none;
		width: 100%;
		padding: 0;
    }

    .Studio-Techne .topbar ul li a{
    	text-align: left;
    	padding: 10px 5px;
    	text-indent: inherit;
    	border-right:0px none;
    	border-bottom:0px none;
    	color: #CCCCCC;
    }

    .Studio-Techne .topbar ul li a:hover{
    	color: #fff;
    }

    .Studio-Techne h3,
    .Studio-Techne strong, .Studio-Techne p, .Studio-Techne li, .Studio-Techne a,
    #contact-wrapper label{
    	color: #DCDCDC;
    }

    form#contactform textarea{
    	width: 200px !important;
    }

}


@media only screen and (min-width: 641px) and (max-width: 1600px){
	img.hidden-desktop{
		display: none;
	}
}