/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	-moz-outline:none;
	outline:0;
	background:transparent;
}
html{
	overflow:auto;
}
body {
	width:100%;
	height:100%;
	line-height:1;
	font-family: 'avantGarde';
	background:url(bg-78953ab6d736062d3b74c137e8b0e1cb.png) center top repeat;
}
a, a:hover{
	text-decoration:none;

}
input[type=button], input[type=reset]{
    cursor:pointer;
}
::-moz-focus-inner {
    border :0px;
    outline:0;
    -moz-outline:none;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
@font-face {
    font-family: 'avantGarde';
    src: url(http://socialeyesapp.com/assets/fonts/itcavantgardepro-bk-webfont-6e5c719bc781542086ea88ed762eab89.eot);
    src: url(http://socialeyesapp.com/assets/fonts/itcavantgardepro-bk-webfont-6e5c719bc781542086ea88ed762eab89.eot#iefix) format('embedded-opentype'),
         url(fonts/itcavantgardepro-bk-webfont-9d1171aeb54739d4c95e6b7d0b4a0bbc.woff) format('woff'),
         url(fonts/itcavantgardepro-bk-webfont-dd31fd6df5a0191767caf1b7e5a46f76.ttf) format('truetype'),
         url(fonts/itcavantgardepro-bk-webfont-3f38d33ea5dbb83de448b9d45b8e27dc.svg) format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avantGardeBold';
    src: url(fonts/itcavantgardepro-bold-webfont-a190667fdd9e54a61c35c4135a70c919.eot);
    src: url(fonts/itcavantgardepro-bold-webfont-a190667fdd9e54a61c35c4135a70c919.eot#iefix) format('embedded-opentype'),
         url(fonts/itcavantgardepro-bold-webfont-2f049c6a40c7477cc63a563236e3f5ec.woff) format('woff'),
         url(fonts/itcavantgardepro-bold-webfont-b9fadd18b59da7440d04635fab246c62.ttf) format('truetype'),
         url(fonts/itcavantgardepro-bold-webfont-722d6db44edec66de15eb6a90fbd9530.svg) format('svg');
    font-weight: normal;
    font-style: normal;

}


a,.transition2 > *{
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
}
.container {
	width:100%;
	height:100%;
	position:relative;

}
.content{
	width:960px;
	position:relative;
	margin:0 auto;
}
.content.padding80{
	width:800px;
	margin-top:50px;
}
div.text{
	font-size:17px;
	line-height:22px;
	color:#1a1a1a;
}
.half-w{
	width:370px;
}
div.text h1{
	font-size:50px;
}
div.text h2{
	font-size:20px;
}
.banner{
	position:relative;
	width:100%;
	height:700px;
	background:url(banner-bg-b80de2c3d567bdff913f5be44f54d446.jpg) center top repeat;
}
.iphone{
	position:relative;
	width:335px;
	height:820px;
}
.iphone img{
	position:absolute;
	top:-50px;
	left:0;
}
.iphone .shadow{
	width:335px;
	height:31px;
	position:absolute;
	left:0;
	bottom:0;
	background:url(iphone-shadow-1f7f6d2d2b4c1225c1db3bda92436b8d.png) no-repeat;
	opacity:0;
}
.logo{
	width:568px;
	height:184px;
	position:absolute;
	top:210px;
	right:0;
}
.app-store-link{
	width:451px;
	height:127px;
	display:block;
	text-indent:-10000px;
	background:url(app-store-d5a00f4419c6234bc34bb1e2cf756bf6.png) center center no-repeat;

}
.subscribe{
	top:500px;
	right:60px;
	position:absolute;
}
/*.app-store-link:hover{
	background:url(download-daecfba6c1107468d051f3cd54f1beb1.png) center center no-repeat;
}*/
.blue-line{
	width:100%;
	height:49px;
	background:url(blue-line-99f3038a40ddf91cf0226c88f76e289a.png) repeat-x;
}
.blue-line .menu{
	float:right;
}
.blue-line .menu li:nth-child(1){
	background-position:right bottom;
}
.blue-line .menu li:nth-child(2){
	background-position:left bottom;
}
.blue-line .menu li{
	float:left;
	height:46px;
	margin-right:40px;
	padding-top:14px;
}
.blue-line .menu li a{
	font-size:20px;
	color:#fff;
}
.blue-line .menu.sub li a{
	font-size:14px;
	font-family: 'avantGardeBold';
}
.blue-line .menu.sub li{
	margin-right:20px;
}
.blue-line .menu li a:hover{
	color:#000;
}
.blue-line .menu li.active{
	background:url(down-arrow-f7a31d4d269b4cffdda9a0aaedac9c8a.png) bottom center no-repeat;
}
.blue-line .menu li.active > a{
	color:#000;
}
.tab-content{
	padding:50px 80px 50px 50px;
	width:830px;
	margin-top:70px;
}
.tab-content > div{
	width:100%;
	display:none;
	float:left;
	position:relative;
}
.sub-tab-content > div{
	width:100%;
	display:none;
	float:left;
	position:relative;
}
.tab-content p{
	color:#1a1a1a;
	font-size:18px;
	line-height:20px;
	width:450px;

}
.main-tab .heading{
	float:left;
	font-size:50px;
	color:#1a1a1a;
	margin:20px 0;
	width:450px;
	line-height:60px;
}


.left{
	float:left;
}
.right{
	float:right;
}
.footer{
	margin-top:50px;
	padding-bottom:30px;
}
.footer .copyrights{
	float:left;
	color:#3a3a3a;
	font-size:14px;
	font-family: 'avantGardeBold';
}
.footer ul{
	float:right;
}
.footer ul li{
	float:left;
	margin-right:20px;
}
.footer ul li a{
	color:#3a3a3a;
	font-size:14px;
	font-family: 'avantGardeBold';
}
.footer ul li a:hover{
	color:#000;
}
.pager{
	position:absolute;
	bottom:0;
	left:0;
}
.pager li{
	float:left;
	margin-right:4px;
	padding:12px 14px;
	background:url(pager-bg-60e09e81341725a4411fb7e441bb57ad.png) top center; repeat;
	border-radius:7px;
	cursor:pointer;
}
.pager li a{
	color:#003c5b;
	font-family: 'avantGardeBold';
}
.pager li.active{
	margin-top:-10px;
}
.pager li.active a{
	color:#fff;
}

.text-input{
	width:300px;
	background:#272727;
	border:5px #bababa solid;
	border-radius:10px;
	color:#878787;
	padding:15px 35px;
	font-family:"Arial Black", Gadget, sans-serif;
}
.text-input:focus,.textarea:focus{
	border-color:#efefef;
}
.textarea{
	width:300px !important;
	background:#272727;
	border:5px #bababa solid;
	border-radius:10px;
	color:#878787;
	padding:15px 35px;
	font-family:"Arial Black", Gadget, sans-serif;
	height:200px;
}
.submit-btn{
	width:380px;
	height:80px;
	text-align:center;
	color:#2c4c04;
	font-weight:bold;
	font-size:30px;
	border:none;
	background:url(btn-bg-e8a4cd0fc9afa5e63f1c5565eaff412b.png) no-repeat;
	padding-top:10px;
	cursor:pointer;
}
.accordion span{
	font-size:20px;
	padding:10px 0;
	width:100%;
	display:inline-block;
	font-weight:bold;
	cursor:pointer;
	border-bottom:1px #222222 dashed;
	color:#1b8eca;
}
.accordion span.active{
	color:#222222;
}
.accordion p{
	padding:15px;
	font-size:16px;
	line-height:22px;
}
.content .social-media{
	position:absolute;
	right:10px;
	top:10px;
}
.content .social-media a{
	margin:5px;
}
.left.bordered{
	border-right:2px solid #999999;
}
.jobs .tab{
	width:100%;
	padding-bottom:80px;
}
.jobs .tab li{
	padding:10px;
	border-bottom:2px #999999 solid;
}.jobs .tab li:first-child{
	border-top:2px #999999 solid;
}
.jobs .tab li.active{
	background:url(arrow-5982af1849efa94cbc63387fe520578a.png) 333px center no-repeat;
}
.jobs .tab li.active a{
	color:#1b8eca;
}
.jobs .tab li a{
	font-size:24px;
	color:#1a1a1a;
}
.jobs .tab-content{
	width:380px;
	margin-top:0;
	padding:0;
}
.jobs .right-heading{
	font-size:30px;
	color:#1b8eca;
	font-family: 'avantGardeBold';
}
.hide {
  display: none;
}
#message {
  width: 369px!important;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 7px;
  color: #fff;
}
#message.success {
  background-color: #91D42C;
}
#message.error {
  background-color: #CC0407;
}
.field_with_errors input, .field_with_errors textarea {
  border-color: #CC0407!important;
}
.error-text {
  color: #CC0407;
}