﻿body,
html {
    background-color: #252525;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    color: #C7C9CA;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    align-self: center;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

body::-webkit-scrollbar {
    width: 0 !important;
}

.header-line {
    width: 1px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #333;
    position: absolute;
    left: 67px;
}

.footer-line {
    width: 1px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #333;
    position: absolute;
    right: -250px;
    top: 450px;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
}

.clear {
    clear: both;
}

.container {
    position: absolute;
}

.container.main-container {
    padding: 0;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: center;
    padding-top: 30px;
}

.main-view.ng-enter {
    animation: fadeIn 500ms;
}

.main-view.ng-leave {
    animation: fadeOut 500ms;
}

.header {
    position: relative;
}

.header-holder {
    padding: 0;
}

.header .commonLogo {
    width: 170px;
    height: 90px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.header .commonLogo .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.header .commonLogo .logo-txt {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 15px;
}

.header .nav {
    width: 600px;
    height: 110px;
    position: absolute;
    right: 0;
    top: -500px;
    text-align: right;
}

.menu-mobile,
.nav .mobile-button {
    display: none;
}

.menu-mobile {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 80%;
    margin-left: 10%;
    display: none;
    z-index: 0;
    padding: 0;
    display: none;
}

.menu-mobile li {
    display: none;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: -10px;
}

.menu-mobile li.icon-social a {
    margin: 0px 10px;
}

.menu-mobile li.icon-social a:nth-child(4) {
    position: relative;
    top: 3px;
}

.menu-mobile li.active a {
    color: #FF8000;
}

.menu-mobile li a {
    color: #C7C9CA;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 22px;
}

.header .nav ul.menu,
.header .nav ul.social {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.header .nav ul.menu {
    padding-right: 20px !important;
}

.header .nav ul.social li {
    display: inline-block;
    list-style: none;
}

.header .nav ul.social li a {
    text-decoration: none;
}

.header .nav ul.social li a svg {
    transition: all 0.5s linear;
}

#top-line,
#center-line,
#bottom-line {
    stroke: #fff;
    stroke-width: 2px;
    stroke-opacity: 1;
}

.header .nav ul.menu li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
}

.header .nav ul.menu li a {
    font-size: 19px;
    color: #C7C9CA;
    text-decoration: none;
    font-weight: 100;
}

.header .nav ul.menu li.active a {
    color: #FF8000;
}

.header .nav ul.menu li a:hover {
    color: #FF8000;
}

.header .nav ul.social {
    padding-left: 20px;
}

.header .nav ul.social:before {
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    left: -13px;
    top: -20px;
    background-color: #333333;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
}

.header .nav ul.social li {
    width: 30px;
    height: 24px;
    text-align: center;
}

.header .nav ul.social li:hover object {
    fill: #FF8000;
}

.header .nav ul.social li .houzz {
    position: relative;
    top: 4px;
}

.centeredBoxLoader {
    height: 380px;
    text-align: center;
    background: linear-gradient(to right, #605D5D, #605D5D), linear-gradient(to bottom, #605D5D, #605D5D), linear-gradient(to right, #605D5D, #605D5D), linear-gradient(to bottom, #605D5D, #605D5D);
    background-position: 0px 0px, 99.99% 0px, 0px 379px, 0px 0px;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-repeat: no-repeat;
    display: table;
    position: relative;
    z-index: 99999;
    font-size: 18px;
    margin-top: 30px;
}

.centeredBoxLoader p {
    width: 350px;
    margin: 0 auto;
}

.centeredBoxLoader .topLoader {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #FF8000;
}

.centeredBoxLoader .topLoader.fullWidth {
    width: 100%;
}

.centeredBoxLoader .leftLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #FF8000;
}

.centeredBoxLoader .leftLoader.fullHeight {
    height: 100%;
}

.centeredBoxLoader .bottomLoader {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FF8000;
}

.centeredBoxLoader .bottomLoader.fullWidth {
    width: 100%;
}

.centeredBoxLoader .rightLoader {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #FF8000;
}

.centeredBoxLoader .rightLoader.fullHeight {
    height: 100%;
}

.centeredBoxLoader .innerBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 100;
}

.centeredBoxLoader h1 {
    font-weight: normal;
    font-size: 36px;
    padding-top: 90px;
    margin: 0;
    font-weight: 100;
}

.centeredBoxLoader .origin {
    padding-bottom: 30px;
    font-style: italic;
}

.centeredBoxLoader .origin h5 {
    font-size: 16px;
    font-weight: 100;
}

.centeredBoxLoader .origin span {
    font-style: normal;
}

.centeredBoxLoader .loaderRight:before {
    content: '';
    width: 1px;
    height: 250px;
    margin-top: 70px;
    position: absolute;
    background: #414141;
    left: 0;
}

.content {}


/*ABOUT PAGE*/

.container.about-container {
    margin-top: 20px;
}

.container.about-container .line-left {
    width: 1px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #333;
    position: absolute;
    left: 150px;
}

.container.about-container .line-right {
    width: 1px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #333;
    position: absolute;
    right: 0;
}

.leftContent {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    color: #747575;
    padding: 0;
    letter-spacing: 0px;
    z-index: 99999;
}

.about-holder {
    padding: 0;
    padding-bottom: 30px;
    opacity: 0;
    z-index: 99;
}

.about-content {
    position: relative;
    z-index: 99;
}

.about-content p {
    margin-bottom: 20px;
    z-index: 99;
}

.about-content h5 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 11px;
    margin-top: 35px;
}

.about-content ul {
    border-left: 1px solid #605D5D;
    margin: 0;
    padding: 0;
}

.about-content ul li {
    list-style: none;
    font-size: 14px;
    padding-left: 10px;
}

.rightContent {
    position: relative;
    padding: 0;
}

.rightContent h1 {
    display: none;
}

.rightContent .aboutImage {
    overflow: hidden;
    z-index: 9999;
    max-width: 100%;
    position: relative;
    z-index: 99999;
    position: relative;
}

.rightContent .aboutImage img {
    max-width: 100%;
    height: auto;
}

.leftAnimated {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border: 1px solid #FF8000;
    z-index: 9;
    display: none;
}

.rightAnimated {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border: 1px solid #FF8000;
    z-index: 9;
    opacity: 0;
}

.aloneAnimated {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border: 1px solid #FF8000;
    z-index: 9;
    opacity: 0;
}


/*PROJECTS PAGE*/


/*.container.projects-container {
    margin-top: 20px;
}*/

.rightContent.projects_content {
    width: 100%;
    padding: 0;
}

.container.projects-container .line-left {
    width: 1px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #333;
    position: absolute;
    left: 773px;
}

.container.projects-container .line-right {
    width: 1px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #333;
    position: absolute;
    right: 0;
}

#projects-holder {
    opacity: 0;
    z-index: 99;
}

.rightContent.projects_content .project-viewport {
    z-index: 99;
    position: relative;
    overflow: hidden;
    height: 480px;
    padding: 0;
}

.rightContent.projects_content .project-viewport img {
    width: 100%;
    height: auto;
}

.rightContent.projects_content .projects-menu {
    height: 20px;
    padding: 0;
}

.rightContent.projects_content .projects-menu ul {
    padding: 0;
    margin: 0;
    z-index: 9;
    display: table;
    position: relative;
}

.rightContent.projects_content .projects-menu ul li {
    display: table-cell;
    list-style: none;
    font-weight: 100;
    text-decoration: none;
    color: #4F4D4D;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
    transition: all linear 0.25s;
    height: 60px;
    vertical-align: bottom;
    line-height: 30px;
}

.rightContent.projects_content .projects-menu ul li:hover {
    color: #FF8000;
}

.rightContent.projects_content .projects-menu ul li.active {
    color: #FF8000;
    font-size: 26px;
    transition: all linear 0.25s;
    height: 60px;
}

.overlay_layer {
    background-color: #333;
    width: 3000px;
    height: 423px;
    position: absolute;
    right: -3000px;
    z-index: 999;
    top: 0;
}

li:hover .svg-class {
    fill: #FF8000;
    transition: all 0.5s linear;
}

#magic-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #fe4902;
}

.contentSlider {
    height: 420px;
    position: relative;
}

.contentSlider section {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 445px;
    overflow: hidden;
    display: none;
}

.contentSlider section:last-child {
    width: 100%;
    display: block;
}

.carousel a:last-child span {
    background-color: #FF8000;
}

.imageSheet {
    width: 100%;
    height: 423px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.carousel {
    float: right;
    margin-right: 155px;
    margin-top: 30px;
}

.carousel a {
    margin-right: 10px;
    cursor: pointer;
    float: right;
}

.carousel a span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    background-color: #605D5D;
    margin-right: 10px;
}

.carousel a.active span {
    background-color: #FF8000 !important;
}

.carousel a:hover span {
    background-color: #FF8000 !important;
}

.gallery .drag-info {
    position: absolute;
    width: 250px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -60px;
    background-color: #242525;
    border: 1px solid #FF8000;
    z-index: 99999;
    text-align: center;
    display: flex;
    align-self: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    -webkit-box-shadow: 0px 0px 55px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 55px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 55px -5px rgba(0, 0, 0, 1);
    opacity: 0;
}

.gallery .drag-info .icons-drag,
.gallery .drag-info .info {
    width: 100%;
}

.gallery .drag-info .info {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}


/*CONTACT PAGE*/


/*.container.contact-container {
    margin-top: 20px;
}*/

.container.contact-container .line-left {
    width: 1px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #333;
    position: absolute;
    left: 838px;
}

.container.contact-container .line-right {
    width: 1px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #333;
    position: absolute;
    right: 0;
}

#contact-holder {
    opacity: 0;
    z-index: 99;
}

#messages {
    position: absolute;
    top: 110px;
}

#messages.ng-hide-remove {
    -webkit-animation: fadeInRight 1s;
    -moz-animation: fadeInRight 1s;
    -ms-animation: fadeInRight 1s;
    animation: fadeInRight 1s;
    display: block !important;
}

#messages.ng-hide-add {
    -webkit-animation: fadeOutRight 1s;
    -moz-animation: fadeOutRight 1s;
    -ms-animation: fadeOutRight 1s;
    animation: fadeOutRight 1s;
    display: block !important;
}

.rightContent.contact_content {
    float: right;
    display: inline-block;
    width: 100%;
}

.rightContent.contact_content .project-viewport {
    position: absolute;
    height: 325px;
    z-index: 9999;
    overflow: hidden;
    padding: 0;
}

.rightContent.contact_content .project-viewport #map {
    width: 100%;
    height: 100%;
    display: block;
}

.rightContent.contact_content .contact_info {
    position: absolute;
    right: 70px;
    top: 355px;
    font-size: 18px;
    color: #C7C9CA;
    line-height: 30px;
    font-weight: 100;
}

.rightContent.contact_content .contact_info ul {
    padding: 0;
    margin: 0;
}

.rightContent.contact_content .contact_info ul li {
    list-style: none;
}

.rightContent.contact_content .contact_info ul li.last-address {
    margin-bottom: 35px;
}

.rightContent.contact_content .contact_form {
    position: absolute;
    width: 800px;
    left: 0;
    top: 390px;
}

.rightContent.contact_content .contact_form .form-control {
    position: relative;
    display: inline-block;
    width: 200px;
    margin-bottom: 60px;
    margin-right: 30px;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
}

.rightContent.contact_content .contact_form .form-control.has-error label {
    color: #f00;
}

.rightContent.contact_content .contact_form .form-control.has-error svg .icon {
    fill: #f00;
}

.rightContent.contact_content .contact_form .form-control.has-error input {
    border-bottom: 1px solid #f00;
}

.rightContent.contact_content .contact_form .form-control.message {
    margin-top: 10px;
}

.rightContent.contact_content .contact_form .form-control:last-child {
    margin-right: 0px;
}

.rightContent.contact_content .contact_form .form-control label {
    position: absolute;
    font-size: 18px;
    top: -4px;
    left: 30px;
}

.rightContent.contact_content .contact_form .form-control input {
    background: none;
    border: none;
    border-bottom: 1px solid #605D5D;
    padding: 14px 10px;
    position: absolute;
    color: #FF8000;
    font-weight: 100;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-indent: 20px;
    bottom: -30px;
    width: 170px;
}

.rightContent.contact_content .contact_form .form-control input:focus {
    border-bottom: 2px solid #FF8000;
    outline: none;
    color: #FF8000;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
}

.rightContent.contact_content .contact_form .form-control input#message {
    width: 470px;
}

.rightContent.contact_content .contact_form .form-control .form-icon {
    position: absolute;
    left: 0px;
}

.rightContent.contact_content .contact_form button {
    padding: 15px;
    background: none;
    border: 1px solid #605D5D;
    color: #C7C9CA;
    outline: none;
    cursor: pointer;
    position: relative;
    right: -310px;
    bottom: 29px;
    overflow: hidden;
    width: 115px;
}

.rightContent.contact_content .contact_form button:hover {
    border: 1px solid #FF8000;
    transition: all linear 0.6s;
}

.rightContent.contact_content .contact_form button span {
    position: relative;
    display: block;
    z-index: 99999;
    color: #fff;
}

.rightContent.contact_content .contact_form button svg {
    margin-left: 20px;
    top: -1px;
    position: relative;
}

.fullButton {
    position: absolute;
    bottom: 10px;
    right: 90px;
    cursor: pointer;
}

.cutoff {
    width: 1px;
    height: 120px;
    position: absolute;
    right: 13%;
    top: 405px;
    background-color: #333333;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    z-index: 999;
}

.gallery {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
}

.gallery .close_svg {
    margin: 20px auto;
    width: 65px;
    z-index: 999;
}


/*.scrollableArea {
    min-width: 9020px !important;
    max-width: 10000px !important;
}*/

.close_gallery {
    width: 60px;
    height: 60px;
    position: fixed;
    top: -60px;
    right: 20px;
    background-color: #333;
    cursor: pointer;
    z-index: 999999;
    text-align: center;
    display: none;
}

.close_gallery svg {
    margin-top: 20px;
}

.gallery_content {
    width: 100% !important;
    padding: 0;
    height: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
    background-color: #252525;
    opacity: 0;
}

.gallery_image {
    position: relative;
    float: left;
    display: inline-block;
    height: calc(100% - 40px);
    margin: 20px 0;
}

.gallery_image img {
    height: 100%;
    max-width: 100%;
    margin: 0 0 0 20px;
}

.gallery_image:last-child img {
    margin-right: 20px;
}

.bottom_side,
.top_side {
    fill: #605D5D;
}


/*ANGULAR ANIMATIONS*/

#main {
    position: absolute;
    width: 1200px;
}


/*#main.homepage.ng-leave {
        -webkit-animation: 0.5s hide;
        animation: 0.5s hide;
    }

    #main.homepage.ng-enter {
        -webkit-animation: 1.5s show;
        animation: 1.5s show;
    }*/

.enterEvent {
    -webkit-animation: 1s show;
    animation: 1s show;
}

.leaveEvent {
    -webkit-animation: 1s hide;
    animation: 1s hide;
}

.holder {
    width: 150px;
    height: 150px;
    margin: 30px auto;
    display: none;
    position: relative;
}

#square {
    width: 150px;
    height: 150px;
    border: 1px solid #FF8000;
    position: relative;
    cursor: pointer;
}

.holder:after {
    content: 'DISCOVER';
    position: absolute;
    width: 100px;
    height: 100px;
    left: 25px;
    top: 68px;
    right: auto;
    font-size: 14px;
    z-index: 9999;
    color: #FF8000;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 100;
    cursor: pointer;
}

#send {
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF8000;
}

@keyframes scale {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.8, 0.8) rotate(0deg);
    }
    50% {
        transform: scale(1.4, 1.4) rotate(180deg);
    }
    100% {
        transform: scale(0.8, 0.8) rotate(360deg);
    }
}

@keyframes hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    30% {
        transform: scale(1.02);
    }
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes show {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    30% {
        transform: scale(1.02);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/*MEDIA QUERIES*/


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1920px) {
    .container.projects-container,
    .container.contact-container {
        margin-top: 20px;
    }
    .imageSheet {
        height: 653px;
    }
    .overlay_layer {
        height: 653px;
    }
    .contentSlider section {
        height: 653px;
    }
    .contentSlider {
        height: 653px;
    }
    .rightContent.projects_content .project-viewport {
        height: 712px;
    }
    .cutoff {
        right: 8%;
        top: 635px;
    }
    .centeredBoxLoader {
        height: 495px;
        background-position: 0px 0px, 99.99% 0px, 0px 494px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
    .centeredBoxLoader h1 {
        padding-top: 140px;
    }
    .centeredBoxLoader .loaderRight:before {
        height: 290px;
        margin-top: 100px;
    }
    .preloading {
        top: 520px;
    }
    .rightContent.contact_content .project-viewport {
        height: 480px;
    }
    .rightContent.contact_content .contact_form {
        top: 545px;
    }
    .rightContent.contact_content .contact_info {
        top: 505px;
    }
    .rightContent.contact_content .contact_form {
        width: 1165px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 250px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        width: 250px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 815px;
    }
    .rightContent.contact_content .contact_form button {
        right: 135px;
    }
    .rightContent.contact_content .contact_form .form-control.message {
        width: 935px;
    }
    .leftContent {
        font-size: 24px;
        line-height: 38px;
    }
    .about-content ul li {
        font-size: 20px;
    }
    .about-content h5 {
        font-size: 22px;
    }
    .rightContent.projects_content .projects-menu ul li {
        font-size: 20px;
        height: 80px;
    }
    .rightContent.projects_content .projects-menu ul li.active {
        font-size: 38px;
        height: 80px;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1680px) {
    .container.projects-container,
    .container.contact-container {
        margin-top: 20px;
    }
    .imageSheet {
        height: 534px;
    }
    .overlay_layer {
        height: 534px;
    }
    .contentSlider section {
        height: 534px;
    }
    .contentSlider {
        height: 534px;
    }
    .rightContent {
        position: relative;
    }
    .rightContent.projects_content .project-viewport {
        height: 595px;
    }
    .cutoff {
        right: 9.5%;
        top: 517px;
    }
    .centeredBoxLoader {
        height: 495px;
        background-position: 0px 0px, 99.99% 0px, 0px 494px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
    .centeredBoxLoader h1 {
        padding-top: 140px;
    }
    .centeredBoxLoader .loaderRight:before {
        height: 290px;
        margin-top: 100px;
    }
    .preloading {
        top: 520px;
    }
    .rightContent.contact_content .project-viewport {
        height: 480px;
    }
    .rightContent.contact_content .contact_form {
        top: 545px;
    }
    .rightContent.contact_content .contact_info {
        top: 494px;
    }
    .rightContent.contact_content .contact_form {
        width: 1165px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 250px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        width: 250px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 815px;
    }
    .rightContent.contact_content .contact_form button {
        right: 135px;
    }
    .rightContent.contact_content .contact_form .form-control.message {
        width: 935px;
    }
    .leftContent {
        font-size: 19px;
        line-height: 30px;
        font-weight: 300;
        position: relative;
    }
    .about-content ul li {
        font-size: 18px;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1440px) {
    .container.projects-container,
    .container.contact-container {
        margin-top: 20px;
    }
    .imageSheet {
        height: 475px;
    }
    .centeredBoxLoader {
        height: 420px;
        background-position: 0px 0px, 99.99% 0px, 0px 419px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
    .centeredBoxLoader h1 {
        padding-top: 110px;
    }
    .centeredBoxLoader .loaderRight:before {
        height: 240px;
        margin-top: 90px;
    }
    .preloading {
        top: 450px;
    }
    .overlay_layer {
        height: 475px;
    }
    .contentSlider section {
        height: 475px;
    }
    .contentSlider {
        height: 475px;
    }
    .rightContent.projects_content .project-viewport {
        height: 535px;
    }
    .rightContent.contact_content .project-viewport {
        height: 370px;
    }
    .rightContent.contact_content .contact_info {
        top: 388px;
        right: 50px;
    }
    .rightContent.contact_content .contact_form {
        top: 430px;
    }
    .cutoff {
        right: 10.9%;
        top: 457px;
    }
    .rightContent.contact_content .contact_form {
        width: 1165px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 220px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        width: 220px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 730px;
    }
    .rightContent.contact_content .contact_form button {
        right: -45px;
    }
    .rightContent.contact_content .contact_form .form-control.message {
        width: 670px;
    }
    .leftContent {
        font-size: 18px;
        line-height: 29px;
        font-weight: 300;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1366px) {
    .container.projects-container,
    .container.contact-container {
        margin-top: 20px;
    }
    .centeredBoxLoader {
        height: 400px;
        background-position: 0px 0px, 99.99% 0px, 0px 399px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
    .centeredBoxLoader h1 {
        padding-top: 95px;
    }
    .centeredBoxLoader .loaderRight:before {
        height: 230px;
        margin-top: 85px;
    }
    .preloading {
        top: 460px;
    }
    .imageSheet {
        height: 448px;
    }
    .overlay_layer {
        height: 448px;
    }
    .contentSlider section {
        height: 448px;
    }
    .contentSlider {
        height: 448px;
    }
    .rightContent.projects_content .project-viewport {
        height: 507px;
    }
    .rightContent.contact_content .project-viewport {
        height: 370px;
    }
    .cutoff {
        right: 11.9%;
        top: 430px;
    }
    .rightContent.contact_content .contact_form {
        width: 1165px;
        top: 435px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 200px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        width: 200px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 667px;
    }
    .rightContent.contact_content .contact_form button {
        right: 15px;
    }
    .rightContent.contact_content .contact_form .form-control.message {
        width: 670px;
    }
    .rightContent.contact_content .contact_info {
        top: 400px;
    }
    .leftContent {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1280px) {
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
        padding-top: 0;
    }
    .container.projects-container,
    .container.contact-container {
        margin-top: 20px;
    }
    .rightContent .aboutImage {
        height: 570px;
    }
    .header .nav ul.menu li a {
        font-size: 18px;
    }
    .centeredBoxLoader p {
        width: 280px;
        margin: 0 auto;
    }
    .imageSheet {
        height: 416px;
    }
    .overlay_layer {
        height: 416px;
    }
    .contentSlider section {
        height: 416px;
    }
    .contentSlider {
        height: 410px;
    }
    .fullButton {
        bottom: 30px;
    }
    .cutoff {
        right: 13%;
        top: 398px;
    }
    .rightContent.projects_content .project-viewport {
        height: 490px;
    }
    .rightContent.contact_content .project-viewport {
        height: 325px;
    }
    .header-holder {
        margin-top: 30px;
    }
    .leftContent {
        line-height: 25px;
        font-size: 15px;
    }
    .centeredBoxLoader {
        height: 385px;
        background-position: 0px 0px, 99.99% 0px, 0px 384px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
    .centeredBoxLoader h1 {
        font-size: 28px;
        padding-top: 105px;
    }
    .centeredBoxLoader .origin h5 {
        font-size: 14px;
    }
    .centeredBoxLoader {
        font-size: 14px;
    }
    .centeredBoxLoader .loaderRight:before {
        margin-top: 65px;
        height: 240px;
    }
    .preloading {
        top: 400px;
    }
    .rightContent.contact_content .contact_info {
        font-size: 16px;
        top: 340px;
        right: 40px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        font-size: 12px;
        bottom: -25px;
        width: 150px;
        padding: 10px;
    }
    .rightContent.contact_content .contact_form .form-control input:focus {
        font-size: 12px;
    }
    .rightContent.contact_content .contact_form .form-control label {
        font-size: 14px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 200px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        width: 200px;
    }
    .rightContent.contact_content .contact_form {
        width: 720px;
        top: 390px;
        margin-left: 0px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 530px;
    }
    .rightContent.contact_content .contact_form button {
        right: -550px;
        top: -70px;
    }
    .container.about-container {
        margin-top: 0;
    }
    .about-content ul li {
        font-size: 14px;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
        padding-top: 0;
    }
    .container.projects-container,
    .container.contact-container {
        margin-top: 20px;
    }
    .rightContent .aboutImage {
        height: 570px;
    }
    .header .nav ul.menu li a {
        font-size: 18px;
    }
    .centeredBoxLoader p {
        width: 280px;
        margin: 0 auto;
    }
    .imageSheet {
        height: 386px;
    }
    .overlay_layer {
        height: 386px;
    }
    .contentSlider section {
        height: 386px;
    }
    .contentSlider {
        height: 385px;
    }
    .fullButton {
        bottom: 30px;
    }
    .cutoff {
        right: 14%;
        top: 368px;
    }
    .rightContent.projects_content .project-viewport {
        height: 460px;
    }
    .rightContent.contact_content .project-viewport {
        height: 325px;
    }
    .header-holder {
        margin-top: 30px;
    }
    .leftContent {
        line-height: 24px;
        font-size: 17px;
    }
    .centeredBoxLoader {
        height: 300px;
        background-position: 0px 0px, 99.99% 0px, 0px 299px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
    .centeredBoxLoader h1 {
        font-size: 28px;
        padding-top: 65px;
    }
    .centeredBoxLoader .origin h5 {
        font-size: 14px;
    }
    .centeredBoxLoader {
        font-size: 14px;
    }
    .centeredBoxLoader .loaderRight:before {
        margin-top: 45px;
        height: 210px;
    }
    .preloading {
        top: 350px;
    }
    .rightContent.contact_content .contact_info {
        font-size: 16px;
        top: 342px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        font-size: 12px;
        bottom: -25px;
        width: 150px;
        padding: 10px;
    }
    .rightContent.contact_content .contact_form .form-control input:focus {
        font-size: 12px;
    }
    .rightContent.contact_content .contact_form .form-control label {
        font-size: 14px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 200px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        width: 200px;
    }
    .rightContent.contact_content .contact_form {
        width: 720px;
        top: 390px;
        margin-left: 0px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 530px;
    }
    .rightContent.contact_content .contact_form button {
        right: -550px;
        top: -70px;
    }
    .container.about-container {
        margin-top: 0;
    }
    .about-content ul li {
        font-size: 14px;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1024px) {
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
        padding-top: 0;
    }
    .container.projects-container,
    .container.contact-container {
        margin-top: 20px;
    }
    .rightContent .aboutImage {
        height: 570px;
    }
    .header .nav ul.menu li a {
        font-size: 18px;
    }
    .centeredBoxLoader p {
        width: 280px;
        margin: 0 auto;
    }
    .imageSheet {
        height: 349px;
    }
    .overlay_layer {
        height: 349px;
    }
    .contentSlider section {
        height: 349px;
    }
    .contentSlider {
        height: 350px;
    }
    .fullButton {
        bottom: 30px;
    }
    .cutoff {
        right: 23%;
        top: 330px;
    }
    .rightContent.projects_content .project-viewport {
        height: 430px;
    }
    .rightContent.contact_content .project-viewport {
        height: 325px;
    }
    .header-holder {
        margin-top: 30px;
    }
    .leftContent {
        line-height: 24px;
        font-size: 17px;
    }
    .centeredBoxLoader {
        height: 300px;
        background-position: 0px 0px, 99.99% 0px, 0px 299px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
    .centeredBoxLoader h1 {
        font-size: 28px;
        padding-top: 65px;
    }
    .centeredBoxLoader .origin h5 {
        font-size: 14px;
    }
    .centeredBoxLoader {
        font-size: 14px;
    }
    .centeredBoxLoader .loaderRight:before {
        margin-top: 45px;
        height: 210px;
    }
    .preloading {
        top: 350px;
    }
    .rightContent.contact_content .contact_info {
        font-size: 16px;
        top: 340px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        font-size: 12px;
        bottom: -25px;
        width: 150px;
        padding: 10px;
    }
    .rightContent.contact_content .contact_form .form-control input:focus {
        font-size: 12px;
    }
    .rightContent.contact_content .contact_form .form-control label {
        font-size: 14px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 150px;
    }
    .rightContent.contact_content .contact_form {
        width: 600px;
        top: 390px;
        margin-left: 90px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 380px;
    }
    .rightContent.contact_content .contact_form button {
        right: -405px;
        top: -70px;
    }
    .container.about-container {
        margin-top: 0;
    }
    .about-content ul li {
        font-size: 14px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .header .nav ul.menu li a {
        font-size: 18px;
    }
    .centeredBoxLoader p {
        width: 280px;
        margin: 0 auto;
    }
    .imageSheet {
        height: 349px;
    }
    .overlay_layer {
        height: 349px;
    }
    .contentSlider section {
        height: 349px;
    }
    .contentSlider {
        height: 350px;
    }
    .fullButton {
        bottom: 30px;
    }
    .cutoff {
        right: 23%;
        top: 330px;
    }
    .rightContent.projects_content .project-viewport {
        height: 430px;
    }
    .header-holder {
        margin-top: 30px;
    }
    .leftContent {
        line-height: 20px;
    }
    .centeredBoxLoader {
        height: 300px;
        background-position: 0px 0px, 99.99% 0px, 0px 299px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
    .centeredBoxLoader h1 {
        font-size: 28px;
        padding-top: 65px;
    }
    .centeredBoxLoader .origin h5 {
        font-size: 14px;
    }
    .centeredBoxLoader {
        font-size: 14px;
    }
    .centeredBoxLoader .loaderRight:before {
        margin-top: 45px;
        height: 210px;
    }
    .preloading {
        top: 350px;
    }
    .rightContent.contact_content .contact_info {
        font-size: 14px;
        right: 60px;
        top: 345px;
    }
    .rightContent.contact_content .contact_info ul li.last-address {
        margin-bottom: 15px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        font-size: 12px;
        bottom: -25px;
        width: 150px;
        padding: 10px;
    }
    .rightContent.contact_content .contact_form .form-control input:focus {
        font-size: 12px;
    }
    .rightContent.contact_content .contact_form .form-control label {
        font-size: 14px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 150px;
    }
    .rightContent.contact_content .contact_form {
        width: 600px;
        top: 390px;
        margin-left: 90px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 380px;
    }
    .rightContent.contact_content .contact_form button {
        right: -400px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
    }
    .header .nav ul.menu li a {
        font-size: 18px;
    }
    .imageSheet {
        height: 267px;
    }
    .header .nav {
        width: auto;
    }
    .overlay_layer {
        height: 267px;
    }
    .contentSlider section {
        height: 267px;
    }
    .contentSlider {
        height: 267px;
    }
    .fullButton {
        bottom: 30px;
        right: 30px;
    }
    .cutoff {
        right: 19%;
        top: 250px;
    }
    .carousel {
        margin-right: 85px;
    }
    .rightContent.projects_content .project-viewport {
        height: 350px;
    }
    .header-holder {
        margin-top: 30px;
    }
    .leftContent {
        line-height: 20px;
        font-size: 13px;
    }
    .centeredBoxLoader {
        height: 390px;
        background-position: 0px 0px, 99.99% 0px, 0px 389px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        font-size: 14px;
    }
    .centeredBoxLoader h1 {
        font-size: 22px;
        padding-top: 55px;
    }
    .centeredBoxLoader .origin h5 {
        font-size: 10px;
    }
    .centeredBoxLoader .origin {
        padding-bottom: 15px;
    }
    .centeredBoxLoader p {
        width: 380px;
        margin: 0 auto;
    }
    .centeredBoxLoader .loaderRight:before {
        margin: 0px auto;
        height: 1px;
        width: 150px;
        left: 0;
        right: 0;
        top: 30px;
    }
    .preloading {
        top: 390px;
    }
    .rightContent.contact_content .contact_info {
        font-size: 14px;
        top: 46px;
        right: 460px;
    }
    .rightContent.contact_content .contact_info ul li {
        margin-right: 10px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        font-size: 12px;
        bottom: -25px;
        width: 190px;
    }
    .rightContent.contact_content .contact_form .form-control label {
        font-size: 14px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 165px;
        margin-bottom: 50px;
    }
    .rightContent.contact_content .contact_form .form-control:nth-child(3) {
        padding-right: 0;
    }
    .rightContent.contact_content .contact_form {
        width: 600px;
        top: 410px;
        margin-left: 60px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 450px;
    }
    .rightContent.contact_content .contact_form button {
        right: -473px;
        top: -57px;
    }
    .header .nav ul.menu,
    .header .nav ul.social {
        display: none;
    }
    .menu-mobile,
    .nav .mobile-trigger {
        display: inline-block;
    }
    .holder {
        margin: 0 auto;
    }
    .holder:after {
        font-size: 12px;
    }
    .about-content ul li {
        font-size: 11px;
    }
    .about-content h5 {
        font-size: 16px;
    }
    .rightContent .aboutImage {
        height: 405px;
        background-color: #fff;
        margin-top: 30px;
    }
    .rightContent.projects_content .projects-menu ul li {
        font-size: 12px;
        padding: 0 15px;
    }
    .rightContent.projects_content .projects-menu ul li.active {
        font-size: 23px;
    }
    .rightContent.projects_content .projects-menu {
        margin-top: 30px;
    }
    .rightContent.contact_content .project-viewport {
        height: 280px;
        right: 65px;
    }
    .centeredBoxLoader {
        margin-top: 20px;
    }
    .container.projects-container,
    .container.contact-container {
        margin-top: 20px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 675px) {
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
    }
    .header .nav ul.menu li a {
        font-size: 18px;
    }
    .imageSheet {
        height: 267px;
    }
    .header .nav {
        width: auto;
    }
    .overlay_layer {
        height: 267px;
    }
    .contentSlider section {
        height: 267px;
    }
    .contentSlider {
        height: 267px;
    }
    .fullButton {
        bottom: 30px;
        right: 30px;
    }
    .cutoff {
        right: 12%;
        top: 250px;
    }
    .carousel {
        margin-right: 85px;
    }
    .rightContent.projects_content .project-viewport {
        height: 346px;
    }
    .header-holder {
        margin-top: 30px;
    }
    .leftContent {
        line-height: 26px;
        font-size: 20px;
        margin-top: 60px;
    }
    .centeredBoxLoader {
        height: 390px;
        background-position: 0px 0px, 99.99% 0px, 0px 389px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        font-size: 14px;
    }
    .centeredBoxLoader h1 {
        font-size: 22px;
        padding-top: 55px;
    }
    .centeredBoxLoader .origin h5 {
        font-size: 10px;
    }
    .centeredBoxLoader .origin {
        padding-bottom: 15px;
    }
    .centeredBoxLoader p {
        width: 380px;
        margin: 0 auto;
    }
    .centeredBoxLoader .loaderRight:before {
        margin: 0px auto;
        height: 1px;
        width: 150px;
        left: 0;
        right: 0;
        top: 30px;
    }
    .preloading {
        top: 390px;
    }
    .rightContent.contact_content .contact_info {
        font-size: 15px;
        right: 12px;
        top: 290px;
        line-height: 20px;
    }
    .rightContent.contact_content .contact_info ul li.right {
        float: right;
        display: block;
        text-align: left;
        width: 50%;
        clear: right;
        right: -10px;
        position: relative;
    }
    .rightContent.contact_content .contact_info ul li.left {
        float: left;
        display: block;
        text-align: right;
        width: 50%;
        position: relative;
        top: -75px;
        right: 10px;
    }
    .rightContent.contact_content .contact_info ul li {
        margin-right: 10px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        font-size: 12px;
        bottom: -25px;
        width: 190px;
    }
    .rightContent.contact_content .contact_form .form-control label {
        font-size: 14px;
    }
    .rightContent.contact_content .contact_form .form-control {
        width: 165px;
        margin-bottom: 50px;
    }
    .rightContent.contact_content .contact_form .form-control:nth-child(3) {
        padding-right: 0;
    }
    .rightContent.contact_content .contact_form {
        width: 600px;
        top: 410px;
        margin-left: 10px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 450px;
    }
    .rightContent.contact_content .contact_form button {
        right: -470px;
    }
    .header .nav ul.menu,
    .header .nav ul.social {
        display: none;
    }
    .menu-mobile,
    .nav .mobile-trigger {
        display: inline-block;
    }
    .holder {
        margin: 60px auto;
    }
    .holder:after {
        font-size: 12px;
    }
    .about-content ul li {
        font-size: 16px;
    }
    .about-content h5 {
        font-size: 16px;
    }
    .rightContent .aboutImage {
        height: 405px;
        background-color: #fff;
        margin-top: 30px;
    }
    .rightContent.projects_content .projects-menu ul li {
        font-size: 12px;
        padding: 0 15px;
    }
    .rightContent.projects_content .projects-menu ul li.active {
        font-size: 23px;
    }
    .rightContent.projects_content .projects-menu {
        margin-top: 30px;
    }
    .rightContent.contact_content .project-viewport {
        height: 280px;
        right: 0;
    }
    .centeredBoxLoader {
        margin-top: 20px;
    }
    .container.projects-container,
    .container.contact-container {
        margin-top: 20px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #messages {
        position: absolute;
        top: 311px;
        text-align: center;
        width: 100%;
    }
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
    }
    .container.projects-container,
    .container.contact-container {
        margin-top: 0px;
    }
    .container.about-container {
        margin-top: 20px;
    }
    .container {
        width: 100%;
    }
    .centeredBoxLoader p {
        width: 220px;
        margin: 0 auto;
    }
    .centeredBoxLoader {
        height: 310px;
        background-position: 0px 0px, 99.99% 0px, 0px 309px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        font-size: 14px;
    }
    .centeredBoxLoader .loaderRight:before {
        display: none;
    }
    .centeredBoxLoader .cicle {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .centeredBoxLoader h1 {
        padding-top: 80px;
    }
    .holder {
        margin: 30px auto;
    }
    .preloading {
        top: 340px;
    }
    .rightContent .aboutImage {
        height: auto;
        margin-bottom: 45px;
    }
    .leftContent {
        font-size: 18px;
        line-height: 22.6px;
    }
    .container.projects-container {
        padding: 0;
    }
    .rightContent.projects_content .projects-menu ul {
        text-align: center;
        width: 100%;
        padding-top: 15px;
    }
    .rightContent.projects_content .projects-menu ul li {
        display: table;
        text-align: center;
        margin: 0 auto;
    }
    .imageSheet {
        height: 214px;
    }
    .contentSlider section {
        height: 214px;
    }
    .contentSlider {
        height: 214px;
    }
    .overlay_layer {
        height: 214px;
    }
    .rightContent.projects_content .project-viewport {
        height: 300px;
    }
    .rightContent.projects_content .projects-menu ul li {
        font-size: 16px;
        height: 45px;
        color: #C2C4C5;
    }
    .rightContent.projects_content .projects-menu ul li.active {
        font-size: 16px;
        height: 45px;
    }
    .cutoff {
        right: 16%;
        top: 200px;
    }
    .fullButton {
        bottom: 35px;
    }
    .header-holder {
        padding: 0 15px;
    }
    .about-content ul li {
        font-size: 12px;
    }
    .rightContent.contact_content .contact_info ul li {
        display: block;
        font-size: 10px;
    }
    .rightContent.contact_content .contact_info ul li.last-address {
        margin-bottom: 0;
    }
    .rightContent.contact_content .contact_info ul li.right {
        float: right;
        display: block;
        text-align: left;
        width: 50%;
        clear: right;
        right: -10px;
        position: relative;
    }
    .rightContent.contact_content .contact_info ul li.left {
        float: left;
        display: block;
        text-align: right;
        width: 50%;
        position: relative;
        top: -60px;
        right: 10px;
    }
    .rightContent.contact_content .contact_info {
        font-size: 15px;
        right: 61px;
        top: 217px;
        line-height: 20px;
    }
    .rightContent.contact_content .contact_info ul li.left {
        right: 0px;
    }
    .rightContent.contact_content .contact_info ul li.right {
        right: -25px;
    }
    .container.contact-container {
        padding: 0;
    }
    .rightContent.contact_content .project-viewport {
        height: 205px;
        right: 0;
    }
    .rightContent.contact_content .contact_form {
        top: 350px;
        width: 100%;
        margin-left: 0;
    }
    .rightContent.contact_content .contact_form .form-control {
        margin-right: 0;
        display: block;
        height: 60px;
        margin: 0 auto;
        width: 245px;
    }
    .rightContent.contact_content .contact_form .form-control input {
        bottom: 32px;
        width: 245px;
        font-size: 16px;
    }
    .rightContent.contact_content .contact_form .form-control input:focus {
        font-size: 16px;
    }
    .rightContent.contact_content .contact_form .form-control label {
        font-size: 16px;
    }
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 245px;
    }
    .rightContent.contact_content .contact_form .form-control.message {
        width: 245px;
    }
    .rightContent.contact_content .contact_form button {
        right: -248px;
        bottom: 10px;
        top: 0;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 414px) {
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
        padding-top: 0;
    }
    .imageSheet {
        height: 185px;
    }
    .contentSlider section {
        height: 185px;
    }
    .contentSlider {
        height: 185px;
    }
    .overlay_layer {
        height: 185px;
    }
    .rightContent.contact_content .contact_info {
        top: 215px;
    }
    .rightContent.projects_content .project-viewport {
        height: 270px;
        right: 0;
    }
    .cutoff {
        right: 17%;
        top: 167px;
    }
    .rightContent.contact_content .contact_form button {
        right: -215px;
        top: 0;
    }
    .rightContent.contact_content .contact_form .form-control.message {
        width: 245px;
        margin-top: 0;
    }
    .leftContent {
        margin-top: 0;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 375px) {
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
    }
    .imageSheet {
        height: 167px;
    }
    .contentSlider section {
        height: 167px;
    }
    .contentSlider {
        height: 167px;
    }
    .overlay_layer {
        height: 167px;
    }
    .rightContent.projects_content .project-viewport {
        height: 250px;
        right: 0;
    }
    .cutoff {
        right: 20%;
        top: 149px;
    }
    .rightContent.contact_content .contact_form button {
        right: -195px;
        top: 0;
    }
    .about-content ul li {
        font-size: 10px;
    }
    .rightContent.contact_content .contact_info {
        top: 214px;
    }
    .rightContent.contact_content .contact_info ul li.left {
        right: 0px;
    }
    .rightContent.contact_content .contact_info ul li.right {
        right: -25px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 360px) {
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
        padding-top: 0;
    }
    .imageSheet {
        height: 161px;
    }
    .contentSlider section {
        height: 161px;
    }
    .contentSlider {
        height: 161px;
    }
    .overlay_layer {
        height: 161px;
    }
    .rightContent.projects_content .project-viewport {
        height: 243px;
        right: 0;
    }
    .cutoff {
        right: 22%;
        top: 149px;
    }
    .rightContent.contact_content .contact_form button {
        right: -190px;
        top: 0;
    }
    .about-content ul li {
        font-size: 10px;
    }
    .leftContent {
        margin-top: 0;
    }
    .rightContent.contact_content .contact_form .form-control.message {
        width: 245px;
        margin-top: 0;
    }
    .rightContent.contact_content .contact_info {
        top: 214px;
    }
    .rightContent.contact_content .contact_info ul li.left {
        right: 0px;
    }
    .rightContent.contact_content .contact_info ul li.right {
        right: -25px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .container.main-container {
        height: 100%;
        top: 0;
        margin-top: 0px;
        padding-top: 0;
    }
    .imageSheet {
        height: 143px;
    }
    .contentSlider section {
        height: 143px;
    }
    .contentSlider {
        height: 143px;
    }
    .overlay_layer {
        height: 143px;
    }
    .rightContent.projects_content .project-viewport {
        height: 210px;
        right: 0;
    }
    .container.main-container {
        padding: 0;
    }
    .centeredBoxLoader {
        height: 265px;
        background-position: 0px 0px, 99.99% 0px, 0px 264px, 0px 0px;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        font-size: 12px;
    }
    .centeredBoxLoader h1 {
        padding-top: 60px;
        font-size: 29px;
    }
    .centeredBoxLoader .origin h5 {
        font-size: 14px;
    }
    .holder {
        width: 100px;
        height: 100px;
    }
    .holder:after {
        left: 0;
        right: 0;
        font-size: 10px;
        top: 45px;
    }
    #square {
        width: 100px;
        height: 100px;
    }
    .preloading {
        top: 240px;
    }
    .container.about-container {
        padding: 0;
    }
    .header .commonLogo .logo {
        width: 50px;
    }
    .header .commonLogo .logo-txt {
        width: 95px;
        bottom: 20px;
    }
    .leftContent {
        font-size: 14px;
        margin-top: 0;
    }
    .about-content ul li {
        font-size: 9px;
    }
    .cutoff {
        right: 20%;
        top: 132px;
        height: 70px;
    }
    .carousel {
        margin-right: 75px;
        margin-top: 15px;
    }
    .carousel a {
        margin-right: 5px;
    }
    .rightContent.projects_content .projects-menu ul li {
        font-size: 12px;
    }
    .rightContent.projects_content .projects-menu ul li.active {
        font-size: 14px;
    }
    .fullButton {
        right: 25px;
    }
    .rightContent.contact_content .contact_info {
        font-size: 12px;
        top: 216px;
    }
    .rightContent.contact_content .contact_info ul li.right {
        right: -25px;
    }
    .rightContent.contact_content .contact_form .form-control,
    .rightContent.contact_content .contact_form .form-control input,
    .rightContent.contact_content .contact_form .form-control input#message {
        width: 200px;
    }
    .rightContent.contact_content .contact_form .form-control.message {
        width: 200px;
        margin-top: 0;
    }
    .rightContent.contact_content .contact_form button {
        right: -145px;
        top: 0;
    }
}


/*CUSTOM QUERIES*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 675px) {
    .container {
        width: 645px;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        width: 768px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 962px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1070px;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        width: 1150px;
    }
}

@media only screen and (min-width: 1366px) {
    .container {
        width: 1236px;
    }
}

@media only screen and (min-width: 1440px) {
    .container {
        width: 1310px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        width: 1470px;
    }
}

@media only screen and (min-width: 1920px) {
    .container {
        width: 1790px;
    }
}


/*
@media only screen and (min-width: 2560px) {
    .container {
        width: 2530px;
    }
}*/