/* GLOBAL STYLES
 -------------------------------------------------- */
/* Padding below the footer and lighter body text */
@font-face {
	font-family: 'entypo';
	src: url('entypo.eot');
	src: url('entypo.eot?#iefix') format('embedded-opentype'), url('entypo.woff') format('woff'), url('entypo.ttf') format('truetype'), url('entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'entypo-social';
	src: url('entypo-social.eot');
	src: url('entypo-social.eot?#iefix') format('embedded-opentype'), url('entypo-social.woff') format('woff'), url('entypo-social.ttf') format('truetype'), url('entypo-social.svg#entypo-social') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'entypo-logo';
	src: url('entypo-logo-webfont.eot');
	src: url('entypo-logo-webfont.eot?#iefix') format('embedded-opentype'), url('entypo-logo-webfont.woff') format('woff'), url('entypo-logo-webfont.ttf') format('truetype'), url('entypo-logo-webfont.svg#entypo-logo') format('svg');
	font-weight: normal;
	font-style: normal;
}
#characters li {
	float: left;
	margin: 0 20px 0 0;
	width: 20px;
	font-family: "entypo";
	font-size: 8em;
	line-height: 1;
	text-align: center;
	color: #333;
}

#characters ul#entypo-social li, #map ul#entypo-social li span.pictogram {
	font-family: "entypo-social";
}

.html {
	font-family: "entypo";
	font-size: 6.1em;
	list-style-type: none;
	display: inline-block;
	color: #5e5e5e;
	float: left;
	line-height: 45%;
	margin-right: 5px;
}
div.float-left.span3 li.html {
	line-height: 9px !important;
	font-size:3.1em;
	color:#0088cc;
}
div.float-left.span3 {
	text-align:left;
}
div.row-fluid .padding-top30 div.float-left li.html {
	line-height: 5px !important;
	font-size:3.1em;
	color:#0088cc;
}
div.row-fluid .padding-top30 div.float-left p {
	text-align: left;
	padding-bottom: 4px;
	font-size: 14px;
	color: black;
	font-weight: 400;
}
html, body {
	height: 100%;
	width: 100%;
	/* The html and body elements cannot have any padding or margin. */
	color: #5a5a5a;
}
/*logo*/
.brand {
	width: 142px;
	font-size: 0;
	line-height: 0;
	float: left;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}
.clear {
	clear: both;
}
/* Set the fixed height of the footer here */
#push, #footer {
	height: 60px;
}
#footer {
	background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.page-frame {
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.container-border {
	background-color: whiteSmoke;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* CUSTOMIZE THE NAVBAR
 -------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin-top: 20px;
	margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
.navbar-wrapper .navbar {
}
/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
	border: 0;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
/* Downsize the brand/project name a bit */
.navbar .brand {
	height: 28px;
	width: 185px;
	display: block;
	background: url(../img/logo.png) no-repeat 0 0;
	text-indent: -4000px;
	margin: 4px 0px 0px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
	padding: 15px 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.3em;
}
/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
	margin-top: 10px;
}
/* CUSTOMIZE THE NAVBAR
 -------------------------------------------------- */

/* Carousel base class */

.carousel .container {
	position: relative;
}
.carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
}
.carousel .item {
	height: 80px;
}
.carousel img {
	top: 0;
	left: 0;
	display:inline-block;
	height:60px;
	margin-left:10px;
	border:0px;
	box-shadow:none;
}
.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 575px;
	padding: 0 20px;
	margin:90px 70px 0px;
	text-align: left;
}
.carousel-caption h1/*.lead*/ {
	line-height: 1.30;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #000;
	font-weight: 600;
	font-size: 37px;
	color: white;
}
.carousel-caption .btn {
	margin-top: 10px;
}
#email-us {
	margin-left:121px;
	margin-top:-11px;
}
.call-bg {
	background: url(../img/bg-arrow-down.png) no-repeat !important;
	position: absolute;
	right: 92px;
	display: block;
	width: 236px;
	overflow: visible;
	height: 103px;
	margin-top: -32px;
	padding: 5px 28px 0px;
	text-align: center;
	color: #fff;
	z-index: 1000;
}
.call-bg p {
	font-size: 18px;
	font-weight: 200;
	line-height: 9px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.call-bg h3 {
	font-size: 22px;
	font-weight: 400;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* social icons */
a.social-facebook {
	background: url(../img/social-icons.png) no-repeat !important;
	background-position: -53px -65px !important;
	left: 0px;
	top: 0px;
	display: inline-block;
	height: 38px;
	width: 38px;
}
a.social-twitter {
	background: url(../img/social-icons.png) no-repeat !important;
	background-position: -5px -65px !important;
	left: 0px;
	top: 0px;
	display: inline-block;
	height: 38px;
	width: 38px;
}
a.social-linkedin {
	background: url(../img/social-icons.png) no-repeat !important;
	background-position: -245px -65px !important;
	left: 0px;
	top: 0px;
	display: inline-block;
	height: 38px;
	width: 38px;
}
/*slider */
.slider-arr {
	position: relative;
	
}
section #partners-slider {
	height: 74px;
}

section .partners {
	padding: 0 70px 30px 70px;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -20px;
	z-index: 100;
}
section.slider-holder2 {
	position: relative;
	overflow: hidden;
}
section #partners-slider {
	overflow: hidden;
	position: relative;
	width: 85%;
	top: -11px;
	left: 114px;
}
section #partners-slider img {
	margin: 0px 10px;
	float: left;
	height: 52px;
}
.slider-holder2 .thumbnail {
	display: block;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.slider-holder2  .thumbnail:hover {
	border-color: #0088cc;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.slider-arr a.arr-btn {
	background: url(../img/slider-b-arr.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
}
.slider-arr a.prev-arr {
	left: 41px;
}
.slider-arr a.prev-arr:hover {
	background-position: 0 -31px;
}
.slider-arr a.next-arr {
	right: 20px;
	background-position: right 0;
	top:-2px
}
.slider-arr a.next-arr:hover {
	background-position: right -31px;
}

/* Featurettes
 ------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
	margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}
/* Thin out the marketing headings */
.featurette-heading {
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

/* RESPONSIVE CSS
 -------------------------------------------------- */

@media (max-width: 979px) {
	.featurette {
		height: auto;
		padding: 0;
	}
	.featurette-image.pull-left, .featurette-image.pull-right {
		display: block;
		float: none;
		max-width: 40%;
		margin: 0 auto 20px;
	}
	.carousel {
		margin-left: -20px;
		margin-right: -20px;
	}
	.carousel .container {
	}
	.carousel-inner {
		height:62px
	}
	.carousel .item {
		height:306px;
	}
	.carousel img {
	}
	.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 480px;
	padding: 0 20px;
	margin: 77px -13px 0px;
	text-align: left;
	}
	.carousel-caption h1 {
		font-size: 30px;
	}
	.carousel-caption .lead, .carousel-caption .btn {
		font-size: 18px;
	}
	.marketing .span4 + .span4 {
		margin-top: 40px;
	}
	.featurette-heading {
		font-size: 30px;
	}
	.featurette .lead {
		font-size: 18px;
		line-height: 1.5;
	}
}

/* ------------------------------------------------------------------------------- */
/*  8. Pricing Tables
 /* ------------------------------------------------------------------------------- */

.pricing-table {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pricing-table .column h2 {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
.pricing-table .column h4 {
	font-weight: 300;
}
.pricing-table-second .column h3 {
	font-size: 18.5px;
	font-weight: 300;
/*	text-transform: uppercase;
*/	margin-left: 20px;
	color: #fff;
}
.pricing-table-second .column .header p {
	font-size: 20px;
	margin: 20px 0px 0px;
	font-weight: 600;
	color: black;
}

.pricing-table-second .column, .pricing-table .column {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.pricing-table-second ul li, .pricing-table ul li {
	display: block;
	position: relative
}
.pricing-table-second .footer, .pricing-table .footer {
}
div.column ul {
	margin: 0px !important;
}

/*  First Pricing Table  --------------------------------*/

.pricing-table .column {
	background: #fff;
	border: #eaeaea 1px solid;
	width: 22.6%;
	padding-top: 25px;
}

.pricing-table .first-col {
	border-right: #eaeaea 0px solid !important;
}

.pricing-table .last-col {
	border-left: #eaeaea 0px solid !important;
}

.pricing-table .level-max {
	background: #fff;
	border: none;
	-webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0px 16px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 16px rgba(0, 0, 0, .2);
	margin: -35px 0;
	width: 23%;
	z-index: 1;
}
.pricing-table .header {
	padding: 26px 20px 23px;
	background: #40699e;
	border-top: #eaeaea 1px solid;
	margin-top: 25px;
}

.pricing-table p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	font-weight: 200;
	text-transform: capitalize;
}

.pricing-table ul li {
	border-top: 1px solid #eaeaea;
	padding: 8px 0;
}

.pricing-table .footer {
	background: #40699e;
	border-top: #eaeaea 1px solid;
}

.pricing-table .level-max .footer {
	background: #fff;
	border-top: #eaeaea 1px solid;
	padding-top: 60px;
	padding-bottom: 60px;
}

/*  Second Pricing Table  --------------------------------*/

.pricing-table-second .column {
	background: #fff;
	border: #eaeaea 1px solid;
	width: 30%;
	margin-right: 4.5%;
	margin-bottom: 20px;
}

.pricing-table-second .column:last-child {
	margin-right: 0;
}

.pricing-table-second .header {
	padding: 26px 20px 23px;
	background: #40699e;
	border-top: #eaeaea 1px solid;
}
.pricing-table-second h2 {
	font-size: 25px
}
.pricing-table h6 {
    color: #fff;
    font-weight: 300
}
.pricing-table-second h6 {
    color: #fff;
    font-weight: 300
}
.pricing-table-second .table-title {
	padding: 15px 20px 10px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #40699e, #4069ba);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40699e), to(#4069ba));
	background-image: -webkit-linear-gradient(top, #40699e, #4069ba);
	background-image: -o-linear-gradient(top, #40699e, #4069ba);
	background-image: linear-gradient(to bottom, #5993dd, #33547e);
}

.pricing-table-second h2 {
	color: #fff;
	font-weight: 300;
	margin: 0 0 3px;
	line-height: 29px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}

.pricing-table-second h4 span {
	color: #fff;
	vertical-align: top;
	display: block;
	font-size: 50px;
	font-weight: 500;
	margin: 0px 0px 20px;
	text-shadow: 0 -1px rgba(34, 25, 25, 0.6);
}

.pricing-table-second span sup {
	position: relative;
	top: -11px !important;
	font-size: 31px;
}
.pricing-table-second ul li {
	border-top: 1px solid #eaeaea;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 200;
}

.pricing-table-second .footer {
	background: #40699e;
	border-top: #eaeaea 1px solid;
	padding:10px 0px !important;
}

/* footer */
#under-footer {
	min-height: 50px;
	border-top: 1px solid #444;
	color: #b0b0b0;
	background: #000000;
}
#under-footer .span3 {
	margin-right:15px;
	width:23.404255319148934%;
	width:*23.404255319148934%;
	}
#under-footer .span3:last-child {
	margin-right:0px;
	}
#under-footer-logo {
	height: 46px;
}

#under-footer-logo a {
	color: #e1e1e1;
	text-decoration: none;
	font-size: 22px;
	line-height: 48px;
	margin-left: 5px;
}

#under-footer-logo span {

}

#under-footer-copyright {
	margin: 12px 0px 0px 0px;
	text-align: center;
}

#under-footer-copyright a {
	color: #eee;
}

#under-footer-copyright img {
	width: 43px;
	height: 17px;
}

#under-footer-back-to-top {
	margin: 10px;
	z-index: 999;
}

#under-footer-back-to-top a {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	background-color: #b0b0b0;
	background-image: url(../img/scroll-top-top.png);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#under-footer-back-to-top a:hover {
	background-color: #aaa;
}

#under-footer-copyright ul {
	float: left;
	list-style: none;
	list-style-position: outside;
	line-height: 11px;
	margin: 0 0 10px 0px !important;
}
#under-footer-copyright ul li {
	float: left;
	border-right: 1px solid #181818;
	padding: 0 8px;
	text-shadow: rgba(0,0,0,0.7) 0px 1px 1px;
}
#under-footer-copyright ul li:first-child {
	padding-left: 0;
}
#under-footer-copyright ul li a {
	color: #717171;
}
#under-footer-copyright ul li a:hover {
	color: #fff;
}
.footer-color {
	background:#000;
	}
select.span1 {
padding: 4px 6px;
}
selectbox {
padding: 4px 6px;
}
