/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    color: #333;

}

body {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
}

p {
    font-size: 16px;
    font-weight: 300;
}

p.small {
    font-size: 14px;
}
@media (max-width: 575.98px){
    p {
        font-size: 0.95em;

    }
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #016c88;
}

a.indent{
	padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Play';
    font-weight: 100;
}

h1{
    font-size: 30px;
}
h2{
    font-size: 26px;
    padding-bottom: 15px;
}

h3{
    font-size: 24px;
}



@media (max-width: 575.98px){
    h1{
        font-size: 1.8em;
    }

    h2{
        font-size: 1.2em;
    }

    h3{
        font-size: 1.2em;
    }

    h4{
        font-size: 0.95em;
    }
}


hr{
    border-top: 1.5px solid #045c72;
}



hr.star-light {
    border-color: #fff;
        width:50%;
}

hr.star-light:after {
    color: #fff;
    background-color: #045c72;
}



hr.vertical
{
   width: 1px;
   height: 450px; /* or height in PX */
}

.blue{
	color: #016c88;
}

.red {
    color: #9c2e2e;
}

.white{
    color: #fff;
}

.italic{
	font-style: italic;
}

.bold{
    font-weight:bold;
}

#about > .col-lg-6{
    padding: 0;
    margin:0;
}

.img-centered {
    margin: 0 auto;
}

.img-portrait{
    margin:0 auto;
    border:1px #333;
    border-image-outset: 5px;
}

.img-description{
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	margin-top: -15px;
}

header {
    text-align: center;
    color: #222;
    background: #fff;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: 'Ubuntu';
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}


/* Navigation */

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 10px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.8em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 1px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {

    font-family: 'Play';
    font-weight: 500;
}


.navbar-right{
    font-size: 18px;
}
.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default {
  background-color: #fff;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #bbb;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #016c88;
  background-color: #fff;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 25px auto;
  }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
    color: #016c88;
    background-color: transparent;
    }

    .navbar-brand {
    float: left;
    padding-left: 15px;
    }

    .navbar-brand > img {
    display: block;
    max-width: 90%;
    height: 75px;
    }
}



@media (max-width:767px) {
    .navbar-brand {
        float: left;
        padding-top: 0px;
    }

    .navbar-brand > img{
        display: block;
        max-width: 75%;
        height: 75px;
    }
}

@media (max-width:575.98px) {
    .navbar-brand {
        float: left;
        max-width: 310px;
    }


}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}


.hairline{
    margin: 0;
}


/* sections */
section {
    padding:0;

}

section h2 {
    margin: 0;
    /*font-size: 1.8em;*/
}





section .colored-bg {
    color: #fff;
    background-color: #045c72;
    padding:75px 15px 75px 15px;
}

section .colored-bg-light {
    color: #fff;
    background-color: #d7dddf;
}


section.colored-bg a,
section.colored-bg a:hover,
section.colored-bg a:focus,
section.colored-bg a:active,
section.colored-bg a.active {
    outline: 0;
    color: #045c72;
}

.colored-bg-light {
    color: #333;
    background-color: #d9eaee;
}

@media(max-width:767px) {

    section.first {
        padding-top: 30px;
    }
}



@media (min-width: 768px){
#portfolio{
    padding-top: 150px;
}

#process{
    padding-top: 200px;
}

#about{
    padding-top: 200px; 
    margin-top: -100px;

}

#contact{
    padding-top: 200px;
    margin-top: -100px;
    }
}

@media (min-width: 320px) and (max-width: 767px){
#portfolio{
    padding-top: 100px;
}

#process{
    padding-top: 100px;
}

#about{
    padding-top: 100px; 
    margin-top: -50px;

}

#contact{
    padding-top: 100px;
    margin-top: -50px;
    }
}


#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 10px 0;
    padding: 10px;
}


#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}


#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    bottom:-85%;
    width: 100%;
    height: 100%;
    opacity: ;
    background: rgba(51,51,51,.85);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}


#portfolio .portfolio-item:hover .portfolio-link .caption {
    opacity: 1;
    bottom: 0;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    bottom: 92%;
    width: 100%;
    height: 20px;
    padding:5px 50px;
    margin-top: -12px;
    text-align: center;
    color: #fff;
}


#portfolio .portfolio-item:hover .portfolio-link .caption .caption-content {
    bottom: 50%;

    transition: ease-out .35s;
    }

#portfolio .portfolio-item .portfolio-link .caption .caption-content h2,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
    color:#fff;
    font-weight: normal; 
}



#portfolio * {
    z-index: 2;
}

#portfolio .container{
    padding: 0px 40px 40px 40px;
}

.process-block{
	padding: 20px 30px;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 10px;
    }
}
.about-info hr{
    margin-top: 5px;
}
.about-text{
    padding: 30px 0 60px 0;
}
.about-info{
    padding-top: 60px;
    padding-bottom: 40px;
}

.about-info h4{
    color: #fff;
}

.cv-info{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cv-info li{
    margin: 1.5em 0 0.3em 0;
    color: #fff;
}
.cv-info a{
    color:#ccc;
    text-decoration: none;
}
.cv-info a:hover{
    color: #fff;
    text-decoration: none;
}

.process-text{
	padding-top: 50px;
}

/*buttons*/
.btn-primary {
  color: #ffffff;
  background-color: #016c88;
  border-color: transparent;
  box-shadow: 1px 1px 2px #222;
}
/*.btn-primary:active{  
  color: #045c72;
  background-color: #fff;
  border-color: #045c72;
}*/
.btn-primary:hover {
  color: #ffffff;
  background-color: #016c88;
  border-color: transparent;
}

.btn-outline {
    margin: 5px 0 5px 0;
    border: solid 1px #045c72;

    color: #045c72;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 1px #045c72;
    color: #fff;
    background: #045c72;
}

.btn-default {
  color: #fff;
  background-color: #045c72;
  border-color: #fff;
  }

.btn-default:hover{
    color: #045c72;
    background-color: #fff;
    border-color: #045c72;
}

.btn-outline-inverse {
    margin-top: 50px;
    border: solid 1px #fff;

    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active,
.btn-outline-inverse.active {
    border: solid 1px #fff;
    color: #045c72;
    background: #fff;
}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #045c72;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn-social-footer {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    margin-right: 5px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}


.btn-right{
    float: right;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: ;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.1em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #045c72;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
    background-color: #045c72;
    margin-top:50px;

}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    cursor: pointer;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;

}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;

}
@media (max-width:1199px){
    footer{
        text-align: center;
    }
}


.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}


.infobox {
    background-color: #9D3130;
    border: 1px solid #9D3130;
    padding:20px 40px;
   
}

.infobox p{
    margin:0px;
   
}

.infobox a{
    color: #fff;
    text-decoration: underline;
   
}
/* projects */


.project-title{
    padding: 0px;
    margin-bottom: 20px;
    margin-top:-10px;    
    
}
.project-title h2{
    padding: 0;
    margin-top: 0.6em;
    color: #045c72;
}
.project-title p{
    padding-top: 0.2em;
}

.project-downloads{
    padding:0;
    margin-top:10px;
}


@media (max-width:767px){
    .project-description{
        padding: 0;
    }
    .project-title{
    
    font-size: 0.8em;

    }
    .project-title h2{
        font-size: 1.8em;
    }
}

@media (max-width: 575.98px){
    .project-title{

    font-size: 1em;
    line-height: 1.2em;

    }
    .project-title h2{
        font-size: 1.3em;
    }
}

.project-info{  
    background-color: #d9eaee;
    margin: -10px 0px 40px 0px ;
    padding: 10px 0 10px 0;
}

.project-info .container{  
    padding: 0px 40px 10px 40px;
    font-size: 0.8em;
}

.colmn-2{
column-count: 2;
}
.colmn-4{
column-count: 4;
}

.project-info ul{
    list-style-type: none;
    padding: 0;

}
.project-info h3,h4,h5{
    color:#045c72;

}

.project-info ul li{
      display: inline; 
    }

@media(min-width : 320px) and (max-width : 480px){
    .project-info{
        min-width: 100%;
        background-color: #d9eaee;
        font-size: 0.75em;
    }
}

.project-info h5{
    margin: 1.5em 0 0.3em 0;
}


.project-content .container{
    padding: 0px 40px 40px 40px;
}

.project-content ul {
    padding: 10px;
}
 
.project-content ul li{
    margin: 15px;
}

.embed-responsive {
    margin: 30px 0;
}




#toolbox-icon{
    width: 29px;
    margin-top: -10px;
}

.skills{
    margin-bottom: 40px;
}




