/* ======================================================= */
/* #IMPORT SECTION */
/* ======================================================= */
@import url("base.css");     	/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css"); 	/* 960 Grid + Media Query Layouts */ 
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900,300italic,400italic,700italic,900italic|Droid+Serif:400,700,400italic,700italic);
	
/* #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;
}
/* ======================================================= */
/* Countdown
/* ======================================================= */
.countdown {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
	display: block;
	position: relative;
	width: 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;
}

	
/* ======================================================= */
/* 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;
}
#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 {
	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;
}

/* ======================================================= */
/* 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;
	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;	
}
.letter-container h2 a {
	text-align: center;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
/* #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) {}
	
	
   
