/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height:auto;
}

body {
    font-family: Prompt;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

hr {
    /*max-width: 50px;*/
    /*border-color: #cccccc;
    border-width: 1px;
    border-style: dotted;*/
    border-top:1px dotted #ccc;
}

hr.light {
    border-color: #fff;
}
.form-inline.row{
    margin-top: 0px;
    margin-bottom: 0px
}
.row{
  /*margin-top: 15px;
  margin-bottom: 15px*/
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

.entry:not(:first-of-type)
{
    margin-top: 10px;
}
a {
    text-decoration: none;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
}
.no-touch a:hover, .touch a.touch, a {
    color: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
}

/*p {
    margin-bottom: 0px;
}*/

.bg-primary {
    background-color: #ffffff;
	color:#000000;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color:#ffffff;
}
.text-faded-black {
    color:#6d6d6c;
}

/*a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}*/

ul{
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    /*padding: 0;*/
    vertical-align: baseline;
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
}

/*section {
    padding: 60px 0;
}*/

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 1px;
}

.navbar-default {
	font-family: 'Tahoma';
    background-color: #ffffff;
    border-color : #000000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#30c1b8 !important;
}
.navbar-default .navbar-header .navbar-brand {
    font-family: 'Tahoma';
   
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
/*    font-size: 20px;*/
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f9b715;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f6581b!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 20px;
    width: 85%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
    background-color: #000000;
    color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    font-family: Prompt,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
    color: #000000;
}
.navbar-nav .open .dropdown-menu{
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 10%, #000000 51%, #000000 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 10%,#000000 51%,#000000 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 10%,#000000 51%,#000000 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

    /*background-color: #cccccc;*/
    border-radius: 0px;
}
.navbar-right {
	margin-right: 0px;
	border-radius: 0px !important;
}
.navbar-toggle {
 margin-top: 17px; 
}
.nav > li > a {
    padding: 5px 10px;
}
.nav-tabs > li > a{
    margin-right: 6px !important;
}
.navbar-default .navbar-toggle {
    border-color: #DDD;
    background-color: #ffffff;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 370px;
}



    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #000000;
		/*font-size:20px;*/
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #ffffff;
        background-color: #000000;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: transparent;
		background-image:url(../images/bg_bar.png);
		box-shadow:0px 0px 8px #afaeae;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f9b715;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #6d6d6c;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #F28571;
    }
@media (min-width: 992px) and (max-width: 1200px) {
	.container { 
width:auto;
}
	}
@media (max-width: 1110px) {    .navbar-header {        float: none;    }    .navbar-toggle {        display: block;    }    .navbar-collapse {        border-top: 1px solid transparent;        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);    }    .navbar-collapse.collapse {        display: none!important;    }    .navbar-nav {        float: none!important;        margin: 7.5px -15px;    }    .navbar-nav>li {        float: none;    }    .navbar-nav>li>a {        padding-top: 10px;        padding-bottom: 10px;    }    .navbar-text {        float: none;        margin: 15px 0;    }    /* since 3.1.0 */    .navbar-collapse.collapse.in {         display: block!important;    }    .collapsing {        overflow: hidden!important;    }

}

@media (min-width: 768px) and (max-width: 990px) {
.container { 
width:auto;
}

  
}

header {
    color: #fff;
    background-position: center; 
    background-attachment: top;

}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
   
 
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
	
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000000;
    opacity: 0;
	background-image:url(../images/bg_bar.png);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;font-family: 'Tahoma';
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    
    font-size: 14px;
  
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 20px;
		    font-family: 'Tahoma';
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 20px;
		    font-family: 'Tahoma';
    }
	
	.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: #000000;
    font-size:16px;
    text-transform: uppercase;
}
	
}


.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f9b715;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/*.btn-default {
    border-color: #ccc;
    color: #000;
    background-color: #ccc;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}*/

.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled.focus, 
.btn-default.focus[disabled], 
fieldset[disabled] .btn-default.focus, 
.btn-default.disabled:active, .btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default.active[disabled], 
fieldset[disabled] .btn-default.active {
    border-color: #ccc !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #cccccc;
    color: #000000;
    background-color: #cccccc;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

/*.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;font-family: 'Tahoma';
    font-weight: 700;
}*/

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}


body, ul[class*="-ch-la"] > li, ol[class*="-ch-la"] > li, div[class*="-gch-la"] > * > li, section[class*="-gch-la"] > * > li, article[class*="-gch-la"] > * > li, aside[class*="-gch-la"] > * > li, footer[class*="-gch-la"] > * > li, [class*="-agch-la"] + * > li, [class*="_ch-bull"] > li {
    list-style-type: none;
}
body, ul[class*="-ch-la"], ol[class*="-ch-la"], [class*="-ch-la"] > ul, [class*="-ch-la"] > ol, [class*="-gch-la"] > * > ul, [class*="-gch-la"] > * > ol, [class*="-agch-la"] + ol, [class*="-agch-la"] + ul, [class*="-agch-la"] + * > * {
    margin: 0;
    padding: 0;
}

[class*="ch-la"]::after, [class*="-agch-la"] + *::after, [class*="-gch-la"] > *::after, .separator::after, .pt-switch::after, .clearfloat::after {
    clear: both;
    content: " ";
    display: block;
}
* + html [class*="-ch-la"], * + html [class*="-agch-la"] + *, * + html [class*="-gch-la"] > *, * + html .separator, * + .pt-switch {
    height: 1%;
}
[class*="-ch-la"] > *, [class*="-gch-la"] > * > *, [class*="-agch-la"] + * > * {
    float: left;
}
[class*="-ch-la"] > *, [class*="-gch-la"] > * > *, [class*="-agch-la"] + * > *, article, figure, section, footer, aside, header, hgroup, .separator {
    display: block;
}
[id="sec-money"] table {
    font-family: tahoma;
    font-size:12px;
    width: 100%;
}
[class*="economics-tab"]::after {
    clear: both;
    display: block;
}
[class*="economics-tab"] > li {
    margin-right: 1px;
}
[class*="economics-tab"] > li > a {
    background: silver none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
[id="tab-exchange"], [id="tab-oil"] {
    height: 306px;
    padding-top: 10px;
}
[class*="economics-tab"] > li > a:hover {
    color: #fff;
    text-decoration: none;
}
[class*="economics-tab"] > li.ui-state-active > a {
    background: #2772af none repeat scroll 0 0;
}
[class*="economics-tab"] > li:first-child a {
    width: 45px;
}
[class*="economics-tab"] > li:first-child + li a {
    width: 63px;
}
[class*="economics-tab"] > li:first-child + li + li a {
    width: 58px;
}
[class*="economics-tab"] > li:first-child + li + li + li a {
    width: 127px;
}
[class*="economics-tab"] > li + li + li + li {
    margin-right: 0;
}
[id="tab-exchange"], [id="tab-gold"], [id="tab-oil"] {
    display: none;
}
[id="tab-settrade"] footer {
    margin-top: 10px;
}
[id="tab-gold"] {
    height: 316px;
}
[id="tab-gold"] footer {
    margin-top: 166px;
}
[id="tab-oil"] footer {
    margin-top: 44px;
}
[id="tab-exchange"] footer {
    margin-top: 100px;
}
[class*="economics-box"] section {
    background-color: #f6f6f7;
    border-top: 2px solid #2772af;
}
[class*="economics-box"] tbody > tr > * + * + * {
    padding-right: 10px;
    text-align: right;
}
[id="tab-exchange"] table tr > td + td, [id="tab-exchange"] table tr > th + th {
    text-align: right;
}
[id="tab-exchange"] table th {
    border-bottom: 1px dotted #636363;
    padding-bottom: 10px;
    padding-right: 10px;
}
[id="tab-exchange"] table td {
    background-color: transparent !important;
    padding: 5px 10px 3px 5px;
}
[class*="economics-box"] tbody > tr > *:first-child {
    padding-left: 10px;
    text-align: left;
}
[class*="economics-box"] tbody > tr:first-child + tr + tr + tr + tr + tr + tr + tr + tr + tr > td, [class*="economics-box"] tbody > tr:first-child + tr + tr + tr + tr + tr + tr + tr > td, [class*="economics-box"] tbody > tr:first-child + tr + tr + tr + tr + tr > td, [class*="economics-box"] tbody > tr:first-child + tr + tr + tr > td, [class*="economics-box"] tbody > tr:first-child + tr > td {
    background: #ededee none repeat scroll 0 0;
}

[id="tabs"] {
    margin-top: 5px;
}
[id="tabs"] section + section table tr > * {
    height: 26px;
}
[id="tabs"] section + section table tr > th {
    font-size: 12px;
}
[id="tab-gold"] h3 {
    color: #444445 !important;
    font-family: tahoma !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding-left: 10px;
}
[id="tab-gold"] tr > th {
    background: #eeeeef none repeat scroll 0 0;
    font-size: 12px;
    text-align: right;
}
[id="tab-gold"] tr > th:first-child {
    text-align: left;
}
[id="tab-gold"] tbody > tr:first-child + tr > td {
    background: #f6f6f7 none repeat scroll 0 0 !important;
}
[id="tab-gold"] tbody > tr:first-child + tr + tr > td {
    background: #eeeeef none repeat scroll 0 0 !important;
}
[id="sec-money"] table caption {
    position: absolute;
    text-indent: -9999px;
}
[class*="top5creditcard"] table tr th {
    background: #fff none repeat scroll 0 0;
    height: 25px;
    vertical-align: top;
}
[id="sec-money"] h3 + footer {
    font-size: 11px;
}
[id="sec-money"] [class*="_ch-grid-4-4-4x"] > div > *:first-child {
    margin-bottom: 10px;
}
[id="tab-exchange"] h3, [id="tab-oil"] h3 {
    left: -9999px;
    position: absolute;
    text-indent: -9999px;
}
[id="tab-oil"] table tr > * + * {
    padding-right: 10px;
    text-align: right;
}
[id="set"] {
    height: 255px;
}
[id="set"] > span > img {
    display: block;
    margin: 7px auto 0;
}
[id="set"] table tr > * {
    height: 18px;
    vertical-align: baseline;
}
[id="set"] table tr > td:first-child {
    width: 19px;
}
[id="set"] table tr > td > b {
    color: #29a11b;
}
[id="tab-settrade"] {
    font-size: 11px;
    height: 316px;
}
[id="tab-settrade"] ~ section table tr > td {
    color: #767677;
    height: 22px;
}
[id="tab-oil"] table tr > td {
    height: 24px !important;
}

[class*="economics-box"] footer {
    background: rgba(0, 0, 0, 0) url("../di/top5creditcard.png") no-repeat scroll -389px -265px;
    font-size: 11px;
    font-family: tahoma;
    height: 35px;
    line-height: 14px;
    padding: 8px 0 5px 10px;
    position: relative;
}
[class*="economics-box"] footer cite {
    color: #878787;
    display: block;
    font-style: normal;
}
[class*="economics-box"] footer time {
    color: #878787;
}
[class*="economics-box"] footer a {
    background: #57bbff none repeat scroll 0 0;
    color: #fff;
    padding: 6px 15px 9px;
    position: absolute;
    right: 10px;
    top: 9px;
}
[class*="economics-box"] footer a:hover {
    text-decoration: none;
}
[class*="economics-box"] [class*="gain"] {
    background-position: 4px -15px;
}
[class*="economics-box"] [class*="loser"] {
    background-position: 4px 5px;
}
[class*="economics-box"] [class*="unc"] {
    background-position: 4px -36px;
}
