body {
    background: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.cf-page {
    width: 100%;
    float: left;
}
.cf-header {
    width: 100%;
    float: left;
}
.cf-wrap {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    display: block;
}
.cf-innerfull-wrap {
    width: 100%;
    float: left;
}
* {
    box-sizing: border-box;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cf-logo {
    width: 30%;
    float: left;
    padding-top: 25px;
}
.cf-logo a {
    display: inline-block;
    text-decoration: none;
    outline: 0;
}
.cf-top-menu ul li img {
    max-width: 16px;
    margin-right: 3px;
}

.cf-top-menu ul li {
    display: inline-block;
    margin-left: 20px;
}
.cf-top-menu ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 48px;
}
.cf-top-menu {
    width: 70%;
    float: left;
    text-align: right;
}
.cf-top-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.cf-top-menu ul li a:hover {
    color: #f78f20;
}
.cf-footer a {
    color: #a5aab3;
    text-decoration: none;
}
.cf-footer {
    width: 100%;
    float: left;
    border-top: 1px solid #a5aab3;
    text-align: center;
    padding: 10px 15px;
    color: #a5aab3;
    font-size: 12px;
}
.cf-minus {
    margin: 0 -15px;
}
.cf-single-image {
    width: 33.333%;
    float: left;
    padding: 0 15px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.cf-content {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.cf-single-image img {
    max-width: 100%;
}
.cf-hover-come-in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hover-img.jpg);
    background-size: cover;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(-101%);
    opacity: 0;
}
.cf-single-image:hover .cf-hover-come-in {
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
}
.cf-hover-come-in h2 span {
    color: #f78f20;
}
.cf-hover-come-in h2 {
    font-weight: 800;
    font-size: 33px;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}
.cf-hover-come-in p {
    line-height: 26px;
    max-width: 300px;
    margin: 0 auto 15px;
}
.cf-more-about-me:hover, .cf-more-about-me:focus, .cf-hover-come-in a:hover, .cf-hover-come-in a:focus {
    background: #f78f20;
}
.cf-more-about-me, .cf-hover-come-in a {
    display: inline-block;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.cf-pop-content {
    width: 70%;
    float: left;
    padding: 40px 20px 30px 40px!important;
    font-size: 13px!important;
    line-height: 25px;
}
.cf-pop-content h3 {
    background: transparent;
    text-align: left;
    padding: 0;
    color: #fff!important;
    font-weight: 600;
    font-size: 19px;
    opacity: 1;
    text-transform: uppercase;
}
.cf-pop-video {
    width: 30%;
    float: left;
    padding: 80px 40px 20px 0!important;
}
.cf-open-video-btn {
    background: transparent;
    border: 0;
    outline: 0;
}
.cf-open-video-btn img {
    max-width: 100%;
    margin-top: 50%;
}
button.md-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: 0;
    outline: 0;
}
.cf-pop-play {
    padding: 50px!important;
}
::selection {
    background: #f78f20;
    color: #fff;
}
.cf-hover-come-in-5 a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 143, 32, 0.64);
    background-size: cover;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    -webkit-transform: translateY(-101%);
    opacity: 0;
}
.cf-pop-video img {
    max-width: 100%;
}
.cf-single-image:hover .cf-hover-come-in-5 a {
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
}
.cf-hover-come-in-5 a span:hover, .cf-hover-come-in-5 a span:focus {
    background: #f78f20;
}

.cf-hover-come-in-5 a span {
    display: inline-block;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    top: 85%;
    position: absolute;
    left: calc(50% - 90px);
    width: 180px;
}
.cf-single-image:hover .cf-hover-come-in-6 {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.cf-hover-come-in-6 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 143, 32, 0.64);
    background-size: cover;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    -webkit-transform: translateY(-101%);
    opacity: 0;
}
.cf-hover-come-in-6 button.md-trigger.cf-more-about-me {
    position: absolute;
    top: 85%;
    width: 180px;
    left: calc(50% - 90px);
}
a#video {
    display: inline-block;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    top: 85%;
    position: absolute;
    left: calc(50% - 90px);
    width: 180px;
}
a#video:hover {
    background: #f78f20;
}
a#me3 {
    display: inline-block;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    top: 85%;
    position: absolute;
    left: calc(50% - 90px);
    width: 180px;
}
a#me3:hover {
    background: #f78f20;
}


/*** RESPONSIVE CSS ***/

@media screen and (min-width:150px) and (max-width:1050px){
.cf-single-image {
    width: 50%;
}
}

@media screen and (min-width:150px) and (max-width:800px){
.cf-single-image {
    width: 100%;
}
.cf-logo {
    width: 100%;
    text-align: center;
}
.cf-top-menu {
    width: 100%;
    text-align: center;
}
.cf-top-menu ul li {
    margin: 0 10px;
}
.cf-pop-content {
    width: 100%;
    text-align: center;
    padding: 50px 20px 0px!important;
    font-size: 11px!important;
}
.cf-pop-content h3 {
    text-align: center!important;
}
.cf-pop-video {
    width: 100%;
    padding: 0!important;
}
.cf-open-video-btn img {
    margin: 0 auto 20px!important;
    max-width: 100px;
}
div#modal-1 {
    overflow-y: scroll;
    height: 100%;
}
.cf-pop-video {
    text-align: center;
}
.cf-pop-video img {
    max-width: 200px;
}
}