/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	
	#Nav Styles
	#Site Styles
	#Table Styles
	#Media Queries



/* #Nav Styles
================================================== */


#nav {
	margin-top:15px;
	margin-bottom:0;
	padding:0;
}

#nav li {
	display:block;
	float:left;
	margin:0 24px 0 0;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	padding: 0 0 10px 0;
	position: relative;
}

#nav li:last-child {
	margin-right:0;
}


#nav li a:hover, #nav li.selected a {
	color:#27a0f6;
}

#nav li.selected ul li a {
	color:#000;
}


#nav a {
	float: left;
	color:#000;
	text-decoration:none;
	height: 20px;
}


#nav li:hover > ul{
	display: block;
}

/* Sub-menu */

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9999;    
    background: #fff;
    border-radius: 5px;
    display:none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#nav ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#nav ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    font-size:1em;
    border-bottom:1px solid #ccc;
}

*html #nav ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #nav ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#nav ul a:hover, #nav ul li.selected a {
    background: #227EBF; /* Old browsers */
	background: #227EBF -moz-linear-gradient(top, rgba(58,157,229,1) 0%, rgba(22,114,180,1) 100%); /* FF3.6+ */
	background: #227EBF -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,157,229,1)), color-stop(100%,rgba(22,114,180,1))); /* Chrome,Safari4+ */
	background: #227EBF -webkit-linear-gradient(top, rgba(58,157,229,1) 0%,rgba(22,114,180,1) 100%); /* Chrome10+,Safari5.1+ */
	background: #227EBF -o-linear-gradient(top, rgba(58,157,229,1) 0%,rgba(22,114,180,1) 100%); /* Opera11.10+ */
	background: #227EBF -ms-linear-gradient(top, rgba(58,157,229,1) 0%,rgba(22,114,180,1) 100%); /* IE10+ */
	background: #227EBF linear-gradient(top, rgba(58,157,229,1) 0%,rgba(22,114,180,1) 100%); /* W3C */
	color:#fff !important;
}

#nav ul li:first-child a {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#nav ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #04acec;
}

#nav ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#nav ul li:last-child a {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#nav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #nav             { zoom: 1; } /* IE6 */
*:first-child+html #nav { zoom: 1; } /* IE7 */



/* #Site Styles
================================================== */


body {
	background-color:#1E1E1E;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Serif', serif;
	font-weight:400;
}


a, a:visited, a:active {
	color:#0a6db6;
}

a:hover {
	color:#004c83;
}

.left {
	float:left;
	margin-right:20px;
	margin-bottom:12px;
}

.right {
	float:right;
	margin-left:20px;
	margin-bottom:12px;
}

.full_width {
    width: 100%;
}

.no_margin_bottom {
	margin-bottom:0;
}

.centered {
	text-align:center;
}



.sticky {
	position:fixed; 
	top:0;
	z-index:2;
}

.menu-padding {
	padding-top:60px;
}

.menu {
	height:60px;
}



.header {
	background:rgba(255, 255, 255, 1);
	height:60px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.header .row {
	margin:8px 0;
}

.header .logo a {
	display:block;
	width:176px;
	height:41px;
	background-image:url('../images/realtyninja_logo.png');
	text-indent:-9999px;
}


.tinynav { 
	display: none;
}


.parallax {
	background-attachment: fixed;
	height:100%;
	background-size:contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

.hero {
	background-image:url('../images/hero_bg.jpg');
	background-color:#616163;
	height:480px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	text-align:center;
	width:100%;
	box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.2);
}

.sub_hero {
	background-image:url('../images/sub_hero_bg.jpg');
	min-height:146px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	text-align:center;
	width:100%;
	background-size: auto !important;
	background-position: top !important;
}

.hero h1, .sub_hero h1 {
	font-family: 'Droid Serif', serif;
	font-weight:400;
	color:#fff;
	line-height:40px;
}

.hero h1 {
	font-size:3em;
	letter-spacing:-.02em;
	margin-top:75px;
}

.sub_hero h1 {
	font-size:2.4em;
	letter-spacing:.01em;
	margin-top:35px;
	margin-bottom:12px;
}



.sub_hero h2 {
	font-size:1.3em;
	letter-spacing:.01em;
}

ul.sub-hero-links {
	margin:0 auto;
	text-align: center;
	padding:10px;
	display:block;
}

.sub-hero-links li {
	display:inline-block;
	margin-right:15px;
}

.sub-hero-links li a {
	padding:5px;
	display:block;
	text-decoration: underline;
	color:#27a0f6;
}

.hero h2, .sub_hero h2 {
	font-family: 'Droid Serif', serif;
	font-weight:400;
	color:#fff;
	line-height:22px;
}

.hero h2 {
	font-size:1.34em;
	letter-spacing:-.01em;
}

.hero_cta {
	margin:-300px 0 0 0;
}

.hero_cta h3 {
	font-size:1.4em;
	color:#fff;
	line-height:1.4em;
	margin:40px 0 20px 0;
	padding-left:60px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.hero_cta_left {
	text-align:right;
}

.hero_cta_right {
	margin-bottom:-92px;
}

.hero_responsive_web_design {
	margin-top:24px;
	width:100%;
	max-width:620px;
}

.hero_cta_right .monitor {
	height:348px;
	width:460px;
	margin:0;
	background-image:url('../images/monitor.png');
}

.hero_cta_right .macbook {
	height:217px;
	width:404px;
	margin:-198px 0 0 236px;
	background-image:url('../images/macbook.png');
}


.hero_cta_right .iphone {
	height:163px;
	width:92px;
	margin:-159px 0 0 531px;
	background-image:url('../images/iphone.png');
}

.home_benefits {
	background-image:url('../images/grey_gradient.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
}

.home_main {
	background-color:#fff;
}

.cta_main, .signup_form .cta_main {
	background: #227EBF; /* Old browsers */
	background: #227EBF -moz-linear-gradient(top, rgba(58,157,229,1) 0%, rgba(22,114,180,1) 100%); /* FF3.6+ */
	background: #227EBF -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,157,229,1)), color-stop(100%,rgba(22,114,180,1))); /* Chrome,Safari4+ */
	background: #227EBF -webkit-linear-gradient(top, rgba(58,157,229,1) 0%,rgba(22,114,180,1) 100%); /* Chrome10+,Safari5.1+ */
	background: #227EBF -o-linear-gradient(top, rgba(58,157,229,1) 0%,rgba(22,114,180,1) 100%); /* Opera11.10+ */
	background: #227EBF -ms-linear-gradient(top, rgba(58,157,229,1) 0%,rgba(22,114,180,1) 100%); /* IE10+ */
	background: #227EBF linear-gradient(top, rgba(58,157,229,1) 0%,rgba(22,114,180,1) 100%); /* W3C */
	border:1px solid rgba(0, 0, 0, 0.2);
	color:#fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.75);
	font-size:1.3em;
	font-weight:400;
	font-family: 'Droid Serif', serif;
	padding:12px 16px;
	margin-bottom:15px;
	text-decoration: none;
	text-align:center;
	-webkit-transition-property: background color;
  	-webkit-transition-duration: .3s;
  	-webkit-transition-timing-function: ease-out;
  	-moz-transition-property: background color;
  	-moz-transition-duration: .3s;
  	-moz-transition-timing-function: ease-out;
  	-o-transition-property: background color;
  	-o-transition-duration: .3s;
  	-o-transition-timing-function: ease-out;
  	-ms-transition-property: background color;
  	-ms-transition-duration: .3s;
  	-ms-transition-timing-function: ease-out;
  	transition-property: background color;
  	transition-duration: .3s;
  	transition-timing-function: ease-out;
  	-webkit-box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .15);
	box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .15);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width:200px;
}


.cta_secondary {
	background: #000;
	border:1px solid #000;
	color:#fff;
	text-shadow: none;
	font-size:1.1em;
	text-align:center;
	font-weight:400;
	font-family: 'Droid Serif', serif;
	padding:10px 12px;
	margin-bottom:15px;
	-webkit-transition-property: background color;
  	-webkit-transition-duration: .3s;
  	-webkit-transition-timing-function: ease-out;
  	-moz-transition-property: background color;
  	-moz-transition-duration: .3s;
  	-moz-transition-timing-function: ease-out;
  	-o-transition-property: background color;
  	-o-transition-duration: .3s;
  	-o-transition-timing-function: ease-out;
  	-ms-transition-property: background color;
  	-ms-transition-duration: .3s;
  	-ms-transition-timing-function: ease-out;
  	transition-property: background color;
  	transition-duration: .3s;
  	transition-timing-function: ease-out;
  	-webkit-box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .15);
    box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .15);
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

.cta_main:hover, .cta_main:active, .signup_form .cta_main:hover, .signup_form .cta_main:active {
	background: #0D5B93; /* Old browsers */
	background: #0D5B93 -moz-linear-gradient(top, rgba(44,142,212,1) 0%, rgba(8,83,137,1) 100%); /* FF3.6+ */
	background: #0D5B93 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,114,180,1)), color-stop(100%,rgba(8,83,137,1))); /* Chrome,Safari4+ */
	background: #0D5B93 -webkit-linear-gradient(top, rgba(22,114,180,1) 0%,rgba(8,83,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: #0D5B93 -o-linear-gradient(top, rgba(22,114,180,1) 0%,rgba(8,83,137,1) 100%); /* Opera11.10+ */
	background: #0D5B93 -ms-linear-gradient(top, rgba(22,114,180,1) 0%,rgba(8,83,137,1) 100%); /* IE10+ */
	background: #0D5B93 linear-gradient(top, rgba(22,114,180,1) 0%,rgba(8,83,137,1) 100%); /* W3C */
	border:1px solid #0a5286;
	color:#fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .3);
    box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .3);
}

.cta_secondary:hover, .cta_secondary:active {
	background: #000;
	border:1px solid #2a2a2a;
	color:#fff;
	-webkit-box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .3);
    box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .3);
}

.cta_secondary:visited, .cta_main:visited {
	color:#fff;
}

.cta_secondary img {
	margin:4px 0 0 10px;
}

.home_video {
	margin:40px 0 30px 0;
}

.home_video img {
	width:100%;
}


.home_benefit_image_1 {
	background-image:url('../images/home_benefits_1.png');
	width:450px;
	height:370px;
}

.home_benefit_text h3 {
	font-family: 'Droid Serif', serif;
	font-weight:400;
	color:#1b78bb;
	font-size:1.6em;
	letter-spacing:-.02em;
	line-height:1.2em;
	margin: 91px 0 20px 0;
}

.home_benefit_text {
	text-align:center;
	margin-bottom:40px;
}

.home_benefit_text p {
	color:#424242;
	font-size:1.1em;
	line-height:1.45em;
}

.home_benefit_text a {
	color:#000;
	text-decoration:none;
	font-weight:700;
	display:inline-block;
	background-image:url('../images/arrow_right_blue.png');
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:12px;
	margin-bottom:20px;
}

.home_video_callout {
	text-align:center;
}

.home_tour_banner {
	background-color:#f5f5f5;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #cbcbcb;
	padding:50px 0 30px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#545454;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 1%, #f5f5f5 5%, #f5f5f5 67%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efefef), color-stop(5%,#f5f5f5), color-stop(67%,#f5f5f5), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 1%,#f5f5f5 5%,#f5f5f5 67%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 1%,#f5f5f5 5%,#f5f5f5 67%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 1%,#f5f5f5 5%,#f5f5f5 67%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 1%,#f5f5f5 5%,#f5f5f5 67%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

}

.home_tour_banner h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-bottom:.1em;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2em;
}

.home_bottom h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-bottom:1em;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2em;
}

.home_bottom h3 {
	margin-bottom:20px;
	font-size:1.4em;
}

.realestate_brokerage_logos {
	width:100%;
	margin-bottom:20px;
}

.home_bottom hr {
	margin:30px 0;
}

.facebook_container {
	height:300px;
	width:340px;
}

.home_tour_banner p {
	margin-top: 10px;
}

.home_tour_icon {
	width:43px;
	height:52px;
	float:left;
	margin:0 24px 58px 0;
}

.home_highlight {
	padding:100px 0 40px 0;
	background-image:url('../images/home_highlight_bg.jpg');
	color:#fff;
	background-position: center center;
	background-size: cover;
	text-shadow: 1px 1px #000;
	box-shadow: inset 0 0 5px #111;
	background-attachment: scroll;
}

.top_hotsheets {
	min-height:360px;
	background-image:url('../images/hotsheets_top_bg.jpg');
	color:#fff;
	text-shadow: 1px 1px #000;
	font-size:1.4em;
	height:100%;
	line-height:1.2em;
	background-color:#dde0e5;
	background-size: auto !important;
	background-position: top !important;
}

.top_idx {
	min-height:360px;
	background-image:url('../images/idx_top_bg.jpg');
	color:#fff;
	text-shadow: 1px 1px #000;
	font-size:1.4em;
	height:100%;
	line-height:1.2em;
	background-color:#dde0e5;
	background-size: auto !important;
	background-position: top !important;
}


.top_websites {
	min-height:360px;
	background-image:url('../images/websites_top_bg.jpg');
	color:#fff;
	text-shadow: 1px 1px #000;
	font-size:1.4em;
	height:100%;
	line-height:1.2em;
	background-color:#dde0e5;
	background-size: auto !important;
	background-position: top !important;
}


.top_toronto {
	min-height:360px;
	background-image:url('../images/toronto_top_bg.jpg');
	color:#fff;
	text-shadow: 1px 1px #000;
	height:100%;
	font-size:16px;
	padding:70px 0 80px 0;
	line-height:22px;
	background-color:#000;
	background-size: auto !important;
	background-position: top !important;
}

.top_toronto_optin {
	border-radius:10px;
	-webkit-box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .3);
    box-shadow:  0px 0px 0px 3px rgba(0, 0, 0, .3);
	padding:20px;
	background: -moz-linear-gradient(top,  rgba(35,126,231,0.9) 0%, rgba(37,82,137,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,126,231,0.9)), color-stop(100%,rgba(37,82,137,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(35,126,231,0.9) 0%,rgba(37,82,137,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(35,126,231,0.9) 0%,rgba(37,82,137,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(35,126,231,0.9) 0%,rgba(37,82,137,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(35,126,231,0.9) 0%,rgba(37,82,137,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6237ee7', endColorstr='#e6255289',GradientType=0 ); /* IE6-9 */
	ter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68fc800', endColorstr='#4ad600',GradientType=0 ); /* IE6-9 */

}

.top_toronto .ten h1, .top_toronto .ten p {
	padding:0 40px;
}

.top_toronto .ten p strong {
	color:#4799ff;
	font-weight:bold;
}

.top_toronto h1, .top_toronto .fineprint {
	color:#fff;
}

.top_toronto .cta_main {
	margin:30px 0 20px 0;
}

.top_toronto .fineprint {
	font-size:14px;
	margin-top:30px;
	color:#ccc;
}

.top_toronto h4 {
 	font-size:16px;
}

.home_highlight h2, .top_hotsheets h3, .top_websites h3, .top_idx h3, .top_toronto h4 {
	color:#fff;
}

.home_highlight p {
	font-size:16px;
}

.top_hotsheets p, .top_websites p, .top_idx p {
	background-color:rgba(0, 0, 0, 0.7);
	padding:25px;
	display:block;
	position: relative;
}

.top_hotsheets img, .top_websites img, .top_idx img {
	margin-bottom:-5px;
}

.top_hotsheets h3, .top_websites h3, .top_idx h3 {
	font-size:28px;
	margin-bottom:20px;
}

hr {
	border-color:#ccc;
}



.bottom {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 48%, #b8c3cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#ffffff), color-stop(100%,#b8c3cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 48%,#b8c3cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 48%,#b8c3cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 48%,#b8c3cf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 48%,#b8c3cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8c3cf',GradientType=0 ); /* IE6-9 */
}

.bottom .container .sixteen {
	background-image:url('../images/home_bottom_bg.png');
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size: contain;
	min-height:150px;
	padding:40px 0 25px 0;
	text-shadow: 0 1px rgba(255, 255, 255, 0.95);
	-webkit-transition-property: background color;
  	-webkit-transition-duration: .3s;
  	-webkit-transition-timing-function: ease-out;
  	-moz-transition-property: background color;
  	-moz-transition-duration: .3s;
  	-moz-transition-timing-function: ease-out;
  	-o-transition-property: background color;
  	-o-transition-duration: .3s;
  	-o-transition-timing-function: ease-out;
  	-ms-transition-property: background color;
  	-ms-transition-duration: .3s;
  	-ms-transition-timing-function: ease-out;
  	transition-property: background color;
  	transition-duration: .3s;
  	transition-timing-function: ease-out;
}

.bottom .container .sixteen .row .sixteen {
	background-image:none;
}

blockquote {
	font-size:1em;
	color:#4e4e4e;
}

blockquote, blockquote p {
    line-height: 22px;
}

cite {
	font-size:.9em;
	line-height:1em;
}

cite img {
	float:left;
	margin:0 10px 10px 0;
	padding:1px;
	border:1px solid #caced1;
}

cite a {
	color:#0a6db6;
	text-decoration:none;
	font-size:1.1em;
}

.twitter_username {
	background-image:url('../images/twitter_icon_grey.png');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
}

.twitter_username a {
	color:#000;
	text-decoration:none;
}

.footer {
	background-color:#1e1e1e;
	padding:40px 0 20px 0;
}

.footer a {
	color:#737373;
	text-decoration: none;
}

.footer a:hover {
	color:#fff;
}

.footer p, .footer p a {
	color:#fff;
	text-transform: uppercase;
	font-size:.9em;
	margin-bottom:.5em;
}

.footer p {
	line-height:1em;
	margin-bottom:1em;
	font-size:0.8em;
}

.footer ul li {
	font-size:.9em;
	margin-bottom:.4em;
	line-height:1.2em;
}


.phone_number_large {
	font-size:1.8em;
	font-weight:700;
	
}

.footer_last {
	text-align:right;
}


.top_quote {
	padding:60px 0 10px 0;
	text-align:center;
	background-color:#fff;
}

.tour_next {
	font-size:1.3em;
	margin-bottom:25px;
	padding: 14px 18px;
}

.fancybox-title-float-wrap .child {
	font-size:16px;
	padding:12px 20px !important;
}

.fancybox-title-float-wrap {
	margin-bottom:-65px !important;
}

.fancybox-title-float-wrap .child a {
	color:#fff;
}

.top_quote h3 {
	color:#4b7495;
	font-size:1.3em;
	font-style:italic;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	line-height:1.6em;
}

.tour_nav {
	height:130px;
	background-color:#f5f5f5;
	border-bottom:1px solid #dadada;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);

}

.tour_nav ul li {
	display:block;
	float:left;
	margin:0 25px 0 0;
	font-size:2.4em;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	letter-spacing:-.04em;
}

.tour_nav ul li a {
	color:#878787;
	display:block;
	text-decoration:none;
	padding:50px 25px;
}

.tour_nav ul li a.tour_nav_active {
	color:#000;
	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	margin-top:-9px;
	padding:65px 25px 54px 25px;
	background-color:#fff;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow:  0px -12px 15px 0px rgba(0, 0, 0, .3);
    box-shadow:  0px -12px 15px 0px rgba(0, 0, 0, .3);
}

.tour_nav ul li a span {
	display:block;
	font-size:14px;
	font-family:arial;
	text-align:center;
	opacity:.7;
	color:#878787;
	margin-top:20px;
	letter-spacing:0px;
}

.tour_nav ul li a.tour_nav_active span {
	color:#878787;
	opacity:1;
}

.tour_nav ul li a:hover {
	color:#000;
}

.tour_nav .first_nav {
	margin-left:28px;
}

.tour_nav .last_nav {
	margin-right:0;
}

.item {
	background-image:url('../images/divider_bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	padding:70px 0 50px 0;
	background-color:#fff;
}

.item_img {
	border:1px solid #fff;
	-webkit-box-shadow:  0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow:  0 0 15px 0 rgba(0, 0, 0, .3);
    width:100%;
}


.theme_item {
	background-image:url('../images/divider_bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	padding:70px 0 50px 0;
	background-color:#fff;
	text-align:center;
}

.theme_item .item_img {
    box-shadow:  0 0 15px 0 rgba(0, 0, 0, .3);
    width:100%;
}

.theme_item h3 {
	text-align:center;
	margin-bottom:30px;
}

.theme_item .button {
	font-size:16px;
	margin:10px auto 0 auto;
}

.item_img_noshadow {
    width:100%;
}

.item h3 {
	color:#1b78bb;
	font-size:1.8em;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	margin:30px 0 20px 0;
}

.item p {
	font-size:1.1em;
}

.tour_support_4col h3 {
	font-size:1.3em;
	margin-bottom:12px;
	line-height:20px;
}

.asterix {
	color:#888;
	margin-left:3px;
	vertical-align:top;
	font-size:14px;
}

.item .fineprint {
	color:#888;
	font-size:1em;
}

.item .fineprint a {
	color:#666;
	text-decoration:underline;
}

.item .fineprint a:hover {
	text-decoration: underline;
}

.textcontent {
	background-color:#fff;
}

.textcontent h4, .textcontent h3 {
	margin-top:50px;
	margin-bottom:20px;
}


.textcontent ul {
	margin-left:20px;
}

.textcontent ul li {
	list-style:disc;
	margin-bottom:6px;
}

#mc_embed_signup { 
	background:#fff; 
	clear:left; 
}

html #mc_embed_signup form {
	padding:0;
}

#mc_embed_signup .button {
	text-shadow:none;
	color:#000;
}

html #mc_embed_signup input.email {
	width:100%;
}

.pricing_table {
	padding:70px 0 20px 0;
	background-image:url('../images/plan_bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#fff;
}

.pricing_table h3 {
	font-size:22px;
}

.pricing_table_info h4, .hotsheet_info h4 {
	text-align:center;
	padding-bottom:20px;
	color:#7d7d7d;
	font-size:18px;
}



.pricing_table_signup {
	margin:30px 0 10px 0;
}


.line_hidden {
	display:none;
}

.divider {
	background-image:url('../images/divider_bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	padding:10px 0 30px 0;
}

.textcontent .img_scale, .top_quote .img_scale, .item .img_scale, .landing_testimonials_whitebg .img_scale {
	width:100%;
}


.all_accounts_include_container {
	background-color:#fff;
}

.all_accounts_include {
	background-color:#fff;
	-webkit-box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, .2);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding-bottom:20px;
    margin-bottom:60px;

}

.all_accounts_include ul {
	list-style-image: url('../images/star.png');
	list-style-type: none;
}

.all_accounts_include h4 {
	margin:30px 0 20px 0;
}

.all_accounts_include ul li {
	margin-left:20px;
}

.pricing_table_signup_small {
	font-size:1.1em;
	margin-top:20px;
}

.signup_form {
	padding:10px 0 40px 0;
	background-color:#fff;
}

.signup_form label {
	font-size:1.3em;
	color:#444;
	font-weight:400;
	margin-bottom:8px;
	margin-top:16px;
}

.signup_form label.checkbox_label, .signup_form label.checkbox_label span {
	font-size:16px;
}

.signup_form input[type="text"], .signup_form input[type="password"], .signup_form input[type="email"], .signup_form textarea, .signup_form select {
	width:100%;
	font-size:1em;
	padding:10px 8px;
	margin-bottom:24px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.signup_form #terms {
	margin-bottom:20px;
}

.signup_form input:focus, .signup_form textarea:focus {
	-webkit-box-shadow:0 0 25px #ccc;
	-moz-box-shadow:0 0 25px #ccc;
	box-shadow:0 0 25px #ccc;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
	font-size:1.3em;
}

.signup_form p.success {
	background-color:#ccffc2;
	color:#157f00;
	font-size:1.1em;
	padding:10px 14px 10px 14px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #37b400;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.signup_form p.error, .landing_sign_up p.error  {
	background-color:#ffc2c2;
	color:#7f0000;
	font-size:1.1em;
	padding:10px 14px 10px 36px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #b40000;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	background-image:url('../images/error.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.signup_form input.error, .signup_form select.error, .signup_form #terms.error {
	border:3px solid #b40000;
}

.signup_form .required_field {
	color:#838383;
	font-size:18px;
}

.signup_form .centered {
	display:block;
}

.theme_gal_thumb {
	float:left;
	border:1px solid #fff;
	-webkit-box-shadow:  0 0 1px 0 rgba(0, 0, 0, .6);
    box-shadow:  0 0 1px 0 rgba(0, 0, 0, .6);
    height: 159px;
    margin: 0 20px 20px 0;
    width: 213px;
}

.whats_included_thumb {
	float:left;
	margin:0 9px 9px 0;
	border:1px solid #fff;
	-webkit-box-shadow:  0 0 1px 0 rgba(0, 0, 0, .6);
    box-shadow:  0 0 1px 0 rgba(0, 0, 0, .6);
    width:150px;
    height:94px;
}


.text_right {
	text-align:right;
}

.text_left {
	text-align:left;
}

.footer_bottom {
	border-top:1px solid #333;
	padding-top:30px;
}

.supportbox {
	margin-bottom:20px;
	height:150px;
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .2);
	padding:20px;
	border-radius:5px;
	border:1px solid #d0d0d0;
}


.supportbox h3 {
	margin-top:10px;
}

.supportbox img {
	margin-left:10px;
}

.vendors {
	padding:30px 0 50px 0;
}

.vendors h4 {
	margin:20px 0;
}

.team h4 {
	margin:10px 0 4px 0;
}

.team img {
	width:100%;
	max-width:160px;
}

.vendors a h4 {
	font-size:16px;
	margin-bottom:12px;
	text-align:center;
}

.vendors a {
	text-decoration: none;
}

.vendors .row {
	margin-bottom:0;
}

.testimonial_image {
	float:left;
	margin:0 20px 10px 0;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, .6);
    box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, .6);
    width:70px;
    border-top-left-radius: 52px; 
	border-top-right-radius: 52px; 
	border-bottom-right-radius: 52px; 
	border-bottom-left-radius: 52px; 
	border-top-color: rgb(255, 255, 255); 
	border-left-color: rgb(255, 255, 255); 
	border-right-color: rgb(255, 255, 255); 
	border-bottom-color: rgb(255, 255, 255); 
	border-top-width: 2px; 
	border-left-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid
}

.testimonials {
	padding-top:50px;
}

.testimonials h4 {
	font-size:14px;
	line-height:16px;
	font-style:italic;
	margin:0 0 10px 0;
}

.testimonial_item {
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .2);
	padding:25px;
	border-radius:5px;
	border:1px solid #d0d0d0;
	max-height:400px;
	overflow:auto;
}

.testimonials hr {
	margin:40px 0 0 0;
}

.testimonials a {
	color:#000;
	text-decoration:none;
}

.team h4 {
	font-size:1.2em;
	letter-spacing:-.02em;
}

.tweet {
	font-style:italic;
}

h1.sub_hero_heading_single {
	margin-top:50px;
}

.pricing_info {
	padding-top:90px;
}

.pricing_info h2, .pricing_questions h2, .design_process h2 {
	font-size:20px;
	line-height:28px;
}

.design_process {
	background-image:url('../images/design-process-bg.jpg');
	color:#fff;
	padding:40px 0;
	background-position: center center;
	background-size: cover;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 0 5px #111;
	text-align:center;
	background-attachment: scroll;
}

.design_process h4 { 
	margin-top:20px;
	margin-bottom:40px;
	color:#fff;
	font-size:1.8em;
}

.design_process h3 {
	color:#fff;
	font-size:1em;
	margin:0;
	letter-spacing: .1em;
	color:#ccc;
	font-weight:normal;
	font-family:helvetica, arial, sans-serif;
	text-transform: uppercase;
}

.design_process h2 {
	color:#fff;
	font-size:1.4em;
	margin-top:0px;
}

.pricing_info h3 {
	font-size:14px;
	color:#606060;
	line-height:18px;
	margin-top:10px;
}

.pricing_info .shortline_vertical {
	background-image:url('../images/shortline_vertical.jpg');
	height:105px;
	background-repeat: no-repeat;
	background-position: top center;
}

.pricing_info .price {
	margin-top:-55px;
}

.pricing_info .small_price {
	margin-top:0;
}

.pricing_info .price img, .pricing_info .small_price img {
	width:100%;
}

.pricing_info .pricing_switcher {
	margin-top:-14px;
}


.pricing_info .sign_up_now {
	padding-top:3px;
	text-align:center;
}

.pricing_info .sign_up_now a {
	font-size:26px;
}

.pricing_info .sign_up_now p {
	text-align:center;
	font-size:12px;
	color:#606060;
	margin-top:-10px;
}

.pricing_info .cta_main {
	padding: 12px 24px;
}

.pricing_table_list ul li, .top_toronto ul li, .checkmark_list ul li {
	list-style-image: url('../images/check.png');
	margin-bottom:10px;
}

.pricing_table_list ul {
	list-style-image: url('../images/check.png');
	list-style-type: none;
	text-align:left;
	margin-top:0;
}

ul.dash_icon li{
	list-style-image: url('../images/dash.png') !important;
	margin-bottom:10px;
}

.pricing_table_info h4 {
    margin-bottom: 0;
    margin-top: 20px;
}

.pricing_questions {
	text-align:center;
	padding:40px 0 30px 0;
}



#pricingtabs, #pricingtabs_bottom {
	text-align:center;
}

#pricingtabs img, #pricingtabs_bottom img {
	margin:20px 0;
}

#pricingtabs ul, #pricingtabs_bottom ul {
	margin:0;
}

#pricingtabs ul.ui-tabs-nav li, #pricingtabs_bottom ul.ui-tabs-nav li {
	display:inline-block;
	margin-right:-5px;
	margin-left:0;
}

#pricingtabs ul.ui-tabs-nav li a, #pricingtabs_bottom ul.ui-tabs-nav li a {
	padding:12px 25px 12px 25px;
	color:#868686;
	text-decoration:none;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	border-top:1px solid #d5d5d5;
	margin:0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #d5d5d5;
	
}

#pricingtabs ul.ui-tabs-nav li a.price_tab_monthly, #pricingtabs_bottom ul.ui-tabs-nav li a.price_tab_monthly {
	-webkit-box-shadow: inset 5px 0px 4px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 5px 0px 4px 0px rgba(0,0,0,0.06);
	box-shadow: inset 5px 0px 4px 0px rgba(0,0,0,0.06);
	border-top-left-radius: 0;
}

#pricingtabs ul.ui-tabs-nav li.ui-tabs-active a.price_tab_monthly, #pricingtabs_bottom ul.ui-tabs-nav li.ui-tabs-active a.price_tab_monthly {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#pricingtabs ul.ui-tabs-nav li a.price_tab_annually, #pricingtabs_bottom ul.ui-tabs-nav li a.price_tab_annually {
	-webkit-box-shadow: inset -5px 0px 4px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: inset -5px 0px 4px 0px rgba(0,0,0,0.06);
	box-shadow: inset -5px 0px 4px 0px rgba(0,0,0,0.06);
	border-top-right-radius: 0;
}

#pricingtabs ul.ui-tabs-nav li.ui-tabs-active a.price_tab_annually, #pricingtabs_bottom ul.ui-tabs-nav li.ui-tabs-active a.price_tab_annually {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#pricingtabs ul.ui-tabs-nav li.ui-tabs-active a, #pricingtabs_bottom ul.ui-tabs-nav li.ui-tabs-active a {
	color:#000;
	padding:20px 25px 12px 25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #fff;
}




.pricing_plan_change {
	background: #3da1e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #3da1e9 0%, #1470b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3da1e9), color-stop(100%,#1470b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3da1e9 0%,#1470b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3da1e9 0%,#1470b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3da1e9 0%,#1470b1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3da1e9 0%,#1470b1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1e9', endColorstr='#1470b1',GradientType=0 ); /* IE6-9 */

	border-top:3px solid #dedede;
	border-bottom:3px solid #dedede;
	padding:45px 0 30px 0;
	text-align:center;
}

.pricing_plan_change h3, .pricing_plan_change p, .pricing_plan_change a {
	color:#fff;
	text-decoration:none;
}

.pricing_plan_change h3 {
	font-size:22px;
	margin-bottom:10px;
	margin-top:0;
}

.pricing_plan_change p {
	margin-bottom:0;
}

.signup_form_info {
	text-align:center;
}

#plan_box_container {
	margin:20px 0 50px 0;
}

.plan_box {
	background-color:#fff;
	padding:12px 14px 12px 12px;
	margin:0 0 20px 0;
	border:1px solid #dbdbdb;
	text-shadow:1px 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	box-shadow: 0px 0px 2px 2px rgba(221,221,221,.3);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(221,221,221,.3);
	-moz-box-shadow: 0px 0px 2px 2px rgba(221,221,221,.3);
	line-height:22px;
}

.plan_box span {
	display:block;
	margin-top:12px;
	color:#777;
	border-top:1px dashed #ccc;
	padding-top:12px;
	font-size:13px;
	line-height:17px;
}

.plan_box img {
	margin:0 0 -3px 8px;
}

.plan_box input {
	margin-right:10px;
}

.plan_box_selected {
	box-shadow: 0px 0px 2px 2px rgba(221,221,221,1);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(221,221,221,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(221,221,221,1);
	border:1px solid #bebebe;
	background-color:#ebebeb;
}

#please_wait {
	text-align:center;
	margin:20px 0;
}

.signup_upsell_offer h3 {
	color:#606060;
	font-size:30px;
	margin:10px 0 20px 0;
	text-align:center;
}

.signup_upsell_offer a {
	color:#000;
	text-decoration: underline;
}

.signup_upsell_offer h3 a {
	text-decoration: none;
}

.signup_upsell_offer_cta {
	text-align:center;
}

.signup_upsell_offer_cta a {
	color:#000;
	text-decoration: underline;
	display:inline-block;
}

.limited_time_offer {
	margin:-65px -30px 0 0;
	float:right;
}

.landing_hero {
	height:524px;
	background-image:url('../images/landing_hero_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#fff;
	text-shadow:1px 1px #fff;
}

.landing_hero_short {
	height:225px;
	background-image:url('../images/landing_hero_short_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#fff;
	text-shadow:1px 1px #fff;
}

.landing_hero_calgary {
	background-image:url('../images/landing_hero_calgary_bg.jpg') !important;
}

.landing_hero_edmonton {
	background-image:url('../images/landing_hero_edmonton_bg.jpg') !important;
}

.landing_hero_vanisland {
	background-image:url('../images/landing_hero_vanisland_bg.jpg') !important;
}

.landing_hero_toronto {
	background-image:url('../images/landing_hero_toronto_bg.jpg') !important;
}

.landing_hero_vancouver {
	background-image:url('../images/landing_hero_vancouver_bg.jpg') !important;
}

.landing_hero_glam1 {
	background-image:url('../images/landing_hero_glam1_bg.jpg') !important;
}

.landing_logo {
	margin-top:55px;
	margin-bottom:120px;
}


.landing_video {
	margin-top:20px;
}

.landing_hero h1.smaller {
	font-size:36px;
	line-height:44px;
}

.landing_hero h2 {
	color:#005c86;
	font-size:20px;
	line-height:1.6em;
}

.landing_hero p {
	color:#000;
	font-size:14px;
	line-height:1.6em;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}

.landing_step1 {
	margin: -33px 0 0 99px;
	position:relative;
}

.landing_step2 {
	margin: 10px 0 0 259px;
}

.landing_sign_up {
	border-top:1px solid #fff;
	border-bottom:8px solid #467791;
	background: #5aacd4;
	padding-top:40px;
	padding-bottom:20px;
	background: -moz-linear-gradient(top,  #5aacd4 0%, #5fb1da 9%, #6fc0e9 20%, #70bbe0 49%, #6fabca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5aacd4), color-stop(9%,#5fb1da), color-stop(20%,#6fc0e9), color-stop(49%,#70bbe0), color-stop(100%,#6fabca));
	background: -webkit-linear-gradient(top,  #5aacd4 0%,#5fb1da 9%,#6fc0e9 20%,#70bbe0 49%,#6fabca 100%);
	background: -o-linear-gradient(top,  #5aacd4 0%,#5fb1da 9%,#6fc0e9 20%,#70bbe0 49%,#6fabca 100%);
	background: -ms-linear-gradient(top,  #5aacd4 0%,#5fb1da 9%,#6fc0e9 20%,#70bbe0 49%,#6fabca 100%);
	background: linear-gradient(to bottom,  #5aacd4 0%,#5fb1da 9%,#6fc0e9 20%,#70bbe0 49%,#6fabca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aacd4', endColorstr='#6fabca',GradientType=0 );
}

.landing_sign_up_info {
	text-align:center;
}

.landing_sign_up h3 {
	color:#fff;
	text-shadow:1px 1px #5794b4;
	font-size:27px;
	line-height:1.3em;
}

.landing_sign_up p {
	color:#0a2432;
	font-size:16px;
	text-shadow:1px 1px #bbe0f3;
}

.landing_sign_up input[type="text"], .landing_sign_up input[type="password"], .landing_sign_up input[type="email"], .landing_sign_up textarea, .landing_sign_up select {
	width:90%;
	color:#000;
	font-size:18px;
	padding:14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #5b93af;
	box-shadow: inset 1px 1px 10px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 1px 1px 10px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 1px 1px 10px 5px rgba(0,0,0,0.15);
	background-color:#fff;
}

.landing_sign_up .button, .landing_sign_up button, .landing_sign_up input[type="submit"], .landing_sign_up input[type="reset"], .landing_sign_up input[type="button"] {
	border:1px solid #bce8ff;
	box-shadow: inset 1px 1px 10px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 1px 1px 10px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 1px 1px 10px 5px rgba(0,0,0,0.15);
	background-color:#26a225;
	color:#fff;
	font-size:18px;
	padding:14px 40px;
	text-shadow:1px 1px #28840f;
}

.landing_testimonials {
	background: #ffffff;
	padding:50px 0 14px 0;
	text-shadow:1px 1px #fff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	border-bottom:1px solid #ccc;
}


.landing_testimonials_whitebg {
	background: #ffffff;
	padding:30px 0 14px 0;
	text-shadow:1px 1px #fff;
	border-bottom:1px solid #ccc;
}

.landing_testimonials h4, .landing_samples_testimonial h4, .landing_testimonials_whitebg h4 {
	font-size:16px;
}

.landing_testimonials p, .landing_samples_testimonial p, .landing_testimonials_whitebg p {
	color:#474747;
	font-size:14px;
	line-height:1.7em;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	font-style:italic;
}


.landing_samples hr {
	margin: 30px 0;
	height:1px;
	display:block;
	border-bottom:1px solid #fff;
}

.landing_testimonial img, .landing_samples_testimonial img {
	float:left;
	margin:4px 20px 8px 0;
}

.landing_testimonial_headshot {
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, .6);
    box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, .6);
    width:90px;
    border-top-left-radius: 52px; 
	border-top-right-radius: 52px; 
	border-bottom-right-radius: 52px; 
	border-bottom-left-radius: 52px; 
	border-top-color: rgb(255, 255, 255); 
	border-left-color: rgb(255, 255, 255); 
	border-right-color: rgb(255, 255, 255); 
	border-bottom-color: rgb(255, 255, 255); 
	border-top-width: 2px; 
	border-left-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid
}

.landing_tour {
	min-height:657px;
	background-image:url('../images/landing_tour_mls_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#fff;
}

.landing_tour_mls ul li {
	color:#fff;
}

.landing_tour_mls {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}


.landing_tour_mls_heading, .landing_tour_design_heading, .landing_samples_heading, .landing_ninjas_heading {
	text-align:center;
	margin:50px 0 24px 0;
}

.landing_setup {
	max-height:600px;
	background-color:#fff;
	border-top:1px solid #fff;
	text-shadow:1px 1px #fff;
	padding:30px 0 5px 0;
}

.landing_setup h3 {
	margin-top:0;
}

.landing_tour_setup_heading {
	margin:30px 0 24px 0;
	text-align:center;
	font-size:16px;
}

.landing_pricing_heading {
	margin:10px 0 50px 0;
	text-align:center;
}

.landing_tour_mls_heading h3 {
	color:#fff;
}

.landing_tour_mls_heading h3, .landing_tour_design_heading h3, .landing_pricing_heading h3, .landing_samples_heading h3, .landing_ninjas_heading h3, .landing_tour_setup_heading h3 {
	font-size:24px;
	line-height:1.3em;
}


.landing_tour_mls_heading p {
	color:#b8f4ff;
	font-size:16px;
}

.landing_ninjas_heading p {
	color:#276a75;
	margin-bottom:0;
}

.landing_ninjas_thumbnails p {
	color:#437e84;
	font-size:11px;
	text-align:center;
	line-height:1.3em;
}


.landing_checks ul li {
	background-image: url('../images/check.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:22px;
	margin-left:-22px;
}

.landing_tour .fineprint {
	font-size:11px;
	color:#63787d;
}

.landing_tour_design .landing_checks ul, .landing_pricing .landing_checks ul {
	margin-top:20px;
}

.landing_pricing {
	min-height:292px;
	background-image:url('../images/landing_pricing_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color:#fff;
	margin-top:-60px;
	position:relative;
	z-index:2;
	text-shadow:1px 1px #fff;
	padding:50px 0 30px 0;
	border-top:1px solid #ccc;
	box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.1);
}

.landing_price_box {
	background-color:#fff;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.2);
	text-align:center;
	padding:30px 0 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.landing_price_box img {
	margin-bottom:10px;
}

.landing_price_box p {
	margin-bottom:14px;
}

.landing_price_box p strong {
	font-size:14px;
	color:#000;
	line-height:1.3em;
	margin:5px 0;
}

.landing_price_box p.fineprint, p.fineprint {
	font-size:12px;
	color:#6e6e6e;
	line-height:1.3em;
}

.landing_try_free {
	margin: -73px 0 0 660px;
	position: relative;
    z-index: 2;
}

.landing_samples {
	background-color:#fff;
	background-image:none;
	padding-bottom:30px;
	text-shadow:1px 1px #fff;
	border-top: 1px solid #999999;
}

.samples_thumbnails img {
	border:1px solid #fff;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.2);
	width:100%;
}

.landing_ninjas {
	background-image:url('../images/landing_ninjas_bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#fff;
	text-shadow:1px 1px #fff;
	padding-bottom:70px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

.landing_footer {
	background-color:#000;
	color:#757575;
	font-size:12px;
	padding:20px 0;
}

.landing_privacy_link {
	font-size:12px;
	text-align:center;
	display:block;
	color:#999;
}

.landing_privacy_link_blue {
	font-size:14px;
	text-align:center;
	display:block;
	color:#b8e5f0;
}

.customized_examples {
	padding-bottom:40px;
}

.more_custom_title {
	display:block;
	margin:-156px auto 20px auto;
}


#activate_buttons .cta_main span {
	display:block;
	font-size:14px;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
}

#activate_buttons .pay_yearly {
	font-size:24px;
}


#activate_buttons .pay_monthly {
	font-size:18px;
}

.board_map {
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .3);
	margin-top:60px;
}

.themes_col_container, .plans_col_container {
	padding:60px 0 30px 0;
}

.basic_customization_col h3 {
	padding-left:10px;
	padding-right:10px;
}

.themes_col, .plans_col {
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .2);
	padding:20px;
	border-radius:5px;
	border:1px solid #d0d0d0;
	transition: box-shadow 0.3s ease;
}

.themes_col:hover, .plans_col:hover {
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .4);
	border:1px solid #ccc;
	cursor: pointer;
}

.themes_col h3, .plans_col h3 {
	font-size:22px;
	line-height:28px;
}

.themes_col h3 a, .plans_col h3 a {
	text-decoration: none;
}

.themes_col_container .five.columns, .plans_col_container .five.columns {
    width: 238px;
}

.themes_col_container .six.columns, .plans_col_container .six.columns {
    width: 298px;
}

.themes_col_container h4, .plans_col_container h4 {
    color: #606060;
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    border-bottom:1px solid #d2d2d2;
    margin-bottom:30px;
    padding-bottom:30px;
    max-width:86%;
    margin-left:auto;
    margin-right:auto;
}

.themes_price_block, .plans_price_block {
    margin-bottom:26px;
}

.themes_col .plans_price_block {
	border-bottom:1px solid #d2d2d2;
	max-width: 86%;
	margin-left:auto;
	margin-right:auto;
}

.themes_col_price, .plans_col_price {
	font-size:28px;
	color:#000;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	margin:24px 0;
}

.plans_col_price_alt {
	font-size:14px;
	color:#999;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	margin:-14px 0 0 0;
}

.plans_col_price_free {
	color:#227ebf;
	margin:20px 0 20px 0;
	padding-top:20px;
	border-top:1px solid #d2d2d2;
}

.plans_col_price_free strong {
	color:#227ebf;
}


.paid_annually {
	display:block;
	font-size:14px;
	margin-top:10px;
}

.themes_col ul, .plans_col ul {
	margin-bottom:30px;
}

.themes_col ul li, .plans_col ul li {
	list-style-image: url('../images/check.png');
	margin-bottom:12px;
}

.themes_col_ribbon, .plans_col_ribbon {
	display:block;
	position:relative;
	margin: -28px 0 -111px -28px;
}

.theme_item_ribbon {
	display:block;
	position:relative;
	margin: -8px 0 -109px -7px;
}

.standard_themes_col, .extra_customization_col {
	margin-top:32px;
}

.standard_themes_col h3, .extra_customization_col h3, .hotsheet_plan_col h3, .idx_plan_col h3, .fullsite_plan_col h3 {
	margin-top:18px;
}

.customized_themes_container ul li {
	list-style-image: url('../images/check.png');
	margin-bottom:8px;
}

.customized_themes_container {
	text-align:center;
}

.pricing_questions {
	padding-top:80px;
}

.home_highlight .launch_sale strong {
	color:#fcd743;
}

.home_highlight strong {
	color:#fff;
}

.home_highlight .launch_sale,  {
	color:#ccc;
	font-size:16px;
	border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding:10px;
}

.pricing_info .launch_sale, .plans_col_container .launch_sale {
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}


.design_services_top {
	padding-top:60px;
	padding-bottom:10px;
}

.design_services_top h3, .design_services h3 {
	font-size:22px;
	line-height:28px;
	margin-top:16px;
}

.design_services h2 {
	font-size:28px;
	padding-bottom:24px;
	margin-top:10px;
}

.design_services_top .cta_main, .design_services .cta_main {
	font-size:14px;
}


.design_services_section .row {
	background-image:url('../images/divider_bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	padding:65px 0 10px 0;
	background-color:#fff;
}



.design_services_section .fulldesignpackage {
	text-align:center;
	padding-top:20px;
}

.design_services_section h3, .design_services_detail_intro h3 {
	font-size:24px;
	line-height:30px;
}

.design_services_detail_intro h4 {
	font-size:20px;
	line-height:25px;
	margin-top:20px;
}

.design_services_detail_intro {
	padding-top:50px;
}

.design_services_detail_intro ul {
	margin:0;
	padding:0;
}

.design_services_detail {
	padding-top:20px;
}

.design_services {
	text-align:center;
	padding-bottom:50px;
}

.design_service_item {
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .2);
	padding:30px;
	border-radius:5px;
	border:1px solid #d0d0d0;
}

.design_services p, .design_services_top p {
	font-size:1.1em;
}

.note {
	padding:8px 6px;
	background-color:#f4f1d2;
	color:#25241e;
	border:1px solid #bfbda2;
	border-radius:10px;
}

.check_note {
	padding:3px 6px;
	margin-left:2px;
	font-size:10px;
	color:#666;
	border:1px solid #bfbda2;
	border-radius:10px;
	letter-spacing: .06em;
}

/* #Dojo Downloads
================================================== */

.freedownloads_container {
	padding:80px 0 60px 0;
	background-image:url('../images/ebook-modern-marketing-bg.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	color:#fff;
}
.freedownloads_container h1, .freedownloads_container h2, .freedownloads_container h3, .freedownloads_container h4 {
	color:#fff;
}

.freedownloads_container h2 {
	font-size:2.7em;
}

.freedownloads_container h3 {
	font-size:1.4em;
	margin-top:30px;
	line-height:1.3em;
	margin-bottom:30px;
}


.freedownloads_container h4 {
	font-size:1.3em;
}

.freedownloads_container .download_note {
	font-size:12px;
	line-height:1.3em;
	margin-top:30px;
	background: rgba(0, 0, 0, 0.3);
	padding:12px;
}

.freedownloads_container_small {
	text-align: center;
	padding:20px 0 40px 0;
}

.freedownloads_container_small h3 {
	font-size:1.4em;
	color:#666;
	margin-bottom:20px;
}

.freedownloads_container_small h4 {
	font-size:1.3em;
	line-height:1.3em;
	margin-top:20px;
}

.freedownloads_container a.file_download {
	padding:30px;
	background-color:#72cf6b;
	border-radius:60px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	display:inline-block;
	color:#fff;
	font-weight:bold;
	border:1px solid #9CEB96;
	text-shadow:none;
	font-size:1.4em;
	text-decoration: none;
}

.freedownloads_container_small a.file_download_small {
	padding:6px 12px;
	background-color:#72cf6b;
	border-radius:20px;
	display:inline-block;
	color:#fff;
	border:1px solid #9CEB96;
	font-size:1em;
	margin-bottom:30px;
	text-decoration: none;
}

/* #Table Styling 
================================================== */


table { 
  width: 100%; 
  border-collapse: collapse; 
  margin:30px 0;
  text-shadow:1px 1px #fff;
}

table ul li {
	list-style:circle !important;
}

/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #fff; 
}
th { 
  background: #fff; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
thead {
	font-weight:bold;
	font-size:1.1em;
	height:40px;
}


/* #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) ex: ipad portrait;  */

	@media only screen and (min-width: 768px) and (max-width: 959px) {


		#nav {
			margin-left:-46px;
		}

		#nav li {
			margin-right:16px;
			font-size:.9em;
		}

		#nav ul a {    
		    font-size:1.2em;
		}

		.hero {
			height:400px;
			background-image:url('../images/hero_bg_small.jpg');
		}

		.hero h1 {
			font-size:2.4em;
			letter-spacing:-.02em;
			margin-bottom:3px;
			margin-top:55px;
		}

		.hero h2 {
			font-size:1.1em;
			letter-spacing:-.01em;
		}

		.sub_hero {
			min-height:120px;
		}

		.sub_hero h1 {
			font-size:1.8em;
			margin-top:20px;
			letter-spacing:.01em;
		}

		h1.sub_hero_heading_single {
			margin-top:40px;
		}

		.sub_hero h2 {
			font-size:1.1em;
			letter-spacing:-.01em;
			margin-top:-5px;
		}

		.hero_cta {
			margin:-250px 0 0 0;
		}

		.hero_cta h3 {
			margin-top:20px;
			font-size:1.3em;
			padding-left: 20px;
		}

		.home_bottom h3 {
			font-size:1.2em;
		}

		.hero_responsive_web_design {
			margin-top:35px;
			width:96%;
		}

		.hero_cta_right .monitor {
			height:261px;
			width:345px;
			background-image:url('../images/monitor_small.png');
		}

		.hero_cta_right .macbook {
			height:163px;
			width:303px;
			margin: -148px 0 0 175px;
			background-image:url('../images/macbook_small.png');
		}


		.hero_cta_right .iphone {
			height:122px;
			width:69px;
			margin: -116px 0 0 397px;
			background-image:url('../images/iphone_small.png');
		}

		.home_benefit_text p {
			color:#424242;
			font-size:1em;
			line-height:1.3em;
		}

		.home_benefit_image_1 {
			background-image:url('../images/home_benefits_small_1.png');
			width:300px;
			height:241px;
			margin:0 auto;
		}

		.home_benefit_text h3 {
			font-size:1.3em;
			letter-spacing:0em;
			line-height:1.2em;
			margin-top:74px;
		}

		.home_benefit_text p {
			margin-bottom:.9em;
		}

		.home_benefit_image {
			text-align:center;
		}

		.home_tour_banner p {
			font-size:.9em;
			line-height:1.4em;
			margin-top:.5em;
		}

		.home_bottom h4 {
			margin-bottom:1em;
		}

		.facebook_container {
			width:260px;
		}

		.tour_nav {
			height:100px;
		}

		.tour_nav ul li {
			font-size:2em;
		}

		.tour_nav ul li a {
			padding: 38px 6px;
		}

		.tour_nav ul li a.tour_nav_active {
			padding: 53px 25px 45px 25px;
		}

		.item h3 {
			margin-top:0;
		}

		.item p {
			font-size:1em;
		}

		.tour_support_4col h3 {
			line-height:1.3em;
		}

		.pricing_table h3 {
			font-size:20px;
		}

		.vendors h4 {
			font-size:1.2em;
		}

		.team h4 {
			font-size:1em;
		}

		.pricing_info .sign_up_now a {
			font-size:19px;
		}

		.pricing_info .price {
			margin-top:-25px;
		}

		.pricing_info h2 {
			line-height:24px;
		}

		.pricing_info .sign_up_now {
			padding-top:16px;
		}

		.landing_logo {
		    margin-bottom: 104px;
		}

		.landing_hero h1 {
		    font-size: 36px;
		    line-height: 40px;
		}

		.landing_hero h2 {
			font-size:16px;
			line-height:1.6em;
		}

		.landing_video_thumb {
			width:280px;
		}

		.landing_step1 {
			margin: 6px 0 0;
		}

		.landing_step2 {
		    margin: 60px 0 0 159px;
		}

		.landing_sign_up h3 {
			font-size:20px;
		}

		.landing_tour_heading {
			margin:40px 0 10px 0;
		}

		.landing_tour_design_mobile img {
			width:100%;
		}


		.landing_tour_mls_heading p {
			font-size:14px;
			margin-bottom:0;
		}


		.landing_tour_mls_monitor img {
			margin-top:0;
			width:90%;
		}

		.landing_checks ul li {
		    font-size: 13px;
			margin-bottom:8px;
		}

		.landing_tour_design .landing_checks ul, .landing_pricing .landing_checks ul {
			margin-top:0;
		}

		.landing_price_box p strong {
			font-size:12px;
		}

		.landing_ninjas img {
			width:100%;
		}

		.landing_try_free {
		    margin: -73px 0 0 460px;
		}

		.themes_col_container .five.columns, .plans_col_container .five.columns {
		    width: 190px;
		}

		.themes_col_container .six.columns, .plans_col_container .six.columns {
		    width: 200px;
		}

		.vendors a h4 {
			font-size:12px;
		}

		.theme_gal_thumb {
		    height: 170px;
    		width: 227px;
		}

		.design_services_section h3, .design_services_detail_intro h3 {
			margin-top:10px;
		}

		






	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) ex: iphone landscape; */

	@media only screen and (min-width: 480px) and (max-width: 767px) {



		.tinynav { 
			display: block;
			margin:20px auto;
			font-size:1.4em;
		}

      	#nav { 
      		display: none;
      	}

      	.sticky {
			position:relative; 
			top:0;
			z-index:2;
		}

		.menu-padding {
			padding-top:0;
		}

		.menu {
			height:200px;
		}


		.header .logo a {
			width:420px;
			height:97px;
			background-image:url('../images/realtyninja_logo_420.png');
		}

		.hero {
			background-image:url('../images/hero_bg_xsmall.jpg');
			background-position: center center;
		}

		.hero h1 {
			margin-top:20px;
		}

		.hero {
			height:245px;
		}

		.sub_hero {
			min-height:200px;
		}

		.sub_hero h1 {
			line-height:1.1em;
			font-size:2.2em;
		}

		.sub_hero h2 {
    		font-size: 1.2em;
		}

		.hero_cta h3 {
			color:#000;
			text-shadow:none;
			padding-left:0;
		}

		.hero_cta_right .monitor {
			margin-top:30px;
			height:261px;
			width:345px;
			background-image:url('../images/monitor_small.png');
		}

		.hero_cta_right .macbook {
			height:163px;
			width:303px;
			margin: -130px 0 0 120px;
			background-image:url('../images/macbook_small.png');
		}


		.hero_cta_right .iphone {
			height:122px;
			width:69px;
			margin: -100px 0 0 340px;
			background-image:url('../images/iphone_small.png');
		}

		.hero_responsive_web_design {
			margin-top:20px;
		}

		.cta_secondary {
			padding:12px 16px;
		}

		h1.sub_hero_heading_single {
			margin-top:70px;
		}

		.home_benefit_text h3 {
			margin-top:1.3em;
		}

		.home_benefit_image {
			text-align:center;
		}

		.home_benefit_image_1 {
			background-image:url('../images/home_benefits_small_1.png');
			width:300px;
			height:247px;
			margin:0 auto;
		}

		.home_tour_icon {
			width:43px;
			height:52px;
			float:left;
			margin:0 24px 38px 0;
		}

		.bottom .sixteen {
			background-image:url('../images/home_bottom_small_bg.png');
			background-position:bottom center;
			background-repeat:no-repeat;
			min-height:200px;
			padding:25px 0 10px 0;
		}

		.bottom .img_scale {
			width:100%;
		}


		.footer_last {
			text-align:center;
		}

		.footer {
			font-size:1.4em;
		}

		.footer p, .footer ul li {
			text-align:center;
		}

		.footer p {
			margin-top:1.1em;
		}

		.tour_nav {
			height:100px;
		}

		.tour_nav ul li {
			font-size:1.2em;
			margin-right:15px;
		}

		.tour_nav ul .last_nav {
			margin-right:0;
		}

		.tour_nav ul li a {
			padding: 38px 2px;
		}

		.tour_nav ul li a.tour_nav_active {
			padding: 53px 12px 45px 12px;
		}

		.tour_nav .first_nav {
			margin-left:0;
		}

		.tour_nav ul li a span {
			margin-top:9px;
			font-size:12px;
		}

		.home_video {
			text-align: center;
		}

		.home_video img {
			width:70%;
			margin-top:30px;
		}

		.facebook_container {
			width:410px;
		}

		.pricing_table {
			background-image:none;
		}

		.pricing_switcher {
			padding-top:60px;
		}

		.line_hidden {
			display:block;
			border-top-width:4px;
			margin:40px 0;
		}

		.all_accounts_include ul li, .all_accounts_include h4 {
			margin-left:60px;
		}

		.hero_cta_left {
			text-align:center;
		}


		.vendors {
			text-align:center;
		}

		.vendors .img_scale, .team .img_scale {
			width:50%;
		}

		.pricing_info .shortline_vertical {
			display:none;
		}

		.pricing_info .price img, .pricing_info .small_price img {
		    width: 160px;
		}

		.pricing_info .price, .pricing_info .small_price {
			margin:20px 0;
			text-align:center;
		}

		.pricing_info h2, .pricing_info h3 {
			text-align:center;
		}

		.pricing_info .sign_up_now {
			padding-top:10px;
			text-align:center;
		}


		.pricing_table_list ul {
			text-align:center;
		}

		.landing_hero {
			height:880px;
			background-image:url('../images/landing_hero_mobile_bg.jpg');
			background-position: top center;
		}

		.landing_hero_calgary {
			background-image:url('../images/landing_hero_mobile_calgary_bg.jpg') !important;
		}

		.landing_hero_edmonton {
			background-image:url('../images/landing_hero_mobile_edmonton_bg.jpg') !important;
		}

		.landing_hero_vanisland {
			background-image:url('../images/landing_hero_mobile_vanisland_bg.jpg') !important;
		}

		.landing_hero_toronto {
			background-image:url('../images/landing_hero_mobile_toronto_bg.jpg') !important;
		}

		.landing_hero_vancouver {
			background-image:url('../images/landing_hero_mobile_vancouver_bg.jpg') !important;
		}

		.landing_hero_glam1 {
			background-image:url('../images/landing_hero_mobile_glam1_bg.jpg') !important;
		}

		.landing_logo {
		    margin-bottom: 14px;
		    margin-top: 145px;
		}

		.landing_step1 {
		    margin: -23px 0 20px 98px;
		}

		.landing_hero h1 {
		    line-height: 44px;
		}


		.landing_step2 {
		   margin: 50px 0 -60px 119px;
		}

		.landing_tour_mls_monitor img {
			margin-bottom:60px;
		}



		.landing_checks ul {
			text-align:center;
		}

		.landing_checks ul li, .landing_tour .fineprint {
			text-shadow:none;
			color:#000;
			text-align:center;
		}

		.landing_tour_heading h3 {
			margin-bottom:18px;
			font-size:26px;
		}

		.landing_tour_design .landing_checks ul, .landing_pricing .landing_checks ul {
		    margin-top: 0;
		}

		.landing_tour_design_mobile img {
			display:none;
		}

		.landing_pricing {
			margin-top:0;
			background-color: #fff;
			padding:50px 0 10px 0;
		}

		.landing_price_box {
			margin-bottom:40px;
		}

		.landing_samples, .landing_testimonials, .landing_ninjas {
			text-align:center;
		}

		.samples_thumbnails img {
			width:220px;
			margin-bottom:20px;
		}

		.landing_try_free {
		    margin: -73px 0 0 260px;
		}

		.landing_checks ul li {
			background-image:none;
		}

		.home_bottom h3 {
			text-align:center;
			line-height:1.3em;
		}

		.whats_included_thumb {
		   height: 123px;
    		width: 198px;
		}

		.home_video_callout {
			margin-top:30px;
		}


		.themes_col_container .five.columns, .plans_col_container .five.columns {
		    width: 378px;
		    margin-bottom:50px;
		}

		.themes_col_container .six.columns, .plans_col_container .six.columns {
		    width: 378px;
		    margin-bottom:50px;
		}

		.parallax {
			background-attachment:scroll !important;
			background-size:cover !important;
		}

		.theme_gal_thumb {
		    height: 141px;
    		width: 188px;
		}

		.design_services_section .row, .design_services_detail_intro {
			text-align:center;
		}

		.testimonial_item {
			height:auto;
			margin-bottom:20px;
		}

		.landing_testimonials_whitebg .img_scale {
			display:none;
		}

		
	




		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 30%; 
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
	
		/*
		Label the table data
		*/
		.rn_vs_others td:nth-of-type(2):before { content: "Other Platforms"; }
		.rn_vs_others td:nth-of-type(3):before { content: "RealtyNinja"; }

		.rn_vs_custom td:nth-of-type(2):before { content: "Custom Website"; }
		.rn_vs_custom td:nth-of-type(3):before { content: "RealtyNinja"; }

		.rn_vs_wordpress td:nth-of-type(2):before { content: "Wordpress"; }
		.rn_vs_wordpress td:nth-of-type(3):before { content: "RealtyNinja"; }



	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ex: iphone portrait; */

	@media only screen and (max-width: 479px) {


		.tinynav { 
			display: block;
			margin:20px auto;
			font-size:1.4em;
		}

      	#nav { 
      		display: none;
      	}

      	.sticky {
			position:relative; 
			top:0;
			z-index:2;
		}

		.menu-padding {
			padding-top:0;
		}

		.menu {
			height:180px;
		}

		.hero_cta_left {
			text-align:center;
		}


		.header .logo a {
			width:300px;
			height:86px;
			background-image:url('../images/realtyninja_logo_small.png');
		}

		.hero {
			background-image:url('../images/hero_bg_xsmall.jpg');
			background-position: center center;
		}

		.hero h1 {
			margin-top:20px;
		}

		.hero_cta h3 {
			margin:30px 10px 30px 10px;
			color:#000;
			text-shadow:none;
			padding-left:0;
		}

		.hero {
			height:320px;
		}

		.hero_responsive_web_design {
			display:none;
		}

		.sub_hero {
			min-height:240px;
		}

		.sub_hero h1 {
			line-height:1.1em;
			font-size:2em;
		}

		h1.sub_hero_heading_single {
			margin-top:90px;
		}

		.hero_cta_right .monitor, .hero_cta_right .macbook, .hero_cta_right .iphone {
			display:none;
		}

		.home_benefit_image_1 {
			background-image:url('../images/home_benefits_small_1.png');
			width:300px;
			height:247px;
		}

		.home_benefit_text h3 {
			margin-top:1.3em;
		}

		.facebook_container {
			width:260px;
		}

		.bottom .sixteen {
			background-image:url('../images/home_bottom_small_bg.png');
			background-position:bottom center;
			background-repeat:no-repeat;
			min-height:200px;
			padding:40px 0;
		}

		.home_video_callout {
			margin-top:30px;
		}

		.footer .phone_number_large {
			text-align:center;
			font-size:1.4em;
		}

		.footer_last {
			text-align:center;
		}

		.footer {
			font-size:1.4em;
		}

		.footer p, .footer ul li {
			text-align:center;
		}

		.footer p {
			margin-top:1.1em;
		}

		.bottom .img_scale {
			width:100%;
		}


		.tour_nav {
			height:auto;
			padding:34px 0 15px 0;
			text-align:center;
		}

		.tour_nav .first_nav {
			margin-left:0;
		}

		.tour_nav ul li {
			font-size:2em;
			float:none;
			margin:0 auto;
		}

		.tour_nav ul li a {
			padding:20px 18px;
			margin:0 0 10px 0;
		}

		.tour_nav ul li a.tour_nav_active {
			color:#000;
			border:1px solid #dadada;
			padding:20px 18px;
			margin:0 0 10px 0;
			background-color:#fff;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .3);
    		box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .3);
		}

		.home_video {
			text-align: center;
		}

		.home_video img {
			margin-top:30px;
		}

		.pricing_table {
			background-image:none;
		}

		.pricing_switcher {
			padding-top:60px;
		}


		.line_hidden {
			display:block;
			border-top-width:4px;
			margin:40px 0;
		}

		.home_bottom h3 {
			text-align:center;
			line-height:1.3em;
		}

		.all_accounts_include ul li, .all_accounts_include h4 {
			margin-left:60px;
		}

		.vendors {
			text-align:center;
		}

		.vendors .img_scale, .team .img_scale {
			width:60%;
		}

		.pricing_info .shortline_vertical {
			display:none;
		}

		.pricing_info .price img, .pricing_info .small_price img {
		    width: 160px;
		}

		.pricing_info .price, .pricing_info .small_price  {
			margin:20px 0;
			text-align:center;
		}

		.pricing_info h2, .pricing_info h3 {
			text-align:center;
		}

		.pricing_info .sign_up_now {
			padding-top:10px;
			text-align:center;
		}

		.pricing_table_list ul {
			text-align:center;
		}


		.landing_hero {
			height:950px;
			background-image:url('../images/landing_hero_mobile_bg.jpg');
			background-position: top center;
		}

		.landing_hero_calgary {
			background-image:url('../images/landing_hero_mobile_calgary_bg.jpg') !important;
		}

		.landing_hero_edmonton {
			background-image:url('../images/landing_hero_mobile_edmonton_bg.jpg') !important;
		}

		.landing_hero_vanisland {
			background-image:url('../images/landing_hero_mobile_vanisland_bg.jpg') !important;
		}

		.landing_hero_toronto {
			background-image:url('../images/landing_hero_mobile_toronto_bg.jpg') !important;
		}

		.landing_hero_vancouver {
			background-image:url('../images/landing_hero_mobile_vancouver_bg.jpg') !important;
		}

		.landing_hero_glam1 {
			background-image:url('../images/landing_hero_mobile_glam1_bg.jpg') !important;
		}

		.landing_logo {
		    margin-bottom: 14px;
		    margin-top: 145px;
		}

		.landing_step1 {
		    margin: -23px 0 20px 4px;
		}

		.landing_hero h1 {
		    line-height: 44px;
		}


		.landing_step2 {
		   margin: 50px 0 -60px 29px;
		}

		.landing_video_thumb {
			width:280px;
		}

		.landing_tour_mls_monitor img {
			width:100%;
			margin-bottom:50px;
		}


		.landing_checks ul {
			text-align:center;
		}



		.landing_checks ul li, .landing_tour .fineprint {
			text-shadow:none;
			color:#000;
			text-align:center;
		}

		.landing_tour_heading h3 {
			margin-bottom:18px;
			font-size:26px;
		}

		.landing_tour_design .landing_checks ul, .landing_pricing .landing_checks ul {
		    margin-top: 0;
		}

		.landing_tour_design_mobile img {
			display:none;
		}

		.landing_pricing {
			margin-top:0;
			background-color: #fff;
			padding:50px 0 10px 0;
		}

		.landing_price_box {
			margin-bottom:40px;
		}

		.landing_samples, .landing_testimonials, .landing_ninjas {
			text-align:center;
		}

		.samples_thumbnails img {
			width:180px;
			margin-bottom:20px;
		}

		.landing_try_free {
		    margin: -73px 0 0 20px;
		}

		.landing_checks ul li {
			background-image:none;
		}

		.whats_included_thumb {
		   	height: 86px;
    		width: 139px;
		}


		.themes_col_container .five.columns, .plans_col_container .five.columns {
		   	width: 258px;
		    margin-bottom:50px;
		}

		.themes_col_container .six.columns, .plans_col_container .six.columns {
		    width: 258px;
		    margin-bottom:50px;
		}

		.parallax {
			background-attachment:scroll !important;
			background-size:cover !important;
		}

		.theme_gal_thumb {
		    height: 96px;
    		width: 128px;
		}

		.design_services_section .row, .design_services_detail_intro {
			text-align:center;
		}

		.testimonial_item {
			height:auto;
			margin-bottom:20px;
		}

		.landing_testimonials_whitebg .img_scale {
			display:none;
		}

		




		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 40%; 
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}


	
		/*
		Label the table data
		*/
		.rn_vs_others td:nth-of-type(2):before { content: "Other Platforms"; }
		.rn_vs_others td:nth-of-type(3):before { content: "RealtyNinja"; }

		.rn_vs_custom td:nth-of-type(2):before { content: "Custom Website"; }
		.rn_vs_custom td:nth-of-type(3):before { content: "RealtyNinja"; }

		.rn_vs_wordpress td:nth-of-type(2):before { content: "Wordpress"; }
		.rn_vs_wordpress td:nth-of-type(3):before { content: "RealtyNinja"; }


	}
.landing_hero_toronto.landing_hero h2 {
    color: #444;
    font-family: "Helvetica neue", sans-serif;
}

.landing_hero_toronto strong {
    color: #005c86;
}

.landing_pricing_toronto strong {
    color: #005c86;
}

.landing_sign_up_toronto.landing_sign_up {
border-top: 70px solid #fff;
}
