/*
Theme Name: Empire
Theme URI: http://www.moonbear.co/empire
Description: Fullscreen Portfolio Theme for designers and agencies

Author: MoonBear
Author URI: http://www.moonbear.co
Version: 1.2.1
Tags: light, gray, white, custom-menu, featured-images, post-formats, theme-options

License:GNU General Public License version 3.0
License URI:http://www.gnu.org/licenses/gpl-3.0.html

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------
  
    TABLE OF CONTENTS
    -----------------------------------------------------------------------------

    1. Base CSS
    2. Forms
    3. Footer
    4. Header
    5. Mega Menu
    6. Mobile Navigation
    7. Blog
    8. Comments
    9. Widgets
    10. Misc

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	1. Base CSS
/*-----------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0px;
}
#map_canvas {
	height: 100%;
}
html {
	font-smooth: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body { 
	margin: 0; 
	height: 100%; 
	z-index: 1000;
	overflow-x: hidden;
	color: #555;
	background-color: #fff; 
	font-family: 'Raleway', sans-serif;
}
img	{ 
	border: 0; 
	padding: 0 0 0 0;
}
a:hover, a:visited, a:link, a:active { 
	text-decoration: none;
	outline: none;
}
a:link,
a:visited,
a:active {
    color: #333;
    transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	font-weight: 400;
}
a:hover {
    color: #999;
}
ul, li { 
	padding: 0 0 0 0; 
	margin: 0; 
	list-style-type: none; 
}
hr {
	border: 0;
	border-bottom: 1px dashed #ddd;
}
p { 
	width: 100%; 
	padding: 0 0 0 0; 
	margin-bottom: 22px;  
	font-weight: 400;
	font-size: 14px; 
	line-height: 2.5; /* original 24px */
	color: #444;
 	margin-top: 0;
}
p a { 
	color: #333; 
}
strong {
	font-weight: 600;
}
p strong {
	color: #222;
}
iframe {
	border: none !important;
}
cite { 
    font-style: italic;
}
h1 { font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}
h1, h2, h3, h4, h5, h6 { 
	font-weight: 400;
	padding: 0 0 0 0; 
	line-height: 1.3;
	margin-top: 0; 
	margin-bottom: 22px; 
	margin-left: auto; 
	margin-right: auto; 
	color: #222;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 400;
}
blockquote {
	border: none;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 90px 30px 90px;
	margin: 30px 0 30px 0px;
	color: #333;
}
blockquote p {
	font-style: italic;
	color: #555;
	font-weight: 500;
	font-size: 22px !important;
	line-height: 2 !important;
}
address, pre {
	margin-bottom: 12px;
	font-size: 12px;
}
dl {
	font-size: 14px;
}
dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: left;
	color: #555;
	font-weight: 600;
}
dd {
	margin: 0 0 0 180px;
	padding: 0 0 12px 0;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	background: #f1f1f1;
	padding: 22px 22px 22px 22px;
	border: 1px solid #ccc;
	font-size: 12px;
	background: #fff;
	color: #555 !important;
	margin-bottom: 22px;
}
pre {
	border-radius: 0px;
	border: 1px solid #e7e7e7;
}
.empty-space {
	width: 100%;
	height: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	2. Forms
/*-----------------------------------------------------------------------------------*/

input:focus,
select:focus,
textarea:focus,
button:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none !important;
}
label {
	color: #888;
	font-weight: 400;
	font-size: 14px;
}
input, 
textarea, 
select .form-group input, 
.form-group textarea,
.form-group select,
.form-control {
	border: 1px solid #e1e1e1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 12px;
	border-radius: 0px;
	font-weight: 600;
}
input:hover, textarea:hover, 
.form-group input:hover, 
.form-group textarea:hover {
	border: 1px solid #ccc;
}
input:focus, textarea:focus, 
.form-group input:focus,
form-group textarea:focus {
	border: 1px solid #333;
}
input[type="text"] {
	height: 40px;
	line-height: normal;
	padding-left: 12px;
}
textarea {
	padding: 20px 20px
}
.wpcf7-text, .wpcf7-textarea {
	width: 100%;
}
.selectboxit-container .selectboxit {
	min-width: 130px !important;
}
.selectboxit-list li {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	3. Header
/*-----------------------------------------------------------------------------------*/

.header-featured-text {
	background-color: #f7f7f7;
	text-align: center;
	font-size: 28px;
}
.header-featured-image {
	height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.header-featured-image .overlay {
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.3);
}
.header-logo {
	position: absolute;
	z-index: 10000;
	right: 90px;
	margin-top: 75px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.page-template-template-portfolio .header-logo, .single-portfolio .header-logo {
	position: fixed;
}
.header-logo.menu-right {
	left: 90px;
	right: auto;
}
.header-logo:hover {
	opacity: 0.8;
}
.mini-navigation {
	position: fixed;
	z-index: 99999999999;
	top: 90px;
	left: 90px;
}
.mini-navigation .primary {
	visibility: hidden;
	margin-top: -120px;
	opacity: 0;
	height: 0;
	z-index: 1000000000;
}
.mini-navigation:hover .primary {
	visibility: visible;
	opacity: 1;
	height: auto;
	margin-top: -80px;
	border-radius: 3px;
}
.mini-navigation .primary {
	background: #222;
	width: 300px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	position: relative;
}
.mini-navigation .primary > li {
	display: inline-flex;
	width: 100%;
}
.mini-navigation .primary li a {
	width: 100%;
	background: #222;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	display: block;
	border-bottom: 1px solid #2a2a2a;
}
.mini-navigation .primary li a:hover {
	width: 100%;
	background: #171717;
}
.mini-navigation a {
	color: #999;
	padding: 20px;
	font-size: 11px;
	font-weight: 500;
}
.mini-navigation .menu-button {
	padding: 30px;
	display: block;
	font-size: 21px;
	color: #000;
	z-index: 0;
	width: 80px;
}
.mini-navigation .primary a:hover {
	color: #fff;
	width: 100%;
}
.mini-navigation .dropdown > .sub-menu {
	position: absolute;
	top: 0;
	width: 300px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	visibility: hidden;
	margin-top: -30px;
	opacity: 0;
}
.mini-navigation .dropdown > a .fa {
	float: right;
}
.mini-navigation.menu-right .dropdown > a .fa {
	float: left;
}
.mini-navigation .dropdown > .sub-menu a {
	background-color: #2a2a2a;
	border-bottom: 1px solid #353535;
}
.mini-navigation .dropdown > .sub-menu a:hover {
	background-color: #272727;
}
.mini-navigation .dropdown:hover > .sub-menu {
	visibility: visible;
	margin-top: 0px;
	opacity: 1;
}
.mini-navigation.menu-right {
	right: 90px;
	left: auto;
}
.mini-navigation.menu-right .primary {
	margin-left: -220px;
	text-align: right;
}
.mini-navigation.menu-right {
	right: 90px;
	left: auto;
}
.mini-navigation.menu-right .dropdown > .sub-menu {
	margin-left: -600px;
}

/* Widget Footer Search */
.widget_search #searchform {
	width: 100%;
}
.widget_search input {
	width: 100%;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.3);
}
.widget_search input:hover {
	border: 1px solid rgba(255,255,255,0.6);
}
.widget_search input:focus {
	border: 1px solid rgba(255,255,255,1);
}
.widget_search #searchform:after {
	color: rgba(255,255,255,0.3);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

/*-----------------------------------------------------------------------------------*/
/*	3. Footer
/*-----------------------------------------------------------------------------------*/

footer {
	background-color: #fff;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 60px;
}
footer .copyright {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 400;
	color: #777;
	line-height: 22px;
}
footer .social-buttons {
	text-align: center;
	margin-bottom: 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
}
footer .social-buttons a {
	margin-right: 30px;
	font-weight: 600;
	color: #555;
}
footer .social-buttons a:last-child {
	margin-right: 0px;
}
footer .social-buttons a:hover {
	opacity: 1;
	color: #333;
}
	
/*-----------------------------------------------------------------------------------*/
/*	6. Mobile Navigation
/*-----------------------------------------------------------------------------------*/

.mobile-logo {
	float: right;
}
.mobile-logo img {
	height: 60px;
	margin-top: 30px;
	margin-right: 30px;
}
.mobile-nav-container {
	overflow: auto;
	width: 100%;
	display: none;
	position: absolute;
	z-index: 10;
}
.mobile-nav-container .dropdown a {
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.mobile-nav-container .dropdown a .fa-chevron-down {
	margin-left: 3px;
}
#mobile-nav {
	float: left;
	width: 200px;
	background: #222;
	margin-left: 40px;
	margin-top: -30px;
}
.mobile-nav-bar {
	background: transparent;
	width: 100%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
#mobile-nav li a {
	padding: 20px 30px 20px 30px !important;
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
#mobile-nav li a:active {
	color: rgba(255,255,255,1);
}
#mobile-nav .sub-menu {
	padding-left: 22px;
}
#mobile-nav .sub-menu li a {
	color: rgba(255,255,255,0.6);
}
#mobile-nav .fa-angle-down {
	float: right;
	margin-top: 3px;
	font-size: 16px;
}
.btn-mobile-nav {
	border: none;
	background-color: transparent;
	color: #222 !important;
	background-size: 24px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	padding: 40px !important;
	font-weight: 300;
	margin-bottom: 15px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 2px !important;
	z-index: 10000000000;
	border-radius: 3px;
	font-size: 26px;
}
.btn-mobile-nav.collapsed {
	background-color: transparent;
}
#mobile-nav li a:hover .sub-menu {
	display: none;
}
#mobile-nav li .sub-menu {
	display: none;
}
#mobile-nav .mega-menu .sub-menu {
	width: 100% !important;
}
#mobile-nav .mega-menu .sub-menu > li {
	float: none !important;
	width: 100% !important;
	border-right: 0px !important;
}
#mobile-nav .mega-menu .sub-menu > li sub-menu {
	width: 100% !important;
}
#mobile-nav .mega-menu .sub-menu > li {
	float: none !important;
}
#mobile-nav .mega-menu .sub-menu .menu-item-has-children > a {
	border-right: 0px !important;
	padding: 0px 0px 0px 0px !important;
	padding-left: 16px !important;
	display: none;
}
#mobile-nav .mega-menu > .sub-menu > li a {
	border-right: 1px dashed #434649 !important;
	padding: 12px 12px 12px 12px !important;
	padding-left: 16px !important;
}
#mobile-nav .sub-menu i {
	margin-right: 8px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	7. Posts
/*-----------------------------------------------------------------------------------*/

.standard article {
	margin-bottom: 90px;
}
.entry-content {
	text-align: left;
}
.entry-content p {
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	color: #222;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { 
	font-weight: 500;
}
.entry-content p a {
	text-decoration: underline;
}
.entry-icons {
	text-align: center;
	position: relative;
	top: -6px;
}
.entry-icons a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #f1f1f1;
	border-radius: 30px;
	vertical-align: middle;
	line-height: 30px;
	font-size: 14px;
	margin-right: 3px;
}
.entry-icons a:hover {
	background-color: #333;
	color: #fff;
}
.entry-icons a:last-child {
	margin-right: 0px;
}
.entry-icons h5 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px
}
.entry-header {
	margin-bottom: 30px;
}

.content-container > .container > .row {
	margin-bottom: 0px !important;
}
.pagination-container {
	text-align: center;
	margin-bottom: 30px;
}
.post-pagination {
	text-align: center;
	margin-top: 30px;
}
.single-post .pagination {
	margin-left: auto;
	margin-right: auto;
}
.single-post article {
	margin-bottom: 30px;
}
.read-more-container {
	text-align: center;
}
.read-more, .more-link, #comment-submit {
	padding: 15px 25px;
	border: 1px solid #999;
	color: #333;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	display: inline-block;
	transition: all 0.2s;
	border-radius: 3px;
    -webkit-transition: all 0.2s; /* Safari */
    border-radius: 100px;
    background-color: transparent;
    text-shadow: none;
}
.read-more:hover, #comment-submit:hover, .more-link:hover {
	border: 1px solid #333;
	color: #fff !important;
	background: #333;
}
.contact-submit {
	padding: 15px 25px;
	border: 1px solid #333;
	color: #fff !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	display: inline-block;
	transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
    border-radius: 100px;
    text-shadow: none;
    background-color: #333;
}
.contact-submit:hover {
	border: 1px solid #ccc;
	color: #333 !important;
	background-color: #fff;
}
.contact-submit-wrapper {
	text-align: right;
}
#comment-submit {
	width: 200px;
}
.heading a, .heading {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.entry {
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: relative;
}
.post:last-child .entry {
	margin-bottom: 0px;
}
.post-meta {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333 !important;
	margin-bottom: 12px;
	display: inline-block;
}
.post-meta a {
	font-weight: 500;
}
.post-date {
    font-size: 12px;
}
.small-title {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333 !important;
	margin-bottom: 30px;
	font-weight: 600;
	text-align: center;
}
.isotope .entry-video {
	height: 230px;
}
.entry .post-categories, .entry .post-categories li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.entry .post-categories li a {
	font-size: 11px;
	color: #bbb;
}
.entry-content ul, .entry-content ol {
	margin-left: 40px;
}
.entry-content > ul, .entry-content > ol {
	margin-bottom: 30px;
}
.entry ul li {
	list-style-type: square;
	font-size: 14px; 
	line-height: 24px;
	margin-bottom: 12px;
}
.entry ol li {
	list-style-type: decimal;
	font-size: 14px; 
	line-height: 24px;
	margin-bottom: 12px;
}
.entry p:last-child {
	margin-bottom: 0px !important;
}
.entry-meta {
	padding-left: 0 !important;
	margin-left: 0 !important;
	border-top: 1px dotted #ccc;
	padding-top: 22px;
	margin-top: 22px;
	margin-bottom: 0px !important;
	text-align: right;
}
.post-pagi {
	font-size: 12px;
	margin-bottom: 30px;
}
.post-pagi span {
	display: block;
	float: left;
}
.post-pagi a:hover {
	color: #ccc;
}
.post-pagi a {
	display: inline-block;
	height: 38px;
	color: #e1e1e1;
	margin-right: 12px;
	text-align: center;
	font-size: 24px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}
.post-pagi a:hover {
	color: #555;
}
.author {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#authorarea {
	width: 100%;
	overflow:hidden;
	color: #333;
}
#authorarea h3 {
	font-size: 12px;
	margin:0;
	font-weight: 600;
	padding:10px 10px 5px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#authorarea h3 a {
	text-decoration:none;
	color: #333;
	font-weight: bold;
}
#authorarea img {
	margin:0;
	margin-right: 30px;
	float:left;
	width: 100px;
	height: 100px;
}
#authorarea p {
	margin:0;
	padding:0px 10px 10px 10px;
	font-size: 12px;
	font-weight: 500;
}
.authorinfo {
	padding-left: 120px;
}
.entry img {
	max-width: 100%;
	height: auto;
}

/* Post formats */

/* Post Type: Image/Gallery */
.entry-image {
	width: 100%;
	background-size: cover; background-position: center; background-repeat: no-repeat;
	display:block;
	position: relative;
	overflow: hidden;
}
.related {
	border-bottom: 1px dotted #bbb;
	padding-bottom: 60px;
	margin-bottom: 60px 1;
}
.related .entry-image {
	margin-bottom: 12px;
}
.related a {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.fancybox-inner .entry-image {
	margin-bottom: 0px;
}
.entry-image img {
	width: 100%;
	position: relative;
	transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; 
	-o-transition: all 0.2s ease-in;
}
.entry-image-overlay {
	width: 100%; height: 100%;
	display: block;
	position: absolute; top: 0px;
	opacity: 0;
	z-index: 1;
	background-color: #333; 
	transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; 
	-o-transition: all 0.2s ease-in;
	border-radius: 3px;
}
.entry-image:hover .entry-image-overlay {
	opacity: 0.96;
	background-size:40px 40px, 100% 100%;
}

.flexslider .entry-image:hover img {
	transform: none;

}

/* Avatar */
.avatar {
	border-radius: 500px;
}

/* Tags */
.tags-share {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	position: relative;
}
.tags-share a {
	padding: 10px 15px;
	border: 1px solid #f1f1f1;
	color: #999;
	letter-spacing: 2px;
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s;
	border-radius: 100px;
    -webkit-transition: all 0.2s; /* Safari */
    margin-right: 8px;
    background: #f7f7f7;
}
.tags-share a:hover {
	border: 1px solid #333;
	color: #fff !important;
	background: #333;
}
.tags-share .column {
	width: 49%;
	display: inline-block;
	min-height: 63px;
}
.tags-share .right {
	float: right;
	width: auto;
}
/*-----------------------------------------------------------------------------------*/
/*	9. Comments
/*-----------------------------------------------------------------------------------*/

.commentlist .avatar {
	width: 30px;
	height: auto;
	margin-right: 12px;
}
.comments {
	width: 400px;
}
.comment-meta {
	padding: 0 0 0 0;
	margin: 0;
	margin-bottom: 12px !important;
	position: absolute;
	right: 0;
	top: 0px;
}
.commentlist p {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0px;
	width: 70%;
}
.commentlist .author-name, .commentlist .author-name a {
	font-weight: 600;
	color: #333;
}
.commentlist .author-name {
	margin-right: 12px;
}
.commentlist
.comment-body {
	margin: 0 0 0 80px;
}
.comment-meta {
	margin-left: 12px;
	font-size: 12px;
}
.form-allowed-tags {
	display: none;
}
.comment-form-url, .comment-form-email, .comment-form-author {
	position: relative;
}
.form-icon {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 37px;
	right: 10px;
	opacity: 0.3;
}
.url-icon {
	background: url(assets/img/icons/glyphicons_050_link.png) no-repeat center center;
	background-size: 15px 15px;
}
.email-icon {
	background: url(assets/img/icons/glyphicons_399_e-mail@2x.png) no-repeat center center;
	background-size: 15px 15px;
}
.commentlist {
	margin-left: 0px !important;
	margin-bottom: 60px;
}
.commentlist .entry {
	text-align: left;
	border: 0px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.commentlist > li:last-child .entry {
	border-bottom: 0px;
}
.commentlist .page-numbers {
	font-size: 11px;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.commentlist .page-numbers:hover {
	background: #fff;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.commentlist .current {
	font-size: 11px;
	background: #fff;
	color: #333;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	border: 1px solid #ccc;
}
.commentlist .current:hover {
	background: #fff;
}
.commentlist .children {
	margin-left: 60px;
}
.comment-heading {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
}
.comment-reply-title {
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: 500;
}
.logged-in-as {
	font-size: 12px !important;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
.logged-in-as a {
	font-weight: 400;
}
.comment-notes {
	padding-bottom: 22px;
	border-bottom: 1px solid #e7e7e7;
}
.icon-nocomments {
	background: url(assets/img/icons/glyphicons_244_conversation.png) top center no-repeat;
	background-size: 25px 18px;
	height: 18px;
	width: 75px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ccc;
	opacity: 0.7;
}
.no-comments {
	margin-bottom: 12px;
}
.commentlist .current-post-page:hover {
	background: #fff;
}
#cancel-comment-reply-link {
	background: #50575E;
	padding: 6px 6px 6px 6px;
	border-radius: 3px;
	font-weight: 400;
	font-size: 10px;
	color: #fff;
	margin-left: 12px;
}
.comment-form input, .comment-form textarea {
	width: 100%;
}
.comment-footer span {
	margin-right: 8px;
	font-size: 12px;
}
.comment-body .comment-approval {
	background: #d9edf7;
	padding: 12px 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.comment-edit-link {
	font-weight: 400;
}
/*-----------------------------------------------------------------------------------*/
/*	9. Widgets
/*-----------------------------------------------------------------------------------*/

.widget ul li {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}
.widget ul li:last-child {
	border-bottom: 0px;
}
.widget li > .children, .widget li > .sub-menu {
	margin-top: 10px;
}
.widget .children, .widget .sub-menu {
	padding-left: 20px;
	margin-bottom: 0px;
}

.widget-area ul li {
	font-size: 12px;
}

/* Sidebar Widgets */
.widget-left {
	padding-right: 30px;
}
.widget-right {
	padding-left: 30px;
}
.widget-area .widget {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.widget-area .widget:last-child {
	border-bottom: 0px;
}
.widget-area .widgettitle {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	color: #333;
}
.textwidget {
	font-size: 12px;
	color: #222;
}
.textwidget p {
	font-size: 13px;
	font-weight: 500;
}
.textwidget p a {
	color: #ccc !important;
}
.textwidget p:last-child {
	margin-bottom: 0px;
}
.widget-area .post-date {
	color: #888;
	font-size: 11px;
}
.widget-area .post-date:before {
    content:"\a";
    white-space: pre;
}

/* calendar widget */
#wp-calendar {width: 100%;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; color: #fff;}
#wp-calendar thead th { padding-bottom: 10px; text-align: center; color: #333;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { font-size: 10px; color: #333; background: #f1f1f1; text-align: center; padding:3px;}
#wp-calendar tbody td:hover { background: #40434c; cursor: pointer; color: #fff}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a {color: #fff;}
#wp-calendar a:hover {color: #fff !important;}
#wp-calendar th {color: #333 !important;}
#wp-calendar caption {color: #333 !important;}
#wp-calendar td a {color: #fff !important;}

.widget-area .widget_recent_entries ul li {
	margin-bottom: 12px;
}
.tagcloud {
	text-align: left;
}
.tagcloud a {
	background: transparent;
	font-weight: 600;
	font-size: 12px !important;
	padding: 8px 16px 8px 16px;
	margin-bottom: 5px;
	display: inline-block;
	color: #555;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-right: 3px;
}
.tagcloud a:hover {
	border: 1px solid #aaa;
	color: #333 !important;
}
p .tooltip-span {
	font-weight: 500;
	text-decoration: underline;
}
.tooltip-inner {
	display: inline-flex;
}
.tagcloud .tooltip.in {
	opacity: 1;
	filter: alpha(opacity=80);
}
.tagcloud .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tagcloud .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #fff;
}
.widget-right {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100%;
	min-height: 100%;
}
.widget-area #searchform, .widget-area #searchform #s {
	width: 100%;
}
.sidebar-active {
	padding-left: 90px;
	padding-right: 90px;
}
/* Widget Footer Search */
.widget_search #searchform {
	width: 100%;
}
.widget_search input {
	width: 100%;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.3);
}
.widget_search input:hover {
	border: 1px solid rgba(255,255,255,0.6);
}
.widget_search input:focus {
	border: 1px solid rgba(255,255,255,1);
}
.widget_search #searchform:after {
	color: rgba(255,255,255,0.3);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.widget_search #searchform:hover:after {
	color: rgba(255,255,255,0.6);
}
.widget_search #searchform:focus:after {
	color: rgba(255,255,255,1);
}
.textwidget img {
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	10. Misc
/*-----------------------------------------------------------------------------------*/

/* Flexslider */
.flexslider {
	margin-bottom: 0 !important;
	padding: 0 0 0 0 !important;
	box-shadow: none !important;
	border: 0px !important;
}
.flexslider li {
	margin: 0 0 0 0 !important;
	list-style: none !important;
}
.flex-control-nav {
	display: none;
}
.flex-next, .flex-prev {
	background: none !important;
	background-repeat: no-repeat !important;
	height: 120px !important;
	width: 120px !important;
	color: #222 !important;
	margin-top: -30px !important;
	display: inline-block;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px;
	text-align: center;
	text-indent: 0px !important;
	font-size: 0px;
}
.flex-next:before {
	content: "\f105";
	font-size: 60px !important;
}
.flex-prev:before {
	content: "\f104";
	font-size: 60px !important;
}
.flexslider .slides img {
	height: auto;
}
.flex-control-nav li {
	margin: 0px 5px !important;
}
.flex-active {
	background: #5ED2C6 !important;
}

/* Tag Cloud */
.tag-cloud {
	width: 400px;
	display: inline-block;
}
.tag-cloud a {
	border: 0;
	background: #222;
	font-weight: 400;
	color: #fff !important;
}
.tag-cloud a:hover {
	border: 0;
	background: #51BABE;
	color: #fff !important;
}

/*-----------------------------------------------------------------------------------*/
/*	16. Misc
/*-----------------------------------------------------------------------------------*/

.entry [class*="entry-"] {
	margin-bottom: 30px;
}
.entry [class*="entry-"]:last-child {
	margin-bottom: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	12. Wordpress Core
/*-----------------------------------------------------------------------------------*/

.sticky {

}
.screen-reader-text {
	
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 12px 12px 12px 12px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin-top: 12px;
}
.gallery-caption {
	
}
.bypostauthor {
	
}
.clearboth {
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}
.emptyspace {
	height: 22px;
	width: 100%;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.post-password-form label {
	position: relative;
}
.post-password-form input {
	height: 40px;
	padding-left: 12px;
	margin-left: 12px;
}
.post-password-form input[type="submit"] {
	background: none;
	border: none;
	margin-left: -50px;
	right: 0;
	color: #555;
	height: 40px;
	opacity: 0;
	position: relative;
}
.post-password-form label:after {
	content: "\f105";
	display: block;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right: 12px;
	color: #999;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gallery-item dt {
	float: none;
	clear: none;
	width: auto;
	text-align: center;
}
.gallery-item dd {
	margin: auto;
	padding: auto;
}
.gallery-item .wp-caption-text {
	margin-top: 12px;
}

/* Search Form */
#searchform {
	position: relative;
	display: inline-flex;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
#searchform:hover {
	border: 1px solid #ccc !important;
}
#searchform #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right: 0;
	color: #555;
	height: 100%;
	opacity: 0;
	z-index: 1;
	width: 50px;
}
#searchform:after {
	content: "\f002";
	display: block;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right: 12px;
	color: #999 !important;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.big-search input {
	height: 50px;
	width: 400px;
	line-height: normal;
}
.page-container {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%;
}
.content-container {
	transition: all 1s;
	-webkit-transition: all 1s;
	position: relative;
	padding-bottom: 90px;
	height: 100%;
	flex: 1;
	-webkit-font-smoothing: antialiased;
	padding-top: 90px;
}
.js_active .content-container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.no-comments p {
	text-align: center;
}
.entry table {
	border: 1px solid #ddd;
	margin-bottom: 22px;
}
.entry thead th {
	padding: 14px 18px 14px 18px !important;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
}
.entry td, .entry tbody th  {
	padding: 14px 18px 14px 18px !important;
	color: #666;
	font-size: 11.5px;
}
.entry .th-black {
	background: #444;
}

.instagram-unit img {
	width: 33.3333333333%;
	padding-right: 12px;
	padding-bottom: 12px;
	opacity: 0.8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.instagram-unit img:hover {
	opacity: 1;
}
.instagram {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.instagram-post img {
	width: 20%;
	padding-right: 12px;
	padding-bottom: 12px;
	opacity: 0.8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.instagram-post img:hover {
	opacity: 1;
}
.instagram {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.instagram-post img {
	width: 20%;
	padding-right: 12px;
	padding-bottom: 12px;
	opacity: 0.8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.instagram-post img:hover {
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	Twitter Feed
/*-----------------------------------------------------------------------------------*/

.tweet_text {
	font-size: 13px;
	color: #555;;
	display: inline;
	padding-top: 6px;
	line-height: 2.5;
	font-weight: 500;
}
.tweet .button {
	display: inline;
}
.tweet_text a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s; /* Safari */
}
.tweet_user {
	margin-bottom: 22px;
	font-size: 14px;
}
.tweet_time {
	display: none;
}
.tweet_time a {
	font-size: 12px;
	color: #50555b !important;
}
.tweet_list li {
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
}

.browsing {
	text-align: center;
	padding: 30px;
	margin-bottom: 60px;
	font-weight: 600;
	font-size: 26px;
}
.browsing h1 {
	margin-bottom: 0px;
	display: inline-block;
	font-size: 40px;
}
.browsing span {
	display: inline-block;
	font-weight: 500;
}

/*-----------------------------------------------------------------------------------*/
/*	Error 404
/*-----------------------------------------------------------------------------------*/

.error-404 {
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
.error-404 h1 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.error-404 p {
	font-size: 20px;
	line-height: 1;
}
.error-404 #s {
	height: 70px;
	padding-left: 22px;
	border: none;
	font-size: 14px;
	background: #222;
	border: 0px !important;
	outline: none;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}

.blog-list .entry-image {
	float: left;
	width: 50%;
	padding-right: 30px;
}

#contact input, #contact textarea {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 100;
}
#contact input {
	height: 50px;
	padding-left: 20px;
}
#contact textarea {
	padding-left: 20px;
	padding-top: 20px;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
  
  
/* responsive media queries */

@media (max-width: 768px) {
  header h1 small {
    display: block;
  }

  header div.description {
    padding-top: 9px;
    padding-bottom: 4px;
  }

  .isotope .isotope-item {
    position: static ! important;
    -webkit-transform: translate(0px, 0px) ! important;
       -moz-transform: translate(0px, 0px) ! important;
            transform: translate(0px, 0px) ! important;
  }
}
.isotope-item {
	box-sizing: border-box;
}

/* Portfolio */
.portfolio-entry {
	width: 50%;
	margin-left: -0.1px;
	display: inline-block;
	overflow: hidden;
}
.portfolio-entry img {
	width: 100% !important;
}
.portfolio-entry .primary, .portfolio-entry .secondary {
	width: 100%;
	height: auto;
	transition: all 0.2;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.portfolio-entry .overlay {
	background: #222;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	text-align: left;
	transform: translate3d(0px, -100%, 0px);
	-webkit-transform: translate3d(0px, -100%, 0px);
	-ms-transform: translate3d(0px, -100%, 0px);
	z-index: 10000;
	padding: 25px 30px;
	margin: 60px;
}
.portfolio-entry:hover .overlay {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
}
.portfolio-hover .primary {
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.portfolio-hover:hover .primary {
	transform: translate3d(0px, 100%, 0px);
	-webkit-transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px);
}
.portfolio-hover .secondary {
	position: absolute;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transform: translate3d(0px, -100%, 0px);
	-webkit-transform: translate3d(0px, -100%, 0px);
	-ms-transform: translate3d(0px, -100%, 0px);
	pointer-events: none;
}
.portfolio-hover:hover .secondary {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
}
.portfolio-entry .overlay h3 {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
.portfolio-entry .overlay > div {
    vertical-align: baseline;
    display: table;
    width: 100%;
    height: 100%;
}
.portfolio-entry .overlay > div > div {
	display: table-cell;
    vertical-align: middle;
}
.portfolio-2col .portfolio-entry {
	width: 50%;
}
.portfolio-3col .portfolio-entry {
	width: 33.33333333%;
	margin-left: -0.3px;
}
.portfolio-4col .portfolio-entry {
	width: 25%;
}

.single-portfolio-view img {
	width: 100%;
	height: 100%;
}
.single-portfolio .portfolio-slider {
	height: 100%;
	width: 100%;
	position: fixed;
	cursor: url(assets/img/slidercursor.png) 8 8, move !important;
	z-index: 0;
}
.portfolio-pagination {
	position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
}
.portfolio-pagination a {
	padding: 15px 30px;
	color: #fff;
	background: #222;
	border-right: 1px solid #333;
}
.portfolio-pagination a:hover {
	background-color: #111;
}
.portfolio-pagination .project-details {
	width: 300px;
}
.single-portfolio .project-content {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #fff;
	z-index: 1;
	position: relative;
}
.preload-images {
	display: none;
}

/* Preloader */
.preloader {
	height: 100%;
	width: 100%;
	background: #f7f7f7;
	position: fixed;
	top: 0;
	z-index: 999999;
	text-align: center;
	font-size: 32px;
	color: #333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
.preloader .preloader-content {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
.preloader .preloader-content img {
	margin-bottom: 30px;
}
.footer-callout {
	padding: 100px;
	background-color: #73DCB3;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: relative;
	font-weight: 600;
}
.footer-callout a {
	color: #fff;
	font-weight: 900;
}
.footer-callout a:hover {
	color: rgba(255,255,255,0.7);
}
.moonbear-setup {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	background: #f7f7f7;
	padding: 60px;
	text-align: center;
	position: absolute;
	  top: 50%;
	  left: 0;
	  right: 0;
	  transform: translateY(-50%);
}
.contact-container {
	width: 500px;
	position: absolute;
	z-index: 999;
	background-color: #fff;
	padding: 30px 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
	z-index: 1;
}
.isotope-loadmore {
	text-align: center;
}
.isotope-loadmore a {
	text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px;
    padding: 60px;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}
.isotope-loadmore a:hover {
	background-color: #fff;
}

.isotope-container .isotope-post {
	width: 49.99%;
	padding: 90px 160px;
	text-align: center;
}
.isotope-container .isotope-post:first-child {
	width: 100%;
	padding: 90px 300px;
	text-align: left;

}
.isotope-container .isotope-post .date {
	margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgba(0,0,0,0.3);
}
.isotope-container .isotope-post:hover .read-more {
	border: 1px solid #333;
	color: #fff !important;
	background: #333;
}
.isotope-container .isotope-post h3 {
	font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.isotope-container .isotope-post h3 a {
	font-weight: 600 !important;
}
.header-featured-image .header-meta {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.header-featured-image .title {
	background: rgba(0,0,0,0.8);
	padding: 30px;
	display: inline-flex;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0px;

}
.header-featured-image .sub-title {
	background: rgba(0,0,0,0.5);
	padding: 15px;
	display: inline-flex;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	float: right;
}

@keyframes pulse-animation {
	0% {
		transform: scale(0.1);
		opacity: 1;
	}
	70% {
		transform: scale(1);
		opacity: 0.7;
	}
	100% {
		opacity: 0.0;
	}
}
.pulse-preloader {
	color: #111;
	height: 35px;
	width: 35px;
	margin-left: auto;
    margin-right: auto;
}
.pulse-preloader > div {
	width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    -moz-animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    -o-animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: pulse-animation 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    border: 3px solid #333;
    display: block;
    float: none;
}
.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction {
	border-radius: 100px 100px 100px 100px !important;
}