html { 
	height:100%;
	min-height:100%;
}

body { 
	background:#fafafa;
	font-family:'Montserrat',Verdana, Geneva, sans-serif ;
	min-height:100%;
	height:100%;
}

/* ===============================================
   TYPOGRAPHY
   =============================================== */

p, 
li, 
address, 
dd, 
blockquote, 
td, 
th,
.textwidget { 
	font-size:14px; 
	line-height:1.8em;
	font-family:'Montserrat',Verdana, Geneva, sans-serif; 
	font-weight:300 ; 
}

body,
p,
a,
ul,
ol,
li,
address,
dd,
blockquote, 
td, 
th,
label,
.textwidget { 
	color:#616161;
	word-wrap: break-word;
}
 
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
	font-family:'Montserrat',Verdana, Geneva, sans-serif; 
	font-weight:400 ; 
	word-wrap: break-word;
	margin:30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 { 
	font-family:'Montserrat',Verdana, Geneva, sans-serif; 
	font-weight:400 ; 
	margin:30px 0;
	word-wrap: break-word;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.title.headtitle {
	text-align:center;
	margin-bottom:50px;
}

.title.headtitle.header_two {
	text-align:center;
	margin-bottom:75px;
}

code {
	display:block;
	white-space:normal ;
	word-wrap: break-word;
}

ul {
	list-style:none;
	margin-left:0px;
	padding:0;
}

iframe, 
embed, 
object, 
video,
img {
	max-width:100%;
	height:auto
}

/* ===============================================
   ELEMENTS
   =============================================== */

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 940px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 940px
    }
}

input, 
button, 
select, 
textarea {
	max-width: 100%;
	color:#616161;
}

a { 
	outline: none; 
	border:none;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

a:hover {
	color:#1abc9c;
}

a:hover,
a:focus {
	border:none;
	outline:none;
	text-decoration:none ;
}

div.sharedaddy {
	margin-top:50px;
}

a.button {
	border:solid 1px #ddd;
	padding:8px 0;
	color:#333;
	margin:35px auto -10px auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
	font-size:14px;
	text-align:center;
	position:relative;
	display: block;
	width:120px;
	background:none;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
}

a.button:hover {
	border: solid  1px #1abc9c;
	color:#fff;
	background:#1abc9c;
	text-decoration:none;
}

a.more {
	color:#333 ;
}

a.more:hover {
	color:#1abc9c ;
}

.clear { 
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.col-md-3 .left,
.col-md-3 .right {
	float:none;
	display:block;
}

.col-md-3 .left {
	margin-bottom:20px;
}

::selection {
	background: #48c9b0;
	color:#fff; 
}

::-moz-selection {
	background: #48c9b0;
	color:#fff; 
}

a.btn {
	margin-right:5px;
	border:none;
}

.alert,
.btn {
	-webkit-border-radius: 0px ;
	-moz-border-radius: 0px ;
	border-radius: 0px ;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* ===============================================
   START HEADER
   =============================================== */

#header { 
	position:relative;
	text-align:center;
	padding:200px 50px;
	margin-bottom:50px;
	color:#fff ;
	width:100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: fixed;
	background-image:url('../images/background/header.jpg');
}

.category-name p,
.category-name h1 {
	font-size:18px;
	font-weight:300;
	font-family:'Montserrat',Verdana, Geneva, sans-serif; 
	margin:0;
	line-height: 1.2em;
	color:#fff;
	position:relative;
}

.category-name p a,
.category-name h1 a {
	color:#616161;
}

.category-name .post-article {
	background:#48c9b0;
}

#masonry .category-name {
	text-align:center;
}

/* ================= LOGO ================= */


#logo {
	position:relative;
	text-align:center;
	z-index:498;
	word-wrap: break-word;
} 

#logo.topleft {
	position:absolute;
	left:35px;
	top:35px;
	text-align:left;
} 

#logo a { 
	text-decoration:none; 
	line-height:inherit;
} 

#logo a span { 
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-weight:400;
	font-family:'Lato',Verdana, Geneva, sans-serif; 
}

#logo a span.sitename {
	font-size:60px; 
	color:#fafafa; 
	line-height:0.8em;
	text-align:left;
}

#logo a span.sitedescription {
	font-size:14px; 
	display:block;
	text-align:center;
	margin:0;
	line-height:1.6em;
	color:#fafafa;
}

#logo a:hover span.sitename ,
#logo a:hover span.sitedescription {
	color:#ffffff;
}

#slogan,
#slogan h1 {
	z-index:498;
	font-family:'Montserrat',Verdana, Geneva, sans-serif; 
	font-size:40px; 
	color:#fff; 
	text-decoration:none; 
	text-align:center;
	line-height:0.8em;
	position:relative;
	word-wrap: break-word;
}

#slogan span.description {
	font-size:14px; 
	display:block;
	text-align:center;
	margin:0;
	line-height:1.6em
}

.blast-on span {
	display:inline-block
}

/* ================= STANDARD MENU ================= */

nav.custommenu {
	display:block ;
	position:relative;
	padding:0; 
	width:100%;
}

nav.custommenu ul { 
	list-style:none; 
	margin:0; 
	display:block;
	width:100%;
	border:none;
	text-align:center;
}

nav.custommenu ul li {
	position:relative; 
	display:block;
	padding:0 !important;
	text-align:center;
}

nav.custommenu ul li:last-of-type {
	border-bottom:none;
}

nav.custommenu ul li:after {
	display:none;
	visibility:hidden;
}

nav.custommenu ul li a { 
	text-decoration:none; 
	display:block; 
	font-family:'Montserrat',Verdana, Geneva, sans-serif;
	z-index:1; 
	padding:6px 12px;
	font-size:16px; 
	-webkit-transition: all .1s linear; 
	-moz-transition: all .1s linear; 
	-o-transition: all .1s linear; 
	position:relative;
	cursor:pointer;
	line-height:1.8em;
}

nav.custommenu ul li a:hover,
nav.custommenu li:hover > a,
nav.custommenu ul li a:hover,
nav.custommenu li:hover > a,
nav.custommenu ul li.current-menu-item > a, 
nav.custommenu ul li.current_page_item > a, 
nav.custommenu ul li.current-menu-parent > a, 
nav.custommenu ul li.current_page_ancestor > a, 
nav.custommenu ul li.current-menu-ancestor > a { 
	color:#48c9b0;
}

nav.custommenu .sub-menu, 
nav.custommenu .children { 
	display:none; 
	margin:0 !important; 
	z-index:9999;
	padding:15px 0;
}

nav.custommenu li li a,
nav.custommenu li li li a { 
	text-decoration:none; 
	text-align:center; 
	border-top:none;
	font-size:12px !important
}

nav.custommenu .sf-sub-indicator {
	right:10px;
	font-size: 8px;
	position:absolute;
}

/* ===============================================
   SIDE SIDEBAR AND FOOTER
   =============================================== */

#sidebar .post-article {
	background:#fff;
	margin-bottom:25px ;
}

#sidebar .post-article .article {
	padding:25px;
}

#sidebar .post-article:last-of-type, 
#sidebar .no-padding:last-of-type {
	margin-bottom:50px;
	border-bottom:none;
}

#sidebar .post-article:first-of-type, 
#sidebar .no-padding:first-of-type {
	margin-bottom:25px 
}

.no-padding,
.no-padding .maps-container {
	padding:0;
}

.no-padding .title {
	display:none;
	visibility:hidden;
}

#sidebar .no-padding {
	margin-bottom:25px 
}

#sidebar h3.title,
#footer h4.title {
	line-height:1em;
	color:#616161;
}

#footer h4.title {
	color:#fff;
}

#scroll-sidebar a,
#scroll-sidebar p,
#scroll-sidebar ul,
#scroll-sidebar ol,
#scroll-sidebar li,
#scroll-sidebar address,
#scroll-sidebar dd, 
#scroll-sidebar blockquote,
#scroll-sidebar td,
#scroll-sidebar th,
#scroll-sidebar label,
#scroll-sidebar .textwidget,
#footer a,
#footer p,
#footer ul,
#footer ol,
#footer li,
#footer address,
#footer dd, 
#footer blockquote,
#footer td,
#footer th,
#footer label,
#footer .textwidget	 {
	color:#fff;
	text-align:center
}

#sidebar img,
#header-sidebar img,
#bottom-sidebar img,
#footer img {
	max-width:100%;
}

#sidebar label {
	display:block;
}

.col-md-8.left-sidebar {
	float:right;
}

.col-md-8.right-sidebar {
	float:left;
}

#sidebar label, 
#header-sidebar label, 
#bottom-sidebar label, 
#footer label {
	display:block;
}

#footer { 
	background:#2D3032 ;
	color:#fff;
	padding: 60px 0 35px 0;
	position:absolute;
	bottom:0;
	width:100%;
	margin-top:50px
}

#footer a,
#footer p { 
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 300;
	margin-bottom: 0;
	color: #fff;
	text-align:center
}

#footer a:hover { 
	color:#1abc9c;
	text-decoration:none;
}
/* ===============================================
   SCROLL SIDEBAR
   =============================================== */

#sidebar-wrapper {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
 	perspective: 1000px;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	height: 100%;
 	position: fixed;
}

body.logged-in #sidebar-wrapper #scroll-sidebar {
	top:32px;
}

#sidebar-wrapper #scroll-sidebar,
body.logged-in.customizer_active #sidebar-wrapper #scroll-sidebar {
	right:-300px; 
	width:300px;
	overflow:hidden;
	background:#2D3032; 
	position:fixed; 
	display:block; 
	height:100%;  
	padding:25px 0; 
	border-top:solid 1px #444649;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top:0;
}

body.overlay-active #sidebar-wrapper #scroll-sidebar ,
body.logged-in.customizer_active.overlay-active #sidebar-wrapper #scroll-sidebar {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform: translate3d(-300px, 0, 0);
	-moz-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	-o-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}

#sidebar-wrapper #scroll-sidebar .navigation {
	text-align:center;
	width:100%;
	position:relative;
	top:0;
	right:0;
}

#sidebar-wrapper #scroll-sidebar .wrap {
	z-index:999;
}

#header .navigation i {
	color:#fff;
}

#header .navigation i:hover {
	color:#ccc;
}

#sidebar-wrapper #scroll-sidebar .navigation i {
	color:#fff;
}

#sidebar-wrapper #scroll-sidebar .post-article {
	background:#2D3032 ; 
	border-bottom:solid 1px #444649
}

#sidebar-wrapper #scroll-sidebar .post-article:last-of-type {
	border-bottom:none
}

#sidebar-wrapper #scroll-sidebar .post-article .article {
	padding:25px;
}

#sidebar-wrapper #scroll-sidebar h3.title {
	line-height:1em;
	color:#fff;
}

#sidebar-wrapper #scroll-sidebar .title-container .title ,
#footer .title-container .title {
	background:#2D3032;
}

#sidebar-wrapper #scroll-sidebar .title-container:after ,
#footer .title-container:after {
	background: #444649;
}

#sidebar-wrapper #scroll-sidebar a,
#sidebar-wrapper #scroll-sidebar p,
#sidebar-wrapper #scroll-sidebar li,
#sidebar-wrapper #scroll-sidebar address,
#sidebar-wrapper #scroll-sidebar dd, 
#sidebar-wrapper #scroll-sidebar blockquote,
#sidebar-wrapper #scroll-sidebar td,
#sidebar-wrapper #scroll-sidebar th,
#sidebar-wrapper #scroll-sidebar label,
#sidebar-wrapper #scroll-sidebar .textwidget {
	color:#fff;
}

#sidebar-wrapper #scroll-sidebar a:hover{
	color:#48c9b0;
}

#sidebar-wrapper #scroll-sidebar img {
	max-width:100%;
}

#sidebar-wrapper #scroll-sidebar label {
	display:block;
}

#overlay-body {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index:99998;
	visibility:hidden;
	display:none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor:pointer;
	overflow: hidden; 

}

#overlay-body.visible {
	visibility:visible;
	display:block;
}

body.overlay-active {
	overflow:hidden;
}

#back-to-top {
	position:fixed;
	bottom:15px;
	right:15px;
	display:none;
}

#back-to-top i{
	padding:10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	color:#fff;
	border:solid 2px #444649;
	background:#2D3032;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

#back-to-top i.open,
#back-to-top i:hover {
	cursor:pointer;
	background:#1abc9c;
	border:solid 2px #1abc9c;
	color:#fff;
}

.navigation,
.back-to-top {
	top: 15px;
	position: absolute;
	right: 15px;
	z-index:100000;
}

.navigation {
	top: 35px;
	right: 35px;
}

.navigation i ,
.back-to-top i{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.navigation i.open,
.navigation i:hover,
.back-to-top i.open,
.back-to-top i:hover {
	cursor:pointer;
}

/* ===============================================
   CONTENT
   =============================================== */

#wrapper {
	position: relative;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	min-height:100%;
}

#wrapper.open-sidebar {
	-webkit-transform: translate3d(-300px, 0, 0);
	-moz-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	-o-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}

#masonry .load-more {
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	left:50%;
	position:absolute;
	bottom:-12px;
	margin:0 auto 0 -7px;
}

.load-more {
	display:block;
	width:100%;
	text-align:center;
	margin:50px 0;
	float:left;
}

.blog .load-more {
	margin:0 0 50px 0;
}

#masonry ,
#masonry .post-container,
#masonry .post-container.col-md-12:last-of-type{
	margin-bottom:25px;
}

.post-container,
#masonry .post-container.col-md-12 {
	margin-bottom:50px;
}

.post-article { 
	background:#fff; 
	padding:40px;
	word-wrap: break-word;
	position:relative;
}

.post-article.post-title { 
	padding:40px 40px 0 40px;
}

#masonry .post-article { 
	padding:30px;
}
#masonry .post-article.post-title { 
	padding:30px 30px 0 30px;
}

.post-article .title {
	font-style: 300;
	line-height:1.2em;
	position:relative;
	color:#616161;
	text-align:center;
	z-index:998;
}

.post-article.post-title .title {
	margin:0
}

.post-article .title a {
	color:#616161;
}

.post-article .title a:hover {
	color:#1abc9c;
}

.title-container ,
h3.comment-reply-title {
	position: relative;
	text-align:center;
	margin-bottom:25px
}

.title-container .title {
	margin:0;
	z-index:998;
	background:#fff;
	padding:0 20px;
	display: inline-block;
	position:relative;
}

.title-container:after ,
h3.comment-reply-title:after {
	background: #dddddd;
	height: 1px;
	margin-top: -0.5px;
	top: 50%;
	left: 0;
	width: 100%;
	position: absolute;
	content: '';
	padding:0;
	outline:none;
	border:none;
	z-index:997
}

.post-article .attachment p { 
	text-align:center;
}

.post-article .article { 
	padding:40px;
}

.post-article .category h1,
.post-article .portfolio h1,
.post-article .search h1{ 
	margin:0;
}

.post-article .category,
.post-article .category h1, 
.post-article .portfolio,
.post-article .portfolio h1,
.post-article .search,
.post-article .search h1 { 
	background:#333;
	color:#f1f1f1;
	font-size:21px;
	text-align:center;
	font-weight:100
}
.post-article .category h1 a {
	color:#fff;
}

.post-article .wp-post-image {
	z-index:999;
}

.pin-container {
	overflow: hidden; 
	position: relative;
	height:auto;
	max-height:100%;
	background:#fff;
	padding-top:40px
}

.format-image .pin-container, 
#masonry .format-image .pin-container, 
body.hide_title .pin-container {
	padding-top:0
}

#masonry .pin-container,
body.single .format-image .pin-container {
	padding-top:30px
}

.post-article .separator:after {
	background:url('../images/separator.png') repeat;
	width:100%;
	height:5px;
	content: '';
	display: inline-block;
	margin:0;
}

.no-padding .container-fluid ,
.sidebar-box .container-fluid ,
.post-article .container-fluid {
	padding:0;
}

.post-article .container-fluid .col-md-12,
.post-article .container-fluid .col-md-6,
.post-article .container-fluid .col-md-4,
.post-article .container-fluid .col-md-3 {
	margin-bottom:25px;
}

.post-article .container-fluid .title {
	margin-bottom:25px;
}

.post-article .container-fluid .pin-container {
	padding-top: 0 !important;
}

.post-article .container-fluid .col-md-6:last-of-type,
.post-article .container-fluid .col-md-4:last-of-type,
.post-article .container-fluid .col-md-3:last-of-type {
	margin-bottom:0;
}

.article-header {
	margin:0 0 20px 0; 
	color:#000; 
	font-size:13px; 
	position:relative;
	text-align:center;
}

article blockquote { 
	border-left: 2px solid #ddd; 
	position:relative; 
	margin-left:0px;
	font-style:italic
}

article blockquote p { 
	text-align:left; 
}

.tags { 
	background:#fff;
	padding:0 15px;
}

.tags a { 
	font-weight:300;
}

.post-date {
	text-align: right;
	line-height: 1.2em;
	font-size: 22px;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
}

.day { 
	font-size:14px; 
	line-height:1.1em;
}
.archive { 
	margin:0;
}


.embed-container {
	position: relative;
	max-height:100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

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

/* ===============================================
   COMMENTS
   =============================================== */

.comments-container .post-article {
	border-bottom:none;
	padding:0 40px 40px 40px;
}

#respond {
	padding:40px;
	background:#fff;
	margin-bottom:50px;
}

#respond label {
	font-weight:400;
	display:block;
	text-align:center;
}

.comments-container #respond {
	margin-top:50px;
	margin-bottom:50px;
	padding:20px 40px 40px 40px;
}

.comments-container ul .post-article {
	padding-left:60px;
}

.comments-container ul ul .post-article {
	padding-left:80px;
}

.comments-title {
	padding:40px;
	background:#fff;
}

.comments-title .title-container {
	margin:0;
	text-align:center;
}

.comments-container ul {
	margin:0;
}

.comment-text:after,
.comment-text:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comment-text:before {
	border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: #dddddd;
	border-width: 9px;
    margin-left: 18px;
}

.comment-text:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
    margin-left: 19px;
}

.comment-avatar img { 
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}

.comment-text {
	position:relative; 
	border:solid 1px #ddd;
	padding:15px;
}

.comment-text p {
	font-size:14px !important;
	margin-top:15px
}

.comment-container .comment-date { 
	padding:10px 0;
}

.comment-avatar { 
	position: relative;
	width: 90px;
	height: 90px;
	margin-bottom: 25px;
	border: solid 1px #ddd;
	padding: 4px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px
}

.comment-author a {
	color:#a9a9a9;
}

.comment-author .author { 
	font-size:18px; 
	display:block;
	margin-bottom:15px 
}

.comments-container .children li {
	margin-left:110px;
}

.comment-notes { 
	font-size:12px; 
	text-align:center;
}

h3#reply-title span { 
	margin-bottom:0;
	z-index:998;
	background:#fff;
	padding:0 20px;
	position:relative;
	text-align:center;
	display:inline-block
}

h3#reply-title small {
	font-weight: 300;
	font-size: 14px;
	display: block;
	text-align: center;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 30px;
}

.logged-in-as { 
	font-weight: 300;
	font-size: 14px ;
	margin:20px 0;
	display:block;
	text-align:center;
}

ul.children .logged-in-as { 
	margin:40px 0 20px 0;
}

.form-allowed-tags { 
	font-size: 14px ;
	text-align:center;
}

.form-allowed-tags code {
	margin-top:25px; 
}

.contact-form .form-submit {
	margin:15px 0 ;
}

#commentform .form-submit,
#commentform submit {
	margin:30px auto 0 auto;
}

#sidebar .form-submit,
#footer .form-submit {
	margin:0;
}

/* ===============================================
   COMMENT, SEARCH AND CONTACT FORM
   =============================================== */

.contact-form form,
#searchform {
	margin:0 ;
}

#searchform label {
	display:none !important;
	visibility:hidden !important;
}

#searchform input[type=text], 
#searchform textarea,
.contact-form input[type=text], 
.contact-form textarea,
#commentform input[type=text], 
#commentform textarea {
	padding: 10px 2%;
	width: 100%; 
	margin:0 0 15px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #ddd;
	color:#616161;
}

#searchform input[type=submit],
.contact-form input[type=submit],
#commentform input[type=submit] {
	background:none;
	outline:none;
	padding: 10px 15px;
	color:#333;
	margin:25px 0 -20px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
	font-size:13px;
	text-align:center;
	position:relative;
	display: block;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-weight:400;
	border:solid 1px #ddd;
}

#scroll-sidebar #searchform input[type=submit],
#scroll-sidebar .contact-form input[type=submit],
#scroll-sidebar #commentform input[type=submit],
#footer #searchform input[type=submit],
#footer .contact-form input[type=submit],
#footer #commentform input[type=submit] {
	color:#fff;
}

.contact-form input[type=submit],
#commentform input[type=submit] {
	margin:25px auto auto auto;
}

#searchform input[type=submit]:hover, 
.contact-form input[type=submit]:hover, 
#commentform input[type=submit]:hover {
	background: #1abc9c;
	color: #fff;
	border-color:#1abc9c;
}

.col-md-12 #searchform input[type=submit] {
	margin:0;
}

#searchform input[type=submit] {
	padding: 15px 2%;
}

.contact-form input[type=submit] {
	margin-top:0;
}

#searchform input[type=submit]:hover,
.contact-form input[type=submit]:hover,
#commentform input[type=submit]:hover {
	background:#1abc9c;
	color:#fff !important;
	text-decoration:none;
}

.searchform {
	margin:15px 0 0 0;
}

#searchform #searchsubmit {
	width: 32%;
	margin: 0;
	padding: 11px 1%;
	display: inline-block;
}

#searchform input[type=text] { 
	width: 66%;
	margin:0;
	padding: 10px 2%;
	display:inline-block;
}

.col-md-6 #searchform #searchsubmit,
.col-md-4 #searchform #searchsubmit,
.col-md-3 #searchform #searchsubmit {
	width:34%;
}

.col-md-6 #searchform input[type=text] {
	width:65%;
}

.col-md-4 #searchform input[type=text],
.col-md-3 #searchform input[type=text] {
	width:64%;
}


#searchform .input-search:hover, 
#searchform .input-search:active, 
#searchform .input-search:focus {
    outline:0px ;
	-webkit-appearance:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#searchform .input-search:hover, 
#searchform .input-search:active, 
#searchform .input-search:focus {
    outline:0px ;
	-webkit-appearance:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.logged-in-as a, 
#comments a {
	color:#616161;
}

/* ===============================================
   SOCIAL BUTTONS
   =============================================== */

.social-button { 
	float:left; 
	height:20px; 
	margin-top:40px; 
	width:auto;
}
.facebook-box {
	width:102px;
}
.facebook-box.en {
	width:82px;
}
.google-plus { 
	width:65px;
}
.twitter-box { 
	width:85px;
}
.pinterest { 
	width:85px;
}

.entry-tags { 
	font-size:14px; 
	border-bottom:solid 1px #ddd; 
	border-top:solid 1px #ddd; 
	position:relative; 
	font-weight:bold;
}

.entry-tags span { 
	font-weight:300;
}

.line {
	position:relative;
	display:block;
	margin:5px 0 35px 0;
	text-align:center;
	min-height:11px;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	color:#a9a9a9;
	font-size:13px;
}

.line:after {
	background: #dddddd;
	height: 1px;
	margin-top: -0.5px;
	top: 50%;
	left: 0;
	width: 100%;
	position: absolute;
	content: '';
	padding: 0;
	outline: none;
	border: none;
	z-index: 997;
}

body.tax-project .line:after {
	display:none;
	visibility:hidden;
}

.post-info {
	margin: 0;
	z-index: 998;
	background: #fff;
	padding: 0 20px;
	display: inline-block;
	position: relative;
}

.line a {
	color:#a9a9a9;
}

.line a:hover {
	color:#1abc9c;
}

.line span {
	margin:0 10px;
	line-height:21px;
}

footer.line {
	margin:40px 0 0 0;
}

.tax-project .masonry-container .line {
	margin-bottom:0;
}

/* ===============================================
   IMAGE STYLE
   =============================================== */

img.alignnone,
img.size-auto, 
img.size-full, 
img.size-large, 
img.size-medium, 
.attachment img {
	max-width:100%; 
	height:auto;
}
.alignleft,
img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}
.alignright, 
img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}

.aligncenter, 
div.aligncenter, 
img.aligncenter {
	display: block; 
	margin-left: auto ; 
	margin-right: auto ; 
	float:none;
}

img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom:12px;
}

.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	margin-bottom:20px;
	max-width:558px ; 
	padding:4px;
	text-align:center;
	max-width:100%
}

.wp-caption img {
	margin: 2px 0 5px 0;
	width: 98%;
}

.wp-caption p.wp-caption-text {
	color:#888;
	font-size:12px;
	margin:5px;
}

.wp-smiley {
	margin:0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	-webkit-transition: none;
	-moz-transition: none; 
	-o-transition: none;
	transition: none;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
    font-weight: 600;
	height: auto;
	left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.gallery {
	margin:15px auto;
}

.gallery-item {
	float:left;
	margin:0 15px 15px 0;
	text-align:center;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-columns-2 .attachment-medium {
	max-width:92%;
	height:auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width:84%;
	height:auto;
}

.gallery .gallery-caption {
	color:#888;
	font-size:12px;
	margin:0 0 12px;
}

.gallery img {
	border:1px solid #ddd; 
	background:#fff; 
	padding:4px;
}

.gallery br+br {
	display:none;
}

.gallery a {
	border-bottom:none;
}

.attachment img{
	display:block;
	margin:0 auto;
}   
 
p.list-tags {
	line-height:25px;
	margin-top:20px;
	border-top:1px solid #dcdbdb;
	padding:10px 0 10px 36px;
	background:url('../images/icons/article.png') left 15px no-repeat;
}

.overlay-image { 
	position:relative; 
	overflow:hidden;
}

.overlay-image .overlay{ 
	opacity: 0; 
	filter: alpha(opacity=0);
	border:none;
}

.overlay-image .link { 
	background: #fff;
	position:absolute; 
	top:5px; 
	left:5px; 
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	width:100%;
	height:100%;
}

.overlay-image .link:hover {
	background: #fff;
	position:absolute; 
	top:5px; 
	left:5px; 
	opacity: 0.4; 
	filter: alpha(opacity=40);
}


.overlay-image .wp-post-image { 
	border:solid 1px #ddd;
	padding:4px;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}

.pin-container .overlay-image .wp-post-image { 
	border:none;
	padding:0;
}

.pin-container .overlay-image .link { 
	top:0; 
	left:0; 
}

.wp-post-image { 
	width: 100%;
	height: 100%;
}

/* ===============================================
   WIDGETS
   =============================================== */

.widget-box {
	text-align:center;
}

#footer .widget-box {
	margin:0 0 25px 0;
}

#footer .widget-box:last-of-type {
	margin-bottom:0;
}

#sidebar ul,
#footer ul {
	margin:0;
}

#sidebar li,
#header-sidebar li,
#bottom-sidebar li ,
#scroll-sidebar li,
#footer li {
	padding:5px 0 10px 0;
	position:relative;
}

#sidebar li:after,
#header-sidebar li:after,
#bottom-sidebar li:after ,
#scroll-sidebar li:after,
#footer li:after {
  content: '';
  display: block;
  width: 10px;
  max-width: 210px;
  border-bottom: 1px solid #dddddd;
  margin: 10px auto 0 auto;
}

#scroll-sidebar li:after,
#footer li:after {
  border-bottom: 1px solid #444649;
}

#sidebar li:last-of-type:after,
#header-sidebar li:last-of-type:after,
#bottom-sidebar li:last-of-type:after ,
#scroll-sidebar li:last-of-type:after,
#footer li:last-of-type:after {
  display: none;
  visibility:hidden;
}

#sidebar ul li:last-of-type,
#header-sidebar ul li:last-of-type,
#bottom-sidebar ul li:last-of-type,
#footer ul li:last-of-type{
	padding-bottom:0;
	border-bottom:none;
}

#wp-calendar #today, 
#wp-calendar #today a { 
	color:#fff;
	font-weight:bold 
}

#wp-calendar a:hover { 
	border:none;
}

#wp-calendar { 
	width:100%;
}

#wp-calendar caption {  
	font-size: 14px; 
	margin:0 0 30px 0;
	text-align:center;
	color:#616161;
	text-transform:uppercase
}

#wp-calendar th, 
#wp-calendar td { 
	text-align: center; 
	font-size: 14x; 
	color:#fff;
	padding:3px 6px;
	border:solid 1px #444649;
}

#header-sidebar #wp-calendar th, 
#header-sidebar #wp-calendar td , 
#bottom-sidebar #wp-calendar th, 
#bottom-sidebar #wp-calendar td , 
#sidebar #wp-calendar th, 
#sidebar #wp-calendar td { 
	color:#616161;
	border:solid 1px #dddddd;
}

#wp-calendar td a { 
	display:block; 
	text-align: center; 
	font-size: 14x; 
	text-decoration:none;
	font-weight:bold
}

#wp-calendar td a:hover { 
	text-decoration:underline;
}

#wp-calendar td#prev a , 
#wp-calendar td#next a { 
	font-weight:normal
}

#wp-calendar td#prev a, 
#wp-calendar td#prev a{ 
	text-decoration:none;
	text-align:left;
}

.tagcloud a { 
	display: inline-block; 
	padding: 8px 10px; 
	text-align: center; 
	font-size:14px !important ; 
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	color:#616161;
	margin:0 0 4px 0 !important;
	border:solid 1px #ddd;
}

.tagcloud a:hover { 
	color: #fff !important;
	background:#1abc9c;
	border-color:#1abc9c;
}

#sidebar .tagcloud a { 
	font-size:14px ; 
}

.contact-map {
	margin:-40px 0 40px 0;
}

/* ===============================================
   ICONS
   =============================================== */
   
.icons i {
	margin-right:25px;
}

/* ===============================================
   SOCIAL ICONS
   =============================================== */

.socials {
	margin:40px 0 0 0;
	text-align:center;
}

.socials a { 
	display:inline-block; 
	margin: 0 0 2px 0 ;
	padding:12px; 
	filter: none ;
	width:40px;
	height:40px;
	padding:0;
	color:#fff;
	border: 1px solid #444649;
	-moz-border-radius: 40px; 
	-webkit-border-radius: 40px;  
	border-radius: 40px;
}

.socials a i {
	line-height:40px;
}

.socials a:hover { 
	text-decoration:none;
	color:#fff !important;
}

.socials a.facebook-button:hover { 
	border-color:#3b5998;
	background:#3b5998;
}

.socials a.twitter-button:hover { 
	border-color:#00b6f1;
	background:#00b6f1;
}

.socials a.flickr-button:hover { 
	border-color:#ff0084;
	background:#ff0084;
}

.socials a.google-button:hover { 
	border-color:#df4a32;
	background:#df4a32;
}

.socials a.linkedin-button:hover { 
	border-color:#007bb6;
	background:#007bb6;
}

.socials a.pinterest-button:hover { 
	border-color:#cb2027;
	background:#cb2027;
}

.socials a.tumblr-button:hover { 
	border-color:#2c4762;
	background:#2c4762;
}

.socials a.youtube-button:hover { 
	border-color:#b31217;
	background:#b31217;
}

.socials a.skype-button:hover { 
	border-color:#00aff0;
	background:#00aff0;
}

.socials a.instagram-button:hover { 
	border-color:#3f729b;
	background:#3f729b;
}

.socials a.github-button:hover { 
	border-color:#4183c4;
	background:#4183c4;
}

.socials a.xing-button:hover { 
	border-color:#026466;
	background:#026466;
}

.socials a.whatsapp-button:hover { 
	border-color:#4dc247;
	background:#4dc247;
}

.socials a.email-button:hover { 
	border-color:#db4437;
	background:#db4437;
}

.socials a.rss:hover { 
	border-color:#fa9b39;
	background:#fa9b39;
}

#sidebar .socials a:hover,
#footer .socials a:hover { 
	color:#fff;
}


/* ===============================================
   PAGINATION
   =============================================== */

.wp-pagenavi { 
	text-align: center; 
	position:relative;
	margin-bottom: 50px;
}

body.infinitescroll .wp-pagenavi {
	display:none;
	visibility:hidden;
}

.hd-wrapper .wp-pagenavi {
	display:none;
	margin:0;
}

.wip-pagination { 
	text-align: center; 
	position:relative;
	margin-top: 50px;
}

.masonry-container .wp-pagenavi { 
	margin-left:-5px;
}

.wp-pagenavi a, 
.wp-pagenavi a:link,
.wp-pagenavi span.current,
.wip-pagination span,
.wip-pagination span:hover { 
	display:inline-block;
	margin-bottom:0;
	font-size:14px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	-webkit-transition: all .3s ease; 	
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
	line-height:40px;
	background:#2D3032;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	width:40px;
	height:40px;
	border:solid 1px #444649;
	
}

.wp-pagenavi a:hover, 
.wp-pagenavi span.current,
.wip-pagination span:hover,
.wip-pagination span {
	color:#fff !important;
	background:#1abc9c;
	border-color:#1abc9c;
}

.wip-pagination a span  {
	color:#fff;
}

#blog .wp-pagenavi {
	margin-top:25px;
	margin-bottom:0px;
}

@media screen and (min-width : 0px) and (max-width : 767px)  {	

	.left,
	.right {
		float:none;
		display:block;
		text-align:center;
	}

	.line,
	.comments-title,
	.socials.share {
		text-align:center;
	}

	.post-article .title.left,
	.left,
	#subheader p.left {
		margin-bottom:20px;
	}
	
}

@media screen and (max-width: 600px) {

	body.logged-in #sidebar-wrapper #scroll-sidebar,
	body.logged-in.customizer_active #sidebar-wrapper #scroll-sidebar, 
	#scroll-sidebar {
		top:0;
	}

}

@media screen and (min-width : 0px) and (max-width : 992px)  {	

	body {
		padding-left:0px ;
		padding-right:0px ;
	}

	#header {
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}

	#header .navigation,
	#sidebar-wrapper #scroll-sidebar .navigation {
		position:relative;
		margin-top:50px;
		top:auto;
		right:auto;
	}
	
	#sidebar-wrapper #scroll-sidebar .navigation {
		margin-top:40px;
	}
	
	#header .navigation i ,
	#sidebar-wrapper #scroll-sidebar .navigation i {
		font-size:24px;
	}

	#sidebar h3.title, 
	#footer h4.title {
			text-align:center;
	}
	
	.gallery .gallery-item{
		width:100%;
		float:none;
		display:block;
		margin:0 0 5px 0;
	}
	
	.gallery p{
		margin:0;
		display:none;
		visibility:hidden;
	}
	
	.comments-title {
		padding-bottom:20px;
	}

	#respond {
		text-align:center;
	}

	#searchform input[type=submit],
	.contact-form input[type=submit],
	#commentform input[type=submit],
	.col-md-12 #searchform input[type=submit], 
	.col-md-12 .contact-form input[type=submit], 
	.col-md-12 #commentform input[type=submit] {
		margin:auto;
	}
	
	.post-date {
		text-align:left;
	}
		
	.back-to-top {
		text-align:center;
		position:relative;
		top:inherit;
		right:inherit
	}
	
	.col-md-3.left-sidebar ,
	.col-md-4.left-sidebar,
	.col-md-3.right-sidebar ,
	.col-md-4.right-sidebar,
	.col-md-8.left-sidebar,
	.col-md-8.right-sidebar {
		float:none;
	}
	
	.test1 { float:none; }

	#footer .copyright {
		line-height:15px;
	}

	.widget-box {
		text-align:center;
	}
	
	#sidebar .post-article:last-of-type, 
	#sidebar .no-padding:last-of-type {
		margin-bottom: 25px;
	}

}

@media screen and (min-width : 0px) and (max-width : 320px) {	

	div.overlay-image.xsmall .overlay, 
	div.overlay-image.xsmall .wp-post-image { width:140px; height:140px }
	div.overlay-image.small .overlay, 
	div.overlay-image.small .wp-post-image,
	div.overlay-image.medium .overlay, 
	div.overlay-image.medium .wp-post-image,
	div.overlay-image.large .overlay, 
	div.overlay-image.large .wp-post-image { width:140px; height:100px }
	
}

@media screen and (min-width : 321px) and (max-width : 479px) {	

	div.overlay-image.medium .overlay, 
	div.overlay-image.medium .wp-post-image,
	div.overlay-image.large .overlay, 
	div.overlay-image.large .wp-post-image { width:211px; height:150px }

}

@media screen and (min-width : 0px) and (max-width : 480px)  {	

	.post-article h1.title {
		font-size:22px;
	}
	.post-article .quote blockquote p {
		font-size: 16px;
	}
	
}

@media screen and (min-width : 481px) and (max-width : 600px) {	

	div.overlay-image.medium .overlay, 
	div.overlay-image.medium .wp-post-image{ width:240px; height:171px }
	div.overlay-image.large .overlay, 
	div.overlay-image.large .wp-post-image { width:300px; height:213px }

}