/**
 *  Theme Name: DW Page Wichtel
 *  Theme URI: http://www.designwall.com/wordpress-theme/dw-page
 *  Description: Responsive One Page Christmas WordPress Theme
 *  Author: DesignWall
 *  Author URI: http://www.designwall.com
 *  Version: 1.0.6
 *  License: GNU General Public License v2 or later
 *  License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *  Tags: light
 *  Updated: Volki 2018
 */

@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);

body {
	font-family: 'PT Serif', serif;
	background: #1e73be url(../img/pattern.png);
	color: #000;
}

h1, h2, h3, h4, h5, h6, #nav {
	font-family: 'Lobster Two', cursive;
	font-weight: 400;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-family: 'PT Serif', serif;
	background: #195d9a !important;
	border: none;
	border-radius: 3px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
	color: #90c6f6;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #fff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}

div.wpcf7 .watermark {
	color: #DE6D6A !important;
}

[class^="icon-"],
[class*=" icon-"] {
	background-image: url(../img/glyphicons-halflings.png);
}

body [class*="icon-tpl"] {
	background-image: url(../img/intro-icons.png);
}

.btn-primary {
	background: url(../img/btn-bg.png) repeat-x center !important;
	position: relative;
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
	height: 30px;
}

input.btn-primary {
	background: url(../img/btn.png) no-repeat left !important;
	background-size: 100% 100% !important;
}

.btn-primary:before,
.btn-primary:after {
	width: 4px;
	height: 100%;
	background: url(../img/btn-bg-l.png) no-repeat left center;
	position: absolute;
	left: -4px;
	content: "";
	top: 0;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px 0 0 3px;
}

.btn-primary:after {
	background-image: url(../img/btn-bg-r.png);
	left: auto;
	right: -4px;
	border-radius: 0 3px 3px 0;
}

.btn-primary:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}

.btn-primary:active:before,
.btn-primary:active:after {
	box-shadow: none;
}

.btn-large {
	background: url(../img/btn-large-bg.png) repeat-x center !important;
	height: 46px;
	padding: 12px 50px;
}

.btn-large:before,
.btn-large:after {
	background: url(../img/btn-large-bg-l.png) no-repeat left center;
}

.btn-large:after {
	background-image: url(../img/btn-large-bg-r.png);
}

.section-title h1 {
	font-size: 36px;
}

#nav .navbar-inner {
	background: #1e73be;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0MjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1e73be 0%, #195d9a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e73be), color-stop(100%,#195d9a));
	background: -webkit-linear-gradient(top,  #1e73be 0%,#195d9a 100%);
	background: -o-linear-gradient(top,  #1e73be 0%,#195d9a 100%);
	background: -ms-linear-gradient(top,  #1e73be 0%,#195d9a 100%);
	background: linear-gradient(to bottom,  #1e73be 0%,#195d9a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e73be', endColorstr='#195d9a',GradientType=0 );
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2) !important;
	box-shadow: 0 5px 5px rgba(0,0,0,.2) !important;
	border-bottom: none;
}

.ie8 #nav .navbar-inner {
	background: #1e73be;
}

#nav .container {
	border-bottom: none;
}

#nav .brand {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

#nav a {
	color: #90c6f6;
	font-size: 18px;
}

#nav .active a,
#nav a:hover {
	color: #fff;
}

#nav .active {
	border-bottom: none;
}

.navbar .btn-navbar {
	border: 1px dashed #c95649;
	border-radius: 3px;
	background: none;
}

.navbar .btn-navbar:hover{
	border: 1px dashed #6bbef9;
	background: none;
}

/*.navbar .select-theme .select-theme {
	border: 1px dashed #ef7b67;
	border-radius: 3px;
}

.navbar .select-theme.open .select-theme {
	border-radius: 0;
}

#nav.navbar .select-theme .dropdown-menu a:hover {
	color: #ED7F80;
	padding-right: 35px;
	font-size: 14px;
}*/

.navbar .select-page .dropdown-toggle {
	border-color: #fff;
}

.select-page .dropdown-menu li {
	border-top-color: #f5f5f5; 
}

.select-page .dropdown-menu a {
	font-family: 'Lobster Two',​cursive;
	font-size: 15px !important;
}

.select-page .dropdown-menu a:hover {
	background-color: #195d9a;
}

.navbar .select-page .dropdown-toggle span {
	border-top-color: #fff;
}

.navbar .select-page .dropdown-toggle {
	border: 1px dashed #579dcf;
}

.navbar .select-page .dropdown-toggle:hover {
	border-color: #6bbef9;
	background: transparent;
}

.navbar .select-page .dropdown-toggle:hover span {
	border-top-color: #fff; 
}

.navbar .select-page.open .dropdown-toggle {
	border-color: #fff;
	background: #fff;
}

.navbar .select-page.open .dropdown-toggle span {
	border-top-color: #90c6f6 !important; 
}

#main {
	background: transparent;
}

.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-title h1 {
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 20px;
	color: #fff;
}

.section-title h1:after {
	content: "";
	width: 60px;
	height: 11px;
	background: url(../img/bullets.png) center;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
}

.section-title p {
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.section.home {
	background: url(../img/top-bg.png) no-repeat center bottom;
}

.header .hero-unit {
	color: #fff;
	font-size: 18px;
	min-height: 400px;
}

.header .hero-unit p {
	margin: 0 220px 40px;
	font-size: 18px;
}

.header .hero-unit h1 {
	font-size: 72px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.header .hero-unit .arrow-down {
	display: none;
}

.section.introducing {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.section.introducing .section-title h1 {
	color: #195d9a;
}

.section.introducing h2 {
	font-size: 22px;
	color: #195d9a;
}

.section.introducing .section-img {
	background: #fff;
	box-shadow: 0 0 0 5px #fff, 0 0 15px rgba(0,0,0,.5);
	border: none;
	border-radius: 3px;
	background-color: #195d9a;
	color: #fff;
}

.section.introducing .section-img:hover {
	background-color: #1e73be;
}

.section.portfolio {
	background: url(../img/pattern.png) #195d9a;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.section.portfolio .section-title h1 {
	color: #195d9a;
}

.section.portfolio .section-title h1:after {
	background-position: bottom;
}

.section.portfolio a {
	color: #195d9a;
}

.section.portfolio .block {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.section.portfolio .section-content h2 {
	margin: 5px 0;
}

.section.portfolio .section-content h2,
.section.portfolio .section-content h2 a {
	font-size: 18px;
}

.section.portfolio .thumbnails .row-fluid {
	margin-top: 30px;
}

.section.portfolio .thumbnails .row-fluid:first-child {
	margin-top: 0;
}

.section.portfolio .thumbnail .meta {
	font-size: 12px;
	margin: 10px 0;
}

.section.portfolio .screenshot {
	border-radius: 3px 3px 0 0;
	width: 100%;
	display: block;
}

.section.portfolio .screenshot img {
	border-radius: 3px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.section.portfolio .block:hover .screenshot  img {
	background: url(../img/pattern-orange.png);
}

.section.portfolio .carousel-nav {
	margin-top: 40px;
}

.android .section.portfolio .carousel-nav,
.mobile .section.portfolio .carousel-nav {
	margin-top: 0;
}

.section.portfolio .carousel-nav:before {
	height: 2px;
	background: url(../img/dashed-line.gif);
}

.section.portfolio .carousel-nav ul {
	background: url(../img/pattern.png) #195d9a;
	margin-top: -5px;
	padding: 0 5px;
}

.section.portfolio .carousel-nav li {
	border: none;
	padding: 0;
	width: auto;
	height: auto;
	margin-top: -3px;
	margin-left: 0;
}

.section.portfolio .carousel-nav li a {
	padding: 3px;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
}

.section.portfolio .carousel-nav  li span {
	background: #1e73be;
	border: 2px solid #1e73be;
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 10px;
}

.section.portfolio .carousel-nav li.active span,
.section.portfolio .carousel-nav li:hover span {
	background: #fff;
}

.section.portfolio {
	background: url(../img/pattern.png) #195d9a;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.section.portfolio .section-title h1 {
	color: #195d9a;
}

.section.portfolio .section-title h1:after {
	background-position: bottom;
}

.section.portfolio a {
	color: #195d9a;
}

.section.portfolio .block {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.section.portfolio .section-content h2 {
	margin: 5px 0;
}

.section.portfolio .section-content h2,
.section.portfolio .section-content h2 a {
	font-size: 18px;
}

.section.portfolio .thumbnails .row-fluid {
	margin-top: 30px;
}

.section.portfolio .thumbnails .row-fluid:first-child {
	margin-top: 0;
}

.section.portfolio .thumbnail .meta {
	font-size: 12px;
	margin: 10px 0;
}

.section.portfolio .screenshot {
	border-radius: 3px 3px 0 0;
	width: 100%;
	display: block;
}

.section.portfolio .screenshot img {
	border-radius: 3px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.section.blog .block:hover .screenshot  img {
	background: url(../img/pattern-orange.png);
}

.section.blog .carousel-nav {
	margin-top: 40px;
}

.android .section.blog .carousel-nav,
.mobile .section.blog .carousel-nav {
	margin-top: 0;
}

.section.blog .carousel-nav:before {
	height: 2px;
	background: url(../img/dashed-line.gif);
}

.section.blog .carousel-nav ul {
	background: url(../img/pattern.png) #1e73be;
	margin-top: -5px;
	padding: 0 5px;
}

.section.blog .carousel-nav li {
	border: none;
	padding: 0;
	width: auto;
	height: auto;
	margin-top: -3px;
	margin-left: 0;
}

.section.blog .carousel-nav li a {
	padding: 3px;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
}

.section.blog .carousel-nav  li span {
	background: #1e73be;
	border: 2px solid #1e73be;
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 10px;
}

.section.blog .carousel-nav li.active span,
.section.blog .carousel-nav li:hover span {
	background: #fff;
}


.section.blog {
	background: url(../img/pattern.png) #1e73be;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.section.blog .section-title h1 {
	color: #195d9a;
}

.section.blog .section-title h1:after {
	background-position: top;
}

.section.blog a {
	color: #195d9a;
}

.section.blog .block {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.section.blog .section-content h2 {
	margin: 5px 0;
}

.section.blog .section-content h2,
.section.blog .section-content h2 a {
	font-size: 18px;
}

.section.blog .thumbnails .row-fluid {
	margin-top: 30px;
}

.section.blog .thumbnails .row-fluid:first-child {
	margin-top: 0;
}

.section.blog .thumbnail .meta {
	font-size: 12px;
	margin: 10px 0;
}

.section.blog .screenshot {
	border-radius: 3px 3px 0 0;
	width: 100%;
	display: block;
}

.section.blog .screenshot img {
	border-radius: 3px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.section.blog .block:hover .screenshot  img {
	background: url(../img/pattern-orange.png);
}

.section.blog .carousel-nav {
	margin-top: 40px;
}

.blog .carousel-nav .carousel-control {
	background-image: url(../img/arrow-left-right.png);
}

.project-details {
	padding:  0 15px 20px;
}

.section.about {
	background: url(../img/pattern.png) #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.section.about .section-title h1 {
	color: #195d9a;
}

.section.about h3,
.section.about h3 a {
	font-size: 22px;
}

.section.about .personal:hover h3,
.section.about .personal:hover h3 a {
	color: #195d9a;
}

.section.about .thumbnail .meta {
	font-size: 12px;
	margin: 0 0 10px;
	color: #000;
}

.section.about .thumbnail > a {
	display: block;
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin: 0 auto;
	background: #195d9a;
	position: relative;
}

.section.about .thumbnail > a:before {
	background: url(../img/circle-wrap.png);
	width: 180px;
	height: 180px;
	content: "";
	position: absolute;
	left: 0;
	z-index: 2;
}

.section.about .thumbnail > a:after {
	content: "";
	background: #195d9a;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -87px;
	width: 177px;
	height: 177px;
	border-radius: 90px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	z-index: 1;
}

.ie8 .section.about .thumbnail > a:after {
	display: none;
}

.section.about .personal:hover  a:after {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.section.about .thumbnail img {
	max-width: inherit;
	margin-left: -120px;
	left: 50%;
	z-index: 0;
	position: absolute;
	width: auto !important;
}

.section.about .hiring img {
	margin: 60px 0 0 -30px;
}

.section.about .hiring .thumbnail > a:after {
	display: none;
}

.section-content .thumbnail .meta {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #000;
}

.section.clients {
	background: url(../img/pattern.png) #fff;
	border-top-color: #fff;
}

.section.clients .section-title h1 {
	color: #678b3a;
}

.section.clients .testimonial {
	background: url(../img/pattern-green.png) #fff;
	border: none;
	border-radius: 3px;
	padding: 5px;
	position: relative;
}

.section.clients .testimonial:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.section.clients .testimonial:before {
	content: "";
	width: 77px;
	height: 46px;
	background: url(../img/gift.png);
	position: absolute;
	left: -10px;
	top: -27px;
}

.section.clients .testimonial blockquote {
	background: #fff;
	margin: 0;
	padding: 20px 20px 20px 100px;
	border-radius: 3px;
}

.section.clients .testimonial.no-avatar blockquote {
	padding-left: 20px;
}

.section.clients .testimonial img {
	position: absolute;
	top: 25px;
	left: 25px;
	border-radius: 60px;
}

.section.clients .clients {
	border-top: none;
	position: relative;
	margin-top: 125px;
	padding-top: 55px;
}

.section.clients .clients:before {
	content: "";
	width: 100%;
	background: url(../img/pattern-leaf.gif);
	height: 5px;
	border-bottom: 1px solid #346910;
	border-radius: 3px;
	position: absolute;
	top: 0;
}

.section.contact {
	background: url(../img/blue-line.gif) repeat-x top;
	color: #fff;
}

.section.contact a {
	color: #195d9a;
}

.section.contact a:hover,
.section.contact a:active,
.section.contact a:focus {
	color: #fff;
}

.section.contact .section-title p {
	color: #fff;
}

.section.contact .section-title h1:after {
	background-position: bottom;
}

.section.contact .map {
	background: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.thumbnail .caption {
    color: #000;
}

.contact .info .row-fluid {
    margin-top: 0px;
}

div.wpcf7 .wpcf7-not-valid {
	background: #fff !important;
}

#colophon {
	background: url(../img/footer-bg.png) repeat-x bottom !important;
}

#colophon .copyright {
	font-size: 12px;
	color: #fff;
	border-top-color: #195d9a;
	padding: 0;
}

#colophon .site-info {
	border-top: 1px solid #195d9a;
	padding: 40px 0 20px;
}

#colophon a {
	color: #195d9a;
}

#colophon a:hover,
#colophon a:active,
#colophon a:focus {
	color: #fff;
}

#colophon [class^="icon-"] {
	background: url(../img/social-icons.png) no-repeat bottom;
}

body[class*="landing"] #nav {
	position: absolute;
}

body[class*="landing"] .header .hero-unit h1 {
	font-weight: bold;
}

body[class*="landing"] .header .hero-unit p {
	margin: 0 130px 40px !important;
}

body[class*="landing"] .header .hero-unit p.sub {
	font-size: 14px;
	font-weight: normal;
	margin: 0 130px 15px;
}

body[class*="landing"] .countdown_section {
	border-color: #fff;
	background: #b63d35;
	font-family: 'PT Serif', serif;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

body[class*="landing"] .countdown_section .countdown_amount {
	font-weight: bold;
}

body[class*="landing"] h3 {
	font-weight: bold;
	font-size: 36px;
	margin-top: 60px;
}

body[class*="landing"] .wpcf7 input.wpcf7-validates-as-email {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	background: #195d9a url(../img/feed.png) no-repeat 96.5% center !important;
}

.scroll-top {
    display: none;
    width: 30px;
    height: 30px;
    background: url(inc/assets/img/small-arrow-top.png) no-repeat center #d51e2e;
    text-indent: -9999px;
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 9999;
}

.error404 {
	background: url("assets/img/pattern.png") repeat scroll 0 0 #1e73be;
}

.error404 #page404 .container {
	padding: 40px 0 200px;
}

.error404 #page404 h1 {
	background: url(../img/404.png) center center no-repeat;
}

.error404 #page404 h2 {
	color: #fff;
	font-size: 72px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.3);
	line-height: 1.2;
}

@media(max-width: 599px){
	.error404 #page404 h2 {
		font-size: 69px;
	}
}

.error404 #page404 span {
	font-size: 14px;
	color: #fff;
}

.error404 #page404 a {
	text-decoration: underline;
	color: #fff;
}

.error404 #page404 a:hover,
.error404 #page404 a:active,
.error404 #page404 a:focus {
	color: #000;
}

.error404 #main,
body[class*="landing"] #main {
	background: url(../img/top-bg.png) no-repeat center bottom !important;
	padding: 0 0 160px
}

.error404 #colophon,
body[class*="landing"] #colophon {
	background: #fff !important;
	margin-top: -30px;
	padding-bottom: 30px;
}

.error404 #colophon .copyright,
.error404 #colophon .site-info,
body[class*="landing"] #colophon .copyright,
body[class*="landing"] #colophon .site-info {
	border-top: none;
	color: #941F1F;
}

.error404 #colophon .site-info,
body[class*="landing"] #colophon .site-info {
	padding-top: 0;
}

.error404 #colophon .copyright a,
body[class*="landing"] #colophon .copyright a {
	color: #941F1F;
}

.error404 #colophon .copyright a:hover,
.error404 #colophon .copyright a:active,
.error404 #colophon .copyright a:focus,
body[class*="landing"] #colophon .copyright a:hover,
body[class*="landing"] #colophon .copyright a:active,
body[class*="landing"] #colophon .copyright a:focus {
	color: #000;
}

@media (max-width: 979px) {
	.navbar .nav > li {
		border-top: 1px dashed #c95649;
		padding-left: 0;
	}

	.navbar .nav > li a:hover {
		background: none;
	}

	.otherpages {
		margin-top: 18px !important;
	}

	.header .hero-unit p,
	body[class*="landing"] .header .hero-unit p {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 767px) {
	.header .hero-unit h1 {
		font-size: 60px;
	}

	.section.portfolio .block {
		margin-top: 30px;
	}

	.section.portfolio .block:first-child {
		margin-top: 0;
	}

	.personal {
		margin-bottom: 30px;
	}
}

@media (max-width: 599px) {
	.personal {
		margin-bottom: 0px;
	}

	.header .hero-unit h1 {
		font-size: 48px;
	}
}

@media (max-width: 480px) {
	.header .hero-unit {
		padding-top: 0;
	}

	.header .hero-unit h1 {
		font-size: 36px;
	}
}

/* Social
-----------------------------------------*/

#colophon .social {
	opacity: .5;
  	filter: ~"alpha(opacity=50)";
}

#colophon .social:hover {
	opacity: 1;
  	filter: ~"alpha(opacity=100)";
}

#colophon .social a {
  	background: #fff !important;
  	color: #a02020;
}

.social-inline .social a {
	background: #8F2620;
}

.social-inline .facebook a:hover {
	background: #0054A6 !important;
}

.social-inline .twitter a:hover {
	background: #00AEEF !important;
}

.social-inline .google_plus a:hover {
	background: #DB4A39 !important;
}

.social-inline .youtube a:hover {
	background: #C4302B !important;
}

.social-inline .linkedin a:hover {
	background: #049CDB !important;
}

.error404 #colophon .social a,
body[class*="landing"] #colophon .social a {
	background: #195d9a;
	color: #fff;
}


/* End social
-----------------------------------------*/

/* Buddypress 
-----------------*/ 
#buddypress input[type=text],
#buddypress textarea {
	background: #fff !important;
	border: 1px solid #eee !important;
	box-shadow: none;
}

#buddypress button:hover,
#buddypress a.button:hover,
#buddypress input[type=submit]:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover,
#buddypress div.activity-meta a:hover,
#buddypress a.bp-title-button:hover {
  background-color: #1e73be;
  border-color: #1e73be;
}

.buddypress .page-header a:hover {
  color: #1e73be;
}

.buddypress .page-header .button:hover {
  border-color: #1e73be;
  background: #1e73be;
}

#buddypress div.item-list-tabs ul li a:hover {
  color: #1e73be;
}

#buddypress div.item-list-tabs ul li a:hover span {
  background: #1e73be;
  border-color: #1e73be;
}

#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
  color: #1e73be;
}

#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span {
  background: #1e73be;
  border-color: #1e73be;
}

#buddypress ul.item-list li div.item-title a:hover {
  color: #1e73be;
}

#buddypress .acomment-meta a:first-child:hover {
  color: #1e73be;
}

#buddypress .activity-header a:hover {
  color: #1e73be;
}

#buddypress div.activity-meta a:hover {
  background: #1e73be;
  border-color: #1e73be;
}

#buddypress .dw-question .entry-header .entry-title:hover {
  color: #1e73be;
}

/* End Buddypress
-----------------*/ 