@font-face {
    font-family: HelveticaNeueLT;
    src: url("../../fonts/HelveticaNeue-Light.otf");
}

@font-face {
    font-family: HelveticaNeueLTCondensed;
    src: url("../../fonts/HelveticaNeue-Light.otf");
	line-height:normal;
}

body {
    max-width: 100%;
    overflow-x: scroll;
    font-family: "PT Sans", "sans-serif", "Helvetica Neue"; 
    background-color: rgba(255,255,255,1.00);
	color: #565656;
}

h1 h2 h3 h4{
	line-height:none;
}
.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

section {
    padding-top: 0px;
}

a:focus {
    outline: none;
    outline-offset: 0px;
}

a:hover {
	text-decoration: none;
}
/* design page */

/*.hide-box {
    position: absolute;
    background: white;
    height: 700px;
    width: 400px;
    margin-left: -400px;
    z-index: 999;
}*/

#design {
	background-image: none;
	width: 100%;
	vertical-align: top;
}
.design {
   margin-left: 20px;
  margin-right:20px;
}

.slider-design-content {
margin:20px;
padding:20px;

}

.menu-btn {
    color: #f0f0f0;
    z-index: 10;
    border: 1px solid black;
    background-color: black;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    text-indent: 20px;
    width: 32px;
    height: 37px;
    position: absolute;
    top: 290px;
    left: 0px;
    text-shadow: 1px 1px 1px #000;
    padding-top: 2px;
}

.menu-btn span:hover {
    background: rgb(213,11,119);
}

.menu-btn span {
      display: block;
      width: 25px;
      height: 4px;
      margin: 5px 0;
      background: #f0f0f0;
      z-index: 99;
    }


.mobile-design-menu ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .mobile-design-menu ul li {
        position: relative;
        padding: 15px 20px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

        .mobile-design-menu ul li:hover {
        }

        .mobile-design-menu ul li ul {
            padding: 0;
            position: absolute;
            top: 325px;
            left: 0;
            z-index: 899;
            width: 150px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            display: none;
            opacity: 0;
            visibility: hidden;
            -webkit-transiton: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            -ms-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            -transition: opacity 0.2s;
        }

            .mobile-design-menu ul li ul li {
                background: black;
                display: block;
                color: #fff;
                text-shadow: 0 -1px 0 black;
            }

                .mobile-design-menu ul li ul li a {
                    text-decoration: none;
                    cursor: pointer;
                    color: #ddd;
                    background: black;
                    text-shadow: 1px 1px 1px #000;
                    text-transform: none;
                }

                    .mobile-design-menu ul li ul li a:hover {
                        background: black;
                        color: rgb(213,11,119);
                        -moz-box-shadow: 0px 0px 3px #000 inset;
                        -webkit-box-shadow: 0px 0px 3px #000 inset;
                        box-shadow: 0px 0px 3px #000 inset;
                    }

                .mobile-design-menu ul li ul li:hover {
                    background: black;
                }

        .mobile-design-menu ul li:hover ul {
            display: block;
            opacity: 1;
            visibility: visible;
        }

.detail-content.container {
}

#designflexslider .slides img {
	width: 100%;
    max-height: 400px;
}

#expertiseflexslider .flex-viewport {
    height: 550px;
}

.mobile-design-menu {
    display: none;
}

@media (max-width: 640px) {
    .design-menu {
        display: none;
    }

    .mobile-design-menu {
        display: block;
    }
}

/* Enterprise page */

td, th {
    border-right: black;
    border-right-width: thin;
    border-right-style: dashed;
    border-bottom: black;
    border-bottom-width: thin;
    border-bottom-style: dashed;
    height: 50px;
    align-content: center;
}

.slider-content {
    margin-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
	max-width:100%;

}

.slider-content-text {
    font-family:helvetica;
    font-size: 1em;
	
}

/*#profile-pic-about-us {
    width: 250px;
    height: 250px;
}*/

.row-border {
    background-image: url("../../Images/Horizontaldividedline-dotted.jpg");
    background-repeat: repeat;
    height: 2px;
}

.column-border {
    background-image: url("../../Images/VerticalDottedline.jpg");
    background-repeat: repeat-y;
    height: 60px;
}

.video-strip {
    position: fixed;
    background-image: url("../../Images/video-strip.gif");
    background-repeat: repeat;
    height: 55px;
	    margin-top: 35px;
    width: 100%;
}

#stripcover {
    position: fixed;
    background-image: url('../../Images/mesh.png');
    background-repeat: repeat;
    height: 55px;
    margin-top: 50px;
    z-index: 100;
    width: 100%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


/*#profile-pic-about-us-div {
    padding-left: 50px;
}*/

/*------------------------*/

/*  Header & Footer */

.navbar-inverse {
    background-color: rgb(224,225,220);
    height: 50px;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: rgb(213,11,119);
        background-color: transparent;
    }


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    color: rgb(213,11,119);
    background-color: rgb(224,225,220);
    border: none;
    margin-left: 180px;
}


    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: rgb(213,11,119);
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: rgb(213,11,119);
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: rgb(65,65,63);
    }

.container {
    margin-top: 15px;
   
}

.scroll-down {
    display: block;
    bottom: 15%;
    left: 50%;
    position: absolute;
}

.scroll-dn {
    width: 0px;
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 60px;*/
}

/*section > div > h2 {
    color: rgb(213,11,119);
}*/

h2 {
	color: rgb(213,11,119);
	margin-left: 0px;
}

.menu-separator {
    top: 13px;
    font-size: 16px;
    color: darkgrey;
}

#separator {
    display: block;
    height: 3px;
    width: 100%;
    top: 49px;
    left: 0px;
    position: absolute;
    z-index: -1;
    background-color: rgb(213,11,119);
}


.navbar-toggle {
    float: right;
    cursor: pointer;
    height: 44px;
    width: 44px;
    margin-top: -5px;
    background-color: transparent;
    border: none;
    border-color: none;
    border-radius: inherit;
    background: url("../../Images/Icons/hamburger.png");
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}


.dropdown-menu {
    background-color: rgb(224,225,220);
}

/*****Footer taken from sample layout*/

#footer {
    background: rgb(224,225,220);
    margin-top: 120px;
    padding-top: 47px;
    padding-bottom: 35px;
    -webkit-font-smoothing: antialiased;
}

    #footer .copyright {
        color: #B5C5CF;
        font-size: 14px;
        font-weight: 500;
    }

@media (max-width: 991px) {
    #footer .copyright {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #footer .copyright {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #footer .menu {
        text-align: center;
        margin-top: 40px;
    }
}

#footer .menu ul {
    list-style-type: none;
    padding: 0;
}

    #footer .menu ul li {
        display: inline-block;
    }

        #footer .menu ul li.active a {
            color: #fff;
        }

        #footer .menu ul li a {
            color: rgb(65,65,63);
            padding: 15px 17px;
            font-weight: 500;
            -webkit-transition: color 0.2s linear;
            -moz-transition: color 0.2s linear;
            -ms-transition: color 0.2s linear;
            -o-transition: color 0.2s linear;
            transition: color 0.2s linear;
        }

            #footer .menu ul li a:hover {
                color: rgb(213,11,119);
                text-decoration: none;
            }

@media (max-width: 991px) {
    #footer .menu ul li a {
        padding: 15px 17px 15px 0px;
    }
}

@media (max-width:992px) {

    .slider-content-img {
        width: 33.3333%;
        float: left;
    }

    .slider-content-text {
        width: 66.3333%;
        float: left;
    }
}

#footer .social {
    text-align: right;
}

@media (max-width: 767px) {
    #footer .social {
        text-align: center;
        margin-top: 40px;
    }
}

#footer .social a {
    border: 0;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 15px;
    position: relative;
    top: -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

    #footer .social a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

#footer-white {
    background-color: transparent;
    padding-top: 70px;
    padding-bottom: 30px;
    -webkit-font-smoothing: antialiased;
}

/*#footer-container {
        width:1200px;
    }*/

@media (max-width: 991px) {
    #footer-white {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    #footer-white .menu {
        text-align: center;
        margin-top: 40px;
    }
}

#footer-white .menu h3 {
    margin-top: 0;
    color: rgb(65,65,63);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
}

#footer-white .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0px;
}

    #footer-white .menu ul li {
        display: block;
        margin-bottom: 9px;
        font-size: 13px;
    }

        #footer-white .menu ul li a {
            color: rgb(65,65,63);
            display: inline-block;
            font-weight: 500;
            font-size: 15px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            #footer-white .menu ul li a:hover {
                color: rgb(213,11,119);
                text-decoration: none;
            }

@media (max-width: 991px) {
    #footer-white .menu ul li a {
        padding: 0;
    }
}

#footer-white .newsletter {
    text-align: right;
}

@media (max-width: 767px) {
    #footer-white .newsletter {
        text-align: center;
        margin-top: 40px;
    }
}

#footer-white .newsletter .signup {
    margin-bottom: 40px;
}

    #footer-white .newsletter .signup p {
        font-size: 13px;
        color: #666;
        width: 90%;
        float: right;
        text-align: left;
        line-height: 20px;
    }

@media (max-width: 767px) {
    #footer-white .newsletter .signup p {
        float: none;
        text-align: center;
        width: 100%;
    }
}

#footer-white .newsletter .signup form {
    float: right;
    width: 90%;
    position: relative;
}

@media (max-width: 767px) {
    #footer-white .newsletter .signup form {
        float: none;
        width: 100%;
    }
}

#footer-white .newsletter .signup form input[type="text"] {
    font-size: 13px;
}

    #footer-white .newsletter .signup form input[type="text"]::-webkit-input-placeholder {
        font-size: 13px;
        line-height: 17px;
    }

    #footer-white .newsletter .signup form input[type="text"]:-moz-placeholder {
        font-size: 13px;
        line-height: 17px;
    }

    #footer-white .newsletter .signup form input[type="text"]::-moz-placeholder {
        font-size: 13px;
        line-height: 17px;
    }

    #footer-white .newsletter .signup form input[type="text"]:-ms-input-placeholder {
        font-size: 13px;
        line-height: 17px;
    }

#footer-white .newsletter .signup form input[type="submit"] {
    border: 0;
    background: rgb(213,11,119);
    color: #FFF;
    border-radius: 3px;
    padding: 6px 10px;
    position: absolute;
    top: 2px;
    right: 0px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
    font-size: 13px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    #footer-white .newsletter .signup form input[type="submit"]:hover {
        background: rgb(213,11,119);
    }

#footer-white .newsletter a {
    border: 0;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 15px;
    position: relative;
    top: -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

    #footer-white .newsletter a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

#footer-white .credits {
    margin-top: 15px;
}

    #footer-white .credits .col-md-12 {
        padding-top: 20px;
        font-size: 13px;
        text-align: center;
        color: #A1AAB6;
    }

#footer-container {
    margin-top: -10px;
}

/*-------------*/

/* Video Section */

.holder {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-image: url('../../Images/mesh.png');
    background-repeat: repeat;
}


.cont {
    height: 100%;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.center-piece {
    margin-top: -8%;
    margin-left: 200px;
}

#strong-action {
    font-weight: 600;
    font-family: 'PT Sans', 'sans-serif';
    color: rgb(213,11,119);
}

.video .we, .video .action-caption {
    font-size: 40px;
    color: #fff;
    font-family: 'PT Sans', 'sans-serif';
    /*text-transform: uppercase;*/
    font-weight: 100;
    margin: 0px 6px;
}

.subtext {
    font-size: 23px;
    color: #fff;
    font-family: 'PT Sans', 'sans-serif';
    font-weight: 100;
    margin: 0px 10px;
}

.home-signup {
	border: 0;
	color: #FFF;
	border-radius: 3px;
	position: absolute;
	right: 95px;
	bottom: 73px;
	/*bottom:300px;
    right: 200px;*/
    /*width: 100%;*/
	text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
	font-size: 13px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


    .home-signup p {
        font-size: 13px;
        float: left;
        text-align: left;
        line-height: 20px;
    }


    .home-signup form input[type="submit"] {
        border: 0;
        background: rgb(213,11,119);
        color: #FFF;
        border-radius: 3px;
        padding: 6px 10px;
        position: relative;
        top: -32px;
        right: -95px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
        font-size: 13px;
        transition: all 0.2s linear;
    }

.carousel-indicators {
    position: relative;
    bottom: -10px;
    /*left: 30%;*/
    float: left;
    margin-left: -150px;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgb(240, 240, 240);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 20px;
        height: 20px;
        margin: 5px;
        background-color: #D51469;
    }
/*----------------------*/

/****Contact Us page*/

@media (min-width: 1200px) {
   .mail-title  {
        padding-top: 40px;
		color:rgb(213,11,119);
    }

    phone-item {
       padding-top: 20px;
        width: 250px;
    }

    phone-title {
        padding-top: 42px;
			color:rgb(213,11,119);
    }

    chat-item {
        padding-top: 22px;
    }

    chat-title {
        padding-top: 35px;
			color:rgb(213,11,119);
    }

    map-title {
        padding-top: 34px;
			color:rgb(213,11,119);
    }

    map-item {
        padding-top: 15px;
        padding-left: 40px;
    }

    .contact-item {
        border-right: grey;
        border-right-style: dotted;
    }
}

.detail-content.container > h3 {
    font-family: HelveticaNeueLT;
    /*color: #292929;*/
    font-size: 30px;
}

.detail-content.container .row .contact-item .title {
	font-family: HelveticaNeueLTCondensed;
	color: rgb(213,11,119);
	font-size: 24px;
	padding-top: 0px;
}

.detail-content.container .row .contact-item .contenttext {
	font-family: Arial;
	color: #292929;
	font-size: 14px;
	padding-top: 0px;
}

.contact-item {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
    height: 150px;

}
a.contenttext:link  {
	color:#292929;
	text-decoration:none;
}

a.contenttext:visited  {
	color:#292929;
	text-decoration:none;
}
a.contenttext:active  {
	color:#292929;
	text-decoration:none;
}
a.contenttext:hover  {
	color:rgb(213,11,119);
	text-decoration:none;
}


.map-item {
    border: none;
}

/*---------------------*/

/* Media Queries */

@media (min-width: 320px) {


    .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 14px;
    }

    .cont {
        /*height: 100%;
        width: 100%;*/
        /*margin-top: 350px;
        margin-left: 520px;*/
        height: 100%;
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }
  .slider-content {
        padding-right: 15%;
        padding-left: 15%;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        /*margin-left: 50px;*/
    }
}

@media (max-width:991px) and (min-width: 768px) {
    #pond-menuitem {
        padding-left: 0px;
    }

    .container {
        width: 100%;
    }
}

/*@media (min-width:991px) {

    #pond-menuitem {
        padding-left: 100px;
    }
}*/

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
}

@media (min-width:1450px) {
    .center-piece {
        margin-left: -25%;
    }

    .action-caption {
        position: absolute;
    }

    .subtext {
        margin-left: 20%;
    }
}

@media (max-width:1056px) {
    .row-border, .column-border {
        display: none;
    }

    /*#profile-pic-about-us {
        width: 150px;
        height: 100px;
    }*/

    .slider-content {
        padding-right: 15%;
        padding-left: 15%;
    }
}
@media (max-width: 991px) {
    #footer .copyright {
        margin-bottom: 20px;
    }


    .slider-content-img {
	width: 33.3333%;
	float: left;
	height: 33.33%;
    }

    .slider-content-text {
        width: 66.3333%;
        float: left;
    }
}
@media (max-width: 767px) {
    #footer .menu {
        text-align: center;
        margin-top: 40px;
    }
@media (min-width: 200px) and (max-width: 540px) {

    #expertiseflexslider .flex-viewport {
        height: 863px;
		
    }

    #clientlogo {
        height: 863px;
    }


@media (max-width:1450px) {
    .center-piece {
        margin-left: 0;
    }

    .action-caption {
        position: relative;
    }

    .subtext {
        margin-left: 0;
    }
}

@media screen and (min-width:844px) {


    /* Header */
    .navbar-collapse {
        float: left;
    }
    /*------------*/

   #separator {
    display: block;
    height: 3px;
    width: 100%;
    top: 49px;
    left: 0px;
    position: absolute;
    z-index: -1;
    background-color: rgb(213,11,119);
 }

    .home-signup {
        display: block;
    }

    .video .we, .video .action-caption {
        font-size: 40px;
    }

    .subtext {
        font-size: 23px;
    }

.menu-separator {
    top: 13px;
    font-size: 16px;
    color: darkgrey;
}
    #pond-menuitem {
        /*padding-left: 100px;*/
        margin-left: 100px;
    }

    .col-sm-3 .menu {
        top: 0px;
        left: 0px;
    }

    .home-signup {
        display: block;
    }
}

@media screen and (max-width:844px) {

    .navbar-collapse {
        float: right;
    }

    .cont {
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }

    .home-signup {
        display: none;
    }

    .video .we, .video .action-caption {
        font-size: 30px;
    }

    .subtext {
        font-size: 15px;
    }

    #separator {
        display: none;
    }

    .menu-separator {
        display: none !important;
    }

    #pond-menuitem {
        padding-left: 0px;
    }

    #footer-logo {
        top: -60px;
        left: 60px;
    }

    #footer-white .menu {
        margin-top: 85px;
    }

 
	#video-strip-overlaying-text {
	align-content: center;
	color: #fff;
	padding-top: 20PX;
	padding-left: 200PX;

}
.flex-next {
	top:0%;

	
}
.flex-prev {
	top:0%;
	
}
	#mc_embed_signup {background-color:transparent;
	}
#mc-embedded-subscribe-form {background-color:transparent;
	}
	div.mc-field-group label {}
