html,
body {
    width: 100%;
    height: 100%; 
    font-family: 'Source Sans Pro', sans-serif;
}
.navbar-brand img{
    height: 60px;
    margin-top: -7px;
}

a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
  color: #fff;
  background-color: transparent;
}
a, 
a:hover,
a:focus{
    background: none;
    color: #6FCCD9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}


p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
#top-nav{
    background-color: #272727;  
}
.navbar-default  {
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #B2B0A1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
    background: none;
    color: #6FCCD9;
}
.navbar-nav > li > a{
    font-size: 1em;
    line-height: 3.2em;
}
h2.subheading {
    margin-top: 40px;
    text-transform: none;
    font-size: 2.4em;
    font-weight: 300;
    color: #214001;
}
h3.subheading {
    margin-top: 0px;
    margin-bottom: 35px;
    text-transform: none;
    font-size: 1.3em;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 400;
    color: #A1A621;
}
h4.subheading {
    margin-top: 0px;
    margin-bottom: 35px;
    text-transform: none;
    font-size: 1em;
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #6FCCD9;
}
.font-grey{
    color: #666;
}

/*WORKS*/
#works {
    padding-top: 5em;
}
#works figcaption a{
    border-top:1px solid #fff;
    margin-top: 1em;
    display: inline-block;
    padding:2em 5em; 
    color: #272727;
    font-size: 1.2em;

}
#works figcaption a:hover{
    text-decoration: none;
    padding:2em 5em; 
 
}

.work-modal .list-group{
    list-style: none;
}
.work-modal .img-logo{
    margin: 40px 0;
}




/* **************** set.css for WORKS*********************** */
figure.effect-oscar h2{
    font-size: 2.0em;
    word-spacing: 0em;
}
figure.effect-oscar figcaption::before {
	border: 0px solid #fff;
}
figure.effect-oscar:hover figcaption {
	background-color: #A1A621; 
}

/*******timeline*********/
#about{
    padding-top: 60px;
}
.timeline {
    position: relative;
    list-style: none;
}

.timeline>li {
    position: relative;
    min-height: 100px;
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0px 0px 20px 90px;
    text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0px 0px 20px 90px;
    text-align: left;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-left: 0;
    border: 2px solid #214001;
    border-radius: 100%;
    text-align: center;
    background-color: #214001;
}


.timeline .timeline-heading h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: inherit;
    font-size: 1.2em;
}
.timeline a{
    margin-top: 0;
    font-size: 1.3em;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 400;
    color: #EEBAD6;   
}



/*FOOTER contact form*/
#contact{
    background: #272727 url("") no-repeat center top;
}
#contact h2{
    text-transform: none;
    font-size: 2.4em;
    font-weight: 300;
    color: #A1A621;
    margin-top: 10px;
}
.contactform{
    padding-top: 20px;
    padding-bottom: 50px;
}
.contactform textarea,
.contactform input{
    width: 100%;
    padding:0.6em;
    border:2px solid #fff;
    margin-bottom: 1em;
    border-radius: 0;
    outline: none;
    background: rgba(255,255,255,0.9);
}

.btn-primary{
    color: #fff;
    background-color:#6FCCD9;
    outline: none;
    border-color: transparent;
    text-transform: uppercase;
    width: 100%;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
    background-color:#65B1B1;
    box-shadow: none;
    border-color: transparent;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;   
    outline: none !important;
}
.btn-work{
        padding: 20px;
}
.btn-primary-work{
    color: #fff;
    background-color:#6FCCD9;
    outline: none;
    border-color: transparent;
    text-transform: uppercase;
    text-align: center;

}
.btn-primary-work:hover,
.btn-primary-work:active,
.btn-primary-work:focus
{
    color: #fff;
    background-color:#65B1B1;
    box-shadow: none;
    border-color: transparent;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;   
    outline: none !important;
}
#contact .address-font{
    font-size: 1.5em;
    color: #A1A621;
}

footer
ul.social-buttons {
    margin: 10px 0px;
}

ul.social-buttons li a {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    font-size: 14px;
    line-height: 28px;
    outline: 0;
    color: #666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #65B1B1;
    color: #fff;

}
footer .programs img{
    padding: 30px 40px;
    display: inline-block;

}
/************************************Modals of work*******************************/
.work-modal .modal-content {
    padding-top: 90px;
    padding-bottom: 30px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.work-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.work-modal .close-modal:hover {
    opacity: .3;
}
.work-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.work-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #666;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.border{
    border:1px solid #333;
    margin-top: 20px;
}
.p-resume{
font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: justify;
    padding-right: 30px;
}
.small{
    text-transform: uppercase;
    margin: 20px 0;
    color: #000;
}
a.mail-tel {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
/*******************MEDIA*************************/
/* mobil */
@media (max-width: 767px)  {
    /*WORKS*/
    .navbar-brand img{height: 37px;}
    #works {padding-top:3.7em;}
    .work-modal .modal-content {padding-top: 70px; padding-bottom: 20px;}
    .work-modal .close-modal {position: absolute;top: 15px;right: 20px;width: 50px;height: 50px;}
    .work-modal .close-modal .lr{height: 50px;}
    .work-modal .close-modal .lr .rl{height: 50px;}
    .work-modal .img-logo{margin:0;}
}
@media (min-width:768px) {
    .timeline:before {left: 50%;}
    .timeline>li { margin-bottom: 70px; min-height: 70px;}
    .timeline>li .timeline-panel {float: left;width: 41%; padding: 0 10px 10px 20px;text-align: right;}
    .timeline>li .timeline-image { left: 50%;width: 100px;height: 100px; margin-left: -50px; }
    .timeline>li.timeline-inverted>.timeline-panel { float: right;padding: 0 20px 10px 10px; text-align: left;}
    
}
/*ipad only*/
@media (min-width:768px) and (max-width: 1024px){
    footer .programs img{padding: 25px;}
}
@media (min-width:768px) and (max-width: 1024px)and (orientation : portrait){
footer .programs img{display: none;}
}

@media (max-width: 1200px) {
	.process ul li{margin:0 0.5em; }
	.grid figure h2{font-size:1.5em; font-weight: 700;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}
    
}


/*************************progressbar resume******************/    
.col {
    width: 100%;
    position: relative;
    float: left; 
    margin-left: 0;
    padding-right: 30px;
}

.skills {
    list-style: none;
}
 ul.skills {
    margin: 0;
    padding: 0;
}
.skills li {
    margin-bottom: 30px;
    background: #ccc;
    height: 9px;
}
.expand {
    height: 5px;
    margin: 2px 0;
    background: #2187e7;
    position: absolute;
}


.html5 { 
    background-color: chartreuse;
    width: 90%;
    -moz-animation: html5 2s ease-out;
    -webkit-animation: html5 2s ease-out;
}

.css3 {
    background-color: chartreuse;
    width: 80%;
    -moz-animation: css3 2s ease-out;
    -webkit-animation: css3 2s ease-out;
}

.bootstrap {
    background-color: #6FCCD9;
    width: 60%;
    -moz-animation: bootstrap 2s ease-out;
    -webkit-animation: bootstrap 2s ease-out;
}

.javascript {
    background-color: #ea6cb0;
    width: 35%;
    -moz-animation: javascript 2s ease-out;
    -webkit-animation: javascript 2s ease-out;
}
.photoshop {
    background-color: chartreuse;
    width: 85%;
    -moz-animation: photoshop 2s ease-out;
    -webkit-animation: photoshop 2s ease-out;
}
.illustrator {
    background-color: #6FCCD9;
    width: 70%;
    -moz-animation: illustrator 2s ease-out;
    -webkit-animation: illustrator 2s ease-out;
}
.indesign {
    background-color: #ea6cb0;
    width: 40%;
    -moz-animation: indesign 2s ease-out;
    -webkit-animation: indesign 2s ease-out;
}
.dreamweaver {
    background-color: chartreuse;
    width: 80%;
    -moz-animation: dreamweaver 2s ease-out;
    -webkit-animation: dreamweaver 2s ease-out;
}

@-moz-keyframes html5 {
    0% {width: 0px;}
    100% {width: 90%;};
}
@-moz-keyframes css3 {
    0% { width: 0px;}
    100% { width: 80%;};
}
@-moz-keyframes bootstrap {
    0% { width: 0px;}
    100% {width: 60%;};
}
@-moz-keyframes javascript {
    0% { width: 0px;}
    100% {width: 35%;};
}
@-moz-keyframes photoshop {
    0% { width: 0px;}
    100% { width: 85%;};
}
@-moz-keyframes illustrator {
    0% { width: 0px;}
    100% { width: 70%;};
}
@-moz-keyframes indesign {
    0% { width: 0px;}
    100% { width: 40%;};
}
@-moz-keyframes dreamweaver {
    0% { width: 0px;}
    100% {width: 80%;};
}


@-webkit-keyframes html5 {
    0% {width: 0px;}
    100% {width: 90%;};
}
@-webkit-keyframes css3 {
    0% { width: 0px;}
    100% { width: 80%;};
}
@-webkit-keyframes bootstrap {
    0% { width: 0px;}
    100% {width: 60%;};
}
@-webkit-keyframes javascript {
    0% { width: 0px;}
    100% {width: 35%;};
}
@-webkit-keyframes photoshop {
    0% { width: 0px;}
    100% { width: 85%;};
}
@-webkit-keyframes illustrator {
    0% { width: 0px;}
    100% { width: 70%;};
}
@-webkit-keyframes indesign {
    0% { width: 0px;}
    100% { width: 40%;};
}
@-webkit-keyframes dreamweaver {
    0% { width: 0px;}
    100% {width: 80%;};
}
div .btn-work button {
    background-color: #A1A621;
    
}


