/*
* Theme Name: BubblesUP Responsive Multi-Purpose One Page Theme
* Theme URI: http://www.2035themes.com/bubblesup/
* Author: 2035Themes
* Author URI: http://themeforest.net/user/2035Themes
* Description: Responsive Multi-Purpose One Page Theme
* Version: 1.2.1.2
* 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 Css
3   - Menu
4   - Home
5   - Blog
6   - Page
7   - About
8   - More Details
9   - Team
10  - Hire Us
11  - Twitter
12  - Customer Comments
13  - Clients
14  - Portfolio
15  - Price List
16  - Call to Action
17  - Contact
18  - Shortcodes
19  - Video Section
20  - Footer
*/

/*-----------------------------------------------------------------------------------*/
/*  Reset
/*-----------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 25px;
    font-family: Montserrat;
}

h3 {
    font-size: 20px;
    font-family: Montserrat;
}

h4 {
    font-size: 16px;
    font-family: Montserrat;
}

h5 {
    font-size: 13px;
    font-family: Montserrat;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a, a:visited, a:focus, a:active, a:hover, a:link {
    outline: 0 none !important;
    text-decoration: none !important;
}

.resetter {
    margin: 0;
    padding: 0;
}

iframe {
    border: 0 !important;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/*-----------------------------------------------------------------------------------*/
/*  2 - Global Css
/*-----------------------------------------------------------------------------------*/

::-webkit-input-placeholder {
    color: #727272;
    font-weight: 400;
}

::-moz-placeholder {
    color: #727272;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #727272;
    font-weight: 400;
}

input:-moz-placeholder {
    color: #727272;
    font-weight: 400;
}

::selection{
    color:#101010;
    background:#f5f5f5;
}
::-moz-selection{
    color:#101010;
    background:#101010;
}

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;
}

html, body {
    height: 100%;
}

body {
    margin:0;
    padding:0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 23px;
    font-weight:400;
    color:#727272;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body p{
    font-weight: 400;
    line-height: 25px;
}


.color1 {
    background: #00A8D6;
}

.color2 {
    background: #ed503c;
}

.color3 {
    background: #ffd33c;
}

.color4 {
    background: #8ecfc2;
}

.color7 {
    background: #ffd33c;
}

.color8 {
    background: #8ecfc2;
}

.color5 {
    background: #00A8D6;
}

.color6 {
    background: #8ecfc2;
}

.color9 {
    background: #ed503c;
}

.color10 {
    background: #ed503c;
}

.color11 {
    background: #00A8D6;
}

.color12 {
    background: #00A8D6;
}

.color13 {
    background: #ffd33c;
}

.color14 {
    background: #8ecfc2;
}

.color15 {
    background: #ffd33c;
}

.color16 {
    background: #8ecfc2;
}

.color17 {
    background: #00A8D6;
}

.color18 {
    background: #8ecfc2;
}

.color19 {
    background: #ed503c;
}

.color20 {
    background: #ed503c;
}

.color21 {
    background: #00A8D6;
}

.colortext1 {
    color: #00A8D6 !important;
}

.colortext2 {
    color: #ed503c;
}

.colortext3 {
    color: #ffd33c;
}

.colortext4 {
    color: #8ecfc2 !important;
}

.colortext5 {
    color: #ffd33c;
}

.colortext6 {
    color: #8ecfc2 !important;
}

.colortext7 {
    color: #00A8D6 !important;
}

.colortext8 {
    color: #8ecfc2 !important;
}

.colortext9 {
    color: #ed503c !important;
}

.colortext10 {
    color: #ed503c !important;
}

.colortext11 {
    color: #00A8D6 !important;
}

.colortext12 {
    color: #00A8D6 !important;
}

.colortext13 {
    color: #ed503c;
}

.colortext14 {
    color: #ffd33c;
}

.colortext15 {
    color: #8ecfc2 !important;
}

.colortext16 {
    color: #ffd33c;
}

.colortext17 {
    color: #8ecfc2 !important;
}

.colortext18 {
    color: #00A8D6 !important;
}

.colortext19 {
    color: #8ecfc2 !important;
}

.colortext20 {
    color: #ed503c !important;
}

.colortext21 {
    color: #ed503c !important;
}


a {
    color: #727272;
}

a:hover {
    color: #00A8D6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.pos-center {
    text-align: center;
    margin: 0 auto;
}

.pos-left {
    text-align: left;
}

h1 {
    font-size: 32px;
    font-weight: 700;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.margint5 {
    margin-top: 5px !important;
}

.margint10 {
    margin-top: 10px !important;
}

.margint15 {
    margin-top: 15px !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;
}

.marginb10 {
    margin-bottom: 10px !important;
}

.marginb20 {
    margin-bottom: 20px !important;
}

.marginb25 {
    margin-bottom: 25px !important;
}

.marginb40 {
    margin-bottom: 40px !important;
}

.marginb30 {
    margin-bottom: 30px !important;
}

.marginb60 {
    margin-bottom: 60px !important;
}

.marginb90 {
    margin-bottom: 90px !important;
}

.marginb100 {
    margin-bottom: 100px !important;
}

.padrl20 {
    padding: 0 20px;
}

.padrl50 {
    padding: 0 50px;
}

.padt20 {
    padding-top: 20px;
}

.padb30 {
    padding-bottom: 30px;
}

.padt30 {
    padding-top: 30px;
}

.padt50 {
    padding-top: 50px;
}

.padt60 {
    padding-top: 60px;
}

.padt80 {
    padding-top: 60px;
}

.padb90 {
    padding-bottom: 90px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad30 {
    padding: 30px;
}

.padb60 {
    padding-bottom: 60px;
}

.padcarousel {
    padding: 0 10%;
}

.space5 {
    margin-top: 5px;
}

.space10 {
    margin-top: 10px;
}

.space20 {
    margin-top: 20px;
}

.space30 {
    margin-top: 30px;
}

.space40 {
    margin-top: 40px;
}

.space50 {
    margin-top: 50px;
}

.space60 {
    margin-top: 60px;
}

.space70 {
    margin-top: 70px;
}

.space80 {
    margin-top: 80px;
}

.space90 {
    margin-top: 90px;
}

.space100 {
    margin-top: 100px;
}

.space110 {
    margin-top: 110px;
}

.space120 {
    margin-top: 120px;
}

.space130 {
    margin-top: 130px;
}

.rsp-img-center {
    margin: 0 auto;
}

blockquote {
    border-left: solid 3px #00A8D6;
}

cite {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-family: Montserrat;
    font-weight: 400;
    color: #00A8D6;
    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;
}

.animated-area{
    overflow:hidden;
    opacity: 0;
}

.footer.animated-area{
    opacity: 1;
}

.image-box {
    margin-top: 40px;
}

.image-box h3 {
    padding-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.image-box p{
    color: #727272;
    margin-top: 15px !important;
}

.fixed-background .more-button-alternative {
    margin-bottom: 100px;

}

.fixed-background{
    background-size: cover !important;
    background-attachment: fixed;
}

.parallax{
    position: relative;
    width: 100%;
    background-size: cover !important;
    background-repeat: repeat-y;
    background-position: top center;
}

/*-----------------------------------------------------------------------------------*/
/*  Menu
/*-----------------------------------------------------------------------------------*/

.menu-container{
    position: relative;
    top: 0;
    z-index: 99998;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(11, 25, 28, .12);
    -moz-box-shadow:    0 2px 2px rgba(11, 25, 28, .12);
    box-shadow:         0 2px 2px rgba(11, 25, 28, .12);
    padding-left:30px;
}

.logged-in.admin-bar .menu-container{
    margin-top: 32px;
}

#menu ul li {
    float: left;
    margin-right: 30px;
}

#menu ul li a {
    font-size: 12px;
    color: #000;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 0.1200em;
}

.menu-container a:hover {
    font-weight: normal !important;
}

#menu ul li ul li a {
    color: #fff !important;
}

#menu ul li a:hover {
    color: #252525;
}

#menu ul li.current a, #menu ul li.current-menu-item a {
    color: #00A8D5 !important;
}

#menu ul li.current-menu-item ul li a{
    color: #fff !important;
}

.nav-toggle {
    display: none;
}

.navigation {
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.logo img{
    margin-top: -4px;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    min-width: 200px;
    line-height: 40px;
}

.sf-menu ul li ul {
    padding-top: 0;
}

.sf-menu > li {
    float: left;
}

.sf-menu li:hover > ul, .sf-menu li.sf-menuHover > ul {
    display: block;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-menu li {
    position: relative;
    white-space: nowrap;
    /* *white-space:normal;*/
    -webkit-transition: background .2s;
    transition: background .2s;
}

.sf-menu a {
    display: block;
    position: relative;
    text-decoration: none;
    zoom: 1;
    color: #000 !important;
}

.sf-menu a:hover {
    text-decoration: none;
    color: #000 !important;
}

.sf-menu a.active {
    color: #fff;
    text-decoration: none;
    background-color: #48a4e7;
}

.sf-menu ul li, .sf-menu ul ul li {
    background: #232323;
    border-bottom: 1px solid #2c2c2c;
    padding-left: 15px;
}

.sf-menu ul li:hover, .sf-menu ul ul li:hover {
    background: #333;
    color: #FFF;
}

.sf-menu ul li a:hover {
    color: #00a8d6 !important;
}

.sf-menu ul li a, .sf-menu ul ul li a {
    color: #FFF;
    font-size: 11px;
}

.sf-menu ul li:last-child, .sf-menu ul ul li:last-child {
    border-bottom: 0;
}

.sf-menu li:hover, .sf-menu li.sf-menuHover {
    -webkit-transition: none;
    transition: none;
}

.sfHover > a {
    color: #fff;
}

.sf-menu a.active {
    color: #fff;
}

.sf-menu .sfHover > a {
    color: #fff;
}

.sf-menu .menu-item-has-children ul li.menu-item-has-children {
    position: relative;
}

.sf-menu .menu-item-has-children ul li.menu-item-has-children:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF;
    font-size: 11px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 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: #000;
    font-size: 12px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    right: -16px;
}

/*-----------------------------------------------------------------------------------*/
/*  Home
/*-----------------------------------------------------------------------------------*/

.home_slide {
    position: absolute;
    left: 50%;
    bottom: 45%;
    width: 450px;
    margin-left: -225px;
    text-align: center;
}

.scroll-fade-effect{
    opacity: 1;
}

.home_slide h2 {
    font-size: 100px;
    color: #3d3d3d;
}

.home_slide h3 {
    font-size: 24px;
    color: #727272;
}

.home-box {
    margin-top: 18%;
}

.home-slider ul li h2 {
    color: #000;
    font-size: 70px;
    font-family: Montserrat;
    text-transform: uppercase;
}

.home-splash {
    font-size: 28px !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-style: italic;
}

.try-button {
    padding: 10px 40px;
    background-color: #ed503c;
    border-radius: 5px;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 400;
}

.try-button:hover {
    color: #fff !important;
    background: #252525;
}

.l-more {
    margin-left: 20px;
    position: relative;
    top: -3px;
    letter-spacing: 0.0500em;
}

.l-more a {
    color: #000;
    font-size: 18px;
    font-style: italic;
}

.l-more i{
    font-size: 14px;
    margin-left: 5px;
    border: 1px solid #000;
    padding: 2px 0 0 1px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -100px;
}

#loading-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999999999999999999999999999999999999;
    overflow: hidden;
}

.gif-pos{
    text-align: center;
    margin-top: 20%;
}

@-webkit-keyframes cool{
  0%   {left: 0px;}
  40%  {left: 50%;}
  100% {left: 101%;}
}

.loading_container{ 
    text-align: center; 
    margin-top: 20%; 
}

.loading_container h1{ 
    font-weight: 300 !important;
    font-family: Montserrat, Verdana; 
    font-size: 15px;
    margin-bottom: 30px; 
    color: #444 !important;
}

.text-slider ul li {
    height: 50px;
}

.text-slider ul li h2 {
    font-size: 50px;
    letter-spacing: 8px;
    color: #000;
    text-transform: uppercase;
}

.loadie{
  width:10px;
  height:10px;
  border-radius:100%;
  float:left;
  margin-right:5px;
}

.loadie-cont{
    display: inline-block;
}

.loadie-0{
    -webkit-animation:bounce 1s infinite;
    -webkit-animation-delay:.1s
}

.loadie-1{
    -webkit-animation:bounce 1s infinite;
    -webkit-animation-delay:.3s;
}

.loadie-2{
    -webkit-animation:bounce 1s infinite ease;
    -webkit-animation-delay:.5s;
}

.loadie-3{
    -webkit-animation:bounce 1s infinite ease;
    -webkit-animation-delay:.7s;
}

@-webkit-keyframes bounce {
  0%, 100% {

    opacity:1;
  }
  60% {
    opacity:.0;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Blog
/*-----------------------------------------------------------------------------------*/


.blog {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
    max-width: 100%;
    height: auto;
}

.blog .post-password-form input[type="password"] {
    border: solid 1px #ebebeb;
    height: 35px;
    margin-left: 10px;
}

.blog .post-password-form input[type="submit"] {
    height: 35px;
    margin-bottom: 20px;
    padding: 0 30px;
    margin-left: 10px;
    background: #00A8D6;
    border: none;
    color: #FFF;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog .post-password-form input[type="submit"]:hover {
    background: #f5f5f5;
    color: #727272;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.blog-post {
    padding-bottom: 20px;
    border-bottom: solid 2px #f5f5f5;
    margin-bottom: 30px;
}

.blog-post h4 {
    margin-top: 20px;
}

.blog-post i {
    color: #00A8D6;
    padding-right: 8px;
}

.blog-post p {
    margin-top: 10px;
}

.blog-post span {
    margin-right: 15px;
}

.post-materials {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: solid 1px #e9e9e9;
    font-size: 11px;
}

.more-link a {
    font-size: 11px;
    font-weight: 600;
    color: #00A8D6;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.more-link a:hover {
    color: #333 !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.sticky-post {
    font-weight: 400;
    color: #000;
}

.sticky-post i {
    color: #000;
}

.blog-post-tag {
    margin-bottom: 20px;
}

.blog-post-tag i {
    float: left;
    padding-top: 10px;
}

.blog-post-tag a:last-child {
    margin-right: 0;
}

.blog-post-tag a {
    background: #f5f5f5;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 3px;
}

/* Blog Pagination */

.pagination {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
}

.prev-post {
    float: right;
    background: #00A8D6;
    border-radius: 4px;
    padding: 4px 10px;
}

.pagination a {
    font-family: Montserrat;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
}

.pagination a:hover {
    color: #000;
}

.next-post {
    float: left;
    background: #00A8D6;
    border-radius: 4px;
    padding: 4px 10px;
    margin: 0;
}

.prev-post:hover, .next-post:hover {
    background: #252525 !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.post-content-full .gallery img {
    background: #f9f9f9;
    padding: 5px;
    border: solid 1px #f5f5f5;
}

.post-content-full .gallery dt {
    margin-right: 10px;
}

.post-content-full ul {
    list-style: circle;
    margin-left: 20px;
}

.post-content-full ul li {
    list-style: circle;
}

.post-content-full ol {
    list-style: decimal;
    margin-left: 20px;
}

.wp-caption {
    max-width: 100%;
    border: 1px solid #ccc;
    background: #ededed;
    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;
}

.blog-post-share {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    border-top: solid 3px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
    margin-bottom: 10px;
}

.blog-post-share h4 {
    font-weight: 300;
}

.featured-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.featured-image .mask {
    position: absolute;
    overflow: hidden;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-image .mask .inner-mask {
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0);
    transition: all 0.4s ease-in-out;
}

.featured-image .mask .inner-mask:hover {
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.9);
    border-radius: 5px;
}

.featured-image .mask .blog-external-link {
    opacity: 0;
    transition: all 0.3s 0s ease-in-out;
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.1);
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.featured-image .mask i {
    opacity: 0;
    transition: all 0.3s 0s ease-in-out;
    padding-top: 0;
    font-size: 15px;
    font-weight: 400;
    color: #ffd33c;
}

.featured-image .mask .inner-mask:hover i {
    opacity: 1;
    transition-delay: 0.3s;
    margin-top: 40%;
}

.featured-image .mask .inner-mask:hover .blog-external-link {
    opacity: 1;
    margin-top: 15%;
}

.inner-mask a {
    display: block;
    width: 100%;
    height: 100%;
}

.marginfix {
    height: 1px;
}

.search-title{
    font-size: 15px;
    color:#000;
}

.under-search-title{
    width: 20px;
    height: 1px;
    background: #00A8D6;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 30px;
}

.search-results-page{
    background: #f5f5f5;
    padding: 20px 10px;
}

.search-results-page h3{
    padding:0;
    margin:0;
    color: #000;
    font-family: Montserrat !important;
    font-weight: 400 !important;
}

.searchform input[type="text"] {
    border: solid 1px #ebebeb;
    height: 35px;
    margin-top: 10px;
}

.searchform input[type="submit"] {
    border: none;
    background: #00A8D6;
    color: #FFF !important;
    height: 35px;
    font-size: 11px;
    padding: 0 20px;
    margin-left: 5px;
    border-radius: 20px;
    font-family: Montserrat;
    text-transform: uppercase;
}

.searchform input[type="submit"]:hover {
    background: #f5f5f5;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.screen-reader-text {
    display: none;
}

.blog-post h1,h2, h3, h4, h5, h6 {
    padding-bottom: 20px;
}

.title-post-blog h4 {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 25px;
}

.title-post-blog h4 a{
    color:#000;
}

.com-title {
    float: left;
}

.com-title h2 {
    padding-bottom: 0 !important;
}

.com-info {
    float: right;
}

.com-info a {
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px;
    color: #00A8D6 !important;
}

.comments-blog-post-top {
    padding-bottom: 20px;
    border-bottom: solid 2px #f1f1f1;
}

.comments-blog-post-top h4 {
    float: left;
    font-weight: 300;
    padding: 0 !important;
}

.leave-a-comment {
    border-bottom: solid 2px #f5f5f5;
    border-top: solid 2px #f5f5f5;
}

.leave-a-comment p{
    font-family: Montserrat !important;
    font-size: 21px !important;
    color: #000;
}

.comments-blog-post-top a {
    float: right;
    font-size: 18px;
    padding-top: 18px;
    color: #00A8D6;
    font-weight: 600;
}

.user-comment-box {
    padding-bottom: 10px;
}

.comment-content {
    padding: 50px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.comment-content a {
    font-weight: 600;
    color: #00A8D6;
}

.comment-content p.date {
    font-size: 11px;
    padding: 0;
    margin: 0;
}

h3.comment-reply-title {
    padding: 0;
    margin: 0;
}

.comment-notes {
    margin-bottom: 20px;
}

.comments li > div {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
}

.comments .children {
    list-style: none;
    margin: 0;
    margin-left: 20px;
}

.comments ol {
    list-style: none;
    margin: 0;
}

.comments ol {
    list-style: none;
    margin: 0;
}

.bypostauthor,
.gallery-caption {
}

.blog-sidebar {
    padding-left: 30px;
}

.blog-sidebar .sidebar-widget {
    margin-top: 40px;
}

.blog-sidebar .sidebar-widget:first-child {
    margin-top: 0;
}

.blog-sidebar h3 {
    font-size: 15px;
    font-family: Montserrat;
    text-transform: uppercase;
    margin-top: 20px;
    padding-bottom: 10px !important;
    color: #000;
}

.blog-sidebar h3:first-child {
    margin-top: 0;
}

.blog-sidebar hr {
    width: 20px;
    height: 1px;
    background: #00A8D6;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.sidebar-widget ul li {
    padding-top: 5px;
}

.sidebar-widget ul li a {
    text-transform: capitalize;
}

.sidebar-widget ul li ul li {
    padding-left: 20px;
}

.sidebar-widget img {
    max-width: 100%;
    height: auto;
}

.sidebar-widget select {
    max-width: 100%;
    height: auto;
}

.tagcloud {
    margin-bottom: 20px;
}

.tagcloud a:last-child {
    margin-right: 0;
}

.tagcloud a {
    background: #f5f5f5;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 3px;
}

.comments-blog-post-top h2 {
    float: left;
}

.comments-blog-post-top a {
    float: right;
    font-size: 18px;
    padding-top: 18px;
    color: #00A8D6;
    font-weight: 600;
}

.user-comment-box {
    padding-bottom: 10px;
}

.comment-content {
    padding: 0px;
}

.author {
    color: #00A8D6;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Montserrat;
}

.comment-content a {
    color: #00A8D6;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Montserrat;
}

.comment-content a:hover {
    color: #000;
}

.comment-tools a {
    font-size: 10px;
}

.comment-content p.date {
    font-size: 11px !important;
    padding: 0;
    margin: 0;
    text-transform: none;
    letter-spacing: 0px;
    color: #727272;
    font-family: Open Sans;
    padding-bottom: 10px;
}


/* Contact Form */
.contact-form-style-1 ul li {
    float: left;
    width: 360px;
}

.contact-form-style-1 ul li:last-child {
    float: left;
    width: 380px;
    margin-left: 10px;
}

.contact-form-style-1 input[type=text] {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 20px;
    border: solid 1px #e9e9e9;
    padding-left: 10px;
}

.contact-form-style-1 textarea {
    width: 100%;
    height: 190px;
    margin-bottom: 20px;
    padding-top: 10px;
    border: solid 1px #e9e9e9;
    padding-left: 10px;
}

.contact-form-style-1 ::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    padding-left: 10px;
}

.contact-form-style-1 ::-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    padding-left: 10px;
} /* firefox 19+ */
.contact-form-style-1 :-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    padding-left: 10px;
} /* ie */
.contact-form-style-1 input:-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    padding-left: 10px;
}

.contact-form-style-1 textarea::-webkit-input-placeholder {
    font-size: 12px;
    padding-top: 10px;
    font-weight: 400;
    font-style: italic;
    padding-left: 10px;
}

.contact-form-style-1 textarea::-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 10px;
} /* firefox 19+ */
.contact-form-style-1 textarea:-ms-input-placeholder {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 10px;
} /* ie */
.contact-form-style-1 textarea input:-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 10px;
}

.contact-form-style-1 input[type=submit] {
    float: right;
    height: 35px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background: #00A8D6;
    border: none;
    color: #FFF;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*  Page
/*-----------------------------------------------------------------------------------*/


.page img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
    max-width: 100%;
    height: auto;
}

.title {
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1200em;
    color: #000;
}

.title-two {
    font-size: 45px;
    font-weight: 300 !important;
    color: #333;
    line-height: 40px;
}

.underline {
    width: 22px;
    height: 2px;
    border: 0;
    background: #00A8D6;
    display: inline-block;
    margin-top: 20px;
}

.small-title {
    font-family: Montserrat;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.title-info {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300 !important;
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #666;
}  


/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/

.about-box {
    margin-top: 40px;
    padding-left: 0 !important;
}

.about-icon {
    position: relative;
    top: 0;
    left: 0;
    -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;
}

.about-icon {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    padding-top: 10px;
    color: #FFF;
    text-align: center;
}

.about-icon i {
    font-size: 18px;
    color: #fff;
    width: 18px;
}

.about-box:hover .about-icon {
    top: -10px;
}

.about-box p {
    text-align: left;
    margin-top: 10px;
}

.about-box h4 {
    font-size: 14px;
    font-family: Montserrat;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1300em;
}

.about-box-class {
    padding-left: 0;
}

.about-box-title {
    padding-left: 25px;
    padding-top: 2px;
}

.more-button {
    background: #efefef url(images/bright_squares.png);
    width: 210px;
    margin: 0 auto;
    text-align: center;
    font-family: Montserrat  !important;
    text-transform: uppercase;
    background-position: 0 0;
    overflow: hidden;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -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;
}

.more-button a{
    display: block;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#000;
}
.more-button:hover {
    background-position: 0px 150px;
}

.more-button, .more-button-alternative a {
    font-family: Montserrat !important;
    text-transform: uppercase;
}

.more-button-alternative {
    padding: 15px 40px;
    display: inline-block;
    border-radius: 35px;
}

.chart {
    width: 165px;
    margin: 0 auto;
}

.chart p {
    font-size: 15px;
    color: #333;
    line-height: 165px;
}

.skill-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  More Details
/*-----------------------------------------------------------------------------------*/

.more-details-box a:hover p{
    text-decoration: none;
    color: #727272;
}

.more-details-box a, .more-details-box a:link, .more-details-box a:visited, .more-details-box a:active, .more-details-box a:hover {
    outline:0!important;
    text-decoration: none !important;
    color: #727272 !important;
}

.more-details-box.active {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5;
    width:100%;
    height:100%;
}

.more-details-box.active:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.more-details-box.active:after {
    border-color: rgba(137, 206, 193, 0);
    border-right-color: #f5f5f5;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}

.more-details-box {
    padding-top: 22px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.more-details-box i {
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 15px;
}

.more-details-box h3 {
    font-size: 14px;
    font-family: Montserrat;
    padding-bottom: 0;
    color: #333;
}

.more-details-box p {
    font-size: 13px;
    line-height: 24px;
    padding-right: 35px;
}

.bcolor {
    padding: 40px 0px;
}

#more .small-title{
    color:#000;
}

/*-----------------------------------------------------------------------------------*/
/*  Team
/*-----------------------------------------------------------------------------------*/

.team-box h3 {
    font-size: 11px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.team-box h4 {
    font-size: 13px;
    padding-bottom: 0;
    font-weight: 400;
    color: #00A8D6;
    padding-bottom: 0;
}

.team-members {
    margin: 0 auto;
    height: auto;
}

.team-members ul li {
    float: left;
    width: 25%;
}

.team-box {
    border-right: solid 1px #efefef;
    margin-bottom: 30px;
}

.team-box:nth-child(4n) {
    border-right: none;
}

.team-box:last-child {
    border-right: none;
}

.back p {
    text-align: left;
    padding: 0 15px;
}

.personal-social-media i {
    font-size: 15px;
    color: #00A8D6;
    margin-left: 10px;
    margin-right: 10px;
}

.personal-social-media i:hover {
    color: #252525 !important;
    -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;
}

.front img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

/* Flip Card */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    transform-style: preserve-3d;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
}


.flip-container:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}
.flip-container:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container, .front, .back {
    width: 100%;
    height: 185px;
    padding-top: 5px;
}

/* flip speed goes here */
.flipper {
    transition: 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.8s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff !important;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
}

/*-----------------------------------------------------------------------------------*/
/*  Hire Us
/*-----------------------------------------------------------------------------------*/

.hire-us {
    height: 300px;
}

.title-hire {
    font-size: 31px;
    color: #FFF;
    font-weight: 300 !important;
    letter-spacing: 4px;
    padding-top: 150px;
    margin-bottom: 30px;
}

.hire-us a {
    font-size: 13px;
    color: #FFF;
    background: #8ecfc2;
    margin: 0 auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 40px;
}

.hire-us  .color1 a:hover {
    background: #252525 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Twitter
/*-----------------------------------------------------------------------------------*/

.twitter-container {
    padding-bottom: 80px;
}

.twitter {
    position: relative;
    max-width: 980px;
    height: 210px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    top: 90px;
}

#twitter-background a i {
    font-size: 40px;
    padding-top: 20px;
    color: #FFF;
}

#twitter-box {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    max-width: 850px;
    margin: 0 auto;
    padding-top: 90px;
    text-align: center;
    margin-bottom: 60px;
}

#twitter-box a {
    font-size: 18px;
    color: #00acee;
}

.tweet_list {
    text-align: center !important;
}

.comm-name {
    display: inline-block;
}

.cust-name h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #ffeb00 !important;
    padding-top: 22px;
    padding-left: 30px;
}

#twitter-background {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -40px;
    border-radius: 50%;
    color: #fff;
    width: 80px;
    height: 80px;
    z-index: 3;
    cursor: pointer;
    background-color: rgba(0, 172, 238, 0.6);
}

#cprev, #cnext {
    position: absolute;
    top: 90px;
    color: #fff !important;
    width: 24px;
    height: 31px;
    z-index: 3;
    cursor: pointer;
    background-color: rgba(0, 172, 238, 0.6);
}

#cnext {
    right: -12px;
    padding-top: 3px;
    padding-left: 2px;
}

#cprev {
    left: -12px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 2px;
}

#cprev, #cnext:hover {
    text-decoration: none;
}

#cprev, #cnext i {
    color: #FFF;
    font-size: 18px !important;
    text-align: center;
}

.cmmnt-crsl-bull {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.cmmnt-crsl-bull a {
    float: left;
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    text-decoration: none;
}

.cmmnt-crsl-bull a:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00acee;
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    margin: 0 auto;
}

.cmmnt-crsl-bull a.selected:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00acee;
    font-size: 9px;
    position: absolute;
    top: 0;
    opacity: 0.6;
}

.cmmnt-crsl-bull a span {
    display: none;
}

.twitterd {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.twitterd ul li {
    float: left;
}

.twitterd {
    position: relative;
}

#twitter-box .owl-theme .owl-controls .owl-buttons .owl-prev{
    background: transparent;
    width: 24px;
    height: 31px;
    top: -10px !important;
    z-index: 9999999;
}
#twitter-box .owl-theme .owl-controls .owl-buttons .owl-next{
    background: transparent;
    width: 24px;
    height: 31px;
    top: -10px !important;
    z-index: 9999999;
}

/*-----------------------------------------------------------------------------------*/
/*   Customer Comments
/*-----------------------------------------------------------------------------------*/

.customer-comments ul li {
    float: left;
    width: 25%;
}

.customer-box  h3 {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 600;
    margin-top: 13px;
    padding-bottom: 0;
    padding-top: 0;
}

.customer-box  p {
    font-size: 11px !important;
}

.customer-name{
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: -8px;
    margin-top: 8px;
}

.tooltip-inner {
    width: 400px;
    max-width: 320px !important;
    font-weight: 400;
    padding: 15px 15px;
    color: #a1a1a1;
    line-height: 19px;
    font-size: 12px;
    background-color: #252525;
    border-radius: 5px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.customer-box{
    position: relative;
}

.tooltip {
    left:0 !important;
}

.tooltip.top .tooltip-arrow {
    bottom: -5px;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #f5f5f5;
}

.customer-image img {
    border-radius: 5px;
}

.tooltip-inner:after, .tooltip-inner:before {
    top: 100%;
    left: 50%;
    margin-top: -7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip-inner:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #252525;
    border-width: 9px;
    margin-left: -9px;
}

/*-----------------------------------------------------------------------------------*/
/*   Clients
/*-----------------------------------------------------------------------------------*/

#owl-clients .cl-item{
  margin: 3px 20px;
}
#owl-clients .cl-item img{
  display: block;
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*   Portfolio
/*-----------------------------------------------------------------------------------*/

.portfolio-list div {
    margin-bottom: 30px;
}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.view .mask .inner-mask {
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0);
    transition: all 0.4s ease-in-out;
}

.view .mask .inner-mask:hover {
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.9);
}

.view .mask h3 {
    opacity: 0;
    transition: all 0.5s 0s ease-in-out;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat;
    padding-bottom: 0;
}

.view .mask p {
    opacity: 0;
    font-size: 11px;
    font-weight: 600;
    color: #35BADD;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.view .mask .tags-portfolio {
    display: inline-block;
}

.view .mask .inner-mask:hover h3 {
    opacity: 1;
    padding-top: 30%;
    transition-delay: 0.3s;
}

.view .mask .inner-mask:hover p {
    opacity: 1;
    transition-delay: 0.6s;
}

.inner-mask a {
    display: block;
    width: 100%;
    height: 100%;
}

.projects {
    color: #727272;
}

.projects h2 {
    font-size: 26px;
    color: #000;
    font-weight: 400;
    font-family: Montserrat;
    padding-bottom: 0;
    letter-spacing: 0.0800em;
}

.projects p {
    font-size: 13px;
    font-style: italic;
}

.project-info-box h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: Montserrat;
    padding-bottom: 0;
    letter-spacing: 0.1200em;
}

.project-info-box p {
    font-style: normal;
    font-weight: 400;
}

.project-det li {
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
}

.project-det li:last-child {
    border-bottom: 0;
}

.list-title {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.0500em;
}

.list-desc {
    font-weight: 400;
}

.project-info-box a {
    color: #ddd;
}

.project-info-box a i {
    font-size: 10px;
}

.project-info-box a {
    text-decoration: none;
}

.portfolio-filters {
    margin-bottom: 30px;
    display: inline-block;
}

.portfolio-filters ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.portfolio-filters ul li a {
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 8px;
    background: none;
}

.portfolio-filters ul li a.active {
    color: #00A8D5;
    border: solid 1px #35BADD;
    padding: 5px 8px;
    border-radius: 4px;
}

.work-list ul li {
    margin-bottom: 30px;
}

.load-more-button a {
    font-size: 13px;
    font-family: Montserrat;
    color: #FFF;
    padding-left: 40px;
    padding-right: 40px;
    color: #FFF;
    background: #8ecfc2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}

.load-more-button a:hover {
    color: #252525 !important;
}

.port-bot{
    margin-bottom: 5px;
}

.portfolio-wrapper .footer{
    height: 50px !important;
    visibility: hidden !important;
}

#ascrail2000{
    z-index: 99999999999999999999999999999999999999999;
}

.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;
}

.isotope-item h2 {
    text-transform: uppercase;
    color: #FFEB00;
    font-weight: 400 !important;
}

.portfolio-top {
    height:20px;
}

.portfolio-wrapper {
    position: relative;
    display: none;
}

.portfolio-loading {
    background: #fff url("images/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-navigation{
    position: absolute;
    top:-15px;
    right:0;
    margin-left:40px;
}

#portfolio-close {
    position: absolute;
    top:34px;
    right: 23px;
    background:url("images/prjct-close.png") no-repeat; width:36px; height:36px; text-indent:-9999px;
}

#portfolio-prev {
    position: absolute;
    top:42px;   
    right:75px;
    width:8px; height:19px;
    background:url("images/dark-left.png") no-repeat;

}

#portfolio-next {
    position: absolute;
    top:42px;
    right:0px;
    width:8px; height:19px;
    background:url("images/dark-right.png") no-repeat;
}


/*-----------------------------------------------------------------------------------*/
/*   Price List
/*-----------------------------------------------------------------------------------*/

.price-list {
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.price-header h5 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding:15px 15px 12px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.prc-bx-1 .price {
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #fff;
    margin-top:25px;
    padding-left: 15px;
}

.price-header{
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.price-footer{
    background: #EDEDED;
    padding: 20px 0 20px 0;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.price-header p.month {
    font-size: 10px;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 15px;
}

.price-box ul{
    margin-bottom: 60px;
}

.price-box ul li{
    padding-left: 15px;
    line-height: 30px;
    color: #666;
}

.price-box a {
    display: block;
    font-family: Montserrat;
    margin: 0 auto;
    width: 120px;
    height: 30px;
    font-size: 13px;
    background-color: #F5F5F5;
    padding: 6px 0 28px 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.price-box a:hover {
    color:#000 !important;
}


/*-----------------------------------------------------------------------------------*/
/*   Call to Action
/*-----------------------------------------------------------------------------------*/

.ctb {
    padding: 0 29px;
}

.click-to-buy {
    background: #f5f5f5;
}

.click-to-buy p {
    font-size: 26px !important;
    font-weight: 300 !important;
    color: #333;
}

.click-to-buy a {
    font-size: 12px;
    display: block;
    padding: 15px 50px;
    font-family: Montserrat !important;
    text-transform: uppercase;
    color: #FFF !important;
    background: #ed503c;
    letter-spacing: 0.1300em;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center;
    float: right;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.click-to-buy a:hover {
    color: #252525 !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.ctb_button {
    margin-top: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*   Contact
/*-----------------------------------------------------------------------------------*/

.social-box-container {
    margin: 0 auto;
}

.social-box {
    background: #f5f5f5;
    width: 180px;
    height: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.social-box a {
    width: 100%;
    height: 100%;
    display: block;
}

.social_icon ul {
    display: inline-block;
    list-style: none !important;
}

.social_icon ul li {
    float: left;
    margin-right: 40px;
}

.social_icon ul li:last-child {
    margin-right: 0px;
}

.social-box i {
    font-size: 50px;
    color: #bbb;
    padding-top: 40px;
}

.facebook-box:hover {
    background-color: #3b5998;
}

.twitter-box:hover {
    background-color: #00aced;
}

.skype-box:hover {
    background-color: #12A5F4;
}

.foursquare-box:hover {
    background-color: #0072b1;
}

.tumblr-box:hover {
    background-color: #395471;
}

.pinterest-box:hover {
    background-color: #CC2127;
}

.youtube-box:hover {
    background-color: #CC2127;
}

.flickr-box:hover {
    background-color: #D70068;
}

.instagram-box:hover {
    background-color: #9C694E;
}

.linkedin-box:hover {
    background-color: #0976B4;
}

.google-plus-box:hover {
    background-color: #DD4B39;
}

.behance-box:hover {
    background-color: #1769FF;
}

.dribbble-box:hover {
    background-color: #EA4C89;
}

.social-box:hover i {
    font-size: 20px;
    color: #fff;
}

.social-box:hover p {
    color: #fff !important;
    font-weight: 400;
}

.social-box p {
    font-size: 11px;
    margin-top: 15px;
}

.contact-box h4 {
    font-size: 14px;
    font-family: Montserrat;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1300em;
    padding-bottom: 0;
}

.contact-box p {
    margin: 0 auto;
    margin-top: 10px;
}

.contact-icon {
    position: relative;
    top: 0;
    -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-icon {
    width: 40px;
    height: 40px;
    background-color: #8ecfc2;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 9px;
    padding-left: 1px;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

.contact-box {
    margin-bottom: 60px;
}

.social_icon_cont {
    text-align: center;
}

.social_icon {
    display: inline-block;
}

.contact-box:hover .contact-icon {
    top: -10px;
}

.map-wrapper {
    position: relative;
}

#map {
    width: 100%;
    height: 235px;
}

.expand-map {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -90px;
    z-index: 9;
}

.expand-map a {
    display: block;
    background-color: #ffd33c;
    padding: 15px 30px;
    color: #fff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    border-radius: 7px;
}

.expand-map a:hover {
    color: #252525 !important;
}

.expand-map a i {
    margin-right: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*   Shortcodes
/*-----------------------------------------------------------------------------------*/

/* Products Sample */
.products-sample h2 {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 300;
    padding-bottom: 0;
    font-family: Open Sans;
}

.products-sample p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
}

.products-sample h3 {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-family: Open Sans;
}

.products-sample-icon ul li {
    float: left;
    width: 33%;
    margin-bottom: 40px;
}

.products-sample-gen {
    width: 55px;
    height: 55px;
    background-color: #8ecfc2;
    padding-top: 16px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Services Without Icon */
.services-withut-icn {
    margin-bottom: 60px;
}

.services-withut-icn h2 {
    font-size: 15px;
    padding-bottom: 0;
    letter-spacing: 0.1200em;
    color: #000;
    font-family: Montserrat;
    text-transform: uppercase;
}

.services-withut-icn p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    max-width: 350px;
    margin-bottom: 20px;
}

.services-withut-icn a {
    font-size: 11px;
    display: block;
    display: inline-block;
    padding: 5px 20px;
    border: solid 1px #f5f5f5;
    margin-top: 30px;
    font-family: Montserrat;
    text-transform: uppercase;
    margin: 0 auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.services-withut-icn:hover a {
    background: #00A8D6;
    color: #fff !important;
}

.list-icon i{
    padding-right: 10px;
}

.list_styles ul li{
    margin-bottom: 20px;
}

/* Some Stats */
.some-stats {
    margin: 0 auto;
    text-align: center;
}

.some-stats ul {
    margin: 0 auto;
    display: inline-block;
    list-style: none !important;
}

.some-stats ul li {
    float: left;
    margin-right: 40px;
}

.some-stats ul li:last-child {
    float: left;
    margin-right: 40px;
}

.some-stats-box {
    background: #f5f5f5;
    width: 180px;
    height: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.some-stats-box i {
    font-size: 45px;
    padding-top: 54px;
    color: #FFF;
}

.some-stats-box:hover {
    background: #00A8D6;
}

.some-stats-box:hover i {
    color: #fff;
}

.number-color {
    color: #FFF;
}

.stats-icon{ 
    color: #FFF; 
    font-size: 20px; 
    border-radius: 50%; 
    width: 80px; 
    height: 80px; 
    text-align: center;  
    padding-top: 25px;   
    border: solid 1px #FFF; 
}

.big-numbers {
    font-family: Montserrat;
    font-size: 60px;
    line-height: 50px;
    text-align: left;
    color: #FFF !important;
    text-shadow: 2px 2px #252525;
}

.numbers-text {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF !important;
    text-shadow: 2px 2px #252525;
}

.mobile-numbers{
    padding-left:18%;
}

/* Big Tabs */
.big-tabs ul {
    text-align: center;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: solid 2px #f5f5f5;
}

.big-tabs ul li {
    float: left;
    font-size: 13px;
    padding: 0 50px;
    padding-top: 15px;
}

.big-tabs ul li a {
    font-family: Montserrat;
    text-transform: uppercase;
    padding: 5px 8px;
}

.big-tabs ul li.active a {
    color: #00A8D5;
    border: solid 1px #35BADD;
    padding: 5px 8px;
    border-radius: 4px;
}

.big-tab-content p {
    max-width: 850px;
    margin: 0 auto;
}

.stats-font {
    margin-top: 7px;
}

/* Buttons */
a.button-style-1 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: Montserrat;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFF;
    background: #8ecfc2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

a.button-style-1:hover {
    color: #252525 !important;
}

a.button-style-1 i {
    padding-right: 10px;
}

a.button-style-2 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: Montserrat;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFF;
    background: #8ecfc2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
}

a.button-style-2:hover {
    color: #252525 !important;
}

.list-styles ul li.only_shortcodes {
    float: left;
    margin-left: 120px;
}

.list-styles ul li {
    margin-bottom: 50px;
}

.list-styles ul li i {
    padding-right: 10px;
}

/* Quotes */
.quote-style {
    background-image: url(images/quote-styl1t.png),url(images/quote-styl1b.png);
    text-align: center;
    background-repeat: no-repeat;
    background-position: left top,right bottom;
    padding: 20px 30px;
    font-weight: 400;
}

.quote-style p {
    font-size: 24px !important;
    line-height: 28px !important;
}

/* Dropcap */
.dropcap-style:first-letter {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    background: #8ecfc2;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50%;
}

.skills-box {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 60px;
    margin-top: 60px;
}

.progress {
    height: 5px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-color: #dbdbdb;
    border: 0;
    border-radius: 5px;
    margin-top: -5px !important;
}

.bar-box {
    text-transform: uppercase;
    font-family: Montserrat;
}

.progress-bar {
    background-color: #ffeb00;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.panel {
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.panel-bubbles {
    border: 1px solid #e9e8e4;
    padding: 15px 20px;
}

.active-panel {
    background-color: #8ecfc2;
    color: #fff;
}

.active-panel a {
    color: #fff !important;
}

.active-panel a:hover {
    color: #252525 !important;
}

.plus-box {
    padding: 4px 5px 6px 11px;
    color: #9b9b9b;
}

.active .plus-box {
    padding: 4px 5px 6px 11px;
    border: 0;
    color: #fff;
}

.panel-style1 a {
    color: #9b9b9b;
    font-size: 13px;
    font-family: Montserrat;
    font-weight: 400;
    text-decoration: none;
    margin-left: 10px;
}


/* Contact Form */
.contact ul li {
    float: left;
    width: 360px;
}

.contact ul li:last-child {
    float: left;
    width: 380px;
    margin-left: 10px;
}

.contact input {
    width: 60%;
    height: 45px;
    margin-bottom: 20px;
    border: solid 1px #e9e9e9;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
    color: #9E9E9E;
}

.contact textarea {
    width: 100%;
    height: 190px;
    margin-bottom: 20px;
    border: solid 1px #e9e9e9;
    padding-left: 10px;
    padding-top: 20px;
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
    color: #9E9E9E;
}

.contact ::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
    color: #9E9E9E;
    text-transform: uppercase;
}

.contact ::-moz-placeholder {
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
    color: #9E9E9E;
    text-transform: uppercase;
} /* firefox 19+ */
.contact :-ms-input-placeholder {
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
    color: #9E9E9E;
    text-transform: uppercase;
} /* ie */
.contact input[type=submit] {
    float: right;
    width: auto;
    font-family: Montserrat;
    text-transform: uppercase;
    display: inline-block;
    height: 35px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background: #ffd33c;
    border: none;
    color: #FFF;
}

.contact input[type=submit]:hover {
    background: #252525 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}    


.shortcodes .title h2 {
    font-size: 30px;
    font-weight: 300;
}

.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: 6px;
    margin-top: 7px;
}

.alt-seperator {
    max-width: 165px;
    margin: 0 auto;
}

.alt-seperator i {
    font-size: 13px;
    color: #00A8D6;
}

.title-underline h2 {
    padding-bottom: 0;
    margin-top: 20px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.1200em;
    color: #000;
}

.title-underline {
    margin-top: 40px;
    font-weight: 300 !important;
}

.error_title {
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 100px;
}

/*-----------------------------------------------------------------------------------*/
/*   Video Section
/*-----------------------------------------------------------------------------------*/

.video_sections{
    padding-top: 10px;
    padding-bottom: 50px;
}

.video-section {
    width: 100%;
    position: relative;
    top: 50px;
}

.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(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;
}

.slirevbutton1{
    background: #00A8D6;
    color: #FFF !important;
    font-family: Montserrat !important;
    text-transform: uppercase;
    font-size: 13px;
    padding: 16px 24px;
    border-radius: 5px;
}

.slirevbutton1:hover{
    background:#252525 !important;
    color: #FFF !important;
}

/*-----------------------------------------------------------------------------------*/
/*   Home Blog
/*-----------------------------------------------------------------------------------*/

.home-blog-box {
    padding: 0px 10px;
}

.home-blog-content hr {
    width: 100%;
    background: #f0f0f0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-blog-box h4 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
    color: #222;
    font-weight: 400;
    padding-bottom: 0;
}

.home-blog-author {
    display: inline-block;
    margin-top: -20px;
    font-size: 11px;
}

.home-blog-author a {
    color: #00A8D6;
}

.home-blog-more a {
    color: #00A8D6;
    font-size: 11px;
    border: none;
    font-weight: 600 !important;
    display: inline-block;
    letter-spacing: 1px;
}

.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;
}

/*-----------------------------------------------------------------------------------*/
/*   Footer
/*-----------------------------------------------------------------------------------*/

.footer {
    background: #f5f5f5;
    height: 100px;
}

.footer img {
    padding-top: 40px;
}

.own_logo img {
    width: 150px;
}

.footer-ghost {
    height: 100px;
}

/*-----------------------------------------------------------------------------------*/
/*   Revolution Slider
/*-----------------------------------------------------------------------------------*/

.slider-1-pre-title{
font-family:Montserrat;
font-size:18px;
color:#000;
letter-spacing: 0.12025em;
}

.slider-1-line{
width:28px;
height:3px;
background:#01a8d6;
}

.slider-1-title{
font-family:Lora;
font-style:italic;
font-size:60px;
color:#000;
}

.slider-1-learn-more{
font-family: Playfair Display;
font-size: 18px;
font-style:italic;
color:#000;
letter-spacing:0.0900em;
}

.slider-1 .try-us a{
background: #f9d100;
}

.slider-1-learn-more a{
color:#000;
text-decoration:none;
}

.slider-1-learn-more i{
text-align:center;
font-size: 14px;
margin-left: 5px;
border: 1px solid #000;
padding: 2px 0 0 1px;
border-radius: 50%;
width: 20px;
height: 20px;
}

.slider-2-text{
font-size:24px;
font-family:Playfair Display; 
color:#000;
font-style:italic;
letter-spacing: 0.06025em;
}

.slider-2-line{
width:28px;
height:2px;
background:#000;
}

.slider-2-title{
font-family:Montserrat;
font-size:60px;
font-weight:600;
color:#000;
}

.slider-2-button a{
background: #f9d100;
border-radius:4px;
padding: 15px;
font-family:Montserrat;
font-size:14px;
font-weight:600;
letter-spacing: 0.12025em;
color:#000;
}

.slider-2-button i{
padding-right:5px;
}