/*@font-face {
    font-family: 'BebasNeuewebfont';
    src: url("../fonts/BebasNeuewebfont.eot");
    src: local("BebasNeuewebfont"), url("../fonts/BebasNeuewebfont.woff") format("woff"), url("../fonts/BebasNeuewebfont.ttf") format("truetype")
}
*/
::-moz-selection {
    background: #e29388;
}

::selection {
    background: #e29388;
}

body,
html {
    height: 100%;
    margin: 0 !important;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #414042;
    background: #fcfcfc;
}

h1 {
    color: #ce4936;
    font-family: "Playfair Display", sans-serif;
    font-size: 48px;
    text-align: center;
    margin-top: 82px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

h2 {
    color: #414042;
    font-family: "Playfair Display", sans-serif;
    font-size: 40px;
}

h3 {
    color: #ce4936;
    font-family: "Playfair Display", sans-serif;
    font-size: 25px;
}

a {
    color: #414042;
}

a:hover {
    text-decoration: none;
}

/* .page-not-first {
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
} */

.nav-icon {
    position: fixed;
    right: 0;
}

.nav-icon .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #414042;
}

.c-logo {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    cursor: pointer;
}

.c-logo img {
    float: left;
}

.navmenu {
    text-align: center;
    font-family: "Playfair Display", sans-serif;
    font-size: 20px;
    display: block;
    color: #414042;
    text-decoration: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;
    z-index: 999;
    display: none;
}

.navmenu ul {
    padding: 10px;
}

.navmenu ul li {
    float: left;
    padding: 0;
}

.navmenu ul li i {
    display: none;
}

.navmenu ul li a {
    color: #fff;
    cursor: pointer;
}

.navmenu ul li a:hover {
    color: #9d3829 !important;
}

.navmenu ul li:hover {
    background: transparent;
}

.headroom--unpinned {
    display: none;
}

.headroom--pinned {
    display: block;
}

.fixed {
    position: fixed;
    top: 0px;
    background-color: rgba(206, 73, 54, 0.9);
    display: block;
    height: 68px;
    transition: top 0.2s ease-in-out;
}

.arrow-up {
    float: right;
    display: block;
    background-color: rgba(108, 107, 108, 0.4);
    padding: 10px 15px 10px 15px;
    margin: 50px;
    text-align: center;
    font-family: "Playfair Display", sans-serif;
    font-size: 20px;
    display: block;
    color: #414042;
    text-decoration: none;
}

.portfolio,
.contact {
    background-color: #fff;
}

.portfolio{
	padding-bottom: 60px;
}

.start {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    background: url('../images/start.jpg') no-repeat;
    background-size: cover;
}

.start h1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.logo {
    margin: 0 auto;
    padding: 20px;
    max-width:200px !important;
}

.qoute {
    font-size: 50px;
    color: #ce4936;
    font-family: "Playfair Display", sans-serif;
	font-weight: 400;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 50px 0px 50px 0px;
}

.btn-start,
.btn-start:visited,
.btn-start:active {
    background-color: rgba(108, 107, 108, 0.2);
    padding: 10px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #414042;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;    
}

.btn-start:hover {
    background-color: rgba(108, 107, 108, 0.3);
    color: #414042;
}

.btn-start:first-child {
    margin-right: 20px;
}

.btns-start {
    overflow: hidden;
    margin: 0 auto;
}

.copyright-cubev {
    position: fixed !important;
}

.portfolio figure {
    overflow: hidden;
    min-height: 510px;

}


.portfolio .item {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.portfolio .item img {
    width: 100%;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	  transition: filter 0.5s;
	  -webkit-transition: filter 0.5s;      
}
.portfolio figure:hover img{
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */	
}

.portfolio .item .content {
    background-color: #f1eeee;
    margin: 15px;
}

/*.portfolio .item img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.portfolio .item:hover img {
    transform: scale(1.05, 1.07);
    -webkit-transform: scale(1.05, 1.07);
    -moz-transform: scale(1.05, 1.07);
    -ms-transform: scale(1.05, 1.07);
    -o-transform: scale(1.05, 1.07)
}*/

.portfolio h2 {
    margin-top: -40px;
    margin-left: 5px;
    background-color: #f1eeee;
    padding: 15px 18px;
    display: inline-block;
    z-index: 100;
    position: relative;
    clear: both;
    font-size: 35px;
    font-weight: 400;
}

.portfolio p {
    margin: 25px;
    margin-top: -14px;
}

.portfolio h3 {
    margin: 25px;
}
.portfolio .technology{
	font-style: italic;
}

.portfolio h3 a {
    color: #ce4936 !important;
}

.portfolio a:link,
.portfolio a:active,
.portfolio a:visited {
    color: #414042;
    text-decoration: none !important;
}
.wat{
    background: url('../images/wat.jpg') no-repeat;
}
.wat .icon-image {
    float: left;
    margin-top: 14px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 60px;
    display: none;
}

.wat h3 {
    margin-bottom: 10px;
    margin-top: 11px;
}

.wat .item {
    float: left;
    margin-bottom: 30px;
    display: flex;
    align-items: end;
}
.wat .intro{
	padding: 0 40px;
}
.wat .sections{
	padding: 20px;
}
.contact .fa-home {
    color: #ce4936;
}

.contact .txt-field {
    background: none;
    display: block;
    padding: 10px;
    width: 90%;
    min-height: 60px;
    border: none;
}

.contact label {
    float: left;
    line-height: 20px;
    width: 60px;
    margin-top: 13px;
    padding-left: 15px;
    border-right: 1px solid #414042;
}

.contact .last-label {
    height: 192px;
}

.contact .input-box {
    border: 1px solid #414042;
    min-height: 60px;
    display: block;
    clear: both;
    overflow: hidden;
}

.contact .help-block {
    height: 15px;
    display: block;
    margin-bottom: 0px !important;
}

.contact .has-error .input-box {
    border: 1px solid #a94442;
    background-color: #f2dede;
}

.contact .has-error label {
    border-right: 1px solid #a94442;
    color: #a94442
}

.contact .btn-submit {
    width: 120px;
    background-color: #ce4936;
    border: none;
    padding: 10px;
    color: #fff;
}

.contact .social-media-icons {
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.contact .social {
    background: url(../images/bg-social.png) no-repeat;
    width: 40px;
    height: 47px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 52px;
    float: left;
    margin: 10px;
}
.contact .social .fa{
	font-size: 22px;
}

.contact .social:hover {
    color: #fff;
}

.contact .message {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.contact .message i {
    padding-right: 5px;
}

.contact .ok {
    background-color: #e0edc1;
    color: #42530f;
}

.contact .not-ok {
    background-color: #f2dede;
    color: #a94442;
}

@media (max-width: 768px) {
    h1 {
        font-size: 50px;
    }
    .btn-start:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .copyright-cubev {
        display: none;
    }
    .qoute {
        font-size: 30px;
    }
    .mr-top-100 {
        margin-top: 20px !important;
    }
    .portfolio .item {
        background-color: #f7f7f7;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .portfolio .item .content {
        margin: 0px;
    }
    .portfolio .col-lg-10 {
        padding: 0px;
    }
    .portfolio h2 {
        font-size: 30px;
    }
    .portfolio h3 {
        font-size: 20px;
    }
    .btn-submit {
        width: 100% !important;
        padding: 20px !important;
    }
}

@media (max-width: 500px) {
    .c-logo {
        display: none;
    }
    .navmenu {
        text-align: center;
        padding: 0;
        font-family: "Roboto", sans-serif;
        display: block;
        color: #414042;
        text-decoration: none;
        position: absolute;
        width: 100%;
        bottom: 0px;
        margin: 0 auto;
        z-index: 999;
        display: none;
    }
    .navmenu ul {
        max-width: 333px;
        margin: 0 auto;
        padding: 0;
    }
    .navmenu ul li {
        float: left;
        padding: 0;
    }
    .navmenu ul li a {
        font-size: 10px
    }
    .navmenu ul li i {
        display: block;
        clear: both;
        font-size: 23px;
        padding-bottom: 10px;
    }
    .fixed {
        position: fixed;
        top: 0px;
        background-color: rgba(206, 73, 54, 0.9);
        display: block;
        height: 68px;
        transition: top 0.2s ease-in-out;
    }
    .start .logo {
        max-width: 160px;
    }
    .start .qoute {
        font-size: 18px;
        margin: 20px 0px 20px 0px;
    }
    .wat .icon-image {
        margin: 0 auto;
        float: none;
    }
    .wat h3 {
        text-align: center;
    }
}