body {
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    direction: ltr;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
}
html, body {
    height: 100%;
}
.container {
    width: 1200px;
    max-width: 100%;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -150px;
}
.wrapper:after {
    content: "";
    display: block;
    height: 150px;
}

/* HEADER */

.header {
    background: #E50046;
    height: 50px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}
.header .logo {
    margin: 0;
    padding: 0;
    height: 50px;
}
.header .logo a {
    display: block;
    height: 100%;
    padding: 10px 0;
    outline: none;
}
.header .logo img {
    vertical-align: top;
}
.header .nav-toggle {
    cursor: pointer;
    width: 28px;
    top: 15px;
    position: relative;
    height: 20px;
    padding-top: 15px;
}
.header .nav-toggle span {
    display: block;
    height: 4px;
    width: 28px;
    background: #fff;
    position: absolute;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.header .nav-toggle span:nth-child(1) {
    top: 0px;
}
.header .nav-toggle span:nth-child(2) {
    top: 8px;
}
.header .nav-toggle span:nth-child(3) {
    top: 16px;
}
.header .nav-toggle.active span:nth-child(1) {
    top: 8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.header .nav-toggle.active span:nth-child(3) {
    top: 8px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* NAV */

.nav-custom {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    z-index: 5;
    height: 50px;
    background: rgba(255, 255, 255, 0.5)
}
.nav-custom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.nav-custom ul li {
    position: relative;
    display: inline-block;
    height: 50px;
    margin-left: 70px;
}
.nav-custom ul li a {
    font-weight: normal;
    line-height: 50px;
    height: 100%;
    display: block;
    white-space: nowrap;
    color: #fff;
    -moz-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    text-decoration: none;
}
.nav-custom ul li a:hover {
    color: #fff;
}
.nav-custom ul li.active a {
    color: #ddd;
}

/* LOGO */

.hero {
    height: 640px;
    position: relative;
    overflow: hidden;
}
.hero .imgVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/Content/img/logosmart.png") no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 25%;
}
.hero video {
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.button-slide {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -24px;
    outline: none;
    background: none;
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    background: none;
    z-index: 5;
    color: #fff !important;
}
.hero .carousel-indicators {
    bottom: 20px;
    padding: 0;
}
.hero .carousel, .hero .carousel-inner {
    height: 100%;
}
.hero .carousel .item {
    background-size: cover !important;
    background-position: center center !important;
    height: 100%;
    color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}
.hero .carousel .item img {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
.hero .carousel .item .item-caption {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.hero .carousel .item .item-caption-01 {
    padding-top: 150px;
}
.hero .carousel .item .item-caption-01 h1 {
    font-weight: bold;
}
.hero .carousel .item .item-caption-01 h2 {
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 140px;
}
.hero .carousel .item .item-caption-01 p {
    font-size: 16px;
}
.hero .carousel .item .item-caption-01 .item-dots {
    margin-top: 25px;
}
.carousel-fade .carousel-inner .item {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
    left: -1000px !important;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    left: 0 !important;
    transition: all ease 1s;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
}
.carousel-fade .carousel-control .fa {
    top: 50%;
    position: absolute;
    font-size: 50px;
    margin: 0;
    margin-top: -50px;
}
.carousel-fade .carousel-control.right .fa {
    right: 50px;
}
.carousel-fade .carousel-control.left .fa {
    left: 48px;
}
.item-dots {
    text-align: center;
}
.item-dots span {
    display: inline-block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin: 8px;
    background: #fff;
}
.item-dots.item-dots-vertical {
    width: 8px;
    position: relative;
    right: -8px;
    margin: auto;
}
.works {
    position: relative;
    /* border-top: 4px solid #ff0048; border-bottom: 4px solid #ff0048;*/
}
.works > h2 {
    position: absolute;
    width: 350px;
    height: 70px;
    line-height: 70px;
    top: -70px;
    background: #ff0048;
    color: #fff;
    font-size: 18px;
    text-align: center;
    right: 50%;
    margin-right: -175px;
}
.works > h2:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #ff0048;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    top: 70px;
    right: 50%;
    margin-right: -20px;
    z-index: 2;
}

/*.work-list * { margin: 0 !important; padding: !important; }*/

.work-list {
    padding: 10px
}
.work-list .item-box {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.work-list .item-box img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50.05%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.work-list .item-box .item-cap {
    z-index: 3;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.work-list .item-box .item-cap span {
    position: absolute;
    top: 70%;
    width: 100%;
    text-align: center;
    display: block
}
.work-list .size22 .item-box .item-cap span, .work-list .size12 .item-box .item-cap span {
    top: 60%;
}
.work-list .item-box:hover .item-cap {
    opacity: 0.9;
}
.work-list .item-box .item-links {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 4;
    text-align: center;
    width: 160px;
    margin-right: -80px !important;
    margin-top: -40px !important;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.work-list .item-box:hover .item-links {
    visibility: visible;
    opacity: 1;
}
.work-list .item-box .item-links-video {
    visibility: visible;
    opacity: 1;
}
.work-list .item-box a i {
    color: #fff;
    width: 66px;
    height: 66px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #fff;
    line-height: 64px;
}
.work-list .item-box a i.fa-eye {
    font-size: 28px;
    line-height: 62px;
}
.work-list .item-box a i.fa-link {
    font-size: 28px;
}
.work-list .item-box a i.fa-play {
    font-size: 28px;
    line-height: 62px;
}
.work-list ul li .item-works {
    float: right;
}
.work-list ul li .more-details {
    float: left;
}
.item-box[style="height:200px;"] .item-cap {
    line-height: 280px;
}
.item-box[style="height:420px;"] .item-cap {
    line-height: 520px;
}
.work-list [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
.work-list .row {
    margin-left: -10px;
    margin-right: -10px;
}
.new_work {}
.new_work .box {
    background: #000;
}

/*
    Team
    =====================
*/

.team .carousel {
    height: auto !important;
}
.team {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}
.team > .item-title {
    padding: 50px 0;
    font-size: 20px;
    font-weight: bold;
    color: #ff0048;
}
.team > .item-subtitle {
    position: absolute;
    width: 100%;
    top: 0;
    background: #ff0048;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
.team > .item-subtitle:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #ff0048;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    top: 50px;
    right: 50%;
    margin-right: -20px;
}
.team .team-list {
    padding: 0;
    max-width: 100%;
    list-style: none;
}
.team .team-list .team-item .item-title {
    color: #ff0048;
    font-weight: bold;
    font-size: 18px;
}
.team .team-list .team-item .item-desc {
    padding: 30px 0;
}
.team .team-list .team-item .item-social {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #707070;
    font-size: 23px;
}
.team .team-leaders .team-item {
    width: 31%;
    margin-left: 1%;
    float: left;
    text-align: center;
    position: relative;
    min-height: 400px;
}
.team .team-leaders .team-item:nth-child(3n+4) {
    margin: 0px;
}
.team .team-leaders img {
    width: 97%;
}
.team .team-others {}
.team .team-others .team-item {
    width: 31%;
    margin-left: 1%;
    float: left;
    text-align: center;
    position: relative;
    min-height: 400px;
}
.team .team-others .team-item:nth-child(3n+4) {
    margin: 0;
}
.team .team-others img {
    width: 97%;
}
.team .btn, .team .btn:focus, .team .btn:active, .team .btn:active:hover {
    outline: none !important;
    background: #000 !important;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    line-height: 43px;
    padding: 0;
    width: 200px;
}
.team .btn:hover {
    background: #ff0048 !important;
}
.quotes {
    text-align: center;
    padding: 80px 0 50px;
    cursor: default;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.quotes blockquote {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 2;
}
.quotes blockquote img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.quotes blockquote cite {
    margin-top: 20px;
    color: #888;
    font-size: 14px;
}
.team .btn-team a {
    margin-top: 0px;
    text-decoration: none;
    color: #000;
    margin: 0 15px;
}
.team .btn-team a.active span {
    background: #000;
}
.team .btn-team a span {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    margin-right: 1px;
}

/*
    Features
    =====================
*/

.features {
    padding: 70px 0;
    background: #E50046;
}
.features h3 {
    font-size: 50px;
    margin: 0 0 15px;
    color: #fff;
}
.features .features-item {
    text-align: center
}
.features .features-desc {
    line-height: 1;
    color: #fff
}

/*
    About
    =====================
*/

.about {
    position: relative;
    background: #E50046;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
}
.about h3 {
    font-size: 60px;
    color: #fff;
}
.about p {
    line-height: 30px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
}
.about .col-sm-6:nth-child(1) {
    padding-right: 50px;
}
.about .col-sm-6:nth-child(2) {
    padding-left: 50px;
}
.about .item-dots {
    margin: 50px auto;
}
.about .btn {
    margin-top: 40px;
    margin-bottom: 30px;
}
.about .btn, .about .btn:focus, .about .btn:active, .about .btn:active:hover {
    background: #fff !important;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #333;
    text-transform: uppercase;
    height: 40px;
    line-height: 43px;
    padding: 0;
    width: 200px;
    outline: none !important;
}
.about .btn:hover {
    background: #ff0048 !important;
    color: #fff;
}
.about .container {
    z-index: 2;
    position: relative;
}
.about .carousel-indicators {
    padding: 0;
    padding-top: 50px;
    text-align: center;
}
.about .carousel-indicators .active {
    background: #ff0048;
    border-color: #ff0048;
}
.about .carousel-indicators li {
    background: #fff;
    border-color: #fff;
}
.about .vertical {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.about .vertical .item {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.about .vertical .item img {
    height: 100%;
    width: 100%;
}
.portfolio-list {
    padding: 5px;
}
.featured-image {
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.featured-image .item-desc {
    padding: 120px;
    line-height: 2;
}
.featured-image p {
    text-align: center;
}
.featured-image h3 {
    margin-bottom: 30px;
    font-size: 60px;
}
.vertical .carousel-inner {
    height: 100%;
}
.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
    top: 0;
}
.carousel.vertical .next {
    top: 100%;
}
.carousel.vertical .prev {
    top: -100%;
}
.carousel.vertical .next.left, .carousel.vertical .prev.right {
    top: 0;
}
.carousel.vertical .active.left {
    top: -100%;
}
.carousel.vertical .active.right {
    top: 100%;
}
.carousel.vertical .item {
    left: 0;
}
.footer {
    color: #666;
    height: 150px;
}
.footer a {
    color: #666;
    font-size: 12px;
}
.footer .copyright {
    height: 100px;
    line-height: 100px;
    font-size: 13px;
    background: #ddd;
}
.item-about-text {
    height: 500px;
    overflow: hidden;
    margin-top: 50px;
}

/*.footer .designer { height: 50px; line-height: 50px; font-size: 10px; background: #ccc; }*/

.footer .designer {
    color: #388FDB;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ccc;
}
.btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.form-control {
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: inherit;
}
.contact-page {}
.contact-page .contact-form {
    padding: 0 15px;
    background: url(../img/contact-page.jpg) no-repeat center top;
    background-size: cover;
    margin-bottom: 50px;
}
.contact-page .contact-form > .inner {
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 80px;
}
.contact-page .contact-form h2 {
    font-weight: bold;
}
.contact-page .contact-form p {
    margin-bottom: 50px;
}
.contact-page .contact-form .form-group {
    margin-bottom: 5px;
}
.contact-page .contact-form .form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    background: rgba(255, 0, 72, 0.8);
    max-width: 100%;
}
.contact-page .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.contact-page .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.contact-page .contact-form .btn {
    border: none;
}
.contact-page .contact-details {
    margin-bottom: 50px;
}
.contact-page .contact-details h3 {
    color: #ff0048;
    font-size: 18px;
    font-weight: bold;
}
.contact-page .contact-details p {
    color: #666;
}
.contact-page .contact-details ul {
    margin: 0;
    padding: 0;
}
.contact-page .contact-details ul li a {
    font-size: 32px;
    color: #222;
}
.contact-page .map {
    width: 100%;
    height: 400px;
}
.portfolio-page {
    background: #fff;
    margin-top: 100px;
}
.portfolio-page .portfolio-tags {
    padding: 30px 0;
}
.portfolio-page .portfolio-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}
.portfolio-page .portfolio-tags ul li {
    margin-bottom: 10px;
    line-height: 30px;
    display: inline-block;
}
.portfolio-page .portfolio-tags ul li a {
    background: #fff;
    padding: 0 15px;
    color: #666;
    text-align: center;
    height: 100%;
    text-decoration: none !important;
    border: 1px solid #000;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.portfolio-page .portfolio-tags ul li a:hover {
    color: #ff0048;
}
.portfolio-page .portfolio-tags ul li.active a {
    background: #ccc;
    color: #000;
}
.portfolio-page .item-portfolio {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.portfolio-page a {
    display: block;
    width: 100%;
    height: 100%;
}
.portfolio-page a img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50.05%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.portfolio-page a .item-cap {
    z-index: 3;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #5c5c5c;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.portfolio-page a:hover .item-cap {
    opacity: .7;
}
.portfolio-details-page {
    padding-top: 100px;
}
.portfolio-details-page .portfolio-item-cover {
    margin-bottom: 50px;
    background: #fff;
    //border: 1px dashed #ccc;
    height: 300px;
    text-align: center;
    line-height: 300px;
    color: #ccc;
    position: relative;
    overflow: hidden;
}
.portfolio-details-page .portfolio-item-cover img {
    height: auto !important;
    width: auto !important;
    position: absolute;
    vertical-align: top;
    position: absolute;
    max-width: 100%;
    left: 50.05%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.portfolio-details-page .portfolio-item-cover {
    height: auto !important;
    line-height: 0 !important;
}
.portfolio-details-page .portfolio-item-cover img {
    position: relative;
    left: 0;
    top: 0;
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.portfolio-details-page .portfolio-item-title {
    color: #d4305e;
    font-size: 20px;
    margin-top: 0;
}
.portfolio-details-page p {
    line-height: 2;
    color: #666;
    font-weight: 300;
}
.portfolio-details-page .portfolio-item-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
}
.portfolio-details-page .portfolio-item-tags li {
    display: inline-block;
    margin-bottom: 10px;
}
.portfolio-details-page .portfolio-item-tags li a {
    position: relative;
    border: 1px solid #ccc;
    height: 25px;
    line-height: 23px;
    font-size: 11px;
    padding: 0 30px 0 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
}
.portfolio-details-page .portfolio-item-tags li a i {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    line-height: 25px;
    display: block;
    border-left: 1px solid #ccc;
    text-align: center;
    color: #d4305e;
}
.portfolio-details-page .portfolio-item-tags li a:hover {
    background: #eee;
}
.portfolio-details-page .portfolio-item-tags li a:hover i {
    color: #000;
}
.portfolio-details-page .portfolio-item-bulletlist {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.portfolio-details-page .portfolio-item-bulletlist li {
    cursor: default;
    line-height: 35px;
    font-weight: 200;
    font-size: 13px;
    padding: 0 15px;
}
.portfolio-details-page .portfolio-item-bulletlist li:hover {
    background: #eee;
}
.portfolio-details-page .portfolio-item-bulletlist li i {
    color: #d4305e;
    font-size: 12px;
    margin-left: 10px;
}
.portfolio-details-page .portfolio-item-bulletlist li:hover i {
    color: #666;
}
.portfolio-details-page .portfolio-item-bulletlist li span {
    color: #333;
}
.portfolio-details-page h3 {
    margin: 0 0 15px;
    color: #d4305e;
    font-size: 18px;
}
.portfolio-details-page .portfolio-item-logo {
    width: 100%;
    margin-bottom: 25px;
    background: #f5f5f5;
    border: 1px dashed #ccc;
    height: 150px;
    text-align: center;
    line-height: 150px;
    color: #ccc;
}
.portfolio-details-widget {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 25px;
    border-right: 4px solid #d4305e;
}
.portfolio-details-widget .portfolio-item-bulletlist li:hover {
    background: none;
}
.portfolio-details-widget hr {
    border-color: #ddd;
}
.portfolio-showcase {
    background: #eee url(../img/logo-icon.png) no-repeat 5% center fixed;
    margin-top: 50px;
}
.portfolio-showcase .portfolio-showcase-item:last-child {
    margin-bottom: 50px;
}
.portfolio-showcase .item-head {
    color: #d4305e;
    border-bottom: 2px solid #d4305e;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    font-weight: normal;
    height: 40px;
    margin: 30px 0 50px;
}
.portfolio-showcase-content {
    padding-bottom: 0;
}
.portfolio-showcase-list * {
    margin: 0 !important;
    padding: !important;
}
.portfolio-showcase-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.portfolio-showcase-list li {
    float: left;
    width: 25%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
}
.portfolio-showcase-list li a {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
}
.portfolio-showcase-list li a img {
    height: auto !important;
    width: auto !important;
    position: absolute;
    vertical-align: top;
    position: absolute;
    max-width: none;
    left: 50.05%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.portfolio-showcase-list li a .item-cap {
    z-index: 3;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 200px;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.portfolio-showcase-list li a:hover .item-cap {
    opacity: 1;
}
.portfolio-showcase-list [data-fancybox-type="iframe"]:hover:after {
    opacity: 0;
}
.portfolio-showcase-list [data-fancybox-type="iframe"]:after {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    content: "\f04b";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    background: rgba(0, 0, 0, 0.80);
}
.portfolio-showcase-list [data-fancybox-type="iframe"]:before {
    content: "";
    border: 2px solid #fff;
    width: 70px;
    height: 70px;
    position: absolute;
    margin-top: -37px;
    margin-left: -38px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.portfolio-tags .dropdown-toggle {
    display: none;
}

/*
    Responsive
    ---------------------------------
*/

@media screen and (max-width:1024px) {
    .hero {
        background: url(/Content/img/team.png) no-repeat center center;
        background-size: cover;
    }
    .hero video {
        display: none !important;
    }
    .hero .imgVideo {
        background-size: 50%;
    }
    .item-about-text {
        margin: 0 0 30px;
        padding: 0;
        height: auto;
    }
    .item-about-text h3 {
        font-size: 30px;
    }
    .portfolio-page {
        margin-top: 60px;
    }
    .featured-image {
        background-position: 50% -50px;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-size: 100%;
    }
    .featured-image h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .featured-image p {
        line-height: 1.5;
        margin-bottom: 0;
    }
    .featured-image .item-desc {
        padding: 180px 20px 50px;
    }
    .work-list .item-box .item-cap {
        display: none !important;
    }
    .work-list .item-box a i {
        display: none !important;
    }
    .work-list .item-box .item-links {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
    .work-list .item-box .item-links .item-works {
        width: 100% !important;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
        visibility: visible;
        opacity: 1;
    }
}
@media screen and (max-width:992px) {
    .item-subtitle {
        font-size: 12px;
        padding: 0 15px;
    }
    .features {
        text-align: center;
    }
}
@media screen and (max-width:768px) {
    .team .team-leaders .team-item, .team .team-others .team-item {
        width: 48.5%;
        min-height: 100%;
    }
    .portfolio-showcase-list li {
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    .portfolio-details-page .portfolio-item-cover {
        margin-bottom: 10px;
    }
    .featured-image .item-desc {
        padding: 80px 20px 50px;
    }
    .item-subtitle {
        font-size: 8px;
        padding: 0;
    }
    .team .team-leaders img, .team .team-others img {
        width: 100%;
    }
    .team .team-list .team-item .item-title {
        color: #ff0048;
        font-weight: bold;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .team .team-list .team-item .item-desc {
        padding: 30px 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        font-size: 12px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        width: 100%;
    }
    .btn-team {
        margin-top: 30px;
    }
    .nav-custom {
        height: auto;
    }
    .nav-custom .container {
        padding: 0;
    }
    .nav-custom ul li {
        display: block;
        margin: 0;
        text-align: left;
    }
    .nav-custom ul li a {
        border-bottom: 1px solid #444;
        padding: 0 15px;
    }
    .portfolio-page .dropdown-toggle {
        border: none;
        display: block;
        margin: 20px;
        width: 100%;
        margin: 20px auto;
    }
    .portfolio-page .dropdown-menu {
        border: none;
        border-radius: 0;
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .portfolio-details-page {
        padding-top: 60px;
    }
    .featured-image {
        background-position: 50% 0;
    }
    .featured-image .item-desc {
        padding: 30px 20px 30px;
    }
    .hero .imgVideo {
        background-size: 80%;
    }
    .portfolio-showcase-list li {
        width: 100%;
    }
    .hero .carousel .item .item-caption-01 {
        padding-top: 90px;
    }
    .hero {
        height: 360px;
    }
    .about {
        padding-top: 50px;
    }
    .about .item-about {
        text-align: center;
    }
    .about .btn {
        margin-bottom: 0;
    }
    .about .carousel-indicators {
        display: none !important;
    }
    .contact-page .contact-form .btn {
        display: block;
        width: 100%;
    }
    .contact-page .contact-form h2 {
        font-size: 22px;
    }
    .contact-page .contact-form p {
        font-size: 14px;
    }
}
@media screen and (max-width:360px) {
    .footer .copyright {
        font-size: 12px;
    }
}

/* edit kasra*/

.panelCenter {
    margin-top: 70px;
}
.header .nav-custom {
    background: rgba(0, 0, 0, 0.6);
    text-align: right;
}
.tablePanel th, .tablePanel td {
    max-width: 200px;
    word-break: break-all !important;
}
.portfolio-item-desc.text-justify {
    word-break: break-all;
}
.redclass {
    background-color: red;
}

/**/

.item-portfolio-new {
    position: relative;
    width: 33.33%;
    float: left;
    height: 260px;
    overflow: hidden;
    padding: 5px;
}
.item-portfolio-new a {
    display: block;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.item-portfolio-new a img {
    width: 100%;
    height: 100%;
}
.item-portfolio-new:hover a img {}
.item-portfolio-new a span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 98%;
    width: 98%;
    padding: 1%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.498039);
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-align: center;
    padding-top: 20%;
    transition: all 0.5s ease;
}
.item-portfolio-new:hover a span {
    opacity: 1;
    visibility: visible;
}
