/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/06/2016, 10:09:59 AM
    Author     : Santiago
*/

.icon_small {
    margin: 0.3em;
    font-size: 1rem;
    line-height: 0;
}

.social_icons ul, .social_icons ul li {
    height: 1rem;
    margin-left: 20px;
}

.navigation_desktop ul {
    float:none;
    font-weight: bold;
}

.navigation_desktop ul li a {
    opacity: 0.7;
}

.intro {
    padding-bottom:0;
}

.subsection {
    padding-top:2rem;
    padding-bottom:1rem;
}

#features {
    background-color: white;
    color: black;
}

#features .mockup_container {
    margin-top: 40px;
}

#features_video.subsection{
    border-bottom: white 2px dashed;
}

.btn-small {
    height: 24px;
    line-height: 12px;
}

.btn, .btn-large {
    background-color: #999999 !important;
    line-height: 1;
}

.center-block {
    text-align: center;
}

.icon_list{
    display: inline-block;
    text-align: center;
    margin-left: 35px;
}



.unhappyMessage {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
}


/*--------------------------------------*/
/* 14. Custom --------------------------*/
/*--------------------------------------*/ 

img.logo {
    margin-top: -10px;
}

.access_logo{
    float: right; 
    margin-top: -45px;
    color: white; 
    font-weight: bold
}
.access_logoxs{
    margin-top: -45px;
    color: white; 
    font-weight: bold;
    font-size: 18px;
}

.access_logo:hover{
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.cursor{
    cursor: pointer;
}

.iconbox_icon {
    color: black;
}

.iconbox_content ul li{
    text-align: left;
    float: left;
    width: 100%;
}

.iconbox_content ul.second{
    padding-left: 65px;
    list-style: circle;
}

.video_container{
    position:relative;
}


._Play {
    color:white !important;
}

a.play.btn.waves-effect.waves-light {
    width: 100%;
}

.text_video{
    opacity: 0.9;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.72rem;
    margin: 0px 0px 1.72rem 5px;
}

.subsection_nobottom{
    padding-bottom: 0;
    padding-top: 0;
}

.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.orange[data-icon]:before{
    color:#f7a421;
}

.green[data-icon]:before{
    color:#589076;
}

.title-orange{
    color:#f7a421;
}

.title-green{
    color:#589076;
}

#Play_Video{
    position: relative; 
    top:25px
}

