/*
Theme Name: Pululart
Theme URI: https://pululart.com
Description: Diagnostico dolor de hombro
Version: 1.1
Text Domain: pululart
Author: Pululart
Author URI: https://pululart.com
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, theme-options, translation-ready
License: Custom
License URI: https://themeforest.net/licenses
*/
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #777777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ------------------------------------------------------------------------ */
/* Layout
/* ------------------------------------------------------------------------ */
#background-image {
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    background-color: #eee;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    height: 100%;
    width: 100%;
}
#container {
    width: 100%;
    max-width: 100%;
    position: relative;
    clear: both;
    float: none;
}
.container {
    width: 1200px;
    max-width: 100%;
}
#content {
    padding-top: 60px;
    padding-bottom: 60px;
}
#content.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
/* ------------------------------------------------------------------------ */
/* Typography
/* ------------------------------------------------------------------------ */
/* Heading / -------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #444444;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.4;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { font-weight: inherit; color: inherit; }
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { font-weight: 700;}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; font-weight: 700; }
h6 { font-size: 12px; font-weight: 700; }
img {
    max-width: 100%;
    height: auto;
}
p { margin: 0 0 20px 0 }
em { font-style: italic }
b, strong { font-weight: 700 }
small { font-size: 80% }
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
address { line-height: 1.8; }
pre {
    height: auto;
    font-family: monospace;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
    padding: 20px 20px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x:auto;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.hidden {  display: none }
address,
cite,
em,
i { font-style: italic }
dfn { border-bottom: 1px dashed; font-style: italic; }
small,
sub,
sup { position: relative; font-size: 11px; vertical-align: baseline; }
sub { top: 3px }
sup { bottom: 3px }
mark{ 
    display: inline; 
    padding: 2px 4px; 
    background-color: #f6f2d6;
    color:#7c6d08;
    border-radius: 3px;
}
.clear {
    clear: both;
    visibility: hidden;
}
::selection {
    background: #333333;
    color: #ffffff;
}
::-moz-selection {
    background: #333333;
    color: #ffffff;
}
/* Links / -------------------------------------------------- */
a {
    color: #2EAEB9;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:active, a:focus { text-decoration: none; outline: none; }
p a{ line-height: inherit }
a:hover { color: #5aa1e3; }
/* Lists / -------------------------------------------------- */
ul {
    margin-bottom: 20px;
}
/* ------------------------------------------------------------------------ */
/* Forms
/* ------------------------------------------------------------------------ */
button,
a.button,
input[type=submit] {
    display: inline-block;
    position: relative;
    outline: 0;
    padding: 11px 35px;
    border-radius: 2px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2eaeb9;
    border: 2px solid #2eaeb9;
    color: #fff;
}
button:hover,
a.button:hover,
input[type=submit]:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
.form-control {
    background: transparent;
    outline: none;
    color: #BBB;
    padding: 10.5px 12px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    display: block;
    border: 1px solid #EEE;
    white-space: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;  
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    box-shadow: none;
}
input::-webkit-input-placeholder { color: #AAA; }
input:-moz-placeholder { color: #AAA; }
input::-moz-placeholder { color: #AAA; }
input:-ms-input-placeholder { color: #AAA; }
input::-moz-placeholder { color: #AAA; opacity: 1; }
input:-ms-input-placeholder { color: #AAA; }
input::-webkit-input-placeholder { color: #AAA; }
textarea::-webkit-input-placeholder { color: #AAA; }
textarea:-moz-placeholder { color: #AAA; }
textarea::-moz-placeholder { color: #AAA; }
textarea:-ms-input-placeholder { color: #AAA; }
textarea::-moz-placeholder { color: #AAA; opacity: 1; }
textarea:-ms-input-placeholder { color: #AAA; }
textarea::-webkit-input-placeholder { color: #AAA; }
.form-control::-webkit-input-placeholder { color: #AAA; }
.form-control:-moz-placeholder { color: #AAA; }
.form-control::-moz-placeholder { color: #AAA; }
.form-control:-ms-input-placeholder { color: #AAA; }
.form-control::-moz-placeholder { color: #AAA; opacity: 1; }
.form-control:-ms-input-placeholder { color: #AAA; }
.form-control::-webkit-input-placeholder { color: #AAA; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
.form-control:focus
select:focus {
    color: #666;
    background: transparent;
    outline: none !important;
    border-color: #EEE;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
}
select {
    display: block;
    padding: 11px 10px;
    outline: none !important;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    background: transparent;
    margin: 0;
    max-width: 100%;
    border: 1px solid #eee;
    outline: none !important;
}
/* ---------------------------------------------------------------------------
 * Topbar
 * --------------------------------------------------------------------------- */
#topbar {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 39px;
    background: #F5F5F5;
    color: #777;
    z-index: 1000;
}
#topbar .top-text {
    float: left;
    margin-right: 20px;
    font-size: 14px;
}
#topbar .social-icons {
    float: right;
    margin: 0;
    padding: 0;
}
/* ---------------------------------------------------------------------------
 * Social Icons
 * --------------------------------------------------------------------------- */
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons ul li {
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
}
.social-icons ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #AAA;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social-icons ul li a:hover {
    color: #777;
}
/* ---------------------------------------------------------------------------
 * Top
 * --------------------------------------------------------------------------- */
#top {
    /*position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 90px;
    z-index: 999;
    background: #fff;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.logo-text {
    line-height: 90px;
}
.logo {
    display: table;
    height: 90px;
    font-size: 26px;
    float: left;
    line-height: 1;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header .logo > a {
    vertical-align: middle;
}
.navigation {
    /*float: right;*/
}
.empty-menu {
    font-size: 15px;
    font-weight: 600;
    line-height: 90px;
    padding: 0 30px;
    color: #999;
}
.navigation ul {
    list-style: outside none none;
}
.header-icons {
    float: right;
}
.search-toggle,.shop-toggle {
    display: inline-block;
    float: right;
    position: relative;
}
#search-button {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #BBB;
    line-height: 60px;
    padding: 0 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#shop-button {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #BBB;
    line-height: 90px;
    padding: 0 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#shop-button .cart-count {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: 1px;
    top: 50%;
    display: block;
    padding: 0;
    margin-top: -17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: #2eaeb9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#shop-button:hover .cart-count {
    visibility: visible;
    opacity: 1;
}
/* ---------------------------------------------------------------------------
 * Header Transparent
 * --------------------------------------------------------------------------- */
#header.header-transparent #top {
    position: relative;
    top: 0;
    left: 0;
    background: transparent !important;
   /* box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.07) !important;*/
}
#header.header-transparent #top .navigation .menu > li > a {color: #fff;}
#header.header-transparent #top #search-button,
#header.header-transparent #top #shop-button {color: #AAA;}
#header.header-transparent #top #search-button:hover,
#header.header-transparent #top #shop-button:hover {color: #777;}
#header.header-transparent #top .navigation .menu-item-has-children:not(.has-megamenu) ul,
#header.header-transparent #top .navigation .menu .mega {top: 100%;}
#header.header-transparent #top .navigation .menu > li > a span {bottom: 0;}
#header.header-transparent #top.search-active .navigation,
#header.header-transparent #top.search-active .shop-toggle,
#header.header-transparent #top.search-active #search-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
#header.header-transparent #top .search-toggle .search-form .form-control {background: transparent;border: 1px solid rgba(0, 0, 0, 0.1);box-shadow: none;}
#header.header-transparent #top .search-toggle .search-form .form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.4); }
#header.header-transparent #top .search-toggle .search-form .form-control:-moz-placeholder { color: rgba(0, 0, 0, 0.4); }
#header.header-transparent #top .search-toggle .search-form .form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.4); }
#header.header-transparent #top .search-toggle .search-form .form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.4); }
#header.header-transparent #top .search-toggle .search-form .form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.4); opacity: 1; }
#header.header-transparent #top .search-toggle .search-form .form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.4); }
#header.header-transparent #top .search-toggle .search-form .form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.4); }
/* Light */
#header.header-transparent.light-color #top {box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2) !important;}
#header.header-transparent.light-color #top .navigation .menu > li > a {color: rgba(255, 255, 255, 0.8);}
#header.header-transparent.light-color #top .navigation .menu > li > a:hover {color: #fff;}
#header.header-transparent.light-color #top #search-button,
#header.header-transparent.light-color #top #shop-button {color: rgba(255, 255, 255, 0.6);}
#header.header-transparent.light-color #top #search-button:hover,
#header.header-transparent.light-color #top #shop-button:hover {color: #fff;}
#header.header-transparent.light-color #top .search-toggle .search-close {color: rgba(255, 255, 255, 0.6);}
#header.header-transparent.light-color #top .search-toggle .search-close:hover { color: #fff; }
#header.header-transparent.light-color #top .search-toggle .search-form .form-control {background: transparent;border: 1px solid rgba(255, 255, 255, 0.3);color: #FFF;}
#header.header-transparent.light-color #top .search-toggle .search-form .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }
#header.header-transparent.light-color #top .search-toggle .search-form .form-control:-moz-placeholder { color: rgba(255, 255, 255, 0.5); }
#header.header-transparent.light-color #top .search-toggle .search-form .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.5); }
#header.header-transparent.light-color #top .search-toggle .search-form .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); }
#header.header-transparent.light-color #top .search-toggle .search-form .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }
#header.header-transparent.light-color #top .search-toggle .search-form .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); }
#header.header-transparent.light-color #top .search-toggle .search-form .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }
/* Logo */
#header .logo .standard-logo{display:table-cell}
#header .logo .retina-logo{display:none}
#header.header-transparent.light-color #top .logo .standard-logo{display:none}
#header.header-transparent.light-color #top .logo .retina-logo{display:none}
#header .logo .standard-logo-transparent{display:none}
#header .logo .retina-logo-transparent{display:none}
#header.header-transparent.light-color #top .logo .standard-logo-transparent{display:table-cell;}
#header.header-transparent.light-color #top .logo .retina-logo-transparent{display:none;}
#mobile-header .mobile-logo .standard-logo{display: table-cell;}
#mobile-header .mobile-logo .retina-logo{display: none;}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    #header .logo .standard-logo{display:none;}
    #header .logo .retina-logo{display:table-cell;}
    #header.header-transparent.light-color #top .logo .standard-logo{display:none}
    #header.header-transparent.light-color #top .logo .retina-logo{display:table-cell;}
    
    #header .logo .standard-logo-transparent{display:none}
    #header .logo .retina-logo-transparent{display:none}
    #header.header-transparent.light-color #top .logo .standard-logo-transparent{display:none;}
    #header.header-transparent.light-color #top .logo .retina-logo-transparent{display:table-cell;}
    #mobile-header .mobile-logo .standard-logo{display: none;}
    #mobile-header .mobile-logo .retina-logo{display: table-cell;}
}
/* ---------------------------------------------------------------------------
 * Header Icons
 * --------------------------------------------------------------------------- */
#top .search-toggle .search-form {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;

    margin-top: 8px;

    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
#top .search-toggle .search-form .form-control {
    width: 258px;
    padding-right: 40px;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
}
#top .search-toggle .search-form button {
    display: none;
}
#top .search-toggle .search-close {
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    color: #AAA;
    line-height: 40px;
    text-align: center;
    margin-top: -21px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#top .search-toggle .search-close:hover {
    color: #777;
}
#top.search-active .search-toggle .search-close {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}
#top.search-active .search-toggle a {
    padding-left: 40px;
    cursor: default;
}
#top.search-active .search-toggle a i {
    cursor: pointer;
}
#top.search-active .search-toggle .search-form {
    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
/* ---------------------------------------------------------------------------
 * Navigation
 * --------------------------------------------------------------------------- */
.navigation .menu {
    padding: 0;
    list-style: none;
    /*float: right;*/
    text-align: left;
    margin: 0;
    z-index: 9;
    line-height: 1.4;
}
.navigation .menu .mega {
    position: absolute;
    width: auto;
    display: none;
    z-index: 9999;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    margin: 0 15px;
    background: #fff;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.navigation .menu > li {
    float: left;
    position: relative;
}
.navigation .menu li:hover > .mega,
.navigation .menu li.sfHover > .mega {
    display: block;
}
.navigation .menu > li > a {
    position: relative;
    padding: 0 15px;
    line-height: 15px;
    display: block;
    color: #fff;
    font-family: 'Open sans';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: height .4s ease, line-height .4s ease, color 0.3s ease-in-out;
    -o-transition: height .4s ease, line-height .4s ease, color 0.3s ease-in-out;
    transition: height .4s ease, line-height .4s ease, color 0.3s ease-in-out;
}
.navigation .menu > li > a span {
    position: absolute;
    left: 15px;
    bottom: -1px;
    width: 0;
    height: 3px;
    -webkit-transition: width 0.15s linear 0s;
    -moz-transition: width 0.15s linear 0s;
    transition: width 0.15s linear 0s;
    background: #2eaeb9;
}
/* hover */
.navigation .menu > li > a:hover,
.navigation .menu > li.current-menu-item > a:hover,
.navigation .menu > li.current-page-ancestor > a:hover,
.navigation .menu > li.current-menu-ancestor > a:hover,
.navigation .menu li.current-menu-parent > a:hover,
.navigation .menu li.current_page_ancestor > a:hover,
.navigation > ul > li.sfHover > a {
    color: #2eaeb9;
}
/* active */
.navigation .menu > li.current-menu-item > a,
.navigation .menu > li.current-page-ancestor > a,
.navigation .menu > li.current-menu-ancestor > a,
.navigation .menu > li.current-menu-parent > a,
.navigation .menu > li.current_page_ancestor > a {
    color: #2eaeb9;
}
.navigation ul.menu > li > a:hover span,
.navigation ul.menu > li.sfHover > a span {
    width: 30px;
}
/* Mega Menu */
.navigation .mega a {
    position: relative;
    color: #828282;
    padding: 7px 30px;
    font-size: 13px;
    font-family: 'Open sans';
    font-weight: 400;
    display: block;
}
.navigation .mega a:hover {
    background: #F8F8F8;
}
.navigation .mega-headline {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    display: block;
    padding: 12px 30px;
    text-transform: uppercase;
}
/* Mega Menu Grid */
.navigation .mega-container {
    margin: 0;
    padding: 0;
}
.navigation .mega-container > ul {
    overflow: hidden;
    padding: 0;
}
.navigation .mega-container ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navigation li.two-columns ul > li,
.navigation li.three-columns ul > li,
.navigation li.four-columns ul > li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 20px 0;
    border-right: 1px solid #F5F5F5;
}
.navigation li.two-columns ul > li:last-child,
.navigation li.three-columns ul > li:last-child,
.navigation li.four-columns ul > li:last-child {
    border-right: none;
}
.navigation li.two-columns ul > li {
    width: 50%;
}
.navigation li.three-columns ul > li {
    width: 33.33%;
}
.navigation li.four-columns ul > li {
    width: 25%;
}
/* Basic Dropdown */
.navigation li.menu-item-has-children.has-megamenu {
    position: static;
}
.navigation .menu-item-has-children.no-megamenu .no-megamenu ol,
.navigation .menu-item-has-children:not(.has-megamenu) ul {
    position: absolute;
    display: none;
    top: calc(100% + 1px);
    left: -10px;
    z-index: 999;
    padding: 12px 0px;
    min-width: 200px;
    margin: 0px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    border-radius: 0 0 2px 2px;
}
.navigation .menu-item-has-children.no-megamenu .no-megamenu ol,
.navigation li.menu-item-has-children:not(.has-megamenu) ul li ul {
    position: absolute;
    display: none;
    top: 0 !important;
    padding: 10px 0;
    left: calc(100% - 8px);
    border-radius: 2px;
    z-index: 100;
}
.navigation li.menu-item-has-children:not(.has-megamenu) ul li {
    position: relative;
}
.navigation .menu-item-has-children.no-megamenu .no-megamenu ol li a,
.navigation li.menu-item-has-children:not(.has-megamenu) ul li a {
    display: block;
    position: relative;
    color: #828282;
    font-size: 13px;
    font-family: 'open sans';
    font-weight: 400;
    padding: 7px 20px;
}
.navigation .menu-item-has-children.no-megamenu .no-megamenu ol li a:hover,
.navigation li.menu-item-has-children:not(.has-megamenu) ul li a:hover {
    background: #F8F8F8;
}
/* Menu Arrows */
.sf-arrows .sf-with-ul:after,
.sf-arrows .with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 11px;
    margin-top: -7px;
    content: "\f105";
    font-family: 'FontAwesome';
}
.navigation .mega .sf-with-ul:after,
.navigation .mega .with-ul:after {
    display: none !important;
}
.navigation > ul > li > a.sf-with-ul:after,
.navigation > ul > li > a.with-ul:after {
    display: none !important;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 12px;
    font-size: 10px;
    content: '\f067';
    font-family: 'FontAwesome';
}
/* ---------------------------------------------------------------------------
 * Mobile Header
 * --------------------------------------------------------------------------- */
#mobile-header {
    display: none;
    width: 100%;
    height: 90px;
    z-index: 9999;
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.mobile-logo {
    display: table;
    height: 90px;
    font-size: 26px;
    float: left;
    line-height: 1;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobile-logo > a {
    vertical-align: middle;
}
.mobile-header-icons {
    float: right;
}
.mobile-search-toggle,
.mobile-menu-toggle {
    display: inline-block;
    float: right;
}
#mobile-search-button {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #BBB;
    line-height: 90px;
    padding: 0 13px;
    z-index: 999;
}
.mobile-search-toggle .search-close {
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #AAA;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin-top: -21px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#mobile-header.search-active .mobile-search-toggle .search-close {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}
#mobile-menu-button {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #BBB;
    line-height: 90px;
    padding: 0 13px;
}
#mobile-header .mobile-search-toggle .search-form {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 90px;
}
#mobile-header .mobile-search-toggle .search-form .form-control {
    width: 100%;
    line-height: 90px;
    font-size: 22px;
    font-weight: 400;
    border: none;
    background-color: transparent;
    padding: 0 15px;
    margin: 0;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#mobile-header .mobile-search-toggle .search-form .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#mobile-header .mobile-search-toggle .search-form button {
    display: none;
}
#mobile-header.search-active .mobile-search-toggle a {
    padding-left: 40px;
    cursor: default;
}
#mobile-header.search-active .mobile-search-toggle a i {
    cursor: pointer;
}
#mobile-header.search-active .mobile-search-toggle .search-form {
    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
#mobile-header.search-active .mobile-logo,
#mobile-header.search-active #mobile-menu-button,
#mobile-header.search-active #mobile-search-button {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
@media (max-width: 991px) {
    #header { display: none; }
    #mobile-header { display: block; }
}
/* ---------------------------------------------------------------------------
 * Mobile Navigation
 * --------------------------------------------------------------------------- */
#mobile-navigation {
    position: relative;
    background: #fff;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
}
#mobile-navigation .container ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
#mobile-navigation .container ul li ul {
    display: none;
    margin: 0 0 20px 25px;
}
#mobile-navigation ul > li:last-child a {
    border: none;
}
#mobile-navigation ul li a {
    border-bottom: 1px solid #F7F7F7;
    color: #888;
    display: block;
    position: relative;
    padding: 12px 0 !important;
}
#mobile-navigation ul li a:hover, 
#mobile-navigation ul li a:hover [class^="fa-"], 
#mobile-navigation li.open > a, 
#mobile-navigation ul li.current-menu-item > a, 
#mobile-navigation ul li.current-menu-ancestor > a {
    color: #2eaeb9 !important;
}
#mobile-navigation ul li i {
    display: block;
    color: #BBB;
    padding: 10px 6px 10px 40px;
    float: right;
    margin: -3px 0 0 0;
    font-size: 12px;
}
/* ---------------------------------------------------------------------------
 * Titlebar
 * --------------------------------------------------------------------------- */
#titlebar {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #eee;
}
#titlebar.style-1 .row > div {
    display: table;
    padding-top: 30px;
    padding-bottom: 30px;
}
#titlebar.style-1 h1 {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    text-align: left;
    color: #0a1a72;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    word-break: break-all;
}
#titlebar.style-1 .breadcrumb {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: right;
    padding: 0;
    line-height: 1;
    color: #999;
    font-size: 13px;
    background: transparent;
}
#titlebar.style-1 .breadcrumb a {
    color: #999;
}
#titlebar.style-1 .breadcrumb a:hover {
    color: #666;
}
#titlebar.style-2 .row > div {
    display: table;
    padding-top: 100px;
    padding-bottom: 100px;
}
#titlebar.style-2 h1 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color: #777;
    padding: 0;
    margin: 0;
}
#titlebar.style-2 .breadcrumb {
    display: none;
}
#titlebar.style-1.light-color h1,
#titlebar.style-2.light-color h1 {color: rgba(255, 255, 255, 0.85);}
#titlebar.style-1.light-color .breadcrumb,
#titlebar.style-1.light-color .breadcrumb a {color: rgba(255, 255, 255, 0.8);}
#titlebar.style-1.light-color .breadcrumb a:hover {color: #fff;}
@media (max-width: 767px) {
    #titlebar.style-1 h1 {width: 100%;text-align: center;}
    #titlebar.style-1 .breadcrumb {display: none;}
}
/* ---------------------------------------------------------------------------
 * Widgets
 * --------------------------------------------------------------------------- */
.sidebar-left {
    float: right !important;
}
#sidebar {
    padding-top: 60px;
    padding-bottom: 40px;
}
 #sidebar .widget ul li a {
    display: block;
    color: #777777;
}
.widget-area {
    display: inline-block;
    width: 100%;
}
.widget {
    padding-top: 0;
    padding-bottom: 40px;
}
.short-divider {
    width: 30px;
    height: 3px;
    margin: 0 0 20px;
    background: #666;
}
footer .widget {
    padding-top: 40px;
    padding-bottom: 40px;
}
footer .short-divider {
    height: 2px;
    background: #fff;
}
.widget h3 {
    display: inline-block;
    width: 100%;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 700;
}
.widget-area .widget h3 {
    font-size: 18px;
}
.widget h3 a {
    color: #666;
}
footer .widget h3 {
    color: #fff;
}
.widget textarea {
    width: 100%;
}
.widget #searchsubmit {
    width: 100%;
    margin-top: 10px;
}
.widget #s {
    width: 100%;
    display: block;
    margin: 0px;
}
.widget .post-date {
    display: block;
}
.widget .rss-date {
    display: block;
}
/* Nav menu widget /--------------------------------------------------------- */
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}
.widget li {
    padding: 10px 0 10px;
    border-top: rgba(0,0,0,0.05) 1px solid;
}
.widget li:first-child {
    border-top: none;
}
.widget li ul {
    padding: 0 0 0 15px;
}
.widget li ul li:first-child {
    border-top: rgba(0,0,0,0.05) 1px solid;
}
footer .widget li,
footer .widget li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
footer .widget li ul li:first-child,
.widget li:first-child {
    border-top: none;
    padding: 0 0 10px;
}
/* Search form Widget /--------------------------------------------------------- */
#sidebar .widget_search form,
footer .widget_search form {
    position: relative;
    width: 100%;
}
#sidebar input[type="text"],
#sidebar input[type="password"],
#sidebar input[type="email"],
#sidebar input[type="tel"],
#sidebar input[type="search"],
#sidebar textarea,
#sidebar .form-control {
    width: 100%;
    padding: 12px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
}
footer input[type="text"],
footer input[type="password"],
footer input[type="email"],
footer input[type="tel"],
footer textarea,
footer .form-control {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.08);
}
footer input::-webkit-input-placeholder { color: #777; }
footer input:-moz-placeholder { color: #777; }
footer input::-moz-placeholder { color: #777; }
footer input:-ms-input-placeholder { color: #777; }
footer input::-moz-placeholder { color: #777; opacity: 1; }
footer input:-ms-input-placeholder { color: #777; }
footer input::-webkit-input-placeholder { color: #777; }
footer textarea::-webkit-input-placeholder { color: #777; }
footer textarea:-moz-placeholder { color: #777; }
footer textarea::-moz-placeholder { color: #777; }
footer textarea:-ms-input-placeholder { color: #777; }
footer textarea::-moz-placeholder { color: #777; opacity: 1; }
footer textarea:-ms-input-placeholder { color: #777; }
footer textarea::-webkit-input-placeholder { color: #777; }
footer .form-control::-webkit-input-placeholder { color: #777; }
footer .form-control:-moz-placeholder { color: #777; }
footer .form-control::-moz-placeholder { color: #777; }
footer .form-control:-ms-input-placeholder { color: #777; }
footer .form-control::-moz-placeholder { color: #777; opacity: 1; }
footer .form-control:-ms-input-placeholder { color: #777; }
footer .form-control::-webkit-input-placeholder { color: #777; }
footer input[type="text"]:focus,
footer input[type="password"]:focus,
footer input[type="email"]:focus,
footer input[type="tel"]:focus,
footer textarea:focus {    
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
}
#sidebar .widget_search button,
footer .widget_search button {
    display: none;
}
/* Contact Widget /--------------------------------------------------------- */
.widget_contact address{
    font-style: normal;
}
.widget_contact address span{
    display: block;
    margin-bottom: 6px;
}
.widget_contact address strong{
    display: none;
}
.widget_contact address span i{
    display: inline-block;
    width: 24px;
    float: left;
    line-height: 1.8;
}
.widget_contact .adress-overflow{
    overflow: hidden;
}
/* WP canendar widget /--------------------------------------------------------- */
#wp-calendar {
    width: 100% }
 #wp-calendar caption {
    text-align: left;
    font-weight: 600;
    margin: -5px 0 5px 0;
}
 #wp-calendar thead {
    font-size: 10px }
 #wp-calendar thead th {
    padding: 5px 10px;
    font-weight: 600;
    border-top: 1px solid #f9f9f9;
}
 #wp-calendar tbody {
    color: #aaa }
 #wp-calendar tbody td {
    background: #f9f9f9;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 8px;
}
 #wp-calendar tbody td:hover {
    background: #F5F5F5 }
 #wp-calendar tbody .pad {
    background: none }
 #wp-calendar tfoot #next {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}
 #wp-calendar tfoot #prev {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
}
footer #wp-calendar thead th {    
    border-top: 1px solid #666666; 
}
footer #wp-calendar tbody {    
    color: #aaa 
}
footer #wp-calendar tbody td {
    background: #666666;
    border: 1px solid #555555;
}
footer #wp-calendar tbody td:hover {
    background: #777777;
    color: #ffffff;
}
footer #wp-calendar tbody .pad {    
    background: none;
}
/* Tag Cloud Widget /--------------------------------------------------------- */
.widget_tag_cloud a,
.widget_product_tag_cloud a {
    display: inline-block;
    font-size: 13px !important;
    background: #FAFAFA;
    padding: 6px 10px;
    color: inherit;
    margin: 0 3px 8px 0;
    border: 1px solid #F3F3F3;
    border-radius: 3px;
    line-height: 1;
}
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
    background: #F3F3F3;
}
footer .widget_tag_cloud a,
footer .widget_product_tag_cloud a,
footer .widget_tag_cloud a:hover,
footer .widget_product_tag_cloud a:hover {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.08);
}
/* ---------------------------------------------------------------------------
 * Blog posts
 * --------------------------------------------------------------------------- */
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.no-image .post-content {
    padding: 40px 0;
}
.blog-list .post {
    margin-bottom: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid #eee;
}
.post .post-image,
.post .post-gallery,
.post .post-video,
.post .post-audio {
    position: relative;
    margin: 0 0 25px 0;
    overflow: hidden;
}
.post .post-video iframe,
.post .post-audio iframe {
    max-width: 100%;
}
 .post .post-audio iframe {
    max-width: 100%;
    width: 100%;
    margin: 0 0 -8px 0;
}
.post .post-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.post .post-image .post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 174, 185, 0.95);
    -webkit-transition: opacity 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.post .post-image .post-overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    opacity: 0.7;
}
.post .post-image:hover .post-overlay {
    opacity: 1;
}
.post .post-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.post .post-title a:hover {
    text-decoration: none;
}
.post .readmore {
    margin-top: 30px;
}
.post .wp-caption-text,
#comments .wp-caption-text {
    font-size: 14px;
    font-style: italic;
    padding-top: 11px;
}
.post blockquote,
#comments blockquote {
    font-style: italic;
}
.post table th,
#comments table th {
    padding: 20px;
    background: rgba(0,0,0,0.07);
    border: rgba(0,0,0,0.07) 1px solid;
}
.post table th,.post table td,
#comments table th,#comments table td {
    padding: 20px;
    border: rgba(0,0,0,0.07) 1px solid;
}
.post pre,
#comments pre {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px;
}
.post .label {
    margin-right: 10px;
}
.post .gallery img {
    border: none !important;
}
.post-content embed,
.post-content iframe {
    max-width: 100%;
}
.gallery .gallery-item img {
    border: none !important;
    max-width: 100% !important;
    height: auto !important;
}
.gallery .gallery-item .gallery-caption {
    margin-top: 10px;
}
.post .meta {
    width: 100%;
    line-height: 1;
    margin: 0 0 20px 0;
}
.post .meta-part {
    font-weight: 700;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
}
.meta .meta-part a {
    color: #aaa;
}
.meta .meta-part a:hover {
    color: #444;
}
.meta .meta-part:after {
    content: ' | ';
    margin: 0 8px;
    color: #f2f2f2;
}
.meta .meta-part:last-child:after {
    content: '';
    margin: 0;
}
/* Post format : Quote /--------------------------------------------------------- */
.entry-quote {
    display: block;
    background-color: #F9F9F9;
    padding: 30px;
    text-align: center;
    color: #777;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.entry-quote:hover {
    color: #FFF !important;
    background-color: #2eaeb9;
}
.entry-quote span {
    display: block;
    margin-top: 5px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    color: #AAA;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.entry-quote:hover span {
    color: #fff;
    opacity: 0.8;
}
/* Post format : Link /--------------------------------------------------------- */
.entry-link {
    display: block;
    background-color: #F9F9F9;
    padding: 30px 0;
    text-align: center;
    color: #666;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.entry-link:hover {
    color: #FFF !important;
    background-color: #2eaeb9;
    border-color: #2eaeb9;
}
.entry-link span {
    display: block;
    margin-top: 5px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: #AAA;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.entry-link:hover span {
    color: #fff;
    opacity: 0.8;
}
/* Blog Masonry /--------------------------------------------------------- */
.blog-masonry .post {
    margin-bottom: 55px;
    padding-bottom: 0;
    border: none;
}
.blog-masonry .post .post-audio iframe {
    height: 180px;
}
.blog-masonry .post .post-title {
    font-size: 20px;
}
/* Single post /--------------------------------------------------------- */
.blog-single .post {
    margin: 0;
    padding: 0;
    border: none;
}
.blog-single .post .post-quote,
.blog-single .post .post-link {
    width: 100%;
    margin: 0 0 30px;
}
.blog-single .sharebox {
    margin: 45px 0 0;
}
/* Post Navigation /--------------------------------------------------------- */
#post-navigation .prev{
    position: fixed;
    top: 50%;
    left: -25px;
    height: 60px;
    width: 80px;
    background: #444444;
    margin: -30px 0 0 0;
    color: #ffffff;
    border-radius: 0px 2px 2px 0px;
    opacity: 0.3;
    z-index: 1;
    cursor: pointer;
}
#post-navigation .next{
    position: fixed;
    top: 50%;
    right: -25px;
    height:60px;
    width: 80px;
    background: #444444;
    margin: -30px 0 0 0;
    color: #ffffff;
    border-radius: 2px 0px 0px 2px;
    opacity: 0.3;
    z-index: 1;
    cursor: pointer;
}
#post-navigation .prev:before{
    position: absolute;
    top:50%;
    right: 25px;
    margin: -7px 0 0 0;
    line-height: 1;
    content: "\f053";
    font-size: 14px;
    color: #ffffff;
    font-family: 'FontAwesome';
}
#post-navigation .next:before{
    position: absolute;
    top:50%;
    left: 25px;
    margin: -7px 0 0 0;
    line-height: 1;
    content: "\f054";
    font-size: 14px;
    color: #ffffff;
    font-family: 'FontAwesome';
}
/* Author Info /--------------------------------------------------------- */
#author-container {
    padding: 40px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #F2F2F2;
    margin: 50px 0 0;
    border-radius: 3px;
}
#author-container .author-img {
    float: left;
}
#author-container .author-desc {
    padding: 0 0 0 90px;
}
#author-container h5 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
/* ---------------------------------------------------------------------------
 * Comments list
 * --------------------------------------------------------------------------- */
.no-comments {
    display: none !important;
}
.comments-list {
    padding: 60px 0 0;
}
.comments-list .comments-title {
    font-size: 20px;
    font-weight: 600;
}
ol.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ol.comment-list ol.children {
    list-style: none;
}
ol.comment-list li.comment {
    position: relative;
    margin-bottom: 20px;
}
ol.comment-list li.comment:last-child {
    margin: 0;
}
ol.comment-list li ol.children {
    padding-left: 80px;
    margin-top: 20px;
}
ol.comment-list .comment-respond {
    margin-top: 40px;
}
#comments .comment-body {
    text-align: left;
    padding: 22px;
    background: #F9F9F9;
    border-radius: 2px;
}
#comments .comment-meta-part {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
#comments .comment-meta-part a {
    color: #444;
}
#comments .comment-meta-part.vcard {
    position: relative;
    float: left;
    margin-right: 20px;
    border-radius: 2px;
}
#comments .comment-meta-part.vcard img {
    border-radius: 2px;
}
#comments .comment-meta-date {
    font-size: 14px;
    display: inline-block;
    margin-left: 8px;
    color: #888;
    font-weight: 400;
}
#comments .comment-content {
    padding: 10px 0 0 86px;
}
#comments .comment-content p:last-child {
    margin-bottom: 0;
}
#comments .comment-reply-link {
    position: relative;
    float: right;
    font-size: 13px;
}
/* ---------------------------------------------------------------------------
 * Comment form
 * --------------------------------------------------------------------------- */
.comments-reply {
    padding: 60px 0 0;
}
#respond #reply-title {
    font-weight: 600;
    font-size: 20px;
}
 #respond form {
    margin: 0;
    padding: 0;
}
#respond .comment-notes {
    display: none;
}
#respond-inputs p {
    padding: 0 5px 0;
    margin: 0;
    float: left;
    width: 33.33%;
}
#respond-inputs p:first-child {
    padding: 0 10px 0 0;
}
#respond-inputs p:last-child {
    padding: 0 0 0 10px;
}
#respond-inputs p input[type=text] {
    width: 100%;
}
#respond-textarea textarea {
    width: 100%;
    display: block;
}
#respond .form-allowed-tags {
    display: none;
}
#respond .form-submit {
    margin: 10px 0 0;
}
/* ---------------------------------------------------------------------------
 * Pagination
 * --------------------------------------------------------------------------- */
.pagination {
    display: block;
    text-align: center;
    margin: 0;
}
.pagination a,
.pagination span {
    background: #efefef;
    margin: 0 1px;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    color: #999;
}
.pagination .next,
.pagination .prev {
    font-size: 11px;
}
.pagination span.current {
    color: #fff;
    background: #2eaeb9;
}
.pagination span.dots {
    background: transparent;
}
.pagination a:hover,
.pagination a:focus {
    background: #ddd;
    color: #999 !important;
}
/* ---------------------------------------------------------------------------
 * Sharebox
 * --------------------------------------------------------------------------- */
.sharebox ul {
    margin: 0;
    padding: 0;
}
.sharebox ul li {
    display: inline-block;
    list-style: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.sharebox ul li a.sb-social-icon {
    display: block;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #F9F9F9;
    color: #777;
    border: 1px solid #F3F3F3;
    border-radius: 2px;
    padding: 5px 10px;
}
.sharebox ul li a.sb-social-icon:hover {
    opacity: 1;
}
.sharebox ul li a.sb-social-icon i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.sharebox ul li a.sb-social-icon span {
    font-size: 13px;
    line-height: 24px;
}
/* ---------------------------------------------------------------------------
 * Blank page
 * --------------------------------------------------------------------------- */
html { overflow-x: hidden; }
.page-template-template-blank-php {
    display: table;
    float: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 100%!important;
    height: 100%;
}
#blank-page {
    display: table-cell;
    float: none;
    padding: 40px 0;
    vertical-align: middle;
}
/* ---------------------------------------------------------------------------
 * Search page
 * --------------------------------------------------------------------------- */
.search-results .search-text {
    font-size: 16px;
    color: #999;
}
.search-results .post {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.search-results .post .post-title {
    display: inline-block;
    line-height: 1;
}
.search-results .post .post-title a {
    color: #2eaeb9;
}
.search-results .post .post-title a:hover {
    color: #444;
}
.search-results .post-content span.post-type {
    margin-left: 10px;
    color: #999;
}
.no-results-found .alert {
    margin: 0 0 50px;
}
.no-results-found p {
    padding-top: 35px;
    border-top: 1px solid #eee;
}
.no-results-found form input {
    max-width: 350px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.no-results-found form button {
    display: inline-block;
    float: left;
}
.results-found {
    margin-bottom: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #eee;
}
.results-found p {
}
.results-found form input {
    max-width: 350px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.results-found form button {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
/* ---------------------------------------------------------------------------
 * Error page (404)
 * --------------------------------------------------------------------------- */
#content.error-page {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.error-page h1.error-heading {
    font-size: 70px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
}
.error-page span.error-content {
    font-size: 16px;
    font-weight: 600;
    color: #999;
}
.error-page .search-form-container {
    max-width: 450px;
    margin: 80px auto 0;
}
.error-page .search-form-container input[type="text"] {
    max-width: calc(100% - 130px);
    float: left;
}
.error-page .search-form-container button {
    display: inline-block;
    float: right;
}
/* ---------------------------------------------------------------------------
 * Portfolio
 * --------------------------------------------------------------------------- */
/* Portfolio grid /--------------------------------------------------------- */
/* default */
.portfolio-container.portfolio-default .portfolio-item {margin-bottom: 40px;}
.portfolio-container.portfolio-default .portfolio-caption h4 {display: none;}
/* grid */
.portfolio-container.portfolio-grid .portfolio-item .portfolio-image {margin: 0;}
.portfolio-container.portfolio-grid .portfolio-item .portfolio-description {display: none;}
/* no margin */
.portfolio-container.portfolio-nomargin .portfolio-item .portfolio-image {margin: 0;}
.portfolio-container.portfolio-nomargin .portfolio-item .portfolio-description {display: none;}
.portfolio-container.portfolio-nomargin .nomargin-2 { width: 50%; margin: 0; }
.portfolio-container.portfolio-nomargin .nomargin-3 { width: 33.33%; margin: 0; }
.portfolio-container.portfolio-nomargin .nomargin-4 { width: 25%; margin: 0; }
@media (max-width: 991px) {
    .portfolio-container.portfolio-nomargin .nomargin-4 { width: 33.33%; }
}
@media (max-width: 767px) {  
    .portfolio-container.portfolio-nomargin .nomargin-2 { width: 100%; }
    .portfolio-container.portfolio-nomargin .nomargin-3 { width: 50%; }
    .portfolio-container.portfolio-nomargin .nomargin-4 { width: 50%; }
}
@media (max-width: 479px) {
    .portfolio-container.portfolio-nomargin .nomargin-3,
    .portfolio-container.portfolio-nomargin .nomargin-4 { width: 100%; }
}
/* Portfolio items /--------------------------------------------------------- */
.portfolio-item {
    margin-bottom: 30px;
}
.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.portfolio-item .portfolio-image a {
    display: block;
}
.portfolio-item .portfolio-image img {
    display: block;
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-item .portfolio-image:hover img {
    opacity: 0.85;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.portfolio-item .portfolio-description h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.portfolio-item .portfolio-description h4 a {
    color: #444;
}
.portfolio-item .portfolio-description h4 a:hover {
    color: #2eaeb9;
}
.portfolio-item .portfolio-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 174, 185, 0.9);
    -webkit-transition: opacity 0.35s linear 0s;
    -moz-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-item .portfolio-caption h4 {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 18px;
    color: #fff;
}
.portfolio-item .portfolio-caption h4 a {
    color: #fff;
}
.portfolio-item .portfolio-caption a.btn-zoom,
.portfolio-item .portfolio-caption a.btn-link {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    opacity: 0.6;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.portfolio-item .portfolio-caption a.btn-zoom {
    margin-left: 45px;
}
.portfolio-item .portfolio-caption a.btn-zoom:hover,
.portfolio-item .portfolio-caption a.btn-link:hover {
    opacity: 1;
}
.portfolio-item .portfolio-image:hover .portfolio-caption {
    opacity: 1;
}
/* Portfolio single /--------------------------------------------------------- */
.portfolio-slider,.portfolio-images {
    width: 100%;
    margin: 0 0 60px;
}
.portfolio-images .fullwidth-image {
    width: 100%;
    margin: 0 0 30px;
}
.portfolio-images .fullwidth-image:last-child {
    margin: 0;
}
.portfolio-images .fullwidth-image img {
    max-width: 100%;
    height: auto;
}
.project-content-1,
.project-content-2 {
    margin-bottom: 60px;
}
.project-content,.project-details {
    display: inline-block;
}
.project-content.portfolio-single-fullwidth {
    margin-bottom: 60px;
}
.project-content h3.project-title {
    line-height: 1;
}
.project-content p:last-child {
    margin-bottom: 0;
}
.project-sidebar {
    margin-bottom: 60px;
}
.project-details {
    width: 100%;
    padding: 25px;
    background-color: #F7F7F7;
}
.project-details span {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    font-weight: bold;
}
.project-details span:last-child {
    margin: 0;
}
.project-details strong {
    display: block;
    width: 120px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.project-details em {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
.portfolio-related-container {
}
.portfolio-related-container h3.related-posts-title {
    padding-top: 40px;
    border-top: 1px solid #EEE;
}
.portfolio-related-container .portfolio-related-items {
    margin: 0 -15px;
}
.portfolio-related-container .portfolio-related-items .portfolio-item {
    margin-bottom: 20px;
}
.portfolio-single .sharebox {
    margin-top: 25px;
}
/* Portfolio filter /--------------------------------------------------------- */
.portfolio-filter {
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0 0 40px 0;
}
.portfolio-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio-filter li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 5px 15px 5px 0;
    margin: 0 15px 0 0;
    color: #999;
    transition: all .2s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    cursor: pointer;
}
.portfolio-filter li:hover,
.portfolio-filter li.current {
    color: #555;
}
.portfolio-filter li span {
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 2px;
    -webkit-transition: width 0.15s linear 0s;
    -moz-transition: width 0.15s linear 0s;
    transition: width 0.15s linear 0s;
    background: #2eaeb9;
}
.portfolio-filter li:hover span,
.portfolio-filter li.current span {
    width: 20px;
}
@media (max-width: 479px) {
    .portfolio-filter {display: none;}
}
/* ---------------------------------------------------------------------------
 * Bootstrap styles
 * --------------------------------------------------------------------------- */
.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    border-radius: 2px;
    line-height: 1;
}
.tooltip#top {
    margin-top: -10px;
}
.tooltip.right {
    margin-left: 10px;
}
.tooltip.bottom {
    margin-top: 10px;
}
.tooltip.left {
    margin-left: -10px;
}
.form-control {
    height: auto;
}
/* ---------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------------- */
footer {
    background-color: #252525;
    color: #888;
}
footer a {
    color: #aaa;
}
footer a:hover {
    color: #fff;
}
#sub-footer {
    padding: 10px 0;
    font-size: 13px;
    background: #181818;
    color: #888;
}
#sub-footer a {
    color: #aaa;
}
#sub-footer a:hover {
    color: #fff;
}
#sub-footer .copyrights {
    text-align: left;
    float: left;
    line-height: 42px;
}
 #sub-footer .social-icons {
    float: right;
}
@media (max-width: 991px) {
    #sub-footer .copyrights {float: none;text-align: center;}
    #sub-footer .social-icons {float: none;text-align: center;}
    #sub-footer .social-icons ul li {float: none;display: inline-block;}
}
/* ---------------------------------------------------------------------------
 * Back to top button
 * --------------------------------------------------------------------------- */
.backtotop {
    display: inline-block;
    height: 35px;
    width: 42px;
    position: fixed;
    bottom: 0;
    right: 40px;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4) url(images/backtotop-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color: 0s.3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s, background-color: 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color: 0s .3s;
}
.backtotop.isvisible {
    visibility: visible;
    opacity: 1;
}
.backtotop:hover {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
}
@media (max-width: 767px) {
    .backtotop {
        right: 0;
        bottom: 20px;
        border-radius: 2px 0 0 2px;
    }
}
/* ---------------------------------------------------------------------------
 * Plugin - Magnific Popup
 * --------------------------------------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;}
.mfp-wrap {top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}
.mfp-container {text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box;}
.mfp-container:before {content:'';display:inline-block;height:100%;vertical-align:middle;}
.mfp-align-top .mfp-container:before {display:none;}
.mfp-content {position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {width:100%;cursor:auto;}
.mfp-ajax-cur {cursor:progress;}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom {cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}
.mfp-auto-cursor .mfp-content {cursor:auto;}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.mfp-loading.mfp-figure {display:none;}
.mfp-hide {display:none !important;}
.mfp-preloader {color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}
.mfp-preloader a {color:#CCC;}
.mfp-preloader a:hover {color:#FFF;}
.mfp-s-ready .mfp-preloader {display:none;}
.mfp-s-error .mfp-content {display:none;}
button.mfp-close,button.mfp-arrow {overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation;}
button::-moz-focus-inner {padding:0;border:0;}
.mfp-close {width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace;}
.mfp-close:hover, .mfp-close:focus {opacity:1;}
.mfp-close:active {top:1px;}
.mfp-close-btn-in .mfp-close {color:#333;}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%;}
.mfp-counter {position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap;}
.mfp-arrow {position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent;}
.mfp-arrow:active {margin-top:-54px;}
.mfp-arrow:hover, .mfp-arrow:focus {opacity:1;}
.mfp-arrow:before, .mfp-arrow:after {content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}
.mfp-arrow:after {border-top-width:13px;border-bottom-width:13px;top:8px;}
.mfp-arrow:before {border-top-width:21px;border-bottom-width:21px;opacity:0.7;}
.mfp-arrow-left {left:0;}
.mfp-arrow-left:after {border-right:17px solid #FFF;margin-left:31px;}
.mfp-arrow-left:before {margin-left:25px;border-right:27px solid #3F3F3F;}
.mfp-arrow-right {right:0;}
.mfp-arrow-right:after {border-left:17px solid #FFF;margin-left:39px;}
.mfp-arrow-right:before {border-left:27px solid #3F3F3F;}
.mfp-iframe-holder {padding-top:40px;padding-bottom:40px;}
.mfp-iframe-holder .mfp-content {line-height:0;width:100%;max-width:900px;}
.mfp-iframe-holder .mfp-close {top:-40px;}
.mfp-iframe-scaler {width:100%;height:0;overflow:hidden;padding-top:56.25%;}
.mfp-iframe-scaler iframe {position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#000;}
/* Main image in popup */
img.mfp-img {width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}
/* The shadow behind the image */
.mfp-figure {line-height:0;}
.mfp-figure:after {content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#444;}
.mfp-figure small {color:#BDBDBD;display:block;font-size:12px;line-height:14px;}
 .mfp-figure figure {margin:0;}
.mfp-bottom-bar {margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}
.mfp-title {text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px;}
.mfp-image-holder .mfp-content {max-width:100%;}
.mfp-gallery .mfp-image-holder .mfp-figure {cursor:pointer;}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {/** * Remove all paddings around the image on small screen */
 .mfp-img-mobile .mfp-image-holder {padding-left:0;padding-right:0;}
 .mfp-img-mobile img.mfp-img {padding:0;}
 .mfp-img-mobile .mfp-figure:after {top:0;bottom:0;}
 .mfp-img-mobile .mfp-figure small {display:inline;margin-left:5px;}
 .mfp-img-mobile .mfp-bottom-bar {background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box;}
 .mfp-img-mobile .mfp-bottom-bar:empty {padding:0;}
 .mfp-img-mobile .mfp-counter {right:5px;top:3px;}
 .mfp-img-mobile .mfp-close {top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0;}
 }
@media all and (max-width:900px) {.mfp-arrow {-webkit-transform:scale(0.75);transform:scale(0.75);}
 .mfp-arrow-left {-webkit-transform-origin:0;transform-origin:0;}
 .mfp-arrow-right {-webkit-transform-origin:100%;transform-origin:100%;}
 .mfp-container {padding-left:6px;padding-right:6px;}
 }
/* custom mfp styles */
.mfp-ready .mfp-figure {opacity:0;}
.mfp-zoom-in {/* start state */ /* animate in */ /* animate out */}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {opacity:0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;-webkit-transform:scale(0.97);-ms-transform:scale(0.97);transform:scale(0.97);}
.mfp-zoom-in.mfp-bg,.mfp-zoom-in .mfp-preloader {opacity:0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.mfp-zoom-in.mfp-ready.mfp-bg,.mfp-zoom-in.mfp-ready .mfp-preloader {opacity:0.8;}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {-webkit-transform:scale(0.97);-ms-transform:scale(0.97);transform:scale(0.97);opacity:0;}
.mfp-zoom-in.mfp-removing.mfp-bg,.mfp-zoom-in.mfp-removing .mfp-preloader {opacity:0;}
.mfp-iframe-scaler {overflow:visible;/*so the close button is shown*/}
.mfp-zoom-out-cur {cursor:auto;}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {cursor:pointer;}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {width:40px;height:40px;right:-13px;text-align:center;border-radius:100px;line-height:38px;padding:0;top:0;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;font-family:Arial,Baskerville,monospace !important;}
button.mfp-arrow:before, button.mfp-arrow:after {border:none;margin:0;display:none}
button.mfp-arrow:before {opacity:1;display:block;position:absolute;top:50%;left:0;width:100%;height:80px;line-height:80px;margin-top:-40px;color:#fff;font-size:30px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;-webkit-transform:scale(1);transform:scale(1)}
button.mfp-arrow:hover:before {-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}
button.mfp-arrow:before {content:"\f061";font-family:'FontAwesome'}
button.mfp-arrow-left:before {content:"\f060";font-family:'FontAwesome'}
/* MFP Preloader */
.mfp-preloader {height:50px;width:50px;margin-top:-25px;margin-left:auto;margin-right:auto;border-width:3px;border-style:solid;border-color:hsla(0, 0%, 100%, 0.75) hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25);border-radius:100%;animation:clockwise .7s linear infinite;}
.mfp-preloader a {color:#eee;text-decoration:underline;line-height:50px;}
.mfp-s-error .mfp-preloader {border:none;width:100%;-webkit-animation:none;animation:none;white-space:nowrap}
@keyframes clockwise {to {transform:rotate(360deg) translatez(0);}}
/* ---------------------------------------------------------------------------
 * Plugin - Flexslider
 * --------------------------------------------------------------------------- */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {outline:none;}
.slides,.flex-control-nav,.flex-direction-nav {margin:0;padding:0;list-style:none;}
/* FlexSlider Necessary Styles */
.flexslider {margin:0;padding:0;}
.flexslider .slides > li {display:none;-webkit-backface-visibility:hidden;}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width:100%;display:block;}
.flex-pauseplay span {text-transform:capitalize;}
/* Clearfix for the .slides element */
.slides:after {content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
html[xmlns] .slides {display:block;}
* html .slides {height:1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display:block;}
/* FlexSlider Default Theme */
.flexslider {margin:0;position:relative;zoom:1;}
.flex-viewport {max-height:2000px;-webkit-transition:all 0.2 ease;-moz-transition:all 0.2 ease;-o-transition:all 0.2 ease;transition:all 0.2 ease;}
.loading .flex-viewport {max-height:300px;}
.flexslider .slides {zoom:1;}
/* Direction Nav */
.flex-direction-nav {*height:0;}
.flex-direction-nav a {cursor:pointer !important;background:transparent;opacity:0;text-decoration:none;display:block;color:#fff;width:60px;height:60px;margin:-30px 0 0;line-height:60px;text-align:center;position:absolute;top:50%;z-index:10;overflow:hidden;cursor:pointer;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.flex-direction-nav .flex-prev {left:0px}
.flex-direction-nav .flex-next {right:0px}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {opacity:0.7;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity:1;color:#fff !important;-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}
.flex-direction-nav .flex-disabled {opacity:0!important;filter:alpha(opacity=0);cursor:default;}
.flex-direction-nav a:before {font-family:"FontAwesome";font-size:30px;display:inline-block;content:'\f060';}
.flex-direction-nav a.flex-next:before {content:'\f061';}
/* Control Nav */
.flex-control-nav {width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li {margin:0 4px;display:inline-block;zoom:1;*display:inline;border-radius:50%;}
.flex-control-paging li a {text-indent:-9999px;display:inline-block;background:transparent;border:2px solid #fff;width:10px;height:10px;border-radius:50%;opacity:.5;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;margin:0;cursor:pointer }
.flex-control-paging li a:hover {opacity:1;}
.flex-control-paging li a.flex-active {background:#fff;opacity:1;}
/* ---------------------------------------------------------------------------
 * Plugin - Carousel
 * --------------------------------------------------------------------------- */
.owl-carousel .animated {-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.owl-carousel .owl-animated-in {z-index:0;}
.owl-carousel .owl-animated-out {z-index:1;}
.owl-carousel .fadeOut {-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOut {0% {opacity:1;} 100% {opacity:0;}}
@keyframes fadeOut {0% {opacity:1;} 100% {opacity:0;}}
.owl-height {-webkit-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel {display:none;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;-webkit-backface-visibility:hidden;}
.owl-carousel .owl-stage {position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer {position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0);cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev {cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded {display:block }
.owl-carousel.owl-loading {display:block;min-height:100px;background:url('images/preloader.gif') no-repeat center center}
.owl-carousel.owl-hidden {opacity:0 }
.owl-carousel .owl-refresh .owl-item {display:none }
.owl-carousel .owl-item {position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-item img {display:block;max-width:100%;margin:0 auto;-webkit-transform-style:preserve-3d;}
#slider .owl-carousel .owl-item img {-webkit-backface-visibility:hidden;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab {cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl {direction:rtl }
.owl-carousel.owl-rtl .owl-item {float:right }
.no-js .owl-carousel {display:block }
.owl-carousel .owl-item .owl-lazy {opacity:0;-webkit-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-item img {transform-style:preserve-3d }
.owl-carousel .owl-video-wrapper {position:relative;height:100%;background:#111}
.owl-carousel .owl-video-play-icon {position:absolute;height:64px;width:64px;left:50%;top:50%;margin-left:-32px;margin-top:-32px;background:url("images/icons/play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover {-webkit-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {display:none }
.owl-carousel .owl-video-tn {opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame {position:relative;z-index:1}
/* Owl Carousel - Controls */
.owl-theme .owl-controls {text-align:center;-webkit-tap-highlight-color:transparent;}
/* Owl Carousel - Controls - Arrows */
.owl-theme .owl-controls .owl-nav [class*=owl-] {position:absolute;top:50%;margin-top:-18px;margin-left:-60px;left:0;zoom:1;width:36px;height:36px;line-height:32px;color:#CCC;font-size:40px;border-radius:50%;opacity:1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] {margin-top:-39px;}
.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {margin-top:-30px;left:0 !important;height:60px;line-height:60px;border:none;color:#EEE;background-color:rgba(0,0,0,0.4);font-size:28px;border-radius:0 3px 3px 0;}
.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] {margin-top:-46px;}
.owl-theme .owl-controls .owl-nav .owl-next {left:auto;right:-60px;}
.owl-carousel-full .owl-controls .owl-nav .owl-next {left:auto !important;right:0 !important;border-radius:3px 0 0 3px;}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {color:#666;text-decoration:none;}
.owl-theme .owl-controls .owl-nav .disabled {display:none !important;}
/* Owl Carousel - Controls - Dots */
.owl-theme .owl-dots .owl-dot {display:inline-block;zoom:1;margin-top:30px;*display:inline;}
.owl-theme .owl-dots .owl-dot span {display:block;width:8px;height:8px;margin:0 4px;opacity:0.5;border-radius:50%;background-color:#2eaeb9;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {opacity:1;}
.hidedots .owl-dots {display: none !important;}


.formulario_contacto .wpb_content_element{margin:0;}
.formulario_contacto p{color: #888;width: 100%;margin-top:0;margin-bottom: 10px;}
.formulario_contacto label{display: block;max-width: 95%;margin-bottom: 5px;font-weight: bold;}
    .formulario_contacto label span{width: 100%;margin-top: 5px;float: left;height: auto;}
        .formulario_contacto label span input{width: 100%;height: 40px;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;background: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
        .formulario_contacto label span textarea{width: 100%;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;background: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
    

