/*!
 * Main styles for the BlogDash Theme by Rodrigo Mendez.
 * Copyright 2014 BlogDash, Inc.
 * http://www.rodrigomendez.net/
 *
 */

/**
*** SELECTION OVERRIDE ***
*/
::selection {color:#FFF;background:#000;}
::-moz-selection {color:#FFF;background:#000;}

/**
* Links
*/
a {
	color:#32b100;	
}

a:hover {
	text-decoration:none;
	color:#4487b2;
}

/**
*** Parallax Styles ***
**/
.parallax {
	position:absolute;
}

.slider-wrapper {
	position:relative;
	height:100% !important;
	overflow:hidden;
	background:url(../images/design/preload.GIF) center center no-repeat transparent;
}

.parallax {
	position:absolute;
	width:100%;
	padding:0;
	margin:0;
	left:0;
}

.parallax .layer {
	position:absolute;
	right:100px;
}

.slider-wrapper .container {
	background:transparent;
	height:100%;
}

.slider-wrapper i.fa#go-down {
	font-size:24px;
	font-weight:0;
	position:absolute;
	bottom:15px;
	left:25px;
	opacity:.5;
	color:#fff;
	cursor:pointer;
	display:none;
}

.container-wrapper {
	background:#fff;
	z-index:5;	
}

/**
*** NAV BAR ***
*/
.navigation {
	height: 122px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	z-index: 1000;
	top:1px;
	margin-top:-2px;
}

.navigation .navbar-brand img {
	position:relative;
	top:0px;
}

.navigation.fixed {
	position:fixed;
	top:0;
	left:0;
	border-top:0px solid #32b100;
	width:100%;
}

.navigation .navbar-default {
	padding:0;
	margin:0;
}

.navigation.fixed .navbar-default ul.navbar-nav {
	height:87px;	
	margin:0;
	padding:0;
}

.navigation.fixed .navbar-default ul.navbar-nav li {
	height:73px;	
}

.navigation.fixed .navbar-default ul.navbar-nav li a {
	height:87px;
	line-height:87px;
}

.navigation.fixed .navbar-brand img {
	max-height:auto;
	top:0;
}

.navigation .navbar-default {
	height: 107px;
	background: none;
	border: 0;
}

.navigation .navbar-default ul.navbar-nav {
	height:87px;	
}

.navigation .navbar-default ul.navbar-nav li {
	height:87px;	
}

.navigation .navbar-default ul.navbar-nav li a {
	height:87px;
	padding:0 8px;
	line-height:87px;
	margin-top:1px;
	font-family:18px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#666666;
	font-weight:300;
}

.navigation .navbar-default ul.navbar-nav li a:hover {
	color:#i;
}

.navigation .navbar-default ul.navbar-nav li.active a,
.navigation .navbar-default ul.navbar-nav li:hover a {
	background:transparent;
	color:#32b100;
}

.navigation .navbar-default .search-icon-wrapper i {
	width:41px;
	margin:0;
	padding:0;
	font-size:16px;
	position:relative;
	z-index:10;
	cursor:pointer;
	float:right;
}

.navigation .navbar-form {
	position:relative;
}

.navigation .navbar-form i.fa {
	font-size:14px;
	color:#868686;
	padding:20px 10px;
	cursor:pointer;
	line-height:30px;
	z-index:99;
	position:absolute;
}

.navigation .navbar-form i.fa-times {
	font-size:21px;
	z-index:100;
	display:none;
}

.navigation.fixed .navbar-form i.fa {
	padding:12px 10px;
}

.navigation .search-field {
	width:100%;
	height:115px;
	background: rgba(50, 177, 0, 0.95);
	position:relative;
	padding:0;
	margin:0;
	top:-8px;
	display:none;
	
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.05);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.05);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.05);
}

.navigation.fixed .search-field {
	top:-7px;
}

.navigation .search-field input {
	background:transparent;
	border:0;
	font-size:55px;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
    font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	color:#fff;
	width:100%;
	outline:none;
	text-align:center;
	padding:0;
	margin:0;
	height: 115px;
    font-size: 33px;
    line-height: 35px;
    padding:0;
}

.navigation .search-field ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccebff;
}

.navigation .search-field :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccebff;
}

.navigation .search-field ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccebff;
}

.navigation .search-field :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccebff;
}

.navigation .navbar-default ul.dropdown-menu {
	padding:0;
	margin:0;
	border:0;
	top:82px;
	left:22px;
	border-top:3px solid #32b100;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.navigation .navbar-default ul.dropdown-menu .sub-menu
.navigation.fixed .navbar-default ul.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.navigation.fixed .navbar-default ul.dropdown-menu  {
	margin-top:-12px;
}

.navigation .navbar-default ul.dropdown-menu li,
.navigation.fixed .navbar-default ul.dropdown-menu li {
	padding:0;
	margin:0;
	height:50px;
}

.navigation .navbar-default ul.dropdown-menu li a,
.navigation.fixed .navbar-default ul.dropdown-menu li a {
	background:#404040 !important;
	border:1px solid #595959 !important;
	border-top:1px solid #404040 !important;
	border-bottom:1px solid #595959 !important;
	height:0;
	padding:24px 10px 24px 10px;
	margin:0;
	font-size:16px;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size-adjust: 0.6;
font-stretch: condensed;
	color:rgba(255,255,255,.65) !important;
	line-height:0;
}

.navigation .navbar-default ul.dropdown-menu li:hover a,
.navigation.fixed .navbar-default ul.dropdown-menu li:hover a {
	background:#32b100 				!important;
	border:1px solid #64b7ec 		!important;
	color:#fff 						!important;
}

.navigation .navbar-default ul.dropdown-menu li:first-child:hover a,
.navigation.fixed .navbar-default ul.dropdown-menu li:first-child:hover a {
	border-top:1px solid #32b100 !important;
}

.navigation .navbar-default ul i.fa {
	margin-left:14px;	
}

.dropdown.h:hover .dropdown-menu {
    display: block;
}

#nav-begins {
	display:block;
	height:0;
}

/** FUlL DROPDOWN **/
.navigation ul.navbar-nav li.dropdown.full {
	position:relative;
}

.navigation ul.navbar-nav li.dropdown.full section {
	position:absolute;
	margin-left:-547px;
	top:77px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:0;
	padding-bottom:0;
	background:transparent;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.10);
}

.navigation.fixed ul.navbar-nav li.dropdown.full section {
	top:65px;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper {
	top:0;
	border-top:3px solid #32b100;
	width:100%;
	position:relative;
	height:300px;
	margin:0;
	padding:0;
	display:block;
	background:#404040;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper .clear-wrapper {
	float:left;
	height:100%;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper .color-wrapper {
	background:#32b100;
	width:368px;  /* Golden Ratio, 3% padding-left */
	float:right;
	height:100%;
	margin:0;
	padding:0;
	top:0;
	position:relative;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
	display:inline-block;
	width:245px;
	height:180px;
	position:relative;
	top:30px;
	padding:0;
	margin:0;
	vertical-align:top;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper article strong {
	position:relative;
	top:0;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper span.divider {
	position:absolute;
	height:180px;
	top:40px;
	width:1px;
	background:#595959;
	display:inline-block;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul {
	list-style:none;
	padding:0 0 0 30px;
	margin:0;
	height:0;
	position:relative;
	left:0;
	top:0;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li {
	padding:0;
	margin:0 0 2px 0;
	left:auto;
	height:auto;
	position:relative;
	left:0;
	float:none;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a {
	color:rgba(255,255,255,.55);
	font-family: Arial, Helvetica, sans-serif;
	font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	margin:0;
	padding:0;
	height:29px;
	display:block;
	font-size:15px;
	line-height:29px;
	position:relative;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper strong {
	color:#fff;
	font-size:16px;
	line-height:36px;
	font-weight:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size-adjust: 0.6;
font-stretch: condensed;
	padding:0 0 0 29px;
	margin:20px 0 5px 0;
	display:block;
	float:none;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper .color-wrapper p {
	margin:10px 0 0 30px;
	padding:0;
	line-height:21px;
	width:310px;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper .color-wrapper p a {
	padding:0;
	margin:0;
	position:relative;
	left:0;
	color:#fff;
	line-height:21px;
	font-weight:100;
	outline:none;
	font-size:14px;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a i {
	padding:0 10px 0 0;
	margin:0;
}

/** Slug **/
.slug {
	height: auto;
	position:relative;
}

.slug .overlay {
	height:100%;
	width:100%;
	display:block;
	position:relative;
}

.slug h1,
.slug p,
.slug span {
	text-align:left;
	display:block;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	color:#fff;
	line-height:0;
}

.slug span {
	color:rgba(255,255,255,.65);
	font-size:14px;
	position:relative;
	padding-bottom: 20px;
}

.slug span a {
	color:#fff;
}

.slug h1 {
	padding:20px 0 5px 0;
	font-size:55px;
	line-height:55px;
	font-weight: bolder;
}

.slug p {
	padding:20px 0 20px 0;
	font-size: 20px;
	line-height: 28px;
}

.slug span i.fa {
	padding:0 5px 0 5px;	
}

/** Adjusted icons **/
.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a i.fa-moon-o {
	padding-right:11px;
}

.navigation ul.navbar-nav li.dropdown.full section span.wrapper ul li a:hover {
	color:#32b100;	
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper {
	height:150px;
	width:310px;
	margin:0 0 0 29px;
	padding:0;
	display:block;
	overflow:hidden;	
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper .nivo-directionNav a,
.content-section.slider-with-text .nivo-wrapper .nivo-directionNav a {
	background:rgba(64,64,64,0) !important;
	height:100% !important;
	top:-1px;
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper .nivo-directionNav a i,
.content-section.slider-with-text .nivo-wrapper .nivo-directionNav a i {
	color:rgba(255,255,255,0);
	font-size:14px;
	line-height:0;
	top:50%;
	position:relative;
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper:hover .nivo-directionNav a,
.content-section.slider-with-text .nivo-wrapper:hover .nivo-directionNav a {
	background:rgba(64,64,64,.2) !important;	
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper:hover .nivo-directionNav a i,
.content-section.slider-with-text .nivo-wrapper .nivo-directionNav a i {
	color:rgba(255,255,255,.9);
}

.navigation ul.navbar-nav li.dropdown.full .nivo-wrapper .nivo-directionNav:hover a,
.content-section.slider-with-text .nivo-wrapper .nivo-directionNav:hover a {
	background:rgba(64,64,64,.4) !important;
}

section.content-section .row.no-heading {
	margin-top:23px;
}

/** MINI NAVIGATION **/
.navigation ul.mini {
	margin:20px 0 0 0;
	list-style:none;
	padding:0;
	position:absolute;
	display:none;
	overflow:scroll;
	height:209px;
	width:100%;
	outline:none;
	background:#f9f8f8;
}

.navigation.fixed ul.mini {
	height:209px;
}

.navigation ul.mini li {
	text-decoration:none;
	border-top:1px solid #efefef;
	position:relative;
	outline:none;
	padding:0;
	margin:0;
}

.navigation ul.mini li:last-child {
	border-bottom:1px solid #efefef;
}

.navigation ul.mini li.sub ul li:first-child {
	border-top:0;
	margin-top:0;
}

.navigation ul.mini li.sub ul li:last-child {
	border-bottom:0;	
}

.navigation ul.mini li a {
	width:100%;	
	color:#868686;
	display:block;
	outline:none;
	line-height:50px;
	text-indent:15px;
	height:50px;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-size:13px;
	font-weight:300;
	padding:0;
}

.navigation ul.mini li.sub ul {
	list-style:none;
	border-top:1px solid #efefef;
	padding:0 0 0 20px;
	display:none;
	margin-bottom:0;
}

.navigation ul.mini li.sub.hidden {
	border-bottom:0;
}

.navigation ul.mini li i.fa {
	position:absolute;
	right:0;
	top:0;
	font-size:11px;
	color:#acacac;
	cursor:pointer;
	padding:22px 15px 24px 24px;
}

.navigation ul.mini li a:hover,
.navigation ul.mini li a.active,
.navigation ul.mini li a:active,
.navigation ul.mini li:hover i.fa {
	color:#43acef;
}
/**
*** Content Sections ***
**/
.content-section {
	background:#fff;
	padding-top:5px;
	display:block;
	padding-bottom:5px;
	margin:0;
	position:relative;
}

.content-section.light {
	background:#fff !important;
}

.content-section.showcase {
	padding-top:31px;
	padding-bottom:0;
}

.content-section.showcase .end {
	margin-bottom:65px;	
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	position:relative;
	text-align: center;
}

.content-section h1 div {
	display:block;
}

.content-section h1 {
	font-size:55px;
	color:#666666;
	position:relative;
	text-align:center;
	font-weight: bolder;
}

.freeaccount {
list-style: none;
padding: 5px;
width: 350px;
margin: auto;
}

.freeaccount a{
    background:url(/images/elem/misc/create-free-account.png) no-repeat 0 0;
    display:block;
    height:98px;
    width:325px;
}

.freeaccount a:hover{
    background:url(/images/elem/misc/create-free-account-x2.png) no-repeat 0 0;
    display:block;
    height:98px;
    width:325px;
}

.jointeam {
list-style: none;
padding: 5px;
width: 266px;
margin: auto;
}

.jointeam a{
    background:url(/images/elem/misc/join-the-team.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:266px;
}

.jointeam a:hover{
    background:url(/images/elem/misc/join-the-team2.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:266px;
}

.wantto {
list-style: none;
padding: 5px;
width: 386px;
margin: auto;
}

.wantto a{
    background:url(/images/elem/misc/want.png) no-repeat 0 0;
    display:block;
    height:74px;
    width:386px;
}

.wantto a:hover{
    background:url(/images/elem/misc/want2.png) no-repeat 0 0;
    display:block;
    height:74px;
    width:386px;
}

.iscampaign {
list-style: none;
padding: 5px;
width: 356px;
margin-right: 10px;
float: left;
}

.iscampaign a{
    background:url(/images/elem/misc/iscampaign.png) no-repeat 0 0;
    display:block;
    height:76px;
    width:356px;
}

.iscampaign a:hover{
    background:url(/images/elem/misc/iscampaign2.png) no-repeat 0 0;
    display:block;
    height:76px;
    width:356px;
}

.registerblogger {
list-style: none;
padding: 5px;
width: 390px;
margin: auto;
text-align: center;
}

.registerblogger a{
    background:#fff;
    display:block;
    height:70px;
	color: #2cbabc;
	border: 3px solid #2cbabc;
	border-radius: 10px;
	padding: 20px;
	font-weight: 700;
}

.registerblogger.learn-more {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 248px;
}
.registerblogger.learn-more a {
    border: 2px solid #2cbabc;
    border-radius: 7px;
    font-size: 24px;
    padding: 26px;
	height: 91px;
}
.registerblogger.learn-more a:hover{
	padding: 26px;
	height: 91px;
}

.registerblogger.find-more {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 290px;
}
.registerblogger.find-more a {
    border: 2px solid #2cbabc;
    border-radius: 7px;
    font-size: 24px;
	height: 91px;
    padding: 26px;
}
.registerblogger.find-more a:hover{
	padding: 26px;
	height: 91px;
}

.registerblogger.jumpstart-suited {
    float: left;
    width: 370px;
}
.registerblogger.jumpstart-suited a {
    border: 2px solid #67bd10;
    border-radius: 7px;
    color: #32b100;
    font-size: 21px;
    height: 70px;
    padding: 18px;
    text-transform: uppercase;
}
.registerblogger.jumpstart-suited a:hover{
	background-color: #67BD10;
	padding: 18px;
	height: 70px;
}

.registerblogger a:hover{
	background: #2cbabc;
	color: #fff;
    display:block;
    height:70px;
	border-radius: 10px;	
	padding: 20px;
	font-weight: 700;
}

.registerme {
list-style: none;
padding: 5px;
width: 310px;
margin: auto;
text-align: center;
}

.registerme a{
    background: #32b100;
    display:block;
    height:70px;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	font-weight: 700;
}

.registerme a:hover{
	background: #55B100;
	color: #fff;
    display:block;
    height:70px;
	border-radius: 10px;	
	padding: 20px;
	font-weight: 700;
}

.signupcyan {
list-style: none;
padding: 5px;
width: 160px;
margin: auto;
text-align: center;
}

.signupcyan a{
	border: 2px solid #2cbabc;
    display:block;
    height:40px;
	color: #2cbabc;
	padding: 5px;
	font-weight: 700;
}

.signupcyan a:hover{
	background: #2cbabc;
	color: #fff;
    display:block;
    height:40px;	
	padding: 5px;
	font-weight: 700;
}

.signupblue {
list-style: none;
padding: 5px;
width: 160px;
margin: auto;
text-align: center;
}

.signupblue a{
	border: 2px solid #335260;
    display:block;
    height:40px;
	color: #335260;
	padding: 5px;
	font-weight: 700;
}

.signupblue a:hover{
	background: #335260;
	color: #fff;
    display:block;
    height:40px;	
	padding: 5px;
	font-weight: 700;
}

.isjumpstart {
list-style: none;
padding: 5px;
width: 356px;
float: left;
}


.isjumpstart a{
    background:url(/images/elem/misc/isjumpstart.png) no-repeat 0 0;
    display:block;
    height:76px;
    width:356px;
}

.isjumpstart a:hover{
    background:url(/images/elem/misc/isjumpstart2.png) no-repeat 0 0;
    display:block;
    height:76px;
    width:356px;
}

.btnx {
list-style: none;
padding: 5px;
width: 300px;
margin-right: 10px;
float: left;
}

.btnx a{
    background:url(/images/elem/misc/btnx1.png) no-repeat 0 0;
    display:block;
    height:69px;
    width:300px;
}

.btnx a:hover{
    background:url(/images/elem/misc/btnx2.png) no-repeat 0 0;
    display:block;
    height:69px;
    width:300px;
}

.btny {
list-style: none;
padding: 5px;
width: 300px;
margin-right: 10px;
float: left;
}

.btny a{
    background:url(/images/elem/misc/btny1-1.png) no-repeat 0 0;
    display:block;
    height:69px;
    width:300px;
}

.btny a:hover{
    background:url(/images/elem/misc/btny2-1.png) no-repeat 0 0;
    display:block;
    height:69px;
    width:300px;
}

.learnmore {
list-style: none;
padding: 25px;
width: 290px;
margin: auto;
}

.learnmore a{
    background:#fff url(/images/elem/misc/learnmore.png) no-repeat 0 0;
    display:block;
    height:91px;
    width:280px;
}

.learnmore a:hover{
    background:#fff url(/images/elem/misc/learnmore2.png) no-repeat 0 0;
    display:block;
    height:91px;
    width:280px;
}

.findmore {
list-style: none;
padding: 25px;
width: 290px;
margin: auto;
}

.findmore a{
    background:#fff url(/images/elem/misc/findmore.png) no-repeat 0 0;
    display:block;
    height:91px;
    width:280px;
}

.findmore a:hover{
    background:#fff url(/images/elem/misc/findmore2.png) no-repeat 0 0;
    display:block;
    height:91px;
    width:280px;
}

.whatis {
list-style: none;
padding: 10px;
width: 345px;
margin: auto;
}

.whatis a{
    background:url(/images/elem/misc/whatis.png) no-repeat 0 0;
    display:block;
    height:96px;
    width:345px;
}

.whatis a:hover{
    background:url(/images/elem/misc/whatis2.png) no-repeat 0 0;
    display:block;
    height:96px;
    width:345px;
}

.whatis2 {
list-style: none;
padding: 10px;
width: 326px;
margin: auto;
}

.whatis2 a{
    background:url(/images/elem/misc/what.png) no-repeat 0 0;
    display:block;
    height:74px;
    width:326px;
}

.whatis2 a:hover{
    background:url(/images/elem/misc/what2.png) no-repeat 0 0;
    display:block;
    height:74px;
    width:326px;
}

.mapsucess {
list-style: none;
padding: 10px;
width: 445px;
margin: auto;
}

.mapsucess a{
    background:url(/images/elem/misc/map1.png) no-repeat 0 0;
    display:block;
    height:73px;
    width:445px;
}

.mapsucess a:hover{
    background:url(/images/elem/misc/map2.png) no-repeat 0 0;
    display:block;
    height:73px;
    width:445px;
}

.readyto {
list-style: none;
padding: 10px;
width: 435px;
margin: auto;
}

.readyto a{
    background:url(/images/elem/misc/ready1.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:435px;
}

.readyto a:hover{
    background:url(/images/elem/misc/ready2.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:435px;
}

.acallback {
list-style: none;
padding: 10px;
width: 315px;
margin: auto;
}

.acallback a{
    background:url(/images/elem/misc/request1.png) no-repeat 0 0;
    display:block;
    height:74px;
    width:315px;
}

.acallback a:hover{
    background:url(/images/elem/misc/request2.png) no-repeat 0 0;
    display:block;
    height:74px;
    width:315px;
}

.stories {
list-style: none;
padding-bottom: 20px;
width: 350px;
margin: auto;
}

.stories a{
    background:#fff url(/images/elem/misc/stories.png) no-repeat 0 0;
    display:block;
    height:71px;
    width:332px;
}

.stories a:hover{
    background:#fff url(/images/elem/misc/stories2.png) no-repeat 0 0;
    display:block;
    height:71px;
    width:332px;
}

.freetrial {
list-style: none;
padding: 10px;
width: 226px;
margin: auto;
}

.freetrial a{
    background:#fff url(/images/elem/misc/free-trial.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:196px;
}

.freetrial a:hover{
    background:#fff url(/images/elem/misc/free-trial2.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:196px;
}

.contactus {
list-style: none;
padding: 10px;
width: 226px;
margin: auto;
}

.contactus a{
    background:#fff url(/images/elem/misc/contact-us.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:196px;
}

.contactus a:hover{
    background:#fff url(/images/elem/misc/contact-us2.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:196px;
}

.requestdemo {
list-style: none;
padding: 10px;
width: 247px;
margin: auto;
}

.requestdemo a{
    background:#fff url(/images/elem/misc/request-demo.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:227px;
}

.requestdemo a:hover{
    background:#fff url(/images/elem/misc/request-demo2.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:227px;
}

.email{color:#1fb5b7;font-size: 22px;
}

.content-section h2 {
	color:#34515f;
	font-weight:bolder;
	font-size:60px;
	text-align: center;
}
.content-section h2.blgd-makes-easy {
	font-size: 50px;
}
.content-section h2.brands-love {
	font-size: 50px;
}
.content-section h3 {
	font-size:45px;
	font-weight:100;
	color:#404040;
	margin:0 0 40px 0;
}

.content-section h3.methodology-way {
	font-size: 40px;
	font-weight: 100;
}

h4 {
	font-size:30px;
	font-weight:100;
	color: #666666;
	text-align: center;
}

.h5white {
	font-size:22px;
	font-weight:100;
	color: #fff;
	text-align: center;
}

.h4white24 {
	font-size:30px;
	font-weight:100;
	color: #fff;
	text-align: center;
}

h6 {
	font-size:25px;
	font-weight:100;	
}

.content-section.showcase h1 {
	color:#fff;
}

.content-section h1 span, 
.content-section h2 span,
.content-section h3 span {
	color:#32b100;
	font-family:inherit;
	font-weight:300;
	font-size: 40px;
}

.content-section h1 i,
.content-section h3 i {
	font-size:55px;
	position:relative;
	color:#404040;
	top:-4px;
	left:-10px;
}

.content-section h3 i {
	font-size:35px;
	top:-3px;
	left:1px;
	padding-right:15px;
}

.content-section h1:hover i,
.content-section h2:hover i,
.content-section h3:hover i {
	color:#32b100;	
}

.content-section h1 p {
	margin-top:5px;
}

.content-section h1 + p {
	margin-top:29px;
}

.content-section p {
	font-size:17px;
	font-weight:100;
	line-height:28px;
	margin-bottom:0;
	color:#666666;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	text-align:center;
}

.content-section .center-buttons a {
	margin-left:5px;	
}

.content-section.slider-with-text {
	display:block;
}

.content-section.slider-with-text .nivo-wrapper {
	height:auto;
	width:100%;
	padding:0;
	display:block;
	overflow:hidden;	
}

.content-section.slider-with-text p {
	font-size:16px;
	text-align:left;
	padding:0;
	margin:0;
	line-height:25px;
	margin-top:-4px; /** Adjust the line-height padding **/
	display:block;
}

.content-section.slider-with-text .nivo-wrapper .nivo-directionNav a {
	width:40px;
	text-align:center;
}

.content-section h1 {
	text-shadow:0;
}

.slider-laptop {
	position:relative;
	overflow:hidden;
	width:100%;
}

.slider-wrapper {
	height:820px;
}

.slider-laptop .laptop {
	background:url(../images/design/mac.png) center left no-repeat transparent;
	width:871px;
	height:575px;
	left:50%;
	margin-left:-435px;
	position:relative;
}

.slider-laptop .wrapper {
	width:557px;
	height:349px;
	overflow:hidden;
	top:110px;
	left:157px;	
	position:relative;	
}

/**
*** Blog Styles ***
**/
.blog {
	margin-bottom:40px;
	clear:both;
}

.blog .image {
	width:100%;
	overflow:hidden;
	position:relative;
	display:block;
	margin-bottom:25px;
	height:390px;	
}

.blog .image img {
	width:100%;
	height:100%;
}

.blog .title-desc {
	float:left;
	letter-spacing:1px;
	margin:8px 0 0 0;
}

.blog h3 {
	font-weight:100;
	font-size:35px;
	margin:0 0 20px 0;
	line-height:23px;
}

.blog .date {
	display:inline-block;
	float:left;
	margin:0 25px 0 0;
}

.blog .date a.day {
	font-size:24px;
	font-weight:100;
	background:#f9f8f8;
	color:#404040;
	line-height:24px;
	margin:0 0 1px 0;
	display:block;
	padding:12px 22px;
}

.blog .date a.day:hover {
	background:#404040;
	color:#fff;	
}

.blog .date a.month {
	font-weight:100;
	color:#fff;
	background:#32b100;
	width:100%;
	display:block;
	text-align:center;
	font-size:18px;
	padding:3px 0;
}

.blog ul.meta {
	list-style:none;
	text-decoration:none;
	float:left;
	display:block;
	margin:0;
	padding:0;
}

.blog ul.meta li {
	display:inline-block;
	margin-right:25px;
}

.blog ul.meta li a {
	color:#404040;
	font-weight:100;	
}

.blog ul.meta li i {
	margin-right:5px;	
}

.blog ul.meta li a:hover i {
	color:#32b100;
}

.blog p {
	font-size:18px;
	line-height:29px;
	clear:both;
	float:left;
	text-align:left;
	margin-top:18px;
	display:block;
}

.blog .btn {
	display:block;
	float:left;
	clear:both;
	margin-top:20px;
	margin-bottom:30px;	
}

ul.pagination {
	margin:0 0 10px 0;
	padding:0;	
}

ul.pagination li a {
	background:#f9f8f8;
	border:1px solid #f1f1f1;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	font-size:14px;
}

ul.pagination li a:hover {
	background:#32b100;
	color:#fff;
	border:1px solid #32b100;
}

.single .blog p {
	padding-bottom:0;
	float:none;
	clear:both;
}

.single .blog .title-desc {
	margin-bottom:35px;	
}

.single .blog blockquote {
	margin-bottom:25px;
	margin-top:25px;
	float:none;
}

.single h4 {
	margin-top:20px;
	margin-bottom:30px;
	clear:both;
}

.single h6 {
	margin:15px 0;
}

.single .author {
	width:100%;
	position:relative;
	height:300px;
	margin-bottom:65px;
	background:#f9f8f8;
}

.single .author img {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	width:200px;
	height:200px;
	display:block;
	float:left;
	position:absolute;
	margin:50px 0 0 20px;
}

.single .author h5 {
	font-size:22px;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:300;
	display:inline-block;
	float:left;
	margin:60px 0 15px 250px;
	max-width:100%;
	text-align:left;
}

.single .author span {
	float:right;
	display:inline-block;
	margin-top:60px;
	padding-right:40px;
	position:relative;
	top:-2px;
}

.single .author span a {
	color:#404040;
	font-size:20px;
	padding-left:7px;
}

.single .author span a:hover {
	color:#32b100;	
}

.single .author p {
	font-size:16px;
	font-weight:100;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	line-height:29px;
	float:left;
	text-align:left;
	display:inline-block;
	max-width:100%;
	margin-left:250px;
	padding-right:30px;
}

.single ul.comments {
	padding:0;
	margin:0 0 30px 0;
	list-style:none;
	position:relative;
}

.single ul.comments li {
	margin:0;
	width:100%;
	position:relative;
	margin-bottom:25px;
	padding:0;
}

.single ul.comments li .wrapper {
	background:#f9f8f8;	
	width:100%;
	height:180px;
}

.single ul.comments li img {
	width:58px;
	height:58px;
	-webkit-border-radius: 58px;
	-moz-border-radius: 58px;
	border-radius: 58px;
	position:absolute;
	top:90px;
	margin-top:-29px;
	margin-left:-29px;
	border:3px solid #fff;
}

.single ul.comments li h5 {
	font-size:18px;
	font-weight:300;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	position:relative;
	padding:20px 0 0 50px;
	display:inline-block;
	float:left;
}

.single ul.comments li span {
	display:inlin-block;
	float:left;
	margin:31px 0 0 35px;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#828282;
	font-size:12px;
	color:#919191;
	font-weight:100;
}

.single ul.comments li p {
	font-size:16px;
	font-weight:100;
	clear:both;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	text-align:left;
	line-height:29px;
	max-width:100%;
	margin-left:50px;
}

.single ul.comments li a {
	color:#fff;
	font-size:14px;
	padding:5px 10px;
	float:right;
	margin:0;
	position:relative;
	bottom:-4px;
	right:0;
	font-weight:100;
	background:#32b100;	
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.single ul.comments li ul li {
	clear:both;
	float:none;
	margin-left:0;
	margin-top:25px;
	clear:both;
}

/**
*** Sidebar Styles ***
**/
.sidebar {
	margin-bottom: 25px;
	overflow:hidden;
}

.sidebar h4 {
	font-weight:100;
	font-size:24px;
	color:#969696;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	line-height:24px;
	padding:0;
	margin:0 0 20px 0;
}

.sidebar h4 i.fa {
	font-size:18px;
	float:right;
	position:relative;
	top:1px;
}

.sidebar h4:hover i.fa {
	color:#32b100;
}

.sidebar .search-wrapper {
	position:relative;
	display:block;
	border:1px solid #e2e2e2;
	height:43px;
	-webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.01);
	-moz-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.01);
	box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.01);
}

.sidebar input {
	outline:none;
	-webkit-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	-moz-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	box-shadow: 0 0 1px 0px rgba(230,230,230,1);	
	border:1px solid #e7e7e7;
	border-radius: 5px;
	background:rgba(255, 255, 255, 1);
	width:85%;
	height:45px;
	font-weight:100;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
	font-size-adjust: 0.6;
	font-stretch: condensed;
	font-size:18px;
	color: #8b8b8b;
	text-indent: 18px;
	margin: 10px;
}

.form2 input {
	outline:none;
	-webkit-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	-moz-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	box-shadow: 0 0 1px 0px rgba(230,230,230,1);	
	border:1px solid #e7e7e7;
	border-radius: 5px;
	background:rgba(255, 255, 255, 1);
	width:92%;
	height:45px;
	font-weight:100;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
	font-size-adjust: 0.6;
	font-stretch: condensed;
	font-size:18px;
	color: #8b8b8b;
	text-indent: 18px;
	margin: 10px;
}

.sidebar .search-wrapper i.fa {
	font-size:18px;
	color:#c4c4c4;
	position:absolute;
	right:10px;
	top:50%;
	cursor:pointer;
	line-height:0;
}

.sidebar .search-wrapper i.fa:hover {
	color:#32b100;
}

.sidebar form {
	margin-bottom:20px;
}

.sidebar ul.comments,
.sidebar ul.comments-wrapper,
.sidebar ul.posts,
.sidebar ul.posts-wrapper {
	padding:0;
	margin:0;
	list-style:none;
	width:100%;
	position:relative;
	overflow:hidden;
}

.sidebar ul.comments-wrapper,
.sidebar ul.posts-wrapper {
	margin-bottom:60px;
}

.sidebar ul.comments li {
	color:#646464;
	font-size:14px;
	font-weight:100;
	margin-bottom:10px;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	display:block;
}

.sidebar .testimonial-wrapper p {
	font-size:14px;
	line-height:24px;
}

.sidebar .testimonial-wrapper {
	height:210px;
	margin-bottom:75px;
}

.sidebar .testimonial-wrapper .owl-item > div {
	height:180px;	
}

.rightline2 .text{background: #f7f7f7;
border: 4px solid #e7e7e7;
border-radius: 5px;
padding: 18px;
margin-bottom: 20px;
width:358px;}
.rightline2 h4{
	margin-top: 20px;
	font-weight: bolder;
	font-size: 28px;
	}
	
.sidebar .texts{text-align:left;border: 1px solid #cdcdcd;border-radius: 10px;margin-bottom: 15px;}
.sidebar .text2{padding: 20px;background: #f9f9f9;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.sidebar .text3{padding: 20px;background: #95e330;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.sidebar .texts h4{font-size:28px;line-height: 28px;}
.sidebar .text3 h4{color:#fff;}
.sidebar .texts p{text-align:left;}
.sidebar .text3 p{text-align:center;}

.sidebar .text{text-align:center;}

.sidebar .text p {
	font-size:20px;
	text-align:center;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	letter-spacing:.2px;
	margin-bottom:40px;
	line-height: 28px;
	padding-bottom: 2px;
}

.sidebar .activities {
	background: #f0f1f3;
	-webkit-box-shadow: 0 1px 1px 0 #dde3ed;
	border-top: 2px solid #5eb601;
	border-bottom: 2px solid #5eb601;
	margin-top: 6px;
	}
	
	.sidebar .activities h4{
		margin-top: 15px;
	}
	
	.sidebar .activities h3{
		text-align:left;
		margin-bottom: 10px !important;
	}
	
	.sidebar .activities span{
		font-size: 20px;
		padding: 10px 20px;
	}
	
/* For Latest Activities */

.home-activity {
    background: none repeat scroll 0 0 #f0f1f3;
    border-bottom: 2px solid #5eb601;
    border-top: 2px solid #5eb601;
	color: #838383;
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
	width: 380px;
}
.home-activity  h4 {
	margin-top: 15px !important;
}
.home-activity  h6 {
	color: #32b100;
	font-size: 20px;
	font-weight: 300;
	padding: 0 20px;
}
.home-activity ul {
	padding-left: 10px;
}
.home-activity ul li {
    background: none repeat scroll 0 0 #f0f1f3 !important;
    border-bottom: 1px solid #dde3ed;
    clear: both;
    color: #838383;
    font-size: 14px;
    height: auto;
    list-style: none outside none !important;
    margin-bottom: 1px;
    overflow: hidden !important;
    padding: 7px;
}
.home-activity a {
    color: #5fb601;
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bolder;
}
.home-activity img {
    float: left;
    height: 43px;
    margin: 0 7px 0 0;
    width: 43px;
}

/* (END) for Latest Activities */

.sidebar ul.posts li {
	position:relative;
	display:block;
	clear:both;
	margin-bottom:10px;
}

.sidebar ul.posts li img {
	width:55px;
	height:45px;
	padding-right:10px;
	float:left;
}

.sidebar ul.posts h6,
.sidebar ul.posts cite {
	font-size:14px;
	font-weight:100;
	color:#404040;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	float:left;	
	margin:3px 0;
	display:block;
}

.sidebar ul.posts cite {
	float:left;	
	font-size:12px;
	margin-top:3px;
	color:#646464;
}

.sidebar ul.posts cite i {
	padding-right:7px;
	position:relative;	
}

.sidebar ul.posts span.hover {
	background:#32b100;
	width:100%;
	height:45px;
	display:block;
	position:absolute;
	text-align:center;
	z-index:1000;
	left:0;
	display:none;
}

.sidebar ul.posts span.hover span {
	color:#fff;
	padding:0 13px 0 0;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	display:none;
}

.sidebar ul.posts span.hover i {
	color:#fff;
	font-size:14px;
	position:relative;
	top:4px;
	line-height:45px;
	top:50%;
	margin:0;
	padding:0 7px 0 0;
}

/**
*** Feature list ***
**/

.feature-list {
	background-color:#f9f8f8;
	padding-bottom:33px;
	margin:0;
	overflow:hidden;
	width:100%;
}

.feature-list .container {
	overflow:hidden;	
}

.feature-list .feature {
	margin-top:51px;
	margin-bottom:13px;
}

.feature-list .feature i {
	font-size:32px;
	width:78px;
	height:78px;
	text-indent:23px;
	padding-top:23px;
	background:#fff;
	border:1px solid #ececec;
	color:#32b100;
	float:left;
	-webkit-border-radius: 78px;
	-moz-border-radius: 78px;
	border-radius: 78px;
}

.feature-list .feature:hover i {
	color:#fff;
	background-color:#32b100;
	border:1px solid #5fb5ec;
}

.feature-list .feature .content {
	float:left;
	max-width:230px;
	margin-left:20px;
}

.feature-list .feature .content h4 {
	font-size:20px;
	color:#404040;
	font-weight:300;	
}

.feature-list .feature p {
	color:#737373;
	font-weight:300;
	font:14px;
	line-height:22px;
}

.feature-list-2 {
	margin-top:0px;
	margin-bottom:0px;
}

.feature-list-2 .feature {
	margin-bottom:20px;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

.feature-list-2 .feature h3 {
	font-size: 36px;
font-family: Arial Narrow, sans-serif;
font-weight: 300;
text-align: center;
color: #335260;
margin-bottom: 20px;
}

.feature-list-2 .feature h5 i {
	margin-right:18px;
	font-size:22px;
	padding:0;
	position:relative;
	top:1px;
}

.feature-list-2 .feature:hover h5 i {
	color:#32b100;
}

.feature-list-2 .feature p {
	font-size:16px;
	text-align:center;
	padding:0;
	width:100%;
	line-height:24px;
	margin:0px;	
}

/**
*** Portfolio ***
**/
.portfolio {
	background:#f9f8f8;
	padding:0;
	margin:0;
	position:relative;
}

.portfolio ul#filters {
	text-decoration:none;
	list-style:none;
}

.portfolio ul#filters li {
	display:inline;
}

.portfolio .filter {
	height:110px;
	text-align:center;
}

.portfolio .filter .btn {
	margin-top:35px;
}

.portfolio .gallary {
	position:relative;
	height:100%;
}

.portfolio .gallary ul {
	padding:0;
	position:relative;
	z-index:10;
	width:100%;
	margin:0;
}

.portfolio .gallary ul li {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	float:left;
	width:400px;
	height:300px;
	overflow:hidden;
	position:relative;
}

a#desc span.desc {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	background:rgba(91,178,234,.80);
	color:#fff;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
}

a#desc span i.fa {
	font-size:85px;
	line-height:0;
	top:50%;
	position:relative;
	text-align:center;
	width:100%;
}

a#desc span.desc span.title,
a#desc span.desc span.subtitle {
	text-align:center;
	line-height:0;
	top:78%;
	width:100%;
	position:relative;
	font-size:18px;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#fff;
	display:inline-block;
	font-weight:300;
}

a#desc span.desc span.subtitle {
	top:88%;
	font-weight:100;
	font-size:14px;
}

.portfolio .gallary ul li img {
	width:100%;
	height:100%;	
	position:absolute;
	top:0;
	left:0;
	display:none;
	margin:0;
	padding:0;
}

.portfolio .preview {
	width:100%;
	height:100%;
	position:relative;
	margin-left:-20px;
	z-index:100;
}

.portfolio .preview i {
	font-size:40px;
	color:#c7c7c7;
	left:50%;
	top:200px;
	position:absolute;
}

.portfolio.light {
	background:#fff !important;
}

.portfolio.light .filter {
	background:#f9f8f8;
	width:100%;
	height:45px;
	margin:40px 0;
}

.portfolio.light .filter li a,
.portfolio.light .filter li a.hot {
	line-height:47px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-size:16px;
	font-weight:100;
	color:#404040;
	position:relative;
	padding:0 20px;
}

.portfolio.light .filter li {
	position:relative;
}

.portfolio.light .filter li a.hot {
	color:#32b100;
	background:transparent;
}

.portfolio.light .filter li i.fa-caret-up {
	font-size:24px;
	color:#fff;
	position:absolute;
	line-height:0;
	margin:0;
	padding:0;
	left:50%;
	top:23px;
	text-align:center;
}

.portfolio .col-lg-3 {
	overflow:hidden;
}

/**
*** Team ***
**/
.team {
	padding:0;
}

.content-section.team-simple {
	overflow:hidden;
}

.team .relative {
	position:relative;
	height:415px;
}

.team .wrapper {
	text-align:center;
	margin:0 auto 0 auto;
	padding:45px 0 0 0;
	position:relative;
	display:block;
	width:990px;
	overflow:hidden;
}

.team.light {
	padding-top:10px;	
	padding-bottom:10px;
	background: #e5e5e5 !important;
}

.team h1 {
	margin-bottom:20px;
}

.team .ms-container {
	margin: 0 auto;
    position: relative;
	width:100%;
}
.team .ms-slide {
	list-style:none;
	display:inline-block;
	margin:0 25px 0 0;
	width:100%;
	display:block;
    height: 100%;
    position: absolute;
    transform: translateZ(0px);
    transform-style: preserve-3d;
	clear:both;
	cursor:pointer;
}

.team .ms-view {
	overflow:visible;
}

.team .ms-slide img {
	margin:0 0 10px 0;
	display:block;
	width: 260px;
    height: 90px;
	border: 1px solid #CACACA;
	border-radius: 5px;
}

.team .ms-slide span.desc {
	left:0;
	position:relative;
}

.team .ms-slide.ms-sl-selected img {
}

.team .ms-info span.name {
	display:inline-block;
	line-height:0;
	padding:0;
	margin:34px 0 0 0;
	font-size:24px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:300;
	color:rgba(255,255,255,1);
}

.team .ms-info span.position {
	color:rgba(110,191,243,1);	
}

.team .ms-info {
	display:block;
	position:relativee;
	bottom:0;
	clear:both;
}

.team .ms-info {
	display:block;
	clear:both;
}

.team .ms-info {
	text-align:center;
	margin:0 0 33px 0;
}

.team .ms-info span.position:before {
	content:"/ ";
}

.team .ms-slide article {
	width:100%;	
}

.ms-nav-prev,
.ms-nav-next {
	font-family:"FontAwesome";
	font-size:55px;
	position:absolute;
	margin:0;
	padding:0;
	top:50%;
	color:rgba(255,255,255,1);
	line-height:0;
	cursor:pointer;
	display:block;
}

.ms-nav-prev:hover,
.ms-nav-next:hover {
	color:#32b100;
}

.light .ms-nav-prev,
.light .ms-nav-next {
	color:#ebeaea;
}

.light .ms-nav-prev:hover,
.light .ms-nav-next:hover {
	color:#32b100;
}

.ms-nav-prev {
	left:0;
}

.ms-nav-next {
	right:0;
}

.ms-nav-prev:before {
	overflow:visible;
	content:"\f053";
}

.ms-nav-next:before {
	content:"\f054";
}

/*
* We are only specifying the left spacing on each element
* for the member box tools, we do this to avoid adding too
* many <div> wrappers, we do this here and only here.
*/
.team .member-box-wrapper {
	position:relative;
	top:0;
	left:0;
	width:100%;
}

.team .member-box {
	position:absolute;
	left:0;
	width:100%;
	height:520px;
	background:#fff;
	display:block;
	z-index:101;
	padding:0;
	margin:0;
	-webkit-box-shadow: 0px 0px 46px 0px rgba(1,1,1,0.17);
	-moz-box-shadow: 0px 0px 46px 0px rgba(1,1,1,0.17);
	box-shadow: 0px 0px 46px 0px rgba(1,1,1,0.17);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:none;
}

.team .member-box .shadow-lg {
	background:url(../images/design/shadows-lg.png) no-repeat left bottom transparent;
	width:1174px;
	height:60px;
	position:absolute;
	bottom:-35px;
	left:0;
}

.team .member-box .clear-wrapper {
	padding:0;
	margin:0;
	float:left;
	width:61%; /* The Golden Ratio */
}

.team .member-box .clear-wrapper h3 {
	font-size:28px;
	padding:22px 0 0 35px;
	margin:0;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:300;
	color:#4e4e4e;
	text-align:left;
}

.team .member-box .clear-wrapper p {
	font-size:18px;
	font-weight:100;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;	
	color:#4e4e4e;
	text-align:left;
	padding:0;
	margin:14px 0 18px 35px;
	line-height:28px;
}

.team .member-box .color-wrapper {
	background:#32b100;
	width:36%; /* The Golden Ratio - 3% for padding */
	margin:0;
	padding:0;
	float:right;
	height:100%;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.team .member-box ul.bars {
	margin:0;
	padding:0;
}

.team .member-box ul.bars li .progress,
.team .member-box ul.bars li strong {
	list-style:none;
	margin-left:35px;
}

.team .member-box .color-wrapper a#close {
	float:right;
	clear:both;
	position:relative;
	margin:10px 10px 0 0;
}

.team .member-box .color-wrapper img {
	position:relative;
	top:45px;
	left:50%;
	margin:0 0 65px -145px;
	padding:0;
	height:300px;
	width:290px;
	display:inline-block;
}

.team .member-box a#close .fa {
	font-size:28px;	
	color:#fff;
}

.team .member-box .color-wrapper strong,
.team .member-box .color-wrapper span {
	font-size:28px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:300;
	text-align:center;
	width:100%;
	display:block;
	color:#fff;
	padding:0;
	margin:0;
}

.team .member-box .color-wrapper span {
	font-size:18px;
	font-weight:100;
}

.team .member-box .color-wrapper ul.social-media {
	position:relative;
	top:14px;
}

.team .member-box .color-wrapper ul.social-media {
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
	position:relative;
	width:100%;
	float:none;
}

.team .member-box .color-wrapper ul.social-media li {
	width:auto;
}

.team .member-box .color-wrapper ul.social-media li a:hover {
	color:#32b100;
	background:#fff;
	border-color:#fff;
}

.team .basic {
	position:relative;
}

.team .basic .ms-slide {
	padding:0;
	margin:20px 0 30px 0;
	position:relative;
	
}

.team .basic .ms-slide img {
	margin:auto;
	padding-left:0;
}

.team .basic .ms-slide > span {
	width:220px;
	height:220px;
	border-radius: 110px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	overflow:hidden;
	display:block;
	margin:0 auto 30px auto;
	padding:0;
	position:relative;
	display:block;
}

.team .basic .ms-slide > span img {
	position:relative;
	width:220px;
	height:220px;	
}

.team .basic .ms-slide > h4 {
	font-size:24px;
	font-weight:300;
	text-align:center;
	color:#404040;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
	display:block;	
}

.team .basic .ms-slide > p {
	font-size:16px;
	font-weight:100;
	padding:0;
	margin:0;
	line-height:0;
}

.team .basic .member-box-wrapper {
	top:-420px;
}

/**
**** Form styles ****
**/
.form.contact {
	padding:45px 0 15px 0;
	margin:0;
	position:relative;
}

.form.contact .message {
	height:100px;
	width:100%;
	position:absolute;
	top:-100px;
	left:0;
	padding:0;
	background:#32b100;
	cursor:pointer;
}

.form.contact .message p {
	position:relative;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-size:22px;
	font-weight:100;
	color:#fff;
	line-height:100px;
	padding:0;
	margin:0;
}

.form.contact .message p .fa {
	padding:0 15px 0 0;
	position:relative;
	top:2px;
}

.form.contact .message .fa.arr {
	font-size:40px;
	line-height:0;
	z-index:1000;
	color:#32b100;
	position:absolute;
	top:95px;
	right:50%;
	margin:0 -12px 0 0 !important;
	padding:0;
}

.form.contact .message.warning {
	background:#f5b075;
}

.form.contact .message.warning .fa.arr {
	color:#f5b075;
}

.form.contact .input-group {
	float: left;
	width:100%;
	margin-bottom:30px;
	position:relative;
}

.form.contact .input-group i {
	color:#8b8b8b;
	font-size:20px;
	position:absolute;
	line-height:50px;
	left:17px;
}

.form.contact .input-group input.lg, .form.contact .input-group select.lg,
.form.contact .input-group textarea.lg {
	padding:0 10px;
	text-indent:40px;
	margin:0;
	height:50px;
	width:100%;
	line-height:20px;
	font-size:20px;
	font-weight:100;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#8b8b8b;
	border:1px solid #d5d5d5;
	outline:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form.contact .input-group textarea.lg {
	height:162px;
	text-indent:10px;
	padding-top:15px;
	resize:none;
}

.form.contact .input-group input:focus,
.form.contact .input-group textarea:focus {
	border-color:#32b100;
}

.form.contact .input-group input.err,
.form.contact .input-group textarea.err {
	border-color:#f5b075 !important;
}

.form.contact .input-group button.submit {
	width:100%;
	height:66px;
	background:#707070;
	border:0;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#fff;
	font-size:18px;
	outline:none;
	font-weight:300;
}

.form.contact .input-group button.submit:hover {
	background:#32b100;
}

.form.contact #message_sent {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	z-index:100000;
	background:#32b100;
	width:100%;
	display:none;
}

.form.contact #message_sent i.fa {
	font-size:120px;
	position:relative;
	text-align:center;
	line-height:0;
	top:50%;
	margin:auto;
	vertical-align:middle;
	color:#fff;
	display:none;
}

.form.contact #message_sent p {
	font-size:45px;
	font-weight:100;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#fff;	
	position:relative;
	text-align:center;
	line-height:0;
	top:54%;
	display:none;
}

.form.contact.style-2 {
	margin-top: 40px;
	padding-top: 0;
}

.form.contact.style-2 .input-group input,
.form.contact.style-2 .input-group textarea {
	-webkit-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	-moz-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	box-shadow: 0 0 1px 0px rgba(230,230,230,1);
}

.form.contact.style-2 .input-group input:focus,
.form.contact.style-2 .input-group textarea:focus{
	-webkit-box-shadow: 0 0 4px 0px rgba(230,230,230,1);
	-moz-box-shadow: 0 0 4px 0px rgba(230,230,230,1);
	box-shadow: 0 0 4px 0px rgba(230,230,230,1);
}

.form.contact .input-group.tight {
	margin-right:2%;
	width:49%;
	float:left;
}

.form.contact .input-group.tight.second {
	margin-right:0;
}

.form.contact .input-group.tight input.lg {
	width:100%;
}

/**
*** Footer ***
**/
footer .content-section {
	width:100%;
	padding:0;
}

footer .content-section h1 {
	font-size:60px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#fff;
	font-weight:100;
	line-height:0;
	padding:0;
	margin:74px 0 36px 0;
	line-height:60px;
}

footer .content-section .center-buttons,
footer .content-section .center-buttons p {
	padding:0;
	margin:0 0 80px 0;
	text-align:center;
}

footer .content-section .center-buttons p a {
	margin-right:20px;
}

footer .content-section .center-buttons p a.white {
	border-color:rgba(255,255,255,1);
	color:rgba(255,255,255,1);
}

footer .content-section .center-buttons p a.white:hover {
	border-color:rgba(255,255,255,1);
	color:#404040;
}

footer .foot-wrapper {
	background: rgba(51,82,96,10);
	width:100%;
	padding:0;
	margin:0;
}

footer .foot-wrapper .logo {
	margin-top:75px;
}

footer .foot-wrapper p.liner {
	color:#fff;
	font-size:22px;
	line-height:0;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	margin:45px 0;
}

.flist{
	color:#fff;
}

.flist:hover{
	color:#32b100;
}
	
.flast{
	background: #29424d;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	}
	
	.flastm {margin-top: 10px;}
	
	ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
    color: #666666; 
    counter-reset: li-counter;
}
ol.circles-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}
ol.circles-list > li:before {
	position: absolute;
	top: 0;
	left: -1.33em;
	width: 1.2em;
	height: 1.2em;
	font-size: 1.6em;
	line-height: 1.2;
	text-align: center;
	color: #f5f5f5;
	border: 0px solid #c5c5c5;
	border-radius: 50%;
	background-color: #335260;
	content: counter(li-counter);
	counter-increment: li-counter;
}

ol.circles-list b{color:#335260;}

ul.teammedia {
	list-style:none;
	text-align:center;
	padding:0;
}

ul.teammedia li {
	display:inline-block;
	margin:0 8px 0 0;
	padding:0;
	background: #fff;
	width: 50px;
}

ul.teammedia li a {
	font-size:30px;
	width:50px;
	height:50px;
	padding:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border:0px solid #fff;
	border-radius: 50px;
	display:inline-block;
	float:left;
	color:#e5e5e5;
}

ul.teammedia li:last-child {
	margin-right:0;	
}

ul.teammedia li a:hover {
	background:#32b100;
	border-color:#32b100;	
}

	
	.lwl{text-align:left !important;}
	ul.socialmedia {
	list-style:none;
	text-align:center;
	padding:0;
}

ul.socialmedia li {
	display:inline-block;
	margin:0 8px 0 0;
	padding:0;
	background: #efefed;
	width: 50px;
}

ul.socialmedia li a {
	font-size:30px;
	width:50px;
	height:50px;
	padding: 5px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border:0px solid #fff;
	border-radius: 0px;
	display:inline-block;
	float:left;
	color:#666;
}

ul.socialmedia li:last-child {
	margin-right:0;	
}

ul.socialmedia li a:hover {
	background:#32b100;
	border-color:#32b100;	
}

ul.social-media {
	list-style:none;
	text-align:center;
	padding:0;
}

ul.social-media li {
	display:inline-block;
	margin:0 8px 0 0;
	padding:0;
}

ul.social-media li a {
	font-size:14px;
	width:30px;
	height:30px;
	padding:5px 0 0 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border:1px solid #fff;
	border-radius: 15px;
	display:inline-block;
	float:left;
	color:#fff;
}

ul.social-media li:last-child {
	margin-right:0;	
}

ul.social-media li a:hover {
	background:#32b100;
	border-color:#32b100;	
}

footer .foot-wrapper p.copyright {
	color:rgba(255,255,255,.6);
	font-size:12px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;	
	padding:0;
	margin:55px 0 0 0;
	padding-bottom:22px;
}

footer.classic .row > div {
	margin-top:15px;
}

footer.classic h5 {
	font-size:23px;
	font-weight:bolder;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#fff;
	text-align:left;	
}

footer.classic h5:hover i {
	color:#32b100;
}

footer.classic h5 i {
	text-align:left;
	padding-right:10px;
}

footer.classic .logo {
	padding-bottom:20px;
	margin:0;
	display:block;
}

footer.classic p {
	font-size:20px;
	font-weight:100;
	text-align:left;
	color:#fff;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	line-height:24px;
}

footer.classic .twitter-feed-wrapper {
	margin-top:31px;
}

footer.classic .tweets-container {
	overflow:hidden;
}

footer.classic #twitter-feed {
}

footer.classic .twitter-article {
	margin-bottom:20px;
	display:block;
	position:relative;
}

footer.classic .twitter-article.active {
	display:block;	
}

footer.classic .twitter-article i.fa {
	color:#fff;
	display:block;
	font-size:16px;
	top:6px;
	position:absolute;
}

footer.classic .twitter-article .twitter-text {
	display:block;
	margin-left:25px;
}

footer.classic .twitter-article p {
	margin-top:0px;
}

footer.classic .twitter-article .tweet-time {
	display:block;
	margin-top:2px;
}

footer.classic .twitter-article .tweet-time a {
	font-size:14px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	color:#32b100;	
}

footer.classic ul {
	margin-top:26px;
}

footer.classic ul li i.fa {
	color:#fff;
}

footer.classic ul.pages {
	margin:20px 0 0 0;
	padding:0;
}

footer.classic ul.pages li {
	display:block;
	margin:0 5px 0px 0;
}

footer.classic ul.pages a.btn {
	padding:5px 15px;
	font-size:14px;
	border:1px solid #fff;
}

footer.classic div.contact-info {
	margin-top:20px;	
}

footer.classic div.contact-info > span {
	font-size:20px;
	color:#fff;
	font-weight:100;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	display:block;
	margin-top:5px;
}

footer.classic div.contact-info > span i.fa {
	color:#fff;
	padding-right:10px;
}

footer.classic div.contact-info > ul {
	text-align:left;
	margin-top:15px;
}

footer.classic div.contact-info > ul li {
	text-align:center;
}

footer.classic .copyright {
	text-align:center;
	width:100%;
	display:block;
	font-size:18px;
	font-weight:100;
	color:#fff;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	padding:10px 0 20px 0;
}

footer.classic .copyright a{color:#fff;}
footer.classic .copyright a:hover{color:#32b100;}


/**
*** Blur Backgrounds ***
**/
.content-section.fixed {
	width:100%;
	padding:0;
	overflow:hidden;
	margin-top:0;
	height:auto;
	padding-bottom: 30px;
}

.content-section.fixed.sm,
.content-section.fixed.small {
	height:450px;
}

.content-section.fixed h1,
.content-section.fixed h2,
.content-section.fixed h3 {
	color:#fff;
}

.content-section.fixed .video-wrapper {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.content-section.fixed .overlay {
	height:100%;
	width:100%;
	display:block;
	position:relative;
}

.content-section.fixed .shadows {
	position:absolute;
	width:816px;
	height:23px;
	display:block;
	left:50%;
	margin-left:-408px;
	top:-1px;
	background:url(/images/elem/home/responsive/section-shadows-lg.png)	center top no-repeat transparent;
}

.content-section.fixed h1 {
	color:#fff;
	margin-top:40px;
	line-height:58px;
	padding-bottom:0;
	margin-bottom:0;
}

.content-section.fixed p {
	color:#fff;
	font-size:18px;
	line-height:25px;
	padding:25px 0 5px;
	font-weight:100;
	width:75%;
	left:auto;
	margin:auto;
	text-align:center;
	display:block;
	z-index:100;
	position:relative;
}

.content-section.fixed .center-buttons p {
	padding-bottom:55px;
}

.vjs-control-bar {
	display:none;	
}

.content-section.fixed video {
	opacity:.13;
	position:relative;
	top:-20px;
}

.content-section.fixed ul.testimonials {
	display:block;
	padding:0;
	margin:0;
	position:relative;
	width:100%;
}

.content-section.fixed ul.testimonials li {
	display:inline-block;
	width:100%;
}

.content-section.fixed ul.testimonials li h3 {
	text-align:center;
	font-size:45px;
	font-weight:100;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	line-height:60px;
}

.content-section.fixed i.fa-quote-right,
.content-section.fixed i.fa-quote-left {
	font-size:115px;
	color:rgba(255,255,255,.05);
	width:100%;
	margin:110px 0 60px 0;
	line-height:0;
}

.content-section.fixed:hover i.fa-quote-right,
.content-section.fixed:hover i.fa-quote-left {
	color:rgba(255,255,255,.12)
}

.content-section.fixed i.fa-quote-right {
	width:100%;
	text-align:right;
	position:relative;
	top:-300px;
	margin:30px auto 0 auto;
}

.content-section.fixed cite {
	width:100%;
	text-align:center;
	font-weight:100;
	display:inline-block;
	color:#fff;
	margin-top:30px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#fff;
}
.content-section.fixed cite strong {
	font-weight:300;
}

.content-section.fixed .ms-nav-next,
.content-section.fixed .ms-nav-prev {
	color:rgba(255,255,255,.1);
}

.content-section.fixed .ms-nav-next:hover,
.content-section.fixed .ms-nav-prev:hover {
	color:rgba(255,255,255,.4);
}

.content-section.fixed .ms-nav-prev {
	left:2%;
}

.content-section.fixed .ms-nav-next {
	right:2%;
}

/** TESTIMONIALS **/
div.testimonials > i {
	position:absolute;
	left:0;
	top:65px;
	left:25px;
	z-index:100;
	color:rgba(255,255,255,.10);
	font-size:36px;
}

div.testimonials > i.fa-quote-right {
	top:240px;
	left:325px;
}

.testimonial-wrapper {
	position:relative;
	margin:10px 0 0 2px;
	display:block;
	height:160px;
	overflow:hidden;
}

.testimonial-wrapper2 {
	position:relative;
	margin:10px 0 0 2px;
	display:block;
	height:300px;
	overflow:hidden;
}

.testimonial-wrapper .owl-item > div {
	height:160px;
	display:table;
	margin:0;
}

.metho {
height: 220px !important;
}

.metho p{
	display: table-cell !important;
	padding: 0 21px !important;
	border-radius: 10px;
}

.metho img{
width: 94px !important;
height: 94px !important;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
position: absolute !important;
top: 100%;
left: 10%;
margin-left: -32px;
margin-top: -32px;
}

.metho div{position: absolute !important;
top: 100%;
right: 0%;
margin-left: -32px;}

.metho div > p{text-align:right;}

.mborder {border: 2px solid #eee;}

.testimonial-wrapper .owl-item > div > p {
	color:#fff;
	text-align:left;
	vertical-align:middle;
	background:#2cbabc;
	display:block;
	margin:0;
	font-weight:100;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
}

.testimonial-wrapper .owl-item > div > img {
	width: 94px;
height: 120px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 4px solid #fff;
position: relative;
float: left;
margin-right: 10px;
margin-bottom: 30px;
}

/** LISTS **/
ul.fa {
	text-decoration:none;
	list-style:none;
	margin:13px 0 15px 0;
	padding:0;
	clear:both;
}

ul.fa.large {
	margin-top:24px;
}

ul.fa.large li {
	line-height:10px;
	position:relative;
	text-indent:45px;
	padding-bottom:10px;
}

ul.fa li {
	color:#404040;
	font-size:16px;
	font-weight:100;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	margin:0 0 20px 0;
}

ul.fa.large li i {
	line-height:0;
	font-size:32px;
	padding-top:20px;
	position:absolute;
	top:-16px;
	left:-45px;
}

ul.fa li i {
	padding:0 10px 0 0;
	font-size:16px;
	color:#404040;	
}

ul.lister {
	display:block;
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	text-align: center;
}

ul.lister li {
	width:130px;
	display:inline-block;
	text-align:center;
	margin:0px;
}

.linex {
width: 90px !important;
margin: 0px !important;
}

ul.lister li:last-child,
ul.lister li.last-child {
	margin-right:0 !important;	
}

ul.lister li i.fa {
	color:#fff;
	padding:40px 0 0 0;
	margin:0 0 40px 0;
	display:block;
	font-size:80px;
}

ul.number-list li span {
	color:#fff;
	font-size:45px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	line-height:0;
	margin:0 0 30px 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

ul.number-list li p {
	font-size:22px 		!important;
	width:100% 			!important;
	margin:0 			!important;
	padding:15px 0 0 0	!important;
}

ul.blogger-list {
	display: block;
	width: 100%;
	padding: 20px;
	position: relative;
	text-align: center;
}

ul.blogger-list li {
	width: 300px;
	display: inline-block;
	text-align: center;
	margin: 0px 40px 0 0;
	padding: 0 20px;
}

ul.blogger-list h5 {
	color: #fff;
	font-size: 24px;
	}

ul.bars {
	width:100%;
	margin:0;
	padding:0;
}

ul.bars li {
	margin:20px 0 0 0;
	padding:0;
	width:100%;
	list-style:none;
	left:0;
}

ul.bars .progress {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:16px;
	margin:0;
	padding:0;
}

ul.bars li strong,
ul.bars li p {
	float:left;
	font-size:18px;
	font-weight:300;
	color:#4e4e4e;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	display:inline-block;
}

ul.bars li p {
	font-weight:100;
	position:relative;
	margin:4px 0 0 0;
	padding:0;
	line-height:16px;
	font-size:16px;
}

ul.bars li span {
	float:right;
	font-size:18px;
	font-weight:100;
	color:#4e4e4;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	display:inline-block;
	margin:0 0 5px 0;
}

ul.bars li .progress {
	clear:both;
	display:block;
}

ul.bars li .progress .progress-bar {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#57b2ec;
	border:0;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

ul.info-list {
	text-decoration:none;
	width:100%;
	margin:0;
	padding:0;
}

ul.info-list li {
	width:100%;
	background:#f9f8f8;
	margin:0 0 1px 0;
	padding:0;
	display:block;
}

ul.info-list li span p {
	font-size:20px;
	line-height:26px;
	text-align:center;
	color:#404040;
	padding-bottom:35px;
}

ul.info-list li > span cite,
ul.info-list li > span article {
	display:inline-block;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	text-align:left;
	color:#404040;
	line-height:30px;
	margin:auto;
	font-size:20px;
}

ul.info-list li > span article {
	padding-left:10px;
	width:100%;
}

ul.info-list li > span cite {
	text-align:right;
	padding-right:10px;
	width:145px;
}

ul.info-list li.hours > span cite {
	width:165px;
}

ul.info-list li i.fa {
	font-size:45px;
	color:#32b100;	
	text-align:center;
	width:100%;
	line-height:0;
	padding-bottom:35px;
}

/**
*** TABS ***
**/
.tabs {
	display:block;
	position:relative;
	width:100%;
	margin:0;
	padding:0;
}

.tabs ul.panels {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	width:170px;
	display:inline-block;
	border-right:1px solid #f0f0f0;
}

.tabs ul.panels li {
	margin:0;
	padding:0;
	display:block;
	cursor:pointer;
	width:170px;
	line-height:45px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	border-bottom:1px solid #f0f0f0;
	font-size:16px;
	color:#404040;
	position:relative;
}

.tabs ul.panels li a {
	color:#404040;	
}

.tabs ul.panels li i {
	padding:0 20px 0 21px;
	font-size:18px;
	color:#404040;
}

.tabs ul.panels li > span {
	width:4px;
	height:47px;
	top:-1px;
	left:0;
	position:absolute;
	background:transparent;
}

.tabs ul.panels li.active > span,
.tabs ul.panels li:hover > span {
	background:#32b100;
}

.tabs ul.panels li.active a,
.tabs ul.panels li:hover a,
.tabs ul.panels li.active i,
.tabs ul.panels li:hover i {
	color:#32b100;
}

.tabs ul.panels li:last-child,
.tabs ul.panels li.last-child {
	border-bottom:0;
}

.tab-content {
	display:none;
	position:absolute;
	top:0;
}

.read h3 {
	font-size:38px;
	line-height:38px;
	margin:0;
	padding:0 0 10px 0;
}

.read p {
	font-size:16px;
	text-align:left;
	line-height:26px;
	padding:0 0 3px 0;
	margin:0;
}

.read strong {
	font-size:16px;
	font-weight:300;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	color:#404040;
	display:block;
	margin:10px 0 31px 0;
	line-height:0;
}

.read > ul {
	margin-bottom:7px;
}

.read > ul li {
	margin-bottom:10px;	
}

/**
*** Charts ***
**/

.chart-wrapper {
	margin-top:85px;
}

.chart {
	display:block;
	position:relative;
	text-align:center;
}

.chart span.percent {
	position:absolute;	
	color:#fff;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	font-size:20px;
	padding:0;
	margin:0;
	left:43%;
	top:50%;
	line-height:0;
}

.chart span.canvas {
	position:relative;
}

.chart h4 {
	font-size:24px;
	color:#fff;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:300;
	margin-bottom:30px;
}

.chart h4 + span.percent {
	margin-top:30px;	
}

.chart-wrapper p {
	font-size:16px 		!important;
	color:#fff;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	margin:25px 0 0 0 	!important;
	padding:0 			!important;
	line-height:28px 	!important;
	width:100%		 	!important;
}

/**
*** Button styles ***
**/
.btn,.btn:active,.btn:hover,.btn:focus {
	outline:0;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-bordered,
.btn-danger, 
.btn-bordered,
.btn-white {
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-size:14px;
	font-weight:100;
	border:none;
	padding-left:40px;
	padding-right:40px;
	padding-top:13px;
	padding-bottom:11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
}

/* Primary (theme color) */
.btn-primary, .btn-primary:focus {
	border:1px solid #32b100;
	background:transparent;
	color:#32b100;
}

.btn-primary:hover {
	background:#32b100;
	border:1px solid #32b100;
}

/* Success */
.btn-success, .btn-success:focus {
	border:1px solid #5cb85c;
	background:#67bd10;
	color:#ffffff;
}

.btn-success:hover {
	background:#55b455;
	border:1px solid #5cb85c;
}

/* Info */
.btn-info, .btn-info:focus {
	border:1px solid #335260;
	background:#335260;
	color:#ffffff;
}

.btn-info:hover {
	border:1px solid #335260;
	background:#446B7C
}

/* Warning */
.btn-warning,.btn-warning:focus {
	border:1px solid #f0ad4e;
	background:transparent;
	color:#f0ad4e;
}

.btn-warning:hover {
	background:#f0ad4e;
	border:1px solid #f0ad4e;
}

/* Danger */
.btn-danger,.btn-danger:focus {
	border:1px solid #d9534f;
	background:transparent;
	color:#d9534f;
}

.btn-danger:hover {
	background:#d9534f;
	border:1px solid #d9534f;
}

/* Bordered */
.btn-bordered,.btn-bordered:focus {
	background:none;
	border:2px solid #848484;
	color:#848484;
	padding-top:12px;
	padding-bottom:10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position:relative;
	top:1px;
}

.btn-bordered:hover {
	background:#848484;
	color:#fff;
	border:2px solid #848484;
}

.btn-bordered:active {
	margin:0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow:    0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow:         0px 0px 0px 0px rgba(0,0,0,0);
}

.btn-bordered.white {
	background:transparent;
	color:#fff;
	border-color:#fff;
}

.btn-bordered.white:hover {
	color:#404040;
	background:#fff;
}

.btn-white {
	background:#fff;
}

.btn-white:hover {
	color:#fff;
	background:#404040;
}

.btn-sm {
	padding:10px 40px;
	font-size:12px;
	font-weight:300;
}

.btn-lg {
	padding:18px 48px;	
}


.btn i.fa {
	position:absolute;
	right:17px;
	top:23px;
	line-height:0;
}

.btn-sm i.fa {
	top:20px;
}

.btn.icon {
	padding-left:17px;
}

/* Filters */
.filter a.hot {
	border-color:#32b100;
	background:#32b100;
	color:#fff;
}

/**
*** Callout ***
**/
.callout {
	background:#32b100;
	text-align:center;	
	height:115px;
	padding:0;
	margin:0;
	position:relative;
}

.callout p {
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-size:22px;
	font-weight:100;
	line-height:26px;
	text-align:right;
	margin:43px 0 0 0;
	color:#fff;
}

.callout a.btn {
	margin-top:34px;
	float:right;
	margin-left:14px;
}

.callout a.btn:last-child {
	margin-right:0;	
}

/**
* GMAP *
**/
.gmap {
	margin:45px 0 0 0;
	background:#f9f8f8;
	width: 100%;
	height: 345px;
}

.gmap + .shadow-lg {
	background:url(../images/design/section-shadows-lg.png) no-repeat left bottom transparent;
	width:1174px;
	height:60px;
	position:absolute;
	margin:auto;
	bottom:-23px;
	width:816px;
	height:23px;
	display:block;
	left:50%;
	margin-left:-408px;
}

/**
*** Stellar Backgrounds ***
**/

.parallax-bg-1 {
	background:url(../images/bg-cityscape.jpg) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-bg-2 {
	background:url(../images/bg-blur-rock.jpg) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-bg-3 {
	/*background:url(../images/bg-footer.jpg) repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-bg-4 {
	background:url(/images/elem/home/responsive/rectangle.jpg) repeat center center fixed #34515f;
	 -o-background-size: cover; 		  -moz-background-size: cover; -webkit-background-size:cover; background-size: cover;
}

.parallax-bg-5 {
	background:url(../images/bg-car-water.jpg) repeat center center fixed;
}

.parallax-slug-1 {
	/* background: url(/images/elem/home/responsive/people.jpg) repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-slug-2 {
	background:url(../images/slug-curb.jpg) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-slug-3 {
	background:url(../images/slug-laptop.jpg) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-slug-4 {
	background:url(../images/slug-locks.jpg) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-slug-5 {
	background:url(../images/slug-walk.jpg) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/**
*** Animations ***
**/
a,
.nivo-wrapper .nivo-directionNav,
.content-section h1 i,
.content-section h2 i,
.content-section h3 i,
.content-section h4 i,
.content-section h5 i,
.content-section h6 i,
footer.classic h5,
blockquote,
.ms-nav-prev,
.ms-nav-next,
.btn-bordered,
.tabs ul.panels li span,
ul.social-media li a,
.feature-list .feature i,
.blog ul.meta li a:hover i,
.team ul li:hover span.name,
.sidebar .search-wrapper i.fa,
.team ul li:hover span.position,
.form.contact .input-group input,
.navigation .navbar-toggle,
.content-section.video i.fa,
.navigation .navbar-toggle i,
.form.contact .input-group textarea,
.form.contact .input-group button.submit,
.navigation .navbar-default ul.navbar-nav li a,
footer .content-section .center-buttons p a.white {
	-webkit-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 	
}

/**
*** MISC ***
*/
.right {
	float:right !important;
}

.hidden {
	visibility:none;	
}

.no-top {
	padding-top:0 !important;
	margin-top:0 !important;	
}

blockquote {
	display:block;
	position:relative;
	width:100%;
	clear:both;
	padding:30px 40px;
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-weight:100;
	font-size:18px;
	line-height:34px;
	clear:both;
	border:0;
	background:#32b100;
	color:#fff;
	z-index:50;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
}

blockquote:hover {
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
}

blockquote i.fa {
	font-size:22px;
	color:#32b100;
	position:absolute;
	background:#fff;
	width:48px;
	height:48px;
	-webkit-border-radius: 58px;
	-moz-border-radius: 58px;
	border-radius: 58px;
	display:block;
	text-indent:14px;
	line-height:48px;
	left:-25px;
	top:4px;
}

.content-section.low-rider {
	padding-bottom:20px;
}

/**
**** Accordions ****
**/
ul.accordion {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	overflow:hidden;
}

ul.accordion li > span {
	width:100%;
	padding:0;
	margin:0;
}

ul.accordion li > span a {
	color:#404040;
	font-size:18px;
	letter-spacing:2px;
	display:block;
	text-decoration:none;
	width:100%;
	height:50px;
	width:100%;
	background:#f9f8f8;
	font-weight:100;
	padding:0 0 0 20px;	
	line-height:50px;
	margin-bottom:2px;
	outline:none;
}

ul.accordion li.active > span a {
	background:#32b100;
	color:#fff;
}

ul.accordion li > span a i {
	float:right;
	line-height:52px;
	position:relative;
	font-size:12px;
	right:15px;
}

ul.accordion li > article {
	background:#f9f8f8;
	display:block;
}

ul.accordion li > article p {
	font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
	font-size:16px;
	font-weight:100;
	text-align:left;
	min-height:155px;
	line-height:23px;
	display:none;
	padding:12px 20px 15px 20px;
	margin:0 0 2px 0;
}

ul.accordion li.active > article p {
	display:block;
}

/**
*** Fonts ***
*/

@font-face {
	font-family: 'HelveticaNeue-Light';
	src: url('../fonts/helveticaneue-light.eot');
	src: url('../fonts/helveticaneue-light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneue-light.woff') format('woff'),
	url('../fonts/helveticaneue-light.ttf') format('truetype'),
	url('../fonts/helveticaneue-light.svg#helveticaneue-light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue-BoldCond';
	src: url('../fonts/helveticaneue-boldcond.eot');
	src: url('../fonts/helveticaneue-boldcond.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneue-boldcond.woff') format('woff'),
	url('../fonts/helveticaneue-boldcond.ttf') format('truetype'),
	url('../fonts/helveticaneue-boldcond.svg#helveticaneue-boldcond') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'bodoni';
	src: url('../fonts/bodoni/bauerbodonistd-roman.otf');
	src: url('../fonts/bodoni/bauerbodonistd-roman.otf?#iefix') format('embedded-opentype'),
	url('../fonts/bodoni/bauerbodonistd-roman.ttf') format('truetype'),
	url('../fonts/bodoni/bauerbodonistd-roman') format('svg');
}

@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
	.team .member-box .shadow-lg {
		display:none;	
	}
	.navigation ul.navbar-nav li.dropdown.full section {
		margin-left:-352px;
	}
	.navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
		width:195px;
	}
	.feature-list .feature i {
		font-size:28px;
		width:58px;
		height:58px;
		-webkit-border-radius: 58px;
		-moz-border-radius: 58px;
		border-radius: 58px;
		text-indent:15px;
		padding-top:15px;
	}
	.feature-list .feature {
		display:inline-block;
		float:left;
	}
	.feature-list .feature .content {
		max-width:205px;
	}
	.team .wrapper {
		width:800px;	
	}
	.tabs.side {
		display:block;
		clear:both;
		float:none;
		height:60px;
	}
	.tabs.side ul.panels {
		display:block;
		margin:0 0 20px 0;
		z-index:100;
		width:100%;
		height:100%;
		clear:both;
		position:relative;
		border-right:0;
	}
	.tabs.side ul.panels li:first-child {
		border-left:1px solid #f0f0f0;
	}
	.tabs.side ul.panels li {
		float:left;
		display:inline-block;
		margin:0;
		padding:0;
		position:relative;
		font-size:16px;
		float:left;
		width:150px;
		height:40px;
		display:inline-block;
		text-align:center;
		border-right:1px solid #f0f0f0;
		border-bottom:1px solid #f0f0f0;
	}
	.tabs.side ul.panels li.active {
		border-bottom:0;	
	}
	.tabs.side ul.panels li {
		width:20%;	
	}
	.tabs ul.panels li > span {
		display:none;
	}
	.tab-content {
		display:none;
		position:absoltue;
		margin:20px 0 100px 0;
	}
	.read h3 {
		font-size:38px;
		line-height:38px;
		margin:0;
		padding:0 0 10px 0;
	}
	.read p {
		font-size:16px;
		text-align:left;
		line-height:26px;
		padding:0 0 3px 0;
		margin:0;
	}
	.read strong {
		font-size:16px;
		font-weight:300;
		font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
		color:#404040;
		display:block;
		margin:10px 0 31px 0;
		line-height:0;
	}
	.read > ul {
		margin-bottom:7px;
	}
	.read > ul li {
		margin-bottom:10px;	
	}
	.chart span.percent {
		margin:0;
		left:0;
		width:100%;
		text-align:center;
	}
	.callout {
		height:auto;	
	}
	.callout p {
		text-align:center;
	}
	.callout .btn-sm {
		float:none !important;
		margin:auto;
		text-align:center;
		margin-bottom:40px;
	}
}
@media (max-width: 989px) {
	.navigation ul.navbar-nav li.dropdown.full section {
		margin-left:-131px;
	}
	.charts {
		height:1400px !important;
	}
	.navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
		width:245px;
	}
	.navigation ul.navbar-nav li.dropdown.full .color-wrapper {
		display:none;
	}
	.navigation ul.navbar-nav li.dropdown.full section .clear-wrapper {
		width:100%;
	}
	.navbar .navbar-brand img {
		max-width:90px;
	}
	.team .wrapper {
		width:358px;	
	}
	.team .member-box {
		position:absolute;
		left:0;
		width:100%;
		height:880px;
		padding:0;
		margin:0;
	}
	.team .member-box .clear-wrapper {
		width:100%;
		display:block;
		clear:both;
		float:none;
		height:68%;
		padding:0;
		margin:0;
		position:relative;
		left:0;
	}
	.team .member-box .color-wrapper {
		background:#32b100;
		margin:0;
		padding:0;
		border-radius:0;
		border:0;
		float:none;
		height:32%;
		width:100%;
		position:relative;
	}
	.team .member-box ul.bars {
		margin:0;
		padding:0;
	}
	.team .member-box ul.bars li .progress,
	.team .member-box ul.bars li strong,
	.team .member-box ul.bars li span {
		margin-right:35px;
	}
	.team .member-box .color-wrapper a#close {
		position:absolute;
		top:3px;
		left:10px;
	}
	.team .member-box .clear-wrapper p {
		margin-bottom:10%;	
	}
	.team .member-box .color-wrapper img {
		position:relative;
		left:30px;
		top:35px;
		padding:0;
		left:50%;
		margin:0 0 40px -60px;
		width:auto;
		height:120px;
		display:block;
	}
	.team .wrapper {
		padding:45px 0 0 0;
		width:300px;
	}
	.slider-laptop .laptop {
		background:url(../images/design/mac-md.png) center left no-repeat transparent;
		width:480px;
		height:317px;
		left:50%;
		margin-left:-240px;
		position:relative;
	}
	
	.slider-laptop .wrapper {
		width:308px;
		height:193px;
		overflow:hidden;
		top:60px;
		left:50%;
		margin-left:-154px;
		position:relative;	
	}
	.feature-list .feature i {
		font-size:18px;
		width:48px;
		height:48px;
		-webkit-border-radius: 48px;
		-moz-border-radius: 48px;
		border-radius: 48px;
		text-indent:14px;
		padding-top:14px;
	}
	.feature-list .feature {
		display:inline-block;
		float:left;
	}
	.feature-list .feature .content {
		max-width:230px;
	}
	.team .wrapper {
		width:358px;	
	}
	.content-section.video ul.testimonials {
		position:relative;
		top:-40px;	
	}
	.gmap + .shadow-lg {
		display:none;
	}
	.form.contact .input-group.tight {
		width:100%;
		margin-right:0;
		margin-left:0;
		float:none;
		display:block;	
	}
	.feature-list-2 .feature {
		text-align:center;	
	}
	.feature-list-2 .feature p {
		text-align:center;	
	}
	ul.number-list {
		display:block;
		width:100%;
		padding:0;
		margin:0;
		position:relative;
	}
	
	ul.number-list li {
		width:120px;
		display:inline-block;
		text-align:center;
		margin:65px 26px 0 0;
	}
	ul.number-list li i.fa {
		color:#fff;
		padding:40px 0 0 0;
		margin:0 0 40px 0;
		display:block;
		font-size:40px;
	}
	ul.number-list li span {
		color:#fff;
		font-size:30px;
		font-family:"HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
font-size-adjust: 0.6;
font-stretch: condensed;
		font-weight:100;
		line-height:0;
		margin:0 0 30px 0;
		padding:0;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	ul.number-list li i.fa {
		color:#fff;
		padding:10px 0 0 0;
		margin:0 0 40px 0;
	}
	ul.number-list li p {
		font-size:22px 		!important;
	}
	ul.number-list {
		margin-bottom:40px;	
	}
}
@media (max-width: 767px) {
	.content-section.min-flex {
		height:auto;	
	}
	ul.number-list li {
		width:100%;
		display:block;
		text-align:center;
		margin:65px 0 0 0;
	}
	.navbar .navbar-header {
		width:100%;	
	}
	.navbar .navbar-toggle {
		display:block;
	}
	.navigation .navbar-toggle {
		margin-top:24px;	
		border:none;
	}
	.navigation.fixed .navbar-toggle {
		margin-top:19px;
	}
	.navigation .navbar-toggle i {
		color:#868686;
		font-size:14px;
	}
	.navigation .navbar-toggle:hover,
	.navigation .navbar-toggle:active {
		background:none;	
	}
	.navigation .navbar-toggle:hover i,
	.navigation .navbar-toggle:active i {
		color:#32b100;
	}
	.navbar .navbar-nav {
		display:none;	
	}
	.navbar .navbar-brand {
		float:none;
	}
	.navbar .navbar-brand img {
		width:100px;
		left:50%;
		margin:19px 0 0 -50px;
		text-align:center;
	}
	.navigation.fixed .navbar-brand img {
		margin-top:15px;	
	}
	.navigation .navbar-collapse {
		display:block;
		padding:0;
		margin:0;
		background:none;
		border:0;
	}
	.navigation .container {
		position:relative;	
	}
	.navigation .navbar-form {
		position:absolute;
		left:5%;
		border:0;
		top:0;
		padding:0;
	}
	.navigation .navbar-form i.fa {
		font-size:14px;	
	}
	.navigation .search-field {
		width:100%;
		height:85px;
		background:rgba(50, 177, 0, 0.95);
		position:relative;
		padding:0;
		margin:0;
		top:19px;
		display:none;
	}
	.navigation.fixed .search-field {
		top:15px;
	}
	.navigation .search-field input {
		font-size:35px;
		height: 85px;
	}
	.feature-list .feature {
		position:relative;
		margin:0 0 25px 0;
		padding:0;
		width:100%;
	}
	.feature-list .feature i {
		font-size:32px;
		width:78px;
		height:78px;
		text-indent:23px;
		padding-top:23px;
		background:#fff;
		border:1px solid #ececec;
		color:#32b100;
		float:left;
		-webkit-border-radius: 78px;
		-moz-border-radius: 78px;
		border-radius: 78px;
		float:none;
		clear:both;
		position:relative;
		display:block;
		left:50%;
		margin:15px 0 15px -39px;
	}
	.feature-list .feature .content {
		display:block;
		text-align:center;
		width:100%;
		max-width:100%;
	}
	.feature-list .feature .content p,
	.feature-list .feature .content h4 {
		max-width:90%;
	}
	.team .wrapper {
		width:290px;	
	}
	.content-section.video .ms-nav-prev {
		display:none;
	}
	.content-section.video .ms-nav-next {
		display:none;
	}
	.content-section.video ul.testimonials {
		position:relative;
		top:-100px;	
	}
	
	section.content-section h1,
	footer .content-section h1 {
		font-size:48px;
	}
	.tabs.side ul.panels li a {	
		display:none;
	}
}
@media (max-width: 480px) {
	.team .wrapper {
		width:100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
    
	@font-face {
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 100;
	  src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/vzIUHo9z-oJ4WgkpPOtg13YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
	}
	
}
.container-wrapper.navigation .navbar.navbar-default .top-menu {
	background-color: #eee;
	height: 25px;
}
.container-wrapper.navigation .navbar.navbar-default .top-menu .right .topnav-menu {
	height: 25px;
	list-style: none;
	font-size: 18px;
	min-width: 576px;
	float:right;
	margin-left:20px;
}
.container-wrapper.navigation .navbar.navbar-default .top-menu .right .topnav-menu .li-green {
	color: #FFF;
	background-color: #32b100;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	height: 25px;
}
.container-wrapper.navigation .navbar.navbar-default .top-menu .right .topnav-menu .li-black {
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

/*Container_Portfolio*/
								  
								  #Container_Portfolio{
									 float:left;
									
									  width:100%;
									    min-height:702px;
										background-color:none;
										position:absolute;
										top:0px;
									}
									
									.ThumbNailWrapper{
									  min-height:120px;
								      min-width:120px;
										  float:left;
									
									}
									.ThumbNailWrapper img{
									  min-height:160px;
								      max-width:200px;
									  padding:0px;
									  border: 0px;
									  border-radius: 0px;
									margin:0px;
									line-height: 0;
									}
									
									
#ThumbNailGrid_Container {
 line-height: 0;
 -webkit-column-count: 7;
 -webkit-column-gap: 0px;
 -moz-column-count: 7;
 -moz-column-gap: 0px;
 column-count: 7;
 column-gap: 0px;
}
#ThumbNailGrid_Container img {
 width: 100%;
 height: auto;
}

@media (max-width: 1200px) {
  #ThumbNailGrid_Container {
  -moz-column-count:    7;
  -webkit-column-count: 7;
  column-count:         7;
  }
  
  .xline {height:auto;}
}
@media (max-width: 1000px) {
  #ThumbNailGrid_Container {
  -moz-column-count:    5;
  -webkit-column-count: 5;
  column-count:         5;
  }
  
  .xline {height:0;}
}
@media (max-width: 800px) {
  #ThumbNailGrid_Container {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
  
  .xline {height:0;}
}
@media (max-width: 400px) {
  #ThumbNailGrid_Container {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
  
  .xline {height:0;}
}

.img-thumbnail-1 {min-height:185px}
.img-thumbnail-2 {min-height:156px}
.img-thumbnail-3 {min-height:165px}
.img-thumbnail-4 {min-height:159px}
.img-thumbnail-5 {min-height:160px}
.img-thumbnail-6 {min-height:200px}
.img-thumbnail-7 {min-height:162px}
.img-thumbnail-8 {min-height:164px}
.img-thumbnail-9 {min-height:181px}
.img-thumbnail-10 {min-height:177px}
.img-thumbnail-11 {min-height:167px}
.img-thumbnail-12 {min-height:168px}
.img-thumbnail-13 {min-height:171px}
.img-thumbnail-14 {min-height:176px}
.img-thumbnail-15 {min-height:155px}
.img-thumbnail-16 {min-height:154px}
.img-thumbnail-17 {min-height:173px}
.img-thumbnail-18 {min-height:201px}
.img-thumbnail-19 {min-height:154px}
.img-thumbnail-20 {min-height:190px}
.img-thumbnail-21 {min-height:156px}
.img-thumbnail-22 {min-height:190px}
.img-thumbnail-23 {min-height:182px}
.img-thumbnail-24 {min-height:165px}
.img-thumbnail-25 {min-height:185px}
.img-thumbnail-26 {min-height:150px}
.img-thumbnail-27 {min-height:165px}
.img-thumbnail-28 {min-height:130px}

.textcontact{
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;}
.textcontact h3{
	font-size: 54px;
	font-weight: 100;
	color: #7bc74c;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
	text-align: left;
	}
	.textcontact h4{text-align: left;}
	.iconT{
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;}
	.engage{font-size: 40px;text-align: center !important}
	.spanblue{color: #335260 !important;font-size: 36px;}
	.cgreen{color: #7bc74c !important;}
	.cgreen2{color: #32b100 !important;}
	.cblue{color: #335260 !important;}
	.cyellow{color: #ffcb2f !important;}
	.corange{color: #fd9232 !important;}
	.csky{color: #44acf5 !important;}
	.cred {color: #fc232e !important;}
	.ccyan{color: #2cbabc !important;}
	.cgray{color: #b2b2b2 !important;}
	.spangreen{color: #7bc74c !important;font-size: 36px;}
	.spangreen2{color: #32b100 !important;font-size: 50px; padding-left:5px;}
	.spangreen3{color: #32b100 !important;font-size: 36px;}
.textcontact p{
	font-size: 17px;
	font-weight: 100;
	line-height: 26px;
	text-align: left;
	}
.listleft{width: 61px;
margin: 0;
float: left;}
.listright{margin-left: 61px;
padding-top: 1px;padding-bottom: 20px;}

.section12{
margin-bottom: 20px;
padding-bottom: 20px;}

.section12 p{text-align:left; line-height:28px;}

.buble{width: 80px !important;}
.buble i.fa {
	color: #666;
	padding: 0 !important;
margin: 0 0 10px 0 !important;
	font-size: 80px;
}
.buble img{width:80px;}
.blink{
	width: 50px !important;
	margin: 0px !important;
	}
	.blink img{width: 50px;padding-bottom: 125px;
	}
	
.go-left{
	width: 50%;
	float: left;
	text-align: center;
	padding: 17px;}
	.go-left h4{text-align:center;}
	.go-left span{font-size: 17px;color: #8a8a8a;}
	.go-left p{text-align:center;}
.go-right{
	width: 50%;
	float: left;
	text-align: center;
	padding: 17px;}
	
.go-right h4{text-align:center;}
.go-right span{font-size: 17px;color: #8a8a8a;}
.go-right p{text-align:center;}

.h4-55{
	text-align: center !important;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding: 20px;
	font-size: 55px;
	color:#335260 !important}

.h4-55-1{
	text-align: center !important;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	font-size: 55px;
	color:#335260 !important}

.go-left2{
	width: 49%;
	float: left;
	text-align: center;
	padding: 20px;
	background: #f7f8f9;
	border: 2px solid #e3e3e3;
	margin-right:10px;}
	.go-lefticon{
		font-size: 45px;
	color: #6ebff3;
	text-align: center;
	width: 100%;
	line-height: 0 !important;
	height: 70px;}
	.go-lefticon img{top: -5%;position: absolute;left: 16%;}
	.go-left2 h4{text-align:center;}
	.go-left2 span{font-size: 17px;color: #8a8a8a;}
	.go-left2 p{text-align:left;}
.go-right2{
	width: 49%;
	float: left;
	text-align: center;
	padding: 20px;
	background: #f7f8f9;
	border: 2px solid #e3e3e3;
	}
	.go-righticon{
		font-size: 45px;
	color: #6ebff3;
	text-align: center;
	width: 100%;
	line-height: 0 !important;
	height: 70px;}
	.go-righticon img{top: -5%;position: absolute;right: 16%;}
.go-right2 h4{text-align:center;}
.go-right2 span{font-size: 17px;color: #8a8a8a;}
.go-right2 p{text-align:left;}

.pic-left{
	height: 230px;
	width: 180px;
	float: left;
	text-align: center;
	margin-top: 25px;
}
	
	.pic-left h5{margin-bottom:0px;text-align:center;font-size: 18px;}	
	.pic-left p{text-align:center;color:#d7d7d7;font-size: 16px;}
	
.landing{
	border: 10px solid #8a8a8a;
	border-radius: 15px;
	margin: 0;}
	.landing2{
	border: 10px solid #D3DADD;
	border-radius: 15px;
	margin: 20px 0 20px 0;}
	.landing2 h3{margin-top:20px;margin-bottom:25px;}
	.landing h3{margin-top:20px;margin-bottom:25px;}
	
.landing .leftline2 {
    padding-left: 25px;
    padding-right: 10px !important;
}
	.the-box{
		border-top: 1px solid #eee; 
		border-bottom: 1px solid #eee;
		margin-bottom: 20px;
		padding-bottom: 20px;
		padding-top: 10px;}
		.the-box p{font-size: 19px !important;}
		.the-box em{color: #8a8a8a;}
		.the-box img{float:left;}
		.the-box ul{list-style:none;padding: 10px;margin-bottom: 30px;}
		.the-box li{float:left;margin-left:5px;}
		.the-box ul li em{color: #d7d7d7;}
		.the-box a{color: #d7d7d7;}
		
.li-service li{list-style-image:url("/images/elem/Sign-up/Businnes/check.png");padding-bottom: 10px;}

.the-box2{
		margin-top: 40px;
		margin-bottom: 20px;
		}
		.the-box2 img{
			float:left;
			width: 100px;
			margin-right: 10px;}
		.the-box2 a{color: #d7d7d7;}

.date {width:115px !important;}
.datetime {width:185px !important;-webkit-appearance: menulist;
}
.datet {-webkit-appearance: menulist;
}
.submitbtn{border: 1px solid #32b100;
background: #32b100;
color: #fff;
font-size: 18px;
font-weight: 700;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 20px;
margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
width: 100%;
max-width: 315px;}
.submitbtn:hover{color: #fff !important;background: #3CD300 !important;}
.messages{
	font-size: 17px;
	line-height: normal;
	color: #666666;
	margin-bottom: 20px;}
	
.checkbox{
	width: 20px !important;
	float: left;
	height: 20px !important;
	margin-top: 0!important;}
	
	@import url('//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css');

.date-form { margin: 10px; }
label.control-label span { cursor: pointer; }

.li-menu{color: #666666;margin-bottom: 30px;}
.li-menu li{border-bottom: 1px solid #f2f2f2; padding:5px;}
.li-menu li p{text-align:left !important;margin-bottom: 5px !important;}
.li-menu li a{color:#8d8d8d !important;}
.li-menu li a:hover{color:#32b100 !important;}
.li-menu2{color: #7bc74c;margin-bottom: 30px;}
.li-menu2 li{padding:0px;}
.li-menu2 li p{text-align:left !important;margin-bottom: 5px !important;}
.li-menu2 li a{color:#7bc74c !important;}
.li-menu2 li a:hover{color:#32b100 !important;}
.li-terms {margin-top: 20px;margin-bottom: 30px;color: #666666;}
.li-terms li{list-style:lower-latin;margin-bottom: 10px;}
.li-terms2 {margin-top: 20px;margin-bottom: 30px;color: #666666;}
.li-terms2 li{list-style: upper-roman;margin-bottom: 10px;}

.bgborder{
	background: #eee;
	border-radius: 10px;
	width: 95%;
	text-align: center;
	}
	.bgborder div{padding:15px;}
	.bgborder img{float:left;margin: 0 0 0 20px;}
	
	.ccard {width: 100%;padding-top: 20px;}
	
	.ccard p{float: left;padding: 15px 0 10px 10px;}
	
.bloggers {text-align:center; border-bottom: 1px solid #eee;margin-bottom:20px;padding:20px;}

.blogger-box {
	background: #f7f8f9;
	border: 2px solid #e3e3e3;
	border-radius: 5px;
	padding: 20px;
	min-height: 404px;
	width: 370px;
	margin: auto;
	margin-bottom: 40px;}
	.blogger-box p{
		text-align:justify;
	}
	.blogger-icon {
		font-size: 45px;
		color: #fff;
		line-height: 0 !important;
		height: 100px;
		position: absolute;
		top: -12%;
		width: 100px;
		right: 38%;
	}
	
ul.list-mark {
	list-style-type: none;
	padding: 0;
}

ul.list-mark li {
    background: url('/images/elem/misc/check-mark.png');
	padding-left: 50px;
	background-repeat: no-repeat;
	padding-bottom:10px;
}

ul.list-mark li p{text-align: left;}

.twitter-download {
list-style: none;
padding: 5px;
width: 386px;
margin: auto;
}

.twitter-download a{
    background:url(/images/elem/misc/sign-in-twitter.png) no-repeat 0 0;
    display:block;
    height:74px;
    width:386px;
}

.facebook-download {
list-style: none;
padding: 5px;
width: 386px;
margin: auto;
}

.facebook-download a{
    background:url(/images/elem/misc/sign-in-facebook.png) no-repeat 0 0;
    display:block;
    height:74px;
    width:386px;
}

.create-overview {
list-style: none;
padding: 10px;
width: 372px;
margin: auto;
}

.create-overview a{
    background:#fff url(/images/elem/misc/create-outlined.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:372px;
}

.create-overview a:hover{
    background:#fff url(/images/elem/misc/create-filled.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:372px;
}

.find-overview {
list-style: none;
padding: 10px;
width: 289px;
margin: auto;
}

.find-overview a{
    background:#fff url(/images/elem/misc/find-outlined.png) no-repeat 0 0;
    display:block;
    height:85px;
    width:289px;
}

.find-overview a:hover{
    background:#fff url(/images/elem/misc/find-filled.png) no-repeat 0 0;
    display:block;
    height:85px;
    width:289px;
}

.pitch-overview {
list-style: none;
padding: 10px;
width: 285px;
margin: auto;
}

.pitch-overview a{
    background:#fff url(/images/elem/misc/pitch-outlined.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:285px;
}

.pitch-overview a:hover{
    background:#fff url(/images/elem/misc/pitch-filled.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:285px;
}

.engage-overview {
list-style: none;
padding: 10px;
width: 293px;
margin: auto;
}

.engage-overview a{
    background:#fff url(/images/elem/misc/engage-outlined.png) no-repeat 0 0;
    display:block;
    height:90px;
    width:293px;
}

.engage-overview a:hover{
    background:#fff url(/images/elem/misc/engage-filled.png) no-repeat 0 0;
    display:block;
    height:90px;
    width:293px;
}

.track-overview {
list-style: none;
padding: 10px;
width: 289px;
margin: auto;
}

.track-overview a{
    background:#fff url(/images/elem/misc/track-outlined.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:289px;
}

.track-overview a:hover{
    background:#fff url(/images/elem/misc/track-filled.png) no-repeat 0 0;
    display:block;
    height:72px;
    width:289px;
}

.download-guide {
list-style: none;
padding: 10px;
width: 258px;
margin: auto;
}

.download-guide a{
    background:#fff url(/images/elem/misc/guide-Outlined.png) no-repeat 0 0;
    display:block;
    height:63px;
    width:258px;
}

.download-guide a:hover{
    background:#fff url(/images/elem/misc/guide-Filled.png) no-repeat 0 0;
    display:block;
    height:63px;
    width:258px;
}

.download-ebook {
list-style: none;
padding: 10px;
width: 257px;
margin: auto;
}

.download-ebook a{
    background:#fff url(/images/elem/misc/ebook-Outlined.png) no-repeat 0 0;
    display:block;
    height:63px;
    width:257px;
}

.download-ebook a:hover{
    background:#fff url(/images/elem/misc/ebook-filled.png) no-repeat 0 0;
    display:block;
    height:63px;
    width:257px;
}

.CQuestions {
list-style: none;
padding: 10px;
width: 230px;
margin: auto;
float:left;
margin-right: 10px;
}

.CQuestions a{
    background:#fff url(/images/elem/misc/Question-CTA.png) no-repeat 0 0;
    display:block;
    height:64px;
    width:230px;
}

.CQuestions a:hover{
    background:#fff url(/images/elem/misc/Question-CTA.png) no-repeat 0 0;
    display:block;
    height:64px;
    width:230px;
}




.RDemo {
list-style: none;
padding: 10px;
width: 230px;
margin: auto;
float:left;
margin-right: 10px;
}

.RDemo a{
    background:#fff url(/images/elem/misc/Demo-CTA.png) no-repeat 0 0;
    display:block;
    height:64px;
    width:230px;
}

.RDemo a:hover{
    background:#fff url(/images/elem/misc/Demo-CTA.png) no-repeat 0 0;
    display:block;
    height:64px;
    width:230px;
}



.TRYfree {
list-style: none;
padding: 10px;
width: 230px;
margin: auto;
float:left;
margin-right: 10px;
}

.TRYfree a{
    background:#fff url(/images/elem/misc/try-free.png) no-repeat 0 0;
    display:block;
    height:64px;
    width:230px;
}

.TRYfree a:hover{
    background:#fff url(/images/elem/misc/try-free.png) no-repeat 0 0;
    display:block;
    height:64px;
    width:230px;
}

.flist-map{
	color:#000;
}

.flist-map:hover{
	color:#32b100;
}

.create-free-account {
list-style: none;
padding: 10px;
width: 271px;
margin: auto;
}

.create-free-account a{
    background:#fff url(/images/elem/misc/create-a-free-account-outlined.png) no-repeat 0 0;
    display:block;
    height:68px;
    width:271px;
}

.create-free-account a:hover{
    background:#fff url(/images/elem/misc/create-a-free-account-filled.png) no-repeat 0 0;
    display:block;
    height:68px;
    width:271px;
}

.listleft-alt{
	width: 100px;
	margin: 0;
	float: left;
}

.blogger-box-6 {
	background: #f7f8f9;
	border: 2px solid #e3e3e3;
	border-radius: 5px;
	padding: 20px;
	height: 500px;
	width: auto;
	margin: auto;
	margin-bottom: 40px;
}

.blogger-box-6 p {
	text-align:justify;
	font-size: 17px;
	color: #8a8a8a;
	line-height:26px;
}

.blogger-icon-6 {
	font-size: 45px;
	color: #fff;
	line-height: 0 !important;
	height: 100px;
	position: absolute;
	top: -9%;
	width: 120px;
	right: 38%;
}

.blogger-box-6 li{
	color: #7bc74c;
	margin-bottom: 10px;
	padding-right: 20px;
    }

.requestfreedemo {
list-style: none;
padding: 10px;
width: 341px;
margin: auto;
}

.requestfreedemo a{
    background: #fff url(/images/elem/misc/request-free-demo.png) no-repeat 0 0;
    display: block;
    height: 78px;
    width: 341px;
}

.requestfreedemo a:hover{
    background: #fff url(/images/elem/misc/request-free-demo2.png) no-repeat 0 0;
    display: block;
    height: 78px;
    width: 341px;
}

.join-now-large {
list-style: none;
padding: 10px;
width: 361px;
margin: auto;
}

.join-now-large a{
    background: #fff url(/images/elem/misc/join-now-large.png) no-repeat 0 0;
    display: block;
    height: 91px;
    width: 361px;
}

.join-now-large a:hover{
    background: #fff url(/images/elem/misc/join-now-large2.png) no-repeat 0 0;
    display: block;
    height: 91px;
    width: 361px;
}

.morecases {
list-style: none;
padding: 10px;
width: 323px;
margin: auto;
}

.morecases a{
    background: #fff url(/images/elem/misc/more-case-studies.png) no-repeat 0 0;
    display: block;
    height: 75px;
    width: 323px;
}

.morecases a:hover{
    background: #fff url(/images/elem/misc/more-case-studies2.png) no-repeat 0 0;
    display: block;
    height: 75px;
    width: 323px;
}

.tryblogdash {
list-style: none;
padding: 10px;
width: 332px;
margin: auto;
}

.tryblogdash a{
    background: #fff url(/images/elem/misc/try-blogdash.png) no-repeat 0 0;
    display: block;
    height: 84px;
    width: 332px;
}

.tryblogdash a:hover{
    background: #fff url(/images/elem/misc/try-blogdash2.png) no-repeat 0 0;
    display: block;
    height: 84px;
    width: 332px;
}

.Tsilver {
	border: 2px solid #e3e3e3;
	border-radius: 10px;
	margin: 0px auto; 
	text-align: center;
	border-collapse: separate;
	width: 90%;
	}
	.Tsilver tboddy{border-radius: 10px;}
	
	.Tsilver table{
		width: 100%;
		text-align: center;
} 

.Tsilver table th{
		border: 1px solid #e3e3e3;}
.Tsilver table td{
		border: 1px solid #e3e3e3;height: 45px;}
		
	.ThSilver{
		background:#f7f8f9;
		}
		
		.thblue {background: #335260;}
		.thblue h4{color: #fff;margin-bottom: 0;}
		.thblue  p{color: #fff;}
		.thcyan{background: #2cbabc;}
		.thcyan h4{color: #fff;margin-bottom: 0;}
		.thcyan p{color: #fff;}
		
.puzzle {background: url(/images/elem/affiliate/Puzzle.png) no-repeat}

.bggrey {background: #f0f0ee;text-align:center;}

.questions{
	padding: 10px;
	background: #eee;
	border-radius: 10px;
	margin-top:25px;
	margin-bottom:25px;}
	
.testi {
	padding: 20px;
	background: #55B100;
	border-radius: 10px;
	margin-top:25px;
	margin-bottom:25px;
	height: 169px;}
	
	.testi p{color:#FFF;text-align:left;line-height: 26px;}
	
.s-stories {border-bottom: 1px solid #eeeeee;margin-bottom:20px;}
.s-stories img{float:left;padding-right: 20px;}
.s-stories ul{margin: 20px;
color: #55B100;}

.ebook p{font-size:17px;}
.ebook img{float:right;}
.slidem {
	padding: 10px;
	background: #2cbabc;
	border-radius: 5px;
	margin-top: 20px;}
	
	.slidem p{color: #fff;}
	
.BSoftware {border-bottom: 1px solid #eee;padding-top: 20px;padding-bottom: 20px;}
.BSoftware h3{
	font-size: 54px;
	font-weight: 100;
	margin: 0 0 20px 0;
	padding-bottom: 30px;
	text-align: left;}
	.BSoftware p{text-align: left;}
	
	.BSoftware li{
	float:left;}
	
.valid_error {
    color: #ff0000;
	float: left;
    font-size: 14px;
	text-align: left;
	width: 100%;
}
.region_container {
    position: relative;
}
.region_container select {
    display: none;
	height: 50px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 93%;
}
.input-group select#country_code, .input-group select#state_code, .input-group select#province_code {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    color: #8b8b8b;
    font-family: "HelveticaNeueLTStd BdCn",Arial Narrow,sans-serif;
    font-size: 20px;
    font-size-adjust: 0.6;
    font-stretch: condensed;
    font-weight: 100;
    height: 50px;
    line-height: 20px;
    margin: 10px 0 5px 10px;
    outline: medium none;
    text-indent: 5px;
    width: 92%;
}
.input-group2 select#country_code, .input-group2 select#state_code, .input-group2 select#province_code, .input-group2 select#role {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    color: #8b8b8b;
    font-family: "HelveticaNeueLTStd BdCn",Arial Narrow,sans-serif;
    font-size: 20px;
    font-size-adjust: 0.6;
    font-stretch: condensed;
    font-weight: 100;
    height: 50px;
    line-height: 20px;
    margin: 10px 0 10px 3px;
    outline: medium none;
    text-indent: 5px;
    width: 85%;
}
.securityc {
    border-right: medium none;
    float: left;
    margin-left: 25px !important;
    margin-right: 0 !important;
    width: 172px !important;
	outline:none;
	-webkit-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	-moz-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	box-shadow: 0 0 1px 0px rgba(230,230,230,1);	
	border:1px solid #e7e7e7;
	border-radius: 5px;
	background:rgba(255, 255, 255, 1);
	width:85%;
	height:45px;
	font-weight:100;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
	font-size-adjust: 0.6;
	font-stretch: condensed;
	font-size:18px;
	color: #8b8b8b;
	text-indent: 18px;
	margin: 10px;
}
#contact-form .securityc {
	margin-left: 0px !important;
}
.form2 input {
	outline:none;
	-webkit-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	-moz-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
	box-shadow: 0 0 1px 0px rgba(230,230,230,1);	
	border:1px solid #e7e7e7;
	border-radius: 5px;
	background:rgba(255, 255, 255, 1);
	width:92%;
	height:45px;
	font-weight:100;
	font-family: "HelveticaNeueLTStd BdCn", Arial Narrow, sans-serif;
	font-size-adjust: 0.6;
	font-stretch: condensed;
	font-size:18px;
	color: #8b8b8b;
	text-indent: 18px;
	margin: 10px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	box-sizing: content-box;
}
.hidden {
	display: none;
}
.ajax_button img {
	float: none;
}
.fancypopup2 h1 {
    color: #75bb02;
    font-size: 24px;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    text-transform: none;
}
.fancypopup2 h2 {
    color: #000000;
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    text-transform: none;
}
.fancypopup2 h5 {
    clear: both;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 0;
    text-align: center;
    text-transform: none;
}
/***************************/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	background: #fff;
	position: relative;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	background: url(/images/elem/home/new_design/elem/fancybox_loading.gif) center center no-repeat;
	width: 44px;
	height: 44px;
}
.fancybox-close {
	background-image: url(/images/elem/home/new_design/elem/close.png);
	position: absolute !important;
	top: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-overlay {
	background: url(/images/elem/home/new_design/elem/fancybox_overlay.png);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-inner p, .fancybox-inner p span {
	color: #58595b;
	font-family: Arial, Helvetica, sans-serif;
}
.hidden_question {
	display: none;
}
.landing-demo div.feature {
    padding-left: 5px;
    padding-right: 5px;
    width: 32%;
}
.landing-demo .rightline2 {
	width: 34% !important;
}
.landing-demo .leftline2 {
	width: 66% !important;
}
.landing-demo .rightline2 h4 {
	line-height: 17px;
}
.landing-demo .video-box {
    border: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    margin: auto;
    width: 72%;
}
.landing-demo h3 {
	font-size: 54px;
}
.landing-demo .btn-info, .landing-demo .btn-info:focus {
    background: none repeat scroll 0 0 #335260;
    border: 1px solid #335260;
    color: #ffffff;
}
.landing-demo .btn-info:hover {
	background: none repeat scroll 0 0 #446b7c;
}
.landing-demo .btn-success, .landing-demo .btn-success:focus {
    background: none repeat scroll 0 0 #67bd10;
    border: 1px solid #5cb85c;
    color: #ffffff;
}
.landing-demo .btn-success:hover {
	background: none repeat scroll 0 0 #55b455;
}
	
	.securityimg{
		float: left;
		margin: 10px 0px 10px 0px;}
.video-box {
	border: 1px solid #eee;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
width: 72%;
margin: auto;
	}
.rounded-box{
	background: #6ac10f;
	box-shadow: 0.2pc 2px rgba(80, 80, 80, 0.1);
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
}

.rounded-box h1{color:#FFF;margin:0px;}

.mprofile{border:1px solid #e0e0e0;margin-bottom: 20px;}
.mprofile2 {border:1px solid #e0e0e0;margin-bottom: 20px;}
.mprofile h2{
	color: #32b100;
	font-weight: bolder;
	font-size: 40px;
	text-align: center;
	background: #e3e3e3;
	margin: 0;
	padding: 10px;
	border: 1px solid #b6b6b6;
}
.mprofile h2 span{font-size:30px;}
.mprofile2 h5{
	font-size: 18px;
	text-align: center;
	background: #e3e3e3;
	margin: 0;
	padding: 15px;
	border: 1px solid #b6b6b6;
	}
	.mprofile2 p{font-size:17px !important; margin: 10px!important;
text-align: left !important;}
.mprofile p{font-size:14px; margin-right:15px;}
.mprofile p.profile-meta{
	margin: 5px;
	font-size: 14px;
	color: #a7a7a7;
	text-align: right;
	}
	
.mprofile p.profile-meta a{
	width:17px;
	height:17px;
	display:inline-block;
	margin: 0px 5px 0px 0px;
}
.mprofile p.profile-meta  a.twitter {
	background: url(/images/elem/partial/socials.png) no-repeat scroll 0 -76px transparent;
}
.mprofile p.profile-meta a.facebook {
	background: url(/images/elem/partial/socials.png) no-repeat scroll 0 -102px transparent;
}

.profile-side{
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	border-top: 3px solid #69c00f;
	border-bottom: 3px solid #69c00f;
}
.profile-side ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.profile-side ul li{
	margin: 0;
    padding: 5px 15px;
}
.li-gray{
	background: #e3e3e3;
    border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
.profile-side h4{margin-top: 15px;}
.profile-side p{
	font-size: 17px !important;
	text-align: left !important;
	margin-bottom: 0px !important;
	}
	.profile-side em{
	font-size: 16px !important;
	text-align: left !important;
	color: #b1b1b0;
	}

.pitchme{
	width: 177px;
	float: left;
	margin: 15px 10px;
	z-index: 1;
	}
.pitchme .profile-thump{
	float: left;
	margin-top: 1px;
	width: 177px;
	margin-bottom:10px;
	position: relative;
	background: #FFF;
	padding: 3px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 0 3px #B5B5B5;
	-moz-box-shadow: 0 0 2px #b5b5b5;
	-webkit-box-shadow: 0 0 3px #B5B5B5;
	line-height: 0;
	z-index: 1;
	}
.profile-thump-mini{
	background: #FFF;
	padding: 3px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 0 3px #B5B5B5;
	-moz-box-shadow: 0 0 2px #b5b5b5;
	-webkit-box-shadow: 0 0 3px #B5B5B5;
	width: 125px;
	position: relative;
	z-index: 1;
}
.pitcher{
	background: #e7e7e7;
	border: 1px solid #c7c7c7;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 0;
}
.edit {float: right;margin: 10px 15px;}
.pitcher h3{
	color: #fff;
	background: #335260;
	font-size: 20px;
	padding: 10px;
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.pitcher ol{color:#32b100;font-weight: bolder;}
.pitcher li{
	padding: 10px;
	border-bottom: 1px solid #c7c7c7;
}
.pitcher ul{text-align: center;}
.pitcher ul li{border-bottom: 0;}
.pichdiv{
	padding: 10px;
}

.pitcher2{
	margin-bottom:20px;
	border: 1px solid #e0e0e0;
	padding: 10px 15px 20px;
	}
	.pitcher2 h3{
		color:#32b100;
		font-size: 28px;
	}
	.pitcher2 p{
		text-align:left;
	}
.white-box{
	background: #fff;
	margin: 20px 15px 20px 20px;
	border: 1px solid #c7c7c7;
	padding: 15px;}
	.white-box li{float:left; list-style:none; border-bottom:0;}
	.white-box li i{
		background: #335260;
		padding: 5px;
		color: #fff;
	}
	.the-url{
		border-top: 1px solid #c7c7c7;
		margin-left: 10px;
		padding: 3px;
		}
ul.s-media{list-style: none;
text-align: center;
padding: 0;}
ul.s-media li{display: inline-block;
margin: 8px 8px 0 0;
padding: 0;}
.i-twitter{
	background: url("./images/twitter.png") no-repeat !important;
width: 28px;
height: 28px;
padding: 0px !important;
	}
.i-facebook{
	background: url("./images/facebook.png") no-repeat !important;
width: 28px;
height: 28px;
padding: 0px !important;
	}
.i-gplus{
	background: url("./images/gplus.png") no-repeat !important;
width: 28px;
height: 28px;
padding: 0px !important;
	}
.i-pinterest{
	background: url("./images/pinterest.png") no-repeat !important;
width: 28px;
height: 28px;
padding: 0px !important;
	}
.i-linkedin{
	background: url("./images/linkedin.png") no-repeat !important;
width: 28px;
height: 28px;
padding: 0px !important;
	}
	
.green-button {
list-style: none;
padding: 10px;
width: 430px;
margin: auto;
}
.green-button p{text-align:center;}
.green-button a {
background: #fff url(/images/greenbutton.png) no-repeat 0 0;
display: block;
height: 38px;
width: 430px;
color: #fff;
padding-top: 5px;
}

.reco-button {
list-style: none;
padding: 10px;
width: 360px;
}
.reco-button p{text-align:center;text-shadow: 1px 1px #444444;color: #fff;}
.reco-button a {
background: url(images/reco.png) no-repeat 0 0;
display: block;
height: 40px;
width: 340px;
color: #fff;
padding-top: 5px;
}


.pitch-button {
list-style: none;
padding: 0px;
width: 290px;
}
.pitch-button p{
	text-align:center;
	font-size: 21px;
	font-weight: bold;
	text-shadow: 1px 1px #444444;
	color: #fff;}
.pitch-button a {
background: #fff url(images/2pitch.png) no-repeat 0 0;
display: block;
height: 41px;
width: 290px;
color: #fff;
padding-top: 5px;
}
		
.profile-ul{
	margin: 0;
	padding-left: 20px;
	list-style:none;
}
.profile-ul li{
	background: url("images/checkico.png") no-repeat scroll 0 4px transparent;
	color: #686967;
	padding-left: 25px;
}

.similar img{position: relative;
background: #FFF;
padding: 3px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
box-shadow: 0 0 3px #B5B5B5;
-moz-box-shadow: 0 0 2px #b5b5b5;
-webkit-box-shadow: 0 0 3px #B5B5B5;
line-height: 0;}
.similar p{
	clear: both;
	width: 82px;
	font-family: Calibry;
	font-size: 14px;
	color: #696969;
	text-align: center;
	margin: 0px;
}

.ul-private{text-align:left !important; color: #858585; color: #858585; font-size: 17px;}
.ul-private li{padding:0 !important;}

.search-widget {
margin-top: 20px;
margin-bottom: 10px;
text-align: left;
padding-left: 30px;
}
.search-widget #search-opportunities-txt {
background: #FFF;
font: normal 12px tahoma;
padding: 9px 12px 8px 12px;
width: 77%;
margin: 0;
height: 34px;
color: #20202F;
border-left: 1px solid #ececec;
border-radius: 1px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
border: 1px solid #DDD;
}
.search-widget #s {
background: #FFF;
font: normal 12px tahoma;
padding: 9px 12px 8px 12px;
width: 77%;
margin: 0;
height: 34px;
color: #C5C5C5;
border-left: 1px solid #ececec;
border-radius: 1px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
border: 1px solid #DDD;
}
.search-widget .search-button {
background: url(http://blog.blogdash.com/wp-content/themes/blogdash2/images/search.png) no-repeat top #5eb600!important;
cursor: pointer;
height: 34px;
width: 40px;
border: 0 none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: 0 1px 3px 0 #B5B5B5;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
font-family: "tiefontello";
position: absolute;
}
.cursorPointer {
	cursor: pointer;
}

.create-free-account {
	width: 225px;
	height: 31px;
	display: block;
	background-image: url('../../images/elem/Sign-up/Businnes/create-free-btn.png');
	background-position: 0px 0px;
	float: left;
	margin-top: 10px;
}

.create-free-account:hover {
	background-position: 0px 31px;
}

.central-buttons {
	margin-bottom: 10px;
	clear: both;
}
.request-a-demo {
	float: left;
	margin: 15px 0 0 50px;
}
.try-blogdash-for-free {
	margin-left: 30px;
    float: left;
	height: 84px;
	width: 332px;
}
.try-blogdash-for-free a {
    background: url("/images/elem/misc/try-blogdash.png") no-repeat scroll 0 0 #fff;
    height: 84px;
    width: 332px;
	display: block;
}
.try-blogdash-for-free a:hover {
    background: url("/images/elem/misc/try-blogdash2.png") no-repeat scroll 0 0 #fff;
}

.login_linkedin {
	background: url("/images/elem/brand_mention/linkedin_btn.png");
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	height: 32px;
	max-width: 205px;
	border: none;
}

.login_facebook {
	background: url("/images/elem/brand_mention/facebook_btn.png");
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	height: 32px;
	max-width: 205px;
	border: none;
}

.login_googleplus {
	background: url("/images/elem/brand_mention/googleplus_btn.png");
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	height: 32px;
	max-width: 205px;
	border: none;
}

.login_twitter {
	background: url("/images/elem/brand_mention/twitter_btn.png");
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	height: 32px;
	max-width: 205px;
	border: none;
}

.download_ebook_btn {
	border: 1px solid #32b100;
	background: #32b100;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 315px;
}

.download_ebook_btn:hover{
	color: #fff !important;
	background: #3CD300 !important;
}