/*
* Theme Name: Vesa Responsive Parallax One Page Theme
* Theme URI: http://www.2035themes.com/vesa/wp
* Author: 2035Themes
* Author URI: http://themeforest.net/user/2035Themes
* Description: Responsive Parallax One Page Theme
* Version: 1.1
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: two-columns
*/

/* Table Of Content

1    - Reset
2    - Global Core Styles
3    - Home
4    - Menu
5    - Team
6    - Clients
7    - Price Table
8    - Portfolio
9    - Elements
       a - Title
       b - Animation Numbers
       c - Skill Bar
       d - Customer Comments
10    - Services
11   - Video Section
12   - Contact
       a - Contact Tabs
       b - Map
       c - Contact Form
       d - Phone
13  - Home Blog
14   - Shortcodes
       a - Accordion
       b - Tabs
       c - Button
       d - Call to action
       e - Dropcap
       f - Quote
       g - List
       h - Twitter
15   - Blog
       a - Comment form
16   - Footer

*/

/*-----------------------------------------------------------------------------------*/
/*   Reset
/*-----------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 25px;
    font-weight: 300;
}

h3 {
    font-size: 20px;
    font-weight: 300;
}

h4 {
    font-size: 16px;
    font-weight: 400;
}

h5 {
    font-size: 13px;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.margint5 {
    margin-top: 5px !important;
}

.margint10 {
    margin-top: 10px !important;
}

.margint20 {
    margin-top: 20px !important;
}

.margint30 {
    margin-top: 30px !important;
}

.margint40 {
    margin-top: 40px !important;
}

.margint50 {
    margin-top: 50px !important;
}

.margint60 {
    margin-top: 60px !important;
}

.margint70 {
    margin-top: 70px !important;
}

.margint80 {
    margin-top: 80px !important;
}

.margint90 {
    margin-top: 90px !important;
}

.margint100 {
    margin-top: 100px !important;
}

.margint120 {
    margin-top: 120px !important;
}

.marginb10 {
    margin-bottom: 10px !important;
}

.marginb20 {
    margin-bottom: 20px !important;
}

.marginb30 {
    margin-bottom: 30px !important;
}

.marginb40 {
    margin-bottom: 40px !important;
}

.marginb60 {
    margin-bottom: 60px !important;
}

.marginb90 {
    margin-bottom: 90px !important;
}

.marginb100 {
    margin-bottom: 100px !important;
}

.marginb120 {
    margin-bottom: 120px !important;
}

.padrl20 {
    padding: 0 20px;
}

.padrl50 {
    padding: 0 50px;
}

.padt20 {
    padding-top: 20px;
}

.padt40 {
    padding-top: 40px;
}

.padt50 {
    padding-top: 50px;
}

.padt60 {
    padding-top: 60px;
}

.padb60 {
    padding-bottom: 30px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad30 {
    padding: 30px;
}

::-webkit-input-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

::-moz-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

input:-moz-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #9e9e9e;
    font-family: Raleway;
    font-weight: 500;
}

:-moz-placeholder {
 /* Firefox 18- */
    color: #9e9e9e;
    font-family: Raleway;
    font-weight: 500;
}

::-moz-placeholder {
  /* Firefox 19+ */
    color: #9e9e9e;
    font-family: Raleway;
    font-weight: 500;
}

:-ms-input-placeholder {
    color: #9e9e9e;
    font-family: Raleway;
    font-weight: 500;
}

a {
    -webkit-transition-property: color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}

.resetter {
    margin: 0;
    padding: 0;
}

.pos-center {
    text-align: center;
    margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*   Global Core Styles
/*-----------------------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: #656565;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body p {
    color: #656565;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #41d6ea;
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 21px;
    font-weight: 400;
}

h4 {
    font-size: 13px;
    letter-spacing: 2px;
}

h5 {
    font-size: 11px;
    letter-spacing: 2px;
}

#loading-area {
    background: #FFF;
}

#wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 270px;
    position: relative;
    z-index: 0;
}

input {
    margin-bottom: 25px;
    font-size: 13px;
    color: #222 !important;
    padding-left: 5px;
    width: 100%;
}

input[type="submit"] {
    background: #41d6ea;
    font-size: 13px;
    border: none;
    color: #FFF !important;
    margin-top: 20px;
    float: right;
    font-weight: 600 !important;
    padding: 8px 30px;
    display: inline-block;
    letter-spacing: 2px;
}

input[type="submit"]:hover {
    background: #282828 !important;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

::-webkit-input-placeholder {
    padding-left: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #000 !important;
}

::-webkit-input-placeholder {
    padding-left: 10px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #000 !important;
}

::-moz-placeholder {
    padding-left: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #000 !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
    padding-left: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #000 !important;
}
/* ie */
input:-moz-placeholder {
    padding-left: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #000 !important;
}

blockquote {
    border-left: solid 3px #41d6ea;
}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

cite {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #41d6ea;
    text-transform: uppercase;
    letter-spacing: 1px;
}

table {
    width: 100% !important;
}

caption {
    padding: 0 0px;
    text-align: left;
    font-weight: bold;
    margin: -2px 0 2px 0;
}

thead {
    font-size: 13px;
}

thead th {
    padding: 4px 4px;
    font-weight: bold;
    border-top: 1px solid #ededed;
    text-align: center;
}

tbody {
    background: #f5f5f5;
}

tbody td {
    background: #f5f5f5;
    border: 1px solid #FFF;
    text-align: center;
    padding: 2px 2px;
}

tbody td:hover {
    background: #ededed;
}

tbody .pad {
    background: none;
}

tbody .pad:hover {
    background: none;
}

dl dt {
    font-weight: 600;
}

dl dd {
    padding-left: 10px;
    padding-top: 3px;
    margin-bottom: 10px;
}

p:empty {
    display: none;
}

dl dd:last-child {
    margin-bottom: 0px;
}

em {
    font-style: italic;
}

q {
    border-left: solid 3px #00A8D6;
    padding-left: 15px;
    margin-left: 10px;
    line-height: 24px;
    color: #727272;
}

img {
    max-width: 100%;
    height: auto;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.blog-content .gallery img {
    background: #f9f9f9;
    padding: 5px;
    border: solid 1px #f5f5f5;
}

.blog-content, .page-main h2{
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-content, .page-main h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-content, .page-main h4{
    margin-top: 5px;
    margin-bottom: 5px;
}

.blog-content, .page-main h5{
    margin-top: 5px;
    margin-bottom: 5px;
}

.blog-content, .page-main h6{
    margin-top:5px;
    margin-bottom:5px;
}

.blog-content .gallery dt {
    margin-right: 10px;
}

.blog-content ul, .page-main ul {
    list-style: circle;
    margin-left: 20px;
}

.blog-content ul li, .page-main ul li {
    list-style: circle;
}

.blog-content ol, .page-main ol {
    list-style: decimal;
    margin-left: 20px;
}

.post-materials ul li, .page-main ul li{
    list-style: none;
}

.post-materials ul{
    margin-left: 0;
}

.wp-caption {
    max-width: 100%;
    border: 1px solid #ddd;
    background: #ebebeb;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wp-caption img {
    margin-bottom: 10px!important;
    display: block;
}

.page-main {
    background: #FFF;
}

#loading-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff !important;
    z-index: 999999999999999999999999999999999999999;
    overflow: hidden;
}

#loaderico {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
}

.about-image {
    max-width: 800px;
}

.active-color {
    color: #41d6ea;
}

.parallax-s{
    background-size: cover;
    background-attachment: fixed;
}

.parallax-s h1{
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*   Home
/*-----------------------------------------------------------------------------------*/

.home-image{
    background-size: cover;
}

.home-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: auto;
    z-index:1;
    background: url('/wp-content/themes/vesa/images/home_overlay.png') repeat;
    opacity: 0.9;
}

.home-animated-info{
    position:absolute;
    left:0;
    right:0;
    z-index:2;
}

#home h3{
    font-size: 17px;
    color: #FFF;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
}

#home-animated h3{
    font-size: 17px;
    color: #FFF;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-line{
    width: 30px;
    height: 1px;
    background:#FFF;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

#home h2{
    font-size: 4em;
    color: #FFF;
    font-weight: 500 !important;
    line-height: 1.15em;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    text-shadow: 2px 2px 0px rgba(0,0,0,1);
}

#home h2:nth-of-type(2n),
#about h2:nth-of-type(2n) {
    font-weight: 700 !important;
}

#home-animated h2{
    font-size: 5em;
    color: #FFF;
    font-weight: 300 !important;
    text-transform: uppercase;
}

#home p{
    font-size: 15px;
    font-style: italic;
    max-width: 450px;
    margin: 0 auto;
    font-weight: 500 !important;
    color: #FFF !important;
}

#home-animated p{
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    color: #FFF;
    max-width: 450px;
    margin: 0 auto;
}

.home-button-light .learn-more{
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 60px;
    display: inline-block;
    background : rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, .4);
    width: 150px;
    height: 40px;

}

.home-button-light .learn-more:hover{
    background : rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.4);

}

.home-button-light .learn-more a{
    font-size: 12px;
    letter-spacing: 1px;
    color:#000;
    padding-top: 9px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.learn-more{
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 80px;
    display: inline-block;
    background: rgba(111,181,61, 0.6);
    border: 1px solid rgba(255, 255, 255, .5);
    width: 200px;
    height: 40px;
    line-height: 20px;

}

.learn-more:hover{
    background : rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);

}

.learn-more a{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color:#fff;
    padding-top: 9px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.learn-more a.first {
    position: absolute;
    top:0;
    left:50%;
    margin-left:-43px;
}

.learn-more a.sec {
    position: absolute;
    top: -30px;
    right:10px;
    left:8%;
    font-size:26px;
}

.learn-more:hover a.first {
    position: absolute;
    top: 30px;
}
.learn-more:hover a.sec {
    position: absolute;
    top: -3px;
}

/*-----------------------------------------------------------------------------------*/
/*   Menu
/*-----------------------------------------------------------------------------------*/

.menu,
.nav-top {
    position: relative;
}

.nav-top .logo {
   position: relative;
   top: 0;
   left: 5%;
}

.nav-top .logo img {
    height: 70px !important;
}

.menu-container {
    height: 70px;
    width: 100%;
    border-bottom: solid 1px #f5f5f5;
    background: #FFF !important;
    position: relative;
    top: 0;
    z-index: 99999999;
}

.menu-container-top {
    height: 70px;
    width: 100%;
    padding-top: 24px;
    border-bottom: solid 1px #f5f5f5;
    background: #FFF !important;
    display: none;
}

.banner--clone{
    display: block !important;
}

.fixedMenu {
    position: fixed;
    top: 0px;
    z-index: 9999999999;
}

.nav-toggle {
    display: none;
}

#menu ul li.current a, #menu ul li.current-menu-item a {
    color: #41d6ea !important;
}

#menu ul li.current-menu-item ul li a {
    color: #222 !important;
}

#menu ul li.current-menu-item ul li a:hover {
    color: #41d6ea !important;
}

#menu ul li a:hover{
    color: #41d6ea !important;
}

#menu ul li ul li ul{
    display: none;
}

.menu-underline {
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 50px;
    border-bottom: 1px solid #41d6ea;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 10px;
    z-index: 99;
}

.sf-menu li:hover > ul, .sf-menu li.sf-menuHover > ul {
    display: block;
}

.sf-menu li {
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
    float: left;
    margin-right: 19px;
    letter-spacing: 1px;
}

.sf-menu li a {
    display: block;
    position: relative;
    zoom: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

.sf-menu li a:hover {
    text-decoration: none;
    color: #41d6ea !important;
}

.sf-menu ul li{
    min-width: 175px;
    background: #f3f3f3;
    padding: 10px;
    border-bottom: 1px solid #eae9e9;
}

.sf-menu ul li:last-child{
    border-bottom: 0;
}

.sf-menu .menu-item-has-children ul{
    padding-top:22px;
    margin-left: -10px;
}

.sf-menu .menu-item-has-children {
    position: relative;
}

.sf-menu .menu-item-has-children:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #222 !important;
    font-size: 11px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    right: -9px;
}

.sf-menu .menu-item-has-children:hover:before{
    color: #41d6ea !important;
}

#menu ul li.current-menu-item:before{
    color: #41d6ea !important;
}

.empty-menu{
    margin-right: 20px;
}

#mobile-header {
    display: none;
    position:absolute;
    right:0;
    top:23px;
    z-index:9999999;
}

#responsive-menu-button
{
    position:relative;
    top:1px;
    right:20px;
    z-index:9999;
    display:block;
    width:40px;
    height:24px;
    cursor:pointer;
}

#responsive-menu-button span
{
    position:absolute;
    display:block;
    width:100%;
    height:2px;
    background-color:#F6F6F6;
    -webkit-transition:all .25s ease-in;
    -moz-transition:all .25s ease-in;
    -o-transition:all .25s ease-in;
    transition:all .25s ease-in;
}

#responsive-menu-button span.middle,#responsive-menu-button span.middlecopy
{
    top:11px;
}

#responsive-menu-button span.bottom
{
    bottom:0;
}

#responsive-menu-button.selected span.top,#responsive-menu-button.selected span.bottom
{
    background-color:transparent;
}

#responsive-menu-button.selected span.middle
{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

#responsive-menu-button.selected span.middlecopy
{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}

.logo img {
    height: 21px;
}

/*-----------------------------------------------------------------------------------*/
/*   Team
/*-----------------------------------------------------------------------------------*/

#team {
    background: #f5f5f5;
    height: auto;
}

.team-box{
    max-width:700px;
    margin:0 auto;
}

.team-box ul li {
    float: left;
    margin-right: 30px;
}

.team-box ul li img {
    bottom: 0;
    display: block;
    height: auto;
    max-width: 100%;
}

.team-image-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin:0;
    left:0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.team-image-container:hover {
    position: relative;
    left:-233px;
    width: 226%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.team-image-container img {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.team-image-container img:hover{
    cursor: pointer;
}

.team-image-container:hover .team-intro-details {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .4s, opacity .1s;
    -moz-transition: -moz-transform .4s, opacity .1s;
    -ms-transition: -ms-transform .4s, opacity .1s;
    -o-transition: -o-transform .4s, opacity .1s;
    transition: transform .4s, opacity .1s;
}

.team-image-container .team-intro-details {
    background: #fff;
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 200px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -ms-transition: -ms-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform .4s, opacity .1s .3s;
    width: 100%;
}

.team-hover {
    background: #FFF;
    width: 230px;
    padding: 20px;
}

.team-hover h3 {
    font-size: 18px;
    color: #222;
    font-weight: 400;
}

.team-hover p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 19px;
}

.underline-team {
    background: #f5f5f5;
    width: 30px;
    height: 1px;
}

.team-social {
    border-top: solid 1px #f5f5f5;
}

.team-social ul li {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}

.team-social i {
    color: #41d6ea;
}

.team-tab-nav{
    max-width: 800px;
    margin:0 auto;
    border-bottom: 1px solid #ececec;
    margin-bottom: 60px;
}

.team-tab-nav li{
    position: relative;
    float: left;
    width: 33.3%;
}

.team-tab-nav li a:hover .tab-bullet{
    border: 1px solid #41d6ea;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.team-tab-nav li.pos-left .team-tab-info{
    width:195px;
    margin: 0 auto;
    margin-left:-92px;
}

.team-tab-nav li.pos-center .team-tab-info{
    width:195px;
    margin: 0 auto;
}

.team-tab-nav li.pos-right .team-tab-info{
    width:195px;
    margin: 0 auto;
    margin-right:-92px;
}

.team-tab-active a h4{
    color: #41d6ea;
}

.tab-bullet{
    width: 12px;
    height: 12px;
    border:1px solid #d6d6d6;
    border-radius: 50%;
    background: #f5f5f5;
    position: absolute;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.tab-bullet-left{
    left: -5px;
    bottom: -6px;
}

.tab-bullet-center{
    left: 50%;
    bottom: -6px;
    margin-left:-6px;
}

.tab-bullet-right{
    right: -5px;
    bottom: -6px;
}

.tab-bullet-active{
    border:1px solid #41d6ea;
}

.team-tab-nav h4{
    color: #222;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
}

.team-tab-nav p{
    font-size: 12px !important;
    font-family: Droid Sans;
    color: #888;
    line-height: 18px;
    padding-bottom:20px;
}

.mobile-team-tab{
    display: none;
}

.mobile-team-tab h4{
    color: #222;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
}

.mobile-team-tab p{
    font-size: 12px;
    color:#7c7c7c;
    line-height: 19px;
    padding-bottom:10px;
}

/*-----------------------------------------------------------------------------------*/
/*   Clients
/*-----------------------------------------------------------------------------------*/

#clients {
    height: auto;
}

.clients-box {
    text-align: center;
}

.clients-box ul {
    display: inline-block;
}

.clients-box ul li {
    float: left;
    border-left: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    width: 20%;
    text-align: center;
    padding: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*   Price Table
/*-----------------------------------------------------------------------------------*/

.pricing-table {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.pricing-table .most-popular {
    position: relative;
    top: -20px;
    z-index: 2;
    margin-bottom: 40px;
}

.pricing-table .plan {
    background: #FFF;
    border: 1px solid #e5e5e5;
    margin-right: -3px;
    padding: 20px 40px;
    position: relative;
    text-align: center;
}

.pricing-table .most-popular .plan {
    background: #FFF;
    border: 1px solid #e5e5e5;
    margin-right: -3px;
    padding: 35px 50px;
    position: relative;
    text-align: center;
    font-size: 12px;
}

.plan ul li {
    text-align: left;
}

.pricing-table .most-popular h2 {
    color: #222;
    font-size: 40px;
}

.pricing-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    color: #444;
    letter-spacing: 1px;
}

.price-button {
    background: #41d6ea;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
}

.price-button:hover {
    background: #000 !important;
    color: #fff;
}

.price_table_name {
    padding: 20px 0;
}

.price_table_name h3 {
    margin-bottom: 10px;
}

.most-popular ul li {
    font-size: 12px !important;
}

.pricing-table ul li {
    font-size: 11px;
}

.featured-ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -3px;
    text-align: center;
}

.featured-ribbon {
    font-size: 10px;
    font-weight: 500;
    color: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 5px 0;
    left: -5px;
    top: 11px;
    width: 120px;
    background-color: #41d6ea;
}

/*-----------------------------------------------------------------------------------*/
/*   Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio{
    background: #FFF;
}

.portfolio-list {
    width: 100%;
}

.portfolio-box li {
    float: left;
    width: 25%;
}

.portfolio-filters {
    text-align: center;
    margin-bottom: 30px;
}

.portfolio-filters ul {
    display: inline-block;
}

.portfolio-filters ul li {
    float: left;
    margin-right: 15px;
}

.portfolio-filters ul li a {
    font-weight: 500;
    padding: 8px 13px;
    border: solid 1px #FFF;
    font-size: 14px;
}

.portfolio-filters ul li a.active {
    background: #282828;
    color: #41d6ea;
}

.portfolio-filters ul li a:hover {
    border: solid 1px #f5f5f5;
}

.load-more-portfolio {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.load-more-portfolio a {
    background: #41d6ea;
    font-size: 11px;
    color: #FFF;
    font-weight: 500;
    padding: 8px 30px;
    display: inline-block;
    letter-spacing: 2px;
}

.load-more-portfolio a:hover {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: #282828 !important;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.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-wrapper {
    position: relative;
    display: none;
}

.portfolio-background{
    position: relative;
    z-index:999;
    background: #fff;
}

.portfolio-loading {
    background: #fff; /*removed url("/wp-content/themes/img/portfolio-loader.gif") no-repeat center center */
    height:60px;
    width:60px;
    position: fixed;
    top:50%;
    left:50%;
    margin-top:-30px;
    margin-left:-30px;
    display:none;
    z-index: 10000;
    -webkit-border-radius:  30px;
    -moz-border-radius:     30px;
    border-radius:          30px;
}

#portfolio-close {
    position: absolute;
    top:60px;
    right: 25px;
    border-radius: 50%;
    background:#282828;
    width:32px;
    height:32px;
    padding-top: 3px;
    padding-left: 11px;
}

#portfolio-prev {
    position: absolute;
    top:67px;
    right:75px;
    width:8px; height:19px;
    background:url("/wp-content/themes/vesa/images/dark-left.png") no-repeat;

}

#portfolio-next {
    position: absolute;
    top:67px;
    right:0px;
    width:8px; height:19px;
    background:url("/wp-content/themes/vesa/images/dark-right.png") no-repeat;
}

.projects{
    font-size: 12px;
    line-height: 21px;
    padding: 80px 0 60px;
}

.projects h2{
    color:#222;
    font-weight: 700;
    font-size: 3em;
}

.projects h4{
    font-weight: 500;
    color:#41d6ea;
    letter-spacing: 1px;
}

.list-title{
    font-size: 11px;
    color:#222;
    font-weight: 500;
}

.project-det li{
    border-bottom: 1px solid #f5f5f5;
    line-height: 35px;
}

.project-det li:last-child{
    border-bottom: 0;
}

.project-info-box{
    padding-left: 40px;
}

.portfolio-navigation{
    position: absolute;
    top:0;
    left:50%;
    margin-left:40px;
}

.project-margin-reset{
    margin-bottom: 0 !important;
}

.projects-navigation-links{
    display: none;
}

.item img {
    bottom: 0;
    display: block;
    height: auto;
    max-width: 100%;
}

.portfolio-image-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin:0;
    border-left: 1px solid rgba(0,0,0,0.1);
}

.portfolio-image-container img {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    /* -webkit-transform: translateY(-45px); */
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    /* transform: translateY(-45px); */
}

.portfolio-image-container .portfolio-intro-details {
    background: #fff;
    bottom: 0;
    color: #fff;
    height: 64px;
    left: 0;
    opacity: 1;
    padding: 15px;
    /* position: absolute; */
    line-height: 36px;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s;
    -ms-transition: -ms-transform .4s, opacity .1s .3s;
    -o-transition: -o-transform .4s, opacity .1s .3s;
    transition: transform .4s, opacity .1s .3s;
    width: 100%;
}

.prftl-det{
    width: 90%;
    font-size: 11px;
}

.prtfl-ico{
    width: 10%;
    text-align: right;
    margin: 0px;
    padding: 0 10px;
}

.prftl-det p{
    margin:0;
    padding: 0;
    color: #222;
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 12px !important;
}

.prtfl-cat {
    margin-top: -5px;
}
.prtfl-cat a {
    color: #41d6ea;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.prtfl-ico i {
    color: #222;
    font-size: 15px;
    margin-top:10px;
}

.project-tags a{
    color:#656565;
}

.flex-next, .flex-prev{
    opacity: 0;
}

.portfolio-filters ul .tooltip-inner{
    background:#282828;
    border-radius:0px;
    font-size:11px;
}

.portfolio-filters ul .tooltip .tooltip-arrow{
    border-top-color:#282828;
}

/*-----------------------------------------------------------------------------------*/
/*   Elements
/*-----------------------------------------------------------------------------------*/

/*** Title ***/

.title-light, .title-dark {
    text-align: center;
}

.title-light h2 {
    font-size: 30px;
    color: #222;
}

.title-dark h2 {
    font-size: 30px;
    color: #ececec !important;
}

.title-extra {
    font-size: 15px;
    display: inline-block;
    color: #222;
}

.title-extra-container {
    text-align: center;
}

.title-extra-container hr {
    width: 20px;
    margin-top: 10px;
    background: #999;
    height: 1px;
    margin-bottom: 40px;
}

.underline {
    border-bottom: 1px solid #cbcbcb;
    width: 60px;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.underline-box {
    border: 1px solid #cbcbcb;
    background-color: #fff;
    width: 7px;
    height: 7px;
    position: absolute;
    top: -3px;
    left: 27px;
}

.underline2 {
    background: #cbcbcb;
    width: 60px;
    height: 1px;
    margin-bottom: 40px;
}

.underline3 {
    margin-bottom: 40px;
}

.alt-line-one {
    width: 60px;
    background-color: #EDEDED;
    height: 1px;
    border: 0;
    margin-right: 10px;
    margin-top: 7px;
}

.alt-line-two {
    width: 60px;
    background-color: #EDEDED;
    height: 1px;
    border: 0;
    margin-left: 10px;
    margin-top: 7px;
}

.alt-seperator {
    max-width: 165px;
    margin: 0 auto;
}

.alt-seperator i {
    font-size: 13px;
    color: #00A8D6;
}

/* Animation Numbers */

.animation-count {
    text-align: center;
}

.animation-count h4 {
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
}

.dark-count {
    background: #FFF;
    height: 1px;
    width: 50px;
    opacity: 0.1;
    margin: 0 auto;
}

.light-count {
    background: #000;
    height: 1px;
    width: 50px;
    opacity: 0.1;
    margin: 0 auto;
}

.count .icon {
    font-size: 45px;
    color: #41d6ea;
}

.odometer {
    font-size: 50px !important;
    font-weight: 200 !important;
    color: #FFF !important;
    line-height: 50px;
    margin-top: -5px;
}

.big-numbers p {
    font-size: 50px !important;
    font-weight: 200 !important;
    color: #FFF !important;
    padding-top: 4px;
}

.light-number p,.light-number h4 {
    color: #656565 !important;
}

.text-splash {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    color: #222;
}

/*** Skill Bar ***/

.progress-dark {
    height: 5px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-color: #dbdbdb;
    border: 0;
    border-radius: 5px;
    margin-top: -8px !important;
}

.progress-light {
    height: 5px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 5px;
    margin-top: -8px !important;
}

.progress-bar {
    background-color: #41d6ea;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.bar-box {
    margin-bottom: 20px;
}

.bar-box p {
    color: #FFF !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

.bar-light p {
    color: #656565 !important;
}

/*** Customer Comments ***/

.customer-comments {
    margin-top: -10px;
}

.customer-comments-arrow {
    background: url('/wp-content/themes/vesa/images/customer-comments-arrow.png') no-repeat;
    width: 437px;
    height: 14px;
}

.customer-comment-slider {
    max-width: 440px;
    margin: 0 auto;
}

.customer-comment-slider p {
    font-weight: 400 !important;
    color: #FFF !important;
    max-width: 400px;
}

.customer-light p {
    color: #656565 !important;
}

.customer-quote {
    padding-left: 23px;
}

.customer-image {
    margin-left: 20px;
}

.customer-image img {
    width: 45px;
    height: 45px;
}

.customer-title {
    padding-top: 7px;
    margin-left: 15px;
}

.customer-title h4 {
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0;
}

.customer-light h4 {
    color: #656565;
}

.customer-title p {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

.customer-light p {
    color: #656565;
}

/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

.services-box-shape {
    width: 75px;
    height: 75px;
    border: solid 1px #41d6ea;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.services-box-shape i {
    color: #41d6ea;
    font-size: 23px;
    padding-top: 26px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.services-box {
    text-align: center;
}

.services-box h4 {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    margin-top: 20px;
}

.underline-services {
    width: 50px;
    background: #f5f5f5;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.underline-services-hover {
    width: 0px;
    background: #f5f5f5;
    height: 1px;
    display: inline-block;
    position: relative;
    top:-15px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.services-box:hover .underline-services-hover{
    width: 50px;
    background: #41d6ea;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.services-box:hover .services-box-shape{
    background: #41d6ea;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.services-box:hover .services-box-shape i{
    color: #fff !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

/*-----------------------------------------------------------------------------------*/
/*   Video Section
/*-----------------------------------------------------------------------------------*/

.video_sections {
    padding-top: 10px;
}

.video-section {
    width: 100%;
    position: relative;
}

.video-section-home {
    width: 100%;
    position: relative;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.video-wrapper .mediaElement {
    margin-top: -20px;
}

.video-wrapper .vimeo-bg {
    margin-top: -5px;
}

.video-wrapper .youtube-bg {
    margin-top: -5px;
}

.video-content {
    background: url(/wp-content/themes/vesa/images/video_overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*   Contact
/*-----------------------------------------------------------------------------------*/


/*** Contact Tabs ***/

.contact-tabs-area {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.contact-tabs-area ul {
}

.contact-tabs-area ul li {
    text-align: center;
    float: left;
    padding: 30px 60px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.contact-tabs-area ul li.active i {
    color: #41d6ea;
}

.contact-tabs-area ul li.active h4 {
    color: #41d6ea;
}

.contact-tabs-area ul li:hover {
    background: #f3f3f3 !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.contact-tabs-area ul li.active {
    background: #f5f5f5;
}

.contact-tabs-area i {
    color: #222;
    font-size: 16px;
}

.contact-tabs-area h4 {
    font-size: 13px;
    font-weight: 500;
    color: #222;
    margin-top: 10px;
}

.contact-tabs-area p {
    font-size: 12px !important;
    line-height: 16px;
    font-family: Droid Sans;
    color: #888;
    margin-top: 5px;
}

.contact-content-phone {
    background: url(/wp-content/themes/img/phone-pattern.png);
    height: auto;
    text-align: center;
}

.contact-content {
    max-width: 760px;
    margin: 0 auto;
}

.phone-icon {
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -37px;
    width: 75px;
    height: 75px;
    background: #41d6ea;
    border-radius: 50%;
}

.phone-icon i {
    font-size: 30px;
    color: #FFF;
    padding-top: 25px;
}

.contact-content-phone > p {
    font-family: "Raleway" !important;
    font-weight: 100 !important;
    font-size: 70px !important;
}

.contact-content-phone {
    position: relative;
    padding: 30px 0;
}


/*** Map ***/

#map {
    width: 100%;
    height: 265px;
}

.gm-style img{
    max-width: none;
}

.gm-style label{
    width: auto;
    display: inline;
}

/*** Contact Form ***/


.contact-form input {
    border: none;
    border-bottom: solid 1px #777;
    width: 100%;
    background: none;
}

.contact-form textarea {
    border: solid 1px #777;
    width: 100%;
    height: 170px;
    font-family: Raleway;
    color: #222 !important;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 5px;
    background: none;
}

input {
    margin-bottom: 25px;
    font-size: 11px;
    color: #222 !important;
    padding-left: 5px;
    width: 100%;
}

input[type="submit"] {
    background: #41d6ea;
    font-size: 11px;
    border: none;
    color: #FFF !important;
    margin-top: 20px;
    float: right;
    font-weight: 600 !important;
    padding: 8px 30px;
    display: inline-block;
    letter-spacing: 2px;
}

input[type="submit"]:hover {
    background: #282828;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}


/*** Phone ***/

.contact-content-phone {
    background: url(/wp-content/themes/vesa/images/phone-pattern.png);
    height: auto;
    text-align: center;
}

.contact-content {
    max-width: 760px;
    margin: 0 auto;
}

.phone-icon {
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -37px;
    width: 75px;
    height: 75px;
    background: #41d6ea;
    border-radius: 50%;
}

.phone-icon i {
    font-size: 30px;
    color: #FFF;
    padding-top: 25px;
}

.contact-content-phone p {
    position: relative;
    font-weight: 100 !important;
    font-size: 70px;
    padding: 70px 0;
}

/*-----------------------------------------------------------------------------------*/
/*   Home Blog
/*-----------------------------------------------------------------------------------*/



.home-blog-box {
    padding: 0px 10px;
}

.home-blog-content {
    padding: 0px 10px;
}

.home-blog-content hr {
    width: 100%;
    background: #f0f0f0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flex-home-gallerry {
    margin-top: -40px;
}

.home-blog-box h4 {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
    color: #222;
    font-weight: 400;
    margin-top: 20px;
}

.home-blog-author {
    display: inline-block;
    margin-top: -10px;
    font-size: 11px;
}

.home-blog-author a {
    color: #41d6ea;
}

.home-blog-more a {
    color: #41d6ea;
    font-size: 11px;
    border: none;
    font-weight: 600 !important;
    display: inline-block;
    letter-spacing: 2px;
}

.home-blog-more a:hover {
    color: #282828 !important;
}

.home-blog-date {
    opacity: 0;
    margin-left: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.home-blog-more {
    height: 20px;
}

.home-blog-box:hover .home-blog-date {
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*-----------------------------------------------------------------------------------*/
/*   Shortcodes
/*-----------------------------------------------------------------------------------*/

/* Accordion */

.panel {
    padding: 10px;
    border: solid 1px #777;
    border-radius: 0;
}

.panel h4 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.accordion-title {
    padding-top: 8px;
}

.active-panel {
    border: solid 1px #41d6ea;
}

.plus-box {
    font-size: 21px;
    border-right: solid 1px #f5f5f5;
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 5px;
}

/* Tabs */

.tab-style ul li {
    float: left;
    padding: 5px 12px;
}

.tab-style ul li a {
    font-size: 12px;
}

.tabbed-area .active {
    background: #41d6ea;
}

.tabbed-area .active:hover {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: #282828;
}

.tabbed-area .active a {
    color: #FFF !important;
}

.contact-tabs-area .tabbed-area .active {
    background: #f5f5f5 !important;
}

/* Button */


.little-button-1 {
    background: #41d6ea;
    letter-spacing: 1px;
    padding: 6px 12px;
    font-size: 9px;
    font-weight: 500;
    color: #FFF;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.little-button-1:hover {
    background: #282828 !important;
    color: #FFF;
}

.little-button-2 {
    border: solid 1px #41d6ea;
    letter-spacing: 1px;
    padding: 6px 12px;
    font-size: 9px;
    font-weight: 500;
    color: #41d6ea;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.little-button-2:hover {
    border: solid 1px #282828 !important;
    color: #222;
}

.little-button-3 {
    border: solid 1px #282828;
    letter-spacing: 1px;
    padding: 6px 12px;
    font-size: 9px;
    font-weight: 500;
    color: #222;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.little-button-3:hover {
    border: solid 1px #41d6ea !important;
    color: #41d6ea;
}

.normal-button-1 {
    background: #41d6ea;
    letter-spacing: 1px;
    padding: 8px 24px;
    font-size: 11px;
    font-weight: 500;
    color: #FFF;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.normal-button-1:hover {
    background: #282828 !important;
    color: #FFF;
}

.normal-button-2 {
    border: solid 1px #41d6ea;
    letter-spacing: 1px;
    padding: 8px 24px;
    font-size: 11px;
    font-weight: 500;
    color: #41d6ea;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.normal-button-2:hover {
    border: solid 1px #282828 !important;
    color: #222;
}

.normal-button-3 {
    border: solid 1px #282828;
    letter-spacing: 1px;
    padding: 8px 24px;
    font-size: 11px;
    font-weight: 500;
    color: #222;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.normal-button-3:hover {
    border: solid 1px #41d6ea !important;
    color: #41d6ea;
}

.big-button-1 {
    background: #41d6ea;
    letter-spacing: 1px;
    padding: 14px  34px;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.big-button-1:hover {
    background: #282828 !important;
    color: #FFF;
}

.big-button-2 {
    border: solid 1px #41d6ea !important;
    letter-spacing: 1px;
    padding: 14px  34px;
    font-size: 14px;
    font-weight: 500;
    color: #41d6ea;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.big-button-2:hover {
    border: solid 1px #282828 !important;
    color: #222;
}

.big-button-3 {
    border: solid 1px #282828;
    letter-spacing: 1px;
    padding: 14px  34px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.big-button-3:hover {
    border: solid 1px #41d6ea !important;
    color: #41d6ea;
}

/*** Call to action ***/

.call-to-action-cont {
    text-align: center;
}

.call-to-action {
    border-left: solid 3px #41d6ea;
    padding: 15px 0;
    height: auto;
    display: inline-block;
}

.call-to-action h3 {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 10px;
}

/*** Dropcap ***/

.dropcap p:first-child:first-letter {
    float: left;
    text-align: center;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 5px;
    display: block;
}


/*** Quote ***/

.quote {
    padding: 60px;
    background: #f5f5f5;
    position: relative;
}

.quote i {
    position: absolute;
    left: 30px;
    top: 25px;
    color: #c1c1c1;
    font-size: 21px;
}

.quote p {
    font-size: 21px;
    line-height: 31px;
    font-weight: 300;
    color: #929292;
}

/* List */

.list-style ul li {
    list-style: none;
}

.list-style ul li:before {
    content: "o";
    font-size: 13px;
    vertical-align: middle;
    line-height: 29px;
    color: #41d6ea;
    padding-right: 7px;
}

.list-desc i {
    padding-left: 3px;
    font-size: 11px;
}


/*** Twitter ***/

.twitter {
    text-align: center;
}

.twitter .twitter-icon {
    display: inline-block;
}

.dark-flex {
    font-size: 18px;
    font-weight: 300;
    color: #656565;
    line-height: 26px;
}

.light-flex {
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    line-height: 26px;
}

.twitter a {
    color: #00acee;
}

.twitter li {
    font-weight: 400;
}

.twitter i {
    font-size: 35px;
    color: #00acee;
    display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*   Blog
/*-----------------------------------------------------------------------------------*/

#blog {
    width: 100%;
    background: #fff;
}

.blog img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
    max-width: 100%;
    height: auto;
}


#blog .flexslider {
    margin-bottom: -10px;
}

.blog-post {
    margin-bottom: 50px;
}

.blog-padding {
    padding-top: 60px;
}



.blog-post h3 {
    font-size: 21px;
    margin-top: 10px;
    font-weight: 400;
}

.post-materials {
    display: block;
}

.post-materials ul li {
    float: left;
    margin-right: 15px;
    font-size: 11px;
    color: #222;
}

.post-materials ul li i {
    padding-right: 6px;
    color: #41d6ea;
}

.load-more-blog a {
    margin-top: 10px;
    display: inline-block;
    background: #41d6ea;
    font-size: 11px;
    color: #FFF;
    font-weight: 500;
    padding: 7px 14px;
    letter-spacing: 2px;
}

.load-more-blog a:hover {
    background: #282828;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.continue-reading {
    margin-top: 10px;
    display: inline-block;
}

.sidebar {
    font-size: 12px;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-widget h3 {
    font-size: 13px;
    font-weight: 500;
    color: #41d6ea;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-left: 16px;
    margin-left: -16px;
    line-height: 20px;
    text-transform: uppercase;
}

.sidebar-widget ul li {
    line-height: 32px;
}

.sidebar select {
    width: 100%;
}

.tagcloud a:last-child {
    margin-right: 0;
}

.blog-post-tag i {
    margin-right: 10px;
}

.blog-post-tag a, .tagcloud a {
    background: #f5f5f5;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.searchform input[type="submit"] {
    display: none;
}

.searchform input{
    border: solid 1px #EEEEEE;
    height: 40px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

.searchform ::-webkit-input-placeholder {
    padding-left: 5px;
    font-size: 11px;
    color: #777 !important;
}

.searchform ::-webkit-input-placeholder {
    padding-left: 10px;
    font-size: 11px;
    color: #777 !important;
}

.searchform ::-moz-placeholder {
    padding-left: 5px;
    font-size: 11px;
    color: #777 !important;
}
/* firefox 19+ */
.searchform :-ms-input-placeholder {
    padding-left: 5px;
    font-size: 11px;
    color: #777 !important;
}
/* ie */
.searchform input:-moz-placeholder {
    padding-left: 5px;
    font-size: 11px;
    color: #777 !important;
}

.screen-reader-text {
    display: none;
}

.post-paginate p {
    background: #fff;
    letter-spacing: 1px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #FFF !important;
    display: block;
}

.post-paginate p a:hover{
    color:#fff !important;
}

/* Password Protect */

.post-password-form input[type=password] {
    margin-bottom: 0;
    width: auto;
    width: 100%;
}

.bypostauthor,
.gallery-caption,
.sticky {
}

/* Comment form */

.contact-form-style input[type="text"], .contact-form input[type="text"] {
    border: none;
    border-bottom: solid 1px #777;
    width: 100%;
    background: none;
}

.contact-form-style textarea,.contact-form textarea {
    border: solid 1px #777;
    width: 100%;
    height: 170px;
    font-family: Raleway;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 5px;
    background: none;
}

.contact-form-style input[type="submit"] {
    width: auto;
    float: right;
    display: inline-block;
    margin: 13px;
}

.user-comment-box {
    padding: 20px 0;
}

.user-comment-box .author a {
    font-size: 18px;
}

.user-comment-box .date {
    font-size: 10px;
}

ol.comment-list{
    list-style: none;
    margin-left: 0;
}

.comments .children li{
    list-style: none !important;
    margin: 0;
    margin-left: 20px;
}

.user-comment-box:hover {
    background: #f1f1f1;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.leave-a-comment p{
    font-size:18px !important;
}

.comments-blog-post-top {
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.com-title h4 {
    font-size: 21px;
    text-transform: uppercase;
    color: #222;
}

/*-----------------------------------------------------------------------------------*/
/*   Footer
/*-----------------------------------------------------------------------------------*/


.footer {
    display: none;
    height: 270px;
    background: #282828;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 35px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -99999999999999999999999999;
    width: 100%;
}

.footer .logo img {
    height: 64px !important;
}

.scroll-to-top {
    position: absolute;
    width: 45px;
    text-align: center;
    height: 30px;
    background: #fff;
    top: 0px;
    left: 50%;
    z-index: 999999999999999999999999999999;
    margin-left: -22px;
    padding-top: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.scroll-to-top i {
    font-size: 15px;
    position: relative;
    top: 2px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.scroll-to-top:hover i {
    top: -6px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.social_media ul {
    display: inline-block;
    margin-top: 20px;
}

.social_media ul li {
    float: left;
    width: 40px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.social_media ul li a.first i {
    color: #fff;
}

.social_media ul li a.sec i {
    color: #41d6ea;
}

.social_media ul li a.first {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px 10px;
}

.social_media ul li a.sec {
    position: absolute;
    top: 30px;
    right: 10px;
    color: #41d6ea;
    padding: 5px 10px;
}

.social_media ul li:hover a.first {
    position: absolute;
    top: -30px;
}

.social_media ul li:hover a.sec {
    position: absolute;
    top: 0px;
}

.template-info {
    margin-top: 5px;
}

.template-info p {
    font-size: 11px;
    color: #FFF;
}

.red {
    color: #dd0f0f;
    padding-left: 5px;
    padding-right: 5px;
}

/* Animation Count Number */
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*-----------------------------------------------------------------------------------*/
/*   Additions
/*-----------------------------------------------------------------------------------*/

#home {
    background-position: 0% 0% !important;
    position: relative;
}

#home a.site-logo-container {
    position: absolute;
    top: 0;
    left: 5%;
}

#home h2.home-1 {
  font-size: 3.95em;
  letter-spacing: -0.035em;
  font-weight: 700 !important;
}

#home h2.home-2 {
  font-size: 4.76em;
  letter-spacing: -0.045em;
  font-weight: 900 !important;
}

#home h2.home-3 {
  font-size: 4.075em;
  letter-spacing: -0.025em;
  font-weight: 700 !important;
}

#home .site-logo {
  margin-bottom: 5em;
}

#navigation-menu.menu {
  top: 24.5px !important;
}

#about .title-dark h2, .title-light h2 {
    font-weight: 700;
}

#about {
    padding: 4em 0 10em;
}

#about > h2 {
    padding: .5em 0;
}

#contact {
    padding: 2em 0 5em;
}

#features {
    padding: 0 0 100px;
}

#features .container .row {
    padding: 2em 0 0;
}

#features .container .row > p {
    padding: 0 2em;
}

#features .container [class^='col'] {
    padding: 2em;
}

#features .container h3 {
    margin-bottom: 1em;
}

#works .portfolio-filters li {
    line-height: 3.5em;
}

.footer .logo {
    padding: 3em 0 0 0;
}

.footer p {
    color: #999 !important;
}

.footer a {
    color: #999 !important;
}

@media all and (max-width: 1200px) {

    #home h2.home-1 {
  font-size: 2.75em;
  letter-spacing: -0.035em;
  font-weight: 700 !important;
}

#home h2.home-2 {
  font-size: 3.3em;
  letter-spacing: -0.045em;
  font-weight: 900 !important;
}

#home h2.home-3 {
  font-size: 2.85em;
  letter-spacing: -0.025em;
  font-weight: 700 !important;
}

    #home .site-logo {
       max-width: 150px;
       margin-bottom: 4em;
    }

}

@media all and (max-width: 767px) {

    #home h2.home-1 {
      font-size: 2.275em !important;
      letter-spacing: -0.035em;
      font-weight: 700 !important;
    }

    #home h2.home-2 {
      font-size: 2.75em !important;
      letter-spacing: -0.045em;
      font-weight: 900 !important;
    }

    #home h2.home-3 {
      font-size: 2.35em !important;
      letter-spacing: -0.025em;
      font-weight: 700 !important;
    }

    #about {
        font-size: .75em;
        padding: 0 2em 4em !important;
    }

    #about, #contact {
        padding-bottom: 6em;
    }

    #features .container .row {
        padding: 0 1em;
    }

    #features .container [class^='col'] {
        padding: 1.5em 0;
    }

    #features .container .row > p {
        padding: 1em;
    }

    #home .site-logo {
        max-width: 100px;
        margin-bottom: 4em;

    }

    .learn-more {
        margin: 3em 0 0;
    }

    #portfolio-content .project-info-box {
        padding: 0 3em !important;
    }

    #works .portfolio-filters li {
        line-height: 2em;
    }

}

@media all and (max-width: 420px) {

    #home h2.home-1 {
      font-size: 1.5em !important;
      letter-spacing: -0.035em;
      font-weight: 700 !important;
    }

    #home h2.home-2 {
      font-size: 1.75em !important;
      letter-spacing: -0.045em;
      font-weight: 900 !important;
    }

    #home h2.home-3 {
      font-size: 1.5em !important;
      letter-spacing: -0.025em;
      font-weight: 700 !important;
    }

}
