@import url(http://fonts.googleapis.com/css?family=Play:400,700);

body {
    font-family: 'Play', sans-serif !important;
    color: #484757;
    background: url(../images/body_pattern.png) repeat top center;
}
h1 {
    color: #323296;
    font-size: 22px;
    margin: 5px 0;
}
.h3, h3 {
    font-size: 20px;
}
h2 {
    color: #323296 !important;
    font-size: 20px !important;
    margin: 15px 0 !important;
    font-weight: bold;
}
strong {
    color: #484757;
    font-size: 14px;
}
p {
    font-weight: normal;
}
.navbar {
    min-height: 100px;
}
.top-space {
    margin-top: 27px;
}
.navbar-inverse {
    background: #fff;
    border-color: #e2e2e2;
    border-top: #323296 solid 5px;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.15);
    padding: 10px 0;
}
.navbar-brand {
    height: auto;
    padding: 0;
}
.country_dropdown {
    background: #cccccc;
    border: 0;
    height: 40px;
    color: #fff;
    text-shadow: none;
    height: 47px;
}
.dropdown-menu {
    min-width: 100%;
}
.fahrenheit-shadow {
    width: auto;
    height: auto;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.41);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.41);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    padding: 10px;
}
.converter_bg {
    background: #e5e5e4;
    border: #f7f7f7 solid 5px;
    text-align: center;
    min-height: 200px;
}
.convert-btn {
    background: #323296;
    border: 0;
    color: #fff;
    text-shadow: none;
    height: 42px;
    width: 116px;
    margin: 10px auto;
    font-style: normal;
}
.convert-btn:hover {
    color: #fff;
}
.frn-text-box {
    width: 140px;
    text-align: center;
    height: 44px;
    border: #d4d4ca solid 1px;
    padding-left: 5px;
}
.botton-container p, .botton-container p img {
    margin: auto;
    text-align: center;
}
.frn-smal-text-box {
    border: 1px solid #d4d4ca;
    height: 44px;
    padding-left: 5px;
    text-align: center;
    width: 102px;
    margin-top: 5px;
}
.stn-ht {
    /*    min-height: 285px;*/
}
.menu {
    margin-top: 10px;
}
.menu ul {
    margin: 0;
    padding: 0;
}
.menu ul li {
    float: left;
    list-style: none;
}
.responsive-menu-view {
    display: none;
}
.desktop-menu-view {
    display: block;
    margin-top: 20px;
}
.adv_720x90 {
    width: 720px;
    height: 90px;
    margin: 40px auto 10px auto;
}

.home-menu {
    margin: auto;
    padding: 0;
}
.home-menu ul li { 
    list-style: none;
    margin:0;
    padding: 10px;
}
.home-menu ul li a:hover { 
    color:#484757;
    text-decoration: none;
}
.home-menu ul li h1 {
    color:#484757;
    text-align: left;
}
.home-menu ul li p {
    color:#484757;
    text-align: left;
}
.desktop-menu-view h1,.desktop-menu-view p  {
    text-align: center;
}
.home-menu ul li:hover{
    background: #e5e5e5;
    padding: 10px;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
}
.home-menu ul li:last-child:hover { 
    background: none;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
.footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 100px;
    background: #fff;
    border-color: #e2e2e2;
    border-bottom: #323296 solid 5px;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.15);
    padding: 43px 0 0;
}
.footer .text-muted {
    text-align: center;
    vertical-align: middle;
}
.top-space-content {
    /*    margin-top: 135px;*/
}
.inner-ctop_color {
    background: #323296;
    height: auto;
    width: 100%;
    padding: 24px 0;
    margin-bottom: 30px;
}
.inner-ctop_color h1 {
    color: #fff;
}
.adv_blocks {
    text-align: center;
    display: block;
}
.adv_blocks img {
    margin: auto;
}
.usuk_align {
    margin:0;
}
.navbar {
    margin-bottom: 0;
}
/* Custom Responsive Fixes*/


@media (min-width: 240px) and (max-width: 800px) {
    .responsive-menu-view {
        display: block;
    }
    /*    .desktop-menu-view {
            display: none;
        }*/
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .nav-tabs li h1 {
        color: #484757;
        font-size: 14px;
        font-weight: bold;
    }
    .nav-tabs li p {
        color: #484757;
        font-size: 11px;
    }
}


.adv_720x90_bottom {
    display: block;
    height: 90px;
    margin: auto;
    text-align: center;
    width: 720px;
}

@media (min-width: 240px) and (max-width: 640px) {

    .adv_720x90_bottom {
        display: none;
    }
}

@media (min-width: 240px) and (max-width: 990px) {
    .adv_720x90 {
        display: none;
    }
    .adv_blocks {
        display: none;
    }
    .navbar-fixed-bottom, .navbar-fixed-top {
        position: relative;
    }
    .tap-space {
        margin: 0;
    }
    .menu {
        margin: 0;
    }
    .top-space-content {
        margin-top: 0;
    }
    .navbar {
        margin-bottom: 0px;
    }
    .inner-ctop_color {
        margin-bottom: 0;
    }
    .table-responsive > .table-bordered {
        border: 1px solid #ddd;
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-top:none !important; 
    }
    .table-responsive {
        border: none;
    }
}
@media (min-width: 480px) and (max-width: 1024px) {
    .frn-text-box {
        width: 100% !important;
    }
    .h3, h3 {
        font-size: 18px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .convert-btn {
        width: auto !important;
        display: inline-block;
    }
}
.right-shadow .active {
    /*                background: url("../images/body_pattern.png") repeat scroll center top rgba(0, 0, 0, 0);*/
    background: #e5e5e4;
    border-radius: 18px;
    color: #fff !important;
    width: 90%;
}
.nav-tabs > li > a:hover {
    background: #e5e5e4;
}
.addthis_native_toolbox {
    text-align: center !important;
    width: 60% !important;
    margin: auto !important;
}
/*new*/

.formula_btn {
    border-right: #ccc 1px solid;
    margin-right: 10px;
    padding: 0 15px 0 0;
}
.lable_txt {
    line-height: 8px;
    margin: 0 !important;
    padding: 10px 0 0;
}
.usuk_align a{padding:0 15px 0 0}

@media (min-width: 240px) and (max-width: 1024px) {
    .frn-smal-text-box {
        width: 100% !important;
    }
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top:none !important; 
}



/*----Responsive classes-------*/

.mobileAdvBanner {
    display: none;
}
.tabAdv {
    display: none;
}
.languageSelecter {
    display: block;
}

@media (min-width: 220px) and (max-width: 640px) {
    .mobileAdvBanner {
        display: block;
    }
    .mobileSubtitle {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .tabAdv {
        display: block;
    }
}
@media (min-width: 220px) and (max-width: 640px) {
    .languageSelecter {
        display: none;
    }
    .top-space {
        margin: 0 0 27px 111px;
    }
}
@media (min-width: 220px) and (max-width: 640px) {
    .frn-text-box {
        width: 100%;
    }
    .convert-btn {
        width: auto;
    }
    .h3, h3 {
        font-size: 17px;
    }
    .home-menu ul li h1 {
        color: #484757;
        font-size: 16px;
        text-align: left;
    }
/*    .converter_bg {
        min-height: 400px;
    }*/
}
