/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,400i,600,700');

.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px;
	clear: both;
}

/***************************************************** Top Socials, Menu & Search */

#header_meta {
	width: 100%;
	background: none;
	margin-top: 10px;
}
#header_main .widget {
	padding: 0px;
	max-width: 200px;
	float: right;
	top: -30px;
}
#top #header_main .widget_search input {
	background: #efefef;
	height: 30px;
	line-height: 30px;
	padding: 0px 12px;
}
#top #header_main .widget_search .button {
	background: white;
	color: #456fc0;
	font-size: 22px;
	font-weight: 600;
}
#top #header_main .widget_search .button:hover {
	opacity: .8;
}
#header_main .ajax_search_response, #header_main .ajax_load {
	display: none;
}
#header_meta .social_bookmarks {
	padding-right: 215px;
}
#top .social_bookmarks li {
	border: none;
}
#top #wrap_all .social_bookmarks a {
	color: #456fc0;
	font-size: 22px;
}
#top #wrap_all #header_meta .social_bookmarks li:hover a {
	background: none;
	color: #456fc0;
	opacity: .8;
}
#header_meta li {
	border-color: #4570c0;
}
#header_meta .sub_menu li a {
	font-size: 15px;
	font-weight: normal;
	padding: 7px 5px;
}
#top #header_meta .sub_menu li a:hover, #top #header_meta .sub_menu li:hover a {
	text-decoration: none;
	opacity: .8;
}

/***************************************************** Header */

body #header {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
}
body #header_main {
	z-index: 99;
}
.inner-container .logo {
	display: block;
	position: absolute;
	left: 20px;
	bottom: -5px;
	overflow: visible;
}
#top .logo a {
	overflow: visible;
}
.logo img {
	max-height: 117px;
}
#header_main .main_menu {
	height: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#top #wrap_all #header_main li a {
	height: 70px;
	line-height: 70px;
	color: #00205b;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 20px;
}
#top #wrap_all #header_main li:nth-child(6) a {
	padding-right: 0px;
}
#header_main li a:before {
	content: " ";
	background: #47d7ac;
	height: 5px;
	width: 0px;
	position: absolute;
	left: 50%;
	transition: all .5s;
}
#header_main li a:hover:before, #header_main li.current-menu-item > a:before {
	width: calc(100% - 40px);
	left: 20px;
}
#header_main .sub-menu {
	min-width: 270px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
	padding: 10px;
}
#top #wrap_all #header_main .sub-menu li a {
	font-weight: normal;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	border: none;
	padding: 0px 10px;
}
#top #wrap_all #header_main .sub-menu li a:hover, #top #wrap_all #header_main .sub-menu li.current-menu-item a {
	color: #4570c0;
}
#header_main li:nth-child(6) a:hover:before, #header_main li.current-menu-item:nth-child(6) > a:before {
    width: calc(100% - 20px);
}
#header_main .sub-menu li a:before {
	display: none;
}
#header_main .mobile-only {
    display: none;
}
#top #wrap_all #header_main .sub-menu .sub-menu {
	left: 250px;
}
/***************************************************** Page Title */

#page-title .hide-banner-Yes {
	display: none;
}
.page-title-bg, .page-title-bg .container {
	height: 420px;
}
#page-title {
	/* background: url(/wp-content/uploads/2018/01/banner-blog.jpg); */
	background-size: cover;
	background-position: 50% 30%;
	position: relative;
}
#page-title .page-title-bg {
	background-size: cover;
}
#page-title .page-title-bg:before {
	content: " ";
	background: rgb(0, 32, 91);
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: .651;
	display: none;
}
#page-title .page-title-bg h1 {
	position: absolute;
	color: white;
	text-transform: uppercase;
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: bold;
	font-size: 5rem;
	line-height: 5rem;
	margin-bottom: 0px;
	top: calc(50% - 40px);
}
#page-title .page-title-bg h4 {
	font-size: 22px;
	color: #47d7ac;
	font-family: "Open Sans",sans-serif;
	text-transform: none;
	font-weight: normal;
	position: absolute;
	top: calc(50% - 95px);
}
#page-title .page-title-bg h1:before {
	content: " ";
	background: #47d7ac;
	height: 2px;
	width: 50px;
	position: absolute;
	left: 0px;
	margin-top: -10px;
}

/***************************************************** Content */

#top #wrap_all #main {
	padding-top: 140px !important;
}

/***************************************************** Sidebar */

#main .sidebar .inner_sidebar {
	padding-left: 25px;
}
#main .sidebar .widget:first-child {
	border-top: 1px solid #333;
	padding-top: 30px;
}
#main .sidebar .widget {
	border-bottom: 1px solid #333;
}
#main .sidebar .widgettitle {
	color: #47d7ac;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
#main .sidebar li {
	border: none;
	padding: 0px;
	margin-bottom: 20px;
}
#main .sidebar li:last-child {
	margin-bottom: 0px;
}
#main .sidebar li a {
	color: #00205b;
	font-size: 16px;
	font-style: normal;
	font-family: "Open Sans";
}
#main .sidebar .menu li a {
	color: #4570c0;
	padding-left: 15px;
}
#main .sidebar li a:hover {
	text-decoration: none;
	opacity: .8;
}
#main .sidebar .menu li a:before {
	content: " ";
	width: 4px;
	height: 4px;
	background: #333;
	position: absolute;
	border-radius: 50%;
	left: 0px;
	top: 15px;
}
#main .sidebar .widget_recent_entries .widgettitle:before, #main .sidebar .widget_nav_menu .widgettitle:before {
	content: " ";
	background: url(images/icon_blog.png);
	height: 100px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-position: center center;
}
#main .sidebar .widget_nav_menu .widgettitle:before {
	background-image: url(images/icon_list.png);
}
#main .sidebar li {
	left: 0px;
	background: none;
	box-shadow: none;
}

/***************************************************** Blog */

.blog #main article.category-news {
	display: none;
}
#top #main .template-blog .entry-content-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#top #main .post-title {
	font-size: 25px;
	text-transform: none;
	letter-spacing: 0px;
	order: 1;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
#top #main .template-blog .entry-content-header .post-meta-infos {
	order: 2;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
#top #main .template-blog .entry-content-header .entry-content {
	order: 3;
}
#top #main .template-blog .entry-content-header .entry-content p {
	margin: 0 0 20px;
}
#top #main .post-meta-infos span, #top #main .post-meta-infos .minor-meta {
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	font-family: "Open Sans";
	color: #00205b;
}
#top #main .post-meta-infos .text-sep-date {
	display: none;
}
#top #main .post-meta-infos .blog-author {
	float: left;
	margin-right: 5px;
}
#top #main .post-meta-infos .blog-author:after {
	content: "on";
	margin-left: 5px;
}
#main .template-blog .post-entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 35px;
}
#top .image-overlay {
	display: none !important;
}
#top #main .template-blog .post-entry.has-post-thumbnail {
	padding-left: 300px;
}
#top #main .template-blog .big-preview {
	position: absolute;
	margin-top: 0px;
	left: 0px;
}
#main .author a {
	pointer-events: none;
}

/***************************************************** Single Post */

body#top .avia-post-nav {
	display: none;
}
.single-post #main .template-blog .post-entry {
	border: none;
}

/***************************************************** Footer */

body #footer {
	border: none;
}
#footer .widgettitle {
	font-size: 25px;
	margin-bottom: 25px;
}
#top #footer .news-content {
	padding: 0px;
	margin-bottom: 20px;
}
#footer .news-thumb, #footer .news-time {
	display: none;
}
#footer .news-headline {
	color: #00205b;
	font-size: 16px;
	font-weight: 500;
}
#footer .widget {
	padding-left: 150px;
}
#footer .widget:before {
	content: " ";
	background: url(images/icon_news.png);
	width: 110px;
	height: 110px;
	position: absolute;
	visibility: visible;
	background-repeat: no-repeat;
	left: 0px;
	top: 25px;
}
#footer #newsbox-3:before {
	background-image: url(images/icon_blog.png);
}
#scroll-top-link {
	display: none;
}
#sitemap-panel {
    background: #333;
	clear: both;
}
#top #sitemap-panel * {
    color: white !important;
    font-size: 14px;
}
#sitemap-panel .widget {
    width: calc(100% / 6 - 21px);
    float: left;
    margin-right: 25px;
	clear: none;
}
#sitemap-panel .widget:last-child {
    margin-right: 0px;
}
#sitemap-panel ul {
	margin: 0px;
}
#sitemap-panel li {
    list-style: none;
    margin-left: 0px;
}
#sitemap-panel strong {
    display: block;
    border-top: 1px solid rgba(255,255,255,.4);
    border-bottom: 1px solid rgba(255,255,255,.4);
    padding: 10px 0px;
}
#sitemap-panel p {
    margin-bottom: 10px;
}

/***************************************************** Socket */

#socket {
    font-size: 15px;
    padding: 20px 0px;
    border: none;
}
body #socket .sub_menu_socket div {
	overflow: visible;
}
#top #socket .menu {
	margin: 7px 0px;
}
#top #socket li {
	border: none;
}
#top #socket li a:hover {
	text-decoration: none;
	opacity: .8;
}
#top #wrap_all #socket .social_bookmarks li a:hover {
	color: #456fc0;
}

/***************************************************** Table Element Styling */

#main .avia-table {
    border: 1px solid #ccc;
}
#main .avia-table th, #main .avia-table td {
    border: none;
}
#main .avia-table tr:nth-child(odd) {
    background: #efefef;
}
#main .avia-table th {
    background: #00205b;
    color: white;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
}
#main .avia-table td {
    font-size: 14px;
}
#main .avia-table th:first-child, #main .avia-table th:nth-child(2), #main .avia-table td:first-child, #main .avia-table td:nth-child(2) {
    width: 25%;
}

/***************************************************** Typography */
h2 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	color: #00205b;
	margin-bottom: 15px;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
	text-transform: none;
}
h3 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	color: #00205b;
	margin-bottom: 15px;
}
h3 a {
	color : #00205b;
	text-decoration: none;
}
h3 a:hover {
	color: #4570c0;
	text-decoration: none;
}
p {
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #00205b;
	margin-bottom: 20px;
}
p.intro {
	font-size: 22px;
}
.section {
	border-bottom: 1px solid #ccc;
}
div.intro {
	padding-top: 40px;
	padding-bottom: 40px;
}
.intro h2 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.75;
	color: #00205b;
	text-align: center;
	margin-bottom: 10px;
}

.intro p {
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #00205b;
	text-align: center;
	margin-bottom: 10px;
}

.two-column {
	padding-top: 50px;
}
.two-column-bottom {
	padding-bottom: 50px;
}
a {
	color: #4570c0;
	text-decoration: none;
}
a:hover {
	color : #00205b;
	text-decoration: none;
}
.resource-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
/**** Home Page ****/
#home-banner {
}
#home-banner .home-banner-text {
	max-width: 475px;
	padding-top: 135px;
	padding-bottom: 130px;
}
#home-banner .home-banner-text h1 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 0;
}
#home-banner .home-banner-text p {
	font-family: "Open Sans",sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 35px;
}
#home-banner .home-banner-text p.link-button-green {
	margin-bottom: 0;
}
#home-banner .home-banner-text p.link-button-green a {
	display: block;
	width: auto;
	border: 1px solid #fff;
	position: relative;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 100px 15px 18px;	max-width: 400px;
}
#home-banner .home-banner-text p.link-button-green a::after {
	content: url(images/arrow_box_green.png);
	position: absolute;
	right: 18px;
	top: calc(50% - 31px);
}
#folio-panel {
    padding: 75px 0px;
}
#folio-panel .folio-panel-text {
	padding-top: 50px;
	padding-bottom: 40px;
}
#folio-panel .folio-panel-text p.link-button-orange a {
    display: block;
    width: auto;
    border: 1px solid white;
    position: relative;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: white;
    text-transform: uppercase;
    padding: 18px 100px 18px 18px;
    max-width: 345px;
}
#folio-panel .folio-panel-text p.link-button-orange a::after {
    content: url(/wp-content/uploads/2018/02/arrow_box_orange-copy-2.png);
    position: absolute;
    right: 18px;
    top: calc(50% - 31px);
}
#folio-panel .folio-panel-text p {
	font-family: "Open Sans",sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 35px;
}
#folio-panel .folio-panel-text .panel-right {
	max-width: 440px;
}
#tough-project-panel .tough-project-panel-text {
	padding-top: 135px;
	padding-bottom: 120px;
}
#top #tough-project-panel p {
    color: #00205b;
    font-weight: 600;
}
#tough-project-panel .tough-project-panel-text h1 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 0;
}
#tough-project-panel .tough-project-panel-text p {
	font-family: "Open Sans",sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 35px;
}
#tough-project-panel .tough-project-panel-text p.link-button-green {
	margin-bottom: 0;
}
#tough-project-panel .tough-project-panel-text p.link-button-green a {
    display: block;
    width: auto;
    border: 1px solid #fff;
    position: relative;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 100px 20px 18px;
    max-width: 350px;
}
#tough-project-panel .tough-project-panel-text p.link-button-green a::after {
	content: url(images/arrow_box_green.png);
	position: absolute;
	right: 18px;
	top: calc(50% - 31px);
}
#tough-project-panel .testimonials-slider {
    max-width: 300px;
    border-top: 1px solid #00205b;
    border-bottom: 1px solid #00205b;
    padding: 40px 0px;
}
#tough-project-panel .testimonials-slider .entry-title {
    display: none;
}
#top #tough-project-panel .testimonials-slider p {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}
#top #tough-project-panel .testimonials-slider p:first-child {
    font-size: 18px;
    margin-bottom: 25px;
    font-style: italic;
    line-height: 2;
}
#tough-project-panel .no-content-slider-heading {
    bottom: -35px;
    position: absolute;
    display: block;
    width: 100%;
}
#tough-project-panel .testimonials-slider .new-special-heading {
    display: none;
}
#top #tough-project-panel .avia-slideshow-dots {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0px;
}
#top #tough-project-panel .avia-slideshow-dots a {
    background: #657a99;
    border: none;
}
#top #tough-project-panel .avia-slideshow-dots a:hover, #top #tough-project-panel .avia-slideshow-dots a.active {
    background: #00205b;
}
#discovery-panel {
	padding-top: 95px;
	padding-bottom: 40px;
}
#discovery-panel .discovery-header h2 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	color: #00205b;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}
#discovery-panel .discovery-header p {
	font-family: "Open Sans",sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	color: #00205b;
	text-align: center;
}
#discovery-panel .discovery-cell {
	padding-bottom: 20px;
}
#discovery-panel .discovery-cell img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#whats-new-panel {
	padding-top: 90px;
	padding-bottom: 60px;
}
#whats-new-panel .whats-new-header h2 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#whats-new-panel .whats-new-header p {
	font-family: "Open Sans",sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
#whats-new-panel .whats-new-cell {
	padding-bottom: 20px;
}
#whats-new-panel .whats-new-cell p {
	color: #fff;
	text-align: center;
}
#whats-new-panel .whats-new-cell a:hover {
	color: #fff;
}
#whats-new-panel .more-link-arrow {
    display: none;
}
#lets-talk-panel {
	padding-top: 80px;
	padding-bottom: 80px;
}
.lets-talk-text {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#lets-talk-panel .lets-talk-text h2 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	color: #00205b;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 70px;
}
#lets-talk-panel .lets-talk-text p {
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #00205b;
	text-align: center;
	margin-bottom: 18px;
}
strong {
	color: #00205b !important;
}
.video-container {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bio-photo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}
.bio-text {
	margin-bottom: 30px;
}
.bio-text h3 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	color: #00205b;
	margin-bottom: 18px;
}
.bio-text p {
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #00205b;
	margin-bottom: 18px;
}
#main .home-blog .slide-image {
    display: none;
}
#top #main .home-blog .blog-categories {
    display: none;
}
#main .home-blog article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#main .home-blog article .entry-footer {
    order: 1;
	width: 100%;
}
#main .home-blog article .slide-content {
    order: 2;
	width: 100%;
}
#main .home-blog .slide-meta-time {
    color: white;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
#main .home-blog h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    font-family: "Open Sans";
    text-transform: none;
    letter-spacing: 0px;
    margin: 0px;
}
#main .home-blog h3 a {
    color: white;
}
#main .home-blog .read-more-link a {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0px;
}
#main .details-box {
    width: 24%;
    margin-left: 2%;
    margin-top: .85em;
    background: #efefef;
    padding: 15px;
    border-top: 3px solid #00205b;
    box-shadow: 1px 1px 8px rgba(0,0,0,.3);
}
#main .bio-photo {
    margin: 0px;
}

/***************************************************** Responsive */

@media screen and (max-width: 1250px) {
	.page-title-bg, .page-title-bg .container {
        height: 300px;
    }
	body .container {
        padding: 0px 15px;
    }
	#page-title .page-title-bg h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1100px) {
	#top #wrap_all #header_main li a {
        padding: 0px 15px;
        font-size: 15px;
    }
}

@media screen and (max-width: 989px) {
	#top #wrap_all #header #header_meta .social_bookmarks {
        display: block;
    }
	#top #wrap_all #main {
        padding-top: 130px !important;
    }
	.inner-container .logo {
        bottom: 10px;
    }
	#header_main .av-burger-menu-main {
        top: 10px;
        right: -10px;
    }
	#header_main li a:before {
		display: none;
	}
	#header_main .sub-menu {
        box-shadow: none;
        border-bottom: 1px solid #e9e9e9;
    }
	#top #wrap_all #header_main .sub-menu li a {
        font-size: 18px;
        padding-left: 50px;
        height: 40px;
    }
	#top #header_main .sub-menu li a .avia-bullet {
        display: none;
    }
	.page-title-bg, .page-title-bg .container {
        height: 225px;
    }
	#page-title .page-title-bg h1 {
        font-size: 3rem;
        line-height: 3rem;
        top: calc(50% + 15px);
    }
    #page-title .page-title-bg h4 {
        font-size: 20px;
        top: calc(50% - 25px);
    }
}

@media screen and (max-width: 767px) {
	#top #wrap_all #header #header_meta {
        display: none;
    }
	#header_main .widget {
        display: none;
    }
	#header_main {
        height: 100px;
    }
	#header_main .logo img {
        max-height: none;
    }
	#top #header_main .logo {
        bottom: -5px;
        position: relative;
    }
	#header_main .av-burger-menu-main {
        top: 15px;
    }
	#top #wrap_all #main {
        padding-top: 0px !important;
    }
	.page-title-bg {
        height: 175px;
    }
	#top #wrap_all #page-title .container {
        height: 175px;
        display: table-cell;
        vertical-align: middle;
        width: 100vw;
		padding: 15px 7.5% 0px;
    }
	#top #page-title h1, #top #page-title h4 {
        top: auto;
        position: relative;
    }
	#top #page-title h4 {
        margin-bottom: 15px;
    }
	#socket .copyright, #socket .social_bookmarks, #socket .sub_menu_socket {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
	#top #wrap_all #socket ul {
        text-align: center;
    }
	#top #wrap_all #socket ul li {
        display: inline-block;
        float: none;
    }
	#page-title .page-title-bg h1 {
        font-size: 1.8rem;
        line-height: 1.8rem;
	}
	#top #main .template-blog .big-preview {
        position: relative;
    }
	#top #main .template-blog .post-entry.has-post-thumbnail {
        padding-left: 0px;
    }
	#top #wrap_all #main .sidebar {
        border: none;
        padding-top: 0px;
    }
	#main .avia-table th:first-child, #main .avia-table th:nth-child(2), #main .avia-table td:first-child, #main .avia-table td:nth-child(2) {
        width: 100%;
    }
	#main .avia-table td:before {
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
    }
	#sitemap-panel {
        padding: 35px 0px;
    }
	#sitemap-panel .widget {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 0px;
    }
	#top #wrap_all #main .home-blog article {
        width: 100%;
		margin: 0px 0px 25px;
    }
	#tough-project-panel .tough-project-panel-text {
        padding: 35px 0px;
    }
	#home-banner .home-banner-text {
        padding: 50px 0px;
    }
	#home-banner .home-banner-text h1, #tough-project-panel .tough-project-panel-text h1, #discovery-panel .discovery-header h2, #whats-new-panel .whats-new-header h2, #lets-talk-panel .lets-talk-text h2 {
        font-size: 45px;
    }
	#home-banner .home-banner-text p.link-button-green a, #folio-panel .folio-panel-text p.link-button-orange a, #tough-project-panel .tough-project-panel-text p.link-button-green a {
        font-size: 14px;
    }
	#main .intro h2 {
        font-size: 20px;
    }
	#header_main .mobile-only {
        display: block;
    }
	#main .avia-align-right {
        float: none;
        margin: 0px;
    }
}
.main_color .contact-table table {
	width: 100%;
	border: none;
	background-color: red ;
}
.main_color .contact-table table td {
	width: 50%;
	border: none;
	background: transparent !important;
}
@media screen and (max-width: 480px) {
	#footer .widget {
        padding-left: 0px;
    }
	#footer .widget:before {
        position: relative;
        top: 0px;
    }
}