/*
Theme Name: Aurablue Electric
Theme URI: ed.paulo.pedro04@gmail.com
Description: Aurablue is a theme that support a bootstrap and responsive design
Author: Ed Paulo B. Pedro
Author URI: ed.paulo.pedro04@gmail.com
Version: 1.0
Tags: light, three-columns, right-sidebar, flexible-width, custom-colors, custom-header, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready
License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('vc_templates/style.css');
@import url('css/universal-style.css');
@import url('css/transistion.css');

/**************************************************
RESET
**************************************************/

* { list-style:none ; margin:0 ; outline:none ; padding:0 }
input, select, textarea { -webkit-box-sizing:border-box ; -moz-box-sizing:border-box ; box-sizing:border-box }
article, aside, details, figcaption, figure, footer, header, nav, section, summary { display:block }
audio, canvas, video { display:inline-block }

/**************************************************
UNIVERSAL STYLES
**************************************************/	

a, input, textarea, select, small, label, button[type="submit"], h1, h2, h3, h4, h5 { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-decoration:none; }
a img { border:none }
a:hover, a:active{ text-decoration:none !important; }
html, body{ overflow-x:hidden; }

@font-face{ font-family: "corbel"; src: url(fonts/corbel.ttf); }
@font-face{ font-family: "Monotype Corsiva"; src: url(fonts/MTCORSVA.ttf); }
@font-face{ font-family: "AlternateGotNo3D"; src: url(fonts/alternategotno3d.ttf); }
@font-face{ font-family: "Calibri"; src: url(fonts/Calibri.ttf); }
@font-face{ font-family: "Brandon_light"; src: url(fonts/Brandon_light.otf); }
@font-face{ font-family: "Brandon_reg"; src: url(fonts/Brandon_reg.otf); }
@font-face{ font-family: "AvantGardeCE"; src: url(fonts/ufonts.com_avantgarde-demi.ttf); }
@font-face{ font-family: "AvenirLTPro"; src: url(fonts/AvenirNextLTPro-Regular.otf); }
@font-face{ font-family: "AvenirLTPro Light"; src: url(fonts/AvenirNextLTPro-UltLtCn.otf); }

#ascrail2000{ z-index: 100 !important; }

#main html, #main p, #main a, #main li, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #post html, #post p, #post a, #post li, #post h1, #post h2, #post h3, #post h4, #post h5, #post h6,#page html, #page p, #page a, #page li, #page h1, #page h2, #page h3, #page h4, #page h5, #page h6, #full html, #full p, #full a, #full li, #full h1, #full h2, #full h3, #full h4, #full h5, #full h6, #full td, footer, header{
	font-family: 'Lato', sans-serif;
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Poppins', sans-serif;*/
}

.txt-center { text-align:center; }
.txt-right { text-align:right; }
.ul-out-disc li { list-style:outside disc;margin-left: 3%; }

/**************************************************
HEADER
**************************************************/
header .header-01 .logo-menu-wrap {
	padding:1.5em 0;
}
.header-01 ul.social-icons {
	margin-top:2.1em;
}
.header-01 ul.social-icons li {
    display: inline-block;
}
.header-01 ul.social-icons li a {
	border-radius:50%;
	font-size:16px;
	color:#fff;
}
.header-01 ul.social-icons li a.fb {
	padding:10px 15px;
	background-color:#3c79b8;
}
.header-01 ul.social-icons li a.twit {
    padding: 10px 12px;
	background-color:#00d2ff;
}
.header-01 ul.social-icons li a.linkin {
	padding: 10px 13px;
	background-color:#1660ac;
}
.header-01 ul.social-icons li a.gplus {
	padding: 10px 9px;
	background-color:#000000;
}
.header-01 ul.social-icons li a.ytube {
	padding: 10px 13px;
	background-color:#c50000;
}
.header-01 ul.contact-header {
	text-transform:uppercase;
	letter-spacing: .5px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	margin-top: .5em;
}
.header-01 ul.contact-header li:first-child {
	font-size: 16px;
	color:#434343;
}
.header-01 ul.contact-header li:last-child {
	font-size:31px;
	color:#dc582a;
	margin-top:-5px;
}
.header-01 ul.contact-header li:last-child a {
	color:#dc582a;
}
.header-01 ul.contact-header li:last-child i {
	font-size:28px;
}
.header-02 #main-navigation ul.navigation-menu {
	background-color:#15164b;
}
.header-02 #main-navigation ul.navigation-menu li {
	display:inline-block;
}
.header-02 #main-navigation ul.navigation-menu li a {
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	display:inline-block;
	padding: .8em 1.3994em;
	font-weight: 500;
}
.header-02 #main-navigation ul.navigation-menu li a:hover,
.header-02 #main-navigation ul.navigation-menu li.current-menu-parent > a,
.header-02 #main-navigation ul.navigation-menu li.current_page_item a, .header-02 #main-navigation ul.navigation-menu li:hover a {
	background-color:#0c0d2c;
}
.header-02 #main-navigation ul.navigation-menu ul.sub-menu {
	display:none;
	background-color:#15164b;
}
.header-02 #main-navigation ul.navigation-menu li.menu-item-has-children:hover ul.sub-menu {
	display:block;
	position:absolute;
	z-index:999;
}
.header-02 #main-navigation ul.navigation-menu li.menu-item-has-children ul.sub-menu li {
	display:block;
}
.header-02 #main-navigation ul.navigation-menu li.menu-item-has-children ul.sub-menu li a {
	width:100%;
}
/**************************************************
FOOTER
**************************************************/
footer .footer-01 {
    padding: 3em 0 1em;
    line-height: 22px;
	background-color:#424242;
	color:#fff;
	margin-top:2em;
}
footer .footer-01 a {
	color:#fff;
	font-family:'Roboto', sans-serif;
}
footer .footer-01 h3 {
	font-size:16px;
	margin:0 0 1em;
	font-family:'Roboto', sans-serif !important;
	font-weight:400;
}
footer .footer-01 .about-wrap {
	font-size: 13px;
	color: #fff;
	font-family:'Roboto', sans-serif;
}
footer .footer-01 ul.social-icons li {
    display: inline-block;
}
footer .footer-01 ul.social-icons li a {
	border-radius:50%;
	font-size:16px;
	color:#424242;
	background-color:#fff;
}
footer .footer-01 ul.social-icons li a.fb {
	padding:5px 11px;
	margin-right:5px;
}
footer .footer-01 ul.social-icons li a.twit {
    padding: 5px 8px;
	margin-right:5px;
}
footer .footer-01 ul.social-icons li a.linkin {
	padding: 5px 9px;
	margin-right:5px;
}
footer .footer-01 ul.social-icons li a.gplus {
	padding: 5px 5px;
	margin-right:5px;
}
footer .footer-01 ul.social-icons li a.ytube {
	padding: 5px 9px;
}
footer .footer-01 .site-infos li, footer .footer-01 .site-infos a  {
	font-family:'Roboto', sans-serif !important;
	font-size: 13px;
}
footer .footer-01 .site-infos i, footer .footer-01 .site-infos span {
	margin-right:4px;
}
footer .footer-02 {
	background-color:#262626;
	padding: 1em 0;
	font-size: 13px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
footer .footer-02 #main-navigation ul.navigation-menu {
	margin:0;
}
footer .footer-02 #main-navigation ul.navigation-menu li {
	display:inline-block;
}
footer .footer-02 #main-navigation ul.navigation-menu li a {
	font-weight:300;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	position:relative;
}
footer .footer-02 #main-navigation ul.navigation-menu li a:after {
	content: '';
	height: 60%;
	width: 1px;
	position: absolute;
	right: -2px;
	top: 4px;
	background-color: #999;
}
footer .footer-02 #main-navigation ul.navigation-menu li:first-child a {
	padding-right:.7em;
}
footer .footer-02 #main-navigation ul.navigation-menu li:nth-child(2) a {
	padding:0 .7em;
}
footer .footer-02 #main-navigation ul.navigation-menu li:last-child a {
	padding-left:.7em;
}
footer .footer-02 #main-navigation ul.navigation-menu li:last-child a:after {
	position: relative;
}
footer .footer-02 #copyright a {
	color:#e7763d;
}
/**************************************************
HOME PAGE
**************************************************/
.social-links-sc ul.social-icons {
	text-align: center;
	margin-top: 2em;
}
.social-links-sc ul.social-icons li {
    display: inline-block;
}
.social-links-sc ul.social-icons li a {
	border-radius:50%;
	font-size:16px;
	color:#fff;
	margin-right: 1em;
}
.social-links-sc ul.social-icons li:last-child a {
	margin-right:0;
}
.social-links-sc ul.social-icons li a.fb {
	padding:10px 15px;
	background-color:#3c79b8;
}
.social-links-sc ul.social-icons li a.twit {
    padding: 10px 12px;
	background-color:#00d2ff;
}
.social-links-sc ul.social-icons li a.linkin {
	padding: 10px 13px;
	background-color:#1660ac;
}
.social-links-sc ul.social-icons li a.gplus {
	padding: 10px 9px;
	background-color:#000000;
}
.social-links-sc ul.social-icons li a.ytube {
	padding: 10px 13px;
	background-color:#c50000;
}


#main .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#main .vc_row.vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}
#main #home-section-1 h1 {
	font-family: 'AvenirLTPro';
	font-size:26px;
	text-align:center;
	color:#4b4b4b;
}
#main #home-section-1 .date, #main #home-section-1 .questions {
	padding:1.05em;
	text-align:center;
	background-color:#eeeeee;
}
#main #home-section-1 .date h2, #main #home-section-1 .questions h2 {
	margin:0 0 .5em;
	font-family: 'AvenirLTPro';
	color:#696868;
	font-size: 28px;
	line-height: 34px;
}
#main #home-section-1 .date button, #main #home-section-1 .questions button {
	padding:5px 20px;
	text-transform:uppercase;
	color:#fff;
	background-color:#dc582a;
	border:none;
}
#main #home-section-1 .date a, #main #home-section-1 .questions a {
	font-family: 'AvenirLTPro';
	letter-spacing:1px;
}
#main #home-section-2 .vc_custom_1474545608678, #main #home-section-2 .vc_custom_1474533149823, #main #home-section-2 .bg-img-wide > .vc_column-inner {
	min-height:300px;
}
#main #home-section-2 h2 {
	font-family: 'AvenirLTPro';
	color:#fff;
	font-size:36px;
}
#main #home-section-2 h2 em {
	font-style:normal;
	font-weight:300;
	color:#60607b;
}
#main #home-section-2 h2 u {
	text-decoration:none;
	font-size:60px;
	font-weight:900;
}
#main #home-section-3 h1 {
    font-family: 'AvenirLTPro';
    font-size: 38px;
    text-align: center;
    color: #4b4b4b;
	margin-top:1em;
}
#main #home-section-3 .testimonials .single-testi {
	background-color:#eeeeee;
	padding:3em 2.5em;
}
#main #home-section-3 .testimonials .single-testi p {
	font-family: 'Open Sans', sans-serif;
}
#main #home-section-3 .testimonials .single-testi p.testi-desc {
	text-align:justify;
	color:#646464;
	padding: 1em 0 2em;
}
#main #home-section-3 .testimonials .single-testi p.comp-imgs {
	min-height:70px;
}
#main #home-section-3 .testimonials .single-testi p.comp-imgs, #main #home-section-3 .testimonials .single-testi p.testi-imgs {
	text-align:center;
}
#main #home-section-3 .testimonials .single-testi p.comp-imgs img, #main #home-section-3 .testimonials .single-testi p.testi-imgs img {
	width: 100%;
	height: 100%;
	max-width: 100px;
}
#main #home-section-3 .testimonials .single-testi p.testi-imgs img {
	border-radius: 50%;
}
#main #home-section-3 .testimonials .single-testi h3.testi-name {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
	text-align:center;
	color:#646464;
	font-weight:600;
}
#main #home-section-4 h1 {
    font-family: 'AvenirLTPro';
    font-size: 38px;
    text-align: center;
    color: #4b4b4b;
    margin: 1em 0 1.5em;
}
#main #home-section-4 .keyfeat-imgs {
	padding:1em;
	border-radius:50%;
	background-color:#adadad;
	margin-top: 5px;
	text-align: center;
	min-width: 60px;
	min-height: 60px;
	vertical-align: middle;
}
#main #home-section-4 .keyfeat-imgs:hover, #main #home-section-4 .kf1:hover .keyfeat-imgs, #main #home-section-4 .kf2:hover .keyfeat-imgs, #main #home-section-4 .kf3:hover .keyfeat-imgs, #main #home-section-4 .kf4:hover .keyfeat-imgs, #main #home-section-4 .kf5:hover .keyfeat-imgs, #main #home-section-4 .kf6:hover .keyfeat-imgs, #main #home-section-4 .kf7:hover .keyfeat-imgs, #main #home-section-4 .kf8:hover .keyfeat-imgs {
	background-color:#15164b;
}
#main #home-section-4 .kf1, #main #home-section-4 .kf2, #main #home-section-4 .kf3, #main #home-section-4 .kf4, #main #home-section-4 .kf5, #main #home-section-4 .kf6, #main #home-section-4 .kf7, #main #home-section-4 .kf8 {
	margin-bottom:1.5em;
}
#main #home-section-4 .keyfeat-desc {
	color:#4b4b4b;
	font-size:24px;
	line-height:32px;
}
/**************************************************
INNER PAGES
**************************************************/
#topbar .pg-ft-img img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.6;
}
#topbar h1 {
	padding-bottom: 4px;
	border-bottom: 1px solid #15164b;
	position:relative;
	z-index:2;
    margin-bottom: 25px;
    font-weight: 600;
}
#topbar h1 span {
	border-bottom: 2px solid #15164b;
    padding-right: 25px;
}
.fac-man-ser {
	margin-bottom:1.5em;
}
.fac-man-ser h4 {
	background-color: #15164b;
	margin: 0;
	color: #fff;
	padding: 1em;
}
.fac-man-ser ul {
	background-color: #eee;
	padding: 1.5em 1em;
}
.fac-man-ser ul li {
	margin-left:0;
}
#pages .fac-man-ser ul li {
	background-image: url('images/list-style-powerbtn-15x15.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 1.5em;
	margin-left: 1em;
}

#pages #content-section p, #pages #content-section div, #pages #content-section span{
	font-size:14px;
	line-height:22px;
}
#pages #content-section ul li, #pages #content-section ol li{
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
    margin-left: 35px;
    list-style: initial;
    margin-bottom: 0px;
}
#pages #content-section ol li{
    list-style: initial;
    list-style-type: decimal;
	margin-bottom:5px;
    margin-left: 15px;
}
#pages #content-section table{
	width:100%;
	margin-bottom:15px;
}
#pages #content-section td{
    vertical-align: top;
    border: 1px solid #aaa;
    padding: 20px 25px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 22px;
	width:50%;
}
#pages #content-section td div{
	margin-bottom:15px;
}
#pages #content-section img{
	max-width:100%;
}
#pages #content-section h2{
    color: #01A4E0;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}
#pages #content-section h3 {
    color: #dc582a;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
#pages #sayaboutus .others-say {
	padding-bottom: 2em;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 2em;
}
#pages #sayaboutus .others-say:last-child {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}
#pages #sayaboutus .others-say h3 {
	margin-top:0;
}
#pages #sayaboutus .others-say .img-wrap {
	text-align:center;
}
#pages .our-team h3 {
	margin-bottom:0 !important;
}
#pages .groundmem-1 img,
#pages .groundmem-2 img {
	margin-bottom:10px !important;
}
#pages #blogpost .blog {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eaeaea;
}
#pages #blogpost .blog:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
#pages #blogpost .blog h3 {
	margin: 5px 0 2px;
	color:#dc582a;
}
#pages #blogpost .blog h3 a {
	color:#dc582a;
}
#pages #blogpost .blog .date {
	margin-bottom:10px;
	font-style:italic;
}
#pages #blogpost .blog .author-comment {
	margin-top:10px;
	
}
#pages #blogpost .blog .author-comment,
#pages #blogpost .blog .author-comment span {
	font-size:13px;
	font-weight:600;
	font-size:13px;
	color:#717171;
}

/**************************************************
POSTS PAGE
**************************************************/

#posts p {
    line-height: 20px;
    margin-bottom: 13px;
    color: #737373;
    font-size: 13px;
}
#posts .post-container .post-created {
    float: left;
    padding-right: 20px;
}
#posts .post-container .post-created span {
    text-transform: lowercase;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    display: block;
    font-size: 18px;
    background-color: #66A24A;
    padding: 15px 14px;
    line-height: 15px;
    font-weight: 300;
}
#posts .post-container .post-created span b {
    font-size: 14px;
}
#posts .post-container .post-title {
    float: left;
    width: 84%;
}
#posts .post-container .post-title h1 {
    color: #ff6f50;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
}
#posts .post-container .post-title .post-category {
    padding-top: 5px;
    padding-bottom: 5px;
}
#posts .post-container .post-title .author-comment {
    font-size: 12px;
    color: #8f8f8f;
    font-style: italic;
}
#posts .post-container .post-title .author-comment i {
    color: #333;
    margin-right: 10px;
}
#posts .post-container .post-title .author-comment span {
    margin-left: 15px;
    color: #333;
}
#posts .post-container .post-content {
    float: left;
    width: 100%;
    padding-top: 25px;
}
#posts .post-container .post-content .post-thumbnail {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    float: left;
}
#posts .post-container .post-content .post-thumbnail img {
    float: left;
}
#posts .post-container .post-content blockquote {
    padding: 10px 50px;
    margin: 20px 0 35px;
    font-size: 16px;
    line-height: 32px;
    border-left: 0;
    color: #737373;
    font-weight: 600;
}
#posts .post-container .post-content blockquote:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-left: -50px;
    font-size: 36px;
    color: #66A24A;
    margin-top: -30px;
}
#posts .post-container .post-author-share {
    width: 100%;
    margin-bottom: 35px;
}
#posts .post-container .post-author-share .author-details {
    padding: 20px 0;
    float: left;
    width: 100%;
}
#posts .post-container .post-author-share .author-avatar {
    float: left;
    padding-right: 1.5em;
}
#posts .post-container .post-author-share .author-avatar img {
    width: 65px;
}
#posts .post-container .post-author-share .author-info {
    float: left;
}
#posts .post-container .post-author-share .author-info .author-name {
    color: #ff6f50;
    text-transform: uppercase;
    font-weight: bold;
}
#posts .post-container .post-author-share .author-info .author-role {
    color: #737373;
    font-style: italic;
}
#posts .post-container .post-author-share .text-center {
    width: 200px;
    padding: 10px;
}
#posts .post-container .post-author-share .social-share {
    padding: 20px 5px;
}
#posts .post-container .post-author-share .social-share .fa {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 15px;
    text-align: center;
    margin: 0 2px;
    padding-top: 8px;
    color: #fff;
    background-color: #BEBEBE;
    border: 2px solid #BEBEBE;
}
#posts .post-container .post-author-share .social-share .fa:hover {
    color: #BEBEBE;
    background-color: #fff;
    border: 2px solid #BEBEBE;
}
#posts #reply-title {
    font-size: 14px;
    font-weight: bold;
}
#posts #comments .reply-avatar {
    float: left;
    padding-right: 1.5em;
}
#posts #comments .reply-avatar img {
    width: 65px;
    height: inherit;
}
#posts #comments .reply-content {
    float: left;
    width: 84%;
}
#posts #comments hr {
    border-color: #D3D3D3;
}
#posts #comments .reply-container {
    float: left;
    width: 100%;
}
#posts #comments .reply-content .fn {
    color: #66A24A;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
#posts input[type="text"],
#posts input[type="email"],
#posts input[type="tel"],
#posts textarea {
    font-weight: 500;
    font-size: 12px;
    color: #777777;
    background: transparent;
    width: 100%;
    border: 1.5px solid #bbbbbb;
    margin: 0 0 12px 0;
    padding: 14px 20px;
    position: relative;
    margin-bottom: 5px;
    display: block;
}
#posts input[type="text"]:placeholder-shown,
#posts input[type="email"]:placeholder-shown,
#posts input[type="tel"]:placeholder-shown,
#posts textarea:placeholder-shown {
    font-style: italic;
}
#posts input[type="submit"] {
    background-color: #ff6f50;
    color: #fff;
    padding: 0.6em 4em;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    border: 0;
}
/**************************************************
CONTACT PAGE
**************************************************/
#contact-pg input[type="text"],#contact-pg input[type="email"], #contact-pg textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
#contact-pg input[type="text"]:hover,#contact-pg input[type="email"]:hover, #contact-pg textarea:hover, #contact-pg input[type="text"]:focus,#contact-pg input[type="email"]:focus, #contact-pg textarea:focus {
	border: 1px solid #15164b;
}
#contact-pg textarea {
    max-height: 220px;
}
#contact-pg input[type="submit"] {
	float: right;
	padding: 10px 30px;
	background-color: #15164b;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}
#contact-pg ul.contact-info {
	margin-top:1em;
}
#contact-pg ul.contact-info li {
	font-size:15px;
}
#contact-pg ul.contact-info li i {
	margin-right:5px;
}
#contact-pg ul.contact-info li a {
	color:#464646;
}
#contact-pg ul.contact-info li a:hover {
	color:#15164b;
	text-decoration:underline !important;
}
/**************************************************
404 PAGE NOT FOUND
**************************************************/

.page-404 {
    padding: 9em 0 0;
    border-radius: 5px;
    background-clip: padding-box;
    font-family: "Open Sans";
}
.page-404 .header,
.page-404 .sub-header,
.page-404 .sub-header2 {
    color: #333;
    padding: 1em 0;
    text-transform: uppercase;
}
.page-404 b {
    color: #2A48AB;
}
.page-404 .header {
    font-size: 500%;
    padding: 0;
    line-height: 80px;
    text-align: center;
    letter-spacing: -1px;
}
.page-404 .sub-header {
    font-size: 90%;
    text-align: center;
}
.page-404 .sub-header p {
    background-color: #2A48AB;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 10px;
    padding: 0.5em 2.5em;
    margin-top: 1em;
    margin-bottom: 10em;
}
/**************************************************
MOBILE STYLE
**************************************************/

@media all and (min-width: 768px) {
    header .header-01 #product-navigation {
        display: inline-block !important;
    }
    #show-my-mobile-nav-button {
        display: none !important;
    }
    #hide-my-mobile-nav-button {
        display: none !important;
    }
	.header-01 ul.contact-header,
	footer .footer-02 #copyright {
		text-align:right;
	}
	footer .footer-01 .fw-logo:after, footer .footer-01 .fw-social:after {
		content: '';
		height: 100px;
		width: 2px;
		position: absolute;
		right: 11px;
		top: 5px;
		background-color: #d5d5d5;
	}
	.ul-li-bg {
		background-color: #eee;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.ul-li-bg-div-1, .ul-li-bg-div-2 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media all and (max-width: 767px) {
    header .header-02 #main-navigation {
        display: none;
    }
    header .header-01 .logo {
        position: relative;
    }
	header .header-01{
		text-align:center;
	}
    #show-my-mobile-nav-button {
        display: inline-block;
    }
    #hide-my-mobile-nav-button {
        display: none;
    }
    #show-my-mobile-nav-button,
    #hide-my-mobile-nav-button {
        background: #fff;
        color: #3E3E3E;
        font-size: 200%;
        cursor: pointer;
        max-width: 50px;
        border: 1px solid #fff;
        text-align: center;
        font-weight: 400;
        font-family: "Lato Light";
        border-radius: 5px;
        margin: 5px 0px;
        padding-top: 4px;
        float: right;
    }
	#show-my-mobile-nav-button, #hide-my-mobile-nav-button{
	    margin-left: 10px;
		width: 55px;
		height: 50px;
		float: left;
	}
	.header-02 #main-navigation ul.navigation-menu li {
	    display: inline-block;
		width: 100%;
		text-align:center;
	}
	.header-02 #main-navigation ul.navigation-menu li a {
		width:100%;
	}
	footer .footer-01 .fw-logo, footer .footer-01 .fw-social, footer .footer-01 .site-infos {
		margin-bottom:1.5em;
	}
	.fac-man-ser .ul-li-bg .ul-li-bg-div-1 ul {
		padding-bottom:0;
	}
	.fac-man-ser .ul-li-bg .ul-li-bg-div-2 ul {
		padding-top:0;
	}
	.header-02 #main-navigation ul.navigation-menu li.menu-item-has-children:hover ul.sub-menu {
		position:relative;
	}
	.vc_empty_space {
		display:none;
	}
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
	.header-02 #main-navigation ul.navigation-menu li a {
		padding:.8em 1.1851em;
	}
}
@media only screen and (min-width:768px) and (max-width: 991px) {
	.header-02 #main-navigation ul.navigation-menu li a {
		padding:.2em .31em;
	}
}
@media all and (min-width: 992px) {
	footer .footer-01 .logo-wrap {
		border-right:4px solid #d4d4d4;
	}
	#main #home-section-2 h2 {
		padding-left:1.5em;
	}
	#main #home-section-3 .testimonials .single-testi {
		min-height:530px;
	}
}
@media all and (max-width: 991px) {
	footer .footer-01 .logo {
		margin-bottom:1em;
	}
	#main #home-section-3 .testimonials .single-testi:first-child, #main #home-section-3 .testimonials .single-testi:nth-child(2),
	#main #home-section-1 .date, #main #home-section-1 .questions {
		margin-bottom:1.5em;
	}
}