/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Krub:400,500,600,700&display=swap');
/* font-family: 'Krub', sans-serif;*/

html,
body {
    height: 100%;
    font-family: 'Krub', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-smooth: always;
    /*background-image: url(../img/custom_site/bg-body.png);*/
    background-color: #fff;
}

body {
    /* padding-top: 50px; Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    line-height: 2em;
}

.page-container {
    background-color: #FFF;
    box-shadow: 0px 3px 35px rgba(0,0,0,0.2);
    padding-bottom: 50px;
}

.contentpage {
    background-image: url(../img/custom_site/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.bitcoinpage {
    background-image: url(../img/custom_site/backgroundbitcoin.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.bannercaption {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bannercaption {color: #FFFFFF;}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 40%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel-nousarlocal .item:nth-child(1) .fill{
    background-image: url('../img/custom_site/slider-index-01.jpg');
}

header.carousel-nousarlocal .item:nth-child(2) .fill{
    background-image: url('../img/custom_site/slider-index-02.jpg');
}


/* navbar-dafault */

.navbar-default {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(max-width:767px) {
    .navbar-default  {
        padding-top: 0px;
	padding-bottom: 0px;
    }

}

@media(max-width:1200px) {
    .navbar-default .navbar-nav > li > a { 
	padding-left: 7px;
	padding-right: 7px;
    }
}
.navbar-default {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

    border: none;
}


.navbar-default .navbar-nav > li > a:hover {
    border-top: 3px solid #FF5500;
}

.navbar-default .navbar-nav > li > a.join {
    background-color: #5bc235;
    border-top: 3px solid #5bc235;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a.join:hover {
    border-top: 3px solid #FF5500;
    background-color: #FF5500;
}

@media(max-width:767px) {
    .navbar-default .navbar-nav > li > a  {
        padding-top: 5px;
	padding-bottom: 5px;
    }

}

/* navbar-brand */

.navbar-brand {
    padding: 0;
    float: none;
}

/* buttons */

.btn-primary {
    background-color: #C6484A;
    border: none;
    color: #FFF;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #B30D10;
    border: none;
    color: #FFFFFF;
}

.btn-warning{
    background-color: #00B519;
    border: none;
    color: #FFF;
    font-weight: 600;
}

.btn-warning:hover {
    background-color: #059134;
    border: none;
    color: #FFFFFF;
}

.navbar-btn {
    text-transform: uppercase;
    font-weight: 600;
}


.btn-lg {
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-top: 1em;
    padding-bottom:1em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.text-success {
    color: #5BC236;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


.bankingbox {
    text-align: center;
    line-height: 3em;
    font-size: 16px;

}

.bankingbox .panel-body {
    box-shadow: 0px 3px 35px rgba(0,0,0,0.2);
    border: 0;
}

.bankingbox  .panel-default {
    border: none;
    margin: 2em 1em;
}

.bankingbox img{ 
    margin: auto;    
    display: block;
    padding-bottom: 2em;
}

.panel-body {
    color: #FFF;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
}

.panel {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100&0.55+0,1+100;Black+3D+%231 */
    background: -moz-linear-gradient(top,  rgba(69,72,77,0.55) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,0.55) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(69,72,77,0.55) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.panel-heading {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100;Green+Gloss */
    background: rgb(191,210,85); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}

.panel-heading h4 { color: #fff;}

/* fade in for elementes */
.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}


@keyframes fadeIn{
    0% {
	opacity:0;
    }
    100% {
	opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
	opacity:0;
    }
    100% {
	opacity:1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
	opacity:0;
    }
    100% {
	opacity:1;
    }
}

@-o-keyframes fadeIn {
    0% {
	opacity:0;
    }
    100% {
	opacity:1;
    }
}

@-ms-keyframes fadeIn {
    0% {
	opacity:0;
    }
    100% {
	opacity:1;
    }
}

/* blink image style */

.blink-image {
    -moz-animation: blink normal 4s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 4s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 4s infinite ease-in-out; /* IE */
    animation: blink normal 4s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 



/* Overlay for carousel*/

.item {
    background-color: #000000;
}

.overlay {
    opacity: .5;
}

.carousel-caption {
    left: 12%;
}

.carousel-caption h2{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    padding-top: 0px;
}

.carousel-caption h5{
    font-weight: normal;
}

.carousel-caption .btn {
    margin-top: 2em;
}

.pill {border-radius: 50px; padding: 10px 35px;}


/* Advantages */

.advantagescontainer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-bottom: 1px solid #ededed;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
}


ul.advantages {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%; /* Your element needs a fixed width to distribute even horizontally*/
    display: flex;
    justify-content: space-between;
}

.advantages h3{
    color: #0BB41D;
}


.advantages li {
    border-right: 1px solid #dedede; 
    padding-right: 2em; 

}

/* Perks */

.perkscontainer {
    padding-top: 3em;
    padding-bottom: 3em;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
    background: #f5f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */



}

.perkscol {
    padding-right: 2em;
    background-color: #D84346;
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}

ul.perks {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%; /* Your element needs a fixed width to distribute even horizontally*/
    display: flex;
    justify-content: space-between;
}

.perks {
    color: #FFFFFF;
}




/* Footer Styles */

.footer {

    font-size: 14px;
}

.footerlinks{
    padding: 50px 0;
}

.footer ul li {
    list-style-type: none;
    padding-bottom: 1em;
}

.footer ul li a {
    color: #000;
}

.footer ul li a:hover {
    color: #FF5500;
}

.footer ul h4 {
    font-weight: 700;
}

.logo-footer {
    height: 35px;
    padding-top:5px;
}

/* cool container */


.coolcontainer {
    padding-bottom: 7em;
    padding-top: 1em;
    background-image: url(../img/custom_site/bg-cool.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

h1.page-header.text-center {
    padding-bottom: 3em;
}

/* Promos text over image test */

.promoscontainer{
    /*background-color: #E5E9F0;*/
    padding-top: 1.8em;

}

.promotion {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    margin-bottom: 1.2em;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
}

.promotion img {
    display: block;
    max-width:100%;
    border-radius: 4px;
}

.promotion .overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #000;
    color:white;
}

.promotion span {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    width: 100%;
    border-radius: 4px;
    padding-left: 20px;
    padding-bottom: 0px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+19,0.65+62,0.65+62 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 19%, rgba(0,0,0,0.65) 62%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0.65) 62%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0.65) 62%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}


.promotion h2 { margin-top: 0; text-transform: uppercase; font-size:36px; font-weight: 700;}
.promotion h3 { margin-top: 0; text-transform: uppercase}
.promotion h4 { margin-top: 0.5; font-weight: 400;}

.promotion .btn.btn-default { margin-top: 0.5;}

h1.page-header {
    color: #333;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
}

h2.page-header {
    padding: 20px 0 50px 0;
    font-weight: 300;
    border: none;
    text-transform: uppercase;
}

h4.page-header {
    font-weight: 600;
    border: none;
}

h5.page-header {
    font-weight: normal;
    border: none;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
}

/* centered images inside column */
.cashierlogos img {
    margin: auto;    
    display: block;
    margin-top: 1em;
    margin-bottom: 3em;
}

/* even horizontal space for images inside column */
.cashierlogos {
    display: flex;
    justify-content:space-between;
}


/* footermenu  links */

.footerlinks {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+7,45484d+100 */
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 7%, rgba(69,72,77,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 7%,rgba(69,72,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 7%,rgba(69,72,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */

    text-align: center;
}

.footermenu li a {
    color: #FFFFFF;
    font-size: 14px;
}

.footermenu li a {
    color: #FFFFFF;
    font-size: 14px;
}
.footermenu li a {
    color: #FFFFFF;
    font-size: 14px;
}

.footermenu li a {
    color: #FFFFFF;
    font-size: 14px;
}

.footermenu li::after {
    content: "|";
    float: right;
    color: #fff;
    padding-left: 1em;
}

.footermenu li:last-child::after {
    display: none;
}


hr {
    border-top: 1px solid #ccbaba;
}


/* rating stars*/

.rate li h3 {
    font-weight: 700;
}

i.fa.fa-1.fa-star
{
    color: #fcba26;
    max-height: 6px;
}

ul.list-inline.rate li {
    padding-right: 1px;
    padding-left: 1px;
}

div.caption h6 {
    line-height: 2em;
}

.thumbnail {
    border: none;
}

.thumbnail .caption {
    padding-left: 50px;
    padding-right: 50px;
}

div.caption h5 {
    color: #b4b4b4
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff5500;
}



/* Forms */

/* -- Input styles ---------------------------------- */
.form-group {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
}
.input-group {
    position: relative;
} 
.input-group .form-control {
    position: relative;
    z-index: inherit;
    float: inherit;
    width: 100%;
    margin-bottom: 0;
}
.form-control:focus {
    border-color: #757575;
    outline: none;
    box-shadow: none;
}

/* -- label styles ---------------------------------- */
label {
    position: absolute;
    top: -18px;
    color: #999;
    font-size: 12px;
    font-weight: 300;

    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form-horizontal .control-label {
    position: relative;
    top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
	font-size: 16px;
    }
}


.float-label {
    left: 0;
    top: 7px;
    font-size: 16px;
    pointer-events: none;
}




/* active state */
.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
    top: -18px;
    font-size: 12px;
}


/* input colors ---- */
// default
.form-control:focus {
    ~ label {
	color: #03a9f4;
    }

    ~ .form-bar:before, ~ .form-bar:after {
	background: #03a9f4;
    }
}




.form-control:valid ~ .control-label {

}

/* help-block */
.form-group .help-block {
    position: absolute;
}

.help-block {
    color: #bdbdbd; // caption
    font-size: 12px;
    font-weight: 300;
}

/* input addon ---*/
.input-group-addon {
    border: none;
    background: transparent;
}

/* ------  inline ----*/
.input-group-addon, .form-inline .input-group {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: inherit;
}

.input-group {
    width: 100%;
}

@media (min-width: 768px) {
    .form-inline .form-group {
	margin-top: 16px;
    }

    .input-group-btn, .input-group .form-control, .input-group-addon, .form-inline .input-group {
	display: inline-block;
    }

    .input-group {
	width: auto;
    }
}

/* -- bar styles -------------------------------------- */
.form-bar {
    position: relative;
    display: block;
    width: 100%;
}
.form-bar:before, .form-bar:after 	{
    content: '';
    height: 1px;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
.form-bar:before {
    left: 50%;
}
.form-bar:after {
    right: 50%;
}

/* active state */
.form-control:focus ~ .form-bar:before, .form-control:focus ~ .form-bar:after {
    width: 50%;
}

/* -- highlighter styles ------------------------------ */
.form-highlight {
    position: absolute;
    height: 60%;
    width: 60px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
}

/* active state */
.form-control:focus ~ .form-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to { width:0; background:transparent; }
}


/*-- Checkbox --------------------------- */
// fork from https://codepen.io/jasonmayes/pen/wxtFr
/* 
 * Core styles required for the checkboxes.
 * @author Jason Mayes 2014, www.jasonmayes.com
*/
.form-group.checkbox {
    margin-top: 20px;
}

.checkbox input[type='checkbox'] {
    height: 0;
    width: 0;
    opacity: 0;
}

.checkbox label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 10px;
    padding-left: 0;
}

.checkbox .chk-span {
    top: 0;
    border: 1px solid #5a5a5a;
    color: #1d1d1d;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 14px;
    margin: 0 14px 14px 1px;
    outline-color: #eaeaea;
    padding: 0;
    position: relative;
    width: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.checkbox .chk-span.checked {
    top: -2px;
    border-left: 2px solid #03a9f4;
    border-bottom: 4px solid #03a9f4;
    border-top: 1px solid rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,0);
    -webkit-transform: rotate(-45deg) scaleY(0.5);
    -moz-transform: rotate(-45deg) scaleY(0.5);
    -ms-transform: rotate(-45deg) scaleY(0.5);
    -o-transform: rotate(-45deg) scaleY(0.5);
    transform: rotate(-45deg) scaleY(0.5);
}

// Checkbox colors
.checkbox .chk-span.checked {
    border-left-color: #03a9f4;
    border-bottom-color: #03a9f4;
}

// focus state
.checkbox input[type='checkbox']:focus ~ label {

    color: #03a9f4;

    .chk-span {
	border-color: #03a9f4;
	&.checked {
	    border-left-color: #03a9f4;
	    border-bottom-color: #03a9f4;
	    border-top: 1px solid rgba(0, 0, 0, 0);
	    border-right: 1px solid rgba(0, 0, 0, 0);
	}
    }
}



@media (min-width: 768px) {
    .form-inline .radio label, .form-inline .checkbox label {
	padding-left: 5px;
    }
}





.form-control-static {
    font-size: 16px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    border-bottom-style: dashed;
}




#focusedInput {
    border-color: #ccc;
    border-color: rgba(82,168,236,.8);
    outline: 0;
    box-shadow: none;
}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 50%;
    }
}

/* ==========================================================================
   Set containers fixed sizes for >1600px >1200px
   padding bigger to match the reference provided by client
   ========================================================================== */
@media (min-width: 1200px) {
    .container {
	padding-left: 30px;
	padding-right: 30px;
    }
}

@media (min-width: 1600px) {
    .container {
	width: 1530px;
	padding-left: 50px;
	padding-right: 50px;
    }
}


