/*
* Mustach Coming Soon 
* Copyright 2012, Jorge Martínez
* www.jorgemartinez.me
*/

/* Table of Content
==================================================
    #Import Section
	#Site Styles
	#Header
	#Countdown
	#Porfolio 
	#Footer
	#Video Responsive
	#Contact
	#Lettering
	#Media Queries
	*/
	
/* ======================================================= */
/* #IMPORT SECTION */
/* ======================================================= */

@import url("base.css");     	/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css"); 	/* 960 Grid + Media Query Layouts */ 
@import url("superfish.css");   	
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900,300italic,400italic,700italic,900italic|Droid+Serif:400,700,400italic,700italic);
@import url("prettyPhoto.css"); 




	

/* #Site Styles
================================================== */



body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 0em;
	line-height: 21px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-color: #fff;
	color: #555;
	padding: 0px;
	margin: 0px;
}


/* Links */

a {  color: #87C9DD;  font-family: Helvetica, Arial, sans-serif;  font-weight: bold;  text-decoration: none; }
a:visited {  color: #87C9DD; }
a:focus {  outline: none; }
a:hover, a:active {  outline: 0;  text-decoration: none; color: #f83e3f; }

a{
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
}




h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color: #222!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	font-weight:  700;
	
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	text-decoration: none;
	color: #777!important; 	
}


h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:  700;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

h1.title-book, h2.title-book, h3.title-book, h4.title-book, h5.title-book, h6.title-book {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

h1.title-book a, h2.title-book a, h3.title-book a, h4.title-book a, h5.title-book a, h6.title-book a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}


/* Tables */

table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #eaeaea;margin-bottom:18px;}
table,td,th {vertical-align:middle;}
th{padding:10px;color:#666;border-top:1px solid #fff;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#f5f5f5;}



/* Responsive Images - Combined with Sencha.io on the frontend */
.columns img, .column img{max-width: 100%; height: auto;}
.content img{border: 1px solid #dfdfdf; margin-bottom: 15px;}


#page_effect { display:none;}

.full-width{
	width: 100%;
	
}

.wrapper-full {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 80px;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.04);
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.04);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D7DB;
}




/* Basic alignment */
.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 0px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}

h2.title-section{
	background-image: url(images/pattern-title.png);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 40px;
	text-align: center;
	margin-top: 80px;
}

h2.title-section a{
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
}



/* hr Divider */
#slide-single {
	margin-bottom: 32px;
	position: relative;
}




.space-single {
	margin-bottom: 50px;
	margin-top: 50px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
}

.space-bg {
	background-image: url(images/pattern-title.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 5px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.star {
	background: url(images/star.png) center center no-repeat, url(images/hr.png) left center repeat-x;
	height: 12px;
	padding-bottom: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#section-title-home {
	text-align: center;
	padding-top: 32px;
	padding-bottom: 16px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 36px;
}



/* Form Element */

input, textarea {
	padding: 8px;
	background: #fff;
	font-size: 14px;
	color: #555;
	border: 1px #ddd solid;
	
	/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
		-webkit-transition: background 0.3s linear;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
	
	textarea {		
		width: 390px; 
		height: 175px; 		 		
	}
	
	input:hover, textarea:hover { 
		background: #f6f8fa; 
	}
		
	input.submit { 	
		color: #444;
background: #EEE;
background: -moz-linear-gradient(top, rgba(255, 255, 255, .95) 0%, rgba(222, 222, 222, .95) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .95)), color-stop(100%,rgba(222, 222, 222, .95)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, .95) 0%,rgba(222, 222, 222, .95) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, .95) 0%,rgba(222, 222, 222, .95) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, .95) 0%,rgba(222, 222, 222, .95) 100%);
background: linear-gradient(top, rgba(255, 255, 255, .95) 0%,rgba(222, 222, 222, .95) 100%);
border: 1px solid #DBDBDB;
border-top: 1px solid #E3E3E3;
border-left: 1px solid #E3E3E3;	
	} 
	
	input.submit:hover { 		
		-webkit-box-shadow: 0px 0px 20px #fff;
		-moz-box-shadow: 0px 0px 20px #fff; 
		box-shadow: 0px 0px 20px #fff;	
		cursor:  pointer;
		color: #444;
background: #EEE;
background: -moz-linear-gradient(top, rgba(255, 255, 255, .95) 0%, rgba(222, 222, 222, .95) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .95)), color-stop(100%,rgba(222, 222, 222, .95)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, .95) 0%,rgba(222, 222, 222, .95) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, .95) 0%,rgba(222, 222, 222, .95) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, .95) 0%,rgba(222, 222, 222, .95) 100%);
background: linear-gradient(top, rgba(255, 255, 255, .95) 0%,rgba(222, 222, 222, .95) 100%);
border: 1px solid #DBDBDB;
border-top: 1px solid #E3E3E3;
border-left: 1px solid #E3E3E3;	 
	} 		



/* ======================================================= */
/* #Header */
/* ======================================================= */

#header {
	position: relative;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}

#header-bg {
	background-image: url(images/dg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
	z-index: 10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D7DB;
}




/* Logo */
.logo, .logo a {
    border-bottom: none;
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.logo:hover, .logo a:hover {
	position: relative;
	top: -1px;
	
}


/* Top Header */

#top {
	margin-bottom: 10px;
	
}

#top-center {
	padding-top: 10px;
	padding-bottom: 10px;
}

a.top-slick {
	background-image: url(images/next-testimonial.png);
	height: 34px;
	width: 37px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
	display: block;
}


.fader{
	opacity:0;
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 80px;
	z-index: 1000;
	padding-top: 40px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

.fader-c{background-image: url(images/bg.png); background-repeat: repeat;} 


/* ======================================================= */
/* Countdown
/* ======================================================= */

.countdown {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
	display: block;
	position: relative;
	width: 640px; /* 510px */
	height: 125px;
}


.countdown_section {
	display: block;
	float: left;
	color: #79a7c3;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	font-family: font-family: 'Lato', Helvetica, Arial, sans-serif;
	-webkit-mask-image: url(images/mask2.png);
	-moz-mask-image: url(images/mask2.png);
	-o-mask-image: url(images/mask2.png);
	mask-image: url(images/mask2.png);
	text-align: center;
	background-image: url(images/countdown-bg.png)!important;
	background-repeat: no-repeat;
	height: 100px;
	width: 87px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow: 1px 1px white, -1px -1px #ccc
}

span.countdown_section {
	background-image: url(images/countdown-bg.png)!important;
	background-repeat: no-repeat;

}

.countdown_amount {
	display: inline-block;
	font-size: 50px;
	width: auto;
	height: 53px;
	line-height: 53px;
	color: #79a7c3;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



.center-cou {
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	text-align: center;
}

.container-bt {
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	width: 40%;
}


.work-bt {
	background-image: url(images/work-bt.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	height: 54px;
	width: 155px;
	float: left;
}


.link-bt {
	background-image: url(images/link-bt.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	height: 54px;
	width: 155px;
	float: left;
}

.or {
	float: left;
	width: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/line-or.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 11px;
	font-family: "Droid Serif", serif;
	font-style: italic;
}

.subscribe{
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	overflow: hidden;
	position: relative;
}

.subscribe input {
	height: 25px;
	width: 80%;
	-webkit-box-shadow: 0px 0px 0px #aaa;
	-moz-box-shadow: 0px 0px 0px #aaa;
	box-shadow: 0px 0px 0px #aaa;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-shadow: inset 0 1px 1px #f1f1f1;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(255,255,255,0.75);
	border-top-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
}


.subscribe input:hover {
	background-color: #f5f5f5!important;
	border: 1px solid #b2d9ff;
}

.subscribe .submit {
	height: 40px;
	width: 111px;
	border-radius: 0px;
	color: #0D7BA4;
	background-image: url(images/subscirbe.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-shadow: 0px 0px 0px #fff;
	-moz-box-shadow: 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px #fff;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.subscribe .submit:hover {
	height: 40px;
	width: 110px;
	color: #0D7BA4;
	background-image: url(images/subscirbe.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-shadow: 0px 0px 0px #fff;
		-moz-box-shadow: 0px 0px 0px #fff; 
		box-shadow: 0px 0px 0px #fff;
}

.note {
	background-image: url(images/bg-testimonial.png);
	background-repeat: repeat;
	position: relative;
	color: #555555;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e1;
	border-right-color: #e0e0e1;
	border-left-color: #e0e0e1;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.noteleft {
	background-image: url(images/noteleft.png);
	background-repeat: repeat-x;
	height: 12px;
	float: left;
	width: 50%;
	background-position: -1px;
}

.noteright {
	background-image: url(images/noteright.png);
	background-repeat: repeat-x;
	height: 12px;
	float: left;
	width: 50%;
	background-position: right;
}



/* ======================================================= */
/* .Porfolio */
/* ======================================================= */



.portfolio-item {
	text-align: left;
	position: relative;
	height: auto;
}

.pt-wrp {
	padding: 0px;
	margin-bottom: 32px;
}

.imag-portfoliog {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #F4F3EF;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.portfolio-img {
	height: 100%;
	width: 100%;
	margin: 0%;
}



.overlay {
	opacity: 0;
	position: absolute;
	z-index: 5;
	background-image: url(images/hover-portfolio.png);
	border: 5px solid #87C9DD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 6px;
}




.zoom {
	background-image: url(images/eye.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
}


h4.title-portfolio a {
	font-family: "Droid Serif", serif;
	font-size: 11px;
	font-weight: normal;
}

.title-portfolio {
text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;}








/* ======================================================= */
/* Twitter */
/* ======================================================= */


.tw {
	height: 31px;
	width: 44px;
	background-image: url(images/tw.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	float: right;
	margin-right: 50px;
	margin-top: 5px;
}



#twitter_update_list {
	text-align: left;
	background-repeat: repeat;
	border-radius: 4px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	width: 95%;
}

#twitter_update_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}






	
/* ======================================================= */
/* FOOTER */
/* ======================================================= */	

#section-footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DDD;
	background-image: url(images/dg.jpg);
	background-repeat: repeat;
	color: #fff;
}
#footer {
	padding-top: 40px;
	padding-bottom: 35px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);	
}

.simple-nav ul {
	padding-left: 5px;
}
.simple-nav a {
	color: #A0A2AB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #52575f;
	display: block;
	padding-left: 5px;
	padding-bottom: 5px;
}

.simple-nav a:hover {
	text-decoration: none;
}

.title-footer  {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 5px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	color: #fff;
}
	





#section-footer-copy {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #53555a;
	background-image: url(images/tw-bg.png);	
}

#menu-footer {
	height: 35px;
	margin-top: 30px;
	
}




#menu-footer ul {
	padding: 0;
	list-style: none;
	line-height: 35px;
	
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#menu-footer ul a {
	display: block;
	position: relative;
}

#menu-footer ul li {
	float: left;
	position: relative;
	z-index: 40;
}

#menu-footer a {
	border-bottom: none;
	color: #fff;
	margin-right: 3;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);		
	font-size: 12px;
}

#menu-footer a:hover {
	text-decoration: none;
}

#footer-copy {
	min-height: 75px;
	
}

#section-footer h4 {
margin-top: 0px;
margin-bottom: 15px;
color: #EEE;
font-size: 13px;
}
#social {
	margin-top: 30px;
}

#social li {
display: block;
float: left;
margin-right: 7px;
border: 0px !important;
border-image: initial;
}

#section-footer #social a {
background: url("images/social-sprite-footer.png") no-repeat;
}

#social a {
	background: url("images/social-sprite.png") no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
	opacity: 0.4;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#social a:hover {
opacity: 1;
}

.twitter {
background-position: 0px 0px;
}

.twitter:hover {
background-position: 0px -34px !important;
}

.dribble {
background-position: -24px 0px !important;
}

.dribble:hover {
background-position: -24px -34px !important;

}

.forrrst {
background-position: -48px 0px !important;
}

.forrrst:hover {
background-position: -48px -34px !important;
}

.flickr {
background-position: -72px 0px !important;
}

.flickr:hover {
background-position: -72px -34px !important;
}

.facebook {
background-position: -96px 0px !important;
}

.facebook:hover {
background-position: -96px -34px !important;
}

.vimeo {
background-position: -120px 0px !important;
}

.vimeo:hover {
background-position: -120px -34px !important;
}

.rss {
background-position: -144px 0px !important;
}

.rss:hover {
background-position: -144px -34px !important;
}

/* ======================================================= */
/* UItoTop jQuery Plugin 1.1 http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
/* ======================================================= */	


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background-image: url(images/ui.totop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#toTopHover {
	background:url(images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}






/* ======================================================= */
/* Video Responsive
/* ======================================================= */	


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
}
	
	}
	
/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
	
	}
	







/* Tipsy */

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center;}
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px;  }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center;}



	


/* List */

.custom-list ul {
list-style: none !important;
list-style-image: none !important;
padding-left: 0 !important;
margin: 0 !important;
}

.custom-list ul li {
	padding-left: 25px !important;
	margin: 5px 0 !important;
	list-style: none !important;
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}



.dot ul li {
background: url(images/dot.png) no-repeat 0 1px !important;
}





/* ======================================================= */
/* Contact
/* ======================================================= */

.element .textarea {
	height:120px; 
	width:70%;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #ffa5a5;
	background:url(images/iconCaution.gif) no-repeat 2px
}
.element #submit {
}
.loading {
	float:left;
	background:url(images/ajax-loader.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display:none;
}
.done {
	background:url(images/iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:100%; 
	margin:20px auto; 
	display:none
}

/* ======================================================= */
/* Lettering
/* ======================================================= */
.letter-container {
	padding: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.letter-container h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 55px;
	
}
.letter-container h2 a {
	text-align: center;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.letter-container h2 a span {
	font-size: 74px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	color: #222;
	opacity: 1;
	text-shadow: 1px 1px white, -1px -1px #444;
	-webkit-mask-image: url(images/mask2.png);
	-moz-mask-image: url(images/mask2.png);
	-o-mask-image: url(images/mask2.png);
	mask-image: url(images/mask2.png);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-animation: sharpen 0.6s linear backwards;
	-moz-animation: sharpen 0.6s linear backwards;
	-ms-animation: sharpen 0.6s linear backwards;
	animation: sharpen 0.6s linear backwards;
}
.letter-container h2 a span:hover{
}
.letter-container h2 a span:nth-child(1) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.letter-container h2 a span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.letter-container h2 a span:nth-child(3) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.letter-container h2 a span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.letter-container h2 a span:nth-child(5) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.letter-container h2 a span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.letter-container h2 a span:nth-child(7) {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-ms-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.letter-container h2 a span:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.letter-container h2 a span:nth-child(9) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.letter-container h2 a span:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.letter-container h2 a span:nth-child(11) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.letter-container h2 a span:nth-child(12) {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.letter-container h2 a span:nth-child(13) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.letter-container h2 a span:nth-child(14) {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.letter-container h2 a span:nth-child(15) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.letter-container h2 a span:nth-child(16) {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
@keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #444;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #444;
   	color: transparent;
 }
 100% {
    color: #444;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #444, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-moz-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #444;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #444;
   	color: transparent;
 }
 100% {
    color: #444;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #444, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-webkit-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #444;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #444;
   	color: transparent;
 }
 100% {
    color: #444;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #444, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-ms-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #444;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #444;
   	color: transparent;
 }
 100% {
    color: #444;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #444, 1px 1px 4px rgba(0,0,0,0.7);
 }
}




/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
	
	
   


