/**
 *
 * -------------------------------------------
 * Template 3rd party extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 9. Template additional 3rd party extensions style
 *
 *
------------------------------------ */

/* 9.1. DP Comments
==================================== */

.widget_dp_comments li {
	border-top: none!important;
	font-size: 13px;
	line-height: 13px!important;
	list-style: none;
	overflow: hidden;
	padding: 10px 0;
}
.widget_dp_comments ol li:first-child {padding-top:0;}

/*.widget_dp_comments li.dp-admin-comment > p {
	
}*/

.widget_dp_comments li strong {
}

.widget_dp_comments li p {
	font-size: 12px;
	margin: 0.5em 0;
}

.widget_dp_comments li p a {
}

/*.widget_dp_comments li.dp-admin-comment > p a {

}*/

.widget_dp_comments li p a:active,
.widget_dp_comments li p a:focus,
.widget_dp_comments li p a:hover {
}

.widget_dp_comments li > img {
	float: left;
	margin: 0 10px 5px 0;
}

.widget_dp_comments li div {
	margin-left: 58px;
}
.widget_dp_comments ol {padding:0!important}


/* 9.4. DP Tabs
==================================== */
.dp-tabs-nav {padding:0;}
.dp-tabs {
	position: relative;
	overflow: hidden;
}
.dp-tabs-wrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	position:relative;
}
.dp-tabs-wrap > ol {
	min-height: 30px;
	position:absolute;
	margin:0;
	top:-41px;
z-index:10!important}
.dp-tabs-wrap > ol li {
	background:#F2F4F6;
	border: none;
	color: #848688;
	cursor: pointer;
	float: left;
	line-height: 38px;
	list-style-type: none;
	height: 38px;
	padding: 2px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;   
		-webkit-border-radius: 2px 2px 0px 0px;
	   -moz-border-radius: 2px 2px 0px 0px;
	        border-radius: 2px 2px 0px 0px;
}
.dp-tabs-wrap > ol li.active,
.dp-tabs-wrap > ol li.active:hover{
	background: #fff!important;
	color: #000!important;
	border: 1px solid #eceef0;
	border-bottom:#fff;
}

.dp-tabs-wrap > ol li.active::after {
	content: "";
	clear: both;
	display: block;
	float: left;
	height: 2px;
	margin-left: -14px;
	position: absolute;
	top: 38px;
	width: 100%;
	z-index: 2;
}
.dp-tabs-wrap > ol li:hover {
}
.dp-tabs-wrap > ol li:first-child { 
}
.dp-tabs-container {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: relative;
	border: 1px solid #eceef0;
	padding: 25px 15px 10px 15px;
	margin-top:42px;
	-webkit-border-radius: 0 2px 2px 2px;
	   -moz-border-radius: 0 2px 2px 2px;
	        border-radius: 0 2px 5px 2px;
}
.dp-tabs-container .box {
	padding-left: 0!important;
	padding-right: 0!important;
}
.dp-tabs-item {
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	left: -9999px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.dp-tabs-item .box {
	margin-bottom: 0!important;
}
.dp-tabs-item.active {
	left: 0;
	position: relative;
	z-index: 2;
}

/* 9.5. DP Flickr Gallery
==================================== */
    .photo-stream {
        margin-right: -6px;
    }
    .photo-stream li {
        float: left;
        margin: 0 1px 1px 0;
    }
	.photo-stream li:before {display:none}

    .photo-stream li a {
        display: block;
    }
    .photo-stream a:hover {
    }
    .photo-stream img {
        display: block;
        height: 70px;
        width: 70px;
    }
	.photo-stream a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
 -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
	opacity: 0.7;}
	.photo-stream a:hover img {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}	
/* 9.6. DP Recent Posts/Portfolio Widget
==================================== */
.recent-post-widget { margin-bottom:20px;}
.recent-post-widget .thumbnail {
	float:left; 
	margin:0 10px 0px 0; 
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	 }
.recent-post-widget .date { font-size:11px; line-height:12px; font-style:italic;}
.recent-post-widget h5 {line-height:14px; margin-bottom:10px;}
.recent-post-widget h5 a {color:#888}

.recent-post-widget .thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
}
.recent-post-widget .thumbnail img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.recent-post-widget .thumbnail a:hover img {
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.recent-post-widget .thumbnail a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
     background: rgba(235,90,85,0.90);
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.recent-post-widget .thumbnail a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.recent-post-widget .thumbnail a .icn-more:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\e86a';
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 15px;
    top: 50%;
    margin: -8px 0 0 -6px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.recent-post-widget .thumbnail a:hover .icn-more:before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.recent-post-widget .thumbnail a:hover .icn-more:before {
    top: 50%!important
}
/* 9.7. WPML
==================================== */
body #lang_sel_footer {	
background-color: transparent;	
border: none;	
clear: both;	
font: inherit;	
margin: 0;	
min-height: 15px;	
padding: 7px;	
text-align: center;}


/* 9.10. DP NewsFlash
==================================== */
.widget_dp_newsflash {margin: -2px 0 10px 0 };
.dp-newsflash {position:relative;}
.leading-text {position: absolute; color:#fefefe; font-size:14px; line-height:20px; font-weight:bold;}
.newsline .slides li{border:none!important; padding:0!important; line-height:20px;}
.newsline {height:20px}
.newsline .slides li{border:none!important; padding:0!important; line-height:20px;}
.controls {float:right; width:40px; height:20px; right: 0;}
#next, #prev  {width:20px; height:20px; display:block; cursor:pointer;}
.newsline  a:hover {color:#eb5a55}
/*dark */
.dark #next {background:url('../images/widgets/newsflash/dark/arrow-right.png') no-repeat;float:right;}
.dark #prev {background:url('../images/widgets/newsflash/dark/arrow-left.png') no-repeat; float:left}
.dark #next:hover {background:url('../images/widgets/newsflash/dark/arrow-right-h.png') no-repeat;float:right;}
.dark #prev:hover {background:url('../images/widgets/newsflash/dark/arrow-left-h.png') no-repeat; float:left}
.dark .newsline  a {color: #fefefe}
.dark .leading-text {color: #fefefe;}
.dark .newsline  a:hover {color:#eb5a55}
/*light */
.light #next {background:url('../images/widgets/newsflash/light/arrow-right.png') no-repeat;float:right;}
.light #prev {background:url('../images/widgets/newsflash/light/arrow-left.png') no-repeat; float:left}
.light #next:hover {background:url('../images/widgets/newsflash/light/arrow-right-h.png') no-repeat;float:right;}
.light #prev:hover {background:url('../images/widgets/newsflash/light/arrow-left-h.png') no-repeat; float:left}
.light .newsline  a {color: #555}
.light .leading-text {color: #555;}
.light .newsline  a:hover {color:#000000}

/* 9.11. DP News Slideshow
==================================== */

.box.widget_dp_news_slideshow {
}
.dp-news-slideshow {
    position: relative;
    overflow: hidden;
}
.dp-news-slideshow .dp-ns-arts-scroll {
    width: 20000px!important;
}
.dp-news-slideshow .dp-ns-arts {
    width: 100%;
}
.dp-news-slideshow .dp-ns-images {
    padding: 0 46px;
}
.dp-news-slideshow .dp-ns-arts,
.dp-news-slideshow .dp-ns-art {
    overflow: hidden;
	position:relative;
}
.dp-news-slideshow .dp-ns-art img {
	display: block;
    margin: 0!important;
}
.dp-news-slideshow .dp-ns-image-link {
	display: block;
	float: left;
	margin: 0 16px 0 0;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}
.dp-ns-art .dp-ns-image {
	display: block;
	-webkit-transition: -webkit-transform 0.15s linear;
	   -moz-transition:    -moz-transform 0.15s linear;
	     -o-transition:      -o-transform 0.15s linear;
	        transition:         transform 0.15s linear;
}
.dp-ns-art .dp-ns-image:hover {
	-webkit-transform: scale(1.15) rotate(-1.5deg);
	   -moz-transform: scale(1.15) rotate(-1.5deg);
	    -ms-transform: scale(1.15) rotate(-1.5deg);
	     -o-transform: scale(1.15) rotate(-1.5deg);
	        transform: scale(1.15) rotate(-1.5deg);
}
.dp-news-slideshow .dp-ns-art:hover {
    cursor: pointer
}
.dp-news-slideshow .dp-ns-art:hover .dpns-header a {
    color: #fb5a29
}
.dp-news-slideshow .dp-ns-header {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0!important;
    font-size: 13px!important;
    font-weight: 400;
    line-height: 15px;
	text-transform:uppercase;
}
.dp-news-slideshow .dp-ns-text {
	font-size: 13px;
	margin: 0;
}
.dp-news-slideshow .dp-ns-art {
	float: left;
	margin-right: 25px;
    padding: 15px 18px;
	border: 1px solid #ededed;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-transition: background .3s ease-out;
       -moz-transition: background .3s ease-out;
        -ms-transition: background .3s ease-out;
         -o-transition: background .3s ease-out;
            transition: background .3s ease-out;
}
.dp-news-slideshow .dp-ns-art:hover {
	background: #ededed;
		-webkit-box-shadow: inset 0 0 17px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: inset 0 0 17px rgba(0, 0, 0, 0.15);
	    -ms-box-shadow: inset 0 0 17px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: inset 0 0 17px rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 0 17px rgba(0, 0, 0, 0.15);
}
.dp-news-slideshow .dp-ns-prev,
.dp-news-slideshow .dp-ns-next {
    height: 25px;
    width: 12px;
	background:transparent url('../images/widgets/news-slideshow/arrows-light.png') no-repeat 0 0;    display: block;
    text-indent: -999em;
    margin-top: -13px;
    cursor: pointer;
}
.dp-news-slideshow .dp-ns-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.dp-news-slideshow .dp-ns-next {
    background-position: 0 -25px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}
.dp-news-slideshow .dp-ns-prev:hover {
    background-position: 0 -50px;
}
.dp-news-slideshow .dp-ns-next:hover {
    background-position: 0 -75px
}
.dp-news-slideshow::selection,
.dp-news-slideshow::selection {
    background: transparent!important
}
.dp-news-slideshow::-moz-selection,
.dp-news-slideshow::-moz-selection {
    background: transparent!important
}
.dp-news-slideshow::-webkit-selection,
.dp-news-slideshow::-webkit-selection {
    background: transparent!important
}
/* make element unvisible */
.dp-news-slideshow .unvisible {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.dp-news-slideshow .dp-ns-art .dp-ns-category {
	background: #eb5a55;
	color: #fff;
	display: block;
	font-size: 9px;
	left: 15px;
	line-height: 9px;
	margin: 0;	
	padding: 3px 5px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	left:1px;
	z-index: 10;
}

.dp-news-slideshow .dp-ns-category:hover,
.dp-news-slideshow .dp-ns-category:focus,
.dp-news-slideshow .dp-ns-category:active {
padding: 5px 7px;		
}
/*light */
.light.dp-news-slideshow .dp-ns-header {color: #555;}
.light.dp-news-slideshow .dp-ns-header a {color: #555;}
.light.dp-news-slideshow .dp-ns-header a:active,
.light.dp-news-slideshow .dp-ns-header a:focus,
.light.dp-news-slideshow .dp-ns-header a:hover {color: #333!important;}
.light.dp-news-slideshow .dp-ns-text {color: #555;}
.light.dp-news-slideshow .dp-ns-art {background: #f0f0f0; 	border-color:#ededed;}
.light.dp-news-slideshow .dp-ns-art:hover {background: #ededed;}
.light.dp-news-slideshow .dp-ns-prev,
.light.dp-news-slideshow .dp-ns-prev, .light.dp-news-slideshow .dp-ns-next  { background-image:transparent url('../images/widgets/news-slideshow/arrows-light.png');}
.dp-news-slideshow .dp-ns-art .dp-ns-category {color:#fff!important}

/*dark */
.dark.dp-news-slideshow .dp-ns-header {color: #b6b6b6;}
.dark.dp-news-slideshow .dp-ns-header a {color: #b6b6b6;}
.dark.dp-news-slideshow .dp-ns-header a:active,
.dark.dp-news-slideshow .dp-ns-header a:focus,
.dark.dp-news-slideshow .dp-ns-header a:hover {color:#fff!important}
.dark.dp-news-slideshow .dp-ns-text {color: #696969;}
.dark.dp-news-slideshow .dp-ns-art {background: #2b2b2b; 	border-color:#2a2a2a;}
.dark.dp-news-slideshow .dp-ns-art:hover {background: #1c1c1c;}
.dark.dp-news-slideshow .dp-ns-prev, .dark.dp-news-slideshow .dp-ns-next  { background-image: url('../images/widgets/news-slideshow/arrows-dark.png');}

/* 9.12. DP Tweets
==================================== */

.dp_recent_tweets {
	float: left;
	clear: left;

}

.dp_recent_tweets  li {
	padding-bottom: 10px!important;
	float: left;
	clear: left;
	line-height: 20px;
	list-style-type: none;
	font-size:13px;
	border-bottom:1px solid #d5d5d5;
	margin-bottom:10px;
}

.dp_recent_tweets  .twitter_awatar{ width:20px; height:20px; float: left;margin-right:5px;}
.dp_recent_tweets  .twitter_author {font-weight: 700;}

.dp_recent_tweets .twitter_time {
	color: #999;
	font-size: 12px;
	font-style: italic;	
	font-weight: normal;
}