/* Simply just the begining */

* {
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
}

img {
	border: 0;
}

li {
	list-style-type: none; 
}

a {
	color: #333333; 
	text-decoration: none; 
}

html, body { 
	width: 100%;
	height: 100%; 
		background: url(../img/nav-bg.gif) repeat top left;

}

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

/* Fontface droidsans */

@font-face {
        font-family: 'DroidSans';
        src: url('../font/DroidSans.eot');
        src: local('Droid Sans'),
             local('Droid Sans'),
             url('../font/DroidSans.ttf') format('truetype');
}

@font-face {
        font-family: 'DroidSansBold';
        src: url('../font/DroidSansBold.eot');
        src: local('Droid Sans Bold'),
             local('Droid Sans Bold'),
             url('../font/DroidSansBold.ttf') format('truetype');
}

/* Message boxes style */

.success, .wrong, .warn { 
	width: 95%; 
	height: 24px; 
	border-radius: 3px;
	font-size: 12px;
	line-height: 24px;
	padding: 3px 8px;
	margin: 0 auto;
}

.success { 
	border: 1px solid #9fd59b;
	background: #e2ffdb; 
	color: #458436; 
}

.wrong { 
	border: 1px solid #d78b8b;
	background: #ffb7b7; 
	color: #aa2d2d; 
}

.warn { 
	border: 1px solid #edebc4;
	background: #fffadb; 
	color: #847c36; 
}


/* Navigation styling */

#nav {
	width: 100%;
	height: 100px;
	background: url(../img/nav-bg.gif) repeat top left;
}

#nav #placeholder {
	width: auto;
	margin: 0 auto;
	padding-top: 15px;
	background: url(../img/nav-bg.gif) repeat top left;
}

#nav #placeholder #logo {
	width: 56px;
	height: 56px;
	float: left;
	margin: 2px;
	background: url(../img/nav-logo.png) no-repeat; background-size:contain;
}

#nav #placeholder #labels {
	width: 190px;
	height: 40px;
	float: left;
	margin: 10px;
	background: url(../img/nav-labels.png) no-repeat;
}

#nav #placeholder #labels p {
	font-size: 20px;
	line-height: 40px;
	font-family: 'DroidSans';
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: block;
	float: left;
}

#nav #placeholder #labels p.a {
	width: 85px;
}

#nav #placeholder #labels p.f {
	width: 105px;
}


#nav #placeholder #links {
	width: auto;
	float: right;
	padding-top: 10px;
}

#nav #placeholder #links ul {
	display: block;
	float: left;
	height: 25px;
}

#nav #placeholder #links ul li.active { background: #416abf; border-radius: 5px; padding: 1px 15px; line-height: 20px; margin-left: 5px; margin-right: 5px; }
#nav #placeholder #links ul li {
	float: left;
	line-height: 20px;
	padding: 1px 15px;
	height: 22px;
}

#nav #placeholder #links ul li.active a { color: #fff; font-size: 14px font-family: 'DroidSansBold'; text-transform: uppercase; }
#nav #placeholder #links ul li.active a:hover { color: #fff; }
#nav #placeholder #links ul li a {
	color: #416abf;
	font-size: 14px;
	font-family: 'DroidSans';
	text-transform: uppercase;
}
#nav #placeholder #links ul li a:hover {
	color: #001f5e;
}







/* Content styling */
#content {
	width: 100%;

	background: url(../img/ct-bg.gif) repeat-x top left;
}

#content #placeholder {
	width: auto;

	padding-top: 55px;
	margin: 0 auto;
	background: url(../img/ct-ph.png) repeat-x top center;
}

#content #placeholder #video {
	width: auto;
	height: auto;
	float: left;
}

#content #placeholder #form {
	width: auto;
	height: auto;
	float: left;
}

#content #placeholder #sidebar {
	width: auto;
	height: auto;
	float: right;
	padding-left: 20px;
}

#content #placeholder #sidebar h2 {
	font-size: 26px;
	font-family: 'DroidSansBold';
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px #111115;
}

#content #placeholder #sidebar p {
	font-size: 14px;
	font-family: 'DroidSans';
	color: #fff;
	text-shadow: 2px 2px 2px #272727;
}

#content #placeholder #sidebar a {
	display: block;
	width: 150px;
	height: 25px;
	margin-top: 15px;
	background: #fff;
	text-shadow: 1px 1px 1px #bbc1cc;

	text-align: center;
	line-height: 25px;
	border-radius: 3px;
	color: #000;
	text-transform: uppercase;
}


/* Footer */
#footer {
	width: 100%;
	height: 65px;
	background: url(../img/footer-over-shadow.gif) repeat-x top left;
}

#footer #placeholder {
	width: auto;
	height: auto;
	margin: 0 auto;
}

#footer #placeholder p {
	font-family: 'DroidSans';
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	padding-top: 30px;
}

#footer #placeholder p a {
	color: #1871d6;
	font-size: 14px;
	text-decoration: underline;
}



/* OTHER */

/* TOUR */

#tour {
	width: 100%;
	background: url(../img/nav-bg.gif) repeat top left;
}

#tour #placeholder-in {
	width: 960px;
	margin: 0 auto;
	padding: 5px;
}

/* TERMS */

#tablinks {
	float: left;
	margin-top: 31px;
}

#tablinks a {
	color: #fff;
	font-size: 14px;
	font-family: 'DroidSans';
	padding: 8px;
}

#tablinks a.activetab {
	font-family: 'DroidSansBold';
	background: url(../img/tabactive.gif) no-repeat center bottom;
}

#tabs { 
	margin: 20px;
}

#tabs div img {
	float: left;
	margin-right: 15px;
}

#tabs div h1 {
	font-family: 'DroidSansBold';
	font-size: 18px;
}

#tabs div h2 {
	font-family: 'DroidSansBold';
	font-size: 16px;
}

#tabs div p {
	font-family: 'DroidSans';
	font-size: 14px;
	margin: 8px;
}

#terms {
	margin-top: -20px;
}

#terms h2 {
	font-family: 'DroidSansBold';
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	background: white;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
	width: 350px;
	height: 30px;
}

#terms p {
	font-family: 'DroidSans';
	font-size: 14px;
	margin: 8px;
	margin-bottom: 0;
	color: #fff;
	padding-bottom: 35px;
}

/* CONTACT */

.ct-widget {
	width: 250px;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
	margin-bottom: 30px;
}

.ct-widget h1 {
	height: 40px;
	background: #e0e0e0;
	font-family: 'DroidSansBold';
	font-size: 16px;
	line-height: 40px;
	color: #000;
	padding-left: 10px;
}

.ct-widget div {
	background: #fff;
	padding: 5px;
}

.ct-widget div p {
	color: #000 !important;
	margin: 10px;
	text-shadow: none !important;
	font-size: 13px !important;
}

.ct-widget div p.cell {
	background: url(../img/cell.png) left center no-repeat;
	padding-left: 25px;
	font-family: 'DroidSansBold' !important;
}

.ct-widget div p.email {
	background: url(../img/email.png) left center no-repeat;
	padding-left: 25px;
	font-family: 'DroidSansBold' !important;
}

#content #placeholder #form {
	margin-top: -35px;
}

#content #placeholder #form h1 {
	font-family: 'DroidSansBold';
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #1d1d1d;
	font-size: 20px;
	color: #fff;
	margin-bottom: 7px;
}


#content #placeholder #form form {
}

#content #placeholder #form form input {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	border-radius: 5px;
	border: 0;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
}

#content #placeholder #form form textarea {
	width: auto;
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	border-radius: 5px;
	border: 0;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
	font-size: 14px;
}

#content #placeholder #form form h1 {
	font-family: 'DroidSansBold';
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #1d1d1d;
	font-size: 18px;
	color: #fff;
}

#content #placeholder #form form h2,#content #placeholder #form form h2 strong {
	font-family: 'DroidSans';
	text-shadow: 1px 1px 1px #1d1d1d;
	font-size: 14px;
	color: #fff;
}

#content #placeholder #form form h2 strong {
	font-family: 'DroidSansBold' !important;
}

#content #placeholder #form form input.button {
	width: auto;
	height: auto;
	margin-top: 10px;
	font-size: 14px;
	background: #000;
	border-radius: 4px;
	font-family: 'DroidSansBold';
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
footer{text-align:center;
    border: 0px solid red;}

footer h4{width:80px;font-size:2em;letter-spacing:-1px;padding:30px 0 20px 110px;color:#000;}
footer ul{display:block;font-size:1.4em;#font-size:1.2em;line-height:1.5em;color:#000;letter-spacing:0px;}
footer section#footer-contact-section{width:400px;float:left;}
footer ul#contact-info{margin:0 0 0 110px;}
footer ul#contact-info li{line-height:19px;padding-left:40px;
	}
footer ul#contact-info li#face-twitter{background:url(transparent) -1px 0px no-repeat;}
footer ul#contact-info li#mail{background:url(transparent) -1px -17px no-repeat;}
footer ul#contact-info li#phone{background:url(transparent) -1px -38px no-repeat;}
footer ul#contact-info li a{text-decoration:none;color:#3a3a3a;}
footer section#footer-location-section{width:200px;float:left;margin-left:30px;}
footer section#footer-location-section h4{width:100px;#width:120px;margin-left:-190px;}
footer section#footer-location-section ul{margin-left:20px;}
footer section#footer-map-section{width:200px;float:left;}
footer section#footer-map-section h4{width:200px;margin-left:-170px;}
footer section#footer-map-section ul{margin-left:-140px;}
footer section#footer-map-section ul li small{
	display:block;
	#display:none;
	position:absolute;
	margin:-46px 0 0 130px;
	width:30px;
	height:30px;
	background:url(../images/icons/map-icon.png) no-repeat center center #474747;
	left: 693px;
	top: 149px;
}
/* Simply just the begining */

* {
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
}

img {
	border: 0;
}

li {
	list-style-type: none; 
}

a {
	color: #333333; 
	text-decoration: none; 
}

html, body { 
	width: auto;
	max-width:auto;
	height: auto; 
}

body {
	padding: 0 !important;
}

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

a.generalbutton,input.generalbutton { background-color: #eeeeee; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc); background-image: -moz-linear-gradient(top, #eeeeee, #cccccc); background-image: -ms-linear-gradient(top, #eeeeee, #cccccc); background-image: -o-linear-gradient(top, #eeeeee, #cccccc); background-image: linear-gradient(top, #eeeeee, #cccccc); border: 1px solid #ccc; border-bottom: 1px solid #bbb; border-radius: 3px; color: #333; font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; padding: 8px 0; text-align: center; text-shadow: 0 1px 0 #eee; width: 150px;}
a.generalbutton:hover,input.generalbutton:hover { background-color: #dddddd; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb)); background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb); background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb); background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb); background-image: -o-linear-gradient(top, #dddddd, #bbbbbb); background-image: linear-gradient(top, #dddddd, #bbbbbb); border: 1px solid #bbb; border-bottom: 1px solid #999; cursor: pointer; text-shadow: 0 1px 0 #ddd;}
a.generalbutton:active,input.generalbutton:active { border: 1px solid #aaa; border-bottom: 1px solid #888; -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;}

/* Fontface droidsans */

@font-face {
        font-family: 'DroidSans';
        src: url('../font/DroidSans.eot');
        src: local('Droid Sans'),
             local('Droid Sans'),
             url('../font/DroidSans.ttf') format('truetype');
}

@font-face {
        font-family: 'DroidSansBold';
        src: url('../font/DroidSansBold.eot');
        src: local('Droid Sans Bold'),
             local('Droid Sans Bold'),
             url('../font/DroidSansBold.ttf') format('truetype');
}

/* Message boxes style */

.success, .wrong, .warn { 
	width: 95%; 
	height: 24px; 
	border-radius: 3px;
	font-size: 12px;
	line-height: 24px;
	padding: 3px 8px;
	margin: 0 auto;
}

.success { 
	border: 1px solid #9fd59b;
	background: #e2ffdb; 
	color: #458436; 
}

.wrong { 
	border: 1px solid #d78b8b;
	background: #ffb7b7; 
	color: #aa2d2d; 
}

.warn { 
	border: 1px solid #edebc4;
	background: #fffadb; 
	color: #847c36; 
}


/* Navigation styling */

#nav {
	width: 100%;
	height: 100px;
	background: url(../img/nav-bg.gif) repeat top left;
}

#nav #placeholder {
	width: 100%;
	max-width:auto;
	margin: 0 auto;
	padding-top: 15px;
}

#nav #placeholder #logo {
	width:56px;
	height: 56px;
	margin: 2px;
	background: url(../img/nav-logo.png) no-repeat;
	background-size:contain;
}

#nav #placeholder #labels {
	width: 190px;
	height: 40px;
	float: left;
	margin: 10px;
	background: url(../img/nav-labels.png) no-repeat;
}

#nav #placeholder #labels p {
	font-size: 20px;
	line-height: 40px;
	font-family: 'DroidSans';
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: block;
	float: left;
}

#nav #placeholder #labels p.a {
	width: 85px;
}

#nav #placeholder #labels p.f {
	width: 105px;
}


#nav #placeholder #links {
	width: auto;
	float: right;
	padding-top: 10px;
}

#nav #placeholder #links ul {
	display: block;
	height: 25px;
}

#nav #placeholder #links ul li.active { background: #416abf; border-radius: 5px; padding: 1px 15px; line-height: 20px; margin-left: 5px; margin-right: 5px; }
#nav #placeholder #links ul li {

	line-height: 20px;
	padding: 1px 15px;
	height: 22px;
}

#nav #placeholder #links ul li.active a { color: #fff; font-size: 14px font-family: 'DroidSansBold'; text-transform: uppercase; }
#nav #placeholder #links ul li.active a:hover { color: #fff; }
#nav #placeholder #links ul li a {
	color: #416abf;
	font-size: 14px;
	font-family: 'DroidSans';
	text-transform: uppercase;
}
#nav #placeholder #links ul li a:hover {
	color: #001f5e;
}

#nav #placeholder #links #langs {
	float: right;
	margin-top: 7px;
}

#nav #placeholder #links #langs a {
	padding: 0 10px;
	line-height: 18px;
	text-align: left;
}






/* Content styling */
#content {
	width: 100%;
	background: url(../img/ct-bg.gif) repeat top left;
}

#content #placeholder {
	width: auto;
	height: auto;

	padding-top: 200px;
	margin: 0 auto;
	background: url(../img/ct-ph.png) repeat top left;
}

#content #placeholder #video {
	width: auto;
	height: auto;
	float: left;
}

#content #placeholder #form {
	width: auto;
	height: auto;
	float: left;
}

#content #placeholder #sidebar {
	width: 300px;
	height: 445px;
	float: right;
	padding-left: 20px;
}

#content #placeholder #sidebar h2 {
	font-size: 26px;
	font-family: 'DroidSansBold';
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px #111115;
}

#content #placeholder #sidebar p {
	font-size: 14px;
	font-family: 'DroidSans';
	color: #fff;
	text-shadow: 2px 2px 2px #272727;
}

#content #placeholder #sidebar a {
	display: block;
	width: 150px;
	height: 25px;
	margin-top: 15px;

	text-align: center;
	line-height: 15px;
	text-transform: uppercase;
}


/* Footer */
#footer {
	width: fit-content;
	height: auto;
	background: url(../img/footer-over-shadow.gif) repeat-x top left;
}

#footer #placeholder {
	width: fit-content;
	height: auto;
	margin: 0 auto;
}

#footer #placeholder p {
	font-family: 'DroidSans';
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	padding-top: 30px;
	width: fit-content;
	height: auto;
}

#footer #placeholder p a {
	color: #1871d6;
	font-size: 14px;
	text-decoration: underline;
	width: fit-content;
	height: auto;
}



/* OTHER */

/* TOUR */

#tour {
	width: 100%;
	background: url(../img/nav-bg.gif) repeat top left;
}

#tour #placeholder-in {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 5px;
}

/* TERMS */

#tablinks {
	float: left;
	margin-top: 31px;
}

#tablinks a {
	color: #fff;
	font-size: 13px;
	font-family: 'DroidSans';
	padding: 8px;
}

#tablinks a.activetab {
	font-family: 'DroidSansBold';
	background: url(../img/tabactive.gif) no-repeat center bottom;
}

#tabs { 
	margin: 20px;
}

#tabs div img {
	float: left;
	margin-right: 15px;
}

#tabs div h1 {
	font-family: 'DroidSansBold';
	font-size: 18px;
}

#tabs div h2 {
	font-family: 'DroidSansBold';
	font-size: 16px;
}

#tabs div p {
	font-family: 'DroidSans';
	font-size: 14px;
	margin: 8px;
}

#terms {
	margin-top: -20px;
}

#terms h2 {
	font-family: 'DroidSansBold';
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	background: white;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
	width: 350px;
	height: 30px;
}

#terms p {
	font-family: 'DroidSans';
	font-size: 14px;
	margin: 8px;
	margin-bottom: 0;
	color: #fff;
	padding-bottom: 35px;
}

/* CONTACT */

.ct-widget {
	width: 250px;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
	margin-bottom: 30px;
}

.ct-widget h1 {
	height: 40px;
	background: #e0e0e0;
	font-family: 'DroidSansBold';
	font-size: 16px;
	line-height: 40px;
	color: #000;
	padding-left: 10px;
}

.ct-widget div {
	background: #fff;
	padding: 5px;
}

.ct-widget div p {
	color: #000 !important;
	margin: 10px;
	text-shadow: none !important;
	font-size: 13px !important;
}

.ct-widget div p.cell {
	background: url(../img/cell.png) left center no-repeat;
	padding-left: 25px;
	font-family: 'DroidSansBold' !important;
}

.ct-widget div p.email {
	background: url(../img/email.png) left center no-repeat;
	padding-left: 25px;
	font-family: 'DroidSansBold' !important;
}

#content #placeholder #form {
	margin-top: -35px;
}

#content #placeholder #form h1 {
	font-family: 'DroidSansBold';
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #1d1d1d;
	font-size: 20px;
	color: #333;
	margin-bottom: 7px;
}


#content #placeholder #form form {
}

#content #placeholder #form form input {
	width: 310px;
	height: auto;
	margin-top: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
}


#content #placeholder #form form input.warntypo,#content #placeholder #form form input.warntypox,#content #placeholder #form form textarea.warntypo {
	border: 2px solid #ff0000;
}

#content #placeholder #form form input.warntypox {
	background:  url(../img/notinc.png) no-repeat;
	background-position: 325px;
}

#content #placeholder #form form input.greentypo {
	border: 2px solid #39bd0a;
	background: url(../img/inc.png) no-repeat;
	background-position: 325px;
}

#content #placeholder #form form input.checking {
	background: url(../img/chck.gif) no-repeat;
	background-position: 325px;
}



#content #placeholder #form form p.warntypo {
	width:265px;
	float:right;
	color:#ff8776;
	text-shadow: 1px 1px 0px #272727;
	font-size: 12px;
	line-height: 35px;
}

#content #placeholder #form form span.splan {
	font-size: 15px;
	font-family: 'DroidSansBold';
	color: #c7c7c7;
	text-shadow: 1px 1px 1px #000;
}


#content #placeholder #form form textarea {
	width: auto;
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	border-radius: 5px;
	border: 0;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
	font-size: 14px;
}

#content #placeholder #form form h1 {
	font-family: 'DroidSansBold';
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #1d1d1d;
	font-size: 18px;
	color: #333;
}

#content #placeholder #form form h2,#content #placeholder #form form h2 strong {
	font-family: 'DroidSans';
	text-shadow: 1px 1px 1px #1d1d1d;
	font-size: 14px;
	color: #fff;
}

#content #placeholder #form form h2 strong {
	font-family: 'DroidSansBold' !important;
}

#content #placeholder #form form input.generalbutton {
	width: auto;
	height: auto;
	line-height: 30px;
	margin-top: 10px;
	font-size: 14px;
	font-family: 'DroidSans';
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 !important;
}

#pricing {
	margin-top: -45px;
}

#pricing ul {
	width: 310px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	/* margin-bottom: 50px; */
}

#pricing ul li {
	float: left;
}

#pricing ul li.name {
	margin-bottom: 5px;
}

#pricing ul li.name img {
	float: left;
}

#pricing ul li.name h1 { 
	float: left;
	font-family: 'DroidSansBold';
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px !important;
	color: #fff;
	margin: 0;
	margin-top: 15px;
	margin-left: 10px;
}

#pricing ul li.name p { 
	float: left;
	text-align: center;
	font-family: 'DroidSans';
	font-size: 13px;
	color: #fff;
	margin-left: 25px;
}

#pricing ul li.feature p {
	width: 230px;
	height: 33px;
	cursor: pointer;
	float: left;
	margin-bottom: 3px;
	display: block;
	background: #fff;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
	line-height: 30px;
	padding-left: 10px;
	font-family: 'DroidSans';
	font-size: 14px;
}

#pricing ul li.feature p:hover {
	background: #000;
	color: #fff;
}

#pricing ul li.feature span {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	display: block;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
	background: #fff;
	line-height: 30px;
	text-align: center;
	font-family: 'DroidSansBold';
	font-size: 20px;
}

#pricing ul li.feature span.inc {
	background: #fff url(../img/inc.png) no-repeat center center;
}

#pricing ul li.feature span.notinc {
	background: #fff url(../img/notinc.png) no-repeat center center;
}

#pricing ul li.button {
	margin-top: 5px;
	margin-bottom: 10px;
}

#pricing ul li a {
	margin-left: 51px;
	width: 225px;
	height: 20px;
	font-size: 13px;
	font-family: 'DroidSans';
	line-height: 20px;
	text-transform: uppercase;
}

.ui-tooltip {
	width: 130px;
}

.ui-tooltip div {
	font-family: 'DroidSans' !important;
	font-size: 13px !important;
}




a.signup { display: block; background-color: #52a8e8; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0)); background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0); background-image: -moz-linear-gradient(top, #52a8e8, #377ad0); background-image: -ms-linear-gradient(top, #52a8e8, #377ad0); background-image: -o-linear-gradient(top, #52a8e8, #377ad0); background-image: linear-gradient(top, #52a8e8, #377ad0); border-top: 1px solid #4081af; border-right: 1px solid #2e69a3; border-bottom: 1px solid #20559a; border-left: 1px solid #2e69a3; border-radius: 16px; -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3; box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3; color: #fff; font: normal 11px/1 "lucida grande", sans-serif; padding: 3px 5px; text-align: center; text-shadow: 0 -1px 1px #3275bc; -webkit-background-clip: padding-box; }
a.signup:hover { background-color: #3e9ee5; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ee5), color-stop(100%, #206bcb)); background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%); background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%); background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%); background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%); background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%); border-top: 1px solid #2a73a6; border-right: 1px solid #165899; border-bottom: 1px solid #07428f; border-left: 1px solid #165899; -webkit-box-shadow: inset 0 1px 0 0 #62b1e9; box-shadow: inset 0 1px 0 0 #62b1e9; cursor: pointer; text-shadow: 0 -1px 1px #1d62ab; -webkit-background-clip: padding-box; }
a.signup:active { background: #3282d3; border: 1px solid #154c8c; border-bottom: 1px solid #0e408e; -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white; box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white; text-shadow: 0 -1px 1px #2361a4; -webkit-background-clip: padding-box; }
a[disabled].signup, a[disabled].signup:hover, a[disabled].signup:active { background-color: #dadada; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f3f3f3)); background-image: -webkit-linear-gradient(top, #dadada, #f3f3f3); background-image: -moz-linear-gradient(top, #dadada, #f3f3f3); background-image: -ms-linear-gradient(top, #dadada, #f3f3f3); background-image: -o-linear-gradient(top, #dadada, #f3f3f3); background-image: linear-gradient(top, #dadada, #f3f3f3); border-top: 1px solid #c5c5c5; border-right: 1px solid #cecece; border-bottom: 1px solid #d9d9d9; border-left: 1px solid #cecece; -webkit-box-shadow: none; box-shadow: none; color: #8f8f8f; cursor: not-allowed; text-shadow: 0 -1px 1px #ebebeb; }
a.signup::-moz-focus-inner { border: 0; padding: 0; }


.info {
	width: 80%;
	height: auto;
	padding: 0px;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	-moz-box-shadow: 2px 2px 2px #22252b;
	-webkit-box-shadow: 2px 2px 2px #22252b;
	box-shadow: 2px 2px 2px #22252b;
}
.info strong {
	font-weight: bold;
	font-size: 12px;
}

.info span {
	font-size: 12px;
	text-decoration: underline;
	color: #086bbe;
}

.planlist { font-family: 'DroidSans'; font-size: 13px; padding: 3px; width: 310px; height: 30px; line-height: 30px; border-radius: 4px; }
.planlist option { font-size: 13px; padding: 3px; font-family: 'DroidSans'; border-radius: 4px; }

.navbar {
  left: 0;
  right: 0;
}
.navbar .brand {
  padding: 23px 28px 24px 0;
  float: left;
}
.navbar .subnav {
  display: none;
}
.navbar a {
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: none;
}
.navbar .navbar-toggle {
  margin: 26px 0 10px;
  color: white;
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("../../startup/common-files/icons/menu-icon.png") 50% no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .navbar-toggle:before {
  display: none;
}
.navbar .navbar-form .btn {
  height: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: -10px 0 0;
  position: relative;
  top: 4px;
}
.navbar.navbar-fixed-top {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 1170px;
  margin: 0 auto;
}
.loaded .navbar.navbar-fixed-top {
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-header {
    float: none;
  }
}
.header-19 .navbar-collapse.collapse,
.header-16 .navbar-collapse.collapse {
  display: none !important;
}
@media (max-width: 991px) {
  body .navbar-collapse {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  body > .collapse.navbar-collapse {
    display: none !important;
  }
}
body .navbar-collapse#header-19,
body .navbar-collapse#header-16 {
  width: 230px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  z-index: 1;
}
body > .navbar-collapse {
  padding: 25px 0;
  overflow: auto;
  background: #153677;
  min-height: 100%;
}
body > .navbar-collapse::-webkit-scrollbar {
  display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
  float: none !important;
}
body > .navbar-collapse .nav {
  margin: 0 0 10px;
}
body > .navbar-collapse .nav > li {
  margin: 0;
}
body > .navbar-collapse .nav > li > a {
	display: block;
	padding: 12px 35px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5382df;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
  color: #ffffff;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
  background: none;
}
body > .navbar-collapse .nav > li.active > a {
  color: #ffffff;
}
body > .navbar-collapse .nav > li.active > a:hover,
body > .navbar-collapse .nav > li.active > a:focus,
body > .navbar-collapse .nav > li.active > a.active {
  color: #ffffff;
}
body > .navbar-collapse .subnav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
body > .navbar-collapse .subnav li > a {
  display: block;
  margin: 0;
  padding: 7px 35px;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  text-transform: capitalize;
}
body > .navbar-collapse .subnav li > a:hover,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a.active {
  color: #ffffff;
}
body > .navbar-collapse .navbar-form,
body > .navbar-collapse .navbar-search {
  padding: 10px 35px;
  margin: 0;
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
}
body > .navbar-collapse .navbar-form:focus,
body > .navbar-collapse .navbar-search:focus {
  outline: 0 none;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-primary,
body > .navbar-collapse .navbar-search .btn-primary {
  height: 30px;
  line-height: 20px;
  font-size: 15px;
  color: #ffffff;
  background: none;
  padding: 0;
}
body > .navbar-collapse .navbar-form .btn:hover,
body > .navbar-collapse .navbar-search .btn:hover,
body > .navbar-collapse .navbar-form .btn-primary:hover,
body > .navbar-collapse .navbar-search .btn-primary:hover {
  color: #fff;
}
/**
 * Header 3 stylesheet  
 * */
.header-3-startup-antiflicker {
  border-bottom: 1px #bdc3c7 solid;
}
.header-3 {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 100;
	width: 100%;
	height: auto;
	border-bottom-width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #379632;
}
.header-3 .header-background {
  background: #fff;
}
.header-3 .navbar {
	top: 0;
	margin-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFF;
}
.header-3 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.header-3 .navbar .brand {
  font-size: 25px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 800;
}
.header-3 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.header-3 .navbar .nav > li {
  margin-left: 25px;
}
.header-3 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-3 .navbar .nav > li > a {
	padding: 35px 0 21px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	font-weight: 800;
	letter-spacing: 2px;
	color: #3da738;
}
.header-3 .navbar .nav > li > a:hover,
.header-3 .navbar .nav > li > a:focus,
.header-3 .navbar .nav > li > a.active {
	color: #102d66;
}
.header-3 .navbar .nav > li.active > a {
  color: #1abc9c;
}
.header-3 .navbar .nav > li.active > a:hover,
.header-3 .navbar .nav > li.active > a:focus,
.header-3 .navbar .nav > li.active > a.active {
  color: #1abc9c;
}
.header-3 .navbar .navbar-form {
  padding: 23px 0 15px 50px;
}
.header-3 .navbar .btn {
  padding-left: 26px;
  padding-right: 26px;
  margin-top: -1px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.header-3 .navbar .btn.btn-primary {
	background-color: #3da738;
	font-weight: 800;
}
.header-3 .navbar .btn.btn-primary:hover,
.header-3 .navbar .btn.btn-primary:focus {
	background-color: #0f700a;
}
.header-3 .navbar .btn.btn-primary:active,
.header-3 .navbar .btn.btn-primary.active {
	background-color: #3da738;
}
.header-3 .navbar .navbar-toggle {
  background-image: url("../../startup/common-files/icons/menu-icon-dark.png");
}
.header-3-sub {
	position: relative;
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 5px;
}
.header-3-sub h3 {
	font-size: 3em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 20px;
	font-weight: bolder;
	text-align: center;
}
.header-3-sub p {
	font-size: 1.4em;
	font-weight: normal;
	color: #102d66;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}
@media (max-width: 480px) {
  .header-3-sub {
    padding-top: 100px;
    background-attachment: scroll;
    background-position: 50% 50% !important;
  }
}

.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 22px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.btn.btn-large {
  font-size: 17px;
  padding: 12px 18px;
}
.btn > [class^="fui-"] {
  margin-left: 4px;
  margin-right: 4px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.input-group-btn .btn {
  background: #bdc3c7;
  line-height: 9px 12px 10px;
  line-height: 22px;
  border: 0;
  margin: 0;
  color: #fff;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 12px;
}
.input-group-btn .btn:hover {
  background: #cacfd2;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-group {
  margin-bottom: 10px;
}
label {
  line-height: 20px;
}
.carousel {
  line-height: 1;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow-x: hidden;
  height: auto;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaded .page-wrapper,
.loaded .header-antiflicker,
.loaded body > header .header-background {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.loaded.nav-visible .page-wrapper,
.loaded.nav-visible .navbar.navbar-fixed-top,
.loaded.nav-visible .header-antiflicker,
.loaded.nav-visible body > header .header-background {
  -webkit-transform: translate3d(-230px, 0, 0);
  -moz-transform: translate3d(-230px, 0, 0);
  -o-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
}
.loaded.no-csstransitions .page-wrapper,
.loaded.no-csstransitions .header-antiflicker {
  left: 0;
}
.loaded.no-csstransitions.nav-visible .page-wrapper,
.loaded.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.loaded.no-csstransitions.nav-visible .header-antiflicker {
  left: -230px !important;
  right: auto;
}
.carousel-indicators {
  width: 100%;
}
[class^="fui-"] {
  display: inline-block;
  vertical-align: middle;
}
body > section,
header,
footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body > section,
  header,
  footer {
    padding-right: 5px;
    padding-left: 5px;
  }
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
#bgVideo {
  overflow: hidden;
}
#bgVideo > video {
  position: absolute !important;
}
.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;
}
header .brand {
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  color: #2c3e50;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.container {
  position: relative;
  z-index: 2;
  height:auto;
  background-color:transparent;
}
.container2 {
	position: relative;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	width: 66.6%;
}
@media (max-width: 767px) {
  header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.content-13 {
  position: relative;
}
.content-13.subscribe-form {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #a1a9b1;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: transparent;
}
.content-13.subscribe-form .col-sm-4 {
  text-align: right;
}
@media (max-width: 767px) {
  .content-13.subscribe-form .col-sm-4 {
    width: auto;
    display: inline-block;
    float: right;
    text-align: center;
  }
}
@media (max-width: 668px) {
  .content-13.subscribe-form .col-sm-4 {
    display: block;
    float: none;
  }
}
.content-13.subscribe-form form {
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .content-13.subscribe-form form .col-sm-8 {
    width: 65%;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 668px) {
  .content-13.subscribe-form form .col-sm-8 {
    width: auto;
    display: block;
    float: none;
    text-align: center;
  }
}
.content-13.subscribe-form input[type="text"],
.content-13.subscribe-form input[type="email"] {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 60px;
	font-size: 30px;
	font-weight: normal;
	color: lightgreen;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-indent: 20px;
}
.content-13.subscribe-form input[type="text"]:-moz-placeholder,
.content-13.subscribe-form input[type="email"]:-moz-placeholder {
  color: #ffffff;
}
.content-13.subscribe-form input[type="text"]::-moz-placeholder,
.content-13.subscribe-form input[type="email"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.content-13.subscribe-form input[type="text"]:-ms-input-placeholder,
.content-13.subscribe-form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
.content-13.subscribe-form input[type="text"]::-webkit-input-placeholder,
.content-13.subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.content-13.subscribe-form input[type="text"].placeholder,
.content-13.subscribe-form input[type="email"].placeholder {
  color: #ffffff;
}
.content-13.subscribe-form input[type="text"]::-webkit-input-placeholder,
.content-13.subscribe-form input[type="email"]::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.content-13.subscribe-form input[type="text"]:-moz-placeholder,
.content-13.subscribe-form input[type="email"]:-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.content-13.subscribe-form input[type="text"]::-moz-placeholder,
.content-13.subscribe-form input[type="email"]::-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.content-13.subscribe-form input[type="text"]:-ms-input-placeholder,
.content-13.subscribe-form input[type="email"]:-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.content-13.subscribe-form .ani-placeholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding-left: 6px;
  line-height: 60px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-13.subscribe-form .btn {
	margin-top: 8px;
	width: 220px;
	max-width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.content-13.subscribe-form .btn.btn-primary {
  background: #16a085;
}
.content-13.subscribe-form .btn.btn-primary:hover,
.content-13.subscribe-form .btn.btn-primary:focus {
  background: #24deb4;
}
.content-13.subscribe-form .btn.btn-primary:active,
.content-13.subscribe-form .btn.btn-primary.active {
  background: #138871;
}
@media (max-width: 480px) {
  .content-13.subscribe-form input[type="text"],
  .content-13.subscribe-form input[type="email"],
  .content-13.subscribe-form .ani-placeholder {
    width: 100%;
    margin-bottom: 33px;
    line-height: 27px;
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
  }
}
@media (max-width: 688px) {
  .content-13.subscribe-form input[type="text"],
  .content-13.subscribe-form input[type="email"],
  .content-13.subscribe-form .ani-placeholder {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}





/*
----------------------FOOTER----------------------
*/
footer{

    background-color: transparent;
}
.footer-top img{
    width: 120px;
}
.footer-top .footer-top-img{
    position: relative;
    width: 120px;
}
.footer-top-img:after{
    position: absolute;
    font-family: 'DroidSans Italic';
    color: #444444;
    top: 3px;
    width: 44px;
    height: 32px;
    background-image: url(../inc/img/logo.png);
    font-size: 12px;
    left: 145px;
    content: '';
}
.footer-content{
    width: 100%;
    display: table;
    padding: 25px 0px 35px 0px;
    color: #52f46b;
    font-family: 'DroidSans';
    font-size: 12px;
}
.footer-bottom-menu{
    clear: both;
    display: table;
    padding: 30px 0px;
    border-top: 1px solid #0bb224;
    width:100%;
    text-align:center;
}
.footer-menu-esquerda{
    padding-top: 3px;
    float: left;
}
.footer-menu-direita{
    float: right;
}
.footer-menu-direita ul,.footer-menu-direita ul{
    list-style: none;
    padding: 0px;
    margin: 0px;

}
footer .direita a{
    color: #52f46b;
}

.footer-menu-esquerda ul{
    list-style: none;
    padding: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.footer-menu-direita ul{
    padding-top: 0px;
}

.footer-menu-esquerda ul li{
    padding: 0px 20px;
    float: left;
}
.footer-menu-esquerda ul li a{
    font-size: 15px;
    color: #494949;
    font-family: 'DroidSans';
    
    text-decoration:none;
}
.footer-menu-esquerda ul li:first-child{
    padding-left: 0px;
}

.footer-menu-direita ul li{
    padding: 0px 15px;
    float: left;
    font-size: 18px;
    color: #494949;
    font-family: 'DroidSans';
    
    text-decoration:none;
}

.footer-menu-direita ul li img{
    margin-top: 2px;
    margin-right: 0px;
    float: left;
}
.footer-menu-direita ul li:last-child{
    padding-right: 0px;
}
.footer-menu-direita ul li div{
    float: left;
    padding-top: 1px;
}

.esquerda{
    float: left;
}
.direita{
    padding-top: 18px;
    float: right;
}

.esquerda img{
    margin-right: 0px;
}
.footer-bottom{
    width: 100%;
    padding: 20px 0px 70px 0px;
    clear: both;
}
.footer-bottom-direita{
    font-size: 15px;
    color: #494949;
    padding-top: 5px;
    font-family: 'DroidSans';
    float: right;
    text-decoration:none;
}
.footer-bottom-direita span{
    float: left;
    padding-top: 4px;
    margin-right: 10px;
}
.footer-bottom-direita .top-menu-social{
    background-color: #0bb224;

}
.footer-bottom-direita .top-menu-social i{
    color: #fff;
}

.footer-bottom-direita a{
    margin: 0px 2px;
}
.footer-bottom-direita a:last-child{
    margin-right: 0px;
}
.footer-bottom-esquerda{
    float: left;
}
.footer-bottom-esquerda .dropdown{
    font-family: 'DroidSans';
    padding: 7px 9px;
    border: 1px solid #0bb224;
}

.footer-bottom-esquerda .dropdown{
    font-family: 'DroidSans';
    padding: 7px 9px;
    border: 1px solid #0bb224;
}
.footer-bottom-esquerda .dropdown a {
    margin-top: 3px;
    color: #494949;
    padding: 0px 9px;
    background-color: transparent;
    border: none;
    font-size: 15px;
}

.footer-bottom-esquerda .dropdown-menu{
    top: 0px;
}
.footer-bottom-esquerda .dropdown li a {
    font-family: 'DroidSans';
    color: #1f1f1f;
    padding: 7px 9px;
}

.direita img{margin-left: 0px;}

   .footer-menu-esquerda{
        display: table;
        width: 300px;
        margin: 0 auto;
        margin-bottom: 10px;
        float: left;
    }

    .footer-menu-direita{
        width: 300px;
        margin: 0 auto;
        float: right;
    }
