

body {

    background: #fff;

    color: #606060;

    font-family: 'Proxima', sans-serif;

    font-size: 16px;

    font-weight: 400;

    position: relative;

}



html, body {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    overflow-x: hidden;

    text-align: center;

    vertical-align: middle;

}



@font-face {

    font-family: 'Proxima';

    src: url(../other/ProximaNova-Regular.otf);

}



@font-face {

    font-family: 'Proxima Bold';

    src: url(../other/ProximaNova-Bold.otf);

}



/***** Material Shadow *****/

.shadow-top-down {

    box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.75);

    transition: all .5s;

}



.shadow-top-down:hover {

    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);

}



/***** Material Form Elements *****/



#templatemo_contact {

    /*background: grey fixed;*/

    padding-top: 3%;

    background: #455a64 fixed;

    /*background: #455a64 url(../images/pattern_bg.png) fixed;*/

    color: #fff;

}



#templatemo_contact h2 {

    /*color: #927eb6;*/

    color: white;

    font-size: 1.5em;

}



#templatemo_contact p, #templatemo_contact a {

    line-height: 2.5em;

    /*color: #927eb6;*/

    color: white;

}



#templatemo_contact form .form-group {

    margin-top: 30px;

}



#templatemo_contact form input.form-control,

#templatemo_contact form button.form-control,

#templatemo_contact form textarea.form-control,

#templatemo_contact form select.form-control {

    border-bottom: 3px solid #fff;

    color: #fff;

}



#templatemo_contact form input.form-control:focus,

#templatemo_contact form button.form-control:focus,

#templatemo_contact form textarea.form-control:focus {

    border-bottom-color: #275267;

}



#templatemo_contact form textarea.form-control {

    min-height: 120px;

}



#templatemo_contact form .input-group-addon {

    border-bottom: 3px solid #fff;

}



#templatemo_contact form .input-group-addon i {

    color: #fff;

}



#templatemo_contact .social {

    margin: 0px auto 40px auto;

    text-align: center;

    max-width: 500px;

    width: 100%;

}



#templatemo_contact .social li {

    margin-left: 0;

    width: 25%;

}



#templatemo_contact .social a {

    margin: 50px auto 4px auto;

    background-color: #fff;

    border-radius: 50px;

    padding-top: 15px;

    font-size: 40px;

    line-height: 40px;

    transition: .5s;

    display: block;

    height: 70px;

    color: #fff;

    width: 70px;

}



#templatemo_contact .social a:hover {

    transform: rotate(360deg);

    color: #223741;

}



#templatemo_contact .social .social-facebook {

    background: #4a6fb5;

}



#templatemo_contact .social .social-twitter {

    background: #28a9e0;

}



#templatemo_contact .social .social-youtube {

    background: #f86d70;

}



#templatemo_contact .social .social-instagram {

    background: #cab9a9;

}



form {

    max-width: 500px;

    margin: 0 auto;

    margin-top: 30px;

}



form .form-group {

    margin-top: 30px;

}



form input.form-control,

form button.form-control,

form textarea.form-control,

form select.form-control {

    border: 0px;

    background-color: transparent;

    border-bottom: 3px solid #233842;

    border-radius: 0px;

    height: 45px;

}



form input.form-control:focus,

form button.form-control:focus,

form textarea.form-control:focus {

    border-bottom-color: #c0c0c0;

    box-shadow: none;

}



form button.form-control {

    background-color: #275267;

    transition: .5s;

}



form button.form-control[type=reset] {

    background-color: transparent;

}



form button.form-control:hover,

form button.form-control:focus {

    border-bottom-color: #275267;

    background-color: #1c2d35;

}



form textarea.form-control {

    min-height: 120px;

}



form .input-group-addon {

    border: 0px;

    background-color: transparent;

    border-bottom: 3px solid #233842;

    vertical-align: top;

    border-radius: 0;

    color: white;

}



form .input-group-addon i {

    padding-top: 10px;

    color: #000;

}



form .checkbox input[type=checkbox] {

    margin-top: 12px;

}



h1, h2, h3, h4, h5, h6 {

    font-family: "Proxima Bold";

    font-weight: bold;

}



p {

    letter-spacing: 1px;

    line-height: 28px;

}



hr {

    border-color: #e0e0e0;

    margin: 0 auto 20px auto;

    width: 100px !important;

}



h1 {

    font-size: 60px;

}



h2 {

    font-size: 48px;

}



h3 {

    font-size: 30px;

}



h4 {

    font-size: 24px;

}



h5 {

    font-size: 18px;

}



h6 {

    font-size: 16px;

}



.title {

    padding-bottom: 40px;

}



.title h2 {

    color: #202020;

    line-height: 20px;

    padding-bottom: 30px;

}



.title p {

    padding-top: 14px;

    padding-bottom: 30px;

}



.parallax-section {

    background-attachment: fixed !important;

    background-size: cover !important;

}



.copyrights {

    text-indent: -9999px;

    height: 0;

    line-height: 0;

    font-size: 0;

    overflow: hidden;

}



/* preloader section */

.preloader {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 99999;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-flow: row nowrap;

    -ms-flex-flow: row nowrap;

    flex-flow: row nowrap;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    background: none repeat scroll 0 0 #fff;

    background: none repeat scroll 0 0 #f9f9f9;

}



.sk-spinner-rotating-plane.sk-spinner {

    width: 40px;

    height: 40px;

    background-color: #eb5424;

    border-radius: 50%;

    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;

    animation: sk-rotatePlane 1.2s infinite ease-in-out;

}



@keyframes sk-rotatePlane {

    0% {

        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);

        transform: perspective(120px) rotateX(0deg) rotateY(0deg);

    }

    50% {

        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

    }

    100% {

        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

    }

}



/* navigation section */

.navbar-default {

    background: #fff;

    border: none;

    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);

    margin: 0 !important;

}



.navbar-default .navbar-brand {

    font-size: 40px;

    font-weight: bold;

    margin: 0;

    line-height: 40px !important;

}



.navbar-default .navbar-nav li a {

    color: #606060;

    font-weight: bold;

    padding-right: 20px;

    padding-left: 20px;

    line-height: 40px;

}



.navbar-default .navbar-nav li a:hover {

    color: #eb5424;

}



.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

    color: #606060;

    background-color: transparent;

}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    color: #eb5424;

    background-color: transparent;

}



.navbar-default .navbar-toggle {

    border: none;

    padding-top: 12px;

}



.navbar-default .navbar-toggle .icon-bar {

    background: #eb5424;

    border-color: transparent;

}



.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

    background-color: transparent;

}



/* intro section */

/*#intro_cino {*/

/*background-color: #f2f2f0;*/



/*}*/



.intro_cino_c {

    margin-top: 60px;

}



.intro_cino_c h2 {

    font-size: 2em;

}



.cino_container {

    /*style="margin-top: 3%;background-color: #f2f2f0"*/

    margin-top: 3%;

    background-color: #f2f2f0;

}



.cino_container2 {

    /*style="margin-top: 3%;background-color: #f2f2f0"*/

    margin-top: 3%;

    /*background-color: #000;*/

}



.cino_img {

    margin-top: -1%;

}



.cino_title {

    margin-top: 6%;

}



.cino_title h1 {

    font-size: 1.3em;

    color: #927eb6;

}



.cino_title h2 {

    font-size: 1.3em;

    color: #927eb6;

}



.cino_title p {

    font-size: 0.8em;

    color: #927eb6;

}



/* footer section */

footer {

    background: #202020;

    color: #ffffff;

    border-bottom: 10px solid #ffffff;

    padding-top: 60px;

    padding-bottom: 60px;

}



footer h2 {

    padding-top: 40px;

    padding-bottom: 20px;

}



footer p {

    line-height: 20px;

}



footer .copyright a {

    color: #eb5424;

}



.social-icon {

    padding: 0;

    margin: 0;

    text-align: center;

    vertical-align: middle;

}



.social-icon li {

    list-style: none;

    display: inline-block;

}



.social-icon li a {

    background: #f8f8f8;

    border-radius: 100%;

    color: #eb5424;

    font-size: 32px;

    width: 80px;

    height: 80px;

    line-height: 80px;

    text-align: center;

    text-decoration: none;

    transition: all 0.4s ease-in-out;

    margin: 0 6px 40px 6px;

}



.social-icon li a:hover {

    background: #080808;

}



@media screen and (max-width: 980px) {

    .navbar-default .navbar-nav li a {

        padding-right: 14px;

        padding-left: 14px;

        font-size: 13px;

    }



    #intro h2 {

        font-size: 32px;

    }



    #work .title {

        padding: 80px 20px 20px 20px;

    }



    .portfolio-thumb .portfolio-overlay {

        padding-top: 24px;

    }

}



@media (max-width: 767px) {

    .navbar-brand {

        padding-top: 6px;

    }

}



@media (max-width: 400px) {

    #home h1 {

        font-size: 32px;

    }



    #home h2 {

        font-size: 22px;

    }



    #intro h2 {

        font-size: 20px;

    }



    .portfolio-thumb .portfolio-overlay {

        padding-top: 60px;

    }

}



footer {

    padding: 20px 0 16px 0;

    text-align: center;

    background: #fff;

}



.footer-copyright p {

    margin: 20px auto 20px auto;

    text-align: center;

    line-height: 32px;

    color: #666;

}






@media (min-width: 992px) and (max-width: 1199px) {

    .show-menu {

        right: 50px;

    }



    nav.main-menu {

        right: 50px;

    }

}



@media (max-width: 991px) {

    .show-menu {

        right: 30px;

    }



    nav.main-menu {

        right: 30px;

    }

}



@media (max-width: 767px) {

    #templatemo_download h2 {

        font-size: 70px;

    }



    #templatemo_home h2 {

        font-size: 26px;

    }

}



@media (max-width: 400px) {

    nav.main-menu {

        right: 10px;

    }



    .show-menu {

        right: 10px;

    }



    #templatemo_contact .social a {

        padding: 18px;

        font-size: 25px;

        line-height: 20px;

        height: 60px;

        width: 60px;

    }

}



.footer-copyright li {

    margin-top: -20px;

    color: white;

}

