/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.01.2014, 00:54:20
    Author     : Wooohooo
*/


.container.content {
    cursor: default;
}

.container.content .thumbnail{
    border-color: #000000;
    border: solid 0px;
}

.container.content .thumbnail .caption {
    background-color: #222222;
}

.container.content .thumbnail .caption > h3 {
    color: #dedede;
}

.container.content .thumbnail .caption > p {
    color: #dedede;
    text-align: justify;
}

.container.content .page-header{
    margin-top: -40px;
}

.container.content > p {
    color: #dedede;
}

.container.content h1{
    color: #dedede;
}

/*
*Contact
*/

.contact.correspondence {
    border-right: 2px solid #dedede;
    height: 470px;
}

.correspondence.title h4{
    width: 100%;
    color: #dedede;
    text-align: right;
    padding: 0 25px 0 0;
}

input.contact.form-control{
    margin-top: 20px;
    background-color: #222222;
    color: #dedede;
    font-family: Times New Roman;
    text-transform: uppercase;
}

input.contact.form-control:focus {
  border-color: #d58512;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea.contact.form-control{
    margin-top: 20px;
    background-color: #222222;
    font-family: Times New Roman;
}

textarea.contact.form-control:focus {
  border-color: #d58512;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

button.contact.btn {
    margin-top: 20px;
    float: right;
}

.contact.address {
    
}

.address.title h4{
    width: 100%;
    color: #dedede;
    text-align: left;
}

.contact.address address{
    color: #dedede;
    margin-top: 15px;
    font-size: 2em;
    font-family: Times New Roman;
}

div.address.social {
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 6em;
    line-height: 120px;
    text-shadow: 2px;
    border: 5px solid #ffffff;
    border-radius: 5px;
    font-stretch: ultra-condensed;
}

div.address.social.facebook{
    background-color: #3b5998;
    color: #ffffff
}

div.address.social.twitter{
    background-color: #4099FF;
    color: #ffffff;
}

div.address.social.xing{
    background-color: #126567;
    color: #ffffff;
}

div.address.social.flickr{
    background-color: #ff0084;
    color: #000;
}

.contact.analytics{
    color: #dedede;
    background-color: #222222;
    border-style: solid;
    border-width: 10px;
    border-radius: 10px;
    border-color: #222222;
    padding: 10px;
    box-shadow: 0 0 2px #ffffff;
}


/*
*Portfolio
*/

.media{
    margin-top: 50px;
    border-bottom: 2px solid #dedede;
    border-right: 2px solid #dedede;
}

div.portfolio.circl{
    background-color: #dedede;
    width: 40px;
    height: 40px;
    border: 40px solid #dedede;
    border-radius: 40px;
    
}
div.portfolio.circl.inner{
    background-color: #4099FF;
    width: 35px;
    height: 35px;
    border: 35px solid #4099FF;
    /*border-radius: 35px;*/
    margin: -35px;
    padding-left: 0px;   
}

div.portfolio.circl.inner:hover{
    background-color: #d58512;
    border: 35px solid #d58512;
}

li.active div.portfolio.circl.inner{
        background-color: #d58512;
    border: 35px solid #d58512;
}

ul.portfolio li div.portfolio.circl a{
    margin: 0px;
    color: #dedede;
    font-size: 1em;
    line-height: 5px;
    font-weight: bold;
    
}

ul.portfolio li div.portfolio.circl a{
    text-decoration: none;
}


div.portfolio.connect{
    width: 5px;
    height: 20px;
    margin-left: 37px;
    background-color: #dedede;
}

ul.portfolio{
    list-style-type: none;
}

.panel{
    background-color: #000000;
    border-width: 1px;
}
.media-body{
    padding: 10px 50px;
    color: #ffffff;
}

.media-body p{
    padding-left: 10px;
    font-size: 18px;
}

.container.content > p {
    font-size: 36px;
}

p.lead {
    color: #dedede;
    
}
/* p/ app*/
.appcontent {
    text-align: center;
}

.appdescr p {
	font-size: 24px;
	color: #ffffff;
}

    img.appiconbig {
            width: 320px;
            height: 320px;
            border-radius: 40px;
    }


@media (min-width: 768px){
    img.appiconbig {
            width: 440px;
            height: 440px;
            border-radius: 40px;
    }
}

@media (min-width: 992px){
    img.appiconbig {
            width: 640px;
            height: 640px;
            border-radius: 40px;
    }
}
