/* Global */

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height:24px;
	color: #5a5a5a;
	background-color:#c2c9d3 ;
	overflow-x:hidden;
}
::selection {
	background: #999;
	color:#fff;
}
::-moz-selection {
	background: #77c59e; /* Firefox */
	color:#fff;
}
img {
	max-width: 100%;
    height: auto;
}
a:link {
	color: #0d56bc;
	text-decoration: none;
}
a:hover {
	color:#000;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	
}

.fright{float:right;
}
.fleft{float:left;
}

.overflow_hidden {overflow-x:hidden;}

/* Navigation */

.menu {
	position:relative;
	top:0px;
	width:100%;
	height:76px;
	background:#FFF;
	z-index:9;
	
}
#logo {
	margin-bottom:0;
	margin-left:-5px;
}

#nav {
	text-align: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin:0;
	padding:0;
}
.navigation li{
	float: left;
	text-align:left;
	padding:9px;
	margin-left:30px;
	margin-top:20px;
	text-transform:none;
	background:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	color:#fff;
	transition: rgba(255,255,255,.5) 0.3s ease-in-out;
	-moz-transition: rgba(255,255,255,.5) 0.3s ease-in-out;
	-webkit-transition: rgba(255,255,255,.5) 0.3s ease-in-out;
	-o-transition: rgba(255,255,255,.5) 0.3s ease-in-out;
	border:1px dashed rgba(0,0,0,.1);
}
.navigation li:first-child{margin-left:0;}
.navigation li:hover,
.navigation .active {
	cursor:pointer;
	color:#000;
}



/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	padding:0;
}
h1 {
	margin:0 0 15px 0;
	text-transform:none;
	text-align:left;
	background:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 60px;
	line-height: 70px;
	color:#343434;
	font-weight: 200;
}

h4 {
	margin:0;
	padding:0 0 4px 0;
	text-transform:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:32px;
	font-style:normal;
	line-height:66px;
	color:#343434;
}
h5 {
	margin:0;
	padding:0 0 17px 0;
	text-transform:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:20px;
	color:#343434;
}
img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	top:0;
	bottom:-57px;
	height:100%;
	z-index:999 !important;
}

.slide p {
	padding:0;
	width:70%;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color:#999;
	font-weight: 500;
}

#slide 6 p {
	margin-top:30px;
}

#slide 8 p {
	margin-top:10px;
}

.padding_slide1 {padding:145px 0 90px 0;
}

#slide1{
	background-image:url(../images/slide1_bg.jpg);
	background-size: cover !important;
	width:100%;
	text-align:left;
}

.filtr_bg {
	text-align:center;
	font-size:16px;
	line-height:21px;
	color:#929292;
}
#slide1 h1 {
	margin:0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 270px;
	line-height: 207px;
	color:#929292;
	font-weight: 200;
}
#slide1 h2 {
	margin:0;
	padding:0 0 10px 0;
	letter-spacing:1.5px;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 88px;
	line-height: 89px;
	color:#454444;
	font-weight: 200;
}
#slide1 h2 span {font-weight:300;}

#slide1 p {
	padding:0 35px 46px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color:#929292;
	font-weight: 300;
}
#slide1 .button {
	display:inline-block;
	cursor:pointer;
	margin:10px;
	padding:10px 0;
	min-width:183px;
	border:1px solid #3e3e3e;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	color:#3e3e3e;
}
#slide1 .button:hover {background:url(../images/button_h.png) repeat left top;color:#3e3e3e;
}

/* ____________________________________ Slide 2 ____________________________________ */ 

#slide2 {
	background:url(../images/slide_bg.jpg) repeat left top;
	padding:86px 0 69px;
}

/* _________________ SKILLS ________________ */
#skills_block p {
	padding:0 0 7px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:20px;
	color:#808080;
}
#skills_block p b{
	font-weight:300;
	color:#3e3e3e;
}
#skills_block li {
	background:#77c59e;
	width:9px;
	height:13px;
	margin-bottom:15px;
	padding-left:5px;
	transition: width 0.7s ease-in-out;
	-moz-transition: width 0.7s ease-in-out;
	-webkit-transition: width 0.7s ease-in-out;
	-o-transition: width 0.7s ease-in-out;
}
#skills_block:hover li {
	background:#ddd;
	width:99%;
	padding-left:0;
}

#skills_block li span {
	display:none;
}
#skills_block:hover li span {
	display:block;
	background:#77c59e;
	padding:0;
	height:13px;
}

.skill1 {width:60%;
}
.skill2 {width:80%;
}
.skill3 {width:45%;
}


/* _________________________ //SKILLS _______________________ */

ul.about_sp {
	margin:4px 0 0 0;
	padding:0;
}
.about_sp li {
	background:url(../images/about_sp_bg.png) no-repeat left top;
	padding-left:35px;
	margin-bottom:11px;
	color:#807f7f;
}


/* _______________________ //Testimonials ________________________ */

/* ___________________________________ //Slide 2 ___________________________________ */ 



/* ____________________________________ Slide 3 ____________________________________ */ 

#slide3{
	background-image:url(../images/slide3_bg.jpg);
	background-size: cover !important;
	width:100%;
	text-align:center;
}
.padding_slide3 {padding:120px 0 108px;
}
#slide3 p {
	font-size: 73px;
	color: #fff;
	line-height: 80px;
	font-weight: 300;
	text-transform:uppercase;
}



#bg {
	background:url(../img/bg1.jpg) no-repeat center center;
	background-size: cover;
	position:absolute;
	z-index: -1;
	opacity: 1;
}

#slide4 {

	background: url(../img/pattern2.png) repeat center center;

	padding:86px 0 69px;
	
}
#slide4 h5 {padding:0 0 35px;}


/* _________________ PORTFOLIO ________________ */
.gallery-list .grid_3 {width:233px !important;}

#slide4 .hover_img {
	cursor:pointer;
	overflow:hidden;
	position:relative;
	height:211px;
	width:235px;
	border:1px dashed rgba(255,255,255,.8);
}
.hover_img h5 {
margin:20px;
margin-top:180px;
/*text-shadow: 1px 1px 1px rgba(255,255,255,.8);*/
}

.hover_img h1 {
color:#FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.item_description p {
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}

.hover_img p {
width:100%;

}
.portfolio_zoom, .portfolio_link {
	width:55px;
	height:55px;
	position:absolute;
	bottom:0;
	background-repeat:no-repeat;
	transition: right 0.7s ease-in-out;
	-moz-transition: right 0.7s ease-in-out;
	-webkit-transition: right 0.7s ease-in-out;
	-o-transition: right 0.7s ease-in-out;
	opacity:.9;
	

}

.portfolio_link {
	right:-60px;
	background-image:url(../img/plus.png);
	background-position:center center;
	z-index:303;
}
.portfolio_zoom:hover, .portfolio_link:hover {
	opacity:1;
	z-index:310;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:54px;
	height:54px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom {
	right:42px;
}
.hover_img:hover .portfolio_link {
	right:0;
}

.hover_img h5 {
	opacity:1;
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
}

.hover_img:hover h5 {
	opacity:0;
}
.item_description {
	position:absolute;
	top:-122px;
	left:0;
	right:0;
	padding:15px 21px;
	text-align:left;
	color:#8f8f8f;
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	
}

.item_description2 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:left;
	color:#8f8f8f;
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	opacity: 0;
}

.aboutpic {
	background:url(../img/about.png) no-repeat center center;
}

.contactpic {
	background:url(../img/contact.png) no-repeat center center;
}

.logopic {
	background:transparent url(../img/openvisor_logo_negativ.png) no-repeat center center;
	background-position: 4px 1px;
		
}

.fazpic {
	background:transparent url(../img/faz_logo_white.png) no-repeat center center;
	 background-position: 4px 1px;
}

.creativepic {
	background:url(../img/creativeconsult.png) no-repeat center center;
}

.hover_img:hover .item_description2 {
	opacity: 1;
	/*background-color:#FFF;*/
}



.hover_img:hover .item_description {
	top:0;
	height:100%;
	background-color:#FFF;
}

.item_description p {
	padding:0 0 9px 0;
	margin:0 0 13px;
	border-bottom:1px solid #dfdfdf;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #3e3e3e;
	line-height: 26px;
	font-weight: 300;
	text-transform:none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


/* ________________ //PORTFOLIO _______________ */

/* ___________________________________ //Slide 4 ___________________________________ */ 







/* ____________________________________ Slide 6 ____________________________________ */ 
#slide6 {
	background:url(../images/slide_bg.jpg) repeat left top;
	padding:86px 0 69px;
	background-color:#FFF;
}

#slide6 h5 {margin-bottom:39px;
}
.serv_block {
	display:block;
	position:relative;
	margin-bottom:13px;
	text-align:center;
	color:#3e3e3e;
}

.iconimg, .iconimg_h {
	margin-left:-44px;
	position:absolute;
	top:0;
	left:50%;
}

.iconimg_h {
	opacity:0;
	filter: alpha(opacity=0);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:500ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(0);
	-moz-transition-duration:500ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(0);
	-o-transition-duration:500ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(0);
	-ms-transform-duration:500ms;
	-ms-transform-timing-function: ease-out;
}

.serv_block:hover .iconimg {
	opacity:0;
	filter: alpha(opacity=0);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:900ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(2);
	-moz-transition-duration:900ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(2);
	-o-transition-duration:900ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(2);
	-ms-transform-duration:900ms;
	-ms-transform-timing-function: ease-out;
}
.serv_block:hover .iconimg_h {
	opacity:1;
	filter: alpha(opacity=100);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:900ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(1);
	-moz-transition-duration:900ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(1);
	-o-transition-duration:900ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(1);
	-ms-transform-duration:900ms;
	-ms-transform-timing-function: ease-out;
}

.serv_block p {
	margin:0;
	padding:91px 30px 30px;
	text-transform:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:28px;
	line-height:29px;
	color:#3e3e3e;
}

.read_more {
	display:block;
	padding-top:30px;
	color:#77c59e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.read_more:hover {
	font-size:24px;
}


/* ___________________________________ //Slide 6 ___________________________________ */



/* ____________________________________ Slide 7 ____________________________________ */ 

#slide7{
	background-image:url(../images/slide7_bg.jpg);
	background-size: cover !important;
	width:100%;
	text-align:center;
	background-color:#FFF;
}
.padding_slide7 {padding:148px 0 159px;
}
#slide7 p {
	font-size: 73px;
	color: #000;
	line-height: 80px;
	font-weight: 300;
	text-transform:uppercase;
}


/* ___________________________________ //Slide 7 ___________________________________ */ 



/* ____________________________________ Slide 8 ____________________________________ */

#slide8 {
	background:url(../images/slide_bg.jpg) repeat left top;
	padding:86px 0 0;
	background-color:#FFF;
}

#slide8 .container {margin-bottom:80px;
}


/* ______________ CONTACT_FORM ______________ */
::-webkit-input-placeholder { opacity:1 !important; color:#3e3e3e !important;
}
:-moz-placeholder {opacity:1 !important; color:#3e3e3e !important;
}
::-moz-placeholder { opacity:1 !important; color:#3e3e3e !important;
}
:-ms-input-placeholder { opacity:1 !important; color:#3e3e3e !important;
}

.contact_form input[type="text"],
.contact_form textarea {
	width:93%;
	margin:22px 0 0 0;
	padding:17px 10px 17px 21px;
	background: #fff;
	font-size:14px;
	line-height:21px;
	border:1px dashed #e3e3e3;
	color:#3e3e3e;
	outline: none;
}
.contact_form input[type="text"]:first-child {margin-top:0;
}
.contact_form textarea {
	resize: none;
	margin-top:0;
	height: auto;
    min-height: 164px;
}

.contact_btn {
	width:130px;
	border:none;
	
	margin:0 17px 20px 0;
	padding:17px 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	text-align: center;
	vertical-align: middle;
	background-color:#FFF;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.contact_btn:hover,
.send_btn {
border:1px dashed #e3e3e3;
	color:#3e3e3e;
	
}

#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#444;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
}
#note .notification_error {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#f00;
}
/* _____________ //CONTACT_FORM _____________ */


#map_block {
	margin:0;
}

/* ____________________________________ //Slide 8 ____________________________________ */

/* ____________________________________ FOOTER ____________________________________ */
#footer {
	background:#343434;
	padding:27px 0 23px;
}
.copyright {
	float:left;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	color:#979797;
}
.copyright a {
	color:#77c59e;
}
.copyright a:hover {text-decoration:none;color:#fff;
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	cursor:pointer;
	position:relative;
	z-index:300;
	display:block;
	background:url(../images/back_top_bg.png) no-repeat top right;
	margin:0;
	padding-right:20px;
	width:93px;
	height:20px;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	color:#979797;
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */

/* ___________________________________ //FOOTER ___________________________________ */

.info-list .grid_2 {width:178px !important; height:178px !important; text-align: center; line-height:178px; border:1px dashed rgba(0,0,0,.1); }

    a.tooltip {outline:none; 	font-family: 'Source Sans Pro', sans-serif;
	font-weight:500;
	font-size:26px; color:#000;}
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:500;
	font-size:16px;
    z-index:10;display:none; padding:20px;
    margin-top:138px; margin-left:-178px;
    width:268px; line-height:18px;text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color:#999;
	font-weight: 500;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#999;
    background:#FFF;}
    
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{        
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}



.reveal-modal img { width:100%; height:auto; margin-top:50px;}

.reveal-modal p {
		width:90%;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color:#999;
	font-weight: 500;
}

.reveal-modal h1 {
	margin-top:20px;
	line-height:40px;
	font-size: 36px;
	width:100%;

}

