/* ==========================================================================
    RESETS
    ========================================================================== */
*:focus, *:hover, *:active, .btn:focus, .btn:hover, .btn:active, a:focus,
	a:hover, a:active {
	outline: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

/* ==========================================================================
    UTILS
    ========================================================================== */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.in-block {
	display: inline-block;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.no-padding {
	padding: 0px !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-semibold {
	font-weight: 600 !important;
}

.row-gutter-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.col-gutter-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.row-gutter-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.col-gutter-5 {
	padding-right: 5px;
	padding-left: 5px;
}

/* ==========================================================================
    DEFAULTS
    ========================================================================== */
body {
	background: #f4f4f4;
	overflow-x: hidden;
	color: #000;
}

body, a {
	font: 400 18px "Source Sans Pro", Helvetica, sans-serif;
	line-height: 27px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.container {
	max-width: 1200px;
}

.container.big {
	max-width: 1408px;
}

a {
	font-weight: 700;
	color: #000;
	text-decoration: underline;
}

p, ol {
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	color: #000;
	margin-bottom: 40px;
}

h1, .h1-style {
	font-size: 55px;
	line-height: 60px;
}

h2, .h2-style {
	font-size: 34px;
	line-height: 40px;
}

h3, .h3-style {
	font-size: 30px;
	line-height: 36px;
}

h4, .h4-style {
	font-size: 26px;
	line-height: 32px;
}

h5, .h5-style {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}

hr {
	margin: 30px 0;
	border-color: #E5E8EA;
}

.wrap {
	width: 100%;
	float: left;
}
.wrap.ads {
	overflow: hidden;
}

.wrap-content {
	width: 100%;
	float: left;
	margin-top: 103px;
}

.white-box {
	padding: 30px;
	background: #fff;
}

.fig-wrapper {
    background:#CCCCCC;
    position: relative;
}

.fig-wrapper img {
    position: relative;
    z-index: 2;
}
.fig-wrapper .mask {
    -webkit-filter:blur(5px);
    filter:blur(5px);
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:1;
}
body.no-scroll-body {
    overflow: hidden;
}
/*
.carousel-inner .item img {
    position: relative;
    z-index: 2;
}

.carousel-inner .item .mask{
    -webkit-filter:blur(5px);
    filter:blur(5px);
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:1;
}
*/

/* ==========================================================================
    BUTTONS
    ========================================================================== */
.btn.btn-full {
	width: 100%;
	padding: 16px 12px;
	display: inline-block;
	text-align: center;
}

.btn.btn-clean {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 0px;
	background: transparent;
}

.btn.btn-white {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	padding: 16px 82px;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 0px;
	background: #fff;
}

.btn.btn-black {
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	padding: 16px 75px;
	background: #000;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 0px;
}

.btn.btn-danger {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	padding: 8px 21px;
	text-decoration: none;
	background-image: linear-gradient(-180deg, #FF8383 26%, #EC5A5F 73%);
	border: 1px solid #C55054;
	box-shadow: inset 0 2px 0 0 #FFB7B7;
	border-radius: 4px;
}

/* ==========================================================================
    HEADER
    ========================================================================== */
header {
	text-align: center;
}

header.navbar {
	width: 100%;
	float: left;
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	background: #000000;
	border-radius: 0;
	border: 0px;
	padding: 0px;
	min-height: 10px;
	border-bottom: 1px solid #454545;
	box-shadow: 0 1px 0 0 #454545;
}

header.navbar .navbar-header {
	position: relative;
	z-index: 10;
}

header.navbar .navbar-toggle {
	display: inline-block;
	float: left;
	border-radius: 0;
	margin: 0;
	padding: 25px 30px;
	border-right: 1px solid #454545;
}

header.navbar .navbar-toggle .icon-bar {
	width: 29px;
	height: 3px;
	border-radius: 0;
	background-color: #666666;
}

header.navbar .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

header.navbar .navbar-brand {
	height: auto;
	padding: 21px 30px;
	border-right: 1px solid #454545;
}

.navbar-brand img.logo {
	max-width: 152px;
}

ul.nav {
	display: inline-block;
}

ul.nav li {
	display: inline-block;
}

ul.nav li a {
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	padding: 24px 37px;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 1px solid #454545;
}

ul.nav li:first-child a {
	border: 0px;
}

ul.nav li a:focus, ul.nav li a:hover {
	background: none;
}

header.navbar .navbar-right {
	float: right;
	margin-right: 0px;
}

.social-media {
	float: left;
	padding: 23px 23px;
	border-left: 1px solid #454545;
}

.social-media li {
	float: left;
	padding: 0 7px;
}

.social-media li a, .social-media li span {
	width: 25px;
	height: 25px;
	float: left;
	text-align: center;
	position: relative;
	border-radius: 50%;
	background: #3B5998;
    font-weight: 700;
}

.social-media li a i, .social-media li span i {
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #fff;
}

.social-media li a.twitter {
	background: #55ACEE;
}

.social-media li a.instagram {
	background: #E12F67;
}

.social-media li a.pinterest {
	background: #CC2127;
}

.social-media li a.google-plus {
	background: #DD4B39;
}

.social-media li a.linkedin {
	background: #0976B4;
}

.social-media li a.get-pocket {
	background: #EF4056;
}

.social-media li a.mail {
	background: #999999;
}

.social-media li a.views, .social-media li span.views {
	color: #000;
	background: transparent;
}

.fa.fa-flame:before {
	content: url('/http/www.cursor.org/images/flame.png');
}

button.search {
	background: none;
	border: none;
	color: #fff;
	float: left;
	border-left: 1px solid #454545;
	padding: 22px 30px;
	width:77px;
}

.navbar-collapse {
	width: 100%;
	height: 100% !important;
	float: left;
	position: fixed;
	z-index: 100000;
	top: 0px;
	left: 0px;
	padding: 0px;
	background: rgba(0, 0, 0, 0.5);
}

.navbar-collapse.collapse {
	height: 100% !important;
	display: none !important;
	padding-bottom: 0;
	overflow: visible !important;
	background: rgba(0, 0, 0, 0.5);
}

.navbar-collapse.in {
	height: 100% !important;
	overflow-y: visible;
	display: block !important;
	background: rgba(0, 0, 0, 0.5);
}

.navbar-collapse .content {
	width: 410px;
	height: 100%;
	float: left;
	position: absolute;
	background: #f4f4f4;
}

.navbar-collapse .content .wrap-logo {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 30px;
}

.navbar-collapse .content .wrap-logo img {
	max-width: 152px;
	display: inline-block;
	margin-bottom: 30px;
}

.navbar-collapse .content .wrap-logo a.close-navbar {
	font-weight: 400;
	font-size: 28px;
	color: #999999;
	position: absolute;
	top: 20px;
	left: 30px;
}

.search-sidebar {
	width: 100%;
	float: left;
	position: relative;
}

.search-sidebar input {
	width: 100%;
	padding: 8px 45px 8px 15px;
	font-weight: 600;
	font-size: 34px;
	line-height: 42px;
	color: #333;
	border: 1px solid #000000;
}

.search-sidebar select {
	width: 100%;
	height: 60px;
	padding: 8px 45px 8px 15px;
	font-weight: 400;
	font-size: 17px;
	line-height: 19px;
	color: #999;
	border: 1px solid #000000;
}

.search-sidebar button {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 16px;
	background: none;
	border: 0px;
	border-radius: 0px;
}

.core-wrap {
    width: 100%;
    float: left;
    overflow: auto;
    height: 100%;
    background-image: linear-gradient(to right, #000, #000);
    background-size: 100% 80px;
    background-repeat: no-repeat;
    background-position: 0px 725px
}

.wrap-nav {
	width: 100%;
	float: left;
	padding: 10px 30px 25px;
}

ul.nav-sidebar {
	border-top: 1px solid #D5D5D5;
}

ul.nav-sidebar li {
	margin: 22px 0;
	text-transform: uppercase;
}

ul.nav-sidebar li.title {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #999999;
	margin-bottom: 30px;
}

ul.nav-sidebar li a {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}

.navbar-footer {
	width: 100%;
	height:233px;
	float: left;
	/*position: absolute;*/
	bottom: 0px;
	left: 0px;
	background: #f4f4f4;
}

.wrap-social {
	width: 100%;
	float: left;
	padding: 0px 30px 25px;
}

.wrap-social ul.nav-sidebar li.title {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.wrap-social ul.social-media {
	padding: 0px;
	border-left: 0px;
}

.wrap-social ul.social-media li {
	margin-bottom: 0px;
}

.wrap-social ul.social-media li a {
	width: 48px;
	height: 48px;
}

.wrap-social ul.social-media li a i {
	font-size: 20px;
	top: 14px;
}

.footer-navbar {
	width: 100%;
	float: left;
	text-align: center;
	padding: 26px;
	background: #000;
	margin-bottom:96px;
}

.footer-navbar .logo-icon {
	max-width: 64px;
}

.footer-navbar ul {
	margin-top: 20px;
}

.footer-navbar ul li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
}

.footer-navbar p.copyright {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #999999;
}

#homepage-top-carousel {
	position: relative;
	background: #fff;
	overflow: hidden;
}

#homepage-top-carousel .carousel-indicators {
	width: 304px;
	height: 100%;
	float: left;
	position: absolute;
	top: 0px;
	margin: 0px;
	left: auto;
	right: 0px;
	background: #fff;
}

#homepage-top-carousel .carousel-inner .item {
	padding-right: 304px;
	/*width: 1074px;*/
    /*height: 625px;*/
	max-width: 100%;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #000;
}

#homepage-top-carousel .carousel-indicators li {
	width: 100%;
	height: auto;
	float: left;
	text-indent: 0px;
	border-radius: 0;
	border: 0px;
	margin: 0px;
	text-align: left;
	padding: 25px 0 0 25px;
	position: relative;
	cursor: inherit;
}

#homepage-top-carousel .carousel-indicators li.active:after {
	width: 100%;
	height: 3px;
	float: left;
	content: "";
	position: absolute;
	bottom: -3px;
	left: -30px;
}

#homepage-top-carousel .carousel-indicators li span {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #cdcdcd;
	display: inline-block;
	margin-bottom: 0px;
}

#homepage-top-carousel .carousel-indicators li.active span {
	color: #999;
}

#homepage-top-carousel .carousel-indicators li a {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #808080;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
}

#homepage-top-carousel .carousel-indicators li.active a {
	color: #000;
}

#homepage-top-carousel .carousel-caption {
	top: 55px;
	left: 0px;
	padding: 0px;
	text-align: left;
}

#homepage-top-carousel .carousel-image {
    display: none;
}

a.label {
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0px;
	padding: 5px 15px;
}

a.label:after {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	content: "";
	background: url("/http/www.cursor.org/images/label_stripes.png") top left repeat transparent;
}

#homepage-top-carousel .carousel-caption a.label {
	margin-left: 30px;
}

#homepage-top-carousel .carousel-caption .title {
	max-width: 650px;
	font-weight: 700;
	font-size: 72px;
	line-height: 86px;
	color: #000;
	position: relative;
	text-shadow: none;
}

#homepage-top-carousel .carousel-caption .title a {
	font-weight: 700;
	font-size: 72px;
	line-height: 86px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	padding: 2px 30px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

#homepage-top-carousel .carousel-caption .description {
	max-width: 480px;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	position: relative;
	text-shadow: none;
}

#homepage-top-carousel .carousel-caption .description a {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	padding: 6px 30px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.tabs {
	width: 100%;
	float: left;
	margin: 30px 0;
}

.tabs ul.nav-tabs {
	width: 100%;
	float: left;
	border-bottom: 1px solid #000000;
}

.tabs ul.nav-tabs li a {
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	background: #D5D5D5;
	position: relative;
	padding: 10px 20px 10px 50px;
	border: 0;
	margin: 0 0 1px 0px;
	border-radius: 0;
}

.tabs ul.nav-tabs li a:after {
	position: absolute;
	top: 0px;
	right: -30px;
	content: "";
	border-bottom: 40px solid #D5D5D5;
	border-right: 30px solid transparent;
	border-left: 0px solid transparent;
}

.tabs ul.nav-tabs li:first-child a {
	padding-left: 20px;
	margin-left: 0px;
	z-index: 10;
}

.tabs ul.nav-tabs li:nth-child(2) a {
	z-index: 9;
}

.tabs ul.nav-tabs li:nth-child(3) a {
	z-index: 8;
}

.tabs ul.nav-tabs li:nth-child(4) a {
	z-index: 7;
}

.tabs ul.nav-tabs li:nth-child(5) a {
	z-index: 6;
}

.tabs ul.nav-tabs li:nth-child(6) a {
	z-index: 5;
}

.tabs ul.nav-tabs li.active a {
	background: #000;
	margin: 0;
	border: 0;
	color: #fff;
}

.tabs ul.nav-tabs li.active a:after {
	border-bottom-color: #000;
}

.tabs .tab-content {
	width: 100%;
	float: left;
	padding: 30px;
	background: #fff;
}

.news a {
	text-decoration: none;
}

.news a.image {
	margin-bottom: -15px;
}

.news a.label {
	margin-left: 15px;
}

.news h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.news p {
	font-size: 14px;
	line-height: 20px;
	color: #555;
}

/*.news.style-1 a.image {
    width: 350px;
    height: 208px;
    overflow: hidden;
}*/
.news.style-1 a p {
    font-weight: normal;
}
.news.style-1 a:hover p {
    color: #000000;
}
.news.style-1 .fig-wrapper {
    width: 350px;
    height: 208px;
    overflow: hidden;
}    
.news.style-2 {
	height: 660px;
	overflow: hidden;
	position: relative;
	background: #ccc;
}

.news.style-2 img.image {
	width: 100%;
	max-width: none;
	max-height: none;
	float: left;
}

.news.style-2 .content-style-2 {
	position: absolute;
	bottom: 30px;
	left: 0px;
}

.news.style-2 .content-style-2 a.label {
	margin-left: 30px;
}

.news.style-2 .content-style-2 .title {
	width: 80%;
	font-weight: 700;
	font-size: 42px;
	line-height: 56px;
	margin: 0px;
}

.news.style-2 .content-style-2 .title span {
	background-color: #fff;
	padding: 6px 30px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.news.style-3 {
	position: relative;
}

.news.style-3 .best img.image {
	width: 76%;
	max-width: 100%;
}
.news.style-3 .fig-wrapper {
    width: 875px;
    height: 544px;
    overflow: hidden;
}

.news.style-3 .content-style-3 {
	width: 54%;
	float: left;
	position: absolute;
	z-index: 10;
	top: 90px;
	right: 0px;
	padding: 20px 30px;
	text-align: left;
	background: #fff;
}

.news.style-3 .content-style-3 a.label {
	margin-left: 0px;
	position: relative;
	top: -45px;
}

.news.style-3 .content-style-3 h3 {
	font-weight: 700;
	font-size: 42px;
	line-height: 48px;
	margin-top: -28px;
}

.news.style-3.style-3-small img.image {
	/*width: 64%;*/
}
.news.style-3.style-3-small .fig-wrapper {
	width: 469px;
    height: 345px;
    overflow: hidden;
}

.news.style-3.style-3-small .content-style-3 {
	width: 61%;
	/*top: 30px;*/
    top: 0;
    position: relative;
    z-index: 10;
    float: right;
    margin-top: -310px;
    margin-bottom: 30px;
}

.news.style-3.style-3-border .content-style-3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.news.style-3.style-3-border .content-style-3 a.label {
	display: none;
}

.news.style-3.style-3-border .content-style-3 h3 {
	margin-top: 0px;
	/*color:#555;*/
}

.news.style-4 {
	position: relative;
}
.news.style-4 .fig-wrapper {
	width: 1378px;
    /*height: 625px;*/
	max-width: 100%;
    overflow: hidden;

}

.news.style-4 img.image {
	width: 100%;
	display: inline-block;
}

.news.style-4 .content-style-4 {
	width: 50%;
	top: -22px;
	position: absolute;
	left: 0px;
	z-index: 500;
}

.news.style-4 a.label {
	margin-left: 30px;
	font-size: 34px;
	line-height: 40px;
	padding: 12px 30px;
}

.news.style-4 .content-style-4 .title {
	max-width: 650px;
	font-weight: 700;
	font-size: 72px;
	line-height: 86px;
	color: #000;
	margin-top: 40px;
	position: relative;
	text-shadow: none;
}

.news.style-4 .content-style-4 .title span {
	background-color: #fff;
	padding: 2px 30px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.news.style-4 .content-style-4 .description {
	max-width: 480px;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	position: relative;
	text-shadow: none;
}

.news.style-4 .content-style-4 .description span {
	background-color: #fff;
	padding: 6px 30px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.news.style-5 .content-style-5 {
	background: transparent;
	position: relative;
	padding-bottom: 10px;
}

.news.style-5 .content-style-5 a.category {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #999;
}

.news.style-5 .content-style-5 h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #999;
	margin: 0;
}

.news.style-5 .content-style-5 a:hover, .news.style-5 .content-style-5 a:hover h3 {
	color: #000;
}
.news.style-5 .fig-wrapper {
    width:113px;
    height: 100px;
    display: block;
    overflow: hidden;
}
.news.style-5 .fig-wrapper img {
    height: 100%;
    width: auto;
    max-width: none;
}
.tabs.tabs-style-2 {
	margin: 0px;
}

.tabs.tabs-style-2 .tab-content {
	padding: 0px;
	position: relative;
}

.list-custom li {
	padding: 10px 30px;
	margin-top: 20px;
	background: url(/http/www.cursor.org/images/label_stripes_grey.png) top left repeat
		transparent;
}

.list-custom li a {
	text-decoration: none;
}

.list-custom li .title {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin-bottom: 0px;
	text-decoration: none;
}

.tabs.tabs-style-2 .tab-content .wrap-more {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
}

.tabs.tabs-style-2 ul.list-custom {
	height: 600px;
	padding-bottom: 60px;
}

.section-stories {
	width: 100%;
	float: left;
	background: url("/http/www.cursor.org/images/best_story.jpg") top center repeat-x #fff;
}

.link-more i {
	font-size: 22px;
}

.newsletter {
	padding: 30px 25px;
	background: #E5E5E5;
}

.newsletter img {
	max-width: 87px;
}

.newsletter p {
	font-size: 14px;
	line-height: 21px;
	margin: 20px 0 0;
}

.newsletter h3 {
	font-size: 34px;
	line-height: 40px;
	margin: 20px 0 0;
}

.newsletter form.search {
	margin-top: 20px;
}

.newsletter form.search input {
	font-size: 17px;
	font-weight: 400;
}

.newsletter form.search button {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	background: #000;
	color: #fff;
	padding: 20px;
	border: 1px solid #979797;
}

.category-top {
	position: relative;
	margin-top: -30px;
	padding-top: 65px;
	background: transparent !important;
}

.category-top:before {
	width: 100%;
	height: 60%;
	float: left;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.article-info {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #454545;
	margin-bottom: 20px;
}

.article-info .social-media {
	padding: 0px;
	margin: -6px 0 0px;
	border: 0px;
	float: none;
	display: inline-block;
}

.article-info .social-media li a, .article-info .social-media li span {
	width: auto;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 30px;
	border-radius: 0px;
}

.article-info .social-media li a.views, .article-info .social-media li span.views {
	color: #000;
}

.article-info .social-media li a i, .article-info .social-media li span i {
	max-height: 13px;
	top: 4px;
	left: 10px;
	right: auto;
	font-size: 17px;
	line-height: 21px;
}

.article-view h1 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.article-view img {
	max-width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}

.article-view h2, .article-view h3, .article-view h4 {
	margin-top: 50px;
	margin-bottom: 30px;
}

.article-view .description {
	color: #454545;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33334;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.article-view .description {
		font-size: 22px;
		line-height: 1.27273;
	}
}

.list.tags li a {
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	background: #D5D5D5;
}

.list.tags>li {
    padding: 0;
    margin: 0 10px 25px 0;
}

.list.tags li a:hover {
	background: #bbb;
}

h4.share-title {
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
}

.social-media-article {
	padding: 0 9px;
	border: 0;
	float: none;
}

.social-media-article li a {
	width: 100%;
	height: 40px;
	border-radius: 0px;
}

.social-media-article li a i {
	font-size: 20px;
	top: 10px;
}

progress {
	position: fixed;
	top: 73px;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 4px;
	/* Reset the apperance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Get rid of the default border in Firefox/Opera. */
	border: none;
	/* For Firefox/IE10+ */
	background-color: transparent;
	/* For IE10+, color of the progress bar */
	color: #73CD1F;
}

progress::-webkit-progress-bar {
	background-color: transparent;
}

progress::-webkit-progress-value {
	background-color: #73CD1F;
}

progress::-moz-progress-bar {
	background-color: #73CD1F;
}

.next-article-bar {
	width: 100%;
	float: left;
	position: fixed;
	bottom: -300px;
	left: 0px;
	z-index: 10000;
	padding: 15px 0;
	background: #F4F4F4;
	box-shadow: 0 1px 0 0 #454545;
}

.next-article-bar span {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #555555;
}

.next-article-bar a {
	display: inline-block;
	text-decoration: none;
}

.next-article-bar h3.title {
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: #999999;
	margin: 0 0 0 10px;
}

.simple-page h1 {
	font-size: 42px;
	line-height: 52px;
	color: #454545;
	margin-bottom: 20px;
}

.list.list-sidebar li {
	margin-top: 10px;
	border-bottom: 3px solid transparent;
}

.list.list-sidebar li.active {
	border-bottom: 3px solid #454545;
}

.list.list-sidebar li a {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #454545;
	text-decoration: none;
}

/* COSTS */
header.header-costs {
	padding: 20px 0;
}

header.header-costs .navbar-brand {
	border-right: 0px;
	padding: 0px;
	margin: 0 !important;
}

header.header-costs .header-phone {
	display: inline-block;
}

header.header-costs .header-phone span {
	float: left;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

header.header-costs .header-phone span i {
	font-size: 17px;
	margin-right: 5px;
}

header.header-costs .header-phone span a {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

header.header-costs .header-phone hr {
	width: 1px;
	height: 30px;
	float: left;
	margin: 0 30px;
	border: 0px;
	background: #fff;
}

header.header-costs .header-phone a.btn {
	margin: -7px 0;
}

ol.breadcrumb {
	padding: 0px;
	background: none;
}

ol.breadcrumb li {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #454545;
	text-decoration: none;
}

ol.breadcrumb li a {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	text-decoration: none;
}

.list.list-services li {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #454545;
	margin-bottom: 5px;
}

.list.list-services li.title {
	margin-bottom: 20px;
}

.list.list-services li a {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #2397EE;
	text-decoration: none;
}

.btn-danger.btn-danger-custom {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	padding: 14px 75px;
	background-image: linear-gradient(-180deg, #FF8383 26%, #EC5A5F 73%);
	border: 1px solid #C55054;
	box-shadow: 0 3px 0 0 #C45154, 0 6px 19px 0 rgba(255, 132, 136, 0.79),
		inset 0 2px 0 0 #FFB7B7;
	border-radius: 4px;
}

.btn-primary {
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background-image: linear-gradient(-180deg, #9AD1FF 0%, #006CC7 100%);
	border: 1px solid #1272C3;
	box-shadow: 0 3px 0 0 #004B8B, 0 5px 11px 0 #83B9F9;
	border-radius: 3px;
}

.landing-page .call-line {
	font-size: 20px;
	line-height: 26px;
	color: #454545;
}

.landing-page .call-line span {
	font-weight: 400;
	font-size: 42px;
	line-height: 26px;
	color: #1272C3;
}

.landing-page .call-line span a {
	font-weight: 700;
	font-size: 42px;
	line-height: 26px;
	color: #1272C3;
	text-decoration: none;
}

div.divider {
	width: 100%;
	position: relative;
	margin: 40px 0;
	display: inline-block;
}

div.divider:before {
	width: 250px;
	height: 1px;
	float: left;
	content: "";
	position: absolute;
	top: 15px;
	right: 50%;
	margin-right: 28px;
	background: #D5D5D5;
}

div.divider:after {
	width: 250px;
	height: 1px;
	float: left;
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: 28px;
	background: #D5D5D5;
}

div.divider span {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #999999;
	padding: 4px 10px 8px;
	border: 1px solid #D5D5D5;
	border-radius: 50%;
}

.list-cost-icons li {
	width: 210px;
	padding: 25px 10px;
	cursor: pointer;
	display: inline-block;
	margin-left: 26px;
	background-image: linear-gradient(-1deg, #EFEFEF 4%, #FFFFFF 100%);
	border: 1px solid #999999;
	box-shadow: 0 3px 0 0 #999999, inset 0 3px 0 0 #FFFFFF;
	border-radius: 4px;
}

.list-cost-icons li:hover {
	background-image: linear-gradient(-1deg, #FFFFFF 4%, #EFEFEF 100%);
}

.list-cost-icons li:first-child {
	margin-left: 0px;
}

.list-cost-icons li img {
	max-height: 42px;
}

.list-cost-icons li span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	margin-top: 15px;
}

.lp-content h2 {
	font-size: 20px;
	line-height: 22px;
	color: #454545;
	margin-bottom: 20px;
}

ul.list-blue li a {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #1F8CEB;
	text-decoration: none;
}

ul.bullet-points {
	display: inline-block;
	counter-reset: bullets;
	background: #fff;
	padding-bottom: 30px;
}

ul.bullet-points li {
	font-size: 20px;
	line-height: 28px;
	margin-top: 30px;
	position: relative;
	padding: 10px 30px 10px 60px;
}

ul.bullet-points li:before {
	position: absolute;
	left: 15px;
	top: 7px;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: #D5D5D5;
	content: counter(bullets);
	counter-increment: bullets;
}

ul.bullet-points li strong {
	width: 100%;
	display: inline-block;
}

form.form legend {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #999999;
	border: 0px;
}

form.form label {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #454545;
}

form.form .form-control {
	font-size: 17px;
	line-height: 21px;
	color: #000;
	border-radius: 0px;
	border: 1px solid #999999;
}

form.form input.form-control {
	height: 60px;
}

form.form .thank-you {
	width: 100%;
	float: left;
	display: none;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: #FFFFFF;
	padding: 8px 15px;
	margin-bottom: 15px;
	background: #29B362;
}

form.form .thank-you i.fa {
	margin-right: 5px;
}

form.form-contact.form-free-quote {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 30px 15px;
	background-image: linear-gradient(136deg, #FC676D 0%, #0B5694 97%);
}

form.form-contact.form-free-quote:before {
	position: absolute;
	top: -10px;
	left: 24px;
	content: "";
	border-bottom: 10px solid #14578F;
	border-right: 0px solid transparent;
	border-left: 6px solid transparent;
}

form.form-contact.form-free-quote:after {
	position: absolute;
	top: -10px;
	right: 24px;
	content: "";
	border-bottom: 10px solid #14578F;
	border-right: 6px solid transparent;
	border-left: 0px solid transparent;
}

form.form-contact.form-free-quote legend {
	font-weight: bold;
	font-size: 42px;
	line-height: 46px;
	color: #FFFFFF;
	position: relative;
	z-index: 10;
	margin-top: -40px;
	margin-bottom: 50px;
	padding: 20px 22px;
	text-align: center;
	background: #1272C3;
}

form.form-contact.form-free-quote legend:after {
	position: absolute;
	z-index: 0;
	bottom: -35px;
	left: 0px;
	content: "";
	border-top: 35px solid #1272C3;
	border-right: 155px solid transparent;
	border-left: 155px solid transparent;
}

form.form-contact.form-free-quote input.form-control {
	color: #000;
	border-radius: 4px;
	border: 1px solid #666666;
}

form.form-contact.form-free-quote button.btn-danger-custom {
	border: 1px solid #C55054;
	box-shadow: 0 3px 0 0 #C45154, 0 5px 19px 0 #023267, inset 0 2px 0 0
		#FFB7B7;
	border-radius: 4px;
}

.companies-prices {
	width: 100%;
	float: left;
	border: 1px solid #D5D5D5;
}

.companies-prices .icon {
	width: 100%;
	float: left;
	padding: 30px 0px;
	display: inline-block;
	text-align: center;
	background: #F5F5F5;
}

.companies-prices img.img-icon {
	max-height: 149px;
	display: inline-block;
}

.companies-prices img.img-graph {
	max-height: 108px;
	display: inline-block;
}

.companies-prices .description {
	width: 100%;
	float: left;
	padding: 15px;
	background: #fff;
}

.companies-prices .description h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #454545;
	margin-bottom: 5px;
}

.companies-prices .description p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	margin-bottom: 15px;
}

.companies-prices .btn-danger-custom {
	font-size: 17px;
	line-height: 21px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0px;
	box-shadow: 0 3px 0 0 #C45154, inset 0 2px 0 0 #FFB7B7;
}

.faq h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #454545;
	margin-bottom: 10px;
}

.faq p {
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #555;
}

.cursor_homeyou_banner {
	text-align: center;
}

.cursor_homeyou_banner .logo {
	padding: 30px 10px;
	background: #1272C3;
}

.cursor_homeyou_banner .logo img {
	max-height: 40px;
	display: inline-block;
}

.cursor_homeyou_banner .content {
	padding: 30px;
	background: #fff;
}

.cursor_homeyou_banner .content h3 {
	font-weight: 700;
	font-size: 42px;
	line-height: 48px;
	color: #1272C3;
	margin-bottom: 30px;
}

form.form-contact.form-experts {
	margin-bottom: 40px;
}

form.form-contact.form-experts input {
	border-radius: 4px;
	border-color: #999999;
}

.companies_directory {
	background: #fff;
}

.companies_directory .content {
	padding: 15px;
	margin-bottom: 30px;
}

.companies_directory .content h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #454545;
	margin-bottom: 10px;
}

.companies_directory .content p {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	margin-bottom: 0px;
}

.search-sidebar.search-quote {
	position: relative;
}

.search-sidebar.search-quote:before {
	display: inline-block;
	font: normal normal normal 22px/1 FontAwesome;
	content: "\f0dc";
	position: absolute;
	z-index: 100;
	left: 70%;
	margin-left: -30px;
	top: 18px;
}

.search-sidebar.search-quote select {
	width: 70%;
	border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-appearance: none;
}

.search-sidebar.search-quote .btn-danger {
	width: 30%;
	line-height: 31px;
	padding: 12px 25px;
	border-radius: 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 3px 0 0 #C45154, inset 0 2px 0 0 #FFB7B7;
}

.pre-footer-banner {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 400;
	font-size: 42px;
	line-height: 52px;
	color: #fff;
	padding: 45px 0px;
	margin-bottom: -30px;
	background: #1272C3;
}

.pre-footer-banner a {
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	color: #fff;
	text-decoration: none;
}

.pre-footer-banner p {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0px;
}

.pre-footer-banner div.divider {
	width: 30px;
	height: 30px;
	top: -25px;
	margin: 0 30px;
	display: inline-block;
}

.pre-footer-banner div.divider:before, .pre-footer-banner div.divider:after
	{
	width: 1px;
	height: 38px;
	left: 50%;
	top: -22px;
	margin: 0px;
	bottom: auto;
	margin-left: 1px;
}

.pre-footer-banner div.divider:after {
	bottom: -68px;
	top: auto;
}

.pre-footer-banner div.divider span {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #0133D4;
	display: inline-block;
	padding-top: 5px;
	background: #fff;
}

.pre-footer-banner .wrap-button {
	padding: 25px;
	margin: -25px 0;
	background: rgba(255, 255, 255, 0.28);
}

.pre-footer-banner .btn-danger-custom {
	float: left;
	padding: 14px 26px;
}

.wrap-thank-you-newsletter {
	width: 100%;
	height: 100%;
	float: left;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 10000000;
	background: rgba(0, 0, 0, 0.5);
}

.wrap-thank-you-newsletter .thank-you-newsletter {
	width: 820px;
	padding: 50px;
	display: inline-block;
	position: relative;
	top: 20%;
	margin: 0 auto;
	background-image: linear-gradient(135deg, #B861E9 0%, #22BDFC 53%, #A9FDD1 100%);
	box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.50);
}

.wrap-thank-you-newsletter .thank-you-newsletter a.close_newsletter {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
}

.wrap-thank-you-newsletter .thank-you-newsletter h2 {
	font-weight: bold;
	font-size: 42px;
	line-height: 52px;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.wrap-thank-you-newsletter .thank-you-newsletter p {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom: 60px;
}

footer {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding: 30px 0;
	background: #000;
}

footer p {
	font-size: 14px;
	line-height: 18px;
	color: #D5D5D5;
	margin: 70px 0 0;
}



footer h4 {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	margin-bottom: 10px;
}

footer ul.list-footer li {
	margin-bottom: 10px;
}

footer ul.list-footer li, footer ul.list-footer li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}

footer form.search {
	margin-top: 20px;
}

footer form.search input {
	font-size: 17px;
	font-weight: 400;
	border-color: #fff;
}

footer form.search button {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	background: #999999;
	color: #fff;
	padding: 20px;
	border: 1px solid #fff;
}

footer .social-media {
	padding: 0px;
	border: 0px;
}

footer .social-media li a {
	width: 36px;
	height: 36px;
}

footer .social-media li a i {
	font-size: 18px;
	top: 9px;
}

span.success {
	color: #fff;
	font-size: 16px;
	display: none;
}

span.error {
	color: #fff;
	font-size: 16px;
	display: none;
}


.search-result {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.search-result .fig-wrapper {
    float: left;
    width:370px;
    height:208px;
    overflow: hidden;
}
.search-result .infos {
    float: left;
    width: 395px;
    padding: 5px 0 10px 15px;
}
.search-result .infos a {
    text-decoration: none;
}
.search-result .infos a.category {
    font-size: 16px;
    color: #999;
}
.search-result .infos h3.title {
    font-size: 22px;
    color: #444;
    margin-bottom: 10px;
    line-height: normal;
}
.search-result .infos .description, 
.search-result .infos .description p {
    font-size: 15px;
    color: #333;
    line-height: normal;
}

.search-bar {
    width: 100%;
    height:70px;
    position: fixed;
    z-index: 1000;
    top:73px;
    left:0;
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #000000;
    display: none;
}
.search-bar a.close-x {
    float: right;
    font-size: 30px;
    color:#666666;
    margin: 7px 15px 0 0;
}
.search-bar form {
    width: 90%;
    float:left;
}
.search-bar form input {
    border:0;
    font-size: 36px;
    height:50px;
    box-shadow: none;
    padding:0;
    transition: none;
}
.search-bar form input:focus, 
.search-bar form input:hover {
    outline:0px !important;
    -webkit-appearance:none;
    border:none;
    box-shadow: none;
}



.article-body figcaption a,
.article-body figcaption {
    text-align: right;
    color: #999;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}
.article-body figcaption {
    margin-top: 10px;
    margin-bottom: 20px;
}
.article-body figure.image img,
.article-body figure.caption img {
    margin-bottom: 0px ;
} 

.article-view ul {
    margin-left: 40px;
}
.article-view ol li {
    list-style-type: decimal;
}
.article-view ul li {
    list-style-type: disc;
}


figure.image.align-left {
    float: left;
    margin-right: 20px;
    max-width: 400px;
}
figure.image.align-right {
    float: right;
    margin-left: 20px;
    max-width: 400px;
}
figure.image.align-right img,
figure.image.align-left img {
    margin-bottom: 0px;
}
figure.image figcaption {
    background: transparent;
    padding: 4px;
    text-align: right;
    font-size:14px;
    color: #666;
    line-height: normal;
}
figure.image figcaption a {
    font-size:14px;
    color: #666;
    font-weight: normal;
    line-height: normal;
}
figure.image.align-right figcaption {
    text-align:right;
}
figure.image.align-left figcaption {
    text-align:left;
}

.wrap-content-app { margin-top: 0px; }

#impeller-logo:hover path, #impeller-logo path {
    fill: #D5D5D5;
}

footer p.copyright-custom {
    display: inline;
}

a.impeller-logo {
    display: inline;
	float: right;
}

#impeller-logo {
    opacity: 0.7;
}

#impeller-logo:hover {
    opacity: 1;
}

@media ( min-width : 1023px) {
	.margin-top-70-md {
	   margin-top: 70px !important;
	}
}

@media ( max-width : 1023px) {
	footer p.copyright-custom {
	    display: block;
	}
	
	a.impeller-logo {
	    display: block;
	    float: none;
	}
	
	#impeller-logo:hover path, #impeller-logo path {
	    fill: #D5D5D5;
	}
}

@media ( max-width : 767px) {
    #impeller-logo:hover path, #impeller-logo path {
        fill: #999999;
    }
}