[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}
header {
    min-height: 80px;
    line-height: 80px;
    padding-left: 5em;
    padding-top: 0px;
    position: fixed;
    background-color: #202020;
    width: 100%;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.logo a {
    font-size: 45px;
    line-height: 70px;
    vertical-align: middle;
    color: #fff;
    font-stretch: expanded;
    font-family: 'Playfair Display', serif;
    letter-spacing: 3px;
}
.logo a:first-letter {
    font-size: 60px;
}
.logo a img {
    height: 70px;
    padding-right: 20px;
    vertical-align: top;
    padding: 10px 20px;
}
.nav {
    position: absolute;
    right: 10%;
    top: 10px;
    font-size: 20px;
    color: #ccc;
    text-align: center;
}
.nav a {
    margin: 0 10px;
    cursor: pointer;
    animation: ease-in 1s normal;
    padding: 5px 0;
}
.nav a:hover, .nav a.active {
    color: #fff;
}
/*.nav a.active{
    border-bottom: 1px solid #fff;
}*/
section {
    padding: 2em 20px 20px 100px;
    font-family: "quicksand";
    color: #333;
}
section h1 {
    font-size: 40px;
    font-weight: bold;
    padding: 10px 0px;
    }
section .text {
    position: relative;
    padding-left: 20px;
}
@font-face {
	font-family: "quicksand";
	src:url('Quicksand-Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "quicksand";
	src:url('Quicksand-Italic.otf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "quicksand";
	src:url('Quicksand-Bold.otf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "MISPROJECT";
	src:url('MISPROJECT.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
input, textarea {
    line-height: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #444;
    font-family: "quicksand";
    outline: none;
    box-sizing: border-box;
}
input.error, textarea.error{
    border-color: #cc0000;
}
input[type=button] {
    background-color: #ddd;
    text-transform: uppercase;
    font-stretch: expanded;
}
input:focus, textarea:focus {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
input#typeSearch {
    line-height: 20px;
    width: 20em;
    margin: 10px 15px 15px 30px;
}
li.price{
    line-height: 40px;
    min-height: 40px;
    display: block;
    max-width: 750px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    position:relative;
    overflow: hidden;
}
li.price.last{
    border: none;
}
li.price a.price{
    position: absolute;
    right: 5px;
}
h3.priceHeading{
    display: inline;
    line-height: 40px;
}
h3.priceHeading.block{
    display: block;
    line-height: 15px;
    margin: 20px 0 5px 0;
    padding: 0px;
}
html,
body {
	margin:0;
	padding:0;
    font-family: "quicksand";
    box-sizing : border-box;
    height: 100%;
}
body{
    height: 100%;
}
li {
    line-height: 25px;
}
footer{
    background: #202020;
    color: #ccc;
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
footer a:-webkit-any-link {
    color: #ccc;
}
div.fail{
    display: none;
}
div[ui-view] {
    padding-top: 120px;
    padding-bottom: 55px;
    width: 100%;
    position: static;
}
ul.inline{
    display: inline-block;
    vertical-align: top;
}
li {
    list-style: none;
}
.bullet li{
    position: relative;
    padding-left: 20px;
}
.bullet li:before {
    content: "• ";
    color: #888;
    font-size: 16px;
    position: absolute;
    left: 0px;
}
.addresses {
    padding-left: 20px;
    max-width: 50%;
}
.left{
    display: inline-block;
    width: 50%;
}
.contact{
    left: 50%;
    top: 0px;
    position: absolute;
    width: 30em;
}
.contact-form input, .contact-form textarea{
    display: block;
    margin: 10px;
    width: 100%;
    max-height: 20em;
    max-width: 30em;
}
.contact-form textarea{
    height: 8em;
}
@media only screen and (max-width : 1024px) {
    .left{
        display: block;
        width: 100%;
    }
    .contact{
        left: initial;
        top: initial;
        position: initial;
    }
}
@media only screen and (max-width : 880px) {
    div.nav{
        position: static;
    }
    section {
        padding: 2em 5px 2em 5px;
        font-family: "quicksand";
        color: #333;
    }
    header{
        text-align: center;
        padding-left: 0px;
        line-height: 50px;
    }
    input#typeSearch{
        margin: 10px 15px 15px 10px;
    }
    div[ui-view] {
        padding-top: 150px;
    }
    .logo a img {
        padding: 0px 20px 0px 0px;
    }
    .addresses {
        max-width: initial;
    }
    .contact{
        left: 2em;
        position: initial;
    }
}
@media only screen and (max-width : 600px) {
    .contact{
        left: 0px;
        position: initial;
        right: 20px;
        width: auto;
    }
    a.price{
        float: right;
        position: static !important;
        padding-right: 5px;
        display: inline;
    }
    .contact-form input, .contact-form textarea{
        position: relative;
        width: 100%;
        right: 15px;
    }
}
@media only screen and (max-width : 400px) {
    .logo a img {
        padding: 25px 20px 0px 0px;
        height: 50px;
    }   
    .nav a {
        font-size: 16px;   
    }
    .logo a {
        font-size: 40px;
    }
}
@media only screen and (min-device-width : 0px) and (max-device-width : 319px) {
    div.fail{
        display:block;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1000000;
        background: #f2f2f2;
        text-align:center;
        padding: 5px;
    }
}
.animate
{ 
    -webkit-transition: 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
    -moz-transition: 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
    -ms-transition: 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
    -o-transition: 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
    transition: 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
    position: relative;
    display: block;
} 

.animate-enter.animate-enter-active, 
.animate-leave {
    opacity: 1;
    top: 0;
    height: 30px;
}

.animate-leave.animate-leave-active,
.animate-enter {
    opacity: 0;
    top: -50px;
    height: 0px;
}
footer span {
    text-align: center;
    display: block;
}
#content{
    position: relative;
    min-height: 100%;
    height: auto;
    width: 100%;
}
.hidden{
    visibility: hidden;
}
.intro{
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}