/**
 *
 * -------------------------------------------
 * 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-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 #d1d1d1;
	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
==================================== */
#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 {
	background: url('/wp-content/themes/iguana/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('/wp-content/themes/iguana/images/post_formats/format-audio.png') no-repeat center center;
}

.dp-format-chat { 
	background: url('/wp-content/themes/iguana/images/post_formats/format-chat.png') no-repeat center center;
}

.dp-format-gallery { 
	background: url('/wp-content/themes/iguana/images/post_formats/format-gallery.png') no-repeat center center;
}

.dp-format-image { 
	background: url('/wp-content/themes/iguana/images/post_formats/format-image.png') no-repeat center center;
}

.dp-format-link { 
	background: url('/wp-content/themes/iguana/images/post_formats/format-link.png') no-repeat center center;
}

.dp-format-quote { 
	background: url('/wp-content/themes/iguana/images/post_formats/format-quote.png') no-repeat center center;
}

.dp-format-status { 
	background: url('/wp-content/themes/iguana/images/post_formats/format-status.png') no-repeat center center;
}

.dp-format-video { 
	background: url('/wp-content/themes/iguana/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:100px;
margin: auto 0 auto 1px;
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;
}
#main-menu > li.root:hover{background-color:#E24F3D; }

#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:0 5px 0px 5px;position:relative;height:100%;}
#main-menu > li .menu-icon {float:left;margin-top:-3px; padding-top:30px;color:#d1d1d1}
#main-menu > li .menu-icon i {font-size:28px; }
#main-menu > li .menu-title {line-height:13px; font-size:13px; font-weight:600; ; text-transform:uppercase;float:left;}
#main-menu > li.root .menu-title {letter-spacing:0.5px;padding-top:30px}
#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:0px;
-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);
	border-top:2px #E24F3D solid}
#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:before {
content: ' ';
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #E24F3D transparent;
position:absolute;
margin-top:0px;
margin-left: -15px;
}
#main-menu .sub-menu ul {margin:0px 0!important;}
#main-menu .sub-menu {padding:5px 0;}
#main-menu .sub-menu li {padding-bottom:3px;}
#main-menu .sub-menu li .item-container {padding:0px 12px 2px 12px;}
#main-menu .sub-menu .menu-icon {float:left; padding-top:0;}
#main-menu .sub-menu .menu-icon i {font-size:18px; margin:8px 2px 0 0;}
#main-menu .sub-menu .menu-subtitle {line-height:11px;}
#main-menu .sub-menu li:hover {}
#main-menu .sub-menu .menu-title {text-align:left!important; font-size:12px; line-height:13px; width:auto; padding:6px 0!important; font-weight:400;}
#main-menu .sub-menu li {
	width:100%;
	clear:both;
	-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;
	line-height:22px!important;
	
}
#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;line-height:22px!important;}
#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 li:hover { margin-left:5px; 	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#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;}

/* 7.15 Portfolio
==================================== */
.portfolio {padding:20px;}
article.portfolio {padding-top:0px; margin-top:0}
.portfolio-tabs{
	height:23px;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom:5px;
	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: #E24F3D;
}
.portfolio-wrapper {clear:both; width:100%;}
.portfolio .pagination {padding-left:0!important;}

.portfolio-item { background: #262626; height:auto;}
.portfolio-two, .portfolio-three, .portfolio-four, .portfolio-six  {margin-bottom:40px!important;}
.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: 10px 5px 12px 10px ;
	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:14px!important;
	line-height: 12px;
	color:#fff!important;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight:300;
}
.item-info-overlay {
	color: #fff!important;
	font-size:12px;
}
.item-info-overlay {
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
	top: 0px;
	display: none;
	background:#E24F3D;
	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:12px;
	line-height:1.5em;
}

.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:#E24F3D}
.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: #f5f5f5;
	-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(/wp-content/themes/iguana/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: #E24F3D;
}
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;
	left: 50%;
	top: 200px;
	background: #fff;
}

#dp-popup-login {
	color: #555;
	top: 200px;
	width: 560px;
	margin-left: -280px;
	border: 5px solid #E24F3D;
		-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: '\e881';
	font-family: 'fontello';
	color:#E24F3D;
	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:#E24F3D;
	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: #E24F3D
}

#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: #E24F3D
}
.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: #E24F3D;
}
.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;}

.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);}
/* 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: #E24F3D;
}
#dp-color-1 {
	background: #1BC4DE;
}

#dp-color-2 {
	background:  #A0CE4E;
}

#dp-color-3 {
	background: #A81010;
}

#dp-color-4 {
	background: #0BB697;
}

#dp-color-5 {
	background: #FB4400;
}

#dp-color-6 {
	background: #734854;
}
#dp-color-7 {
	background: #B89D4C;
}
#dp-color-8 {
	background: #7C6853;
}
#dp-color-9 {
	background: #bd1550;
}

/* 7.20 EU Cookie Law */
#dp-cookie-law { background-color: #E24F3D; 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('/wp-content/themes/iguana/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('/wp-content/themes/iguana/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('/wp-content/themes/iguana/images/cookies.png') no-repeat 4px 6px; 
    padding-left: 150px 
}
#dp-popup-cookie-law .close { 
    background: #E24F3D;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-head-wrap.sticky {position:fixed; top:0; width:100%; box-shadow:none; border-bottom:1px solid #e5e5e5;height:60px;}
#dp-head-wrap.sticky #main-menu > li.root .menu-icon, #dp-head-wrap.sticky #main-menu > li.root .menu-subtitle {display:none;}
#dp-head-wrap.sticky #dp-head a.cssLogo {height:40px;width:120px;}
#dp-head-wrap.sticky #dp-head a.imageLogo {height:50px; width:150px;}
#dp-head-wrap.sticky #main-menu > li.root {height:60px;}
#dp-head-wrap.sticky #main-menu > li.root .menu-title {padding-top:23px;}
#dp-head-wrap.sticky #main-menu li .sub-menu .menu-subtitle {display: block}
#dp-head-wrap.sticky #dp-button-area a {margin-top:10px;}
#dp-head-wrap.sticky #dp-header-search-form {bottom: -25px;}
.admin-bar #dp-head-wrap.sticky {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.23 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:#E24F3D;
	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 #E24F3D;
	-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:#E24F3D;
	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 #E24F3D;
	-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 #E24F3D;
	-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: #E24F3D;
	-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 #E24F3D;
	-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: #E24F3D;
	-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: #E24F3D;
}

.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 #E24F3D;
	-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: #E24F3D;
	-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: #E24F3D;
}
.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: #E24F3D;
	box-shadow: 0 0 0 4px #E24F3D;
	-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: #E24F3D;
			-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 #E24F3D;
	color:#ffffff;	
	background: #E24F3D;
}

.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 #E24F3D;
}

.animated7:hover .dp_icon i {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #E24F3D;
}
.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 #E24F3D;
	color:#ffffff;	
	background: #E24F3D;
}

.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 #E24F3D;
}

.animated8:hover .dp_icon i {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #E24F3D;
}
.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);
	}
}
