body
{
    overflow-x: hidden;
}
body{
    font-family: 'Open Sans', sans-serif; font-weight:300;
    /*overflow-x:hidden !important; */
}

a{color: #ffffff}

a, a:hover, a:focus{
    text-decoration: none;
    color: white;
}
a:focus {
    outline: none;
}
.animated{
    visibility: hidden;
}
.ease{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ease:hover{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
p{
    color: #555555;
    font-family: 'Open Sans', sans-serif; font-weight:300;
    font-size: 14px;
    line-height:21px;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    font-weight: normal;
}

.btn-request {
    margin: 0 auto;
    padding: 0px 25px;
    display: block;
    border-radius: 14px;
    color: #ddd;
    background-color: #009999;
    border-color: transparent;
    background-image: none;
    width: initial !important;
    height: 50px;
}

.btn-request>a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

.btn-request:hover {
    background-color: #b1c21c;
    border-color: #b1c21c;
}

.btn-apply {
    margin: 0 auto;
    padding: 0px 25px;
    display: block;
    border-radius: 14px;
    color: #ddd;
    background-color: #3498db;
    border-color: transparent;
    background-image: none;
    width: initial !important;
    height: 50px;
}

.btn-apply>a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

.btn-apply:hover {
    background-color: #0fcdff;
    border-color: #0fcdff;
}

@media (min-width: 1024px) and (max-width: 5000px) {
    .container{
        max-width: 960px;
    }
}

.page-section{
    padding: 100px 0;
}
.add-top-half{
    margin-top: 60px;
}
.add-bottom-half{
    margin-bottom: 60px;
}
.remove-pad-bottom{
    padding-bottom: 0;
}

.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.intro-header{
    width: 100%;
    height: 70px;
    display: block;/*
	padding-left: 10%;
	padding-right:10%;*/
    position: absolute;
    z-index: 100;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.main-logo{
    margin-top: 25px;
    margin-bottom: 10px;
}
.standard-nav {
    float: right;
    list-style: none outside none;
    margin: 25px 0 0;
    padding: 0;
}
.standard-nav li {
    display: inline-block;
    float: left;
    margin-left: 30px;
}
.standard-nav li > a {
    font-family: 'Montserrat', sans-serif; font-weight:400;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.15em;
    line-height: 19px;
    text-transform: uppercase;
}

.page-section{

}

.promo-text  h3{
    margin-top: 20px;
    font-weight:normal;
}
.promo-text  h3 > span{
    font-family: 'Raleway', sans-serif; font-weight:700;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 36px;
    line-height: 43px;
    border-bottom: solid 1px;
    border-top: solid 1px;
    padding-top: 11px;
    padding-bottom: 8px;
}
.promo-text  p{
    margin-top: 30px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 15px;
    line-height:23px;
    margin-bottom: -34px;
}

.intro{

}
.hero-caps{
    padding:  2%;
}
.hero-caps h6{
    margin-top: 20px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif; font-weight:300;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 39px;
}
.hero-caps h6.white > span{
    border-bottom:solid 2px #fff;
}
.hero-caps h6 > span{
    padding-top: 20px;
}

.hero-caps h6.minimal{
    margin-top: 20px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif; font-weight:300;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 39px;
}
.hero-caps h6.minimal > span{
    padding: 20px;
}
.hero-caps h6.minimal.white > span{
}

@-moz-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
@-webkit-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
@-o-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
@keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}




/*ABOUT*/

/*THUMB CAROUSEL*/
.thumb-title{
    position: absolute;
    width: 100%;
    height: 170%;
    top: 0;
    text-align: center;
}
.thumb-title > h5{
    text-align: center;
    position: absolute;
    opacity: 1;
    height: 20px;
    margin-top: -10px;
    top: 50%;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.thumb-title > h5 > span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 8px 15px;
    /*border: 1px solid;*/
    background: rgba(0, 0, 0, 0.6);
    border-radius: 9px;
    border:none !important;
}


.services{
}
.service-list ul{
    list-style: none;
    padding: 0;
}
.service-list ul > li{
    margin-bottom: 10px;
}
.service-name-wrap{
    background:#ddd;
}

.service-name-wrap:hover{
    background:#F2F2F2;
}
.service-name-wrap  a{
    display: block;
    font-family: 'Montserrat', sans-serif; font-weight:400;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #2d2d2d;
    padding: 25px;
}
.service-name-wrap  a > span{
    margin-top: 5px;
    display: block;
    font-family: 'Open Sans', sans-serif; font-weight:300;
    font-size: 14px;
    line-height: 21px;
    text-transform: lowercase;
}
/* .service-name-wrap a > button {
    margin-top: 5px;
    display: initial !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-transform: lowercase;
} */
.service-details {
    display: none;
    padding: 20px;
    padding-top: 30px;
}
.service-details h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 22px;
    line-height:29px;
}
.service-details p{
    font-family: 'Open Sans', sans-serif; font-weight:300;
    font-size: 14px;
    line-height:21px;
}

.folio-head{
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 40%;
}
.folio-overlay{
    background:rgba(0,0,0,0.6);
}
.folio-align{
    padding: 4% 0;
}
.project-title{
    font-family: 'Raleway', sans-serif; font-weight:700;
    font-size: 23px;
    letter-spacing: 4px;
    line-height: 39px;
    text-transform: uppercase;
}
.project-info-wrap{
    margin-top: 20px;
}
.project-info{
    border-right: solid 2px #ccc;
}
.project-info > p{
    font-size: 14px;
    line-height: 21px;
    color: #777;
    font-family: 'Open Sans', sans-serif; font-weight:300;
}
.project-tags{
    padding: 0;
    list-style: none;
}
.project-tags li > i{
    font-size: 18px;
    margin-right: 10px;
    color: #000000;
}
.project-tags li{
    font-family: 'Open Sans', sans-serif; font-weight:400;
    margin-bottom:10px;
    font-size: 14px;
    line-height:21px;
    color: #aaa;
}
#portfolio_item {
    display: none;
    width: 100%;
    background: #ffffff;
}

#item_content {
    margin: 0 auto;
}

.team{

}
.team-stage{
    padding: 0 20px;
    text-align: center;
}
.team-stage h6 > span{
    font-size: 42px;
    line-height: 49px;
    font-family: 'Raleway', sans-serif; font-weight:700;
}
.team-stage h3{
    font-size: 24px;
    line-height: 31px;
    font-family: 'Montserrat', sans-serif; font-weight:400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
}
.team-stage p{
    font-family: 'Open Sans', sans-serif; font-weight:300;
    font-size: 11px;
    line-height:21px;
}

.team-stage > h6 > span{
    font-family: 'Montserrat', sans-serif; font-weight:400;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    text-transform: uppercase;
    /*border:solid 1px;*/
    padding:5px;
}


.clients-carousel .owl-next, .clients-carousel .owl-prev{
    margin-top: -41px !important;
}
/*.clients-carousel .owl-next, .team-carousel .owl-next{*/
/*background: transparent url(../images/next-dark.png) no-repeat center center !important;*/
/*}*/
/*.clients-carousel .owl-prev, .team-carousel .owl-prev{*/
/*background: transparent url(../images/prev-dark.png) no-repeat center center !important;*/
/*}*/
.client-stage > img{
    margin-top: 25px;
}

input {
    background: white; !important;
    border: none !important;
    border-bottom: 1px solid #656565 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important; font-weight:300 !important;
    font-size: 15px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
input:focus, textarea:focus {
    border-bottom: solid 1px #000 !important;
    background: #fff !important;
    color: #000 !important;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
textarea {
    background: rgba(255,255,255,0.5); !important;
    border: none !important;
    border-bottom: 1px solid #656565 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important; font-weight:300 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

.mastfoot{
    padding: 0;
}
.foot-top{
    padding: 50px 0;
}
/*.foot-logos > .foot-badge{*/
/*width: */
/*}*/
.credits{
    margin-top: 20px;
    font-size: 12px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif; font-weight:300;

}
.social-wrap{
    background:rgba(0, 0, 0, .8);
    padding: 20px 0;
}
.foot-social {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.foot-social li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.foot-social li a > img {
    opacity: 0.3;
    transition: all 0.8s linear 0s;
}
.foot-social li a > img:hover {
    opacity: 1;
    transition: all 0.8s linear 0s;
}

.tweet-panel-wrap{
    padding: 75px 0;
    background: rgba(0, 0, 0, .8);
}

.trans-dark{
    background: rgba(0, 0, 0, 0.5);
}

.white{
    color: #ffffff;
}

.promo-text h3 > span {
    border-top-color: #777 !important;
    border-bottom-color:#777 !important;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 2%;
    right: 1%;
    display: none;
    text-indent: -9999px;
    background: url('../images/icons/top.png') no-repeat;
    z-index: 1000;
}

.modal.modal-wide .modal-dialog {
    width: 90%;
}
.modal-wide .modal-body {
    overflow-y: auto;
}

/* irrelevant styling */
body { text-align: center; }
body p {
    /*max-width: 400px;*/
    margin: 20px auto;
}


@-webkit-keyframes blackWhite {
    0% { background-color: white; }
    50% { background-color: white; }
    51% { background-color: rgba(189, 195, 199,.10); }
    100% { background-color: rgba(189, 195, 199,.10); }
}

@-webkit-keyframes blackWhiteFade {
    0% { background-color: white; }
    50% { background-color: rgba(189, 195, 199,.15); }
    100% { background-color: white; }
}

.blinkdiv {
    height: 100px;
    background-color: white;
    -webkit-animation-name: blackWhite;
    /* -webkit-animation-name: blackWhiteFade; */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
}


.foot-social1 {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    padding-top: 2%;
}
.foot-social1 li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.foot-social1 li a > img {
    opacity: 0.5;
    transition: all 0.8s linear 0s;
}
.foot-social1 li a > img:hover {
    opacity: 1;
    transition: all 0.8s linear 0s;
}



.video-container {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


img.img-responsive:hover{

}


.team-titles {
    margin-top: -3%;
    margin-bottom: 8%;
}

/*span {border: none !important;}*/
.intro {height: 565.5px !important;}
