﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar
{
	width:100%;
	height:auto;
	background-color:#06120f;
}
.top-bar > div
{
	width:1280px;
	height:46px;
	line-height:46px;
	margin:0px auto;
	position:relative;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar-social-bar
{
    height:46px;
    line-height:46px;
	position:absolute;
	left:0px;
}
.top-bar-social-bar > a
{
    width:24px;
    height:24px;
    margin:11px 10px 0px 0px;
    border:0px;
    outline:0px;
    background-size:24px 24px;
    text-decoration:none;
    display:inline-block;
    -webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	transition:background 0.5s ease;
}
.top-bar-social-bar > a:hover
{
    background-size:24px 24px;
}
.top-bar-social-bar > a:last-child
{
    margin-right:0px;
}
.top-bar-social-bar-x
{
    background:url("../Images/icon-x.png") no-repeat center center;
}
.top-bar-social-bar-x:hover
{
    background:url("../Images/icon-x-hover.png") no-repeat center center;
}
.top-bar-social-bar-linkedin
{
    background:url("../Images/icon-linkedin.png") no-repeat center center;
}
.top-bar-social-bar-linkedin:hover
{
    background:url("../Images/icon-linkedin-hover.png") no-repeat center center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header
{
    width:100%;
    height:auto;
    background-color:#0e2b26;
}
.header > div
{
    width:1280px;
    height:160px;
    margin:0px auto;
    position:relative;
}
.header > div > h1
{
    width:272px;
    height:129px;
    margin:0px;
    padding:0px;
    position:absolute;
    top:15.5px;
    left:0px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.header > div > h1:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.header > div > h1 > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.header > div > h1 > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced
{
    width:auto;
    height:40px;
    line-height:40px;
    margin:0px auto;
    text-align:center;
    position:absolute;
    top:60px;
    right:0px;
}
.menu-bar-advanced > ul
{
    width:auto;
    margin:0px auto;
    padding:0px;
    list-style:none;
    display:inline-block;
}
.menu-bar-advanced > ul > li
{
    margin:0px 10px;
    padding:0px 15px;
    border:solid 1px transparent;
    float:left;
    position:relative;
    -webkit-transition:border 0.5s ease;
	-moz-transition:border 0.5s ease;
	transition:border 0.5s ease;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.menu-bar-advanced > ul > li:hover
{
    border:solid 1px #d4af37;
}
.menu-bar-advanced > ul > li:hover > a
{
    color:#d4af37;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li > a
{
    width:100%;
    line-height:40px;
    margin:0px;
    padding:0px;
    font-family:Roboto;
    font-weight:bold;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    display:block;
	-webkit-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
}
.menu-bar-advanced > ul > li > ul
{
    width:200px;
    margin:10px 0px 0px 0px;
    padding:5px 10px;
    list-style:none;
    border:solid 1px #d4af37;
    background-color:#0e2b26;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:0px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:visibility 0.5s, opacity 0.5s linear;
    -moz-transition:visibility 0.5s, opacity 0.5s linear;
    transition:visibility 0.5s, opacity 0.5s linear;
}
.menu-bar-advanced > ul > li > ul > li > ul
{
    width:200px;
    margin:0px;
    margin-top:-36px;
    padding:5px 10px;
    list-style:none;
    border:solid 1px #d4af37;
    background-color:#0e2b26;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:210px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:visibility 0.5s, opacity 0.5s linear;
    -moz-transition:visibility 0.5s, opacity 0.5s linear;
    transition:visibility 0.5s, opacity 0.5s linear;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul
{
    width:210px;
    margin:0px;
    margin-top:-36px;
    padding:5px 10px;
    list-style:none;
    border:solid 1px #d4af37;
    background-color:#0e2b26;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:210px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:visibility 0.5s, opacity 0.5s linear;
    -moz-transition:visibility 0.5s, opacity 0.5s linear;
    transition:visibility 0.5s, opacity 0.5s linear;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:Roboto;
    font-weight:normal;
    font-size:14px;
    color:#d4af37;
    text-decoration:none;
    text-align:left;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > a:hover
{
    color:#ffffff;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:Roboto;
    font-weight:normal;
    font-size:14px;
    color:#d4af37;
    text-decoration:none;
    text-align:left;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a:hover
{
    color:#ffffff;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:Roboto;
    font-weight:normal;
    font-size:14px;
    color:#d4af37;
    text-decoration:none;
    text-align:left;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul > li > a:hover
{
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li:hover .menu-bar-advanced-level-1
{
    display:block;
    visibility:visible;
    opacity:1;
}
.menu-bar-advanced-level-1 > li:hover .menu-bar-advanced-level-2
{
    display:block;
    visibility:visible;
    opacity:1;
}
.menu-bar-advanced-level-2 > li:hover .menu-bar-advanced-level-3
{
    display:block;
    visibility:visible;
    opacity:1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.title-bar
{
	width:1280px;
	height:46px;
	line-height:44px;
	margin:10px auto;
	border:solid 1px #d4af37;
	text-align:center;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.title-bar h2
{
	margin:0px;
	padding:0px;
	background-color:#0e2b26;
	font-family:Roboto;
	font-weight:bold;
	font-size:20px;
	color:#d4af37;
	text-align:center;
}
.title-bar h3
{
	margin:0px;
	padding:0px;
	background-color:#0e2b26;
	font-family:Roboto;
	font-weight:bold;
	font-size:20px;
	color:#d4af37;
	text-align:center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.container-main
{
}
.container-page
{
	width:1280px;
	min-height:350px;
	margin:10px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer
{
    width:100%;
    padding:50px 0px;
    background-color:#0d2b24;
}
.footer > ul
{
    width:1280px;
    margin:0px auto;
    padding:0px;
    list-style:none;
}
.footer > ul > li
{
    width:33.3333%;
    float:left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-logo-bar
{
}
.footer-logo-bar > a
{
    width:272px;
    height:129px;
    margin:0px auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.footer-logo-bar > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.footer-logo-bar > div
{
    height:160px;
    line-height:32px;
    margin:10px 0px 0px 0px;
    padding:0px 25px;
    font-family:Roboto;
    font-weight:normal;
	font-size:14px;
	color:#ffffff;
	overflow:hidden;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-social-bar
{
    margin:25px 0px;
    text-align:center;
}
.footer-social-bar > a
{
    width:24px;
    height:24px;
    margin:0px 5px;
	background-size:24px 24px;
	color:#d4af37;
    text-decoration:none;
    display:inline-block;
    -webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	transition:background 0.5s ease;
}
.footer-social-bar > a:hover
{
    background-size:24px 24px;
}
.footer-social-bar > a > i
{
    line-height:36px;
    font-size:24px;
    -webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
.footer-social-bar > a > i:hover
{
    color:#ffffff;
}
.footer-social-bar .fa-sitemap
{
    font-size:24px;
    position:relative;
    top:-3px;
}
.footer-social-bar-x
{
    background:url("../Images/icon-x.png") no-repeat center center;
}
.footer-social-bar-x:hover
{
    background:url("../Images/icon-x-hover.png") no-repeat center center;
}
.footer-social-bar-linkedin
{
    background:url("../Images/icon-linkedin.png") no-repeat center center;
}
.footer-social-bar-linkedin:hover
{
    background:url("../Images/icon-linkedin-hover.png") no-repeat center center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-menu-bar
{
    margin:50px 0px 0px 0px;
    padding:0px;
    list-style:none;
}
.footer-menu-bar > li
{
    width:50%;
    float:left;
}
.footer-menu-bar > li > a
{
    line-height:30px;
    font-family:Roboto;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
}
.footer-menu-bar > li > a:hover
{
    color:#d4af37;
}
.footer-menu-bar > li > a:hover i
{
    margin-right:5px;
    color:#d4af37;
}
.footer-menu-bar > li > a > i
{
    margin-right:10px;
    color:#d4af37;
    -webkit-transition:color 0.5s ease, margin 0.5s ease;
	-moz-transition:color 0.5s ease, margin 0.5s ease;
	transition:color 0.5s ease, margin 0.5s ease;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-subscribe-bar
{
    margin-top:50px;
}
.footer-subscribe-bar > p
{
    margin:0px;
    padding:0px;
    font-family:Roboto;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    text-align:center;
}
.footer-subscribe-bar > p > strong
{
    color:#d4af37;
}
.footer-subscribe-bar > div
{
    width:80%;
    height:36px;
    margin:10px auto;
}
.footer-subscribe-bar > div > input[type=submit]
{
    width:80px;
    height:36px;
    line-height:34px;
    margin:0px 0px 0px 1%;
    padding:0px;
    border:solid 1px #d4af37;
    outline:0px;
    background-color:#d4af37;
    font-family:Roboto;
    font-weight:bold;
    font-size:14px;
    color:#000000;
    float:right;
    cursor:pointer;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:color 0.5s;
	-moz-transition:color 0.5s;
	transition:color 0.5s;
}
.footer-subscribe-bar > div > input[type=submit]:hover
{
    color:#ffffff;
}
.footer-subscribe-bar > div > input[type=text]
{
    width:calc(100% - 90px);
    height:36px;
    line-height:34px;
    margin:0px;
    padding:0px 5px;
    border:solid 1px #d4af37;
    outline:0px;
    background-color:#05433e;
    font-family:Roboto;
    font-size:14px;
    color:#ffffff;
    float:left;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.copyright-bar
{
    width:100%;
    height:46px;
    line-height:46px;
    background-color:#081a16;
}
.copyright-bar > div
{
    width:1280px;
    margin:0px auto;
}
.copyright-bar > div > div
{
    width:50%;
    font-family:Roboto;
    font-size:12px;
    color:#ffffff;
    float:left;
}
.copyright-bar > div > div:first-child
{
    text-align:left;
}
.copyright-bar > div > div:last-child
{
    text-align:right;
}
.copyright-bar > div > div > a
{
    color:#ffffff;
    text-decoration:none;
}
.copyright-bar > div > div > a:hover
{
    color:#d4af37;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.slider-bar
{
    width:100%;
    margin:0px auto 10px auto;
    overflow:hidden;
}
.slider
{
}
.slider > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
}
.slider > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.banner-bar
{
    width:1280px;
    margin:25px auto;
}
.banner
{
    width:100%;
    height:auto;
}
.banner > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.banner > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.banner > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.banner > h3
{
    width:100%;
    height:36px;
    line-height:36px;
    margin:0px;
    padding:0px;
    font-family:Roboto;
    font-weight:normal;
    font-size:13px;
    color:#000000;
    text-align:center;
}
.banner > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.banner > h3 > a:hover
{
    color:#d4af37;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-about-bar
{
    width:1280px;
    height:auto;
    margin:25px auto;
}
.home-about-bar > a
{
    width:400px;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    float:right;
	-webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-about-bar > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-about-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-about-bar > div
{
    width:calc(100% - 500px);
    margin-top:25px;
    padding:50px;
    background:url("../Images/home-about-bar-top.png") no-repeat top left, url("../Images/home-about-bar-bottom.png") no-repeat bottom right;
    float:left;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar > div > h3
{
    width:292px;
    height:auto;
    margin:0px;
    padding:0px;
}
.home-about-bar > div > h3 > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-about-bar > div > h3 > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-about-bar > div > div
{
    height:144px;
    line-height:24px;
    margin:10px 0px;
    font-family:Roboto;
    font-size:14px;
    color:#ffffff;
    text-align:justify;
    overflow:hidden;
}
.home-about-bar > div > a
{
    width:140px;
    height:36px;
    line-height:34px;
    margin:10px auto;
    border:solid 1px #d4af37;
    font-family:Roboto;
    font-size:16px;
    color:#d4af37;
    text-decoration:none;
    text-align:center;
    display:block;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:border 0.5s ease, color 0.5s ease;
	-moz-transition:border 0.5s ease, color 0.5s ease;
	transition:border 0.5s ease, color 0.5s ease;
}
.home-about-bar > div > a:hover
{
    border:solid 1px #ffffff;
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-keynotes-bar
{
    width:100%;
    height:auto;
    margin:50px auto;
    padding:50px 0px;
    background-color:#0d2b24;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-keynotes-bar > div
{
    width:1280px;
    height:auto;
    margin:0px auto;
}
.home-keynotes-bar > div > a
{
    width:400px;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    float:left;
	-webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-keynotes-bar > div > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-keynotes-bar > div > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-keynotes-bar > div > div
{
    width:calc(100% - 500px);
    float:right;
}
.home-keynotes-bar > div > div > h3
{
    width:554px;
    height:auto;
    margin:0px;
    padding:0px;
}
.home-keynotes-bar > div > div > h3 > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-keynotes-bar > div > div > h3 > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-keynotes-bar > div > div > div
{
    height:240px;
    line-height:24px;
    margin:10px 0px;
    font-family:Roboto;
    font-size:14px;
    color:#ffffff;
    text-align:justify;
    overflow:hidden;
}
.home-keynotes-bar > div > div > a
{
    width:140px;
    height:36px;
    line-height:34px;
    margin:10px auto;
    border:solid 1px #d4af37;
    font-family:Roboto;
    font-size:16px;
    color:#d4af37;
    text-decoration:none;
    text-align:center;
    display:block;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:border 0.5s ease, color 0.5s ease;
	-moz-transition:border 0.5s ease, color 0.5s ease;
	transition:border 0.5s ease, color 0.5s ease;
}
.home-keynotes-bar > div > div > a:hover
{
    border:solid 1px #ffffff;
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-consulting-bar
{
    width:1280px;
    height:auto;
    margin:25px auto;
    padding:0px 0px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-consulting-bar > a
{
    width:400px;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    float:left;
	-webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-consulting-bar > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-consulting-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-consulting-bar > div
{
    width:calc(100% - 500px);
    float:right;
}
.home-consulting-bar > div > h3
{
    margin:10px 0px 0px 0px;
    padding:0px;
    font-family:Roboto;
    font-weight:bold;
    font-size:24px;
    color:#ffffff;
}
.home-consulting-bar > div > h3 > a
{
    color:#ffffff;
    text-decoration:none;
}
.home-consulting-bar > div > h3 > a:hover
{
    color:#d4af37;
}
.home-consulting-bar > div > h4
{
    margin:10px 0px 0px 0px;
    padding:0px;
    font-family:Roboto;
    font-weight:bold;
    font-size:18px;
    color:#d4af37;
}
.home-consulting-bar > div > h4 > a
{
    color:#d4af37;
    text-decoration:none;
}
.home-consulting-bar > div > h4 > a:hover
{
    color:#ffffff;
}
.home-consulting-bar > div > div
{
    height:240px;
    line-height:24px;
    margin:10px 0px;
    font-family:Roboto;
    font-size:14px;
    color:#ffffff;
    text-align:justify;
    overflow:hidden;
}
.home-consulting-bar > div > a
{
    width:140px;
    height:36px;
    line-height:34px;
    margin:10px auto;
    border:solid 1px #d4af37;
    font-family:Roboto;
    font-size:16px;
    color:#d4af37;
    text-decoration:none;
    text-align:center;
    display:block;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:border 0.5s ease, color 0.5s ease;
	-moz-transition:border 0.5s ease, color 0.5s ease;
	transition:border 0.5s ease, color 0.5s ease;
}
.home-consulting-bar > div > a:hover
{
    border:solid 1px #ffffff;
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-posts-bar
{
    width:1024px;
    height:auto;
    margin:50px auto 25px auto;
	padding:0px;
}
.home-posts-bar > h3
{
    margin:0px 0px 25px 0px;
    padding:0px;
    font-family:Roboto;
    font-weight:bold;
    font-size:24px;
    color:#ffffff;
    text-align:center;
}
.home-posts-bar > h3 > a
{
    color:#ffffff;
    text-decoration:none;
}
.home-posts-bar > h3 > a:hover
{
    color:#d4af37;
}
.home-posts-item
{
    margin:0px;
    padding:20px;
    border:solid 1px #0d6760;
    background-color:#08211b;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-posts-item > a
{
    width:128px;
    height:128px;
    outline:0px;
    display:block;
    overflow:hidden;
    float:left;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-posts-item > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-posts-item > a > img
{
    width:128px;
    height:128px;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.home-posts-item > h3
{
    line-height:128px;
    margin:0px;
    padding:0px 15px;
    font-family:Roboto;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-posts-item > h3 > a
{
    color:#ffffff;
    text-decoration:none;
}
.home-posts-item > h3 > a:hover
{
    color:#d4af37;
}
.home-posts-item > div
{
    height:48px;
    line-height:24px;
    margin-top:10px;
    font-family:Roboto;
    font-size:14px;
    color:#ffffff;
    text-align:justify;
    overflow:hidden;
}
.home-posts-item > span
{
    margin:10px 0px 0px 0px;
    padding:0px;
    display:block;
    text-align:right;
}
.home-posts-item > span > a
{
    width:120px;
    height:32px;
    line-height:32px;
    margin:0px auto;
    font-family:Roboto;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
}
.home-posts-item > span > a:hover
{
    color:#d4af37;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-posts-bar
{
    position:relative;
}
.home-posts-bar .owl-prev
{
    width:46px !important;
    height:46px !important;
    line-height:46px !important;
    margin:0px !important;
    padding:0px !important;
    font-weight:bold !important;
    font-size:24px !important;
    color:#000000 !important;
    background-color:#d4af37 !important;
    position:absolute;
    top:36%;
    left:-75px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:background-color 0.5s ease;
	-moz-transition:background-color 0.5s ease;
	transition:background-color 0.5s ease;
}
.home-posts-bar .owl-prev:hover
{
    background-color:#ffffff !important;
}
.home-posts-bar .owl-next
{
    width:46px !important;
    height:46px !important;
    line-height:46px !important;
    margin:0px !important;
    padding:0px !important;
    font-weight:bold !important;
    font-size:24px !important;
    color:#000000 !important;
    background-color:#d4af37 !important;
    position:absolute;
    top:36%;
    right:-75px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:background-color 0.5s ease;
	-moz-transition:background-color 0.5s ease;
	transition:background-color 0.5s ease;
}
.home-posts-bar .owl-next:hover
{
    background-color:#ffffff !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1344px)
{
	.top-bar > div
	{
		width:95%;
	}
	.header > div
	{
	    width:95%;
	}
	.container-page
	{
		width:95%;
	}
	.footer > ul
    {
        width:95%;
    }
	.copyright-bar > div
	{
	    width:95%;
	}
	.title-bar
	{
	    width:95%;
	}
	
	
	.banner-bar
	{
	    width:95%;
	}
	
	
	.home-about-bar
	{
	    width:95%;
	}
	.home-keynotes-bar > div
    {
        width:95%;
    }
    .home-consulting-bar
    {
        width:95%;
    }
	.home-posts-bar
	{
	    width:80%;
	}
}
@media only screen and (max-width:1280px)
{
    .menu-bar-advanced > ul > li
    {
        margin:0px 5px;
        padding:0px 10px;
    }
    
    
    .home-keynotes-bar > div > div > h3
    {
        width:480px;
    }
}
@media only screen and (max-width:1024px)
{
    .home-about-bar > a
    {
        width:400px;
        margin:0px auto;
        float:none;
    }
    .home-about-bar > div
    {
        width:100%;
        padding:25px;
        float:none;
    }
    .home-about-bar > div > h3
    {
        margin:0px auto;
    }
    .home-about-bar > div > div
    {
        height:auto;
    }
    
    
    .home-keynotes-bar > div > a
    {
        width:400px;
        margin:0px auto;
        float:none;
    }
    .home-keynotes-bar > div > div
    {
        width:100%;
        float:none;
    }
    .home-keynotes-bar > div > div > h3
    {
        margin:0px auto;
    }
    .home-keynotes-bar > div > div > div
    {
        height:auto;
    }
    
    
    .home-consulting-bar > a
    {
        width:400px;
        margin:0px auto;
        float:none;
    }
    .home-consulting-bar > div
    {
        width:100%;
        padding:0px;
        float:none;
    }
    .home-consulting-bar > div > h3
    {
        text-align:center;
    }
    .home-consulting-bar > div > h4
    {
        text-align:center;
    }
    .home-consulting-bar > div > div
    {
        height:auto;
    }
}
@media only screen and (max-width:984px)
{
    .header > div > h1
    {
        margin:0px auto;
        padding:10px 0px;
        position:inherit;
        top:0px;
        left:0px;
    }
    
    
	.menu-bar-advanced
	{
	    display:none;
	}
	
	
	.footer
    {
        padding:25px 0px;
    }
    .footer > ul > li
    {
        width:100%;
        float:none;
    }
    .footer-logo-bar > div
    {
        height:auto;
        line-height:24px;
    }
    .footer-menu-bar
    {
        display:none;
    }
}
@media only screen and (max-width:768px)
{
	.copyright-bar
    {
        height:auto;
        line-height:32px;
    }
    .copyright-bar > div > div
    {
        width:100%;
        font-size:10px;
        float:none;
    }
    .copyright-bar > div > div:first-child
    {
        text-align:center;
    }
    .copyright-bar > div > div:last-child
    {
        text-align:center;
    }
    
    
    .home-posts-bar
	{
	    width:95%;
	}
}
@media only screen and (max-width:640px)
{
    .footer-subscribe-bar > div
    {
        width:100%;
    }
    
    
    .home-about-bar > a
    {
        width:280px;
    }
    
    
    .home-keynotes-bar > div > a
    {
        width:280px;
    }
    .home-keynotes-bar > div > div > h3
    {
        width:100%;
    }
    
    
    .home-consulting-bar > a
    {
        width:280px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */