/*
Template Name: Promsu
Description: Creative Multiporpose HTML Template
Version: 1.0
Author: TheThemeLab
Author URI: http://themeforest.net/user/thethemelab
Copyright: (C) 2014 
*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* GENERAL LAYOUT INITIALIZATION & COLOR PRESETS 
   PARALLAX SECTION 
   EFFECT 
   PRELOADER
   TYPOGRAPHY
   NAV BAR
   HOME SECTION
   ABOUT SECTION
   CALLOUT AREA
   TEAM SECTION
   PRICE TABLE
   SKILLS 
   CLIENTS
   CONTACT
   FOOTER
   PORTFOLIO SECTION
   BLOG SECTION
   SHORTCODE
*/



/* ##### GENERAL LAYOUT INITIALIZATION & COLOR PRESETS ##### */
*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
    color: #121212;
    line-height: 1.65;
    font-size: 14px;
    overflow-x: hidden;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #707070;
}

a:hover {
    text-decoration: none;
    color: #707070;
}

iframe {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', helvetica, arial, sans-serif;
}

.overlay {
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.background-grey {
    background-color: #222;
}

.clear {
    clear: both;
    float: none;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.new-line {
    margin-top: 40px;
}

.inner-page {
    padding: 80px 0px;
}

.wrapper {
    margin: 60px 0px;
}

.sec_title_content {
    padding: 80px;
    text-align: left;
}

.bgWhite {
    background-color: #ffffff;
}

.bgSilver {
    background-color: #EFEFEF;
}

.bgDark {
    background-color: #ed1b2f;
}

.bgAlter {
    background-color: #272727;
}

.white {
    color: #ffffff !important;
}

.hlite {
    color: #009eb9;
}

.white h1:after {
    background-color: #ffffff;
}

.white .section-desc {
    color: rgba(255,255,255,0.8);
}

.element-right {
    float: right;
}

.uppercase {
    text-transform: uppercase;
}

.padBottom {
    padding-bottom: 15px;
}

.padTop {
    padding-top: 15px;
}

.killMargin {
    margin: 0px !important;
}

.killPadding {
    padding: 0px !important;
}

.halfPadding {
    padding: 15px 0px !important;
}

.killBottomPadding {
    padding-bottom: 0px !important;
}

.killTopPadding {
    padding-top: 0px !important;
}

.fa {
    position: relative;
    z-index: 1;
}

.fa-ul i {
    font-size: 12px;
    line-height: 1.6;
    padding-right: 20px;
}

hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    border: 0 none;
    height: 1px;
    margin: 40px 0;
} 

/* ##### PARALLAX SECTION ##### */

#quote {
    background-image: url(../images/parallax-quote.jpg);
 /*Set Your Parallax Background Image Here*/;
}

#skill {
    background-image: url(../images/parallax-skill.jpg);
 /*Set Your Parallax Background Image Here*/;
}

#about_more {
    background-image: url(../images/parallax-about.jpg);
 /*Set Your Parallax Background Image Here*/;
}

#feature {
    background-image: url(../images/parallax-feature.jpg);
 /*Set Your Parallax Background Image Here*/;
}

#testimonial {
    background-image: url(../images/parallax-testimonial.jpg);
 /*Set Your Parallax Background Image Here*/;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-overlay-dark {
    background: rgba(0, 0, 0, 0.4) url(../img/pattern.png) repeat left top;
    padding: 70px 0px;
}

.parallax-overlay-light {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 70px 0px;
}

.parallax h3 {
    margin-bottom: 30px;
}

.parallax .section-title {
    padding: 0px;
}

.parallax-overlay h3:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 3px;
    margin: 20px auto;
    width: 40px;
}

section quote.big {
    display: block;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 900px;
    padding: 1em 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

section quote.big {
    font-size: 32px;
}

section quote.small {
    font-size: 18px;
}

section quote sup {
    font-size: 80%;
    margin: 0 0.5em;
    color: #fff;
}

section quote cite {
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
}

/* ##### EFFECT ##### */
.item_top {
    top: -70px;
    opacity: 0;
    position: relative;
}

.item_bottom {
    bottom: -70px;
    opacity: 0;
    position: relative;
}

.item_left {
    left: -70px;
    opacity: 0;
    position: relative;
}

.item_right {
    right: -70px;
    opacity: 0;
    position: relative;
}

.item_fade_in {
    opacity: 0;
    position: relative;
    padding-left: 0px;
}
/* ##### PRELOADER ##### */
#mask {
    background: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
}

.intro-loader {
    text-align: center;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -40px;
    width: 140px;
    height: 80px;
}

.intro-loader span {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 10%;
    background: #ccc;
    border-radius: 12px;
}

.intro-loader span:nth-of-type(1) {
    -webkit-animation: loader 2.5s 0.8s infinite linear;
    -moz-animation: loader 2.5s 0.8s infinite linear;
    -ms-animation: loader 2.5s 0.8s infinite linear;
    -o-animation: loader 2.5s 0.8s infinite linear;
    animation: loader 2.5s 0.8s infinite linear;
}

.intro-loader span:nth-of-type(2) {
    -webkit-animation: loader 2.5s 0.6s infinite linear;
    -moz-animation: loader 2.5s 0.6s infinite linear;
    -ms-animation: loader 2.5s 0.6s infinite linear;
    -o-animation: loader 2.5s 0.6s infinite linear;
    animation: loader 2.5s 0.6s infinite linear;
}

.intro-loader span:nth-of-type(3) {
    -webkit-animation: loader 2.5s 0.4s infinite linear;
    -moz-animation: loader 2.5s 0.4s infinite linear;
    -ms-animation: loader 2.5s 0.4s infinite linear;
    -o-animation: loader 2.5s 0.4s infinite linear;
    animation: loader 2.5s 0.4s infinite linear;
}

.intro-loader span:nth-of-type(4) {
    -webkit-animation: loader 2.5s 0.2s infinite linear;
    -moz-animation: loader 2.5s 0.2s infinite linear;
    -ms-animation: loader 2.5s 0.2s infinite linear;
    -o-animation: loader 2.5s 0.2s infinite linear;
    animation: loader 2.5s 0.2s infinite linear;
}

.intro-loader span:nth-of-type(5) {
    -webkit-animation: loader 2.5s 0s infinite linear;
    -moz-animation: loader 2.5s 0s infinite linear;
    -ms-animation: loader 2.5s 0s infinite linear;
    -o-animation: loader 2.5s 0s infinite linear;
    animation: loader 2.5s 0s infinite linear;
}

.intro-loader span:nth-of-type(6) {
    -webkit-animation: loader 2.5s 0.2s infinite linear;
    -moz-animation: loader 2.5s 0.2s infinite linear;
    -ms-animation: loader 2.5s 0.2s infinite linear;
    -o-animation: loader 2.5s 0.2s infinite linear;
    animation: loader 2.5s 0.2s infinite linear;
}

.intro-loader span:nth-of-type(7) {
    -webkit-animation: loader 2.5s 0.4s infinite linear;
    -moz-animation: loader 2.5s 0.4s infinite linear;
    -ms-animation: loader 2.5s 0.4s infinite linear;
    -o-animation: loader 2.5s 0.4s infinite linear;
    animation: loader 2.5s 0.4s infinite linear;
}

.intro-loader span:nth-of-type(8) {
    -webkit-animation: loader 2.5s 0.6s infinite linear;
    -moz-animation: loader 2.5s 0.6s infinite linear;
    -ms-animation: loader 2.5s 0.6s infinite linear;
    -o-animation: loader 2.5s 0.6s infinite linear;
    animation: loader 2.5s 0.6s infinite linear;
}

.intro-loader span:nth-of-type(9) {
    -webkit-animation: loader 2.5s 0.8s infinite linear;
    -moz-animation: loader 2.5s 0.8s infinite linear;
    -ms-animation: loader 2.5s 0.8s infinite linear;
    -o-animation: loader 2.5s 0.8s infinite linear;
    animation: loader 2.5s 0.8s infinite linear;
}

@-webkit-keyframes loader {
    0% {
        background: #ccc;
        height: 10%;
        margin-top: 25%;
    }

    50% {
        background: #444;
        height: 100%;
        margin-top: 0%;
    }

    100% {
        background: #ccc;
        height: 10%;
        margin-top: 25%;
    }
}

@-moz-keyframes loader {
    0% {
        background: #ccc;
        height: 10%;
        margin-top: 25%;
    }

    50% {
        background: #444;
        height: 100%;
        margin-top: 0%;
    }

    100% {
        background: #ccc;
        height: 10%;
        margin-top: 25%;
    }
}
/* #### TYPOGRAPHY #### */
.section-title {
    padding: 60px 0px;
}

.section-title h1 {
    font-size: 55px;
    letter-spacing: -3px;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
}

.section-title h1:after {
    background-color: #ffffff;
    bottom: -20px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    width: 50px;
    margin-left: -25px;
}

.section-desc {
    color: rgba(255,255,255,0.7);
    font-size: 19px;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.section-desc a,.section-desc a:visited,.section-desc a:hover, {
    color: #f5f5f5;
}

.duel-title {
    font-size: 42px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}

.duel-title:after {
    background-color: #009eb9;
    bottom: 10px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 90px;
}

.duel-title.text-center:after {
    left: 50%;
    margin-left: -45px;
}

.duel-title.text-right:after {
    left: 100%;
    margin-left: -90px;
}

.secondary-title {
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.secondary-title:after {
    height: 8px;
    width: 90px;
}

.secondary-title span {
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    position: relative;
    text-transform: lowercase;
    top: 3px;
}

p {
    line-height: 1.65em;
    margin-bottom: 1.6em;
    font-weight: 300;
}

.form-group label.error {
    font-weight: 400;
}

blockquote {
    border-color: #009eb9;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    padding-left: 25px;
}

strong {
    font-weight: 700;
}

/* ##### NAV BAR ##### */
#navigation {
    width: 100%;
    height: 70px;
    top: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

#navigation-sticky {
    width: 100%;
    height: 70px;
    top: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

/* Dark Nav Color */

.dark-nav .nav-menu {
    color: #ffffff;
}

/* Navigation Logo */

.nav-inner .logo {
    width: auto;
    height: auto;
    position: relative;
    left: 15px;
    top: 50%;
    float: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-inner .logo a img {
    max-height: 50px;
}

.dark-logo{
    /*Initialy Dark logo is hidden*/
    display: none;
}
/* Navigation */
.nav>li>a:hover,.nav>li>a:active,.nav>li>a:focus {
    background-color: transparent;
}

.nav-menu {
    float: right;
    height: 100%;
}

.nav-menu ul {
    height: 100%;
}

.nav-menu ul li {
    float: left;
    height: 100%;
}

.nav-menu ul li a {
    height: 100%;
    line-height: 52px;
    
    font-size: 15px;
    font-weight: inherit;
    padding-left: 19px;
    padding-right: 19px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* DropDown Menu */

.nav-menu ul.dropdown-menu {
    background-color: inherit;
    height: auto;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 3px solid #009eb9;
    border-left: transparent !important;
    border-bottom: transparent !important;
    border-right: transparent !important;
    padding: 0;
}

.nav-menu ul.dropdown-menu li {
    float: none;
    width: 100%;
}

.nav-menu ul.dropdown-menu li a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 19px;
    font-weight: 500;
    display: block;
    color: #121212;
}

.nav-menu li.dropdown-toggle > a:after, .nav-menu li.dropdown-toggle > a:after {
    content: "\f0d7";
    display: block;
    font-family: fontawesome;
    font-size: 12px;
    line-height: 1em;
    margin: -6px 0 0;
    opacity: 0.6;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transition: transform 0.2s ease-in 0s;
    -moz-transition: transform 0.2s ease-in 0s;
    -ms-transition: transform 0.2s ease-in 0s;
    -o-transition: transform 0.2s ease-in 0s;
    transition: transform 0.2s ease-in 0s;
}

.nav-menu li.dropdown-toggle > a:hover:after, .nav-menu li.dropdown-toggle > a:hover:after {
    content: "\f0da";
    display: block;
    font-family: fontawesome;
    font-size: 12px;
    line-height: 1em;
    margin: -5px 0 0;
    opacity: 0.6;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transition: transform 0.2s ease-in 0s;
    -moz-transition: transform 0.2s ease-in 0s;
    -ms-transition: transform 0.2s ease-in 0s;
    -o-transition: transform 0.2s ease-in 0s;
    transition: transform 0.2s ease-in 0s;
}

/* White Navigation, From Top */
.first-nav.white-nav {
    background-color: rgba(255,255,255, 0.1);
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
}

.first-nav.white-nav .nav-menu,.trans-nav.white-nav .nav-menu {
    color: #fff;
}

.first-nav.white-nav .nav-menu ul.dropdown-menu li a,.trans-nav.white-nav .nav-menu ul.dropdown-menu li a {
    color: #121212;
}

.white-nav .nav-menu ul.dropdown-menu li a {
    color: inherit;
}

.second-nav.white-nav,
	.white-nav .nav-menu ul.dropdown-menu {
    background-color: rgba(255,255,255, 0.95);
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
}

.first-nav.white-nav .nav-inner .nav-menu ul li a:hover {
    background-color: transparent;
    color: #ed1b2f;
}

.second-nav.white-nav .nav-inner .nav-menu ul li a:hover {
    background-color: transparent;
    color: #ed1b2f;
}

.second-nav.white-nav .nav-inner .nav-menu ul li.active a,
	.white-nav .nav-menu ul.dropdown-menu li a:hover,
	.white-nav .nav-menu ul.dropdown-menu li.active a {
    background-color: transparent;
    color: #ed1b2f;
}

/* White Navigation, For Sticky */

#navigation-sticky.white-nav {
    background: rgba(255,255,255,0.95);
}

#navigation-sticky.trans-nav {
    background: rgba(0,0,0,0.1);
    box-shadow: none;
}

#navigation-sticky.color-nav {
    background: rgba(255,255,255,1);
}

/* White Navigation, Coming From Top */

.nav-from-top {
    top: -70px !important;
}

.second-nav {
    top: 0 !important;
}

/* Mboile Nav Button */

.mobile-nav-button {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    right: 15px;
    top: 50%;
    text-align: right;
    font-size: 25px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trans-nav .mobile-nav-button {
    color: #ffffff;
}

.color-nav  .mobile-nav-button {
    color: #009eb9;
}
                      
.mobile-nav-button:hover,
	.mobile-nav-button:active {
    color: #1f1f1f;
}

/* ##### HOME SECTION ##### */
#home {
    position: relative;
    width: 100%;
    height:100%;
    overflow: hidden;
}
#inner-home {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#home h1 {
    margin: 10px 0;
    color: #fff;
    letter-spacing: -4px;
    text-transform: uppercase;
}

#home h4 {
    margin: 0px;
    color: #ffffff;
}

#home.parallax-slider {
    height: auto;
}

.fullscreen-background {
    width: 100%;
    height:100%;
    z-index: 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.fullwidth-background {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
    z-index: 0;
    -webkit-backface-visibility: visible;
    background-repeat: no-repeat;
}

.fullwidth-background .header{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: table;
}

.fullwidth-background .header .header-title{
    height:100%;
    z-index:0;
    display:table;
    position:absolute;
    width:80%;
    margin-left:10%;
    margin-right:10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}  
/* Home Fullwidth Parallax Slider */

ul.fullwidth-slider{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
    -webkit-backface-visibility: visible;
    background-position: center center;
    background-repeat: no-repeat;
}

ul.fullwidth-slider li.slide {
    position: relative;
    display: none;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-attachment: absolute;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backface-visibility: visible;
}

ul.fullwidth-slider li.slide .caption {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
}

ul.fullwidth-slider li.slide .caption .caption-inside {
    position: absolute;
    top: 0px;
    width: 100%;
}

ul.fullwidth-slider li.slide .caption .slide-caption {
    height: 100%;
    z-index: 0;
    display: table;
    position: relative;
    top: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.fullScreen h1.ultralarge{
    margin-bottom:30px !important;
}
.fluid-width-video-wrapper,mbYTP_wrapper {
    position: absolute!important;
}

.div-align-middle {
    display: table-cell;
    vertical-align: middle;
}

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

}

ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
    height: 700px;
}

.parallax-slider .bx-wrapper .bx-next {
    right: 50px;
}

.parallax-slider .bx-wrapper .bx-prev {
    left: 50px;
}

.bgFill {
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    color: #fff;
    margin: 0 !important;
    padding: 15px 10px;
}

.slide-caption .border {
    border: 3px solid #ffffff;
    display: inline-block;
    margin: 0 !important;
    padding: 7px 20px;
}

.slide-content h1 {
    color: inherit;
    font-size: 100px;
    line-height: 80px;
    margin: 10px 0;
}

.georgia {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
}

.div-align-middle p {
    margin: 20px 0;
    color: #fff;
    font-size: 18px;
}

.subHead {
    font-size: 30px !important;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 1em !important;
}

.ultralarge {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 96%;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.slide-content p {
    margin: 10px 0;
}

.slide-content a {
    margin: 10px 0;
}
.header-video {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
  background-color: rgba(0,0,0,0.2);
}
.video-bg {
    background: url('../images/slider/1.jpg') no-repeat bottom center;
}

.section-content .row {
    margin-left: 0px;
    margin-right: 0px;
}

/* ##### ABOUT SECTION ##### */
.name-title {
    width: 100%;
    max-width: 360px;
    margin: -20px auto 0px auto;
    padding: 15px 15px 8px 15px;
    background-color: rgba(59, 63, 80, 0.8);
}

.name-title h2, .name-title h5 {
    color: #ffffff;
    text-align: center;
}

.name-title h2 {
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 36px;
    text-transform: uppercase;
}

.heroline {
    font-size: 19px;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase;
}

.heroline_small {
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase;
}

.counters-item {
    width: 220px;
    margin: 0px auto;
}

.counters-item i {
    background-color: #009eb9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF !important;
    float: left;
    margin-right: 0px;
    font-size: 40px;
    padding: 20px;
    width: 85px;
    text-align: center;
}

.icon-shadow {
    color: #F0F0F0;
    font-size: 110px;
    height: 110px;
    width: 110px;
    line-height: 110px;
    position: absolute;
    left: 90px;
    top: 5px;
    z-index: 0;
}

.info {
    position: relative;
    z-index: 1;
}

.number-counters {
    margin-top: 40px;
}

.number-counters strong {
    font-family: 'Montserrat', Impact, 'Arial Narrow Bold', sans-serif;
    display: block;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -2px;
}

.contact-box {
    width: 90%;
    margin: 24px auto 0px auto;
}

.feature-box .feature-box-icon,.contact-box .contact-box-icon {
    border: 2px solid #ed1b2f;
    color: #ed1b2f;
    display: inline-block;
    float: left;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin-right: 15px;
    padding-top: 2px;
    position: relative;
    text-align: center;
    top: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 60px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.feature-box .feature-box-icon i.fa,.contact-box .contact-box-icon i.fa {
    font-size: 24px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-box-info,.contact-box-info {
    margin-left: 75px;
    margin-right: 15px;
}

.feature-box-info h4,.contact-box-info h4 {
    text-transform: uppercase;
}

.feature-box-info p,.contact-box-info p {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* ##### CALLOUT AREA ##### */
.bg-callout {
   /* background-color: #272727;*/
    background: url(../images/sec-bg.jpg) repeat top center;
    color: #fff;
    padding: 60px 0px;
}

h2.heading {
    padding: 0px;
    font-weight: 400;
    letter-spacing: 4px;
}

.title h2 {
    padding: 0px;
    font-weight: 400;
    letter-spacing: 2px;
}

.fullwidth-section a.btn {
    margin: 20px 7px 0px 7px;
}

/* #### Team Section #### */
.team-member {
    margin-top: 10px;
    margin-bottom: 30px;
}

.team-member h4.title {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.team-member p.position {
    font-size: 14px;
    color: #ed1b2f;
}

.team figure {
    position: relative;
    width: 100%;
    padding-top: 71%;
    overflow: hidden;
}

.team img {
    display: block;
    margin-top: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.team-item .team-overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(26,188,156, 0.8) !important;
}

.team-item .team-overlay .social {
    top: 50%;
}

.team-item .team-overlay a {
    margin: 1px 3px;
    width: 26px;
}

.team-item .team-overlay a span {
    color: #fff !important;
    font-size: 18px;
}

.team-item .team-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-item .social {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
    margin-top: -20px;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-item:hover .social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-item:hover .team-overlay {
    opacity: 1;
    visibility: visible;
}

.team-item {
    display: block;
    position: relative;
}

/* ##### PRICE TABLE ##### */
.pricing-table {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #009eb9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0;
    padding: 15px;
}

.pricing-featured {
    margin: 0;
    padding: 35px 15px;
}

.price-name {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.price {
    color: #262626;
    margin-bottom: 40px;
}

.text-light .price {
    color: #fff;
}

.pricing-featured .price {
    color: #009eb9;
}

.price-amount {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.price-fraction {
    font-size: 16px;
}

.price-time {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}

.price-button {
    margin-top: 40px;
}

/* ##### SKILLS ##### */
.chart {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.chart canvas {
    left: 50%;
    margin-left: -100px;
    position: absolute;
    top: 0;
}

.percent {
    display: inline-block;
    line-height: 200px;
    width: 150px;
    height: 200px;
    text-align: center;
    z-index: 2;
    letter-spacing: -1px;
    font-family: Impact, 'Arial Narrow Bold', sans-serif;
    font-size: 3em;
}

.percent:after {
    content: "%";
    font-size: 0.9em;
    margin-left: 2px;
}

.chart h4 {
    text-transform: uppercase;
}                      
/* ##### CLIENTS ##### */
.carrousel-container {
    height: 100%;
    overflow: hidden;
    width: 100%;
    cursor: grab !important;
}

.swiper-testimonial {
    backface-visibility: hidden;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.swiper-slide {
    float: left;
}

.swiper-slide .author {
    margin: 20px 0px 0px 0px;
    font-weight: bold;
}

.swiper-slide .white .company {
    font-size: 15px;
}

.swiper-slide .white .company a {
    color: #fff;
}

.swiper-pagination-switch {
    background: none repeat scroll 0 0 #544B43;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin: 0 4px;
    text-indent: -9999px;
    width: 15px;
}

.swiper-pagination-switch:hover {
    background: none repeat scroll 0 0 #685C52;
}

.swiper-visible-switch {
    background: none repeat scroll 0 0 #AAAAAA;
}

.swiper-active-switch {
    background: none repeat scroll 0 0 #BFB7B0;
}

.swiper-testimonial, .swiper-testimonial .swiper-slide {
    height: 100%;
    max-height: 250px;
    max-width: 585px;
    width: 100%;
}

.pagination-testimonial {
    position: absolute;
    text-align: center;
    top: 210px;
    width: 100%;
    z-index: 20;
}

.pagination-testimonial .swiper-pagination-switch {
    background: none repeat scroll 0 0 #009eb9;
}

.pagination-testimonial .swiper-pagination-switch:hover {
    background: none repeat scroll 0 0 #333333;
}

.pagination-testimonial .swiper-visible-switch {
    background: none repeat scroll 0 0 #262626;
}

.pagination-testimonial .swiper-active-switch {
    background: none repeat scroll 0 0 #262626;
}

/* ##### CONTACT ##### */
.form-group {
    position: relative;
    clear: both;
}

.antispam {
    display: none;
}

.form-control {
    -webkit-box-shadow: 0px -1px 0px #ed1b2f inset;
    box-shadow: 0px -1px 0px #ed1b2f inset;
}

.form input[type="text"], .form input[type="email"], .form input[type="phone"], .form input[type="url"], .form input[type="search"], .form input[type="tel"], .form input[type="password"], .form select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    outline: medium none;
    padding: 5px 5px 5px 10px;
    -webkit-transition: background 0.25s ease-in-out 0s;
    -moz-transition: background 0.25s ease-in-out 0s;
    -ms-transition: background 0.25s ease-in-out 0s;
    -o-transition: background 0.25s ease-in-out 0s;
    transition: background 0.25s ease-in-out 0s;
    width: 100%;
}

.form input[type="text"]:hover, .form input[type="email"]:hover, .form input[type="phone"]:hover, .form input[type="url"]:hover, .form input[type="search"]:hover, .form input[type="tel"]:hover, .form input[type="password"]:hover, .form select:hover {
    background: none repeat scroll 0 0 #f5f5f5;
    border: medium none;
    outline: medium none;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    width: 100%;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="phone"]:focus, .form input[type="url"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="password"]:focus, .form select:focus {
    border: medium none;
    color: #696969;
    outline: medium none;
}

.form input.input-lg[type="text"], .form input.input-lg[type="email"], .form input.input-lg[type="phone"], .form input.input-lg[type="url"], .form input.input-lg[type="search"], .form input.input-lg[type="tel"], .form input.input-lg[type="password"], .form select.input-lg {
    border: medium none;
    height: 48px;
    outline: medium none;
}

.form input.input-sm[type="text"], .form input.input-sm[type="email"], .form input.input-sm[type="phone"], .form input.input-sm[type="url"], .form input.input-sm[type="search"], .form input.input-sm[type="tel"], .form input.input-sm[type="password"], .form select.input-sm {
    border: medium none;
    height: 28px;
    outline: medium none;
    width: 100%;
}

.form textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    outline: medium none;
    padding: 10px 5px 0 10px;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    width: 100%;
}

.form textarea:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    border: medium none;
    outline: medium none;
    -webkit-transition: background 0.25s ease-in-out 0s;
    -moz-transition: background 0.25s ease-in-out 0s;
    -ms-transition: background 0.25s ease-in-out 0s;
    -o-transition: background 0.25s ease-in-out 0s;
    transition: background 0.25s ease-in-out 0s;
    width: 100%;
}

.form textarea:focus {
    border: medium none;
    outline: medium none;
}

.form-button {
    margin-top: 50px;
}

.form-respond .content-message {
    margin: 50px 0;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
}

.form-respond .content-message i {
    color: #222;
}

.form-respond .content-message h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0px 0 0;
}

#map_canvas {
    width: 100%;
    height: 400px;
    z-index: 0;
    position: relative;
    display: none;
}

#map_canvas:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 6px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#map_canvas:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 6px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.button-map {
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    background: #ed1b2f;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px 0;
}

.button-map:hover {
    color: #ffffff;
    background: #272727;
}

.close-map:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-left: 16px;
    font-size: 28px;
}

.show-map:after {
    content: "\f106";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-left: 16px;
    font-size: 28px;
}

.contact-block {
    padding-bottom: 40px;
}

/* ##### FOOTER ##### */
footer {
    font-size: 14px;
    padding: 30px 0px;
    margin: 0px;
    text-align: center;
    color: #ffffff;
    background: #121212;
}

.footer-logo {
    margin-top: 20px;
    margin-bottom: 15px;
}

footer .social {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #454545;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
}

footer .social:hover {
    color: #009eb9;
}

.round {
    border-radius: 100%;
}

footer .social_icons {
    margin: 20px auto 30px auto;
}

footer .social_icons ul {
    display: table;
    margin: 0 auto;
    padding: 0px;
    font-size: 0;
}

footer .social_icons li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font-size: 18px;
}

footer .social_icons li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f7f7f7;
    color: #121212;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer .social_icons li a:hover {
    font-size: 20px;
    color: #009eb9;
}

.copyright {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.copyright a {
    color: #fff;
}

#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #1e1e1e;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100;
    display: none;
}

#back-top:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* ##### PORTFOLIO SECTION ##### */
#portfolio-wrapper {
    padding-bottom: 60px;
}

#options {
    margin-bottom: 40px;
}

a[rel="PrettyPhoto"] {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-description {
    width: 80%;
    text-align: center;
    margin: auto;
}

ul#filters {
    text-align: center;
    display: inherit;
    margin: 0 auto;
}

ul#filters li {
    display: inline;
    margin: 0;
    padding: 0;
}

ul#filters li a {
    color: #ffffff;
    padding: 6px 10px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline;
    border: 1px solid transparent;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

ul#filters li a:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
}

ul#filters li a.selected {
    color: #ffffff;
    background: #009eb9;
}

.portfolio h3 a:hover {
    color: #337d49;
}

.portfolio {
    clear: both;
    overflow: hidden;
    margin-left: -40px;
}

.portfolio li {
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 0;
    text-align: center;
    margin: 1px;
}

.portfolio li:hover {
    background: #fafafa;
}

.portfolio h3 {
    position: relative;
    clear: both;
    font-size: 13px;
    color: #444;
    line-height: 22px;
    padding: 20px 0 5px;
    margin: 0;
    width: 100%;
    left: 0;
    font-weight: 600;
}

.portfolio h3 a {
    color: #444;
}

.portfolio p {
    padding: 0 7px 20px;
    margin: 0;
}

.grid-item-on-hover {
    cursor: pointer;
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: crosshair;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.portfolio img {
    display: inline-block;
    margin: 0px;
}

.portfolio li a img {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-backface-visibility: hidden;
}

.portfolio li a:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.portfolio li a:hover img, .portfolio li img:hover {
    -webkit-transform: scale(1.15,1.15) skewX(2deg);
    -moz-transform: scale(1.15,1.15) skewX(2deg);
    -o-transform: scale(1.15,1.15) skewX(2deg);
    -ms-transform: scale(1.15,1.15) skewX(2deg);
    transform: scale(1.15,1.15) skewX(2deg);
}

.portfolio-inner img {
    max-width: 100%;
    height: auto;
}

.grid-item-on-hover {
    text-align: left;
    width: 100%;
    padding: 0 5%;
}

.grid-item-on-hover .grid-text {
    position: absolute;
    left: 5%;
    top: 10%;
    text-align: left;
    width: 90%;
}

.grid-item-on-hover .grid-text p {
    color: #fff;
    padding: 15px 0 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.item-small .grid-item-on-hover p, .item-wide .grid-item-on-hover p {
    padding: 0;
}

.grid-item-on-hover h1 {
    font-weight: 300;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    background: rgba(255,255,255,0.3);
    letter-spacing: 1px;
}

.grid-item-on-hover span {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    left: 5%;
    top: 7%;
    text-align: left;
    width: 90%;
    font-weight: bold;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.item-high .grid-item-on-hover h1 {
    font-size: 20px;
    line-height: 26px;
    width: auto;
    left: 0;
}

.item-big .grid-item-on-hover span, .item-wide .grid-item-on-hover span {
    font-size: 14px;
}

.item-small .grid-item-on-hover h1 {
    font-size: 20px;
    line-height: 26px;
}

.item-on-hover i {
    color: #fff;
    text-align: center;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border: 1px solid #fff;
}

/*PORTFOLIO GRID*/
.portfolioGrid {
    padding: 0px;
}

.portfolioGrid #portfolio-wrapper {
    width: 100% !important;
    margin: 0 auto;
}

.small-width {
    width: 80%;
    margin: 0px auto;
}
/* Portfolio Filters */	

#filters2 {
    margin: 10px auto 40px auto;
    text-align: center;
    display: inline-block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters2 li {
    display: inline-block;
    margin: 0 5px;
}

#filters2 li a {
    display: block;
}

#filters2 li a {
    padding: 3px 12px;
    margin: 4px 0px;
    text-transform: uppercase;
    background-color: #eeeeee;
    color: #272727;
    border-radius: 3px;
    font-size: 12px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#filters2 li a:hover, #filters2 li a.active {
    color: #fff;
    background-color: #009eb9;
}



/* Portfolio Items */	

.grid-wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.grid-wrapper .portfolio-item {
    margin: 0!important;
    line-height: 0;
    width: 25%;
    padding: 0;
    position: relative;
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-image {
    overflow: hidden;
    display: block;
  /*  position: relative;    */
}

.portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
    margin: 0px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.portfolio-item:hover .project-overlay {
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.portfolio-item:hover .portfolio-image img {
    -webkit-transform: scale(1.15,1.15) skewX(2deg);
    -moz-transform: scale(1.15,1.15) skewX(2deg);
    -o-transform: scale(1.15,1.15) skewX(2deg);
    -ms-transform: scale(1.15,1.15) skewX(2deg);
    transform: scale(1.15,1.15) skewX(2deg);
}

.project-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    cursor: crosshair;
    background: rgba(0,0,0,0.5);
}

.expand-link,.project-link {
    width: 100%;
    height: 100%;
    z-index: 100;
    top:0;
    position: absolute;
}

.project-info {
    position: absolute;
    height: 100px;
    width: 100%;
    text-align: center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-overlay h4 {
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    text-transform: uppercase;
    padding: 5px;
    margin-top: 50px;
    display: inline-block;
    opacity: 0;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project-overlay h4 {
    opacity: 1;
    -webkit-transition: opacity .4s .5s;
    -moz-transition: opacity .4s .5s;
    -ms-transition: opacity .4s .5s;
    -o-transition: opacity .4s .5s;
    transition: opacity .4s .5s;
}

.project-categories {
    font-size: 13px;
    color: #fff;
    opacity: 0;
    margin-top: 13px;  
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project-categories {
    opacity: 0.8;
    -webkit-transition: opacity .4s .8s;
    -moz-transition: opacity .4s .8s;
    -ms-transition: opacity .4s .8s;
    -o-transition: opacity .3s .8s;
    transition: opacity .3s .8s;
}

.cat-icon {
    left: 50%;
    margin-left: -20px;
    position: inherit;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    font-size: 40px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .cat-icon {
    opacity: 0.8;
    margin-top: 0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}
	
.project-desc p{
 color:#666666;
}	

.project-block-top a img{
 width:100%;
}	
	
/* Portfolio Isotope Transitions */	

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



/* Portfolio Expander */	



#project-page-holder {
    display: none;
    background-color: #FFF;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px;
}

#project-page-button-fullscreen li a {
    font-size: 32px;
    display: block;
    opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
    opacity: 1;
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    padding: 0px;
    height: auto;
    position: relative;
    z-index: 100;
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0px 10px;
    font-size: 30px;
}

#project-page-data {
    margin-bottom: 0px;
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.project-section-title h1 {
    margin-bottom: 5px!important;
    letter-spacing: 1px;
}

.project-page {
    background-color: #FFF;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}

#project_close {
    color: #009eb9;
}

#project_close:hover {
    color: #222222;
}	
	
/* Portfolio Normal Expander */		
	
.video-container {
    height: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 10px;
    position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
    border: 0 none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    padding: 55px 0 20px 0;
}

.project-description h5 {
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}

ul.list-items {
    margin: 0 0 30px;
    padding: 0;
}

ul.list-items li {
    font-size: 12px;
    list-style: none outside none;
    margin-bottom: 5px;
}

ul.list-items .list-label {
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase;
    width: 90px;
    font-weight: 700;
}

ul.list-items .list-des {
    display: inline-block;
}

/*#### BLOG SECTION ####*/
article.post {
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
     
.post .post-title {
    margin: 20px 0;
}
.post.promsu-blog .post-title{
   min-height:200px;
}
.post.promsu-blog .post-title h1{
    font-size: 32px;
    letter-spacing: -1px;
    position: relative;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
}

.post.promsu-blog .post-title h1:after {
    background-color: #ffffff;
    bottom: -20px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    width: 50px;
    margin-left: -25px;
}
.post.promsu-blog .post-meta {
    color: rgba(255,255,255,0.7);
    font-size: 19px;
    line-height: 1.4;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 0px none;
}

.post .post-meta {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color:#666;
}

.post .post-meta .author, .post .post-meta .time, .post .post-meta .categories {
    margin-right: 10px;
}

.post .post-meta i, .post .post-tags i {
    line-height: 1;
    margin-right: 5px;
}

.post .post-excerpt {
    margin: 10px 0 20px;
}

.post .post-tags {
    font-size: 12px;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.post .post-thumb {
    margin: 0 0 15px;
}

.post .post-thumb img {
    width: 100%;
    margin-top: 0px;
}

.media-container iframe {
    width: 100%;
}

#primary .post p {
    color: #444444;
    font-size:15px;
}

.post-author {
    margin-bottom: 20px;
    padding:20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.post-author h3{
  margin-top:0px;
}
.post-author img {
    border: 1px solid #E8E8E8;
    margin-right: 10px;
    max-width: 100px;
    padding: 4px;
    width: 100%;
}

.post-author p {
    margin-left: 120px;
}

.comments {
    margin: 50px 0 0;
}

.comments h3 {
    margin-bottom: 30px;
}

.comments h3 i {
    margin-right: 15px;
}

.commentlist {
    list-style: none outside none;
    margin: 0 0 65px;
    padding: 0;
}

.commentlist li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.commentlist .comment-content {
    border-bottom: 1px solid #e1e1e1;
    clear: both;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}

.commentlist .avatar {
    float: left;
    margin-right: 8px;
}

.commentlist .avatar img {
    background: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px;
}

.commentlist .comment-box {
    display: block;
}

.commentlist .comment-box .comment-meta {
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
}

.commentlist .comment-box .comment-text {
    margin-left: 70px;
    padding: 10px 0;
}

#secondary .widget {
    margin: 0 0 20px;
}

#secondary .widget-title h3 {
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

#secondary .widget-content {
    padding: 10px 0;
}

#secondary ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#secondary  li {
    border-bottom: 1px solid #EEEEEE;
    padding: 4px 0;
}

#secondary li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

#secondary li a:before {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 16px;
    margin-right: 10px;
}

#primary a, #secondary a {
    color: #323232;
}

#primary a:hover, #secondary a:hover {
    color: #009eb9;
}

#primary a.btn, #secondary a.btn {
    color: #fff;
}

#secondary .recent-posts {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
}

#secondary .recent-posts:last-child {
    border-bottom: 0 none;
}

#secondary .recent-posts span {
    clear: both;
    float: left;
    width: 100%;
    color:#666666;
}

#secondary .recent-posts h5 {
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0px;
}

#secondary .search-form {
    display: block;
    height: 35px;
    position: relative;
}

#secondary .search-form .search-input {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 6px 30px 6px 12px;
}

#secondary .search-form .submit {
    background: none;
    border: thin none;
    color: #666666;
    display: block;
    font-size: 16px;
    height: 32px;
    outline: medium none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 32px;
}

#secondary .search-form .submit i {
    line-height: 32px;
}

#secondary i {
    margin-right: 4px;
}

#secondary a.tag {
    background-color: #009eb9;
    color: #ffffff;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0 7px 7px 0;
    padding: 4px 8px;
    -moz-transition: background-color 0.25s ease 0s;
    -webkit-transition: background-color 0.25s ease 0s;
    -ms-transition: background-color 0.25s ease 0s;
    -o-transition: background-color 0.25s ease 0s;
    transition: background-color 0.25s ease 0s;
}

#secondary a.tag:hover {
    background-color: #f5f5f5;
    color: #222222;
}

.pagination {
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 0 10px;
    text-transform: uppercase;
    width: 100%;
}

.pagination .previous i {
    margin-right: 8px;
}

.pagination .nexts i {
    margin-left: 8px;
}

.pagination .pages {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination .pages li {
    display: inline-block;
}

.pagination .pages li a {
    display: inline-block;
    padding: 6px 12px;
}

.pagination .pages li a.current {
    background: #009eb9;
    color: #ffffff !important;
}

.post-quote {
    background-color: #222222;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 30px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-quote:hover {
    background-color: #009eb9;
}

.post-quote h3 {
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.post-quote p {
    color: #fff !important;
    opacity: 0.6;
}

pre, code {
    background-color: #F5F5F5;
    border: 1px solid #E9E9E9;
    clear: both;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 0px 20px;
    margin: 20px 0;
    white-space: pre;
    color: #222222;
}
	
/* #### SHORTCODE #### */
/*tabs*/
.tabs.nav-tabs,.tabs2.nav-tabs,.tabs3.nav-tabs,.tabs4.nav-tabs {
    border-bottom: 0px;
}

.tabs.nav-tabs li a i, .tabs2.nav-tabs li a i, .tabs3.nav-tabs li a i, .tabs4.nav-tabs li a i, .tabs-right .nav-tabs li a i, .tabs-left .nav-tabs li a i {
    font-size: 12px;
    color: #666666;
    padding-right: 7px;
}

.tabs.nav-tabs li a,.tabs2.nav-tabs li a,.tabs3.nav-tabs li a,.tabs4.nav-tabs li a {
    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
    background-color: #EEEEEE;
    border-radius: 1px;
    color: #7f7f7f;
    font-size: 15px;
    padding: 8px 27px;
    border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.tabs.nav-tabs li.active a,.tabs2.nav-tabs li.active a,.tabs3.nav-tabs li.active a,.tabs4.nav-tabs li.active a {
    background: none repeat scroll 0 0 white;
    border-top: 3px solid #009eb9;
}

.tabs.nav-tabs li a:hover,.tabs2.nav-tabs li a:hover {
    background-color: #e7e7e7;
}

.tabs.nav-tabs li.active a:hover,.tabs2.nav-tabs li.active a:hover,.tabs3.nav-tabs li.active a:hover,.tabs4.nav-tabs li.active a:hover {
    background-color: #ffffff;
    color: #7f7f7f;
}

.tabs.tab-content,.tabs2.tab-content,.tabs3.tab-content,.tabs4.tab-content {
    border: 1px solid #dbdbdb;
    color: #333333;
    padding: 25px 15px;
}

.tabs .tab-pane,.tabs2 .tab-pane,.tabs3 .tab-pane,.tabs4 .tab-pane {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*Tabs 2*/
.tabs2.nav-tabs li {
    display: table-cell;
    float: none;
    text-align: center;
    width: 1%;
}

.tabs2.nav-tabs li a,.tabs4.nav-tabs li a {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    margin-right: 0px;
}

.tabs2.tab-content {
    margin-top: -1px;
}

.tabs4.nav-tabs li {
    display: table-cell;
    float: none;
    text-align: center;
    width: 1%;
}

.tabs3.nav-tabs li a {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}

.tabs3.tab-content,.tabs4.tab-content {
    border: 0px solid #dbdbdb;
    margin-top: -1px;
}

.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
    min-width: 200px;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
    color: #666666;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #dbdbdb;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #dbdbdb transparent #dbdbdb #dbdbdb;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #dbdbdb;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #dbdbdb #dbdbdb #dbdbdb transparent;
    *border-left-color: #ffffff;
}
/*Callout Box*/
.callout_box {
    border-color: #eee #eee #eee #009eb9;
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    float: left;
    margin: 0px 0px 50px 0px;
    padding: 10px 30px;
    width: 100%;
}

.callout_box h4 {
    font-weight: normal;
}

.callout_box p {
    color: #999;
}

.callout_box .c_left {
    float: left;
    width: 80%;
}

.callout_box .c_right {
    float: left;
    width: 20%;
}
/*List Style*/
.fa-ul li {
    margin-bottom: 5px;
}

.list li i,
.list-circle li i, 
.list-square li i,
.list-circle-fill li i, 
.list-square-fill li i,
.list-circle-fill-dark li i,
.list-square-fill-dark li i {
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    line-height: 19px;
    height: 21px;
    width: 21px;
    margin-right: 16px;
    padding: 0;
    text-align: center;
}

.list li i {
    border-color: transparent;
}

.list-dashed li {
    border-bottom: 1px dashed #d6dfdf;
    padding: 5px 0px;
}

.list-dashed li:last-child {
    border-bottom: medium none;
}

.list-circle li i, 
.list-circle-fill li i,
.list-circle-fill-dark li i {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.list-square li i, 
.list-square-fill li i,
.list-square-fill-dark li i {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.list-circle-fill li i,
.list-circle-fill-dark li i,  
.list-square-fill li i,
.list-square-fill-dark li i {
    background-color: #10c7c7;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.list-circle-fill-dark li i,  
.list-square-fill-dark li i {
    background-color: #2E343C;
    color: #f5f5f5;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.list-square li i, 
.list-circle li i {
    border-color: #b1b9bf;
    color;#4d5258;
}
/*Table Style*/
table.table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}

table.table td, table.table th, table.table tr {
    border-style: solid;
    border-width: 0;
}

table.table thead tr th {
    border-bottom-width: 2px;
    font-weight: 700;
}

table.table tbody tr:last-child {
    border-bottom-width: 0;
}

table.table td, table.pi-table th {
    padding: 9px 20px 10px;
}

.table-alter-color thead tr th {
    background-color: #f8fafa;
}

.table-alter-color tbody tr:nth-child(2n-1) {
    background-color: #fff;
}

.table-alter-color tbody tr:nth-child(2n) {
    background-color: #f8fafa;
}

.table a.btn {
    margin: 0px;
}
/*Accordion style 1*/
.accordion .panel {
    box-shadow: none;
    margin-bottom: 8px;
}

.panel-group {
    width: 100%;
}

#accordion div:last-child {
    margin-bottom: 0;
}

.accordion a.panel-button {
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    box-shadow: none;
    color: #717171;
    font-weight: 400;
    display: block;
    padding: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.accordion a.panel-button:hover {
    background-color: #009eb9;
    color: #ffffff;
}

.accordion .panel-body {
    border-top: 1px dotted #009eb9;
    color: #8e8d8d;
    font-size: 14px;
    padding: 18px 32px;
}

.accordion a.panel-button i.icon {
    width: 20px;
    text-align: center;
    margin-right: 7px;
}

h4.panel-title {
    color: #4d5258;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
    padding: 12px;
}

.accordion-chevron.line .panel,
.accordion-plus.line .panel {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    border: 0px none;
}

.accordion-chevron.line .panel-group .panel-heading + .panel-collapse .panel-body,
.accordion-plus.line .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-color: transparent;
}

.accordion-chevron.left h4.panel-title,
.accordion-plus.left h4.panel-title {
    padding-left: 25px;
}

.accordion-chevron.right .panel-heading,
.accordion-chevron.left .panel-heading,
.accordion-plus.right .panel-heading,
.accordion-plus.left .panel-heading {
    cursor: pointer;
}

.accordion-chevron.right .panel-heading.accordion-toggle:before ,
.accordion-plus.right .panel-heading.accordion-toggle:before {
    float: right;
}

.accordion-chevron.left .panel-heading.accordion-toggle:before ,
.accordion-plus.left .panel-heading.accordion-toggle:before {
    float: left;
}

.accordion-chevron .panel-heading.accordion-toggle:before {
    font-family: 'Fontawesome';
    content: "\f13a";
    color: #009eb9;
    font-size: 18px;
    margin-top: -6px;
}

.accordion-chevron.right .panel-heading.accordion-toggle.collapsed:before,
.accordion-chevron.left .panel-heading.accordion-toggle.collapsed:before {
    content: "\f138";
}

.accordion-plus .panel-heading.accordion-toggle:before {
    font-family: 'Fontawesome';
    content: "\f146";
    color: #009eb9;
    font-size: 18px;
    margin-top: -6px;
}

.accordion-plus.right .panel-heading.accordion-toggle.collapsed:before,
.accordion-plus.left .panel-heading.accordion-toggle.collapsed:before {
    content: "\f0fe";
}
/*Social Icon*/
.social-icon {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #454545;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-icon:hover {
    color: #009eb9;
}

/*Icon Box(top/side)*/
.icon-box:after, .icon-box:before {
    content: " ";
    display: table;
}

.icon-box-top {
    text-align: center;
}

.icon-box .icon-box-circle, .icon-box .icon-box-square, .icon-box-top .icon-box-circle, .icon-box-top .icon-box-square {
    background-color: #009eb9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    font-size: 28px;
}

.icon-box .icon-box-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 12px;
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.icon-box .icon-box-square,.icon-box-top .icon-box-square {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.icon-box .icon-box-circle,.icon-box-top .icon-box-circle {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.icon-box-top .icon-box-icon {
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 10px auto 20px auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.icon-box .icon-box-content-side {
    margin-left: 80px;
}

.theme-color {
    color: #009eb9;
}
/**BUTTON**/
.button {
    margin-top: 40px;
}

.btn {
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-promsu {
    background-color: #272727;
    border: 2px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.btn-lg {
    padding: 1em 2em;
}

.btn-md {
    padding: 0.8em 1.6em;
}

.btn-trans {
    background-color: transparent;
    border: 2px solid rgba(255,255,255,0.8);
}

.btn-promsu:active {
    box-shadow: 2px 2px 4px rgba(100, 100, 100, 0.3) inset;
}

.btn-promsu:hover {
    background-color: #009eb9;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
}

.btn-trans:hover {
    background-color: #fff;
    border: 2px solid rgba(255,255,255,1);
    color: #07a474;
    text-decoration: none;
}

.btn-full {
    width: 100%;
}

/*DropCaps*/
.dropcap {
    float: left;
    font-size: 40px;
    line-height: 30px;
    padding-right: 10px;
    padding-top: 5px;
}

.dropcap1 {
    background: #009eb9;
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    font-size: 40px;
    margin: 4px 10px 2px 0;
    padding: 12px 8px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.dropcap3 {
    float: left;
    font-size: 40px;
    font-style: italic;
    line-height: 32px;
    padding-right: 10px;
    padding-top: 8px;
}

.highlight {
    padding: 2px 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.highlight.red {
    background-color: #FFCCCF;
    color: #A14A40;
}

.highlight.blue {
    background-color: #D7E7F5;
    color: #5E6984;
}

.highlight.yellow {
    background-color: #FFF9CC;
    color: #736B4C;
}

.highlight.green {
    background-color: #E2F2CE;
    color: #466840;
}

.highlight.dark {
    background-color: #333333;
    color: #FFFFFF;
}