/*
Theme Name: Zincy Pro
Theme URI: http://8degreethemes.com/wordpress-themes/zincy-pro/
Author: 8Degree Themes
Author URI: http://8degreethemes.com
Description: Zincy Pro is a powerful & feature-rich business theme. It comes up with customizer panel which allows you to live preview your changes, configurations, settings and design! It is super user friendly, lightweight and saves a lot of setup/configuration time. Features include: access to Google Fonts, unlimited color setting, layout control, logo/fav icon upload, category slider, sticky (menu) navigation, blog layout, testimonial,  portfolio, several page and post layout and much more. Compatibility: all major browser, fully responsive, WooCommerce, bbPress and all major plugins. Others: Translation ready, SEO friendly, RTL support.
Version: 1.0.1.9
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: zincy-pro
Domain Path: /languages/
Tags: blue, white, dark, black, light, custom-menu, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-background, threaded-comments, full-width-template, custom-header, flexible-header, responsive-layout

Zincy Pro WordPress Theme, Copyright 2015 http://8degreethemes.com/
Zincy Pro is distributed under the terms of the GNU GPL
Zincy Pro is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-family: Dorid Sans;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #555;
	font-weight: 300;
}
p {
	margin-bottom:20px;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 15px;
	font-size: 20px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
address {
	margin: 0 0 15px;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

h1{ font-size:30px;}
h2{ font-size:26px;}
h3{ font-size:22px;}
h4{ font-size:20px;}
h5{ font-size:18px;}
h6{ font-size:16px;}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 15px 20px;
}
ul {
	list-style: circle;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 15px 15px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	border: 1px solid #CCC;
	padding:5px 10px;
}
td{
	border: 1px solid #CCC;
	padding: 5px 10px;
}

/*===================== SEARCH BOX ==============================*/

.search-box{
	line-height: 18px;
	display:inline;
	/*position: relative;*/
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
form.search-form {
    width: 98%;
}

.search-box i.fa{
	cursor: pointer;
	font-size: 14px;
	padding: 10px;
	text-align: right;
	transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	z-index: 1;
}

.search-box i.fa:hover, .search-box i.fa.open {
    background: #3c90be none repeat scroll 0 0;
    color: #fff;
}
.zincy-search{
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    opacity: 0;
    padding: 30px 20px;
    position: absolute;
    right: 0;
    top: 25px;
	height: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;	
}
.search-box .active{
	opacity: 1;
	top: 45px;
	z-index: 99999;
	height: 100px;
}
.close-icon {
	margin-top: 5px;
    text-align: center;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%; 
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.zincy-search .close-icon span{
	 color: #ccc;
    font-size: 35px;
    font-weight: 900;
}
.zincy-search .close-icon:hover{
	color:#fff;
	cursor: pointer;
	background: #ff3030;
}
.zincy-search form.search-form input.search-submit{
	margin:0;
	float: left;
	background:#3c90be;
	border-color:#1a79ad;
	height: 43px;
	border-radius: 0;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	width: 79px;
}
.zincy-search form.search-form input[type="search"]{
	border-radius: 0;
	padding: 0 6px;
	height: 41px;
	float:left;
	width: 90%;
}
.zincy-search form.search-form input.search-submit:hover{
	background: #1a79ad;
	border-color: #0d6392;
}

.active{
	display: block;
}

/*---------------google map show/hide ------------------------*/
.google-map{
	display: none;
}
.google-icon{
    cursor: pointer;
    color: #fff;
    padding: 2px 5px;   
    width: 35px;
    text-align: center;  
    position: absolute;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    z-index: 99999;
}
.google-icon:hover{
	border-color: #333;
	color: #333;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}

.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #308abc;
	border-radius: 3px;
	border:1px solid #176a98;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 13px;
	font-size: 1.4rem;
	line-height: 1;
	text-transform: capitalize;
	padding: 8px 15px;
	font-weight: normal;
	display: inline-block;
	position:relative;
	box-shadow: 0 0 0 transparent inset;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

.bttn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border:1px solid #004971;
	color: #fff;
	box-shadow: 100px 0 #176a98 inset;
}

.navigation .nav-links a {
	background: #353f47;
	color: #FFF;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 13px;
	font-size: 1.2rem;
	line-height: 1;
	text-transform: uppercase;
	border: none;
	padding: 8px 15px;
	font-weight: normal;
	border-bottom: 3px solid #111;
	display: inline-block;
	position:relative;
}
.navigation .nav-links a:after {
	background: #3c90be none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 3px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    width: 0;
}
.navigation .nav-links .nav-previous a:after {
	right: 0;
}
.navigation .nav-links .nav-next a:after {
	left: 0px;
}
.navigation .nav-links a:hover:after {
	content: "";
	width: 100%;

}
    .bttn:hover{
    	color:#FFF;
    }
    .navigation .nav-links a:hover{
	    color:#FFF;
	}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
textarea, input{
	width: auto;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"], 
input[type="tel"]
{
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 36px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus
textarea:focus {
	border: 1px solid #AAA;
}
.searchform input[type="text"]:focus{
	border:none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"], 
input[type="tel"] {
	padding: 3px 6px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 160px;
	max-width: 100%;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
a:visited {
}
a:hover,
a:focus,
a:active {

}



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

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}
.comment-metadata time{
	color: #3c90be;
}
.comment-metadata time:hover{
	text-decoration: underline;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.zl-wrapper:after,
.zl-wrapper:before {
	content: '';
	display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.zl-wrapper:after {
	clear: both;
}

.clear{
	clear:both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 40px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
h1.entry-title, h1.page-title{ 
	font-family: 'Droid Sans';
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: capitalize;
}
.single h1.entry-title span{
	display: none;
} 
h1.entry-title a{
	color:#666;
}
h1.entry-title a:hover{
	color: #3c90be;
}

.sticky {
}
.hentry {
	margin: 0 0 15px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline,
.posted-on {
	display: inline;
	font-family: "Lato";
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
span.author a{
	color:#3c90be;
	text-transform: uppercase;
	font-weight: normal;
}
span.author a:hover{
	text-decoration: underline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 15px;
}
.edit-link .post-edit-link{
	background: #fff;
	padding:4px 10px;
	color: #000 !important;
	line-height: 1;
	border-radius: 3px;
	font-size: 13px;
	border:1px solid #ccc;
	font-weight: normal;
}
.edit-link .post-edit-link:hover{
	background: #3c90be;
	border:1px solid #3c90be;
	color: #fff !important;
}

.edit-link .post-edit-link:before{
	content: "\f044";
	font-family:FontAwesome;
	margin-right: 5px;
}

/*=================================== NEWS AND EVENTS =====================================*/

.archive article.hentry{
	box-shadow: 0 0 5px #dddddd;
	border-radius: 3px;
	padding: 20px;
	border-bottom: 0;
}
.archive article.hentry .entry-thumbnail{
	margin-bottom: 0px;
}
.archive article.hentry .entry-thumbnail:hover img {
    border-radius: 20px;
    opacity: 0.9;
    filter: Alpha(opacity=100);
}
.archive article.hentry .entry-thumbnail img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.archive article.hentry:nth-child(even) .entry-thumbnail{
	float: right;
	margin-right:0px;
	margin-left: 15px; 
}
.archive article.hentry:nth-child(even) a.bttn{
	float: left;
}

article.hentry .edit-link{
	border-top: 1px solid #e5e5e5;
	display: block;
	margin-top: 20px;
	padding-top: 40px;
}

article.hentry h1.entry-title{
	margin-bottom: 5px;
	line-height: 1.2;
	font-family: 'Droid Sans';
	font-weight: normal;
    white-space: normal;
}

article.hentry .entry-footer > span{
	margin-right: 15px;
	font-size: 13px;
	font-weight: normal;
}

.page-header{
	border-left: 5px solid #666;
	padding-left: 15px;
	margin-bottom: 25px;
}

.posted-on:before{
	content: "\f073";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}

.posted-on a, .cat-links a{
	color: #3c90be !important;
}
.posted-on a:hover, .cat-links a:hover{
	text-decoration: underline;
}
.cat-links:before{
	content: "\f07c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}

.comments-link:before{
	content: "\f075";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}

.tags-links:before{
	content: "\f02c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}

.entry-footer a{
	color: #999;
}

.entry-footer a:hover{
	color:#01AEFD;
}

/*--------------------------------------------------------------
Faq Page
---------------------------------------------------------------*/
.faq-listing .faqs {
    margin-bottom: 10px;
}
.faqs .faq-question::after {
    color: #fff;
    content: "";
    font-family: fontAwesome;
    font-size: 14px;
    height: 14px;
    left: 10px;
    line-height: 14px;
    position: absolute;
    top: 35%;
    width: 14px;
    transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.faqs .faq-question.minus::after {
    content: "";
    font-family: fontAwesome;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.faqs .faq-question {
  border: 1px solid #EEE;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  background: #3c90be;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.faqs .faq-question:hover {
	background: #1377ad;
}
  
.faqs .faq-answer {
  border: 1px solid #EEE;
  border-top: none;
  background: #F9F9F9;
  color: #555;
  display: none;
  font-size: 13px;
  font-weight: normal;
  padding: 12px 15px;
}

.faq-show .faqs .faq-answer {
  display: block;
  border: 1px solid #EEE;
  border-top: none;
  padding: 12px 15px;
  background: #F9F9F9;
}

/*--------------------------------------------------------------
events style
--------------------------------------------------------------*/

.event-button{
	margin: 0;
	padding: 0;
	list-style: none;

}
.event-button li::after {
    content: "/";
    left: 10px;
    position: relative;
}
.event-button li{
	float: left;
	cursor: pointer;
	padding: 8px 10px;
	margin-left: 1px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.event-button li:last-child::after {
    content: "";
    left: 0;
    position: relative;
}

.event-button li.no-link::after {
    content: ":";
    left: 3px;
    position: relative;
}
.event-button li.no-link {
    color: #333;
    cursor: auto;
    font-weight: 600;
    text-transform: uppercase;
}
.event-button li:hover.no-link{
	color: #333;
}

.event-button li:hover, .event-button li.is-checked{
	color: #1c6f9d;
}

.event-button.event-order{
	float: left;
}

.event-button.event-sort{
	float: right;
}

#event-grid{
	margin-top: 25px;
}

#event-grid.column-2{
	margin-left: -2%;
}

.event_list #event-grid{
	margin-left: 0 !important;
}

.event-listing.event_list{
	position: relative;
}

.event-listing.event_list .events{
	margin-bottom: 30px;
	width: 100%;
	}

.event-listing.event_list:after{
	 border-left: 4px solid #ddd;
    content: "";
    height: 95%;
    left: 48%;
    position: absolute;
    top: 56px;
}

.event-listing.event_list .event-img{
	float: left;
    position: relative;
    width: 40%;	
}
.event-listing.event_list .events:nth-of-type(2n) .event-img {
    float: right;
}

.event-listing.event_list .event-img:after{
	 border-top: 1px dashed #ddd;
    content: "";
    left: 101%;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20%;
}
.event-listing.event_list .events:nth-of-type(2n) .event-img::after {
    left: -29%;
    width: 21%;
}

/*.event-listing.event_list .event-img img{
	max-width: 100%;
	border-radius:100%;
	border:5px solid #DDD;
	padding: 3px;
	}*/
h4.event-title {
    color: #444;
    font-size: 18px;
    font-weight: 600;
}
.event-excerpt {
    color: #666;
    font-size: 13px;
    line-height: 22px;
}

.event-listing.event_list a.event-short-desc{
	position: relative;
	width: 50%;
	float: right;
	background-color: #f5f5f5;
	border-left:3px solid #3c90be;
	padding: 20px;
	color: #333;
	margin-top: 14px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.event-listing.event_list .events:nth-of-type(2n) a.event-short-desc {
    border-left: 0 none;
    border-right: 3px solid #3c90be;
    float: left;
    width: 46%;
    margin-top: 7px;
}
.no-sidebar .event-listing.event_list .events:nth-of-type(2n) a.event-short-desc{
	margin-top: 16px;
}
a.event-short-desc:hover{
	box-shadow: 0 0 30px #ddd inset;
}

.event-listing.event_list .event-short-desc:after{
	content: "";
	position: absolute;
	border-width: 15px;
	border-style: solid;
	border-color: transparent #3c90be transparent transparent;
	left: -30px;
	top: 50%;
	margin-top: -15px;
}
.event-listing.event_list .events:nth-of-type(2n) .event-short-desc::after {
    left: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.event-listing.event_list .events:nth-of-type(2n) .event-date {
    border-left: 1px solid #ddd;
    border-right: 0 none;
    right: 84%;
}

.event-listing.event_list .event-date{
	position: absolute;
	background:#FFF;
	right: -4px;
	top: 50%;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	font-size: 13px;
	z-index: 1;
	white-space: nowrap;
	margin-left: -6px;
	width: 110px;
	text-align: center;
	text-transform: uppercase;
	border:1px solid #DDD;
	border-left: 0;
}

.event-listing.event_grid .events{
	float: left;
	background-color: #EEE;
}

.event-listing.event_grid .column-2 .events{
	width: 48%;
	margin-bottom: 2%;
	margin-left: 2%;
	
}

.event-listing.event_grid .column-3 .events{
	width: 32.333%;
	margin-bottom: 40px;
	margin-left: 1%;	
}
.column-3 .events {
    min-height: 280px;
}
.event-listing.event_grid .column-3 .event-img{
	position: relative;
	/*height: 109px;*/
    line-height: 160px;
	background: #F6F6F6;
	text-align: center;
	overflow: hidden;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
 .column-3 .event-img > a  {
    display: inline-block;
    width: 100%;
    line-height: 0;
}

.event_list .event-img > a{
     border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 0 5px #ddd;
    display: inline-block;
    float: right;
    height: 150px;
    line-height: 180px;
    margin-right: 105px;
    overflow: hidden;
    text-align: center;
    width: 150px;
}
.event_list .events:nth-of-type(2n) .event-img > a {
    float: none;
    margin-left: 73px;
    margin-right: 0;
    text-align: left;
}
.left-sidebar .event_list .events:nth-of-type(2n) .event-img > a, .right-sidebar .event_list .events:nth-of-type(2n) .event-img > a {
	margin-left: 54px;
}
.left-sidebar .event_list .events:nth-of-type(2n) .event-img > a, {
    margin-right: 133px;
}
/*.event_list .column-3 .events:nth-of-type(2n) .event-img > a {
	margin-right: 0;
	margin-left: 51px;
}*/
.no-sidebar.boxed-layout .event_list .events:nth-of-type(2n) .event-img > a{
	margin-left: 68px;
}
.boxed-layout .event_list .events:nth-of-type(2n) .event-img > a {
    margin-left: 49px;
}

.event-listing.event_grid .column-4 .events{
	width: 24%;
	margin-bottom: 1%;
	margin-left: 1%;

}

.event-listing.event_grid .column-5 .events{
	width: 19%;
	margin-bottom: 1%;
	margin-left: 1%;

}

.event-listing.event_grid .event-img{
	position: relative;
	background: #F6F6F6;
	text-align: center;
	overflow: hidden;
	line-height: 200px;
	height: 150px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.event-listing.event_grid .column-4 .event-img{
	height: 108px;
	line-height: 160px;
}
.event-listing.event_grid .column-5 .event-img{
	height: 85px;
	line-height: 140px;
}
.event-img > a {
    display: inline-block;
    width: 100%;
    line-height: 0;
}
.event-listing.event_grid .event-img:before {
	content: "";
	position: absolute;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.event-listing.event_grid .event-img:hover:before{
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.3) inset;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

.event-listing.event_grid .event-img:hover a{
	position: static;
	z-index: 9999;
}

.event-listing.event_grid .event-short-desc{
	color:#333;
	padding: 15px;
	display: block;
	min-height: 170px;
}

.event-listing.event_grid .event-date{
	background-color: #3c90be;
    border-top-right-radius: 5px;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 24px;
    padding: 5px 20px;
    position: absolute;
    text-transform: uppercase;
}
.zincy-align-left, .zincy-align-none {
    text-align: left;
    width: 100%;
}
.zincy-align-right {
    text-align: right;
    width: 100%;
}
.zincy-align-center {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}


/*--------------------------------------------------------------
portfolio style
--------------------------------------------------------------*/
.portfolio-wrapper{
	margin: 0 auto;
	width: 100%;
}
.portfolio-wrapper #primary{
	width: 100%;
}


.portfolio_grid {
    margin-bottom: 55px;
}
.portfolio-title h1{
    font-family: "Droid Sans";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

ul.button-group{
	margin: 0 0 58px 0;
	list-style: none;
	text-align: center;
}

ul.button-group li{
    cursor: pointer;
    display: inline;
    font-family: "Lato";
    font-size: 18px;
    font-style: italic;
    line-height: 1;
    margin-right: 15px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
ul.button-group li::after {
    border-right: 1px solid #000;
    content: "";
    height: 16px;
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
}
ul.button-group li:last-child::after {
		border-right: none; 
}
ul.button-group li:hover, ul.button-group li.is-checked{
	color: #3898f3;
}

ul.button-group li.no-link{
	cursor: auto;
	color: #222222;
	font-weight: bold;
} 

.portfolio_grid .portfolios, .portfolio_grid .column-five .portfolio-home{
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.portfolio_grid .portfolios img, .portfolio_grid .column-five .portfolio-home img{
	width: 100%;
	height: auto;
}

.portfolio_grid .column-2 .portfolios{
	width: 20%;
	margin-bottom: 1px;
	padding-right: 1px;
	
}

.portfolio_grid .column-3 .portfolios{
	width: 32.333%;
	margin-bottom: 1%;
	margin-left: 1%;
	
}

.portfolio_grid .column-4 .portfolios{
	width: 24%;
	margin-bottom: 1%;
	margin-left: 1%;
	
}

.portfolio_grid .column-5 .portfolios {
	height: auto;
    padding-bottom: 1px;
    padding-right: 1px;
    width: 20%;
}
.portfolio_grid .column-five .portfolio-home{
	height: auto;
    margin-bottom: -8px;
    margin-right: -4px;
    padding-bottom: 1px;
    padding-right: 1px;
    width: 20%;
}

#portfolio-grid, #portfolio-home-grid {
	margin-left: -1%;
}
.boxed-layout #portfolio-grid, #portfolio-home-grid{
	margin-left: 1px;
}

#portfolio-grid.column-2{
	margin-left:-2%;
}
.boxed-layout #portfolio-grid.column-2{
	margin-left: 1px;
}

.portfolios-inner, .portfolios-home-inner {
    overflow: hidden;
    line-height: 0;
}

.portfolio_grid .portfolio-short-desc{
	background: rgba(60, 144, 190, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	padding-top: 50px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
}
.portfolios:hover .portfolio-short-desc, .portfolio-home:hover .portfolio-short-desc{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.portfolio_grid .portfolio-short-desc .portfolio-title {
    font-weight: 300;
	width: 100%;
	font-size: 16px;
	color:#FFF !important;
	padding:0 10px;
	line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    opacity: 0;
    margin-top: 20px;
    visibility: hidden;
    transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    transform:scale(1) translateX(100%);
	-ms-transform:scale(1) translateX(100%); /* IE 9*/ 
	-webkit-transform:scale(1) translateX(100%); /* Opera, Chrome, and Safari*/
}

.portfolio_grid .portfolio-short-desc .portfolio-title a{
	color: #FFF !important;
	font-family: "Droid Sans";
	font-size: 1.5vw;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	padding: 0 10px;
	white-space: initial;
	
}
.portfolio_grid .portfolio-short-desc .portfolio-title a:after{
	margin: 0 auto;
	text-align: center;
	content: "";
	width: 0;
	display: block;
	height: 1px;
	background-color: transparent;
	transition: background-color 0.5s ease, width 0.5s ease;
	-webkit-transition: background-color 0.5s ease, width 0.5s ease;
	-moz-transition: background-color 0.5s ease, width 0.5s ease;
}
.portfolio_grid .portfolio-short-desc .portfolio-title a:hover:after{
	content: "";
	width: 100%;
	background-color: #fff;
}

.portfolio_grid .portfolios:hover .portfolio-title, .portfolio_grid .portfolio-home:hover .portfolio-title {
	opacity: 1;
    visibility: visible;
	transform:translateX(0);
	-ms-transform:translateX(0); /* IE 9 */
	-webkit-transform:translateX(0); /* Opera, Chrome, and Safari */
	 transition:all 0.5s ease-in-out 0.3s;
	-moz-transition:all 0.5s ease-in-out 0.3s;
	-webkit-transition:all 0.5s ease-in-out 0.3s;
}

.portfolio_grid .portfolio-short-desc a.portfolio-link{
	background-color: transparent;
	color: #FFF;
	border: 2px solid #fff;
	border-radius: 100%;
	margin: 0 2px;
	display: inline-block;
	visibility: hidden;
	font-size: 20px;
	font-weight: 100;
	height: 42px;
	width: 42px;
	line-height: 38px;
	text-align: center;
	transform:translateX(-500%) rotate(-360deg);
	-ms-transform:translateX(-500%) rotate(-360deg); /* IE 9 */
	-webkit-transform:translateX(-500%) rotate(-360deg); /* Opera, Chrome, and Safari */
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}

.portfolio_grid .portfolio-short-desc a.portfolio-image{
	transition:all 0.1s ease-in-out 0.1s;
	-moz-transition:all 0.1s ease-in-out 0.1s;
	-webkit-transition:all 0.1s ease-in-out 0.1s;
}

.portfolio_grid .portfolios:hover a.portfolio-link, .portfolio_grid .portfolio-home:hover a.portfolio-link{
	/*opacity: 1;*/
	visibility: visible;
	transition:all 0.5s ease-in-out 0.3s;
	-moz-transition:all 0.5s ease-in-out 0.3s;
	-webkit-transition:all 0.5s ease-in-out 0.3s;
	transform:translateX(0) rotate(0deg);
	-ms-transform:translateX(0) rotate(0deg); /* IE 9 */
	-webkit-transform:translateX(0) rotate(0deg); /* Opera, Chrome, and Safari */
}


.portfolio_list #portfolio-grid{
	margin-left: 0 !important;
}

/*.portfolio_list .portfolios{
	margin-bottom: 30px;
}*/

.portfolio_list .portfolios img {
    border: 1px solid #ddd;
    float: left;
    padding: 5px;
    width: 30%;
}
.portfolio_list .portfolios .portfolio-excerpt img {
    display: none;
}

.portfolio_list .portfolio-short-desc{
	width: 67%;
	float: right;
}
.portfolio_list .portfolio-short-desc a.portfolio-image,
.portfolio_list .portfolio-short-desc a.portfolio-link{
	display: none;
}

.portfolio_list .portfolio-short-desc .portfolio-excerpt{
	margin-bottom: 20px;
	font-weight: normal;
}
.portfolio-excerpt {
    line-height: 22px;
}
.portfolios .portfolio-short-desc h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.portfolio_list .portfolio-excerpt h2, 
.portfolio_list .portfolio-excerpt h1, 
.portfolio_list .portfolio-excerpt h3, 
.portfolio_list .portfolio-excerpt h4, 
.portfolio_list .portfolio-excerpt h5, 
.portfolio_list .portfolio-excerpt h6 {
    font-size: 18px;
}
.portfolio-title a{
	display: inline-block;
	color: #333;
}
.portfolio-title a:hover{
	color: #3797cb;
}
.portfolio-title a::after {
    background: transparent;
    content: "";
    display: block;
    transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    -moz-transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    width: 0;
    height: 2px;
}
.portfolio-title a:hover::after {
    background: #3797cb;
    width: 100%;
}

/*--------------------------------------------------------------
shortcodes style
--------------------------------------------------------------*/
.zincy_column {
    float:left;
    -webkit-box-sizing:border-box;
    background-clip:padding-box !important;
}

.zincy_column {
    padding:0 0%;
}
         
.zincy-row .zincy_column:first-child {
    margin-left:0;
}

.zincy-span1 {
    margin-left: 0;
    padding: 0 2%;
    width: 16.5%;
}
.zincy-span2 {
    padding: 0 15px;
    width: 33%;
}
.zincy-span3 {
    padding: 0 15px;
    width: 50%;
}
.zincy-span4 {
    padding: 0 15px;
    width: 68%;
}
.zincy-span5 {
    padding: 0 15px;
    width: 83%;
}
.zincy-span6 {
    padding: 0 15px;
    width: 100%;
}
 /*.zincy_column.zincy-span1:nth-child(3n) {
    margin-right: 0;
}*/

/*--------------------------------------------------------------
progress bar widgets
--------------------------------------------------------------*/
.widget.widget_zincypro_progress_bar {
    margin-bottom: 20px;
}
.widget.widget_zincypro_progress_bar:last-child {
	margin-bottom: 40px;
}
.zl-progress-bar {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    height: 15px;
    line-height: 30px;
 /*   padding: 0 15px;*/
    position: relative;
    width: 100%;
}
.zl-progress-bar .zl-progress-bar-percentage{
    height: 100%;
    background: #3c90be;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}
.zl-progress-bar span{
    position: relative;
}

/*----------------------------------------------------------
TABS GROUP
-----------------------------------------------------------*/
.zincy_tab_wrap.horizontal .zincy_tab_group {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-left: 5px;
}	
.zincy_tab_wrap.horizontal .tab-title {
	background: #fff;
	font-family: Droid Sans;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 15px;
    margin-right: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.zincy_tab_wrap.horizontal .tab-title:last-child {
	margin-right: 0;
}
.zincy_tab_wrap.horizontal .zincy_tab_group .tab-title:hover{
	background: linear-gradient(#fff, #f5f4f4);
	background: -webkit-linear-gradient(#fff, #f5f4f4);
	background: -moz-linear-gradient(#fff, #f5f4f4);
	background: -ms-linear-gradient(#fff, #f5f4f4);
	background: -o-linear-gradient(#fff, #f5f4f4);
}
.zincy_tab_wrap.horizontal .zincy_tab_group .active, .zincy_tab_wrap.horizontal .zincy_tab_group .tab-title:hover.active {
	background: linear-gradient(#f5f4f4, #fff);
	background: -webkit-linear-gradient(#f5f4f4, #fff);
	background: -moz-linear-gradient(#f5f4f4, #fff);
	background: -ms-linear-gradient(#f5f4f4, #fff);
	background: -o-linear-gradient(#f5f4f4, #fff);
    position: relative;
    top: 1px;
}
.zincy_tab_content .zincy_tab {
    display: none;
}
/*--------------------- VERTICLE TABS GROUP -----------------------*/
.zincy_tab_wrap.vertical .zincy_tab_group {
    float: left;
    width: 30%;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.zincy_tab_wrap.vertical .tab-title {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.zincy_tab_wrap.vertical .tab-title:hover, .zincy_tab_wrap.vertical .tab-title.active {
	background: #f5f4f4;
}
.zincy_tab_wrap.vertical .tab-title:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.zincy_tab_wrap.vertical .tab-title.active{
	position: relative;
}
.zincy_tab_wrap.vertical .tab-title.active:after{
	 border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
    right: -1px;
    top: 8px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.zincy_tab_wrap.vertical .zincy_tab_content {
    float: left;
    width: 65%;
}
.shortcode-slider {
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#comments h2.comments-title{
	font-family: 'Lato';
	font-style: italic;
	margin: 15px 0;
	font-weight: normal;
}
#comments h3{
	margin:0 0 10px;
	line-height: 1;
}
#commentform label{
	width: 120px;
	display: inline-block;
}
textarea#comment{ 
	width: 60%;
	height: 150px;
	border: 1px solid #e8e9e9;
}

/*Comment Lists*/
.comments-area ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments-area .comment-list{
	background: #F2F3F4;
	padding: 20px;
}

.comments-area ol.children{
	margin: 15px 0 0 15px;
	padding-top: 15px;
	border-top: 2px solid #FFF;
}

.comment-list li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 6px solid #FFF;
}

.comment-list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.comment-author img{
	vertical-align: text-top;
	margin-right: 15px;
}

.comment-author{
	float: left;
}
.comment-metadata {
    text-align: right;
}
.comment-metadata time {
    font-size: 13px;
}
.edit-link .comment-edit-link {
    font-style: italic;
    font-weight: bold;
    margin: 0 15px;
    color: #333;
}
.comment-meta{
	margin-bottom: 10px;
}
.edit-link .comment-edit-link:hover {
	color: #3c90be;
}

.comment-author .fn{
	font-style: normal;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
}

.comment-author .fn .url{
	color: #333;
}

.comment-author .fn .url:hover{
	border-bottom: 1px dotted #333;
}

.comment-author .says{
	display: none;
}

.commentmetadata{ 
	float: right;
	font-family: 'Lato';
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}

.commentmetadata a{
	color: #666;
}

.commentmetadata .comment-edit-link{
	color:#01AEFD;
}

.commentmetadata + .clear{
	margin-bottom: 20px;
}

.reply .comment-reply-link{
	background: #fff;
	border-radius: 3px;
	border:1px solid #ccc;
	color: #000;
	font-size: 13px;
	line-height: 1;
	padding: 5px 10px;
}
.reply .comment-reply-link:hover{
	background:#3c90be;
	border:1px solid #21729e;
	color: #fff;
}

#respond{
	background: #f8f9fa;
	padding: 20px;
	margin-top: 10px;
	border: 1px solid #e8e9e9;
	border-radius: 3px;
}

#commentform .form-submit{
	margin-bottom: 0;
}

.comment-awaiting-moderation{
	background: #111;
	position: absolute;
	left: 50%;
	top: -20px;
	color:#FFF;
	font-size: 13px;
	width: :250px;
	margin-left: -125px;
}

.comment-awaiting-moderation + br{
	display: none;
}

#cancel-comment-reply-link{
	font-style: italic;
	color: #333;
}

#cancel-comment-reply-link:before{
	font-family: FontAwesome;
	content: "\f057";
	margin:0 5px 0 20px;
	font-style: normal;
	color: #333;
}

.logged-in-as a{
	color: #333;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.entry-content{
	color: #444;
    font-family: "Lato";
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 0;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 10px 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

#top-header{
	background: rgba(0, 0, 0, 0) url("images/pattern-bg.jpg") repeat scroll 0 0;
}
.style-two #top-header, .style-three #top-header{
	background: #fff;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.style-two.sticky #top-header, .style-three.sticky #top-header {
    height: 75px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    width: 100%;
}

.style-two.sticky #top-header.fixed, .style-three.sticky #top-header.fixed {
    height: 70px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sticky .fixed .site-branding {
    margin: 5px 0;
}
.boxed-layout .style-two.sticky #top-header.fixed, .boxed-layout .style-three.sticky #top-header.fixed {
	width: 1200px;
}
.style-two.sticky #top-header.fixed .main-navigation .menu li > .sub-menu a{
	line-height: inherit;
	padding: 10px 15px;
}

.style-two.menu-center.sticky .fixed .site-branding, .style-two.menu-right.sticky .fixed .site-branding, .style-two.menu-left.sticky .fixed .site-branding, 
.style-three.menu-center.sticky .fixed .site-branding, .style-three.menu-right.sticky .fixed .site-branding, .style-three.menu-left.sticky .fixed .site-branding, 
.style-four.menu-center.sticky .fixed .site-branding, .style-four.menu-right.sticky .fixed .site-branding, .style-four.menu-left.sticky .fixed .site-branding{
	padding: 0 !important 
}
.style-two.sticky .fixed .site-branding img, .style-three.sticky .fixed .site-branding img {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
}
.style-two.sticky .fixed .main-navigation li a, .style-two.sticky .fixed .front, .style-two.sticky .fixed .back { 
	padding: 20px 15px 19px; 
}
.style-three.sticky #top-header.fixed{
	padding: 0;
}

.site.nav-fixed .style-one.sticky, .site.nav-fixed .style-four.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 5px #999;
}
.style-three .zincy-search .zl-wrapper {
    width: auto;
}

.right-header{
	position: relative;
	z-index: 9999;
}


/*====================== STYLE FOR MENU LEFT ALIGNMENT ==================================*/

.menu-left .site-branding{
	float: right;
	padding:30px 0 9px 0;
}
.menu-left .site-branding h1{
	line-height: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.menu-left .right-header{
	float:left;
	padding-top: 10px 0;
	margin:0;
}

.menu-left .top-right{
	clear: both;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;

}

/*====================== STYLE FOR MENU CENTER ALIGNMENT =============================*/	

.site-title a, .site-description{
	text-transform: capitalize;
}

.menu-center .site-branding{
	margin:0 0 10px 0;
	float: none; 
	text-align:center; 
}
.menu-center .site-branding h1{
	line-height: 0;
	padding: 30px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
.menu-center .top-right{
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}
/*.menu-center .main-navigation li a{
	padding: 5px 20px;
}*/
.menu-center .menu-main-menu-container {
    display: inline-block;
    vertical-align: middle;
}
.menu-center .search-box {
    vertical-align: top;
}

body.boxed-layout{
	background: #F2F3F4;    
}

.boxed-layout #page{ 
	margin: 0 auto; 
	background: #FFF;
	width:1200px;
	box-shadow: 0 0 12px #999;
}

.zl-wrapper{ 
	width:1170px; 
	margin: 0 auto;
}

.menu-right .site-branding{ 
	display: inline-block;
    vertical-align: middle;
    width: 19.5%;
}

.site-branding h1{
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
    line-height: 33px;
}
.sticky .fixed .site-branding h1{
	font-size: 30px;
}
.site-description {
    font-size: 13px;
}

.menu-right .site-branding img{
	height: auto !important;
	width: auto !important;
	display: block;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}

.menu-right .top-right{
    display: inline-table;
    float: none;
    height: 25px;
    padding: 5px 0;
    text-align: right;
    width: 100%;

}
.style-one .menu-right .right-header{
	display: inherit;
}
.menu-right .right-header{
    text-align: right;
    width: 80%;
}

.menu-right .right-header .clear:first-child{
	margin-top: 25px;
}

.header-text{
	font-family: 'Lato';
	color: #222;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	padding-right:15px;
	margin-right:10px;
}
.header-text span{
	font-size: 13px;
	color: #828282;
	font-weight: normal;
}
.header-text p{
	margin-bottom: 0;
}

.top-right select{
	line-height: 18px;
}
.top-right .widget{
	margin-bottom:-6px; 
}
.widget_qtranslate{
	display:inline-table;
	line-height: 18px;
	
}
.widget_qtranslate select{
    border: 1px solid #828282;
    border-radius: 0;
    font-size: 13px;
}
.widget_qtranslate option {
    background: #fff none repeat scroll 0 0;
    color: #000;
    margin-bottom: 3px;
}




/*--------------------------------------------------------------
Social Icons
--------------------------------------------------------------*/
.socials{
	display:inline;
	text-align: right;
	line-height: 22px;
	padding-right: 5px;
	margin-left: 5px;
	border-right: 1px solid #828282;
	border-left: 1px solid #828282;
}
.socials a{
	padding: 5px;
	margin-left: 0px;
	color: #828282;
	text-align: center;
	display: inline;
	font-size: 14px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.socials a:hover{
	color: #3c90be;
}

/*--------------------------------------------------------------
search form
--------------------------------------------------------------*/

.ak-search{
	float: right;
}

.searchform{
	height: 36px;
	width: 200px; 
	border: 1px solid #01aefd;
	margin-left: 20px;
}

.searchform .s{ 
	border: none;
	background: none;
	height: 34px;
	float: left;
	padding: 5px 10px;
	width: 160px;
	vertical-align: middle;
	font-size: 14px;
}

.searchform .searchsubmit{
	border: none;
	height: 34px;
	width: 34px;
	padding: 0;
	box-shadow: none;
	float: right;
	background: none;
	color: #01AEFD;
	font-size: 14px;
}

/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
    display: block;
    font-family: "Lato",sans-serif;
    font-weight: normal;
    position: relative;
}

.main-navigation .zl-wrapper{
	padding:0 !important;
}

.main-navigation .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.main-navigation ul{
	margin: 0;
	padding: 0;
	display: block;
}
.main-navigation li {
	float: left;
	position: relative;
	font-size:17px;
	color:#ababab;
	white-space: nowrap;
	list-style: none;
}

.main-navigation.menu-right{
	text-align: right;
}

.main-navigation.menu-center{
	text-align: center;
}
.main-navigation li a {
    border-right: 1px solid #1e76a6;
    color: #000;
    display: block;
    padding: 25px 15px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.style-two .menu-left.main-navigation li a{
	padding: 27px 15px;
}
.main-navigation li:first-child a {
	border-left:1px solid #1e76a6; 
}
.style-three .main-navigation li:first-child a {
	border-left: none;
}
.main-navigation .menu li > .sub-menu {
	background: #3c90be;
    left: -1px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    visibility: hidden;
    z-index: 99999;
}
.style-three .main-navigation .menu li > .sub-menu{
	left: 0;
}
.main-navigation .menu li .sub-menu li{
	min-width: 150px;
}
.main-navigation .menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}


.main-navigation .menu li.more-menu-item > .sub-menu{
	right:0;
	left:auto;
}

.main-navigation .menu li > .sub-menu li > .sub-menu {
	left: 100%;
	top: 0;
	border-top:none;
}

.main-navigation .menu li > .sub-menu a {
	height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
	border: none;
}
.main-navigation .menu li > .sub-menu a.three-d {
	line-height: inherit;
}



/*.style-four .main-navigation .menu li > .sub-menu a, .style-one .main-navigation .menu li > .sub-menu a, 
.style-two .main-navigation .menu li > .sub-menu a{
	line-height: inherit;
}*/
.boxed-layout .style-four .main-navigation .menu li > .sub-menu a, .boxed-layout .style-one .main-navigation .menu li > .sub-menu a, 
.boxed-layout .style-two .main-navigation .menu li > .sub-menu a{
	line-height: 40px;
}
.boxed-layout .style-four .main-navigation .menu li > .sub-menu a.three-d, .boxed-layout .style-one .main-navigation .menu li > .sub-menu a.three-d, 
.boxed-layout .style-two .main-navigation .menu li > .sub-menu a.three-d{
	line-height: inherit;
}
.main-navigation .menu li > .sub-menu li:first-child a {
	border: none;
}
.main-navigation .menu li > .sub-menu li {
	float: none;
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px solid #DDD;
	margin: 0 !important;
	padding:0;
	display: block;
	text-align: left;
	text-transform: none;
}

.main-navigation .menu li > .sub-menu li:last-child{
	border-bottom: none;
}


.main-navigation .menu li:hover > .sub-menu li > a:hover ,
.main-navigation .menu li:hover > .sub-menu li.current-menu-item > a, 
.main-navigation .menu li:hover > .sub-menu li.current-menu-parent > a,
.main-navigation .menu li:hover > .sub-menu li.current_page_item > a,
.main-navigation .menu li:hover > .sub-menu li.current_page_parent > a {
	color:#67c9fe;
}

.main-navigation .menu li > .sub-menu li a{
	color: #fff;
	/*background: none !important;*/
}

.main-navigation .menu li > a:hover,
.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_parent > a {
	background: #1e76a6 none repeat scroll 0 0;
    color: #fff;
}
/*.style-two .main-navigation .menu li > a:hover,
.style-three .main-navigation .menu li > a:hover {
	background: none;
}*/
.style-three .main-navigation .menu li > .sub-menu a {
	line-height: 20px;
}
.style-three .main-navigation li .sub-menu li a, .menu .sub-menu .front, .menu .sub-menu .back{
	padding: 10px 20px;
}
/* animation domination */
/* animation domination */
.three-d {
	perspective: 200px;
	-webkit-perspective: 200px;
	transition: all .07s linear;
	-webkit-transition: all .07s linear;
	position: relative;
	cursor: pointer;
}
.style-three .three-d{
	perspective: 1500px;
	-webkit-perspective: 1500px;
}
	/* complete the animation! */
	.three-d:hover .three-d-box, 
	.three-d:focus .three-d-box {
		transform: translateZ(-38px) rotateX(90deg);
		-webkit-transform: translateZ(-38px) rotateX(90deg);
		-moz-transform: translateZ(-38px) rotateX(90deg);
	}

.three-d-box {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transform: translatez(-38px);
	-webkit-transform: translatez(-38px);
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.style-three .three-d-box {
	transform: translatez(-18px);
	-webkit-transform: translatez(-18px);
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

/* 
	put the "front" and "back" elements into place with CSS transforms, 
	specifically translation and translatez
*/
.front {
	transform: rotatex(0deg) translatez(38px);
	-webkit-transform: rotatex(0deg) translatez(38px);
	-moz-transform: rotatex(0deg) translatez(38px);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.style-three .front{
	transform: rotatex(0deg) translatez(18px);
	-webkit-transform: rotatex(0deg) translatez(18px);
	-moz-transform: rotatex(0deg) translatez(18px);
	backface-visibility: hidden;	
	-webkit-backface-visibility: hidden;
}

.back {
	transform: rotatex(-90deg) translatez(38px);
	-webkit-transform: rotatex(-90deg) translatez(38px);
	-moz-transform: rotatex(-90deg) translatez(38px);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.style-three .back{
	transform: rotatex(-90deg) translatez(18px);
	-webkit-transform: rotatex(-90deg) translatez(18px);
	-moz-transform: rotatex(-90deg) translatez(18px);
	backface-visibility: hidden;	
	-wekit-backface-visibility: hidden;
}

.front {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/pattern-bg.jpg) repeat;
	padding: 25px 15px 24px;
	color: #000;
	pointer-events: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.style-two .front, .style-three .front{
	background: #fff;
}
.main-navigation .menu li > .sub-menu li span.active {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #1e76a6 none repeat scroll 0 0;
    color: #fff;
    line-height: 20px;
}
.back {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1e76a6;
	padding: 25px 15px 24px;
	color: #fff;
	pointer-events: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-navigation .menu li.current-menu-item a .three-d-box .front.active, .main-navigation .menu li.current_page_item a .three-d-box .front.active,
.main-navigation .menu li.current-menu-parent a .three-d-box .front.active, .main-navigation .menu li.current_page_parent a .three-d-box .front.active {
    background: #1e76a6 none repeat scroll 0 0;
}

/*================================================
HEADER STYLE ONE
=================================================*/
.style-one.menu-right .right-header, .style-one.menu-left .right-header, .style-one.menu-center .right-header {
    background: #3c90be none repeat scroll 0 0;
    /*height: 40px;
    line-height: 40px;*/
    padding: 0;
    display: inherit;
    width: 100%;
    z-index: 999;
}
.style-one.menu-center .menu-main-menu-container{
	vertical-align: inherit;
}
.style-one .main-navigation.menu-right {
    text-align: right;
}

.style-one .main-navigation.menu-left li:first-child{
	margin-left: 0;
}
.style-one .main-navigation a{
	color: #fff;
	margin-bottom: 0;
	padding: 5px 13px;
}
.style-three.menu-right .main-navigation li{
	display: inline-block;
	float: none;
}
.style-one.menu-right .main-navigation li {
    display: inline-block;
    float: none;
    margin-left: -3px;
}
.style-one.menu-right .site-branding, .style-one.menu-left .site-branding {
    float: none;
    padding: 10px 0 5px 0;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}
.style-one.menu-right .top-right, .style-one.menu-left .top-right {
    display: inline-table;
    float: none;
    height: auto;
    margin-top: 0;
    text-align: right;
    vertical-align: middle;
    width: 53.5%;
    margin-bottom: 0;
}
.style-one .three-d{
	perspective: 2500px;
	-webkit-perspective: 2500px;
}
.style-one .three-d-box{
	transform: translateZ(-18px);
	-webkit-transform: translateZ(-18px);
	-moz-transform: translateZ(-18px);
}
.style-one .front{
	background: #3c90be;
	padding: 5px 13px;
	color: #fff;
	
}
.style-one .front{
	transform: rotateX(0deg) translateZ(18px);
	-webkit-transform: rotateX(0deg) translateZ(18px);
	-moz-transform: rotateX(0deg) translateZ(18px);
}
.style-one .back{
	padding: 5px 13px;
	
}
.style-one .back{
	transform: rotateX(-90deg) translateZ(18px);
	-webkit-transform: rotateX(-90deg) translateZ(18px);
	moz-transform: rotateX(-90deg) translateZ(18px);
}
.style-one .search-box .active{
	top: 91px;
}
.style-one .zincy-search{
	top: 75px;
}

/*========================== HEADER STYLE ONE MENU LEFT ===========================*/
.style-one.menu-left .site-branding h1, .style-one.menu-center .site-branding h1{
	line-height: 30px;
	margin-bottom:0;
}
/*========================== HEADER STYLE ONE MENU center ===========================*/
.style-one.menu-center .top-right{
	margin-bottom: 5px;
	margin-top: 0;
}
.style-one.menu-center .site-branding{
	margin:0; 
}


/*================================================
HEADER STYLE TWO
=================================================*/

.style-two.menu-right .top-right, .style-two.menu-left .top-right, .style-two.menu-center .top-right{
	background: #eee;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
	width: 100%;
	padding: 10px 0;
}
.style-two .google-icon{
	border-color:#ccc;
	color:#ccc;
	padding: 4px 5px;
}
.style-two .google-icon:hover{
	background: #fbad00;
	color: #fff;
	border-color: #fbad00;
}
.style-two.menu-center #top-header{
	margin-top: 10px;
}
.style-two.menu-right .site-branding, .style-two.menu-left .site-branding {
    padding: 10px 0;
    float: left;
    vertical-align: middle;
}
.style-two.menu-left .site-branding{
	text-align: right;
}
.style-two.menu-center .site-branding{
	margin-bottom: 5px;
}
.style-two.menu-right .right-header, .style-two.menu-left .right-header {
    padding: 0;
    float: right;
    vertical-align: middle;
    width: auto;
}

.style-three #top-header{
	padding-top: 10px;
	padding-bottom: 10px;
}

.style-two .main-navigation a{
	margin-bottom: 0;
}
.style-two .sub-menu .front, .style-three .sub-menu .front{
	background: #3c90be;
	color: #fff;
}
.style-three .main-navigation li a, .style-three .front, .style-three .back{
	border-radius: 10px;
    padding: 5px 15px;
}
.style-three .main-navigation li.menu-item-has-children a, .style-three .main-navigation li.menu-item-has-children .front, 
.style-three .main-navigation li.menu-item-has-children .back{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.style-three .main-navigation li a{
	border-right: none;	
}
.style-two .main-navigation .menu li > .sub-menu li a{
	color: #fff;
}
.style-two .main-navigation .menu li.current-menu-item a .three-d-box .front.active, 
.style-two .main-navigation .menu li.current_page_item a .three-d-box .front.active, 
.style-two .main-navigation .menu li.current-menu-parent a .three-d-box .front.active, 
.style-two .main-navigation .menu li.current_page_parent a .three-d-box .front.active{
	color: #fff;
}
.style-three .main-navigation .menu li > .sub-menu li, .style-three ul.sub-menu .front, .style-three ul.sub-menu .back{
	border-radius: 0;
}
.style-two .main-navigation .menu li > .sub-menu li a:hover{
	background: 
}

/*================================================
HEADER STYLE THREE
=================================================*/

.style-three .site-branding img{
	width: 100%;
}
.style-three.menu-right .top-right, .style-three.menu-left .top-right{
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
	width: 100%;
	height: auto;
	display: inherit;
	padding: 5px 0 10px 0;
	background: #eee;
	
}

.style-three.menu-right .site-branding, .style-three.menu-left .site-branding {
    display: inline-block;
    float: none;
    padding: 0;
    vertical-align: middle;
    width: 19%;
}
.style-three.menu-left .site-branding {
	text-align: right;
}
.style-three.menu-right .right-header, .style-three.menu-left .right-header {
     display: inline-block;
    float: none;
    padding: 0;
    vertical-align: middle;
    width: 80.5%;
}
.style-three .main-navigation .menu li.current-menu-item a .three-d-box .front.active, 
.style-three .main-navigation .menu li.current_page_item a .three-d-box .front.active, 
.style-three .main-navigation .menu li.current-menu-parent a .three-d-box .front.active, 
.style-three .main-navigation .menu li.current_page_parent a .three-d-box .front.active{
	color: #fff;
}
.style-three .main-navigation .menu li .sub-menu li a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*.style-three .main-navigation .menu li > .sub-menu a{
	line-height: normal;
}*/
.style-three.menu-center .sub-menu .front, .style-three.menu-center .sub-menu .back {
	padding: 0px 15px;
}

/*menu-center*/

.style-three.menu-center .top-right{
	margin-bottom: 5px;
	text-align: right;
}
.style-three.menu-center #top-header{
	padding-top: 10px;
}
.style-three.menu-center .site-branding{
	margin-bottom: 5px;
}
.style-three.menu-center .main-navigation a:hover, .style-three.menu-center .main-navigation a:hover, 
.style-three.menu-center .main-navigation .current-menu-parent > a, .style-three.menu-center .main-navigation .current-menu-item > a, 
.style-three.menu-center .main-navigation .current_page_item > a, .style-three.menu-center .main-navigation .current_page_parent > a{
	
}
.style-three.menu-center .main-navigation a, .style-three.menu-center .front, .style-three.menu-center .back{
	padding: 10px 13px;
}
.style-three .google-icon{
	border:none;
	color:#ccc;
	padding: 4px 5px;
	margin-top: 5px;
}
.style-three.menu-center .google-icon{
	margin-top: 5px;
}
.style-three .google-icon:hover{
	background: #fbad00;
	color: #fff;
	border-color: #fbad00;
}

.main-navigation .menu li.current-menu-parent a .front, .main-navigation .menu li.current_page_parent a .front {
    background: #1e76a6 none repeat scroll 0 0;
    color: #fff;
}


/*SEARCH SECTION*/
.style-three .search-box i.fa{
	display: none;
}
.style-three .zincy-search {
    background: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    opacity: 1;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 285px;
    z-index: -1;
}
.style-three .zincy-search .close-icon{
	display: none;
}
.style-three .zincy-search form.search-form input[type="search"]{
	border-radius: 0;
    float: none;
    height: 20px;
    padding: 0 6px;
    width: auto;	
    font-size: 13px;
    vertical-align: inherit;
}
.style-three .zincy-search form.search-form input.search-submit {
    background: #3c90be none repeat scroll 0 0;
    border-color: #236e97;
    border-radius: 0;
    float: none;
    font-weight: bold;
    height: 22px;
    margin: 0;
    padding: 0px 15px;
    vertical-align: inherit;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.style-three .zincy-search form.search-form input.search-submit:hover {
	background: #236e97;
}
.style-three .search-form {
    width: 94%;
}


/*========================================
HEADER STYLE THREE
========================================*/
.style-four .google-icon{
	color: #ccc;
}
.style-four .google-icon:hover{
	color: #333;
}
.style-four #top-header {
    margin-top: 0;
    padding: 10px 0;
}
.style-four.menu-right .top-right, .style-four.menu-left .top-right {
    display: inline-table;
    float: none;
    height: 25px;
    margin-top: 10px;
    text-align: right;
    width: 45%;
    vertical-align: middle;
    margin-bottom: 0;
}
.style-four .socials{
	border:none;
	padding-right: 0;
}
.style-four.menu-right .site-branding, .style-four.menu-left .site-branding {
    display: inline-block;
    float: none;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 54.5%;
}

.style-four .right-header {
    background: #3c90be none repeat scroll 0 0;
    float: none;
    height: 50px;
    line-height: 40px;
    padding: 0;
    width: 100%;
}
.style-four.menu-right .right-header{
	padding: 0;
	float: none;
}
.style-four.menu-right{
	text-align: right;
	padding:0; 
}
.style-four.menu-left .main-navigation{
	display: inline-block;
}
.style-four.menu-center .menu {
    display: inline-block;
}

.style-four .main-navigation a{
	color: #fff;
	margin-bottom: 0;
	padding: 0 15px;
}

.style-four .search-box{
	display: inline-block;
	vertical-align: top;
}
.style-four.menu-left .search-box{
	float: right;
}
.style-four .search-box i.fa{
	color: #fff;
	padding: 18px 10px;
}
.style-four .search-box i.fa:hover{
	background: #1e76a6 none repeat scroll 0 0;
}
.style-four .main-navigation.menu-right{
	display: inline-block;
}
.style-four .zincy-search{
	top: 35px;
}
.style-four .search-box .active{
	top:50px;
}


.style-four.menu-center .top-right, .style-four.menu-center .site-branding{
	margin-bottom: 0;
	margin-top: 0;
}
.style-four .main-navigation a{
	color: #e8e8e8;
	margin-bottom: 0;
	padding: 5px 13px;
}
.style-four .three-d, .sub-menu .three-d{
	perspective: 2500px;
	-webkit-perspective: 2500px;
}
.style-four .three-d-box, .sub-menu .three-d-box{
	transform: translateZ(-18px);
	-webkit-transform: translateZ(-18px);
	-moz-transform: translateZ(-18px);
}
.style-four .front{
	background: #3c90be;
	padding: 5px 13px;
	color: #fff;
	
}
.style-four .front, .sub-menu .front{
	transform: rotateX(0deg) translateZ(18px);
	-webkit-transform: rotateX(0deg) translateZ(18px);
	-moz-transform: rotateX(0deg) translateZ(18px);
}
.style-four .back{
	padding: 5px 13px;
	
}
.style-four .back, .sub-menu .back{
	transform: rotateX(-90deg) translateZ(18px);
	-webkit-transform: rotateX(-90deg) translateZ(18px);
	moz-transform: rotateX(-90deg) translateZ(18px);
}
.style-four .header-text{
	margin-right: 0;
}
.style-four .socials{
	margin-left: 0;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

.hide{
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.site-main .post-navigation{
	margin-top: 40px;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
#slider-banner{ 
	overflow: hidden;
	margin-bottom: 50px;
	line-height: 0;
}
#slider-banner .bx-wrapper .bx-viewport{
	/*height: 600px !important;*/
	overflow: hidden;
	background-color: #fff;
}
.slider-caption .caption-title, .slider-caption .caption-description{
	text-align: center;
	text-transform: inherit;
	font-size: 1.3vw;
}
.slider-caption .caption-title {
    font-family: droid sans;
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.1;
    width: 60%;
}
.slider-caption .caption-description{
	width: 1170px;
}
.slider-caption .zl-wrapper-slider{
	left: 0;
    padding: 20px 0;
    right: 0;
    top: 30%;
    width: 100%;
}
.bx-wrapper .bx-controls-direction a{
	text-indent: 0;
}
.slider-caption .caption-description a {
    background: transparent none repeat scroll 0 0;
    border-color: #fff #fff #fff #fff;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 0 0 #3c90be inset;
    color: #fff;
    display: block;
    font-size: 23px;
    height: 58px;
    line-height: 58px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    width: 230px;
    margin: 20px auto 0 auto; 
}
.slider-caption .caption-description a:hover {
    box-shadow: 300px 0 0 0 #3c90be inset;
}
.bx-wrapper .bx-prev::before {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    color: white;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    text-indent: -6px;
    width: 50px;
}

.bx-wrapper .bx-prev {
    background: none;
    text-indent: -52px !important;
}
.bx-wrapper .bx-next:before{
	background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    color: white;
    content: "\f054";
    font-family: fontawesome;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    text-indent: 1px;
    width: 50px;	
}
.bx-wrapper .bx-next {
    background: none;
    text-indent: 72px !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-controls-direction a{
	z-index: 99;
}
.slider-caption {
    top: 0;
}
/*client-logo-slide-control*/
#clients-logo .bx-wrapper .bx-prev::before, #team_slider .bx-wrapper .bx-prev::before {
    background: transparent none repeat scroll 0 0;
    border: 2px solid rgba(60, 144, 190, 0.5);
    border-radius: 100%;
    color: rgba(60, 144, 190, 0.5);
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-indent: -6px;
    width: 40px;
}

#clients-logo .bx-wrapper .bx-prev, #team_slider  .bx-wrapper .bx-prev {
	border-color: 2px solid rgba(60, 144, 190, 1);
    background: none;
    text-indent: -52px !important;
}
#clients-logo .bx-wrapper .bx-next:before, #team_slider .bx-wrapper .bx-next:before{
	background: transparent none repeat scroll 0 0;
    border: 2px solid rgba(60, 144, 190, 0.5);
    border-radius: 100%;
    color: rgba(60, 144, 190, 0.5);
    content: "\f054";
    font-family: fontawesome;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-indent: 1px;
    width: 40px;	
}
#clients-logo .bx-wrapper .bx-next, #team_slider .bx-wrapper .bx-next {
	border-color: 2px solid rgba(60, 144, 190, 1);
    background: none;
    text-indent: 72px !important;
}

#clients-logo .bx-wrapper:hover  .bx-prev, #team_slider .bx-wrapper:hover  .bx-prev{
	left: 3px;
}

#clients-logo .bx-wrapper:hover .bx-next, #team_slider .bx-wrapper:hover .bx-next {
	right: 3px;
}
#team_slider .bx-wrapper{
	max-width: 997px !important; 
}
#clients-logo .bx-wrapper{
	max-width: 1140px !important;
}

/*All the css of the banner slider is includes in css/jquery.bxslider.css */


/*=============================================================
	Ease Customization
==============================================================*/
.ease-customization{
	margin: 0;
	padding: 121px 0 58px;
}
.stp-number{
	color: #fff;
    font-family: Myriad Pro;
    font-size: 38px;
    font-weight: 600;
    line-height: 53px;
}
.step-1 .step-content, .step-3 .step-content, .step-5 .step-content {
    margin-top: 70px;
}
.step-content > h3 {
    margin: 0;
}
.step-content > h3 a {
    color: #000;
    font-family: "Droid Sans";
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.step-content > h3 a:hover {
	color: #3c90be;
}
.step-content > h3 a:after {
	display: block;
	content: "";
	background: #3c90be;
	width: 0;
	height: 1px;
	transition: background 0.5s ease, width 0.5s ease;
	-webkit-transition: background 0.5s ease, width 0.5s ease;
	-moz-transition: background 0.5s ease, width 0.5s ease; 
}
.step-content > h3 a:hover:after {
	content: "";
	width: 100%;
	display: block;
	color: #3c90be;
}
.step-content > p {
    color: #ababab;
    font-family: "Lato";
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight: normal;
}


.step-1, .step-2, .step-3, .step-4, .step-5{
	width: 20%;
	margin: 0 auto;
	float: left;
	position: relative;
}
.boxed-layout .step-1, .step-2, .step-3, .step-4, .step-5{
	z-index: 9;
}
.step-1:before{
	border-top: 3px solid #56ccc8;
    content: "";
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
    z-index: -1;
}

.step-1:after, .step-3:after, .step-5:after{
	border-right: 3px solid #56ccc8;
    content: "";
    height: 100px;
    left: 49%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.step-number-1{
	background: #56ccc8 none repeat scroll 0 0;
    border-radius: 100%;
    height: 47px;
    margin: 0 auto;
    text-align: center;
    width: 47px;
}
.step-number-1::before {
    background: #56ccc8 none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 10px;
}
.step-number-1::after, .step-number-3::after, .step-number-5::after {
    background: #56ccc8 none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: -3px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 100px;
    width: 10px;
}

/*=========== STYLE FOR STEP TWO ==========================*/
.step-2 .step-content, .step-4 .step-content {
    left: 65%;
    position: absolute;
    top: -100px;
    width: 100%;
}
.step-2:before{
	border-top: 3px solid #57d176;
    content: "";
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
    z-index: -1;
}

.step-2:after, .step-4:after{
	border-right: 3px solid #57d176;
    bottom: 0;
    content: "";
    height: 100px;
    left: 49%;
    position: absolute;
    z-index: -1;
}
.step-number-2{
	background: #57d176 none repeat scroll 0 0;
    border-radius: 100%;
    height: 47px;
    margin: 0 auto;
    text-align: center;
    width: 47px;
}

.step-number-2::after, .step-number-4::after {
    background: #57d176 none repeat scroll 0 0;
    bottom: 205%;
    content: "";
    height: 10px;
    left: -2px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 10px;
}
/*=========== STYLE FOR STEP THREE ==========================*/

.step-3:before{
	border-top: 3px solid #c2c200;
    content: "";
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
    z-index: -1;
}

.step-3:after{
	border-right: 3px solid #c2c200;
    
}
.step-number-3{
	background: #c2c200 none repeat scroll 0 0;
    border-radius: 100%;
    height: 47px;
    margin: 0 auto;
    text-align: center;
    width: 47px;
}

.step-number-3::after {
    background: #c2c200 none repeat scroll 0 0;
    
}
/*=========== STYLE FOR STEP FOUR ==========================*/

.step-4:before{
	border-top: 3px solid #dd8f5a;
    content: "";
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
    z-index: -1;
}

.step-4:after{
	border-right: 3px solid #dd8f5a;
    
}
.step-number-4{
	background: #dd8f5a none repeat scroll 0 0;
    border-radius: 100%;
    height: 47px;
    margin: 0 auto;
    text-align: center;
    width: 47px;
}

.step-number-4::after {
    background: #dd8f5a none repeat scroll 0 0;
    
}
/*=========== STYLE FOR STEP FIVE ==========================*/

.step-5:before{
	border-top: 3px solid #ea6060;
    content: "";
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
    z-index: -1;
}


.step-5:after{
	border-right: 3px solid #ea6060;
    
}
.step-number-5{
	background: #ea6060 none repeat scroll 0 0;
    border-radius: 100%;
    height: 47px;
    margin: 0 auto;
    text-align: center;
    width: 47px;
}
.step-number-5::before {
    background: #ea6060 none repeat scroll 0 0;
    content: "";
    height: 10px;
    right: 0;
    position: absolute;
    top: 15px;
    width: 10px;
}
.step-number-5::after{
	background: #ea6060 none repeat scroll 0 0;
}

/*============================================================
SERVICE SECTION 
============================================================*/
.service-block {
    position: relative;
}
.service-block .service-img {
	background: #3c90be;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 29px;
    height: 67px;
    line-height: 67px;
    margin-right: 25px;
    text-align: center;
    width: 67px;
    vertical-align: text-top;
    margin-top: 6px;
}
.service-img::after {
    background: #fff none repeat scroll 50% 40%;
    bottom: -20px;
    content: "";
    height: 46px;
    left: 34px;
    position: absolute;
    text-align: center;
    width: 1px;
}
.service-block:last-child .service-img::after {
	background: none;
}
.service-block .service-content {
    color: #fff;
    display: inline-block;
    vertical-align: text-top;
    width: 346px;
}
.service-block .service-content .service-title {
    font-family: "Droid Sans";
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 0;
}
.service-block .service-content .service-title a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.service-block .service-content .service-title a:hover {
	color: #a6dffe;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.service-block .service-content .service-title a:after {
	content: "";
	background: transparent;
	display: block;
	width: 0;
	height: 2px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.service-block .service-content .service-title a:hover:after {
	background: #a6dffe;
	width: 100%;
}
.service-block .service-content > p {
    font-family: "Lato";
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0px 0 20px 0;
}

/*===================== NEWS LETTER SECTION =================================*/

section#newletter {
    background: url(images/newsletter-bg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 65px 0 61px 0;
    margin-bottom: 50px;
}
.newsletter-subscriber {
    text-align: center;
}
#newletter h1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    font-family: "Droid Sans";
    font-size: 2.2vw;
    font-weight: bold;
}
.newsletter-subscriber .textwidget {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto;
    width: 50%;
    line-height: 24px;
}
.newsletter-subscriber .textwidget .wpcf7{
	margin-top: 20px;
}
.newsletter-subscriber input[type="email"] {
    background: #c0e3ff none repeat scroll 0 0;
    border-color: #9a9a9a;
    border-radius: 0;
    color: #000;
    font-weight: normal;
    height: 60px;
}
.newsletter-subscriber input[type="submit"] {
    border: medium none;
    border-radius: 0;
    font-family: lato;
    font-size: 16px;
    font-weight: normal;
    height: 60px;
    width: 140px;
    margin-left: 8px;
}
.newsletter-subscriber input[type="submit"]:hover {
	box-shadow: 140px 0 #176a98 inset;
}
.newsletter-subscriber div.wpcf7-validation-errors{
	background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    border: 2px solid #f7e700;
    color: red;
}
/*--------------------------------------------------------------
Top Section
--------------------------------------------------------------*/
#top-section{ 
    background: url("images/content-bg.jpg") 50% 50%;
    background-size: 100%;
    padding: 44px 0;
}
.zl-wrapper.welcome-wrapper{
	position: relative;
}

#top-section h1{ 
	font-weight: bold;
	color: #3a3a3a;
	text-transform: capitalize;
	margin-bottom: 25px;
}
#welcome-text > h1::after {
    border-bottom: 2px solid #000;
    color: transparent;
    content: "ss";
    left: 76px;
    position: absolute;
    width: 40px;
    line-height: 1.5;
}
.boxed-layout #welcome-text > h1::after{
	left: 0;
}

#top-section h1 a{
	color:#3a3a3a;
}

#top-section .welcome-text-image{
	
}

#top-section #welcome-text.full-width .welcome-text-image{
	width: 100%;
	max-width:none;
}

#top-section .welcome-text-image img{
	width: 100%;
}

#top-section .welcome-detail{
	color: #000;
    float: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
}
#top-section .welcome-detail a.read-more{
     border-bottom: 2px solid transparent;
    color: #3a3a3a;
    display: inline-block;
    font-family: "Lato";
    font-size: 15px;
    font-weight: normal;
    height: 25px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    white-space: nowrap;
    width: 0;
}

.read-more:after{
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 15px;
	margin-left: 5px;
	vertical-align: middle;

}
#top-section .welcome-detail a.read-more:hover{
	background: none;
	color: #3c90be;
	border-bottom: 2px solid #3c90be;
	width: 86px;
}


#top-section #welcome-text.full-width .welcome-detail{
	width: 100%;
}

#top-section .welcome-detail.welcome-detail-full-width{
	width: 100% !important;
	float:none;
}

#welcome-text{ 
	width: 583px; 
	float: left;
	padding: 0 91px 0 76px;
}
.boxed-layout #welcome-text{
	padding: 0 10px 0 0px;
}

#welcome-text.full-width{
	width: 100%;
	float: none;
}


.home #latest-events{
	width: 587px;
	float: right;
	padding: 0 98px 0 43px;
}
.event-list{
	padding-bottom: 15px;
	margin-bottom:15px;
}

.event-list:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.event-list .event-thumbnail{
	float: left;
	width: 136px;
	position: relative;
}

.event-list .event-thumbnail img{
	display: block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border: 5px solid #fff;
	box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-ms-box-shadow: 0 0 2px #999;
	-o-box-shadow: 0 0 2px #999;

}

.event-thumbnail .event-date{
	position: absolute;
	left: 0;
	top: 0;
	background:#07A2DD;
	color:#FFF;
	width: 60px;
	text-align: center;
	padding: 10px 0;
	line-height: 1;
	font-weight: 600;
}

.event-date .event-date-day{
	display: block;
	margin-bottom: 3px;
	font-weight: 400;
	font-size: 13px;
}

.event-date .event-date-month{
	display: block;
	font-weight: 400;
	font-size: 13px;
}

.sidebar .event-date .event-date-day,
.sidebar .event-date .event-date-month{
	display: inline;
}

.event-list .event-detail{
	float: right;
	width: 350px;
}
.event-list .event-detail .event-date{
	font-size: 12px;
	font-family: 'Open Sans';
	color: #777777;
	font-style: italic;
	font-weight: 400;
}
.event-list .event-detail .event-excerpt{
	font-size: 13px;
	font-family: 'Open Sans';
	color: #777777;
	line-height: 20px;
}
.event-list .event-detail .event-excerpt a{
	margin-top: 10px;
	display: block;
	color: #31353c;
	font-size: 14px;
	font-weight: 400;
}
.event-list .event-detail .event-excerpt a:hover{
	color: #3c90be;
	text-decoration: underline;
}

.event-detail h4{
	color: #31353c;
    font-family: "Lato";
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.event-detail h4 a{
	color: #31353c;
}

.event-detail h4 a:hover{
	color: #3c90be
}

.sidebar #latest-events{
	width: auto;
	float: none;
	margin-bottom: 25px;
}

.sidebar .event-list .event-thumbnail{
	width: 30%
}

.sidebar .event-list .event-detail{
	width: 65%;
}

.sidebar .event-detail h4{
	font-size: 18px;
	margin-bottom: 5px;
}

.sidebar .event-list .event-detail{
	font-size: 14px;
	line-height: 1.5;
}

.sidebar .event-thumbnail .event-date{
	width: 100%;
	font-size: 13px;
	padding: 5px 0;
	top: auto;
	bottom: 0;
}

.sidebar .all-events{
	float: right;
	margin-top: -10px;
}


/*----------------------------------------------------
SEARCH PAGE
-----------------------------------------------------*/
.sidebar .widget input[type="search"]{
	width: 100%;
}
.search-header h1.entry-title {
    font-size: 22px !important;
    text-align: left;
}
.search.search-results article {
    border-bottom: 3px double #ccc;
    padding-bottom: 30px;
}
.search.search-no-results .no-results.not-found .page-header {
    background-color: transparent;
    border: medium none;
    padding: 0;
}
.search.search-no-results .no-results.not-found .page-title{
	margin: 0 auto;
	width: 300px;
    position: relative;
    animation-name: shake;
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-count: 2;
    -webkit-animation-count: 2;
    -moz-animation-count: 2;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

@keyframes shake{
	0%{
		left: 0;
	}
	25%{
		left: 50px;
	}
	50%{
		left: 25px;
	}
	75%{
		left: 75px;
	}
	100%{
		left: 0;
	}
}

-webkit-@keyframes shake{
	0%{
		left: 0;
	}
	25%{
		left: 50px;
	}
	50%{
		left: 25px;
	}
	75%{
		left: 75px;
	}
	100%{
		left: 0;
	}
}

.search.search-no-results input[type="search"] {
    display: inline-block;
    height: 43px;
    width: 80%;
}

.search.search-no-results input[type="submit"] {
    display: inline-block;
    height: 50px;
    width: 11%;
}


/*=====================================================
ZINCY PRO SECTION
======================================================*/

.zincy-pro-text {
    height: 700px;
    margin: 44px 0;
    position: relative;
}
.boxed-layout .zincy-pro-text {
    height: 450px;
}

.zincy-pro-text .zl-wrapper {
    padding-left: 80px;
}
.zincy-pro-text h1{
	color: #3a3a3a;
	font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.zincy-pro-content h1 span{
	color: #3c90be;
}
.zincy-pro-text p{
	font-family: "Lato";
	font-size: 18px;
	color: #2e2020;
	font-weight: normal;
	line-height: 30px;
	width: 50%;
}
.portfolio-button {
    text-align: center;
}
.zincy-pro-content > a, .view-all {
	margin-top: 25px;
    background: #3c90be none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-family: "Lato";
    font-size: 22px;
    font-weight: normal;
    padding: 0px 20px;
    display: inline-block;
    box-shadow: 0 0 0 0 #1b709e inset;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.zincy-pro-content > a:hover, .view-all:hover {
	box-shadow: 200px 0 0 0 #1b709e inset;
}
.zincy-pro-text > figure {
    position: absolute;
    right: 8%;
    top: 10%;
    width: 50%;
    z-index: -1;
}
.boxed-layout .zincy-pro-text > figure{
	z-index: 0;
}

/*================ INNER PAGE CSS ===================*/	

.page #content, .archive #content, .search #content{
	padding-top: 0px;
}
.home  #content{
	padding: 0;
}

.page .site-content .event-list, .archive .site-content .event-list, .search .site-content .event-list, .single .site-content .event-list{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.page .site-content .event-list h4.event-title, .archive .site-content .event-list h4.event-title, .search .site-content .event-list h4.event-title,
.single .site-content .event-list h4.event-title, .blog .site-content .event-list h4.event-title{
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	text-transform: capitalize;
}
.latest-events-widget .event-list h4.event-title {
    font-size: 15px !important; 
    font-weight: bold;
} 
.latest-events-widget .event-list h4.event-title a {
	color: #333;
}
.latest-events-widget .event-list h4.event-title a:hover {
	color: #07a2dd;
}
.sidebar .latest-events-widget figure.event-thumbnail{
	width: 29%;
	overflow: hidden;
	 margin-right: 10px;
}
.sidebar .latest-events-widget figure.event-thumbnail img{
	border: none;
}

.page .site-content .event-list figure.event-thumbnail img, .archive .site-content .event-list figure.event-thumbnail img, 
.search .site-content .event-list figure.event-thumbnail img, .single .site-content .event-list figure.event-thumbnail img, 
.blog .site-content .event-list figure.event-thumbnail img{
	border-radius: 0;
	padding:0px;
	box-shadow: none;
}
.page .site-content .event-list div.event-detail, .archive .site-content .event-list div.event-detail, 
.search .site-content .event-list div.event-detail, .blog .site-content .event-list div.event-detail{
	width: 66%;
}
.page .site-content header.entry-header, .archive .site-content header.page-header, 
.search .site-content header.page-header, .error404 .site-content header.page-header, .single .site-content header.entry-header{
	margin-bottom: 40px;
	background-color: #f2f2f2;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	border-left: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
}

.comment-form input[type="submit"]:hover{
	box-shadow: 130px 0 #176a98 inset;
}
/*------------------------------------------------
PORTFOLIO AND TEAM DETAIL PAGE
-------------------------------------------------*/
.single.single-portfolio .entry-content, .single.single-members .entry-content {
    margin-top: 40px;
}
.single.single-portfolio .post_image, .single.single-members .post_image{
	background-color: transparent;
	border: none;
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.post_image .author-content .entry-meta {
    display: inline-block;
}
.single.single-portfolio .author-content, .single.single-members .author-content{
	background-color: rgba(60, 144, 190, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 30px 0;
	line-height: 1;
}
.single.single-portfolio .author-content h2.portfolio-post-title, .single.single-members .author-content h2.portfolio-post-title{
	border-bottom: 1px solid #fff;
    color: #fff;
    font-family: droid Sans;
    font-size: 3vw;
    font-weight: bold;
    padding-bottom: 10px;
}
.post_image .author-content .posted-on, .post_image .author-content .byline {
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.post_image .author-content .posted-on::after, .post_image .author-content .byline:after {
    content: "/";
    padding-left: 10px;
}
.post_image .author-content .posted-on{
	margin-right: 10px;
}
.post_image .author-content .byline::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
}
.post_image .author-content .byline, .post_image .author-content .byline span.author a {
    text-transform: capitalize;
}
.post_image .author-content .posted-on a, .post_image .author-content .byline a {
	font-weight: 300;
	color: #fff !important;
}
.post_image .author-content ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 0 10px;
    padding: 0;
}
.post_image .author-content ul li::after {
    content: ",";
    margin-left: 1px;
}
.post_image .author-content ul li:last-child::after, .post_image .author-content ul li:first-child:after {
	content: "";
}
.post_image .author-content ul li:first-child {
	font-weight: 400;
}
.post_image .author-content ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px; 
}
.post_image .author-content ul li:last-child:after {
    display: none;
}
.post_image .author-content ul li a:hover{
	text-decoration: underline;
}
.single.single-members .author-content span {
    font-size: 20px;
    font-weight: normal;
}

#archive-members .column-4 .team-grid {
    float: left;
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
}
.single.single-members .entry-content p{
    color: #464b4f;
    font-family: Lato;
    font-size: 21px;
    line-height: 1.5;
    margin: 0 auto 20px;
    text-align: center;
    width: 50%;
}
.single.single-members .entry-content .zincy-row p {
    color: #888a8b;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    width: auto;
}
.single.single-members .entry-content .zincy-row h3 {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    font-family: Droid Sans;
}
.single.single-members .entry-content h2 {
    font-family: Droid Sans;
    font-size: 50px;
    font-weight: bold;
    margin-top: 70px;
}

/*------------------------------------------------------
	TITLE BANNER DESIGN
-------------------------------------------------------*/

.site-content #header-banner-image.header-nobanner_image {
    height: auto;
}
.site-content #header-banner-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    line-height: 0;
}
#header-banner-image .entry-header {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 5% 0 0;
    position: absolute;
    right: 0;
    top: 0;
}
#header-banner-image.header-nobanner_image .entry-header, .archive.woocommerce .entry-header {
	background-color: #f2f2f2;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin-top: 40px;
	position: inherit;
	padding: 10px 0;
}
.entry-header #zincy-breadcrumbs {
    line-height: 20px;
}
#header-banner-image > img {
    width: 100%;
}
#header-banner-image h1.entry-title, #header-banner-image h1.page-title {
    color: #fff;
    font-weight: bold;
    line-height: 2;
    text-shadow: 0 0 10px #333;
}
#header-banner-image.header-nobanner_image h1.entry-title, #header-banner-image.header-nobanner_image h1.page-title, 
.archive.woocommerce h1.page-title {
	color: #3a3a3a;
    font-size: 22px;
    text-shadow: none;
}
#zincy-breadcrumbs a, #zincy-breadcrumbs span {
    font-size: 15px;
    font-weight: normal;
    text-shadow: 0 0 10px #333;
    color: #fff;
    position: relative;
	display: inline-block;
}
#header-banner-image.header-nobanner_image #zincy-breadcrumbs a, #header-banner-image.header-nobanner_image #zincy-breadcrumbs span,
/*.page-header #zincy-breadcrumbs, .page-header #zincy-breadcrumbs a, .page-header #zincy-breadcrumbs span,
.entry-header #zincy-breadcrumbs, .entry-header #zincy-breadcrumbs a, .entry-header #zincy-breadcrumbs span*/{
	text-shadow: none;
	color: #3c90be;
}
#zincy-breadcrumbs a:after{
	content: "";
	width: 0;
	background: transparent;
	height: 1px;
	position: absolute;
	margin-top: 3px;
	display: block;
	transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
	-webkit-transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
	-moz-transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
	-ms-transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
}
#zincy-breadcrumbs a:hover:after{
	content: "";
	background: #fff;
	width: 100%;
}
#zincy-breadcrumbs span {
	font-style: italic;
}
.header-nobanner_image .entry-header #zincy-breadcrumbs, .header-nobanner_image #zincy-breadcrumbs a, .header-nobanner_image #zincy-breadcrumbs span {
	color: #3c90be;
	text-shadow: none;
}
#zincy-breadcrumbs a:hover:after{
	background: #3c90be;
}

.search .site-content .navigation .nav-links a{
	background: #fff;
	border:1px solid #ccc;
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	box-shadow: 0 0 0 transparent inset; 
}
.search .site-content .navigation .nav-links a:hover{
	border: 1px solid #004971;
    box-shadow: 200px 0 #176a98 inset;
    color: #fff;
}

.site-content .portfolio-list{
	display: inline-block;
}
.right-sidebar .site-content .portfolio-list, .left-sidebar .site-content .portfolio-list{
	display: inline-block;
	width: 87px;
}
.both-sidebar .site-content .portfolio-list{
	width: 75px;
}
.site-content .portfolio-list .portfolio-thumbnail{
	overflow: hidden;
	margin-right: 5px;
	height: 80px;
}
.site-content .portfolio-list .portfolio-thumbnail img{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.site-content .portfolio-list .portfolio-thumbnail a:hover img{
	opacity: 0.7;
	filter:alpha (opacity=70);
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
}

.site-content .menu-sidebar-category-container .sidebar ul li a{
	font-size: 13px;
}

.site-content .entry-content ul.entry-content-list {
	list-style: none;
}
.site-content .entry-content ul.entry-content-list li::before{
	content: "";
	font-family: FontAwesome;
	position: relative;
	right: 10px;
	top: 2px;
}
.portfolio_list .portfolios {
    width: 1170px;
    margin: 0 auto;
    right: 0;
    padding-bottom: 30px;
}

/*================ CONTACT LIST STYLE ======================*/


.business-hours h3{
	margin-bottom: 10px;
	font-family: 'Signika';
	font-size: 22px;
	border-bottom: 1px solid #eee;
}

.business-hours p{
	font-style: italic;
}

.business-hours ul li i.fa-skype{
	color:#00d2eb;
	font-size: 20px;
}
.business-hours ul li i.fa-phone{
	color:#3c90be;
	font-size: 20px;
}
.business-hours ul li a{
	color: #3c90be;
}
.business-hours ul li a:hover{
	text-decoration: underline;
	margin-left: 5px;
}

/*--------------------------------------------------------------
Mid Section
--------------------------------------------------------------*/
#mid-section{
	margin-bottom:70px;
}

h2.has-icon span{
	position:relative;
	top: 5px;
}

.featured-post{ 
	float: left;
	width: 25%;
	padding: 10px;
	opacity:0.65;
	filter:alpha (opacity=65);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out; 
}
.featured-post:hover{
	opacity: 100;
	box-shadow: 0 0 5px #999;
}
.featured-post:last-child{
	margin-right: 0
}

.featured-post .featured-image{ 
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.featured-post .featured-image img{ 
	display: block;
	margin: 0 auto;
	width: 100%;
}

.featured-post h2{
	text-transform: capitalize;
	line-height: 1.3;
	font-family: 'Open Sans';
	font-size: 17px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}


.featured-post h2.has-icon .fa{
	font-size: 32px;
	margin-right:8px;
	float:left;
}

.featured-post h2 a{
	color:#000;
}
.featured-post h2 a:hover{
	color:#3c90be;
}

.featured-post p{ 
	margin-bottom: 15px;
	font-family:'Open Sans';
	font-size: 13px;
	line-height: 26px;
	color: #777777;
}
.featured-post.big-icon{ 
	text-align: center;
}

.featured-post.big-icon h2.has-icon .fa{
	float:none;
	margin: 0 auto 20px;
	font-size:80px;
	color:#efa501;
	border:4px solid #efa501;
	border-radius:100%;
	text-align: center;
	line-height: 160px;
	display: inline-block;
	height: 160px;
	width:160px;
	transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}

.featured-post.big-icon h2.has-icon:hover .fa{
	transform:scale(1.25);
	-ms-transform:scale(1.25); /* IE 9 */
	-webkit-transform:scale(1.25); /* Opera, Chrome, and Safari */

}

.featured-post.big-icon h2.has-icon span{
	display: block;
}
.featured-post .featured-overlay{
	background:#df9a00;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	transform:rotate(0deg) scale(0.3);
	-ms-transform:rotate(0deg) scale(0.3); /* IE 9 */
	-webkit-transform:rotate(0deg) scale(0.3); /* Opera, Chrome, and Safari */
	display: none;
}

.featured-post .overlay-plus{
	color: #FFFFFF;
	font-size: 40px;
	left: 50%;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	opacity: 1;
	position: absolute;
	top: 50%;
}

.featured-image:hover .featured-overlay{
	opacity: 0.8;
	filter: alpha(opacity=80);
	transform:rotate(360deg) scale(1);
	-ms-transform:rotate(360deg) scale(1); /* IE 9 */
	-webkit-transform:rotate(360deg) scale(1); /* Opera, Chrome, and Safari */
}

/*--------------------------------------------------------------
Bottom Section
--------------------------------------------------------------*/
#bottom-section{
	color: #FFF;
	padding: 70px 0;
}

#bottom-section h3,
#bottom-section h3.widget-title{ 
	text-transform: uppercase; 
	line-height: 1; 
	margin-bottom: 25px;
	color:#000;
	font-weight: bold;
	font-size: 17px;
}
.widget-oembed-description {
    color: #777;
    font-family: Open Sans;
    font-size: 13px;
    line-height: 22px;
}

#bottom-section .testimonial-slider-wrap,
#bottom-section .thumbnail-gallery,
#bottom-section .text-box, #bottom-section .twitter-block-wrap{
	width: 277px;
	margin-right: 20px;
	float:left;
}

#bottom-section .twitter-block-wrap{
	margin-right: 0px;
}

#bottom-section .twitter-block-wrap .twitter-block{
	color: #000;
	font-size: 12px;
}
#bottom-section .twitter-block-wrap .twitter-block .aptf-single-tweet-wrapper{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
	padding-bottom:5px;  
}
.aptf-tweet-content .aptf-tweet-name{
	font-weight: normal;
}
#bottom-section .twitter-block-wrap .twitter-block .aptf-tweet-username{
	color: #919191;
}
#bottom-section .twitter-block-wrap .twitter-block p{
	margin-bottom:0px; 
	line-height: 18px;
}
#bottom-section .twitter-block-wrap .twitter-block a{
	color: #3c90be;
}
#bottom-section .twitter-block-wrap .twitter-block a:hover{
	text-decoration: underline;
}

#bottom-section .thumbnail-gallery .gallery-item{
    float: left;
    height: 53px;
    margin: 0 9px 9px 0;
    overflow: hidden;
    width: 30%;
    box-shadow: 0 0 5px #999;
    border: 2px solid #fff;
}

#bottom-section .thumbnail-gallery .gallery-item a{
	display: block;
	overflow: hidden;
}

#bottom-section .thumbnail-gallery .gallery-item:hover{
	background: rgba(0,0,0,0.2);
}

#bottom-section .thumbnail-gallery .gallery-item img{
	display: block;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border:none;
	margin:0 auto;
}

#bottom-section .thumbnail-gallery .gallery-item:hover img{
	opacity: 0.7;
	filter: alpha (opacity=70);
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
}

#bottom-section .thumbnail-gallery br{
	display: none;
}

#bottom-section .text-box ul{
	list-style: none;
	margin: 0;
}

#bottom-section .text-box ul li{
	padding-left:25px;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.4;
}

#bottom-section .text-box ul li:before{
	content: "\f00c"; 
	font-family: FontAwesome;
	margin-right: 10px; 
	position: absolute;
	left: 0;
	top:2px;
}

/*--------------------------------------------------------------
testimonial
--------------------------------------------------------------*/
#bottom-section .testimonial-slider-wrap{
	overflow: hidden;
}
.testimonials-wrap-inner {
    display: inline-block;
    width: 100%;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.testimonial-wrap .testmonials-img {
    border-radius: 100%;
    display: inline-block;
    height: 45px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: middle;
    width: 45px;   
}
.testmonials-img > img {
    border-radius: 100%;
    width: 45px;
    height: 45px;
}
.testimonial-wrap .testmonials-img img {
	transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.testimonials-slider p {
    font-size: 12px;
    color: #777;
    text-align: left;
    overflow: hidden;
    width: 100%;
    font-weight: normal;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.designation-wrap {
    display: inline-block;
    position: relative;
    top: 5px;
    vertical-align: middle;
    width: 75%;
}
.designation-wrap p {
	color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}
.designation-wrap > span {
    color: #000;
    font-family: lato;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -10px;
     transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.testimonials-wrap-inner:hover .testmonials-img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.testimonials-wrap-inner:hover .designation-wrap p {
	color: #3c90be;
}
.testimonials-wrap-inner:hover .designation-wrap span {
	color: #3c90be;
	font-style: italic;
}
.testimonial-slider-wrap .all-testimonial{
	float: right;
	font-family: "Open Sans";
	font-size: 14px;
	color: #000;
	font-weight: 400;
	position: relative;
	bottom: 28px;
}
.testimonial-slider-wrap .all-testimonial::after{
	font-family: 
}
.testimonial-slider-wrap .all-testimonial:hover{
	color: #3c90be;
}
.testimonial-slide{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:20px;
}
.testimonial-thumbnail{
	width: 65px;
	display: inline-block;
	vertical-align: middle;
}
.sidebar.right-sidebar .testimonial-thumbnail, .testimonial-block .testimonial-image, .sidebar.left-sidebar .testimonial-thumbnail {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
    width: 60px;
}
.sidebar.right-sidebar .testimonial-excerpt, .testimonial-block .testimonial-content, .sidebar.left-sidebar .testimonial-excerpt {
    color: #777;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    width: 155px;
}
.sidebar.right-sidebar .testimoinal-client-name, .testimonial-block .client-detail .client-name, .sidebar.left-sidebar .testimoinal-client-name {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: right;
}
.testimonial-block .client-detail .client-name {
	line-height: 18px;
}
.testimonial-block .client-detail{
	margin-top: 10px;
}
.testimonial-block .client-detail .client-designation {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: right;
}
.widget h1 {
     background: #eee none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #444;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    padding: 5px 15px;
}
.round {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}
.round > img {
    border-radius: 100%;
    overflow: hidden;
}

/*========================================
ABOVE GOOGLE MAP SECTION
========================================*/
#above-google-map{
	background: url(images/pattern-bg.jpg) repeat;
	padding: 113px 0 86px 0;
}
#above-google-map aside {
    margin-bottom: 0;
}
#above-google-map ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#above-google-map ul li{
	display: inline-block;
	text-align: center;
	width: 21%;
	margin-right: 55px;
}
#above-google-map ul li:last-child{
	margin-right: 0;
}
#above-google-map .fa {
    color: #3c90be;
    font-size: 59px;
    margin-bottom: 25px;
    cursor: pointer;
}
#above-google-map .fa:hover {
	animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-iteration-count: infinite;
}
#above-google-map p {
    color: #222;
    font-family: "Droid Sans";
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0;
}
/*----------------------------------------------------
BOUNCE ANIMATION EFFECTS
-----------------------------------------------------*/

@keyfremes bounce{
	0%{
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
	}
	25%{
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
	50%{
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}
	100%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}
@-webkit-keyfremes bounce{
	0%{
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
	}
	25%{
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
	50%{
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}
	100%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#google-map {
	margin-bottom: -1%;
    padding: 0;
    pointer-events: none;
}
#google-map .widget{
	margin-bottom: 0;
}

.home #colophon{
	margin-top: 0;
}
#colophon{ 
	background: #353f47;
	margin-top: 40px;
}

.site-footer li a:before{
	content: "\f105";
	font-family: fontawesome;
	color: transparent;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.site-footer li a{
	color: #CCC;
}
.site-footer li a:hover:before, .site-footer li.current-menu-item a:before, .site-footer li.current_page_item a:before{
	content: '\f105';
	font-family: fontawesome;
	font-size: 14px;
	margin-right: 5px;
	color:#3c90be;
}
.site-footer li a:hover, .site-footer li.current-menu-item a, .site-footer li.current_page_item a{
	color:#3c90be;
}

#top-footer{ 
	font-size: 14px;
	background:#26292e; 
	padding: 0px 0 43px 0; 
	color: #CCC;
}
#top-footer .textwidget a {
    font-style: italic;
    text-decoration: underline;
}
#top-footer .footer1, #top-footer .footer2, #top-footer .footer3, #top-footer .footer4{
	padding-top: 43px;
	transition:top 0.5s ease 0s;
	-webkit-transition:top 0.5s ease 0s;
	-moz-transition:top 0.5s ease 0s;
	-ms-transition:top 0.5s ease 0s;
	-o-transition:top 0.5s ease 0s;
	
}
#top-footer p{
	margin-bottom: 0;
}

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

#top-footer ul li{
	border-bottom: 1px solid #454d54;
	padding: 0 0 8px 0;
	margin-bottom: 8px;
	line-height: 1.3;
}

#top-footer .sub-menu{ 
	display: none;
}

#top-footer .footer{ 
	width: 25%; 
	float: left;
}
#top-footer .column-3 .footer {
    width: 33%;
}
#top-footer .column-2 .footer {
    width: 50%;
}
#top-footer .column-1 .footer {
    width: 100%;
}

#top-footer h3.widget-title{
	margin: 0 0 20px 0;
	font-size: 17px;
	color: #fff !important;
	font-family: 'Open Sans';
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 28px;
}

#top-footer .footer .widget{
	padding: 0 40px 0 0;
	margin: 0;
}

#top-footer .footer.footer4 .widget{
	padding-right: 0;
}

#top-footer .ak-google-map{
	margin:30px 0 10px;
}

#top-footer .ak-google-map iframe{
	width: 100% !important;
	height: 160px !important;
}

#top-footer .ak-contact-address{
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 20px;
}

#top-footer .footer .socials{
	margin: 0;
	float: none;
	text-align: center;
}

#top-footer .footer .socials a{
	border:1px solid #CCC;
}

#top-footer .footer .socials a:hover{
	border:1px solid #01AEFD;
}

#top-footer i.fa {
    float: left;
}

#top-footer p {
    color: #fff;
    display: inherit;
}

#bottom-footer{ 
	background: #fff;
	padding: 15px 0;
	font-family: 'Lato', sans-serif;
	color: #5e5e5e;
	font-weight: 300;
	line-height: 18px;
}

#bottom-footer .site-info{
	float: right;
	font-size: 16px;
	margin: 0;
	line-height: 1.8;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}
#bottom-footer .site-info a{
	color: #5e5e5e;
	position: relative;
	right: 0;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}

#bottom-footer .site-info a:hover{
	color: #3c90be;
	right: -4px;
	text-decoration: underline;
}
#bottom-footer .copyright{
	float: left;
	font-size: 16px;
	color: #5e5e5e;
	line-height: 1.8;
}
.copyright-inner{
	font-family: "Droid Sans";
	font-size: 14px;
	font-weight: bold;
	color:#3c90be;
	text-transform: capitalize;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}
.copyright-inner:hover{
	padding-left: 4px;
	text-decoration: underline;
}

/*===================
WIDGET CONTACT INFO
=====================*/
#top-footer .widget_zincy_contact_info ul li {
    padding-left: 25px;
    position: relative;
}
#top-footer .widget_zincy_contact_info ul li .fa {
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 2px;
}

/*Recent post widget*/
.widget_recent_entries .post-date{
	font-style: italic;
	color: #adadad;
	display: block;
	font-size: 13px;
	line-height: 1;
	margin-top: 5px;
}

.widget_recent_comments .url{
	color: #adadad;
}

.sidebar .widget_recent_comments .url{
	color: #333;
}

.sidebar .widget_recent_comments .url:hover{
	color: #01AEFD;
}

.widget_calendar caption{
	text-align: center;
	margin-bottom: 10px
}

#wp-calendar th,
#wp-calendar td{
	text-align: center;
	border: none;
}

#wp-calendar tfoot td#prev{
	text-align: left;
}

#wp-calendar tfoot td#next{
	text-align: right;
}

#wp-calendar tbody td a{
	color: #adadad;
}

/*.footer2 .widget .textwidget img{
	float: left;
	height: auto;
	margin-top: 7px;
	padding: 0 10px 0 0;
	width: 150px;
}*/

/*--------------------------------------------------------------
Main Content
--------------------------------------------------------------*/
/*#content{
	padding: 40px 0;
}*/

#primary{
	width: 74.35%;
	float: left;
}

#primary-wrap{
	float: left;
	width: 78%
}

.no-sidebar #primary{
	width: 100%;
	float: none;
}

.both-sidebar #primary{
	width: 72%;
	float: right;
}

.left-sidebar #primary{
	float: right;
}

.both-sidebar .sidebar{
	width: 20%;
}

.both-sidebar #primary-wrap .sidebar{
	width: 25.5%;
}

.sidebar{
	width: 23%;
}

.sidebar.right-sidebar{
	float: right;
}

.sidebar.left-sidebar{
	float: left;
}

/*--------------------------------------------------------------
Blog Post
----------------------------------------------------------------*/

.latest-blogs {
    margin-bottom: 4px;
}
.latest-blog-left {
	float: left;
	width: 28%;
	height: 389px;
}
.boxed-layout .latest-blog-left {
	height: 348px;
}

.latest-blog-right{
	float: left;
	width: 44%;
}

.blog-title-wrapper {
    background: url(images/pattern-bg.jpg) repeat scroll 0 0;
    padding: 25px 95px 6px 130px;
    text-align: right;
}
.boxed-layout .blog-title-wrapper {
	padding-right: 5px; 
}

.blog-title-wrapper > h2 {
    color: #000;
    font-family: "Droid Sans";
    font-size: 49px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    position: relative;
}
.boxed-layout .blog-title-wrapper > h2{
	font-size: 39px;
}
.blog-title-wrapper > h2 span {
	font-weight: bold;
	display: block;
}
.blog-title-wrapper > h2::after {
    background: #000 none repeat scroll 0 0;
    bottom: -18px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 40px;
}
.blog-title-wrapper > p {
    color: #222;
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    margin-right: 50px;
    margin-top: 15px;
}
.latest-blog-left .blog-thumbnail {
    
    overflow: hidden;
}

.blog-thumbnail {
    height: auto;
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.blog-thumbnail img {
	overflow: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.blog-thumbnail:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
}
.blog-detail {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    display: inline-block;
    line-height: 1.5;
}

.latest-blog-border{
	display: inline-block;
	position: relative;
	height: 100%;
    padding: 100px 20px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    width: 100%;
}
.blog-thumbnail:hover .latest-blog-border{
	padding: 70px 20px;
}
.latest-blogs .blog-detail h4 {
    margin: 0 auto;
    text-align: left;
    padding-bottom: 5px;
}
.blog-title > a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
.latest-blogs .blog-date {
    font-family: "Lato";
    font-size: 15px;
    font-style: italic;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
}
.blog-date::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 25px;
}
.blog-date > span {
    margin-left: 35px;
}
.home .event-excerpt {
	color: #fff;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    margin: 0 auto;
    text-align: left;
    font-weight: normal;
}
.event-excerpt {
    color: #777;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    margin: 0 auto;
    text-align: left;
}
.latest-blogs .event-excerpt > a {
    background: rgba(60, 144, 190, 0.72) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 49px;
    margin: 25px auto 10px;
    min-height: 49px;
    text-align: center;
    text-transform: uppercase;
    width: 198px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.blog-thumbnail:hover .event-excerpt > a {
	opacity: 1;
	visibility: visible;
}
.latest-blogs .event-excerpt > a:hover {
	background: rgba(60, 144, 190, 1) none repeat scroll 0 0;
}


.slider-caption .zl-wrapper-slider > a {
   	background: transparent none repeat scroll 0 0;
    border-color: #fff #fff #fff #3c90be;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 0 0 #3c90be inset;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    height: 58px;
    line-height: 58px;
    width: 230px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.slider-caption .zl-wrapper-slider > a:hover {
	box-shadow: 300px 0 0 0 #3c90be inset;
}

/*RIGHT BLOG PART*/
.latest-blog-right .blog-thumbnail {
    height: 189px;
    float: left;
    width: 50%;
}
.boxed-layout .latest-blog-right .blog-thumbnail{
	height:  168px;
}
.latest-blogs .latest-blog-right .blog-detail h4 {
    width: 80%;
}
.latest-blog-right .blog-title > a {
    font-size: 19px;
}
.latest-blog-right .blog-date {
    text-align: left;
    width: 80%;
}
.latest-blog-right .blog-detail {
    width: 100%;
    display: inline-block;
}
.latest-blog-right .blog-detail:before{
	position: relative;
	top: 20px;
}
.latest-blog-right .blog-detail:after{
	bottom: 20px;
}

.latest-blog-right .latest-blog-border{
    padding: 80px 0;
}
.latest-blog-right .blog-thumbnail:hover .latest-blog-border{
	padding: 50px 0;
}
.latest-blog-right .latest-blog-border:before{
    left: 20px;
    
}
.latest-blog-right .latest-blog-border:after{
    right: 20px;
}
.latest-blog-right  .event-excerpt{
	width: 80%;
}
.latest-blogs .latest-blog-right .event-excerpt > a {
    font-size: 16px;
    line-height: 35px;
    margin: 0;
    min-height: 35px;
    width: 150px;
}
.blog-thumbnail:hover .latest-blog-right .event-excerpt > a {
	opacity: 1;
	visibility: visible;
}
#zl-blog {
    margin-bottom: 56px;
}
#zl-blog-post{
	width: 1343px;
	margin: 0px auto;
	position: relative;
	perspective: 1500px;
	-webkit-perspective: 1500px;
	transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.boxed-layout #zl-blog-post{
	width: 1200px;
}
.detail-button {
    transform: rotateX(280deg);
    -webkit-transform: rotateX(280deg);
    -moz-transform: rotateX(280deg);
    transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
    z-index: -1;
    position: absolute;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
}
#zl-blog-post:hover .detail-button{
	margin-top: 0;
	animation-name: btn-swing;
	-webkit-animation-name: btn-swing;
	-moz-animation-name: btn-swing;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
	z-index: 1;
	opacity: 1;
	filter: alpha(opacity=100);
    visibility: visible;
} 

@keyframes btn-swing {
  0% {
    -webkit-transform: rotateX(-50deg);
    transform: rotateX(-50deg);
  }

  20% {
    -webkit-transform: rotateX(40deg);
    transform: rotateX(40deg);
  }

  40% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  60% {
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  80% {
    -webkit-transform: rotateX(-10deg);
    transform: rotateX(-10deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes btn-swing {
  0% {
    -webkit-transform: rotateX(-50deg);
    transform: rotateX(-50deg);
  }

  20% {
    -webkit-transform: rotateX(40deg);
    transform: rotateX(40deg);
  }

  40% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  60% {
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  80% {
    -webkit-transform: rotateX(-10deg);
    transform: rotateX(-10deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
.viewall-blogs {
    background: #3c90be none repeat scroll 0 0;
    color: #fff;
    font-size: 29px;
    font-weight: normal;
    padding: 10px 24px 10px 135px;
    box-shadow: 0 0 0 0 #297ba8 inset;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    
}
.viewall-blogs::after {
    content: "";
    font-family: fontawesome;
    margin-left: 20px;
}
.viewall-blogs:hover {
	box-shadow: 300px 0 0 0 #297ba8 inset;
}


/*--------------------------------------------------------------
	BLOG LAYOUT ONE 
	---------------------------------------------------------------*/	

	.blog-layout-one{
		margin-bottom: 30px;
		border-bottom: 1px solid #eee;
		padding-bottom: 30px;
	}

	.blog-layout-one:last-child{
		border-bottom: none;
	}

	.blog-layout-one h1.entry-title{
		line-height: 20px;
	}
	.blog-layout-one .blog-date-archive{
		margin-bottom: 5px;
	}
	.blog-layout-one .cat-blog-image{
		float: left;
		margin: 0 20px 0px 0;
	}
	.blog-layout-one .cat-blog-image img{
		border: 1px solid #eee;
		padding: 5px;
	}
	.blog-layout-one .cat-testimonial-excerpt{
		float: right;
	}
	.blog-layout-one .cat-blog-more{
		float: right;
	}

/*--------------------------------------------------------------
	BLOG LAYOUT TWO 
	---------------------------------------------------------------*/	

	.blog-layout-two{
		margin-bottom: 40px;
		padding: 20px;
		background: #f4f3f3;
		border-radius: 5px;
	}

	.blog-layout-two .blog-content{
		width: 59%;
		float: left;
	}
	.blog-layout-two .blog-content h1.entry-title{
		line-height: 22px;
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
	}
	.blog-layout-two .blog-date-archive{
		margin-bottom: 5px;
	}
	.blog-layout-two .entry-content{
		float: left;
		width: 38%;
		margin-right: 20px;
	}
	.blog-layout-two .cat-testimonial-excerpt{
		float: right;
	}
	.blog-layout-two .cat-blog-more{
		margin-top: 20px;
		float: right;
	}

	.blog-layout-two:nth-child(even) .entry-content{
		float: right;
		margin-left: 20px;
		margin-right: 0px;
	}
	.blog-layout-two:nth-child(even) .cat-blog-more{
		float: left;
	}

/*--------------------------------------------------------------
	BLOG LAYOUT THREE 
	---------------------------------------------------------------*/	

	.blog-layout-three{
		padding: 20px;
		margin-bottom: 40px;
		box-shadow: 0 0 5px #ccc;
	}
	.blog-layout-three:last-child{
		border-bottom: none;
	}

	.blog-layout-three h1.entry-title{
		line-height: 20px;
	}
	.blog-layout-three .blog-date-archive{
		margin-bottom: 5px;
	}
	.blog-layout-three .entry-content{
		float: left;
		margin: 0 20px 0px 0;
		width: 38%;
	}
	.blog-layout-three .cat-blog-more{
		float: right;
	}
	.blog-layout-three .blog-content{
		float: left;
		width: 59%;
	}

/*--------------------------------------------------------------
	BLOG LAYOUT FOUR 
	---------------------------------------------------------------*/	

	.blog-layout-four{
		margin-bottom: 40px;
		text-align: center;
	}

	.blog-layout-four h1.entry-title{
		line-height: 20px;
		margin-bottom: 5px;
		text-align: left;
		line-height: 30px;
	}
	.blog-layout-four .blog-date-archive{
		margin-bottom: 5px;
		text-align: left;
	}
	.blog-layout-four .entry-content{
		margin: 0 0px 20px 0;
		width: 100%;
		text-align: left;
	}
	.blog-layout-four .blog-border{
		width: 100%;
		border-bottom: 3px solid #eee;
		position: relative;
		bottom: 15px;
		z-index: -9999;
	}


/*--------------------------------------------------------------
Sidebars
--------------------------------------------------------------*/
.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	border-bottom: 1px solid #F2F2F2;
	padding: 0px 0 10px 20px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size:14px;
	position: relative;
/*	background: url(images/folder-icon.jpg) no-repeat 0% 20%;*/
}

.sidebar ul li a{
	color: #666;
}

.sidebar ul li a:hover{
	color:#3c90be;
}
.sidebar .fa {
    color: #777;
    font-size: 16px;
    margin-right: 10px;
}
.ap-contact-info-wrapper li p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.zl-list1 li::before {
    color: #777;
    content: "";
    float: left;
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: absolute;
}
.zl-list2 li::before {
    color: #777;
    content: "";
    float: left;
    font-family: fontawesome;
    font-size: 14px;
    left: 4px;
    position: absolute;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}
.zl-list3 li::before {
    color: #777;
    content: "\f00c";
    float: left;
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: absolute;
}
.zl-list4 li::before {
    color: #777;
    content: "\f005";
    float: left;
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: absolute;
}
.zl-list5 li::before {
    color: #777;
    content: "\f101";
    float: left;
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: absolute;
}
.zl-list6 li::before {
     background: #777 none repeat scroll 0 0;
    color: #777;
    content: "";
    float: left;
    font-family: fontawesome;
    font-size: 14px;
    height: 8px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 8px;
}

.sidebar h3.widget-title{
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
	padding-bottom: 10px;
}

.sidebar .searchform{
	width: 100%;
	margin: 0;
}

.sidebar .searchform .s{
	width: calc(100% - 38px);
}
input.wpcf7-form-control.wpcf7-submit {
    width: auto;
}
/*--------------------------------------------------------------
Archives
--------------------------------------------------------------*/
.cat-event-list{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 3px solid #F1F2F3;
}

.cat-event-list:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.cat-event-list .cat-event-image{
	float: left;
	width: 30%;
}

.cat-event-list .cat-event-excerpt {
	float: right;
	width: 68%;
	margin-bottom: 10px;
}

.cat-event-list .cat-event-excerpt.full-width{
	width: auto;
	float: none;
}

.cat-event-list .cat-event-more{
	float: right;
	color: #000;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: bold;
	clear:both;
}
.cat-event-more{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000;
}
.cat-event-more:hover{
	background: #eea400;
	border:1px solid #d39201;
	color: #fff;
}

.event-date-archive{
	font-size: 13px;
	font-style: italic;
	color:#FFF;
	background: #eba201;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1;
	border-radius: 2px;
	margin-bottom: 10px;
}

.event-date-archive a{
	color:#FFF;
}

.cat-testimonial-list{
	float: left;
	margin-bottom: 40px;
	padding: 20px 0;
	width: 31%;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
}
.cat-testimonial-list:last-child .entry-header{
	border-right: 0;
}

.testimonials-read-more a{
	color: #033551;
	font-family: "Droid Sans";
	font-weight: bold;
	font-size: 18px;
}
.testimonials-read-more a:hover{
	color:#fff;
}
.testimonials-read-more{
	background: rgba(36, 131, 183, 0.7);
	padding: 100px 0;
	font-family: "Droid Sans";
	font-size: 20px;
	font-weight: 400;
	position: absolute;	
	text-align: center;
	top: -240px;
	width: 100%;
	transition: top 0.5s ease 0s;
	-webkit-transition:top 0.5s ease 0s;
	-moz-transition:top 0.5s ease 0s;
}
.cat-testimonial-list:hover{
	border:1px solid #eee;
}
.cat-testimonial-list:hover .entry-header{
	border-right:0;
}
.cat-testimonial-list:hover .testimonials-read-more{
	top: 0px;
}
.cat-testimonial-list .entry-header{
	border-right: 1px solid #eee;
	
}

.cat-testimonial-list .cat-testimonial-image{
	display: block;
	border-radius: 100%;
	width: 150px;
	height: 150px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px #a9a9a9;
	overflow: hidden;
	margin:0 auto; 
}

.cat-testimonial-list .entry-header h1.entry-title{
	font-size: 20px;
    text-align: center;
    font-family: 'Droid Sans';
    margin: 10px 0 10px 0;
    padding: 0 20px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.cat-testimonial-list .entry-header h1.entry-title span{
	font-weight: 400;
}

.cat-testimonial-list .cat-testimonial-excerpt {
	text-align: center;
    padding: 0 20px;
    font-family: "Lato";
    font-weight: normal;
    line-height: 23px;
}

/*--------------------------------------------
SIDEBAR SOCIAL ICON
--------------------------------------------*/
ul.widget-social-icons li {
    border: medium none;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}
ul.widget-social-icons li .fa {
    color: #999;
    font-size: 45px;
    margin-right: 10px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
ul.widget-social-icons li .fa.fa-twitter-square:hover {
	color: #24abe2;
}
ul.widget-social-icons li .fa.fa-facebook-square:hover {
	color: #395b98;
}
ul.widget-social-icons li .fa.fa-linkedin-square:hover {
	color: #107bc1;
}
ul.widget-social-icons li .fa.fa-google-plus-square:hover {
	color: #e14a39;
}
ul.widget-social-icons li .fa.fa-pinterest-square:hover {
	color: #ce202a;
}
ul.widget-social-icons li .fa.fa-youtube-square:hover {
	color: #cd302b;
}
ul.widget-social-icons li .fa.fa-vimeo-square:hover {
	color: #1eb9e9;
}
ul.widget-social-icons li .fa.fa-flickr:hover {
	color: #e61686;
}
ul.widget-social-icons li .fa.fa-stumbleupon:hover {
	color: #e6501e;
}
ul.widget-social-icons li .fa.fa-tumblr-square:hover {
	color: #304d6b;
}
ul.widget-social-icons li .fa.fa-instagram:hover {
	color: #5381a5;
}
ul.widget-social-icons li .fa.fa-skype:hover {
	color: #22afe4;
}
ul.widget-social-icons li .fa.fa-soundcloud:hover {
	color: #f24c26;
}

/*======TESTIMONIAL SLIDER======*/

#testimonials_slider, #team_slider, #clients-logo {
    margin-bottom: 43px;
}
#clients-logo ul.logo-slider {
    margin: 0;
    padding: 0;
}
#clients-logo .logo-slider img{
	margin: 0 auto;
}
#team_slider h2, #clients-logo h2 {
    margin: 0 0 20px 0;
    color: #4e525d;
    font-family: "Droid Sans";
    font-size: 29px;
    text-align: center;
    font-weight: bold;
}
.team-slider.testimonial-slider li {
	text-align: center;
	overflow: hidden;
}
.team-slider.testimonial-slider > li .team-img .fa {
    color: #3c90be;
    font-size: 3em;
    font-weight: 100;
    top: 0;
    left: 0;
    line-height: 180px;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transform: translateX(-100%) rotate(0deg);
    -webkit-transform: translateX(-100%) rotate(0deg);
    -moz-transform: translateX(-100%) rotate(0deg);
}

.team-slider > li {
    text-align: center;
    padding-top: 5px;
}

.team-slider > li .team-img {
    width: 184px;
    height: 184px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 auto;
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.team-slider li:hover .team-img {
    border-radius: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}
.team-slider li .team-img img {
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
/*.team-slider li:hover .team-img img {
	opacity: 0.75;
	filter: alpha(opacity= 75);
}*/
.team-slider li .team-img .fa {
	color: #3c90be;
	font-weight: normal;
    position: absolute;
    top: 0;
    line-height: 184px;
    font-size: 40px;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transform: translateX(-100px) rotate(0);
    -webkit-transform: translateX(-100px) rotate(0);
    -moz-transform: translateX(-100px) rotate(0);
}
.team-slider > li .team-img:hover .fa {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) rotate(360deg);
	-webkit-transform: translateX(0) rotate(360deg);
	-moz-transform: translateX(0) rotate(360deg);
}
.team-slider li h3 {
    font-family: Droid Sans;
    font-weight: bold;
    font-size: 20px;
    color: #4e525d;
    margin-bottom: 0;
    margin-top: 35px;
}
.team-slider li span {
    font-family: Droid Sans;
    font-weight: bold;
    font-size: 12px;
    color: #4e525d;    
}
.team-slider li p {
    font-size: 13px;
    font-family: Lato;
    font-weight: normal;
    line-height: 23px;
}


.entry-thumbnail{
	margin: 8px 15px 10px 0;
	float: left;
}

.short-content{
	margin-bottom: 20px;
}

.short-content + .bttn{
	float: right;
	margin-bottom: 15px;
}

.cat-portfolio-list{
	float: left;
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
	background:#F2F3F4;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.cat-portfolio-list:nth-child(even){
	margin-right: 0;
}

.cat-portfolio-list{
	display: block;
	position:relative;
	overflow: hidden;
	height: 240px;
	border:5px solid #fff;
}

.cat-portfolio-image img{
	display: block;
	width: 100%;
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
}

.portofolio-layout{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	transform:scale(0.3);
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
}

.portofolio-layout .entry-title {
	font-family: 'Droid Sans';
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 26px;
	color:#FFF;
	margin: 0;
	padding-left: 10px;
	line-height: 1;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 10px;
	opacity: 0;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;

	}.portofolio-layout .entry-title:nth-of-type(2n+1) {
		text-align: right;
	}

	.portofolio-layout .cat-portfolio-excerpt {
		font-family: 'Lato';
		font-weight: 300;
		position: absolute;
		right: 0;
		top:100px;
		width: 80%;
		border-bottom:1px solid #fff;
		padding-right: 20px;
		color: #FFF;
		text-align: right;
		font-size: 17px;
		font-style: italic;
		opacity: 0;
		line-height: 1.2;
		transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-webkit-transition:all 0.5s ease-in-out;

	}

	.cat-portfolio-list:hover .portofolio-layout{
		background: rgba(31, 127, 180, 0.85);
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
	}

	.cat-portfolio-list:hover .portofolio-layout .entry-title{
		opacity: 1;
	}

	.cat-portfolio-list:hover .portofolio-layout .cat-portfolio-excerpt{
		opacity: 1;
	}

	.cat-portfolio-list:hover .cat-portfolio-image img{
		transform:scale(1.2);
		-ms-transform:scale(1.2); /* IE 9 */
		-webkit-transform:scale(1.2); /* Opera, Chrome, and Safari */
	}

	.error-404{
		text-align: center;
		min-height: 400px;
	}

	.error-404 .page-header{
		border-left: 0;
	}

	.number404{
		background: #f5a900 none repeat scroll 0 0;
	    border-radius: 15px;
	    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	    color: #fff;
	    display: inline-block;
	    font-family: "Droid Sans";
	    font-size: 60px;
	    height: 150px;
	    line-height: 150px;
	    margin-top: 40px;
	    position: relative;
	    text-align: center;
	    text-shadow: 1px 1px 1px #999;
	    transform: rotate(47deg);
	    -webkit-transform: rotate(47deg);
	    -moz-transform: rotate(47deg);
	    -ms-transform: rotate(47deg);
	    width: 150px;
		-webkit-animation-name: infinity-color-change; /* Chrome, Safari, Opera */
		-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
		-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
		animation-name: infinity-color-change;
		animation-duration: 4s;
		animation-iteration-count: infinite;
	}
	.number404-content {
	    transform: rotate(-47deg);
	    -webkit-transform: rotate(-47deg);
	    -moz-transform: rotate(-47deg);
	    -ms-transform: rotate(-47deg);
	}

	@keyframes infinity-color-change{
		0% {background-color:#0086e4;}
		50% {background-color:#e95301;}
		100% {background-color:#0086e4;}
	}
	-webkit-@keyframes infinity-color-change{
		0% {background-color:#0086e4;}
		50% {background-color:#e95301;}
		100% {background-color:#0086e4;}
	}

	.number404 span{
		font-size:20px;
		position: absolute;
		width: 100%;
		text-align: center;
		bottom:30px;
		line-height: 16px;
		left: 0;
		backface-visibility:visible;
		-webkit-backface-visibility:visible; /* Chrome, Safari, Opera */
		backface-visibility:visible;
	}

/*--------------------------------------------------------------
Footer form
--------------------------------------------------------------*/
#top-footer .wpcf7-form p{
	margin-bottom: 6px;
}
#top-footer input[type="text"], 
#top-footer input[type="email"], 
#top-footer input[type="url"], 
#top-footer input[type="password"], 
#top-footer input[type="search"], 
#top-footer input[type="tel"] {
	border: 1px solid #CCCCCC;
	color: #666666;
	height: 32px;
	background: none;
	width:100%;
	color:#CCC;
	border-radius:0;

}

#top-footer textarea{
	border: 1px solid #CCCCCC;
	color: #666666;
	height: 100px;
	background: none;
	width:100%;
	color:#CCC;
	border-radius:0;
}

#top-footer input[type="submit"]{
	background:#EE5E3B;
	border-color:#293037;
}
.menu-footer-menu-container ul li a {
    display: inline-block;
    width: 100%;
}

/*--------------------------------------------------------------
call To action
--------------------------------------------------------------*/
.home .call-to-action {
    margin-top: 4px;
}
.call-to-action {
    margin-top: 40px;
}
#call-to-action{
	background: url("images/call-to-action-bg.jpg") no-repeat scroll center center;
	background-attachment: fixed;
	color: #fff;
	padding: 100px 0;
	text-align: center;
	display: block;
	font-weight: bold;
}

#call-to-action h4{
	font-size: 24px;
	margin-bottom: 0;
	float: left;
	color:#FFF;
	font-weight: normal;
	font-family: 'Lato';
	max-width: 85%;
}
.call-to-action p {
    font-size: 30px;
    font-weight: bold;
    font-family: Droid Sans;
}

#call-to-action .action-btn{
	 background: #fff none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 0 #377fa7 inset;
    color: #377fa7;
    display: inline-block;
    font-family: "Lato";
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
    padding: 0 35px;
    transition: all 0.5s ease 0s;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
}

#call-to-action .action-btn:hover{
	box-shadow: 205px 0 0 0 #377fa7 inset;
	color: #fff;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rotate
{
	0%   {transform:rotateY(0deg);
		-ms-transform:rotateY(0deg);
		-webkit-transform:rotateY(0deg);
	}
	100% {transform:rotateY(360deg);
		-ms-transform:rotateY(360deg);
		-webkit-transform:rotateY(360deg);
	}
}

/* Standard syntax */
@keyframes rotate
{
	0%   {transform:rotateY(0deg);
		-ms-transform:rotateY(0deg);
		-webkit-transform:rotateY(0deg);
	}
	100% {transform:rotateY(360deg);
		-ms-transform:rotateY(360deg);
		-webkit-transform:rotateY(360deg);
	}
}
/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.row{
	margin-bottom: 25px;
}

.span1, .span2, .span3, .span4, .span5, .span6{
	float:left;
}

.col{
	margin-left: 3%;
}

.col:first-child {
	margin-left:0;
}


.span1{
	width: 14.1666666667%;

}
.span2{
	width: 31.3333333333%;

}
.span3{
	width: 48.5%;

}
.span4{
	width: 65.6666666667%;

}
.span5{
	width: 82.8333333333%;

}
.span6{
	width: 100%;
	margin-left: 0;
}

/*-------------------------------------------
OUR TEAM PAGE
--------------------------------------------*/
.zincy-team {
    text-align: center;
}
.entry-content .zincy_column.zincy-span2 {
    margin-bottom: 60px;
}
#archive-members .team-grid .team-img-archive {
    height: 180px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
#archive-members .team-grid .team-img-archive:hover {
    border-radius: 100px;
}
.zincy-team .zincy-member-image {
    border-radius: 100%;
    height: 280px;
    overflow: hidden;
    width: 280px;
    margin: 0 auto;
    background: #333;
}
.zincy-team .zincy-member-name, #archive-members .team-grid .member-details .member-title a {
    color: #4e525d;
    font-family: Droid Sans;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0px;
}
#archive-members .team-grid .member-details .member-title a{
	position: relative;
	display: inline-block;
}
#archive-members .team-grid .member-details .member-title a:hover{
	color: #3c90be;
}
#archive-members .team-grid .member-details .member-title a:after{
	content: "";
	background: #3c90be;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
#archive-members .team-grid .member-details .member-title a:hover:after{
	content: "";
	width: 100%;
}
#archive-members .team-grid .member-details .member-title{
	margin-bottom: 0;
}
.zincy-team .zincy-member-position, #archive-members .team-grid .member-details .member-post {
    color: #4e525d;
    font-family: Droid Sans;
    font-size: 12px;
    font-weight: bold;
}
.zincy-member-message {
    color: #777;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.social-shortcode {
    text-align: center;
}
.social-shortcode > a {
    background: #ddd none repeat scroll 0 0;
    color: #999;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-top: 20px;
    text-align: center;
    width: 40px;
}
.social-shortcode > a:hover {
	border-radius: 100%; 
	color: #fff;
	background: #1e76a6;
}
.single.single-members .entry-header span {
    text-align: center;
    font-weight: normal;
    font-style: italic;
}
.single-members .entry-header {
    padding: 10px 0;
    text-align: center; 
}
.single-members .entry-header .entry-title {
	margin-bottom: 0;
}
.single-members .post_image {
    margin-bottom: 20px;
    line-height: 0;
}
.single-members .post_image > img {
    width: 100%;
}

/*----------------------------------------------------
INNER TESTIMONIAL PAGE
-----------------------------------------------------*/
.zincy-client-image {
    text-align: center;
    margin-bottom: 10px;
}
.zincy-client-image > img {
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
}
.zincy-client-testimonial-heading h4.zincy-client-name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.zincy-client-testimonial-heading h6.zincy-client-position {
    background: #f1f1f1 none repeat scroll 0 0;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding: 5px 10px;
}
.zincy-client-message::before {
    color: #ddd;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    font-style: italic;
    margin-right: 10px;
}
.zincy-client-message {
    font-size: 15px;
    line-height: 23px;
    color: #666;
}
.textwidget {
    font-size: 13px;
}

/*----------------------------------------------------
LIST ITEMS 
-----------------------------------------------------*/
ul.zincy-list {
	margin: 0;
    list-style: outside none none;
}
ul.zincy-list li {
    padding-left: 20px;
    position: relative;
}
ul.zincy-list.zincy-list1 li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.zincy-list.zincy-list2 li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.zincy-list.zincy-list3 li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.zincy-list.zincy-list4 li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.zincy-list.zincy-list5 li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.zincy-list.zincy-list6 li::before {
    content: "\f152";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.featured-post p, .testimonial-excerpt {
		color:#000;
		font-family: 'verdana';
	}
	.widget.widget_glt_widget {
	  display: inline-block;
	  vertical-align:middle;
	  /*margin-top: 5px;*/
	  margin-bottom: 0;
	}
	.main-navigation li a{
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.style-three .zincy-search{
		vertical-align: inherit;
	}
	.top-right select{
		margin: 0 !important;
	}
	.style-three .zincy-search form.search-form input[type="search"]{
		line-height: inherit;
	}
	
	.style-three .search-form {
	    width: 88%;
	}
	/*.style-two.menu-right .top-right, .style-two.menu-left .top-right, .style-two.menu-center .top-right{
		position: relative;
		z-index: 999999;
		
	}*/
	.style-two.menu-right .site-branding, .style-two.menu-left .site-branding{
		padding-top: 15px;
	}
	/*#top-header{
		margin-top: -6px;
	}*/
	.style-two.sticky #top-header, .style-three.sticky #top-header{
		height: 82px;
	}
	.zincy-search{
		top: 0;
	}
	.style-two.sticky .fixed .main-navigation li a, .style-two.sticky .fixed .front, .style-two.sticky .fixed .back{
		padding-bottom: 20px;
	}
	.sticky .fixed .site-branding{
		margin-top: 10px;
	}
	.header-text{
		vertical-align: middle;
	}
	.socials{
		vertical-align: middle;
	}
	.style-three.menu-right .top-right, .style-three.menu-left .top-right{
		padding: 10px 0;
	}
	/*.top-right .widget {
	  margin-bottom:4px;
	}*/
}


.widget.widget_glt_widget{
    display: inline-flex; 
}
#flags{
    display: none;
}
#google_language_translator{
    width: 92% !important;
}
.style-three #google_language_translator{
	height: 33px;
}

/*----------------------------------------
WOOCOMMERCE SECTION
----------------------------------------*/
.woocommerce .woocommerce-breadcrumb{
	margin: 1em 0;
	color: #3c90be;
	font-weight: normal;
	font-style: italic;
}
.woocommerce .woocommerce-breadcrumb a{
	color: #3c90be;
	font-style: normal;
	display: inline-block;
	position: relative;
	line-height: 16px;
}
.woocommerce-cart .woocommerce-message a{
	color: red;
	display: inline-block;
	position: relative;
}
.woocommerce .woocommerce-breadcrumb a::after, .woocommerce-account .myaccount_user a:after, .woocommerce-account .lost_password a:after, 
.product-name a:after, .woocommerce-checkout #content a:after, .woocommerce-cart .woocommerce-message a:after {
    background: transparent;
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    -moz-transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    width: 0;
}
.woocommerce .woocommerce-breadcrumb a:hover::after, .woocommerce-account .myaccount_user a:hover:after, .woocommerce-account .lost_password a:hover:after,
.product-name a:hover:after, .woocommerce-checkout #content a:hover:after {
	background: #3c90be;
    content: "";
    width: 100%;
}
.woocommerce-cart .woocommerce-message a:hover:after{
	background: red;
    content: "";
    width: 100%;	
}
.woocommerce .woocommerce-breadcrumb a:hover::after, .woocommerce-account .myaccount_user a:hover::after, .woocommerce-account .lost_password a:hover::after, .product-name a:hover::after, .woocommerce-checkout #content .sidebar a:hover::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.woocommerce ul.products li.product .onsale{
	margin-top: 0; 
	margin-right: -10px;
}
.woocommerce ul.products li.product .onsale::after {
     border-left: 0 none;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    bottom: -10px;
    content: "";
    left: inherit;
    position: absolute;
    right: 0;
}
.woocommerce span.onsale::after {
    border-left: 10px solid transparent;
    border-top: 10px solid #333;
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
}
.woocommerce span.onsale{
	line-height: 20px;
	min-height: auto;
	min-width: 50px;
	border-radius: 0;
}
.single.woocommerce span.onsale {
    margin-left: -3px;
    margin-top: 5px;
}
.woocommerce ul.products li.product .price{
	padding: 0 10px;
}
.woocommerce ul.products li.product .price del{
	display: inline-block;
	width: 45%;
}
.woocommerce ul.products li.product .price ins{
	display: inline-block;
	width: 50%;
	text-align: right;
}
.woocommerce ul.products li.product h3{
	font-size: 14px;
	font-weight: normal;
	padding: 0.5em 0 0.5em 10px;
}

.woocommerce ul.products li.product a{
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.woocommerce ul.products li.product a:hover h3{
	color: #3c90be;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	margin: 0;
	background-color: #3c90be;
	color: #fff;
	box-shadow: 0 0 0 0 transparent inset;
	border: 1px solid #3c90be;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #3c90be;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color: #3c90be;
	color: #fff;
	box-shadow: 140px 0 0 0 #1b709e inset;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;	
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
	box-shadow: 0 0 10px #ccc;
}
.woocommerce .products .star-rating {
    margin: 0 0 0.5em 10px;
}
.woocommerce-account .myaccount_user a{
	color: #3c90be;
	display: inline-block;
	position: relative;
}
.woocommerce-account h2, .woocommerce-account h3, .woocommerce-cart h2, .woocommerce-checkout h3 {
    font-family: "Droid sans";
    font-size: 22px;
    font-weight: bold;
}
.woocommerce .edit{
	color: #3c90be;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 3px;
}
.woocommerce .edit:hover{
	background-color: #3c90be;
	color: #fff;
}
.woocommerce-page.woocommerce-account input.button {
    margin-left: 0;
    border: 1px solid #3c90be
}
.woocommerce-page.woocommerce-account input.button:hover {
    background-color: #3c90be;
    box-shadow: 200px 0 0 0 #1b709e inset;
    color: #fff;
}
.woocommerce-account .inline > input {
    vertical-align: inherit;
    width: auto;
    margin-right: 5px;
}
.woocommerce-account .lost_password > a{
	color: #3c90be;
	display: inline-block;
	position: relative;
}
.woocommerce a.added_to_cart{
	margin-left: 10px;
}
.woocommerce-cart.woocommerce-page #content table.cart td.actions .input-text{
	width: 200px;
	display: inline-block;
}
.woocommerce-cart.woocommerce-page #content table.cart td.actions input.button{
	display: inline-block;
    height: 36px;
    width: auto;
    border: 1px solid #3c90be;
    float: left;
    margin-right: 10px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #3c90be;
}
.woocommerce-cart.woocommerce-page .woocommerce a.button:hover{
	box-shadow: 420px 0 0 0 #1b709e inset;
}
.product-name a, .woocommerce-checkout #content a{
	color: #3c90be;
	display: inline-block;
	position: relative;
}
.woocommerce a.remove{
	line-height: 0.9;
}
.woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="submit"] {
    width: auto;
}
.woocommerce-checkout #content .form-row.place-order input.button {
    border: 1px solid #3c90be;
}
.woocommerce-page .lost_reset_password input.button {
    width: 180px;
}
.woocommerce-cart .woocommerce table.shop_table tr th, .woocommerce-cart .woocommerce table.shop_table tr td {
    padding: 5px;
}
.woocommerce ul.products li.product .button {
    margin-bottom: 1em;
    margin-left: 1em;
}
.woocommerce-checkout .checkout_coupon .form-row input.button {
    border: 1px solid #3c90be;
}
.woocommerce-account.woocommerce-edit-address input.button {
    width: auto;
}

.top-right aside {
    display: inline-block;
}