/*
Theme Name: Vertex
Theme URI: http://www.elegantthemes.com/gallery/
Version: 1.4
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body { color: #555!important; background-color: #fff!important; font-weight: 400; }
body, input, textarea { font-size: 15px; }

body, input, textarea { font-family: 'lato', Arial, sans-serif; }
#top-area h1, .et-description h2, .et-home-testimonial blockquote p, .description h2, .alt-description h2, blockquote p, #comments, #reply-title, #footer-logo, #et-logo { font-family: 'lato', Arial, sans-serif; }

img { max-width: 100%; height: auto; }
embed, iframe, object, video { max-width: 100%; }

a { text-decoration: none; color: #ff0066; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #333; line-height: 1em; font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 42px; }
h2 { font-size: 40px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 25px; }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; font-size: 14px; line-height: 1em; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote p { padding-bottom: 0px; }
address {font-size: 11px; line-height: 14px;}

input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

img#about-image { float: left; margin: 3px 8px 8px 0px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp_custom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(270px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp_custom {
	0% {
		opacity: 0;
		-moz-transform: translateY(270px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp_custom {
	0% {
		opacity: 0;
		-o-transform: translateY(270px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp_custom {
	0% {
		opacity: 0;
		transform: translateY(270px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

#top-menu { position: relative; background: #000 !important; position: fixed; z-index: 9995; width: 100%; padding-bottom: 10px; }
	.container { text-align: left; margin: 0 auto; width: 960px; position: relative; }
	#top-menu .container { padding: 50px 0 0; }
 #main-header .container, #main-header .container .title, #pre-footer .container { text-align: center; }
	#main-header #top-menu .container {text-align: right;}
		#top-menu li { display: inline-block; }
			#top-menu a { text-decoration: none; padding: 50 12px; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 13px; color: #000; }
			#top-menu nav a:hover, .description h2 a:hover { background: #81d743!important; color: #fff!important;}
			#top-menu li.current-menu-item > a { color: #333!important;}
			#top-menu ul.nav > li > a { background: #fff; padding: 3px 8px; color: #000;}
			.et_mobile_menu li.current-menu-item > a {color: #000; }
			#top-menu .mobile_nav {color: #fff!important;}
			.menu-item {margin-right: 3px;}
			#menu-item-116 {margin-right: 0px!important;}

#top-area { padding: 97px 0 0px; }
#top-area img {max-width: 100%;}
body.home #top-area { padding: 70px 0 50px; min-height: 550px;}
	#top-area h1 { margin-bottom: 8px; font-weight: 100; font-size: 66px; color: #fff; }
		#top-area h1 a { text-decoration: none; background: #81d743; padding: 0px 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; display: none;}
	.tagline { font-size: 48px; color: #81d743; padding: 17px 108px 19px; background-color: #fff!important; margin: 130px auto 60px; display: inline-block; font-weight: 400; line-height: 50px; display: none; }
		.tagline a { color: inherit; }
		.tagline a:hover { color: rgba(255,255,255,0.9); text-decoration: none; }
	a.action-button { padding: 25px 33px; margin-right: 25px; font-size: 30px; color: #fff; font-weight: 400; display: inline-block; background-color: #81d743!important; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
	a.action-button:hover, a.more:hover, .comment-reply-link:hover { color: #fff; background: #333; }
.home-block { background-color: #fff; border-top: 3px solid #81d743; border-bottom: 3px solid #81d743; }
.et-even { background-color: #fafafa; border-top: 1px solid #e6e6e6; border-bottom: 3px solid #81d743;  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03); -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03); }
	.home-block header { text-align: center; margin-bottom: 53px; }
		.home-block header h1, .et-description h2 a, .et-home-testimonial blockquote p, .title h3 { color: #333; }
		.home-block header h1 { font-size: 66px; font-weight: 800; padding-bottom: 7px; }
		.home-block header h2 { font-size: 26px; font-weight: 300; color: #959494; }
	#et-projects li { position: relative; }
		.project-description { position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,0.9); width: 100%; height: 90%; text-align: center; opacity: 0; padding: 50px 0px 0px 20px; }
		.project-description { color: #000!important; font-weight: 400; }
			.project-description h3 { margin-top: 20px; font-weight: 800; font-size: 36px; color: #000; }
				.project-description a { color: #000; }
				.project-description a:hover { text-decoration: none; color: #ff0066; }
			.project-description .meta-info { color: #94a1a3; font-weight: 300; font-size: 16px; display: none; }
			.et-zoom { margin-bottom: 20px;-moz-border-radius: 42px; -webkit-border-radius: 42px; border-radius: 42px; border: 3px solid #000; background: #c24c4c url(images/zoom-icon.png) no-repeat 11px 10px; text-indent: -9999px; display: inline-block; width: 42px; height: 42px; }

	#et-projects li, #testimonials-authors li, .team-member { float: left; }
	#et-projects li, #testimonials-authors li { line-height: 0;  }
		.et-main-image { float: left; margin-right: 80px; }
		.et-description { margin: 0px auto; width: 840px;	padding: 0px; background: #81d743; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 7px; }
			.et-description h2, .et-home-testimonial blockquote p { font-size: 28px; font-weight: 400; color: #fff!important; font-family: 'Lato', sans-serif; }
				.et-description h2 a { text-decoration: none; }
				.et-description h2 a:hover { color: #959494; }
				.et-description p { padding: 0px; font-size: 20px; color: #000!important;  }
			a.more { padding: 14px 18px; font-size: 16px; color: #fff; display: inline-block; background-color: #c24c4c; text-decoration: none; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; display: none;}
	#et-testimonials, #team-members { /*padding-bottom: 120px;*/ }
	#et-testimonials { margin-top: -60px; }
		#all-testimonials { margin-bottom: 60px; }
	body.home #team-members { padding-bottom: 30px; }
	body.home .team-member { margin-bottom: 90px; border-radius: 3px; }
		.et-home-testimonial { display: none; }
		.et-home-testimonial:first-child { display: block; }
	#team-members { padding-top: 67px; }
		.et-home-testimonial blockquote p { line-height: 48px; text-align: center; }
	.team-member { width: 203px; min-height: 338px; margin-right: 79px; position: relative; background-color: #fff; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); border: 3px solid #e9e5e5; padding: 95px 29px 30px; }
		.team-member .title { text-align: center; margin-bottom: 25px; }
			.title h3 { font-weight: 800; font-size: 16px; }
		.member-image { left: 65px; position: absolute; top: -67px; border: 1px solid #c9c9c9; background-color: #ff0066; padding: 5px; display: block; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
			.member-image, .avatar { -webkit-border-radius: 70px; -moz-border-radius: 70px; border-radius: 70px; display: block; }
			.member-image:before { content: ''; position: absolute; top: 5px; left: 5px; width: 121px; height: 121px; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.3); box-shadow: inset 0 2px 4px rgba(0,0,0,0.3); }
		.skills li { position: relative; background-color: #41575a; -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3); box-shadow: inset 0 0 10px rgba(0,0,0,0.3); padding: 14px 58px 14px 14px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #fff; overflow: hidden; margin-bottom: 10px; }
			.skill-amount { position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #c24c4c; }
			.skill-title { position: relative; color: #000; background: #fff; padding: 2px; line-height: 20px; padding: 0px;}
			.skill-number { position: absolute; top: 14px; right: 14px; color: #000; background: #fff; }

	#pre-footer { padding: 120px 0; display: none;}
		#pre-footer p.tagline { margin-bottom: 36px; display: none; }
 	#top-area h1.title { margin: -20px 0px; font-weight: 400; font-size: 40px; color: #fff; background: #81d742; border-radius: 3px; max-width: 55%; min-width: 30%; }
#content-area { background-color: #fff; padding: 25px 0px 120px; border-top: 3px solid #81d743; border-bottom: 3px solid #81d743; }
	#main-area { float: left; margin-right: 60px; width: 640px; }
		.entry { margin-bottom: 60px; }
			.thumbnail, .alt-description { position: relative; line-height: 0; margin-bottom: 32px; }
			.thumbnail:before { position: absolute; -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5); -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5); content: ""; top: 0; left: 0; width: 100%; height: 100%; }
				.description { position: absolute; content: ""; bottom: 0; left: 0; }
					.description h2, .alt-description h2 { font-weight: 100; font-size: 36px; background-color: #fff!important;opacity: 0.9; padding: 21px 30px 18px 52px; display: inline-block; }
					.alt-description h2 { padding-left: 30px; }
						.description h2 a, .alt-description h2 a { color: #fff; text-decoration: none; }
					.description p.meta-info, .alt-description p.meta-info { font-weight: 800; font-size: 18px; color: #fff; background-color: #c24d4d; padding: 11px 25px 12px 52px; margin-right: 17px; display: inline-block; }
					.alt-description p.meta-info { padding-left: 25px; }
					.meta-info a { color: inherit; }
					.meta-info a:hover { color: rgba(255,255,255,0.9); text-decoration: none; }
				body.archive .member-image { opacity: 1; }
				.member-image.small { left: -33px; bottom: 10px; top: auto; padding: 4px; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
				.member-image.small:before { width: 60px; height: 60px; -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5); -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5); }
			.entry p { color: #333; }
			.entry blockquote { border-left: 7px solid #ff0066; margin: 16px 0 36px; }
				blockquote p { font-size: 28px; padding-left: 30px; font-weight: 100; line-height: 36px; }
			.entry .read-more { float: right; text-decoration: none; color: #333; font-weight: 800; padding-top: 15px; }
			.entry .read-more:hover { color: #959494; }

#top-area h1, .tagline, .action-button, .action2, .home-block header, #et-projects li, .project-description, .project-description h3, .project-description .meta-info, .project-description .et-zoom, .member-image,  #testimonials-authors li.active-testimonial, .et-main-image, .et-description, .et-arrow-prev, .et-arrow-next { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); }

.et-scroll-animations #top-area h1, .et-scroll-animations #top-area .tagline, .et-scroll-animations #top-area .action-button, .et-scroll-animations #top-area .action2, .et-scroll-animations .home-block header, .et-scroll-animations #et-projects li, .project-description, .project-description h3, .project-description .meta-info, .project-description .et-zoom, .et-scroll-animations .member-image, .skill-amount, .et-scroll-animations .et-home-testimonial, .et-scroll-animations #testimonials-authors li, .et-arrow-prev, .et-arrow-next { opacity: 0; -moz-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }

.project-description, #testimonials-authors li.active-testimonial { -moz-transition-duration: .4s; -webkit-transition-duration: .4s; transition-duration: .4s; }
.project-description h3, .project-description .meta-info, .project-description .et-zoom { -moz-transition-duration: .5s; -webkit-transition-duration: .5s; transition-duration: .5s; }

.et-scroll-animations #top-area h1 { -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; }

.et-scroll-animations #top-area .tagline { -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -o-transition-delay: .4s; -ms-transition-delay: .4s; transition-delay: .4s; }

.et-scroll-animations #top-area .action-button, .et-scroll-animations #top-area .action2, { -webkit-transition-delay: .8s; -moz-transition-delay: .8s; -o-transition-delay: .8s; -ms-transition-delay: .8s; transition-delay: .8s; }

.et-scroll-animations #top-area.et-animated h1, .et-scroll-animations #top-area.et-animated .tagline, .et-scroll-animations #top-area.et-animated .action-button, .et-scroll-animations #top-area .action2, .et-scroll-animations .home-block.et-animated header, .et-scroll-animations .et-animated #et-projects li, .et-scroll-animations #et-projects.et-animated li, #et-projects li:hover .project-description, #et-projects li:hover h3, #et-projects li:hover .meta-info, #et-projects li:hover .et-zoom, .et-scroll-animations .et-animated .member-image, .skill-amount, .et-scroll-animations .et-animated .et-home-testimonial, .et-scroll-animations .et-animated #testimonials-authors li { opacity: 1; }

.et-scroll-animations .home-block header, .project-description .et-zoom { -webkit-transform: translateY(20px); -moz-transform: translateY(20px); transform: translateY(20px); }
.project-description h3, .project-description .meta-info, .et-scroll-animations .member-image { -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); transform: translateY(-20px); }
.et-scroll-animations .home-block.et-animated header, #et-projects li:hover h3, #et-projects li:hover .meta-info, #et-projects li:hover .et-zoom, .et-scroll-animations .et-animated .member-image { -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); }

.et-scroll-animations .et-active-slide, .et-scroll-animations .et-slide.et-active-slide:first-child { display: none; }
.et-scroll-animations .et-animated .et-active-slide { display: block; }

.et-scroll-animations #et-slides { opacity: 0; }
.et-scroll-animations .et-animated #et-slides { opacity: 1; }

#testimonials-authors li.active-testimonial {  -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2); box-shadow: 0 2px 10px rgba(0,0,0,0.2);}

#slider { overflow: hidden; margin-top: 390px; }
	.et-slide { width: 100%; float: left; margin-right: -100%; position: relative; display: none; -webkit-transform: translate3d(0,0,0); }
	.et-slide:first-child { display: block; }

	.et-slide.et-active-slide .et-main-image {
		-webkit-animation-duration: .7s;
		-webkit-animation-delay: .4s;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-fill-mode: both;
		-moz-animation-duration: .7s;
		-moz-animation-delay: .4s;
		-moz-animation-timing-function: ease-in-out;
		-moz-animation-fill-mode: both;
		-o-animation-duration: .7s;
		-o-animation-delay: .4s;
		-o-animation-timing-function: ease-in-out;
		-o-animation-fill-mode: both;
		-ms-animation-duration: .7s;
		-ms-animation-delay: .4s;
		-ms-animation-timing-function: ease-in-out;
		-ms-animation-fill-mode: both;
		animation-duration: .7s;
		animation-delay: .4s;
		animation-timing-function: ease-in-out;
		animation-fill-mode: both;

		-webkit-animation-name: fadeInUp_custom;
		-moz-animation-name: fadeInUp_custom;
		-o-animation-name: fadeInUp_custom;
		-ms-animation-name: fadeInUp_custom;
		animation-name: fadeInUp_custom;
	}

	.et-slide.et-active-slide .et-description {
		-webkit-animation-duration: .2s;
		-webkit-animation-delay: .4s;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-fill-mode: both;
		-moz-animation-duration: .2s;
		-moz-animation-delay: .4s;
		-moz-animation-timing-function: ease-in-out;
		-moz-animation-fill-mode: both;
		-o-animation-duration: .2s;
		-o-animation-delay: .4s;
		-o-animation-timing-function: ease-in-out;
		-o-animation-fill-mode: both;
		-ms-animation-duration: .2s;
		-ms-animation-delay: .4s;
		-ms-animation-timing-function: ease-in-out;
		-ms-animation-fill-mode: both;
		animation-duration: .2s;
		animation-delay: .4s;
		animation-timing-function: ease-in-out;
		animation-fill-mode: both;

		-webkit-animation-name: fadeIn;
		-moz-animation-name: fadeIn;
		-ms-animation-name: fadeIn;
		-o-animation-name: fadeIn;
		animation-name: fadeIn;
	}

	.et-slider-arrows a { display: block; opacity: 0; width: 17px; height: 27px; position: absolute; top: 50%; margin-top: -14px; text-indent: -9999px; -moz-transition-duration: .3s; -webkit-transition-duration: .3s; transition-duration: .3s; }
	.et-arrow-prev { left: 80px; background: url(images/left-arrow.png) no-repeat; }
	.et-arrow-next { right: 80px; background: url(images/right-arrow.png) no-repeat; }

	.et-slider-area:hover .et-slider-arrows a { opacity: 1; }
	.et-slider-area:hover .et-arrow-prev { left: -60px; }
	.et-slider-area:hover .et-arrow-next { right: -60px; }

#top-menu.et-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; display: none;}

.page-template-page-template-team-php #content-area { padding: 60px 0 0; }
	.page-template-page-template-team-php #team-members { padding-bottom: 0; }
		.page-template-page-template-team-php .team-member { margin-right: 0; width: 100%; padding: 0; margin-bottom: 125px; }
			.team-member-inner { padding: 42px 29px 30px; }
				.member-skills { float: right; width: 50%; margin-right: 8%; }
					.page-template-page-template-team-php .skills { margin-top: 83px; }
				.member-info { float: left; width: 40%; margin-top: 40px; }
					.member-info .entry { margin-bottom: 0; }
					.page-template-page-template-team-php .member-info .title { margin-bottom: 14px; text-align: left; }
						.page-template-page-template-team-php .title h3, .page-template-page-template-team-php .title span { font-size: 24px; }
						.page-template-page-template-team-php .title h3 { display: inline; }

#top-area, #pre-footer { background-position: top center; background-repeat: no-repeat; /***-moz-background-size: cover; -webkit-background-size: cover; background-size: cover; background-attachment: fixed;***/ }

.fullwidth #main-area { float: none; margin-right: 0; width: 100%; }
#main-area #team-members { padding: 65px 0 0; }

.et-main-project-thumb { margin-bottom: 55px; }
#comment-section.nocomments { margin-top: -93px; }

.entry table { border: 1px solid #eee; margin: 0 0 15px 0; text-align: left; width: 100%; line-height: 1.3em;}
	.entry tr th, .entry thead th { color: #555; font-weight: bold; padding: 9px 24px; }
	.entry tr td { border-top: 1px solid #eee; padding: 6px 24px; }

.entry ul, .comment-content ul { list-style-type: disc; padding: 0 0 23px 32px; line-height: 26px; color:#333; }
	.entry ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 0 0 23px 0; line-height: 26px; color:#201f1f; }
		.entry ul li ul, .entry ul li ol, .comment-content ul li ul, .comment-content ul li ol { padding: 2px 0px 2px 20px; }
		.entry ol li ul, .entry ol li ol, .comment-content ol li ul, .comment-content ol li ol  { padding: 2px 0px 2px 35px; }

.entry #et-projects { list-style: none; padding: 0; margin-top: 50px; }
.entry .et-zoom { position: absolute; top: 50%; left: 50%; margin: -21px 0 0 -21px; }

#content-area .home-block { padding-top: 0; }

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

#comment-wrap { position: relative; padding-top: 56px; }
	.commentlist, #respond { padding-top: 11px; }
		#comments, #reply-title { padding-bottom: 40px; color: #333; font-weight: 100; font-size: 36px; }
		#reply-title { padding-bottom: 5px; }
			.comment-body { position: relative; padding: 0 0 0 100px; margin-bottom: 15px; }
				.comment_avatar { position: absolute; top: 0; left: 0; background-color: #fff; padding: 4px; display: block; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; margin-right: 32px; }
				.comment_avatar:before { content: ''; position: absolute; top: 5px; left: 5px; width: 60px; height: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5); -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5); }
					.comment_avatar img { display: block; -moz-border-radius: 60px; -webkit-border-radius: 60px; border-radius: 60px; }
				.comment_postinfo { margin-bottom: 6px; padding-top: 3px; }
				.fn, .fn a { font-weight: 800; text-decoration: none; color: #333; margin-bottom: 12px; display: block; }
				.comment_date { margin-bottom: 10px; display: block; color: #959494; }
				.comment-content p { color: #333; padding-bottom: 27px; }
				.comment-reply-link, .form-submit #submit { float: right; color: #fff; font-weight: 300;  background-color: #c24c4c; border-radius: 6px; display: inline-block; padding: 13px 19px; }
				.comment-reply-link:hover { text-decoration: none; }
				.form-submit #submit { float: none; border: none; }
				.form-submit #submit:hover { color: rgba(255,255,255,0.9); cursor: pointer; }
					.commentlist .children { padding-left: 100px; }

				#respond { padding-top: 93px; }
				#commentform input[type="text"] { width: 40%; }
				#commentform textarea { width: 96%; }
				#commentform textarea, #commentform input[type="text"] { padding: 13px 18px; color: #333; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); border: 1px solid #e6e6e6; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; font-weight: 300; }

				#reply-title small { display: block; padding-top: 5px; font-weight: bold; letter-spacing: 0; font-size: 12px; }
				.form-submit { text-align: right; }
				.comment #respond, #trackbacks { margin-bottom: 30px; }
				.comment #respond { background: none; -moz-box-shadow: none; -webkit-filter: none; filter: none; padding: 0; margin-top: 32px; }
				.comment #respond:before { display: none; }

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/


#main-footer { padding: 61px 0 61px; margin-top: -16px; max-height: 86px; border-bottom: 3px solid #81d743; }
#campaign { display: none; margin-top: -110px; color: #fff !important; font-size: 34px; height: 48px; padding: 17px 13px 0px; background: #ff0066; float: right; border-radius: 3px;}
#campaign a {color: #fff!important;}
	#main-footer a { color: #ff0066; text-decoration: none; }
	#main-footer a:hover { color: #333!important; }
	.footer-widget { float: left; width: 277px; margin-right: 64px; color: #333; }
		.fwidget, #footer-widgets { margin-bottom: 0px; }
	.last { margin-right: 0 !important; }
		#footer-logo { margin-bottom: 10px; font-weight: 100; font-size: 48px; }
			#footer-logo a { text-decoration: none; color: #fff; }
		h4.widgettitle { padding-bottom: 11px; color: #333; font-weight: 800; font-size: 30px;  }
    .footer-widget h4.widgettitle { padding: 4px 10px 3px 32px; color: #201f1f; font-weight: 600; font-size: 19px; background: #f1f1f1; border-radius: 3px; line-height: 1.3em; }
		#footer-info { text-align: center; color: #333; padding: 25px 0 25px 0; }
			#footer-info a { color:#ff0066; }
		#startscreen-footer-info { text-align: center; color: #333; padding: 25px 0 25px 0; margin-top: 70px; }
			#startscreen-footer-info a { color:#ff0066; }
		#ttf-footer-info { text-align: center; color: #333; padding: 25px 0 25px 0; }
			#ttf-footer-info a { color:#ff0066; }
		.footer-widget li, .widget li { padding: 9px 0 9px 15px; position: relative; color: #333; line-height: 21px;}
			.footer-widget li:before, .widget li:before { content: ''; position: absolute; top: 14px; left: 0; border: 3px solid transparent; border-left-color: #C24C4C; }
				.footer-widget li ul, .widget li ul { margin: 15px 0 0; }
				.footer-widget .textwidget { color: #333; background: none!important; padding: 17px 5px 17px 32px !important; border-radius: 3px; box-shadow: none!important; border: none!important;  }
				.footer-widget .simple-social-icons ul { padding: 17px 10px 5px 5px !important; box-shadow: none!important; margin-top: -10px; }
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

#sidebar { float: left; width: 260px; position: relative; color: #333; margin-top: 10px; }
	.widget { margin-bottom: 41px; }
		#sidebar h4.widgettitle { color: #333; font-size: 20px; }
	#sidebar a { color: #959494; text-decoration: none; }
		#sidebar a:hover { color: #ff0066; }

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; max-width: 96%; padding: 8px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }


/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav li ul { position:absolute; top:-999em; }
.nav li ul, .et_mobile_menu { z-index: 9999; width: 146px; background: rgb(250, 250, 250); -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.2); -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);box-shadow: 3px 3px 4px rgba(0,0,0,0.2); padding: 10px 0 10px; display: none; text-align: left; margin-top: -24px; margin-left: 19px; border-radius: 3px; }
	.nav li { position: relative; }
		.nav ul li { float: none; }
			.nav ul a { display:block !important; float: none !important; }
.nav li:hover ul, ul.nav li.sfHover ul { left: -19px; top: 48px; }
	.nav li:hover li ul, .nav li.sfHover li ul, .nav li:hover ul, .nav li li:hover ul { top:-999em; }

.nav li li { padding: 0; height: auto !important; display: block !important; }
.nav li li ul { z-index: 1000; }
	.nav li li a:link, .nav li li a:visited, .et_mobile_menu a { display: block !important; height: auto; padding: 7px 5px 7px 15px !important; color: #333 !important; }
	.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

.nav li li:hover ul, ul.nav li li.sfHover ul { left: 238px; top: -10px; }

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
	#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
		#wp-calendar a:hover { text-decoration: underline; }
	#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
	#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
		#wp-calendar td#today { color: #111; }
	#wp-calendar th { font-style: normal; text-transform: capitalize; padding: 3px 5px; }
		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
		#wp-calendar #next a { padding-right: 10px; text-align: right; }
		#wp-calendar #prev a { padding-left: 10px; text-align: left; }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
#content-area .wp-pagenavi { text-align: right; }
	.page-template #content-area .wp-pagenavi, .tax-project_category #content-area .wp-pagenavi { margin-top: 50px; }
		.pages { display: none; }
		#content-area .wp-pagenavi a, #content-area .wp-pagenavi span { background-color: #f7f7f7;   -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #333; font-weight: 300; margin: 0 3px; padding: 9px 16px; text-decoration: none; border: none; }
		#content-area .wp-pagenavi span.current, #content-area .wp-pagenavi a:hover { background-color: #c24c4c; color: #fff; }

.et_embedded_videos { display: none; }
#image-navigation { margin: 20px 0; overflow: hidden; }
	#image-navigation .previous-image { float: left; }
	#image-navigation .next-image { float: right; }
#et-search-inner { padding-top: 6px !important; }
p#et-search-title span { background-position: 0 9px !important; }

#et_mobile_nav_menu { display: none; }

#et-logo { color: #fff; font-size: 36px; font-weight: 100; float: left; margin-top: -36px; }
.et-fixed nav { padding-top: 0px; }

.et-fixed #et-logo { display: block !important; }
.et-fixed #et_mobile_nav_menu { float: right; }

#top-menu.et-fixed #et_mobile_nav_menu { left: -20px; position: relative; }

#et-logo img { max-height: 50px; }

.mobile-text { display: none; }
.et-fixed .desktop-text { display: none; }
.et-fixed .mobile-text { display: block; }

.et_color_scheme_purple #top-menu, .et_color_scheme_purple a.action-button, .et_color_scheme_purple .skills li, .et_color_scheme_purple #top-menu body, .et_color_scheme_purple .description h2, .et_color_scheme_purple .nav li ul, .et_color_scheme_purple .et_mobile_menu, .et_color_scheme_purple .alt-description h2, .et_color_scheme_purple #content-area .wp-pagenavi span.current, .et_color_scheme_purple #content-area .wp-pagenavi a:hover { background-color: #5e244c; }
	.et_color_scheme_purple .project-description { background-color: rgba(94,36,76,0.9); }
	.et_color_scheme_purple .tagline, .et_color_scheme_purple .et-zoom, .et_color_scheme_purple a.more, .et_color_scheme_purple .skill-amount, .et_color_scheme_purple .description p.meta-info, .et_color_scheme_purple .comment-reply-link, .et_color_scheme_purple .form-submit #submit  { background-color: #333; }
	.et_color_scheme_purple .footer-widget li:before, .et_color_scheme_purple .widget li:before { border-left-color: #333; }

.et_color_scheme_red #top-menu, .et_color_scheme_red a.action-button, .et_color_scheme_red .skills li, .et_color_scheme_red #top-menu body, .et_color_scheme_red .description h2, .et_color_scheme_red .nav li ul, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red .alt-description h2, .et_color_scheme_red #content-area .wp-pagenavi span.current, .et_color_scheme_red #content-area .wp-pagenavi a:hover { background-color: #8a3333; }
	.et_color_scheme_red .project-description { background-color: rgba(138,51,51,0.9); }
	.et_color_scheme_red .tagline, .et_color_scheme_red .et-zoom, .et_color_scheme_red a.more, .et_color_scheme_red .skill-amount, .et_color_scheme_red .description p.meta-info, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red .form-submit #submit  { background-color: #333; }
	.et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .widget li:before { border-left-color: #333; }

.et_color_scheme_green #top-menu, .et_color_scheme_green a.action-button, .et_color_scheme_green .skills li, .et_color_scheme_green #top-menu body, .et_color_scheme_green .description h2, .et_color_scheme_green .nav li ul, .et_color_scheme_green .et_mobile_menu, .et_color_scheme_green .alt-description h2, .et_color_scheme_green #content-area .wp-pagenavi span.current, .et_color_scheme_green #content-area .wp-pagenavi a:hover { background-color: #377975; }
	.et_color_scheme_green .project-description { background-color: rgba(55,121,117,0.9); }

.et_color_scheme_blue #top-menu, .et_color_scheme_blue a.action-button, .et_color_scheme_blue .skills li, .et_color_scheme_blue #top-menu body, .et_color_scheme_blue .description h2, .et_color_scheme_blue .nav li ul, .et_color_scheme_blue .et_mobile_menu, .et_color_scheme_blue .alt-description h2, .et_color_scheme_blue #content-area .wp-pagenavi span.current, .et_color_scheme_blue #content-area .wp-pagenavi a:hover { background-color: #243b5e; }
	.et_color_scheme_blue .project-description { background-color: rgba(36,59,94,0.9); }
	.et_color_scheme_blue .tagline, .et_color_scheme_blue .et-zoom, .et_color_scheme_blue a.more, .et_color_scheme_blue .description p.meta-info, .et_color_scheme_blue .comment-reply-link, .et_color_scheme_blue .form-submit #submit { background-color: #333; }
	.et_color_scheme_blue .footer-widget li:before, .et_color_scheme_blue .widget li:before { border-left-color: #333; }

@media only screen and ( min-width: 961px ) and ( max-width: 1280px ) {
UL#testimonials-authors.clearfix img {width: 252px!important;}
	
}

@media only screen and ( min-width: 768px ) {
	.team-member:nth-child(3n) { margin-right: 0; }
	.team-member:nth-child(3n+1) { clear: both; }
}

@media only screen and ( max-width: 960px ) {
	#et-search, p#et-search-title, p#et-search-title span { background: none !important; }
	#et-search { width: auto !important; height: auto !important; }
		#et-search-inner { padding: 0 !important; }
			#et-search-right { float: none !important; clear: both; text-align: left !important; }
				#et_search_submit { background: #BBB8B8 !important; color: #111 !important; }
			p#et-search-title { margin-bottom: 2px !important; }
				p#et-search-title span { padding: 0 !important; text-shadow: none !important; }
	#et-searchinput { width: auto !important; }
	p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat { float: none !important; }
	#et-search-left { float: none !important; width: 100% !important; }
	#top-area h1 {font-size: 48px;}
	.tagline { font-size: 20px; padding: 17px 84px 19px; }
	#text-25 { width: 465px!important; margin-top: -3px !important; height: 119px!important; }
 .footer-widget .simple-social-icons ul { width: 82%!important; margin-top: 0px;}
.team-member {min-height: 374px;}
#text-2 {background: url("/wp-content/uploads/2013/12/privacy.png") no-repeat; min-height: 30em!important;  }
#text-3 {background: url("/wp-content/uploads/2013/12/encryption.png") no-repeat; min-height: 30em!important; }
#text-4 {background: url("/wp-content/uploads/2013/12/box+++.png") no-repeat; min-height: 30em!important; }
#text-5 {background: url("/wp-content/uploads/2013/12/cooaborate.png") no-repeat; min-height: 30em!important; margin-top: 53px!important;}
#text-6 {background: url("/wp-content/uploads/2013/12/combi.png") no-repeat; min-height: 30em!important; }
#simple-social-icons-4 { margin-top: -23px!important; }
.home.blog.custom-background.de-DE .tagline { min-width: 508px!important;}

.custom-background.de-DE #text-23 {background: url("/wp-content/uploads/2013/12/privacy.png") no-repeat; min-height: 36em!important; }
.custom-background.de-DE #text-19 {background: url("/wp-content/uploads/2013/12/encryption.png") no-repeat; min-height: 36em!important;}
.custom-background.de-DE #text-21 {background: url("/wp-content/uploads/2013/12/box+++.png") no-repeat; min-height: 36em!important; }
.custom-background.de-DE #text-24 {background: url("/wp-content/uploads/2013/12/cooaborate.png") no-repeat; min-height: 36em!important; margin-top: 53px!important;}
.custom-background.de-DE #text-20 {background: url("/wp-content/uploads/2013/12/combi.png") no-repeat; min-height: 36em!important; }
.custom-background.de-DE #text-22 {background: url("/wp-content/uploads/2013/12/service.png") no-repeat;}
.custom-background.de-DE #simple-social-icons-4 { margin-top: 0px!important; }


	
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
	#simple-social-icons-4 h4 { display: none; }
	DIV#message  { font-size: 12px!important;}
	pre, code { font-family: Courier New, monospace; margin-bottom: 10px; font-size: 11px; line-height: 1em; }
	.et-image-slider { margin-bottom: 27px !important;}
.et-learn-more h3.heading-more { font-size: 18px!important; }
#kinko-ea-form .field-tooltip { width: 74%!important; }
	#kinko-ea-form .submit { font-size: 12px!important; }
	.container { width: 728px; }
		#et-projects li { width: 182px; }
			.project-description h3 { font-size: 16px; margin-top: 55px; }
		.et-slide { min-height: 336px; }
			.et-main-image { margin-right: 71px; width: 377px; }
			.et-description { padding-top: 73px;  }
				.et-description h2, .et-home-testimonial blockquote p { font-size: 36px; line-height: 36px; }
				.et-home-testimonial blockquote p { padding-bottom: 25px; }
				.et-description p { padding-bottom: 24px; }
		#testimonials-authors li img { width: 72px; }
		.team-member { margin-right: 58px; padding: 95px 19px 30px; width: 160px; }
			.team-member .title { margin-bottom: 21px; }
			.member-image { left: 33px; }
		.footer-widget { width: 200px; }
		.ticker-div { margin: 0px auto!important; position: relative!important; width: 728px!important; background: #f1f1f1!important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px!important;}
		.ticker {height: 25px; line-height: 25px; text-align: center;}
		.startscreen img.nose { top: 483px!important; left: 277px!important;}
    .home .action-nose-start {margin: 460px 0px 0px -216px!important;}
			#main-area { width: 480px; }
				.description h2 { font-size: 30px; padding: 21px 24px 18px 48px; }
				.description p.meta-info { font-size: 16px; padding: 9px 18px 10px 48px; }
			#sidebar { width: 188px; }
		#comment-wrap { padding-top: 33px; }
		.page-template-page-template-team-php .skills { margin-top: 85px; }
				.page-template-page-template-team-php .member-image { left: 65px; }
				.page-template-page-template-team-php .title h3, .page-template-page-template-team-php .title span { font-size: 24px; }

	#et_pt_portfolio_gallery { margin-left: -35px !important; margin-right: -20px !important; }
		.et_pt_portfolio_item { margin-left: 52px !important; width: 201px !important; }
		.et_portfolio_more_icon, .et_portfolio_zoom_icon { top: 50px !important; }
		.et_portfolio_more_icon { left: 65px !important; }
		.et_portfolio_zoom_icon { left: 106px !important; }

	#et_pt_portfolio_gallery.et_portfolio_small { margin-left: -39px !important; }
		#et_pt_portfolio_gallery.et_portfolio_small .et_pt_portfolio_item { margin-left: 40px !important; width: 117px !important; }
			#et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon { top: 20px !important; }
			#et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon { left: 26px !important; }
			#et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon { left: 62px !important; }

	#et_pt_portfolio_gallery.et_portfolio_large { margin-left: -42px !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 60px !important; width: 321px !important; }
			#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 99px !important; }
			#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 140px !important; }
			#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 178px !important; }

	#all-testimonials { margin-bottom: 40px; }
	UL#testimonials-authors.clearfix img {width: 236px!important;}
	.page-id-1004 strong {font-size: 14px!important;}
	.page-id-1004 .simple-social-icons { margin: -32px 0px !important; float: right; }
	
	
}

@media only screen and ( max-width: 767px ) {
	.container, .et-description, .footer-widget { width: 440px; }
	pre, code { font-family: Courier New, monospace; margin-bottom: 10px; font-size: 9px; line-height: 1em; }	
			#top-menu nav, .et-main-image { display: none; }
			#top-area h1 { font-size: 29px; }
				#top-area h1.title {margin-top: 110px; max-width: 100%!important;}
			.tagline { font-size: 13px; padding: 17px 0px 19px; margin: -20px auto 43px; display: block; }
			.action1 { font-size: 13px!important; width: 140px!important; margin-top: 0px;}
			.action2 { font-size: 13px!important; width: 140px!important; }	
			.project-description h3 { margin-top: 75px; }
		.et-slide { min-height: 300px; }
			.et-description { float: none; padding-top: 0; text-align: center; }
				.et-description h2 { font-size: 30px; }
				.et-home-testimonial blockquote p { line-height: 36px; font-size: 36px; }
				.et-description p { padding-bottom: 22px; }
		#testimonials-authors li img { width: 88px; }
		.team-member { margin-right: 40px; padding: 95px 19px 30px; width: 100%; min-height: 286px; }
		.team-member:nth-child(2n) { margin-right: 0; }
		.team-member:nth-child(2n+1) { clear: both; }
			.team-member .title { margin-bottom: 21px; }
			.member-image { left: 174px; }
		.footer-widget { float: none; margin-right: 0; padding-bottom: 20px; }
	#content-area { padding: 120px 0; }
	.page-id-1004 #content-area {padding: 15px 0px!important;}
.page-id-1004	.default_message { text-align: center; font-size: 32px!important;	}
.page-id-1004 .simple-social-icons { margin: 10px 0px !important; float: right; }
.page-id-1004 strong {font-size: 25px; line-height: 1.2em;}


	.page-template-page-template-team-php #content-area { padding: 120px 0 0; }
	DIV#message {background: url('/wp-content/uploads/2014/02/message-cat.png') no-repeat scroll top right transparent!important;}
	
	DIV.sidebar.community.one { width: 100%;}
	DIV.sidebar.community.two { width: 100%;}
	DIV.sidebar.community.three { width: 100%;}
	
	.wp-count-down table td {font-size: 24px!important;}
	.entry tr th {padding: 7px 9px!important; font-size: 12px!important;}
  div.wp-count-down	{ margin-top: -15px!important;}
	
	.ticker-div { margin: 0px auto!important; position: relative!important; width: 440px!important; background: #f1f1f1!important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px!important;}
	.ticker {height: 25px; line-height: 25px; text-align: center; font-size: 13px!important;}
	.startscreen img.nose { top: 454px!important; left: 137px!important;}
  .home .action-nose-start {margin: 483px 0px 0px -202px!important;}
	#footer-head div.container {margin-top: 185px;}
	#footer-head div.container h2 {max-width: 100%!important;}
	.home DIV#footer-widgets.clearfix {margin-top: -50px;}
	.home #text-9 { width: 110%; }
	#text-2 {background: url("/wp-content/uploads/2013/12/privacy.png") no-repeat; min-height: 17em!important; }
	#text-3 {background: url("/wp-content/uploads/2013/12/encryption.png") no-repeat; min-height: 17em!important; }
	#text-4 {background: url("/wp-content/uploads/2013/12/box+++.png") no-repeat; min-height: 17em!important; }
	#text-5 {background: url("/wp-content/uploads/2013/12/cooaborate.png") no-repeat; min-height: 17em!important; }
	#text-6 {background: url("/wp-content/uploads/2013/12/combi.png") no-repeat; min-height: 17em!important; }
	#text-7 {background: url("/wp-content/uploads/2013/12/combi.png") no-repeat; min-height: 17em!important; }
	
	#text-25 {margin-top: -35px; width: 441px!important; height: 90px!important;}
	.custom-background.de-DE #text-23 {background: url("/wp-content/uploads/2013/12/privacy.png") no-repeat; min-height: 18em!important; }
	.custom-background.de-DE #text-19 {background: url("/wp-content/uploads/2013/12/encryption.png") no-repeat; min-height: 18em!important;}
	.custom-background.de-DE #text-21 {background: url("/wp-content/uploads/2013/12/box+++.png") no-repeat; min-height: 18em!important; }
	.custom-background.de-DE #text-24 {background: url("/wp-content/uploads/2013/12/cooaborate.png") no-repeat; min-height: 18em!important; margin-top: 53px!important;}
	.custom-background.de-DE #text-20 {background: url("/wp-content/uploads/2013/12/combi.png") no-repeat; min-height: 18em!important; }
	.custom-background.de-DE #text-22 {background: url("/wp-content/uploads/2013/12/service.png") no-repeat;}
	.custom-background.de-DE #simple-social-icons-4 { margin-top: 0px!important; }
		#main-area, #sidebar { width: 440px; float: none; }
			#main-area { margin-right: 0; }
			#content-area .wp-pagenavi { float: none; margin-bottom: 60px; text-align: right; }
				.description h2 { font-size: 30px; padding: 21px 24px 18px 48px; }
				.description p.meta-info { font-size: 16px; padding: 9px 18px 10px 48px; }
		#comment-wrap { padding-top: 33px; }
		.team-member-inner { padding: 42px 29px 30px; }
			.member-skills, .member-info { float: none; width: 382px; }
			.member-skills { margin: 0 0 47px; }
				.page-template-page-template-team-php .member-image { left: 152px; }
				.page-template-page-template-team-php .member-info .title { margin-bottom: 14px; }
					.page-template-page-template-team-php .title h3, .page-template-page-template-team-php .title span { font-size: 18px; }

	.commentlist .children { padding-left: 0; }

	#top-area { padding: 88px 0 35px; }
	body.home #top-area { padding: 62px 0 75px; }

	#top-menu .container { padding-bottom: 1px; }
		#et_mobile_nav_menu { display: block; margin-top: -24px;}
			#top-menu .mobile_nav { position: relative; display: inline-block; color: #fff; background: #ff0066!important;padding: 5px 30px 5px 10px; margin-top: 13px;  }
				.mobile_nav > .et_mobile_arrow { display: block; background: url(images/mobile-arrow.png) no-repeat; width: 15px; height: 10px; position: absolute; top: 8px; right: 9px; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
				.mobile_nav.opened > .et_mobile_arrow { -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); }
				.et_mobile_menu { position: absolute; top: 51px; left: -19px; text-align: left; width: 100%; }
				#top-menu .et_mobile_menu li { display: block; }
				#top-menu .et_mobile_menu ul { display: block !important; visibility: visible !important; }
					#top-menu .et_mobile_menu ul a { padding-left: 30px !important; }
						#top-menu .et_mobile_menu ul ul a { padding-left: 65px !important; }
						#top-menu .et_mobile_menu ul ul ul a { padding-left: 85px !important; }

	#et_contact_left, #et_contact_right { width: auto !important; float: none !important; margin-left: 0 !important; }

	.sitemap-col { float: none !important; width: auto !important; }

	.et_pt_gallery_entry { margin-left: 23px !important; }

	.et_pt_portfolio_item { margin-left: 170px !important; }

	.et_portfolio_small .et_pt_portfolio_item { width: auto !important; margin-bottom: 10px; margin-left: 17px !important; }
		.et_portfolio_small .et_pt_portfolio_entry { float: left; margin-right: 15px; }
		.et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon { top: 30px !important; }
		.et_portfolio_small .et_portfolio_more_icon { left: 38px !important; }
		.et_portfolio_small .et_portfolio_zoom_icon { left: 77px !important; }
	.et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: 44px !important; }

	#et_pt_portfolio_gallery.et_portfolio_large { margin-left: -23px !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 21px !important; width: 404px !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 109px !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 155px !important; }
		#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 195px !important; }

	.et-fixed .et_mobile_menu { position: absolute; top: 46px; right: -22px; left: auto; }

	#et-logo { float: left; }
	body.home #et-logo { float: left; margin-bottom: 0; }

	.et-scroll-animations #top-area h1, .et-scroll-animations #top-area .tagline, .et-scroll-animations #top-area .action-button, .et-scroll-animations .home-block header, .et-scroll-animations #et-projects li, .et-scroll-animations .member-image, .skill-amount, .et-scroll-animations .et-home-testimonial, .et-scroll-animations #testimonials-authors li { opacity: 1; -moz-transition: none; -webkit-transition: none; transition: none; }
	.et-scroll-animations .et-slide.et-active-slide:first-child { display: block; }
	#text-10 { width: 100%!important; }
	.home.blog.custom-background.de-DE .tagline { min-width: 432px!important;}
	#text-13 {min-height: 200px!important; }
	#text-13 .wp-image-300 {margin: 0 54px 0!important;}
  #like-us { margin-right: 107px!important;}
	
}

@media only screen and ( max-width: 479px ) {
	#top-menu .mobile_nav { margin-top: 13px; }
	DIV#message { font-size: 17px!important; }
	pre, code { font-family: Courier New, monospace; margin-bottom: 10px; font-size: 6px; line-height: 1em; }
	.home .et-learn-more h3.heading-more { font-size: 42px!important; }	
	.home #text-9 { width: 94%; }
	.et-learn-more span.et_learnmore_arrow span { right: 10%!important; }
	.container, .et-description, .footer-widget { width: 280px; }
		#top-area { padding: 63px 0 22px; }
		body.home #top-area { padding: 70px 0 75px; }
			#top-menu nav, .et-main-image, .project-description .meta-info { display: none; }
				#top-area h1 { font-size: 33px; }
				.tagline { font-size: 16px; padding: 17px 0px 13px; margin: -20px auto 43px; display: block; }	
				#top-area .tagline { white-space:normal!important; }	
				.action1 { font-size: 13px !important; width: 125px !important; margin-top: 0px!important; }
				.action2 { font-size: 13px !important; width: 125px !important; }
		.home-block { padding-top: 78px; }
			.home-block header { margin-bottom: 35px; }
				#et-projects li { width: 140px; }
					.project-description h3 { margin-top: 34px; font-size: 14px; padding-bottom: 15px; }
				.et-slide { min-height: 300px; }
					.et-description { float: none; padding-top: 0; text-align: center; }
						.et-description h2 { font-size: 30px; }
						.et-home-testimonial blockquote p { line-height: 30px; font-size: 30px; }
						#all-testimonials { margin-bottom: 40px; }
						.et-description p { padding-bottom: 22px; }
				#testimonials-authors li img { width: 56px; }
				.team-member { margin-right: 0; width: 222px; float: none; }
					.member-image { left: 72px; }
		#main-footer { padding: 62px 0; }
			.footer-widget { float: none; margin-right: 0; padding-bottom: 20px; }
		#content-area { padding: 60px 0 21px; }
		.ticker-div { margin: 40px auto 0px!important; position: relative!important; width: 280px!important; background: #f1f1f1!important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px!important;}
		.ticker {height: 25px; line-height: 25px; text-align: center; font-size: 12px!important;}
		.startscreen img.nose { top: 500px!important; left: 52px!important;}
	  .home .action-nose-start {margin: 460px 0px 0px -187px !important}
		.page-template-page-template-team-php #content-area { padding: 120px 0 0!important; }
		.page-id-1004 #content-area {padding:0px 0px!important; margin-top: -20px;}
		
	

				#main-area, #sidebar { width: 280px; float: none; }
				#main-area { margin-top: 55px; }
				#content-area .wp-pagenavi { float: none; margin-bottom: 40px; text-align: center; }
					.entry { margin-bottom: 40px; }
						.thumbnail { margin-bottom: 19px; }
						.description { position: relative; }
							.description h2, .description p.meta-info { display: block; text-align: center; }
							.description h2 { font-size: 24px; padding: 18px 0; }
							.description p.meta-info { font-size: 14px; margin-right: 0; padding: 9px 0; }
							.member-image.small { display: none; }
					blockquote p { font-size: 18px;	}
					#comment-wrap { padding-top: 7px; }
	.page-template-page-template-team-php #content-area { padding: 43px 0 0; }
		.page-template-page-template-team-php .team-member { margin-bottom: 80px; }
			.team-member-inner { padding: 42px 29px 30px; }
				.member-skills, .member-info { float: none; width: 222px; }
				.member-skills { margin: 0 0 52px; }
					.page-template-page-template-team-php .member-image { left: 72px; }
					.page-template-page-template-team-php .title h3 { display: block; padding-bottom: 19px; }

	#et_pt_portfolio_gallery, #et_pt_portfolio_gallery.et_port-leftfolio_lleft-arge { margin-left: -39px !important; }
		.et_pt_portfolio_item, #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 14px !important; width: 228px !important; }
			.et_portfolio_more_icon, .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 53px !important; }
			.et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 70px !important; }
			.et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 110px !important; }

	#et_pt_portfolio_gallery { margin-left: -16px !important; }

	.et_portfolio_small .et_pt_portfolio_item { width: 255px !important; margin-left: 0 !important; }
	.et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: 14px !important; width: auto !important; }

	#et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 38px !important; }
	#text-25 { width: 278px !important;	height: 70px !important; margin-top: 15px!important; }
	.home.blog.custom-background.de-DE .tagline { min-width: 272px!important;}
	#text-13 .wp-image-300 {margin: 0 0 0!important;}
	#like-us { display: none; }
	.wp-count-down table td {font-size: 15px!important;}
	.entry tr th {padding: 7px 9px!important; font-size: 12px!important;}
  div.wp-count-down	{margin-left: -38px!important; margin-top: -15px!important;}
  .page-id-1004 h1 {font-size: 36px;}
	
	
}

nav {margin-top: -7px; font-family: 'abel', sans-serif;}
.et-box-content { padding: 27px 43px 17px 43px!important; border-radius: 3px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04)!important; border: 3px solid rgb(233, 229, 229)!important; }
.et-shadow { border: none!important;}
.et-box { box-shadow: none!important;}
.et-shadow .et-box-content { box-shadow: none!important; background-color: none!important; }
.et-shadow .et-box-content h2 { color: #ff0066!important; }
.et_pt_blogentry { margin-bottom: 25px; background: rgb(250, 250, 250)!important; padding: 17px 15px 15px!important; border-radius: 3px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04)!important; border: 3px solid rgb(233, 229, 229)!important; }
h2.et_pt_title { font-size: 40px!important; }
p.et_pt_blogmeta { font-family:'Open Sans',Arial,sans-serif!important; }
#et-contact { background: rgb(250, 250, 250)!important; padding: 17px 15px 45px 15px!important; border-radius: 3px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04)!important; border: 3px solid rgb(233, 229, 229)!important; }
.widget { background: rgb(250, 250, 250)!important; padding: 17px 10px 17px 10px!important; border-radius: 3px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04)!important; border: 3px solid rgb(233, 229, 229)!important; }
#text-2, #text-23 {background: url("/wp-content/uploads/2014/01/privacy-green.png") no-repeat 0px -3px; min-height: 21em; }
#text-3, #text-19 {background: url("/wp-content/uploads/2014/01/encryption_green.png") no-repeat 0px -3px;; min-height: 21em;}
#text-4, #text-21 {background: url("/wp-content/uploads/2014/01/box+++green.png") no-repeat; min-height: 21em; }
#text-5, #text-24 {background: url("/wp-content/uploads/2014/01/cooaborate-green.png") no-repeat; min-height: 21em;}
#text-7, #text-20 {background: url("/wp-content/uploads/2014/01/combi-green.png") no-repeat; min-height: 21em; }
.footer-widget #text-6 .textwidget  {padding-bottom: 29px!important;}
#text-6, #text-22 {background: url("/wp-content/uploads/2014/01/service-green.png") no-repeat;}
#text-3 {margin-bottom: 0px!important;}
.custom-background.de-DE #text-2, #text-23 {background: url("/wp-content/uploads/2013/12/privacy.png") no-repeat; min-height: 27em; }
.custom-background.de-DE #text-3, #text-19 {background: url("/wp-content/uploads/2013/12/encryption.png") no-repeat; min-height: 27em;}
.custom-background.de-DE #text-4, #text-21 {background: url("/wp-content/uploads/2013/12/box+++.png") no-repeat; min-height: 27em; }
.custom-background.de-DE #text-5, #text-24 {background: url("/wp-content/uploads/2013/12/cooaborate.png") no-repeat; min-height: 27em;}
.custom-background.de-DE #text-7, #text-20 {background: url("/wp-content/uploads/2013/12/combi.png") no-repeat; min-height: 27em; }
.custom-background.de-DE #text-6, #text-22 {background: url("/wp-content/uploads/2013/12/service.png") no-repeat;}

#simple-social-icons-4 h4 { padding: 0 0px 7px;!important; }
h2.et_pt_title a { color: #ff0066!important; }
.et_pt_blogentry a.readmore:hover { background: #000; text-transform: none!important; }
.et_pt_blogentry a.readmore span:hover { text-transform: none!important; }
.et-learn-more .learn-more-content { line-height: 27px; }
.et-learn-more {background: #f1f1f1!important; padding: 8px 10px 17px 10px!important; border-radius: 3px; border: none!important; }
.et-learn-more h3.heading-more {border: none!important;}
.home #text-9 {margin-top: -50px; position: relative; z-index: 99;}
.home #text-9 h4 { color:#333; font-size: 66px; font-weight: 800; padding-bottom: 25px; text-align: center; }
.home .et-learn-more h3.heading-more { border: none!important; box-shadow: none; color: #333; background: none; font-size: 66px; font-weight: 800; text-shadow: none!important; text-align: center; }
.et-even tr {text-align: left; font-weight: 400; font-size: 15px; } 
.et-learn-more h3.heading-more span.et_learnmore_arrow {border: none!important; box-shadow: none!important;}
.heading-more.open { border: none!important; }
.page #main-header .action-nose, .single #main-header .action-nose, .archive #main-header .action-nose, .tell-a-friend #main-header .action-nose { font-size: 13px; font-weight: 600; color: #fff; display: inline-block; z-index: 9994!important; position: absolute; margin-top: 158px; right: 199px; }
.home .action-nose-start { font-size: 13px; font-weight: 600; color: #fff; display: inline-block; z-index: 9994!important; position: absolute; margin: 447px 0px 0px -216px; }
.home .action-nose, .page .action-nose-start, .single .action-nose-start, .archive .action-nose-start, .tell-a-friend .action-nose-start { display: none; }
.page .message-1, .single .message-1, .archive .message-1, .tell-a-friend .message-1 {display: none;}
#main-footer .action-nose { font-size: 13px; font-weight: 600; color: #fff; display: inline-block; z-index: 9992!important; position: absolute; margin-top: 95px; right: 210px; }
#main-footer img.nose { display: inline-block; z-index: 9990!important; position: absolute; margin-top: 71px; right: 144px; }
.action1 { text-align: center; margin-right: 15px; width: 150px; padding: 5px 0px; font-size: 15px; color: #fff; display: inline-block; background-color: #ff0066; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display:inline-block; }
.action2 { text-align: center; width: 150px; padding: 5px 0px; font-size: 15px; color: #fff; display: inline-block; background-color: #ff0066; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.action2 a { color: #fff; text-decoration: none!important; font-weight: 400;} 
.action1 a { color: #fff; text-decoration: none!important; font-weight: 400;} 
/***.action3 { width: 118px; margin-top: -38px; padding: 6px 0px; font-size: 15px; color: #fff; display: inline-block; background-color: #81d743; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.action3 a { color: #fff; text-decoration: none!important; font-weight: 400;}
.action3:hover { background:#ff0066; }***/
.action2:hover { background:#131418; } 
.action1:hover { background:#131418; } 
.page .action2, .page .action1, .page .action3, .page .kinkoslogan { display: none;}
.single .action2, .single .action1, .single .action3, .single .kinkoslogan { display: none;}
.archive .action2, .archive .action1, .archive .action1, .archive .kinkoslogan { display: none;}
.tell-a-friend .kinkoslogan, .tell-a-friend .action1, .tell-a-friend .action3, .tell-a-friend .action2  { display: none;} 
table {border-radius: 3px;}
.kinkoslogan { background: #81d743; padding: 13px 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; display: none; }
.kinkoslogan h1 { font-size: 66px; color: #333; }
#et-logo a { color: #333!important; background: none!important; margin-right: 52px; }
#footer-info a:hover {color: #333;}
#text-10 {width: 618px; background: #fff; border: 3px solid #e9e5e5; border-radius: 3px;}
div.et_pt_thumb span.overlay { background: none!important; }
.et-box-content {text-shadow: none!important;}
#main-footer { background: url(/wp-content/uploads/2014/02/kinko_bg_1280-1.png); background-position: right -24px; background-repeat: no-repeat; background-attachment: scroll; }
.tell-a-friend input { background: #81d743; border: none; color: #fff; border-radius: 3px; padding: 10px; font-weight: 400; }
.tell-a-friend input#friendemail, .tell-a-friend INPUT#youremail, .tell-a-friend INPUT#sendername  { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; } 
.tell-a-friend  TEXTAREA#sendermessage { height: 150px; }
.tell-a-friend .paypal-donations input { border: none; background: none; padding: 0px;}
INPUT.newsletter-email {background: #fff; padding: 5px; color: #333; border: 1px solid rgb(187, 187, 187); border-radius: 3px; width: 95%;}
INPUT.newsletter-submit { background: #81d743; border: none; color: #fff; border-radius: 3px; padding: 10px; font-weight: 400; }
#branding { display: none; background: url(images/the-future-is-encrypted.png) no-repeat top left transparent!important; position:relative; z-index: 9998; float: left; width: 235px; height: 28px; margin-top: -11px; margin-left: 4px;}
#main-area a {color: #ff0066;}
#branding a {height: 22px; width: 187px; } 
#top-area .tagline { /** white-space:nowrap;**/ max-width:736px; display: none;}
.et_pt_blogmeta a {color: #333!important;}
.et_pt_blogentry a.readmore span  { color:#fff!important;}
#text-10 {display: none;}
.language-switcher {float: right; font-size: 13px; margin-top: -45px; font-family: 'abel', sans-serif; }
.language-switcher a {color: #fff!important; text-decoration: underline!important;}
LI.de-DE.de.first { margin-right: 10px; background: none; padding:4px; border-radius: 3px; margin-top: 6px; }
LI.de-DE.de.first a {color:#fff!important;}
li.en-US.en.last  { background: none; padding:4px; border-radius: 3px; color:#eaebeb; }

.home.blog.custom-background.de-DE .tagline { min-width: 736px;}

#kinko-ea-form .invalid { border:1px solid red; }
#kinko-ea-form .valid { border:1px solid green; }
#text-25 {width: 618px; background: #fff; border: 3px solid #e9e5e5; border-radius: 3px; height: 105px;}

.page-id-335 h3.heading-more {font-size: 24px!important; font-weight: 400;}
#like-us {float: right; margin-top: -38px; font-size: 11px; margin-right: 346px; background: none; padding: 4px; border-radius: 3px; font-family: 'abel', sans-serif;}
#like-us a {color: #ff0066!important; }

.custom-background.de-DE #like-us { margin-right: 363px;}
.custom-background.de-DE nav {margin-top: -7px;}
.facts  {width: 960px; margin: 75px auto; display: none; }
.facts H4.widgettitle { color:#81d743!important; }
.facts .fwidget {width: 275px; display: inline-block; margin-right: 64px; line-height: 27px!important; margin-bottom: 45px; }
#text-28 { margin-right: 0px;}
#text-31 { width: 960px; }
#text-32 { margin-right: 0px; }
#text-33 { margin-right: 0px;}

#main-footer h2 {font-size: 40px; color: #f1f1f1; text-align: center; background: rgb(129, 215, 67); border-radius: 3px; max-width: 51%; min-width: 30%; margin: 49px 0px 88px; }


.startscreen {
  position:relative;
  margin:0 auto;
  padding-top: 100px;
  text-align: center;

  min-width: 960px;
  margin-left: -480px;
  margin-top: 25px;
  min-height: 100%;
  position: absolute;
  left: 50%;
}

.startscreen img.top  {
	max-width: 100%;
	height: auto;
	position: relative;
	margin-top: 3%;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}


.startscreen img.bottom {
	max-width: 100%;
	height: auto;
	position: absolute;
	margin-top: 3%;
}

.startscreen img.top:hover {
  opacity:0;
}

.startscreen img.nose {
/*	width: 158px!important; 
	height: 47px!important; */
	max-width: 100%;
	height: auto;
	position: absolute; 
	top: 470px; 
        left:397px;
	/*margin-left: -566px; */
}

.page #main-header IMG.nose, .single #main-header IMG.nose, .archive #main-header IMG.nose, .tell-a-friend #main-header IMG.nose { 
	font-size: 13px; 
	color: #fff; 
	display: inline-block; 
	z-index: 94!important; 
	position: absolute; 
	margin-top: 134px; 
	right: 140px; 
}

.home #main-header DIV#header-ani IMG.nose {display: none;}

#main-header {height: 1200px; background: #f1f1f1;}
.page #main-header, .single #main-header, .archive #main-header, .tell-a-friend #main-header {height: 208px; overflow: hidden; background: url(/wp-content/uploads/2014/02/kinko_bg_1280-1.png); background-position: right -24px; background-repeat: no-repeat; background-attachment: scroll; }
.page .startscreen img, .single .startscreen img, .archive .startscreen img, .tell-a-friend .startscreen img {display: none;}
.page #top-area, .single #top-area, .archive #top-area, .tell-a-friend #top-area {background: none!important;} 
A#ttf {color: #000!important; }
A#ttf:hover {color: #000!important;}
DIV#footer-widgets.clearfix {background: #fff; padding: 25px 0 25px 0;}
#kinko-ea-form .field-tooltip {margin-right: 100%;}
#kinko-ea-form .submit { background: #81d743; border: none; color: #fff; border-radius: 3px; padding: 10px; font-weight: 400; margin-top: 10px; float: left; margin-bottom: 15px;}
#kinko-ea-form { font-size: 17px; font-weight: bold; text-align: left; color:#333; float: left; line-height: 12px; }
.learn-more-content .newsletter { text-align: left; float: left;}
DIV.sidebar.community { width: 31%; display: inline-block; margin-right: 2%; position: relative; float: left; }
DIV.sidebar.community.three {margin-right: 0%!important;}
DIV.sidebar.community .textwidget {margin-bottom: 10px;}
DIV.sidebar.community .et-learn-more {min-height: 41px;}
.et-learn-more .learn-more-content { padding: 20px 30px 2px!important; }
.textwidget DIV.learn-more-content h2 {display: none;}
DIV.sidebar.community .et-learn-more li { padding-left: 5px; list-style: disc; list-style-position: inline;}
DIV.et-image-slider.et_sliderfx_fade.et_sliderauto_true.et_sliderauto_speed_4000.et_slidertype_images p {padding-bottom: 0px!important;}
DIV.et_shortcodes_controller_nav {display: none;}
.et-image-slides { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: none!important;margin-top: 10px; }
.et-image-slider { border: none!important; box-shadow: none!important; }
.et-image-overlay { box-shadow: none!important; }
DIV#message {margin-top: 9px; margin-bottom: 16px; color: rgb(255, 0, 102) !important; font-weight: 600; line-height: 22px; font-size: 18px; padding: 4px 18px 4px; background: url(/wp-content/uploads/2014/02/message-cat.png) no-repeat; height: 65px; border-radius: 3px; }
.et-learn-more span.et_learnmore_arrow span { top: 20% !important; }
.et-learn-more h3.heading-more { padding: 3px 43px 3px 22px !important }
#text-55 {width: 617px; margin-top: 10px; }
#text-69 {width: 617px; margin-top: 45px; }
#text-67 {margin-top: 38px;}
#text-51 {margin-top: 37px;}
#text-54 { margin-top: 25px; }
#text-52 {margin-top: 27px;}
#text-50 {margin-bottom: 17px;}

#text-47 IMG.video_lightbox_anchor_image { border-left: 5px solid #222; margin-bottom: }
#text-66 IMG.video_lightbox_anchor_image { border-left: 5px solid #222; margin-bottom: }
#text-46 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-1.png) left -1px no-repeat #f1f1f1;}
#text-63 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-1.png) left -1px no-repeat #f1f1f1;}
#text-47 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-2.png) left -1px no-repeat #f1f1f1;}
#text-66 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-2.png) left -1px no-repeat #f1f1f1;}
#text-48 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-3.png) left -1px no-repeat #f1f1f1;}
#text-70 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-3.png) left -1px no-repeat #f1f1f1;}

#text-49 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-4.png) left -1px no-repeat #f1f1f1;}
#text-64 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-4.png) left -1px no-repeat #f1f1f1;}

#text-50 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-5.png) left -1px no-repeat #f1f1f1;}
#text-67 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-5.png) left -1px no-repeat #f1f1f1;}

#text-51 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-6.png) left -1px no-repeat #f1f1f1;}
#text-71 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-6.png) left -1px no-repeat #f1f1f1;}

#text-52 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-7.png) left -1px no-repeat #f1f1f1;}
#text-65 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-7.png) left -1px no-repeat #f1f1f1;}

#text-53 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-8.png) left -1px no-repeat #f1f1f1;}
#text-68 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-8.png) left -1px no-repeat #f1f1f1;}

#text-54 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-9.png) left -1px no-repeat #f1f1f1;}
#text-72 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-9.png) left -1px no-repeat #f1f1f1;}

#text-55 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-10.png) left -1px no-repeat #f1f1f1;}
#text-69 H4.widgettitle {background: url(/wp-content/uploads/2014/02/fact-10.png) left -1px no-repeat #f1f1f1;}


.entry ol li {margin-bottom: 10px;}
UL#testimonials-authors.clearfix img {opacity: 0.8;}

/* learn more content needs to be hidden on page load */
.learn-more-content {
  display:none;
}
.heading-more.open .learn-more-content {
  display:block;
}

/* disable scrolling on home page */
body.home {
  overflow:hidden;
  height:100%;
}

#bottom-widget { font-size: 13px; margin-top: 18px; }
#bottom-widget p { line-height: 18px; }

.page .ticker-div, .single .ticker-div, .archive .ticker-div, .tell-a-friend .ticker-div {display: none!important;}
.page #startscreen-copyright, .single #startscreen-copyright, .archive #startscreen-copyright, .tell-a-friend #startscreen-copyright {display: none!important;}
.page DIV#footer-widgets, .single DIV#footer-widgets, .archive DIV#footer-widgets, .tell-a-friend DIV#footer-widgets, .events-archive DIV#footer-widgets {display: none!important;}
.page FOOTER#main-footer, .single FOOTER#main-footer, .archive FOOTER#main-footer, .tell-a-friend FOOTER#main-footer, .events-archive FOOTER#main-footer {display: none!important;}
body.page.page-id-1004 FOOTER#main-footer {display: block!important;}
body.page.page-id-1004 DIV#footer-widgets {display: block!important;}
.page .startscreen img.nose, .single .startscreen img.nose, .archive .startscreen img.nose, .tell-a-friend .startscreen img.nose {display: none!important;}
.page #main-header iframe, .single #main-header iframe, .archive #main-header iframe, .tell-a-friend #main-header iframe {display: none!important}
.paypal-donations input {max-width: 100%;}
.page-id-28 .et-learn-more span.et_learnmore_arrow span {margin-top: -6px!important;}
.page-id-335 .et-learn-more span.et_learnmore_arrow span {margin-top: -6px!important;}
.page-id-28 .et-learn-more h3.heading-more, .page-id-335 .et-learn-more h3.heading-more { padding: 13px 43px 3px 22px !important; }
DIV.et-box-content p span {font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;}
.home P#footer-info {display: none;}
.page-id-572 .entry table {margin-top: 10px;}
A.small-button.smallpink {margin-right: 15px!important; width: 150px!important; padding: 5px 0px!important; font-size: 15px!important; color: #FFF!important; background: #Ff0066!important; text-decoration: none!important; border-radius: 3px!important; display: inline-block!important; border: none!important; text-align: center!important; text-shadow: none!important;}
.page-id--918 #top-area h1.title {margin: -40px 0px!important;}
A.small-button.smallpink:hover {background: #000!important; color: #fff!important;}
.home iframe {margin-top: 35px!important; }
.ticker-div {display: none;}


.events-archive div#header-ani {display: none;}
.events-archive #main-header {height: 73px;}
.events-archive div#top-area.startscreen {display: none;}
.events-archive #content-area { padding: 53px 0px 120px!important;}
.tribe-events-notices {background: #81d743!important; text-shadow: none!important; border: none!important;}
.events-archive .entry ul {color:#fff!important;}
.tribe-events-tooltip .duration { margin: 3px 0px 10px 0px!important;}
.tribe-events-tooltip p.entry-summary {padding: 0px 0px 1px 5px!important; position: relative;}
#tribe-events-content .tribe-events-tooltip h4 {background: #81d743!important; font-weight: 600!important; font-family: 'lato', arial, sans-serif!important; }
div.tribe-events-single-event-description.tribe-events-content.entry-content.description {position: relative!important;}
.single-tribe_events .tribe-events-schedule h3 {font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;}
.single-tribe_events h2.tribe-events-single-event-title {background: #81d743!important; text-align: center; font-size: 40px; font-weight: 400; color: #fff!important; padding: 7px!important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
h2.tribe-events-page-title { background: #81d743!important; font-size: 40px; font-weight: 400; color: #fff!important; text-align: center!important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-right: 31%!important; }
.tribe-events-list .tribe-events-loop .tribe-events-content { position: relative!important};
h4.entry-title.summary {margin-top:-42px;}
DIV.sidebar.community li.tribe-events-list-widget-events {list-style: none!important; padding-left: 0px; margin-bottom: 15px; border-bottom: solid 1px #ccc;}
h4.entry-title.summary {padding-bottom: 0px!important;}
div.duration {padding-bottom: 15px;}

.page-id-1004 header#main-header {height: 65px!important;}
.page-id-1004 #top-area h1.title {display:none!important;}
.page-id-1004 img.nose {/***right: 44% !important; margin-top: 592px!important;***/ display: none!important; }
.page-id-1004  #main-header .action-nose {/***right: 48%!important; margin-top: 618px!important;***/ display: none!important; }
.page-id-1004  .et-learn-more span.et_learnmore_arrow span {margin-top: -10px!important;}
.page-id-1004 .et-learn-more h3.heading-more {font-weight:600;}
a.bigred { color: #fff !important; background: #ff0066!important; border: none!important; width: 215px !important;}
a.bigred:hover {background: #000!important; border: none!important;}
a.big-button {border-radius: 5px!important;}
.page-id-1004 .simple-social-icons {margin: -32px 0px; float:right;}
.page-id-1004 .et-learn-more {margin-top: -3px!important;}
.page-id-1004 strong {font-size: 21px;}
.page-id-1004 .et-learn-more {margin: -1px 0px!important;}
.page-id-1004 h1 {font-weight: 600;}

.tribe-events-list-widget ol li { margin-bottom: 15px!important; list-style: none outside none; border-bottom: 1px solid #aaa; }
.tribe-events-list-widget a {color:#ff0066!important;}
li.tribe-events-list-widget-events  { margin-bottom: 15px!important; list-style: none outside none; border-bottom: 1px solid #aaa; }

.wp-count-down table {line-height: 1!important;}
.wp-count-down table td { background: #000!important; border-radius: 5px!important; }

#text-75 {width: 617px; margin-top: 71px;}
#text-60 {margin-top: 0px;}
#text-75 H4.widgettitle {background: url(/wp-content/uploads/2014/07/ttf-box-cat.png) left -1px no-repeat #f1f1f1;}
#text-60 H4.widgettitle {background: url(/wp-content/uploads/2014/07/ttf-box-cat.png) left -1px no-repeat #f1f1f1;}
.page-id-1278 h3 {font-size: 30px; line-height: 35px;}
.page-id-1278 #sidebar h4.widgettitle { color: #333; font-size: 24px!important; font-family: 'lato', helvetica, Arial, sans-serif; }
.page-id-1278 A.small-button.smallpink { width: 98% !important; padding: 4px !important; line-height: normal; margin-top: 6px;}
.page-id-1278 .widget {padding: 12px 10px 0px 10px !important;}
.page-id-1278 .textwidget p {line-height: 22px!important;}

.page-id-1401 iframe { height: 506px; }
.page-id-1401 .pageviewhead {display: none;}