html {
	margin: 0;
}
body {
	position: relative;
	padding-top: 65px;
	background: #DDDCE2 url(../img/content_bg.jpg) repeat left top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif !important;
	color: #333;
}
.scrolltop {
	background-color: #F1F1F1;
	border: 1px solid darkGray;
	border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	display: none;
	height: 36px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: fixed;
	right: 2%;
	/*text-indent: -9999px;*/
	top: 50%;
	width: 36px;
	z-index: 33;
}
.scrolltop span {
	position: relative;
	top: 7px;
	left: 10px;
}

/* Old versions of IE patches */
.old-ie #hero .carousel-inner .row {
	padding-left: 55px;
}
.old-ie #box_login .box .social a.face_login span.text {
    font-size: 16px;
    margin: 8px 0 0 10px;
}

/* Navbar
-------------------------------------------------- */
.navbar-fixed-top {
    margin-bottom: 0;
}
.navbar-fixed-top.scroll {
    opacity: 0.96;
}
.navbar-inner {
	border-bottom: 0 none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    filter: none;
    padding: 0 0 0 0;
    /*background: none repeat scroll 0 0 #242b35;*/
   /* background: url("../img/nav_bg.jpg") 0 0 repeat;*/
}
.navbar .brand {
    font-size: 26px;
	text-shadow: none;
	width:130px;
}
.navbar .nav.pull-right {
	top: 10px;
	/*margin-right: 40px;*/
}
.navbar .nav > li > a {
	color: #005A8A;
	font-size: 15px;
	font-weight: bold;
    text-shadow: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}
.navbar .nav > li > a:hover {
	color: #39C;		
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    padding-bottom: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	background: none;
	color: #39C;
}
.btn-dropnav {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
	display: none;
}
.btn-dropnav .icon-bar {
    background-color: #F5F5F5;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);	
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color:  #39C;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background-color: #005A8A !important;
	text-decoration: none;
	color: #ffffff;
	/*background-image: -moz-linear-gradient(top, #475B77, #475B77);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#475B77), to(#475B77));
	background-image: -webkit-linear-gradient(top, #475B77, #475B77);
	background-image: -o-linear-gradient(top, #475B77, #475B77);
	background-image: linear-gradient(to bottom, #475B77, #475B77);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#475B77', endColorstr='#475B77', GradientType=0);*/
}


/* Index
-------------------------------------------------- */

/* carousel section */
#hero {
	padding-top: 50px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	height: auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #d1d2d4;
	box-shadow: 0px 3px 8px 0px #e7e7e7;
}
#hero .carousel-control.left {
	left: 0px;
	padding-right: 1px;
}
#hero .carousel-control.right {
	right: 0px;
}
#hero .carousel-inner .item img {
	max-height: 349px;
}
#hero .carousel-inner .item.slide3 img {
	display: block;
	margin: 0 auto;
}
#hero .item h1 {
	font-size: 24px;
	font-weight: bolder;
	margin-top: 10px;
}
#hero .item p {
	font-size: 13px;
	color: #4E4E4E;
	line-height: 20px;
}
#hero .item .btn {
	margin-top: 10px;
	font-weight: bolder;
}
/* introduction heading section*/
#intro {
	text-align: center;
	margin-top: 50px;
}
#intro h1 {
	width: 55%;
	font-size: 28px;
	margin: 0 auto;
	color: #252B34;
	font-weight: normal;
	text-shadow: white 2px 2px 1px;
}

/* Here's How section */
#hereshow { }
#hereshow .container { }
#hereshow .feature img.thumb {
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 1px #bcbcbc;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}
#hereshow .feature img.thumb:hover {
	box-shadow: 0px 0px 7px 1px #52A8EC;
}
#hereshow .feature h3 {
	font-size: 22px;
	font-weight: bolder;
	color: #252b34;
	margin-top: 25px;
	/*text-align: center;*/
	padding-left: 35px;
}
#hereshow .feature h3 i {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
#hereshow .feature p.description {
	color: #44474D;
	width: 85%;
	padding-left: 35px;
}
#hereshow .feature .btn {
	margin-top: 15px;
	margin-left: 35px;
}
/* RTPage
-------------------------------------------------- */
.rt_page .section_header {
	margin-top: 55px;
}
.rt_page h3.intro {
	color: #282F39;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	width: 83%;
	margin: 0 auto;
	margin-bottom: 70px;
}

.rt_page .pct {
    position: relative;
}
.rt_page .pct .pct-lg,
.rt_page .pct .pct-med,
.rt_page .pct .pct-sml
 {
	background-color: white;
	position: absolute;	
    border-width:3px;
    border-style:solid;
    border-color:#333;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.rt_page .pct .pct-lg {
	width: 120px;
	height: 120px;
    border-radius: 120px;
}    
.rt_page .pct .pct-med {
	width: 90px;
	height: 90px;
    border-radius: 90px;
    border-color:#DD4B39;
}
.rt_page .pct .pct-sml {
	width: 50px;
	height: 50px;
    border-radius: 50px;
    border-color:#4EA007;
}

.rt_page .pct .pct-lg h2 {
    margin-top:38px;
    font-size:45px;
}
.rt_page .pct .pct-med h2 {
    margin-top:25px;
    font-size:45px;
}
.rt_page .pct .pct-sml h2 {
    margin-top:4px;
    font-size:45px;
}

.rt_page .pct h4.lg, 
.rt_page .pct p.lg {
    margin-left: 150px;
    width: 55%;
}
.rt_page .pct h4.med, 
.rt_page .pct p.med {
    margin-left: 120px;
    width: 60%;
}
.rt_page .pct h4.sml, 
.rt_page .pct p.sml {
    margin-left: 80px;
    width: 70%;
}

img.center { display: block; margin-left: auto; margin-right: auto; }

.stepwell {
min-height: 20px;
padding: 10px;
margin-top: -20px;
margin-bottom:30px;
background-color: rgba(136, 128, 128, 0.05);
border: 1px solid #E3E3E3;
font-size:16px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.stepwell hr {
border-top: 1px solid #D5D5D5;
border-bottom: 1px solid white;
width: 100%;
margin-top: 10px;
}
}

/* Features
-------------------------------------------------- */
.features_page .section_header {
	margin-top: 55px;
}
.features_page h3.intro {
	color: #282F39;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	width: 83%;
	margin: 0 auto;
	margin-bottom: 70px;
}
.features_page .features2 {
	margin-top: 70px;
}
.features_page .feature2 {
	margin-bottom: 50px;
	position: relative;
}
.features_page .feature2 .icon {
	width: 65px;
	height: 65px;
	background-color: white;
	border-radius: 100px;
	position: absolute;	
}
.features_page .feature2 .icon i {
	background: url('../img/feature_icons2.png') no-repeat;
	display: block;
	position: relative;
}
.features_page .feature2 i.cloud {
	background-position: 0 0;
	width: 36px;
	height: 23px;
	top: 19px;
	left: 14px;
}
.features_page .feature2 i.tools {
	background-position: -5px -97px;
	width: 25px;
	height: 25px;
	top: 19px;
	left: 20px;
}
.features_page .feature2 i.graph {
	background-position: -8px -47px;
	width: 22px;
	height: 25px;
	top: 19px;
	left: 21px
}
.features_page .feature2 i.mobile {
	background-position: -7px -153px;
	width: 21px;
	height: 31px;
	top: 18px;
	left: 22px;
}
.features_page .feature2 i.lab {
	background-position: -7px -212px;
	width: 21px;
	height: 34px;
	top: 14px;
	left: 22px;
}
.features_page .feature2 i.secure {
	background-position: -4px -270px;
	width: 24px;
	height: 29px;
	top: 16px;
	left: 20px;
}
.features_page .feature2 i.geneticalgo {
	background-position: -3px -315px;
	width: 40px;
	height: 40px;
	top: 15px;
	left: 18px;
}
.features_page .feature2 i.service {
	background-position: -2px -362px;
	width: 38px;
	height: 35px;
	top: 14px;
	left: 17px;
}
.features_page .feature2 i.retargeting {
	background-position: -2px -413px;
	width: 35px;
	height: 35px;
	top: 16px;
	left: 17px;
}
.features_page .feature2 i.rulesengine {
	background-position: -4px -468px;
	width: 31px;
	height: 31px;
	top: 16px;
	left: 19px;
}
.features_page .feature2 i.performance {
	background-position: -4px -534px;
	width: 31px;
	height: 35px;
	top: 17px;
	left: 18px;
}
.features_page .feature2 i.transparency {
	background-position: -4px -595px;
	width: 35px;
	height: 31px;
	top: 18px;
	left: 20px;
}
.features_page .feature2 i.abtest {
	background-position: -4px -655px;
	width: 35px;
	height: 31px;
	top: 18px;
	left: 20px;
}
.features_page .feature2 i.adjust {
	background-position: -4px -718px;
	width: 35px;
	height: 35px;
	top: 14px;
	left: 18px;
}
.features_page .feature2 i.fast {
	background-position: -2px -785px;
	width: 50px;
	height: 35px;
	top: 14px;
	left: 16px;
}
.features_page .feature2 h4,
.features_page .feature2 p {
	margin-left: 80px;
	width: 70%;
}
.features_page .feature2 h4 {
	line-height: 25px;
	color: #000;
}

@media (max-width: 979px) {
	.features_page h3.intro {
		font-size: 17px;
		line-height: 20px;
	}
}


/* pricing charts section */
#pricing { }
#pricing .section_header {
	margin-bottom: 70px;
}
#pricing .section_header hr {
	width: 35%;
}
#pricing .price_wrapper {
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 5px 2px #E8E8E8;
	border-radius: 6px;
	width: 321px;
	min-height: 375px;
	position: relative;	
}
#pricing .price_wrapper.regular .header {
	background: url('../img/chart1.png') 0 0 no-repeat;
}
#pricing .price_wrapper.pro {
	width: 331px;
	margin: 0 auto;
}
#pricing .price_wrapper.pro .header {
	background: url('../img/chart2.png') 0 0 no-repeat;
}
#pricing .price_wrapper section .btn {
	left: 35%;
}
#pricing .price_wrapper .header {
	height: 98px;
	color: #fff;
	padding: 25px 0px 0px 40px;
}
#pricing .price_wrapper .header > span {
	font-size: 24px;
	font-style: italic;
}
#pricing .price_wrapper .header .price {
	font-size: 20px;
	top: 25px;
	position: relative;
	font-weight: bold;
}
#pricing .price_wrapper .header .price span {
	font-size: 48px;
	margin-right: 10px;
}
#pricing .price_wrapper .section {
	padding: 15px 30px;
}
#pricing .price_wrapper .section h3 {
	color: #535861;
	font-size: 17px;
	line-height: 22px;
}
#pricing .price_wrapper .section ul.perks {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 18px;
}
#pricing .price_wrapper .section ul.perks li {
	padding: 3px 0px;
}
#pricing .price_wrapper .section ul.perks i {
	margin-right: 10px;
}
#pricing .price_wrapper .section .btn {
	position: absolute;
	bottom: 15px;
	left: 32%;
	font-weight: bold;
}

/* testimonials section */
#testimonials {
	margin-top: 50px;
}
#testimonials .controls hr {
	border-top: 1px solid #BEC0C3;
	border-bottom: 2px solid white;
}
#testimonials .phrases_wrapper {
	margin-bottom: 50px;
	padding: 20px 10px 0px 10px;
}
#testimonials .phrases_wrapper .phrase { }
#testimonials .phrases_wrapper .phrase p.testimony {
	color:#3a3f46;
	font-style: italic;
	font-size: 14px;
	/*width: 60%;*/
	line-height: 28px;
	position: relative;
	float: left;
}
#testimonials .phrases_wrapper .phrase p.testimony span {
	font-family: "Georgia", Arial;
	font-size: 50px;
	color: #c9cbce;
	position: absolute;
	margin-left: 10px;
	margin-top: 15px;
}
#testimonials .phrases_wrapper .phrase .pic {
    margin-top:20px;
}
#testimonials .phrases_wrapper .phrase .pic img {
	max-width: 75px;
	float: left;
	margin-right: 20px;
	position: relative;
	top: -6px;
}
#testimonials .phrases_wrapper .phrase .pic .name {
	font-weight: bold;
	color: #2C3644;
}
#testimonials .phrases_wrapper .phrase .pic .position { }

/* footer section */
#footer {
	background: url("../img/footer_bg.jpg") 0 0 repeat;
	min-height: 150px;
	margin-top: 100px;
	color: #fff;
	padding-top: 35px;
}
#footer h3 {
	margin-bottom: 25px;
}

#footer a {
	color: #ffffff;
}

#footer h4 {
	color: #999;
}

#footer .blog_post {
	/*width: 80%;*/
}
#footer .blog_post .img-circle {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
	border: 0px;
}
#footer .blog_post .title {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
#footer .blog_post .intro {
	margin: 10px 0px;
	font-size: 15px;
}
#footer .blog_post .date {
	font-size: 13px;
	color: #B7B9BD;
}
#footer .contact_us .field {
	margin-bottom: 15px;
}
#footer .contact_us .field .label_field {
	float: left;
	width: 80px;
}
#footer .contact_us .field input[type="text"],
#footer .contact_us .field textarea {
	background-color: #5F5F63;
	border: 1px solid #2f3743;
	border-radius: 5px;
	color: #fff;
}
#footer .contact_us .field textarea {
	height: 65px;
}
#footer .contact_us .field select {
	width: 205px;
}
#footer .contact_us button[type="submit"] {
	margin-left: 220px;
}
#footer hr {
	border-top: 1px solid black;
	border-bottom: 1px solid #363B43;
	margin: 8px 0px 0px 0px;
}


#footer i.i_service {
	background: url('../img/feature_icons2.png') no-repeat 0 0;
	background-position: 0px -362px;
	display: inline-block;
	height:35px;
	width:40px;
}
#footer p{
	display: inline-block;
	margin-left:10px;
}

#footer .copyright h3 {
	float: left;
}

#footer .copyright.i.social {
	background: url('../img/social_icons.png') no-repeat 0 0;
	width: 33px;
	height: 33px;
	display: inline-block;
	margin:20px;
}
#footer i.tw { background-position: 0px 0px;margin-top:10px; margin-left:10px}
#footer i.fb { background-position: -39px 0;margin-top:10px; margin-left:10px}
#footer i.flickr { background-position: -78px 0;margin-top:10px; margin-left:10px }
#footer i.in { background-position: -117px 0;margin-top:10px; margin-left:10px }
#footer i.gp { background-position: -156px 0;margin-top:10px; margin-left:10px }
#footer i.pin { background-position: -195px 0;margin-top:10px; margin-left:10px }
#footer i.tumblr { background-position: -233px 0;margin-top:10px; margin-left:10px }
#footer i.wp { background-position: 0 -51px;margin-top:10px; margin-left:10px}
#footer i.yt { background-position: -39px -51px;margin-top:10px; margin-left:10px }
#footer i.vim { background-position: -78px -51px;margin-top:10px; margin-left:10px }
#footer i.picasa { background-position: -116px -51px;margin-top:10px; margin-left:10px }
#footer i.forrst { background-position: -156px -51px;margin-top:10px; margin-left:10px }
#footer i.rss { background-position: -194px -51px;margin-top:10px; margin-left:10px }
#footer i.myspace { background-position: -233px -51px;margin-top:10px; margin-left:10px }

#footer .copyright .copy p {
	margin-top: 20px;
}

/* section header */
.section_header {
	text-align: center;
	font-weight: bolder;
	color: #252b34;
	margin-top: 80px;
	position: relative;
	margin-bottom: 40px;
}
.section_header.left span {
	margin-left: 0px;
	text-align: left;
}
.section_header hr {
	border-top: 1px solid #BEC0C3;
	border-bottom: 2px solid white;
	width: 36%;
	position: absolute;
}
.section_header hr.left { }
.section_header hr.right {
	right: 0px;
	top: 0px;
}
.section_header span {
	width: 27%;
	display: block;
	margin: 0 auto;
}
.section_header small {
	margin-left: 20px;
	font-size: 16px;
	color: #7f8387;
	display: none;
}


/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
	.section_header small {
		display: inline-block;
	}
	#pricing .price_wrapper.lite {
		float: right;
		right: -30px;
	}
	#pricing .price_wrapper.standard {
		left: -30px;
	}
	#hero .carousel-inner .item.slide1 .span6 img {
		margin-left: 15px;
	}
	#hero .carousel-inner .item.slide1 .span4 {
		padding-left: 30px;
	}
	#hero .carousel-inner .item.slide2 .span6 img {
		margin-left: 30px;
	}
	#hero .item h1 {
		font-size: 30px;
		margin-top: 40px;
		margin-left: 20px;
	}
	#hero .item p {
		font-size: 16px;
		line-height: 24px;
		margin-left: 20px;
	}
	#hero .item .btn {
		margin-top: 25px;
		margin-left: 20px;
		font-size: 18px;
	}
	footer .contact_us input[type="text"], 
	footer .contact_us textarea{
		width: 270px;
	}
	footer .contact_us button[type="submit"] {
		margin-left: 300px;
	}
}
@media (min-width: 980px) {
	#pricing .price_wrapper.pro {
		position: relative;
		top: -20px;
		height: 420px;
		z-index: 9;
		box-shadow: 0px 0px 5px 4px #E8E8E8;
	}
	#hero .carousel-inner .item {
		padding: 0px 70px;
	}
	.navbar .nav .btn-header {
		background: #414A57;
		background: -moz-linear-gradient(top, #F5F7F9 0%, #D9E1ED 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F7F9), color-stop(100%,#D9E1ED));
		background: -webkit-linear-gradient(top, #F5F7F9 0%,#D9E1ED 100%);
		background: -o-linear-gradient(top, #F5F7F9 0%,#D9E1ED 100%);
		background: -ms-linear-gradient(top, #F5F7F9 0%,#D9E1ED 100%); 
		background: linear-gradient(to bottom, #F5F7F9 0%,#D9E1ED 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F7F9', endColorstr='#D9E1ED',GradientType=0 );
		border: 1px solid #D9E1ED;
	    border-radius: 5px;
	    display: inline-block;
	    height: 10px;
	    line-height: 8px;
	    position: relative;
	    top: 4px;
	    margin-left: 8px;
	}
	.navbar .nav .btn-header:hover {
		background: #545F6D;
		background: -moz-linear-gradient(top, #F5F7F9 0%, #E4EAF1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F7F9), color-stop(100%,#E4EAF1));
		background: -webkit-linear-gradient(top, #F5F7F9 0%,#E4EAF1 100%);
		background: -o-linear-gradient(top, #F5F7F9 0%,#E4EAF1 100%);
		background: -ms-linear-gradient(top, #F5F7F9 0%,#E4EAF1 100%); 
		background: linear-gradient(to bottom, #F5F7F9 0%,#E4EAF1 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F7F9', endColorstr='#E4EAF1',GradientType=0 );
	}
}
@media (max-width: 979px) {
	body {
		padding-top: 0px;
	}
	.section_header {
		margin-top: 60px;
	}
	.section_header small {
		display: none;
	}
	#pricing .price_wrapper {
		margin: 0 auto;
		margin-bottom: 20px !important;
	}
	#hero .item h1 {
		font-size: 18px;
		line-height: 18px;
	}
	#hero .carousel-inner .item.slide2 img {
		margin-top: 20px;
	}
	#testimonials .phrases_wrapper .phrase .pic .position {
		display: block;
	}
	#footer {
		margin-top: 20px;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	#intro h1 {
		width: 80%;
	}
	#features .feature h3 {
		padding-left: 0px;
	}
	#features .feature p.description {
		padding-left: 0px;
	}
	#features .feature .btn {
		margin-left: 0px;
	}
	#pricing .price_wrapper {
		width: 240px !important;
	}
	#pricing .price_wrapper .header .price span {
		font-size: 25px;
	}
	#pricing .price_wrapper.pro {
		min-height: 400px;
		position: relative;
		top: -10px;
	}
	#pricing .price_wrapper.regular .header {
		background: url('../img/chart1_small.png') 0 0 no-repeat;
	}
	#pricing .price_wrapper.pro .header {
		background: url('../img/chart2_small.png') 0 0 no-repeat;
	}
	#testimonials .phrases_wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	#testimonials .phrases_wrapper .phrase .span3 {
		margin-left: 30px;
		width: 228px;
	}
	#footer .contact_us button[type="submit"] {
		margin-left: 0px;
	}
	#hero { }
	#hero .carousel-control.left {
		left: -55px;
	}
	#hero .carousel-control.right {
		right: -15px;
	}
	#hero .item .span4 {
		margin-left: 50px;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	#intro h1 {
		width: 90%;
	}
	#hero {
		padding: 50px 20px 20px 20px;
		margin-right: -20px;
		margin-left: -20px;
		height: auto;
	}
	#hero .carousel-inner .item {
		padding: 0px 70px;
	}
	#hero .item img {
		/*display: none;*/
		width: 240px;
		display: block;
		margin: 0 auto;
	}
	#hero .carousel-inner .item .btn {
		font-size: 13px;
		padding: 7px 10px;
	}
	#footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	#features .feature .btn {
		margin-top: 8px;
	}
	#features .feature {
		margin-bottom: 30px;
	}
	#testimonials .phrases_wrapper .phrase > p {
		width: 100%;
		font-size: 18px;
	}
	#testimonials .phrases_wrapper .phrase .pic {
		float: left;
		margin-top: 8px;
		font-size: 13px;
	}
	#footer .container {
		padding: 0px 20px;
	}
	#footer .blog_post .img-circle {
		float: left;
		margin-right: 20px;
	}
	#footer .copyright .copy {
		float: left;
	}
	#footer .copyright .copy p {
		margin-top: 0px;
	}	
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.section_header {
		margin-top: 30px;
	}
	.section_header span {
		width: auto;
	}
	#intro h1 {
		font-size: 22px;
		line-height: 30px;
	}
	#pricing .price_wrapper {
		width: 321px !important;
	}
	#pricing .price_wrapper .header .price span {
		font-size: 38px;
	}
	#footer .contact_us button[type="submit"] {
		margin-left: 0px;
	}
}

/*  Careers Job Categories  
---------------------------------------------------*/
.jobtype {
	padding-top:50px;
}


/* Icons
-------------------------------------------------- */
.i_bars, 
.i_bookmark, 
.i_chart, 
.i_cloud, 
.i_facebook, 
.i_loading, 
.i_movil, 
.i_shuffle, 
.i_twitter, 
.i_youtube{
	background: url('../img/icons.png') no-repeat;
	display: inline-block;
}
.i_bars{
	background-position: 0 -303px ;
	width: 18px;
	height: 16px;
}
.i_bookmark{
	background-position: 0 -253px ;
	width: 18px;
	height: 13px;
}
.i_chart{
	background-position: 0 -49px ;
	width: 22px;
	height: 24px;
}
.i_cloud{
	background-position: 0 0;
	width: 32px;
	height: 21px;
}
.i_facebook{
	background-position: 0 -401px ;
	width: 12px;
	height: 24px;
}
.i_loading{
	background-position: 0 -202px ;
	width: 21px;
	height: 14px;
}
.i_movil{
	background-position: 0 -99px ;
	width: 17px;
	height: 25px;
}
.i_shuffle{
	background-position: 0 -151px ;
	width: 18px;
	height: 12px;
}
.i_twitter{
	background-position: 0 -351px ;
	width: 24px;
	height: 18px;
}
.i_youtube{
	background-position: 0 -452px ;
	width: 24px;
	height: 23px;
}

/* Social icons
-------------------------------------------------- */
i.social {
	background: url('../img/social_icons.png') no-repeat 0 0;
	width: 33px;
	height: 33px;
	display: inline-block;
}
i.tw { background-position: 0px 0px;}
i.fb { background-position: -39px 0; }
i.flickr { background-position: -78px 0; }
i.in { background-position: -117px 0; }
i.gp { background-position: -156px 0; }
i.pin { background-position: -195px 0; }
i.tumblr { background-position: -233px 0; }
i.wp { background-position: 0 -51px; }
i.yt { background-position: -39px -51px; }
i.vim { background-position: -78px -51px; }
i.picasa { background-position: -116px -51px; }
i.forrst { background-position: -156px -51px; }
i.rss { background-position: -194px -51px; }
i.myspace { background-position: -233px -51px; }

.modal-header,.modal-footer{
    background-color: white;   
}
.modal-body{
    background-color: #f4f4f4;
}
.modal-footer{
    text-align:left;
}
label{
    font-weight: bold;
    color: gray;
    padding-right: 5px;
}
.navbar .nav > li > a.headeremail{
    font-weight: normal;
}
#usersettings .nav-list > li > a{
    margin: 0px;
}
#usersettings{
    margin-top: 10px;
}
#account_settings,#account_access,#conversiontag,#retargetingtag{
    background-color: white;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 4px 4px 4px 4px;
    float: none;        
    box-shadow: 0px 0px 10px 0px hsl(0, 0%, 87%);
    padding: 10px;
}
#adcontainer >.tab-content{
    overflow:auto;
}
.tab-content{
    overflow:visible;
}
.btn.loading {
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
        color-stop(.25, rgba(0, 0, 0, .10)), 
        color-stop(.25, transparent),
        color-stop(.5, transparent), 
        color-stop(.5, rgba(0, 0, 0, .10)),
        color-stop(.75, rgba(0, 0, 0, .10)), 
        color-stop(.75, transparent), 
        to(transparent));
    background-image: 
        -moz-linear-gradient(-45deg, 
            rgba(0, 0, 0, .10) 25%, 
            transparent 25%,
            transparent 50%, rgba(0, 0, 0, .10) 50%, 
            rgba(0, 0, 0, .10) 75%, 
            transparent 75%, transparent
        );
    background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    -webkit-animation: animate-stripes 2s linear infinite;
}

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    } 
    to {
       background-position: -50px 0;
    }
}