/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Landing Sumo - Theme 17
 * URL: http://LandingSumo.com
 * Version: 1.0
 */
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
* {
    margin: 0;
    padding: 0;
    /* font-family: Lato, sans-serif; */
}

body {
    background: #fff;
    margin: 0;
    color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lato, sans-serif;
    font-weight: 400;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    /*color: #999;*/
    color: #5a5a5a;
    margin-top: 10px;
}

html,
body {
    height: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.centered {
    text-align: center
}

.mt {
    margin-top: 50px;
}

.mb {
    margin-bottom: 50px;
}

.mtb {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb2 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mr {
    margin-right: 15px;
}

.mbless {
    padding-bottom: 0;
}

.mb40 {
    margin-bottom: 20px;
    font-size: 150% !important;
}

.bigicon {
    font-size: 50px;
}

.codebox {
    text-align: left;
    background-color: #181818;
    color: #b9b9b9;
    margin-bottom: 20px;
}

.hlcode {
    color: #f7ca18;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

.yellow {
    color: #f7ca18;
    text-decoration: underline;
    font-size: 75%;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

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

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

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
    color: #1abc9c;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #696E74;
}

.nopadding {
    padding: 0px !important;
    margin: 0px;
}

/* FORM CONFIGURATION */

input {
    font-size: 16px;
    min-height: 40px;
    border-radius: 2px;
    line-height: 20px;
    padding: 8px 30px 9px;
    border: 1px solid #b9b9af;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.subscribe-input {
    float: left;
    width: 65%;
    text-align: left;
    margin-right: 2px;
}

.subscribe-submit {
    right: 0;
}

.btn-subscribe {
    background: #f7ca18;
    color: white;
    border-radius: 50px;
    margin-left: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 11px 28px 10px 28px;
}

/* Buttons Configuration */
.btn-conf {
    border-radius: 50px;
    margin-right: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 11px 28px 10px 28px;
}

.btn-theme {
    background: #f7ca18;
    color: white
}

.btn-spacebelow {
    margin-bottom: 0px;
    margin-top: 0px;
    color: black;
}

/* Bootstrap Modification */

hr {
    border: 1px solid #5a5a5a;
    width: 70px;
}

/* HEADER CONFIGURATION - CREATED BY CODROPS */
.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.demo-1 .large-header {
    background-image: url('../img/demo-1-bg.jpg');
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 40%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.main-tagline {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 55%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 18px;
}

.main-tagline.text {
    color: #f9f1e9;
    font-size: 150% !important;
}

.demo-1 .main-title {
    /* text-transform: uppercase; */
    font-size: 42px;
    letter-spacing: 4px;
}

.main-title .thin {
    font-weight: 300;
}

@media only screen and (max-width: 768px) {
    .demo-1 .main-title {
        display:none;
    }
    .demo-1 .main-tagline {
        top:58%;
        width: 100%;
    }
    .demo-1 .main-tagline.text {
        font-size: 16px !important;
    }
}

.text {
    padding: 0;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #5a5a5a;
  margin-top: 10px;

}

/* BLACK SECTION */
.blk {
    background: #181818;
    padding-bottom: 30px;
    padding-top: 40px;
}

.blk h5 {
    color: #f7ca18;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blk hr {
    border: 1px solid #f7ca18;
    width: 100px;
}

/* CLIENTS SECTION */
.blk2 {
    /*background: #181818;*/
    padding-bottom: 10px;
    padding-top: 15px;
    color: #999;
}

.blk2 h5 {
    color: #f7ca18;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blk2 h6 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 200;
}

.blk2 hr {
    border: 1px solid #f7ca18;
    width: 100px;
}

.wht {
    background: white;
    padding-bottom: 30px;
    padding-top: 40px;
}

.wht h5 {
    color: #f7ca18;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wht hr {
    border: 1px solid #f7ca18;
    width: 100px;
}

/* Grey Section */
.grey {
    background: #f3f3f3;
    padding-bottom: 10px;
    padding-top: 30px;
}

.icon {
    font-size: 40px;
}

.grey h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*img {*/
/*margin-left: 50px;*/
/*}*/

/* GREY Spacer */
#greyspacer {
    background-color: #F3F3F3;
}

#greyspacer .row {
    min-height: 40px;
}

/* News Section */
.news {
    background-position: center;
    background-image: url('../img/bank.jpg');
    background-size: cover;

}

.news .container {
    width: 100%;
}

.news .casestudies {
    background-color:#f3f3f3;
}

.section-bg-color {
    background-color: #fff;
    /*background-color:#f3f3f3;*/
    height: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.section-bg-color h1, .section-bg-color h2, .section-bg-color h3, .section-bg-color h4, .section-bg-color p, .section-bg-color .text {
    margin-left: 25px;
    margin-right: 25px
}

.section-bg-color h3 {
    font-weight: 300;
}

.section-bg-color h2 {
    font-weight: 300;
    text-transform: uppercase;
}

.section-bg-color hr {
    border-bottom: 1px solid #e5e6ec;
    border-top: transparent;
    width: 100%;
}

.section-bg-color hr.blog {
    border: 2px solid #5a5a5a;
    width: 70px;
    margin-left: 25px;
}

nm {
    font-size: 12px;
    color: #939399;
    font-weight: 400;
}

/*PORTFOLIO SECTION*/
#portfolio {
    position: relative;
    padding-bottom: 0;
    display: block;
    width: 100%;
}

.cbp-item-wrapper {
    background: #1D1D25;
}

.cbp-item-wrapper a img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cbp-item-wrapper a:hover img {
    opacity: 0.8;
}

.cbp-l-caption-title {
    color: #fff;
    font: 400 16px/18px sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

@media (min-width: 1580px) {
    .cbp-l-grid-fullScreen .cbp-item {
        min-width: 400px;
        max-height: 600px;
    }
}

/* FEATURED SECTION */
#featured {
    padding-bottom: 0;
    background: url("../img/featured.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    color: #b9b9b9;
    text-align: center;
}

#featured .overlay {
    padding-bottom: 20px;
    background: none repeat scroll 0 0 rgba(40, 40, 40, 0.9);
    padding-top: 40px;
    width: 100%;
    height: 100%;
}

#featured h5 {
    color: #f7ca18;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#featured p {
    color: #b9b9b9;
}

#featured hr {
    border: 1px solid #f7ca18;
    width: 100px;
}

.client-images img {
    margin: 0;
    max-height: 36px;
    margin: 1em;
}

@media only screen and (max-width: 768px) {
    .client-images img {
        max-width: 30%;
        margin-top: 20px;
    }
}

.logos img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  transition: -webkit-filter .4s, filter .4s;
}

/* Disable grayscale on hover */
.logos img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

.yellow-link {
    color: #f7ca18;
    text-decoration: underline;
    font-size: 75%;
    font-weight: bold;
}

/* CUSTOMIZED TOP BAR */
.sd-navbar { background-color: #00172d; margin-bottom:0; }
.sd-navbar .logo {
	font-family: barlowlight, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #C2BD93; font-size: 30px;
}
.sd-navbar li a { padding:0 20px; line-height: 33px; margin: 7px 0 7px 7px; }

.sd-navbar li a.header__button--warning,
.sd-navbar li a.header__button--danger { color:#fff !important; }

#bdc-header-fixed-hp {
    position: fixed;
    top: 50px;
    background-color: #0c4182;
    width: 100%;
    z-index: 100;
}

#howtouse-carousel .item {
    height:32em;
}

/* z-index does not work with fixed elements around... */
div.container.messages-container {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 200;
}
