/*
 * Theme Name: Bootstack
 * Version: 2.4.2
 * Theme URI: http://kreativeye.com/demo/bootstack
 * Description: Bootstack - Responsive App Landing Page Theme
 * Author: Daniely Wright
 * Author URI: http://kreativeye.com
 *
 */

/* ---------------------------------------------------------------------
 * Base Styles
--------------------------------------------------------------------- */

@media (min-width: 1366px) {
	#navigation > .container {
		width: 1350px;
	}
}

@media screen and (min-device-width: 1360px) and (max-device-width: 1366px) {
	#navigation, #logo {
		zoom:85%;
	}
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1280px) {
	#navigation, #logo {
		zoom:80%;
	}
}

.headerwrap > .container, .featureswrap > .container{
	padding-top: 50px;
}

@media screen and (max-device-width: 1280px) {
	.headerwrap > .container {
		padding-top: 15px;
	}
}




body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

hr {
	display: block;
	width: 500px;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}


/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333;
}

/* Paragraph & Typographic */

p {
	line-height: 28px;
	margin-bottom: 25px;
}


/* Links */

a {
	color: #ff732e;
	word-wrap: break-word;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

a:hover, input:hover, input:focus,
a:focus {
	color: #05888e;
	text-decoration: none;
	outline: 0;

	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	outline: 0;
}

@media (max-width: 480px) {
	body { text-align: center; }

	hr { width: 150px; }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	body { text-align: center; }
}


/* UI Elements */

.pad-top { padding-top: 50px; }


/* Button Modifications */

.btn { border-radius: 3px; }

.btn-theme {
	background-color: #ff732e;
	color: #fff;
	border-color: #ff732e;
}

.btn-theme:hover {
	border-color: #ff732e; /* change to darker hue than bg hover color */
	background-color: transparent;
	color: #ff732e;
	box-shadow: none;
}

.btn-theme:focus { outline: 0; }

.btn-theme2 {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.btn-theme2:hover {
	border-color: #fff;
	background-color: #fff;
	color: #ff732e;
	box-shadow: none;
}

.btn-theme2:active { outline: 0; }


.btn-theme3 {
	background-color: #41b6c8;
	color: #fff;
	border-color: #41b6c8;
	box-shadow: 2px 2px 2px #3b3b3b;
}


.btn-theme3:hover {
	border-color: #41b6c8 !important; /* change to darker hue than bg hover color */
	background-color: rgba(65,182,200,0.4) !important;
	color: #41b6c8 !important;
}


/* ---------------------------------------------------------------------
 * Navigation
--------------------------------------------------------------------- */

.navbar-default {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  /* Uncomment if you want a box shadow under navbar **

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);

  */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	.navbar-default { letter-spacing: normal; }
}

@media screen and (max-width: 768px) {
	.navbar-default .navbar-right a[type="button"] {
		float: none !important;
		border: 0;
	}
}

.navbar-default .navbar-toggle { border: 0; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle > .icon-bar { background-color: #ff732e; }

.navbar-default .navbar-brand { color: #ff732e; }

.navbar-default .navbar-brand:hover { color: #bdc3c7; }

.navbar-default .navbar-nav > li > a { color: #ff732e; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #bdc3c7;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #bdc3c7;
}

.navbar-default .navbar-right a[type="button"] {
	padding: 6px 20px 6px 20px;
	color: #fff;
}

.navbar-default .navbar-right a[type="button"]:hover,
.navbar-default .navbar-right a[type="button"]:focus {
	background-color: transparent;
	color: #ff732e;
}

.navbar-nav{
padding-left:40px;
margin: 7.5px -15px;
transition: 0.4s;
}

@media (max-width: 991px) {
	.navbar-brand img {
		width: 70% !important;
	}

  .navbar-header { float: none; }

  .navbar-toggle { display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-collapse.collapse { display: none!important; }

  .navbar-collapse.collapse.in { display: block!important; }

  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  	padding-left: 0;
  }

  .navbar-nav > li { float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

	.navbar-collapse.in {
		overflow-y: inherit;
	}
}

.navbar-brand {
	height: 100%;
	/*padding-top: 0px;*/
	/*margin-top: -10px;*/
	/*padding-right: 35px;*/
	font-size: 18px;
	line-height: 20px;
	padding: 0;
}

.navbar-brand img {
	width: 80%;
	transition: 0.4s;
}

img {
	max-width: 100%;
	display: block;
}

@media (min-width: 768px) {
	.navbar-brand img {
		width: 100%;
		height: auto;
	}
}


/* ---------------------------------------------------------------------
 * Wrap Sections
--------------------------------------------------------------------- */

/* Header Wrap */



.headerwrap {
	background: url("../img/header-bg3.jpg") no-repeat center top;
	background-size: cover;
	padding-top: 80px;
	height: 780px;
}


.topspacer
{
	height: 70px;
}

.topspacer2
{
	height: 50px;
}


.headerwrap h1 {
	color: white;
	font-size: 50px;
	text-shadow: 2px 2px 2px rgba(38, 38, 38, 1);
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	padding-bottom: 30px;
}

.headerwrap h3 {
	color: #CCC;
	font-size: 20px;
	font-weight: 500;
	text-shadow: 2px 2px 2px rgba(38, 38, 38, 1);
	margin: 5px;
}

.headerwrap h4 {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fff;
}

.underline
{
	text-decoration: underline;
}

.headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

.cta {
	text-align: center;
	color: #fff;
	margin-top: 50px;
}

.arrow {
	margin-top: 20px;
	text-align: right;
}

@media (max-width: 480px) {
	.headerwrap h1 { font-size: 35px; }

	.headerwrap .col-lg-2 h5,
	.headerwrap .col-lg-2 p {
		text-align: center;
	}
}


/* Intro Wrap */

.intro {
	padding-top: 80px;
	padding-bottom: 80px;
}

.intro span {
	color: #ff732e;
	vertical-align: middle;
}

/* Intro Wrap */

.intro2 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #41b6c8;
	font-family: 'Lato', sans-serif;
	text-shadow: 1px 1px 1px rgb(140, 140, 140);
}

.intro2 span {
	color: #ff732e;
}

.intro3 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #41b6c8;
	font-family: 'Lato', sans-serif;
	text-shadow: 1px 1px 1px rgb(140, 140, 140);
}

.intro3 span {
	color: #ff732e;
	vertical-align: middle;
}

.intro2 h1, .intro3 h1,
.intro2 h2, .intro3 h2,
.intro2 h3, .intro3 h3,
.intro2 h4, .intro3 h4,
.intro2 h5, .intro3 h5,
.intro2 h6, .intro3 h6 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #FFF;
}


/* Register Wrap */

.register {
	padding-top: 55px;
	padding-bottom: 50px;
	background-color: #F5F5F5;
}

.register span {
	color: #ff732e;
	vertical-align: middle;
}

/* Features Wrap */

.featureswrap {
	background-color: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

.featureswrap .col-lg-6 img {
	display: table;
	margin: 0 auto;
}

.featureswrap .ac a { font-size: 20px; }

.featureswrap .col-lg-6 h4,
.featureswrap .col-lg-6 licon {
	font-size: 20px;
	color: #ff732e;
}

@media (max-width: 480px) {
	.featureswrap .col-lg-4 { padding-top: 0; }
}

/* Divider 1 & 2 Wrap */

@media (min-width: 768px) {
	.divider01 h3, .divider01 h2 {
		font-size: 34px;
	}
}

.divider01 {
	background: url("../img/divider-1.jpg") no-repeat center center;
	background-size: cover;
	max-height: 350px;
	padding: 40px;
}

.divider01 h2 {
	color: #ffffff;
}

.divider01 h3 {
	color: #ffffff;
}

.divider01 h4 {
	padding-top: 15px;
	color: #fff;
}

.divider01 {
	background-color: #ff732e;
	padding-top: 55px;
	padding-bottom: 55px;
	color: #fff;
}

.divider02 {
	background-color: #ff732e;
	padding-top: 55px;
	padding-bottom: 55px;
	color: #fff;
}

.divider02sm {
	background-color: #ff732e;
	height: 100px;
	padding-top: 25px;
}

.divider02 h3, .divider02sm h3, .divider03 h3 {
	color: #fff;
}

.divider02 h3, .divider02sm h3, .divider03 h3,
.divider02 button, .divider02sm button, .divider03 button {
	display: inline;
	vertical-align: middle;
}

.divider03 {
	background-color: #ff732e;
	padding-top: 55px;
	padding-bottom: 55px;
	color: #FFFFFF;
}

.reseller-divider {
	background-color: #5cb85c;
	padding-top: 45px;
	padding-bottom: 25px;
	color: #FFFFFF;
}

.fa-gradient {
	background: rgb(245,76,0);
	background: linear-gradient(145deg, rgba(65,182,200,1) 28%, rgba(7,72,135,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


@media (max-width: 480px) {
	.divider01, .divider02, .divider03 { min-height: 270px; }

	.divider01 .carousel-inner { padding: 0; }

	.divider02, .divider02sm, .divider3 {
		padding-bottom: 80px;
		min-height: 200px;
	}

	.divider02 h3, .divider02sm h3, .divider03 h3,
	.divider02 button, .divider02sm button, .divider03 button {
		display: block;
		margin: 0 auto;
		padding: 0;
	}

	.divider02 a[type="button"], .divider02sm a[type="button"], .divider03 a[type="button"], { margin-top: 15px; }
}


/* Pricing Wrap */

.pricingwrap {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 120px;
}

.pricingwrap small { padding-left: 10px; }

/* Pricing Tables */

.panel { text-align: center; }

.panel-standard { border-color: #ff732e; }

.panel-standard > .panel-heading {
	background-color: #ff732e;
	color: #fff;
}

.panel-plus { border-color: #41b6c8; }

.panel-plus > .panel-heading {
	background-color: #41b6c8;
	color: #fff;
}

.panel-rnd { border-color: #074887; }

.panel-rnd > .panel-heading {
	background-color: #074887;
	color: #fff;
}

.panel-plus { border-color: #41b6c8; }

.panel-plus > .panel-heading {
	background-color: #41b6c8;
	color: #fff;
}

.panel-custom-blue {
	border-width: 2px;
	border-color: #074887;
	box-shadow: 10px 10px 5px #888888;
}

.panel-custom-blue > .panel-heading {
	background-color: #074887;
	color: #fff;
}

.panel-heading > .panel-title {
	font-weight: 900;
	text-transform: uppercase;
}

.panel-body {
	padding: 0px;
	text-align: center;
}

.the-price {
	background-color: rgba(220,220,220,0.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #dcdcdc;
	padding: 20px;
	margin: 0;
}

.the-price h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.subscript {
	font-size: 25px;
	font-weight: 400;
}

.subscript2 {
	font-size: 12px;
	font-weight: 400;
}

.price2 {
	font-size: 18px;
	font-weight: 400;
}

.exampleusers {
	font-size: 18px;
	font-weight: bold;
}

.calcprice {
	font-size: 14px;
}

/* Footer Wrap */

.footerwrap {
	background-color: #333;
	color: #777;
	padding-top: 80px;
	padding-bottom: 100px;
}

.footerwrap h3 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px solid #bdc3c7;
}

.footerwrap p {
	color: #fff;
	font-size: 14px;
}

.footerwrap #social {
	margin: 20px auto 0px auto;
	display: inline-block;
}

.footerwrap input:focus { outline: 0; }

@media (max-width: 480px) {
	.footerwrap button { margin-top: 15px; }
}

/* Copyright Wrap */

.copywrap {
	background: #222;
	padding-top: 20px;
	font-size: 14px;
	color: #bdc3c7;
}

.copywrap a { margin: 0 5px; }


/* Sign In & Sign Up Modal */

.modal-content { border-radius: 3px; }

.modal .nav-tabs {
	padding-left: 5px;
	padding-right: 5px;
}


/* Scroll to top */

#back-top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border-radius: 3px;
}

#back-top .glyphicon-chevron-up {
	font-size: 18px;
	padding: 10px 12px 12px 12px;
	display: block;
	color: #ff732e;
}

.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
}

.modal.modal-wide .modal-dialog {
	width: 75%;
}

/* ---------------------------------------------------------------------
 * IE 10 in Windows 8 and Windows Phone 8 fix
--------------------------------------------------------------------- */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #E2E2E2;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.progress { background-color: #E2E2E2;}
/*END Form Wizard*/


#slidermobile {
	overflow: hidden;
	height: 348px;
}

#slidermobile ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slidermobile ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 211px;
	height: 348px;
	background: #ccc;
	text-align: center;
	line-height: 300px;
}

.funkyradio div {
	clear: both;
	overflow: hidden;
}

.funkyradio label {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #D1D3D4;
	font-weight: bold;
	font-size: 1.2em;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
	display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
	position: relative;
	line-height: 2em;
	text-indent: 3.25em;
	margin-top: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
	color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
	content: '\2714';
	text-indent: 0;
	color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
	color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
	content: '\2714';
	text-indent: 0;
	color: #333;
	background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
	color: #333;
	background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #337ab7;
}


/* scroll fixes */
.modal-open .modal .modal-vcenter {
	padding-left: 0px !important;
	padding-right: 0px !important;
	overflow-y: scroll;
}

.modal-backdrop.in {
	opacity: 0.75;
}

.video-zoom {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.transition {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.articleDetailWrap
{
	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

.articleDetailWrap h1
 {
	 font-family: 'Montserrat', sans-serif;
	 font-size: 28px;
	 text-align: left;
	 font-weight: bold;
 }

.articleDetailWrap h2
{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
}

.articleDetailWrap p
{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	margin: 1.12em 0;
	font-size: 16px;
}

.articleDetailWrap a
{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	margin: 1.12em 0;
	color: #41b6c8;
	text-decoration: underline;
}


a.btn-theme3
{
	color: #fff;
	text-decoration: none;
}

.clients {
	padding-top: 80px;
	padding-bottom: 40px;
}

@media screen and (max-height: 575px){
	#rc-imageselect, .g-recaptcha {
		transform:scale(0.85);
		-webkit-transform:scale(0.85);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		padding-left: 1em;
	}
}


#testimonials .media {
	overflow:visible;
	margin-bottom: 1em;
}

@media (min-width: 768px) and (max-width: 1199px) {
	#testimonials .media a.client-logo {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 8888px) {
	#testimonials .media a.client-logo {
		float: left !important;
		padding-right: 10px;
	}
}


#testimonials .media a.client-logo img {
	max-width: 207px;
}

#testimonials a.client-logo {
	text-decoration: none;
	transition: none;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	display: inline-block;
}

#testimonials .media .media-body {
	background-color: rgba(65,182,200,0.8);
	padding: 15px 20px;
	border-radius: 3px;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

#testimonials .media .media-body h4 {
	margin: 0;
	font-weight: bold;
	font-size: 22px;
}

#testimonials .media .media-body span {
	margin: 5px 0 15px;
	display: block;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #333;
}

#testimonials .media .media-body p {
	margin: 0;
	padding: 5px 0 0;
	border-top: 1px dashed rgba(0, 0, 0, 0.2);
	text-align: left;
	line-height: 25px;
	font-size: 15px;
}

.content-first {
	padding: 5px 0;
	color: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
}

.post .article-v2 {
	padding: 0 15px;
	margin-bottom: 2em;
}

.post .article-v2 .entry-title {
	font-size: 16px;
	color: #666666;
	font-weight: 600;
}

.post .article-v2 .article-header {
	margin-bottom: 15px;
}

.post .article-v2 .article-content-main {
	-webkit-box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.15);
	padding: 30px;
	position: relative;
	background: #fff;
	margin-top: -75px;
}

@media only screen and (max-width: 1024px) {
	.post .article-v2 .article-content-main {
		padding: 15px;
		margin-bottom: 30px;
	}
}

.post .article-v2 .article-content p:last-of-type {
	margin-bottom: 0;
}

.post .article-v2 .article-thumb {
	position: relative;
	left: 25px;
	margin-bottom: 0;
}

.post .article-v2 .article-footer {
	border-top: 1px solid #ebebeb;
	padding-top: 15px;
	margin-top: 20px;
}

.post .article-v2 .article-footer .more-link {
	color: #ffa800;
}

.post .article-v2 .article-footer .footer-meta a {
	color: #aaa;
	font-size: 15px;
	margin-right: 5px;
}

.post .article-v2 .article-footer .footer-meta a i {
	font-size: 16px;
	margin-left: 2px;
}
