/*

Contents

- Base
- Header
- General
- Primary Content
- Parallax
- Audio, Video, Media
- Typography
- Buttons
- Forms
- Blog
- Accordion Meta Box
- Brands Meta Box
- Call To Action Meta Box
- Conversion Form Meta Box
- FAQ Meta Box
- Features Meta Box
- Map Meta Box
- Pricing Plans Meta Box
- Service Blocks Meta Box
- Service Blocks Split Meta Box
- Showcase Meta Box
- Slider Meta Box
- Team Meta Box
- Testimonials Meta Box
- Thumbnail Slider Meta Box
- Tour Meta Box
- Widgets
- Sidebar
- Footer
- Shortcodes
- ScrollUp
- Headhesive (sticky header)
- Misc

*/


/* ==========================================================================
   Base
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic|Raleway:400,600,700);

.glyphicons, .halflings, .filetype, .social {
	position:relative;
	top:1px;
	display:inline-block;
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-weight:normal;
	line-height:1;
}
.glyphicons {font-family:'Glyphicons Regular'}
.halflings {font-family:'Glyphicons Halflings Regular'}
.filetype {font-family:'Glyphicons Filetypes Regular'}
.social {font-family:'Glyphicons Social Regular'}

body {
	/*background:#666;*/
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#5c5c5c;
}

#boxed {margin:0 auto}

/* Responsive Images */

img {
	max-width:100%;
	height:auto !important;
}


/* =============================================================================
   Header
   ========================================================================== */

.banner {
	-webkit-box-shadow: 0 0px 1px rgba(43, 48, 51, 0.08);
	-moz-box-shadow: 0 0px 1px rgba(43, 48, 51, 0.08);
	box-shadow: 0 0px 1px rgba(43, 48, 51, 0.08);
	z-index:20;
}

.navbar {
	background-color:#fff;
	margin-bottom:0;
}

#logo {
	float:left;
	display:block;
	margin:20px 0;
}
#logo .logo-trans {display:none}

.navbar .navbar-nav {
	float:right;
	text-align:right;
	margin:12px 0 0 0;
}

.navbar .navbar-nav > li > a {
	position:relative;
	color:#828282;
	font-weight:600;
	padding-top:15px;
	padding-bottom:15px;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
}

.navbar .navbar-nav > li > a:after {
	position:absolute;
	bottom:7px;
	left:50%;
	content:'';
	width:10px;
	height:0px;
	margin-left:-5px;
	background-color:#fff;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
}

.navbar .navbar-nav > li > a:hover {color:#828282}

.navbar .navbar-nav > li > a:hover:after,
.navbar .navbar-nav > li.active > a:after,
.navbar .navbar-nav > li.active > a:hover:after,
.navbar .navbar-nav > li.active > a:focus:after {
	display: none;
}


.navbar-nav > li + li {margin-left:2px}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:focus {
	color:#828282;
	background-color:transparent;
}
.navbar .navbar-nav .dropdown-menu {border-radius:0 !important;box-shadow: none;background: transparent;padding: 0!important;}

.navbar .navbar-nav .dropdown-menu li a {position:relative}

.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu li.active a:hover {
	color:#2b8dd6;
	background-color:transparent;
}

.navbar-collapse {max-height:none}
.navbar-collapse ul {margin-bottom:10px}


/* Transparent Header */

.banner[data-transparent-header="true"] {
	width:100%;
	top:0;
	left:0;
	position:absolute;
	overflow:visible !important;
	z-index:9998;
	background-color:transparent;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	border-bottom:1px solid rgba(255,255,255,0.25) !important;
}

.boxed-mode .banner[data-transparent-header="true"] {
	left:0; right:0; margin:0 auto;
}

.banner[data-transparent-header="true"] #logo .logo-trans {display:inline}
.banner[data-transparent-header="true"] #logo .logo-main {display:none}

.banner[data-transparent-header="true"] .navbar-nav > li > a,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a {color:#fff}
.banner[data-transparent-header="true"] .navbar-nav > li > a:hover,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a:hover {color:#fff}

.banner[data-transparent-header="true"] .navbar-nav > li > a:hover:after,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a:after,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a:hover:after,
.banner[data-transparent-header="true"] .navbar-nav > li.active > a:focus:after {background-color:#fff}


/* ==========================================================================
   General
   ========================================================================== */

.subheader, .prefooter {
	background:#f6f6f6;
	height:60px;
	display:none;
}
.subheader {border-bottom:1px solid #e6e6e6}
.prefooter {border-top:1px solid #e6e6e6}

.inner-container {
}

.page-title {margin:0 15px}

body.blog .page-title, body.single .page-title,
body.search .page-title, body.archive .page-title,
body.error404 .page-title {border-bottom:2px solid #e6e6e6}

.page-title.centered {padding:60px 15%}
.page-title.left {padding:60px 30% 60px 0}
.page-title.right {
	padding:60px 0 60px 30%;
	text-align:right;
}

.page-title h1 {
	margin:0;
	color:#2b8dd6;
}

.page-title h4 {
	font-size:18px;
	font-weight:400;
	line-height:150%;
	margin:0;
	padding:10px 0 0;
}

.light-text .page-title h1 {color:#fff}

.full-header-img {
	background:#f2f3f7;
	background-size:contain;
	background-attachment:fixed;
}
.preloader .page-title {border-bottom:0}

.page-title .btn {margin:30px 0 0}

.page-title .btn-standard,
.page-title .btn-ghost {font-size:18px}

.light-text, .light-text h1, .light-text h2,
.light-text h3, .light-text h4, .light-text h5,
.light-text h6, .light-text p, .light-text ul,
.light-text ul li, .light-text ol, .light-text ol li,
.light-text dl, .light-text dl dt, .light-text i,
.light-text i.accent {color:#fff}

.light-text a {color:rgba(255, 255, 255, 0.85)}
.light-text a:hover {color:#fff}

.light-text .btn-ghost {
	border-color:#fff;
	color:#fff;
}
.light-text .btn-ghost:hover {
	color:#2b8dd6;
	border-color:#fff;
	background-color:#fff;
}
.light-text .btn-cta,
.light-text .btn-standard {color:#fff}

.light-text .circle-med-icon i {
	background-color:rgba(255, 255, 255, 0.5);
	color:rgba(0, 0, 0, 0.6);
}
.light-text .circle-med-icon i:hover {
	background-color:#fff;
	color:rgba(0, 0, 0, 0.7);
}

.light-text .team-member-social a .soc-icon {
	color:#fff;
	opacity:0.6;
}
.light-text .team-member-social a .soc-icon:hover {
	color:#fff;
	opacity:0.9;
}

.centered {text-align:center}

.no-border {border:0 !important}

.extra-padding {
	padding-top:40px;
	padding-bottom:40px;
}

.xs-icon {font-size:18px}

.sm-icon {font-size:24px}

.med-icon {font-size:32px}

.circle {
	-webkit-border-radius: 50em !important;
	-moz-border-radius: 50em !important;
	border-radius: 50em !important;
}

.accent {color:#2b8dd6}

.invert {
	background-color:#bfbfbf;
	color:#fff;
}

.circle-med-icon span,
.circle-med-icon i,
.circle-lrg-icon span,
.circle-lrg-icon i {
	-webkit-border-radius: 50em !important;
	-moz-border-radius: 50em !important;
	border-radius: 50em !important;
	line-height:100%;
	text-align:center;
	display: inline-block;
	vertical-align:top !important;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.circle-med-icon span,
.circle-med-icon i {
	background-color:#2b8dd6;
	color:#fff;
	font-size:22px;
	padding:22px;
}

.circle-lrg-icon span,
.circle-lrg-icon i {
	color:#fff;
	font-size:52px;
	padding:48px;
	background-color:#2b8dd6;
	border:4px solid #2b8dd6;
}
.circle-lrg-icon span:hover,
.circle-lrg-icon i:hover {
	background-color:transparent;
	color:#2b8dd6;
	border:4px solid #2b8dd6;
}

.light-text .circle-lrg-icon span:hover,
.light-text .circle-lrg-icon i:hover {
	color:#fff;
	border-color:#fff;
}


/* Flexible iFrame */

.flexible-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* Page Comments */

body.page .comment-respond {margin-bottom:50px}


/* Misc */

.float-left {float:left}
.float-right {float:right}


/* ==========================================================================
   Primary Content
   ========================================================================== */

.section-header {margin-bottom:30px}
.section-header.left {text-align:left}
.section-header.centered {text-align:center}
.section-header.right {text-align:right}

.section-header h2 {margin:0 0 10px}

.content-editor, .error-404 {
	padding-top:40px;
	padding-bottom:40px;
}

.meta-border {
	margin:0 auto;
	border-bottom:2px solid #e6e6e6;
}

.standard-blog .page {padding-top:45px}
.standard-blog .page:first-child {padding-top:0}
.standard-blog .page .post-title {margin-top:0}


/* ==========================================================================
   Parallax
   ========================================================================== */

.loading {background: url('../images/ico_loading.gif') no-repeat center center}
.loaded {
	opacity:1;
	-webkit-transition:opacity 0.3s ease-out;
	-moz-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}
#preload {
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.parallax-bg {
	background-position:50% 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	height:100%;
	width:100%;
}
section.parallax-bg {opacity:0}
.loaded section.parallax-bg {opacity:1}


/* ==========================================================================
   Audio, Video, Media
   ========================================================================== */

.video-container, .wp-hosted-video {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.video-container {padding-top:30px}

.video-container iframe,
.video-container object,
.video-container embed,
.wp-hosted-video iframe,
.wp-hosted-video object,
.wp-hosted-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

audio,
canvas,
video {display:inline-block}

audio:not([controls]) {
	display:none;
	height:0;
}

embed,
iframe,
object,
video {max-width:100%}

.wp-video-shortcode .mejs-controls,
.wp-audio-shortcode .mejs-controls {background:#1d1d1d !important}


/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:600;
	color:#515151;
	-webkit-font-smoothing:antialiased;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:none}

h1 {
	font-size:36px;
	line-height:40px;
}

h2 {
	font-size:28px;
	margin-bottom:15px;
}

h3 {font-size:22px}

h4 {font-size:20px}

h5 {font-size:18px}

h6 {font-size:15px}

p {
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	color:#5c5c5c;
	-webkit-font-smoothing:antialiased;
}

a {
	color:#2b8dd6;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
a:hover {color:#5c5c5c}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
	padding:10px 45px;
	border-radius:3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.btn-standard {
	color:#fff;
	background-color:#2b8dd6;
	border-color:#2b8dd6;
}
.btn-standard:hover {
	color:#fff;
	opacity:0.85;
}

.btn-ghost {
	color:#2b8dd6;
	background-color:transparent;
	border-color:#2b8dd6;
}
.btn-ghost:hover {
	color:#fff;
	background-color:#2b8dd6;
	border-color:#2b8dd6;
}

.btn-cta {
	display:inline-block;
	background-color:#00d148;
	padding:14px 60px;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	white-space:nowrap;
	border:0;
	border-bottom:3px solid rgba(0, 0, 0, 0.15);
	border-radius:3px;
}
.btn-cta:hover {
	text-decoration:none;
	color:#fff;
	opacity:0.85;
}

.btn:active,
.btn.active {
	background-image:none;
	outline:0;
	box-shadow:0 0 0;
}

.content-editor .btn, .service-split .btn {margin-bottom:25px}


/* Bootstrap Buttons */

.btn-lg, .btn-large,
.btn-group-lg > .btn,
.btn-group-large > .btn {font-size:18px}

.btn-sm,
.btn-group-sm > .btn {
	padding:8px 20px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding:3px 8px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}

.btn.dropdown-toggle, .btn-group .btn,
#main-flex-slider .btn.dropdown-toggle,
#main-flex-slider .dropdown-menu li a {margin-bottom:0}

.btn-group .dropdown-menu li a {text-align:left}

.light-text .btn-default,
.light-text .btn-default i,
.light-text .btn-default:hover,
.light-text .btn-default i:hover {color:#333}


/* ==========================================================================
   Forms
   ========================================================================== */

/* General */

form input, .frm_forms form label, .with_frm_style label.frm_primary_label,
.with_frm_style.frm_login_form label, .frm_forms form input,
.frm_forms form textarea, .with_frm_style input[type=text],
.with_frm_style input[type=password], .with_frm_style input[type=email],
.with_frm_style input[type=number], .with_frm_style input[type=url],
.with_frm_style input[type=tel], .with_frm_style select,
.frm_style_formidable-style.with_frm_style select,
.with_frm_style textarea, .frm_style_formidable-style.with_frm_style textarea,
#content .with_frm_style input:not([type=submit]):not([type=button]),
#content .with_frm_style select, #content .with_frm_style textarea,
.with_frm_style .chzn-container, .with_frm_style input[type=file],
.with_frm_style .frm_submit input[type=submit],
.with_frm_style .frm_submit input[type=button], .frm_form_submit_style,
.with_frm_style.frm_login_form input[type=submit], a.frm_save_draft,
.with_frm_style #frm_field_cptch_number_container,
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label,
.frm_forms .frm_description, .with_frm_style p.description,
.with_frm_style div.description, .with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error {
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-shadow:0 0 0 !important;
}

input[type=text], input[type=email], input[type=url], input[type=password],
input[type=number], input[type=tel], textarea {-webkit-appearance:none}

.with_frm_style .form-field,
.with_frm_style .frm_form_field {margin-bottom:15px}

.frm_forms form input[type=text], .frm_forms form input[type=email],
.frm_forms form input[type=url], .frm_forms form input[type=password],
.frm_forms form input[type=number], .frm_forms form input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=file],
.frm_style_formidable-style.with_frm_style input[type=search] {
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	height:46px;
	margin-bottom:0px;
	padding:0 20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.frm_forms form input, .frm_forms form textarea,
.frm_style_formidable-style.with_frm_style textarea {
	font-size:13px;
	margin-bottom:0px;
	border:1px solid #d3d3d3;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.frm_forms form textarea,
.frm_style_formidable-style.with_frm_style textarea {
	padding:20px !important;
}

form label, .frm_forms form label,
.with_frm_style label.frm_primary_label,
.with_frm_style.frm_login_form label,
.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label,
.frm_style_formidable-style.with_frm_style .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label {
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#5d5d5d;
	font-size:14px;
	font-weight:normal;
	margin:20px 0 4px;
}

.with_frm_style .frm_radio label, .frm_radio label,
.with_frm_style .frm_checkbox label, .frm_checkbox label {font-size:12px}

form select:focus,
form textarea:focus,
form input:focus {
	border:1px solid #2b8dd6 !important;
	outline:0 !important;
}

form select, .frm_forms form select,
.frm_style_formidable-style.with_frm_style select {
	font-size:13px;
	height:46px;
	color:#6c6c6c;
	border:1px solid #d3d3d3;
	border-radius:3px;
}

form input[type=submit],
.with_frm_style .frm_submit input[type=submit],
.with_frm_style .frm_submit input[type=button],
.frm_form_submit_style, .with_frm_style.frm_login_form input[type=submit] {
	background: #f06;
	color:#fff;
	padding:10px 30px;
	margin-top:0;
	border:0;
	opacity:1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
form input[type=submit]:hover,
.with_frm_style .frm_submit input[type=submit]:hover,
.with_frm_style .frm_submit input[type=button]:hover,
.frm_form_submit_style:hover, .with_frm_style.frm_login_form input[type=submit]:hover {
	background:#2b8dd6;
	color:#fff;
	opacity:0.9;
}

.frm_forms .frm_none_container label.frm_primary_label,
.frm_forms .frm_pos_none {display:none}

.frm_forms .frm_description {font-size:14px !important}

.with_frm_style .frm_error_style,
.with_frm_style .frm_message,
.frm_success_style {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.ui-datepicker-header, .ui-widget-header {
	background:#ccc !important;
	border-color:#aaa !important;
}
.ui-datepicker select {color:#333}

.ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker-header .ui-datepicker-next:hover {
	background:#ddd;
	border-color:#999;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
	background:#eee;
	border-color:#eee;
	color:#737373;
}

.ui-datepicker .ui-state-default.ui-state-active {
	background:#eee;
	border-color:#999;
	color:#363636;
}

.ui-datepicker .ui-state-default:hover {
	background:#ccc;
	border-color:#999;
	color:#363636;
}


/* reCaptcha */

#recaptcha_area input {
	height:auto;
	border-radius:0;
}

#recaptcha_privacy a {color:#666}


/* Widget Forms */

.widget .frm_forms {padding-top:4px}

.widget .frm_style_formidable-style.with_frm_style fieldset {padding-bottom:0}

.widget .frm_style_formidable-style.with_frm_style .form-field {margin-bottom:15px;}

.widget input[type=text], .widget input[type=email],
.widget input[type=url], .widget input[type=password],
.widget input[type=number], .widget input[type=tel],
.widget textarea, .widget select, .widget input[type=submit] {
	width:100% !important;
	max-width:450px !important;
}
.widget input {}

.widget input[type=submit],
.widget .frm_style_formidable-style.with_frm_style input[type=submit] {
	padding:12px !important;
	margin:0;
	box-sizing:border-box !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.footer input[type=text], .footer input[type=email],
.footer input[type=url], .footer input[type=password],
.footer input[type=number], .footer input[type=tel],
.footer textarea, .footer select {
	max-width:450px;
	color:#fff !important;
	background:transparent !important;
	border:1px solid #fff !important;
}
.footer select {color:#9f9f9f !important}

.footer .frm_forms .frm_message p,
.footer .with_frm_style .frm_message p {color:#468847 !important}

.footer #recaptcha_area input {
	background:#fff !important;
}

.footer label, .footer .frm_forms .frm_description {color:#c6c6c6 !important}


/* MailChimp */

#mc_signup input {
	height:46px;
	padding:10px 20px;
	border:1px solid #d3d3d3;
	border-radius:3px;
}
#mc_signup input[type=submit] {border:0}


/* ==========================================================================
   Blog
   ========================================================================== */

/* General */


.post-title {word-wrap:break-word}

.post-meta, .date-meta, .entry-meta {
	font-size:13px;
	color:#8b8b8b;
}

.entry-content a {white-space:nowrap}

.post-meta a {white-space:nowrap}

.pager {
	padding-left:15px;
	padding-right:15px;
}
.pager li > a,
.pager li > span {
	background-color:transparent;
	border: 1px solid #cecece;
	font-weight:400;
	border-radius:3px;
	padding:10px 35px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.pager li > a:hover,
.pager li > span:hover {
	background-color:#2b8dd6;
	border:1px solid #2b8dd6;
	color:#fff;
}

.is-sticky {display:none}
.sticky .is-sticky {display:inline}
.masonry-blog .sticky time.published, .sticky .show-date {display:none}



/* Standard Blog */

.standard-blog {padding:40px 0}

.standard-blog .post {padding-top:50px}
.standard-blog .post:first-child {padding-top:0}

.standard-blog .entry-content {padding:20px 0 0}
.standard-blog .post-excerpt p {margin-bottom:0}

.standard-blog .post-inner {
	padding-bottom:50px;
	border-bottom:1px solid #dedede;
}

.standard-blog .meta-tags {margin-top:20px}

.standard-blog .pager {padding-top:30px}


/* Masonry Blog */

.masonry-blog {
	padding-top:40px;
	padding-bottom:40px;
}

.mas-blog-post {margin-bottom:34px}
.mas-blog-post .post-inner {
	padding:15px;
	background:#fff;
	border:1px solid #e4e4e4;
	box-shadow:0 6px 0 -4px #fff, 0 6px 0 -3px #e4e4e4;
}
.mas-blog-post .post-title {
	font-size:20px;
	margin-top:0;
}
.mas-blog-post .post-meta {
	padding-bottom:10px;
}
.mas-blog-post .date-meta {
	border-top:1px solid #d3d3d3;
	padding-top:20px;
	margin-top:20px;
}


/* Blog Single Page */

body.single .post-inner {
	/* border: 1px solid #E5E5E5; */
}

body.single .wp-post-image {margin-bottom:20px}
body.single .entry-content {
	padding:30px 0 20px;
}


/* Comments */

.comments-title {margin: 0;font-size: 24px;font-weight: bold;}

#comments li.comment .avatar {
	margin:10px 15px 0 0;
	border-radius:50em;
}

#comments .bypostauthor {}

#comments h4.media-heading {
}
#comments .pingback h4.media-heading {margin-top:5px}

#comments .post-meta {margin-bottom:15px}

#comments .comment-reply {
	font-size:13px;
	padding:10px 0 20px;
	border-bottom:1px solid #e2e2e2;
}

#comments .pager {
	padding:0;
	margin:40px 0 10px;
}

#comments .comment-awaiting {
	font-style:italic;
	margin:0 0 15px;
}

.comment-reply-title {margin:50px 0 5px}

#respond .comment-info {}

.form-control {
	height:46px;
	border:1px solid #d3d3d3;
	border-radius:3px;
	-webkit-box-shadow:inset 0 0 0, 0 0 0;
	box-shadow:inset 0 0 0, 0 0 0;
}
.form-control:focus {
	border-color:#ccc;
	-webkit-box-shadow:inset 0 0 0, 0 0 0;
	box-shadow:inset 0 0 0, 0 0 0;
}

#respond .form-group label {margin:4px 0}

.form-allowed-tags code {white-space:normal}

#respond input[type=submit] {
	padding:8px 30px;
	border-radius:4px;
}

.comments-closed {
	font-style:italic;
	margin:50px 0 10px;
}

.required-fields {white-space:nowrap}


/* Standard Format */

.standard-blog .format-standard .wp-post-image {margin-bottom:20px}
.standard-blog .format-standard .post-title {margin-top:0}


/* Aside Format */

.standard-blog .format-aside .entry-content {padding-top:0}
.standard-blog .format-aside .post-meta {margin:20px 0 0}

.masonry-blog .format-aside .date-meta {margin-top:10px}

body.single .format-aside .post-meta {padding-top:20px}
body.single .format-aside .entry-content {padding:0}


/* Audio Format */

.masonry-blog .format-audio .audio-embed {padding-bottom:15px}

body.single .format-audio .audio-embed {padding-bottom:20px}


/* Image Format */

.standard-blog .format-image .post-meta {margin-top:20px}

.masonry-blog .format-image .date-meta {margin-top:10px}


/* Video Format*/

.format-video iframe {border:0}

body.single .video-container, body.single .wp-hosted-video {margin-bottom:20px}

.masonry-blog .format-video .wp-hosted-video {margin-bottom:-1px}


/* Gallery Format */

.masonry-blog .format-gallery .flex-control-nav {display:none}

.masonry-blog .format-gallery .flex-direction-nav a:before {
	font-size:18px;
	line-height:18px;
}
.masonry-blog .format-gallery .flex-direction-nav a {margin-top:-21px}

body.single .flexslider {margin-bottom:20px}


/* Quote Format */

.standard-blog .format-quote .post-inner,
body.single .format-quote .post-inner {
	position:relative;
	padding-bottom:35px;
}

.format-quote blockquote {border:0}
.format-quote blockquote p {
	position:relative;
	font-style:italic;
	z-index:10 !important;
}
.format-quote blockquote:before,
.format-quote blockquote:after {
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:136px;
	color:#d3d3d3;
	opacity:0.4;
}
.format-quote blockquote:before {
	content:"\201C";
	top:-30px;
	left:15px;
}
.format-quote blockquote:after {
	content:"\201D";
	bottom:-45px;
	right:15px;
}
.format-quote blockquote {padding:35px 20px 22px}
.format-quote blockquote footer {margin-top:20px}

.format-quote blockquote p {
	font-size:26px;
	font-weight:300;
	line-height:110%;
	color:#797979;
}

.standard-blog .format-quote blockquote,
body.single .format-quote blockquote {
	max-width:900px;
	width:auto;
	margin:0 auto;
}

.masonry-blog .format-quote blockquote:before {top:-20px; left:30px}
.masonry-blog .format-quote blockquote:after {bottom:-10px; right:30px}
.masonry-blog .format-quote blockquote {padding:26px 20px 20px}
.masonry-blog .format-quote blockquote p {
	font-size:22px;
	font-weight:300;
	line-height:120%;
	color:#797979;
}
.masonry-blog .format-quote blockquote footer {margin-top:15px}


/* Link Format */

.link-icon {font-size:18px}

.format-link i {margin-right:5px}
.format-link .post-meta {
	margin-bottom:20px;
	display:none;
}

.standard-blog .link-icon {font-size:20px}
.standard-blog .format-link .link-title {margin-top:0}
.standard-blog .format-link .link-text {margin-bottom:0px}
.standard-blog .format-link .link-text a {font-size:16px}

.masonry-blog .format-link .link-text {margin-bottom:30px}
.masonry-blog .format-link .link-title {margin-top:15px}
.masonry-blog .format-link .date-meta {margin-top:10px}

body.single .format-link .link-text a {font-size:20px}
body.single .link-icon {font-size:24px}

/* Archives */

body.blog .pager, body.archive .pager,
body.search-results .pager {
	padding-left:0;
	padding-right:0;
}


/* ==========================================================================
   Accordion Meta Box
   ========================================================================== */

.accordion {
	padding-top:40px;
	padding-bottom:40px;
}

.panel-group {margin-top:20px}

.panel, .panel-group .panel {
	border-radius:3px;
	box-shadow:0 0 0;
}

.panel-default {border-color:#eaeaea}
.panel-default > .panel-heading {
	color:#595959;
	background-color:#fff;
	border-color:#eaeaea;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {border-top-color:#eaeaea}
.panel-default > .panel-footer + .panel-collapse .panel-body {border-bottom-color:#eaeaea}

.panel-heading {
	padding:15px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}

.panel-title a {
	font-weight:normal;
	color:#595959;
}
.panel-title a:hover {
	color:#2d2d2d;
	text-decoration:none;
}
.panel-title i {
	color:#2b8dd6;
	margin-right:10px;
}

.accordion .accordion-title {
	text-align:center;
	margin:0 0 25px;
}

.accordion .panel-body {padding:40px}

.panel-body, .panel-body h1, .panel-body h2, .panel-body h3,
.panel-body h4, .panel-body h5, .panel-body h6,
.panel-body p, .panel-body li {color:#515151 !important}

.accordion .accordion-btn {
	text-align:center;
	margin-top:35px
}

.accordion .accordion-btn .btn-ghost {
	color:#2b8dd6;
	background-color:transparent;
	border-color:#2b8dd6;
}
.accordion .accordion-btn .btn-ghost:hover {
	color:#fff;
	background-color:#2b8dd6;
	border-color:#2b8dd6;
}


/* ==========================================================================
   Brands Meta Box
   ========================================================================== */

.brands {
	text-align:center;
	padding-top:40px;
	padding-bottom:10px;
}
.brands img {
	margin:0 20px 30px;
	max-width:100%;
}


/* ==========================================================================
   Call to Action Meta Box
   ========================================================================== */

.simple-cta {
	padding-top:45px;
	padding-bottom:45px;
	text-align:center;
}
.simple-cta .themo-action-text {display:inline-block}
.simple-cta span {
	font-size:22px;
	font-weight:600;
	color:#2b8dd6;
	margin-right:30px;
}

.simple-cta .btn {margin:15px 0}

.simple-cta .btn-standard,
.simple-cta .btn-ghost {
	font-size:18px;
	padding:12px 45px;
}

.light-text.simple-cta span {color:#fff}


/* ==========================================================================
   Conversion Form Meta Box
   ========================================================================== */

.conversion-form {padding:40px 0}

.simple-conversion {
	padding-top:10px;
	text-align:center;
}

.simple-conversion .frm_forms.with_frm_style {max-width:100% !important}

.simple-conversion .with_frm_style form {text-align:center}

.simple-conversion .frm_form_field {position:relative}

.simple-conversion form input {
	width:225px !important;
	height:56px !important;
	border-radius:3px !important;
	margin:5px 10px !important;
	border:1px solid #d3d3d3;
	padding:0 20px;
}
.simple-conversion form input[type=submit],
.simple-conversion .with_frm_style input[type=submit] {
	width:225px;
	height:56px;
	padding:0;
	background-color:#2b8dd6;
	color:#fff;
	box-sizing:border-box !important;
	border:0 !important;
	border-bottom:3px solid rgba(0, 0, 0, 0.1) !important;
}
.simple-conversion form input[type=submit]:hover,
.simple-conversion form input[type=submit]:active,
.simple-conversion form input[type=submit]:focus,
.simple-conversion .with_frm_style input[type=submit]:hover,
.simple-conversion .with_frm_style input[type=submit]:active,
.simple-conversion .with_frm_style input[type=submit]:focus {
	opacity:0.85;
	border:0 !important;
	border-bottom:3px solid rgba(0, 0, 0, 0.1) !important;
}

#frm_submit_entry {text-align:center}

.simple-conversion fieldset,
.simple-conversion div,
.simple-conversion .frm_form_field,
.simple-conversion .frm_submit {display:inline-block !important}

.simple-conversion form .frm_top_container label {
	display:block !important;
	text-align:left;
	margin-left:10px !important;
}

.simple-conversion .frm_error {
	position:absolute;
	left:10px;
	bottom:-12px;
}

.simple-conversion .frm_ajax_loading {display:none}

.light-text .simple-conversion input {color:#5c5c5c}
.light-text .simple-conversion input::-moz-placeholder {color:#797979}

.light-text .simple-conversion .frm_error {color:#fff !important; font-weight:normal}


/* ==========================================================================
   FAQ Meta Box
   ========================================================================== */

.faq {
	padding-top:40px;
	padding-bottom:40px;
}

.faq dl dt {
	padding-top:20px;
	color:#515151;
	font-size:18px;
	font-weight:600;
}

.faq dl dd {
	padding:10px 0 20px 0;
	border-bottom:1px solid #e2e3e4;
	color:#5c5c5c;
	line-height:24px;
}


/* ==========================================================================
   Features Meta Box
   ========================================================================== */

.features {
	padding-top:40px;
	padding-bottom:40px;
}

.feature-block {
	max-width:555px;
	width:auto;
	margin:0 auto;
	margin-bottom:50px;
}

.feature-block a img {
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.feature-block a img:hover {opacity:0.7}

.feature-block h3 {font-size:18px}

.light-text .feature-block h3 {color:#fff}


/* ==========================================================================
   Map Meta Box
   ========================================================================== */

.full-map {padding:50px 0}


/* ==========================================================================
   Pricing Plans Meta Box
   ========================================================================== */

.pricing-section {
	padding-top:60px;
	padding-bottom:40px;
}

.pricing-table {
	padding-right:15px;
	padding-left:15px;
}

.pricing-column {
	text-align:center;
	padding:40px 30px;
	border:1px solid #e4e4e4;
	border-left:0;
	background-color:#fff;
}
.pricing-column:first-child {border-left:1px solid #e4e4e4}

.pricing-column.highlight {
	position:relative;
	z-index:100;
	margin:-20px -1px 0 -1px;
	padding:60px 30px;
	background-color:#2b8dd6;
	border:1px solid #2b8dd6;
}
.pricing-column.highlight .pricing-cost,
.pricing-column.highlight .pricing-title,
.pricing-column.highlight ul li {
	border-color:rgba(255,255,255,0.2);
	color:#fff;
}

.pricing-column.highlight .btn-standard,
.light-text .pricing-column.highlight .btn-standard {
	border-color:#fff;
	color:#2b8dd6;
	background-color:#fff;
}
.pricing-column.highlight .btn-standard:hover,
.light-text .pricing-column.highlight .btn-standard:hover {
	border-color:#fff;
	background-color:#fff;
}

.pricing-column.highlight .btn-ghost,
.light-text .pricing-column.highlight .btn-ghost {
	border-color:#fff;
	color:#fff;
	background-color:transparent;
}
.pricing-column.highlight .btn-ghost:hover,
.light-text .pricing-column.highlight .btn-ghost:hover {
	border-color:#fff;
	color:#2b8dd6;
	background-color:#fff;
}

.one-col .pricing-column.highlight {
	margin-left:25%;
	margin-right:25%;
}

.pricing-cost {
	font-size:46px;
	color:#2b8dd6;
	font-weight:600;
	padding-bottom:20px;
}
.pricing-cost span {
	font-size:18px;
	font-weight:400;
}

.pricing-title {
	font-size:20px;
	color:#515151;
	font-weight:600;
	padding-bottom:20px;
}

.pricing-table ul, .pricing-table ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.pricing-table ul {
	padding-bottom:20px;
}
.pricing-table ul li {
	font-size:15px;
	color:#5c5c5c;
	padding:16px 0px;
	border-bottom:1px solid #e7e7e7;
}

.pricing-table .btn {margin-top:20px}

.pricing-footer {
	text-align:center;
	font-size:13px;
	padding-top:20px;
}

.light-text .pricing-table .btn-ghost {
	color:#2b8dd6;
	background-color:transparent;
	border-color:#2b8dd6;
}
.light-text .pricing-table .btn-ghost:hover {
	color:#fff;
	background-color:#2b8dd6;
	border-color:#2b8dd6;
}


/* ==========================================================================
   Service Blocks Meta Box
   ========================================================================== */

/* Horizontal Style */

.service-blocks-horiz {
	padding-top:40px;
	padding-bottom:40px;
}

.service-block.standard-block {margin-bottom:40px}

.service-block.standard-block i {float:left}

.service-block.standard-block h3 {
	margin-top:0;
	padding-top:4px;
	margin-left:60px;
}
.service-block.standard-block p {margin-left:60px}

.service-block.circle-block {margin-bottom:40px}

.service-block.circle-block .circle-med-icon {float:left}

.service-block.circle-block h3 {
	margin-top:0;
	margin-left:85px;
	line-height: 1.2;
	padding-top: 11px;
}
.service-block.circle-block p {margin-left:85px}

/* Large Icon Style */

.icon-blocks {
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}
.icon-block {
	padding:0 45px;
}
.icon-blocks h3 {
	font-size:22px;
	font-weight:600;
	margin-bottom:20px;
}
.icon-blocks p {
	font-size:16px;
	padding:0 15px;
	color:#5c5c5c;
	margin-bottom:0;
}

.light-text.icon-blocks p {color:#fff}

/* 3 Column w/ Img Style */

.img-service-blocks {
	padding-top:60px;
	padding-bottom:60px;
}
/* lm update */
.service-block::after{
	content: '';
	display: table;
	clear: both;
}

.service-block-col {padding-top:40px}

.service-block-img {text-align:center}
.service-block-img img {opacity:0;}
@media(max-width:767px){.service-block-img{display:none;}}

.service-block-col.first .service-block {text-align:right}
.service-block-col.first .service-block i,
.service-block-col.first .circle-med-icon {float:right}

.service-block-col.first .service-block.standard-block h3,
.service-block-col.first .service-block.standard-block p {
	margin-left:0;
	margin-right:60px;
}

.service-block-col.first .service-block.circle-block h3,
.service-block-col.first .service-block.circle-block p {
	margin-left:0;
	margin-right:85px;
}


/* ==========================================================================
   Service Blocks Split Meta Box
   ========================================================================== */

.split-blocks .service-block {margin-bottom:30px}

.split-blocks .service-block i {float:left}

.split-blocks .service-block h3 {
	margin-top:0;
	padding-top:4px;
	margin-left:60px;
}
.split-blocks .service-block p {margin-left:60px}

.service-split {
	padding-top:40px;
	padding-bottom:40px;
}
.main .service-split {padding-top:0}

#frm_submit_entry {text-align:center}


/* ==========================================================================
   Showcase Meta Box
   ========================================================================== */

.showcase {padding-top:50px; padding-bottom:40px}

.showcase .showcase-title {
	font-size:26px;
	margin-top:0;
}

.showcase img {margin:0 auto}

.showcase .float-section {padding-bottom:15px}

.showcase .service-block {margin-top:30px}

.showcase .service-block i {float:left}

.showcase .showcase_image.col-sm-12 {margin-top:20px}

.showcase .service-block h3 {
	margin-top:0;
	padding-top:4px;
	margin-left:60px;
}
.showcase .service-block p {margin-left:60px}


/* ==========================================================================
   Slider Meta Box
   ========================================================================== */

#main-flex-slider {
	background:transparent;
	text-align:center;
}

#main-flex-slider .slides img {
	width:auto;
	max-width:100%;
	margin:0 auto;
}

#main-flex-slider .slider-bg {
	padding-top:60px;
	padding-bottom:60px;
	background-color:#ececec;
	background-position:center top;
	background-size:cover;
}

#main-flex-slider .slides h1 {
	font-size:42px;
	font-weight:600;
	color:#2b8dd6;
	margin-bottom:20px;
}
#main-flex-slider .slides p {
	font-size:22px;
	color:#2e2e2e;
	margin-bottom:40px;
}
#main-flex-slider .lrg-txt h1 {
	font-size:56px;
	line-height:100%;
	margin-bottom:30px;
}
#main-flex-slider .lrg-txt p {
	font-size:26px;
	line-height:30px;
}

#main-flex-slider .slides a {margin-bottom:30px}

#main-flex-slider .btn-standard,
#main-flex-slider .btn-ghost {font-size:18px}

#main-flex-slider .slides .hero {margin-top:20px}

.flex-direction-nav a {
	width:auto !important;
	height:auto !important;
	background-color:#111111;
	padding:12px 15px 10px !important;
	margin-top:-26px;
	border-radius:3px;
}
.flex-direction-nav a:before {
	font-size:30px;
	line-height:30px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {opacity:0.55; color:#fff}

.flex-direction-nav .flex-prev {
	opacity:0.1;
	left:4%;
}
.flexslider:hover .flex-prev {
	opacity:0.3;
	left:4%;
}

.flex-direction-nav .flex-next {
	opacity:0.1;
	right:4%;
}
.flexslider:hover .flex-next {
	opacity:0.3;
	right:4%;
}

#main-flex-slider .flex-control-nav {
	bottom:20px;
	z-index:5;
}

#main-flex-slider .slides .light-text h1,
#main-flex-slider .slides .light-text p {color:#fff}


/* Slider Conversion Form */

#main-flex-slider .simple-conversion {
	padding-top:100px;
	padding-bottom:20px;
}

#main-flex-slider .simple-conversion form input {border-color:#ababab}

#main-flex-slider .light-text .simple-conversion form input {border-color:#fff}

#main-flex-slider .simple-conversion form input[type=submit],
#main-flex-slider .simple-conversion .with_frm_style input[type=submit] {border-color:rgba(0, 0, 0, 0.1)}

#main-flex-slider .simple-conversion .frm_message p {
	font-size:14px;
	color:#468847;
	margin-bottom:0;
}


/* ==========================================================================
   Team Meta Box
   ========================================================================== */

.team {
	padding-top:40px;
	padding-bottom:0;
}
.team-member {padding-bottom:40px}

.team-member-image {margin-bottom:20px}

.team-member h5 {
	font-size:16px;
	font-weight:300;
}

.team-member-social a .soc-icon {
	font-size:24px;
	color:#000;
	opacity:0.3;
	margin-top:5px;
}
.team-member-social a .soc-icon:hover {
	color:#2b8dd6;
	opacity:1;
}


/* ==========================================================================
   Testimonials Meta Box
   ========================================================================== */

.testimonials {
	padding-top:40px;
	padding-bottom:40px;
}

.quote {
	max-width:450px;
	margin:0 auto;
	padding:25px 30px 40px;
}
.quote blockquote {
	font-size:22px;
	font-weight:300;
	line-height:150%;
	font-style:italic;
	color:#868686;
	padding:0;
	margin-bottom:22px;
	border:0;
}
.quote img {
	height:60px;
	width:60px;
	float:left;
	margin:0 14px 0 0;
}
.quote figcaption {
	font-size:18px;
	color:#6d6d6d;
	padding-top:5px;
	margin-left:72px;
}
.quote figcaption span {
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#868686;
}

.light-text.testimonials .quote blockquote,
.light-text.testimonials .quote figcaption,
.light-text.testimonials .quote figcaption span {color:#fff}


/* ==========================================================================
   Thumbnail Slider Meta Box
   ========================================================================== */

.thumb-slider {
	padding-top:40px;
	padding-bottom:40px;
}

.thumb-flex-slider {
	padding-left:15px;
	padding-right:15px;
}

.thumb-flex-slider .slides {text-align:center}

.thumb-flex-slider .slides > li { margin-right:40px}

.thumb-flex-slider a img {
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	transition:all 0.25s linear;
}
.thumb-flex-slider a img:hover {opacity:0.7}

.thumb-flex-slider .thumb-title {
	font-size:18px;
	font-weight:600;
	color:#515151;
	margin:10px auto 0;
}
.thumb-flex-slider .thumb-title a {text-decoration:none}

.thumb-flex-slider .thumb-title span {
	font-size:14px;
	font-weight:normal;
	color:#5c5c5c;
	display:block;
}

.flexslider a.img-thumbnail {background:transparent !important}

.thumb-flex-slider.flex-landscape .flex-direction-nav a:before {
	font-size:20px;
	line-height:20px;
}

.thumb-flex-slider.flex-landscape .flex-direction-nav a {
	top:63px;
	margin-top:0;
}

.thumb-flex-slider .flex-direction-nav a {
	color:#fff;
	opacity:0.5;
}

.thumb-flex-slider .flex-direction-nav .flex-prev {left: 0;}
.thumb-flex-slider .flex-direction-nav .flex-next {right: 0;}

.thumb-flex-slider.flexslider:hover .flex-prev,
.thumb-flex-slider.flexslider:hover .flex-next {opacity:0.6}

.thumb-flex-slider.flexslider .flex-prev:hover,
.thumb-flex-slider.flexslider .flex-next:hover {opacity:0.8}

.light-text .thumb-flex-slider .thumb-title {color:#fff}
.light-text .thumb-flex-slider span {color:rgba(255,255,255,0.8)}


/* General FlexSlider */

.flex-control-nav {
	bottom:5px;
	z-index:5;
}

.flex-control-paging li a {
	background:#e8e8e8;
	background:rgba(255,255,255,0.5);
	-webkit-box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
	-o-box-shadow:0 0 0;
	box-shadow:0 0 0;
}
.flex-control-paging li a:hover {background:#fff}
.flex-control-paging li a.flex-active {background:#fff}


/* ==========================================================================
   Tour Meta Box
   ========================================================================== */

.img-left .float-content {float:right !important}

.float-content {padding:0 10%}
.img-center .float-content {padding:15px 15% 30px}

.tour-content-title {margin:0 0 15px}

.float-block .btn.accent-light {margin:10px 0 16px}

.float-img img {margin:0 auto}

.large-tour .tour-content-title {
	font-size:36px;
	line-height:40px;
}

.large-tour p {font-size:18px}

.large-tour .btn-standard,
.large-tour .btn-ghost {
	font-size:18px;
	margin-top:15px;
}


/* ==========================================================================
   Widgets
   ========================================================================== */

/* Search */

.search-form input, .search-submit {
	height:50px;
	border-radius:3px;
	border:1px solid #e2e2e2;
	box-shadow:0 0 0;
}
.search-form input {border-right:0 !important}
.search-form input:focus {border:1px solid #2b8dd6}
.search-submit {
	padding:14px;
	color:#fff;
	background-color:#2b8dd6;
	opacity:1;
	border:0;
	margin-left:0 !important;
}
.search-submit:hover {
	color:#fff;
	background-color:#2b8dd6;
	opacity:0.9;
	box-shadow:0 0 0;
}



/* Dropdowns */

.widget select {
	display:block;
	width:100%;
	padding:10px;
	color:#6d6d6d;
	border:1px solid #d3d3d3;
	border-radius:3px;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	transition:all 0.15s linear;
}
.widget select:focus {
	border:1px solid #2b8dd6;
	outline:0;
}


/* Calendar Widget */

#wp-calendar {width:100%}
#wp-calendar caption {
	text-align:right;
	font-size:12px;
	margin:0 0 15px 0;
}
#wp-calendar thead {font-size:10px}
#wp-calendar thead th {
	text-align:center;
	padding-bottom:10px;
}
#wp-calendar tbody td {
	text-align:center;
	padding:8px;
	font-size:12px;
	background:#f5f5f5;
	border:1px solid #fbfcfd;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	transition:all 0.15s linear;
}
#wp-calendar tbody td a:link,
#wp-calendar tbody td a {
	font-weight:bold;
	text-decoration:underline;
}
#wp-calendar tfoot #next {
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
}
#wp-calendar tfoot #prev {
	font-size:10px;
	text-transform:uppercase;
	padding-top:10px;
}

#wp-calendar tbody .pad {background:transparent}
#wp-calendar tbody td:hover {background:transparent}
#wp-calendar thead th,
#wp-calendar caption,
#wp-calendar tbody {color:#2a2a2a}


/* Tag Cloud */

.widget .tagcloud {padding-top:2px}

.widget .tagcloud a {
	text-align:center;
	font-size:13px !important;
	padding:6px;
	line-height:34px;
	background-color:#f5f5f5;
	white-space:nowrap;
	border-radius:4px;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	transition:all 0.15s linear;
}
.widget .tagcloud a:hover {
	background-color:#2b8dd6;
	color:#fff;
	text-decoration:none;
}


/* Custom Menus */

.widget .dropdown .caret {display:none}
.widget .dropdown-menu {
	position:static;
	display:block;
	float:none;
	min-width:auto;
	border:none;
	box-shadow:0 0 0;
}


/* Social Icons Widget */

.soc-icon {
	font-size:32px;
	margin:0;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {padding:40px 15px 40px 40px}
.sidebar.side-left {padding:40px 40px 40px 15px}

.sidebar .widget {margin-bottom:50px}

.sidebar .widget-title {
	position:relative;
	font-size:20px;
	font-weight:normal;
	color:#6d6d6d;
	padding-bottom:10px;
	margin-bottom:20px;
}
.sidebar .widget-title:after {
	position:absolute;
	bottom:0px;
	left:0;
	content:'';
	width:25px;
	height:2px;
	background-color:#e2e2e2;
}

.sidebar #wp-calendar tbody td a:link {font-weight:bold}
.sidebar #wp-calendar tbody td a:hover {background-color:transparent}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	background:#2e2e2e;
	color:#cbcbcb;
	padding:0px 0 0;
	margin-top:-2px;
}
.footer-btm-bar {
	background:#262626;
	padding:25px 0 15px
}

.footer-widgets.row {margin-bottom:20px}

.footer .widget {margin-bottom:40px}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {color:#fff}

.footer p, .footer a {color:#cbcbcb}

.footer a:hover {
	color:#fff;
	text-decoration:none;
}

.footer .widget-title {
	position:relative;
	font-size:18px;
	font-weight:400;
	margin-top:0;
	padding-bottom:12px;
	margin-bottom:20px;
}
.footer .widget-title:after {
	position:absolute;
	bottom:0px;
	left:0;
	content:'';
	width:25px;
	height:2px;
	background-color:#2b8dd6;
}

.footer .meta-border {
	margin-top:20px;
	margin-bottom:25px;
}

.footer .meta-border, .footer ul li, .footer .widget ul li {border-bottom:1px solid rgba(255,255,255,0.05)}

.footer .widget.widget_categories ul li,
.footer .widget.widget_pages ul li,
.footer .widget.widget_nav_menu ul li {
	border-bottom:0;
	box-shadow:0 0 0;
}

.footer .widget.widget_categories li a,
.footer .widget.widget_pages li a,
.footer .widget.widget_nav_menu li a {border-bottom:1px solid rgba(255,255,255,0.05)}

.footer #wp-calendar tbody .pad {background:#2e2e2e}
.footer #wp-calendar tbody td {
	background:#4e4e4e;
	border:1px solid #2e2e2e;
}
.footer #wp-calendar tbody td:hover {background:#2e2e2e}

.footer #wp-calendar thead th,
.footer #wp-calendar caption {color:#fff}
.footer #wp-calendar tbody {color:#fff}

.footer .tagcloud a {background-color:#4e4e4e}
.footer .tagcloud a:hover {
	background-color:#2b8dd6;
	color:#fff;
	text-decoration:none;
}

.footer .search-form input {border:0}
.footer .search-form input:focus {
	border:0;
	box-shadow:0 0 0;
}

.footer .widget select {border:0}

.footer .widget select:focus {
	border:0;
	box-shadow:0 0 0;
}

.footer a .soc-icon {color:#4e4e4e}
.footer a .soc-icon:hover {color:#c5c5c5}


/* ==========================================================================
   Shortcodes
   ========================================================================== */

/* Alerts */

.alert {border-radius:3px}


/* Blockquotes */

.blockquote-space {margin-left:10px}

.light-text blockquote footer {color:#eaeaea}


/* Carousel / Slider */

.content-editor .flexslider, .service-split .flexslider {margin:20px 0}


/* Drop Caps */

span.dropcap {
	display:block;
	float:left;
	font-size:36px;
	line-height:30px;
	margin:6px 8px 0 0;
}
.dropcap.dropcap-box {
	background:-moz-linear-gradient(center bottom, #f7f7f7 0%, #fff 100%) repeat scroll 0 0 #f9f9f9;
	box-shadow:0 1px 1px 0 rgba(180, 180, 180, 0.2);
	font-size:24px;
	width:36px;
	height:36px;
	line-height:36px;
	margin:6px 12px 0 0;
	padding:0;
	text-align:center;
	border:1px solid #ddd;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.dropcap.dropcap-circle {
	background:-moz-linear-gradient(center bottom, #f7f7f7 0%, #fff 100%) repeat scroll 0 0 #f9f9f9;
	box-shadow:0 1px 1px 0 rgba(180, 180, 180, 0.2);
	font-size:24px;
	height:36px;
	line-height:36px;
	margin:6px 12px 0 0;
	padding:0;
	text-align:center;
	width:36px;
	border:1px solid #ddd;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
.dropcap.dropcap-book {
	line-height:30px;
	margin:6px 8px 0 0;
}


/* Gallery */

.row.gallery-row {padding:15px 0}

.gallery .img-thumbnail {
	padding:0;
	border:0;
	border-radius:0;
	margin:0 auto;
}

.gallery a.img-thumbnail {
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	transition:all 0.25s linear;
}
.gallery a.img-thumbnail:hover {opacity:0.7}

.gallery .gallery-text {
	text-align:center;
	overflow:hidden;
	background:#fff;
	padding:20px 20px 10px;
	border:1px solid #e4e4e4;
	border-top:0;
}

.gallery .image-title {
	color:#515151;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.gallery .caption {
	color:#5c5c5c;
	margin-bottom:10px;
}


/* Google Map */

.googlemap {
	position:relative;
	max-width:inherit;
}
.googlemap .map_canvas {
	width:100%;
	height:100%;
}
.googlemap .map_canvas h3 {
	margin:0 0 10px;
	font-size:14px;
}
.map_canvas img {
	max-width:none !important;
}

.light-text .googlemap {color:#5c5c5c}
.light-text .googlemap h3 {color:#515151}
.light-text .googlemap a {color:#2b8dd6}


/* Jumbotron */

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron p {color:#555}


/* Modal */

.light-text .modal-content, .light-text .modal-content h1,
.light-text .modal-content h2, .light-text .modal-content h3,
.light-text .modal-content h4, .light-text .modal-content h5,
.light-text .modal-content h6, .light-text .modal-content p,
.light-text .modal-content ul, .light-text .modal-content ul li {color:#5c5c5c !important}


/* Progress Bars */

.progress {border-radius:3px}


/* Tabs */

.nav-tabs {margin-top:20px}

.nav-tabs > li > a {border-radius:3px 3px 0 0}

.nav-tabs > li > a:hover {
	background-color:transparent;
	border-color:transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {background-color:#fbfcfd}

.tab-content {padding:20px 0}


/* Bootstrap Modified Colors */

.bg-success {background-color:#d6e9c6}
.alert-success {
	color:#3c763d;
	background-color:#d6e9c6;
	border-color:#d6e9c6;
}
.panel-success > .panel-heading {
	color:#3c763d;
	background-color:#d6e9c6;
	border-color:#d6e9c6;
}

.bg-info {background-color:#bce8f1}
.alert-info {
	color:#31708f;
	background-color:#bce8f1;
	border-color:#bce8f1;
}
.panel-info > .panel-heading {
	color:#31708f;
	background-color:#bce8f1;
	border-color:#bce8f1;
}

.bg-warning {background-color:#faebcc}
.alert-warning {
	color:#8a6d3b;
	background-color:#faebcc;
	border-color:#faebcc;
}
.panel-warning > .panel-heading {
	color:#8a6d3b;
	background-color:#faebcc;
	border-color:#faebcc;
}

.bg-danger {background-color:#ebccd1}
.alert-danger {
	color:#a94442;
	background-color:#ebccd1;
	border-color:#ebccd1;
}
.panel-danger > .panel-heading {
	color:#a94442;
	background-color:#ebccd1;
	border-color:#ebccd1;
}


/* ==========================================================================
   Scroll Up
   ========================================================================== */

#scrollUp {
	width:38px;
	height:38px;
	bottom:18px;
	right:18px;
	background:url(../images/top.png) no-repeat;
	opacity:0.4;
}
#scrollUp:hover {opacity:1}


/* ==========================================================================
   Headhesive
   ========================================================================== */

.headhesive--clone {
	width:100%;
	position:fixed !important;
	top:0;
	left:0;
	background-color:#fff !important;
	z-index:120;
	box-shadow:0 0 0;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	-webkit-transition:transform 0.2s ease-in-out;
	-moz-transition:transform 0.2s ease-in-out;
	transition:transform 0.2s ease-in-out;
}
.headhesive--stick {
	-webkit-box-shadow:0 1px 2px rgba(43, 48, 51, 0.08) !important;
	-moz-box-shadow:0 1px 2px rgba(43, 48, 51, 0.08) !important;
	box-shadow:0 1px 2px rgba(43, 48, 51, 0.08) !important;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
}

.boxed-mode .headhesive--clone {
	left:0; right:0; margin:0 auto;
}

.headhesive--clone #logo {
	margin-top:16px;
	margin-bottom:16px;
}
.headhesive--clone #logo img {
	height:30px !important;
	width:auto;
}
.headhesive--clone #logo .logo-trans {display:none !important}
.headhesive--clone #logo .logo-main {display:inline !important}
.headhesive--clone .navbar-nav {margin-top:5px !important}
.headhesive--clone .navbar-toggle {top:6px !important}

.headhesive--clone .navbar-nav > li > a {color:#828282 !important}

.headhesive--clone .navbar-nav > li > a:hover:after,
.headhesive--clone .navbar-nav > li.active > a:after,
.headhesive--clone .navbar-nav > li.active > a:hover:after,
.headhesive--clone .navbar-nav > li.active > a:focus:after {
	bottom:10px;
	background-color:#2b8dd6 !important;
}

.headhesive--clone .navbar-nav .dropdown-menu {margin-top:-2px}


/* ==========================================================================
   Misc
   ========================================================================== */

/* Lightbox */

.modal-backdrop.in {z-index:10000 !important}
.ekko-lightbox, .modal {z-index:50000 !important}

.ekko-lightbox-container .flex-direction-nav a {opacity:0.5}
.ekko-lightbox-container .flex-direction-nav a:hover {
	color:#fff !important;
	opacity:0.8;
}


/* Attachment Page */

.attachment .img-thumbnail {
	padding:0;
	border:0;
	border-radius:0;
}


/* WordPress Generated Classes */

.aligncenter {
	display:block;
	margin:0 auto;
}
.alignleft {
	float:left;
	margin:0 15px 15px 0;
}
.alignright {
	float:right;
	margin:0 0 15px 15px;
}
figure.alignnone {
	margin-left:0;
	margin-right:0;
}

.wp-caption, .wp-caption-text, .gallery-caption {color:#5c5c5c}


/* WP Admin Bar */

#wpadminbar {
	z-index:1000000 !important;
}


.certificate-icon {
	position: absolute;
	top: -128px;
	left: 0;
	right: 0;
	margin: auto;
}

#themo_html_1 .col-md-12 {
	position: static;
}

#themo_html_1 {
	position: relative;
}
.text-shadow{
	text-shadow:rgba(0,0,0,0.2) 0 1px 0}.text-shadow-md{text-shadow:rgba(0,0,0,0.9) 0 1px 30px}.borderbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.absolute-center{overflow:auto;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.is-transform{margin:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.img-middle{display:table-cell;vertical-align:middle;margin:0 auto;text-align:center}.img-middle img{margin:auto}.img_horizontal{display:flex;justify-content:center}.img_horizontal .img_vertical{display:flex;flex-direction:column;justify-content:center}.img_horizontal .img_vertical img{width:auto !important;height:auto !important}@font-face{font-family:'cabinsketch-regular';src:url('../../assets/fonts/cabinsketch/cabinsketch-regular-webfont.eot');src:url('../../assets/fonts/cabinsketch/cabinsketch-regular-webfont.eot') format('embedded-opentype'),url('../../assets/fonts/cabinsketch/cabinsketch-regular-webfont.woff') format('woff'),url('../../assets/fonts/cabinsketch/cabinsketch-regular-webfont.ttf') format('truetype'),url('../../assets/fonts/cabinsketch/cabinsketch-regular-webfont.svg') format('svg');font-style:normal}@font-face{font-family:'cabinsketch-bold';src:url('../../assets/fonts/cabinsketch/cabinsketch-bold-webfont.eot');src:url('../../assets/fonts/cabinsketch/cabinsketch-bold-webfont.eot') format('embedded-opentype'),url('../../assets/fonts/cabinsketch/cabinsketch-bold-webfont.woff') format('woff'),url('../../assets/fonts/cabinsketch/cabinsketch-bold-webfont.ttf') format('truetype'),url('../../assets/fonts/cabinsketch/cabinsketch-bold-webfont.svg') format('svg');font-style:normal}@font-face{font-family:'helveticaneue-bold';src:url('../../assets/fonts/helveticaneue/helveticaneue-bold-webfont.eot');src:url('../../assets/fonts/helveticaneue/helveticaneue-bold-webfont.eot') format('embedded-opentype'),url('../../assets/fonts/helveticaneue/helveticaneue-bold-webfont.woff') format('woff'),url('../../assets/fonts/helveticaneue/helveticaneue-bold-webfont.ttf') format('truetype'),url('../../assets/fonts/helveticaneue/helveticaneue-bold-webfont.svg') format('svg');font-style:normal}@font-face{font-family:'helveticaneue-regular';src:url('../../assets/fonts/helveticaneue/helveticaneue-webfont.eot');src:url('../../assets/fonts/helveticaneue/helveticaneue-webfont.eot') format('embedded-opentype'),url('../../assets/fonts/helveticaneue/helveticaneue-webfont.woff') format('woff'),url('../../assets/fonts/helveticaneue/helveticaneue-webfont.ttf') format('truetype'),url('../../assets/fonts/helveticaneue/helveticaneue-webfont.svg') format('svg');font-style:normal}.t-upper{text-transform:uppercase}.t-xhuge{font-size:100px;line-height:135px}.t-huge{font-size:75px;line-height:95px}.t-xlg,.t-xlg p{font-size:53px;line-height:65px}.t-lg,.t-lg p{font-size:42px;line-height:55px}.t-md,.t-md p{font-size:38px;line-height:52px}.t-normal{font-size:25px;line-height:35px}.t-sm2,.t-sm2 p{font-size:22px;line-height:30px}.t-xsm2,.t-xsm2 p{font-size:20px;line-height:30px}.t-sm,.t-sm p{font-size:14px;line-height:20px}.t-md2,.t-md2 p{font-size:16px;line-height:26px}.t-xs,.t-xs p{font-size:13px;line-height:18px}.t-bold{font-family:'helveticaneue-bold'}.t-bolder{font-weight:900;font-family:'helveticaneue-bold'}.t-base{color:#f18712}.t-base2{color:#dbbf4d}.t-palt1{color:#5a4296}.t-palt2{color:#fabf01}.t-palt3{color:#9dc21a}.t-palt4{color:#1ec3bd}.t-dark{color:#545454}h1{font-size:45px}h2{font-size:37px}h3{font-size:30px}h4{font-size:24px}h5{font-size:20px}.page-template-casestudy .section{position:relative}.page-template-casestudy .section .section-content p{font-size:15px}.page-template-casestudy .section-ptb90{padding:90px 0}.page-template-casestudy .section-banner{padding: 80px 0;}.page-template-casestudy .section-dark,.page-template-casestudy .light-text{color:#fff}.page-template-casestudy .section-dark a,.page-template-casestudy .light-text a,.page-template-casestudy .section-dark p,.page-template-casestudy .light-text p{color:#fff !important}.page-template-casestudy .section-dark .btn:focus,.page-template-casestudy .light-text .btn:focus,.page-template-casestudy .section-dark .btn:hover,.page-template-casestudy .light-text .btn:hover,.page-template-casestudy .section-dark .btn:active,.page-template-casestudy .light-text .btn:active{color:#2b8dda !important}.page-template-casestudy .section-img-cont{text-align:center}.page-template-casestudy .section-img-cont img{display:block;margin:auto}.page-template-casestudy .section-text .section-content{margin-bottom:20px}.page-template-casestudy .section-text .section-content .t-title{text-transform:uppercase;font-size:30px;margin-bottom:10px}.page-template-casestudy .section-responsive{padding-top:70px}.page-template-casestudy .section-blur-bg{position:absolute;top:-10%;left:-10%;height:110%;width:110%;background-size:cover;background-position:top center;background-repeat:no-repeat;-webkit-filter:blur(7px);-moz-filter:blur(7px);-o-filter:blur(7px);-ms-filter:blur(7px);filter:blur(7px);opacity:.4;filter:alpha(opacity=40);z-index:1}.page-template-casestudy .section-bg{position:absolute;height:100%;width:100%;top:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.5;filter:alpha(opacity=50);z-index:1}.page-template-casestudy .section-call-action{background-color:#272727;font-size:30px;text-align:center;padding:70px 0;font-weight:bolder;border-bottom:1px solid rgba(255,255,255,0.1)}.page-template-casestudy .section-call-action .btn{margin-top:20px;padding:15px 45px;font-weight:600;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:20px}.page-template-casestudy .section-call-action .btn:focus,.page-template-casestudy .section-call-action .btn:hover,.page-template-casestudy .section-call-action .btn:active{color:#fff !important}.page-template-casestudy .section-call-action .btn .icon{margin-bottom:-4px;margin-right:10px}.page-template-casestudy .section-footer:before,.page-template-casestudy .section-footer:after{content:" ";display:table}.page-template-casestudy .section-footer:after{clear:both}.page-template-casestudy .section-featured{margin-bottom:0 !important;position:relative}.page-template-casestudy .section-alternate .post-item .post-body{text-align:center;margin:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:block;width:100%;padding:10px 50px}.page-template-casestudy .section-alternate .post-item p{font-size:17px;line-height:30px}.page-template-casestudy .section-alternate .post-item .t-title{display:block;text-align:center;position:relative;font-size:35px;padding-bottom:20px;margin-bottom:40px !important}.page-template-casestudy .section-alternate .post-item .t-title:after{content:'';height:4px;width:65px;position:absolute;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);bottom:-10px}.page-template-casestudy .section-alternate .col-info{position:relative;min-height:300px}.page-template-casestudy .section-alternate .col-img{padding:0 0}.page-template-casestudy .section-alternate .post-img{padding:20px 40px;text-align:center}.page-template-casestudy .section-alternate .post-img img{margin:60px auto}.page-template-casestudy .section-alternate .post-img-slider{border:none;background-color:transparent;text-align:center}.page-template-casestudy .section-alternate .post-img-slider .slides img{width:auto}.page-template-casestudy .section-alternate .post-img-slider .flex-control-nav{left:0}.page-template-casestudy .section-alternate .post-img-slider .flex-control-paging li a{width:18px;height:12px;border:1px solid rgba(255,255,255,0.5)}.page-template-casestudy .section-alternate .post-img-slider .flex-control-paging li a.flex-active{border:1px solid rgba(255,255,255,0.9);background-color:rgba(0,0,0,0.2)}.page-template-casestudy .page-info{position:relative;z-index:5}.page-template-casestudy .page-info .page-title{margin:0 0;color:#fff;border-bottom:none;font-size:50px;line-height:1.1}.page-template-casestudy .page-info .btn{display:block;margin-top:30px;text-shadow: none;border: 0;background-color: #ff0066;}.page-template-casestudy .page-info .tags{color:#fff;font-size:18px}.page-template-casestudy .page-info .page-content{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;padding:60px 0;margin-top:20px;border-top:2px solid rgba(255,255,255,0.2);border-bottom:2px solid rgba(255,255,255,0.2)}.page-template-casestudy .page-info .page-content p{line-height:30px}.page-template-casestudy .btn-ghost-o{border-width:2px;padding:10px 35px !important}.page-template-casestudy .pagination-single{background-color:#272727}.page-template-casestudy .pagination-single:before,.page-template-casestudy .pagination-single:after{content:" ";display:table}.page-template-casestudy .pagination-single:after{clear:both}.page-template-casestudy .pagination-single .page-item{width:33.3%;float:left;padding:40px 20px;display:block;min-height:150px}.page-template-casestudy .pagination-single .page-item:focus,.page-template-casestudy .pagination-single .page-item:hover,.page-template-casestudy .pagination-single .page-item:active{text-decoration:none}.page-template-casestudy .pagination-single .back{text-align:center;text-transform:uppercase}.page-template-casestudy .pagination-single .back .icon{margin:5px 0 5px}.page-template-casestudy .pagination-single .back p{font-size:17px;margin-bottom:0}.page-template-casestudy .pagination-single .next,.page-template-casestudy .pagination-single .prev{position:relative;background-repeat:no-repeat;background-position:center !important;background-size:cover}.page-template-casestudy .pagination-single .next:after,.page-template-casestudy .pagination-single .prev:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);z-index:1}.page-template-casestudy .pagination-single .next.disable,.page-template-casestudy .pagination-single .prev.disable{pointer-events:none;cursor:default}.page-template-casestudy .pagination-single .next:focus:after,.page-template-casestudy .pagination-single .prev:focus:after,.page-template-casestudy .pagination-single .next:hover:after,.page-template-casestudy .pagination-single .prev:hover:after,.page-template-casestudy .pagination-single .next:active:after,.page-template-casestudy .pagination-single .prev:active:after{content:'';background-color:rgba(0,0,0,0.1)}.page-template-casestudy .pagination-single .next span,.page-template-casestudy .pagination-single .prev span,.page-template-casestudy .pagination-single .next p,.page-template-casestudy .pagination-single .prev p{position:relative;z-index:5}.page-template-casestudy .pagination-single .next p,.page-template-casestudy .pagination-single .prev p{font-size:17px;margin-bottom:0}.page-template-casestudy .pagination-single .next span,.page-template-casestudy .pagination-single .prev span{text-transform:uppercase;position:relative;display:block;padding-bottom:5px;margin-bottom:15px}.page-template-casestudy .pagination-single .next span:after,.page-template-casestudy .pagination-single .prev span:after{content:'';width:40px;height:2px;background-color:#fff;position:absolute;bottom:-5px;left:0}.page-template-casestudy .pagination-single .next{text-align:right}.page-template-casestudy .pagination-single .next span:after{content:'';left:auto;right:0}.page-template-casestudy .section-featured .t-title,.page-template-casestudy .section-featured .section-body{position:relative;z-index:5}.page-template-casestudy .list-featured{display:block;text-align:center;position:relative;z-index:5;margin-top:30px}.page-template-casestudy .list-featured .item{margin:20px 10px;display:inline-block;background-color:rgba(0,0,0,0.3);-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;border:1px solid rgba(255,255,255,0.2);min-height:117px}.page-template-casestudy .list-featured .item-icon{padding:35px 20px;float:left;border-right:1px solid rgba(255,255,255,0.2);text-align:center}.page-template-casestudy .list-featured .item-icon img{width:45px !important;height:45px !important;margin:auto}.page-template-casestudy .list-featured .item-icon.item-icon-single{float:none;border-right:none;border-bottom:none !important}.page-template-casestudy .list-featured .item-icon.item-icon-single img{width:auto !important}.page-template-casestudy .list-featured .item-info{padding:25px 15px;text-align:left;display:inline-block;line-height:30px;float:right}.page-template-casestudy .list-featured .item-info:before,.page-template-casestudy .list-featured .item-info:after{content:" ";display:table}.page-template-casestudy .list-featured .item-info:after{clear:both}.page-template-casestudy .list-featured .item-info .t-title{font-size:30px;text-transform:none;margin-bottom:0}.page-template-casestudy .list-featured .item-info .t-subtitle{color:#cacaca;font-size:14px}.page-template-casestudy .list-social{list-style:none;width:120px;float:left;margin-right:15px;padding-left:0;position:relative;z-index:10;margin-bottom:0}.page-template-casestudy .list-social:before,.page-template-casestudy .list-social:after{content:" ";display:table}.page-template-casestudy .list-social:after{clear:both}.page-template-casestudy .list-social a{display:block;background-color:rgba(255,255,255,0.1);padding:30px}.page-template-casestudy .list-social a:before,.page-template-casestudy .list-social a:after{content:" ";display:table}.page-template-casestudy .list-social a:after{clear:both}.page-template-casestudy .list-social #scrollUp{width:auto;height:auto;bottom:0;right:0;background:none;opacity:1;position:relative}.page-template-casestudy .list-social #scrollUp .icon{background-image:url('../images/icon-totop.png');background-position:center !important;width:60px;height:60px}.page-template-casestudy .list-social #scrollUp:focus,.page-template-casestudy .list-social #scrollUp:hover,.page-template-casestudy .list-social #scrollUp:active{background-color:rgba(255,255,255,0.2)}.page-template-casestudy .list-social .fb:focus,.page-template-casestudy .list-social .fb:hover,.page-template-casestudy .list-social .fb:active{background-color:#3b5999}.page-template-casestudy .list-social .linkedin:focus,.page-template-casestudy .list-social .linkedin:hover,.page-template-casestudy .list-social .linkedin:active{background-color:#007bb6}.page-template-casestudy .list-social .gplus:focus,.page-template-casestudy .list-social .gplus:hover,.page-template-casestudy .list-social .gplus:active{background-color:#e12f2f}.page-template-casestudy .icon-thumb{background-image:url('../images/icon-thumb.png');background-position:center !important;width:40px;height:30px}.page-template-casestudy .icon-phone-o{background-image:url('../images/icons/phone-w.png') !important}.page-template-casestudy .icon-facebook{background-image:url('../images/icon-fb.png');background-position:center !important;width:60px;height:60px}.page-template-casestudy .icon-google-plus{background-image:url('../images/icon-g+.png');background-position:center !important;width:60px;height:60px}.page-template-casestudy .icon-linkedin{background-image:url('../images/icon-linkedin.png');background-position:center !important;width:60px;height:60px}@media (max-width:770px){.page-template-casestudy .item-mirror,.page-template-casestudy .item-mirrored{min-height:auto !important}.page-template-casestudy .section-alternate .post-item .post-body{position:relative;top:0;left:0;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);padding:60px 20px}}@media (max-width:670px){.page-template-casestudy .page-info .page-content{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:60x}}@media (max-width:600px){.page-template-casestudy .page-info{text-align:center}.page-template-casestudy .page-info .page-title{font-size:35px;margin-bottom:5px !important}.page-template-casestudy .page-info .page-content{padding:30px 0}.page-template-casestudy .list-social{min-height:auto !important;float:none;width:100%;display:block;text-align:center}.page-template-casestudy .list-social li{display:inline-block;float:left;width:25%}.page-template-casestudy .list-social li a{padding:10px}}@media (max-width:480px){.page-template-casestudy .pagination-single .page-item{width:100%;float:none;display:block;text-align:center !important}.page-template-casestudy .pagination-single .page-item span:after{content:'';left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.page-template-casestudy .list-featured .item{display:block}.page-template-casestudy .list-featured .item .item-icon{padding:20px 10px;float:none;border-right:none;border-bottom:1px solid rgba(255,255,255,0.2)}.page-template-casestudy .list-featured .item .item-info{float:none;text-align:center}.page-template-casestudy .list-featured .item .item-info .t-title{font-size:18px;font-weight:bolder}
}
.page-template-casestudy .page-info .btn:hover {
	background-color: #ef0261;
	color: #fff!important;
}


.custom-glyph-cloud:before {
	content: url(/wp-content/uploads/2016/10/glyp-aws.png);
}

.custom-glyph-microsoft:before {
	content: url(/wp-content/uploads/2016/10/glyph-windows.png);
}

.custom-glyph-linux:before {
	content: url(/wp-content/uploads/2016/10/glyp-linux.png);
}

.custom-glyph-linux:hover::after {
	content: url(/wp-content/uploads/2016/10/glyp-linux-blue.png);
}
.custom-glyph-linux:hover::before {
	content:'';
}

.custom-glyph-microsoft:hover::after {
	content: url(/wp-content/uploads/2016/10/glyph-windows-blue.png);
}
.custom-glyph-microsoft:hover::before {
	content:'';
}

.custom-glyph-cloud:hover::after {
	content: url(/wp-content/uploads/2016/10/glyp-aws-blue.png);
}
.custom-glyph-cloud:hover::before {
	content: '';

}

li.has-img a header {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 30%;
}


.page-404 {
	text-align: center;
	padding: 7em 0 18em;
}

.page-404 h1 {
	line-height: 1;
	font-size: 14em;
	margin: 0 0 32px;
	color: #222;
	font-weight: bold;
}
.page-404 .btn {
	min-width: 196px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 16px;
	padding-bottom: 16px;
	box-shadow: none;
	border: 0;
	display: inline-block!important;
	text-shadow: none;
	width: auto!important;
}

.page-404  span {
	margin: 0 15px;
}

