@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i|Playfair+Display:400,700');

body {
	font-family: 'Alegreya Sans', sans-serif;
	background-color: #041534;
	color:#2d2d2d;
	margin:0px;
	padding:0px;
}
a {
	color:#061a40;
	text-decoration: none;
}
a:hover, #header a:hover i.fa, #menuside a:hover i.fa {
	color:#43a047;
}
a:focus, .btn:focus {
	outline: none !important;
	text-decoration: none;
}
p.image-caption a:hover {
	text-decoration: underline;
}
strong {
	font-weight:700;
}
h1, h2, h3 {
	font-family: 'Playfair Display', sans-serif;
	font-weight:400;
	padding: 0px;
	margin: 0px;
}
h4, h5, h6 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:700;
	padding: 0px;
	margin: 0px;
}

h1, h2 {
	font-size: 50px;
	letter-spacing: -2px;
	text-transform: uppercase;
}
h3 {
	font-size: 30px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.post h3 {
	font-size: 26px;
	text-transform: none;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

.entry-content > h1 {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -3px;
	margin-bottom: 25px;
}
.entry-content > h2 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -2px;
	margin-bottom: 20px;
}
.entry-content > h3 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.entry-content > h4 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 300;
}


p {
	font-size: 16px;
	line-height: 24px;
}
label {
	cursor: pointer;
}
.wpcf7 label {
	font-weight: 700;
	color: #0b2351;
	font-size: 17px;
}
.wpcf7 .check-privacy label {
	font-weight: 300;
	color: #2d2d2d;
	font-size: 14px;
	line-height: 21px;
}
.wpcf7 .check-privacy label a {
	text-decoration: underline;
}
.btn, input[type="submit"].btn, input[type="button"].btn, button.btn, .widget.recent-posts-extended .rpwe-block li .rpwe-summary a.more-link {
	font-family: 'Alegreya Sans', sans-serif;
	border-radius:1px;
	text-transform:uppercase;
	text-decoration: none;
	border:none;
	padding:12px 22px;
	color:#fff;
	font-weight:700;
	outline: none;
	background-color:#43a047;
	font-size: 15px;
}
.btn-sm {
	font-size: 13px;
	padding:6px 11px;
}
.btn-lg {
	font-size: 18px;
	padding:15px 30px;
}
.btn:not(.btn-bordered):hover, a.btn:not(.btn-bordered):visited {
	color:#fff;
}
.btn-primary:hover {
	background-color: #1d8522;
}

.btn-blue {
	background-color:#0b4891;
}
.btn-blue:hover {
	background-color:#063977;
}
.btn-blue-dark {
	background-color:#061a40;
}
.btn-blue-dark:hover {
	background-color:#00102d;
}
.btn-grey, .btn.btn-primary[disabled="disabled"] {
	background-color:#9d9d9d;
}
.btn-grey:hover {
	background-color:#888888;
}
.btn-red {
	background-color:#d8203b;
}
.btn-red:hover {
	background-color:#b60821;
}
.btn-bordered {
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
	padding:10px 20px;
}
.btn.btn-bordered:hover {
	border-color: #43a047;
	color: #43a047;
}

.theme-primary h5, .theme-primary.post header:after {
	color:#43a047;
}
.theme-primary.post header:before {
	border-top-color:#43a047;
}
.line.theme-primary span {
	background-color:#43a047;
}
.theme-blue h5, .theme-blue.post header:after {
	color:#0b4891;
}
.theme-blue.post header:before {
	border-top-color:#0b4891;
}
.theme-blue-dark h5, .theme-blue-dark.post header:after {
	color:#061a40;
}
.theme-blue-dark.post header:before {
	border-top-color:#061a40;
}
.theme-grey h5, .theme-grey.post header:after {
	color:#9d9d9d;
}
.theme-grey.post header:before {
	border-top-color:#9d9d9d;
}
.line.theme-grey span {
	background-color:#9d9d9d;
}

.line.theme-yellow span {
	background-color:#ffd800;
}
.line.theme-red span {
	background-color:#d8203b;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
.form-control, .wpcf7-form-control {
	border-radius: 0px;
	font-size: 16px;
	font-family: 'Alegreya Sans', sans-serif;
	max-width: 100%;
}
.wpcf7-form-control {
	padding: 10px 5px;
}
select {
	background-image: url(../images/select-box-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 12px 20px 12px 10px;
    background-size: 25px 12px;
}
button, input, select, textarea {
    background-color: #fff;
    border: 1px solid #cdcdcd;
	font-family: 'Alegreya Sans', sans-serif;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 300;
}
select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: top;
}
.buttons-set {
	position: relative;
}
.buttons-to-bottom {
	padding-top: 120px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	padding-left: 15px;
}
.buttons-to-bottom .form-group:last-child {
	margin-bottom: 0px;
}

/** ANIMATIONS **/
a, .post-image a span, i.fa, header#header, .csi_maps > ul li a img, .legenda ul li, .widget ul li a:before, .post-image a:before, button, input[type="submit"] {
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

/** MAPPA CSI - ELEMENTI **/
.csi_produttore, .csi_magazzino, .csi_magazzino_arrow, .csi_marker {
	opacity: 0;
}

/** HEADER **/
header#header {
	width: 100%;
	padding: 45px 0px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1001;
}
header#header.fixed {
	position: fixed;
}
header#header.addBg {
	padding: 15px 0px;
	background-color: rgba(11,35,81,.9);
}
header#header .logo {
	width: 215px;
}
header#header ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
header#header ul li {
	float: left;
}
header#header ul li.search-container {
	border-left: 1px solid #fff;
	margin-left: 6px;
	padding-left: 12px;
	overflow: hidden;
	display: none;
}
header#header ul li .fa {
	font-size: 22px;
	margin-top: -4px;
}
/*header#header ul li:last-child {
	border-left: 1px solid #fff;
	margin-left: 6px;
	padding-left: 4px;
}*/
header#header ul li a {
	color: #fff;
	display: inline-block;
	padding: 8px;
}
header#header ul.language-chooser {
	border-left: 1px solid #fff;
	margin-left: 6px;
	padding-left: 4px;
	float: left;
	height: 32px;
}
header#header ul.language-chooser a {
	width: 32px;
	height: 32px;
	background-position: center;
}
header#header .language-chooser .active, header#header .language-chooser span {
	display: none;
}
aside#menuside {
	width: 300px;
	height:100vh;
	position: fixed;
	top: 0px;
	right: -300px;
	padding: 40px 15px;
	z-index: 1002;
	background-color: rgba(0,12,34,.9);
	text-align: left;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
aside#menuside.opened {
	right: 0px;
}
aside#menuside a.menu-closer {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	font-size: 22px;
}
aside#menuside ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
aside#menuside ul li {
	font-size: 16px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	letter-spacing: -1px;
	position: relative;
}
aside#menuside ul li a {
	width: 100%;
	display: inline-block;
	padding: 10px 20px 10px 10px;
	color: #fff;
}
aside#menuside ul li a:hover {
	background-color: #0B2351;
	text-decoration: none;
}
aside#menuside ul li.current-menu-item a {
	color: #43a047;
}
aside#menuside li.menu-item-has-children > a:after {
	display: inline-block;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 10px;
	top: 10px;
}
aside#menuside ul.sub-menu {
	display:none;
}
aside#menuside ul li.current-menu-parent ul.sub-menu {
	display:block;
}
aside#menuside ul.sub-menu li a {
	text-indent: 20px;
}
aside#menuside ul.sub-menu li:first-child {
	border-top: 1px solid rgba(255,255,255,.1);
}
aside#menuside ul.sub-menu li:last-child {
	border: none;
}

/** ELEMENTI VARI **/
section.intro, section#bring_usa {
	width: 100vw;
	position: relative;
}
section.intro h3, .page-title h1 {
	margin:5px 0px 20px;
}
section.intro p {
	margin:0px;
	padding: 0px;
}
section.intro h3:before, .page-title h1:before, .entry-content h3.quad-title:before {
	width: 30px;
	height: 30px;
	display: inline-block;
	content: "";
	background-color:#43a047;
	margin:-4px 10px -4px 0px;
}
section#home_slider {
	background-color:#041534;
	color: #fff;
	height: 100vh;
}
section#home_slider h1 {
	margin-bottom: 20px;
}
section#home_slider p {
	margin-bottom: 20px;
}
section#home_slider .rev_slider .slotholder:after, section#home_slider .rev_slider .slotholder .kenburnimg img:after, section.holder-title:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99;
	background-color: rgba(2,8,18,.5);
}
section#home_slider .rev_slider li .btn {
	margin: 0px 8px;
}

section#csi_mapset {
	background-color: #0b2351;
	color: #fff;
	padding: 60px 0px 0px;
}
section#csi_mapset .legenda {
	background-color: #2a4982;
	-webkit-box-shadow: 0px -4px 10px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -4px 10px -1px rgba(0,0,0,0.3);
	box-shadow: 0px -4px 10px -1px rgba(0,0,0,0.3);
}
section#csi_mapset .legenda ul, section#csi_mapset .legenda ol {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
section#csi_mapset .legenda ul li {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	display: none;
	opacity: 0;
}
section#csi_mapset .legenda ul li.active {
	display: block;
	opacity: 1;
}
section#csi_mapset .legenda ol {
	display: inline-block;
	text-align: center;
	width: 100%;
	border-left: 1px solid #556d9b;
	margin: 15px 0px;
}
section#csi_mapset .legenda ol li {
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 15px;
	font-size: 10px;
}
section#csi_mapset .legenda ol li:first-child {
	padding-left: 0px;
}
section#csi_mapset .legenda ol li:last-child {
	padding-right: 0px;
}
section#csi_mapset .legenda ol li img {
	width: 45px;
	margin-bottom: 5px;
}
section#csi_mapset .charts {
	text-align: center;
	padding-bottom: 20px;
	margin-top: -100px;
}
section#csi_mapset .charts .line {
	display: inline-block;
	width: 20px;
	height: 120px;
	position: relative;
	background-color: #172e5a;
	margin: 0px auto 8px;
}
section#csi_mapset .charts .line span {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
}
section#csi_mapset .charts small {
	font-size: 13px;
	line-height: 15px;
	display: inline-block;
	width: 100%;
}
section#csi_mapset .csi_maps > ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
section#csi_mapset .csi_maps > ul li {
	display: inline-block;
	width: 160px;
	z-index: 2;
}
section#csi_mapset .csi_maps > ul li.divider {
	width: 30px;
	position: relative;
	z-index: 1;
}
section#csi_mapset .csi_maps > ul li.divider:before {
	height: 5px;
	display: inline-block;
	width: 144px;
	content: "";
	background-color: #28477f;
	position: absolute;
	left: -58px;
	top: -50px;
}
section#csi_mapset .csi_maps > ul li.divider:after {
	font-family: "FontAwesome";
	position: absolute;
	right: -57px;
	top: -72px;
	content: "\f0da";
	display: inline-block;
	font-size: 34px;
	color: #28477f;
}
section#csi_mapset .csi_maps > ul li a {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}
section#csi_mapset .csi_maps > ul li a:hover {
	text-decoration:none;
}
section#csi_mapset .csi_maps > ul li a:hover img {
	border: 5px solid #43a047;
	background-position:center left;
}
section#csi_mapset .csi_maps > ul li a span {
	display: inline-block;
	width: 100%;
	padding: 8px 0px;
}
section#csi_mapset .csi_maps > ul li a img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 5px solid #28477f;
	background-image: url(../images/link-map_status.png);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:80px 40px;
}
section#csi_mapset .csi_maps > ul li a.active img {
	border: 5px solid #43a047;
	background-color: #fff;
	background-position:center left;
}
.csi_map_usa, .csi_map_italy {
	display: inline-block;
	position: relative;
}
section#csi_mapset .csi_map_marker {
	width: 35px;
	position: absolute;
}


section#csi_texts {
	background-color: #fff;
	padding: 50px 0px;
}
section#csi_texts h2 {
	margin-bottom: 30px;
	color: #061a40;
}
section#csi_texts .post {
	padding-top: 15px;
	padding-bottom: 65px;
	position: relative;
	height: 100%;
}
section#csi_texts .post p {
	padding: 30px 0px 0px;
}
section#csi_texts .post a.btn {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
section#csi_texts .post header {
	width: 100%;
	position: relative;
}
section#csi_texts .post header svg {
	width: 145px;
	position: relative;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
section#csi_texts .post:hover header svg {
	transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
section#csi_texts .post header h5 {
	text-transform: uppercase;
	display: inline-block;
	left: 120px;
	top: 45px;
	position: absolute;
}
section#csi_texts .post header span {
	color:#a8a8a8;
	display: inline-block;
	float: right;
	font-size: 15px;
	margin-top: 68px;
}
section#csi_texts .post header:before {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	content: "";
	display: inline-block;
	margin-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
}
section#csi_texts .post header:after {
	font-family: "FontAwesome";
	position: absolute;
	right: 0px;
	top: 50%;
	content: "\f0da";
	display: inline-block;
	font-size: 20px;
    margin-top: -8px;
}
section#csi_texts .post.theme-grey header:after {
	display: none;
}
section#csi_texts .line-horiz, section#csi_texts .line-vert {
	text-align: center;
	color: #2c4880;
}
section#csi_texts .line-horiz .fa, section#csi_texts .line-vert .fa {
	font-size: 20px;
}
section#csi_texts .line-horiz > div, section#csi_texts .line-vert > div {
	position: relative;
}
section#csi_texts .line-vert .line, section#csi_texts .line-horiz .line-v {
	width: 1px;
	height: 60px;
	background-color:#2c4880;
	display: inline-block;
	margin: 3px auto;
}
section#csi_texts .line-vert .fa-caret-up, section#csi_texts .line-vert .fa-caret-down {
	position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -6px;
}
section#csi_texts .line-vert .fa-caret-down {
	top: auto;
	bottom: 0px;
}
section#csi_texts .line-horiz .line {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 50%;
	height: 1px;
	background-color:#2c4880;
	display: inline-block;
	margin-top: 2px;
}
section#csi_texts .line-horiz > div:last-child .line {
	right:auto;
	left: 0px;
}
section#csi_texts .line-horiz .fa-caret-right, section#csi_texts .line-horiz .fa-caret-left {
	position: absolute;
	top: 50%;
	right: -6px;
	margin-top: -7px;
}
section#csi_texts .line-horiz .fa-caret-left {
	right: auto;
	left: -6px;
}
section#csi_texts .line-horiz .line-v {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 50%;
	background-color:#2c4880;
	display: inline-block;
	margin-left: -1px;
}
section#csi_texts .img-cloud {
	max-width: 360px;
	margin: 0px auto;
}

section#nostro_magazzino {
	background-color: #0b2351;
	background-image: url(../images/bg-nostro_magazzino.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	color: #fff;
}
section#nostro_magazzino .overlay {
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0px;
	left: 0px;
	background-color:rgba(0,0,0,.5);
}

section#bring_usa {
	background-color: #fff;
}
section#bring_usa .placeholder {
	margin-top: -75px;
	padding-left: 30px;
	padding-right: 30px;
	border: 15px solid #fff;
	background-image:url(../images/bg-bring_usa.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: contain;
}
section#bring_usa h2 {
	color: #fff;
	text-transform: uppercase;
}


.news-list .post h3 {
	margin-top: 15px;
}
.news-list .post a.btn {
	margin-top: 15px;
}
section#bring_usa .news-list .post a.btn, .news-list .post .post-date {
	margin-top: -22px;
}
.news-list .post a:hover {
	text-decoration: none;
}
.news-list .post .post-date, .entry-content .post-info .post-date, .widget.recent-posts-extended .rpwe-block li .rpwe-time {
	display: inline-block;
	background-color: #0b2351;
    border-radius: 1px;
    text-transform: uppercase;
    padding: 12px 22px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.news-list .post-contents {
	border-top: none;
	padding: 0px 24px 24px;
	position: relative;
}
.news-list .post-contents h5 {
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	color: #646464;
	margin-top: 10px;
}
.news-list .post-contents h5 a {
	font-style: normal;
}
.news-list .post p {
	padding: 15px 0px 0px;
	margin: 0px;
}
.news-list .post-image a span {
	display: inline-block;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0px;
	left: 0px;
}
.news-list .post-image {
	position: relative;
	margin: -1px;
}
.news-list .post-image img {
	width: 100%;
}
.news-list .post-image a:before {
	display: inline-block;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: "";
	/*content: "\f0c1";
	font-family: "FontAwesome";
	font-size: 60px;
	line-height: 100%;
	color: #fff;*/
}
.news-list .post-image a:hover:before {
	opacity: 1;
}
section#bring_usa .post {
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 100%;
	border: 1px solid #dadada;
}
section#bring_usa .news-list .post-contents {
	padding-bottom: 0px;
}

section.holder-title {
	padding-top: 125px;
	height:450px;
	color: #fff;
	background-image:url(../images/header-placeholder.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
section.holder-title:before {
	z-index: 1;
}
section.holder-title .container, section.holder-title .row, section.holder-title .row > div {
	height:100%;
	z-index: 2;
}

ul.breadcrumbs {
	margin: 0px -15px;
	padding: 30px 15px;
	text-align: left;
	background-color: #fff;
	width: 100%;
}
ul.breadcrumbs li {
	display: inline-block;
	text-transform: lowercase;
	color: #666666;
	font-size: 15px;
}
ul.breadcrumbs li a {
	color: #666666;
	text-decoration: none;
}
ul.breadcrumbs li a:hover, ul.breadcrumbs li .bread-current {
	color:#2d2d2d;
}
ul.breadcrumbs li.separator {
	color:#43a047;
	padding:0px 7px;
}
.page-title {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.page-title h1 {
	font-size: 65px;
}
.page-title h1:before {
	width: 60px;
	height: 60px;
}

section#core {
	background-color: #fff;
	padding-bottom: 60px;
	font-size: 16px;
}
.main-contents {
	padding-left: 15px;
	margin-right: -15px;
}
.grid-item {
	padding: 0px 15px 30px;
}
.grid-item .grid-item-content {
	border: 1px solid #dfdfdf;
}
.news-list .post {
	text-align: center;
}

.pagination {
	width: 100%;
	padding: 0px 15px;
}
.pagination h2.screen-reader-text {
	font-size: 16px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
	display: none !important;
	position: relative !important;
	height: auto;
	width: auto;
	text-transform: none;
	letter-spacing: normal;
	margin: 5px 10px 0px 0px;
}
.pagination .nav-links {
	display: inline-block;
	text-align: left;
}
.pagination .nav-links a.page-numbers, .pagination .nav-links span.page-numbers.current {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	min-width: 24px;
	line-height: 24px;
	margin: 0px 2px;
}
.pagination .nav-links span.page-numbers.current {
	background-color: #43a047;
	color: #fff;
}

.page-content, .entry-content, .entry-summary {
	padding: 0px;
	margin: 0px;
}
.entry-content {
	padding-right: 15px;
}
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
	color:#0b2351;
	text-transform: none;
	margin-bottom: 8px;
}
.entry-content h3.quad-title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.entry-content h3.quad-title:before {
	width: 22px;
	height: 22px;
}
.entry-content .risultato_ricerca h3.quad-title {
	text-transform: none;
	margin-bottom: 5px;
}
.entry-content .risultato_ricerca > a {
	color: #43a047;
	display: inline-block;
	margin: 0px 0px 0px 32px;
}
.entry-content .risultato_ricerca > p {
	margin: 2px 0px 0px 32px;
	padding: 0px;
}
.entry-content .risultato_ricerca {
	margin-bottom: 24px;
}
.entry-content > p, .entry-content > ul > li {
	font-size: 17px;
	line-height: 26px;
}
.entry-content > p > a {
	color: #43a047;
	text-decoration: underline;
}
.entry-content > ul {
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px;
}
.entry-content > ul > li:before {
	width: 12px;
	height: 12px;
	background-color: #43a047;
	margin:1px 10px 0px 0px;
	display: inline-block;
	content: "";
}
.entry-content .data-table {
	border-spacing: 1px;
    border-collapse: separate;
    margin: 20px 0px 35px;
}
.entry-content .data-table th {
	font-family:'Playfair Display', sans-serif;
	color: #fff;
	background-color: #0b2351;
	font-size: 16px;
	padding: 15px 10px;
	font-weight: 300;
}
.entry-content .data-table tr:nth-child(even) {
	background-color: #b4d9b5;
}
.entry-content .data-table tr:nth-child(odd) {
	background-color: #d9ecda;
}
.entry-content .data-table td {
	font-size: 16px;
	color: #222;
	padding: 15px 10px;
}
.entry-content .data-table td a {
	text-decoration: none;
	color: #061a40;
}
.entry-content .data-table td a:hover {
	text-decoration: underline;
}
.entry-content .post-info {
	margin: 15px 0px 25px;
}
.entry-content .post-info .post-date, .entry-content .post-info .post-cats {
	display: inline-block;
}
.entry-content .post-info .post-cats {
	color:#646464;
	font-style: italic;
	margin-left: 15px;
}
.entry-content .post-info .post-cats a {
	font-style: normal;
}
video {
	max-width: 90%;
}

#gmap {
	width: 100%;
	height: 320px;
	border: 1px solid #d9d9d9;
	margin-bottom: 40px;
}
.widget {
	width: 100%;
	margin-bottom: 40px;
}
.widget-area .widget:last-child {
	margin-bottom: 0px;
}
.widget h2.widget-title {
	background-color: #0b2351;
	color: #fff;
	font-size: 22px;
	padding: 15px;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.widget:first-child h2.widget-title {
	background-color: #43a047;
}
.widget.widget_categories h2.widget-title, .widget.widget_nav_menu h2.widget-title {
	margin-bottom: 0px;
}
.widget.recent-posts-extended h2.widget-title {
	display: none;
}
.widget ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.widget.widget_categories ul li, .widget.widget_nav_menu div > ul > li {
	padding: 10px 0px;
	font-size: 16px;
	border-bottom: 1px solid #e8e8e8;
}
.widget.widget_categories ul li a, .widget.widget_nav_menu ul li a {
	padding: 10px 5px;
	display: inline-block;
	width: 100%;
	color: #222;
}
.widget.widget_categories ul li a:hover, .widget.widget_nav_menu ul li a:hover {
	text-decoration: none;
}
.widget.widget_categories ul li a:before, .widget.widget_nav_menu ul li a:before {
	color: #0b2351;
	font-family: "FontAwesome";
	content: "\f0da";
	margin-right: 8px;
}
.widget.widget_categories ul li a:hover:before, .widget.widget_nav_menu ul li a:hover:before {
	margin-left: 4px;
	margin-right: 4px;
}
.widget ul li.current-cat a:before, .widget ul li.current-menu-item > a:before, .widget ul li.current-menu-ancestor > a:before {
	color: #43a047;
}
.widget.widget_nav_menu ul li ul.sub-menu {
	display: none;
	margin-top: 10px;
	padding: 10px 0px 0px 20px;
	border-top: 1px solid #e8e8e8;
}
.widget.widget_nav_menu ul li.current-menu-item ul.sub-menu, .widget.widget_nav_menu ul li.current-menu-ancestor ul.sub-menu {
	display: block;
}
.widget.widget_nav_menu ul li ul.sub-menu li a {
	padding: 5px 0px;
}
.widget select {
	width: 100%;
	font-size: 16px;
}
.widget.widget_search .search-form {
	position: relative;
}
.widget.widget_search .search-form label {
	width: 100%;
}
.widget.widget_search .search-field {
    padding: 12px 20px 12px 10px;
    width:100%;
}
.widget.widget_search .search-submit {
	position: absolute;
	content: "\f002";
	border: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	background: transparent;
	top: 0px;
	right: 0px;
	border-radius: 0px;
}
.widget.widget_search .search-submit i.fa {
	width: 50px;
	line-height: 50px;
	font-size: 22px;
}
.widget.widget_search .search-submit i.fa:hover {
	color: #fff;
	background-color: #43a047;
}
.widget_search .screen-reader-text {
	display: none;
}
.widget.recent-posts-extended .rpwe-block li {
	border: 1px solid #dfdfdf;
	text-align: center;
	position: relative;
}
.widget.recent-posts-extended .rpwe-block li .rpwe-thumb {
	margin: -1px !important;
	padding: 0px !important;
	width: 100%;
	border: none !important;
}
.widget.recent-posts-extended .rpwe-block li h3 {
	font-size: 26px !important;
	margin: 15px 0px !important;
	text-transform: none !important;
	font-weight: 300 !important;
	letter-spacing: -1px !important;
	line-height: 1.1 !important;
	padding: 0px 24px;
}
.widget.recent-posts-extended .rpwe-block li .rpwe-summary {
	padding: 0px 24px 14px !important;
	font-size: 16px !important;
    line-height: 24px !important;
}
.widget.recent-posts-extended .rpwe-block li .rpwe-summary a.more-link {
	clear: both;
	white-space: nowrap;
	display: inline-block !important;
}
.widget.recent-posts-extended .rpwe-block li .rpwe-time {
	position: absolute;
	top: 0px;
	left: 50%;
	white-space: nowrap;
}

.widget .textwidget p a {
	color: #43a047;
}
.widget .textwidget p i.fa {
	color: #0b2351;
	font-size: 18px;
	min-width: 20px;
	text-align: center;
	margin-right: 8px;
}



/** FOOTER **/
footer#footer {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background-color: #0b2351;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image:url(../images/bg-footer.png);
}
footer#footer .copyright {
	font-size: 14px;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: rgba(0,12,34,.6);
}
footer#footer h4, footer#footer ul, footer#footer p {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
footer#footer h4 {
	margin-bottom: 40px;
}
footer#footer p a {
	color: #43a047;
	text-decoration: none;
}
footer#footer li {
	padding: 10px 0px;
	border-bottom: 1px solid #243963;
}
footer#footer li:first-child {
	border-top: 1px solid #243963;
}
footer#footer li a {
	color: #fff;
	text-decoration: none;
}
footer#footer img {
	margin: -5px 0px 10px -4px;
}
footer#footer label {
	font-weight: 300;
	font-size: 14px;
}



/** MARGINGS **/
.ml-15 {
	margin-left:15px !important;
}
.mt-5 {
	margin-top:5px !important;
}
.mt-10 {
	margin-top:10px !important;
}
.mt--10 {
	margin-top:-10px !important;
}
.mt-15 {
	margin-top:15px !important;
}
.mt-20 {
	margin-top:20px !important;
}
.mb-5 {
	margin-bottom:5px !important;
}
.mb-10 {
	margin-bottom:10px !important;
}
.mb-15 {
	margin-bottom:15px !important;
}
.mb-20 {
	margin-bottom:20px !important;
}
.mb-25 {
	margin-bottom:25px !important;
}
.mtb-10 {
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.mtb-20 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.mt-30 {
	margin-top:30px !important;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mtb-30 {
	margin-top:30px !important;
	margin-bottom:30px !important;
}
.mt-40 {
	margin-top:40px !important;
}
.mr-16 {
	margin-right: 16px !important;
}

/** PADDINGS **/
.pt-4 {
	padding-top:4px !important;
}
.ptb-5 {
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.pt-10 {
	padding-top:10px !important;
}
.pb-10 {
	padding-bottom:10px !important;
}
.pb-40 {
	padding-bottom:40px !important;
}
.pb-120 {
	padding-bottom:120px !important;
}
.ptb-10 {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.ptb-15 {
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.ptb-20 {
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.ptb-25 {
	padding-top:25px !important;
	padding-bottom:25px !important;
}
.ptb-30 {
	padding-top:30px !important;
	padding-bottom:30px !important;
}
.ptb-40 {
	padding-top:40px !important;
	padding-bottom:40px !important;
}
.ptb-55 {
	padding-top:55px !important;
	padding-bottom:55px !important;
}
.ptb-110 {
	padding-top:110px !important;
	padding-bottom:110px !important;
}
.ptb-130 {
	padding-top:130px !important;
	padding-bottom:130px !important;
}

/** GUTTERS **/
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

/** 5 COLOUMNS GRID **/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
