@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

@font-face {
	font-family: 'Novecentowide-DemiBold';
	src: url('fonts/Novecentowide-DemiBold.eot');
	src: local('?'), url('fonts/Novecentowide-DemiBold.woff') format('woff'), url('fonts/Novecentowide-DemiBold.ttf') format('truetype'), url('fonts/Novecentowide-DemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;}
	
@font-face {
	font-family: 'Novecentowide-Medium';
	src: url('fonts/Novecentowide-Medium.eot');
	src: local('?'), url('fonts/Novecentowide-Medium.woff') format('woff'), url('fonts/Novecentowide-Medium.ttf') format('truetype'), url('fonts/Novecentowide-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;}

html, body{
	width: 100%;
	height: 100% !important;
    margin: 0;
    padding: 0;}

body{
	background: #f0f0f0;
	font-family: 'Droid Sans', arial, serif, 'Novecentowide-DemiBold', 'Novecentowide-Medium';}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}



h1, h2, h3{
	font-family: 'Novecentowide-DemiBold', arial;
	text-transform: uppercase;
	font-weight: normal;}

P{
    font-family: 'Droid Sans', arial;
    font-size: 90%;
    line-height: 23px;}

a{
	text-decoration: none;
	outline : none;}

::-webkit-input-placeholder{opacity: 1}
::-moz-placeholder{opacity: 1;} 
:focus::-webkit-input-placeholder{opacity: 0.1}
:focus::-moz-placeholder{opacity: 0.1}

/* Preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #005aff;
    z-index: 9999;
}

#status {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("images/preloader.png") no-repeat center;
	background-size: contain;
    margin: -40px 0 0 -40px; /* is width and height divided by two */
	outline: 1px solid rgba(0, 0, 0, 0);
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* DESKTOP TABLET MOBILE RULES */
.non-tablet{}
.non-mobile{}
.tablet{display: none !important;}
.mobile{display: none !important;}

header, section, footer{
	display: block;
	width: 100%;
    min-width: 980px;}

.container{
	display: block;
	width: 80%;
	height: auto;
	min-width: 960px;
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;}

.text-container{
	display: block;
	width: calc(80% - 100px);
	height: auto;
	min-width: 860px;
	max-width: 1100px;
	padding: 20px 50px;
	margin: 20px auto;
    background: #fff;
    border-radius: 10px;}

.text-container h2{
    line-height: 30px;
    font-size: 125%;}

/* HEADER */
header{
    position: fixed;
    display: block;
    top: 0;
    height: 80px;
    background: #fff;
    z-index: 999;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;}

header #logo{
	display: inline-block;
	width: 395px;
	height: 59px;
	margin-left: 10px;
	background: url("images/logo.png") no-repeat;
	background-size: contain;}

header #call-today,
header #text{
    display: block;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	font-family: 'Novecentowide-DemiBold', arial;
	font-size: 90%;
	letter-spacing: 0.5px;
	color: #005aff;
	text-align: center;
	text-decoration: none;}

header nav{
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    background-image: linear-gradient(to bottom, #005aff 40%, #003699);
	background-color: #003699;
	border-radius: 7px;
    text-align: center;}

header nav a{
	display: inline-block;
	padding: 0 3.3% 2px;
	font-size: 80%;
	line-height: 33px;
	font-family: 'Novecentowide-Medium', Arial;
	color: #fff;
	letter-spacing: 1.3px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0.1em 0.1em 0.2em black;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

header nav:hover a{opacity:0.2;}
header nav:hover a:hover{opacity: 1;}

.slicknav_menu {display:none;}

/* HEADLINE */
.headline{
    width: 100%;
    height: auto;
	background: url("images/headline-bg.jpg") center no-repeat;
	background-size: cover;
    padding-bottom: 40px;
    margin: 80px 0 -50px 0;}

.headline .container{
    height: 280px;
    width: calc(80% - 500px);
    max-width: 700px;
    min-width: 480px;
    padding: 100px 0 0 500px;}

.headline .articles-container{
    display: block;
    height: 150px;
    width: 80%;
    max-width: 700px;
    min-width: 480px;
    padding: 100px 0 0 0;
    margin: 0 auto;}

.headline h1,
.headline p{
    color: #fff;
    text-align: center;}

.headline h1{
    letter-spacing: 0.8px;
    word-spacing: 5px;}

.headline p{padding: 0 30px;}

.headline .container a {
    display: block;
    width: 50%;
    min-width: 350px;
    margin: 5% auto 10px;
    font-family: "Novecentowide-DemiBold",arial;
    font-size: 110%;
    color: #fff;
    letter-spacing: 0.6px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0.1em 0.1em 0.2em black;
    text-transform: uppercase;
    background: rgba(255, 102, 0, 0) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 7px;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s;}
	
.headline .container a:hover {
    background: rgba(255, 102, 0, 1);
    border: 2px solid rgba(255, 102, 0, 1);}
	
.headline .container p.small {
    font-size: 85%;}

/* HOMEPAGE */
#homepage .headline .container{
	background: url("images/macbook.png") left bottom no-repeat;
	background-size: auto 75%;}

/* BOX */
ul.box{
	display: block; 
	width: 100%;
	margin: 0;
	padding: 0;	
	list-style: none outside none;
	overflow: auto;}
	
ul.box li{
	display: block;
	position: relative;
	float: left;
	width: 30%;
	height: auto !important;
	padding: 0;
	margin: 10px 5% 50px 0;    
	text-align: center;
	color: #000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}
	
.box li:last-child{
    border-right: 0; 
    margin-right: 0 !important}

.box li img{
	display: block;
	width: 100%;}

.box li h2{
	font-weight: normal;
	line-height: 30px;
	margin: 0 auto 10px;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

.box li p{
	font-size: 90%;
	text-align: center;}

.box li a.readmore{
    font-family: "Novecentowide-DemiBold", arial;
    font-size: 85%;
    letter-spacing: 0.8px;
    color: #aaa;
    padding: 10px 0 4px;
    margin: 0 auto;
    border-bottom: 1px dotted rgb(170, 170, 170);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

.box li a.readmore:hover{
    color: #000;
    border-bottom: 1px dotted rgb(0, 0, 0);}

/* SERVICES */
body#services .text-container h2{
    border-bottom: 1px solid #000;}

body#services .text-container h2 span.price{
    display: block; 
    float: right}

body#services .text-container p{
    margin-bottom: 60px}

body#services .text-container p a{
    color: #000;
    border-bottom: 1px dotted #000;}

body#services .text-container p a:hover{
    border-bottom: 1px dashed #000;}

body#services .computer-repair-services .container{    
	background: url("images/computer-repair.png") left bottom no-repeat;
	background-size: auto 80%;}

body#services .console-repair-services .container{    
	background: url("images/console-repair.png") left bottom no-repeat;
	background-size: auto 80%;}

body#services .data-recovery-services .container{    
	background: url("images/data-recovery.png") left bottom no-repeat;
	background-size: auto 80%;}

body#services .custom-pc-services .container{    
	background: url("images/custom-pc.png") left bottom no-repeat;
	background-size: auto 80%;}

body#services .custom-pc-services,
body#services .data-recovery-services,
body#services .console-repair-services{
    margin-top: -10px !important;}

/* MAIL IN */
body#mailin .mailin-repair .container{    
	background: url("images/computer-repair.png") left bottom no-repeat;
	background-size: auto 80%;}

/* FAQ */
body#faq .headline .container{
    height: 280px;
    width: calc(80% - 500px);
    max-width: 700px;
    min-width: 480px;
    padding: 100px 250px 0 250px;}

body#faq .text-container{
    text-align: center;}

body#faq .text-container h2{
    padding-top: 150px;
    margin: -150px auto 0;}

body#faq .text-container p{
    margin: 0 auto 60px;
    padding: 30px 0 60px;
    border-bottom: 1px solid #ccc;}

body#faq .text-container p a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;}

body#faq .text-container p a:hover{
    border-bottom: 1px dashed #000;}

/* Terms of Service */
body#tos .headline .container{
    height: 280px;
    width: calc(80% - 550px);
    max-width: 700px;
    min-width: 550px;
    padding: 100px 225px 0 225px;}

body#tos .headline .container p{
    width: 100%; 
    padding: 0}

body#tos .text-container p{
    margin-bottom: 80px;}

/* APPOINTMENT */
body#appointment .headline{
    margin-bottom: -100px}

body#appointment .headline .container{
    height: 280px;
    width: calc(80% - 500px);
    max-width: 700px;
    min-width: 480px;
    padding: 100px 250px 0 250px;}

body#appointment form[name="appointment"]{
	display: block;
	width: 60%;
    min-width: 700px;
	margin: 20px auto 100px;}

body#appointment form[name="appointment"] input,
body#appointment form[name="appointment"] select,
body#appointment form[name="appointment"] textarea{
	display: block;
	width: calc(100% - 12px);
	padding: 8px 6px;
	margin: 0 0 12px 0;
	font-family: 'Droid Sans', arial;
	font-size: 90%;
	color: #333;
	border: 1px solid #000;
	border-radius: 2px;}

body#appointment form[name="appointment"] input[name="appname"],
body#appointment form[name="appointment"] input[name="appemail"]{
    display: inline;
    margin-right: 0.5%;
	width: calc(33% - 17px);}

body#appointment form[name="appointment"] input[name="appphone"]{
    display: inline;
    margin-right: 0;
	width: calc(33% - 17px);}

/* HONEYPOT */
body#appointment form[name="appointment"] input[name="firstname"],
body#appointment form[name="appointment"] input[name="website"],
body#appointment form[name="appointment"] input[name="email"],
body#appointment form[name="appointment"] input[name="url"]{
    display: inline;
    border: 0 none;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    background: transparent;}

body#appointment form input[name="appphone"]{margin-right: 0;}

body#appointment form input[name="appdate"]{
    display: inline;
	width: calc(49.75% - 17px);
    margin-right: 0.5%;}

body#appointment form input[name="apptime"]{
    display: inline;
	width: calc(49.75% - 17px);}

body#appointment form textarea{
	height: 200px;}

body#appointment form input[type="checkbox"]{
    display: inline;
    width: auto;
    transform: scale(1.3);
    margin: 0 10px 12px 0;
	border: 1px solid #000;
	border-radius: 2px;}

body#appointment form label[for="checkbox"]{
    font-size: 90%;}

body#appointment form label[for="checkbox"] a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;}

body#appointment form label[for="checkbox"] a:hover{
    border-bottom: 1px dashed #000;}

body#appointment form input[type="submit"]{      
    font-family: "Novecentowide-DemiBold", arial;
    font-size: 100%;
	color: #000;
	width: auto;
	padding: 8px 50px;
	margin: 20px auto 0;
	cursor: pointer;    
	border: 2px solid #000;
	background-color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}
	
body#appointment form input[type="submit"]:hover{
	color: #fff;
	background: #000;
	border-color: #000;
	cursor: pointer;}

body#appointment form hr{
    border: 0; 
    height: 1px; 
    border-bottom: 1px solid #eee;
    margin: 5px 0 15px;}

body#appointment form[name="appointment"] input[name="appname"],
body#appointment form[name="appointment"] input[name="appemail"],
body#appointment form[name="appointment"] input[name="appphone"],
body#appointment form[name="appointment"] input[name="appdate"],
body#appointment form[name="appointment"] select[name="apptime"],
body#appointment form[name="appointment"] textarea,
body#appointment form[name="appointment"] input[type="submit"]{
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;}

/* RECEIPT */
body#receipt section{
    margin: 80px 0 0;
    padding: 100px 0 200px;}

body#receipt h1{
    font-size: 200%;
    margin-bottom: 50px;}

body#receipt form[name="receipt-password"] input[name="password"]{
    font-size: 150%;
    width: 30%;
    min-width: 380px;
    padding: 10px 20px;
    border: 2px solid #003699;
    border-radius: 10px;
    margin-right: 20px;}

body#receipt form[name="receipt-password"] input[type="submit"]{
    font-family: 'Novecentowide-DemiBold', arial;
    font-size: 150%;
    color: #000;
    padding: 10px 40px;
    border: 2px solid #003699;
    border-radius: 10px;
    text-transform: uppercase;
	cursor: pointer;
    background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

body#receipt form[name="receipt-password"] input[type="submit"]:hover{
    color: #fff;
    background: #000;
    border-color: #000;}

body#receipt p#incorrectpass{
    font-family: 'Novecentowide-Medium', arial;
    font-size: 90%;
    letter-spacing: 1px;
    color: red;
    margin: 10px auto 0 20px;}

body#receipt form[name="receipt"]{
    display: block;
	width: 960px;
	height: auto;
	padding: 0;
	margin: 0 auto;}

body#receipt form[name="receipt"] input,
body#receipt form[name="receipt"] textarea{
    font-family: sans-serif;
    font-size: 100%;
    color: #003699;
    margin-top: 20px;
    padding: 12px 20px;
    border: 1px solid #bbb;
    border-radius: 8px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}

body#receipt form[name="receipt"] textarea[name="receiptdatetime"]{
    display: block;
    width: calc(50% - 42px);
    height: 30px;
    border: 0; 
    background: none;}

body#receipt form[name="receipt"] input[name="receiptname"],
body#receipt form[name="receipt"] input[name="receiptemail"],
body#receipt form[name="receipt"] input[name="receiptphone"]{
    display: inline-block;
    width: calc(32.2% - 42px);}

body#receipt form[name="receipt"] input[name="receiptname"],
body#receipt form[name="receipt"] input[name="receiptemail"]{margin-right: 0.9%;}

body#receipt form[name="receipt"] input[name="receiptaddress"]{
    width: calc(100% - 52px);}

body#receipt form[name="receipt"] input[name="receiptitem1"],
body#receipt form[name="receipt"] input[name="receiptitem2"],
body#receipt form[name="receipt"] input[name="receiptitem3"],
body#receipt form[name="receipt"] input[name="receiptitem4"],
body#receipt form[name="receipt"] input[name="receiptitem5"],
body#receipt form[name="receipt"] input[name="receiptitem6"],
body#receipt form[name="receipt"] input[name="receiptitem7"],
body#receipt form[name="receipt"] input[name="receiptitem8"],
body#receipt form[name="receipt"] input[name="receiptitem9"]{
    width: 77%;
    margin-right: 0.9%;}

body#receipt form[name="receipt"] input[name="receiptprice1"],
body#receipt form[name="receipt"] input[name="receiptprice2"],
body#receipt form[name="receipt"] input[name="receiptprice3"],
body#receipt form[name="receipt"] input[name="receiptprice4"],
body#receipt form[name="receipt"] input[name="receiptprice5"],
body#receipt form[name="receipt"] input[name="receiptprice6"],
body#receipt form[name="receipt"] input[name="receiptprice7"],
body#receipt form[name="receipt"] input[name="receiptprice8"],
body#receipt form[name="receipt"] input[name="receiptprice9"]{
    width: 10%;
    min-width: 100px;}

body#receipt form[name="receipt"] hr{
    display: block;
    width: 100%;
    clear: both;
    border: 0;
    height: 1px;
    margin: 40px auto;}

body#receipt form[name="receipt"] .items{
    display: block;
    width: 100%;
    margin-bottom: 20px;}

body#receipt form[name="receipt"] .items input[type="number"]{
    float: right;}

body#receipt form[name="receipt"] input[name="receipttotal"]{
    display: block;
    float: right;}

body#receipt form[name="receipt"] textarea[name="receiptrepairsummary"],
body#receipt form[name="receipt"] textarea[name="receiptaddmessage"]{
    width: calc(100% - 42px);}

body#receipt form[name="receipt"] textarea[name="receiptaddmessage"]{
    margin-bottom: 50px;}

body#receipt form[name="receipt"] input[type=checkbox],
body#receipt form[name="receipt"] label{
    display: inline;}

body#receipt form[name="receipt"] input[type=checkbox]:checked {
    background-color: #003699;}

body#receipt form[name="receipt"] input[name="receiptreviews"]{
    margin: 30px 20px 30px 10px;
    padding-left: 20px;}

body#receipt form[name="receipt"] input[type="submit"]{
    display: block;
    margin: 0 auto;
    cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

body#receipt form[name="receipt"] input[type="submit"]:hover{
    color: #fff;
    background: #003699;
    cursor: pointer;}

body#receipt form[name="receipt"] input::-webkit-outer-spin-button,
body#receipt form[name="receipt"] input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
body#receipt form[name="receipt"] input[type=number] {-moz-appearance:textfield;}

output {
    display: block;}


/* FOOTER */
footer h2,
footer h3,
footer p{
    color: #fff;
    text-align: center;}

footer #quick-faq,
footer #about,
footer #socialmedia,
footer #IGfeed,
footer #contact{
    padding: 50px 0;}

footer #quick-faq{
    background: #e55b00;}

footer #quick-faq a{
    display: inline-block;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e55b00;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

footer #quick-faq a:hover{
    border-bottom: 1px dotted #fff;}

footer #quick-faq a.readmore{
    font-family: "Novecentowide-DemiBold",arial;
    font-size: 95%;
    letter-spacing: 0.8px;
    color: #fff;
    padding: 10px 0 4px;
    margin-top: 10px;
    border-bottom: 2px dotted rgba(255, 255, 255, 1);}

footer #quick-faq a.readmore:hover{
    color: #000;
    border-bottom: 2px dotted #000;}

footer #about{
	background: #003699;}

footer #about .container h2,
footer #about .container p{
    width: 50%; 
    min-width: 750px;
    margin: auto;}

footer #about .container p a{
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

footer #about .container p a:hover{
    border-bottom: 1px dashed rgba(255, 255, 255, 1);}

footer #about .container h2{
    margin-bottom: 20px}

footer #about .container p{
    line-height: 180%;}

footer #IGfeed{
	background: #fff;}

footer #IGfeed .container h2{
    color: #000;}

footer #IGfeed .container a img{ 
    width: 25%;}

footer #socialmedia{
    display: block;}

footer #socialmedia .container h2{
    color: #000;}

footer a.instagram{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 30px auto 0;
    background: url("images/instagram.png") center no-repeat;
    background-size: contain;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

footer a.instagram:hover{
    transform: scale(1.1);}

footer a.youtube{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 30px auto 0;
    background: url("images/youtube.png") center no-repeat;
    background-size: contain;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

footer a.youtube:hover{
    transform: scale(1.1);}

footer #contact{
	background: #333;}

footer #contact form[name="contact"]{
	display: block;
	width: 40%;
	margin: 0 auto}

footer #contact form[name="contact"] input,
footer #contact form[name="contact"] select,
footer #contact form[name="contact"] textarea{
	display: block;
	width: calc(100% - 12px);
	padding: 8px 6px;
	margin: 0 0 12px 0;
	font-family: 'Droid Sans', arial;
	font-size: 90%;
	color: #333;
	border: 0 none;
	border-radius: 2px;}

footer #contact form[name="contact"] input[name="website"]{
    display: inline;
    border: 0 none;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    background: transparent;}

footer #contact form textarea{
	height: 200px;}

footer #contact form[name="contact"] input[type="submit"]{
	width: auto;
	padding: 8px 50px;
	margin: 0 auto;
    font-family: "Novecentowide-DemiBold", arial;
    font-size: 100%;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #fff;
    border: 1px solid #fff;
    appearance: none;
	-webkit-appearance: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

footer #contact form input[type="submit"]:hover{
	color: #fff;
	background: #000;
	cursor: pointer;}
	
footer #contact form p{
    margin-top: 50px;}

footer #contact a.facebook{
    display: block;
    width: 60px;
    height: 60px;
    margin: 30px auto 0;
    background: url("images/facebook.png") center no-repeat;
    background-size: contain;}

footer nav{
    display: block;
    padding: 15px 0;
    background: #000;
    color: #fff;}

footer nav a{
	font-family: 'Novecentowide-Medium', arial;
	color: #fff;
    font-size: 80%;
	letter-spacing: 1.3px;
	text-decoration: none;
	text-transform: uppercase;
    padding: 15px;
    color: #fff;
    text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}

footer nav a:hover{
    color: #e55b00;}

footer nav p{
    float: right;
    padding: 0; 
    margin: 0;
	font-family: 'Novecentowide-Medium', arial;
	color: #fff;
    font-size: 90%;
	letter-spacing: 1.3px;
	text-decoration: none;
	text-transform: uppercase;}

/* THANK YOU */
body#thank-you .headline .container{
    height: auto;
    width: calc(80% - 500px);
    max-width: 700px;
    min-width: 480px;
    padding: 100px 250px 50px 250px;}

/* SURVEY */
body#survey .headline .container{
    height: auto;
    width: calc(80% - 500px);
    max-width: 700px;
    min-width: 480px;
    padding: 100px 250px 200px 250px;}

body#survey a.thumbsup{
    display: inline-block;
    width: 20%;
    min-width: 100px;
    height: 100px;
    margin: 30px 10% 0;
    background: url("images/thumbsup.png") center no-repeat;
    background-size: contain;
    border: 0 none;}

body#survey a.thumbsdown{
    display: inline-block;
    width: 20%;
    min-width: 100px;
    height: 100px;
    margin: 30px 10% 0;
    background: url("images/thumbsdown.png") center no-repeat;
    background-size: contain;
    border: 0 none;}

/* TABLET OR ANYTHING 1000 AND UNDER */
@media (max-width : 1000px){
    /* DESKTOP TABLET MOBILE RULES */
    .non-tablet{display: none;}
    .tablet{display: inline-block !important;}
    
    /* TABLET GLOBAL RULES */
    header, section, footer{
        display: block;
        width: 100%;
        min-width: 0;}
    
    .container{
        width: calc(100% - 20px);
        min-width: 0;
        max-width: 100%;
        padding: 0 10px;}

    .text-container{
        width: calc(100% - 60px);
        min-width: 0;
        max-width: 100%;
        padding: 20px 30px;
        margin: 20px auto;}
    
    .text-container h2 {
        font-size: 120%;}
    
    /* HEADER */
    header #call-today,
    header #text{
        font-size: 110%}
    
    header nav a{
        font-size: 75%;
        letter-spacing: 0.8px;
        padding: 0 4% 2px;
        text-shadow: none;}
    
    header nav:hover a{
        opacity: 1;}
    
    /* HEADLINE */
    .headline .container,
    body#homepage .headline .container,
    body#services .computer-repair-services .container,
    body#services .liquid-damage-service .container,
    body#services .console-repair-services .container,
    body#services .data-recovery-services .container,
    body#services .custom-pc-services .container,
    body#faq .headline .container,
    body#tos .headline .container,
    body#appointment .headline .container,
    body#survey .headline .container{
        width: 80%;
        max-width: 80%;
        min-width: 0;
        padding: 50px 0 20px;
        background: 0 none;}
    
    body#thank-you .headline .container{
        width: 80%;
        max-width: 80%;
        min-width: 0;
        padding: 50px 0 50px;
        background: 0 none;}
    
    .headline .container h1{
        font-size: 170%; 
        letter-spacing: 0.5px;}
    
    .headline .container p{
        font-size: 95%}
    
    .headline .container a:hover {
        background: rgba(255, 102, 0, 0) none repeat scroll 0 0;
        border: 2px solid rgba(255, 255, 255, 1);}
    
    .headline .container p.small{
        font-size: 85%}
    
    /* HOMEPAGE */
    ul.box li{
        display: block;
        position: relative;
        float: left;
        width: 32%;
        height: auto !important;
        padding: 0;
        margin: 10px 2% 30px 0;
        color: #000;}

    ul.box li:last-child{
        border-right: 0; 
        margin-right: 0 !important}

    ul.box li h2{
        font-size: 130%;
        font-weight: normal;
        line-height: 30px;
        margin: 5px auto 0;
        text-align: center;}
    
    ul.box p{
        font-size: 80%;
        margin-top: 5px;
        line-height: 20px;}

    ul.box li a.readmore:hover{
        color: #aaa;
        border-color: rgb(170, 170, 170);}
    
    /* FEQUENTLY ASKED QUESTIONS */
    body#faq .text-container h2,
    body#faq .text-container p{
        width: 90%;}
    
    /* TERMS OF SERVICE */
    body#tos .text-container p{
        margin-bottom: 60px;}
    
    /* APPOINTMENT */
    body#appointment form[name="appointment"]{
        display: block;
        width: 95%;
        min-width: 0;}
    
    body#appointment form input[type="submit"]{
        padding: 13px 50px;
        margin: 40px auto 0;}

    body#appointment form input[type="submit"]:hover{
        color: #000;
        background: #fff;
        border-color: #000;}
    
    /* RECEIPT */
    body#receipt form[name="receipt"]{
        width: calc(100% - 20px);
        min-width: 0;
        max-width: 100%;
        padding: 0 10px;}
        
    body#receipt form[name="receipt"] input[name="item1"],
    body#receipt form[name="receipt"] input[name="item2"],
    body#receipt form[name="receipt"] input[name="item3"],
    body#receipt form[name="receipt"] input[name="item4"],
    body#receipt form[name="receipt"] input[name="item5"],
    body#receipt form[name="receipt"] input[name="item6"],
    body#receipt form[name="receipt"] input[name="item7"],
    body#receipt form[name="receipt"] input[name="item8"],
    body#receipt form[name="receipt"] input[name="item9"]{
        width: 69%;
        margin-right: 0.5%;}
    
    /* FOOTER */
    footer #quick-faq a.readmore:hover{
        color: #fff;
        border-color: #fff;}
    
    footer #about .container h2,
    footer #about .container p{
        width: 90%; 
        min-width: 0;}

    footer #contact form[name="contact"]{
        display: block;
        width: 60%;
        margin: 0 auto;}
}

/* PHONE PORTRAIT */
@media (max-width : 660px){
    /* DESKTOP TABLET MOBILE RULES */
    .non-tablet{display: block !important;}
    .non-mobile{display: none !important;}
    .tablet{display: none !important;}
    .mobile{display: block !important;}
    
    /* GLOBAL RULES */
    html, body{
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;}
    
    h1, h2, h3{
        font-size: 130%;}
    
    p{
        font-size: 90%;}
    
    .text-container {
        width: calc(100% - 20px);
        min-width: 0;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 10px;
        background: #fff none repeat scroll 0 0;
        border-radius: 0;
        display: block;
        height: auto;}
    
    .text-container h2 {
        font-size: 100%;}
    
    /* HEADER */
    header{
        height: 0;}
    
    header nav{
        border-radius: 0px !important;}
    
    .js #menu {
        display:none;}
    
	.js .slicknav_menu {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;}
    
    .slicknav_menu #logo{
        display: inline-block;
        float: left;
        width: 50%;
        height: 36px;
        background: url("images/mobile-logo.png") no-repeat 10px center;
        background-size: 60%;}
    
    header nav.bottom{
        position: fixed;
        left: 0;
        bottom: 0;
        height: 49px;
        background: rgba(255, 255, 255, 0.94);
        border-top: 1px solid #ccc;}
    
    header nav.bottom a,
    header nav.bottom a.non-tablet{
        display: inline-block !important;
        width: 17%;
        height: 40px;
        margin: 0;
        padding: 5px 3px 4px;}
    
    header nav.bottom a.mobile-icon-phone-call{
        background: url("images/mobile-icon-phone-call.png") center no-repeat;}
    
    header nav.bottom a.mobile-icon-services{
        background: url("images/mobile-icon-services.png") center no-repeat;}
    
    header nav.bottom a.mobile-icon-reviews{
        background: url("images/mobile-icon-reviews.png") center no-repeat;}
    
    header nav.bottom a.mobile-icon-location{
        background: url("images/mobile-icon-location.png") center no-repeat;}
    
    header nav.bottom a.mobile-icon-home{
        background: url("images/mobile-icon-home.png") center no-repeat;}
    
    header nav.bottom a.mobile-icon-phone-call,
    header nav.bottom a.mobile-icon-services,
    header nav.bottom a.mobile-icon-reviews,
    header nav.bottom a.mobile-icon-location,
    header nav.bottom a.mobile-icon-home{
        background-size: 65%}
    
    /* HEADLINE */
    .headline{
        min-height: 0;
        margin-top: 15px;
        margin-bottom: 0;
        padding-bottom: 0;
        background: url("images/mobile-headline-bg.jpg") center no-repeat;
        background-size: cover;}
    
    .headline .container h1{
        font-size: 140%; 
        letter-spacing: 0.3px;
        word-spacing: 4px;}
    
    .headline .container p {padding: 0 5px;}
    
    .headline .container a{
        display: block;
        width: 50%;
        min-width: 90%;
        margin: 30px auto 20px;
        font-family: "Novecentowide-DemiBold",arial;
        font-size: 95%;
        color: #fff;
        letter-spacing: 0.3px;
        line-height: 40px;
        text-shadow: none;
        border: 1px solid #fff;}
    
    .headline .container a:hover{
        border: 1px solid #fff;}
    
    .headline .container,
    body#homepage .headline .container,
    body#services .computer-repair-services .container,
    body#services .liquid-damage-service .container,
    body#services .console-repair-services .container,
    body#services .data-recovery-services .container,
    body#services .custom-pc-services .container,
    body#faq .headline .container,
    body#tos .headline .container,
    body#appointment .headline .container,
    body#thank-you .headline .container,
    body#survey .headline .container{
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        padding: 30px 0 10px;
        background: 0 none;}
    
    .headline-mobile-image{
        display: block; 
        width: 90%; 
        margin: 0 auto;}
    
    /* HOMEPAGE */
    body#homepage .headline{
        padding-bottom: 30px; 
        margin-bottom: -20px;}
    
    body#homepage .headline img{
        width: 90%; 
        margin: 0 auto;}
    
    body#homepage .headline h1{
        font-size: 140%; 
        margin: 10px 0 ;}
    
    body#homepage .headline p{
        width: calc(100% - 20px); 
        margin: 5px 0; 
        letter-spacing: 0px;}
    
    ul.box li {
        width: 100%;}
    
    /* SERVICES */
    body#services .headline .container h1{
        font-size: 120%;}

    body#services .headline h1{
        margin: 10px auto 0;}
    
    body#services .console-repair-services,
    body#services .data-recovery-services,
    body#services .custom-pc-services{
        margin-top: 0;}
    
    body#services .text-container p {
        margin-bottom: 40px;}
    
    /* FREQUENTLY ASKED QUESTIONS */
    body#faq .text-container p{
        font-size: 95%;}
    
    body#faq .headline p{
        display: none;}
    
    /* TERMS OF SERVICE */
    body#tos .headline .container p{
        width: calc(100% - 10px); 
        padding: 0 5px;}
    
    body#tos .text-container h2{
        line-height: 25px;}
    
    /* APPOINTMENT */    
    body#appointment .headline {
        margin-bottom: 0;}
    
    body#appointment form[name="appointment"]{
        display: block;
        width: 95%;
        min-width: 0;
        margin: 0 auto 50px;}

    body#appointment form[name="appointment"] input,
    body#appointment form[name="appointment"] select,
    body#appointment form[name="appointment"] textarea{
        padding: 13px 6px;
        margin: 0 0 7px 0;
        font-size: 95%;
        color: #333;
        border: 1px solid #000;
        border-radius: 2px;}

    body#appointment form[name="appointment"] input[name="appname"],
    body#appointment form[name="appointment"] input[name="appemail"],
    body#appointment form[name="appointment"] input[name="appphone"],
    body#appointment form[name="appointment"] input[name="appdate"],
    body#appointment form[name="appointment"] input[name="apptime"]{
        display: inline;
        margin-right: 0.5%;
        width: calc(100% - 14px);}
    
    body#appointment form[name="appointment"] input[name="appdate"]{
        margin-right: 2%}
    
    body#appointment form[name="appointment"] textarea{
        width: calc(100% - 14px)}
    
    body#appointment form[name="appointment"] input[type="submit"]{
        color: #000;
        font-size: 110%;
        letter-spacing: 0.6px;
        margin: 30px auto 0; 
        padding: 15px 20px;
        border: 2px solid #000}
    
    /* RECEIPT */
    body#receipt section{
        padding: 0 0 200px;}
    
    body#receipt form[name="receipt-password"] input[name="password"]{
        display: block;
        font-size: 150%;
        width: calc(100% - 36px);
        min-width: 0;
        max-width: 100%;
        padding: 10px 20px;
        border: 2px solid #003699;
        border-radius: 10px;
        margin-right: 0;
        margin-bottom: 20px;}
    
    body#receipt form[name="receipt"] input[name="name"],
    body#receipt form[name="receipt"] input[name="email"],
    body#receipt form[name="receipt"] input[name="phone"],
    body#receipt form[name="receipt"] input[name="address"]{
        width: calc(100% - 42px);}
        
    body#receipt form[name="receipt"] input[name="item1"],
    body#receipt form[name="receipt"] input[name="item2"],
    body#receipt form[name="receipt"] input[name="item3"],
    body#receipt form[name="receipt"] input[name="item4"],
    body#receipt form[name="receipt"] input[name="item5"],
    body#receipt form[name="receipt"] input[name="item6"],
    body#receipt form[name="receipt"] input[name="item7"],
    body#receipt form[name="receipt"] input[name="item8"],
    body#receipt form[name="receipt"] input[name="item9"]{
        width: calc(100% - 42px);
        margin-right: 0;}
        
    body#receipt form[name="receipt"] input[name="total"]{
        display: block;
        width: calc(100% - 42px);
        min-width: calc(100% - 42px);
        margin-top: 20px;}
    
    /* FOOTER */
    footer{
        padding-bottom: 50px}
    
    footer #about .container h2,
    footer #about .container p{
        width: 100%;}
    
    footer #about .container h2{
        margin-bottom: 20px}
    
    footer #about .container p{
        line-height: 180%;}
    
    footer #contact form[name="contact"]{
        display: block;
        width: 95%;
        margin: 0 auto}
    
    footer #contact form[name="contact"] input, 
    footer #contact form[name="contact"] select, 
    footer #contact form[name="contact"] textarea {
        padding: 13px 6px;
        margin: 0 0 7px;}
    
    footer #contact form[name="contact"] input[type="submit"],
    footer #contact form[name="contact"] input[type="submit"]:hover{
        width: auto;
        margin-top: 10px;
        padding: 12px 50px;
        color: #000;
        background: #fff;
        border: 1px solid #fff;}
    
    footer nav a{
        display: none;}
    
    footer nav p{
        display: block;
        float: none;
        width: 100%;
        text-align: center;}
}

/*PHONE LANDSCAPE*/
@media (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
	body{
		background: url('images/flip.png') center center no-repeat fixed;
		background-size: 100px 100px;}
	
	section, header, footer, .slicknav_menu{display: none !important}
}


/* SLICKNAV MOBILE NAVIGATION */
/*!
* SlickNav Responsive Mobile Menu v1.0.7
* (c) 2016 Josh Cope
* licensed under MIT
*/
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.7em 01em;
    line-height: 1.125em;
    cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 25%; }

.slicknav_menu {
    *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 1em;
    margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 1em;
    display: block;
    content: "";
    position: absolute; }

.slicknav_menu .slicknav_no-text {
    margin: 0; }

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.1em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
    content: " ";
    display: table; }

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
    clear: both; }

.slicknav_nav ul {
    display: block; }

.slicknav_nav li {
    display: block; }

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
    cursor: pointer; }

.slicknav_nav .slicknav_item a {
    display: inline;}
    
.slicknav_nav .slicknav_row {
    display: block; }

.slicknav_nav a {
    display: block; }

.slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
    float: left; }

.slicknav_menu {
    font-size: 14px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #005aff 40%, #003699);
    background-color: #003699;
    padding: 0; }

.slicknav_menu * {
    box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-family: 'Novecentowide-DemiBold', arial;
    font-size: 110%;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 1px;
    text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
    margin: 0;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #222; }

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    background: #000;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden; }

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
    background: #ccc;
    color: #fff; }

.slicknav_nav a {
    padding: 30px 20px;
    margin: 0;
    font-family: 'Novecentowide-Medium', Arial;
    font-size: 115%;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff; 
    border-bottom: 1px solid #333;}

.slicknav_nav a:hover {
    background: #ccc;
    color: #222; }

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;}


/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
    z-index: 9999;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
    font-family: 'Novecentowide-Medium', arial;
  padding: .66em 0;
  font-weight: normal;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}


#datecontainer{ position: relative; z-index: 99999; }

