@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,700);


@font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.eot");
    src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
        url("../fonts/flaticon.woff") format("woff"),
        url("../fonts/flaticon.ttf") format("truetype"),
        url("../fonts/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}

.behance-modal-data .modal-title {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 9px;
    color: #fff;
}

.flaticon-behance2:before {
    content: "\e000";
}

body {
    width: 100%;
    height: 100%;

    background-color: #fff;
    font-weight: 400;
}

html {
    width: 100%;
    height: 100%;
}

section {
    width: 100%;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;

    font-weight: 700;
    color: #e91d76;
}

h2,
.h2 {
    font-size: 50px;
    padding-bottom: 10px;
    border-bottom: 5px solid;
    display: inline-block;
    margin-bottom: 50px;
}

p span {
    color: #e91d76;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../assets/bg-min.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*-webkit-animation: zoomin 5s 1;*/
    animation: zoom;
    animation-duration: 6s;
    -webkit-animation-fill-mode: forwards;

}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.5;
    }
}

a {
    color: #e91d76;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000000;
}

.light {
    font-weight: 400;
}

.OtherProjects-scrollerMoreProject-b-n {
    display: none !important;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-family: 'Maven Pro', sans-serif;
    background-color: #000;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;

}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent !important;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
    margin-top: 15px !important;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        background-image: url(../assets/dodz-logo-white-n.png);
        background-repeat: no-repeat;
        background-position: 150px center;
        background-size: 400px;

    }

    .navbar-nav {
        padding-top: 10px;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;

    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background-color: #ffffff;
        border-bottom: 1px dotted black;
        background-image: url(../assets/dodz-logo-n.png);
        background-repeat: no-repeat;
        background-position: 150px center;
    }



    .navbar-custom.top-nav-collapse li a {
        color: #000;
    }

    .navbar-custom.top-nav-collapse li a:hover,
    .navbar-custom.top-nav-collapse li a:focus,
    .navbar-custom.top-nav-collapse li a.active {
        color: #e91d76;
    }



    @keyframes zoom {
        0% {
            transform: scale(1.2);
        }

        100% {
            transform: scale(1);
        }
    }


    /*
.intro:after {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 0;
}

.intro:after {
content: '';
background: transparent url(../assets/pattern.png) repeat top left;
}*/

    .intro-body {
        display: table-cell;
        vertical-align: middle;
        z-index: 1000 !important;

    }

    .brand-heading {
        font-size: 40px;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        text-shadow: #000 -1px 1px 2px;
        /*animation: animatedBackground 40s linear infinite;*/

    }

    .intro-text {
        font-size: 18px;
    }

    @media(min-width:767px) {
        .intro {
            height: 100%;
            padding: 0;
        }

        .brand-heading {
            font-size: 42px;
            color: #FFF;
            text-transform: none;
            font-weight: 500;
            line-height: 54px;
            margin: auto 100px;
        }


        .intro-text {
            text-shadow: #000 -1px 1px 2px;
        }
    }

  

    .content-section {
        padding: 100px 0;
    }


    @media(min-width:767px) {
        .content-section {
            padding: 250px 0;
        }
    }

    .btn {
        text-transform: uppercase;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border-radius: 48px;
    }

    .btn-default {
        border: 1px solid #e91d76;
        color: #e91d76;
        background-color: transparent;
        padding: 10px 30px;
    }

    .btn-default:hover,
    .btn-default:focus {
        border: 1px solid #e91d76;
        outline: 0;
        color: #fff;
        background-color: #e91d76;
    }

    .btn-huge {
        padding: 25px;
        font-size: 26px;
    }

    .banner-social-buttons {
        margin-top: 0;
    }

    @media(max-width:1199px) {
        ul.banner-social-buttons {
            margin-top: 15px;
        }
    }

    @media(max-width:767px) {
        ul.banner-social-buttons>li {
            display: block;
            margin-bottom: 20px;
            padding: 0;
        }

        ul.banner-social-buttons>li:last-child {
            margin-bottom: 0;
        }
    }

    ::-moz-selection {
        text-shadow: none;
        background: #fcfcfc;
        background: rgba(255, 255, 255, .2);
    }

    ::selection {
        text-shadow: none;
        background: #fcfcfc;
        background: rgba(255, 255, 255, .2);
    }

    img::selection {
        background: 0 0;
    }

    img::-moz-selection {
        background: 0 0;
    }

    body {
        webkit-tap-highlight-color: rgba(255, 255, 255, .2);
    }

    .portfolio {
        /*background-color:#ededed;*/
        background-color: #fff;
        padding: 200px 0;
    }

    .about {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        /*border:1px solid #e91d76;*/
        margin: 20px auto;
        background: url(../assets/brain.png) center center no-repeat;

    }

    .dodz {
        background: url(../assets/pink-min.jpg), url(../assets/black.jpg);
        background-position: left top, right bottom;
        background-repeat: no-repeat, no-repeat;
        padding-top: 300px;
        width: 100%;
    }

    .work {
        display: inline-block;
    }

    .fa-eye,
    .fa-location-arrow,
    .fa-download,
    .fa-thumbs-up {
        margin-right: 10px;
    }



    .copyright {
        font-size: 16px;
    }



}