/******* START FILTER ********/
#filters { 
	list-style: none; 
	position: relative; 
	left: -10px; 
	margin-top: 15px; 
	display: block;
}
#filters .filter-cat {
	display: block;
	text-decoration: none;
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
	margin-bottom: 30px;
	background: #f0efef;
}

#filters .filter-cat li {
    display: inline;
    float: left;
    margin: 0 20px 5px 0;
}
#filters .filter-cat a {	
	color: #444444;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 8px;
    text-decoration: none;
	/* font-family: 'Droid Sans', sans-serif;  */ 	
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
#filters .filter-cat  a:hover,
#filters .filter-cat  a.selected {
	background-color: #444444;    
    color: #fff;	
}		

/******* END FILTER ********/
/********************** FOR PORTFOLIOS HOVER **********************************************/
.sh-folios {
	margin-left: -20px;
}

.folios-wrapper, .folios-wrapper3, .folios-wrapper2 {
	margin-left: -20px;
	width:980px;
}

.folio-item-title {
	text-align:center; 
	padding:5px 0; 
	display:block;
}

.folio-item {
    float: left;
    height: auto;
    margin-bottom: 30px;
    width: 220px;
	margin-left: 20px;
}
.folio-item3 {
    float: left;
    height: auto;
    margin-bottom: 30px;
    width: 300px;
	margin-left: 20px;
}
.folio-item2  {
    float: left;
    height: auto;
    margin-bottom: 30px;
    width: 460px;
	margin-left: 20px;
}

.folio-item2 .folio-description,
.folio-item3 .folio-description,
.folio-item .folio-description  {
	background: #fff;
	border-top:1px solid #ffffff;
	border-bottom: 1px solid #E6E1E3;
	margin-top:-1px;
	
}

.folio-item2:hover .folio-description,
.folio-item3:hover .folio-description,
.folio-item:hover .folio-description  {
	background: #58968F;
	border-top:1px solid #ffffff;
	border-bottom: 1px solid #58968F;
	margin-top:-1px;
}

.folio-item2 .folio-description  a,
.folio-item3 .folio-description  a,
.folio-item .folio-description  a {
	letter-spacing:-1px;
	font-weight:300;
	font-size:16px;
	color:#373737;
}

.folio-item2:hover .folio-description  a,
.folio-item3:hover .folio-description  a,
.folio-item:hover .folio-description  a {
	color:#ffffff;
}

.folio-item img.folio-featured,.folio-item-style2 img.folio-featured, .folio-item3 img.folio-featured, .folio-item2 img.folio-featured, .folio-item-style2-3col  img.folio-featured, .folio-item-style2-2col  img.folio-featured { 
	display: block; 
	margin-bottom: 0px; 
}
	
/*************************************/
/*    Remarky portfolio 4 col START  */
/*************************************/
.folio-item {
	position:relative;
	width:220px;
}

.folio-item .hoverOpacity { 
	width:220px; 
	height:146.66px; 
	background:#ffffff; 
	position:absolute; 
	opacity:0;
	visibility: hidden;
}

.folio-item:hover .hoverOpacity { 
	opacity:0.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: visible;
}


.folio-item  a.info1 {
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 	
	top:55px;
	position: absolute;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);  	
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 58px;
	height: 53px;
	background: url(../images/icon-hover-popup.png) no-repeat;
	background-size: 100%; 
}

.folio-item:hover a.info1 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 
	-webkit-transform: translateX(30px);
   -moz-transform: translateX(30px);   
   -o-transform: translateX(30px);   
   -ms-transform: translateX(30px);
   transform: translateX(30px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s; 
}

.folio-item  a.info2 {
	top: 55px;
	position: absolute;	
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 
	-webkit-transform: translateX(116px);
   -moz-transform: translateX(116px);   
   -o-transform: translateX(116px);
   -ms-transform: translateX(116px);
   transform: translateX(116px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;	
	width:119px;
	height:53px;
	background:url(../images/icon-hover-details.png) no-repeat;
	background-size: 100%;  
}

.folio-item:hover a.info2 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 	
	-webkit-transform: translateX(80px);
   -moz-transform: translateX(80px);   
   -o-transform: translateX(80px);   
   -ms-transform: translateX(80px);
   transform: translateX(80px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}

.main_inside_with_sidebar_right .folio-item, 
.main_inside_with_sidebar_left .folio-item
{
    width: 157.5px;
}
.main_inside_with_sidebar_left .folio-item .hoverOpacity,
.main_inside_with_sidebar_right .folio-item .hoverOpacity { 
	width: 157.5px; 
	height:105px; 
}
.main_inside_with_sidebar_left .folio-item  a.info1,
.main_inside_with_sidebar_right .folio-item  a.info1 {	
	top:10px;
}

.main_inside_with_sidebar_left .folio-item:hover a.info1,
.main_inside_with_sidebar_right .folio-item:hover a.info1 {
	-webkit-transform: translateX(50px);
   -moz-transform: translateX(50px);   
   -o-transform: translateX(50px);   
   -ms-transform: translateX(50px);
   transform: translateX(50px);
}

.main_inside_with_sidebar_left .folio-item  a.info2,
.main_inside_with_sidebar_right .folio-item  a.info2 {
	top:50px;
	-webkit-transform: translateX(60px);
   -moz-transform: translateX(60px);   
   -o-transform: translateX(60px);
   -ms-transform: translateX(60px);
   transform: translateX(60px);
}

.main_inside_with_sidebar_left .folio-item:hover a.info2,
.main_inside_with_sidebar_right .folio-item:hover a.info2 {
	-webkit-transform: translateX(20px);
   -moz-transform: translateX(20px);   
   -o-transform: translateX(20px);   
   -ms-transform: translateX(20px);
   transform: translateX(20px);
}
/*************************************/
/*    Remarky portfolio 4 col END  */
/*************************************/


/*************************************/
/*    Remarky portfolio 3 col START  */
/*************************************/
.folio-item3 {
	position:relative;
	width:300px;
}

.folio-item3 .hoverOpacity { 
	width:300px; 
	height:200px; 
	background:#ffffff; 
	position:absolute; 
	opacity:0;
	visibility: hidden;
}

.folio-item3:hover .hoverOpacity { 
	opacity:0.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: visible;
}

.folio-item3  a.info1 {
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 	
	top:77px;
	position: absolute;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);  	
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:58px;
	height:53px;
	background:url(../images/icon-hover-popup.png) no-repeat;
	background-size: 100%;  
}

.folio-item3:hover a.info1 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 
	-webkit-transform: translateX(70px);
   -moz-transform: translateX(70px);   
   -o-transform: translateX(70px);   
   -ms-transform: translateX(70px);
   transform: translateX(70px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s; 
}

.folio-item3  a.info2 {
	top:77px;
	position: absolute;	
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 
	-webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);   
   -o-transform: translateX(200px);
   -ms-transform: translateX(200px);
   transform: translateX(200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;	
	width:119px;
	height:53px;
	background:url(../images/icon-hover-details.png) no-repeat;
	background-size: 100%;  
}

.folio-item3:hover a.info2 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 	
	-webkit-transform: translateX(120px);
   -moz-transform: translateX(120px);   
   -o-transform: translateX(120px);   
   -ms-transform: translateX(120px);
   transform: translateX(120px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}


.main_inside_with_sidebar_right .folio-item3, 
.main_inside_with_sidebar_left .folio-item3
{
    width: 216px;
}
.main_inside_with_sidebar_left .folio-item3 .hoverOpacity,
.main_inside_with_sidebar_right .folio-item3 .hoverOpacity { 
	width: 216px; 
	height:144px; 
}



.main_inside_with_sidebar_left .folio-item3  a.info1,
.main_inside_with_sidebar_right .folio-item3  a.info1 {	
	top:50px;
}

.main_inside_with_sidebar_left .folio-item3:hover a.info1,
.main_inside_with_sidebar_right .folio-item3:hover a.info1 {
	-webkit-transform: translateX(25px);
   -moz-transform: translateX(25px);   
   -o-transform: translateX(25px);   
   -ms-transform: translateX(25px);
   transform: translateX(25px);
}

.main_inside_with_sidebar_left .folio-item3  a.info2,
.main_inside_with_sidebar_right .folio-item3  a.info2 {
	top:50px;
	-webkit-transform: translateX(100px);
   -moz-transform: translateX(100px);   
   -o-transform: translateX(100px);
   -ms-transform: translateX(100px);
   transform: translateX(100px);
}

.main_inside_with_sidebar_left .folio-item3:hover a.info2,
.main_inside_with_sidebar_right .folio-item3:hover a.info2 {
   -webkit-transform: translateX(75px);
   -moz-transform: translateX(75px);   
   -o-transform: translateX(75px);   
   -ms-transform: translateX(75px);
   transform: translateX(75px);
}
/*************************************/
/*    Remarky portfolio 3 col END  */
/*************************************/

/*************************************/
/*    Remarky portfolio 2 col START  */
/*************************************/
.folio-item2 {
	position:relative;
	width:460px;
}

.folio-item2 .hoverOpacity { 
	width:460px; 
	height:306.66px; 
	background:#ffffff; 
	position:absolute; 
	opacity:0;
	visibility: hidden;
}

.folio-item2:hover .hoverOpacity { 
	opacity:0.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: visible;
}
.folio-item2  a.info1 {
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 	
	top:140px;
	position: absolute;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);  	
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:58px;
	height:53px;
	background:url(../images/icon-hover-popup.png) no-repeat;
	background-size: 100%;  
}

.folio-item2:hover a.info1 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 
	-webkit-transform: translateX(150px);
   -moz-transform: translateX(150px);   
   -o-transform: translateX(150px);   
   -ms-transform: translateX(150px);
   transform: translateX(150px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s; 
}

.folio-item2  a.info2 {
	top:140px;
	position: absolute;	
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 
	-webkit-transform: translateX(300px);
   -moz-transform: translateX(300px);   
   -o-transform: translateX(300px);
   -ms-transform: translateX(300px);
   transform: translateX(300px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;	
	width:119px;
	height:53px;
	background:url(../images/icon-hover-details.png) no-repeat;
	background-size: 100%;  
}

.folio-item2:hover a.info2 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 	
	-webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);   
   -o-transform: translateX(200px);   
   -ms-transform: translateX(200px);
   transform: translateX(200px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}


.main_inside_with_sidebar_right .folio-item2, 
.main_inside_with_sidebar_left .folio-item2
{
    width: 335px;
}
.main_inside_with_sidebar_left .folio-item2 .hoverOpacity,
.main_inside_with_sidebar_right .folio-item2 .hoverOpacity { 
	width: 335; 
	height:223.33px; 
}



.main_inside_with_sidebar_left .folio-item2  a.info1,
.main_inside_with_sidebar_right .folio-item2  a.info1 {	
	top:90px;
}

.main_inside_with_sidebar_left .folio-item2:hover a.info1,
.main_inside_with_sidebar_right .folio-item2:hover a.info1 {
   -webkit-transform: translateX(90px);
   -moz-transform: translateX(90px);   
   -o-transform: translateX(90px);   
   -ms-transform: translateX(90px);
   transform: translateX(90px);
}

.main_inside_with_sidebar_left .folio-item2  a.info2,
.main_inside_with_sidebar_right .folio-item2  a.info2 {
	top:90px;
   -webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);   
   -o-transform: translateX(200px);
   -ms-transform: translateX(200px);
   transform: translateX(200px);
}

.main_inside_with_sidebar_left .folio-item2:hover a.info2,
.main_inside_with_sidebar_right .folio-item2:hover a.info2 {
   -webkit-transform: translateX(140px);
   -moz-transform: translateX(140px);   
   -o-transform: translateX(140px);   
   -ms-transform: translateX(140px);
   transform: translateX(140px);
}

/*************************************/
/*    Remarky portfolio 2 col END  */
/*************************************/


/* START BLOG SHORTCODES */
/* STYLE 1 */
.post-wrapper {
	margin-left:-20px;
}

.sh-post-style1 {
    float: left;
    height: auto;
    margin-bottom: 30px;
	margin-left:20px;
}
.post4col {
	width: 220px;
}
.post3col {
	width: 300px;
}
.post2col {
	width: 460px;
}
.sh-post-style1 .date p {
	background: #373737;
	color: #fff;
	font-size: 22px; 
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 3px 5px;
	font-weight: 300;
	margin-right: 10px;
	width: 50px;
	border-top: 3px solid #58968f;
	margin-top: -2px;
}
.sh-post-style1 .date {
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
}	
.sh-post-style1 .date p span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: -5px;
	color: #cfd0d0;
	letter-spacing: none;
	font-weight: 300;
	text-transform: none;
}

.sh-post-style1  h1 {
	font-size: 14px; 
	margin: 0;
	padding: 0;	
	margin-left:70px;
	margin-top: -15px;
	letter-spacing:0;
	line-height:1.6;
	text-transform:none;
}
.sh-post-style1  h1 a {
	font-size: 15px; 
	font-weight: 700;
	color: #444444;
}
.sh-post-style1 p.summary {
	font-size: 13px; 
	color: #444444;
	margin-left:70px;
}
.sh-post-style1  p a {
	font-size: 13px; 
	color: #777777;
}
.sh-post-style1  p a:hover,
.sh-post-style1  h1 a:hover {
	color: #0088c2;
}

/* STYLE 2 */
.sh-post-style2 {
	position: relative;
	margin-left:20px;
	margin-bottom:20px;
}
.sh-post-style2 .date-content {
	margin-top: -40px;
}
.sh-post-style2 .date-content p.date {
	background: #0095d4;
	font-size: 13px; 
	color: #fff;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	margin-right: -5px;
	margin: 0 0 20px;
}
.sh-post-style2 .date-content p.num-comm {
	background: #fff; 
	font-size: 13px; 
	color: #444444;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
}
.sh-post-style2 .date-content p.num-comm img {
	vertical-align: middle;
	max-width:none;
	width:18px; 
	height:17px;	
}
.sh-post-style2 .post-content h1 {
	font-size: 14px; 
	margin: 0;
	padding: 0;	
	margin-bottom: 3px;
	margin-top: 0px;
	letter-spacing:0;
	line-height:1.6;
	text-transform:none;
}
.sh-post-style2 .post-content h1 a {
	font-size: 15px; 
	font-weight: 700;
	color: #444444;
	
}
.sh-post-style2 .post-content p {
	color: #777777;
	font-size: 13px;
	line-height: 1.6;	
}

.post-image{
	max-width:100%;
	height:auto;
}

.main_inside_with_sidebar_right .post4col, 
.main_inside_with_sidebar_left .post4col
{
    width: 157.5px;
}

.main_inside_with_sidebar_right .post3col, 
.main_inside_with_sidebar_left .post3col
{
    width: 216px;
}

.main_inside_with_sidebar_right .post2col, 
.main_inside_with_sidebar_left .post2col
{
    width: 335px;
}


/* END BLOG SHORTCODES */


/*********************************************************************************************************************************************/
/* START POST TYPE 1 */

.post-wrapper-template {	
	margin-left: 10px;
}

.post {
	width: 690px;
	margin-bottom:30px;
}

.post .post-image {
	position:relative;
	margin-bottom: 20px;
}
.post .post-image img {
	display: block;	
}
.post .post-type {
	width: 140px;
	float: left;
	margin-right: 30px;
}
.post .post-type img.type {
	width: 45px;
	height: 45px;
	margin-bottom: 13px;
}
.post .post-desc {
	width: 520px;
	float: left;
}
.post .post-desc h1 {
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	top: -4px;
}
.post .post-desc h1 a, .post .post-desc h1 {
	color: #373737; 
	font-size: 26px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300;
	letter-spacing: -1.5px;
}
.post .post-desc p {
	color: #5e5e5e; 
	font-size: 13px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 24px;
}

.title_stripes_left_post { 
	border-bottom: 1px solid #E1E1E1;
	width: 300px;
	float: left;
	max-width:100%;
}

.title_stripes_left_postsingle { 
	border-bottom: 1px solid #E1E1E1;
	width: 300px;
	float: left;
	max-width:100%;
	margin-bottom:24px;
}

.post ul.post-details {
	margin-left: 0;
}
.post ul.post-details li { 
	list-style: none !important;
	display: block;
	margin-right: 20px;
	color: #373737; 
	font-size: 13px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	line-height:18px;
	margin-bottom:12px;
}
.post ul.post-details li a { 
	color: #373737; 
}
.post ul.post-details li a:hover { 
	color: #58968f; 
}
.post ul.post-details li img { 
	vertical-align: top;
	margin-right: 10px;
}
.post a.post-read-more {
	color: #58968f;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
}
.post a:hover.post-read-more {
	color: #373737;
}
.post .post-separator {
	border-bottom: 1px solid #e2e0e0;
	margin-top: 30px;
}

.builderContentPost {
	width:540px;
	margin-left:-10px;
}


/* END POST TYPE 1 */

/*********************************************************************************************************************************************/
/* START POST TYPE 2 */
.arround-post-small {
	margin-left: -30px;
}
.post-small {
	width: 318px;
	margin-left: 30px;
	background: #fafafa;
	border: 1px solid #e9e8e8;
	padding: 5px;
	float: left;
	margin-bottom: 30px;
}

.post-small .post-image {
	position:relative;
	height:179px;
}

.post-small .post-image img {
	display: block;
	margin-bottom: 5px;
	width: 318px;
}
.post-small .post-desc {
}

.post-small .post-desc h1 {
	line-height: 1;
	position: relative;
	
}
.post-small .post-desc h1 a {
	color: #373737; 
	letter-spacing: -1px;	
	font-size: 18px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
}
.post-small-cat {
	color: #58968f; 
	letter-spacing: -1px;	
	font-size: 13px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	margin-bottom: 10px;
}
.post-small-cat a {
	color: #58968f; 
}
.post-small .post-desc p {
	color: #5e5e5e; 
	font-size: 13px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	margin-bottom: 10px;
}

.post-small ul.post-details {
	margin-left: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 20px;
}
.post-small ul.post-details li { 
	list-style: none !important;
	display: inline;
	margin-right: 20px;
	color: #373737; 
	font-size: 13px;
	font-family: 'Droid Sans', sans-serif; 	
}
.post-small ul.post-details li a { 
	color: #373737; 
}
.post-small ul.post-details li a:hover { 
	color: #58968f; 
}
.post-small ul.post-details li img { 
	vertical-align: middle;
	margin-right: 8px;
}
.post-small a.post-read-more {
	color: #58968f;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;	
}
.post-small a:hover.post-read-more {
	color: #373737;
}
.post-small .more-padding { padding: 0 5px; }

/* START SINGLE FOLIO TYPE 1 - 3/4 OF IMAGE */
.single-folio-type1 img {
	max-width:100%;
	height:auto;
}
.project-details {
	clear: both;
	display: inline-block;
	border-bottom: 1px dashed #eaeaea;
	padding-bottom: 5px;
	width:100%;
}
.project-details h4 {
	color: #444444; 
	font-size: 13px;	
	width: 30%;
    float: left;
	margin: 0;
	margin-right: 10%;	
	line-height:1.6;
	text-transform:none;
}
.project-details span {
	float: left;
	color: #606060; 
	font-size: 13px;	
	width: 60%;
}
.project-details span a {
	color: #606060;
}
.project-details span a:hover {
	color: #0088c2;
}
/* END SINGLE FOLIO TYPE 1 - 3/4 OF IMAGE */
/* START SINGLE FOLIO TYPE 2 - FULLWIDTH IMAGE */
.single-folio-type2 .img {
	-moz-box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding: 0 10px;
    position: relative;
	margin-bottom: 20px;
}
.single-folio-type2  .video-wrapper {
	position:relative;
}


.single-folio-type2 img {
	max-width:100%;
	height:auto;	
}
/* END SINGLE FOLIO TYPE 2 - FULLWIDTH IMAGE */

.folio-item .mask .info img, .folio-item2 .mask .info img, .folio-item3 .mask .info img {  width:76px; height:76px;} 
.folio-item-style2 .view a.info img, .folio-item-style2-2col .view a.info img, .folio-item-style2-3col .view a.info img { width:47px; height:47px; }

img.post-date-img { width:17px; height:16px; }
img.post-author-img { width:15px; height:16px; }
img.post-cat-img { width:16px; height:16px; }
img.post-comment-img { width:16px; height:15px; }

#comments .post-type img {  width:60px; height:35px;}





/*************************************/
/*    POST SHORTCODE TYPE2            */
/*************************************/


.info1.Image {
	background: url(../images/icon-post-imageSH.png) no-repeat;
	background-size: 100%;
}

.info1.Text {
	background: url(../images/icon-post-textSH.png) no-repeat;
	background-size: 100%;
}

.info1.Video {
	background: url(../images/icon-post-videoSH.png) no-repeat;
	background-size: 100%;
}

.info1.Slideshow {
	background: url(../images/icon-post-slideshowSH.png) no-repeat;
	background-size: 100%;
}

/*************************************/
/*    Remarky postSH-style2 3 col START  */
/*************************************/
.post3col {
	position:relative;
	width:300px;
}

.post3col .hoverOpacity { 
	width:300px; 
	height:200px; 
	background:#ffffff; 
	position:absolute; 
	opacity:0;
	visibility: hidden;
}

.post3col:hover .hoverOpacity { 
	opacity:0.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: visible;
}
.post3col  .info1 {
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 	
	top: 73px;
	position: absolute;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);  	
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 62px;
	height: 57px;  
}


.post3col:hover .info1 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 
	-webkit-transform: translateX(70px);
   -moz-transform: translateX(70px);   
   -o-transform: translateX(70px);   
   -ms-transform: translateX(70px);
   transform: translateX(70px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s; 
}

.post3col  a.info2 {
	top: 75px;
	position: absolute;	
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 
	-webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);   
   -o-transform: translateX(200px);
   -ms-transform: translateX(200px);
   transform: translateX(200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;	
	width: 119px;
	height: 53px;
	background: url(../images/icon-hover-details.png) no-repeat;
	background-size: 100%;
}

.post3col:hover a.info2 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 	
	-webkit-transform: translateX(120px);
   -moz-transform: translateX(120px);   
   -o-transform: translateX(120px);   
   -ms-transform: translateX(120px);
   transform: translateX(120px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}


.main_inside_with_sidebar_right .post3col, 
.main_inside_with_sidebar_left .post3col
{
    width: 216px;
}
.main_inside_with_sidebar_left .post3col .hoverOpacity,
.main_inside_with_sidebar_right .post3col .hoverOpacity { 
	width: 216px; 
	height:144px; 
}



.main_inside_with_sidebar_left .post3col  .info1,
.main_inside_with_sidebar_right .post3col  .info1 {	
	top:48px;
}

.main_inside_with_sidebar_left .post3col:hover .info1,
.main_inside_with_sidebar_right .post3col:hover .info1 {
   -webkit-transform: translateX(25px);
   -moz-transform: translateX(25px);   
   -o-transform: translateX(25px);   
   -ms-transform: translateX(25px);
   transform: translateX(25px);
}

.main_inside_with_sidebar_left .post3col  a.info2,
.main_inside_with_sidebar_right .post3col  a.info2 {
	top:50px;
	-webkit-transform: translateX(100px);
   -moz-transform: translateX(100px);   
   -o-transform: translateX(100px);
   -ms-transform: translateX(100px);
   transform: translateX(100px);
}

.main_inside_with_sidebar_left .post3col:hover a.info2,
.main_inside_with_sidebar_right .post3col:hover a.info2 {
	-webkit-transform: translateX(75px);
   -moz-transform: translateX(75px);   
   -o-transform: translateX(75px);   
   -ms-transform: translateX(75px);
   transform: translateX(75px);
}
/*************************************/
/*    Remarky postSH-style2 3 col END  */
/*************************************/

/*************************************/
/*    Remarky postSH-style2 2 col START  */
/*************************************/


.post2col {
	position:relative;
	width:460px;
}

.post2col .hoverOpacity { 
	width: 460px; 
	height: 306.66px; 
	background:#ffffff; 
	position:absolute; 
	opacity:0;
	visibility: hidden;
}

.post2col:hover .hoverOpacity { 
	opacity:0.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: visible;
}
.post2col  .info1 {
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 	
	top:138px;
	position: absolute;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);  	
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 62px;
	height: 57px;
  
}

.post2col:hover .info1 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 
	-webkit-transform: translateX(150px);
   -moz-transform: translateX(150px);   
   -o-transform: translateX(150px);   
   -ms-transform: translateX(150px);
   transform: translateX(150px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s; 
}

.post2col  a.info2 {
	top: 140px;
	position: absolute;	
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 
	-webkit-transform: translateX(300px);
   -moz-transform: translateX(300px);   
   -o-transform: translateX(300px);
   -ms-transform: translateX(300px);
   transform: translateX(300px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;	
	width:119px;
	height:53px;
	background:url(../images/icon-hover-details.png) no-repeat;
	background-size: 100%;
}

.post2col:hover a.info2 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 	
	-webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);   
   -o-transform: translateX(200px);   
   -ms-transform: translateX(200px);
   transform: translateX(200px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}


.main_inside_with_sidebar_right .post2col, 
.main_inside_with_sidebar_left .post2col
{
    width: 335px;
}
.main_inside_with_sidebar_left .post2col .hoverOpacity,
.main_inside_with_sidebar_right .post2col .hoverOpacity { 
	width: 335px; 
	height: 223.33px; 
}



.main_inside_with_sidebar_left .post2col  .info1,
.main_inside_with_sidebar_right .post2col  .info1 {	
	top: 88px;
}

.main_inside_with_sidebar_left .post2col:hover .info1,
.main_inside_with_sidebar_right .post2col:hover .info1 {
   -webkit-transform: translateX(90px);
   -moz-transform: translateX(90px);   
   -o-transform: translateX(90px);   
   -ms-transform: translateX(90px);
   transform: translateX(90px);
}

.main_inside_with_sidebar_left .post2col  a.info2,
.main_inside_with_sidebar_right .post2col  a.info2 {
	top: 90px;
	-webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);   
   -o-transform: translateX(200px);
   -ms-transform: translateX(200px);
   transform: translateX(200px);
}

.main_inside_with_sidebar_left .post2col:hover a.info2,
.main_inside_with_sidebar_right .post2col:hover a.info2 {
	-webkit-transform: translateX(140px);
   -moz-transform: translateX(140px);   
   -o-transform: translateX(140px);   
   -ms-transform: translateX(140px);
   transform: translateX(140px);
}


/*************************************/
/*    Remarky postSH-style2 2 col END  */
/*************************************/

/*************************************/
/*    Remarky postSH-style2 4 col START  */
/*************************************/
.post4col {
	position: relative;
	width: 220px;
}

.post4col .hoverOpacity { 
	width: 220px; 
	height: 146.66px; 
	background: #ffffff; 
	position: absolute; 
	opacity: 0;
	visibility: hidden;
}

.post4col:hover .hoverOpacity { 
	opacity:0.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: visible;
}
.post4col .info1 {
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 	
	top: 48px;
	position: absolute;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);  	
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 62px;
	height: 57px;
  
}

.post4col:hover .info1 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 
	-webkit-transform: translateX(30px);
   -moz-transform: translateX(30px);   
   -o-transform: translateX(30px);   
   -ms-transform: translateX(30px);
   transform: translateX(30px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s; 
}

.post4col  a.info2 {
	top: 50px;
	position: absolute;	
	display: inline-block;	
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0; 
	-webkit-transform: translateX(116px);
   -moz-transform: translateX(116px);   
   -o-transform: translateX(116px);
   -ms-transform: translateX(116px);
   transform: translateX(116px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;	
	width:119px;
	height:53px;
	background:url(../images/icon-hover-details.png) no-repeat;
	background-size: 100%;
}

.post4col:hover a.info2 {
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	opacity:1; 	
	-webkit-transform: translateX(80px);
   -moz-transform: translateX(80px);   
   -o-transform: translateX(80px);   
   -ms-transform: translateX(80px);
   transform: translateX(80px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}

.main_inside_with_sidebar_right .post4col, 
.main_inside_with_sidebar_left .post4col
{
    width: 157.5px;
}
.main_inside_with_sidebar_left .post4col .hoverOpacity,
.main_inside_with_sidebar_right .post4col .hoverOpacity { 
	width: 157.5px; 
	height: 105px; 
}
.main_inside_with_sidebar_left .post4col .info1,
.main_inside_with_sidebar_right .post4col .info1 {	
	top: 10px;
}

.main_inside_with_sidebar_left .post4col:hover .info1,
.main_inside_with_sidebar_right .post4col:hover .info1 {
   -webkit-transform: translateX(50px);
   -moz-transform: translateX(50px);   
   -o-transform: translateX(50px);   
   -ms-transform: translateX(50px);
   transform: translateX(50px);
}

.main_inside_with_sidebar_left .post4col  a.info2,
.main_inside_with_sidebar_right .post4col  a.info2 {
	top: 50px;
	-webkit-transform: translateX(60px);
   -moz-transform: translateX(60px);   
   -o-transform: translateX(60px);
   -ms-transform: translateX(60px);
   transform: translateX(60px);
}

.main_inside_with_sidebar_left .post4col:hover a.info2,
.main_inside_with_sidebar_right .post4col:hover a.info2 {
   -webkit-transform: translateX(20px);
   -moz-transform: translateX(20px);   
   -o-transform: translateX(20px);   
   -ms-transform: translateX(20px);
   transform: translateX(20px);
}
/*************************************/
/*    Remarky postSH-style2 4 col END  */
/*************************************/


/* search results */

.single-search-item { 
	width: 100%; 
	height: auto; 
	margin-bottom: 20px; 
}
.single-search-item h1 a { 
	color: #373737; 
}
.single-search-item h1 a:hover {
	color: #58968f; 
 }
.single-search-item .post-details {
	margin-bottom: 30px;
	margin-left: 0;
	padding: 10px 20px;
}
.single-search-item .post-details li {
	color: #444444;
	display: inline;
	font-size: 13px;
	list-style: none outside none !important;
	margin-right: 20px;
}
.single-search-item ul.post-details li img {
	margin-right: 8px;
	vertical-align: middle;
}
.single-search-item ul.post-details li a {
	color: #444444;
}
.single-search-item ul.post-details li a:hover {
	color: #58968f;
}

.single-search-title {
	color: #373737;
	font-size: 16px;
}

.search-results .title_stripes_left {
	margin-bottom: 20px;
}

/* entry content */

.single-entry-item { 
	width: 100%; 
	height: auto; 
	margin-bottom: 20px; 
	margin-top: 20px; 
}
.single-entry-item h1 a { 
	color: #373737; 
}
.single-entry-item h1 a:hover {
	color: #58968f; 
 }
.single-entry-item .post-details {
	margin-bottom: 20px;
	margin-left: 0;
	padding: 10px 20px;
}
.single-entry-item .post-details li {
	color: #444444;
	display: inline;
	font-size: 13px;
	list-style: none outside none !important;
	margin-right: 20px;
}
.single-entry-item ul.post-details li img {
	margin-right: 8px;
	vertical-align: middle;
}
.single-index-item ul.post-details li a {
	color: #444444;
}
.single-entry-item ul.post-details li a:hover {
	color: #58968f;
}

.single-entry-title {
	color: #373737;
	font-size: 16px;
}

.single-entry-item .title_stripes_left {
	margin-bottom: 20px;
}

.entry-content ul {
	list-style: disc outside none;
	margin: auto;
}

.entry-content ol {
    list-style: decimal outside none;
}

.entry-content li {
    margin: 0 0 0 2.57143rem;
}

.entry-content p {
    line-height: 1.71429;
    margin: 0 0 1.71429rem;
}


.entry-content p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul {
	list-style: disc outside;
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr
.entry-content dfn
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}


.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
    max-width: 100%;
}

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}