@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

a {
    color: #F74134;
    text-decoration: none;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #ffffff;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.row {
    padding-bottom: 132px;
}

.section-title {
    text-align: center;
    text-transform: uppercase;
    color: #0BAFA0;
    font-size: 140px;
    font-weight: 700;
    padding: 48px 20px;
}

.section-title span {
    color: #333;
}

::selection {
    background: #0BAFA0;
    color: #fff;
}

::-moz-selection {
    background: #0BAFA0;
    color: #fff;
}

#portfolio-items .mix {
    float: left;
    display: none;
}

.btn {
    cursor: pointer;
    padding: 10px 16px;
    display: inline-block;
    margin: 10px 20px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-border {
    border: 2px solid #0BAFA0;
    color: #0BAFA0;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.btn-border:hover,
.btn-border:active {
    color: #ffffff;
    background: #0BAFA0;
}

.btn-common {
    background: #0BAFA0;
}

.btn-common:hover {
    background: #585858;
}

#header .main-navigation {
    background: #ffffff;
    border-bottom: 2px solid #0BAFA0;
}

#header .navbar-brand {
    height: auto;
    width: 240px;
    padding: 4px 0 0 15px;
}

#header .navbar-brand img {
    max-width: 60%;
}

#header .nav {
    list-style: none;
    margin-top: 15px;
}

#header .nav#main_navigation_menu {
    margin-bottom: 7px;
}

#header .nav li {
    margin: 0 0 0 24px;
}

#header .nav#scroller_navigation_menu {
    margin-right: -8px;
    padding-right: 8px;
    background-color: #333333;
    height: 32px;
}

#header .nav#scroller_navigation_menu li:first-child {
    margin-left: 8px;
    padding-top: 5px;
    color: #FFFFFF;
    font-size: 15px;
}

#header .nav#scroller_navigation_menu li a {
    padding: 6px 0 1px 0;
}

#header .affix .nav#scroller_navigation_menu li:first-child {
    margin-left: 8px;
    padding-top: 4px;
}

#header .affix .nav li a {
    padding: 2px 0 0 0;
}

#header .affix .nav#scroller_navigation_menu li a {
    padding: 5px 0 0 0;
}

#header .nav li a {
    text-transform: uppercase;
    padding: 5px 0 1px 0;
    color: #0BAFA0;
    font-weight: 300;
    position: relative;
}

#header .nav#scroller_navigation_menu li a {
    color: #FFFFFF;
}

#header .nav li a:after {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 2px solid #0BAFA0;
    width: 100%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    transform: translateY(6px);
}

#header .nav#scroller_navigation_menu li a:after {
    border-bottom: 2px solid #FFFFFF;
}

#header .nav li.active a:after,
#header .nav li.active a,
#header .nav li a:hover::after,
#header .nav li a:hover,
#header .nav li a:focus {
    background: none;
    opacity: 1;
    color: #0BAFA0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

#header .affix {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#header .affix .navbar-brand {
    /*padding: 12px;*/
}

#header .affix .navbar-brand img {
    width: 56%;
}

#header .affix .nav {
    /*margin-top: 10px;*/
}

#connected {
    padding-top: 85px;
    background-color: #333;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

#connected .section-title {
    color: #ffffff;
}

#connected .description {
    font-size: 48px;
    font-weight: 300;
    font-style: italic;
    position: relative;
}

#connected hr {
    width: 200px;
    text-align: center;
}

#footer {
    background-color: #0BAFA0;
    width: 100%;
}

#footer .copyright {
    padding: 14px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

#footer .copyright a {
    color: #fff;
    text-decoration: none;
}

#footer .copyright a:hover {
    color: #34495E;
}

#footer .copyright p {
    margin: 0;
}