@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;/*vertical-align: baseline;*/
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/*
@mixin centerbox {
  @include display-box;
  @include box-orient(horizontal);
  @include box-pack(center);
  @include box-align(center);
}
*/
/* -------------------------------------------- */
/* Override resets to avoid font corruption     */
/* -------------------------------------------- */
h1, h2, h3, h3, h4, h5, strong, strong a, li, em, b, p, a {
	font-weight: normal;
}
/* -------------------------------- */
/* Typography rules                 */
/* -------------------------------- */

/* -------------------------------- */
/* Fullscreen Background            */
/* -------------------------------- */
/* -------------------------------- */
/* Global Styles                    */
/* -------------------------------- */
body {
	font-family: "MyriadProRegular", "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000000;
	position:relative;
}
a {
	color: #f2f2f2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input:focus, textarea:focus a:focus {
	outline: 0;
}
textarea, input, select {
	outline:0
}

/* -------------------------------- */
/* Preloader styles                    */
/* -------------------------------- */
#preloader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	opacity:.70;
    background-color:#000; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#preloader-left {
	position:absolute;
	height:100%; width:182px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.70;
	background-color:#000; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}

.shutterstock-logo img {
    float: right;
    float:right; margin:9px 15px 5px 0px;
}

#status {
	width:100px;
	height:100px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:350px; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading-status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}


#status-left {
	width:32px;
	height:32px;
	position:absolute;
	left:100px; /* centers the loading animation horizontally one the screen */
	top:250px; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-32px 0 0 -32px; /* is width and height divided by two */
}

/* -------------------------------- */
/* Home Page Styles                    */
/* -------------------------------- */

.home-bg-img{ 
  height:100%; 
  background:#000000 url(../images/background-image-home.jpg) fixed no-repeat; 
  background-size:cover;
}

/* -------------------------------- */
/* Global Styles                    */
/* -------------------------------- */

#Header-wrapper{background:#000 url(../images/header-bg-transparent-black.png); position:relative; /*min-height:55px;*/ min-width:1005px; z-index:25}
#global-content-wrapper{ /*position:relative;*/ padding:0px 0 0 18px; /*margin:80px 0 0 18px;*/ min-height:500px;min-width:1005px; z-index:25; background-color:#000;}
.global-content-container{position:relative; margin:0; padding:0}
#logo {
	
	
	    display: block;
    /* position: absolute; */
    top: 14px;
    width: 25%;
    float: left;
    height: 45px;
    margin: 9px 10px 0px 15px;
    cursor: pointer;
    background: url(../images/logo-india-picture.png) no-repeat;
}
#shut-logo {
	
	
	    display: block;
    /* position: absolute; */
    top: 14px;
    width: 25%;
    float: left;
    height: 45px;
    margin: 9px 10px 0px 15px;
    cursor: pointer;
    background: url(../images/logo-shutter-stock.png) no-repeat;
}
	
	
	
	
}
/* -------------------------------- */
/* Global Navigation                */
/* -------------------------------- */
.global-nav {
	width:auto;
	/*position: absolute;*/
	top:0; 
	/*background: rgba(0, 0, 0, 0.75);*/
	font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
}

.global-nav ul li a {
	display:block;
	font-size:14px;
	width:108px;
	text-align:center;
	text-transform:uppercase;
	height:29px;
	padding-top:45px;
	color:#bdbdbd;
	font-family:'MyriadProSemiBold', arial, Helvetica;
}
.global-nav ul li a:hover {
	background:url(../images/top-nav-rollover.png)repeat-x;
	color:#ffffff;
}
.activatednav {
	background:url(../images/top-nav-rollover.png)repeat-x;
	color:#ffffff;
}

/* -------------------------------- */
/* MENU STYLES                */
/* -------------------------------- */

.mega-menu ul {/*position: relative; padding: 0; margin: 0;*/
}
.mega-menu ul li ul {
	display: none;
}
.mega-menu .sub {
	display: none;
}
.mega-menu .sub ul {
	display: block;
}
.tnav {
	font-family:'MyriadProSemiBold', arial, Helvetica;
	font-weight:normal
}
.tnav ul.mega-menu, .tnav ul.mega-menu, .tnav ul.mega-menu li {/*margin: 0; padding: 0; border: none;*/
}
.tnav ul.mega-menu {/*background: #222 url(images/bg_green.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #94cd0b; border-left: 1px solid #94cd0b; */
	position: relative;
}
.tnav ul.mega-menu li {
	float: left;
}
.tnav ul.mega-menu li a {
	 float: left;
    display: block;
    width: 122px;
    font-size: 14px;
    color: #bdbdbd;
    background: url(../images/nav-separator.png) left bottom no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    height: 29px;
    padding-top: 34px;
    text-align: center;

}
.tnav ul.mega-menu li a.dc-mega {
	position: relative;
}
.tnav ul.mega-menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	width: 8px;
	height: 6px;
	top: 18px;
	right: 15px; /*background: url(images/arrow.png) no-repeat 0 100%;*/
}
.tnav ul.mega-menu li.mega-hover a, .tnav ul.mega-menu li a:hover {/*background-position: 100% -40px;*/
	background:url(../images/top-nav-rollover.png)repeat-x;
	color:#ffffff;
}
.tnav ul.mega-menu li.mega-hover a .dc-mega-icon {
	background-position: 0 100%;
}
.tnav ul.mega-menu li .sub-container {
	position: absolute;
	background:#000000 url(../images/bg-mega-menu.png); /*no-repeat 0 100%; padding-left: 5px; */
	margin-left: -3px;
	border-left:1px solid #282828;
	border-bottom:1px solid #1c1c1c;
	border-right:1px solid #282828;
}
.tnav ul.mega-menu li .sub {/* background: url(../images/header-bg-transparent-black.png)no-repeat 100% 100%*/;
	padding: 10px 10px 0px 10px;
}
.tnav ul.mega-menu li .sub-container.mega .sub {
	padding: 10px 0 0 0;
}
.tnav ul.mega-menu li .sub .row {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.tnav ul.mega-menu li .sub li {
	list-style: none;
	float: none;
	width: 190px;
	font-size: 1em;
	font-weight: normal;
}
.tnav ul.mega-menu li .sub li.mega-hdr {
	margin: 0 10px 10px 0;
	float: left;
}
.tnav ul.mega-menu li .sub li.mega-hdr.last {
	margin-right: 0;
}
.tnav ul.mega-menu li .sub a {
	background: none;
	border: none;
	text-shadow: none;
	color: #ffffff;
	padding: 7px 10px;
	display: block;
	float: none;
	text-decoration: none;
	font-size: 0.9em;
}


.tnav ul.mega-menu li .sub-container.non-mega li {
	padding: 0;
	width: 190px;
	margin-top:10px;
}
.tnav ul.mega-menu li .sub-container.non-mega li a {
	width:auto;
	line-height:14px;
	height:50px;
	color:#c0c0c0;
	padding: 0 5px 10px 0;/* background: url(images/arrow_off.png) no-repeat 7px 10px;*/
}
.tnav ul.mega-menu li .sub-container.non-mega li a:hover {
	color: #f2f2f2; /*background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;*/
}
.cat-menu-thumb {
	float:left;
	margin-right:10px;
	width:48px;
	display:block;
	position:relative
}
.cat-menu-detail {
	float:left;
	margin-left:10px;
	position:relative;
	text-transform:none;
	padding:15px 0 0 0;
	text-align:left;
}
.cat-menu-detail span {
	font-size:10px;
	color:#807f7f;
	display:block;
}
/* -------------------------------- */
/* SING IN SECTION - TOP RIGHT      */
/* -------------------------------- */
#sign-in-wrapper {
	display:block;
	width:auto;
	height:74px;
	right:18px;
	position:absolute; float:right;
}
.signin-wrapper {
	float:right;
	display:block;
	width:auto;
	margin-top:5px
}
.signin-wrapper ul li {
	float:left;
	color:#666666;
	margin-top:6px;
	border-right:1px solid #444444
}

.signin-wrapper ul li a {
	display:block;
	font-size:11px; line-height:15px;
	padding:0 8px;
	color:#828282;
	font-family:'MyriadProRegular', arial, Helvetica;
}
.signin-wrapper ul li a:hover {
	/*color:#dadada;*/
	text-decoration:underline
}

.countrylist {
	background: url(../images/slectbox-arrow.png) right top no-repeat;
	-webkit-appearance: none;
	font-size:11px;
	color:#828282;
	height:18px;
	border:1px solid #333333;
	width:72px;
	padding:1px 0 1px 4px;
	margin:0 0 0 10px;
	outline:0;
}
.myaccount-wrapper {
	float:right;
	display:block;
	width:auto;
	margin-top:2px;
	clear:both;
}
.myaccount-wrapper ul {
	margin-top:6px;
}
.myaccount-wrapper ul li {
	float:left
}
.myaccount-wrapper ul li a {
	display:block;
	font-size:12px;
	padding:0 8px;
	color:#828282;
	font-family:'MyriadProRegular', arial, Helvetica;
	border-right:1px solid #333333
}
.myaccount-wrapper ul li a:hover {
	color:#ebebeb;
}
.cart-icon-wrapper {
	float:left;
	width:auto;
	margin-left:-3px;
	margin-top:-2px;
	z-index:5;
	position:relative
}
.cart-numbers {
	float:left;
	width:auto;
	color:#b9b9b9;
	border:1px solid #444444;
	margin-left:-5px;
	z-index:4;
	position:relative;
	padding:0 4px 0 12px;
	line-height:16px;
}

/* -------------------------------- */
/* Seach box -Home page                */
/* -------------------------------- */
.search-box-home-com{float:right; position:fixed; top:15%; right:15%; padding:6px 4px 0 6px; background:url(../images/comp-box.png) no-repeat; width:400px; height:420px;z-index:25}
.search-box-home-south{float:right; position:fixed; top:30%; right:15%; padding:6px 4px 0 6px; background:url(../images/comp-box.png) no-repeat; width:400px; height:200px;z-index:25}
.search-box-field{float:left; width:365px; height:24px; padding:8px 15px; background:transparent; outline:0; font-size:20px; border:0 }
/*arnab */
.search-box-home{float:left; position:fixed; top:40%; background-size: 100% 90px; left:2%; padding:6px 4px 0 6px; background:url(../images/search-box-home.png) no-repeat;z-index:25;}
.search-box-home2{float:left; position:fixed; top:40%; left:50px; padding:6px 4px 0 6px; background:url(../images/search-box-home2.png) no-repeat; width:562px; height:78px;z-index:25}
.search-box-field{float:left; width:365px; height:24px; padding:8px 15px; background:transparent; outline:0; font-size:20px; border:0 }
.search-bt-home{font-size:16px; color:#ffffff; padding:10px 12px; background:transparent; border:0; text-transform:uppercase; font-family:'MyriadProSemiBold',arial,Helvetica; cursor:pointer }
.category-wrapper{float:left; display:block; clear:both; color:#d7d7d7; font-size:14px; }
.search-cats{float:left;}
.editorial{margin-left:15px;}
.uploadnfind{float:left; display:block; font-size:13px; color:#ffffff; text-transform:uppercase; background:url(../images/arrow-up.png) right 5px no-repeat; margin-left:35px; padding-right:15px; }
.advanced-ser-home{float:left; font-size:13px; display:block; color:#ffffff; text-transform:uppercase; background:url(../images/arrow-down.png) right 5px no-repeat; margin-left:24px; padding-right:15px; }


/*homepage slide*/
#background-image {position:relative;}
#slideshow  .slide{background-size:100% auto !important; width:100% !important;background-color:#000 ;}
#fssPrev, #fssNext {display:none;}
#fssList {position:absolute; right:10px; top:20px;}
#fssList .slide {background:url(../images/hp-bullets.png) no-repeat center -28px; width:20px; height:27px; float:left;}
#fssListdiva {display:block}
#fssList li.fssActive {background:url(../images/hp-bullets.png) center 0px no-repeat ;}
#slideshow .slide a.imgSrc {position:fixed; bottom:3px; right:0px; z-index:9999; color:#fff; font-size:12px; padding-right:10px; color:#a8a8a8; line-height:1.3}
#slideshow .slide  .infobox {position: fixed; top: 60%;left: 50px; float:left; padding: 6px 4px 0 6px;background: url(../images/hp-imginfobg.png) repeat; 
width: 560px; height:120px; height: auto;
}
#slideshow  .slide  .infobox  .lft {width:350px; float:left; padding-right:15px;min-height:120px;}
#slideshow  .slide  .infobox  .lft h4 {font-family:MyriadProBold; color:#fff; font-size:30px; text-shadow:1px 1px 1px #000; padding:10px 10px 10px 10px; line-height:1}
#slideshow  .slide .infobox  .lft p {font-family:MyriadProRegular; color:#fff; font-size:14px; text-shadow:1px 1px 1px #000; padding:5px 10px 15px 10px;}
#slideshow .slide .infobox  .rgt {width:160px; float:left; padding-left:20px; padding-right:15px; background:url(../images/hp-imginfobg-divider.png) no-repeat left center; min-height:120px;}

#slideshow  .slide  .infobox  .lftfw {width:510px;}

#slideshow  .slide .infobox  .rgt .btn {margin-top:20px; background: #4d78d1; display:block; border-radius:5px; box-shadow:1px 1px 1px #000; padding:15px 10px; text-transform:uppercase; font-size:13px; text-shadow:1px 1px 0px #000; font-weight:bold; border-left:1px solid #769ce9; border-top:1px solid #769ce9;  /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNzhkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzUzOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #4d78d1 0%, #335394 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d78d1), color-stop(100%,#335394)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4d78d1 0%,#335394 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4d78d1 0%,#335394 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4d78d1 0%,#335394 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4d78d1 0%,#335394 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d78d1', endColorstr='#335394',GradientType=0 ); /* IE6-8 */
}
/* -------------------------------- */
/* Seach box -Inner page                */
/* -------------------------------- */
#searchtip-box-wrapper {
	position:absolute;
	top:80px;
	left:18px; font-size:11px; color:#888888; margin-bottom:10px;
}
#searchtip-box-wrapper .newbox { color:#ffffff;
	padding:3px 0; text-align:center; line-height:8px; font-size:10px;
	display:inline-block; width:30px;
	background:url(../images/bg-for-new.gif) center center; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;}

#searchtip-box-wrapper a{color:#aeaeae}

#search-box-inner-wrapper {
	position:absolute;
	top:104px;
	left:18px;
	min-width:1000px;
}
.search-box-container {
	float:left;
	position:relative;
	width:auto;
	height:35px; width:510px;	
}
.searchbox-ctn {
	float:left;
	width:auto;
	padding:2px 4px 2px 6px;
	background:#ffffff;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	height:24px;
}

.searhboxinput {
	float:left;
	width:340px;
	height:20px;
	padding:2px 15px;
	background:transparent;
	/*line-height:18px;*/
	outline:0; font-weight:normal;
	font-size:16px; color:#999999;
	border:0
}
.searchbtn-ctn {
	float:left;
	width:auto; margin-left:1px;
	padding:2px 4px 2px 6px;
	background:url(../images/button-bg.jpg);
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; display:inline-block;
	height:24px;
}
.search-bt-top {
	float:left;
	margin:0;
	color:#ffffff;
	padding:4px 14px;
	font-size:16px; line-height:none;
	background:none/*url(../images/button-bg.jpg)*/;
	border:0; outline:0;
	text-transform:uppercase;
	font-family:'MyriadProSemiBold', arial, Helvetica;
	cursor:pointer;
	
}

/*.search-bt-top {
	float:left;
	margin:0 0 0 1px;
	font-size:16px;	
	color:#ffffff;
	padding:5px 14px 4px 14px;
	line-height:18px;
	background:url(../images/button-bg.jpg);
	border:0; outline:0;
	text-transform:uppercase;
	font-family:'MyriadProSemiBold', arial, Helvetica;
	cursor:pointer;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; display:inline-block;
}*/
.search-box-inner {
	float:left;
	position:relative;
	padding:6px 4px 0 6px;
	background:url(../images/search-box-inner.png) no-repeat;
	width:562px;
	height:35px;
}
.search-box-field-inner {
	float:left;
	width:365px;
	height:20px;
	padding:2px 15px;
	background:transparent;
	line-height:18px;
	outline:0;
	font-size:20px; 
	border:0
}
.search-bt-inner {
	float:right;
	font-size:16px;
	color:#ffffff;
	padding:2px 12px;
	background:transparent;
	border:0;
	text-transform:uppercase;
	font-family:'MyriadProSemiBold', arial, Helvetica;
	cursor:pointer;
	font-weight:normal
}
.advanced-ser-inner {
	float:left;
	font-size:13px;
	display:block;
	color:#bdbdbd;
	text-transform:normal;
	background:url(../images/arrow-display.png) right 7px no-repeat;
	margin:5px 10px 0 24px;
	padding-right:15px;
}
.rm-rf-container{float:left; margin-top:4px; padding:0 20px; color:#bebebe;}
.need-hires{float:left; padding:4px 20px; color:#bebebe; border-left:1px solid #555555;}
.need-hires a{color:#8b8c8c; border-bottom:1px dotted}

/* -------------------------------- */
/* SING IN Page     */
/* -------------------------------- */
.signin-page-wrapper{width:800px; margin:0 50px;}
.signinhdr{font-size:24px; color:#ffffff; padding:10px 0; margin:25px 0; border-bottom:1px solid #333333;}
.user-login-wrapper{float:left; margin:30px 0 0 0; width:320px; padding:0; color:#999999; font-size:12px;}
.signin-seperatorline{float:left; margin:100px 60px; width:1px; height:265px; border-left:1px dotted #333;}
.user-type-hdr{font-size:18px; color:#ccc; text-transform:uppercase; padding:8px 0; margin:0 0 25px 0; border-bottom:1px solid #333; /*background:#191919;*/}
.loginidpw{width:280px; padding:3px 15px; outline:1; font-size:16px; background:#bbbbbb; border:none; color:#333333;}
.signin-page-wrapper label{display:block; margin:15px 0 2px 0; clear:both; font-size:14px;}
.signin-button{
	background:#333;
	border:0; outline:0;
	color:#ffffff; font-size:16px; font-family:'MyriadProLight';
	padding:6px 15px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block; margin:15px 0;}
.signin-button:hover{	background:url(../images/button-bg.jpg);}
.user-login-wrapper a:hover{color:#4064b1; text-decoration:underline}

.forgot-password, .forgot-password-right{background:#191919; margin:25px 0; padding:18px; -webkit-border-radius:5px;	-moz-border-radius:5px;	border-radius:5px;}
.forgot-password input[type=text], .forgot-password-right input[type=text]{width:250px;}
.forgot-pwhdr{font-size:16px; margin:6px 0; border-bottom:1px dotted #444444;}
/*
.slidingDiv {
    height:300px;
    background-color: #99CCFF;
    padding:20px;
    margin-top:10px;
    border-bottom:5px solid #3399FF;
}*/
 
.show_hide, .show_hide_right { display:none;}


/* -------------------------------- */
/* REGISTER Page     */
/* -------------------------------- */
.register-page-wrapper{/*width:1000px;*/ margin:0;  color:#999999; font-size:12px;}
.container {
    display: flex;
    gap: 20px; /* Adjust spacing between the two elements as needed */
    margin-left: 204px;
}

.tds-link-holder, .register-form {
    width: 70%; /* Ensures both elements take up equal space */
    padding: 25px 35px;
    border: 1px solid #333333;
}
.register-form input[type=text], .register-form input[type=email], .register-form input[type=number], .register-form input[type=password], .register-form select, .register-form textarea{width:240px; padding:2px 15px; margin:5px 0; font-size:14px; background:#bbbbbb; border:none; color:#333333;}
.register-form-cashfree{width:550px; padding:25px 35px; border:1px solid #333333; margin-left:204px}
.register-form-cashfree input[type=text], .register-form-cashfree input[type=email], .register-form-cashfree input[type=number], .register-form-cashfree input[type=password], .register-form-cashfree select, .register-form-cashfree textarea{width:240px; padding:2px 15px; margin:5px 0; font-size:14px; background:#bbbbbb; border:none; color:#333333;}
.register-button{
	background:url(../images/button-bg.jpg);
	border:0; outline:0;
	color:#ffffff; font-size:18px; text-transform:uppercase; font-family:'MyriadProLight';
	padding:6px 15px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block; margin:15px 0;}
.astrik{color:#F00}
	
.registerhdr{font-size:24px; color:#ffffff; padding:20px 0; /*margin:25px 0; border-bottom:1px solid #333333;*/ }
.why-register{float:left; width:300px; margin-left:0; background:#191919; padding:25px;}
.why-register-hdr{font-size:14px; color:#fff; margin-bottom:20px;}
.benefits{margin:15px 0}
.benefits li{margin:3px 0; padding-left:20px; background:url(../images/main-cat-arrow-off.gif) 0 2px no-repeat}

/* -------------------------------- */
/* My PROFILE                */
/* -------------------------------- */
.profile-detail-hdr{font-size:18px; color:#c5c5c5; padding:10px 0 3px 0; margin:15px 0 15px 0; border-bottom:1px dotted #444444;}
/* -------------------------------- */
/* My ORDERS                */
/* -------------------------------- */
.order-details tr td{ padding:10px 6px; border-bottom:1px solid #333333; font-size:13px;}
.order-details .hdr-row{font-size:14px; color:#d6d6d6; background:#202020;}
.order-details-div{/*height:650px; */overflow:auto;}
.order-details tr td a{border-bottom:1px dotted #06C; color:#adadad}
.order-details tr td a:hover{border-bottom:none; color:#cfcfcf}
.order-details strong{color:#c5c5c5; font-family:'MyriadProSemiBold'}
.order-amt-dt{ background:#222222; padding:15px}
.order-amt-dt .hdr{font-size:13px; color:#f0f0f0; border-bottom:1px solid #444444; margin:0 0 10px 0}
.order-amt-dt table tr td { padding:5px 0}
.order-amt-dt table .net{color:#d2d2d2; border-top:1px dotted #444444;border-bottom:1px dotted #444444;}
.order-pay-bt{
	background:url(../images/button-bg.jpg);
	border:0; outline:0;
	color:#ffffff; font-size:14px; text-transform:uppercase; font-family:'MyriadProLight';
	padding:4px 10px;
	cursor:pointer;
	/*-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
	display:block; margin:10px 0;}

/* -------------------------------- */
/* Shopping Cart Page               */
/* -------------------------------- */
.cart-item-wrapper{float:left; display:block; margin:0 40px; padding:0 0 15px 0; position:relative; border-top:1px dotted #444;}
.cart-item-wrapper .delete{background:url(../images/delete-cross.gif) center center no-repeat; width:13px; height:12px; position:absolute; cursor:pointer}
.cart-item{float:left; display:inline-block; margin:25px 0}
.cart-item-info-wrapper{float:left; display:inline-block; margin-left:50px;}
.cart-item-info{float:left; margin:40px 0; font-size:14px; }
.cart-item-info strong{font-family:'MyriadProSemiBold'; color:#888888;}
.cart-item-info .type{float:left; color:#bbb; display:block; clear:both; margin-bottom:5px; border-bottom:1px dotted #666; min-width:150px;}
.cart-item-info .type-detail{float:left; color:#f0f0f0; display:inline-block; clear:left; padding:2px 0}
.cart-item-info .type-rf{float:left; padding:2px 4px 0 4px; border:1px solid #444444; color:#cccccc; display:inline-block; margin:0 6px; line-height:16px;}
.cart-item-info .type-size{float:left; color:#f0f0f0; display:inline-block; clear:both; padding:2px 0; font-size:12px;}
.cart-item-info .type-price{float:left; color:#f0f0f0; display:inline-block; clear:both; padding:2px 0; font-size:12px;}

.addfilesize-bt-wrapper{float:left; margin:50px}
.addfilesize-bt{ background:#555555;
	/*background:url(../images/button-bg.jpg);*/
	border:0; outline:0;
	color:#c5c5c5; font-size:12px; text-transform:none; font-family:'MyriadProRegular';
	padding:5px 10px; line-height:none;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:block; margin:10px 0;}
.addfilesize-bt:hover{ background:url(../images/button-bg.jpg);}
.cart-amt{/*float:left; display:block; clear:both; */text-align:right; width:520px; margin:0 40px; font-size:14px;  padding:8px 15px; background:#191919}
.cart-amt-inner{float:left; display:block; clear:both; text-align:right; width:615px; margin:0; font-size:14px;  padding:8px 80px 5px 0; background:#191919}
.cart-amt-tag{color:#666; margin-right:15px; display:inline-block;}
.cart-amt-number{color:#dddddd; text-align:right; display:inline-block; width:100px;}
/*.cart-billing-info-wrapper{float:left; clear:both; margin:25px 40px; }*/
.cart-billing-info{display:block; margin:6px 0; padding-bottom:8px; border-bottom:1px dotted #555555;}
.cart-billing-info-wrapper a{color:#666666;} .cart-billing-info-wrapper a:hover{color:#999; text-decoration:underline}
.checkout-bt{ background:url(../images/button-bg.jpg);
	border:0; outline:0;	color:#c5c5c5; font-size:14px; text-transform:uppercase; font-family:'MyriadProRegular';
	padding:8px 20px; line-height:none;	cursor:pointer;
	/*-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;*/
	display:block; margin:10px 0;}

.payment-option{ float:left; display:block; clear:both; margin:25px 0; line-height:18px; font-size:14px;}

/* -------------------------------- */
/* Lightbox listing Section                */
/* -------------------------------- */
.shortlist-top-div{/*float:left; width:700px; display:block; clear:both; */font-size:14px; padding-bottom:5px; border-bottom:1px dotted #555555; margin:15px 0}
.create-newlb{font-size:14px; color:#cecece; padding:4px 32px 4px 0; display:inline-block; margin:0 25px; background:url(../images/arrow-circular.png) center right no-repeat}
/*.lightboxlist-table{float:left; display:block; clear:both;}*/
/*.lightboxlist-details{float:left; display:block; clear:both;}*/
.lightboxlist-details tr td{ padding:10px 6px; border-bottom:1px solid #333333; font-size:13px;}
.lightboxlist-details .hdr-row{font-size:14px; color:#d6d6d6; background:#202020;}
.lightboxlist-details-div{float:left; height:650px; overflow:auto;}
.lightboxlist-details tr td a{border-bottom:1px dotted #06C; color:#adadad}
.lightboxlist-details tr td a:hover{border-bottom:none; color:#cfcfcf}
.lightboxlist-details strong{color:#c5c5c5; font-family:'MyriadProSemiBold'}

.lightbx-imageno{font-size:14px; font-family:'MyriadProSemiBold'; color:#888888;}

.lightbx-createdon{font-size:12px; color:#b7b7b7;}

.lightbx-actions{font-size:12px; display:block; margin:5px 10px; color:#cccccc; text-transform:uppercase}

.create-lboxlist{background:#222222; padding:40px;}
.create-lboxlist-hdr{font-size:14px; color:#c5c5c5; padding:10px 0 3px 0; margin:0px 0 15px 0; border-bottom:1px dotted #444444;}
.create-lboxlist input[type=text]{width:260px; padding:2px 5px; height:20px; background:#dedede; border:none; margin:6px;}
.create-lboxlist  textarea{width:260px;margin:6px; padding:2px 5px; height:50px; background:#dedede; border:none; font-family:arial; font-size:12px;}
.create-lboxlist i .text-label {	color: #555555; margin:6px;}

.create-lboxlist .createlbbtn{ padding:5px 10px;
	background:url(../images/button-bg.jpg);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	 display:block;
	 color:#f0f0f0;
	border:0; outline:0;
	font-family:'MyriadProSemiRegular', arial, Helvetica;
	cursor:pointer;}


<!-- comp box -->
	.create-lboxlist-comp{background:#222222; padding:50px;}

.create-lboxlist-hdr-comp{font-size:20px; color:#333333; padding:10px 0 3px 0; margin:0px 0 18px 0; border-bottom:1px dotted #444444;}
.create-lboxlist-comp input[type=text]{width:300px; padding:5px 8px; height:30px; background:#dedede; border:none; margin:10px;}
.create-lboxlist-comp  textarea{width:300px;margin:10px; padding:5px 8px; height:50px; background:#dedede; border:none; font-family:arial; font-size:12px;}
.create-lboxlist i .text-label {	color: #555555; margin:6px;}

.create-lboxlist-comp .createlbbtn{ padding:10px 20px;
	background:url(../images/button-bg.jpg);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	 display:block;
	 color:#f0f0f0;
	border:0; outline:0;
	font-family:'MyriadProSemiRegular', arial, Helvetica;
	cursor:pointer;}


.newlbox ul .borderli {margin:8px 0 16px 0; width:170px; border-bottom:1px dotted #605f5f; height:1px;}

ul.menu {list-style:none; margin:0; padding:0; font-size:12px;}
ul.menu a { display:block; font-size:12px; color:#cccccc;  text-decoration:none; text-transform:uppercase; 	 }
ul.menu a:hover {}
ul.menu li {position:relative; float:left; margin;0;  padding:0;  display:block; /*border-right:1px solid #857258; background:url(images/seperator.gif) right center no-repeat;*/}
/*ul.menu li:hover{background:#000}*/
ul.menu ul {position:absolute;  left:0; background:#444444; display:none; list-style:none; padding:0 15px;  }
ul.menu ul li {position:relative; border-bottom:1px dotted #666; min-width:100px; margin:0;  background:none}
ul.menu ul li a {display:block;color:#b8b7b7;/*background-color:#d1d1d1*/ text-transform:none; padding:5px 0; border-bottom:0;}
ul.menu ul li a:hover {color:#fff/*background-color:#c5c5c5*/}

ul.menu .subtop {padding-right:20px; background: url(images/down-arrow.png) right 16px no-repeat; border-bottom:0;}
ul.menu .sub {background: url(images/arrow.gif) right 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

/*.lightbox-list-wrapper{float:left; display:block; clear:both; 	margin:20px 0; 	 }
.lightbox-list-container{float:left; padding:0 0 5px 0; 	margin:0 25px 10px 0; 	width:175px; 	border:1px solid #333333;}
.lightbx-name{font-size:12px; color:#cccccc; display:block; margin:5px 10px; border-bottom:1px dotted #444444; padding-bottom:2px;}
.lightbx-name:hover{color:#ffffff;}
.lightbx-imageno{font-size:14px; display:block; margin:5px 10px; font-family:'MyriadProSemiBold'; color:#888888;}

.lightbx-createdon{font-size:12px; display:block; margin:5px 10px; color:#b7b7b7;}

.lightbx-actions{font-size:12px; display:block; margin:5px 10px; color:#cccccc; text-transform:uppercase}
*/
/* -------------------------------- */
/* Photographer Section                */
/* -------------------------------- */
.faqs .qes{padding-left:25px; background:url(../images/qes.gif) left 5px no-repeat}
.faqs .ans{padding-left:25px; background:url(../images/ans.gif) left 5px no-repeat; margin-bottom:25px;}

.photographer{}
.photographer-hdr{font-size:20px; color:#d5d5d5; padding:10px 0 3px 0; margin:15px 0 15px 0; border-bottom:1px dotted #444444;}
.photographer h2{font-size:18px; color:#c5c5c5; padding:10px 0 3px 0; margin:15px 0 15px 0; border-bottom:1px dotted #444444;}
.photo-benefits li{ padding-left:15px; background:url(../images/arrow-right-grey.png) left 5px no-repeat}

.photo-agreement-div{height:450px; overflow:auto;}


.photo-button{
	background:url(../images/button-bg.jpg);
	border:0; outline:0;
	color:#ffffff; font-size:18px; text-transform:uppercase; font-family:'MyriadProLight';
	padding:6px 15px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	display:inline-block; margin:15px 0;}
.photo-button-back{
	background:#555555;
	border:0; outline:0;
	color:#ffffff; font-size:18px; text-transform:uppercase; font-family:'MyriadProLight';
	padding:6px 15px; 
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	display:inline-block; margin:15px 20px 15px 0;}





/* -------------------------------- */
/* Common pages                */
/* -------------------------------- */
.common-page-wrapper{ margin:0;  color:#999999; font-size:12px;}
.common-page-wrapper p{margin:10px 0;}
h2{font-size:24px; color:#c0c0c0; padding:10px 0; margin:25px 0; border-bottom:1px solid #333333;}
h3{font-size:16px; color:#c0c0c0;margin:18px 0 0 0;}
.relatedlink-holder{float:left; width:180px; background:#191919; padding:12px;}
.relatedlink-hdr{font-size:18px; color:#c5c5c5; margin-bottom:20px;}
.relatedlink{/*margin:15px 0*/}
.relatedlink li{margin:3px 0; padding-left:20px; background:url(../images/main-cat-arrow-off.gif) 0 2px no-repeat}
.relatedlink li a {color:#bbbbbb;}
.relatedlink li a:hover {color:#f0f0f0;}
.relatedlink li .active {color:#f0f0f0;}

.common-content-right{/*width:695px;*/width:75%; padding:10px 35px; border:1px solid #333333;margin-left:204px}
.common-content-right2{width:850px; float:left; padding:10px 35px; border:1px solid #333333;}

/* -------------------------------- */
/* Editorial page                */
/* -------------------------------- */
.editorial-main-image-wrapper {
	float:left;
	position:relative;
	min-width:1150px;
	background:#0f0f0f;
	border:1px solid #272727;
	height:auto;
	display:block;
	clear:both;
	margin: 80px 0 18px 15px;
	min-height:394px;
}
.editorial-image {
	float:left;
	width:auto;
	display:block
}
.editorial-image-details {
	float:left;
	width:300px;
	padding:180px 0 0 28px;
	font-size:14px;
	line-height:17px;
	color:#919191
}
.editorial-image-hdr {
	margin-bottom:15px;
	color:#ffffff;
	font-size:36px;
	font-family:'MyriadProLight', arial, Helvetica;
}
.editorial-image-hdr .bold {
	font-family:'MyriadProSemibold'
}
.see-gallery-editorial {
	display:block;
	clear:both;
	margin-top:25px;
	width:100px;
	font-size:16px;
	color:#cacaca;
	background:url(../images/arrow-circular.png) right center no-repeat;
	padding:4px 28px 4px 0;
}
.editorial-category-box-wrapper {
	float:left;
	width:1170px;
	display:block;
	clear:both; position:relative;
}
.editorial-category-box {
	float:left;
	position:relative;
	width:358px;
	padding:8px;
	background:#202020;
	margin: 0 0 18px 15px;
}
.editorial-category-box-inner {
	float:left;
	position:relative;
	width:178px;
	margin: 0;
}
.editorial-category-box-inner ul li {
	float:left;
	position:relative;
	width:84px;
	margin: 0 0 0 5px;
}
.editorial-cat-hdr {
	float:left;
	display:block;
	clear:left;
	position:relative;
	padding:4px;
	margin:8px 0 0 8px;
	width:265px;
	font-size:26px;
	font-family:'MyriadProLight', arial, Helvetica;
}
.editorial-cat-more {
	float:left;
	display:block;
	clear:right;
	position:relative;
	padding:4px;
	margin:8px 0 0 8px;
	width:60px;
	font-size:14px;
	font-family:'MyriadProRegular', arial, Helvetica;
	color:#a8a8a8;
	text-align:right
}
/* -------------------------------- */
/* Promotions page                */
/* -------------------------------- */
.promotions-wrapper {
	float:left;
	display:block;
	clear:both;
	margin:80px 15px 25px 15px; position:relative;
}
.promotion-banner {
	float:left;
	width:auto;
}
.promotion-details-wrapper {
	float:left;
	width:480px;
	display:inline;
	padding:0;
	margin: 0 0 0 25px;
}
.promotion-details-wrapper .hdr {
	float:left;
	margin-top:0px;
}
.promotion-tbl {
	float:left;
	font-size:14px;
	color:#dddddd;
	margin:10px 0
}
.promotion-tbl tr td {
	border-bottom:0px dotted #333333;
	padding:8px 30px;
}
.promotion-tbl .promohdrs {
	background:#222222;
	color:#c6c6c6;
	text-transform:uppercase;
}
.promotion-terms {
	float:left;
	width:450px;
	display:block;
	font-size:12px;
	color:#666666;
	line-height:16px;
}
.promotion-terms .hd {
	font-family:'MyriadProSemibold';
	color:#999999
}
.promotion-terms ul li {
	list-style-type:square;
	margin-left:15px;
}

/* -------------------------------- */
/* FOOTER AREA			            */
/* -------------------------------- */

#footer-home, #global-footer {
	float:left;
	display:block;
	width:100% !important;
	min-width:1000px;
	background:#000 url(../images/header-bg-transparent-black.png);
	/*height:38px;*/
	z-index:25
}
#footer-home {
	position:fixed;
	bottom:0;
	left:0;
}
#global-footer {
	border-top:1px solid #222222;
	position:relative;

	/*bottom:0;*/
	/*margin:40px 0 0 0;*/
	/*padding-top:6px;*/
}
.aboutus-wrapper {
	float:left;
	display:block;
	/*width:186px;*/
	margin:10px 0 0 20px;
}
.aboutus-wrapper ul li {
	float:left
}
.aboutus-wrapper ul li a {
	display:block;
	padding:1px 12px;
	color:#f2f2f2;
	font-family:'MyriadProRegular', arial, Helvetica;
	border-right:1px solid #5e5e5e
}
.aboutus-wrapper ul li a:hover {
	color:#ffffff;
}
.social-wrapper {
	float:left;
	display:block;
	/*width:165px;*/
	margin:10px 0 0 12px;
	font-family:'MyriadProRegular', arial, Helvetica;
	font-size:12px;
	color:#8e8e8e
}
.social-wrapper ul li {
	float:left;
	margin:2px 1px;
}
.social-wrapper ul li .facebook, .twitter, .linkedin, .youtube {
	background:url(../images/icon-social.png) no-repeat;
	display:block;
	width:17px;
	height:15px;
	text-indent:-10000px !important;
}
.twitter {
	background-position:-19px 0px;
}
.linkedin {
	background-position:-38px 0px;
}
.youtube {
	background-position:-57px 0px;
}
.social-wrapper ul .followus {
	vertical-align:top;
	padding-right:5px;
}
.copyright {
	float:left;
	margin:12px 0 0 20px;
	font-family:'MyriadProRegular', arial, Helvetica;
	font-size:11px;
	color:#818181;
}
.shutterstock
{
    float:left;
    margin:12px 0 0 0;
    font-family:'MyriadProRegular', arial, Helvetica;
    font-size:11px;
    color:#818181;
}
.disclaimer-wrapper {
	float:left;
	display:block;
	width:450px;
	margin:8px 0 0 5px;
}
.disclaimer-wrapper ul li {
	float:left
}
.disclaimer-wrapper ul li a {
	display:block;
	margin-top:5px;
	padding:0 8px;
	color:#b1b0b0;
	font-family:'MyriadProRegular', arial, Helvetica;
	border-left:1px solid #5e5e5e
}
.disclaimer-wrapper ul li a:hover {
	color:#f8f8f8;
}
.corbis {
	/*background:url(../images/corbis-logos.png) no-repeat;*/
	width:210px;
	height:40px;
	float:right;
	margin:4px 0 0 0
}

/*Rrepresentative of Corbis in India*/
.bubbleInfo {
            position: relative;
            top: 150px;
            left: 100px;
            width: 500px;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
			border-radius:6px;
        }



        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

			
			
.homepage {overflow:hidden}		
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img.slide-image{
	max-width: 100%;
	display: block;
	width:100%;
	}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:url(../images/hp-bullets.png) no-repeat -6px -6px;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../images/hp-bullets.png) no-repeat -6px -34px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	display:none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-controls {position:absolute; top:0px; right:10px;}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}



.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

@media screen and (max-width:1024px){
	.search-box-home2 {top:30%;}
	#slideshow .slide  .infobox  {top:60%;}
	.disclaimer-wrapper { width:175px}
	#footer-home {min-width:1000px; position:relative;}
}


@media screen and (max-width:980px){
	.search-box-home2 {top:18%;}
	#slideshow .slide  .infobox  {top:60%;}
	#logo {margin-left:10px !important; width:30% !important; top:25px;}
	.tnav ul.mega-menu li a {width:90px; font-size:12px;}
	.global-nav {left:185px;}
	#Header-wrapper {min-width:768px;}
	.myaccount-wrapper {margin-top:9px; }
	#sign-in-wrapper {right:5px;}
	#footer-home {min-width:768px; position:relative;}
	.disclaimer-wrapper {width:175px; margin-left:20px;}
	.aboutus-wrapper { width:185px; margin-left:0px;}
	
}

@media screen and (orientation: portrait) {
	.search-box-home2 {top:15%;}
	#slideshow .slide  .infobox  {top:60%;}
}
@media screen and (max-width:767px){
html {zoom:4}
#logo {margin-left:10px !important; width:100% !important; top:25px;}

}

.pull-left{float:left}
.pull-right{float:right}
/* -------------------------------- */
/* Seach box -Home page                */
/* -------------------------------- */
.search-box-field{float:left; width:365px; height:24px; padding:8px 15px; background:transparent; outline:0; font-size:20px; border:0 }
/*arnab */

.search-box-home2{position:fixed; top:30%; left:50px; padding:6px 4px 0 6px; background:url(images/search-box-home.png) no-repeat; width:562px; height:86px;z-index:25}
.search-box-field{ height:24px; padding:8px 15px; background:transparent; outline:0; font-size:20px; border:0 }
.search-bt-home{font-size:16px; color:#ffffff; padding:10px 12px; background:transparent; border:0; text-transform:uppercase; font-family:'MyriadProSemiBold',arial,Helvetica; cursor:pointer }
.category-wrapper{display:block; clear:both; color:#d7d7d7; font-size:14px; }
.search-cats{float:left;}





/**
 * @version		1.3
 * @package		SimpleTabs
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
 * @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
div.simpleTabs {margin-top:14px; padding:0}
ul.simpleTabsNavigation { margin:0 ; padding:0; text-align:left; }
ul.simpleTabsNavigation li { list-style:none;float:left; display:inline; margin:0; padding:0; }
ul.simpleTabsNavigation li a { padding:15px 102px; background-color:#000; font-size:15px; color:#fff; text-decoration:none; font-family:arial; margin:0 }
ul.simpleTabsNavigation li a:hover { background: rgb(61, 95, 169);}
ul.simpleTabsNavigation li a.current { background:url(images/active-bg.png); color:#fff;}
div.simpleTabsContent {/*min-height:90px;*/ float:left; margin-top:13px; padding:16px ; display:none; 
/*background:url(../images/bg-box.png) top center no-repeat !important; color:#fff; */
background:url(images/bg-box-transparent.png) top center no-repeat !important; color:#fff;
-webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
div.simpleTabsContent.currentTab { display:block; }

.creative-left-tab{min-width:280px;}
.creative-right-tab{min-width:290px;}
.creative-left{width:237px; margin-left:10px; /*border-right:1px solid #333*/}
.creative-radios{margin-left:15px; margin-bottom:15px;}
.creative-right{width:239px; padding-left:12px; }
.cat-hdr{font-size:15px; color:#eee; background:url(images/arrows.png) left center no-repeat; padding-left:20px; margin-bottom:10px;}



/*********************
FOR SEARCH PAGE
**********************/
.search-tabs-wrapper{width:86%; margin:5%; background:#181818}
.search-tab-class{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: -5px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.search-tab-class li{
display: inline;
margin: 0;
}

.search-tab-class li a{ padding:10px 30px; text-align:left;
text-decoration: none;
position: relative;
z-index: 1;
background:#8b8b8b; font-size:15px; color:#fff; font-weight:normal; text-decoration:none; font-family:arial; margin:0;   -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}



.search-tab-class li a:hover{
background: #5076c7;
}

.search-tab-class li a.selected{ /*selected main tab style */
position: relative;
 
}

.search-tab-class li a.selected{ /*selected main tab style */
background:#5076c7;
padding-top:15px; font-size:16px; 
}

.search-tab-class li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}
.tabcontent .info{ padding:3px; margin:3px; vertical-align:text-top}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontent .op-blocks{margin-top:4px;background:#242424; padding:6px 20px; color:#b0b0b0; font-size:12px; margin-right:2px; float:left;}
.tabcontent .activeblock{margin-top:4px;background:#323232; padding:6px 25px; color:#b0b0b0; font-size:12px; margin-right:2px; float:left}
.tabcontent .op-blocks .catlink{font-size:14px; color:#bbb; text-decoration:none}
.tabcontent .op-blocks .catlink:hover{font-size:14px; color:#fff; text-decoration:underline}
.tabcontent .activeblock .catlinkactive{font-size:16px; color:#eee; font-weight:bold; text-decoration:none; padding:3px 6px;}










/***[for table]***/
#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	width: 562px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
	/*margin-right: 2px;*/
}

#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	padding: 12px 111px;
	background: #000;
	text-decoration: none;
	color: #fff;
	font-size:16px;
	
	
	
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background: rgb(61, 95, 169);
}

#tabs_container {
	padding: 30px;
	/*overflow: hidden;*/
	position: relative; 
	background:url(images/bg-box.png) bottom center no-repeat !important;
	/*background: #000;
	opacity:0.6;*/
	margin-top:-1px;
}

.tipholder{width:20px;display:inline-block; position:relative;  z-index:9999999999999}
/*#tabs_container div {
	margin-right: 40px;
}
*/
.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}



.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}



.tabulous_active {
	/*background: #000 !important;*/
	background:url(images/search-marker.png) 80px 16px no-repeat !important;;
	background-color:transparent !important;
	color: #fff !important;
	
}

.tabulousclear {
	display: block;
	clear: both;
}




.webui-popover {
	position:absolute;
	top:0;
	left:0;
	z-index:99999999;
	display:none;
	width:276px;
	min-height:50px;
	padding:1px;
	text-align:left;
	white-space:normal;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
	box-shadow:0 5px 10px rgba(0,0,0,.2)
}
.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
	margin-top:-10px
}
.webui-popover.right, .webui-popover.right-top, .webui-popover.right-bottom {
	margin-left:10px
}
.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
	margin-top:10px
}
.webui-popover.left, .webui-popover.left-top, .webui-popover.left-bottom {
	margin-left:-10px
}
.webui-popover.pop {
	-webkit-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
	transition:transform .15s cubic-bezier(0.3, 0, 0, 1.5)
}
.webui-popover.fade {
	transition:opacity .15s linear
}
.webui-popover.in {
	-webkit-transform:none;
	-o-transform:none;
	transform:none;
	opacity:1
}
.webui-popover-inner .close {
	font-family:arial;
	margin:5px 10px 0 0;
	float:right;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.2;
	filter:alpha(opacity=20);
	text-decoration:none
}
.webui-popover-inner .close:hover, .webui-popover-inner .close:focus {
	opacity:.5;
	filter:alpha(opacity=50)
}
.webui-popover-title {
	padding:8px 14px;
	margin:0;
	font-size:14px;
	font-weight:400;
	line-height:18px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0
}
.webui-popover-content {
	padding:9px 14px;
	overflow:auto; font-size:12px;
}
.webui-popover-inverse {
	background-color:#333;
	color:#eee
}
.webui-popover-inverse .webui-popover-title {
	background:#3b3b3b;
	border-bottom:none;
	color:#eee
}
.webui-no-padding .webui-popover-content {
	padding:0
}
.webui-no-padding .list-group-item {
	border-right:none;
	border-left:none
}
.webui-no-padding .list-group-item:first-child {
	border-top:0
}
.webui-no-padding .list-group-item:last-child {
	border-bottom:0
}
.webui-popover>.arrow, .webui-popover>.arrow:after {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.webui-popover>.arrow {
	border-width:11px
}
.webui-popover>.arrow:after {
	border-width:10px;
	content:""
}
.webui-popover.top>.arrow, .webui-popover.top-right>.arrow, .webui-popover.top-left>.arrow {
	bottom:-11px;
	left:50%;
	margin-left:-11px;
	border-top-color:#999;
	border-top-color:rgba(0,0,0,.25);
	border-bottom-width:0
}
.webui-popover.top>.arrow:after, .webui-popover.top-right>.arrow:after, .webui-popover.top-left>.arrow:after {
	content:" ";
	bottom:1px;
	margin-left:-10px;
	border-top-color:#fff;
	border-bottom-width:0
}
.webui-popover.right>.arrow, .webui-popover.right-top>.arrow, .webui-popover.right-bottom>.arrow {
	top:50%;
	left:-11px;
	margin-top:-11px;
	border-left-width:0;
	border-right-color:#999;
	border-right-color:rgba(0,0,0,.25)
}
.webui-popover.right>.arrow:after, .webui-popover.right-top>.arrow:after, .webui-popover.right-bottom>.arrow:after {
	content:" ";
	left:1px;
	bottom:-10px;
	border-left-width:0;
	border-right-color:#fff
}
.webui-popover.bottom>.arrow, .webui-popover.bottom-right>.arrow, .webui-popover.bottom-left>.arrow {
	top:-11px;
	left:50%;
	margin-left:-11px;
	border-bottom-color:#999;
	border-bottom-color:rgba(0,0,0,.25);
	border-top-width:0
}
.webui-popover.bottom>.arrow:after, .webui-popover.bottom-right>.arrow:after, .webui-popover.bottom-left>.arrow:after {
	content:" ";
	top:1px;
	margin-left:-10px;
	border-bottom-color:#fff;
	border-top-width:0
}
.webui-popover.left>.arrow, .webui-popover.left-top>.arrow, .webui-popover.left-bottom>.arrow {
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-right-width:0;
	border-left-color:#999;
	border-left-color:rgba(0,0,0,.25)
}
.webui-popover.left>.arrow:after, .webui-popover.left-top>.arrow:after, .webui-popover.left-bottom>.arrow:after {
	content:" ";
	right:1px;
	border-right-width:0;
	border-left-color:#fff;
	bottom:-10px
}
.webui-popover-inverse.top>.arrow, .webui-popover-inverse.top-left>.arrow, .webui-popover-inverse.top-right>.arrow, .webui-popover-inverse.top>.arrow:after, .webui-popover-inverse.top-left>.arrow:after, .webui-popover-inverse.top-right>.arrow:after {
	border-top-color:#333
}
.webui-popover-inverse.right>.arrow, .webui-popover-inverse.right-top>.arrow, .webui-popover-inverse.right-bottom>.arrow, .webui-popover-inverse.right>.arrow:after, .webui-popover-inverse.right-top>.arrow:after, .webui-popover-inverse.right-bottom>.arrow:after {
	border-right-color:#333
}
.webui-popover-inverse.bottom>.arrow, .webui-popover-inverse.bottom-left>.arrow, .webui-popover-inverse.bottom-right>.arrow, .webui-popover-inverse.bottom>.arrow:after, .webui-popover-inverse.bottom-left>.arrow:after, .webui-popover-inverse.bottom-right>.arrow:after {
	border-bottom-color:#333
}
.webui-popover-inverse.left>.arrow, .webui-popover-inverse.left-top>.arrow, .webui-popover-inverse.left-bottom>.arrow, .webui-popover-inverse.left>.arrow:after, .webui-popover-inverse.left-top>.arrow:after, .webui-popover-inverse.left-bottom>.arrow:after {
	border-left-color:#333
}
.webui-popover i.icon-refresh:before {
	content:""
}
.webui-popover i.icon-refresh {
	display:block;
	width:30px;
	height:30px;
	font-size:20px;
	top:50%;
	left:50%;
	position:absolute;
	background:url(../img/loading.gif) no-repeat
}
@-webkit-keyframes rotate {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes rotate {
100% {
transform:rotate(360deg)
}
}
