/*csslint important:false, regex-selectors:false */
button::-moz-focus-inner, input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}

body {
	color: #929292;
	font-family: "Titillium Web";
	-ms-overflow-style: none;
	overflow: auto;
}

h2 {
	font-size: 42px;
	line-height: 45px;
	margin: 0px 0px 20px 0px;
	color: rgba(23,153,208,1);
	word-wrap: break-word;
}

h3 {
	font-size: 26px;
	line-height: 34px;
	margin: 0px 0px 20px 0px;
	font-family: "Titillium Web";
	font-weight: 700;
	font-style: normal;
	color: rgba(23,153,208,1);
	word-wrap: break-word;
}

.secondary-page h4
{
	font-size: 22px;
	line-height: 34px;
	margin: 0px 0px 10px 0px;
	font-family: "Titillium Web";
	font-weight: 700;
	font-style: normal;
	color: #929292;
	word-wrap: break-word;
}

.secondary-page h5
{
	font-size: 20px;
	line-height: 1;
	margin: 0px 0px 20px 0px;
	font-family: "Titillium Web";
	font-weight: 700;
	font-style: italic;
	color: #929292;
	word-wrap: break-word;
}

/* Language Switcher */

.menu-language.menu-language.menu-language a	/* Hack to increase specificity */
{
	color: #ffffff;
	background: #bababa;
	display: block;
	padding: 4px 10px;
	margin-top: 11px;
	border: none;
}

.menu-language.menu-language.menu-language a:hover
{
	color: #ffffff;
	background: #1799d0;
}

/* header */

.tp-caption
{
	padding-left: 0 !important;
}

.navbar-toggle
{
	margin-top: 28px !important;
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out;
}

.navbar-default {
	min-height: 90px;
	border: none;
	border-bottom: solid 1px #d4d4d4;
}
.navbar-brand {
	line-height: 55px;
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out;
}

.navbar-brand img
{
	height: 43px;
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out;
}

.nav.navbar-nav  {
	margin-top: 10px;
	float:right;
}
.nav.navbar-nav li a {
	font-size: 14px;
	color:#000;
	font-weight: 700;
}

.nav.navbar-nav > li > a:hover {
	color:#1799d0;
}

.navbar-header {
	min-height: 90px;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: #fff;
}

.navbar-default {
	background-color: #fff;
}

.top-menu
{
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out;
}

.top-menu > li
{
	padding: 0 15px;
}

.top-menu > li:last-child
{
	padding-right: 0;
}

.top-menu li a
{
	padding: 0;
}

.top-menu > li > a
{
	padding-top: 15px;
	padding-bottom: 12px;
	border-bottom: solid 3px #ffffff;
	-webkit-transition: border-color 0.1s ease-in;
	   -moz-transition: border-color 0.1s ease-in;
		 -o-transition: border-color 0.1s ease-in;
			transition: border-color 0.1s ease-in;
}

.top-menu > .menu-item-has-children:hover a
{
	border-bottom-color: #39383b;
	-webkit-transition: border-color 0.1s ease-out 0.1s;
	   -moz-transition: border-color 0.1s ease-out 0.1s;
		 -o-transition: border-color 0.1s ease-out 0.1s;
			transition: border-color 0.1s ease-out 0.1s;
}

.top-menu .sub-menu
{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	margin: 0;
	padding: 0;
	min-width: 100%;
	width: 220px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
			box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	-webkit-transition: visibility 0.1s linear 0.1s, opacity 0.1s ease-in;
	   -moz-transition: visibility 0.1s linear 0.1s, opacity 0.1s ease-in;
		 -o-transition: visibility 0.1s linear 0.1s, opacity 0.1s ease-in;
			transition: visibility 0.1s linear 0.1s, opacity 0.1s ease-in;
	z-index: 100;
}

.top-menu > li:hover .sub-menu
{
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.1s linear, opacity 0.1s ease-out 0.1s;
	   -moz-transition: visibility 0.1s linear, opacity 0.1s ease-out 0.1s;
		 -o-transition: visibility 0.1s linear, opacity 0.1s ease-out 0.1s;
			transition: visibility 0.1s linear, opacity 0.1s ease-out 0.1s;
}

.top-menu .sub-menu li
{
	height: 50px;
	line-height: 50px;
}

.top-menu .sub-menu a
{
	display: block;
	padding: 0 15px;
	text-decoration: none;
}

.top-menu .sub-menu a:hover
{
	color: #ffffff;
	background: #3e3d40;
}

.top-menu .current_page_item.current_page_item > a, .top-menu .current_page_parent.current_page_parent > a	/* Hack to increase specificity */
{
	color: #1799d0;
}

/* Navbar Scroll */

.navbar-scroll
{
	min-height: 50px;
}

.navbar-scroll .navbar-header
{
	min-height: 50px;
}

.navbar-scroll .top-menu
{
	margin-top: 0;
	padding: 0;
}

.navbar-scroll .navbar-brand
{
	padding: 0 0 0 15px;
	line-height: 50px;
}

.navbar-scroll .navbar-brand img
{
	height: 24px;
	width: auto;
}

.navbar-scroll .navbar-toggle
{
	margin-top: 8px !important;
}

/* Home slider */

.home-slider {
	margin-top:90px;
}

.home-slider .big_white
{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.home-slider h1 {
	color: #ffffff;
	font-size: 50px !important;
	font-weight: 700;
	margin:0;
	font-family: "Titillium Web";
	text-transform: uppercase;
}

.home-slider h2 {
	font-size: 50px !important;
	margin:0;
	font-family: "Titillium Web";
	color: #ffffff;
	font-weight: 100;
}

.home-slider .normal-text {
	font-size: 22px !important;
	line-height: 1.36 !important;
	font-weight:400;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.home-slider a.slider-button{
	color:#fff;
	background-color: #00a98f;
	font-size: 16px;
	font-weight: bold;
	padding:10px 30px;
	border-radius:5px;
}

.home-slider a.slider-button:hover {
	text-decoration: none;
	background-color:#1799d0;
}

.home-slider a.slider-button-blue{
	color:#fff;
	background-color: #1799d0;
	font-size: 16px;
	font-weight: bold;
	padding:10px 30px;
	border-radius:5px;
}

.home-slider a.slider-button-blue:hover {
	text-decoration: none;
	background-color:#00a98f;
}

.tp-bullets.simplebullets.round .bullet
{
	background: transparent;
	width: 14px;
	height: 14px;
	border: solid 1px #ffffff;
	border-radius: 14px;
	margin: 0 10px 0 0;
	-webkit-transition: background 0.2s linear;
	   -moz-transition: background 0.2s linear;
	     -o-transition: background 0.2s linear;
	        transition: background 0.2s linear;
}

.tp-bullets.simplebullets.round .bullet.selected
{
	background: #ffffff;
}

/* navigation */
.tp-leftarrow {
	margin-left:0px !important;
	left: 0 !important;
	background: #808080 !important;
	background:rgba(0,0,0,0.5) !important;
	height:70px !important;
	color:#fff !important;
	font-size: 40px !important;
	overflow: hidden !important;
}
.tp-leftarrow:before
{
	content: "\f104";
	font-family: FontAwesome;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 70px;
	text-align: center;
	margin-right: 3px;
}
.tp-rightarrow {
	margin-left:0px !important;
	right: 0 !important;
	background: #808080 !important;
	background:rgba(0,0,0,0.5) !important;
	height:70px !important;
	color:#fff !important;
	font-size: 40px !important;
	overflow: hidden !important;
}
.tp-rightarrow:before
{
	content: "\f105";
	font-family: FontAwesome;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 70px;
	text-align: center;
	margin-left: 3px;
}

h3 {
	margin-bottom: 20px;
}
/* h3::after {
	content: "";
	display: block;
	position: absolute;
	top: 60px;
	left: 16px;
	width: 60px;
	height: 1px;
	background-color: #d4d4d4;
} */




/* content */

p {
	margin: 0px 0px 30px 0px;
	text-transform: inherit;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	/* -webkit-column-count: 1;
	-o-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1; */
	color: rgba(146,146,146,1);
	text-align: left;
}
a {
	text-align: left;
	text-transform: uppercase;
	font-family: "Titillium Web";
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: rgba(23,153,208,1);
}
a:hover {
	color:#000;
}


p.intro {
	font-size: 24px;
	line-height: 31px;
	margin: 0px 0px 10px 0px;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
	color: rgba(186,186,186,1);
	font-weight: 700;
}

.home-page p.intro
{
	color: #1799D0;
}

ul {
	margin: 10px 20px 10px 0px;
	padding: 10px 0px;
	text-align: left;
	font-size: 22px;
	line-height: 35px;
	color: rgba(23,153,208,1);
	font-family: "Titillium Web";
	font-weight: 200;
	font-style: normal;
}

ul.normal
{
	margin: 0;
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
	color: rgba(146,146,146,1);
	font-weight: normal;
	font-style: normal;
	list-style: outside disc;
}

ul.normal li
{
	margin-bottom: 10px;
	list-style: outside disc;
}

.secondary-page ul li a
{
	text-align: left;
	text-transform: none;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	color: inherit;
}

ul li a:hover
{
	text-decoration: none;
}

.wpb_wrapper ul.media {
	font-size: 20px;
	line-height: 35px;
	color: #929292;
}

.wpb_wrapper ul .fa
{
	color: #1799D0;
}

ul li {
	list-style-type: none;
}
ul.ul-left {
	float:left;
}
ul.ul-right {
	float:left;
}

.wpb_button {
	background-color: #1799d0 !important;
	color:#fff !important;
	border:none !important;
	border-radius:5px !important;
	padding:15px 35px !important;
	text-shadow: none !important;
}
.wpb_button:hover {
	background-color: #00a98f !important;

}

.content-data-links
{
	display: none;
}

footer {
	background-color: #9f9f9f;
	padding-top:40px;
	padding-bottom:40px;
}

footer ul {
	padding:0;
	margin:0;
	line-height: 1.6;
}

footer ul li {
	color:#fff;
	font-size:14px;
	font-weight: normal;
}

footer ul li a {
	color:#fff;
	font-size:14px;
	font-weight: normal;
	text-transform: none;
}

footer ul li a:hover{
	color:#000;
	text-decoration: none;
}

footer ul.social-links li i {
	border: #fff 1px solid;
	padding:0;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
}
footer ul.social-links li i:hover {
	border-color:#000;
}
footer ul.social-links li a:hover > i{
	border-color:#000;
}
footer ul.social-links li {
	margin-bottom:7px;
}

footer ul li.ul-title {
	font-size: 18px;
	line-height: 1;
	color:#fff;
	margin-bottom:15px;
}

footer ul li.ul-link{
	margin-top:10px;
}
footer ul li.ul-link a{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

footer .row > div
{
	margin-bottom: 30px;
}

.investor-relations
{
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin-bottom: 15px;
	display: block;
}

footer .sf-newsletter {
	font-size: 18px;
	line-height: 1;
	color:#fff;
	margin-bottom:15px;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	font-family: "Titillium Web";
	font-weight: normal;
	font-style: normal;
	display: block;
}

footer .sf-newsletter:hover {
	text-decoration: underline;
}

hr {
	border-color:#949799;
}
.copywright {
	font-size: 12px;
	color:#fff;
}
.copywright a {
	font-size: 12px;
	color:#fff;
	text-transform: capitalize;
	font-weight: normal;
}
.copywright .created-by {
	text-align: right;
}


/* secondary */

.secondary-page
{
	min-height: 500px;
}

.secondary-page h1 {
	font-size: 50px;
	line-height: 52px;
	margin: 0px 0px 10px 0px;
	font-weight: 400;
	font-style: normal;
	color: #929292;
	font-family: "Titillium Web";
	width: 100%;
	margin-bottom: 50px;
}

/* .secondary-page h1::after {
	content: "";
	display: block;
	position: absolute;
	top: 80px;
	left: 16px;
	width: 70px;
	height: 1px;
	background-color: #d4d4d4;
} */

.secondary-page .subtitle p{
	font-size: 26px;
	line-height: 34px;
	margin: 0px 0px 10px 0px;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
	color: rgba(186,186,186,1);
}

.secondary-page h2 {
	color: #929292;
}

.w100 .wpb_button_a
{
	float: left;
	width: 70%;
}

.w100 .wpb_button
{
	display: block;
}
/* hide captcha badge on all pages */
 .grecaptcha-badge { visibility: hidden; }

/**********************************************************************
BLOG PAGE
**********************************************************************/

.blog-page
{
	margin-top: 120px;
}

.blog-top
{
	margin-bottom: 40px;
}

.blog-page .intro{
	font-size: 57px;
	line-height: 60px;
	margin: 0px 0px 15px 0px;
	font-weight: 400;
	font-style: normal;
	color: #929292;
	font-family: "Titillium Web";
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.blog-page .intro a
{
	font-size: 57px;
	line-height: 60px;
	margin: 0;
	font-weight: 400;
	font-style: normal;
	color: #929292;
	font-family: "Titillium Web";
	text-transform: none;
	text-decoration: none;
}

.blog-page .intro a:hover
{
	color: #1799d0;
	text-decoration: none;
}

/* .blog-page .intro:after {
	content: "";
	display: block;
	position: absolute;
	top: 80px;
	left: 0px;
	width: 70px;
	height: 1px;
	background-color: #d4d4d4;
} */

.blog-page .subtitle
{
	font-size: 26px;
	line-height: 34px;
	color: #bababa;
	margin: 0;
}

.blog-page .subtitle span
{
	color: #bababa;
}

/* Blog Header */

.blog-header
{
	position: relative;
}

.blog-header img
{
	max-width: 100%;
	height: auto;
	padding-bottom: 5px;
}

.blog-header-text
{
	display: block;
	position: absolute;
	top: 80px;
	left: 110px;
}

.blog-title
{
	color: #ffffff;
	font-size: 36px;
	line-height: 1.3;
	font-weight: normal;
	margin: 0;
}

.blog-title a
{
	color: #ffffff;
	text-transform: none;
	font-size: 1em;
	font-weight: normal;
}

.blog-title a:hover
{
	text-decoration: none;
}

.blog-subtitle
{
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
	font-style: italic;
	margin: 0;
}

/* Index page */
.article-right
{
	padding-left: 330px;
}

.article-left
{
	float: left;
	width: 300px;
}

.article-left img
{
	max-width: 100%;
	height: auto;
}

/* Sidebar */
/* Increase specifity for IE8 BUG */
.sidebar-blog.sidebar-blog.sidebar-blog
{
	float: right;
}

.widget-blog
{
	margin-bottom: 50px;
}

.widget-blog-title
{
	font-size: 28px;
	line-height: 1.3;
	color: #1799d0;
	margin-bottom: 10px;
}

.widget-blog ul
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
	color: #bababa;
	font-family: "Titillium Web";
	font-weight: normal;
	font-style: normal;
}

.widget-blog li
{
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}

.widget-blog li:before
{
	content: "\f105";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	color: #1799d0;
	position: absolute;
	top: 0;
	left: 0;
}

.widget-blog a
{
	text-align: left;
	text-transform: none;
	font-family: "Titillium Web";
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #bababa;
}

.widget-blog a:hover
{
	text-decoration: none;
	color: #1799d0;
}

/* Article */

.content-article
{
	margin-bottom: 90px;
	padding-bottom: 25px;
	border-bottom: solid 1px #d4d4d4;
}

.content-time
{
	display: block;
	font-size: 20px;
	color: #bababa;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}

.content-title
{
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 26px;
	line-height: 1.3;
	color: #1799d0;
}

.content-title a
{
	text-align: left;
	text-transform: none;
	font-family: "Titillium Web";
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	line-height: 1.3;
	color: #1799d0;
	text-decoration: none;
}

.content-title a:hover
{
	text-decoration: underline;
}

/* Content Entry */

.content-thumbnail
{
	max-width: 340px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.content-entry p
{
	margin: 0 0 20px 0;
	text-transform: none;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0px;
	color: #929292;
	text-align: left;
}

.content-entry .alignleft
{
	max-width: 340px;
	height: auto;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.content-entry .alignright
{
	max-width: 340px;
	height: auto;
	float: right;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.content-entry .aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content-entry h1, .content-entry h2
{
	color: #929292;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	line-height: 1.3;
	margin-bottom: 17px;
}

.content-entry h3
{
	color: #929292;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	line-height: 1.3;
	margin-bottom: 12px;
}

.content-entry h3:after
{
	content: none;
}

.content-entry h4
{
	color: #929292;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	line-height: 1.3;
	margin-bottom: 10px;
}

.content-entry a
{
	text-align: left;
	text-transform: none;
	font-family: "Titillium Web";
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(23,153,208,1);
}

.content-entry img
{
	max-width: 100%;
	height: auto;
}

.content-entry ul, .content-entry ol
{
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
	color: #929292;
	font-family: "Titillium Web";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}

.content-entry ul li, .content-entry ol li
{
	margin-bottom: 5px;
	position: relative;
}

.content-entry ul li:before
{
	content: "\f105";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	color: #1799d0;
	position: absolute;
	top: 0;
	left: -15px;
}

.content-entry ol
{
	list-style: decimal outside none;
}

.content-entry blockquote
{
	font-style: italic;
	padding-left: 30px;
	border-left: solid 5px #e5e5e5;
}

.read-more
{
	font-size: 14px;
	line-height: 1;
}

.read-more a
{
	color: #1799d0;
	text-decoration: none;
	text-transform: none;
	font-family: "Titillium Web";
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.read-more a:hover
{
	text-decoration: underline;
}

/**********************************************************************
NAVIGATION LINKS
**********************************************************************/

.nav-list-pages
{
	color: #929292;
	cursor: default;
	font-size: 21px;
	line-height: 1.3;
}

.nav-list-pages .page-numbers
{
	letter-spacing: normal;
	padding: 0 2px;
}

.nav-list-pages a
{
	font-size: 21px;
	line-height: 1.3;
	font-weight: normal;
	color: #929292;
	text-decoration: none;
}

.nav-list-pages .page-numbers:hover
{
	color: #1799d0;
}

.nav-list-pages .current, .nav-list-pages .current:hover
{
	color: #1799d0;
}

.nav-list-pages .dots, .nav-list-pages .dots:hover
{
	color: #929292;
	background: none;
}

/**********************************************************************
BACK TO TOP
**********************************************************************/

.back-top
{
	text-align: right;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #929292;
	margin-top: 30px;
	margin-bottom: 50px;
	clear: both;
}

.back-top a
{
	font-size: 12px;
	color: #929292;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	position: relative;
}

.back-top a:hover
{
	text-decoration: underline;
}

.back-top a:after
{
	display: inline-block;
	content: "\f106";
	font-family: FontAwesome;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #656565;
	background: #ebebeb;
	margin-left: 10px;
	text-decoration: none;
}

/**********************************************************************
COMMENTS
**********************************************************************/

.comments-header, .respond-header
{
	margin-bottom: 20px;
}

.comments-title, .respond-title
{
	font-size: 24px;
	line-height: 1.3;
	font-weight: normal;
	color: #1799d0;
	margin: 0;
}

.commentlist
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 70px;
}

.comment-author
{
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	font-weight: normal;
	text-transform: none;
	background: #b3b3b3;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 5px;
	margin-right: 20px;
}

.comment-time
{
	font-size: 16px;
	line-height: 18px;
	color: #b3b3b3;
	font-weight: normal;
	text-transform: none;
}

.comment-time:hover
{
	text-decoration: none;
	color: #808080;
}

.comment-edit
{
	margin-bottom: 5px;
}

.comment-edit a
{
	font-size: 14px;
	margin-right: 5px;
}

.comment-edit a:hover
{
	color: #808080;
	text-decoration: none;
}

.comment-edit-link
{
	color: #a7c5d1;
}

.comment-delete-link
{
	color: #d1a7a7;
}

.comment-spam-link
{
	color: #e0d19d;
}

.comment-awaiting-moderation
{
	color: #ffc300;
	margin-bottom: 5px;
}

.comment-header
{
	margin-bottom: 10px;
}

.comment-content p
{
	margin: 0 0 20px 0;
	text-transform: none;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #929292;
	text-align: left;
}

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

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

.comment-content .aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.comment-content h1, .comment-content h2
{
	color: #929292;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	line-height: 1.3;
	margin-bottom: 17px;
}

.comment-content h3
{
	color: #929292;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	line-height: 1.3;
	margin-bottom: 12px;
}

.comment-content h3:after
{
	content: none;
}

.comment-content h4
{
	color: #929292;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	line-height: 1.3;
	margin-bottom: 10px;
}

.comment-content a
{
	text-align: left;
	text-transform: none;
	font-family: "Titillium Web";
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(23,153,208,1);
}

.comment-content img
{
	max-width: 100%;
	height: auto;
}

.comment-content ul, .comment-content ol
{
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
	color: #929292;
	font-family: "Titillium Web";
	font-weight: normal;
	font-style: normal;
}

.comment-content ul li, .comment-content ol li
{
	margin-bottom: 5px;
	position: relative;
}

.comment-content ul li:before
{
	content: "\f105";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	color: #1799d0;
	position: absolute;
	top: 0;
	left: -15px;
}

.comment-content ol
{
	list-style: decimal outside none;
}

.comment-content blockquote
{
	font-style: italic;
	padding-left: 30px;
	border-left: solid 5px #e5e5e5;
}

.comment-main
{
	border-bottom: solid 1px #d4d4d4;
	margin-bottom: 30px;
}

.respond-form
{
	overflow: hidden;
}

.reply-notes, .reply-notes-after, .respond-form label[for="comment"]
{
	display: none;
}

.logged-in-as
{
	margin-bottom: 20px;
}

.respond-field input
{
	width: 70%;
	min-width: 270px;
	max-width: 460px;
	height: 46px;
	padding: 0 10px;
	font-size: 16px;
	color: #808080;
	border: solid 1px #929292;
	margin-right: 20px;
}

.respond-field input:focus
{
	outline: none;
	border-color: #1799d0;
}

.respond-field label
{
	color: #bababa;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 40px;
}

.respond-form textarea
{
	width: 70%;
	min-width: 270px;
	padding: 10px;
	font-size: 16px;
	line-height: 1.6;
	color: #808080;
	border: solid 1px #929292;
	margin-bottom: 30px;
}

.respond-form textarea:focus
{
	outline: none;
	border-color: #1799d0;
}

.respond-form input[type=submit]
{
	display: block;
	height: 42px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	background: #1799d0;
	border: none;
	padding: 0 20px;
	border-radius: 5px;
}

.respond-form input[type=submit]:active
{
	background: #cccccc;
}

.respond-form input[type=submit]:focus
{
	outline: dotted 2px #b3b3b3;
}

/**********************************************************************
SALESFORCE CONTACT
**********************************************************************/

.sf-contact label
{
	font-size: 16px;
	line-height: 1;
	color: #929292;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin-bottom: 5px;
	display: block;
}

.sf-contact .req
{
	font-weight: bold;
	color: #1799d0;
}

.sf-contact input[type=text], .sf-contact input[type=email]
{
	font-size: 16px;
	color: #929292;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	width: 100%;
	max-width: 500px;
	min-width: 280px;
	display: block;
	border: solid 1px #a9a9a9;
}

.sf-contact .salutation, .sf-contact .interest
{
	font-size: 16px;
	color: #929292;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	max-width: 500px;
	min-width: 280px;
	display: block;
	border: solid 1px #a9a9a9;
}

.sf-contact .salutation
{
	height: 40px;
}

.sf-contact .interest
{
	width: 100%;
	max-width: 700px;
	min-width: 280px;
}

.sf-contact textarea
{
	font-size: 16px;
	line-height: 1.6;
	color: #929292;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin: 0;
	padding: 10px 10px;
	height: 300px !important;
	width: 100% !important;
	max-width: 700px !important;
	min-width: 280px !important;
	display: block;
}

.sf-contact input[type=submit]
{
	display: block;
	height: 42px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	background: #1799d0;
	border: none;
	padding: 0 35px;
	border-radius: 5px;
}

.sf-contact input[type=submit]:active
{
	background: #cccccc;
}

.sf-contact input[type=submit]:focus
{
	outline: dotted 2px #b3b3b3;
}

.sf-contact .invalid-field
{
	border-color: #e52d2d !important;
}

.sf-contact .invalid-label
{
	color: #e52d2d !important;
}

.sf-contact-validation, .sf-contact-success
{
	font-size: 18px;
	color: #e52d2d;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin-bottom: 20px;
	display: none;
}
.g-recaptcha
{
	float:left !important;
	padding: 0px;
}

.sf-contact-success
{
	color: #00a98f;
}

/**********************************************************************
CONTACT
**********************************************************************/

.salesforce-form p {
	margin:0;
}
.salesforce-form p:nth-child(5) > input {
	margin-top:10px;
}
.dataentry-form p{
	margin:0;
}
.dataentry-form p:nth-child(5) > input {
	margin-top:10px;
}
.asp-form p{
	margin:0;
}
.asp-form p:nth-child(5) > input {
	margin-top:10px;
}
.jobs-buttons a.wpb_button_a {
	width:100%;
	margin-bottom:20px;
}
.jobs-buttons .wpb_wrapper a.wpb_button_a span {
	width:100%;
}
/* .jobs-buttons .wpb_wrapper a.wpb_button_a:first-child span {
	background-color:#BABABA !important;
}
.jobs-buttons .wpb_wrapper a.wpb_button_a:first-child:hover span {
	background-color:#00A98F !important;
} */
.jobs-form p {
	margin:0;
}
.jobs-form-left{
	float:left;
	margin-right:30px;
}
.jobs-form-right textarea{
	height:210px;
}
.contact-rows-right {
	padding-left:25px;
}
.contact-rows-right p {
	margin:0 0 10px 0;
}
.contact-rows-left {
	float: left;
	padding-top: 45px;
	color: #1799D0;
}
.form-field
{
	margin-bottom: 15px;
}
.contact-rows-left.romania-map i:hover {
	color:#7D7D7D;
	cursor:pointer;
}
.contact-rows-left.usa-map i:hover {
	color:#7D7D7D;
	cursor:pointer;
}
.contact-rows-left.singapore-map i:hover {
	color:#7D7D7D;
	cursor:pointer;
}
.contact-rows-left.germany-map i:hover {
	color:#7D7D7D;
	cursor:pointer;
}
.google-maps {
        position: relative;
        padding-bottom: 32.18%;
        height: 0;
        overflow: hidden;
		width:100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.hiddenmap {
	visibility:hidden;
	position:absolute;
	opacity:0;
	left:-15px;
}
.visible {
	visibility:visible !important;
	position:relative;
		opacity:1;
		left:0;
}

.contact-information {
	z-index:1000;
	position:relative;
}

.form-field label
{
	font-size: 16px;
	line-height: 1;
	color: #929292;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin-bottom: 5px;
}

.form-field input
{
	font-size: 16px;
	color: #929292;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	width: 100%;
	max-width: 500px;
	min-width: 280px;
}

.form-field textarea
{
	font-size: 16px;
	line-height: 1.6;
	color: #929292;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin: 0;
	padding: 10px 10px;
	height: 300px !important;
	width: 100% !important;
	max-width: 700px !important;
	min-width: 280px !important;
}

.form-submit input[type=submit]
{
	display: block;
	height: 42px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	background: #1799d0;
	border: none;
	padding: 0 35px;
	border-radius: 5px;
}

.form-submit input[type=submit]:active
{
	background: #cccccc;
}

.form-submit input[type=submit]:focus
{
	outline: dotted 2px #b3b3b3;
}
.form-submit {
	float:left !important;
}
#message {
	height:133px !important;
}


.germany-map img:hover {
	cursor:pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */

}
.singapore-map img:hover {
	cursor:pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.usa-map img:hover {
	cursor:pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.romania-map img:hover {
	cursor:pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
/**********************************************************************
CAREERS
**********************************************************************/

.nivo-lightbox-ajax .secondary-page.container
{
	width: auto !important;
}

/**********************************************************************
SEARCH FORM
**********************************************************************/

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

.search-field
{
	font-family: "Titillium Web";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #929292;
	height: 28px;
	padding: 0 7px;
	width: 180px;
	border: solid 1px #a9a9a9;
	display: inline-block;
	vertical-align: middle;
}

.search-field:focus
{
	outline: none;
	border-color: #1799d0;
}

.search-submit
{
	background: #1799d0;
	color: #ffffff;
	font-size: 14px;
	height: 28px;
	border: none;
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.search-submit:focus
{
	outline: dotted 2px #929292;
}

.search-submit:active
{
	background: #bababa;
}

/**********************************************************************
Amazing Carousel
**********************************************************************/

.wonderplugincarousel
{
	max-width: auto !important;
}

.amazingcarousel-list-container, .amazingcarousel-list-wrapper
{
	width: auto !important;
}

.amazingcarousel-item
{
	padding: 0 30px 0 0 !important;
}

.amazingcarousel-image > div
{
	display: none !important;
}

/**********************************************************************
Overwrite Visual Composer CSS
**********************************************************************/

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover
{
	background-color: #e5e5e5 !important;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a
{
	text-decoration: underline !important;
}

.float-none-button a.wpb_button_a
{
	float: none;
}

/**********************************************************************
DCI MEDIA VECTORS
**********************************************************************/

.dci-media-vectors
{
	text-align: justify;
	font-size: 0;
}

.dci-media-vectors:after
{
	content: "";
	display: inline-block;
	width: 100%;
}

.dci-media-vectors a
{
	text-align: center;
	background-color: #e7e7e7;
	display: inline-block;
	width: 20%;
}

/**********************************************************************
TABLEPRESS
**********************************************************************/

.tablepress
{
	max-width: 100%;
}

.tablepress-id-1 .column-3,.tablepress-id-1 .column-4, .tablepress-id-1 .column-5,.tablepress-id-1 .column-6, .tablepress-id-1 .column-7, .tablepress-id-1 .column-8
{
	text-align: right;
}

.tablepress-id-3 .column-3,.tablepress-id-3 .column-4, .tablepress-id-3 .column-5,.tablepress-id-3 .column-6, .tablepress-id-3 .column-7, .tablepress-id-3 .column-8
{
	text-align: right;
}

/**********************************************************************
TOP NEWSLETTER
**********************************************************************/

.top-newsletter-container
{
	display: none;
	border-bottom: solid 1px #d4d4d4;
	padding: 20px 0;
}

.top-newsletter-container > div
{
	position: relative;
}

.top-newsletter-close
{
	cursor: pointer;
	font-size: 20px;
	color: #d9d9d9;
	position: absolute;
	top: 0;
	right: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: solid 1px #d9d9d9;
	border-radius: 100%;
	z-index: 1000;
}

.top-newsletter-close:hover
{
	color: #808080;
	border-color: #808080;
}

.top-newsletter-close:before
{
	font-family: FontAwesome;
	content: "\f00d";
	display: block;
	position: relative;
	top: -1px;
	left: 0;
}

.top-newsletter-success, .top-newsletter-validation
{
	display: none;
	color: #e52d2d;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin-bottom: 10px;
}

.top-newsletter-success
{
	font-size: 18px;
	color: #00a98f;
}

.top-newsletter
{
	font-size: 16px;
	line-height: 1.6;
	color: #6f6f6f;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

.top-newsletter-header
{
	color: #1799D0;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.top-newsletter-text
{
	display: inline-block;
	vertical-align: middle;
}

.top-newsletter input[type=text], .top-newsletter input[type=email]
{
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	color: #6f6f6f;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	height: 34px;
	width: 100%;
	border: solid 1px #d9d9d9;
	outline: none;
	display: inline-block;
	vertical-align: middle;
}

.top-newsletter input[type=text]:focus, .top-newsletter input[type=email]:focus, .top-newsletter select:focus
{
	border-color: #1799D0;
}

.top-newsletter input[type=checkbox]
{
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.top-newsletter select
{
	border-radius: 0;
	font-size: 16px;
	color: #6f6f6f;
	background: none;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: 34px;
	width: 100%;
	border: solid 1px #d9d9d9;
	outline: none;
	display: inline-block;
	vertical-align: middle;
}

.top-newsletter label
{
	font-size: 16px;
	color: #6f6f6f;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.top-newsletter input[type=submit]
{
	float: right;
	border-radius: 0;
	color: #ffffff;
	background-color: #1799D0;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0 40px;
	height: 34px;
	border: none;
	outline: none;
	display: block;
}

.top-newsletter input[type=submit]:focus
{
	outline: dotted 1px #000000;
}

.top-newsletter-header, .top-newsletter-text, .top-newsletter input[type=text], .top-newsletter input[type=email], .top-newsletter select, .top-newsletter label
{
	margin-bottom: 20px;
}

.top-newsletter .invalid-field
{
	border-color: #e52d2d !important;
	outline: solid 1px #e52d2d;
}

.top-newsletter-hidden
{
	display: none;
}

.overflow-hidden
{
	overflow: hidden;
}

.overflow-auto
{
	overflow: auto;
}
.iubenda-banner-content > p {
    color:#ffffff !important;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
  }

/**********************************************************************
MEDIA QUERIES
**********************************************************************/

@media screen and (min-width: 992px)
{
	.pdc-list li
	{
		margin-bottom: 30px;
	}
}

@media \0screen
{
	img
	{
		width: auto; /* for ie 8 */
	}
}

@media screen and (max-width: 1240px)
{
	.tp-caption
	{
		padding-left: 50px !important;
	}
}

/* @media screen and (min-width: 1000px) and (max-width: 2000px) and (min-height: 600px) and (max-height: 750px)
{
	.home-slider .tp-caption
	{
		margin-top: -130px !important;
	}

	.home-slider .normal-text
	{
		margin-top: -40px !important;
	}

	.home-slider .big_white
	{
		margin-top: -20px !important;
	}

	.rev_slider
	{
		height: 460px !important;
	}
} */

@media screen and (max-width: 1199px)
{
	.blog-header-text
	{
		top: 65px;
		left: 100px;
	}
}

@media screen and (max-width: 991px)
{
	.blog-header-text
	{
		top: 40px;
		left: 70px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1010px)
{
	.top-menu > li
	{
		padding: 0 5px;
	}

	.top-menu .sub-menu a
	{
		padding: 0 5px;
	}

}

@media screen and (max-width: 768px)
{

	/* Slider */
	.home-slider h1, .home-slider h2 {
		font-size: 30px !important;
		line-height: 1 !important;
	}

	.home-slider a.slider-button, .home-slider a.slider-button-blue {
		display: block;
	}

	.home-slider .big_white
	{
		margin-top: -30px !important;
	}

	.home-slider .normal-text
	{
		font-size: 16px !important;
		margin-top: -20px !important;
	}

	/* Footer */
	footer .container .row .col-md-2:first-child
	{
		display: none;
	}

	.copywright .created-by {
		text-align: left;
	}
	.secondary-page.container .vc_span12 .wpb_column .column_container {
		padding-left:0;
	}
	footer .col-md-2 {
		float:left;
	}

	/* Blog */
	.blog-header-text
	{
		display: block;
		position: absolute;
		top: 30px;
		left: 50px;
	}
}

@media screen and (max-width: 767px)
{
	.nav.navbar-nav
	{
		float: none;
	}
	.top-menu .sub-menu
	{
		visibility: visible;
		opacity: 1;
		position: static;
	}
	.top-menu > .menu-item-has-children a
	{
		border-bottom-color: #39383b;
	}

	.content-thumbnail, .content-entry .alignleft, .content-entry .alignright
	{
		max-width: 280px;
	}

	/* Salesforce Top Newsletter */
	.top-newsletter-header, .top-newsletter-text, .top-newsletter input[type=text], .top-newsletter input[type=email], .top-newsletter select, .top-newsletter label
	{
		margin-bottom: 10px;
	}

	.top-newsletter-container
	{
		padding: 10px 0;
	}
}

@media screen and (max-width: 680px)
{
	.home-slider .normal-text
	{
		width: 90% !important;
		white-space: normal !important;
		margin-top: -40px !important;
	}

	.blog-title
	{
		color: #ffffff;
		font-size: 24px;
		line-height: 1.3;
		font-weight: normal;
		margin: 0;
	}

	.blog-subtitle
	{
		font-size: 16px;
	}

	/* Index page */
	.article-left
	{
		float: none;
		padding-right: 0;
		width: auto;
		margin-bottom: 20px;
	}

	.article-right
	{
		padding-left: 0;
	}

	/* DCI MEDIA VECTORS */
	.dci-media-vectors a
	{
		width: 33.33%;
	}
}
@media screen and (max-width: 600px)
{
	/* Slider */
	.home-slider h1, .home-slider h2 {
		font-size: 24px !important;
		line-height: 1 !important;
		width: 100% !important;
		white-space: normal !important;
	}

	.home-slider .big_white
	{
		margin-top: 0 !important;
	}

	.home-slider .normal-text
	{
		display: none;
	}

	.home-slider a.slider-button, .home-slider a.slider-button-blue
	{
		margin-top: -20px;
	}

	/* Home Page */
	.wpb_row.vc_row-fluid
	{
		border: none !important;
	}

	/* Blog */
	.blog-header-text
	{
		top: 15px;
		left: 30px;
	}

	.content-thumbnail, .content-entry .alignleft, .content-entry .alignright
	{
		max-width: 100%;
		float: none;
		padding-right: 0;
		padding-bottom: 20px;
		display: block;
	}
}

@media screen and (max-width: 500px)
{
	/* Slider */
	.home-slider h1, .home-slider h2 {
		font-size: 18px !important;
		line-height: 1 !important;
	}
}

@media screen and (max-width: 400px)
{
	/* Search */
	.search-field
	{
		width: 155px;
	}

	.search-submit
	{
		padding: 0 10px;
	}

	/* Blog */
	.blog-subtitle
	{
		display: none;
	}
}

@media screen and (max-width: 460px)
{
	.dci-media-vectors a
	{
		width: 50%;
	}
}

@media screen and (max-width: 992px)
{
	.widget_categories, .widget_archive
	{
		padding-left: 10px;
	}

	.widget-blog
	{
		display: inline-block;
		vertical-align: top;
		margin-right: 50px;
	}
}