/*!
/*	Blueworld Public Theme Based on A.mphibio.us  1.0.1
/*	Copyright 2014, @cliveMoore @Treefrog
/*	http://a.mphibio.us
/*	Free to use under the MIT license.
/*	http://www.opensource.org/licenses/mit-license.php
/*	01/8/2014
/*

/* Web fonts
================================================== */

@font-face
{
    font-family: 'sourcesanspro-regular-webfont';
    src: url('../fonts/source-sans-pro/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/source-sans-pro/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/source-sans-pro/sourcesanspro-regular-webfont.svg#sourcesanspro-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'sourcesanspro-bold-webfont';
    src: url('../fonts/source-sans-pro/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/source-sans-pro/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/source-sans-pro/sourcesanspro-bold-webfont.svg#sourcesanspro-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	background: #fafafa;
	color: #898989;
	font-family:
		"sourcesanspro-regular-webfont",
		"Lucida Grande",
		"Lucida Sans",
		Lucida,
		Arial,
		Helvetica,
		sans-serif;
}

/* Link-o-matic
================================================== */
a, a:visited
{
	color: #1b378c; 
	outline: 0;
	/*	Sexy Rrogressive Enhancment link styles
	/*	CSS3 Please: http://css3please.com
	/*	Could also easily be: all .2s linear;
	/*	if you were looking to change background, image etc,
	/*	by default as well */
	-webkit-transition: color 0.3s linear;
	 -moz-transition: color 0.3s ease-out;
	   -o-transition: color 0.3s ease-out;
	      transition: color 0.3s ease-out;
}

a:hover,
a:focus 
{
	color: #000; 
}

#colophon a
{
	color: #589ece;
	text-decoration: none;
}
#colophon a:hover,
#colophon a:focus 
{
	color: #fff; 
}

p a,
p a:visited
{
	line-height: inherit; 
}

/* Theme styles
================================================== */

#scrollable #header
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9000;
}
#scrollable #intro,
#scrollable #features,
#scrollable #examples,
#scrollable #signup
{
	padding-top: 74px;
}

.blue
{
	color: #337dba;
}
.drk_grey_bg
{
	background-color: #464646;
}

#scrollable #header.drk_grey_bg
{
	background-color: #464646;
	background-color: rgba(0,0,0,0.8);
}

.blue_bg
{
	background-color: #337dba;
}
.drk_blue_bg
{
	background-color: #144268;
}

.drk_grey_bg,
.blue_bg,
.drk_blue_bg
{
	color: #fff;
}

#footer.drk_grey_bg
{
	background: #464646 url(../images/footer_bg.png) 0 0 repeat;
}

section 
{
	padding: 2em 0 2em;
}

#mainnav li
{
	margin-right: 10px;
	font-size: 1.1em;
}
#mainnav li.try a
{
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
#mainnav li.r
{
	float: right !important;
}

#logo
{
	display: block;
	height: 102px;
	background:transparent url(../images/blueworld_logo_lrg.png) 0 0 no-repeat;
	text-indent: -5000px;
	margin-bottom: 1em;
}

#intro img.swg
{
	min-width: 100%;
	margin-bottom: 1em;
}
h2,
h3
{
	font-family: 'sourcesanspro-bold-webfont';
	margin-bottom: 0.625em;
	line-height: 1.1;
}
 h2
{
	color: #464646;
}

#features
{
	background: url(../images/featureelements.png) center top no-repeat, url(../images/bgs/blueworldgrid.png) left top repeat;
	background-color: #337dba ;
}

#features h2,
#signup h3
{
	color: #fff;
}
#intro h2
{
	margin-top: -3px;
}

#intro p,
#examples p,
#features p,
#signup p
{
	font-size: 1.3em;
	line-height: 1.4;
}
#signup
{
	background: url(../images/bgs/drk_blueworldgrid.png) left top repeat;
	background-color: #337dba ;
	padding-bottom: 4em;
}
#colophon
{
	padding-top: 4em;
	padding-bottom: 2em;
}

.col.drop_top {
	margin-top:7px;
}

/* Box Styles
================================================== */

.panel
{
	color: #464646;
	box-shadow: rgba(0,0,0,0.8) 0 0 6px, rgba(0,0,0,0.6) 0 0 12px;
	background-color: #edf5fc;
/* http://css-tricks.com/almanac/properties/b/border-radius/
*/
-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
 -khtml-border-radius: 10px;
   -moz-border-radius: 10px; /* Firefox 1-3.6 */
   	 -o-border-radius: 10px;
   	 	border-radius: 10px;
   	 	
   	 	/* useful if you don't want a bg color from leaking outside the border: */
	 	
 -webkit-background-clip: padding-box; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-background-clip: padding; /* Firefox 1-3.6 */
   	 	
		 background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */

	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	transform:scale(0.9);
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.panel.feature
{
	background-color: #edf5fc !important;
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
/* 	z-index: 1; */
}
.panel.feature:before
{
	position: absolute;
	display: block;
	content: '';
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	padding: 10px;
	border: 12px solid #426784;
	background: transparent;
	
-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
 -khtml-border-radius: 10px;
   -moz-border-radius: 10px; /* Firefox 1-3.6 */
   	 -o-border-radius: 10px;
   	 	border-radius: 10px;
   	 	
   	 	/* useful if you don't want a bg color from leaking outside the border: */
	 	
 -webkit-background-clip: padding-box; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-background-clip: padding; /* Firefox 1-3.6 */
   	 	
		 background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
		 
	z-index: -1;
}

.panel:hover
{
	-webkit-transform:scale(1.07);
	-moz-transform:scale(1.07);
	transform:scale(1.07);
	
	z-index: 5000;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.panel h2,
.panel h3,
.panel h4,
.panel h5
{
	text-align: center;
	margin: 0 0;
	color: #fff;
}

.panel h2
{
	color: #144369;
}

.panel h3
{
	 font-family: "sourcesanspro-regular-webfont";
	 font-size: 2em;
}
.panel h5
{
	color: #afb8bf;
}

.panel section
{
	padding: 0 0;
}

.panel header
{
	padding: 0.5em 0;
	border-bottom: 1px solid #68aada;
	background-color: #0e73ba;
	background-image:-moz-linear-gradient(top,#0e73ba,#1261a1);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e73ba),color-stop(1,#1261a1)); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#0e73ba,EndColorStr=#1261a1);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#0e73ba,EndColorStr=#1261a1);
	background-image: -o-linear-gradient(top,#0e73ba,#1261a1);
	
	-o-border-top-right-radius: 10px;
	-o-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px; 
	border-top-left-radius: 10px;
   	 	/* useful if you don't want a bg color from leaking outside the border: */
	 	
 -webkit-background-clip: padding-box; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-background-clip: padding; /* Firefox 1-3.6 */
   	 	
		 background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
.panel footer
{
	padding: 0.5em 0;
	text-align: center;
	border-top: 1px solid #94c7ea;
	background-color: #65aedf;
	color: #fff;
	background-image:-moz-linear-gradient(top,#65aedf,#4b90be);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#65aedf),color-stop(1,#4b90be)); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#65aedf,EndColorStr=#4b90be);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#65aedf,EndColorStr=#4b90be);
	background-image: -o-linear-gradient(top,#65aedf,#4b90be);
	
	-o-border-bottom-right-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
   	 	/* useful if you don't want a bg color from leaking outside the border: */
	 	
 -webkit-background-clip: padding-box; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-background-clip: padding; /* Firefox 1-3.6 */
   	 	
		 background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
	
}
.panel footer p
{
	margin-bottom: 0;
	font-family: 'sourcesanspro-bold-webfont';
}

.panel .feature_list li
{
	list-style: none;
	font-size: 1.3em;
}
.panel .feature_list li .fa
{
	margin-right: 0.625em;
	font-size: 1.2em;
}
.panel .feature_list li.disabled
{
	color: #c2c2c2;
	text-decoration: line-through;
}

/* Button Styles
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="file"], 
.button_grp .active,
.filter_nav>dd>a 
{
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #fff !important;
	font-family: 'sourcesanspro-bold-webfont';
	/*
border-color: transparent;
	background-color: #dcdcdc;
	background-image:-moz-linear-gradient(top,#dcdcdc,#bababa);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dcdcdc),color-stop(1,#bababa)); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#dcdcdc,EndColorStr=#bababa);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#dcdcdc,EndColorStr=#bababa);
	background-image: -o-linear-gradient(top,#dcdcdc,#bababa);
*/
	
/* http://css-tricks.com/almanac/properties/b/border-radius/
*/
-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
 -khtml-border-radius: 10px;
   -moz-border-radius: 10px; /* Firefox 1-3.6 */
   	 -o-border-radius: 10px;
   	 	border-radius: 10px;
   	 	
   	 	/* useful if you don't want a bg color from leaking outside the border: */
	 	
 -webkit-background-clip: padding-box; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-background-clip: padding; /* Firefox 1-3.6 */
   	 	
		 background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
	text-shadow: none;
	box-shadow: none;
}
/*
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover
{
	border-color: transparent;
	background-color: #bababa;
	background-image:-moz-linear-gradient(top,#bababa,#dcdcdc);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#bababa),color-stop(1,#dcdcdc)); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#bababa,EndColorStr=#dcdcdc);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#bababa,EndColorStr=#dcdcdc);
	background-image: -o-linear-gradient(top,#bababa,#dcdcdc);
	border-color: transparent;
	text-shadow: none;
	box-shadow: none;
}
*/

.button.small,
button.small
{
	padding: .325em;
}
.button.large,
button.large
{
	font-size: 1.6em;
	padding: .325em;
	margin-bottom: 0.6em;
}

/*
button.blue,
.button.blue
{
	background-color: #0e73ba;
	background-image:-moz-linear-gradient(top,#0e73ba,#1261a1);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e73ba),color-stop(1,#1261a1)); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#0e73ba,EndColorStr=#1261a1);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#0e73ba,EndColorStr=#1261a1);
	background-image: -o-linear-gradient(top,#0e73ba,#1261a1);
}
button.blue:hover,
button.blue:focus,
.button.blue:hover,
.button.blue:focus
{
	color: #67b0e1 !important;
	background-color: #1261a1;
	background-image:-moz-linear-gradient(top,#1261a1,#0e73ba);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#1261a1),color-stop(1,#0e73ba)); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#1261a1,EndColorStr=#0e73ba);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#1261a1,EndColorStr=#0e73ba);
	background-image: -o-linear-gradient(top,#1261a1,#0e73ba);
	box-shadow: none;
	border-color: transparent;
}
*/

/* Slider Styles
================================================== */

.rslides
{
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	min-height: 345px;
	padding: 0;
	margin: 0;
}

#features .rslides
{
	margin-top: 40px;
}
.rslides li
{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	list-style: none;
	left: 0;
	top: 0;
}

.rslides li:first-child
{
	position: relative;
	display: block;
	float: left;
}

.rslides img
{
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_nav.next,
.rslides_nav.prev
{
	position: absolute;
	display: block;
	text-indent: -5000px;
	width: 55px;
	height: 75px;
	left: -55px;
	top: 40%;
	background-image: url(../images/rslider_nav.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	opacity: 0.5;
	
	-webkit-transition: opacity 0.3s ease-in;
	 -moz-transition: opacity 0.3s ease-in;
	   -o-transition: opacity 0.3s ease-in;
	      transition: opacity 0.3s ease-in;
}
.rslides_nav.next
{
	left: auto;
	right: -55px;
	background-position: -55px 0;
}
.rslides_nav.next:hover,
.rslides_nav.prev:hover
{
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;
	 -moz-transition: opacity 0.3s ease-out;
	   -o-transition: opacity 0.3s ease-out;
	      transition: opacity 0.3s ease-out;
}
.rslides_tabs
{
	margin-left: 225px;
}
.rslides_tabs li 
{
	display: inline;
	list-style: none;
	margin-right: 10px;
}
.rslides_tabs li a
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #67b0e1;
	text-indent: -5000px;
	
-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
 -khtml-border-radius: 10px;
   -moz-border-radius: 10px; /* Firefox 1-3.6 */
   	 -o-border-radius: 10px;
   	 	border-radius: 10px;
   	 	
   	 	/* useful if you don't want a bg color from leaking outside the border: */
	 	
 -webkit-background-clip: padding-box; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-background-clip: padding; /* Firefox 1-3.6 */
   	 	
		 background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */

	opacity: 0.5;
	
	-webkit-transition: opacity 0.3s ease-in;
	 -moz-transition: opacity 0.3s ease-in;
	   -o-transition: opacity 0.3s ease-in;
	      transition: opacity 0.3s ease-in;
}
.rslides_tabs li:hover a,
.rslides_tabs li.rslides_here a
{
	opacity: 1;
	
	-webkit-transition: opacity 0.3s ease-out;
	 -moz-transition: opacity 0.3s ease-out;
	   -o-transition: opacity 0.3s ease-out;
	      transition: opacity 0.3s ease-out;
}

/*

*/
.horizontal>li,
.filter_nav>dt,
.filter_nav>dd
{
	display:block;
	float:left;
	margin-bottom: 0;
	margin-left: 0;
}

.horizontal>li>a,
.filter_nav>dd>a
{
	display:inline-block;
	float:none;
	padding:.5em .865em;
	font-size:1em;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	      transition: all 0.3s ease-out;
}
#navigation .horizontal>li>a
{
	border-right: 1px solid #0080c6;
	border-left: 1px solid #005583;
	
}
.horizontal>li>a:hover
{
	background: #89ac4c;
	background: rgba(0,0,0,.1);
}
#navbar .horizontal > li > a {
	padding: .25em .865em;
}
.horizontal > li > ul,
.horizontal > li > ul > li,
.horizontal > li > ul > li > ul,
.horizontal > li > ul > li > ul > li
{
	margin: 0 !important;
	font-size: 1em;
	list-style: none;
}

.horizontal > li > ul > li > a,
.horizontal > li > ul > li > ul > li > a
{
	display: block;
	background: #ffffff;
	color: #0080c6;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #efefef;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.horizontal > li > ul > li > a,
.horizontal > li > ul > li > ul > li > a
{
	padding: .625em 3em .625em 1.125em;
}
.horizontal > li > ul > li > a:hover,
.horizontal > li > ul > li > ul > li > a:hover
{
	background: #0080c6;
	color: #fff;
	border-top: 1px solid #005583;
	border-bottom: 1px solid #0080c6;
	opacity: 1;
	filter: alpha(opacity=100);
}
.horizontal > li > ul
{
	position: absolute;
	z-index: 5000;
	height: 0;
	width: auto;
	margin-left: 0;
	margin-top: 0;
	border: 1px solid #cfcfcf;
	
	-webkit-box-shadow:
		0 1px 9px rgba(0,0,0,0.25);
	-moz-box-shadow:
		0 1px 9px rgba(0,0,0,0.25);
	box-shadow:
		0 1px 9px rgba(0,0,0,0.25);
	
	-webkit-transition: all 0.3s ease-out; 
	   -moz-transition: all 0.3s ease-out; 
	     -o-transition: all 0.3s ease-out; 
	        transition: all 0.3s ease-out; 
	        
	display: none;
}

.horizontal > li:hover > ul
{
	height: auto;
	display: block;	
}

.horizontal > li:hover > ul:before,
.horizontal > li > ul > li:hover > ul:before
{
	border:solid;
	border-color:#cfcfcf transparent;
	border-width: 0 6px 6px 6px;
	top:-6px;
	content:"";
	display:block;
	left:12%;
	position:absolute;
	z-index:301;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.horizontal > li > ul > li:hover > ul:before
{
	top:1.125em;
	left: -6px;
	border-color:transparent #cfcfcf;
	border-width: 6px 6px 6px 0;
}

.horizontal > li > ul > li
{
	/* This is the important rule for positioning the nav
	/* you need to give the third level a place to start */
	position: relative;
}

.horizontal > li > ul > li > ul
{
	position: absolute;
	top:0%;
	z-index: 5005;
	height: 0;
	width: auto;
	border: 1px solid #cfcfcf;
	
	-webkit-box-shadow:
		0 1px 6px rgba(0,0,0,0.25);
	-moz-box-shadow:
		0 1px 6px rgba(0,0,0,0.25);
	box-shadow:
		0 1px 6px rgba(0,0,0,0.25);
	
	-webkit-transition: all 0.3s ease-out; 
	   -moz-transition: all 0.3s ease-out; 
	     -o-transition: all 0.3s ease-out; 
	        transition: all 0.3s ease-out; 
	        
	display: none;
}

.horizontal > li > ul > li:hover > ul
{
	display: block;
	left:100%;
	height: auto;
}

/*  Mobile (Portrait) 
================================================== */

@media only screen and (max-width: 767px) 
{
	.container .col.one-third
	{
		width: 96%;
	}
	.rslides_nav.next,
	.rslides_nav.prev
	{
		position: absolute;
		left: 0;
		top: 40%;
	}
	.rslides_nav.next
	{
		left: auto;
		right:0;
	}
	.rslides
	{
		margin: 0 55px;
	}

}
