@font-face {
font-family: 'Museo Sans Cyrl 300';
font-style: normal;
font-weight: normal;
src: local('Museo Sans Cyrl 300'), url('../fonts/MuseoSansCyrl_0.woff') format('woff');
}


@font-face {
font-family: 'Museo Sans Cyrl 100';
font-style: normal;
font-weight: normal;
src: local('Museo Sans Cyrl 100'), url('../fonts/MuseoSansCyrl.woff') format('woff');
}

@font-face {
font-family: 'Museo Sans Cyrl 500';
font-style: normal;
font-weight: normal;
src: local('Museo Sans Cyrl 500'), url('../fonts/MuseoSansCyrl_1.woff') format('woff');
}

@font-face {
font-family: 'Museo Sans Cyrl 700';
font-style: normal;
font-weight: normal;
src: local('Museo Sans Cyrl 700'), url('../fonts/MuseoSansCyrl_2.woff') format('woff');
}

/* Custom Styles */
body {
    font-family: 'Museo Sans Cyrl 300';
    margin:0;
    font-size: 11pt;
}



.content {
font-family: 'Museo Sans Cyrl 100';
text-align: justify;
}

strong,.h1,.h2,.h3,.h4,.h5, h1, h2, h3, h4, h5 {
    font-family: 'Museo Sans Cyrl 700' !important;
}

#fixed {
    /*position: absolute;*/
    z-index: 9999999;
    width: 100%;
}

#top a, #crumbs a:hover{

    color: #f24d0c;
    text-decoration: none;
}

.social {
    float: left;
    width:40px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    border-radius: 5px;
}

.fb {
    color: #ffffff;
    background-color:#3b5998;
}

#top .fa-twitter:hover{
    color: #1da1f2;
}

.tw {
    background-color: #1da1f2;
    color: #fff;
}

#top .fa-youtube-play:hover{
    color:#cd201f;
}

.yt{
    background-color:#cd201f;
    color:#ffffff;
}

#top .fa-google-plus:hover {
    color:#dd4b39;
}

.gp {
    color:#fff;
    background-color:#dd4b39;
}

.ing {
    color: #ffffff;
    background-color:#c32aa3;
}

.lin {
    color: #ffffff;
    background-color:#007bb6;
}


#top {
/*    background: #ffffff;*/
    color: #f24d0c;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Museo Sans Cyrl 500';
    background: url(../../images/white-overlay.png);
}

#top .container-nav {
/*    border-bottom: 2px solid #f24d0c; */
}

#top .sect-1 {
/*    border-left: 1px solid #f24d0c;*/
    /*width: 300px;*/
}

#top span {
    margin: 0px 10px 0px 10px;
}

#top span:last-child {
    margin-right: 0px;
}

#top .links .dropdown > a{
    margin: 0 30px;
    float: left;
    height: 55px;
    padding-top: 20px;
    font-size: 11pt;
    font-weight: bold;
/*    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);*/
}

#top .links a:last-child {
/*    margin-right: 50px;*/
}

#top .links .active, #top .links .active > a{
    background: #f24d0c;
    color: #ccc;
}

#top .links .dropdown > a:hover{
/*
        background: #f24d0c;
    color: #fff;
*/
}

#top .sect-1 a{
    /*color: #3f3f3f;*/
}

.btn-round-lg{
border-radius: 22.5px;
}

.btn-round{
border-radius: 17px;
}

.btn-round-sm{
border-radius: 15px;
}

.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}

#body .btn-page {
    min-width: 200px;
}

.btn-page {
    background:  #f24d0c;
    color: #ffffff !important;
}

.page-outline {
    border: 1px solid #f24d0c;
    min-width: 80px;
    color:  #f24d0c;
}


.btn-page-outline {
    border: 1px solid #f24d0c;
    min-width: 80px;
    color:  #f24d0c;
}

.btn-page-outline:hover {
 color: #ffffff;
 background: #f24d0c;
}

.btn-white {
    border: 1px solid #ffffff;
    min-width: 100px;
    color:  #ffffff;
}

#breadcrumbs {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #efefef;
}

.active-crumb {
    font-family: 'Museo Sans Cyrl 100';
}

#brand {
    background: #ffffff;
    padding: 20px 0px 20px 0px;
}

#navbar {
/*     position: absolute;
    top:55px;
    left: 345px;
   width: 100%;*/
/*    z-index: 999999;
        margin-top: 55px;
    margin-left: 500px; */
    font-family: 'Museo Sans Cyrl 700';

    border-radius: 0px;
/*    padding: 15px 0 15px 0;*/
}

#navbar .container {
/*
    padding-top: 20px;
    padding-bottom: 20px;
*/
    color: #ffffff;
}

#navbar .nav > li a {
/*    text-transform: uppercase;*/
    color:#888;
    margin-right: 0;
/*    margin: 0 10px 0 10px;*/
}

#navbar .nav > li > p {
    padding: 10px 10px 10px 15px;
    font-weight: bold;
    font-family: 'Museo Sans Cyrl 300';
/*    border-top: 1px solid #fff;*/
}



.nav a .caret {
    color:#767676;
    margin-left: 5px;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

#navbar .nav .open > a, .nav .open > a:hover {
    border-bottom: 2px solid #f24d0c;
}

#navbar .nav > li > a:hover, .nav > li > a:focus {
    background: none;
    border-bottom: 2px solid #f24d0c;
    color:#f24d0c;

}

#navbar .nav a:last-child {
    margin-right: 10px;
}

.dropdown {
    float:left;
    position: inherit;
}

.dropped-menu {
    position: absolute;
    display: block;
/*    background: url('../../images/overlay-light.png');*/
    left: 0px;
    z-index: 1;
}

.dropdown-menu {
    background: #666;
    z-index: 99;
}

.dropdown-submenu {
    position: absolute;
    display: none;
    float:left;
    width: 100%;
    min-width: 450px;
    overflow:visible;
    background: #fff;
    padding: 20px 20px;
    border-radius: 0px 0px 10px 10px;
/*
    border-top: 2px solid #f24d0c;
    border-right: 2px solid #f24d0c;
    border-bottom: 2px solid #f24d0c;
*/
    color: #f24d0c;
}

#navbar .nav > li > .dropdown-submenu > a:first-child {
    margin-left: 0px;
}

#navbar .nav > li > .dropdown-submenu > a {
    color: #f24d0c;
/*    padding-right: 11px;*/
/*    margin-left: 10px;*/
    line-height: 3em;
    font-weight: normal;
/*    border-right: 1px solid #ccc;*/
}

#navbar .nav > li > .dropdown-submenu > a:last-child {
    padding-right: 0px;border-right: 0px;
}

.solidBg {
    background: #f24d0c !important;
}

.solidBg .nav > li > a:hover, .solidBg .nav > li > a:focus {
    color: #333333;
    background: #e1e1e1;
    border-bottom: 0px;
}

#search {
    padding: 15px 0 10px 0;
}

.search-input {
   /* visibility: hidden; */
    width:100%;
    border: 0;
    background: none;
    border-bottom: 1px solid #ffffff;
    font-family: 'Museo Sans Cyrl 100';
    /*transition: width 0.2s, visibility 0.2s ease-in;*/
    color: #ffffff;
}

.search-input:focus, #footer input:focus, #footer button {
    outline: none;
}

.search-input::-webkit-input-placeholder , .search-input::-moz-placeholder, .search-input:-ms-input-placeholder{
  color: #ffffff !important;
}

.search-area {
    margin-top: 15px;
}

.search {
    cursor: pointer;
}

/*

.search:hover + span > input.search-input, .search-area:hover span > input.search-input {
    visibility: visible;
    width:100%;
}
*/

.banner {
/*    color:#f24d0c;*/
    color: #ffffff;
    font-size: 18px;
    height: 700px;
/*    margin-top: 65px;*/
    font-weight: bold;
}

.overlay{
    background: url('../../images/overlay_left3.png') repeat-y;
    float: left;
    width: 100%;
    height: 100%;
}
#banner-creditcard {
  background: url('../../images/placeholdercredit.jpg') no-repeat center fixed;
  /*  background: url('../../images/placeholdercredit1.jpg') no-repeat center fixed;*/
    height:100%;
    background-size: cover;
}

#newloanbanner {
  background: url('../../images/websitebannerapril.jpg') no-repeat center fixed;
  /*  background: url('../../images/placeholdercredit1.jpg') no-repeat center fixed;*/
    height:100%;
    background-size: cover;
}

#banner-0 {
  background: url('../../images/iwd2019.jpg') no-repeat center fixed;
  /*background: url('../../images/newpageeaseloanbanner.jpg') no-repeat center fixed;*/
  /*background: url('../../images/placeholderease.jpg') no-repeat center fixed;*/
    /*background: url('../../images/placeholderpageease.jpg') no-repeat center fixed;*/
    height:100%;
    background-size: cover;
}
#christmasbanner {
  background: url('../../images/happynewyearfrompage.jpg') no-repeat center fixed;
  /*background: url('../../images/newpageeaseloanbanner.jpg') no-repeat center fixed;*/
  /*background: url('../../images/placeholderease.jpg') no-repeat center fixed;*/
    /*background: url('../../images/placeholderpageease.jpg') no-repeat center fixed;*/
    height:100%;
    background-size: cover;
}

#banner-investment {
    background: url('../../images/placeholderinv.jpg') no-repeat center fixed;
    height:100%;
    background-size: cover;
}

/*#banner-landing {
    background: url('../../images/placeholderlanding.jpg') no-repeat left fixed;
    background-size: cover;
    height: 100%;
}*/

#banner-2 {
    background: url('../../images/placeholders7.jpg') no-repeat left fixed;
    background-size: cover;
    height: 100%;
}

#banner-3 {
    background: url('../../images/placeholders4.jpg') no-repeat center fixed;
    background-size: cover;
    height: 100%;
}

#banner-4 {
    /*background: url('../../images/placeholders12.jpg') no-repeat left fixed;*/
      background: url('../../images/placeholderstransactonyourphone.jpg') no-repeat left fixed;
    background-size: cover;
    height: 100%;
}

#banner-5 {
    background: url('../../images/placeholderspaydayisbae.jpg') no-repeat center fixed;
    background-size: cover;
    height: 100%;
}


#banner-10 {
    background: url('../../images/placeholderlanding.jpg') no-repeat center fixed;
    background-size: cover;
    height:100%;

}

.carousel-player {
  position: absolute;
  bottom: 0px;
  z-index: 999999999;
    width: 100%;
  color: #ffffff;
    font-family: 'Museo Sans Cyrl 700';
  list-style: none;
  margin-bottom: 0px;
/*    border-bottom: 1px solid #cccccc ;*/
    text-align: left;
    font-weight: bold;
    font-size: 16pt;
/*    background: url('../../images/grey-overlay.png');*/
}

.carousel-player .container {
    /*background: #f24d0c;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.carousel-player a{
    color: #ffffff;
    text-decoration: none;
    margin: 10px;
}

.carousel-fade .active.left {
        left:0;
        opacity:0;
        -webkit-transition: opacity 1s; /*time < to $.carousel.interval setup */
        -moz-transition: opacity 1s;
        -ms-transition: opacity1s;
        -o-transition: opacity 1s;
        transition: opacity  1s;
        z-index:2;

}

.carousel-fade .next {

    left:0;
    opacity:1;
    z-index:1;
}

.page-fill{
    fill: #000000;
}

svg {
    fill:#fff;
}

.banner-body {
    margin-top: 200px;
/*    background: url('../../images/grey-overlay.png');*/
    padding: 10px 30px;
    font-size: 30px;
    font-family: 'Museo Sans Cyrl 700';
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .8);
    font-weight: bold;
    z-index: 99999;
}

.banner-body .btn{
/*    margin-left: 10px;*/
    margin-top: 20px;
/*    text-transform: capitalize;*/
}

.banner h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
}

/* Animation delays */
.banner-body h1:first-child {
	animation-delay: 1s;
}
.banner-body h1:nth-child(2) {
	animation-delay: 2s;
}
.banner-body div {
	animation-delay: 2s;
}

/*
Reveal on scroll */
.wow { visibility: hidden; }


#page-title {
    background: url('../../images/hd_01.jpg') no-repeat center;
    background-size: cover;
    padding: 30px 0 30px 0;
    font-size: 22px;
}

#page-banner {
    padding-top: 100px;
    background: no-repeat center;
    background-size:cover;
}

#faqs-panel {
    background: url('../../images/cityscape.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    min-height:100px; overflow: visible;
}


.faqs-panel-body {
    padding: 20px;
}

#blog-banner {
    background: url('../../images/bg1.jpg');
    padding-top: 70px;
    color: #ffffff;
    font-family: 'Museo Sans Cyrl 700';
}

#blog-nav {
    font-size: 10pt;
}


#blog-nav cite, .post-content cite, cite {
    font-size: 10pt;
    color: #a0a0a0;
}

.post-content {
    text-decoration: none;
    color: #000000;
}

#blog-nav hr {
    margin:10px 0 20px 0;

}

.blog-tag {
    padding: 5px 15px;
    margin:5px;
    float: left;
    border: 2px solid #efefef;
}

.blog-highlight {
    background: center no-repeat;
    background-size: cover;
    width: 100%;
    padding:0px;
}

.blog-image {
    background: center no-repeat;
    background-size: cover;
    width: 100%;
    padding:0px;
    height: 400px;
}

.blog-highlight .body {
    background: url('../../images/grey-overlay.png');
    min-height: 300px;
    width:100%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    padding: 10% 0;
}

.larger {
    font-size: large;
    font-weight: bold;
}

.page-banner-body {
    min-height: 350px;
}
#page-banner .btn {
    position: relative;
    bottom: 50px;
}

#inner-body {
    padding: 30px 0 70px 0;
}

#inner-body strong, #inner-body b {
    color: #f24d0c;
}

#info {
    background: #818154;
    color: #ffffff;
    padding:15px 0 15px 0;
}

#body {
    background: url('../../images/bg1.jpg');
    padding: 100px 0px 50px 0px;
    color: #ffffff;
}

#body .body-heading {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

#body .body-heading-sm {
    font-size: 25px;
}

#body .body-heading strong{
    color: #f24d0c;
}

#body img {
    margin-bottom: 20px;
    margin-top: 20px;
}

#body .content img {
    margin-top: 0px;
}

#body .page-text {
    color: #000000;
}

#body .grid img {
    margin:0;
}

#body .grid-label p {
/*    text-align: center;*/
}

#body .grid a, #body .grid a:hover {
    color: #000000;
    text-decoration: none;
}

#body .grid .grid-label, #body .grid .grid-label-2 {
    background: #fff;
    padding: 15px;
    font-family: 'Museo Sans Cyrl 700';
    text-align: center;
    border: 2px solid #efefef;
    margin-bottom: 10px;
    position: relative;
    top: -30px;
}

#body .grid .grid-label-2{
    border:0px;
    border-bottom: 2px solid #efefef;
    text-align: left;
    padding-left: 0px;
    padding-right:0px;
}

#body .grid:hover + .grid-label {
    background:#fcf6e2;
}

#body .extra {
    padding: 30px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-top: 20px;
    margin-bottom: 20px;
}

#body .stack a h3, #body .stack a h3:hover {
	color: #000000;
	text-decoration: none;
}

.info-box {
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-left: 2px solid #acac75;
    padding: 30px;
    text-align: justify;
}


.strips {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.strips strong {
    font-family: 'Museo Sans Cyrl 700';
    font-size: larger;
}

.strips .col-xs-4, .strips .col-xs-8 { padding: 0;}

#body h4 {
    margin-bottom: 20px;
}

.vertical-nav {

}

#calculator {
/*    background: url('../../images/bg1.jpg');*/
    background-attachment: fixed;
    background: #efefef;
}

#calculator .slant-top {
    height: 54px;
    background: url('../../images/slant1.png') no-repeat;
    background-size: cover;
}

#calculator .slant-bottom {
    height: 54px;
    background: url('../../images/slant3.png') no-repeat;
    background-size: cover;
}

#calculator .calculator-body {
    padding: 50px 0 50px 0;
/*    color: #ffffff;*/
}

#calculator .pc {
    background: url('../../images/pc.png') no-repeat center;
    padding: 20px;
    color: #333333;
    text-align: center;
    min-height: 707px;
    background-size: contain;
}

#calculator .calculator {
    padding-top: 30px;
    color: #333333;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

#calculator .calculator .result-shadow {
    margin-left: -40px;
    height: 20px;
    background: url('../../images/shadow.png') no-repeat;
}

#calculator .calculator .result {
    background: #cccccc;
    padding: 20px 20px 20px 20px;
}

.calculator-body h1, #reviews h1,#ways-to-bank h1,#ways-to-bank .h2, .signup-body .h2, #body h1, .calculator-body h4 {
    font-family: 'Museo Sans Cyrl 100' !important;
}

.screen-bottom {
    min-height:200px; background: url('../../images/screen_bottom.png') no-repeat top; background-size: contain;
}

.screen-frame{
    border: 30px solid #000000; border-top-left-radius: 20px; border-top-right-radius:20px;
}

.product-list-item {
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#000;
}

#reviews {
    padding: 50px 0 50px 0;
    background-color: #e1e1e1;
}

#reviews .fa{
    color:#f24d0c;
}

#offers {
    padding: 50px 0 100px 0;

    background: #f24d0c;
/*    background: url('../../images/bg1.jpg');*/
    color: #ffffff;
}

.shortcut {
 margin-top: 30px;
    text-align: center;
}

.orange-line {
    height: 2px;
    background: #f24d0c;
    width: 100px;
    margin: 30px 0 30px 0;
}

.white-line {
    height: 2px;
    background: #ffffff;
    width: 100px;
    margin: 30px 0 30px 0;
}

.orange-line-s {
    height: 2px;
    background: #f24d0c;
    width: 50px;
    margin: 10px 0 20px 0;
}

#ways-to-bank {
    padding: 50px 0 50px; 0;
    font-size: large;
}

#ways-to-bank .h1 {
    font-family: 'Museo Sans Cyrl 100' !important;
    margin-top: 40px;
}

#signup .h4, #signup .h1, #feeds .h1 {
    font-family: 'Museo Sans Cyrl 100' !important;
}

#signup {
    background: url('../../images/cityscape.jpg') no-repeat;
    background-size: cover;
    color: #ffffff;
    background-attachment: fixed;
}

#signup .slant-top {
    height: 54px;
    background: url('../../images/slant4.png') no-repeat;
    background-size: cover;
}

#signup .slant-bottom, .slant-bottom {
    height: 54px;
    background: url('../../images/slant3.png') no-repeat;
    background-size: cover;
}

#signup .signup-body {
    padding: 100px 0 100px 0;
    color: #ffffff;
/*    text-align: justify;*/
}

#signup .well {
    color: #f24d0c;
    font-weight: bold;
}

#signup .well input, #signup .well select, .modal input {
    border: none;
    border-bottom:1px #000000 solid;
    margin: 10px 0 10px 0;
    border-radius: 0px;
    color: #000;
    border-radius: 0;
    outline: none;
    box-shadow: none;
      background-color: transparent;
  transition: all .3s;
    width: 100%;
}

#signup .well input:focus, .modal input:focus {
    border-bottom:2px #f24d0c solid;
}

#signup .input-group-addon {
    background: none;
    color: #f24d0c;
    border: 0px;
}

.offers-info {
    margin-top: 15px;
}

.offer-set {
    margin-bottom: 25px;
}

.page-text {
    color: #f24d0c;
}

#feeds {
    padding: 80px 0 80px 0;
}

.feeds-box {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 300px;
    background: #e1e1e1;
    background-size: cover;
    text-align: justify;
}

#footer {
    float: left;
    width:100%;
    background: #f24d0c;
    color: #ffffff;
}

#footer-body {

    padding: 50px 0px 50px 0px;
}

#footer .slant-top {
    height: 54px;
    background: url('../../images/slant4.png') no-repeat;
    background-size: cover;
}

#footer h4 {
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

#footer a.footerlink{
    color: #ffffff;
    font-family: 'Museo Sans Cyrl 100';
    font-weight: bold;
}
.footer-strip {
    color:#ffffff;
    border-top: 1px solid #ffffff;
    padding: 20px 0 20px 0;
    margin-top: 50px;
}

.search-menu {
    width: 100%; z-Index: 9999999;
    background: url('../../images/grey-overlay.png');
    border-radius: 0px;
    padding-top: 10px; padding-bottom:10px;
    margin-top:-1px;

}

a.list-group-item {
    color:#f24d0c;
}

a.foot-nav {
    width:100%;
    color: #bbbbbb;
}

.amcon-color{
    color:#818154;
}

.amcon-yellow {
    color: #f7fd9d;
}

.custom-button-1 {
    color:#ffffff;
    background: #818154;
}

.custom-button-2 {
    color:#333333;
    background: #fcf6e2;
}

.custom-button-3 {
    background: #131e34;
    color: #ffffff;
}

.custom-button-4 {
    color:#ffffff;
    background: #acac76;
}

.custom-button-3:hover {
    color:#fff;
}

.custom-input {
    background: #323337;
    font-family: 'Museo Sans Cyrl 100';
    border: #323337;
    font-size: 10pt;
    color: #bbbbbb;
}

.light {
    font-family: 'Museo Sans Cyrl 100';
    font-weight: lighter;
}

.btn-search {
    float: right;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 15px;
    padding: 9px 10px 9px 10px;
    border: 1px solid #f24d0c;
    color:  #f24d0c;
}

.btn-search span {
    margin-left:0px !important;
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    z-index: 1000;
    font-size: 13px;
}

.btn-back-top {
    border-radius: 50%;
    font-size: 15px;
    padding: 9px 13px 9px 13px;
    border: 1px solid #92979b;
    color:  #ffffff;
    z-index: 999999999;
    background: #92979b;
    margin-bottom: 5px;
}

.btn-grey {
    background: #92979b;
    color:#222327;
    border-radius: 3px;
    margin-right: 10px;
}

#ticker {
    height: 100px;
    overflow: hidden;
}

#ticker div {
    height: 100px;
    font-family: 'Museo Sans Cyrl 100';
    font-weight: bold;
}

#ticker a, #ticker a:hover {
    color: #ffffff;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Stay on top */
    top: 0;
    right: 0;

    background-color: #666666; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

.select-style {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 120%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

.round-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e1e1e1;
    text-align: center;
/*    background: #f24d0c;*/

    background: white;
}

.round-icon .fa {
    margin:0 auto;
    vertical-align: middle;
    margin-top: 25px;
    color: #ffffff;
}

.features, #inner-body div.well {
    border-radius: 15px;
}

.features {
    color: #ffffff;
    background: url(../../images/bg1.jpg) ;
    background-size: cover;
}

.features .round-icon, .well .round-icon {
    margin:0 auto;
    margin-top:-30px;
    margin-bottom: 30px;
}

.features .page-text {
    color: #fff;
}

#inner-body .features strong {
    color: #fff;
}

img.attachment{
    width: 100%;
    border-radius: 5px;
    border: 2px solid #efefef;
}


@media only screen and (max-width : 992px) {
    .stack {
        margin-bottom: 50px;
    }

    .banner {
        height: 550px;
    }

    .banner h1{
    font-size: 30px;
    }

    #page-title {
        font-size: 16px;
    }

    .banner-body {
        margin-top: 200px;
        font-size: 16px;
    }

    .banner-body .btn-lg {
        font-size: 12px;
    }
    #top .sect-1{
/*        width: 150px;*/
    }
}

@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 480px) {
    #top .sect-1{
        border-left: 0px;
    }

    .banner {
        height: 400px;
    }

    .banner h1{
        font-size: 20px;
    }

    .banner-body {
        margin-top: 180px;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .feeds-box {
        height: 200px;
        overflow: hidden;

    }

    .screen-bottom {
    height:0px; background: none;
}

.screen-frame{
    border: 0;
}
    .page-banner-body {
    max-height: 0px;
}
    #page-banner{
        display: none;
        background: none;
        background-size: cover;
    }

}
.container-fluid {
    padding: 0 30px;
}

.carousel-showmanymoveone
{
  .carousel-control
  {
    width: 4%;
    background-image:none;

    &.left
    {
      margin-left:15px;
    }

    &.right
    {
      margin-right:15px;
    }
  }

  .cloneditem-1,
  .cloneditem-2,
  .cloneditem-3
  {
    display: none;
  }

  .carousel-inner
  {
    @media all and (min-width: 768px)
    {
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        {
          transform: translate3d(50%, 0, 0);
          left: 0;
        }

        > .item.active.left,
        > .item.prev
        {
          transform: translate3d(-50%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }
      }

      > .active.left,
      > .prev
      {
        left: -50%;
      }

      > .active.right,
      > .next
      {
        left:  50%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-1
      {
        display: block;
      }
    }

    @media all and (min-width: 992px)
    {
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        {
          transform: translate3d(25%, 0, 0);
          left: 0;
        }

        > .item.active.left,
        > .item.prev
        {
          transform: translate3d(-25%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }
      }

      > .active.left,
      > .prev
      {
        left: -25%;
      }

      > .active.right,
      > .next
      {
        left:  25%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-2,
      .cloneditem-3
      {
        display: block;
      }
    }
  }
}
