body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1c424d;
}
@font-face {
	font-family: 'BornAddict';
	src: url('../fonts/fonts/BornAddict.ttf');
	src: url('../fonts/fonts/BornAddict.ttf?#iefix') format('embedded-opentype'), url('../fonts/fonts/BornAddict.ttf') format('woff'), url('../fonts/fonts/BornAddict.ttf') format('truetype'), url('../fonts/fonts/BornAddict.ttf#Awesome Free Font') format('ttf');
}
@font-face {
	font-family: 'Quenda';
	src: url('../fonts/fonts/Quenda-Medium.otf');
	src: url('../fonts/fonts/Quenda-Medium.otf?#iefix') format('embedded-opentype'), url('../fonts/fonts/Quenda-Medium.otf') format('woff'), url('../fonts/fonts/Quenda-Medium.otf') format('truetype'), url('../fonts/fonts/Quenda-Medium.otf#Awesome Free Font') format('otf');
}

h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
	font-family:'Quenda';
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
a {
	color: #5b777f;
	transition: all 0.5s;
}
a, input, button {
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
	margin:0;
	padding:0;
}
.clr {clear:both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #626a29;
	border: 0;
	margin-bottom: 30px;
}
/* Header */
#header {
	background:#131a40;
	min-height:110px;
	padding:30px 0;
}
#header .logo {
	margin:0;
	display:block;
}
#header .img-s-logo {display:none;}

#header .header-right {
	text-align:right;
}

#header .header-right p {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	margin-right:20px;
}
#header .header-right p i {
}
#header .social {
	display:inline-block;
}
#header .social a {
	color: #FFF;
	margin: 0 0 0 3px;
	border-radius: 3px;
	text-align: center;
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 30px;
}
#header .social a.fb {
	background:#3b5998;
}
#header .social a.tw {
	background:#2ba8e0;
}
#header .social a.rs {
	background:#ff9900;
}
#header .social:hover a {opacity:0.8;}
#header .social a:hover {opacity:1;}

@media screen and (max-width: 767px) {
	#header .img-logo {display:none;}
	#header .img-s-logo {display:block;}
	#header .header-right {text-align:center;}
	#header .header-right .mob-none {display:none;}
}


/* navbar */

#navbar {
	min-height:95px;
	background:#142559;
}
#navbar .links {}
#navbar .navbar-default {
	background:transparent !important;
	border:0px none;
	margin-bottom:0px;
	-webkit-box-shadow:inset 0 0px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075);
	-moz-box-shadow:inset 0 0px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075);
	-ms-box-shadow:inset 0 0px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075);
	-o-box-shadow:inset 0 0px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075);
	box-shadow:inset 0 0px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075);
}
#navbar .navbar-nav > li > a {text-shadow:none;}
#navbar .navbar-header {float:right;}
#navbar .navbar-toggle {float:left;}
#navbar .links ul {
	padding:0;
	margin:0;
}
#navbar .links ul li {
	margin: 32px 10px;	
}
#navbar .links ul li a {
	display: block;
	padding: 5px 15px;
	border-radius: 15px;
	color:#FFF;	
}
#navbar .links ul li a:hover {
	background: #bf7463;
	color:#FFF;
}
#navbar .search {
	margin-top:25px;
	display:inline-block;
	margin-bottom:20px;
}
#navbar .search #search {
	width:155px;
	padding: 10px 10px;
	border-radius: 5px;
	border: 0px none;
}
#navbar .lang {
	background:#bf7463;
	color:#FFF;
	padding:10px;
	display:inline-block;
	margin-bottom:20px;
	margin-left:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 0px 0px 7px #bc5147;
	-moz-box-shadow:inset 0px 0px 7px #bc5147;
	-ms-box-shadow:inset 0px 0px 7px #bc5147;
	-o-box-shadow:inset 0px 0px 7px #bc5147;
	box-shadow:inset 0px 0px 7px #bc5147;
}
#navbar p {
	color:#FFF;
}
#navbar .links .social {
	margin:5px 0px 10px 0px;
}
#navbar .links .social a {
	color: #FFF;
	margin: 0 0 0 3px;
	border-radius: 3px;
	text-align: center;
	height: 30px;
	width: 30px;
	display: inline-block;
	padding:0;
	line-height: 30px;
}
#navbar .links .social a.fb {
	background:#3b5998;
}
#navbar .links .social a.tw {
	background:#2ba8e0;
}
#navbar .links .social a.rs {
	background:#ff9900;
}
#navbar .links .social:hover a {opacity:0.8;}
#navbar .links .social a:hover {opacity:1;}

#navbar .navbar-default .navbar-toggle {border:0px none;}
#navbar .navbar-toggle {
	margin-top:25px;
}
#navbar .navbar-toggle .icon-bar {
	background:#FFF;
	width: 32px;
	height: 4px;
}
#navbar .mob-only {display:none;}
@media screen and (max-width: 767px) {
	#navbar .navbar-header {float:none;}
	#navbar .navbar-right {float:right;}
	#navbar .navbar-right .mob-none {display:none;}
	#navbar .mob-only {display:block;}
}

/* Slider */
        /* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 02 css */
        /*
        .jssora02l                  (normal)
        .jssora02r                  (normal)
        .jssora02l:hover            (normal mouseover)
        .jssora02r:hover            (normal mouseover)
        .jssora02l.jssora02ldn      (mousedown)
        .jssora02r.jssora02rdn      (mousedown)
        */
        .jssora02l, .jssora02r {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 45px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	font-size: 40px;
	cursor: pointer;
	text-align:center;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
        }
        .jssora02l { background-position: -3px -33px; }
        .jssora02r { background-position: -63px -33px; }
        .jssora02l:hover { background-position: -123px -33px; }
        .jssora02r:hover { background-position: -183px -33px; }
        .jssora02l.jssora02ldn { background-position: -3px -33px; }
        .jssora02r.jssora02rdn { background-position: -63px -33px; }

#jssor_1 h2 {line-height:60px; font-family: 'BornAddict';}


/* Services */

#Services {
	background:#daeff4;
	padding:50px 0;
}
#Services h2 {margin-bottom:20px;}
#Services div > img {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
#Services .container div:hover > img {
	-webkit-transform:rotate(720deg);
	-moz-transform:rotate(720deg);
	-ms-transform:rotate(720deg);
	-o-transform:rotate(720deg);
	transform:rotate(720deg);
}
#Services div > img {}
#Services div > h3 a {color: #1c424d;}
#Services div > p {}
#Services .bottom {margin:20px 0 10px 0;}

/* About */
#About {
	background:#bf7463;
	padding:50px 0;
	position:relative;
	overflow:hidden;
}
#About .Bg-About {
	background:#131a40;
	-webkit-transform:rotate(38deg);
	-moz-transform:rotate(38deg);
	-o-transform:rotate(38deg);
	transform:rotate(38deg);
	height: 210%;
	width: 36%;
	position: absolute;
	right: -40px;
	top: -135px;
}
#About .col-md-6 > .img-responsive {
border: 2px solid #131a40;
border-radius: 5px;
}
#About h2 {
	color:#FFF;
	margin-bottom:20px;
}
#About p {
	color:#FFF;
}

#our-products {
	position:relative;
}
#our-products .item-golden {
padding: 10px;
background: #FFF;
border-radius: 5px;
}
#our-products .item .golden-img {
	overflow:hidden;
}

#our-products .item-golden p {
	color: #191919;
	font-size: 14px;
	font-weight: 700;
}
#About #our-products .owl-controls {
	margin-top: 0px;
	position: absolute;
	top: -55px;
	right: 0;
	font-family:'FontAwesome';
}
#About #our-products .owl-controls .owl-buttons .owl-prev {
	background: #bf7463;
	height: 30px;
	width: 30px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	float: right;
	margin-left:10px;
	padding:0;
}
#About #our-products .owl-controls .owl-buttons .owl-prev:before {content: "\f054";}
#About #our-products .owl-controls .owl-buttons .owl-next {
	background: #bf7463;
	height: 30px;
	width: 30px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	float: right;
	padding:0;
}
#About #our-products .owl-controls .owl-buttons .owl-next:before {content: "\f053";}
#About #our-products .owl-controls {
}
@media screen and (max-width: 767px) {
	#About .col-md-6 {
		border-bottom:2px solid #999;
		margin-bottom:20px;
	}
	#About .col-md-6 + .col-md-6 {
		border-bottom:0px none;
		margin-bottom:0px;
	}
}

/* News */
#News {
	background:#faf4f3;
	padding:50px 0;
	border-bottom:1px solid #d9d9d9;
}

#Our-News {
	position:relative;
	margin-top:30px;
}
#Our-News .item-golden {
}
#Our-News .item-golden .golden-img {
	max-width:257px;
	margin-bottom:10px;
	overflow:hidden;
}
#Our-News .item-golden .golden-inner {
	text-align:left;
}
#Our-News .item-golden h2 {
	font-size:20px;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
#Our-News .item-golden p {
}
#Our-News .item-golden .golden-inner a {
	color:#0063db;
	border-bottom:0px none;
}
#News #Our-News .owl-controls {
	font-family:'FontAwesome';
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	width: 100%;
}
#News #Our-News .owl-controls .owl-buttons .owl-prev, #News #Our-News .owl-controls .owl-buttons .owl-next {
	background: #fae1dd;
	height: 50px;
	width: 50px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	padding:0;
	position:absolute;
	opacity:0;
}
#News #Our-News:hover .owl-controls .owl-buttons .owl-prev, #News #Our-News:hover .owl-controls .owl-buttons .owl-next {
	opacity:1;
}
#News #Our-News .owl-controls .owl-buttons .owl-prev {
	right:-70px;
}
#News #Our-News .owl-controls .owl-buttons .owl-prev:before {content: "\f054";}
#News #Our-News .owl-controls .owl-buttons .owl-next {
	left: -70px;
}
#News #Our-News .owl-controls .owl-buttons .owl-next:before {content: "\f053";}


/* Clients */
#Clients {
	background:#daeff4;
	padding:50px 0;
	border-top:1px solid #faf4f3;
}
#Clients h2 {
	text-align:center;
}

#our-clients {
	position:relative;
	margin-top:30px;
}
#our-clients .item-golden {
}
#our-clients .item-golden .golden-img {
	max-width:111px;
}
#Clients #our-clients .owl-controls {
	font-family:'FontAwesome';
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	width: 100%;
	margin:0;
}
#Clients #our-clients .owl-controls .owl-buttons .owl-prev, #Clients #our-clients .owl-controls .owl-buttons .owl-next {
	background: #131a40;
	height: 30px;
	width: 30px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	padding:0;
	position:absolute;
	font-size:12px;
}
#Clients #our-clients .owl-controls .owl-buttons .owl-prev {
	right:-40px;
}
#Clients #our-clients .owl-controls .owl-buttons .owl-prev:before {content: "\f054";}
#Clients #our-clients .owl-controls .owl-buttons .owl-next {
	left: -40px;
}
#Clients #our-clients .owl-controls .owl-buttons .owl-next:before {content: "\f053";}
@media screen and (max-width: 860px) {
.owl-controls .owl-buttons {display:none;}
}


/* Footer */
#Footer {
	background:#231f20;
	padding:50px 0;
}
#Footer h2 {
	color:#FFF;
}
#Footer .sline {
	background:#f44336;
	height:2px;
	width:50px;
	margin:15px 0;
}
#Footer p {
	color:#FFF;
}
#Footer .links {}
#Footer .links ul {
	padding:0;
	margin:0;
}
#Footer .links ul li {
	margin:10px 0;
}
#Footer .links a {
	color:#FFF;
}
#Footer .links a:hover {
	color:#ad852e;
	text-indent:10px;
}
#Footer-bottom {
	background:#171515;
	padding:20px 0;
}
#Footer-bottom p {
	color:#626262;
	margin:0px;
}
#Footer-bottom p.lifecontac {
	text-align:right;
}
@media screen and (max-width: 880px) {
#Footer-bottom p {text-align:center !important;}
}

#Footer-bottom a {
	color:#FFF;
}
.grid {
	position: relative;
    margin-bottom: 10px;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
    min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
	background: #65b938;
    max-height: 360px;
}
figure.effect-goliath h2{
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJoiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, rgba(25,35,45,0) 0%, rgba(25,35,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,35,45,0)), color-stop(100%,rgba(25,35,45,1)));
    background: -webkit-linear-gradient(top, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);
    background: -o-linear-gradient(top, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);
    background: -ms-linear-gradient(top, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);
    background: linear-gradient(to bottom, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);
}
figure.effect-goliath h2{
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-shadow: 0px 1px 1px #000;
}
figure.effect-goliath h2 span.price{
    display: inline-block;
    background: #65b938;
    padding: 7px 12px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: none;
}
figure.effect-goliath h2 span.meta{
    text-shadow: none;
    font-weight: 200;
    font-size: 20px;
}
figure.effect-goliath p span{
    display: block;
    float: left;
    width: 25%;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: center;
}
figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    height: 274px;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
	padding: 30px;
}
figure.effect-goliath p {
    padding-bottom: 23px;
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby img {
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
    -webkit-filter: grayscale(75%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/s.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: grayscale(75%);
}
figure.effect-ruby:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
    -webkit-filter: grayscale(0%);
    filter: none;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/s33 0.3333 1 1 0.3333 0.3333 0.3333 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: grayscale(0%);
}
figure.effect-ruby h2 {
    text-align: center;
	position: absolute;
    bottom: 50px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.fg-lg h2{
    top: 100px;
    bottom: auto;
}

/* Contact */
#contact {
	background: #daeff4;
	padding: 50px 0;
	border-bottom: 1px solid #d9d9d9;
}
#contact .panel-green {
    border-color: #2ecc71;
	border-radius:0px;
}
#contact .panel-green > .panel-heading {
    background: #2ecc71;
}
#contact .panel-heading {
    color: #fff;
    padding: 5px 15px;
	border-radius:0px;
}
#contact .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #FFF;
}
#contact .btn-u.btn-u-green {
    background: #2ecc71;
}
#contact .btn-u {
border: 0;
color: #fff;
font-size: 14px;
cursor: pointer;
font-weight: 400;
padding: 6px 13px;
position: relative;
background: #72c02c;
white-space: nowrap;
display: inline-block;
text-decoration: none;
}
#contact .btn-u.btn-u-green:hover, #contact .btn-u.btn-u-green:focus, #contact .btn-u.btn-u-green:active, #contact .btn-u.btn-u-green.active, #contact .open .dropdown-toggle.btn-u.btn-u-green {
    background: #27ae60;
}
#contact label {
    color: #999;
}

#Contact-Info {
	background:#bf7463;
	padding:50px 0;
}
#Contact-Info h2 {
	color:#FFF;
	margin-bottom:50px;
}
#Contact-Info h4 {
	color:#FFF;
}
.inner-intro{
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    margin: 45px 0;
    color: #171b16;
}
.inner-intro h1{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.inner-intro p{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.into-img{
    margin-bottom: 35px;
}
.into-img img{
    width: 100%;
    height: 494px;
}	
.into-img .caption{
    position: absolute;
    background: rgba(23,27,22,0.6);
    top: 100px;
    padding: 35px;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}	
.into-img .caption h3{
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 12px;
}
.into-img .caption h1{
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 12px;
    line-height: 70px;
}
.into-img .caption p{
    font-weight: 400;
    font-size: 25px;
    font-style: italic;
}	
.into-img .caption p a{
    color: #fff;
}
.this-text{
    border-right: 1px solid #c9c9c9;
    margin-bottom: 50px;
}
.this-text h3{
    color: #231f20;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
}
.this-text p{
    color: #817a7c;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}
.this-text a.readmore{
    color: #65b938;
    font-size: 16px;
    font-style: italic;
}
.this-info{
    text-align: center;
    color: #142559;
    text-transform: uppercase;
    font-size: 16px;
}
.this-info p{
    margin-bottom: 10px;
}
.this-info button{
    color: #fff;
    padding: 15px 60px;
    border: none;
    background: #bf7463;
    border-radius: 20px;
    text-transform: uppercase;
    outline: none;
    margin-top: 25px;  
}
.this-info button:hover{
    background: #af6453;
}	
.post{
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #171b16;
    text-align: center;
}
.post h2{
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-weight: 700;
}
.post h2 a{
    color: #171b16;
}
.post p{
    font-size: 15px;
    line-height: 20px;
}
.post img:hover{
    opacity: 0.8;
}