/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

@import "font-awesome.css";
@import "font-awesome-ie7.css";
/**
 * Correct `block` display not defined in IE 8/9.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio, canvas, video {
    display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden], template {
    display: none;
}
script {
    display: none !important;
}
*, focus {
    outline: 0;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
    margin: 0;
    background: url(../images/header-bg-secondary.png) no-repeat center top;
    overflow-x: hidden;
    background-color: #000000; 
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {
    font-weight: bold;
    color:#C5C1BA;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"], input[type="button"] {

    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */






}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
*,.btn:focus, .btn:active:focus, .btn.active:focus{
    outline: 0;
}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

.floatr {
    float: right;
}
.floatl {
    float: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, body {
    font-family: Verdana, Geneva, sans-serif;
    width: 100%;
    height: 100%;
}
.menu-bg {
    background: #000000 url(../images/nav-bg.png) repeat-x center top;
    border: none;
    border-radius: 0;
    min-height: 26px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #e7bf35;
    color: #232326;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #e7bf35;
    color: #232326;
}
.nav > li {
    border-left: 1px solid #706e6e;
}
.nav > li:last-child {
    border-right: 1px solid #706e6e;
}
.navbar-nav > li > a {
    padding: 3px 8px;
    font-size: 11px;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
    color: #e7bf35;
    line-height: 20px;
}
.navbar-left {
    margin-left: 278px;
}
.navbar-left > li > a {
    padding: 3px 12px;
    font-size: 12px;
    font-weight: bold;
}
.navbar-default .navbar-right > li > a {
    color: #c4cf90;
}
.navbar-default .navbar-left > li:last-child > a {
    color: #ffffff;
}
.navbar-default .navbar-right > li > a:hover, .navbar-default .navbar-right > li > a:focus {
    background: #c4cf90;
    color: #232326;
}

.navbar-nav > li > a.join {
    font-size: 20px;
    text-transform: uppercase;
}
.container-fluid, .navbar-collapse {
    padding: 0;
}
.header-top {
    min-height: 88px;
    padding: 6px 0;
}
.header-top a.logo {
    text-indent: -999em;
    display: inline-block;
    margin: 4px 0 0px 0px;
}
.header-top h4.orange {
    font-size: 14px;
    font-weight: bold;
    color: #e9783a;
    line-height: 20px;
}
.header-top h4.orange span {
    display: block;
    margin-left: 100px;
}
.header-top h4.white {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    line-height: 18px;
    text-align: right;
    margin: 0;
}
.header-top .search-bg {
    background: #d3d3d3;
    border: 1px solid #353535;
    padding: 1px;
    float: right;
    margin:0;
    width: 50%;
}
.header-top input[type="text"] {
    background: none;
    border: 0;
    color: #40403f;
    font-size: 14px;
    margin: 0 0px;
    width: 78%;
    margin-left: 4px;
}
.header-top input[type="button"], .header-top input[type="button"]:hover {
    background: url(../images/search.png) no-repeat;
    border: 0;
    color: #40403f;
    font-size: 14px;
    margin: 0;
    width: 22px;
    height: 22px;
    border-radius: 0;
    padding: 0;
    float: right;
}
/*Slider*/

.slider .row .col-lg-10 {
    width: 83.27%
}
.slider .row .col-lg-2 {
    width: 16.73%;
    padding-right: 0
}
/* saf3+, chrome1+ */
.carousel-inner > .item > img {
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 16px #999999;
    -moz-box-shadow: 0px 0px 16px #999999;
    box-shadow: 0px 0px 16px #999999;
}
.carousel-inner > .item > a > img {
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 16px #999999;
    -moz-box-shadow: 0px 0px 16px #999999;
    box-shadow: 0px 0px 16px #999999;
}
.carousel.c-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    padding: 0px 0px 0px 1px;
}
.carousel.c-fade .item .carousel-caption {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.carousel.c-fade .active.left, .carousel.c-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.c-fade .next, .carousel.c-fade .prev {
    left: 0;
    z-index: 1;
}
.carousel.c-fade .carousel-control {
    z-index: 3;
}
.carousel {
    width: 100%;
    height: 720px;
}
.carousel-control.left, .carousel-control.right {
    background: none;
    height: 676px;
}
.carousel-control {
    width: 3%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-top: -17px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0;
}
h1.title {
    font: normal 12px Verdana, Geneva, sans-serif;
    padding: 15px 0;
    margin: 0;
    color: #ffffff;
}
.yellow {
    color: #DC9F47;
    font-weight: bold;
}
/*Slider 2*/
.well {
    padding: 0;
    box-shadow: none;
    border: 0;
    background: none;
    margin: 0;
}
#myCarousel2 {
    box-shadow: none;
    border: 0;
}
#myCarousel2 .carousel-control {
    position: inherit;
}
#myCarousel2 .carousel-control.left {
    float: left;
    height: 210px;
    background: #1a1a1c url(../images/left-arrow.png) no-repeat center center;
    margin-right: 10px;
}
#myCarousel2 .carousel-control.right {
    float: right;
    height: 210px;
    background: #1a1a1c url(../images/right-arrow.png) no-repeat center center;
    margin-left: 10px;
}
#myCarousel2 .carousel-inner {
    width: 92%;
    float: left;
    overflow: hidden;
}
.well #myCarousel2 .carousel-inner .col-sm-3 {
    width: 19.79%;
    padding-right: 0px;
}
.message-box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #1a1a1c;
    display: block;
    width: 100%;
    min-height: 210px;
    overflow: hidden;
    text-decoration: none;
}
.message-box:hover {
    text-decoration: none;
}
.message-box h2.title2 {
    background: #494b50; /* Old browsers */
    background: -moz-linear-gradient(top, #494b50 0%, #121214 30%, #131314 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494b50), color-stop(30%, #121214), color-stop(100%, #131314)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #494b50 0%, #121214 30%, #131314 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #494b50 0%, #121214 30%, #131314 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #494b50 0%, #121214 30%, #131314 100%); /* IE10+ */
    background: linear-gradient(to bottom, #494b50 0%, #121214 30%, #131314 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b50', endColorstr='#131314', GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #2c2b2c;
    margin: 0;
    padding: 0;
    font: bold 12px/normal Verdana, Geneva, sans-serif;
    color: #e9783a;
    padding: 8px 10px;
    text-decoration: none;
}
.message-box p {
    font: normal 11px Verdana, Geneva, sans-serif;
    color: #969392;
    padding: 10px;
    margin: 0;
}
.message-box h1.title {
    font: normal 11px Verdana, Geneva, sans-serif;
    color: #d9d6d6;
    padding: 10px 10px 10px;
}
.well .carousel {
    height: auto;
}
.fixed {
    width: 160px;
    height: auto;
    margin: 10px auto 0;
    border: 1px #333333 solid;
    text-align: center;
    overflow: hidden;
}
.fixed .img-responsive {
    margin: 0 auto;
    width: auto;
    /* height: 100%;*/
}
/*side*/
.global {
    background: #1a1a1c;
    display: block;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    padding: 0;
    margin-bottom: 14px;
}
.global-img {
    background: url(../images/globe-bg-main.png) no-repeat top center;
    width: 100%;
    height: 100%;
    line-height: 20px;
    background-size: cover;
}
.global-img p {
    padding: 10px;
    margin: 0;
}
.global-green-txt {
    color: #b2bf63;
    font-size: 16px;
}
.global-orange-txt {
    color: #ef6a29;
    font-size: 20px;
}
.global-liteyellow-txt {
    color: #f4c14c;
    font-size: 16px;
    margin-top: 8px;
    display: block;
}
.global-img a {
    color: #f1a000;
    font-size: 18px;
}
.member {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1a1a1c;
    display: block;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    padding: 0 0 6px;
    color: #969392;
    margin-bottom: 14px;
}
.member h2.title2 {
    background: #494b50; /* Old browsers */
    background: -moz-linear-gradient(top, #494b50 0%, #121214 30%, #131314 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494b50), color-stop(30%, #121214), color-stop(100%, #131314)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #494b50 0%, #121214 30%, #131314 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #494b50 0%, #121214 30%, #131314 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #494b50 0%, #121214 30%, #131314 100%); /* IE10+ */
    background: linear-gradient(to bottom, #494b50 0%, #121214 30%, #131314 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b50', endColorstr='#131314', GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #2c2b2c;
    margin: 0;
    padding: 0;
    font: normal 15px/34px Verdana, Geneva, sans-serif;
    text-transform: capitalize;
    color: #ffffff;
    padding: 0 10px;
    text-decoration: none;
}
.orange {
    color: #e9783a;
}
.member .box {
    padding: 1px 10px;
    font-size: 11px;
    line-height: 12px;
}
.member .box p {
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 14px;
}
.competition_link {
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 14px;
    display: block;
    margin: 6px 0 4px;
    font-weight: bold;
    color: #A6A670
}
.member .box h5 {
    color: #DC9F47;
    font-weight: bold;
    margin: 4px 0 4px;
    font-size: 11px;
    line-height: 12px;
}

.member .box a {
    display: block;
    margin: 6px 0 4px;
    font-weight: bold;
    color: #A6A670;
}

.yellow_color {
    color: #DC9F47 !important;
}
.member .box .member-select {
    width: 100%;
    border: 1px solid #9c9299;
    line-height: 20px;
    font-size: 11px;
    color: #ffffff;
    background: #646464;
    padding: 0.2%;
    margin: 4px 0;
    -bracket-: hack();
    line-height: 13px;
}
hr.border2 {
    border-color: #2c2b2c;
    margin: 0px 0;
}
.member .box .news-img {
    float: left;
    margin-right: 8px;
}
.pad5 {
    padding: 5px 0;
}
.mart7 {
    margin: 7px 0 !important;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.wid75 {
    width: 75%;
}
.wid66 {
    width: 66%;
}
/*footer*/
.footer {
    min-height: 44px;
    padding: 20px;
    border-top: 1px solid #1a1a1c;
    color: #969392;
    font: normal 12px Verdana, Geneva, sans-serif;
}
.footer a {
    color: #969392;
}
.right-txt {
    text-align: right;
}
/*04042014*/
.img-news {
    float: left;
    margin-right: 10px;
}
.member .box a.remove-block {
    display: inline;
}
.sdn_news, .laex {
    margin: 0;
    padding: 10px 0 0;
    line-height: 13px;
}
.sdn_news li, .laex li {
    margin-bottom: 5px;
    padding: 0 10px 0 10px;
    list-style-type: none;
    font-size: 80%;
}
.sdn_news a, .laex a {
    color: #9A9A9A;
    text-decoration: none;
}
.dt {
    background: url(../images/bullet_arrow.gif) no-repeat scroll left 10% rgba(0, 0, 0, 0);
    color: #B3A869;
    display: block;
    font-weight: bold;
    padding-left: 15px;
}
.dt a, .dt a:visited, .dt a:active {
    color: #B3A869;
    font-weight: bold;
    text-decoration: none;
}
p.journal {
    color: #717171;
}
.member h2.title12 {
    font-size: 12px;
}
.boldOrange { color:#d78c15;
              font-weight:bold;
              font-size:12px;
              margin-bottom:2px
}
.orangelink { color:#C96700 !important;}
a.orangelink:link,a.orangelink:visited { color:#C96700}
.lightyellow{ color:#B3A869 !important; text-decoration:none !important; }
a.lightyellow:link, a.lightyellow:visited	{ 
    color:#B3A869 !important;
    font-weight:bold !important;
    text-decoration:none !important;
}
a.lightyellow:hover { text-decoration:underline !important; }
.green11bold{ color:#339999 !important;
              font-size:11px !important;
              font-weight:bold !important; }
a.green11bold:link, a.green11bold:visited { color:#339999 !important;
                                            text-decoration:underline !important; }
.green12bold{ color:#339999 !important;
              font-size:12px !important;
              font-weight:bold !important; }
a.green:link, a.green:visited, a.green12bold:link, a.green12bold:visited, a.green11bold:link, a.green11bold:visited {
    color:#339999 !important;
    text-decoration:underline !important;
}
.green14bold{ color:#339999 !important;
              font-size:14px !important;
              font-weight:bold !important;  }
.blue11u	{ color:#278792 !important;
           font-size:12px !important;
}
a.blue12u:link, a.blue12u:visited, a.blue11u:link, a.blue11u:visited  {
    color:#278792 !important;
    text-decoration:underline !important;
}
.blue12u { color:#278792 !important;
           font-size:12px !important;}
a.blue12u:link, a.blue12u:visited, a.blue11u:link, a.blue11u:visited  {
    color:#278792 !important; text-decoration:underline !important; }
/*jayaseelan 13-06-2014*/
.spotlight_feature_title{
    color: #07B68B !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding-bottom: 8px !important;
    text-transform: uppercase !important;
}
/*jayaseelan 13-06-2014*/
/*jayaseelan 14-06-2014*/
.padding_top{
    padding-top:6px !important;
}
.padding_bottom{
    padding-bottom:6px !important;
}
.ftslider a img {  height:254px; box-shadow: inherit; margin:0 auto;   } 

/*26_12_2014*/
.social-media-icons {
    display: block;
    float: right;
    margin: 0 0 10px;
    width: 100%;
}
.advn-search {
    clear: both;
    display: block;
    float: right;
    font-size: 11px;
    margin: 0 0 2px;
    padding-left: 10px;
    width: 52%;
    font-weight: 600;
}
.advn-search a{
    color: #e6e2e2;
}
.advn-search a:hover{
    text-decoration: underline;
}
/*26_12_2014*/

/*10_12_2015*/

.panel-group .panel-default > .panel-heading {
  background-color: none;
  border-color: none;
  color: #038aa3;
}

.panel-group .panel {
  background-color: none !important;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.panel-group .panel-default > .panel-heading {
  background-color: none;
  border-color: none;
color: #038aa3;
padding: 0 15px 4px;
text-decoration: underline;
}
.panel-group .panel-title {
font-size: 12px;
font-weight: bold;
}

.panel-group .panel-default > .panel-heading {
  background-color: none;
  border-color: none;
  color: #038aa3;
}
.panel-group .panel, .panel-group .panel-default{
background:none;
}
.panel-group .panel-default > .panel-heading {
  background-color: none;
  border-color: none;
}

.panel-group .panel-title a{
color: #038aa3;
display: block;
font-size: 13px;
font-weight: bold;
padding: 4px 0;
text-decoration: none;
}
.panel-group .panel-title a .underl{
text-decoration: underline;
}
.orgcol{
color:#CC6C35;
font-size:14px;
min-width: 9px;
}
.panel-group .panel-body {
  padding:0 10px;
  color:#82807f;
  font-size:13px;
}

.list-style.accordion_ul li
{
	margin-bottom:0px;
}
.accordion_ul
{
	margin-bottom: 0px !important;
}
.list-style.accordion_ul li a
{
	padding-top:5px;
}
.list-style.accordion_ul a
{
	padding: 0 13px 4px;
	display: block;
}
.shareme {
  float: right;
  margin-right: 20px;
  position:relative;
}
.sharethis img {
  width: 30px;
  margin:10px 0 0 0;
}
.sharetxt {
  color: #fff;
  font-size: 11px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 45px;
}



/*jayaseelan 14-06-2014*/
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    body {
        background: #000000 url(../images/header-bg-ipad.png) no-repeat center top;
    }
    .header-top .search-bg {
        width: 78%
    }
    .carousel-control.left, .carousel-control.right {
        height: 666px;
    }
    .header-top h4.orange span {
        margin-left: 0;
    }
    .header-top {
        padding: 16px 12px 5px;
    }
    .navbar-left {
        margin-left: 0;
        float: right !important;
    }
    .menu-bg .container {
        padding: 0;
    }
    .navbar-collapse {
        margin: 0 10px !important;
    }
    .navbar-nav > li > a {
        padding: 3px 9px;
    }
    .navbar-default .navbar-left > li:first-child {
        border-left: 0;
    }
    .slider .row .col-lg-10, .slider .row .col-lg-2 {
        width: inherit;
        padding-right: 10px;
    }
    #myCarousel2 .carousel-control.right {
        height: 210px;
    }
    #myCarousel2 .carousel-control.left {
        height: 210px;
    }
    #myCarousel2 .carousel-inner {
        width: 89.3%;
    }
    .message-box .img-responsive {
        width: auto;
    }
    .well {
        margin-bottom: 20px;
    }
    .global-img {
        min-height: 310px;
    }
    .wid75 {
        width: 72%;
    }
    .global {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #1a1a1c;
        display: block;
        width: 100%;
        overflow: hidden;
        text-decoration: none;
        padding: 6px;
        margin-bottom: 14px;
    }
    .member {
        min-height: 227px;
    }
    .thumb-title .nav-tabs > li > a{
        font-size: 10px !important;
        padding: 8px 9px 8px 0 !important;
    }
    .thumbnails li a img {
        width: 65px !important;
    }
    #scaleimage img{
        width: 100%
    }
    #myModal2 .carousel {
        height: auto !important;
    }
    #myModal2 .carousel-control.left, #myModal2 .carousel-control.right{
        height: auto !important;
    }
    #myModal2 .carousel-control.right {
        display: inline-block;
        right: 2px !important;
    }
    #myModal2 .carousel-control.right  span{
        margin-top: 8px
    }
    #myModal2 .carousel-indicators {
        margin-left: -20%;
        top: 100% !important;
    }
    #myModal2 .carousel-control.left {
        left: auto;
        right: 52px;
        top: -8px;
    }

}

@media only screen and (max-width : 1024px) {
    .carousel {
        height: 700px;
        width: 100%;
    }
    .carousel-inner > .item > img {
        height: 666px;
    }
    .carousel-inner > .item > a > img {
        height: 666px;
    }
    #myCarousel2 .carousel-inner {
        width: 92%;
    }
    .footer {
        text-align: left;
    }
    .right-txt {
        text-align: right;
        line-height: none;
    }
    .wid66 {
        width: 70%;
    }
    .pad-tb{
        padding: 0 !important;
    }

    /*mohan 14/10/2014*/
    .navbar-right.hidden-xs{
        margin-right:0px;
    }
    /*mohan 14/10/2014*/
    .social-media-icons {
        margin: 26px 0 -1px !important;
    }
    .advn-search { 
        width: 82%;
        margin: 1px 0;
    }

}
@media only screen and (max-width : 768px) {
    .fixed {
        width: 146px;
    }
    #myCarousel4 .carousel-inner > .item {  height:210px; }
    .carousel-inner > .item > img {
        height: 534px;
    }
    .carousel-inner > .item > a >img {
        height: 485px;
    }
    .carousel-control.left, .carousel-control.right {
        height: 495px;
    }
    .carousel {
        height: 535px;
        width: 100%;
    }
    /*Slider 4*/
    #myCarousel4 .carousel-inner > .item > img {
        height: inherit;
    }
    #myCarousel4 .carousel-control.left {
        float: left;
        height: 210px;
        background: #1a1a1c url(../images/left-arrow.png) no-repeat center center;
        margin-right: 10px;
    }
    #myCarousel4 .carousel-control.right {
        float: right;
        height: 210px;
        background: #1a1a1c url(../images/right-arrow.png) no-repeat center center;
        margin-left: 10px;
    }
    #myCarousel4 .carousel-inner {
        float: left;
        margin-left: 26px;
        overflow: hidden;
        width: 93%;
    }
    .well #myCarousel4 .carousel-inner .col-sm-3 {
        width: 24.6%;
        padding-right: 0px;
    }
    .carousel-control {
        width: 4%;
    }
    .well .carousel {
        height: auto;
    }
    .footer {
        text-align: center;
    }
    .right-txt {
        text-align: center;
        line-height: 30px;
    }
}

/* iPads (portrait) ----------- */
@media (min-width: 991px) {
    .page-menu li a { padding:5px 5px !important; }


}

@media (min-width: 992px) and (max-width: 1245px) {
    .container {
        width: 100%;
    }
    .slider .row .col-lg-10, .slider .row .col-lg-2 {
        width: inherit;
        padding: 0px;
    }
    .thumb-title .nav-tabs > li > a{
        font-size: 10px !important;
        padding: 8px 9px 8px 0 !important;
    }
    .thumbnails li a img {
        width: 65px !important;
    }

    .header-top { /*jayaseelan to fixe padding for the logo when page resize*/
        min-height: 88px;
        padding: 10px 12px;
    }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .slider .row .col-lg-10 {
        width: 100%;
        padding: 0px;
    }
    .slider .row .col-lg-2 {
        width: inherit;
        padding-right: 10px;
    }
    .well .carousel {
        height: auto;
    }
    .fixed {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .nav > li:last-child {
        border-right: 0;
    }
    body {
        /*background: url("../images/top-bg.png") repeat-x scroll -347px -20px #000000;*/
        /*background: url("../images/stop-bg.png") repeat-x scroll -347px -12px #000000;*/
		background: #000000;
        margin: 0;
    }
	.menu-bg {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  height: 54px;
  min-height: 40px;
  position: relative;
  width: 100%;
  z-index: 9999;
}
    /*.menu-bg {
        background: none;
        border: 0;
        border-radius: 0;
        min-height: 40px;
        position: absolute;
        right: 0;
        top: 30px;
        width: 100%;
        z-index: 9999;
    }*/
    .navbar-left > li > a {
        font-size: 16px;
    }
    .navbar-nav {
        margin: 0;
        background: #101010;
    }
    .nav > li {
        border: 0;
        border-top: 1px solid #000000;
    }
    .navbar-collapse {
        border: 0;
        margin-top: 0;
    }
	.header-top a.logo {
  margin: 0 0 0 5px;
  position: relative;
  width: 85px;
  z-index: 10000;
}
    /*.header-top a.logo {
        width: 186px;
        position: relative;
        z-index: 10000;
    }*/
    .header-top {
        min-height: 96px;
        padding: 8px 10px
    }
    .navbar-nav > li > a {
        line-height: 12px;
    }
    .navbar-default .navbar-nav > .active > a {
        background: none;
        color: #E7BF35;
    }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #C4CF90;
    }
    /*Slider*/
    .carousel-caption {
        text-align: left;
        bottom: -67px;
        width: 100%;
        left: 0;
    }
    .carousel {
        box-shadow: none;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        margin: 0;
        height: 248px;
    }
    #myCarousel .carousel-inner > .item {  height: 201px; }
    .carousel-inner > .item {  height: 254px; }
    .carousel-inner > .item > img {
        height: 254px;
        box-shadow: inherit;
    }
    .carousel-inner > .item > a > img {
        box-shadow: inherit;
        height: 201px;
    }
    .carousel-control.left, .carousel-control.right {
        height: 185px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
    }
    .carousel-control {
        width: 3%;
    }
    h1.title {
        padding: 15px 0 15px 10px;
        text-align: left;
    }
    #myCarousel3 {
        box-shadow: none;
        border: 0;
        margin: 0 5px;
    }
    #myCarousel3 .carousel-control {
        position: inherit;
    }
    #myCarousel3 .carousel-control.left {
        float: left;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 230px;
        background: #1a1a1c url(../images/left-arrow.png) no-repeat center center;
        margin-right: 10px;
        width: 32px;
    }
    #myCarousel3 .carousel-control.right {
        float: right;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 230px;
        background: #1a1a1c url(../images/right-arrow.png) no-repeat center center;
        margin-left: 10px;
        width: 32px;
    }
    .message-box {
        height: auto;
        min-height: 230px
    }
    #myCarousel3 .carousel-inner {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .message-box2 {
        padding: 4%;
    }
    .message-box .img-responsive {
        margin: 0 auto;
    }
    .message-box h1.title {
        padding: 10px 0 0;
        text-align: left;
    }
    .footer {
        text-align: center;
        line-height: 20px;
    }
    .right-txt {
        text-align: center;
        margin-top: 10px;
        line-height: 16px;
    }
    .well {
        margin-bottom: 20px;
        padding-right: 10px;
    }
    .global, .member {
        margin: 0 auto 20px;
    }
    .global {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #1a1a1c;
        display: block;
        width: 100%;
        overflow: hidden;
        text-decoration: none;
        padding: 6px;
        margin: 0 auto 14px;
        text-align: center;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-top: inherit;
    }
    .mar-comment{
        margin: 2px 0 0px !important
    }
    .photo-detail {
        margin: 10px 0 1px !important
    }
    .social-icon li{
        float: none !important;
        display: inline-block;
    }
    .bor-cen{
        border-top: 1px solid #1A1A1C;
        padding: 10px 0 6px !important;
        text-align: center;
    }
    #scaleimage img {
        border: 0 !important;
    }
    .pmart{
        margin-top: 20px !important; 
    }
    .mr-sm10_iphone {
        margin-bottom: 10px !important;
    }
    /*17-06-2014 mohan*/
    .SDNspons {
        text-align: center;
        vertical-align: middle;
    }
    .img-margin{
        margin-left: 20px;
    }
    /*17-06-2014 mohan*/
    .mainpix.scale-image.img-responsive {
        margin-top: 5px;
    }

    /*24_07_2014 mobile secondary page banner*/
    .header-top a.logo {				
        display: inline-block;
        text-indent: -999em;
    }

    .mobile_container{
        position: relative;
        top: -10px;
    }
	.navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  float: right;
  margin-right: 12px;
  margin-top: 10px;
  padding: 8px;
  position: relative;
  z-index: 999;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: auto;
  line-height: 20px;
  padding: 8px 15px 7px;
  width: 115px;
}
    /*.navbar-toggle {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 0;
        box-shadow: none;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 0;
        padding: 8px;
        position: relative;
        z-index: 999;
    }*/

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #eab43b;
        border-radius: 0;
        height: 3px;
        width: 28px;
    }
    /*    .header-top .row {
            border-bottom: 1px solid grey;
        }*/
    /*24_07_2014*/
    /*25-07-2014*/
    #photo-detail-author{
        margin: 6px 0 !important;
    }
    .make-comment2{
        background: url("../images/svg/arrow.svg") no-repeat scroll 0 5px rgba(0, 0, 0, 0);    
        font-size: 12px;
        margin: 16px 0;
        padding-left: 12px;
        color: #fff;
        cursor: pointer;

    }
    /*25-07-2014*/
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        font-weight: normal;
        line-height: 28px;
    }
    .navbar-right.visible-xs .dropdown-menu a {
        background: #000 !important;
        border-bottom: 1px solid #404040;
    }
    .navbar-default .navbar-nav.navbar-right > li > a {
        font-size: 12px;
    }

    .dropdown2 ul.dropdown-menu li a {
        font-size: 13px;
    }

    .dropdown .dropdown-menu .dropdown a {
        font-size: 12px;
    }
	.mobile_nomargin
	{
		margin-bottom:3px !important;
	}

}
@media only screen and (max-width : 480px) {
    .wid66 {
        width: 80%
    }	
}
/**************************************  Raj    ****************************************/
/***Desktop Slider***/
#myCarousel2 .carousel-inner > .next {
    left: 19.79%;
}
#myCarousel2 .carousel-inner > .prev {
    left: -19.79%;
}
#myCarousel2 .carousel-inner > .next.left, #myCarousel2 .carousel-inner > .prev.right {
    left: 0;
}
#myCarousel2 .carousel-inner > .active.left {
    left: -19.79%;
}
#myCarousel2 .carousel-inner > .active.right {
    left: 19.79%;
}
/***Ipad Slider***/
#myCarousel4 .carousel-inner > .next {
    left: 24.6%;
}
#myCarousel4 .carousel-inner > .prev {
    left: -24.6%;
}
#myCarousel4 .carousel-inner > .next.left, #myCarousel4 .carousel-inner > .prev.right {
    left: 0;
}

#myCarousel4 .carousel-inner > .active.left {
    left: -24.6%;
}
#myCarousel4 .carousel-inner > .active.right {
    left: 24.6%;
}
/***Ipad Slider***/
#myCarousel3 .carousel-inner > .next {
    left: 100%;
}
#myCarousel3 .carousel-inner > .prev {
    left: -100%;
}
#myCarousel3 .carousel-inner > .next.left, #myCarousel3 .carousel-inner > .prev.right {
    left: 0;
}
#myCarousel3 .carousel-inner > .active.left {
    left: -100%;
}
#myCarousel3 .carousel-inner > .active.right {
    left: 100%;
}
.support_link {
    color: #969392
}
.tab-bg td { text-align:left; }
/***Iphone***/
.dis { display:block; width:99%; }
.orange-txt {	font-weight:bold;    color: #ef6a29 !important;  }
.min-he { min-height:182px !important;}
.inbl { display:inline-block; font-size:12px !important; }
.inbl-img { display:inline-block; padding-top:3px;  }
.inbl-img img { display:inline-block;  }
.pdlft { padding-left:5px; }
td.tce { text-align:center !important; }
.mr-sm10 { margin-bottom:10px !important; }
.liteyellow { color:#E7BF35; font-weight:bold; }
.textlft td { text-align:left !important;  }
.txt-rght { text-align:center !important; }
.txt-smcen { text-align:center !important; }
.main-box {    background: #1A1A1C;    border-radius:0 0 3px 3px;    color: #969392;    width: 100%;    transition: all linear .5s;    -moz-transition: all linear .5s;    -webkit-transition: all linear .5s;
               padding: 10px 0 0 0;
}
.member-box label { font-weight:normal; font-size:12px; }
.mgtpvs { margin-top:10px; } 
.mgbtvs { margin-bottom:10px; } 

.member-box {
    background: #1A1A1C;
    border-radius:0 0 3px 3px;
    color: #969392;
    width: 100%;
    transition: all linear .5s;
    -moz-transition: all linear .5s;
    -webkit-transition: all linear .5s;
    padding: 10px;
}
.member-box input, .member-box select, .member-box textarea {
    background: none repeat scroll 0 0 #656464;
    border: 1px solid #959595;
    border-radius: 0;
    color: #FFFFFF;
    height: auto;
    padding: 2px 10px;
}
.member-box input placeholder {
    color: #FFFFFF;
}
.member-box h3{
    font-size: 14px;
    color:#E9783A;
    font-weight: bold;
    margin: 0 0 5px;
}
.member-box p{
    margin-bottom:15px;
    color: #6a6a6a;
    font-size:12px;
}
.member-box button, .member-box button:active, .sec-btn{
    background: #045050;
    background: -moz-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #045050), color-stop(50%, #2a8585), color-stop(50%, #045050), color-stop(100%, #025959));
    background: -webkit-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: -o-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: -ms-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: linear-gradient(to bottom, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045050', endColorstr='#025959', GradientType=0 );
    border: 0 none;
    box-shadow: -1px 1px 0 #339999 inset;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
}
.member-box button:hover, .member-box button:focus {
    color: #fff;
    box-shadow: 0 0 0 1px #339999 inset;
}
.member-box .form-control:focus, .textarea-style:focus {
    border-color: #E7BF35;
    box-shadow: 0 1px 1px rgba(231, 191, 53,0.075) inset, 0 0 8px rgba(231, 191, 53, 0.6);
    outline: 0 none;
}
.search select {
    background: none repeat scroll 0 0 #656464;
    border: 1px solid #959595;
    border-radius: 0;
    color: #FFFFFF;
    height: auto;
    padding: 2px 5px;
    display:inline-block;
}
.search label { display:inline-block; font-weight:normal; }
.search input[type="text"]  {
    background: none repeat scroll 0 0 #656464;
    border: 1px solid #959595;
    border-radius: 0;
    color: #FFFFFF;
    height: auto;
    padding: 2px 5px;
    display:inline-block;
    width:20%;
    margin-right:3px;
    margin-top:-3px;
}

.search button, .search button:active{
    background: #045050;
    background: -moz-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #045050), color-stop(50%, #2a8585), color-stop(50%, #045050), color-stop(100%, #025959));
    background: -webkit-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: -o-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: -ms-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: linear-gradient(to bottom, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045050', endColorstr='#025959', GradientType=0 );
    border: 0 none;
    box-shadow: -1px 1px 0 #339999 inset;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 4px;
    margin-top:-3px;

}
.search button:hover, .search button:focus {
    color: #fff;
    box-shadow: 0 0 0 1px #339999 inset;
}
.frameac { margin:0 0 10px 0;  }
.frameac2 { margin:0 0 20px 0;  }

.main-box2 { padding:10px; }
.mgtop { margin-top:15px;  } 
.mgcl { margin-top:0 !important; margin-left:0 !important;   }
.pdcl { padding-top:0 !important; padding-left:0 !important;   }
.title-bg {
    background: #494b50;
    background: -moz-linear-gradient(top,  #494b50 0%, #121214 30%, #131314 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494b50), color-stop(30%,#121214), color-stop(100%,#131314));
    background: -webkit-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: -o-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: -ms-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: linear-gradient(to bottom,  #494b50 0%,#121214 30%,#131314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b50', endColorstr='#131314',GradientType=0 );
    border-radius: 5px 5px 0 0;
    color: #E9783A;
    font: bold 16px/30px Verdana, Geneva, sans-serif;
    margin: 10px 0 0 0;
    padding: 5px 15px;
    text-decoration: none;        
    display: inline-block;
}
.title-bg span {
    color: #fff;
}
.main-box p {
    font-size: 12px;
    margin: 0;
    line-height: 20px;
    padding: 0 10px 15px;
}
.mar-b10 {
    margin-bottom: 10px !important;
}
.sign-in {
    background: #141416;
    border: 1px solid #2C2B2C;
    height: auto;
    margin-bottom: 10px;
    padding: 0 12px 12px;
    min-height: 210px
}
.cr-exibit {
    height: auto;
    margin-bottom: 10px;
    padding: 12px 12px 0px !important;
    min-height:80px !important;
}
.sign-in h2 {
    background: none repeat scroll 0 0 #0F0F10;
    border: 1px solid #2C2B2C;
    border-radius: 0;
    color: #E7BF35;	
    font: bold 16px/30px Verdana, Geneva, sans-serif;
    margin: -1px -13px 10px;
    padding: 2px 10px;
}
.sign-in h3 {  color: #E7BF35; font: bold 16px/30px Verdana, Geneva, sans-serif;  padding: 2px 0; margin:0;	 }
.sign-in p {
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px;
}
.sign-in label {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
}
.main-box .form-horizontal lable {
    font-weight: bold;
    white-space: nowrap;
}
.sign-in input, .sign-in select, .sign-in textarea {
    background: none repeat scroll 0 0 #656464;
    border: 1px solid #959595;
    border-radius: 0;
    color: #FFFFFF;
    height: auto;
    padding: 2px 10px;
}
.sign-in input placeholder {
    color: #FFFFFF;
}
.sign-in button, .apply-btn , .sign-in button:active, .sec-btn{
    background: #045050;
    background: -moz-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #045050), color-stop(50%, #2a8585), color-stop(50%, #045050), color-stop(100%, #025959));
    background: -webkit-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: -o-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: -ms-linear-gradient(top, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    background: linear-gradient(to bottom, #045050 0%, #2a8585 50%, #045050 50%, #025959 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045050', endColorstr='#025959', GradientType=0 );
    border: 0 none;
    box-shadow: -1px 1px 0 #339999 inset;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
}
.sign-in button:hover, .sign-in button:focus {
    color: #fff;
    box-shadow: 0 0 0 1px #339999 inset;
}
.apply-btn {
    display: inline-block;
    margin: 4px 0 10px;
}
.sign-in .form-control:focus, .textarea-style:focus {
    border-color: #E7BF35;
    box-shadow: 0 1px 1px rgba(231, 191, 53,0.075) inset, 0 0 8px rgba(231, 191, 53, 0.6);
    outline: 0 none;
}
.for-pw {
    color: #339999;
    font-size: 14px;
}
.for-pw:hover {
    text-decoration: underline;
}
.heig-auto {
    height: auto;
    min-height: inherit !important;
}
.dis-none {
    display: none;
}
.white-c {
    color: #fff
}
.form-horizontal .form-group {
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 10px;
}
.form-horizontal label {
    font-weight: bold;
}
.instr-bg {
    background: none repeat scroll 0 0 #18181A;
    border: 1px solid #2C2B2C;
    font-size: 12px;
    padding: 10px 15px;
}
.search_nav_padding{
    padding: 7px 15px;
}
.instr-bg span {
    font-size: 16px;
    padding-right: 4px;
}
.instr-bg p {
    margin: 0;
    padding: 5px 0;
}
.logout-part{
    padding: 0;
}
.logout-part li{
    list-style: none;
} 
.logout-part h3{
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
}
.user-name{
    padding: 0 10px;
}
.user-name a{
    color: #E7BF35;
    font-size: 14px;
    font-weight: 100;
    margin: 0;
    padding: 0
}
.log-out{
    margin: 10px;
}
.logout-part .view-your{
    margin: 0;
    padding: 0;
}
.view-your li.title-view {
    background:#2A2A2C;
    border-color: #3C3C3E;
    border-style: solid;
    border-width: 1px 0;
    padding: 5px 10px;
    color:#E9783A;
    font-weight: bold;
}
.view-your li{
    border-bottom: 1px dashed #313133;
    padding: 5px 8px;
}
.view-your li:last-child{
    border-bottom: 0;
}
.view-your li a{
    color: #969392;
    font-size: 12px;
}
.view-your li a span{
    color: #E7BF35;
    padding-right: 5px;
} 
.view-your li a:hover{
    color: #E7BF35;
    font-size: 12px;
}
.error_signup label{
    color: #E7BF35;
    font-size: 12px;
    font-weight: normal
}
/*******Photograph********/
.photograph{
    margin: 0;
    padding: 0;
}
.photograph h3{
    color: #e9783a;
    font-size: 20px;
    font-weight: bold;
    margin:0 0 10px;
}
.photograph address{
    color: #cdcdcc; 
    font-size: 13px;
    margin-bottom: 10px
}
.photograph address a {    
    color: #cdcdcc; 
    margin: 2px 0;
    display: block;
}
.list-style{
    margin: 0 0 15px;
    padding: 0;
}
.list-style li{
    background: url(../images/svg/arrow.svg) no-repeat 0 10px;
    list-style: none;
    margin: 0 0 5px;
}
.list-style li a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #038aa3;
    padding:0 15px 4px;  
}
.list-style li a:hover{
    text-decoration: none;     
}
.photograph h4{
    color: #d3bb5d;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
.bio-text{
    margin: 0;
    padding: 0;
}
.bio-text img{
    float: left;
    width: 94px;
    margin:6px 12px 0 0;
}
.bio-text p, .photo-subtitle p{
    color: #cecdcc;
    font-size: 12px;
    text-align: left;
    margin-bottom: 18px;
}
.image-parts img{
    border: 1px solid #3a3636;
    display: block;
    margin: auto;
}
.image-parts figcaption{
    color: #aeaca8;/*#CECDCC; 09_07_2014 by Jayaseelan M*/
    font-size: 13px;
    padding:2px 0 23px;/*10px 0 15px; 09_07_2014 by Jayaseelan M*/
}
.tab-bg{
    background: #24211e;
    border: 1px solid #3a3636;
    margin-bottom: 5px;
    clear: both; /*jayaseelan*/
}
.phtcen { text-align:left !important; }
.tab-bg input[type="text"] { border:solid 1px #dddddd; background:#a7a7a7; padding:5px; color:#000000;  }
.tab-bg select { border:solid 1px #dddddd; background:#a7a7a7; padding:5px; color:#000000;  }
.yell { color:#DC9D42;  }
.org { color: #E9783A;
       text-decoration: none; }
.light { color: #D8B654; text-decoration: none ; font-size:12px;  }	
.publish-light a {
    color: #D8B654;
    font-size: 12px;
    text-decoration: underline;
}
.notes {
    color: #FF6600;
    font-size: 12px;
    display:block;
    margin: 10px;
    font-weight:bold;
}
.con-btn { margin:10px 0 10px; /*10px 0 0 0; jayaseelan */ }
.con-btn2 { margin:20px 0 0 0; }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border-color: #3a3636;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
    border-bottom-width: 1px 
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 5px;
    vertical-align: middle
}
.tab-bg th{
    font-size: 14px;
    color: #dc9d42;
    font-weight: normal;
    text-align: center;        
}
.tab-bg th:first-child, .tab-bg td:first-child{
    text-align: left
}
.tab-bg td{    
    color: #9A9A9A;
    text-align: left;
    font-size: 12px;

}

.tab-bg tr td:first-child{
    color: #DC9D42;
    text-align: left
} 
.overf-hidden{
    overflow: hidden;
}
.overf-hidden img{
    float: left;
    margin-right: 10px;
    max-width: 49%;
    border: 1px solid #8f8a90;
}
.img-descri{
    overflow: hidden;
}
.img-descri a { text-decoration:none; }
.img-descri h3{
    font-size: 14px;
    color: #E7BF35;
    font-weight: bold;
    margin: 0 0 5px;
}
.img-descri p{
    font-size: 13px;
    margin-bottom:5px;
    color: #969292;
}
.img-descri a{
    color: #e9783a;
    text-decoration: none;
}
.mart10{
    margin-top: 10px !important;
}
.photo-subtitle h3{
    color: #E7BF35;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}
.photograph h4
{
    color: #E7BF35;
}
.photo-subtitle p{
    text-align: left
}
.font-normal2{
    color: #c5c1ba;
    font-size: 12px;
    font-weight: normal
}
/***********Create-Exhibit****************/
.page-title{   
    color: #E9783A;
    font: bold 16px/30px Verdana, Geneva, sans-serif;
    margin: 0 0 15px 0;
    padding: 0 0 6px 0;
    text-decoration: none;        
    display: block;
    border-bottom: 1px solid #1a1a1c;
}
.page-title span {
    color: #fff;
}
.page-menu{
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
.page-menu li{
    display: table-cell;    
}
.page-menu li a{    
    color: #c5c1ba;
    text-align: center;
    padding: 6px 16px;
    text-decoration: none;        
    display: block;
    border-radius: 5px 5px 0 0;
    font: normal 14px/30px Verdana, Geneva, sans-serif;
    margin: 0 4px;
    background: #494b50;
    background: -moz-linear-gradient(top,  #494b50 0%, #121214 30%, #131314 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494b50), color-stop(30%,#121214), color-stop(100%,#131314));
    background: -webkit-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: -o-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: -ms-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: linear-gradient(to bottom,  #494b50 0%,#121214 30%,#131314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b50', endColorstr='#131314',GradientType=0 );
}
.page-menu li:first-child a{
    margin-left: 0;
}
.page-menu li:last-child a{
    margin-right: 0;
}
.page-menu li.active a, .page-menu li a:hover, .mobile-title{
    background: #494b50;
    background: -moz-linear-gradient(top,  #494b50 0%, #121214 30%, #131314 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494b50), color-stop(30%,#121214), color-stop(100%,#131314));
    background: -webkit-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: -o-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: -ms-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: linear-gradient(to bottom,  #494b50 0%,#121214 30%,#131314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b50', endColorstr='#131314',GradientType=0 );
    color: #dc9d42;    
}
.page-menu li.active a { color: #E9783A;  }
.green{
    color: #339999;
    text-decoration: underline;
}
.green-btn, .orange-btn{  
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    margin:0 4px 16px;
    padding: 6px 14px;
    display: block;
    text-align: center;
    border: 0;
}

.green-btn{
    background: none repeat scroll 0 0 #066B7D;
}
.orange-btn{
    background: none repeat scroll 0 0 #dc9d42;
}

.mart-48{
    margin-top: -48px
}
.btn-style{
    background: none repeat scroll 0 0 #DB9C41;
    border: 1px solid #FFD176;
    color: #FFFFFF;
    padding: 2px 10px;
}
.btn-style:hover, .btn-style:focus{
    color: #fff;
}
.dropdown-style{
    background: none repeat scroll 0 0 #1A1A1C;
    border: 1px solid #313133;
}
.dropdown-style > li > a{
    color: #C5C1BA;
    font: 14px/20px Verdana,Geneva,sans-serif;
    padding: 4px 15px;
}
.dropdown-style > li > a:hover{
    background: none repeat scroll 0 0 #DB9C41;    
    color: #FFFFFF;
}
.mobile-title{      
    padding: 6px 16px;
    border-radius: 5px 5px 0 0;
    font: normal 14px/30px Verdana, Geneva, sans-serif;
}
.cre-new label{
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #E7BF35;
}
.font-normal{
    font-weight: normal;
}
.panel-title{
    font-size: 12px;
    color: #dc5e1b;
    font-weight: bold;
}
.create-page{
    margin:0;
    padding: 0;
    border: 0;
    background: none;
}
.create-page .panel-heading{
    padding: 6px 0;
}
.create-page > .panel-heading{
    border: 0;
    background: none;
    color: #fff
}
.create-page .panel-heading + .panel-collapse .panel-body{
    border: 0;
}
.pos-rel{
    position: relative;
}
.create-page i {
    border: 1px solid #716969;
    color: #fff;
    font-family: arial;
    font-size: 16px;
    height: 12px;
    line-height: 10px;
    margin-right: 8px;
    text-align: center;
    width: 12px;
}
.panel-body {
    padding: 5px 0
}
.cre-new label.checkbox-inline{
    font-weight: normal;
    color: #C5C1BA;
    padding-bottom: 15px;
}
.panel-group {
    margin-bottom: 10px;
}
.past-img{
    width: 22px;
    height: 18px;
    margin: 0 8px;
}
.F-right{
    float: right !important;
}
.sign-in p.ex-cls{
    margin-top: 16px;
}
.text-dec{
    text-decoration: none;
}
.sign-in p.padb4-mart4{
    margin-top: 4px;
    padding-bottom: 5px;
}
.sign-in p.padb5{
    padding-bottom: 5px;
}
.green-btn2, .yellow-btn, .sign-in input.green-btn2, .sign-in input.yellow-btn{
    background: none repeat scroll 0 0 #066B7D;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0 5px;
    padding: 5px 15px;    
}
.mar-top-new{
    margin: 10px 0 10px 10px !important
}
.yellow-btn, .sign-in input.yellow-btn{
    background: #e7bf35;
    font-weight: bold;
    color: #403939;
    margin:5px 10px 15px;
    display: block;
    text-align: center;
}
.exhibit_editor{
    width: 100%;
    min-height: 300px;
    height: 100%;
}
.navbar-toggle .icon-bar {
    height: 2px;
}
.title-bg-yellow{
    background: #494b50;
    background: -moz-linear-gradient(top,  #494b50 0%, #121214 30%, #131314 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494b50), color-stop(30%,#121214), color-stop(100%,#131314));
    background: -webkit-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: -o-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: -ms-linear-gradient(top,  #494b50 0%,#121214 30%,#131314 100%);
    background: linear-gradient(to bottom,  #494b50 0%,#121214 30%,#131314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b50', endColorstr='#131314',GradientType=0 );
    border-radius: 5px 5px 0 0;
    color: #e7bf35;
    font: bold 14px/30px Verdana, Geneva, sans-serif;
    margin: 10px 0 0 0;
    padding: 5px 15px;
    text-decoration: none;        
    display: inline-block;
}
.overflowhid{
    overflow-x: hidden;
}
.title-bg-yellow span{
    color: #fff;
    font: normal 14px/30px Verdana, Geneva, sans-serif;
} 
.mart10zero{
    margin: 10px 0 !important; 
}
.padt6lr10{
    padding: 6px 10px !important;
}
.ul-mar{
    margin: -6px 0 0;
    padding: 0 16px;
}
.pad-note{
    padding: 0 6px 15px !important;
}
.ul-mar li{
    color: #d9d6d6;
    font-size: 12px;
    padding: 4px 0;
}
.light-yellow{
    color: #e7bf35
}
.pad10{
    padding: 10px
}
.upload-photo{
    background: #242425;
    border: 1px solid #36363a;
    margin: 10px 0;
    padding: 6px 2px 0;
}
.padb10{
    padding-bottom: 10px !important
}
.brow-btn{
    background: #646466;
    display: block;
    margin: 0 5px;
    cursor: pointer;
    padding: 3px 10px;
    color: #fff


}
.brow-btn:hover{
    color: #fff
}

.brow-btn-style{
    position:relative;    
    height: 44px; 
}
.save-changes, .save-changes-yellow{
    background: #d56e35;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
    border-radius: 5px;
    border:0;
    color:#fff;
}
.save-changes-yellow{
    background: #E7BF35;
}
.image-prev{
    background:#242425  url(../images/svg/drag-arrow.svg) no-repeat 98% 10px;
    border: 1px solid #36363a;
    margin: 10px 0;
    padding: 10px;
}
.marr20{
    margin-right: 20px !important
}
.main-box p.file-name{
    color: #dc9d42;
    padding:0 0 5px 0
}
.file-name span{
    float: right;     
    width: 16px;
    height: 28px;
    margin: 0;     
}
.image-descri{
    overflow: hidden
}
.drag-img img{
    border: 0;
    width: 100%;
    max-width: 100%;
}
.textarea-style{
    background: #3b3b3c;
    border: 1px solid #505051;
    border-radius: 0;
    color: #a8a8a8;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    width: 100%;
    min-height: 50px;
}
.dis-inlineb{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.marlrzero{
    margin-left: 0 !important;
    margin-right: 0 !important
}
.mmarzero{
    margin: 0 !important
}
.font-size12{
    font-size: 13px;
}
.text-count{
    float: right; font-size: 12px; color: rgb(255, 255, 255); font-weight: bold;
}
.text_count_red{
    color: #FF0000;
    float: right;
    font-size: 12px;
    font-weight: bold;
}
.sel-pad{
    padding: 3px 10px !important
}
.photo-detail{
    /* margin: 40px 0 20px;*/
    margin:6px 0 20px;
}
.photo-detail p{
    font-size: 13px;    
    color: #969392;    
    margin-bottom: 6px
}
.photo-detail p span{
    font-weight: bold;
    color: #e7bf35;
}
.thumb-title .nav-tabs > li > a {
    background: rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 11px;/*12px;jayaseelan*/
    font-weight: bold;
    border-top: 2px solid #fff;   
    border-radius: 0;
    padding: 8px 20px 8px 0
}
.thumb-title  .nav > li, .thumb-title .nav-tabs{
    border: 0;
}
.thumb-title .nav-tabs > li.active > a, .thumb-title .nav-tabs > li.active > a:hover, .thumb-title .nav-tabs > li.active > a:focus{
    border:0;
    border-top: 2px solid #e9783a;
    color: #e9783a;
    background: 0;

}
#TransLayer {/*left:490px;position:absolute;top:94px;z-index:0;*/}
.thumbnails{
    margin: 0 -10px;
    padding: 0;
}
.thumbnails li{
    list-style: none;
    float: left
}
.thumbnails li a{
    display: block;
    padding: 5px 8px 12px;
}
.thumbnails li a img{
    border: 1px solid #8f8a90;
}
.num-list {
    display: block;
    margin-bottom: 5px;
    position: relative;
    top: -2px;
}
.num-list a {
    border-right: 1px solid #3a3939;
    color: #82807F;
    display: inline-block;
    font-size: 12px;
    margin: 0 -2px;
    padding: 0 6px;
}
.num-list a.active{
    font-weight: bold;
    color: #e9783a;
}
.cap-text{
    display: block;
}
.cap-text p{
    color: #82807F;
    font-size: 13px;
    margin: 0 0 12px;
}
.cap-text ul li{
    color: #82807F;
    font-size: 12px;    
    list-style-type: disc;
}
.cap-text ol li{
    color: #82807F;
    font-size: 12px;    
    list-style-type: disc;
}
.cap-text > ul {
    padding-left: 20px;
}
.cap-text > ol {
    padding-left: 20px;
}
.topimg_controls ul{
    margin: 0;
    padding: 0;    
}
.topimg_controls li {
    color: #8F8A90;
    float: left;
    font-size: 11px;
    list-style: none outside none;
    margin-right: 30px; /*90px; Jayaseelan M on 10-07-2014*/
}
.topimg_controls li:last-child {
    margin-right: 0;
}
.topimg_controls li .input_top {
    background: none repeat scroll 0 0 #1F1E1E;
    border: 1px solid #403D3D;
    display: inline-block;
    margin: 0 3px;
    padding: 3px 4px;
    text-align: center;
    width: 40px;
}
.sec-btn{
    border: 0 none;
    box-shadow: none;
    padding: 4px 9px;
    margin-right: 5px; 
}
.slider .sitxt {
    float: left;
    margin-top: 5px;
    padding-right: 10px;
}
.minus-icon, .plus-icon, .scale-bg, .buttoncontrols i, #ssdiv img, #pausediv img{
    background: #636363;
    background: -moz-linear-gradient(top,  #636363 0%, #525252 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636363), color-stop(100%,#525252));
    background: -webkit-linear-gradient(top,  #636363 0%,#525252 100%);
    background: -o-linear-gradient(top,  #636363 0%,#525252 100%);
    background: -ms-linear-gradient(top,  #636363 0%,#525252 100%);
    background: linear-gradient(to bottom,  #636363 0%,#525252 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#525252',GradientType=0 );
    border: 1px solid #828282;
    border-radius: 30px;
    float: left;
    height: 14px;
    line-height: 10px;
    margin-top: 6px;
    text-align: center;
    width: 14px;
    font-size: 11px;
}
.scale-bg {
    margin: 6px 3px;
    padding: 0;
    width: 100px;
    overflow: hidden
}
.scale-bg .selected{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 12px;
    width: 12px;
    margin-right: 10px
}
.buttoncontrols i, #ssdiv img, #pausediv img {
    font-size: 10px;
    height: auto;
    margin: 4px -2px 0;
    padding: 3px 5px;
    width: auto;
    float: none
}
.buttoncontrols #ssdiv i, .buttoncontrols #pausediv i {
    margin-top: 2px;
    padding: 5px 6px;
    text-align: center;
}

#ssdiv img, #pausediv img {
    background: #2F2F2F;
    background: -moz-linear-gradient(top,  #2F2F2F 0%, #636363 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2F2F2F), color-stop(100%,#636363));
    background: -webkit-linear-gradient(top,  #2F2F2F 0%,#636363 100%);
    background: -o-linear-gradient(top,  #2F2F2F 0%,#636363 100%);
    background: -ms-linear-gradient(top,  #2F2F2F 0%,#636363 100%);
    background: linear-gradient(to bottom,  #2F2F2F 0%,#636363 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F2F2F', endColorstr='#636363',GradientType=0 );
    height: 22px;
    margin-top: -1px;
    width: 22px;
    padding: 3px 6px;
}
.text-rotate{  
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    writing-mode: lr-tb;
}
.font-play{ 
    color: #8F8A90;
    font-size: 15px;
    margin: 0 2px 0 10px;
}
.mar2{
    margin: 0 2px;
}
.topimg_controls{
    margin-bottom: 3px;
}
.social-icon {
    margin: 0;
    padding: 0;
}
.social-icon li{
    list-style: none;
    float: left;
    padding: 0 4px
}
.social-icon li:first-child{
    padding-left: 0;
}
#TransLayer a.prev-arrow {  
    background: url("../images/prev-arrow.png") no-repeat left;
    height: 100%;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 50%;
    text-indent:-9999px;
}
#TransLayer a.next-arrow {  
    background: url("../images/next-arrow.png") no-repeat right;	
    height: 100%;
    opacity: 0;
    position: absolute;
    right:10px;
    top: 0;
    width: 50%;
    text-indent:-9999px;
}
#TransLayer a.next-arrow:hover, #TransLayer a.prev-arrow:hover {
    opacity: 0.8;
}

.make-comment{
    background: url("../images/svg/arrow.svg") no-repeat scroll 0 5px rgba(0, 0, 0, 0);    
    font-size: 12px;
    margin: 16px 0;
    padding-left: 12px;
    color: #fff;

}
.make-comment span{
    color: #038AA3;
    padding-right: 6px;
    text-decoration: underline;
}
.make-comment:hover{
    cursor: pointer;
}
.make-comment2 span{
    color: #038AA3;
    padding-right: 6px;
    text-decoration: underline;
}
.make-comment2:hover{
    cursor: pointer;
}
.full-screen {
    background: none repeat scroll 0 0 #323232;
    border: 1px solid #373737;
    display: inline-block;
    font-size: 12px;
    margin: 10px 0;
    padding: 6px 10px;
	float:right;
}
.full-screen i{
    color: #6B6B6B;
    font-size: 14px;
    padding-right: 8px;
}
#scaleimage img{
    border: 1px solid #8f8a90;
}
.F-left{
    float: left !important;
}
.hide-the-input-mobile, .hide-the-input-mobile input, .hide-the-input-mobile textarea{
    visibility: hidden
}
.hide-the-input, .hide-the-input input, .hide-the-input textarea{
    visibility: visible
}
.ul-marpad{
    margin: 0;
    padding: 0
}
.ul-marpad li{
    list-style:none;
}
.table-style{
    background: none;
    margin: 10px 0
}
.table-style > tbody > tr > td{
    border: 0;
    padding:0
}

.table-style > tbody > tr:nth-child(odd) > td{
    background: #1C1C1D;
}
.table-style > tbody > tr:nth-child(even) > td{
    background: #151516
}
.table-style > tbody > tr > td p, .table-style > tbody > tr > td p.file-name{
    padding: 5px 10px
}
.pad-10{
    padding: 0 10px
}
.progress {
    background-color: #323233;
    border-radius: 4px;
    margin: 0
}
.cancel-btn{
    background: none repeat scroll 0 0 #DC9D42;
    color: #FFFFFF;
    float: right;
    margin: 8px 10px;
    padding: 1px 10px;
}
.progress-bar-success {
    background-color: #DC9D42;
}
.mobile-float{
    float: left;
    margin: 10px 0 0 6px;
}
.modal-backdrop.in {
    opacity: 0.75;
}
#myModal .modal-content{
    background: #000000; /*#18181A; jayaseelan*/
    border: 2px solid #3A3A3A;
    border-radius: 0;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
}
#myModal2 .modal-content{
    border: 0;
    background: transparent;
    box-shadow: none;
}
#myModal .modal-header, #myModal2 .modal-header {
    padding: 10px 15px 12px;
    border-bottom: 1px solid #EBAC51;
}
#myModal2 .modal-header{
    border: 0
}
#myModal h4{
    color: #DB9C41;
    font-size: 16px;
}
#myModal2 h4{
    margin: -20px 0 0;
}
.close, button.close {
    background: none repeat scroll 0 0 #DB9C41;
    color: #FFFFFF;
    float: right;
    font-family: 'Times New Roman';
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    padding: 1px 6px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.close:hover, .close:focus{
    opacity: 1;
    color: #fff;
    background: #EBAC51;        
}
.modal-header .close {
    /* margin-right: -6px;
     margin-top: -2px;*/
}
.bg-dark{
    background: #000
}
#myModal2 .modal-body{
    padding: 0 0 15px;
}
#myModal2 .modal-dialog{
    /*max-width: 1240px;*/
    max-width:auto;
    width: auto;
}
#myCarousel5 .carousel-inner > .item > img{
    box-shadow: none;
}
#myModal2 .modal-header .close {
    /*  margin-right: -6px;
    margin-top: 18px;*/
}
#myModal2 .carousel-indicators {
    top: 100%;
    margin-left: -20%;
}
#myModal2 h1.title{
    margin: -16px 0;
}
.carousel-indicators li {
    background: #A5A8A7;
    border: 0 none;
}
.carousel-indicators .active {
    background: #DA9B40; 
}
#myModal2 .carousel-caption{
    top: 100%
}
#myModal2 .carousel-caption p{
    width: 650px;
    font-size: 12px;
    color: #a5a8a7;
}
#myModal2 .carousel{
    height: 100%;
}
#myModal2 .carousel-control.left, #myModal2 .carousel-control.right{
    height: 100%;
}
#myModal2 .carousel-control .icon-prev, #myModal2 .carousel-control .icon-next, #myModal2 .carousel-control .glyphicon-chevron-left, #myModal2 .carousel-control .glyphicon-chevron-right{
    margin: 0;
    top: 100%;
    font-size: 20px;
}
#myCarousel5 .carousel-control.right{
    right: -20px;
}
#myCarousel5 .carousel-control.left { 
    left: auto;
    right: 34px;
    top: -8px;
}
#carouselButtons {
    margin-left: 0;
    position: absolute;
    bottom: -20px; right:0;
    margin-right:70px;

}
.table th { background:#3B3B3B; color: #9A9A9A;
            font-weight: bold; font-size:13px;
            text-decoration: none; }
.table th a {color: #9A9A9A; }
.payment ul {  margin:0 0 10px 0; padding:0 0 0 10px; display:block;  }
.payment li { margin:0; padding:0 0 10px 20px; display:block; font-size:12px; list-style:none; background:url(../images/circle.png) no-repeat left 5px;  }
.payment li span { color:#C65A36 }
.tlft { text-align:center; display:block; margin:0 auto; padding:10px 0 20px 0;}
.tlft2 { text-align:center; display:block; margin:0 auto; padding:10px 0 5px 0; position:relative}
.yellow_color {   color: #DC9F47 !important;}
.yellow_color strong {  color: #DC9F47 !important; }
.tab-bg td:nth-last-child(-n+5) {   color:#9A9A9A; text-align: center; }
.pdcont { padding-left:15px; }
.payment h3 {  font-size: 14px;   color:#E9783A;    font-weight: bold;    margin: 0 0 5px; padding:0; }
.payment p { padding-left:0; }
.space { padding-bottom:10px; }
.orangetab { color:#E9783A; display:block; padding:10px; font-weight:bold;  }
.pad-btm { padding-bottom:0 !important; font-size:12px; }
.free-trail { font-size:18px; text-align:center; font-weight:600; color:#ffd800; padding-top:0; padding-bottom:10px; }
.mgclear {display: block !important; 
          margin-left:0 !important;
          margin-right:10px !important;}
/*23_05_2014 - Jayaseelan M*/
.ptag-style{
    color: #82807F;
    font-size: 13px;
    margin-bottom: 15pt;
    text-align: justify;
}
.exhibit_info p{
    color: #82807F;
    font-size: 13px;
    margin-bottom: 7pt;   
}
.light-yellow_important{
    color: #E7BF35 !important;
}

.photo-detail p a {
    color: #969392;
}
.exhibit_style 
{ color: #969392;
  text-decoration: underline;
}
.pmart{
    margin-top: 82px;
}
.featured_exhibit_title
{
    color: #07B68B !important;
    display: block !important;
    font-size: 11px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    padding-bottom: 3px !important;
    padding-top: 1px !important;
}
#exhibit_feedback p { color: #969392;
                      font-size: 12px;
                      margin-bottom: 6px; }
#exhibit_feedback p span {
    color: #E7BF35;
    font-weight: bold;
}

#exhibit_feedback_mobile p { color: #969392;
                             font-size: 12px;
                             margin-bottom: 6px; }
#exhibit_feedback_mobile p span {
    color: #E7BF35;
    font-weight: bold;
}

.modal-dialog2{
    max-width:auto;
    width: auto;
}
.hght { height:auto !important; text-align:center; }
.mdcd  { overflow-x:auto; overflow-y:hidden; }  
.posit { position:relative; width:320px; height:440px; margin:auto; }
.posit .close { position:absolute; right:-29px; top:0; }
.approval { color:#969392; font-size:13px; }
.txt-cent { text-align: center;  } 
.txt-cent a { padding-bottom:5px !important; }
.dev-txt { text-align: center; padding-top:5px;}
.des-pad { padding:0 !important; }
/*06102014*/
.sdn-news h2 { padding:0 10px 10px 0; margin:0; color:#339999; font-size: 14px;
               font-weight: bold;  }
.sdn-news p { padding:0; margin:0; color:#fff;  }
.pad-bot { padding-bottom:20px;  }
.sdn-news p a { color:#8F8F8F; } 
.plft { padding-left:10px !important; }
/*jayaseelan 12-06-2014*/
.found_exhibits h3 {
    color: #E7BF35;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.found_exhibits p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding-left:0px;
}
/*jayaseelan 12-06-2014*/

/*jayaseelan m 25-06-2014*/
.feedback_box {
    margin: 6px 0 20px;
}
.feedback_box p{
    color: #969392;
    font-size: 12px;
    margin-bottom: 1px !important;
}
.feedback_box p span {
    color: #E7BF35;
    font-weight: bold;
}
.feedback_box p span a {
    color: #E7BF35;
    font-weight: bold;
}
#feedback_list .inbl{
    color: #9A9A9A;
    font-size: 12px;
}
#feedback_list label{
    color: #9A9A9A !important;
    font-size: 12px !important;
}
#feedback_list .inbl-img{ 
    cursor: pointer;
}
 #myModal2.terms-page .modal-dialog{
  margin: 10px;
  position: relative;
  width: auto;
}
#myModal2.terms-page .modal-content {
  background: none repeat scroll 0 0 #000000;
  border: 2px solid #3a3a3a;
  border-radius: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
}
#myModal2.terms-page h4{

color: #e9783a;
font-size: 20px;
font-weight: bold;
margin: 0 0 10px;
}
#myModal2.terms-page p {
  color: #cecdcc;
  font-size: 12px;
  margin-bottom: 18px;
  text-align: left;
  padding: 0 20px;
}
.yellow-text{
	color: #e9783a;
	}
/*jayaseelan m 25-06-2014*/
/***Ipad***/
@media only screen and (min-width : 768px) {
    .sign-in {
        min-height: 235px;       
    }
    .instr-bg p {
        margin: 0;
        padding: 0;
    }
    .title-bg {
        margin: 0 
    }
    .green-btn, .orange-btn{          
        display: inline-block;
    }
    .green-btn{
        margin:0 4px 16px 10px;
    }   
    .green-btn2 { margin:0; }
    .sign-in p.padb4-mart4{
        margin-top: 10px;
        padding-bottom: 5px;
    }
    .yellow-btn{
        background: #e7bf35;
        font-weight: bold;
        color: #403939;
        margin:10px 10px 10px 0;
        display: inline-block;
        text-align: center;
    }
    .exhibit_editor{
        min-height: 260px;     
    }
    .padt6lr10{
        padding: 6px  !important;
    }
    .marzero{
        margin: 0 !important;
    }
    .brow-btn-style{
        overflow: hidden;
        width: 90px; 
        height: 30px; 
        float: left
    }
    .brow-btn{   
        margin: 5px 0 6px 10px;     
        display: inline-block;
    }
    .upload-photo{      
        padding: 6px 2px 10px;
    }
    .hide-the-input-mobile, .hide-the-input-mobile input, .hide-the-input-mobile textarea{
        visibility: visible
    }
    .hide-the-input, .hide-the-input input, .hide-the-input textarea{
        visibility: hidden
    }
    .mobile-float{
        float: none;
        margin: inherit;
    }
    .modal-dialog {
        width: 98%;
        /*width: 700px; jayaseelan*/
    }
	 #myModal2.terms-page .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  
    .member-box label { font-weight:normal; font-size:14px; }
    .mgtpvs { margin-top:0; }
    .txt-rght { text-align:right !important; }
    .tlft { text-align:center; }
    .pdcont { padding-left:20px; }
    .free-trail { font-size:20px; text-align:center; font-weight:600; color:#ffd800; padding-top:10px;  }
    .mgclear { margin-left: 10px; margin-right: 10px; }
    .make-comment2 { margin-top:-40px !important;
                     background: url("../images/svg/arrow.svg") no-repeat scroll 0 5px rgba(0, 0, 0, 0);    
                     font-size: 12px;    
                     padding-left: 12px;
                     color: #fff;
    }
    .list-style li a{ padding:0 9px 4px; }
    .dev-txt { text-align: right; padding-top:0;}
    .mgbtclear { margin-bottom:0; } 
    .right_padding{
        padding-left:3px !important;
    }
    .news_image_padding{
        padding-top:5px !important;
    }
    .ftslider {  vertical-align:middle; text-align: center; display:block; width:100%; }
    .ftslider a img{-webkit-box-shadow: 0px 0px 16px #999999; height:534px; margin:0 auto;  
                    -moz-box-shadow: 0px 0px 16px #999999;
                    box-shadow: 0px 0px 16px #999999;}
}
@media only screen and (min-width : 1199px) {
    .sign-in {
        min-height: 300px;        
    }
    .tab-bg tbody tr:nth-child(even){
        background: #272421;
    }
    .tab-bg td{
        text-align: left ; 
        font-size: 12px;
    }
    .tab-bg2 td{
        text-align: left !important; 
    }
    .tab-bg tr td:first-child{
        color: #6a6a6a;
    } 
    .tab-bg2 tr td:first-child{
        color: #DC9D42;
    } 
    .padt6lr10{
        padding: 6px 10px !important;
    }
    .tlft { text-align:right;  }
    .pdcont { padding-left:20px; }
    .right_padding{
        padding-left:3px !important;
    }
    .news_image_padding{
        padding-top:5px !important;
    }
    .ftslider {vertical-align:middle; text-align: center; display: table-cell;  height:676px; width:1014px;   }
    .ftslider a img{-webkit-box-shadow: 0px 0px 16px #999999; -moz-box-shadow: 0px 0px 16px #999999;
                    box-shadow: 0px 0px 16px #999999; height:auto;max-width:100%;max-height:100%;}
    .carousel-inner > .item {
        height:676px;}

    .navbar-right.hidden-xs {
        /*margin-right: 210px;*/
    }
}



/* metro checkbox */
.metro-checkbox input, .metro-radio input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.metro-checkbox .check, .metro-radio .check {
    background-color: transparent;
    border: 1px solid #555558;
    display: inline-block;
    height: 14px;
    line-height: 11px;
    margin: -2px 10px 0 -20px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 14px;
}
.metro-radio .check {
    border-radius: 100%;
}
.metro-checkbox input[type="checkbox"]:hover ~ .check, .metro-radio input[type="radio"]:hover ~ .check {
    border-color: #DC9D42;
}
.metro-checkbox input[type="checkbox"]:checked ~ .check::after {
    color: #DC9D42;
    content: "";
    font-family: 'FontAwesome';
    font-size: 12px;
    margin: 1px;
    top: 0;
}
.metro-radio input[type="radio"]:checked ~ .check::after {
    background-color: #5B5B5B;
    border-radius: 100%;
    content: "" !important;
    display: block;
    height: 8px;
    margin: 3px;
    width: 8px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #656464;
    cursor: not-allowed;
    opacity: 0.6;
}
/*23_05_2014 - Jayaseelan M*/
/*16-06-2014 - mohan*/
.news_image_padding1 > img {
    float: left;
    padding-right: 10px;
    margin-top: 6px;
}
.about-menu{
    padding:0;
}
.about-box {
    background: none repeat scroll 0 0 #252525;
    border: 1px solid #6d6565;
    color: #aeaeae;
    height: auto;
    margin: 0 auto 10px;
    padding: 10px;
    font-size: 14px;
	/*font-size: 16px;*/
}
.mart-35 {
    margin: 12px 8px 8px;
}
.page-menu li.active a, .page-menu li a:hover, .mobile-menu2 {
    background: linear-gradient(to bottom, #494b50 0%, #121214 30%, #131314 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #dc9d42;
}
.mobile-menu2 {
    border-radius: 5px 5px 0 0;
    font: 14px/20px Verdana,Geneva,sans-serif;
    margin-top: 10px;
    padding:16px;
}
.page-menu li.active a, .page-menu li a:hover, .mobile-menu {
    background: linear-gradient(to bottom, #494b50 0%, #121214 30%, #131314 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #dc9d42;
}

.about-menu li {
    border-bottom: 1px dotted #252525;
    list-style: none outside none;
    overflow: hidden;
    padding: 10px 5px;
    position: relative;
}
.about-menu  li:last-child {
    border: none;
}
.about-menu a {
    color: #B3B3B3;
    display: block;
    font-size: 12px;
    overflow: hidden;
    font-weight: bold;
}
.about-menu > li a:hover {
    color: #db9c41;
}
.about-menu > li:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #E9783A;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    float: left;
    margin: 5px 5px 0 0;
}
.about-menu > li.ullibg:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #E9783A;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    float: left;
    margin: 5px 5px 0 0;
}
.about-menu > li.ullibg a {
    color: #C4CF90;
}
.about-menu > li.ullibgG a {
    color: #C4CF90;
}
.about-menu > li.nobgP:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent ;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    float: left;
    margin: 5px 5px 0 0;
}
.about-menu > li.nobgPG:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent ;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    float: left;
    margin: 5px 5px 0 0;
}
.about-menu > li.nobgP a {
    font-size:14px;
    color: #C4CF90;
}
.about-menu > li.nobgPG a {
    font-size:14px;
    color: #C4CF90;
}
.about-menu > li.ullinobg:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent ;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    float: left;
    margin: 5px 5px 0 0;
}
.about-box ol li {
    line-height: 18px;
    list-style-type: decimal;
	color: #aeaeae;
}
.about-box p{
    margin-bottom: 15px;
    /*line-height:20px;*/
	/*line-height:1.8em;*/
    line-height:22px;
}

.SDNspons {
    font-family: Arial;
    font-size: 11px;
    margin-bottom: 10px;
    text-align: center;
}
.img-margin{
    margin:0px;
    padding:0px;
}
ul.faqlist li {
    margin-bottom: 11px;
    padding-left: 11px;
    list-style-type:none;
    list-style: #C25732;
}
ul.faqlist li ol li {
    line-height: 18px;
    list-style-type: decimal;
}
ul.faqlist li ul li {
    line-height: 18px;
    list-style-type: decimal;
}
ul.faqlist li ul li span {
    color: #aeaeae;
}
ul, li, ol {
    line-height: 18px;
    /*list-style-type: none; 12-11-2014 Jayaseelan M*/
    /*font-size: 12px;*/
    font-size: 14px;
    color: #fff;
}
ul.faqlist li span {
    color: #d8b654;
    font-weight: bold;
}
ul.faqlist > li:before {
    color: #C25732;
    content: "■";
    display: block;
    font-size: 8px;
    left: -14px;
    max-height: 0;
    max-width: 0;
    position: relative;
    top: 0;
}
ul.faqlist li{
    /*list-style-type: none !important;*/
}
.orangelink strong {
    color: #c96700;
}
.about-box a:hover {
    text-decoration: underline;
}
.about-box ul li{
	color: #aeaeae;
}
.about-box a {
    /*color: #aeaeae;*/
	/*color: #e4c865;*/
    color: #d7ceb2;
	text-decoration: underline;
}
.green strong{
    color: #339999 !important;
}
.about-box h1 b {
    color: rgb(228, 200, 101);
}
.dropdown-style > li > a {
    color: #c5c1ba;
    font: 14px/20px Verdana,Geneva,sans-serif;
    padding: 4px 15px;
    white-space: normal;
    word-wrap: break-word;
}
.dropdown-menu.dropdown-style > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #c5c1ba !important;
    font: 14px/20px Verdana,Geneva,sans-serif;
    padding: 4px 15px;
    white-space: normal;
    word-wrap: break-word;
    clear: both;
    display: block;
}
.dropdown-menu.dropdown-style > li {
    border:none;
}
.dropdown-menu.dropdown-style {
    background: none repeat scroll 0 0 #1a1a1c;
    border: 1px solid #313133;
}

.dropdown-menu.dropdown-style > li > a:hover {
    background: none repeat scroll 0 0 #db9c41;
    color: #ffffff;
}
.dropdown-menu{
    min-width:280px;
}
.img-responsive > img {
    width: 100%;
    height:100%;
}
.about-box h2 b {
    color: rgb(76, 172, 178);
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: 700;
}
a.yellowLink:link {
    color: #b3a869;
    text-decoration: underline;
}
/*16-06-2014 - mohan*/
/*19-16-2014 - Jayaseelan M*/
.about-box ul li{
    /*list-style-type: disc;
    */
}

.about-box h4{
    font-size: 12px;
}
.about-box form{
    color: #000;
}

.cms_title{
    color: #E9783A;
    display: inline-block;
    font: bold 16px/30px Verdana,Geneva,sans-serif;
    margin: 0 0 0;
    padding: 5px 0;
    text-decoration: none;
}
.cms_title span {
    color: #FFFFFF;
}
.tc_ul ul li{
    list-style-type: disc;
}
/*19-16-2014 - Jayaseelan M*/
/*24-06-2014 - Mohan*/
.bold {
    font-weight: bold;
}
.img_guidelines, .img_guidelines li {
    list-style-type: disc;
    margin: 0 0 8px;
}
.about-box > p > a {
    /*color: #339999;*/
}
p.about_box_h {
    color:#d2b345;
    font-weight: bold;
}
.hbold {
    color: #8f8f8f;
    font-weight: bold;
}
.make-comment2 span#feedback_count {
    color: #fff;
}
/*24-06-2014 - Mohan*/

/*04-07-2014 - Jayaseelan M*/
/*member profile page*/
#show_no_exhibit{
    position:absolute;
    background-color:black;
    z-index:500;
    opacity:0.65;
    color:#FFF;
    padding-top:100px;
    padding-left:25px;
}
/*CMS - page*/
.about-box ul li{
    list-style-type: disc;
}
.about-box h2{
    clear:both;
}
/*04-07-2014 - Jayaseelan M*/

/* 08_07_2014 - Jayaseelan M */
.fullscree_caption p{
    color: #82807F;
    font-size: 12px;
    margin-top:5px !important;
}
.viewer_feedback ul li{
    line-height: 13px;
}
/* 08_07_2014 - Jayaseelan M */

/* 09_07_2014 - Jayaseelan M */
.item .message-box h1, .item .message-box h2, .item .message-box h3, .item .message-box h4, .item .message-box h5{
    padding-left:10px;
}
.photograph h2, .photograph h1, .photograph h3, .photograph h4{
    padding-left:0px;
}
#myCarousel2 .carousel-inner > .item{
    height: auto !important;
}
/* 09_07_2014 - Jayaseelan M */


@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .pull {
        margin-top: -81px;
    }
    .right_sidebar_margin{
        margin-bottom: 125px;
    }
}


@media only screen and (min-width : 1199px) {
    .pull {
        margin-bottom: 9px !important;
        margin-top: -65px;
    }
}

/*16-07-2014 Jayaseelan M*/
.large_size{
    font-size: 1.3em;
}

/*16-07-2014 Jayaseelan M*/
/*28-07-2014 - Mohan*/
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .buttoncontrols i, #ssdiv img, #pausediv img {
        font-size: 13px;
        height: auto;
        margin: 4px -2px 0;
        padding: 7px;
        width: auto;
        float: none;
    }
    .font-play {
        color: #8F8A90;
        font-size: 21px;
        margin: 0 2px 0 0px;
    }
    p#number_phone {
        padding-right: 6px;
    }
    #scaleimage > img#picture{
        /*
                width: auto;
        height: 188px;
        */
        margin: 0 auto;
    }
    #captioninfo span.light-yellow {
        display: inline-block !important;
        padding-right: 5px;
    }
}
/*28-07-2014 - Mohan*/

/*30-07-2014*/
.error
{
    color: red;
    font-size: 12px;
    font-weight: normal
}
/*30-07-2014*/

/*mohan 07-10-2014*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 230px;
    padding: 0;
    margin: 0;
    font-size: 11px;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border-color: none;
}
.dropdown-menu li{
    border-top: 1px solid #343434;
}
.dropdown-menu li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.07);
}
.dropdown-menu li:last-child{
    border-bottom: 0px solid #343434;
}

.dropdown-menu li a{
    padding: 8px 40px;
    color: #e7bf35 !important;
    display: block;
    background: #000;
}
.dropdown-menu li ul{
    color: #e7bf35;
    display: block;
    background: #000;
    padding: 0px;
}
.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 230px;
    padding: 0;
    margin: 0;
    font-size: 11px;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*
.dropdown-menu2 li{
        border-bottom: 1px solid #343434;
}
.dropdown-menu2 li:last-child{
        border-bottom: 0px solid #343434;
}
*/
.dropdown-menu2 a:hover {
    background: #e7bf35;
    color: #000;
}
.dropdown-menu2 a{
    padding: 6px;
    color: #e7bf35;
    display: block;
    background: #30302f;
    font-size: 11px;
    border-bottom: 1px solid #4e4e4e;
}
.dropdown-menu2 ul {
    padding: 0;
}
.dropdown-menu2 ul li a {
    padding-left: 16px;
}
.dropdown-menu2 ul li:hover {
    background: #e7bf35;
}
.dropdown-menu2 li:first-child {
    border-top: 1px solid #343434;
}
.navbar-right.visible-xs .dropdown-menu a {
    background: none repeat scroll 0 0 #30302f;
    color: #c4cf90 !important;
    border-bottom: 1px solid #101010;
    display: block;
    padding: 6px 40px;
    font-size:10px;
}
.navbar-right .dropdown-menu2 a {
    background: none repeat scroll 0 0 #30302f;
    color: #c4cf90;
    display: block;
    padding: 6px;
}
.navbar-right .dropdown-menu2 a:hover, .navbar-right .dropdown-menu a:hover{
    background: none repeat scroll 0 0 #c4cf90 !important;
    color: #000 !important;
}
.navbar-right .dropdown-menu2 ul li:hover, .navbar-right .dropdown-menu ul li:hover {
    background: none repeat scroll 0 0 #c4cf90;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #e7bf35;
}
.navbar-default .navbar-right.hidden-xs > li > a {
    color: #c4cf90;
}
.navbar-default .navbar-right.hidden-xs > li:last-child > a {
    color: #C4CF90;
    margin: 0;
}
.navbar-right.hidden-xs > li > a {
    font-size: 10px;
    font-weight: bold;
    padding: 3px 8px;
}
.navbar-default .navbar-right.hidden-xs > li > a:hover, .navbar-default .navbar-right.hidden-xs > li > a:focus {
    background: none repeat scroll 0 0 #c4cf90;
    color: #232326;
}

.navbar-default .navbar-right > .open > a, .navbar-default .navbar-right > .open > a:hover, .navbar-default .navbar-right > .open > a:focus {
    background: #c4cf90;
    color: #000 !important;
}
.navbar-right .dropdown-menu a {
    color: #c4cf90 !important;
}

/*mohan 07-10-2014*/
/*mohan 17-10-2014*/
.personal_homepage tr:nth-child(odd){
    background: #000;
}
.personal_homepage tr:nth-child(even){
    background: #2a2a2a;
}
.personal_homepage_ipad table:nth-child(odd){
    background: #000;
}
.personal_homepage_ipad table:nth-child(even){
    background: #2a2a2a;
}
.bio-text p {
    line-height: 22px;
}
/*mohan 17-10-2014*/

/********************   Raj - 24-10-14    **********************/
.social-media-icons {
    display: block;
    float: right;
    margin: 10px 0 ;
    width: 100%;
}
.social-media-icons a{
    float:right
}
.social-media-icons img {
    height: 22px;
    margin-left: 6px;
    width: 22px;
}
.social-media-icons .icon-nfacebook{
    background: url(../images/svg/icon-facebook.svg) no-repeat;
}
.social-media-icons .icon-ntwitter{
    background: url(../images/svg/icon-twitter.svg) no-repeat;
}
.social-media-icons .icon-nlinkedin{
    background: url(../images/svg/icon-linkedin.svg) no-repeat;
}
.social-media-icons .icon-nflickr{
    background: url(../images/svg/icon-flickr.svg) no-repeat;
}
.social-media-icons .icon-ninst{
    background: url(../images/svg/icon-instagram.svg?v=5) no-repeat;
}
.pad-tb{
    padding:0 10px !important;
}
.autocomplete-suggestions {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    cursor: pointer;
    font-size: 15px !important;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px 0 0 10px;
    position: absolute;
    z-index: 9999;
}
.autocomplete-suggestion strong {
    color: #ffad00;
    font-weight: normal;
}        

/*19_11_2014*/
.yellow_btn
{
    background: none repeat scroll 0 0 #e7bf35 !important;
    color: #000 !important;
}
/*19_11_2014*/

.dropdown {
  list-style: outside none none;
  position: relative;
}

.img-responsive-scale{
 display: block;
    height: auto;
    max-width: 100%;

}
@-moz-document url-prefix() 
 {
	.img-responsive-scale
	{
		display: block;
		height: auto;
		max-width: 100%;
		width: 100%;
	}
}
/*19-03-2015*/
.form-group p{
color: #aeaeae;
}
.cmspasswordform
{
	min-height: 207px;
}
/*19-03-2015*/

/*Constant Contact*/
.sign-in.facebook_signin {
background: inherit;
min-height: auto;
border: 0px;
}

.sign-in.facebook_signin input {
margin-bottom: 12px;
}
/*Constant Contact*/

.panel-body ul,.panel-body ol{margin-left:-26px !important; }
.panel-body ul li,.panel-body ol li { font-size: 13px; color: #82807f; line-height:22px !important; }
/*.img-responsive{
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}*/
 
 
 /*** Jitesh ***/
.g-t{
    margin: 0 auto 15px auto !important;
    display: table;
}
.g-t-2{
    margin: 0 0 15px 0 !important;
    display: table;
}
.member_login .g-recaptcha iframe{
        margin: 0 23px 0 55px;
 }
@media only screen and (max-width : 1080px) {
    .member_login .g-recaptcha iframe {
    	margin: 0;
    }
}
@media only screen and (max-width : 767px) {
   .g-t{
        margin: 0 !important;
        display: table;
    }
}