/*
	Theme Name: Brutal
	Description: Brutal is bootstrap-based child theme created for the Genesis Framework.
	Author: zigzagpress
	Author URI: http://www.zigzagpress.com/
	Text Domain: brutal
 
	Version: 1.3.0
 
	Tags: one-column, two-columns, three-columns, fluid-layout, fixed-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.5.2
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 


/* - Structure ----------- */

.site-container {
	overflow: hidden;	
}
.zp_section_template .site-inner {
    margin-bottom:100px;
    padding-top: 0;
    position: relative;
}
.site-inner {
    margin: 0;
    padding: 172px 0 100px;

}

.zp_section_template .site-inner {
    padding: 110px 0 0!important;
}

.sidebar-content .content {
	float: right;
}
.entry-content .column_wrapper.row {
    padding-bottom: 24px;
}

.content-sidebar .entry.format-quote,
.sidebar-content .entry.format-quote,
.content-sidebar .entry.format-link,
.sidebar-content .entry.format-link {
	margin-bottom: 30px;
}
.format-quote .blog_meta {
	display: none;
}

/* - Header ----------- */
header {
  	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
  }


#header.navbar.navbar-fixed-top {
    background: rgba(0, 0, 0, 0);
    padding: 35px 0;
}

#header.navbar.navbar-fixed-top.header_animate {
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}
.navbar section {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-header {
	float: right;
}
.site-title {
    font-size: 16px;
    letter-spacing: 6px;
    line-height: 29.55px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
.site-title > a {
    position: relative;
    top: 0;
}

.header-image .site-title {
	margin: 0;
}
.site-description {
	display: none;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}
.header-image .site-title,
.header-image .site-title a,
.header-image .title-area {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	width:127px;
}

.header-image .site-description {
	display: none;
	overflow: hidden;
}
.header-image .site-header .title-area{
	margin: 0;	
}


/* - Post Info & Meta ----------- */

.page-template-page_blog-php .post,
.archive .post,
.post {
	margin-bottom: 60px;
}

.entry-footer {
    clear: both;
    margin: 0;
}
.entry-header {
    padding: 0 0 72px;
}

.type-post header.entry-header {
	padding: 20px 0 0
}
.type-page header.entry-header{
	padding: 0;
	margin-bottom: 2em;
}

.entry-header .entry-meta, .entry-comments-link a, .entry-author-name, .entry-footer .entry-meta {
    font-size: 12px;
    margin-bottom: 1em;
    padding: 0;
}
.entry-comments-link {
	padding: 12px 0;
}

.media_container img {
	margin: 0;
	width: 100%;
}

.media_container {
	margin: 0 0 2em;
	width: 100%;
}

.link_source {
    display: none;
}

.more-link {    
    display: table;
    margin-top: 1em;
}

/*
 Menus
---------------------------------------------------------------------------------------------------- */
.menu.genesis-nav-menu.menu-secondary.nav.navbar-nav.pull-right,
.menu.genesis-nav-menu.menu-primary.nav.navbar-nav.pull-right {
    padding: 0;
}
.nav-primary ul li a{
	text-align: left;	
}
/*- Primary Navigation Extras ----------- */
.genesis-nav-menu li.right {
	display: none
}

.right.date {
    font-family: "open sans condensed",sans-serif;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 0 15px;
    text-transform: uppercase;
}

.right.search input[type="search"] {
    margin-top: 15px;
}

.right.search .search-btn {
    height: 35px !important;
    line-height: 35px;
    margin: 0;
    padding: 0 15px;
    top: -4px;
}
.search_form_dropdown {
    position: absolute;
    width: 300px;
    left: -110px;
    top: 20px;
}
.right.search input[type="search"] {
    width: 245px;
}
/*
Headings
---------------------------------------------------------------------------------------------------- */
.entry-title {
    line-height: 36px;
}

.page .entry-header p.lead {
	font-size: 11px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.page .entry-header p.lead {
	margin-bottom: 2em;
	padding: 0;
}

/* author box style */

.archive-title, .author-box-title  {
   font-size: 16px;
}
.author-box {
    margin: 24px 0;
    padding: 20px 0;
}
.author-box-content > p {
    clear: both;
}
.author-box .avatar { 
	margin: 0 16px 16px 0; 
	max-width:64px; 
	float: left;
}

.author-box {
    background: none repeat scroll 0 0 #fcfcfc;
    margin: 40px 0;
    padding: 30px 60px;
}

/*
Comments
---------------------------------------------------------------------------------------------------- */
ol.comment-list {
    padding: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    margin: 0;
    padding: 0;
}
.entry-comments {
    padding: 40px;
}
.comment-respond,
.entry-comments,
.entry-pings { margin-bottom: 40px }
.comment-respond,
.entry-pings { padding: 40px 0 16px }
.comment-content { clear: both }
.entry-comments .comment-author { 
    margin-bottom: 0;
    padding: 0;
}
.entry-comments .comment-meta {
    font-size: 11px;
    margin-bottom: 0;
    padding: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] { width: 100% }
.comment-respond label {
    display: block;
    margin-right: 12px;
}
#reply-title a {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-left: 10px;
    text-transform: uppercase;
}
.logged-in-as {
    font-size: 13px;
}
.comment-list li,
.ping-list li { list-style-type: none }
.comment-list li {
    margin-top: 20px;
    padding: 32px;
}
.comment-list li li {
    margin-right: -32px;
    border-right-width: 0
}
li.comment {
    border: 1px solid rgba(100, 100, 100, 0.06);
}
.comment-header {
    padding: 0;
}
.comment .avatar { margin: 0 16px 20px 0 }

.entry-pings .reply { display: none }


.says {
    font-style: italic;
}
.comment-reply a {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
}

.comment-reply a:after {
    content: "\f101";
    font-family: FontAwesome;
    padding-left: 5px;
}

.comment-form-comment {
	padding: 0 0 10px;
	margin: 0;
}
.comment-content > p {
    margin: 0;
    padding: 0.5em 0;
}

.form-allowed-tags {
    background-color: #fcfcfc;
    margin-bottom: 1em;
    padding: 24px;
}

.form-allowed-tags code { 
    background: rgba(0, 0, 0, 0);
    border: medium none;
    color: inherit;
    display: inline-block;
    padding: 10px 0 0;
    white-space: normal
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
    display: inline;
}
.content-sidebar .sidebar {padding:0 15px 0 7% !important;}
.sidebar-content .sidebar {padding:0 7% 0 15px !important;}

.widgettitle, .related.products > h2, .zp_related_portfolio h2 {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

.sidebar p {
	margin-bottom: 16px;
}
.sidebar .widget {
    border-top: 4px solid #1f1f1f;
    clear: both;
    margin-bottom: 40px;
    padding-top: 20px;
}
.sidebar .widget:first-child {
	border-color: transparent;
}

.sidebar.widget-area ul {
	padding-left: 0;
}
.sidebar.widget-area ul li {
    list-style-type: none;
    padding: 3px 0;
    word-wrap: break-word;
}
ul.product-categories li {
    padding: 0 !important;
}

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 10px 30px;
	padding: 0;
	position: relative;
}

.widget .children li:before {
	font-family: Arial, sans-serif;
	content: "\221F";
	display: block;
	position: absolute;
	left: 0;
	margin-left: -24px;
	opacity: .2;
	margin-top: -3px;
	cursor: default;
}

.sidebar.widget-area ul.children li {
    line-height: 1.4;
}

/* Genesis Featured Post/Page Widgets
---------------------------------------------------------------------------------------------------- */
.featuredpost .alignleft {
	width: 60px;
	float: left;
}

.featuredpost .alignright {
	width: 60px;
	float: right;
}

.featuredpost .entry {
    border-bottom: 1px solid #fcfcfc;
    display: block;
    float: left;
    margin-bottom: 10px !important;
    padding: 15px 0;
    width: 100%;
}

.featuredpost .entry:last-child {
    margin-bottom: 2em !important;
    border: none;
}

.featuredpost .entry-header {
	float: none;
	width: 100%;
	display: block;
}

.featuredpost .entry-title, .featuredpage .entry-title {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin: 10px 0 0;
    text-align: left;
    text-transform: capitalize;;
}
.featuredpost .entry-title:after, .featuredpage .entry-title:after {
	display: none;
}
.featuredpage .entry-header, .featuredpost .entry-header {
	border-bottom: none;
	margin: 0;
	padding: 0 !important;
}
.featuredpost .entry-meta, .featuredpage .entry-meta {
    margin-bottom: 10px;
    padding: 0;
}
.featuredpost img, .featuredpage img {
    display: block;
}
.featuredpost img:hover, .featuredpage img:hover {
	opacity: 0.75;
}
.featuredpost .alignleft, .featuredpost .alignright, .featuredpost .alignnone, .featuredpage .alignleft, .featuredpage .alignright, .featuredpage .alignnone {
	display: block;
	margin-bottom: 0
}
.featuredpost .entry-content > p, .featuredpage .entry-content > p {
    line-height: 1.625;
    margin: 0 0 10px;
    padding: 0;
}
/* =WordPress
---------------------------------------------------------------------------------------------------- */

.avatar {
	float: left
}
.search-form input[type="submit"], #searchform input[type="submit"], #searchform .screen-reader-text, #bbp_search_submit {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.alignnone {
	margin: 0 0 24px
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 24px auto;
}
.alignright {
	float: right;
	margin: 5px 0 24px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto 24px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 24px 20px;
}
a img.alignnone {
	margin: 5px 20px 24px 0
}
a img.alignleft {
	float: left;
	margin: 5px 20px 24px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	padding: 10px 10px 0;
	text-align: center;
	overflow: hidden;
}

.wp-caption.alignnone {
	margin: 0 0 24px
}
.wp-caption.alignleft {
	margin: 5px 20px 24px 0
}
.wp-caption.alignright {
	margin: 5px 0 24px 20px
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0 0 10px;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption img.wp-smiley {
	margin: 0;
}
.wp-caption p.wp-caption-text {
    color: #e5e5e5;
    font-size: 15px;
    font-style: normal;
    margin: 0;
    padding: 0;
    width: 100%;
}


.widget_calendar table {
	width: 100%;
}

.widget_calendar table caption {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.gallery-caption {
	display:block;	
}


/*  Footer */
/*---------------------------------------------------------------------------------------------------- */
.site-footer {
	background: #fcfcfc;
	clear: both;
	padding: 100px 0;
}
.page-template-template-section .site-footer {
	background: #fcfcfc;
	clear: both;
	padding: 100px 0;
	bottom: 0;
    padding: 100px 0;
    position: relative;
    width: 100%;
}
.site-footer .creds p{
	margin: 0;
	padding: 0;	
}
#footer {
  padding: 0;
  margin: 0;
}
#footer .bottom-menu,
#footer .bottom-menu-inverse {
  padding: 24px 0 0;
}
#footer .bottom-menu p,
#footer .bottom-menu-inverse p {
  margin-bottom: 0;
}
#footer .bottom-menu ul.bottom-icons,
#footer .bottom-menu-inverse ul.bottom-icons {
  float: right;
}
#footer .bottom-menu ul.bottom-icons li,
#footer .bottom-menu-inverse ul.bottom-icons li {
  text-align: right;
}
/* ========== FOOTER MENU  ========== */
.bottom-widget ul.menu{
	list-style: none;
	float: right;	
}
.bottom-widget ul.menu li {
	float: left;
    font-family: "open sans condensed",sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
    list-style: outside none none;
    margin: 0 15px;
    text-transform: uppercase;	
}

.bottom-widget ul.menu li:last-child {
	margin-right: 0;
}
/* social style footer */

.site-footer .text-socials{
  clear: both;
  display: block;
  width: 100%;
  padding: 0;
  text-align: right;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
ul.text-socials {
		margin:0;
}
	
ul.text-socials li {
		list-style:none;
		display:inline-block;
		margin: 0 20px 40px ;
		text-transform:uppercase;
}
	
ul.text-socials li:last-child {
		margin-right: 0;
}
	
ul.text-socials li a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #141412;
    font-family: "josefin sans",sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 5px;
}
	
ul.text-socials li a:hover {
		border-bottom: #00245d 2px solid;
}
	

/*===================================================================*/
/*
/* FORM & INPUT STYLES
/*
/*===================================================================*/
/* THEME BUTTONS */


.button,     
.btn[type="submit"],
input[type="reset"], 
input[type="button"],
input[type="submit"],
.button[type="submit"],
.products li a.added_to_cart,
#edd_checkout_wrap .edd-submit.button {
	background-color: #242424;
	border: 2px solid rgba(0, 0, 0, 0);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 1px 1px 4px 0; 
	font-family: "josefin sans",sans-serif;
	font-weight: 700;
    font-size: 10px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    letter-spacing: 3px;
	outline: none!important;
	padding: 0 15px;
	text-align: center;
	width: auto;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
	    -ms-transition: all .1s; 	   
	     -o-transition: all .1s;
}

 
.button:hover,      
.btn[type="submit"]:hover, 
input[type="reset"]:hover,  
input[type="button"]:hover, 
input[type="submit"]:hover, 
.button[type="submit"]:hover, 
.products li a.added_to_cart:hover {
	background-color: #00245d;
	border-color: #00245d;
	color: #fff;
}

/* THEME FORMS */
form label {
	cursor: pointer;
}
  
span.required,
abbr.required,
.gfield_required { 
	color: #FF5454;
}  

textarea,		   
input[type="tel"], 
input[type="url"], 		   
input[type="text"], 
input[type="date"], 
input[type="time"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="password"], 
input[type="datetime"] { 
	background-color: #fcfcfc;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	color: #0d0d0d;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 5px 0 10px;
	outline: none!important;
	padding: 0 15px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
	    -ms-transition: all .1s; 	   
	     -o-transition: all .1s;
}

input[type="search"] {
   font-size: 13px;
}

textarea:hover,		   
input[type="tel"]:hover, 
input[type="url"]:hover, 		   
input[type="text"]:hover, 
input[type="date"]:hover, 
input[type="time"]:hover, 
input[type="email"]:hover, 
input[type="number"]:hover, 
input[type="search"]:hover, 
input[type="password"]:hover, 
input[type="datetime"]:hover {
	background-color: #fff;
	border-color: #00245d;
	color: #0d0d0d;
}

textarea:focus,		   
input[type="tel"]:focus, 
input[type="url"]:focus, 		   
input[type="text"]:focus, 
input[type="date"]:focus, 
input[type="time"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus {
	background-color: #fff;
	border-color: #00245d;
	color: #0d0d0d;
}

textarea {
	display: block;
	height: 220px;
	padding: 9px 14px;
}

input[type=number] {-moz-appearance: textfield;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}
::selection{background:#00245d;color:#fff}
::-moz-selection{background:#00245d;color:#fff}
img::selection{background:transparent}
img::-moz-selection{background:transparent}
::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder{color:#000;}


::-webkit-input-placeholder { /* Chrome */
color:#000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000;
}


/* ERRORS */
label.error { 
	display: none!important; 
}

input.error,
textarea.error,
.wpcf7-not-valid,
input.error:hover,
input.error:focus,
.requiredField.error, 
textarea.error:hover,
textarea.error:focus,
.wpcf7-not-valid:hover,
.wpcf7-not-valid:focus {
	background-color: #FFF!important;
	border-color: #FF5454!important;
	color: #FF5454!important;
}	
/* CONTACT FORM 7 COMPATIBILITY */
.wpcf7-form {
	margin-top: 60px;
	text-align: left;
}

.wpcf7-form input[type="text"] {
	margin-top: 10px;
}

.gfield_select,
select.edd-select,
.wpcf7-form select {
	background: #F9F9F9 url(assets/images/select.png) no-repeat 97.5% 15px;
	border: 2px solid #E0E0E0;
	border-radius: 0;
	font-size: 14px;
	color: #444;
	cursor: pointer;
	font: inherit;
	outline: none;
	padding: 8px 15px;
	width: 100%;
	-webkit-appearance: none;
}

.gfield_select:hover,
select.edd-select:hover,
.wpcf7-form select:hover {
	background-color: #FFF;
	border-color: #CECECE;
	color: #282828;
	background-position: 97.5% -25px;
}

.wpcf7-not-valid-tip {
	background: none!important;
	border: none!important;
	color: #FF5454;
	position: relative!important;	
}

div.wpcf7-mail-sent-ok {
	background: #3FC380;
	border: 2px solid #3FC380!important;
	border-radius: 2px;
	color: #FFF; 
}

div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	background: #FF4949;
	border: 2px solid #FF4949!important;
	border-radius: 2px;
	color: #FFF;
}

div.wpcf7-response-output {
	line-height: 26px;
	margin: 30px 0 0 0!important;
	padding: 0.6em 1em!important;
	text-align: center;
}

.wpcf7-form p {
	font-weight: 500;
}

.wpcf7-form span {
	color: #FF4949;
	font-weight: normal;
	margin-top: 10px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-submit {
	padding: 8px 15px;
	margin-top: 10px !important;
	float: right;
}	

div.wpcf7 img.ajax-loader {
	display: inline;
}

/* GRAVITY FORMS */
.row .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
}

.gform_fields li.gfield {
	margin-bottom: 20px;
}

.gfield_radio label, 
.gfield_checkbox label {
	margin-left: 10px;
}

/* ========== SECTION ========== */

.section_wrapper {
  background-color: #fff;
  padding: 5% 0 10%;
  position: relative;	
}

.section_wrapper header {
	padding: 2% 0;
    position: relative;
    z-index: 2;
}
.section_wrapper .slider_overlay {
	z-index: 0;
}

.section_wrapper.is_fullslider {
	padding: 0;
}


#map.section_wrapper {
    padding: 0;
}
#map_canvas img {
	max-width: none;
}
/* ========== SECTION TITLES ========== */

.section_wrapper .col-md-8.text-center.col-md-offset-2 > h1 {
	font-size: 26px;
    letter-spacing: 6px;
    margin-top: 0;
    text-transform: uppercase;
}

.section_wrapper .lead {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.72222;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.liner {
    border-top: 1px solid;
    display: inline-block;
    height: 1px;
    margin: 0 0 50px;
    width: 40px;
}

.caption-box .liner {
	margin: 20px 0;
}

.head-title {
    font-size: 24px;
    letter-spacing: 6px;
    line-height: 36px;
    text-transform: uppercase;
}

.format-quote .entry-content > h2,
.format-link .caption > h2  {
    font-size: 26px;
    letter-spacing: 3px;
}


/* intro p */
.intro {

    margin-bottom: 100px;
    margin-left: 16.6667%;
    text-align: center;
    width: 66.6667%;
    padding: 0 15px;
    text-align: center;
}

/* Paralllax */
.page-template-template-section .parallax_section:first-child {
    margin-top: -110px;
}
.page-template-template-section .parallax_section {
    padding: 10% 0;
}
.parallax_section .content_wrapper.container{
	position: relative;
	text-align: center;
}

.parallax_section .btn {
	text-align: center;
}
/* ========= BLOG MASONRY ======= */

.masonry_blog_item {
	margin-bottom: 2em;
}
.masonry_blog_item .thumbnail {
    margin: 0;
}

.media_container, .media_container img {
    margin-bottom: 0;
}
.caption > h4 i, .entry-content > h2 i, .caption > h2 i, .entry-title i {
	display: none;
}

.masonry_blog_item.gallery_format.isotope-item .carousel-indicators {
	margin-bottom: 5px;
	bottom: 5px;
}

.format-quote,
.format-link,
.masonry_blog_item.link_format .thumbnail .caption, 
.masonry_blog_item.quote_format .thumbnail .caption {
    background-color: #fcfcfc;
    padding: 20px;
}

.masonry_blog_item .entry-content > h2, 
.masonry_blog_item .caption > h4, 
.masonry_blog_item.link_format .caption > h2  {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.masonry_blog_item.link_format .caption > h2 {
	margin: 0;
}

.blog_meta {
    display: block;
    font-size: 11px;
    padding: 5px 0;
}

.blog_meta .blog_comment {
	margin-left: 10px;
}
.quote_author {
    margin: 0;
    padding: 10px 0 0;
}
.masonry_blog_item .caption > p {
    margin: 0;
    padding: 0;
} 
.masonry_blog_item .entry-content {
	margin: 0;
}
.media_container img{
	width: 100%;
}
.media_container .carousel-inner > .item.active > img, 
.media_container  .carousel-inner > .item.active > a > img{
	border-radius: 0;	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
}

.masonry_blog_item .readmore {    
    display: table;
    margin-top: 1em;
}
.masonry_blog_item .readmore:after {
    content: "\f101";
    font-family: FontAwesome;
    padding-left: 5px;
}

/* Audio/Video jPlayer Skin 
--------------------------------------------------------------*/
.jp-audio,
.jp-video {
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jp-gui { margin-bottom:  0; }
.jp-interface {
    background: #232527;
    bottom: 15px;
    height: 33px;
    left: 4.54545%;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 91.25%;
}
.jp-video-full { position: relative; }

.jp-video-full .jp-jplayer {
	background: #000000;
	top: 0;
	left: 0;
	position: fixed !important;
	position: relative;
	overflow: hidden;
	z-index: 998;
}

.jp-video-full .jp-gui {
	z-index: 1000;
	display: block;
}
.jp-video-full .jp-interface { 
	bottom: 0;
	top: auto; 
	left: 0.25%;
	position: fixed;
	width: 99%;
	z-index: 1000;
}
.jp-controls,
.jp-toggles {
	float: left;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.jp-controls li { float: left; list-style: none; }
.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -999em;
}
.jp-play,
.jp-pause,
.jp-mute,
.jp-unmute {
	background: url(images/audio-controls.png) 0 0 no-repeat;
	display: block;
	z-index: 2;
	height: 100%;
	width: 30px;
}
.jp-pause { background-position: -34px 0; }

.jp-mute { background-position: -68px 0; }

.jp-unmute { background-position: -102px 0; }

.jp-play:hover {
    background-position: 0 -34px;
}
.jp-pause:hover {
	background-position: -34px -34px;
}
.jp-mute:hover {
	background-position: -68px -34px;
}
.jp-play,
.jp-pause { 
	border-right: 1px solid #343434; 
}
.jp-mute,
.jp-unmute { 
	border-left: 1px solid #343434;
	right: 52px; 
}
.jp-audio .jp-mute,
.jp-audio .jp-unmute { right: 52px; }
.jp-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	padding: 0 95px 0 40px;
	margin: 13px 0;
	width: 100%;
	height: 9px;
}
.iphone .jp-progress { padding-right: 15px; }
.jp-volume-bar {
	float: right;
	margin: 13px 0;
	right: 8px;
	width: 40px;
	height: 10px;
}
.jp-audio .jp-volume-bar { right: 7px; }
.jp-seek-bar,
.jp-volume-bar {
	background: #fff;
	cursor: pointer;
	height: 8px;
	padding: 0 0 1px 0;
	position: relative;
	z-index: 999;
}
.jp-seek-bar{
	width: 100% !important;	
}
.jp-play-bar,
.jp-volume-bar-value {
	background: #00245d;
	height: 8px;
}
.jp-video .jp-jplayer,
.jp-video .jp-jplayer img{
	height: auto !important;
	max-width: 100%;	
}
.jp-audio .jp-jplayer,
.jp-audio .jp-jplayer img{
	height: auto !important;
	width: 100% !important;	
}
/* ========== CLIENT CAROUSEL ========== */

.client_carousel .owl-carousel{
	margin: 0 auto;
	width: 96%;
	float: left;
	overflow: hidden;
}

.client_carousel .item {
	padding: 10px;
	text-align: center;
}

.client_carousel_nav.cc_prev {
	display: block;
	float: left;
	width: 2%;
}
.client_carousel_nav.cc_next{
	display: block;
	float: right;
	width: 2%;
}

/* ========== TESTIMONIALS SECTION ========== */

.testimonial_section .quote-icon img {
    border-radius: 100%;
    height: 160px;
    margin-bottom: 0;
    width: 160px;
}
.testimonial_section p.lead {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 2em auto;
    max-width: 80%;
    text-transform: none;
}
.testimonial_section cite {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.testimonial_section .carousel-control span, .client_carousel_nav {
    color: inherit;
    cursor: pointer;
}
.testimonial_section .carousel-indicators{
	display:none;
}
.client_carousel_nav {
	margin-top: 6% !important;
}
/* ========== SERVICES SECTION ========== */
.feature-icon.icon-font {
    color: inherit;
    margin-bottom: 2em;
}

.services_section .feature-icon.icon-image img {
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* Service Block Style */

.service_block .thumbnail {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 1em 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.service_block .thumbnail .caption {
    padding: 0 15px;
}
.service_block .thumbnail .caption > h4 {
	font-size: 14px;
    margin-top: 0;
}
.service_block .thumbnail .caption p {
    border-top: 1px solid;
    padding: 15px 0 0;
}

.feature-icon.icon-font.col-lg-2.col-md-2.col-sm-2 {
	text-align: center;
	padding: 0;
}

/* ========== STAT ========== */
.stat_container {
	display: block;
	overflow: hidden;
}
.stat_container .stat .box {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30% 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column

}
.stat_container .stat-icon {
}

.stat .stat-title {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 0;
}

.stat_subtitle {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.72222;
    margin-bottom: 2em;
    text-transform: uppercase;
}

/* ========== TEAM SECTION ========== */
.team_section .thumbnail {
padding: 0 15px;
}
.team_section .caption > h4 {
    line-height: 1.4;
    margin-top: 1em;
}
.team_section .caption small {
    color: inherit;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
}
.team_section .feature-icon img {
  height: auto;
  width: auto;
  margin: 0;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;e;
  transition: all 0.2s ease;
}

.team_section .thumbnail:hover .feature-icon {
overflow: hidden;
    overflow: hidden;
    
}
.team_section .thumbnail:hover img {
    overflow: hidden;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0.2;
}

.team_social {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;	
}
.team_social li {
    float: left;
    list-style: none outside none;
    width: 25px;
}
.team_social li a{
	border-bottom: none;
}
.team_social .tooltip.top .tooltip-arrow {
  border-top-color: #393939;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}

.team_social .tooltip-inner {
  background-color: #393939;
  line-height: 18px;
  padding: 6px 12px;
  text-align: center;
  width: auto;
  border-radius: 6px;
} 
.popover-trigger {
	color: #C9C9C9;
    border: medium none;
    cursor: pointer;
}
/* ========== FULLWIDTH SLIDER ========== */
.fullwidth_slider {
    display: block;
    height: auto;
    position: relative;
    z-index: 0;	
}

.slider_overlay {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.fullwidth_slider .carousel-inner img {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    left: 0;
    position: relative;
    width: 100%;
	min-width: 1400px;
    z-index: 0;
}

.fullwidth_slider .carousel{
	display: block;
	max-height: 815px;	
}
.fullwidth_slider .carousel-caption {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    float: none;
    padding: 0;
    text-align: center;
    top: 30%;
}
.fullwidth_slider .carousel-control{
	cursor:pointer;
	z-index: 999;	
}
.fullwidth_slider .carousel-indicators{
	 bottom: 60px;	
}
.fullwidth_slider .carousel-caption h1 {
    color: #FFFFFF;
    display: block;
    margin-top: 0;
    text-transform: uppercase;
}

.fullwidth_slider p.lead {
    margin: 0 auto;
    max-width: 800px;
}
.fullwidth_slider .carousel-caption p {
    font-size: 18px;
    line-height: 1.72222;
    margin: 0 auto;
    max-width: 800px;
}
.fullwidth_slider .slider_overlay{
	z-index: 1;
}

/* ========== ISOTOPE FILTERING ========== */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/* ========== GALLERY SECTION ========== */

#gallery-items{
	display: none;
}

.portfolio_section.section {  min-height: 300px; }

.home .portfolio_section.section { padding-bottom: 0}

.portfolio_section .gallery-filter {
  min-height: 96px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.gallery-filter ul {
    display: inherit;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.gallery-filter ul li {
	display: inline;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.gallery-filter ul li .btn {
	padding: 0;
}
.gallery-filter ul li a {
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0)!important;
}

.gallery-filter ul li a.selected,
.gallery-filter ul li a:hover {
	border: none;
	border-bottom: 2px solid #333!important;
	color: #00245d;
}

.portfolio_section #gallery-items {
  margin: 24px 0 0;
}

.portfolio-item {
	overflow: hidden;
	width: 100%;
	height: auto;
	display: block;
	padding: 15px;
}
.portfolio-item img {
	overflow: hidden;
    display: block;
    margin: 0;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 100%;
}
.portfolio-item:hover img {
	overflow: hidden;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0.2;
}
.portfolio-item > a {
	display:  block;
	position: relative;
	overflow: hidden;
}

.portfolio_icon_class {
	display: none;
}

.portfolio_detail {
	opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.portfolio-item:hover .portfolio_detail {
    opacity: 1;
}

.portfolio_detail .inner {}

.portfolio_detail h4 {
	font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}

.portfolio_tags {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.72222;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.portfolio_tags i {
    font-size: 3px;
    margin: 0;
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    border: medium none !important;
    font-family: glyphicons halflings !important;
    font-size: 40px !important;
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
 content: "\e080"!important;
}
.mfp-arrow-left .mfp-b, .mfp-arrow-left:before { 
content: "\e079"!important;
}

/* ========== PORTFOLIO LIGHTBOX NAV ========== */
button.mfp-arrow.mfp-arrow-left{
	background: url("images/sprites.png") -86px -84px #282828;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
	min-width: 30px;
}

button.mfp-arrow.mfp-arrow-right{
	background: url("images/sprites.png") -84px -184px #282828;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
	min-width: 30px;
}

/* ========== SINGLE PORTFOLIO PAGE ========== */
.single-portfolio .breadcrumb {
	display: none;
}
.single_portfolio_main{
	display: block;
	overflow:  hidden;
	width: 100%;
}
.zp_single_portfolio_feature {
	display: block;
	width: 100%;
	position: relative;
}
.zp_single_portfolio_image{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.single-portfolio .site-inner{
	padding: 100px 0 100px;
}
.single-portfolio .site-inner{
	background: #FFF;
	position: relative;
}
.single-portfolio .site-footer {
	background: #FCFCFC;
	position: relative;
}
.zp_single_portfolio_image  p.lead{
	margin: 0 auto;
}
.zp_single_portfolio_image .zp_single_arrow {
	font-size: 40px;
	bottom: 40px;
	cursor: pointer;
	position: absolute;
	left: 49%;
    color: #0d0d0d;
    height: 40px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 999;
}

.zp_single_portfolio_image .zp_single_arrow:hover {
   border-color: #00245d;
   color: #00245d;
}

.zp_single_content_feature {
	display: block;
	margin-top: 40px;
}
.zp_single_content_feature ul{
	list-style:  none;
	margin: 0;
	padding: 0;
}
.zp_single_content_feature ul li{
	list-style: none;
	margin-bottom: 2px;
}
.zp_single_content_feature ul li img{
	max-width: 100%;
	margin-bottom: 1em;
	width: 100%;
	height: auto;
}
/* Single Portfolio Nav */
.single_portfolio_nav {
	float: left;
	position: absolute;
	display: block;
	overflow: hidden;
	height: 70px;
	width: 100%;
	z-index: 9999;
}
.single_nav_prev{
	display: block;
	position: fixed;
	left: 15px;
	top: 50%;
	height: 70px;
	width: 40px;
}
.single_nav_next{
	display: block;
	position: fixed;
	top: 50%;
	right: 15px;
	height: 70px;
	width: 40px;
}
.single_prev{
	background: url( 'images/slider_left.gif' ) no-repeat scroll center center transparent;
	display: block;
	width: 100%;
	height: 100%;
}
.single_next{
	background: url( 'images/slider_right.gif' ) no-repeat scroll center center transparent;
	display: block;
	width: 100%;
	height: 100%;
}

/* Related Portfolio */
.zp_related_portfolio {
	display: block;
	float: left;
	margin: 60px auto 0;
	width: 100%;
}

/* ========== OWL SLIDER ========== */

.zp_theme_slider{
	display: none;
	margin-top: -110px;
	padding: 0;
}
.zp_slider_loader{
	background: url( images/AjaxLoader.gif) no-repeat center center;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}
.zp_slider .img-bg {
	background-position: center center;
	background-size: cover;
}
.slider-mask {
	background: rgba(255, 255, 255, 0.3);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.caption-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5rem 4rem;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.zp_slider .caption-box h1, .caption-box > h1 {
    color: #141412;
    font-size: 50px;
    letter-spacing: 8px;
    line-height: 1.75;
    margin: 0;
    text-transform: uppercase;;
}

.zp_slider  .caption-box .lead, .zp_single_portfolio_image p.lead {
    font-size: 11px;
    letter-spacing: 3px;
    line-height: 1.72222;
    margin: 0 auto 1em;
    max-width: 800px;
    text-transform: uppercase;
}

.zp_single_portfolio_image p.lead i {
    font-size: 3px;
    margin: 0 2px;
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}


.owl-theme .owl-controls .owl-pagination{
	bottom: 0;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	float: left;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	float: right;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
		display: block; 
		width: 50%; 
		height: 100%; 
		margin:0; 
		position: absolute; 
		top: 0; 
		z-index: 10; 
		overflow: hidden; 
		opacity: 0; 
		cursor: pointer; 
		color: rgba(0,0,0,0.8); 
		text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
		-webkit-transition: all .3s ease; 
		-moz-transition: all .3s ease; 
		transition: all .3s ease; 
		background-color: rgba(255,255,255,0);	
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	text-indent: -9999px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev { 
		opacity:0;
		left:0;
		cursor: url(images/slider_left.gif), e-resize;
}
	
.owl-theme .owl-controls .owl-buttons .owl-next {
		opacity:0;
		right:0;
		cursor: url(images/slider_right.gif), e-resize;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url( /images/AjaxLoader.gif) no-repeat center center
}


	


/* ========== PRICING SECTION ========== */
.pricing_main {
	color: #333333;
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 2;
}
.pricing_section li.pricing {
	margin:20px 0;
	float:left;
	position:relative;
	overflow:hidden;
}

.pricing_section li.pricing:first-child {
	margin-left:0;
}
.pricing_section li.pricing ul {
    background:  #fcfcfc;
    margin: 0;
    padding: 24px;
}
.pricing_section li.pricing ul li { 
    list-style: none outside none;
    margin: 0;
    padding: 6px 0; 
}

.pricing_section li.pricing ul li:last-child {
	border:	none;
}

.pricing_section li.pricing h2 {
    background: #fcfcfc;
    font-size: 18px;
    margin: 0;
    padding: 24px;
}
.plan-head { 
    background-color: #fcfcfc;
}
.plan-price {
	font-size: 26px;
    padding: 12px 24px;
}
.plan-terms {
    font-size: 12px;
    font-style: italic;
    padding: 0 24px;
}
.plan-terms:after {
    border-top: 1px solid;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    margin: 5px 0 0;
    position: relative;
    width: 50px;
}
.plan-bottom { 
	background: #fcfcfc;
	padding: 24px;
}
.pricing_section li.bestprice h2 {
	padding:24px;
	margin: 0;
}

/* lightbox background */
.mfp-bg {
	background: #fff !important;
}
.mfp-figure:after {
	box-shadow: none !important;
}
button.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	background: url("images/sprites.png") repeat scroll -85px -285px #282828 !important;
    height: 30px!important;
    right: 0 !important;
    text-indent: 99999px !important;
    width: 30px!important;
    min-width: 30px;
    cursor: pointer!important;
}
img.mfp-img {
	padding: 0px !important;
}


/* Pre Loader */
.preloader {
	background: #fcfcfc;
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
}

.loader:before,
.loader:after,
.loader {
	position:fixed;
	visibility: visible;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background-color:#0e0e0e;;
	border-radius: 100%;
	-webkit-animation: load7 1.0s infinite ease-in-out;
	-moz-animation: load7 1.0s infinite ease-in-out;
	-o-animation: load7 1.0s infinite ease-in-out;
	-ms-animation: load7 1.0s infinite ease-in-out;
	animation: load7 1.0s infinite ease-in-out;
}
.loader {
  top:50%;
  left:50%;
  margin: 0 auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  top: 45%;
}

@keyframes load7 {
  0%{transform:scale(0.0)}
  90%{opacity:.2}
  100%{transform:scale(.8);opacity:.1}
}
@-webkit-keyframes load7 {
  0% {-webkit-transform: scale(0.0) }
  90%{opacity:.2}
  100% {-webkit-transform: scale(.8);opacity:.1}
}
@-moz-keyframes load7 {
  0% {-moz-transform: scale(0.0) }
  90%{opacity:.2}
  100% {-moz-transform: scale(.8);opacity:.1}
}
@-o-keyframes load7 {
  0% {-o-transform: scale(0.0) }
  90%{opacity:.2}
  100% {-o-transform: scale(.8);opacity:.1}
}
@-ms-keyframes load7{
  0% {-ms-transform: scale(0.0) }
  90%{opacity:.2}
  100% {-ms-transform: scale(.8);opacity:.1}
}

.zp_animate{
  opacity: 0;
}

.zp_animate.animated{
    opacity: 1;
}

#top-link {
	background: transparent;
	border:	3px solid #0d0d0d;
	bottom: 58px;
	color: #0d0d0d;
	cursor: pointer;
	height: 40px;
	position: fixed;
	line-height: 32px;
	right: 50px;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	width: 40px;
	z-index: 999;
	text-align: center;
}
#top-link:hover {
    background-color: transaprent;
    border-color: #00245d;
    color: #00245d;
}

.col-md-5.content-center-left {
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: block;
    padding: 0;
}
.col-md-5.content-center-right {
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: block;
    padding: 0;
}
.cotent_table_wrap {
	display: table;
	height: 100%;
	width: 100%;
	padding: 0 100px;
}
.content_table_cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.info_image_section .container-fluid,
.info_slider_section .container-fluid,
.info_video_section .container-fluid{
      position: relative;
      padding: 0 15px;
      margin: 0 15px;
}

/* Video Background */
.video_bg_wrap {
	position: absolute;
	margin-top: 0;
	width: 100%;
 	height: 100%;
}
.section_wrapper.is_video:first-child .video_bg_wrap{
	margin-top: -110px;
}
.section_wrapper.is_video:first-child{
	overflow: visible;
	margin-bottom: -110px;
}
.section_wrapper.is_video {
	padding: 0;
	overflow: hidden;
}

 .video_bg_container {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
}

.video_holder{
	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
}

.video_bg_container{
	width: 100%;
	height: 100%;
	top: 0;
	background-size: cover;
	overflow: hidden;
}
.video_bg_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
}
.video_bg_content_wrap {
	position: relative;
	z-index: 999;
	height: 100%;
	width: 100%;
	display: table;
}
.video_bg_content {
	position: relative;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.video_bg_content h1,
.video_bg_content  h2{
	color: #141412;
	font-size: 50px;
	line-height: 1.75;
	margin: 0;
	text-transform: uppercase;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}