/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
    font-family: 'Roboto', sans-serif;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: lightgray;
}

::-webkit-scrollbar-thumb {
  background-color: #bbb9b9;
  outline: 1px solid slategrey;
}

body {
    line-height:1;

}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #e8e8e8;
    margin:0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{max-width: 100%;}

/** Reset **/

/** Dentem Button **/
button{
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 10px;
    transition: background .5s ease-in-out, box-shadow .5s linear;
    cursor: pointer;
    text-transform: uppercase;
}
.button-primary{
    background: #3679bb;
}
.button-primary:hover{
    background: #3c8ad6;
}
.button-raised{
    box-shadow: 0px 2px 3px #c7c7c7;
}
.button-raised:hover{
    box-shadow: 0px 3px 5px #c7c7c7;
}
.button-transparent{
    background: none;
}
.button-transparent:hover{
    background-color: rgba(255,255,255,0.2);
}
/** Dentem Button **/

/** Dentem Typography **/
.heading1{
    font-size: 28px;
    font-weight: 100;
}
.heading2{
    font-size: 36px;
    font-weight: 100;
}
.heading3{
    font-size: 42px;
}
.subheading1{
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
}
.subheading2{
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
}
.title{
    font-size: 20px;
}
.underline{
    text-decoration: underline
}
.inline{
    display: inline-block;
}
.italic{
    font-style: italic;
}
.align-text-center{
    text-align: center;
    margin: 0 auto;
}
/** Dentem Typography **/
header {
    color: white;
    height: 600px;
    background: #3679bb; /* Old browsers */
    background: -webkit-radial-gradient(bottom right, #93cfef, #3679bb 70%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(bottom right,#93cfef, #3679bb 70%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(bottom right,#93cfef, #3679bb 70%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(to bottom right,#93cfef, #3679bb 70%); /* Standard syntax */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3679bb', endColorstr='#93cfef',GradientType=1 );
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%)
}
#logo{
    height: 50px;
    line-height: 50px;
    float: left;
    width: 120px;
}
#logo:hover{
    opacity: 0.8;
}
header a{
    color: white;
}
header a img{
    height: 40px;
    margin-top: 5px;
}
#logotext{
    height: 50px;
    line-height: 50px;
}
#menu-buttons{
    height: 50px;
    line-height: 50px;
    float: right;
}
#menu-buttons a{
    padding: 20px;
}
.index-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    min-height: 50px;
}
#index-search{
    margin-top: 50px;
}
#search-box{
    background: white;
    height: 100px;
    width: 800px;
    margin-top:20px;
    border: 1px solid gray;
    border-radius: 10px;
}
#search-box .label{
    color: gray;
    font-size: 20px;
}
#search-box select{
    border: 0;
    font-size: 30px;
    margin-top: 10px;
    width: 100%;
}
.gray-background{
    background-color: #f7f7f7;
}
#download-buttons button{
    line-height: 40px;
    margin: 0 5px;
}
#download-buttons button img{
    height: 30px;
    padding: 5px;
}
.blue-font{
    color: #3679bb;
}
.secondary-blue-font{
    color: #93cfef;
}
.search-box-block{
    display: inline-block;
    height: 60px;
    margin: 10px 0;
    width: 33%;
    padding: 10px;
}
#location{
    border-right: 1px solid gray;
}
#search{
    float: right;
    margin: 30px 20px;
    height: 40px;
}
#calltoaction{
    margin-top: 20px;
}
#slogan{
    margin: 20px 0;
    color: #3679bb;
}
#oneliner{
    max-width: 800px;
}
.scale-on-hover{
    transition: all .2s ease-in-out;
}
.scale-on-hover:hover{
    transform: scale(1.02);
}
#main-platform{
    margin-bottom: -8px;
}
#index-phone{
    position: relative;
    float: right;
    right: 45px;
    top: -485px;
    margin-bottom: -485px;
    transform: rotate(-5deg);
    -webkit-filter: drop-shadow(-20px -20px 13px rgba(0,0,0,0.1));
}
#index-phone:hover{
    animation-name: phonetingle;
    animation-duration: 0.5s;
}
#productPitch{
    margin-top: 30px;
    overflow: hidden;
}
#phone-container img{
    vertical-align: bottom;
    margin: 20px 40px;
}
#main-content{
    box-shadow: 0px -2px 7px #c7c7c7;
}
#main-content .index-container > div, #more-features .index-container > div{
    width: 49%;
    display: inline-block;
}
#main-content .index-container, #more-features .index-containter{
    padding: 100px 0;
}
.text-holder {
    padding: 5%;
    box-sizing: border-box;
}
.card{
    background: white;
    border-radius: 5px;
    min-height: 375px;
    box-sizing: border-box;
    padding: 40px;
}
.card-icon{
    max-width: 100px;
}
.percent-20-margin-6{
    width: 20%;
    margin: 6%;
    display: inline-block;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-left-50{
    margin-left: 50px;
}
footer{
    color: white;
    height: 400px;
    background: #3679bb; /* Old browsers */
    background: -webkit-radial-gradient(bottom right, #3679bb 30%,#93cfef); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(bottom right,#3679bb 30%,#93cfef); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(bottom right,#3679bb 30%,#93cfef); /* For Firefox 3.6 to 15 */
    background: radial-gradient(to bottom right,#3679bb 30%,#93cfef); /* Standard syntax */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3679bb', endColorstr='#93cfef',GradientType=1 );
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%)
}
#left-footer{
    float: left;
    margin-top: 100px;
}
#left-footer ul {
  list-style-type: none;
}
#right-footer{
    float: right;
    margin-top: 100px;
}
@keyframes phonetingle {
    0% {-ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);}
    50% {-ms-transform: rotate(-2deg);
         -webkit-transform: rotate(-2deg);
         transform: rotate(-2deg);}
    100%{-ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);}
}

/*SNACKBAR*/
#snackbar {
    opacity: 0;
    width: 305px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    line-height: 50px;
    bottom: -10px;
    margin-bottom: -30px;
    -webkit-transition: bottom 1s ease, opacity 1s ease;
    -moz-transition: bottom 1s ease, opacity 1s ease;
    -ms-transition: bottom 1s ease, opacity 1s ease;
    -o-transition: bottom 1s ease, opacity 1s ease;
    transition: bottom 1s ease, opacity 1s ease;
}
#snackbar.show {
    opacity: 1;
    bottom: 0;
}
@media (max-width:1120px){
    #index-phone {
        display: none
    }
    #main-content .index-container > div, #more-features .index-container > div{
        width:100%;
        text-align: center;
    }
}
@media (max-width:750px){
    footer a {
        font-size: 15px
    }
    footer .subheading1 {
        font-size: 15px
    }
    #right-footer {
        float: none;
        margin-top: 100px;
        display: inline-block;
        width: 59%;
    }
    #left-footer {
        float: none;
        margin-top: 100px;
        display: inline-block;
        margin-right: 4px;
    }
    footer {
        height:auto;
        text-align: center;
    }
}
@media (max-width:550px){
    #menu-buttons a {
        padding: 0px;
    }
    button {
        padding:8px
    }
    #menu-buttons {
        display: inline-block;
        float: none
    }
    #index-search {
        margin-top: 0px;
    }
    .heading3 {
        font-size: 25px;
    }
    .subheading2 {
        font-size: 20px
    }
    #phone-container .storeimg {
        width:95px
    }
    #phone-container .eimg {
        max-width: 75%
    }

    #main-content .index-container {
        padding: 20px 0;
    }
    .percent-20-margin-6 {
        width: 99%;
        margin: 1%;
        display: inline-block;
    }
    #left-footer > .margin-left-50{
        margin-left: 0;
    }
}

.half-cont {
    width: 70%;
    margin-left: 25px;
    display: inline-block;
}

.half-cont2 {
    width: 21%;
    height: 375px;
    background: #ffffffeb;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    position: relative
}
.half-cont2 input {
    width: 230px;
    padding: 12px 20px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: 0;
}

.half-cont2 h4 {
    margin-top: 35px;
    color: #89d0f0;
}
.half-cont2 button {
    background: #8ad1f0;
    margin-top: 10px;
}
