.navbar {
    min-height: inherit;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.sub-menu {
	padding: 15px 0px;
	box-shadow: rgba(79,79,79,1.00)
}

/*.navbar.navbar-default {
	background: none;
	border: none;
}*/

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #E20613;
	color: #93C01F;
}

.navbar-default {
	min-height: 150px; 
	padding-top: 40px;
	background: rgba(255,255,255,.1);
}

@media screen and (min-width:992px){
	.navbar-default {
		min-height: 100px; 
		padding-top: 40px;
		background: rgba(255,255,255,.1);
	}
}

.navbar-alt.navbar-default {
    background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
	background: #E20613;
	color: #fff;
    border-color: rgba(239,118,120,1.00);
}
.navbar-alt.navbar-default .navbar-search {
    /*background: rgba(255, 255, 255, 0.9);*/
	background: none;
}
.navbar-alt .navbar-brand {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}
.navbar-alt .navbar-nav  >  li  >  a,
.navbar-alt .toggle-button {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-alt .navbar-search {
    height: 80px;
}
.navbar-alt .navbar-search .form-control {
    height: 80px;
}
.navbar-brand {
    -webkit-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
    padding: 17px 0;
    height: auto;
}

/* Added */

.navbar-default .navbar-nav > li > a {
	font-family: "museo_sans700";
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -1px;
}


/* end added */

.navbar-brand .inverse-logo {
    opacity: 1;
    display: block;
	height: 100px;
}

.navbar-alt .navbar-brand .normal-logo {
    opacity: 1;
    display: block;
	height: 100px;
}


@media (min-width: 320px) {
	
.navbar-default {
	background-color: #fff;
	background-color: rgb(255,255,255);
	border-radius: 0;
	border: none;
}

.navbar {
	margin-bottom: 0;	
}

.navbar-brand .inverse-logo {
	height: 80px;
}

.navbar-alt .navbar-brand .normal-logo {
	height: 80px;
}

}

@media (min-width: 480px) {
	.navbar-brand .inverse-logo {
		height: 100px;
	}
	
	.navbar-alt .navbar-brand .normal-logo {
	height: 100px;
}
}


@media (min-width: 768px) {
	.navbar-default {
		min-height: 100px; 
		padding-top: 40px;
		background: rgba(255,255,255,.1);
	}
	
}

/*@media (max-width: 768px) {
    .navbar-brand {
        display: block;
        left: 20px;
        position: absolute;
        right: 0;
        width: 40px;
    }
}*/

@media (min-width: 992px) {
	
.navbar-brand .inverse-logo {
	height: 100px;
}

.navbar-alt .navbar-brand .normal-logo {
	height: 100px;
}

}


@media (min-width: 1200px) {
	

.navbar-brand .inverse-logo {
	height: 130px;
}

.navbar-alt .navbar-brand .normal-logo {
	height: 130px;
}

.navbar-default .navbar-nav > li > a, .navbar-alt .navbar-nav  >  li  >  a,
.navbar-alt .toggle-button {
    padding-top: 35px;
}



}


.navbar-alt .navbar-brand .inverse-logo {
    opacity: 0;
    display: none;
}
.navbar-brand .normal-logo {
    opacity: 0;
    display: none;
}

.toggle-button {
    font-size: 17px;
    line-height: 29px;
    color: #7f858f;
    padding: 35px 0;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
}
.toggle-button:hover {
    color: white;
}
.navbar-header {
    float: left;
}
.navbar-nav {
	margin-top: 35px;
    font-weight: 700;
}
.navbar-nav  >  li {
    text-align: center;
    padding: 0 15px;
}
@media (min-width: 769px) and (max-width: 991px) {
    .navbar-nav  >  li {
        padding: 0 13px;
    }
    .navbar-with-inside > li .wrap-inside-nav {
        min-width: 240px;
    }
    .navbar-with-inside > li:last-child .wrap-inside-nav {
        left: auto;
        right: 0;
    }


}
@media (min-width: 769px) and (max-width: 1060px) {
    .navbar-with-inside > li:last-child .wrap-inside-nav {
        left: auto;
        right: 0;
    }


}
.navbar-nav  >  li  >  a {
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 29px;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    /*-webkit-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    transition: padding 0.3s linear;*/
}
.navbar-alt .navbar-nav  >  li  >  a,
.navbar-alt .navbar-nav  >  li  >  a:focus {
    color: #fff;
}
.navbar-alt .navbar-nav  >  li  >  a:hover,
.navbar-alt .navbar-nav  >  li  >  a:focus:hover {
    color: #FFF;
	color: #93C01F;
}

.navbar-nav  >  li.active  >  a {
    color: #93c01f;
	font-weight: 900;
}
.navbar-nav.with-border  >  li  >  a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    opacity: 0;
}
.navbar-default .navbar-nav.with-border  >  li  >  a:before {
    background: white;
}
.navbar-inverse .navbar-nav.with-border  >  li  >  a:before {
    background: white;
}
.navbar-nav.with-border  >  li  >  a:hover:before {
    opacity: 1;
}
.navbar-alt .navbar-nav.with-border  >  li  >  a:before {
    background: #27ae60;
}
.navbar-alt .navbar-nav.with-border  >  .active  >  a {
    color: #2b2e33;
}
.navbar-alt .navbar-nav.with-border  >  .active  >  a::before {
    background: #28ad62;
}
.navbar-nav.with-border  >  .active  >  a:before,
.navbar-nav.with-border  >  .active  >  a:hover:before {
    opacity: 1;
}
.navbar-nav.nav-icons {
    float: right;
    margin: 0;
    margin-right: 0;
	margin-top: 35px;
}
@media (min-width: 769px) and (max-width: 991px) {
    .navbar-nav.nav-icons {
        margin-left: 50px;
    }
}
@media (min-width: 992px) {
    .navbar-nav.nav-icons {
        margin-left: 50px;
    }
}
.navbar-nav.nav-icons li {
    display: inline-block;
    padding: 0;
}
.navbar-nav.nav-icons li a {
    font-size: 17px;
}
.navbar-nav.nav-icons li:last-child {
    padding-left: 20px;
}
@media (min-width: 992px) {
    .navbar-nav.nav-icons li:last-child {
        padding-left: 0px;
    }
.container.relative-nav-container .navbar-brand.scroll .inverse-logo.hidden-xs {
}
}
.navbar-nav.nav-icons li .fa-user {
    position: relative;
}
.navbar-nav.nav-icons li .fa-user::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: -2px;
    right: -5px;
    background: #28ad62;
}
.navbar-search {
    background-color: transparent;
    display: block;
    position: absolute;
    top: 35px;
    width: 100%;
    height: 99px;
    margin-top: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*@media (max-width: 768px) {
    .navbar-search {
        background-color: #2b2e33;
        color: white;
        top: 0;
        border: none;
    }
    .navbar-search .search-close {
        color: #7f858f;
    }
    .navbar-search .search-close:hover {
        color: white;
    }
}*/
.navbar-search .form-control {
    box-shadow: none;
    background-color: transparent;
    color: white;
    font-size: 30px;
    height: 100px;
    line-height: 1;
    padding-left: 0;
    padding-right: 10px;
	border: none;
}
.navbar-search .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.navbar-search .form-control:-ms-input-placeholder {
    color: #ffffff;
}
.navbar-search .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.navbar-alt .navbar-search .form-control {
    /*color: #7f858f;*/
	color: #fff !important;
}
.navbar-alt .navbar-search .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.navbar-alt .navbar-search .form-control:-ms-input-placeholder {
    color: #ffffff;
}
.navbar-alt .navbar-search .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.navbar-search .search-close {
    padding: 0;
    background-color: transparent;
    color: white;
}
.navbar-alt .navbar-search .search-close {
    color: #7f858f;
}
.navbar-search.open {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 768px) {
    .floated {
        margin: 80px -40px 0 !important;
        padding: 0;
        width: 100vw;
        box-shadow: none;
    }
    .floated .navbar-nav {
        margin: 0;
    }
    .floated .navbar-nav  >  li {
        padding: 0 40px;
        text-align: left;
    }
    .floated .navbar-nav  >  li  >  a {
        padding: 15px 0;
    }
    .floated .navbar-nav  >  li:hover a {
        color: #28ad62;
    }
    .floated .navbar-nav  >  li.active {
        background-color: #26282d;
    }
    .floated .navbar-nav  >  li.active a {
        color: #28ad62;
    }
}
.navbar-inverse .navbar-collapse {
    border-color: #28ad62;
}
















@media (max-width: 991px) {
    .about-product article:before {
        display: none;
    }
}
.about-product [class^="col-"]:nth-of-type(1) article::before {
    background: url('../../../images/hl-1.png') no-repeat left top;
    width: 11px;
    height: 352px;
}
.about-product [class^="col-"]:nth-of-type(2) article::before {
    background: url('../../../images/hl-2.png') no-repeat left top;
    width: 11px;
    height: 221px;
}
.about-product [class^="col-"]:nth-of-type(3) article::before {
    background: url('../../../images/hl-3.png') no-repeat left top;
    width: 111px;
    height: 302px;
}
.features {
    background-image: url('../../../images/placehold/1920x1080.gif');
    padding: 40px 0 120px;
    position: relative;
    z-index: 1;
    oveflow: hidden;
}
.features::before {
    background: rgba(40, 173, 98, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.features article {
    margin-top: 90px;
}
.features article span {
    font-size: 30px;
    margin-bottom: .6em;
    display: block;
}
.features article p {
    margin-bottom: 0;
    color: #94f7be;
}
.steps {
    margin-bottom: 60px;
}
.steps article {
    text-align: center;
    position: relative;
}
.steps article:after {
    content: "";
    position: absolute;
    top: -50px;
    right: -180px;
    width: 100%;
    height: 100%;
    background: url('../../../images/arrow.png') no-repeat center center;
}
@media (max-width: 1199px) {
    .steps article:after {
        right: -150px;
    }
}
@media (max-width: 991px) {
    .steps article:after {
        display: none;
    }
}
.steps article img {
    margin-bottom: 30px;
}
.steps article .striped-icon-small {
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 1;
}
.steps [class^="col-"]:last-child article:after {
    display: none;
}
.analytics {
    margin-bottom: 60px;
    border-top: 1px solid #e8e9ed;
}

@media (max-width: 991px) {
    .video  >  article h2 {
        text-align: center;
    }
}
.video  >  article .striped-icon-xlarge {
    padding-left: 10px;
}
.team.home-team {
    padding-bottom: 0;
}
.team .team-img {
    position: relative;
}
.team-description-container {
    padding-top: 65px;
}
.team .team-img::after {
    content: "";
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffffff', GradientType=0);
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 100px;
    /*z-index: -1;*/
}
.team .team-img img {
    padding: 0 60px;
}
.team .team-description p:last-of-type {
    margin: 0;
}
.team .skills {
    margin: 0;
    padding: 34px 0 130px;
}


.popover {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    max-width: 300px;
}
.popover .popover-content {
    padding: 0;
}
.popover .popover-content .member-info {
    padding: 30px;
    min-width: 170px;
    border-right: 1px solid #86d1a6;
    float: left;
}
.popover .popover-content .member-info h5 {
    color: white;
    margin-bottom: 10px;
}
.popover .popover-content .member-info p {
    color: #94f7bf;
    margin-bottom: 0;
    line-height: 1;
}
.popover .popover-content .member-contact {
    float: right;
    padding: 40px 25px 30px;
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 1;
}
.scroll-container {
    /*padding-bottom: 30px;*/
    position: relative;
}
.scroll-content {
    overflow: hidden;
    position: relative;
}
.scroll-content .scroll-wrapper {
    display: table !important;
}
.scroll-content .scroll-wrapper .team-member {
    display: table-cell;
    float: none;
    vertical-align: bottom;
}
.scroll-content .scroll-wrapper .team-member img {
    margin: 0 -40px;
}
.scroll-slider-wrap {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffffff', GradientType=0);
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 100px;
}
.scroll-slider {
    background: transparent;
    margin-top: 40px;
    cursor: pointer;
    height: 5px;
    width: 100%;
}
.ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -12px;
    background-color: white;
    -webkit-border-radius: 12px 13px 13px 1px 12px 13px 13px;
    -moz-border-radius: 12px 13px 13px 1px 12px 13px 13px;
    border-radius: 12px 13px 13px 1px 12px 13px 13px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 7px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 7px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 7px 2px rgba(0, 0, 0, 0.05);
}



.price {
    border-top: 1px solid #e8e9ed;
    margin-bottom: 100px;
    background: url('../../../images/placehold/1920x1080.gif') no-repeat center center;
    position: relative;
    z-index: 1;
}
.price::before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.price .pricing-switcher {
    text-align: center;
    margin-bottom: 60px;
}
.price .pricing-switcher .btn.active {
    background-color: #28ad62;
    color: white;
}
.price .touch .cd-pricing-wrapper {
    /* fix a bug on IOS8 - rotating elements dissapear*/
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}
.price .cd-pricing-wrapper {
    /* this is the item that rotates */
    position: relative;
}
.price .cd-pricing-wrapper .is-visible {
    /* the front item, visible by default */
    position: relative;
    z-index: 5;
}
.price .cd-pricing-wrapper .is-hidden {
    /* the hidden items, right behind the front one */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.price .cd-pricing-wrapper .is-selected {
    /* the next item that will be visible */
    z-index: 3 !important;
}
.price .cd-pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    -o-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;
}
.price .cd-pricing-wrapper.is-switched .is-hidden {
    /* rotate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    -o-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;
}
.price .cd-pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}
.price .cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate-back 0.5s;
    -o-animation: cd-rotate-back 0.5s;
    animation: cd-rotate-back 0.5s;
}
.price .cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back 0.5s;
    -o-animation: cd-rotate-inverse-back 0.5s;
    animation: cd-rotate-inverse-back 0.5s;
    opacity: 0;
}
.price .cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}
.price .cd-pricing-wrapper  >  li {
    background-color: white;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Firefox bug - 3D CSS transform, jagged edges */
    outline: 1px solid transparent;
}
.price .cd-pricing-wrapper  >  li .is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    display: none;
}
.price .cd-pricing-wrapper.panel-highlited {
    margin: -10px;
}
.price .cd-pricing-wrapper.panel-highlited .panel {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.price .cd-pricing-wrapper.panel-highlited .panel .gap {
    width: 100%;
    height: 10px;
    background-color: #28ad62;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
}
.price .cd-pricing-wrapper.panel-highlited .panel .panel-footer {
    padding-bottom: 50px;
}
.price .no-js .cd-pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}
@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}
@-moz-keyframes cd-rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}
@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}
@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}
@-moz-keyframes cd-rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}
@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}
@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}
@-moz-keyframes cd-rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}
@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}
@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}
@-moz-keyframes cd-rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}
@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}
.price .price-select {
    margin-bottom: 60px;
    display: inline-block;
}
.price .panel-price {
    /*margin-top: 10px;*/
}
.price .panel-price .panel-heading {
    padding: 35px 0 20px;
}
.price .panel-price .panel-heading .subhead {
    margin-bottom: 5px;
}
.price .panel-price .panel-heading h2 {
    font-size: 60px;
    margin: 0;
    line-height: 60px;
}
.price .panel-price .panel-heading .currency,
.price .panel-price .panel-heading .period {
    color: #c8c9cc;
    font-size: 14px;
    font-weight: 600;
}
.price .panel-price .panel-heading .currency {
    vertical-align: text-top;
    font-size: 18px;
}
.price .panel-price .panel-heading .period {
    vertical-align: sub;
}
.price .panel-price .panel-body {
    padding: 20px 20px ;
}
.price .panel-price .panel-body .list-style-ok li::before {
    margin-right: .5em;
}
.price .panel-price .panel-footer {
    border-top: 0;
    padding: 0 0 40px;
}
.testimonials {
    border-top: 1px solid #e8e9ed;
    margin-bottom: 100px;
}
@media (min-width: 1200px) {
    .testimonials .owl-carousel .owl-controls .owl-buttons {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .home-header .btn-warning {
        margin-left: -45px;
    }
}
@media (max-width: 1199px) {
    .testimonials .owl-carousel .owl-controls .owl-buttons {
        text-align: center;
    }
}
.testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev,
.testimonials .owl-carousel .owl-controls .owl-buttons .owl-next {
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
}
.testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev {
    background-image: url("../../../images/arrow-left.png");
    left: -50px;
}
@media (max-width: 1199px) {
    .testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev {
        left: -15px;
    }
}
.testimonials .owl-carousel .owl-controls .owl-buttons .owl-next {
    background-image: url("../../../images/arrow-right.png");
    right: -50px;
    float: right;
}
@media (max-width: 1199px) {
    .testimonials .owl-carousel .owl-controls .owl-buttons .owl-next {
        right: -15px;
        float: none;
    }
}
.reviews {
    text-align: center;
}
.client {
    display: inline-block;
}
.client .comment {
    color: white;
    padding: 25px 70px;
    border-radius: 3px;
    max-width: 500px;
    position: relative;
    text-align: left;
}
.client .comment::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 130px;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
}
.client.left .comment {
    background-color: rgba(40, 173, 98, 0.8);
}
.client.left .comment::after {
    border-top: 30px solid rgba(40, 173, 98, 0.8);
}
.client.right .comment {
    background-color: rgba(232, 143, 65, 0.8);
}
.client.right .comment::after {
    border-top: 30px solid rgba(232, 143, 65, 0.8);
}
@media (min-width: 1200px) {
    .client.right {
        position: relative;
        top: 30px;
        left: -30px;
    }
}
.client .avatar {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.client .media {
    margin-left: 30px;
}
.brands {
    margin-top: 70px;
}
.brand-logo {
    box-shadow: 0 0 0 1px #e8e9ed;
    width: 100%;
    height: 120px;
    background-color: white;
    display: table;
    text-align: center;
}
.brand-logo .brand-logo-wrap {
    display: table-cell;
    vertical-align: middle;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.brand-logo .brand-logo-wrap:hover {
    opacity: 1;
}

/* Small devices (tablets, 769px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */


#filters button {
    color: #7f858f;
}
#filters button.active {
    color: #fff;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #2e2e2e;
    z-index: 100500;
}

#page-preloader .spinner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border: 3px solid transparent;
    border-top-color: #3498db;
    border-radius: 50%;
    z-index: 1001;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before, #page-preloader .spinner:after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

#page-preloader .spinner:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Services */
.wrap-services {
    padding: 130px 0 60px 0;
}
.wrap-services .service-icon {
    font-size: 32px;
    color: #27ae60;
    width: 15%;
    line-height: 38px;

}
.wrap-services .service-item {
    margin-bottom: 30px;
}
.wrap-services .service-text {
    min-height: 145px;
    width: 84%;
}
.wrap-services .service-text .text-title {
    font-size: 18px;
    font-weight: 600;
    color: #2a2d32;
    margin-bottom: 15px;
    line-height: 22px;
}
.wrap-services .service-text {
    line-height: 32px;
    font-size: 14px;
    color: #7e848e;
}
/* End Services */





.white-navbar .navbar-nav.with-border > li > a:before {
    background: #27ae60;
}
.white-navbar .navbar-default {
    border-color: #e8e9ed;
    background: rgba(255, 255, 255, 0.9);
}
.white-navbar .navbar-search {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}
.white-navbar .navbar-search .form-control {
    color: #7f858f;
}
.white-navbar .navbar-search .form-control::-webkit-input-placeholder {
    color: #7f858f !important;
    opacity: 1;
}
.white-navbar .navbar-search .form-control::-moz-placeholder {
    color: #7f858f !important;
    opacity: 1;
}
.white-navbar .navbar-search .form-control:-moz-placeholder {
    color: #7f858f !important;
    opacity: 1;
}
.white-navbar .navbar-search .fa {
    color: #7f858f;
}
.white-navbar .navbar-brand .normal-logo {
    display: block;
    opacity: 1;
}
.white-navbar .navbar-brand .inverse-logo {
    display: none;
    opacity: 0;
}
.white-navbar .navbar-nav > li > a {
    color: #7f858f;
}
.white-navbar .navbar-nav > li > a:hover, .white-navbar .navbar-nav > li > a:active, .white-navbar .navbar-nav > li > a:focus {
    color: #2b2e33;
}
.white-navbar .navbar-nav > li.active > a {
    color: #2b2e33;
}
.white-navbar .navbar-nav > li.active > a:before {
    background: #28ad62;
}
.white-navbar .navbar-nav > li.active > a:hover, .white-navbar .navbar-nav > li.active > a:active, .white-navbar .navbar-nav > li.active > a:visited, .white-navbar .navbar-nav > li.active > a:focus {
    color: #2b2e33;
}


.video {
    position: relative;
}
.video #custom {
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.video .video-bg {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/1920x1080.gif) center no-repeat;
    background-attachment: fixed;
}










.service-nav {
    border-bottom: 1px solid #f3f3f5;
}

.nav.std-nav {
    margin: 0 auto;
    text-align: center;
}
.nav.std-nav li {
    margin: 0 30px 0 33px;
    display: inline-block;
    line-height: 80px;
}
.nav.std-nav li.active a {
    position: relative;
    color: #2a2d32;
}
.nav.std-nav li.active a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #27ae60;
}
.nav.std-nav li a {
    padding: 0 5px;
    font-weight: bold;
}
.nav.std-nav li a:hover {
    position: relative;
    color: #2a2d32;
}
.nav.std-nav li a:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #27ae60;
}

.wrap-laptop {
    padding-bottom: 80px;
}
.wrap-laptop .laptop-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 60px;
    margin-right: -15px;
}
.wrap-laptop .laptop-item .striped-icon-large {
    position: absolute;
    left: 0;
    top: 0;
}

.service-about {
    position: relative;
    margin-top: 0;
    border-top: 1px solid #f3f3f5;
    padding-top: 80px;
}

.link-button {
    position: absolute;
    top: 0;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

.service-application {
    padding-bottom: 50px;
}

.wrap-cards {
    padding-bottom: 80px;
    border-top: 1px solid #e7e8ec;
}
.wrap-cards .divider:before {
    display: none;
}

.box {
    border: 1px solid #e7e8ec;
    border-top: 2px solid #27ae60;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 40px 50px 40px 70px;
    margin-bottom: 50px;
}
.box .settings {
    line-height: 40px;
}
.box .settings .fa {
    color: #c5c7cb;
}

.box-heading {
    position: relative;
    padding-right: 100px;
    min-height: 80px;
}
.box-heading .striped-icon-large {
    position: absolute;
    right: 0;
    top: 0;
}
.box-heading h4, .box-heading h5, .box-heading h3 {
    text-transform: none;
}

.wrap-start {
    position: relative;
    padding: 70px 0;
    background: #f9f9fa;
    border-top: 1px solid #e7e8ec;
}

.relative-nav-container.open-search {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    opacity: 0;
}

.navbar-with-inside > li:hover .wrap-inside-nav {
    display: block;
}

.wrap-inside-nav, .sub-menu {
    position: absolute;
	position: relative;
    display: none;
    left: 0;
    border-top: 0px solid #E20613;
    background: #fff;
	background: #E20613;
    text-align: left;
    min-width: 270px;
    margin-top: -1px;
    /*max-width: 300px;*/
	border: 0px solid;	
}
.wrap-inside-nav h5 {
    color: #fff;
    padding-left: 30px;
}
.wrap-inside-nav .inside-col {
    padding: 30px 0;
}
.wrap-inside-nav .inside-col .inside-nav:after {
    content: '';
    clear: both;
    height: 0;
    display: table;
}
.wrap-inside-nav .inside-col .inside-nav:before {
    content: '';
    clear: both;
    height: 0;
    display: table;
}
.wrap-inside-nav .inside-col .inside-nav li {
    min-height: 45px;
    line-height: 45px;
}
.wrap-inside-nav .inside-col .inside-nav li a, .wrap-inside-nav .inside-col .inside-nav li a:active, .wrap-inside-nav .inside-col .inside-nav li a:visited, .wrap-inside-nav .inside-col .inside-nav li a:focus {
    padding-left: 30px;
    display: block;
    color: #fff !important;
    background: url(../../../images/nav-arrow.png) 90% center no-repeat;
}
.wrap-inside-nav .inside-col .inside-nav li a:hover, .wrap-inside-nav .inside-col .inside-nav li a:active:hover, .wrap-inside-nav .inside-col .inside-nav li a:visited:hover, .wrap-inside-nav .inside-col .inside-nav li a:focus:hover {
    color: #fff !important;
    background-color: #AD0002;
    background-image: url(../../../images/nav-arrow-hover.png);
}

.wrap-user-control {
    position: relative;
}
.wrap-user-control li.open-signup:hover .wrap-login-signup {
    display: block;
}
.wrap-user-control .wrap-login-signup {
    display: none;
    position: absolute;
    right: 0;
    background: #2a2d32;
    color: #fff;
    width: 300px;
    z-index: 5;
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt:after {
    content: '';
    clear: both;
    height: 0;
    display: table;
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt:before {
    content: '';
    clear: both;
    height: 0;
    display: table;
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li {
    float: left;
    width: 50%;
    margin-right: -5px;
    background: #26282d;
    border: none;
    padding: 0;
    border-radius: 0 !important;
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li.active {
    background: #2a2d32;
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li.active a {
    background: #2a2d32;
    color: #27ae60;
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li a {
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    color: #7e848e;
    background: #26282d;
    cursor: pointer;
    border: none;
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
    line-height: 60px;
}
.wrap-user-control .wrap-login-signup .nav-tabs-alt li a:hover {
    color: #27ae60;
}
.wrap-user-control .wrap-login-signup .tab-content {
    margin: 0;
    padding: 20px 30px 10px;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .signup-facebook {
    background: #3b5796;
    display: block;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .signup-facebook:hover {
    background: #5075c8;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .signup-facebook .fa {
    color: #fff;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .or-sep {
    display: block;
    position: relative;
    font-size: 14px;
    color: #7e848e;
    margin-bottom: 15px;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .or-sep:before {
    content: '';
    border-top: 1px solid #3a3d43;
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    width: 90px;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .or-sep:after {
    content: '';
    border-top: 1px solid #3a3d43;
    position: absolute;
    right: 0;
    height: 1px;
    top: 15px;
    width: 90px;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type="text"] {
    color: #63656b;
    font-size: 14px;
    font-weight: normal;
    font-size: 14px;
    background: #26282d;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type="text"]:-moz-placeholder {
    color: #3a3d43;
    opacity: 1;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type="text"]::-moz-placeholder {
    color: #3a3d43;
    opacity: 1;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type="text"]::-webkit-input-placeholder {
    color: #3a3d43;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content form .submit-button {
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
    background: #27ae60;
    color: #fff;
    box-shadow: none;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .forgot {
    color: #7e848e;
    font-size: 14px;
    display: block;
    padding-bottom: 11px;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .forgot a {
    color: #2783ae;
    font-size: 14px;
}
.wrap-user-control .wrap-login-signup .tab-content .signup-content .forgot a:hover {
    text-decoration: underline;
}

.top-block-icon {
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: #27ae60;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #bee6cf;
    text-align: center;
    padding-top: 16px;
}
.top-block-icon i {
    font-size: 36px;
    color: #fff;
}

.no-margin {
    margin: 0;
}

button {
    outline: none !important;
}

.clear {
    clear: both;
}

@media screen and (max-width: 1200px) {
    .wrap-counters .row-counters .counter-item .count:before {
        width: 170px;
    }

    .wrap-dream-team .list-dream-team .team-item .image .mask {
        padding: 15px;
    }
    .wrap-dream-team .list-dream-team .team-item .image .mask p {
        line-height: 22px;
    }

    .wrap-blog-content .post-column .post-header .wrap-post-info {
        margin-left: 0;
        padding: 0 15px;
    }

    .wrap-text-pages .text-item .dot-line {
        top: 6px;
        width: 73px;
        right: -98px;
    }
    .wrap-text-pages .text-item.top-item {
        padding-top: 15px;
        margin-bottom: 34px;
    }
    .wrap-text-pages .text-item.top-item:after {
        top: 16px;
    }
    .wrap-text-pages .text-item.top-item .dot-line {
        top: 20px;
    }
    .wrap-text-pages .text-item.right-item.top-item .dot-line {
        left: -98px;
    }
    .wrap-text-pages .text-item.right-item.bottom-item .dot-line {
        left: -98px;
    }
    .wrap-text-pages .text-item.middle-item {
        margin-bottom: 33px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .gallery-squares .gallery-item .bottom-info {
        min-height: 150px;
    }
}
@media screen and (max-width: 992px) {
    .wrap-counters .row-counters > div:nth-child(3) .count:before {
        display: none;
    }
    .wrap-counters .row-counters .counter-item .count:before {
        width: 245px;
    }

    .wrap-gallery-item .wrap-info:before {
        display: none;
    }

    .wrap-blog-content .left-column:after {
        display: none;
    }

    .wrap-service-nav .list-nav .list-wrap:nth-child(even) .nav-item:after {
        display: none;
    }

    .wrap-text-pages .text-item .dot-line {
        display: none;
    }
    .wrap-text-pages .text-item.left-item {
        text-align: left;
        padding-left: 20px;
        padding-right: 0;
    }
    .wrap-text-pages .text-item.left-item:after {
        left: -10px;
        right: auto;
    }
}
@media screen and (max-width: 991px) {
    .wrap-service-nav .list-nav .list-wrap .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-header h1 {
        font-size: 55px;
    }

    .client .comment {
        padding: 25px 20px;
    }

    .twitter article p a {
        font-size: 11px;
    }

    .wrap-counters .row-counters .counter-item .count:before {
        display: none;
        /*width: 118%;*/
    }

    .wrap-gallery-item .wrap-info .type-info {
        margin-bottom: 0;
    }
    .wrap-gallery-item .wrap-info .info {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }

    .wrap-contact-info .wrap-contact-info-text .type-info {
        margin-bottom: 0;
    }
    .wrap-contact-info .wrap-contact-info-text .info {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .wrap-contact-info .wrap-contact-form {
        margin-bottom: 120px;
    }
    .wrap-contact-info .wrap-contact-form .form-group {
        margin-bottom: 0;
    }
    .wrap-contact-info .wrap-contact-form .form-group .form-control {
        margin-bottom: 30px;
    }

    .wrap-blog-content .left-column .wrap-blog-post .wrap-post-description {
        padding: 15px 20px 20px;
    }

    .blog-header {
        padding-top: 150px;
    }
    .blog-header h1 {
        font-size: 55px;
    }

    .wrap-controls .rss {
        float: none !important;
    }
    .wrap-controls .dropdown {
        float: none !important;
    }

    .box {
        padding-left: 25px;
        padding-right: 25px;
    }

    .box-heading {
        padding-right: 0;
        padding-top: 100px;
    }
    .box-heading .striped-icon-large {
        right: 50%;
        margin-right: -40px;
    }

    .wrap-start .buttons {
        text-align: center;
    }
    .wrap-start .buttons .btn {
        float: none !important;
        margin: 0 auto;
        display: inline-block;
        margin-bottom: 25px;
    }

    .wrap-service-nav .list-nav .list-wrap .nav-item:after {
        display: none;
    }

    #graph {
        max-width: 100%;
    }

    #radar {
        max-width: 100%;
        min-height: 200px;
    }

    .service-header h1 {
        font-size: 55px;
    }

    .relative-nav-container {
        position: static;
    }
    .relative-nav-container .navbar-collapse {
        /*overflow: visible;*/
    }

    .navbar-with-inside {
        background: #2a2d32;
    }

    .wrap-inside-nav {
        position: static;
        padding: 0;
    }
    .wrap-inside-nav .inside-col {
        padding: 15px 0;
        border-right: none;
        border-bottom: 1px solid #26282d;
    }
    .wrap-inside-nav .inside-col h5 {
        display: none;
    }
    .wrap-inside-nav .inside-col .inside-nav li {
        width: 49%;
        float: left;
    }
    .wrap-inside-nav .inside-col .inside-nav li a {
        font-size: 12px;
        padding-left: 17px;
    }

    .wrap-user-control .wrap-login-signup {
        right: -30px;
    }

    .wrap-semantic .nav-tabs-alt li {
        display: block;
        max-width: 230px;
        margin: 0 auto;
        border: none;
    }
    .wrap-semantic .nav-tabs-alt li a {
        border: none;
    }
}
text[text-anchor="end"] {
    /*display: none !important;*/
}

/* PLUGINS */
#radar {
    max-width: 100%;
    min-height: 400px;
}

#google-graph {
    width: 100% !important;
}
#google-graph .highcharts-container {
    width: 100% !important;
}

#google-graph2 {
    width: 100% !important;
}
#google-graph2 .highcharts-container {
    width: 100% !important;
}

#google-graph3 {
    width: 100% !important;
}
#google-graph3 .highcharts-container {
    width: 100% !important;
}

#google-graph4 {
    width: 100% !important;
}
#google-graph4 .highcharts-container {
    width: 100% !important;
}

/* END PLUGINS */
/* Tooltips styles */
.popover {
    min-width: 280px;
    max-width: 330px;
}

.member-contact {
    padding: 32px 38px !important;
}

.member-info {
    padding: 28px 30px !important;
}

.member-info .large {
    font-size: 14px;
    font-weight: 400;
}

/* End Tooltips styles */

@media (min-width: 2100px) {
    .home-header {
        background-position: center bottom,center top;
    }
}


.is-divider {
    position: relative;
}
.is-divider .divider {
    top: 0;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-border {
    border: none !important;
}
/* Home slider */
.wrap-header-slider .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    /*height: 100%;*/
    width: auto;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
}
.wrap-header-slider .carousel-inner  {
    height: 100%;
}
.wrap-header-slider .carousel-inner > .item  {
    height: 100%;
    overflow: hidden;
}
.wrap-header-slider {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    position: relative;
    min-height: 0;
    height: 1000px ;
}
.wrap-header-slider:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    /*top: 0;*/
    left: 0;
    height: 350px;
    right: 0;
    bottom: 0;
    background: url(../../../images/graph-home2.svg) top center no-repeat;
    background-size: cover;
}

.home-slider { 
    height: 100%;
}
.home-slider .carousel-control {
    z-index: 20;
}.home-slider .subscribe {
    background: #fff;
}
.home-slider .carousel-caption {
    left: 15%;
    right: 15%;
    bottom: auto;
    top: 200px;
    text-align: left;
    z-index: 20;
}

.home-slider .carousel-caption * {
    text-shadow: none;
}
.home-slider .carousel-control {
    top: 50%;bottom: auto;
    width: 70px;height: 70px;margin-top: -35px;background: #333;background: rgba(0,0,0,.4);
}

.home-slider .item {
    -webkit-transition: all 1s ease-out ;
    -moz-transition: all 1s ease-out ;
    -o-transition: all 1s ease-out ;
    transition: all 1s ease-out ;
}
.home-slider .carousel-control .fa {
    font-size: 36px;
    line-height: 70px;text-align: center;
}
.home-slider .carousel-control.left {
    left: 0;-webkit-border-top-right-radius: 3px;-moz-border-radius-topright: 3px;border-top-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;-moz-border-radius-bottomright: 3px;border-bottom-right-radius: 3px;
}
.home-slider .carousel-control.right {
    right: 0;-webkit-border-top-left-radius: 3px;-moz-border-radius-topleft: 3px;border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-bottomleft: 3px;border-bottom-left-radius: 3px;
}
.home-slider .wrap-contact-form {
    max-width: 850px;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .wrap-header-slider .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        margin-left: -150px;
    }
}
@media (max-width: 1155px) {
    .wrap-header-slider .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        margin-left: -450px;
    }
}
@media (max-width: 780px) {
    .home-slider .carousel-caption {
        top: 100px;
    }
    .wrap-header-slider {
        height: 1200px;
    }
    .home-slider .carousel-control {
        top: 50%;bottom: auto;
        width: 35px;height: 35px;margin-top: -17.5px;background: #333;background: rgba(0,0,0,.4);
    }
    .home-slider .carousel-caption { 
        left: 50px;
        right: 50px;
    }
    .home-slider .carousel-control .fa { 
        line-height: 35px;
        font-size: 20px;
    }

}

#response {
    margin-bottom: 20px;
}
#response div {
    color: #dd4b39;
}
#response .success {
    color: #28ad62;
}







