/**
 *
 * -------------------------------------------
 * 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-breadcrumbs {
	float: left;
	font-size: 12px;
} 

.dp-breadcrumbs > a:first-child:before {
	display: none; 
}
.dp-breadcrumbs > a:first-child {background: url('../images/home.png') no-repeat; padding-left:21px;}
.dp-breadcrumbs > a:before,
.dp-breadcrumbs > span:before {
	content: "/";
	font-weight: normal;
	padding: 0 6px;
}

.dp-breadcrumbs > span {
	color: #333;
}

#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-error,
.contactpage .dp-thanks {
	background: #5eb95e;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 0;
	max-width: 520px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}

.contactpage .dp-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 > 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;
}

/* 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
==================================== */

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 {
	background: url('../images/post_formats/format-aside.png') no-repeat center center;
	display: block;
	height: 16px;
	float:left;
	margin-top:0px;
	margin-right:5px;
	text-align: left!important;
	text-indent: -9999px!important;
	width: 21px;
	z-index: 1;
}

.dp-format-audio { 
	background: url('../images/post_formats/format-audio.png') no-repeat center center;
}

.dp-format-chat { 
	background: url('../images/post_formats/format-chat.png') no-repeat center center;
}

.dp-format-gallery { 
	background: url('../images/post_formats/format-gallery.png') no-repeat center center;
}

.dp-format-image { 
	background: url('../images/post_formats/format-image.png') no-repeat center center;
}

.dp-format-link { 
	background: url('../images/post_formats/format-link.png') no-repeat center center;
}

.dp-format-quote { 
	background: url('../images/post_formats/format-quote.png') no-repeat center center;
}

.dp-format-status { 
	background: url('../images/post_formats/format-status.png') no-repeat center center;
}

.dp-format-video { 
	background: url('../images/post_formats/format-video.png') no-repeat center center;
}

/* 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 */
.content iframe[src^='http://www.youtube.com'],
.content iframe[src^='https://www.youtube.com'],
.content iframe[src^='http://youtube.com'],
.content iframe[src^='https://youtube.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 > li.root {height:100%;width:auto; margin-left:1px; 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;
}
#main-menu > li.root:hover{background-color:#F63401; }

#main-menu > li.root a {color:#ffffff;}
#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 .sub-menu a {color:#ffffff;}
#main-menu > li.root .item-container { padding:0px 5px 2px 5px;min-height:70px;position:relative; display:inline-table; width:auto}
#main-menu > li .menu-icon {float:left;padding-top: 24px;}
#main-menu > li .menu-title {line-height:15px; font-size:15px; font-family:Helvetica, Arial sans-serif; font-weight:550px;padding-top: 24px; padding-bottom:2px; text-transform:uppercase;float:left;}
#main-menu > li.root .menu-title {letter-spacing:0.5px;}
#main-menu > li .menu-subtitle {line-height:17px; font-size:15px; text-transform:none; font-weight:500;}
#main-menu .sub-menu {background:#F63401;
margin-top:-1px;
-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 li .item-container {min-height:32px;  padding:0px 12px 2px 12px;}
#main-menu .sub-menu .menu-icon {float:left; padding-top: 9px;}
#main-menu .sub-menu .menu-subtitle {line-height:11px;}
#main-menu .sub-menu li {background: url('../images/submenu-item-bg.png') center bottom repeat-x; min-height:32px;}
#main-menu .sub-menu li:hover {background-image: url('../images/submenu-item-bg-h.png')}
#main-menu .sub-menu .menu-title {text-align:left!important; font-size:13px; line-height:16px; width:auto; padding-top:10px; font-weight:400;}
#main-menu .sub-menu li {	
	-webkit-transition: margin-left .3s ease-out;
	-moz-transition: margin-left .3s ease-out;
	-ms-transition: margin-left .3s ease-out;
	-o-transition: margin-left .3s ease-out;
	transition: margin-left .3s ease-out;
}
#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:hover a {color:#ffffff;}
#main-menu .sub-menu li:hover .menu-title, #main-menu .sub-menu li:hover .menu-subtitle {margin-left: 0px;}
#main-menu .sub-menu .menu-subtitle {text-align: left; line-height:12px;}
#main-menu > li img {margin: -1px 6px 0 0;vertical-align: top; float:left;}
/* 7.14. Middle Navigation Style
==================================== */
#middle-menu > li.root {height:100%;width:auto; margin-left:1px; 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;
}
#middle-menu > li.root:hover {background-color:#e5e5e5;
 }

#middle-menu > li.root a {color:#444;}
#middle-menu > li.root:hover a {color:#444;}
#middle-menu > li.root.current-menu-item a, #middle-menu > li.root.current-menu-ancestor a {color:#000;}
#middle-menu > li.root .sub-menu a {color:#444;}
#middle-menu > li.root .item-container { padding:0px 1px 2px 1px; min-height:39px;position:relative; display:inline-table; width:auto;}
#middle-menu > li .menu-icon {float:left;padding-top: 14px;}
#middle-menu > li .menu-title {line-height:15px; font-size:16px; font-family:Helvetica, Arial sans-serif; padding-top: 16px; padding-bottom:2px; text-transform:uppercase;float:left; font-weight:550px; letter-spacing:0.5px;}
#middle-menu > li .menu-subtitle {line-height:17px; font-size:13px; text-transform:none; text-align: center;}
#middle-menu .sub-menu {background:#c3272b; opacity:0.6;
margin-top:-1px;
-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);}
#middle-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);}

#middle-menu .sub-menu li .item-container {min-height:25px;  padding:0px 9px 2px 9px;}
#middle-menu .sub-menu .menu-icon {float:left; padding-top: 7px;}
#middle-menu .sub-menu .menu-subtitle {line-height:11px;}
#middle-menu .sub-menu li {background: url('../images/submenu-item-bg.png') center bottom repeat-x; font-weight:400;}
#middle-menu .sub-menu li:hover {background-image: url('../images/submenu-item-bg-h.png')}
#middle-menu .sub-menu .menu-title {text-align:left!important; font-size:13px;width:100%; padding-top:10px; width:auto; font-weight:400;}
#middle-menu .sub-menu li {	
	-webkit-transition: margin-left .3s ease-out;
	-moz-transition: margin-left .3s ease-out;
	-ms-transition: margin-left .3s ease-out;
	-o-transition: margin-left .3s ease-out;
	transition: margin-left .3s ease-out;
}
#middle-menu .sub-menu li:hover a {color:#000;width:100%;}
#middle-menu .sub-menu .sub-menu li a {color:#000; width:100%;}
#middle-menu .sub-menu .sub-menu li:hover a {color:#000;}
#middle-menu .sub-menu li.current-menu-item a, #middle-menu .sub-menu .sub-menu li.current-menu-item a {color:#000;}
#middle-menu .sub-menu li:hover .menu-title, #middle-menu .sub-menu li:hover .menu-subtitle {margin-left: 0px;}
#middle-menu .sub-menu .menu-subtitle {text-align: left}
#middle-menu > li img {margin: -1px 3px 0 0;vertical-align: top; float:left;}


/* 7.14. Main content elements
==================================== */
#reply-title {height:33px!important}
.post-title {text-transform:uppercase;margin-bottom:10px;}

/* 7.15 Portfolio
==================================== */
.portfolio {padding-top:20px;}
article.portfolio {padding-top:0px; margin-top:0}
.portfolio-tabs{
	height:23px;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom:20px;
	margin-left:-14px;
	line-height:18px;
	float:right;
	
}
.portfolio-tabs li{
	float:left;margin-left:3px;
}
.portfolio-tabs li a{
	display:block;
	padding:2px 5px 3px 5px;
	color:#7a7a7a;
	text-transform:uppercase;
	font-size:10px!important;
	line-height:10px!important;
	
}
.portfolio-tabs li.active a, .portfolio-tabs li a:hover{
	color:#fff!important;
	background-color: #F63401;
}
.portfolio-wrapper {clear:both; width:100%;}
.portfolio .pagination {padding-left:0!important;}

.portfolio-item { background: #222222; height:auto;}
.portfolio-two .portfolio-item{
	width:605px;
	margin:6px 6px 6px 6px;
	float:left;
}
.portfolio-two .portfolio-item.last {margin-right:0!important;}

.portfolio-three .portfolio-item{
	width:398px;
	margin:6px 6px 6px 6px;
	float:left;
}
.portfolio-three .portfolio-item.last {margin-right:0!important;}

.portfolio-four .portfolio-item, .related-projects .portfolio-item{
	width:298px;
	margin:6px 6px 6px 6px;
	float:left;
}
.portfolio-four .portfolio-item.last, .related-projects .portfolio-item.last {margin-right:0!important;}


.portfolio-six .portfolio-item{
	width:194px;
	margin:6px 6px 6px 6px;
	float:left;
}
.portfolio-six .portfolio-item.last {margin-right:0!important;}

.portfolio-item .image {position:relative;overflow:hidden}
.item-info {
	padding: 15px 5px 15px 15px ;
	float: left;
}
.single-portfolio h3 {font-size:18px!important; text-transform:uppercase;}
/* Portfolio Thumb Overlay */
.item-info-overlay h3{
	color: #fff;
}
.item-info h3, .item-info-overlay h3 {
	font-size:16px!important;
	line-height: 16px;
	color:#fff!important;
	text-transform: uppercase;
	margin-bottom: 0;
}
.item-info-overlay {
	color: #fff!important;
	font-size:11px;
}
.item-info-overlay {
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
	top: 0px;
	display: none;
	background:#F63401;
	z-index:99;
}
.item-info-overlay .p_excerpt {
	padding: 0 10%;
}
.item-info-overlay h3 {
	padding: 10% 10% 10px 10%;
	font-size: 16px;
	color: #fff!important;
}
.item-info-overlay p {
	margin-top: 10px;
	padding: 0px 15px;
	font-size:11px;
	line-height:22px;
}

.portfolio-six .item-info-overlay p {
	margin-top:0;
	line-height:18px;
}
.item-info-overlay a.preview {
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: 110;
	right:50px;
	bottom:0;
	font-size:30px;
	color:#fff!important;
	opacity:0.8;
}
.item-info-overlay a.link {
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: 110;
	right:0;
	bottom:0;
	font-size:30px;
	color:#fff!important;
	opacity:0.8;
}
.item-info-overlay a.link:hover {
		opacity:1;
}
.item-info-overlay a.preview:hover {
		opacity:1;
}

/*** Recent post grid overlay ***/
.portfolio-grid {
width: 100%;
margin: 0;
float:left;
display: block;
float: left;
}
.mask {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	width:100%;
	height:100%;
	z-index:999;
	position:absolute;
	top:0;
	left:0;
	border:0px!important;
}
.portfolio-grid .recent-port {position: relative; width:284px;	margin:0 20px 20px 0;	float:left; background-color:#333; }
.portfolio-grid .recent-port.last {margin-right:0!important;}
.recent-port .mask {background-color:#F63401}
.recent-port h3 {
	font-size:16px!important;
	line-height: 16px;
	color:#fff!important;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 10% 10% 10px 20px;
}
.recent-port .item-info h3 {padding:0px 15px;}
.recent-port p {
	margin-top: 10px;
	padding: 0px 20px;
	font-size:11px;
	line-height:22px;
	color:#fff;
}
.recent-port a.preview {
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: 110;
	left:15px;
	bottom:0;
}
.recent-port a.link {
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: 110;
	left:55px;
	bottom:0;
}

.recent-port:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.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;
}

.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: left;
	list-style-type: none;
	margin: 0 0 15px 0;;
	padding: 0;
	width: 100%;
}
ul.item-nav li {
	float: left;
	margin-left: 1px;
	background: #333;
	-webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s; 
}
ul.item-nav li a {
	background: url(../images/nav_sprite.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 45px;
	width: 45px;
	text-indent: -9999px;
	-webkit-transition-duration: 0s; 
	-moz-transition-duration: 0s; 
	-o-transition-duration: 0s; 
}
ul.item-nav li:hover {
	background: #F63401;
}
ul.item-nav li.prev a {
	background-position: 0px 0px;
}
ul.item-nav li.next a {
    background-position: 0px -90px;
}
ul.item-nav li.all a {
    background-position: 0px -45px;
}
ul.item-nav li.prev a:hover {
	background-position: 0px -135px;
}
ul.item-nav li.next a:hover {
    background-position: 0px -225px;
}
ul.item-nav li.all a:hover {
    background-position: 0px -180px;
}



/* 7.16. Attachment page
==================================== */

.attachment-page {
	position: relative;
}

.attachment-page > aside {
	left: 0;
}

.attachment-page > aside ~ section,
.attachment-page > aside ~ footer {
	margin-left: 140px;
}

/* 7.17. Log in popup
==================================== */

#dp-popup-overlay,
#dp-popup-login {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #222;
}

#dp-popup-login {
	color: #fff;
	position: absolute;
	top: 35%;
	width: 560px;
	margin-left: -280px;
}
#dp-popup-login #logoutscreen  { 
    background: transparent url('../images/logout.png') no-repeat 4px 6px; 
    padding-left: 160px 
}
#dp-popup-login #loginform  { 
    background: transparent url('../images/login.png') no-repeat 4px 6px; 
    padding-left: 160px 
}

#dp-popup-login label { 
    color: #fff; 
	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: #F63401;color:#fff!important;
	padding:10px 20px;
}

#dp-popup-login .button:hover { 
    background: #555
}

#dp-popup-login input[type="submit"] { 
    background: #F63401;color:#fff!important;
	padding:10px 20px;
	border:none;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	text-transform:uppercase;
}

#dp-popup-login input[type="submit"]:hover { 
    background: #555
}
.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: #F63401;
}
.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;}
/* 7.19. Style switcher
==================================== */

#dp-style-area a {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	height: 8px;
	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: 8px;
}

#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: #F63401;
}
#dp-color-1 {
	background: #0596D5;
}

#dp-color-2 {
	background: #A63E71;
}

#dp-color-3 {
	background: #87A644;
}

#dp-color-4 {
	background: #857D4F;
}

#dp-color-5 {
	background: #28AF91;
}

#dp-color-6 {
	background: #cd2122;
}

/* 7.20 EU Cookie Law */
#dp-cookie-law { background-color: #F63401; 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: #F63401;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; } }