@font-face {
    font-family: 'Conv_museosans-500';
    src: url('../fonts/museosans-500.eot');
    src: local('☺'), url('../fonts/museosans-500.woff') format('woff'), url('../fonts/museosans-500.ttf') format('truetype'), url('../fonts/museosans-500.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museosans700';
    src: url('../fonts/museosans700.eot');
    src: url('../fonts/museosans700.eot') format('embedded-opentype'),
         url('../fonts/museosans700.woff2') format('woff2'),
         url('../fonts/museosans700.woff') format('woff'),
         url('../fonts/museosans700.ttf') format('truetype'),
         url('../fonts/museosans700.svg#museosans700') format('svg');
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('@{icon-font-path}@{icon-font-name}.eot');
  src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
       url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),
       url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
       url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
       url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Conv_museosans-500';
}

* {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
    padding: 0;
}

img{
    max-width: 100%;
}

ul li{
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    list-style-type: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

input:focus,
input:active:focus,
input.active:focus,
input.focus,
input:active.focus,
input.active.focus {
    outline: none;
}

a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:hover{
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}

.top-header {
    margin: 40px 0;
    text-align: center;
}

.home-cat-img {
    position: relative;
}

.home-cat-img .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .4);
}

.home-cat-img figcaption {
    position: absolute;
    bottom: 20px;
    padding: 0 35px;
}

.home-cat-img h2 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}

.home-cat-img p {
    font-size: 15px;
    color: #fff;
}

.home-cat-img img {
    width: 100%;
}

/**************CUSTOM NAV LEFT PANEL**************/
.main-area .custom-nav{
    padding: 22px 0 0;
}
.main-area .custom-nav #navbar{
    padding-left: 0;
    padding-right: 0;
}
.main-area #navbar .navbar-nav li{
    float: none;
}
.main-area #navbar .navbar-nav li a{
    font-size: 16px;
    color: #363636;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}
.main-area #navbar .navbar-nav li.partition{
    margin-top: 50px;
}
.main-area #navbar .navbar-nav li.active a{
    /*color: #19476B;*/
     /*color:#3795de;*/
     color: #337ab7;
}
.main-area #navbar .navbar-nav li a:hover{
    /*color: #19476B;*/
    /*color:#3795de;*/
    color: #23527c;
}
.main-area #navbar .navbar-nav li .dropdown-menu{
    padding: 0 0 20px 19px;
    box-shadow: none;
    border: none;
    position: relative;
}
.main-area #navbar .navbar-nav li .dropdown-menu{
    margin-bottom: -1px;width:100%;
}
.main-area #navbar .navbar-nav li .dropdown-menu li a{
    color: #9f9f9f;
    padding-left: 0px;
    transition-duration: 1000s;font-size:14px;
    /*line-height: 27px !important;*/
}
.main-area #navbar .navbar-nav li .dropdown-menu li:hover{
    padding-left: 10px;
    transition-duration: 1000s;
}
.main-area #navbar .navbar-nav li .dropdown-menu li:hover a{
    color:  #337ab7;
}
.main-area #navbar .nav > li > a:focus, .main-area #navbar .nav > li > a:hover{
    background: transparent;
}

.main-area #navbar .nav .open > a, .main-area #navbar .nav .open > a:focus, .main-area #navbar .nav .open > a:hover {
    background-color: transparent;
}

.main-area #navbar .nav .dropdown-menu > li > a:focus, .main-area #navbar .nav .dropdown-menu > li > a:hover {
    background-color: transparent;
}

/*search*/
.search-area {
    bottom: -69px;
    left: 0;
    margin: 0;
    position: absolute;
}
.search-area input{
    border-top: 1px solid #9DA4A7;
    border-bottom: 1px solid #9DA4A7;
    border-left: none;
    border-right: none;
    padding: 12px 0 12px 30px;
}
.search-area .srch-btn{
    position: absolute;
    background: url("../images/search-icon.png") no-repeat 0 0;
    width: 20px;
    height: 19px;
    border: none;
    left: 0;
    top: 13px;
}

/**************RIGHT PANEL**************/
.right-part{
    border-left: 1px solid #B2B3B4;
    padding-left: 0;
    padding-bottom: 47px;
}
.mobile-heading{
    display: none;
}
.videoicon{
    background: url("../images/video-icon.png") no-repeat 0 0;
    height: 92px;
    left: 0;
    margin:auto;
    position: absolute;
    right: 0;
    top:0;
    width: 92px;
    cursor: pointer;
    z-index: 2;
    bottom: 0;
}


.read-more {
    color: #fff;
    text-decoration: underline;
}

.read-more:hover {
    color: #fff;
    text-decoration: none;
}

.body-cat-banner {
    margin: 0;
    padding: 0 0 0 66px;
    list-style: none;
}

.body-cat-banner li {
    margin: 0 0 4px;
    padding: 0;
    width: 49%;
    display: inline-block;
    list-style: none;
    vertical-align: top;
}

/**************BREADCRUMBS**************/
.breadcrumbs{
    margin: 13px 0 23px 0;
}
.breadcrumbs ul li{
    display: inline-block;
    position: relative;
}
.breadcrumbs ul li, .breadcrumbs ul li a,.breadcrumbs .current{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}
.breadcrumbs ul li.active{
    font-size: 12px;
    font-weight: 500;
    color: #1A4B6B;
}
.breadcrumbs ul li a:hover{
    color: #1A4B6B;
    text-decoration: none;
}
.breadcrumbs .current{
font-size:16px;
}

/**************ABOUT**************/
.right-image img{
    width: 100%;
}
.Inner_page {
    border-top: 1px solid #b2b2b2;
    padding-left: 62px;
}
.Inner_page h2{
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin:13px 0 19px;
    text-align: left;
    text-transform: uppercase;
}
.Inner_page p{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 22px;
}
.page-about .right-image img{
    /*padding: 68px 0 0 0;*/
}
.Inner_page h3{
    font-size: 21px;
/*  color: #1B496D;*/
    color: #1c4d6c;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 7px;
}
.page-about ul {
    margin: 0 0 0 20px;
}
.page-about ul li {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    list-style-type: disc;
}
.All_list_items ul li.listdiv {
    float: left;
    width: 205px;
    min-height: 100px;
    margin: 0 0 42px;
}
/*.page-id-5 .All_list_items ul li.listdiv.listfr{
    float:right;
    width:250px;
    padding:0px;
}*/
.All_list_items h4{
    font-size: 19px;
    color: #1B496D;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
}
.All_list_items {
    margin-top: 40px;
}
.All_list_items > ul{
    margin: 20px 0 0 0;
}
.All_list_items ul li{
    list-style-type: none;
    line-height: 23px;
    padding-right: 15px;
}
.All_list_items ul li ul{
    margin-left: 0;
}
.All_list_items .listdiv h5{
    font-family: 'museosans700';
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
}
.All_list_items ul li a{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}
.Mob-inner-about-image{
    display: none;
}

/**************DEMAND**************/
.country_production {
    margin-top: 38px;
    text-align: center;
}
.country_production > ul {
    margin: 26px 0 0;
}
.country_production ul{
    margin: 0;
}
.country_production ul li{
    width: 31%;
    float: left;
    margin: 0 0 0 23px;
    padding: 0;
}
.country_production ul li:nth-child(3n+1){
    margin-left: 0;
}
.country_production ul li img{
    border: 2px dotted #BEBEBE;
}
.country_production span {
    display: block;
    margin: 10px 0 0;
}
.country_production a span{
    font-family: 'museosans700';
    display: block;
    font-size: 11px;
    color: #194b6b;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.country_production p {
    color: #9f9f9f;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin-top: 42px;
    text-align: center;
}
.fancybox-opened .fancybox-skin {
    box-shadow: none;
}
.fancybox-skin{
    background: none;
}
.fancybox-close {
    right: -8px;
    top: -8px;
}

/**************INDISPENSABLE SILVER ESSENTIAL**************/
.page-indispensable .right-image img{
    padding: 58px 0 0 0;
}
.Mob_Indisc{
    display: none;
}

/**************INVESTMENT**************/
.page-investment img {
    padding-top: 54px;
}
.page-investment ul {
    margin: 0 0 0 20px;
}
.page-investment ul li {
    font-weight: 500;
    line-height: 26px;
    list-style-type: disc;
    margin: 0 0 2px;
}
.investment-Mob{
    display: none;
}
.investor_table {
    clear: both;
    padding: 25px 0 0;
}
.investor_table .table_inn {
    text-align: center;
    margin-bottom: 87px;
}
.investor_table .table_inn h3 {
    padding: 19px 0 16px;
}
.investor_table table {
    width: 100%;
    border-collapse: collapse;
}

.investor_table th {
    background: #154A6C;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.investor_table td{
    font-size: 15px;
    font-weight: 500;
}
.table_inn a {
    display: block;
    font-style: italic;
}
.investor_table td, .investor_table th {
    padding: 10px 4px;
    border: 1px solid #C9C9C9;
    text-align: center;
    vertical-align: top;
}
.broker {
    color: #9f9f9f;
    float: left;
    font-style: italic;
    font-weight: 500;
    margin: 6px 0 0;
}

/**************SILVER PUBLICATION FORM**************/
.publication-form .leftpanelform {
    border-right: 1px solid #e1e1e1;
    padding-right: 30px;
}
.page-silver_publication a{
    font-style: italic;
    color: #194b6b;
    font-weight: 500;
}
.publication-form p {
    font-family: font-family: 'museosans700';
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0 0;
}
.publication-form .textinput {
    float: right;
    height: 34px;
    width: 155px;
    margin-bottom: 15px;
    box-shadow: inset 1px 1px 6px -1px #DEDEDE;
    -webkit-box-shadow: inset 1px 1px 6px -1px #DEDEDE;
    -moz-box-shadow: inset 1px 1px 6px -1px #DEDEDE;
    -o-box-shadow: inset 1px 1px 6px -1px #DEDEDE;
}
.publication-form span.span {
    color: #194b6b ;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    margin: 8px 0 0;
}
.publication-form .public, .publication-form .amnt_enc{
    background: #E1E1E1;
    float: right;
    height: 34px;
    margin-bottom: 15px;
    width: 155px;
}
.publication-form strong {
    color: #9f9f9f;
    display: block;
    font-style: italic;
    font-weight: 500;
}
label.radio_option {
    float: right;
    width: 154px;
    margin-bottom: 0;
}
label.radio_option > span.span {
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
label.radio_option input {
    float: left;
    margin: 5px 14px 0 0;
}
span.wpcf7-list-item{
    display: block !important;
    margin:0 !important;
}
.radio_option .wpcf7-list-item-label{display: none;}
/*SHIPPING*/
.publication-form .shipping_info{
    padding-left: 16px;
}
.publication-form .shipping_info h3{
    font-size: 16px;
    font-weight: 500;
    color: #194b6b;
    margin-bottom: 0;
}
.publication-form .shipping_info p {
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
}
.publication-form .shipping_info label.radio_option {
    width: 100%;
    margin: 6px 0;
}
.publication-form .shipping_info label.radio_option > span.span {
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.publication-form .shipping_info label.radio_option input {
    float: left;
    margin: 5px 14px 0 0;
}
.publication-form .shipping_info .shp_account input.textinput {
    float: left;
    margin-top: 10px;
}
/*REQUIRED FIELD*/
.required_field {
    margin: 47px 0 0;
}
.reQ_field {
    padding: 24px 0 0;
}
.reQ_field select{
    cursor: pointer;
}
.required_field h3 {
    color: #194b6b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.required_field span {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    line-height: 29px;
    vertical-align: middle;
}
.required_field input {
    margin-bottom: 16px;
    box-shadow: inset 1px 1px 6px -1px #DEDEDE;
    -webkit-box-shadow: inset 1px 1px 6px -1px #DEDEDE;
    -moz-box-shadow: inset 1px 1px 6px -1px #DEDEDE;
    -o-box-shadow: inset 1px 1px 6px -1px #DEDEDE;
}
/*BILLING*/
.Billing_info {
    margin-top: 45px;
}
.Billing_info h3 {
    color: #194b6b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.Billing_info span.your-billinginfo {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.Billing_info span.your-billinginfo + label.css-label {
    padding-left: 34px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    line-height: 19px;
    vertical-align: middle;
    cursor: pointer;
}
.Billing_info span.your-billinginfo.checked + label.css-label {
    background-position: 0 -17px;
}
.Billing_info label.css-label {
    background-image: url("../images/checkbox-cnt.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Billing_info ul {
    margin: 57px 0 0;
    text-align: center;
}
.Billing_info ul li{
    display: inline-block;
    margin: 0 0 0 25px;
}
.Billing_info ul li:first-child {
    margin-left: 0;
}
.checkbox_purchase {
    margin: 11px 0 0;
}
.Billing_info .Purch-btn {
    background: #1a4c6d none repeat scroll 0 0;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 63px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.Billing_info .Purch-btn:hover{
    background: #6A6E6F none repeat scroll 0 0;
    color: #fff;
}
.Billing_info .Canc-btn{
    background: #fff;
    border: 1px solid #CDCDCD;
    box-shadow: none;
    color: #363636;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 63px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.Billing_info .Canc-btn:hover{
    background: #6A6E6F none repeat scroll 0 0;
    color: #fff;
}

/**************NEWS RELEASES**************/
.Post_List {
    margin: 29px 0 0;
}
.Post_List .Prevbtn {
    color: #7c7c7c;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
}
.Post_List .Nextbtn {
    color: #7c7c7c;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.Post_List a:hover{
    color: #000;
}
.Post_List ul{
    padding: 26px 0 0 0;
    clear: both;
}
.Post_List ul li {
    padding: 22px 0 17px;
    border-bottom: 1px solid #b2b2b2;
}
.Post_List ul li:first-child{
    padding-top: 0;
}
.Post_List ul li:after{
    content: "";
    clear: both;
    display: block;
}
.Post_List ul li span{
    font-family: 'museosans700';
    font-weight: 700;
    font-size: 16px;
    color: #363636;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 7px;
}
.Post_List ul li p{
    font-weight: 500;
    font-size: 14px;
    color: #363636;
    line-height: 18px;
    margin-bottom: 15px;
}
.Post_List ul li .readbutton{
    padding: 0;
}
.Post_List ul li .readbutton li{
    border-bottom: none;
}
.Post_List ul li .readbutton li{
    float: left;
    color: #194b6b;
    font-size: 14px;
    line-height: 12px;
    padding: 0 6px;
    border-left: 1px solid #194b6b;
}
.Post_List ul li .readbutton li:first-child{
    border: none;
    padding-left: 0;
}
.button_order:last-child{
    margin-top: 40px;
}

/**************PRICE HISTORY**************/
.graph-img {
    margin: 0 auto 34px;
    text-align: center;
}
.graph-img span{
    color: #9f9f9f;
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
    display: block;
}
.yeartab_list {
    margin-bottom: 41px;
}
.yeartab_list > li {
    border-right: 1px solid #9f9f9f;
    display: inline-block;
    line-height: 13px;
    margin-bottom: 10px;
    padding: 0 4px;
}
.yeartab_list > li:last-child{
    border-right:none;
}
.yeartab_list li a {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 500;
}
.yeartab_list li a:hover,.yeartab_list li.active a{
    color: #19456b;
}
.page-pricehistory .history-Mob img{
    display: none;
}

/**************YEAR PRICE HISTORY**************/
.page-yearhistory .Post_List{
    margin: 0;
}
.page-yearhistory .Post_List ul {
    padding: 11px 0 0;
}
.page-yearhistory .graph-img > span {
    color: #000;
}
.Post_List ul li span {
    font-weight: 500;
}
.history-Mob > img{
    display: none;
}

/**************MEMBERS**************/
.members_list ul {
    margin: 0 0 0 20px;
}
.members_list ul li{
    font-weight: 500;
    line-height: 30px;
    list-style-type: disc;
}
.press_graph {
    padding: 20px 0 0;
}
.press_graph strong, .important_info a{
    color: #194b6b;
    font-weight: 500;
}
.important_info p{
    color: #969696;
    font-style: italic;
    font-weight: 500;
}
.press_contact h4{
    font-size: 16px;
    color: #363636;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 3px;
}
.addrs a{
    color: #363636;
}
.addrs span,.addrs span a {
    color: #194b6b;
    font-style: italic;
}

/**************PRESS RELEASES**************/
.page-pressreleases h3 {
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 21px;
}
.press_graph img {
    margin-top: 6px;
    margin-bottom: 37px;
}

/**************PUBLICATION**************/
.page-publications ul {
    margin: 22px 0 22px 2px;
}
.linktext{
    font-style: italic;
}
.page-publications ul li {
    line-height: 33px;
    margin-bottom: 10px;
}
.page-publications ul li a{
    color: #363636;
    font-weight: 500;
}
.page-publications ul li a span{
    color: #194b6b;
}
.page-publications ul li span strong {
    font-style: italic;
    font-weight: 500;
    padding-right: 6px;
}
.page-publications .all_list_invet li {
    line-height: 11px;
    list-style-type: disc;
}
.gettheesk{
    color: #194b6b;
}
.gettheesk:hover{
    color: #000;
    text-decoration: underline;
}

/**************SILVER THE ELEMENT**************/
.page-silverthe_element .All_list_items {
    margin-top: 25px;
}
.page-silverthe_element ul li.listdiv {
    float: left;
    margin: 0 0 38px;
    /*min-height: 501px;*/
    width: 280px;
}
.imgRight_silverelement {
    position: relative;
    /* top: -47px; */
}
.Mob_banner{
    display: none;
}

/**************FOR ALL HORIZONTAL BANNER**************/
.Horizontal .Inner_page {
    border: medium none;
}
.Horizontal .Inner_page .breadcrumbs ul {
    text-align: center;
}

/**************CONTACT US**************/
.contact_form {
    margin: 61px 0 0;
}
.contact_form form {
    margin: 18px 0 0;
}
.contact_form .form-group label {
    padding-left: 0;
}
.contact_form .form-group input{
    height: 32px;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 0 0 0 10px;
}
.contact_form .form-group {
    margin-bottom: 21px;
    position: relative;
}
.contact_form .form-group:after{
    content: "";
    display: block;
    clear: both;
}
.contact_form .form-group .control-label, .contact_form .form-group a{
    color: #000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}
.contact_form .form-group textarea {
    height: 111px;
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    resize: none;
    padding: 10px;
}
.captcha > #wdm-nocapt-recapt-id-recaptcha-39 {
    float: right;
}
.contact_form .submit_button .btn-primary {
    background: #1a4c6d none repeat scroll 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 11px;
    padding: 10px 35px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    border: medium none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

/*CHECKBOX*/
.checkbox_newsletter {
    margin: 18px 0;
}

.submit_button .your-newsletter {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.submit_button .your-newsletter + label.css-label {
    padding-left: 25px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    line-height: 19px;
    vertical-align: middle;
    cursor: pointer;
}

.submit_button .your-newsletter.checked + label.css-label {
    background-position: 0 -17px;
}

.submit_button label.css-label {
    background-image: url("../images/checkbox-cnt.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.address a{
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.address a:hover{
    font-size: 15px;
    font-weight: 500;
    color: #74A2D6;
    text-decoration: none;
}

div.wpcf7 .ajax-loader{
    margin:18px 0px 0px -18px !important;
    position: absolute;
}
/**************FOOTER**************/
footer {
    margin: 50px 0;
    padding: 0;
    clear: both;
}

.footer-top {
    margin: 0 0 15px;
    padding: 30px 0 15px 0;
    border-top: 1px solid #7F7F7F;
    border-bottom: 1px solid #7F7F7F;
    text-align: center;
}

.footer-top ul {
    margin: 0;
    padding: 0 0 0 28px;
    list-style: none;
    display: block;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 767px){
    .footer-top ul{
        top: 0;
    }
    .footer-top ul li{
        margin-right: 15px!important;
    }
    /* .input-area{
        left: -45px;
    } */

}


.footer-top ul li {
    display: inline-block;
    margin: 0 35px;
}

.footer-top ul li a {
    color: #363636;
}

.input-area {
    max-width: 420px;
    display: block;
    position: relative;
    float: right;
    width: 100%;
}

.input-area .form-control {
    width: 100%;
    border: 1px solid #656869;
    height: 40px;
    padding: 0 100px 0 7px;
    display: inline-block;
    line-height: 40px;
    color: #a4a4a4;
    border-radius: 0;
    box-shadow: none;
}

.input-area .form-control:focus {
    box-shadow: none;
}

.submit-btn {
    display: inline-block;
    padding: 0 15px;
    background: #1c4d6c;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.es_textbox_button{width: auto !important;}
.submit-btn:hover {
    opacity: .9;
}

.footer-bottom {
    color: #919191;
    text-transform: uppercase;
    font-size: 12px;
}


/*12.5.2017*/
.wpcf7-not-valid-tip{
	clear: both;
}
.contact_form span.wpcf7-not-valid-tip{
	clear: both;
	text-align: right;
}
.leftpanelform .span.wpcf7-not-valid-tip{
	text-align: right;
	clear: both;
}
.shp_account .span.wpcf7-not-valid-tip{
	clear: both;
}
/* fixes */
.all-list-class>ul>li{
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 0 19px 0 0;
}
.all-list-class>ul>li h5{
    font-weight: bold;
    font-size: 19px;
}
.all-list-class h4 {
    color: #28536F;
    padding: 20px 0 10px;
    text-transform: uppercase;
    font-size: 20px;
}

@media screen and (max-width: 1200px){
    .all-list-class > ul > li{
         width: 49%;
    }

}
@media screen and (max-width: 767px){
    .all-list-class > ul > li{
         width: 100%;
         padding-left: 5px;
    }

}
/**********************MEDIA QUERY**********************/

@media screen and (min-width: 1302px){
    .page-id-5 .All_list_items ul li.listdiv {
        width: 210px;
    }
}
@media screen and (min-width: 1322px){
    .page-id-5 .All_list_items ul li.listdiv {
        width: 217px;
    }
}
@media screen and (max-width: 1300px){
    .All_list_items ul li.listdiv {
        width: 33% !important;
        display: inline-block;
        vertical-align: top;
    }
.main-area #navbar .navbar-nav li a {
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}.main-area #navbar .navbar-nav li .dropdown-menu li a{font-size:12px;}
.main-area #navbar .navbar-nav li .dropdown-menu {
  padding: 0 0 0 5px;
}
.videoicon{
    background: url("../images/video-icon-sm.png") no-repeat 0 0;
    height: 58px;
    top: 50%;
    bottom:50%;
    /*width: 58px;*/
}

/**************DEMAND**************/
.country_production ul li {
    width: 28%;
}

/**************TABLE INVESTMENT**************/
.investor_table .table_inn {
    overflow-x: scroll;
}

/**************SILVER THE ELEMENT**************/
.page-silverthe_element .All_list_items ul li.listdiv {
    float: none;
    margin: 0 0 29px;
    min-height: inherit;
    width: 100%;
}
.required_field span{
    font-size: 12px;
}
.publication-form .shipping_info label.radio_option {
    margin: 0;
}

label.radio_option {
    float: none;
    width: 100%;
}
.publication-form .shipping_info p {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 10px;
}

/**************SILVER PUBLICATION FORM**************/
.publication-form .textinput {
    width: 100%;
}
.publication-form .public, .publication-form .amnt_enc {
    float: left;
    width: 100%;
}
.publication-form .leftpanelform {
    padding-right: 19px;
}
.publication-form .shipping_info {
    padding-left: 5px;
}

}

@media screen and (max-width: 991px){
     .All_list_items ul li.listdiv {
        display: block;
    }
.main-area #navbar .navbar-nav li .dropdown-menu li a{
    font-size: 11px;
    line-height: 18px !important;
}
.home-cat-img h2 {
    font-size: 20px;
}
.home-cat-img p {
    color: #fff;
    font-size: 13px;
}
.search-area input {
    width: 95%;
    padding-left: 25px;
}
/**************ABOUTL**************/
.page-about ul li {
    font-size: 14px;
    line-height: 24px;
}

footer .footer-top ul{
    margin: 20px 0;
}

/**************CONTACT US**************/
.contact_form .submit_button .btn-primary {
    padding: 10px 16px;
}
.contact_form .col-md-9 {
    padding-left: 0;
}

/**************INVESTMENT**************/
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
	    display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */

    #no-more-tables tr:after {
        content: " ";
        border: 1px solid #dcdcdc;
        height: 100%;
        width: 1px;
        display: block;
        position: absolute;
        top: 0;
        right: 40%;
    }

	#no-more-tables thead tr {
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
	}

    #no-more-tables thead tr:after {
        content:  " ";
        border: 1px solid #000000;
    }

	#no-more-tables tr {
	    border: 1px solid #ccc;
        position: relative;
	}

	#no-more-tables td {
        font-size: 12px;
        line-height: 26px;
	    position: relative;
	    padding-left: 60%;
	    white-space: normal;
	    text-align: center;
        border: none;
	}

    #no-more-tables td:first-child{
        line-height: 16px;
    }

	#no-more-tables td:before {
	    /* Now like a table header */
	    position: absolute;
	    /* Top/left values mimic padding */
	    top: 6px;
	    left: 6px;
	    width: 45%;
	    padding-right: 10px;
	    /*white-space: nowrap;*/
	    text-align: left;
	    font-weight: bold;
        line-height: 15px;
	}
	/*
	Label the data
	*/

	#no-more-tables td:before {
	    content: attr(data-title);
        font-size: 12px;
        font-weight: 500;
	}

    .table-condensed.cf tbody tr td img {
        margin: 0 0 0 25px;
    }

}


@media screen and (min-width: 767px){
    /*navigtion menu*/
    .main-area #navbar .navbar-nav li .dropdown-menu{
        margin-bottom: 10px;
    }
    .main-area #navbar .navbar-nav > li:hover ul{
        display: block !important;
        transition-duration: 2s;
    }
    .main-area #navbar .navbar-nav li.current-menu-parent ul.dropdown-menu{
        display: block !important;
    }
}

@media screen and (max-width: 767px){
    .Desk_Indisc{
        display: none;
    }
.imgRight_silverelement{
    display: none;
}
/*MAIN AREA*/
.main-area{
    position: relative;
}
/*search*/
.search-area {
    background: #F4F4F4;
    bottom: 0;
    left: 0;
    margin: 38px 0 0;
    position: relative;
    border-top: 1px solid #e5e5e5;
}
.search-area .srch-btn {
    left: auto;
    right: 10px;
}
.search-area input {
    width: 85%;
    background: transparent;
    border: medium none;
    padding-left: 15px;
    padding-right: 40px;
}
.main-area #navbar .navbar-nav li .dropdown-menu li {
    padding: 0 0 0 30px;
}
/*CUSTOM NAV MOBILE*/
.main-area .top-header {
    position: relative;
    margin: 29px 0;
    z-index: 99;
}
.main-area .top-header a img{
    width: 236px;
    float: left;
}
.main-area .custom-nav {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 99;
    border: none;
}
.main-area .custom-nav .navbar-collapse{
    width: 100%;
    background: #fff;
}
.main-area .custom-nav .navbar-toggle {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}
.custom-nav .navbar-toggle .icon-bar{
    background: #656668 none repeat scroll 0 0;
    border-radius: 0;
    height: 3px;
    width: 33px;
    margin-top: 3px;
}
.main-area #navbar .navbar-nav li.partition, .main-area #navbar .navbar-nav{
    margin-top: 0;
}
.main-area #navbar .navbar-nav li {
    border-top: 1px solid #E5E5E5;
}
.main-area #navbar .navbar-nav li a {
    font-size: 14px;
    padding: 12px 0;
    position: relative;
}
.main-area #navbar .navbar-nav li.dropdown::before {
    background: #E5E5E5;
    content: "";
    height: 40px;
    position: absolute;
    right: 45px;
    top: 0;
    width: 1px;
}
.main-area #navbar .navbar-nav li a.dropdown-toggle .caret{
    float: right;
    background: url("../images/menu-plus.png") no-repeat right center;
    width: 20px;
    height: 18px;
    margin-right: 10px;
    border: none;
}
.main-area #navbar .navbar-nav li.dropdown.open a.dropdown-toggle .caret{
    float: right;
    background: url("../images/menu-cross.png") no-repeat right center;
    width: 20px;
    height: 18px;
    margin-right: 10px;
    border: none;
}
/*RIGHT PART*/
.right-part {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    border: none;
}
.body-cat-banner{
    padding-left: 0;
}
.body-cat-banner li {
    margin: 0 0 7px;
    width: 100%;
}
.mobile-heading{
    width: 100%;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 28px 0 15px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
}
.mobile-heading h2{
    font-size: 11px;
    color: #000;
    margin: 0;
}
.home-cat-img figcaption {
    bottom: 10px;
    padding: 0 29px;
}
.home-cat-img h2 {
    font-size: 22px;
    margin-bottom: 0;
}
.main-area .custom-nav #navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.main-area .custom-nav #navbar .navbar-nav{
    padding-left: 15px;
    padding-right: 15px;
}

/**************BREADCRUMBS**************/
.breadcrumbs{
    display: none;
}
.mobile-heading .breadcrumbs{
    display: block;
}
/**************ABOUT**************/
.Inner_page {
    border-top: medium none;
    padding-left: 0;
}
.Inner_page h3{
    font-size: 19px;
}
/*
.Inner_page h2{
    display: none;
}
*/
.All_list_items h4 {
    font-size: 18px;
}
.All_list_items {
    margin-top: 31px;
}
.All_list_items > ul {
    margin: 17px 0 0;
}
.page-about .right-image img {
    display: none;
}
.Mob-inner-about-image{
    margin-bottom: 13px;
    display: block;
}
.Mob-inner-about-image > img {
    padding: 0 25px;
}
.All_list_items ul li.listdiv:last-child{
    margin-bottom: 37px;
}

/**************DEMAND**************/
.country_production ul li {
    margin: 0 0 22px 0;
    width: 100%;
}
.country_production ul li:last-child{
    margin-left: 0;
}
.country_production p {
    margin-top: 0;
}

/**************INDISPENSABLE SILVER ESSENTIAL**************/
.page-indispensable > .right-image > img, .page-silverthe_element > .right-image > img{
    display: none;
}
.Mob_Indisc{
    display: block;
}
.page-indispensable .right-image .Mob_Indisc img{
    padding: 0;
}

/**************INVESTMENT**************/
.page-investment > .right-image >img{
    display: none;
}
.investment-Mob{
    display: block;
}
.page-investment img {
    padding-top: 0;
    margin-bottom: 15px;
}
.investor_table .table_inn h3 {
    padding-bottom: 10px;
}
/* Zebra striping */
.investor_table tr:nth-of-type(odd) {
   background: #eee;
}
.investor_table td, .investor_table th {
    border: medium none;
}
.investor_table .table_inn {
    margin-bottom: 10px;
}
.broker{
    display: none;
}

/**************OUR MEMBERS**************/
.page-silverthe_element .right-image img {
    /*padding: 38px 25px 12px;*/       
}

/**************PRESS RELEASES**************/
.press_graph img {
    margin-bottom: 17px;
    margin-top: 2px;
}
.addrs {
    margin-bottom: 17px;
}

/**************NEWS RELEASES**************/
 .Main_Page .page-news .padding-zero {
    padding-left: 0;
    padding-right: 0;
}
.Main_Page .page-news .padding-zero h3, .Main_Page .page-news .padding-zero .button_order, .Main_Page .page-news .padding-zero .Post_List li span, .Main_Page .page-news .padding-zero .Post_List li p, .Main_Page .page-news .padding-zero .Post_List li .readbutton{
    padding-left: 15px;
    padding-right: 15px;
}

/**************PRICE HISTORY**************/
.page-pricehistory .history-Mob img{
    display: block;
    margin: 0 auto;
}
.page-pricehistory > .right-image > img {
    display: none;
}
.graph-img span {
    font-size: 13px;
}
.history-Mob {
    margin-bottom: 22px;
}
.graph-img {
    margin: 0 auto 29px;
}
.page-yearhistory > .right-image > img {
    display: none;
}

/**************YEAR PRICE HISTORY**************/
.history-Mob > img {
    display: block;
}

/**************SILVER THE ELEMENT**************/
.Mob_banner{
    display: block;
}

/**************CONTACT US**************/
.page-contactus .address h3 {
    margin: 10px 0 0;
}
.contact_form {
    margin: 28px 0 0;
}
.contact_form form {
    margin: 11px 0 0;
}
.checkbox_newsletter {
    margin-left: 0;
    padding-top: 6px;
}
.contact_form .submit_button .btn-primary {
    margin: 0;
}
.page-contactus .right-image {
    margin: 40px 0 12px;
}
.page-contactus .right-image img{
    padding: 0 25px;
}

/**************SILVER THE ELEMENT**************/
.publication-form p {
    margin: 4px 0 11px;
}
.publication-form .textinput {
    width: 73%;
}
.publication-form span.span {
    margin: 6px 0 0;
}
label.radio_option input {
    margin: 5px 8px 0 0;
}


label.radio_option {
    float: left;
    width: 50%;
}
.publication-form .leftpanelform .row .form-group .col-md-6:last-child label.radio_option:first-child{
    width:  40%;
}
.publication-form .leftpanelform .row .form-group .col-md-6:last-child label.radio_option:last-child{
    width:  60%;
}
.publication-form #public, .publication-form #amnt_enc {
    margin-bottom: 19px;
}
.publication-form strong {
    margin-top: 23px;
}
.publication-form .shipping_info h3 {
    font-size: 24px;
    margin-bottom: 14px;
}
.publication-form .shipping_info {
    margin-top: 29px;
}
.publication-form .shipping_info p {
    font-size: 15px;
}
.shp_account {
    display: inline-block;
    margin-top: 22px;
}
.publication-form .shipping_info label.radio_option {
    margin: 10px 0 0;
}
.shp_account {
    width: 100%;
}
.publication-form .textinput {
    width: 100%;
}
.required_field h3 {
    font-size: 24px;
}
.required_field {
    margin: 30px 0 0;
}
.required_field span {
    font-size: 15px;
}
.reQ_field {
    padding: 13px 0 0;
}
.Billing_info {
    margin-top: 50px;
    margin-bottom: 50px;
}
.checkbox_purchase {
    margin: 15px 0 0;
}
.Billing_info ul {
    margin: 40px 0 0;
}
.Billing_info .Purch-btn {
    padding: 6px 28px;
}
.Billing_info .Canc-btn {
    padding: 6px 28px;
}
.Billing_info input.css-checkbox[type="checkbox"] + label.css-label {
    font-size: 14px;
    line-height: 16px;
}

/**************FOOTER**************/
footer {
    margin: 14px 0 0;
    padding: 0;
}
.footer-top {
    padding: 0 0 19px;
    text-align: left;
}
.footer-top ul li {
    margin: 0 0 14px;
}
.footer-top ul li:last-child{
    margin-bottom: 12px;
}
footer .footer-top ul {
    margin: 20px 0 0;
}
.footer-bottom, .footer-bottom .text-right{
    /*text-align: center;*/
}
/**** 30-05-2017*****/
.yeartab_list li a:hover,.yeartab_list li.active a{
    color:#9f9f9f;
}
.yeartab_list li a.inner_active:hover,.yeartab_list li.active a.inner_active{
    color:#19456b;
}
/**** 30-05-2017*****/
}


@media screen and (max-width: 475px){
    .All_list_items .listdiv h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .main-area #navbar .navbar-nav li .dropdown-menu li a {
        font-size: 12px;
    }
    ul.yeartab_list li{
        padding-left:  30px;
        padding-right:  30px;
        line-height: 25px;
    }
    .All_list_items ul li.listdiv {
        width: 100% !important;
        min-height: 120px;
        margin: 0 0 20px;
    }
    .All_list_items ul li {
        padding-right: 12px;
    }
    .All_list_items ul li a{
        font-size: 13px;
        line-height: 20px;
    }
    /**************DEMAND**************/
    .country_production ul li {
        margin: 0 0 22px 23px;
        width: 45%;
    }

    .page-about-the-institute .All_list_items ul li.listdiv{
        width: 50% !important;
    }

}

/*15-05-2017*/
.footer-top .es_shortcode_form .es_msg {
    position: absolute;
}
.publication-form .textinput {
  margin-bottom: 0;
}
.Inner_page .publication-form .form-group,
.Inner_page .required_field .form-group {
    overflow: hidden;
}
.publication-form .textinput,
.required_field input {
  margin-bottom: 5px;
}
.your-country {
    display: block !important;
}
@media screen and (max-width: 991px){
  .leftpanelform {
    border: none;
  }
  .footer-top .es_shortcode_form .es_msg {
      position: static;
  }
}
@media screen and (max-width: 767px){
  .required_field .wpcf7-form-control-wrap {
      display: block;
  }
}

/*---css added as on 16.06.2016---*/

.right-part{
    min-height: 850px;
}
@media only screen and (min-width: 1024px) and (max-width: 1222px){
    .contact_form .col-sm-12.col-md-8.col-md-offset-4.submit_button {
        margin: 0;
        width: 100%;
    }

    .checkbox_newsletter{
        position: relative;
        float: right;
        margin-right: 10px;
    }

    .right-part{
        min-height: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px){
    .contact_form .col-sm-12.col-md-8.col-md-offset-4.submit_button {
        margin: 0;
        width: 100%;
    }

    .checkbox_newsletter{
        position: relative;
        float: right;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (max-width: 767px){
    .right-part{
        min-height: inherit;
    }
    .table_inn a {
        word-wrap: break-word;
    }
    #no-more-tables td:first-child {
        margin-bottom: 15px;
    }
    .table-condensed.cf tbody tr td img {
        margin: 0;
    }

    .captcha > #wdm-nocapt-recapt-id-recaptcha-39{
        float: none;
    }

    .publication-form .leftpanelform .textinput{
        width: 70%;
    }

    .publication-form .leftpanelform span.span{
        color: #337ab7;
    }

    .main-area #navbar .navbar-nav li:last-child{
        border-bottom: 1px solid #E5E5E5;
    }
}
/*---css added as on 16.06.2016---*/

.search-area{
        width: 86%;
    }

    .search-area input[type="text"]{
        width: 100%;
    }

/*css added as on 18.04.2017---*/

@media only screen and (max-width: 1400px) and (min-width: 768px){
    .Inner_page{
        padding-left: 35px;
    }

    .right-part{
        padding: 0;padding-bottom:47px;
    }

    .Main_Page .container{
        padding: 0 35px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 1024px){

    .search-area{
        width: 86%;
    }

    .search-area input[type="text"]{
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .search-area{
        width: 100%;
    }
}
@media screen and (max-width: 1260px){
	.page-id-5 .All_list_items ul li.listdiv.listfr {
	    float: left;
	    width: 250px;
	    padding: 0 15px 0 0;
	}
}
@media screen and (max-width: 510px){
	.page-id-5 .All_list_items ul li.listdiv.listfr {
	    width: 50%;
	}
}

/*css added as on 22-05-2017---*/


.main-area #navbar .navbar-nav li.current-menu-item a, .main-area #navbar .navbar-nav li.current_page_parent a{
    color:#337ab7;
}

.main-area #navbar .navbar-nav li .dropdown-menu li.current-menu-item a{
     color:#337ab7;
}

.main-area #navbar .navbar-nav li .dropdown-menu li a:hover{
    color: #23527c;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

@media screen and (min-width: 1024px) and (max-width: 1260px){
    .All_list_items ul li.listdiv {
    /*width: 200px;*/
    margin-right: 80px;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    }

    .All_list_items ul li.listdiv ul li{
        padding-right: 0;
    }

    .All_list_items ul li.listdiv:nth-child(4) {
        margin-right: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .All_list_items ul li.listdiv {
    width: 200px;
    margin-right: 16px;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    }

    .All_list_items ul li.listdiv ul li{
        padding-right: 0;
    }

    /*.All_list_items ul li.listdiv:nth-child(3) {
        margin-right: 30px;
    }*/
}

@media screen and (min-width: 1322px){
    .page-id-5 .All_list_items ul li.listdiv {
   /* width: 208px;*/
    margin-right: 76px;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: auto;
    }



    /*---css 01.06.2017---*/
    /*.page-id-5 .All_list_items ul li.listdiv.listfr{
        float: none;
        display: inline-block;
    }

    .page-id-5 .All_list_items ul li.listdiv:nth-child(3){
        width: 250px;
        margin-right: 0;
        position: relative;
        left: 24px;
    }

    .page-id-5 .All_list_items ul li.listdiv:nth-child(2){
        position: relative;
        left: 20px;
    }*/
    /*---css 01.06.2017---*/
}
/******24-05-2017*******/
ul.all_list_invet {
    margin-left: 22px;
}
.caret{
    display: none;
}
.mobilesilver_cls{display: none;}
@media screen and (max-width: 766px){
.caret{
    display: inline-block;
}
.mobilesilver_cls{display: block;}
.desktop_cls{display: none;}
}
@media screen and (max-width: 400px){

    .yeartab_list li a{
        font-size:  11px;
    }
    ul.yeartab_list li {
        padding-left: 18px;
        padding-right: 18px;
    }
    ul.yeartab_list li a:last-child{
        padding-right: 0px;
    }

    #myCarousel .carousel-control{
        width:  25px;
    }

    .footer-bottom .mobile_cls{
        font-size: 11px;
        word-wrap: break-word;
        height: 15px;
        overflow: hidden;
        float: left;
    }
    .footer-bottom .mobile_opt_cls {
        font-size: 11px;
        width: 100px;
        word-wrap: break-word;
        height: 15px;
        overflow: hidden;
        float: right;
    }
}
@media screen and (max-width: 500px){
/******25-05-2017*******/
    .publication-form p{
        line-height: 20px;
    }
    .publication-form strong{
        font-size: 11px;
        display: inline;
    }
    /******25-05-2017*******/
}

/**/
ul.yeartab_list > li{
    text-align: center;
    padding-top: 15px;
    border:  none;
}

ul.yeartab_list li a{
    border-right: 1px solid rgba(134, 134, 134, 0.52);
    padding-right: 5px;
    line-height: 15px;
}
ul.yeartab_list li a:last-child{
    border-right:  none;
}

.carousel-control.left,
.carousel-control.right{
    background-image: none;
}

.glyphicon-chevron-right:before{
    content: ">>" !important;
    color: #000000 !important;
    font-size: 10px;
    text-shadow: none;
}
.glyphicon-chevron-left:before {
    content: "<<" !important;
    color: #000000 !important;
    font-size: 10px;
    text-shadow: none;
}

/*css 01.06.2017---*/

.page-id-5 .All_list_items ul li.listdiv ul li{
        padding-right: 0;
    }

    .page-id-5 .All_list_items ul li.listdiv.listfr{
        margin-right: 0;
    }

    .page-id-5 .All_list_items ul li.listdiv ul li:last-child{
        margin-right: 0;
    }

    page-id-5 .All_list_items ul li.listdiv:nth-child(4n+4){
        margin-right: 0;
    }

    /*.page-id-5 .All_list_items ul li.listdiv:nth-child(2){
        position: relative;
        left: -8px;
    }

    .page-id-5 .All_list_items ul li.listdiv:nth-child(3){
        position: relative;
        left: -8px;
    }*/

@media only screen and (min-width: 1280px) and (max-width: 1367px){
    .page-about-the-institute .All_list_items ul li.listdiv{
        width: auto !important;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding-right: 0;
        margin-right: 53px;
    }

    .page-id-5 .All_list_items ul li.listdiv.listfr{
        float: none;
        width: auto !important;
    }

    .page-id-5 .All_list_items ul li.listdiv.listfr {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px){
    .page-about-the-institute .All_list_items ul li.listdiv{
        width: auto !important;
        float: left;
        margin-right: 120px;
    }

    .page-about-the-institute .All_list_items ul li.listdiv:nth-child(3){
        margin-right: 0;
    }

    .page-id-5 .All_list_items ul li.listdiv.listfr{
        float: none;
        width: auto !important;
    }

    .page-id-5 .All_list_items ul li.listdiv.listfr {
        margin-right: 120px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .page-about-the-institute .All_list_items ul li.listdiv{
        width: auto !important;
        margin-right: 17px;
    }

    .page-id-5 .All_list_items ul li.listdiv.listfr{
        float: none;
    }

    .page-id-5 .All_list_items ul li.listdiv:nth-child(2),
    .page-id-5 .All_list_items ul li.listdiv:nth-child(3)
    {
        left: 0;
    }

    .page-id-5 .All_list_items ul li.listdiv.listfr{
        margin-right: 17px;
    }
}

@media only screen and (max-width: 767px){
    .page-id-5 .All_list_items ul li.listdiv.listfr{
        float: none;
    }
    .page-id-5 .All_list_items ul li.listdiv:nth-child(2),
    .page-id-5 .All_list_items ul li.listdiv:nth-child(3)
    {
        left: 0;
    }

    .page-about-the-institute .All_list_items ul li.listdiv{
        display: inline-block;
    }
    .input-area .cmApp_signupContainer{
        padding: 10px;
    }
}
.Inner_page ul li {
    margin-left: 30px;
}
.readbutton li {
    list-style: outside none none !important;
    margin-left: 0 !important; }
    .Inner_page ul.list-box li{
        margin-left: 0;
    }
    /* .Inner_page .row{
        margin-left: 0;
        margin-left: 0;
    }
    .page-news .col-sm-12.padding-zero {
    padding-left: 0;
}
.page-about {
    margin-left: -15px;
} */
.es_textbox{
    width: 100%;
    border: 1px solid #656869;
    height: 40px;
    padding: 0 100px 0 7px;
    display: inline-block;
    line-height: 40px;
    color: #a4a4a4;
    border-radius: 0;
    box-shadow: none;
}
.es_button{
    display: inline-block;
    padding: 0 15px;
    background: #1c4d6c;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 27px;
}
.es_textbox input {
    background: transparent;
    border: none;
    height: 40px;
    width: 100%;
}
.input-area .es_button{
    padding-top: 0;
    padding-bottom: 0;

}
.input-area  .es_lablebox{
    text-align: left;
}
.es_button input {
    background: transparent;
    border: 0;
}
span.signup {
    position: absolute;
    left: -190px;
    top: 50%;
}
.pvc-holder {
    display: block;
    float: left;
    padding-top: 13px;
}
.row-holder::before, .row-holder::after {
    display: block;
    clear: both;
    content: '';
}
/*-------------Added for bottom Newsletter form---------------*/

.input-area {
    padding: 0!important;
    margin: 0 40px 0 0!important;
    top: -16px;
}
.input-area .cmApp_signupContainer{
    padding: 0!important;
}

.input-area .cmApp_fieldWrap .cmApp_formInput{
    float: left;
}
.input-area .cmApp_fieldWrap .cmApp_formInput input[type="text"]{
    border: 1px solid #656869;
}
.cmApp_signupFormWrapper{
    margin: 0!important;
}
.input-area  .cmApp_formSubmitButton_wrap{
    position: absolute;
    top: 0;
    right: -70px;
}
.input-area .cmApp_formSubmitButton{
    border: 0!important;
    background: #1c4d6c!important;
    padding-left: 15px!important;
    padding-right: 15px !important;
}
.cmApp_formInput{
    width: 90%;
}

.cmApp_errorMsg{
    display: block;
    position: absolute;
    left: 0;
    bottom: -23px;
}


.wpcf7-list-item input[type="checkbox"] {
display: inline-block;
vertical-align: middle;
margin: 0;
height: auto;
line-height: normal;
}
.pricing-details .buy-it {
font-size: 18px;
line-height: 23px;
padding: 10px 0 4px;
color: #fff;
max-width: 344px;
width: 55%;
display: block;
background: #639436;
margin: 0 auto;
text-transform: uppercase;
font-family: 'Univers LT Std';
font-weight: bold;
font-style: normal;
outline: none;
border: 4px solid #639436;
}
@media only screen and (max-width: 990px){
    .input-area{
        max-width: 280px;
    }
    .newsletter{
        float: right;
    }
    .pvc-holder{
        padding-top: 0;
    }
    footer .footer-top ul {
        margin: 12px 0;
    }
}
@media only screen and (max-width: 767px){
    .newsletter {
        float: none;
    }
    span.signup {
        position: static;
        left: 0;
        top: 0;
        display: block;
        text-align: left;
    }
    .input-area{
        margin-right: 0;
        float: left;
        width: 100%;
        max-width: auto;
        position: static;
    }
    .pvc-holder{
        float: none;
    }
    .footer-top ul{
        padding-left: 0;
    }
    .footer-top ul li, .footer-top ul li:last-child{
        display: block;
        text-align: left;
    }
    .cmApp_signupContainer.cmApp_embedded{
        margin: 0 !important;
    }
}






