/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.navbar-default .navbar-nav > li > a {
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px 12px 19px;
    z-index: 102;
    border: 1px solid transparent;
    bottom: -1px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*
.navbar-default .navbar-nav > li.active > a:before {
    content: "";
    border-top: 1px solid #2f9897;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 17px;
    margin-left: -7px;
    margin-top: -7px;
    border-left: 1px solid #2f9897;
}

.navbar-default .navbar-nav > li.active > a:after {
    content: "";
    border-bottom: 1px solid #2f9897;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 18px;
    margin-left: -2px;
    margin-bottom: -7px;
    border-right: 1px solid #2f9897;
}
*/

.tp-caption:not(.tp-caption-images){
    z-index: 100 !important;
}
.tp-caption.default_bg{
    font-size: 28px !important;
    padding: 5px 8px !important;
}


section.functions-block p{
    font-size: 12px;
    text-align: left;
}

section.functions-block h4{
    font-size: 21px;
    padding-bottom: 0px;
    color: #676767;
    margin: 0 0 0 0;
}

section.functions-block div.col-sm-3 .box-style-1{
    min-height: 325px;
    padding: 0px 15px 0 15px;
}

/********* FORM ********/
.float-label-control { position: relative; margin-bottom: 1.5em; }
.float-label-control ::-webkit-input-placeholder { color: transparent; }
.float-label-control :-moz-placeholder { color: transparent; }
.float-label-control ::-moz-placeholder { color: transparent; }
.float-label-control :-ms-input-placeholder { color: transparent; }
.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
.float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 22px; box-shadow: none; -webkit-box-shadow: none; }
.float-label-control input:focus,
.float-label-control textarea:focus { box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 2px; padding-bottom: 0; }
.float-label-control textarea:focus { padding-bottom: 4px; }
div.float-label-control  > input, .float-label-control  > textarea {
    display: block; width: 100%;
    padding: 0.1em 0em 1px 0em;
    border: none; border-radius: 0px;
    border-bottom: 2px solid #2f9897 !important;
    outline: none; margin: 0px;
    background: none;
    background-color: #f1f1f1 !important;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
     box-shadow: none !important;
    color: #343434;

}
.float-label-control textarea { padding: 0.1em 0em 5px 0em; }
.float-label-control label {
    position: absolute;
    font-weight: normal;
    top: -1.0em;
    left: 0.08em;
    color: #aaaaaa !important;
    z-index: -1;
    font-size: 0.85em !important;
    -moz-animation: float-labels 300ms none ease-out !important;
    -webkit-animation: float-labels 300ms none ease-out !important;
    -o-animation: float-labels 300ms none ease-out !important;
    -ms-animation: float-labels 300ms none ease-out !important;
    -khtml-animation: float-labels 300ms none ease-out !important;
    animation: float-labels 300ms none ease-out !important;
    /* There is a bug sometimes pausing the animation. This avoids that.*/
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}


.float-label-control input.empty + label,
.float-label-control textarea.empty + label { top: 0.1em; font-size: 1em; animation: none; -webkit-animation: none; }
.float-label-control input:not(.empty) + label,
.float-label-control textarea:not(.empty) + label { z-index: 1; }
.float-label-control input:not(.empty):focus + label,
.float-label-control textarea:not(.empty):focus + label { color: #aaaaaa; }
.float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
.float-label-control.label-bottom input:not(.empty) + label,
.float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; }

::-webkit-input-placeholder {
    color:#333333a8 !important;
}

/******************************************/

.functions-block i {
    width: 130px;
    height: 120px;
    background-size: contain !important;
    display: inline-block;
    margin-top: 1px;
    background-repeat: no-repeat !important;
}



.invol-block i {
    width: 180px;
    height: 70px;
    background-size: contain !important;
    display: inline-block;

    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    margin-left: -10px;
}

/*
.invol-block .box-style-1:hover {

    background: #dddddd;
}


.invol-block .box-style-1 {
    box-shadow:none;
    -webkit-box-shadow:none;
}
*/

.scroll-description i {
    width: 30px;
    height: 26px;
    background-size: contain !important;
    display: inline-block;
    /* margin-top: 40px; */
    background-repeat: no-repeat !important;
}

.access-form{
    display: none;
}

#footer .overlay-container{
	    background-color: #fff;
}

#footer .overlay-container img{
	background-color: #fff;
	max-height:80px;
	height: 55px;
}


button.active{
	background-color: #fff !important;
    color: #17b5e5 !important;
    border: 1px solid #2f9897 !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	outline:0;
}

div.price-check-img{
    width: 25px;
    height: 25px;
    background-size: cover !important;
    margin-top: -2px;
}

div.price-block div.box-style-1{
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}


div.price-left-block div.col-md-12{
    margin-bottom: 12px;
    color: #000;
    font-weight: 500;
}

div.price-block{
   margin-top: 50px;
}

div.price-left-block .one-time  {
    border-top: 1px solid #9e9e9e8c;
    border-bottom: 1px solid #9e9e9e8c;
    margin-left: 40px;
    width: 80%;
    margin-top: 30px;
    font-weight: 600;
    padding: 5px;
}

div.price-left-block .one-time-price {
    font-size: 31px;
    font-weight: 600;
    color: #39c7f4;
    margin-top: 25px;
}

div.price-block .col-md-2 div.box-style-1 h4{
    text-transform: uppercase;
    color: #666666d6;
    /*font-family: serif;*/
}

div.price-block .col-md-2 div.box-style-1 p {
    font-size: 11px;
    font-weight: 700;
}

div.price-block .col-md-2 div.box-style-1 h4.blue-h4 {
    color: #39c7f4;
    font-size: 22px;
}

div.price-block > div.col-md-2 div.line-item{
    margin-bottom: 15px;
    border-bottom: 1px solid #dddd;
}

div.price-left-block .col-md-12 > .col-md-6{
    text-align: left;
    width: 65%;
}

div.price-left-block .col-md-12 > .col-md-4{
    text-align: left;
    width: 25%;
}

div.last-price-block h4{
    color: #fff !important;
    background-color: #39c7f4;
    /* width: 100%; */
    position: absolute;
    top: -15px;
    left: 15px;
    width: 250px;
    height: 120px;
    padding: 20px;
    font-size: 24px;
}




/* Hide the browser's default checkbox */
div.price-left-block .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
div.price-left-block .checkmark {
    position: absolute;
    top: 0;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
div.price-left-block .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
div.price-left-block .container input:checked ~ .checkmark {
    background-color: #39c7f4;
}

/* Create the checkmark/indicator (hidden when not checked) */
div.price-left-block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
div.price-left-block .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
div.price-left-block .container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.slotholder{
    filter: none !important;
}


.scroll-advantages i {
    width: 30px;
    height: 23px;
    background-size: contain !important;
    display: inline-block;
    /* margin-top: 40px; */
    background-repeat: no-repeat !important;
}



.scroll-advantages .nav-tabs span {
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
}

.scroll-advantages .nav-tabs {
    min-width: 250px;
}

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    opacity: .9;
}

.invol-block .col-sm-2{
    width: 20%;
}

/*
.scroll-about .box-style-1 {
    height: 235px;
}
*/