img{
	max-width: 100%;
	height: auto;
}
/*
Author bio
*/

div.authorBio{
	background: #fbfbfb;
	border: 1px solid #E2E2E2;
	padding: 20px;
	position: relative;
	border-radius: 3px;
	margin-bottom: 55px;
}

/*
div.authorBio:after, div.authorBio:before {
    top: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

}

div.authorBio:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fBFBFB;
    border-width: 20px;
    margin-left: -20px;
}

div.authorBio:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #E2E2E2;
    border-width: 26px;
    margin-left: -26px;
}

*/
div.authorBio h4{
	color: #666
}

div.authorBio figure{
	width: 120px;
	height: auto;
	left: 20px;
	top: 20px;
	bottom: 0;
	right: 0;
	position: absolute;
}

div.authorBio .sb-social a{
	color: #999;
	margin: 0 6px 0 6px;
}

div.authorBio div.authorDescription{
	margin-left: 150px;
}

@media (max-width: 767px) {
div.authorBio figure img{
	max-width: 120px;
	height: auto;
	display: inline-block;
}
   div.authorBio figure{
	position: relative;
	display: block;
	margin-bottom: 30px;
	width: 100%;
	margin-left: -20px;
}

div.authorBio div.authorDescription{
	margin-left: 0;
}

div.authorBio{
	text-align: center;
}

}

/*
	Related Entries
*/

.relatedEntries{
	position: relative;
	padding-top: 45px;
	border-top: 1px solid #e9e9e9;
	margin: 65px 0 0px;
	background: #fbfbfb;
}

.relatedEntries figure img{
	margin-bottom: 10px!important;
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0;
}

.relatedEntries figure{
	padding: 0;
	border: 0;
}

.relatedEntries .sectionTitle{
	position: absolute;
	top: -25px;
	left: 0px;
	background: #fff;
	height: 30px;
	display: inline-block;
	background: #fbfbfb;
	padding: 4px 20px 4px 0px;
}

.relatedEntries img.thumbnail {
    padding: 0;
    border: 0px;
    border-radius: 0px;
}

.related-entries{
	margin: 0;
	padding: 0;
	list-style: none;
}

.related-entries li{
	margin-bottom: 20px;
}
/*

Contact

=============================================================================*/
div#contactWrapper {
    position: relative;
}

div#contactWrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../trash/8.jpg);
    background-repeat: no-repeat;
    background-size: cover!important;
    opacity: .05;
}

.contact-overlay {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}

.contactWrapper {
    position: relative;
    z-index: 5;
	border: 2px solid #e7e7e7;
	margin: 40px 0 65px;
	 border-radius: 5px;
}

.contactWrapperInner {
    padding: 50px 40px 50px 40px;
    margin: 0px;
    border-radius:5px;
}

div.contactWrapperInner input[type="text"],
div.contactWrapperInner input[type="email"],
div.contactWrapperInner input[type="password"],
div.contactWrapperInner input[type="select"],
div.contactWrapperInner textarea {
    color: #999999;
    background: transparent;
    border: 2px solid #dcdcdc;
    display: block;
    width: 100%;
    border-radius: 2px 2px 2px 2px;
    -moz-box-sizing: border-box;
    box-shadow: none!important;
    box-shadow: 0px!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
	position: relative;
}

div.contactWrapperInner textarea {
	margin-top: 30px;
}

div.contactWrapperInner input[type="text"],
div.contactWrapperInner input[type="email"],
div.contactWrapperInner input[type="password"],
div.contactWrapperInner input[type="select"]{
    height: 38px;
	margin-bottom: 25px;
	-moz-transition: all 0.3s ease-out 0.2s;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
}

div.contactWrapperInner input[type="text"]:hover,
div.contactWrapperInner input[type="email"]:hover,
div.contactWrapperInner input[type="password"]:hover,
div.contactWrapperInner input[type="select"]:hover,
div.contactWrapperInner input[type="text"]:focus,
div.contactWrapperInner input[type="email"]:focus,
div.contactWrapperInner input[type="password"]:focus,
div.contactWrapperInner input[type="select"]:focus,
div.contactWrapperInner textarea:hover,
div.contactWrapperInner textarea:focus {
    border: 2px solid #13b3a9!important;
}

div.contactWrapperInner label {
    margin: 10px 0 10px;
}

div.contactWrapperInner label span {
    color: #0ABDAA;
}

div.contactWrapperInner input#contact-form-submit {
    margin-top: 30px;
    background: #0ABDAA;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    box-shadow: 0;
    text-transform: none;
    padding: 6px 30px 6px 30px;
    font-weight: normal;
}

span.jquery_form_error_message{
	font-size: 11px;
	font-style: italic;
	position: absolute;
	display: block;
	z-index: 9999;
	top: 0px;
	left: 100%;
	padding: 10px;
	margin-left: 20px;
	min-width: 220px;
	background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  color: #999;
  background-color: #ffff;
  border-left: 4px solid #17CBB2;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .105);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .105);
}

.input-wrapper{
	position: relative;
}

span.jquery_form_error_message:after, span.jquery_form_error_message:before {
    left: -14px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

}

span.jquery_form_error_message:after {
    
    border-right-color: #17CBB2;
    border-width: 10px;
    margin-left: -10px;
}

span.jquery_form_error_message:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #17CBB2;
    border-width: 11px;
    margin-left: -11px;
}
/*

Social share buttons 

===========================================*/

.social-sharing {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.social-sharing a {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: normal;
}

.social-sharing a:hover {
    color: #fff;
}

.social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.social-sharing .fa {
    padding: 0 5px 0 10px;
}

.social-sharing .fa:before {
    line-height: 22px;
}

.social-sharing.is-large a {
    height: 44px;
    line-height: 44px;
}

.social-sharing.is-large a span {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

.social-sharing.is-large a .icon {
    padding: 0 10px 0 18px;
}

.social-sharing.is-large a .icon:before {
    line-height: 44px;
}

.share-title {
    font-weight: 900;
    font-size: 12px;
    padding-right: 10px;
}

.is-large .share-title {
    padding-right: 16px;
}

.share-facebook {
    background-color: #3b5998;
}

.share-facebook:hover {
    background-color: #2d4373;
}

.share-twitter {
    background-color: #00aced;
}

.share-twitter:hover {
    background-color: #0087ba;
}

.share-pinterest {
    background-color: #cb2027;
}

.share-pinterest:hover {
    background-color: #9f191f;
}

.share-fancy {
    background-color: #4999dc;
}

.share-fancy:hover {
    background-color: #2780cb;
}

.share-google {
    background-color: #dd4b39;
}

.share-google:hover {
    background-color: #c23321;
}

.share-count {
    position: relative;
    background-color: white;
    padding: 0 8px;
    margin-right: -2px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border-radius: 0 2px 2px 0;
    border: 1px solid #ececec;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.share-count.is-loaded {
    opacity: 1;
}

.share-count:before, .share-count:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid;
}

.share-count:before {
    left: -6px;
    border-right-color: #ececec;
}

.share-count:after {
    left: -5px;
    border-right-color: white;
}

a:hover .share-count {
    background-color: whitesmoke;
}

a:hover .share-count:after {
    border-right-color: whitesmoke;
}

.is-large .share-count {
    font-size: 18px;
    padding: 0 14px;
}

/*================ Clean Buttons ================*/
.social-sharing.is-clean a {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #333;
    height: 30px;
    line-height: 30px;
}

.social-sharing.is-clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.social-sharing.is-clean a:hover {
    background-color: #ececec;
}

.social-sharing.is-clean a:hover .share-count {
    background-color: white;
}

.social-sharing.is-clean a:hover .share-count:after {
    border-right-color: white;
}

.social-sharing.is-clean a .share-title {
    font-weight: normal;
}

.social-sharing.is-clean .share-count {
    top: -1px;
}

.social-sharing.is-clean .icon-facebook {
    color: #3b5998;
}

.social-sharing.is-clean .icon-twitter {
    color: #00aced;
}

.social-sharing.is-clean .icon-pinterest {
    color: #cb2027;
}

.social-sharing.is-clean .icon-fancy {
    color: #4999dc;
}

.social-sharing.is-clean .icon-google {
    color: #dd4b39;
}


/*

*/
.site-main div.classic-entry-content:first-child{
    padding-top: 0px;
    margin-top: 0px;
}

.site-main div.classic-entry-content:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
	border: 0;
}

div.classic-entry-content{
	padding-top: 65px;
}

div.classic-entry-content{
    padding-bottom: 65px;
    border-bottom: 1px solid #ddd;
	font-family: "Times New Roman",serif;
	color: #333332;
	font-weight: 400;
	font-size: 21px;
	line-height: 35px;
	word-wrap: break-word;
	text-rendering: optimizelegibility;
}

div.classic-entry-content article h2.entry-title a {
   color: #444444;
   font-family: Arial,'Open Sans',sans-serif;
   font-weight: 700;
}

div.classic-entry-content article p {
    margin-bottom: 0;
}

div.classic-entry-content article header {
    color: #B3B3B1;
    font-family: "Open Sans",serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: left;
}

/*

*/

.articleBody p.lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
  color: #333333;
}
.articleBody p:last-child {
  margin-bottom: 0px;
}

.articleBody figure {
  margin: 16px auto 0 auto;
}

.articleBody figcaption {
  font-style: italic;
  font-size: 14px;
  color: #aaa;
  margin-top: 16px;
}
.articleBody h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 24px;
}

.author-details {
  text-align: center;
  padding: 40px 0px;
  border-bottom: 1px solid #ddd;
}
.author-details img {
  display: inline-block;
  margin-bottom: 16px;
}
.author-details h5 {
  font-weight: normal;
}
.author-details .social-icons {
  margin-bottom: -8px;
  margin-top: 8px;
}

.article-single p {
	margin-bottom: 24px;
}	

div.articleBody figure {
    float: left;
    padding: 25px;
	background: #fbfbfb;
}

div.articleBody figure.alignleft {
	float: left;
	margin-right: 30px;
}

div.articleBody figure.alignright {
	display: inline;
	float: right;
	margin-left: 30px;;
}

div.articleBody figure.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	width: 100%!important;
	margin-right: auto;
	text-align: center;
	margin-bottom: 30px!important;
}

@media (max-width: 767px) {
    div.articleBody figure {
    margin: 0 0 30px 0!important;
    padding: 25px;
}
}

div.articleBody blockquote{
	display: block!important;
	clear: both;
	width: 100%;
	margin: 30px 0 30px!important;
}

/*
Gallery Overlay
*********************************/
#galleryOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 100000;
    background-color: #222;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    display: none;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible {
    opacity: 1;
}

#gallerySlider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    -moz-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
}

#gallerySlider .placeholder {
    background: url("../images/preloader.gif") no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#gallerySlider .placeholder img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 8px rgba(0,0,0,0.8) solid;
    border-radius: 8px;
    background: #303030;
}

#gallerySlider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0px;
    };
}

@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    };
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0px;
    };
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    };
}

/* Arrows */

#prevArrow,#nextArrow {
    border: none;
    text-decoration: none;
    background: url('../images/arrows-thin.png') no-repeat;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    width: 43px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
    opacity: 1;
}

#prevArrow {
    background-position: left top;
    left: 40px;
}

#nextArrow {
    background-position: right top;
    right: 40px;
}	
	

/*

'content-block-with-bg' posts style

*===================================================*/

div.content-big-image{
	margin: 0 -15px 0 -15px;
}

article.content-block-with-bg-image{
	height: 560px;
	background: #262626;
	display: table;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

div.content-block-with-bg-image-inner{
	display: table-cell;
	vertical-align: middle;
	padding: 30px 60px 30px 60px;
	color: #fff;
	position: relative;
	z-index: 10;
}

div.content-block-with-bg-image-inner h2{
	font-size: 52px;
	font-family: Georgia,serif;
	font-style: italic;
}

div.content-block-with-bg-image-inner h4{
	margin-top: 0;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 25px;
}

div.content-block-with-bg-image-inner h4:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 60px;
	height: 1px;
	margin-left: -30px;
	background: #fff;
}

span.blog-bg-mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	background: rgba(0,0,0,.7);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content-block-with-bg-image.hovered span.blog-bg-mask{
	background: rgba(0,0,0,.5);
}

a.article-read-more{
	padding: 14px 33px;
	border: 2px solid #e9e9e9;
	text-transform: uppercase;
	color: #e9e9e9;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 40px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.article-read-more:hover{
	border-color: #17CBB2;
	color: #17CBB2;
}

@media (max-width: 767px){
	article.content-block-with-bg-image{
		height: 380px
	}
	div.content-block-with-bg-image-inner h2{
	font-size: 32px;
	}
	a.article-read-more{
	padding: 8px 18px;
	}
}

footer.content-block-with-bg-image-meta{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
	z-index: 140;
	width: 100%;
	color: #dcdcdc;
}

footer.content-block-with-bg-image-meta span{
	color: #fff;
	margin: 0 6px 0 6px;
	display: inline-block;
	
}

span.lnt-skype a{
	color: #3CB0EE
}

span.lnt-pinterest a{
	color: #FF5E63;
}

span.lnt-rss a{
	color: #FCBA55
}

span.lnt-facebook a{
	color: #6686B7
}

span.lnt-menu-toggle a{
	color: #EF6655
}

span.lnt-twitter a{
	color: #54C1DE
}

a.content-block-with-bg-launch-link,
a.content-block-with-bg-open-gallery{
	display: block;
	position: absolute;
	left: 0px;
	bottom: -40px;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	background: #555555;
	background: rgba(85, 85, 85,.3);
	width: 32px;
	height: 32px;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color: #ABABAB;
}

a.content-block-with-bg-launch-link{
	background: rgba(97, 97, 97,.3);
	left: 32px;
}

.content-block-with-bg-image.hovered a.content-block-with-bg-launch-link,
.content-block-with-bg-image.hovered a.content-block-with-bg-open-gallery{
	 opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.content-block-with-bg-image.hovered a.content-block-with-bg-launch-link:hover,
.content-block-with-bg-image.hovered a.content-block-with-bg-open-gallery:hover{
	background: #EE6554;
}


/*

'Clean' posts style

*===================================================*/

.article {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
    padding-bottom: 40px;
	overflow: hidden;
	background-color: #fff;
    background-color: transparent;
    box-sizing: content-box;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.article figure {
    margin: 15px 0 20px;
}

.article:last-child{
    margin-bottom: 0;
	border: 0;
}


.article-wrap {
    background-color: #fff;
    background-color: transparent;
    box-sizing: content-box;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width:480px) {
    .article-wrap {
        padding: 54px 20px 54px 20px;
    };
}
.article h1 {
    font-size: 30px;
	margin-top: 0;
 }
	.article h1 a {
    color: #333333;
	font-weight: normal
 }
 

/*

Posts with timeline layout

*===================================================*/

div.lnt-boxed-timelines {
    padding: 0 0 0px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

div.lnt-boxed-timelines:before {
    background: #B4B7B9;
    content: "";
    left: 50%;
    top: 10px;
    bottom: 0;
    position: absolute;
    width: 1px;
    margin-left: -1px;
    margin-top: -10px;
    height: 9999999px;
    min-height: 9999999px;
	z-index: 0;
}

div.lnt-boxed-timelines:after {
    background: #fff;
    content: "";
    left: 50%;
    bottom: 0px;
    bottom: 0;
    position: absolute;
    width: 1px;
    margin-left: -1px;
    margin-top: -10px;
    height: 25px;
	z-index: 6;
}



div.lnt-boxed-timelines > div.boxedTimeline {
    display: block;
    width: 50%;
    position: relative;
    padding-top: 40px;
}

div.lnt-boxed-timelines > div.boxedTimeline:nth-child(odd) {
    float: left;
    clear: left;
    padding-right: 20px;
}

div.lnt-boxed-timelines > div.boxedTimeline:nth-child(even) {
    float: right;
    clear: right;
    padding-left: 20px;
}

div.tm-post-meta{
	margin-top: 10px;
	color: #bababa; 
	font-size: 13px;
}

div.lnt-boxed-timelines > div.boxedTimeline:nth-child(1),
div.lnt-boxed-timelines > div.boxedTimeline:nth-child(2) {
    padding-top: 60px;
}

.home div.lnt-boxed-timelines > div.boxedTimeline:nth-child(1),
.home div.lnt-boxed-timelines > div.boxedTimeline:nth-child(2) {
    padding-top: 100px;
}

div.lnt-boxed-timelines > div.boxedTimeline:nth-child(2n) {
    margin-top: 60px;
}

div.lnt-boxed-timelines > div.boxedTimeline .lnt-entry:before {
    display: block;
    content: '';
    position: absolute;
    right: -26px!important;
    top: -35px;
    content: "";
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #E36255;
}

div.lnt-boxed-timelines > div.boxedTimeline:nth-child(odd) .lnt-entry:before {
    right: -28px;
}

div.lnt-boxed-timelines > div.boxedTimeline:nth-child(even) .lnt-entry:before {
    left: -26px;
}

div.lnt-boxed-timelines > div.boxedTimeline .lnt-entry .entry-date {
    position: absolute;
    top: -45px;
    background: #E36255;
}

div.lnt-boxed-timelines > div.boxedTimeline:nth-child(odd) .lnt-entry .entry-date {
    right: -2px;
}

div.lnt-boxed-timelines > div.boxedTimeline:nth-child(even) .lnt-entry .entry-date {
    left: -2px;
}

div.lnt-boxed-timelines > div.boxedTimeline.timeline-full {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
}

div.lnt-boxed-timelines > div.boxedTimeline.timeline-full .lnt-entry {
    margin-top: 20px;
    border-top: 12px solid #F2F2F2;
}

div.lnt-boxed-timelines > div.boxedTimeline.timeline-full .lnt-entry .entry-date {
    left: 50%;
    margin-left: -40px;
    top: -50px;
}

div.lnt-boxed-timelines > div.boxedTimeline.timeline-full .lnt-entry:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 50%;
    margin-left: -10px;
    top: -20px;
}

div.lnt-boxed-timelines article.lnt-entry {
    position: relative;
    margin: 0 auto 40px;
}

div.lnt-boxed-timelines article.lnt-entry:last-child {
    margin-bottom: 0;
	padding-bottom: -20px;
}

div.lnt-boxed-timelines article.lnt-entry .entryWrap {
    background: #fff;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

div.lnt-boxed-timelines article.lnt-entry .entry-bottom {
    padding: 20px 15px;
}

div.lnt-boxed-timelines article.lnt-entry .entry-date {
    font-size: 11px;
    padding: 8px 12px 9px;
    color: #fff;
    border: 2px solid #eaebed;
    line-height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.lnt-boxed-timelines article.lnt-entry .entry-date:before {
    left: 99%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: ;
	border-left-color: #E36255;
    border-width: 8px;
    margin-top: -8px;
}

div.lnt-boxed-timelines > div.boxedTimeline:nth-child(even) .entry-date:before {
    border-left-color: transparent!important;
    left: -15px!important;
    border-right-color: #E36255!important;
}

div.lnt-boxed-timelines header.entry-header {
    margin: 0 0 10px;
    position: relative;
}

div.lnt-boxed-timelines h3.entry-title {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

div.lnt-boxed-timelines h3.entry-title, 
div.lnt-boxed-timelines h3.entry-title a {
    color: #333;
    line-height: 26px;
    outline: none;
    text-decoration: none;
}

div.lnt-boxed-timelines footer.entry-footer {
    margin: 5px 0 0;
    padding: 0 5px;
    font-size: 12px;
    color: rgba(0,0,0,0.5);
}

footer.entry-footer a,
.entry-footer a:visited {
    color: rgba(0,0,0,0.5);
}

div.lnt-boxed-timelines footer.entry-footer ul {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

div.lnt-boxed-timelines .entry-footer ul li {
    display: inline;
    margin: 0 0 0 10px;
}

div.lnt-boxed-timelines footer.entry-footer i {
    margin: 0 5px 0 0;
}

.featuredMedia {
    position: relative;
}

.featuredMedia > a {
    display: block;
    line-height: 0;
}

.featuredMedia img {
    height: auto;
    max-width: 100%;
    display: block;
    position: relative;
}

.featuredMedia-caption {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.featuredMedia-caption .caption-content {
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 40%;
	z-index: 10;
    margin-top: -2.5em;
    font-size: 100%;
}

.caption-content .caption-title {
    color: #fff;
    font-size: 1.5em;
    margin: 0 0 1.5em;
}

.caption-content .caption-link {
    display: inline-block;
    border: 2px solid #FFFFFF;
    font-size: 1.5em;
    padding: 0.5em;
    margin: 0 0 10px;
    line-height: 0;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
}

.caption-content .caption-link i {
    height: 20px;
    width: 20px;
    line-height: 100%;
}

.featuredMedia-caption .caption-content a {
    color: #fff;
}

.featuredMedia-caption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    display: none\9;
 /* IE 8 */;
}

span.caption-overlay{
	position: absolute;
	content: '';
	display: block;
	z-index: 2;
	background: rgba(0,0,0,.4);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.caption-meta{
	width: 80%;
	margin: 20px auto;
}

.featuredMedia:hover .featuredMedia-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 767px) {

    div.lnt-boxed-timelines:before {
        left: 39px;
        margin-left: 0;
    }
	
	div.lnt-boxed-timelines:after{
		background: transparent;
	}

    div.lnt-boxed-timelines div.boxedTimeline {
        float: left;
        width: 100%;
        padding: 0 0 0 64px !important;
        margin: 0 0 20px !important;
    }

    div.lnt-boxed-timelines div.boxedTimeline:first-child {
        padding-top: 60px !important;
    }

    div.lnt-boxed-timelines div.boxedTimeline .lnt-entry:before {
        left: -32px !important;
    }

    div.lnt-boxed-timelines div.boxedTimeline .lnt-entry .entry-date {
        left: 0;
        right: auto !important;
    };
}

@media screen and (max-width: 480px) {

    div.lnt-boxed-timelines:before {
        left: 12px;
        margin-left: 0;
    }

    div.lnt-boxed-timelines div.boxedTimeline {
        padding: 0 0 0 37px !important;
    }

    div.lnt-boxed-timelines div.boxedTimeline .lnt-entry:before {
        left: -32px !important;
    };
}

/*
	Image Post Format
*/
article.lnt-image-post-format {
	position: relative;
	text-align: center;
	background: #f8f8f8;
	margin-bottom: 35px;
}

/* Common style */
article.lnt-image-post-format figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #333333;
	text-align: center;
	cursor: pointer;
}

article.lnt-image-post-format figure img {
	position: relative;
	opacity: 0.8;
	width: 100%!important;
	height: auto;
}

article.lnt-image-post-format figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

article.lnt-image-post-format figure figcaption::before,
article.lnt-image-post-format figure figcaption::after {
	pointer-events: none;
}

article.lnt-image-post-format figure figcaption,
article.lnt-image-post-format figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
article.lnt-image-post-format figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

article.lnt-image-post-format figure h2 {
	word-spacing: -0.15em;
}

article.lnt-image-post-format figure h2 a{
	color: #fff;
}

article.lnt-image-post-format figure h2 span {
	font-weight: 800;
}

article.lnt-image-post-format figure h2,
article.lnt-image-post-format figure p {
	margin: 0;
}

article.lnt-image-post-format figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*
	Image Efect #1
*/

figure.lnt-hoverEF1 {
	background: #333;
}

figure.lnt-hoverEF1 img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.lnt-hoverEF1:hover img {
	opacity: 0.4;
}

figure.lnt-hoverEF1 figcaption::before,
figure.lnt-hoverEF1 figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.lnt-hoverEF1 figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.lnt-hoverEF1 figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.lnt-hoverEF1 h2 {
	padding-top: 15%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 18px;
	text-transform: uppercase;
}

figure.lnt-hoverEF1 p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.lnt-hoverEF1:hover figcaption::before,
figure.lnt-hoverEF1:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.lnt-hoverEF1:hover h2,
figure.lnt-hoverEF1:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*
	Gallery post format
*/

div.gallery-slideshow{
	position: relative;
	height: 250px;
	overflow: hidden;
}

div.mk-blog-item-inner .gallery-slideshow{
	height: auto!important;
	position: relative;
	overflow: hidden;
}

div.lnt_gallery_posts_pagination{
	width: 66px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9999;
}

div.lnt_gallery_posts_pagination span.icon{
	font-size: 24px;
}
	div.lnt_gallery_posts_pagination span{
	width: 32px;
	display: inline-block;
	height: 32px;
	background: #000000;
	background: rgba(0,0,0,.5);
	text-align: center;
	border-radius: 1px;
	line-height: 30px;
	color: #dcdcdc;
	-webkit-transition: background .2s ease-in-out;
       -o-transition: background .2s ease-in-out;
          transition: background .2s ease-in-out;
}

div.lnt_gallery_posts_pagination span:hover{
	cursor: pointer;
	background: #EA6452;
	background: rgba(234, 100, 82,.5);
}

div.lnt_gallery_posts_pagination span._latprev.icon{
	
}
div.lnt_gallery_posts_pagination span._latnext{
  margin-left: 2px;
}

/*
	post pagination
*/

.post-pagination {
    position: relative;
    max-width: 700px;
    margin: 65px auto!important;
    color: #9EABB3;
	text-align: center;
}

.post-pagination a {
    color: #9EABB3;
}

ul.lntPageNavi{
	margin: 0!important;
	padding: 0!important;
}

ul.lntPageNavi li{
	display: inline-block;
    padding: 2px 0;
	margin: 0 10px 0 10px;
}
 
.older-posts,
.newer-posts {
    position: absolute;
    display: inline-block;
    padding: 4px 15px;
    border: #dcdcdc 1px solid;
    text-decoration: none;
    border-radius: 30px;
    transition: border ease 0.3s;
}

.older-posts {
    right: 0;
}

.page-number {
    display: inline-block;
    padding: 2px 0;
}

.newer-posts {
    left: 0;
}

.older-posts:hover,
.newer-posts:hover {
    border-color: #9EABB3;
}

span.f-audio:before{
	content: "\f126";
}

/*
	Video Post format
*/


article.lnt-entry-video .entryWrap .wp-video,
article.lnt-entry-video .entryWrap .wp-video video,
article.lnt-entry-video .mejs-container,
article.lnt-entry-video .mejs-overlay,
article.lnt-entry-video .mejs-poster{
	width: 100%!important;
	height: auto!important;
	min-height: 250px!important;
}

/*
	Quote post format
*/
.quote-author{
	padding-left: 24px;
}
.lnt-quote-post-format{
	margin-bottom: 15px!important;
}

.lnt-quote-post-format .glyphicon{
	color: #bababa; 
	font-size: 13px;
}

.lnt-quote-post-format blockquote{
	margin-left: 0;
	padding-left: 0;
	border: 0;
	font-style: italic;
	font-family: 'Times News Roman',Georgia,serif;
}

.lnt-quote-post-format blockquote i{
	font-size: 26px;
	color: #bababa;
}

/* 

Portfolio

========================================================================== */

/*
homepage
*/

.item {
    float: left;
    position: relative;
    line-height: 1em;
}

.grids-grid_4 .grid-sizer { width: 25%; }
.grids-grid_3 .grid-sizer { width: 33%; }
.grids-grid_2 .grid-sizer { width: 50%; }

.grids-grid_4 .item.grid_4 { width: 25%; }
.grids-grid_3 .item.grid_3 { width: 33%; }
.grids-grid_2 .item.grid_2 { width: 50%; }

@media screen and (max-width: 1024px) {
  
  .grids-grid_4 .grid-sizer, 
.grids-grid_3 .grid-sizer,
.grids-grid_2 .grid-sizer, 
.grids-grid_4 .item.grid_4, 
.grids-grid_3 .item.grid_3, 
.grids-grid_2 .item.grid_2 {
	width: 33%;
 }
}

@media screen and (max-width: 720px) {
 .grids-grid_4 .grid-sizer, 
.grids-grid_3 .grid-sizer,
.grids-grid_2 .grid-sizer, 
.grids-grid_4 .item.grid_4, 
.grids-grid_3 .item.grid_3, 
.grids-grid_2 .item.grid_2 {
	width: 50%;
}
}

@media screen and (max-width: 480px) {
.grids-grid_4 .grid-sizer, 
.grids-grid_3 .grid-sizer,
.grids-grid_2 .grid-sizer, 
.grids-grid_4 .item.grid_4, 
.grids-grid_3 .item.grid_3, 
.grids-grid_2 .item.grid_2 {
	width: 100%;
}
}

.image{
    max-width: 100%;
    margin: 0;
    display: block;
}

.image:after {
    clear:both;
}

.img{
	overflow: hidden;
}
.img img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

span.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
}

.overlay span.expand {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img.hover .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
    zoom: 1;
}

.img.hover .overlay:nth-child(n) {
    filter: none;
}


.img.hover .overlay span.expand {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.img.hover .overlay span.expand {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
}


div.image-like {
    border-radius: 10px;
    bottom: 50%;
    display: block;
    height: 30px;
	margin-bottom: -15px;
    position: absolute;
    right: 20px;
    min-width: 55px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	z-index: 9999;
}

div.image-like a{
	color: #fff;
}

div.like-count {
   padding-left: 5px;
   font-weight: bold
}

div.gridTitle {
    top: 20px;
    display: block;
    height: 30px;
    position: absolute;
    right: 20px;
    left: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal!important;
	font-family: arial, serif;
}

div.gridTitle h4 {
	font-weight: normal!important;
	font-family: arial, serif;
}

div.galZoom{
	 top: 50%;
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
	left: 0;
	text-align: center;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 29px;
	text-transform: uppercase;
}

div.gridTitle a,div.galZoom a{
	color: #fff;
	text-decoration: none;
}
/******************************/
.taxonomy-items-wrapper{
	background: #f4f4f4;
	padding: 30px;
}

.taxonomy-items-wrapper article{
	background: #ffffff;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 30px;
}

.taxonomy-items-wrapper article h3{
	font-size: 18px;
	margin: 0px;
}

.taxonomy-items-wrapper article h3 a{
	color: #333;
}

.taxonomy-items-wrapper article h5{
	text-transform: uppercase;
	color: #bababa;
}

.taxonomy-items-wrapper article img{
	border-radius: 3px 3px 0 0;
}

.taxonomy-items-wrapper .tax-entry-content{
	padding: 15px 25px 20px 25px;
}

.taxonomy-items-wrapper figure{
	position: relative;
}

.taxonomy-items-wrapper .port-grid_2 article h3{
	font-size: 20px;
	margin: 0px;
	margin-top: 6px;
}

.taxonomy-items-wrapper .zoom-tax-item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0,.5);
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	border-radius: 3px;
}

.taxonomy-items-wrapper .zoom-tax-item span{
	display: inline-block;
	width: 28px;
	text-align: center;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	margin-top: -14px;
	font-size: 26px;
	color: #fff;
}


.taxonomy-items-wrapper article.hover-tax .zoom-tax-item{
	 opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


/*********************************/
/* Post Like System */

@font-face {
  font-family: "like_font";
  src: url("../fonts/like_font.eot");
  src: url("../fonts/like_font.eot?#iefix") format("embedded-opentype"),
       url("../fonts/like_font.woff") format("woff"),
       url("../fonts/like_font.ttf") format("truetype"),
       url("../fonts/like_font.svg#like_font") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "like_font";
    src: url("../fonts/like_font.svg#like_font") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
  display: inline-block;
  font-family: "like_font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-like:before { content: "\f105"; }
.icon-unlike:before { content: "\f106"; }
.icon-gear:before { 
	content: "\f104";
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}

@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

a.jm-post-like {
	font-weight: normal;
	display: inline-block;
	width: auto;
	-moz-transition: all 0.3s ease-out 0.2s;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
	background: rgba(0, 0, 0,.4);
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 30px;
}

a.jm-post-like i{
	color: #E44C40;
}

a.jm-post-like.liked { color: #ffffff; }

a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #000;
}

/*********************************/

div.port-items-slideshow{
	margin-right: 0px;
	padding-top: 30px;
	max-height: 620px;
	overflow: hidden;
	position: relative;
}

div.port-items-slideshow img{
	border-radius: 3px;
}

div#single-aside aside{
	padding: 35px 0 0 35px;
	position: relative;
}

div#single-aside aside h3{
	font-weight: bold;
	font-size: 18px;
	color: #272727;
}

div#single-aside aside .btn{
	border-radius: 0px;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

div#single-aside aside div.port-aside-sep{
	margin: 45px 0 45px -35px;
	height: 1px;
	background: #dddddd;
}

div#single-aside aside:before{
	width: 1px;
	height: 999999px;
	content: '';
	position: absolute;
	left: 0;
	background: #e9e9e9;
}

div.portfolio-single-item{
	min-height: 500px;
	overflow: hidden;
	margin-bottom: 65px;
}

a.item-purchase-btn{
	margin-right: 10px;
}

ul.port-lists{
	list-style-type: disc;
	padding-left: 15px;
	line-height: 30px;
}

ul.port-lists li{
	font-weight: bold;
}

div.port_pagination{
	width: 66px;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

div.port_pagination span.fa{
	font-size: 24px;
}
	div.port_pagination span{
	width: 32px;
	display: inline-block;
	height: 32px;
	background: #000000;
	background: rgba(0,0,0,.5);
	text-align: center;
	border-radius: 1px;
	line-height: 30px;
	color: #dcdcdc;
	-webkit-transition: background .2s ease-in-out;
       -o-transition: background .2s ease-in-out;
          transition: background .2s ease-in-out;
}

div.port_pagination span:hover{
	cursor: pointer;
	background: #EA6452;
	background: rgba(234, 100, 82,.5);
}

span._latprev.icon{
	
}
span._latnext{
  margin-left: 2px;
}

a.accordion-toggle{
	display: block;
	width: 100%;
}

#single-aside .panel-heading {
   font-weight: bold!important;
    background-color: transparent!important;
    border-color: transparent!important;
	box-shadow: 0px!important;
	
}
#single-aside h4 {
   font-size: 16px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent!important;
    border-radius: 4px;
    box-shadow: 0px!important;
}
a.accordion-toggle i{
	float: right;
	padding: 2px 6px;
	border-radius: 100%;
	color: #999!important;
	font-weight: thin!important;
}

div.port-navigation{
	margin-top: 30px;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

div.port-navigation span{
	display: block;
	font-size: 22px;
	position: relative;
	float: left;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	background: #FF5E63;
	color: #fff;
	margin: 1px;
}

div.port-navigation span.port-next{
	float: right;
}

body.page-template-portfolio-big-image #mk-page-wrapper{
	background: #f6f6f6;
}

div.port-large{
	max-width: 800px;
	margin: 40px auto 0 auto;
}

div.port-large img{
	max-width: 100%;
	height: auto;
}

div.port-large article{
	margin-bottom: 65px;
}

div.port-large .portEntryContent{
	padding: 60px 50px 60px 100px;
}

div.port-large .portEntryContent footer{
	margin-top: 44px;
}

div.port-large .portEntryContent footer a{
	padding: 4px 12px;
	border: 1px solid #e9e9e9;
	background: #f6f6f6;
	font-size: 13px;
	margin-right: 5px;
	border-radius: 2px;
	color: #bababa;
}

div.port-large .portEntryContent footer a:hover{
	color: #E75446;
}

div.port-large .portEntryContent p{
	margin-top: 25px;
}

div.portMetas{
	font-size: 13px; 
	color: #bababa;
}

div.port-large article{ 
	border-bottom: 5px solid #333;
	background: #fff;
}

div.port-large article h2{
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

body.page-template-portfolio-filterable #mk-page-wrapper{
	background: #f6f6f6;
}

.flot-nav {
    float: right;
}

.wrap-pad {
    padding-top: 60px;
    position: relative;
	margin-bottom: 65px;
}

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-items {
    margin-right: -20px;
}

.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
}

.portfolio-filter > li {
    display: inline-block;
    margin: 0 2px 0 2px;
}

.portfolio-filter > li.active a {
    border: 1px solid #D9534F;
}

.portfolio-filter > li.active a {
    color: #D9534F;
}

.portfolio-filter > li a {
    color: #999;
    border: 1px solid #999;
    padding: 4px 14px;
    border-radius: 2px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.portfolio-filter > li a:hover {
    border: 1px solid #D9534F;
    color: #D9534F;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    margin: 0;
}

.portfolio-items.col-3 > li {
    width: 33%;
}

.portfolio-items.col-4 > li {
    width: 25%;
}

.portfolio-items.col-2 > li {
    width: 50%;
}

.portfolio-item .item-main {
    margin: 0 10px 10px 0;
    text-align: center;
    background: #fff;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .portfolio-image {
    position: relative;
}

.pMeta {
    padding: 0 20px 20px 20px;
}

.col-4 > li .pMeta {
    padding: 0 10px 20px 10px;
}

.pMeta a {
    color: #bababa;
	font-style: italic;
}

.portfolio-item h5 {
    margin: 20px 0 6px;
    font-weight: bold;
    text-transform: uppercase;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* ISOTOPE CSS3 TRANSACTIONS */
.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: -o-transform, opacity;
    transition-property: transform, opacity;
}
/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@media (max-width: 847px) {
    .flot-nav {
        float: left;
    };
}

@media (max-width: 1090px) {
    .img-thumbnail {
        max-width: 50%;
    };
}

