@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

body
{
    margin: 0;
    padding: 0;
    font-family: Montserrat,'Open Sans', Raleway, Lato , sans-serif;
    color: #333;
    background-size: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background-color: #fff; /* neutral gray blue: 475264 */
}
h1,h2,h3,h4,h5, a, a:active, a:link,a:hover { font-family: Montserrat,'Open Sans', Raleway, Lato , sans-serif; } 
p
{
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 20px;
}
.phone
{
    padding-top: 63px;
    padding-bottom: 63px;
    margin-top: 15px;
    background: #fff;
}
.tel
{
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
}
.num-pad
{
    /*padding-left: 25px;*/
    text-align:center;
}
.span4
{
	font-family: Montserrat,'Open Sans', Raleway, Lato , sans-serif;
    width: 80px;
    /*float: left;*/
    display:inline-block;
    margin: 0 8px 10px 8px;
}
.num
{
	font-family: Montserrat,'Open Sans', Raleway, Lato , sans-serif;
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 80px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.num:hover
{
    /*background-color: #9e9e9e;*/
    background-color: #F0F0F0;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}

.back, .clear
{
    
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.back:hover, .clear:hover
{
    /*background-color: #9e9e9e;*/
    background-color: #F0F0F0;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}

.txt
{
    font-size: 41px;
    text-align: center;
    margin-top: 10px;
    font-family: Montserrat,'Open Sans', Raleway, Lato , sans-serif;
    color: #000;
}
.txt2
{
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Lato' , sans-serif;
    line-height: 30px;
    color: #333;
}

.deleteicons {
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 80px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.pin_box
{
    padding: 23px;
    text-align: center;
}
.pin_cir
{
    background: white;
     border: 1px solid #9e9e9e;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    height: 15px !important;
    width: 15px !important;
    margin:0 !important;
    padding:0px !important;
    cursor: auto !important;
}
.fill
{
    background: #0096ff;
}
.small
{
    font-size: 15px;
}

.btn
{
    font-weight: bold;
    -webkit-transition: .1s ease-in background-color;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}
.btn:hover
{
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.spanicons
{
    width: 72px;
    float: left;
    text-align: center;
    margin-top: 40px;
    color: #9e9e9e;
    font-size: 30px;
    cursor: pointer;
}
.spanicons:hover
{
    color: #3498db;
    transition-property: color .2s linear 0s;
    -moz-transition: color .2s linear 0s;
    -webkit-transition: color .2s linear 0s;
    -o-transition: color .2s linear 0s;
}
.active
{
    color: #3498db;
}
.flatbutton { 
	min-width:100px;
	max-width: 300px;
	padding:10px 25px;
	border:1px solid #ccc;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
}