/**
 *
 * -------------------------------------------
 * Template stuff CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 7. Template additional features styles
 *
 *
------------------------------------ */

/* 7.1. Breadcrumbs & font-size
==================================== */
 
#dp-breadcrumb-fontsize {
	overflow: hidden;
	padding: 0 10px 10px 10px;
} 
.dp-page-wrap #dp-breadcrumb-fontsize {margin:-35px 0 10px 0;}
 
.dp-breadcrumbs {
	float: left;
	font-size: 12px;
} 


.dp-breadcrumbs > a:before,
.dp-breadcrumbs > span:before {
	content: "/";
	font-weight: normal;
	padding: 0 6px;
}
.dp-breadcrumbs > a:first-child:before { display:none;}
.dp-breadcrumbs > span {
	color: #777;
}

#dp-font-size {
	float: right;
}

#dp-font-size > a {
	margin-left: 5px;
}
 
/* 7.2. Contact page template
==================================== */

#dp-contact {
	margin: 0;
	max-width: 540px;
	overflow: hidden;
	width: 100%;
}


#dp-contact dd {
	margin: 5px 0;
	padding: 0;
}


#dp-contact span.error {
	color: #dd514c;
}


.contactpage .dp-contact-error,
.contactpage .dp-contact-thanks {
	background: #5eb95e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 0;
	max-width: 520px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}


.contactpage .dp-contact-error {
	background: #dd514c;
}


.contactpage input[type="text"],
.contactpage textarea {
	width: 100%;
}


.contactpage input[type="submit"] {
	float: right;
	margin: 0;
}

/* 7.3. Page 404 template 
==================================== */ 
.page404 h1 {font-size:90px;margin-bottom:10px;}
.page404 > p:first-child {
	font-size: 150%;
	padding: 20px 0;
	text-align: center;
}

.page404 > p:first-child > small {
	display: block;
	font-size: 85%;
	text-align: center;
}

.page404 label[for="s"] {
	display: none;
}

.page404 form {
	margin: 10px 0 30px 0;
	text-align: center;
}

.page404 > div {
	clear: both;
	overflow: hidden;
}

.page404 .widget {
	float: left;
	margin: 0 2%;
	width: 46%;
}

/* 7.4. Archive page template
==================================== */

.archivepage .widget {
    float: left;
    margin: 0 2%;
    width: 29%;
}

.archivepage .widget.first {
    margin-left: 0;
    width: 31%;
}

.archivepage .widget.last {
    margin-right: 0;
    width: 31%;
}

.archivepage .widget li:before {
    display: none;
}

.archivepage .widget.first li {
    position: relative;
}

.archivepage .widget.first li a {
    display: block;
    padding-left: 54px;
}

.archivepage .widget li small {
    color: #aaa;
    left: 0;
    position: absolute;
    top: 7px;
}

/* 7.5. Tag cloud template
==================================== */

.tagcloud .tag-cloud {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0;
	padding: 10px 0;
}


.tagcloud .tag-cloud a {
	padding: 0 10px;
	vertical-align: middle;
}

/* 7.6. Login page template
==================================== */

.loginpage #loginform {
	margin: 0 auto;
	overflow: hidden;
	width: 240px;
}

.loginpage input[type="text"],
.loginpage input[type="password"] {
	clear: both;
	width: 240px;
}

.loginpage p label {
	display: block;
}

.loginpage .login-remember {
	float: left;
}

.loginpage .login-submit {
	float: right;
	margin: 10px 0;
}

.loginpage .login-submit input[type="submit"] {
	margin: 0;
}

.loginpage nav.small {
	border-top: 1px solid #eee;
	clear: both;
	margin: 10px auto;
	padding: 10px 0;
	width: 240px;
}

.loginpage nav.small ul {
	margin: 0;
}

.loginpage nav.small ul li {
	float: left;
	margin-right: 10px;
	padding-left: 0;
}

.loginpage nav.small ul li:before {
	display: none;
}

/* 7.7. Post formats header
==================================== */
#dp-mainbody-columns header { overflow:auto}
header hgroup h2 {
	margin: 0;
	padding: 11px 0 10px 0;
}

.dp-format-aside,
.dp-format-audio,
.dp-format-chat,
.dp-format-gallery,
.dp-format-image,
.dp-format-link,
.dp-format-quote,
.dp-format-status,
.dp-format-video {
	display:block;
	font-size:24px;
	font-family: "fontello";
	color:#b0c6da;
	padding-bottom:12px;
}
.dp-format-aside:before { content: '\ed30';}
.dp-format-audio:before { content: '\eb2c';}
.dp-format-chat:beforet { content: '\e87a';}
.dp-format-gallery:before { content: '\e998';}
.dp-format-image:before { content: '\e833';}
.dp-format-link:before { content: '\ed19';}
.dp-format-quote:before { content: '\e9bd';}
.dp-format-status:before { content: '\eaff';}
.dp-format-video:before { content: '\e832';}

/* 7.8. Page navigation
==================================== */

.pagenav {
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.pagenav .nav-prev {
	float: left;
}

.pagenav .nav-next {
	float: right;
}

/* 7.9. Author info
==================================== */
.author-info {
	background: #fafafa;
	border: 1px solid #f4f4f4;
	clear: both;
	margin-top: 34px;
	min-height: 48px;
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
}

#dp-social-api + .author-info {
	margin-top: 72px;
}

.author-info > aside {
	left: 20px;
	position: absolute;
	top: 20px;
}

.author-info img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-top: -5px;
}

.author-info > div {
	padding: 0 0 0 84px;
}

.author-info h2 {
	font-size: 18px;
	margin: 0 0 6px 0;
}

.author-info .author-desc {
	font-size: 12px;
	line-height: 17px;
}

/* 7.10. Post custom fields
==================================== */

.content dl.post-fields {
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	line-height: 1.3;
	margin: 10px 0;
	padding: 0;
}

.content dl.post-fields dt {
	border-top: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

.content dl.post-fields dt:first-child {
	border-top: none;
} 

.content dl.post-fields dd {
	margin: 0;
	padding: 0;
}

/* 7.11. oEmbed support
==================================== */

/* YouTube - responsive support */
iframe[src^='http://www.youtube.com'],
iframe[src^='https://www.youtube.com'],
iframe[src^='http://youtube.com'],
iframe[src^='https://youtube.com'],
iframe[src*='vimeo.com'] {
	max-width: 100%!important;
}
/* Soundcloud - responsive support */
.content iframe[src^='http://soundcloud.com'],
.content iframe[src^='https://soundcloud.com'],
.content iframe[src^='http://www.soundcloud.com'],
.content iframe[src^='https://www.soundcloud.com'],
	max-width: 100%!important;
}

/* Twitter - responsive support */
.content .twitter-tweet-rendered {
	max-width: 100%!important;
}

/* Flickr - responsive support */
.content a[href^='http://www.flickr.com'],
.content a[href^='https://www.flickr.com'],
.content a[href^='http://flickr.com'],
.content a[href^='https://flickr.com'] {
	max-width: 100%!important;
}





/* 7.13. Main Navigation Style
==================================== */
#main-menu {float:right; padding-top:40px;}
#main-menu > li.root {height:80px;
margin: auto 0 auto 3px;
width:auto; overflow:hidden; 	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius:  3px 3px 0 0;
	border-radius:  3px 3px 0 0;
}
#main-menu > li.root {	
	-webkit-transition: border 0.01s ease;
	-moz-transition: border 0.01s ease;
	-o-transition: border 0.01s ease;
	transition: border 0.01s ease;
	 -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#main-menu > li.root:hover{background-color:#13a7d7; }

#main-menu > li.root:hover a, #main-menu > li.root.current-menu-item a, #main-menu > li.root.current-menu-ancestor a {color:#ffffff;}
#main-menu > li.root.current-menu-item, #main-menu > li.root.current-menu-ancestor, #main-menu > li.root:hover {border-bottom: 2px solid #13a7d7}
#main-menu > li.root .sub-menu a {color:#ffffff;}
#main-menu > li.root .item-container { padding:0 20px 0px 20px;position:relative;height:100%;}
#main-menu > li .menu-icon {float:right; color:#ffffff; width:25px; height: 25px; background-color: #13A7D7; border-radius: 50%;font-size:15px; text-align:center; line-height:25px; margin:22px 0 0 10px; }
#main-menu > li .menu-icon i {padding-left:1px;}
#main-menu > li .menu-title {line-height:18px; font-size:18px; font-weight:400; ; float:left;}
#main-menu > li.root .menu-title {letter-spacing:0.5px;padding-top:25px}
#main-menu > li .menu-subtitle {line-height:17px; font-size:10px; text-transform:none; font-weight:400; font-style:italic}

#main-menu .sub-menu {background:#fff;
margin-top:2px;
-webkit-border-radius: 0 0px 3px 3px;
	-moz-border-radius:  0 0px 3px 3px;
	border-radius:  0 0px 3px 3px;
	box-shadow:1px 1px 0 0 rgba(0, 0, 0, .06), 2px 2px 0 0 rgba(0, 0, 0, .05), 3px 3px 0 0 rgba(0, 0, 0, .03), 2px 2px 0 2px rgba(0, 0, 0, .03), 0 0 0 1px rgba(0, 0, 0, .01), 0 0 0 2px rgba(0, 0, 0, .01), 2px 2px 0 3px rgba(0, 0, 0, .01);
	}
#main-menu .sub-menu .sub-menu {
	box-shadow:1px 1px 0 0 rgba(0, 0, 0, .06), 2px 2px 0 0 rgba(0, 0, 0, .05), 3px 3px 0 0 rgba(0, 0, 0, .03), 2px 2px 0 2px rgba(0, 0, 0, .03), 0 0 0 1px rgba(0, 0, 0, .05), 0 0 0 2px rgba(0, 0, 0, .05), 2px 2px 0 3px rgba(0, 0, 0, .01)
	}
#main-menu .sub-menu ul {margin:0 0 10px 0;}
#main-menu .sub-menu {padding:8px 10px 10px 10px;}
#main-menu .sub-menu li .item-container {padding:0;height:auto;}
#main-menu .sub-menu .menu-icon {float:left; margin: 2px 2px 0 0; background-color: transparent; font-size:18px;}
#main-menu .sub-menu .menu-icon i {}
#main-menu .sub-menu .menu-subtitle {line-height:11px;}
#main-menu .sub-menu .menu-title {text-align:left!important; font-size:14px; line-height:18px; width:auto; padding:0!important; font-weight:600; }
#main-menu .sub-menu li {
	list-style:none;
	width:100%;
	clear:both;
	border-bottom:1px solid #fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	border-bottom-color: ;
	overflow: hidden; 
  text-overflow: ellipsis;
  padding:9px 0;
  margin:0!important;
}
#main-menu .sub-menu li:last-child {border-bottom: none;}

#main-menu .sub-menu li:hover a {color:#ffffff;}
#main-menu .sub-menu .sub-menu li a {color:#ffff;}
#main-menu .sub-menu .sub-menu li {width:100%; clear:both;}
#main-menu .sub-menu .sub-menu li:hover a {color:#ffffff;}
#main-menu .sub-menu li:hover .menu-title, #main-menu .sub-menu li:hover .menu-subtitle {}
#main-menu .sub-menu .menu-subtitle {text-align: left; line-height:12px;}


/* 7.14. Main content elements
==================================== */
#reply-title {height:33px!important}
.post-title {text-transform:uppercase;margin-bottom:10px;}
.accent-color-1 {color: #13A7D7;}
.accent-color-2 {color:#213344}
.accent-color-3 {color:#ff4e00}
.accent-bg-1 {background-color: #13A7D7;}
.accent-bg-2 {background-color:#213344}
.accent-bg-3 {background-color:#ff4e00}
.accent-border-1 {border-color: #13A7D7;}
.accent-border-2 {border-color:#213344}
.accent-border-3 {border-color:#ff4e00}
.accent-underline {border-bottom: 1px solid #13a7d7;}

#menu-sidebar-menu .menu-item a:before {content: '\e8b1'; font-family: 'fontello'; margin-right:4px;}

/* 7.15 Portfolio
==================================== */
.portfolio {margin-bottom:40px;}
article.portfolio {padding-top:0px; margin-top:0; margin-bottom:30px;}
.portfolio .date:before {content: '\e897';
	font-family: 'fontello';
	font-size:18px;
	margin-right:5px;
}
.portfolio .client:before {content: '\ed06';
	font-family: 'fontello';
	font-size:18px;
	margin-right:5px;
}

.portfolio-tabs{
	height:auto;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom:35px;
	float:right;
	
}
.portfolio-tabs li{
	float:left;margin-left:3px;
}
.portfolio-tabs li a{
	color: #213344 !important;
	display: block;
	float: left;
	font-size: 16px!important;
	line-height: 19px;
	
	margin: 4px 4px 0 0;
	padding: 9px 15px 9px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #d7d7d7 solid 1px;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FEFEFE),
	color-stop(1, #F4F4F4)
);
background-image: -o-linear-gradient(bottom, #FEFEFE 0%, #F4F4F4 100%);
background-image: -moz-linear-gradient(bottom, #FEFEFE 0%, #F4F4F4 100%);
background-image: -webkit-linear-gradient(bottom, #FEFEFE 0%, #F4F4F4 100%);
background-image: -ms-linear-gradient(bottom, #FEFEFE 0%, #F4F4F4 100%);
background-image: linear-gradient(to bottom, #FEFEFE 0%, #F4F4F4 100%);
	-webkit-transition: all .1s ease-out;
	   -moz-transition: all .1s ease-out;
	    -ms-transition: all .1s ease-out;
	     -o-transition: all .1s ease-out;
	        transition: all .1s ease-out;
	
}
.portfolio-tabs li.active a, .portfolio-tabs li a:hover{
	background-color: #fb4f1e!important;
	border-color: #d64c10;
	color:#fff!important;
	background-image: none;
}
.portfolio-wrapper {clear:both; width:100%; overflow:visible;}
.portfolio .pagination {padding-left:0!important;padding-top:15px;padding-bottom:0px;}

.portfolio-item { background: #13A7D7; height:auto;position:relative;}
.portfolio-item:hover { z-index:10}
.portfolio-two img, .portfolio-three img, .portfolio-four img, .portfolio-six img {width:100%; opacity: 0.2}
.portfolio-two .portfolio-item{
	width:50%;
	margin:0;
	float:left;
}

.portfolio-three .portfolio-item{
	width:33.2%;
	float:left;
}

.portfolio-four .portfolio-item{
	width:24.9%;
	float:left;
}


.portfolio-six .portfolio-item{
	width:16.5%;
	float:left;
}

.portfolio-item .image {position:relative;overflow:hidden}
.item-info {
	padding: 10px 5px 12px 10px ;
	float: left;
}
.single-portfolio h3 {}
/* Portfolio Thumb Overlay */

.portfolio-item .item-info-overlay {
	color: #555;
	font-size:12px;
}
.portfolio-item .item-info-overlay {
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	opacity:0;
	background:#fff;
	z-index:99;
	border: 1px #d5d5d5 solid;
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.3);
		-webkit-transition: all .3s ease-out;
	   -moz-transition: all .1e ease-out;
	    -ms-transition: all .1s ease-out;
	     -o-transition: all .1s ease-out;
	        transition: all .1s ease-out;

}
.portfolio-item:hover .item-info-overlay {
	width:110%;
	height:110%;
	left: -5%;
	top: -5%;
	opacity:1;
}

.item-info-overlay-inner {position:relative;}
.item-info-overlay img {width:100%;opacity:1;}
.item-info-overlay-desc {position:absolute; bottom:0;width:100%;height:auto; background:#fff;}
.item-info-overlay h3 {
	padding: 5px 0 15px 20px ;
	font-size: 20px;
	margin:0;
	color: #ff4e00;
}
.item-info-overlay h6 {
	padding: 15px 0 0 20px;
	margin:0;
	font-size: 13px;
	color: #213344;
}
.item-info-overlay a.preview {
	position: absolute;
	right:20px;
	bottom:15px;
	font-size:14px;
	color:#ff4e00!important;
	border: 1px solid #ff4e00;
	padding: 0 10px;
	border-radius:15px;
}
.portfolio-six .item-info-overlay h3 {padding: 5px 0 10px 10px; font-size:16px;}
.portfolio-six .item-info-overlay h6 {padding: 8px 0 0 10px; font-size:12px;}
.portfolio-six .item-info-overlay a.preview {right:10px; font-size:11px;bottom:10px;}
.related-projects {width:100%;}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
  overflow:visible!important;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

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

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

.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;
}

/**** disabling Isotope CSS3 transitions ****/

.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;
}
/**** Item nav ****/
ul.item-nav {
	float: right;
	list-style-type: none;
	margin: 0 0 15px 0;;
	padding: 0;
	width: auto;
	
}

ul.item-nav li {
	float: left;
	
}
ul.item-nav li a {
	display: block;
	height: 30px;
	width: 45px;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	line-height:30px;
	color: #d5d5d5; 
	position:relative;
}
ul.item-nav li.prev a  {
	border: 1px solid #d5d5d5;
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
border-right: none;

}
ul.item-nav li.next a {
   	border: 1px solid #d5d5d5;
	-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-left: none;
}
ul.item-nav li.all a {
	width:30px;
    border: 1px solid #d5d5d5;
	border-left: none;
	border-right: none;
	text-align:center;
}
ul.item-nav li a i{	-webkit-transition:padding 0.5s ease-in-out 0s; 
	-moz-transition:padding 0.5s ease-in-out 0s; 
	-o-transition:padding 0.5s ease-in-out 0s; 
}
ul.item-nav li.prev a i {padding-left: 15px;}	
ul.item-nav li.next a i {padding-left: 12px;}
ul.item-nav li.prev a:hover, ul.item-nav li.next a:hover, ul.item-nav li.all a:hover  {
	border-color: #fb4f1e;
	background-color: #fb4f1e;
	color:#fff;
}
ul.item-nav li.prev a:hover i {padding-left: 8px;}	
ul.item-nav li.next a:hover i {padding-left: 19px;}	

/* 7.16. Attachment page
==================================== */

.attachment-page {
	position: relative;
}

.attachment-page > aside {
	left: 0;
}

.attachment-page > aside ~ section,
.attachment-page > aside ~ footer {
	margin-left: 140px;
}
.attachment-page section.intro {
	overflow: hidden;
}


.nav-prev {
	float: left;
}


.nav-next {
	float: right;
}


/* 7.17. Log in popup
==================================== */

#dp-popup-overlay,
#dp-popup-login {
	display: none;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 200px;
	background: #fff;
}

#dp-popup-login {
	color: #555;
	top: 200px;
	width: 560px;
	margin-left: -280px;
	border: 5px solid #13a7d7;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    4px 4px 10px rgba(50, 50, 50, 0.4);
box-shadow:         4px 4px 10px rgba(50, 50, 50, 0.4);
}
#dp-popup-login #logoutscreen  { 
    
}
#dp-popup-login #logoutscreen:before {
	content: '\efc6';
	font-family: 'fontello';
	color:#13a7d7;
	font-size:100px;
	display:block;
	line-height:100px;
	float:left;
	width:160px;
	text-align:center;
	}

.loginicon  {
	height:100%;
	width:140px;
	float:left; 
}

.loginicon i  {
	color:#13a7d7;
	font-size:100px;
	line-height:200px;
	width:140px;
	text-align:center;
}

#dp-popup-login label { 
    color: #555; 
	font-size: 12px; 
	
}

#dp-popup-login #loginform input[type="text"],
#dp-popup-login #loginform input[type="password"] {
	float: right;
	height: 36px;
	width: 70%;
}

#dp-popup-login #loginform p { 
    padding: 0 0 18px
}

#dp-popup-login .login-remember, 
#dp-popup-login .login-submit { 
    margin-left: 100px
}

#dp-popup-login .button { 
    background: #666;color:#fff!important;
	padding:10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#dp-popup-login .button:hover { 
    background: #13a7d7
}

#dp-popup-login input[type="submit"] { 
    background: #666;color:#fff!important;
	padding:10px 20px;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:none;
	text-shadow:none;
	text-transform:uppercase;
}

#dp-popup-login input[type="submit"]:hover { 
    background: #13a7d7
}
.dp-popup-wrap {
	padding: 32px;
	overflow: hidden;
}

#dp-popup-overlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}


/* 7.18. Demo content
==================================== */
.dp-accented-button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'Colaborate', Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	height: 60px;
	line-height: 61px;
	margin-left: 25px;
	padding: 0 45px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.21);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #13a7d7;
}
.dp-accented-button:hover{
	background: #333;
	color: #fff;
}
.space5 {height:5px; width:100%; clear:both;}
.space10 {height:10px; width:100%; clear:both;}
.space15 {height:15px; width:100%; clear:both;}
.space20 {height:20px; width:100%; clear:both;}
.space25 {height:25px; width:100%; clear:both;}
.space30 {height:30px; width:100%; clear:both;}
.space35 {height:35px; width:100%; clear:both;}
.space40 {height:40px; width:100%; clear:both;}
.space45 {height:45px; width:100%; clear:both;}
.space50 {height:50px; width:100%; clear:both;}
.space60 {height:60px; width:100%; clear:both;}
.space70 {height:70px; width:100%; clear:both;}
.space80 {height:80px; width:100%; clear:both;}
.clearboth {clear:both;}
.textaligncenter { text-align:center;}


.demo-thumb {width:47%; margin-right:3%;margin-bottom:15px; float:left;}
.demo-thumb img {width:100%; border: #d1d1d1 1px solid;box-shadow: 0px 0px 5px 1px rgba(170, 170, 170, 0.59);
-moz-box-shadow: 0px 0px 5px 1px rgba(170, 170, 170, 0.59);
-webkit-box-shadow: 0px 0px 5px 1px rgba(170, 170, 170, 0.59);}
.demo-thumb h5 {font-weight:400; text-align:center;}
.thumb100 {width:100%; margin-bottom:40px;}
.thumb50 {width:320px; margin:0 auto 20px auto}	
.thumb100 img, .thumb50 img {width:100%; border: #d1d1d1 1px solid;box-shadow: 0px 0px 5px 1px rgba(170, 170, 170, 0.59);
-moz-box-shadow: 0px 0px 5px 1px rgba(170, 170, 170, 0.59);
-webkit-box-shadow: 0px 0px 5px 1px rgba(170, 170, 170, 0.59);}

/* Icons table style */

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.i-code {display:none;}
.iconview-switcher {padding: 0 0 10px 10px;}

/* 7.19. Style switcher
==================================== */

#dp-style-area a {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 9px 3px 9px 0;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	     -o-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	   -moz-transition:    -moz-transform 0.2s ease-out;
	     -o-transition:      -o-transform 0.2s ease-out;
	        transition:         transform 0.2s ease-out;
	width: 10px;
}

#dp-style-area a:hover {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
#dp-color-0 {
	background: #13a7d7;
}
#dp-color-1 {
	background: #de2033;
}

#dp-color-2 {
	background:  #18ad00;
}

#dp-color-3 {
	background: #7575AD;
}

#dp-color-4 {
	background: #F3940D;
}

/* 7.20 EU Cookie Law */
#dp-cookie-law { background-color: #13a7d7; bottom: 0; color: #fff; font-weight: 400; font-size: 16px; line-height:52px; height: 52px; left: 0;  margin: 0!important; position: fixed; text-align: center; width: 100%; z-index: 10001; }
#dp-cookie-law span { display: inline-block; max-width: 90%; }
#dp-cookie-law a { color: #fff; font-weight: 600; border-bottom: #fff 1px dotted;}
#dp-cookie-law a:hover { color: #323232; border-bottom-color:#323232}
#dp-cookie-law a.dp-cookie-law-close { background: url('../images/black_15.png') ; color: #fff; display: block; float: right; font-size: 28px; font-weight: bold; height: 52px; line-height: 52px; width: 52px;text-decoration: none}
#dp-cookie-law a.dp-cookie-law-close:active,
#dp-cookie-law a.dp-cookie-law-close:focus,
#dp-cookie-law a.dp-cookie-law-close:hover { background: url('../images/black_25.png') ;}
#dp-popup-cookie-law {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	background: #222;
	color: #fff;
	position: absolute;
	top: 35%;
	width: 560px;
	margin-left: -280px;
}
#dp-popup-cookie-law-overlay {
	position:absolute;
	display: none;
	background: #000;
	opacity:0.45;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}
#dp-popup-cookie-law #cookie-screen  { 
    background: transparent url('../images/cookies.png') no-repeat 4px 6px; 
    padding-left: 150px 
}
#dp-popup-cookie-law .close { 
    background: #13a7d7;color:#fff!important;
	padding:10px 20px;
	border:none;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	text-transform:uppercase;
	float:right;
}

#dp-popup-cookie-law .close:hover { 
    background: #555
}
@media (max-width: 1280px) { #dp-cookie-law { font-size: 13px!important; } }
@media (max-width: 1050px) { #dp-cookie-law { font-size: 12px!important; line-height: 26px!important; } }
@media (max-width: 620px) { #dp-cookie-law { font-size: 11px!important; line-height: 18px!important; } #dp-cookie-law span { max-width: 80%; } }
@media (max-width: 400px) { #dp-cookie-law { font-size: 10px!important; line-height: 13px!important; } }

/* 7.21 Sticky header */
#dp-sticky-navigation-wrapper {position:fixed; width:100%;top:0;left:0;z-index:1000;display:none; background-color: #213344; background-color: rgba(33, 51, 68, 0.95)}
#dp-sticky-navigation-wrapper #main-menu {padding-top:0}
#dp-sticky-navigation-wrapper #main-menu > li.root .menu-icon, #dp-sticky-navigation-wrapper #main-menu > li.root .menu-subtitle, #dp-sticky-navigation-wrapper #dp-top-bar, #dp-sticky-navigation-wrapper #dp-header-search,  #dp-sticky-navigation-wrapper #dp-logout  {display:none;}
#dp-sticky-navigation-wrapper #dp-head a.cssLogo {height:32px;width:160px;margin-top:10px;}
#dp-sticky-navigation-wrapper #dp-head a.imageLogo {height:32px; width:160px;margin-top:10px;}
#dp-sticky-navigation-wrapper #main-menu > li.root {height:53px;}
#dp-sticky-navigation-wrapper #main-menu > li.root .menu-title {padding-top:18px;}
#dp-sticky-navigation-wrapper #main-menu li .sub-menu .menu-subtitle {display: block}
#dp-sticky-navigation-wrapper #dp-button-area a {margin-top:14px;}
#dp-sticky-navigation-wrapper #dp-header-search-form {bottom: -25px;}
.admin-bar #dp-sticky-navigation-wrapper {margin-top:28px!important};

/* 7.22 Call to action custom styles */
.callto {color:#fff!important; font-weight:300; margin:0; line-height:1em; text-align:center}

/* 7.23 On scroll animation engine */
.animate-on-scroll.fade-in {opacity: 0; filter: alpha(opacity=0)}
.animate-on-scroll.from-left {opacity: 0; filter: alpha(opacity=0);
position: relative;
left:-400px}
.animate-on-scroll.from-right {opacity: 0; filter: alpha(opacity=0);
position: relative;
right:-400px}
.from-top {opacity: 0; filter: alpha(opacity=0);
	position: relative;
	top: -100px;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	}
.from-top.isloaded {opacity: 1; filter: alpha(opacity=1);
	top: 0px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
.from-bottom {opacity: 0; filter: alpha(opacity=0);
	position: relative;
	bottom: -100px;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.from-bottom.isloaded {opacity: 1; filter: alpha(opacity=1);
	bottom: 0px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
.explode {opacity: 0; filter: alpha(opacity=0);
	position: relative;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.explode.isloaded {opacity: 1; filter: alpha(opacity=1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
.colapse {opacity: 0; filter: alpha(opacity=0);
	position: relative;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.colapse.isloaded {opacity: 1; filter: alpha(opacity=1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}

/* 7.24 Icon animation engine */
.animated1 .dp_icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.animated1 .dp_icon i {
	background:#13a7d7;
	color: #ffffff;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.animated1 .dp_icon i:after {
	top: -6px;
	left: -6px;
	padding: 6px;
	box-shadow: 0 0 0 3px #13a7d7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	opacity: 0;
}
.animated1:hover .dp_icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
.animated2 .dp_icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.animated2 .dp_icon i {
	background:#13a7d7;
	color: #ffffff;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.animated2 .dp_icon i:after {
	top: -6px;
	left: -6px;
	padding: 6px;
	box-shadow: 0 0 0 3px #13a7d7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0;
}
.animated2:hover .dp_icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
.animated3 .dp_icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
	.animated3 .dp_icon i {
	color: #ffffff;
	box-shadow: 0 0 0 3px #13a7d7;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.animated3 .dp_icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #13a7d7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: -webkit-transform 0.2s, opacity 0.2s;
}

.animated3:hover .dp_icon i:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-webkit-transform: scale(0.85);
}

.animated4 .dp_icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
	.animated4 .dp_icon i {
	color: #ffffff;
	box-shadow: 0 0 0 3px #13a7d7;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: -webkit-transform 0.4s, opacity 0.2s;
}
.animated4 .dp_icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #13a7d7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: -webkit-transform 0.2s, opacity 0.2s;
}
.animated4:hover .dp_icon i:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: -webkit-transform 0.4s, opacity 0.2s;
}
.animated4:hover .dp_icon i  {
	color: #13a7d7;
}

.animated5 .dp_icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.animated5 .dp_icon i {
	color: #ffffff;
	box-shadow: 0 0 0 4px #13a7d7;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.animated5 .dp_icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #13a7d7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: -webkit-transform 0.2s, opacity 0.3s;
}
.animated5:hover .dp_icon i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	opacity: 0;
}
.animated5:hover .dp_icon i  {
	color: #13a7d7;
}
.animated6 .dp_icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
		transition: -webkit-transform 0.2s, opacity 0.3s;

}
.animated6 .dp_icon i {
	color: #13a7d7;
	box-shadow: 0 0 0 4px #13a7d7;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.animated6 .dp_icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #ffffff;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	opacity: 0;	}
	
.animated6:hover .dp_icon i {
	color: #ffffff;
}
.animated6:hover .dp_icon i:after  {
		background: #13a7d7;
			-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
.animated7 .dp_icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.animated7 .dp_icon i {
	box-shadow: 0 0 0 4px #13a7d7;
	color:#ffffff;	
	background: #13a7d7;
}

.animated7 .dp_icon i {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: all 0.2s;
}

.animated7 .dp_icon i:before {
}

.animated7 .dp_icon i:after {
	top: -4px;
	left: -4px;
	padding: 0;
	z-index: 10;
	border: 4px dashed #13a7d7;
}

.animated7:hover .dp_icon i {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #13a7d7;
}
.animated7:hover .dp_icon i {background:transparent;}

.animated8 .dp_icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.animated8 .dp_icon i {
	box-shadow: 0 0 0 4px #13a7d7;
	color:#ffffff;	
	background: #13a7d7;
}

.animated8 .dp_icon i {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: all 0.2s;
}

.animated8 .dp_icon i:before {
}

.animated8 .dp_icon i:after {
	top: -4px;
	left: -4px;
	padding: 0;
	z-index: 10;
	border: 4px dashed #13a7d7;
}

.animated8:hover .dp_icon i {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #13a7d7;
}
.animated8:hover .dp_icon i {background:transparent;}
.animated8:hover .dp_icon i:after {
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	-webkit-animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}


/* 7.27. Thumbs hover effects
==================================== */
.dp-thumb-container {
	padding: 0;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.dp-thumb-container .dp-thumb {
	display: inline-block;
	width: 100%;
	margin: 0;
	text-align: left;
	position: relative;
}

.dp-thumb-container figure {
	margin: 0;
	position: relative;
}

.dp-thumb-container figure img {
	width:100%;
	max-width: 100%;
	display: block;
	position: relative;
}

.dp-thumb-container .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #13A7D7;
	color: #fff;
}

.dp-thumb-container .thumb-overlay h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size:18px;
}
.dp-thumb-container .thumb-overlay p.subtitle {
		font-size:13px;
		margin-bottom:10px;
}
.dp-thumb-container .thumb-overlay .buttons {text-align: center;}

.dp-thumb-container .thumb-overlay a.view, .dp-thumb-container .thumb-overlay a.go{
	text-align: center;
	padding: 3px 7px;
	border-radius: 15px;
	display: inline-block;
	background: transparent;
	border: 1px solid #fff;
	border:1px solid rgba(255,255,255,0.4);
	color: #fff;
	min-width:60px;
	font-size:13px;
	display:inline-block;
	margin:0 3px;
}
.dp-thumb-container .thumb-overlay a.view:hover, .dp-thumb-container .thumb-overlay a.go:hover {
border: 1px solid #fff;
}
.dp-thumb-container .thumb-overlay a.view span:after {
font-family: "fontello";
	content: '\e98d';
		padding-left:6px;
	font-weight:200;
	font-size:13px;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}
.dp-thumb-container .thumb-overlay a.go span:after {
font-family: "fontello";
	content: '\e8c3';
	padding-left:6px;
	font-weight:200;
	font-size:11px;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}
.dp-thumb-container .thumb-overlay a.view:hover span:after, .dp-thumb-container .thumb-overlay a.go:hover span:after {
padding-left:12px;
}
/* Individual Caption Styles */

/* Caption Style 1 */
.dp-style-1 .thumb-overlay {
	height: 100%;
	width: 100%;
	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;
}

.no-touch .dp-style-1 figure:hover .thumb-overlay,
.dp-style-1 figure.cs-hover .thumb-overlay {
	opacity: 1;
	-webkit-transform: translate(10px, 10px);
	-moz-transform: translate(10px, 10px);
	-ms-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}

.dp-style-1 .thumb-overlay h3 {
	margin-top: 10%;
}

.dp-style-1 .thumb-overlay span {
	display: block;
}
.dp-style-1 .thumb-overlay .buttons {margin-top: 5px;}

/* Caption Style 2 */
.dp-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .dp-style-2 figure:hover img,
.dp-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.dp-style-2 .thumb-overlay {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}
.dp-style-2 .thumb-overlay h3 {padding-top:10px; padding-left:15px;}
.dp-style-2 .thumb-overlay p.subtitle {padding-left:15px;}
.dp-style-2  .thumb-overlay .buttons {position: absolute; bottom:10px; right:15px;}

/* Caption Style 3 */
.dp-style-3 figure {
	overflow: hidden;
}

.dp-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .dp-style-3 figure:hover img,
.dp-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.dp-style-3 .thumb-overlay {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .dp-style-3 figure:hover .thumb-overlay,
.dp-style-3 figure.cs-hover .thumb-overlay {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.dp-style-3 .thumb-overlay h3 {padding-top:10px; padding-left:15px;}
.dp-style-3 .thumb-overlay p.subtitle {padding-left:15px;}
.dp-style-3  .thumb-overlay .buttons {position: absolute; bottom:15px; right:15px;}

/* Caption Style 4 */
.dp-style-4 dp-thumb {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.dp-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dp-style-4 figure > div {
	overflow: hidden;
}

.dp-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .dp-style-4 figure:hover img,
.dp-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.dp-style-4 .thumb-overlay {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .dp-style-4 figure:hover .thumb-overlay,
.dp-style-4 figure.cs-hover .thumb-overlay {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.dp-style-4 .thumb-overlay p.subtitle {padding-left:15px;margin-bottom:5px;}
.dp-style-4 .thumb-overlay h3 {padding-top:10px; padding-left:15px;}

.dp-style-4 .thumb-overlay a.view, .dp-style-4 .thumb-overlay a.go{
	margin:2px 0;
}
/* Caption Style 5 */
.dp-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .dp-style-5 figure:hover img,
.dp-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.38);
	-moz-transform: scale(0.38);
	-ms-transform: scale(0.38);
	transform: scale(0.38);
}
.dp-style-5 .thumb-overlay {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .dp-style-5 figure:hover .thumb-overlay,
.dp-style-5 figure.cs-hover .thumb-overlay {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.dp-style-5 .thumb-overlay h3 {padding-top:10px; padding-left:15px;}
.dp-style-5 .thumb-overlay p.subtitle {padding-left:15px;}
.dp-style-5  .thumb-overlay .buttons {position: absolute; bottom:15px; right:15px;}

/* Caption Style 6*/
.dp-style-6 .dp-thumb {margin-left:10px;}
.dp-style-6 .dp-thumb:first-child { z-index: 6; }
.dp-style-6 .dp-thumb:nth-child(2) { z-index: 5; }
.dp-style-6 .dp-thumb:nth-child(3) { z-index: 4; }
.dp-style-6 .dp-thumb:nth-child(4) { z-index: 3; }
.dp-style-6 .dp-thumb:nth-child(5) { z-index: 2; }
.dp-style-6 .dp-thumb:nth-child(6) { z-index: 1; }

.dp-style-6 figure img {
	z-index: 10;
}

.dp-style-6 .thumb-overlay {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .dp-style-6 figure:hover .thumb-overlay,
.dp-style-6 figure.cs-hover .thumb-overlay {
	opacity: 1;
	height: 130%;
	box-shadow: 0 0 0 10px #13A7D7;
}


.dp-style-6 .thumb-overlay h3,
.dp-style-6 .thumb-overlay span,
.dp-style-6 .thumb-overlay a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}


.no-touch .dp-style-6 figure:hover .thumb-overlay h3,
.no-touch .dp-style-6 figure:hover .thumb-overlay span,
.no-touch .dp-style-6 figure:hover .thumb-overlay a,
.dp-style-6 figure.cs-hover .thumb-overlay h3,
.dp-style-6 figure.cs-hover .thumb-overlay span,
.dp-style-6 figure.cs-hover .thumb-overlay a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}
.dp-style-6 .thumb-overlay h3 {position: absolute; bottom:25px; left:5px;}
.dp-style-6 .thumb-overlay p.subtitle {display:none;}
.dp-style-6 .thumb-overlay .buttons {position: absolute; bottom:-5px; right:5px;}

img.grayscale {
  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 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  opacity:0.6;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
.textshadow {text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);}
.accentgradient {color:#13A7D7; 
	background-image: -webkit-gradient(linear,
				left top, left bottom,
				from(#ffffff),
				to(#13A7D7));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}

.badge50 {width:50px;height:50px; text-align: center; line-height:50px; font-family:"Patua One"; background-color: #13A7D7; border-radius:50%; float:left;color:#fff;font-size:30px; margin-right:15px;}
/* Preloader */
#dp_preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99999; /* makes sure it stays on top */
}

#dp_status {
	width:70px;
	height:70px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/page_loader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-35px 0 0 -35px; /* is width and height divided by two */
}
/* Toolbar */
#dpToolbar {
	left: -260px;
	margin-top: -180px;
	position: fixed;
	top: 50%;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
	width: 260px;
	z-index: 1000;
}
#dpToolbar.hidden { left: -320px; }
#dpToolbar.active { left: 0; }
#dpToolbar > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-left: none;
	padding: 14px;
	position: relative;
	width: 260px;
}
#dpToolbar label {
	clear: both;
	display: block;
	font-size: 12px;
	padding: 5px 0;
}
#dpToolbarButton {
	background: #fff;
	border: 1px solid #ddd;
	border-left: none;
	color: #333;
	cursor: pointer;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: -1px;
	width: 40px;
}
#dpToolbarButton > i {
	color: #555;
	padding-right: 0!important;
}
#dpToolbar .toolbar-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align:center;
	color: #555555!important;
	
}

#dpToolbar > div > div {
	overflow: hidden;
}
#dpToolbar #dp-style-area a {
	width:30px;
	height:30px;
	margin: 9px 9px 20px 0;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
			
@media (max-width: 600px) {
	#dpToolbar { display: none; }
}

/* 7.25. Tables
==================================== */


article section table {
	margin: 10px 0;
}


article section table th {
	background: #eee;
	padding: 5px 20px 5px 5px;
	text-align: left;
}


article section table td {
	padding: 5px 20px 5px 5px;
}


article section table tbody tr:nth-child(2n) {
	background: #f5f5f5;
}


article section table td span.dp-table-label {
	display: none;
}

.search-term { background-color: #fbf200;}

