/* ==========================================================================
   Custom styles
   ========================================================================== */
html, body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height:1.2;
	margin: 0 0 20px;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.2em;
}
p {
	font-size: 1em;
	line-height: 1.64;
	font-weight: 400;
	margin-bottom: 15px;
	color: #535865;
}
* {
	outline: 0!important;
}
#budget-error {
	padding-top: 7px;
	display: inline-block;
}
.jumbotron .container {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
a.btn-link {
    background: transparent none repeat scroll 0 0!important;
    color: #0d303a!important;
    font-size: 14px!important;
    font-weight: bold!important;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.content {
    background: #ffffff none repeat scroll 0 0;
    border-top: 5px solid #0099cc;
    padding: 25px 35px;
}
.content h2.text-center::after {
    background-color: #0099cc;
    border-radius: 1px;
    content: "";
    display: block;
    height: 3px;
    margin: 20px auto;
    width: 50px;
}
.custom-width-content {
	padding: 0 5%;
}
.lead {
	font-size: 1.7em;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 15px;
	color: #32363e;
}
a, .btn, .navbar {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn {
	border: none;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 14px 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.dropdown-toggle.btn {
	padding: 6px 9px;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:hover, .btn:active:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-border {
	font-size: 1em;
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
}
.btn-border:hover, .btn-border:focus, .btn-border:active, .btn-border:active:hover, .btn-border:active:focus {
	border-color: transparent;
	background-color: #fff;
}
.btn-primary {
	background: #0099cc;
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #33a6cc;
}
.btn-primary:active, .btn-primary.active {
	background: #007299;
	box-shadow: none;
}
.navbar {
	padding: 0;
}
.navbar .row {
	margin: 0;
}
.navbar div[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.navbar-brand {
	height: auto;
	padding: 20px 0 15px 0;
}
.navbar-default .navbar-main {
	padding: 16px 0 0;
	margin-left: 80px;
}
.navbar-default .navbar-main li:first-child {
	display: none;
}
.navbar-default .navbar-nav > li > a {
	color: #0d303a;
	float: left;
	font-size: 14px;
	font-weight: 300;
	padding: 15px 16px;
	background: transparent;
	font-weight: bold;
}
.navbar-default .navbar-main > li > a:hover, .navbar-default .navbar-main > li > a:focus, .navbar-default .navbar-main > .active > a, .navbar-default .navbar-main > .active > a:focus, .navbar-default .navbar-main > .active > a:hover {
	color: #12679b;
	/*text-decoration: underline;*/
	background: transparent;
}
.navbar-default .navbar-right {
	padding: 20px 0 0;	
}
.navbar-default .navbar-right > li{
	margin: 0 0 0 10px;
}
.navbar-default .navbar-right > li > a {
	font-size: 12px;
	margin: 0;
	padding: 10px 15px;
	width: auto;
	color: #fff;
	/*background-color: #00a6c2;*/
	background: #0099cc;
	border: none;
	/*border: 1px solid #0094ab;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.navbar-default .navbar-right > li > a:hover, .navbar-default .navbar-right > li > a:focus {
	color: #fff;
	/*background: #17b7d1;*/
	background: #33a6cc;
	text-decoration: none;
}
.navbar-toggle {
	border: none;
	background: transparent;
	margin:18px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0c7fd0;
}
.form-page {
	background: url(../img/main_banner.jpg) no-repeat 0 0 #ffffff;
	background-size: cover;
	background-attachment: fixed;
}
.form-page #for-brands,
.form-page #for-journalists,
.form-page #subscribe-form,
.form-page #contact-form  {
	padding: 25px 35px;
	background: #ffffff;
	border-top: 5px solid #0099cc;
}
.form-page .form-wrap {
	padding-bottom: 0;
}
.form-page .section {
	padding-top: 160px;
	padding-bottom: 120px;
}
.form-page .col-md-12.text-center {
	margin-bottom: 10px;
}
.form-page .col-md-12.text-center h2:after {
    background-color: #0099cc;
    border-radius: 1px;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}
.form-page .testimonials .quote {
    font-size: 14px;
    font-style: italic;
    margin-top: 60px;
    text-align: center;
}
.form-page .testimonials .quote p {
	color: #ffffff;
}
#form-width {
	width: 604px!important;
	margin: 0 auto!important;
	float: none;
}
#form-width.brand-agrement {
	width: 760px!important;
}
@media (min-width:992px) and (max-width:1080px){
.navbar-default .navbar-main {
    margin-left: 35px;
}
.navbar-default .navbar-main > li > a {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.navbar-default .navbar-right > li > a{
	padding:10px;
}
}
@media(max-width:991px) {
  .navbar-default .navbar-nav > li > a {
    color: #ffffff!important;
  }
 .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	
	.navbar-default .navbar-nav {
	/*margin-left: 30px;*/
	float:none!important;
}
.navbar-default .navbar-nav > li > a {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-default .navbar-nav {
	margin-left: 15px;
}
.navbar-default .navbar-right > li > a {
	padding-left: 12px;
	padding-right: 12px;
}
}


.what-is .row-table-md > div[class*="col-"]:first-child {
	background: #f5f5f5;
	color: #32363e;
}
.what-is .row-table-md > div[class*="col-"]:first-child h2 {
    font-size: 2em;
    color: #32363e;
}
.what-is .row-table-md > div[class*="col-"]:last-child .text {
	padding: 40px 15%;
}
.what-is .row-table-md > div[class*="col-"]:last-child .text p {
	color: #ffffff;
	font-size: 1.5em;
}
.what-is .row-table-md > div[class*="col-"]:last-child .text p:last-child {
	margin-bottom: 0;
}
.mbottom {
	margin-bottom: 30px;
}
.what-is .row-table-md > div[class*="col-"]:last-child {
    /*background: #0c0e1a url("../img/what-is-bg.jpg") no-repeat scroll 0 0 / cover ;*/
    /*background: #f26739;*/
    background: transparent;
    color: #ffffff;
}
.what-is {
	background: #f26739 url("../img/orange-stars.jpg") no-repeat scroll 0 0 / cover ;;
}
.what-is a {
	color: #ffffff;
	text-decoration: underline;
}
.what-is hr {
	height: 2px;
	width: 50px;
	background: #ffffff;
	display: block;
	float: left;
	margin: 0 0 15px 0;
}
.what-is span {
	display: inline-block;
	width: 100%;
}

.what-is2 .row-table-md > div[class*="col-"]:first-child {
	background: #f5f5f5;
	color: #32363e;
}
.what-is2 .row-table-md > div[class*="col-"]:first-child h2 {
    font-size: 2em;
    color: #32363e;
}
.what-is2 .row-table-md > div[class*="col-"]:last-child .text {
	padding: 40px 10%;
}
.what-is2 .row-table-md > div[class*="col-"]:last-child .text p {
	color: #ffffff;
	font-size: 1.5em;
}
.what-is2 .row-table-md > div[class*="col-"]:last-child .text p:last-child {
	margin-bottom: 0;
}

.what-is2 .row-table-md > div[class*="col-"]:last-child {
    background: #0c0e1a url("../img/what-is-bg.jpg") no-repeat scroll 0 0 / cover ;
    color: #ffffff;
}
.what-is2 a {
	color: #ffffff;
	text-decoration: underline;
}

.menu-up.navbar-default {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
 @media(max-width:991px) {
.nav-expanded .icon-bar.one {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 7px;
}
.nav-expanded .icon-bar.two {
	display: none;
}
.nav-expanded .icon-bar.three {
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -2px;
}
.navbar #navbar {
	border: none;
	display: table!important;
	height: 100%!important;
	max-height: none;
	overflow: auto!important;
	position: fixed;
	right: -79%;
	top: 0;
	width: 79%;
	z-index: 99;
	margin: 0;
	padding: 0;
	background: #232020!important;
	transition: right 0.3s ease-in-out;
	-webkit-transition: right 0.3s ease-in-out;
	-moz-transition: right 0.3s ease-in-out;
	-o-transition: right 0.3s ease-in-out;
}
.navbar .navbar-wrap{
	display:table-cell;
	vertical-align:middle;
	height:100%;
}
.nav-expanded #navbar {
	right: 0;	
}
.nav-expanded #wrapper, .nav-expanded .navbar, .nav-expanded footer {
	margin-left: -79%;
	margin-right: 79%;
}
.navbar-default .navbar-nav {
	margin: 0;
}
.navbar-default .navbar-main {
	margin: 0 0 15px;
}
.navbar-default .navbar-main li:first-child {
	display: block;
	margin-top:15px;
	margin-bottom:10px;
}
.navbar-default .navbar-nav > li {
	float: none;
	display: block;
	text-align:center;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	float: none;
	display:block;
}
.navbar-default .navbar-right {
	margin: 0 15px;
}
.navbar-default .navbar-right > li{
	margin-bottom:10px;
	margin-left:0;
}
.navbar-default .navbar-right > li a{
	max-width:300px;
	margin: 0 auto;
}
}
@media(max-width:360px) {
.navbar-brand > img {
	max-width: 80%;
}
.navbar-toggle {
	margin-top: 17px;
}
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section.alt-section {
	background: #f5f5f5;
}
.jumbotron {
	/*background: url(../img/hero-bg.jpg) repeat 0 0 #0c7fd0;*/
	background: url(../img/main_banner.jpg) no-repeat 0 0;
	background-size: cover;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.jumbotron > .container {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	height: 100vh;
	/*padding: 100px 15px;*/
	padding:100px 15px 33px;
	position:relative;
}
.jumbotron h1 {
	font-size: 5em;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin-bottom: 0.5em;
	color: #fff;
}
.jumbotron p {
	font-size: 1.7em;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 40px;
}
.jumbotron .btn {
	font-size: 1em;
	margin: 0 10px;
	padding: 14px 26px;
}
.go-down {
	display: block;
	position: absolute;
	top: 95%;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
/*.icon-down::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	border-color: #fff;
	content: "";
	display: inline-block;
	height: 0.8em;
	left: 0.15em;
	position: relative;
	top: 0.4em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.8em;
}
.icon-down.bottom:before {
	top: 0;
	transform: rotate(135deg);
}*/

 @media(max-width:390px) {
.jumbotron .btn {
	margin: 10px 15px;
	min-width: 60%;
}
}
.featured-in {
	padding: 54px 20px 45px;
	text-align: center;
}
.featured-in .item {
	display: inline-block;
	padding: 0 15px 15px;
}
.featured-in p {
	font-size: 16px;
	margin: 0 0 16px;
	color: #b0b5bf;
}
.featured-in img {
	opacity: .7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.featured-in a:hover img {
	opacity: 1;
}
/* Get published */
.get-published {
	text-align: center;
}
.percentage {
	font-size: 3em;
	display: block;
	font-weight: 700;
	margin: 0 0 30px;
	color: #32363e;
}
.percentage sup {
	font-size: 50%;
	top: -17px;
	font-weight: 300;
	color: #535865;
}
.get-published img {
	margin: 0 0 20px;
}
.get-published .text {
	padding: 0 30px;
}
@media(max-width:767px) {
.form-page {
	background-attachment: inherit;
}
#form-width,
#form-width.brand-agrement {
	width: 100%!important;
	margin: 0 auto!important;
	float: none;
}

.what-is .row-table-md > div[class*="col-"]:last-child .text {
	padding: 40px 0px;
}
.get-published .text {
	padding-bottom: 30px;
}
.jumbotron h1 {
	font-size: 3em;
}
}
.new-featured-in {
    padding: 0;
}
.new-featured-in .row-table-md > div[class*="col-"]:first-child h2,
.new-featured-in .row-table-md > div[class*="col-"]:first-child h3 {
	color: #ffffff;
}
.new-featured-in .row-table-md > div[class*="col-"]:first-child h3.light-grey {
	opacity: 0.7;
	margin-bottom: 0;
}
.new-featured-in .row-table-md > div[class*="col-"]:first-child h2 {
	font-size: 2em;
	margin-bottom: 40px;
}
.new-featured-in .row-table-md > div[class*="col-"]:first-child {
    /*background: url(../img/breitbart-bg.png) no-repeat 0 0 #0099cc;*/
    background: #0099cc;
    background-size: 100% auto;
    position: relative;
    background-position: center;
}
.new-featured-in .row-table-md > div[class*="col-"]:first-child img{
	margin-bottom: 40px;
}
.new-featured-in .row-table-md > div[class*="col-"]:last-child
{
	/*background: #0c0e1a;*/
	background: url(../img/Generated.jpg) no-repeat 0 0 #0c0e1a;
	color: #ffffff;
	background-size: cover;
}
.new-featured-in .row-table-md > div[class*="col-"]:last-child h3 {
	color: #ffffff;
	text-align: center;
	font-size: 1.7em;
	margin-top: 40px;
	margin-bottom: 40px;
}
.new-featured-in .row-table-md > div[class*="col-"]:last-child h3 i {
	font-size: 2em;	
    margin-right: 15px;
    vertical-align: middle;
    width: 60px;
    color: #ffffff;
}
.new-featured-in .row-table-md .text {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* How it works */
.heading {
	margin: 0 0 60px;
	text-align: center;
}
.how-it-works .row {
	margin-bottom: 60px;
}
.how-it-works .row:last-child {
	margin-bottom: 20px;
}
@media(max-width:767px) {
	.new-featured-in .row-table-md > div[class*="col-"]:first-child {
		padding-top: 100px;
		padding-bottom: 100px;
	}
.how-it-works .col-icon{
	width:33%;
}
.featured-in .item {
	display: block;
	margin: 10px auto;
}
.featured-in p {
	margin-bottom: 35px;
}
}
 @media(min-width:600px) {
.col-icon {
	padding-right: 15px;
}
}
@media(min-width:421px) {
.col-icon {
	text-align: right;
}
}
@media(max-width:420px) {
.how-it-works {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.how-it-works .col-icon{
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}
}
@media(min-width:1400px) {
.reap-results .text {
	padding-right: 50px;
}
}
@media(min-width:1200px) {
.reap-results .text {
	padding-right: 30px;
}
}
@media(max-width:1200px) {
.reap-results .text {
	padding-bottom: 30px;
}
}
/* Secret Sauce */
.secret-sauce {
	padding: 0;
}
.secret-sauce .row-table-md {
	margin: 0;
}
.secret-sauce .row-table-md > div[class*="col-"]:first-child {
	/*background: #00b1f4;*/
	background: url(../img/secret-sauce.jpg)  no-repeat 100% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}
.secret-sauce .row-table-md > div[class*="col-"]:last-child {
	padding-left: 15px;
	padding-right: 15px;
	background: #fbfbfb;
}
.secret-sauce .row-table-md > div[class*="col-"] {
	padding-top: 50px;
	padding-bottom: 60px;
}
.secret-sauce h2 {
	margin-bottom: 30px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.secret-sauce .text h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
}
.secret-sauce .text p {
	margin-bottom: 45px;
}
.secret-sauce .text p:last-child {
	margin-bottom: 0;
}
/* Want Pricing? */
.want-pricing {
	text-align: center;
}
.want-pricing .heading {
	margin-bottom: 30px;
}
/* Contact Page */
.inner-page {
	/*padding-top: 70px;*/
}
.inner-page .heading {
	padding-top: 70px;
	margin-bottom:0;
}
.form-wrap {
	padding: 0 0 40px;
}
.form-group {
	margin: 0 0 25px;
}
label {
	font-size: 1em;
	font-weight: 400;
	display: block;
	margin: 0 0 7px;
}
label.error{
	font-size:.8em;
	color:#ff0000;
	padding:7px 0 0;
}
.req {
	color: #ff0000;
	font-size: .6em;
	vertical-align: super;
}
.form-control {
	font-size: 0.83em;
	border: 1px solid #ccc;
	padding: 10px;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	border: 1px solid #7f7f7f;
	-webkit-box-shadow: none;
	box-shadow: none;
}
textarea.form-control {
	min-height: 100px;
	resize:none;
}
.bootstrap-select{
	width:100%!important;
	
}
.bootstrap-select.btn-group .dropdown-menu{
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bootstrap-select > .dropdown-toggle{
	border: 1px solid #ccc;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bootstrap-select > .btn-default:hover,.bootstrap-select > .btn-default.focus,.bootstrap-select > .btn-default:focus{
	background:transparent;border-color:#7f7f7f;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select > .btn-default.active.focus,.bootstrap-select >.btn-default.active:focus,.bootstrap-select >.btn-default.active:hover,.bootstrap-select >.btn-default:active.focus,.bootstrap-select >.btn-default:active:focus,.bootstrap-select >.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:transparent;border-color:#7f7f7f;}
.btn-group.open .dropdown-toggle{
	border: 1px solid #7f7f7f;
	background:transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-list li {
	margin: 0 0 30px;
}
.contact-list h3 {
	color: #7f7f7f;
	font-size: 0.83em;
	margin: 0 0 6px;
}
.contact-list p, .contact-list a {
	/*color: #000;*/
	color: #ffffff;
	font-size: 1.22em;
	text-decoration: none;
}
.contact-list a:hover {
	text-decoration: underline;
}
/* Clients */
.clients {
	padding: 0;
}
.clients .row-table-md {
	margin: 0;
}
.clients .row-table-md > div[class*="col-"]:first-child {
	background: url(../img/door-03.jpg) no-repeat 100% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	position: relative;
}
.clients .row-table-md > div[class*="col-"]:first-child:after,
.clients .row-table-md > div[class*="col-"]:first-child::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #000000;
}
.clients h2, .clients h3, .clients p {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.clients .row-table-md > div[class*="col-"] {
	padding-top: 60px;
	padding-bottom: 35px;
}
.clients .row-table-md > div[class*="col-"]:last-child {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../img/blue-sparkle.jpg) repeat 0 0;
	background-size: cover;
	-webkit-background-size: cover;
}
.clients h2 {
	margin-bottom: 30px;
}
.clients .text h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
}
.clients .text p {
	margin-bottom: 35px;
}
.client-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.client-list li {
	float: left;
	width: 40%;
	text-align: center;
	color: #fff;
	margin: 2% 5%;
	padding: 10px;
	/*border: 1px solid #fff;*/

}
.client-list li img {
	max-width: 100%;
}
/* Footer */
footer {
	padding: 60px 40px 40px!important;
}
footer .row-table-md > div {
	vertical-align:top;
}
footer .col-md-6 img,
footer .col-md-4 img {
	max-width: 135px;
}
.footer-links {
	list-style: none;
	margin: 0 0 9px;
	padding: 0;
}
.footer-links li {
	display: block;
	padding: 0 0 8px;
}
.footer-links a:hover {
	text-decoration: none;
}
.copyright {
	margin-bottom: 20px;
}
.social-share{
	list-style:none;
	margin:0;
	padding:0;
}
.social-share li{
	margin:0 0 4px;
}
a.btn-facebook, a.btn-twitter, a.btn-linkedin {
	background: #3b5998 none repeat scroll 0 0;
	color: #fff!important;
	font-size: 14px!important;
	letter-spacing: normal;
	line-height: 14px;
	margin: 0;
	opacity: 1;
	padding: 10px 10px 10px 40px !important;
	text-transform: none!important;
	min-width: 180px;
	position: relative;
	text-align:left;
}
a.btn-facebook:hover, a.btn-facebook:focus {
	background: #263962!important;
	opacity: 0.8;
}
a.btn-twitter:hover, a.btn-twitter:focus {
	background: #217ea8!important;
	opacity: 0.8;
}
a.btn-linkedin:hover, a.btn-linkedin:focus {
	background: #015076!important;
	opacity: 0.8;
}
a.btn-twitter {
	background: #2ba9e1 none repeat scroll 0 0;
}
a.btn-linkedin {
	background: #007bb6 none repeat scroll 0 0;
}
.social-share a i {
	margin: 0 10px 0 0;
	font-size: 18px;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
}
@media(max-width:767px) {
	.contact-list {
		margin-top: 30px;
	}
	.go-down {
		display: none!important;
	}
	.percentage sup {
		font-weight: 500;
	}
	.percentage,
	.get-published img {
		margin-bottom: 10px;
	}
footer {
	text-align: center;
}
footer .row-table-md > div:first-child {
	display: none;
}
}
.row-table {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
}
.row-table > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
@media(min-width:768px) {
.padding-desktop {
padding-left: 150px;
padding-right: 150px;
}
.padding-desktop strong {
	display: block;
	margin: 0 auto;
}
.row-table-md {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
}
.row-table-md > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.row-table-md > div:first-child {
	padding-left: 0;
}
.row-table-md > div:last-child {
	padding-right: 0;
}
}
@media(min-width:421px) {
.row-table-sm {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
}
.row-table-sm > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
}
@media(max-width:767px) {
body {
	font-size: 14px;
}
}
@media(max-width:640px) {
body {
	font-size: 13px;
}
.navbar-brand {
    padding: 12px 0 8px;
}
}
@media(max-width:360px) {
body {
	font-size: 12px;
}
.navbar-toggle {
	margin-top: 13px;
}
}

.social-share {
  list-style: outside none none;
  margin: 10px 0 0 0;
  padding: 0;
}
.social-share li {
  width: auto;
  display: inline-block;
  border-radius: 0px;
  overflow: hidden;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 2px;
  margin-left: 6px;
}
.social-share a.btn-facebook, 
.social-share a.btn-twitter,
.social-share a.btn-linkedin {
    background: #3b5998 none repeat scroll 0 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px!important;
    letter-spacing: normal;
    line-height: 14px;
    margin: 0;
    opacity: 1;
    padding: 10px 10px 10px 40px !important;
    text-transform: none!important;
    width: 100%;
    position: relative;
}
.social-share a.btn-facebook i {
	/*background:url(../img/facebook-top.png) no-repeat 0 0;*/
	width: 25px;
}
.social-share a.btn-facebook:hover {
	background: #263962!important;
	opacity: 0.8;
}
.social-share a.btn-twitter:hover {
	background: #217ea8!important;
	opacity: 0.8;
}
.social-share a.btn-linkedin:hover {
	background: #015076!important;
	opacity: 0.8;
}
.social-share a br {
	display: none;
}
.social-share a:hover {
  opacity: 0.8;
}
.social-share a.btn-twitter {
    background: #2ba9e1 none repeat scroll 0 0;
}
.social-share a.btn-linkedin {
	background: #007bb6 none repeat scroll 0 0;
}
.social-share a i {
    margin: 0 10px 0 0;
    font-size: 18px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
}
