@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'dinregular';
    src: url('/font/dinbold-webfont.woff2') format('woff2'),
         url('/font/dinbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinmedium';
    src: url('/font/dinmedium-webfont.woff2') format('woff2'),
         url('/font/dinmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinregular';
    src: url('/font/dinregular-webfont.woff2') format('woff2'),
         url('/font/dinregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_BrushScriptStd';
	src: url('fonts/BrushScriptStd.eot');
	src: local('☺'), url('fonts/BrushScriptStd.woff') format('woff'), url('fonts/BrushScriptStd.ttf') format('truetype'), url('fonts/BrushScriptStd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#leisure-titolo{
	font-family: 'Conv_BrushScriptStd';
	color: #004586;
    font-size: 28px;
    text-transform: capitalize;
}

#leisure-testo{
	font-family: 'Conv_BrushScriptStd';
	font-style: normal;
}

.leisure-menu > span.menu > span.menu-title{
	font-family: 'Conv_BrushScriptStd';
	font-style: normal;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 14px;
} 

.immagine-header{
	width: 120px;
	height: auto;
}

@media (min-width: 768px){
	.div-immagine-header{
		text-align: right;
	}
}
@media (min-width: 398px) and (max-width: 767px){
	.div-immagine-header{
		text-align: left;
	}
}
@media (max-width: 397px){
	.div-immagine-header{
		text-align: center;
	}
}

.area-riservata-div
{
	position: relative;
    overflow: hidden;
	float: left;
    margin: 0;
    padding: 0;
	margin-left: 35px;
	margin-top: 15px;
}
/*
.area-riservata-interna
{
	float: left;
    margin: 0;
    padding: 0;
}*/

.area-riservata-testo
{
	float: left;
    margin: 0;
    padding: 6px;
	padding-left: 40px;
    width: 100%;
    color: #dedede;
    position: absolute;
    left: 0;
    bottom: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #e5e5e5;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.edit .media-preview {
  display: block;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
.edit .input-prepend.input-append input {
  line-height: 20px !important;
}
.edit .input-prepend.input-append a.btn {
  border: none !important;
  padding: 10px 8px;
  background: #DDD;
}
form .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  border-radius: ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
form .well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
form .well .pull-left {
  float: left;
}
form .well .pull-right {
  float: right;
}
form .well .row >div {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form .well .row .span12 {
  width: 100%;
}
form .well .row .span6 {
  width: 48%;
}
form .well .row .span4 {
  width: 33%;
}
form .well .row .span3 {
  width: 25%;
}
form .well .row .span2 {
  width: 16.66%;
}
form .well-large {
  padding: 24px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  border-radius: ;
}
form .well-small {
  padding: 9px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  border-radius: ;
}
.contentpane ul {
  list-style: none;
  text-align: left;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
}
.contentpane.modal {
  position: inherit;
  top: auto;
  left: auto;
  z-index: 1050;
  width: auto;
  margin-left: auto;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contentpane ul > li.thumbnail {
  float: left;
  margin: 0 18px 18px 0;
  display: block;
  padding: 4px;
  height: 80px;
  width: 80px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.contentpane ul > li.thumbnail .height-50 {
  height: 50px;
}
.contentpane ul > li.thumbnail .small {
  font-size: 11px;
}
.contentpane ul.manager .icon-folder-2 {
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  display: inline-block;
  text-align: right;
  font-family: FontAwesome;
  font-style: normal;
}
.contentpane ul.manager .icon-folder-2:before {
  content: "\f07b";
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
#sp-copyright-wrapper {
  background: #5b5b5b !important;
  padding: 20px 0px !important;
  text-align: center;
}
#sp-copyright-wrapper .row-fluid [class*="span"] {
  min-height: 1px !important;
}
#sp-header-wrapper {
  padding: 20px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sp-users-wrapper {
  padding: 30px 0;
  border-top: 1px solid #f2f2f2;
  background: #e5e5e5;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul {
  display: block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: block;
  margin: 0 0px;
}
#sp-footer-wrapper ul.nav li a {
  display: inline-block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
color:#FFF;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #FFF;
  background-color: #0079C1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  border:0;
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #FFF;
  background-color: #2F80CE;
  *background-color: #2F80CE;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #2F80CE;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #2F80CE;
  *background-color: #2F80CE;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.uc-title-shadow {
  text-shadow: 1px 1px 0px #000;
  color: #fff;
}
.uc-title-shadow:hover {
  text-shadow: 0px 0px 15px #026870;
  color: #1CB6E5;
}
.uc-text-shadow {
  text-shadow: 1px 1px 0px #000;
}
.uc-box-shadow {
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
}
.class-info {
  font-family: Open sans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  color: #7A8C99;
  text-transform: uppercase;
}
.class-info a {
  color: #1CB6E5;
}
.class-info a:hover {
  color: #1E2B35;
  text-decoration: none;
}
.class-post-title {
  font-family: Open sans;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8em;
  color: #333;
}
.class-post-title a {
  font-family: Open sans;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8em;
  color: #333;
}
.class-main-button {
  background: #2D3036;
  border: 0px;
  display: inline-block;
  color: #fff;
  padding: 7px 13px;
  font-size: 14px;
  font-family: Open sans;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 600;
  font-style: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.class-main-button:hover {
  background: #31c2d4;
  color: #fff;
  text-decoration: none;
}
body .the-icons {
  margin-left: 16px;
  list-style: none;
}
body a {
  text-decoration: none;
  color: #999999;
  font-style: normal;
}
body a:hover {
  text-decoration: none;
  color: #0A2844;
  font-style: normal;
}
body div,
body span,
body p,
body .yoo-zoo p {
  color: #383838;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
}
body p {
  margin-top: 0px;
  margin-bottom: 19px;
}
body h1 {
  margin: 20px 0px 15px;
  font-family: Open sans;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1em;
  font-style: normal;
  color: #333333;
}
body h2,
body .component-content .item-page h2 {
  margin: 20px 0px 15px;
  font-family: Open sans;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
  font-style: normal;
  color: #333333;
}
body h3 {
  margin: 21px 0px 15px;
  font-family: Open sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
  font-style: normal;
  color: #333333;
}
body h4 {
  margin: 21px 0px 15px;
  font-family: Open sans;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  font-style: normal;
  color: #333333;
}
body h5 {
  margin: 21px 0px 15px;
  font-family: Open sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
  font-style: normal;
  color: #333333;
}
body h6 {
  margin: 22px 0px 15px;
  font-family: Open sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1em;
  font-style: normal;
  color: #333333;
}
body .component-content .article-info {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}
body .component-content .article-info dd {
  float: left;
  margin-right: 23px;
  color: #7A8C99;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Open sans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
}
body .component-content .article-info dd:before {
  color: #7A8C99;
  margin-right: #d13;
}
body .component-content .article-info dd a {
  color: #64b9d3;
}
body .component-content .article-info dd a:hover {
  color: #416;
}
body .component-content .actions a {
  color: #7A8C99;
}
body .component-content .actions a:hover {
  color: #64b9d3;
}
body .item-page .entry-meta {
  background: none;
  padding: 0px;
}
body .item-page .entry-meta > span {
  margin: 0px 15px 0px 0px;
}
body .item-page .entry-meta span {
  font-family: Open sans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  color: #7A8C99;
  text-transform: uppercase;
}
body .item-page .entry-meta span a {
  color: #1CB6E5;
}
body .item-page .entry-meta span a:hover {
  color: #1E2B35;
  text-decoration: none;
}
body .item-page .entry-meta time {
  font-family: Open sans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  color: #7A8C99;
  text-transform: uppercase;
  margin: 0px 15px 0px 0px;
}
body .item-page .entry-meta time a {
  color: #1CB6E5;
}
body .item-page .entry-meta time a:hover {
  color: #1E2B35;
  text-decoration: none;
}
.user-class-text {
  font-size: 14px;
  font-family: open sans;
}
.user-class-link {
  text-decoration: #fff !important;
  color: #fff !important;
  font-style: normal !important;
}
.user-class-link:hover {
  text-decoration: #64b9d3 !important;
  color: #64b9d3 !important;
  font-style: normal !important;
}
.user-class-title {
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.user-class-post-title {
  font-family: Open sans;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8em;
  color: #333;
}
.user-class-post-title a {
  font-family: Open sans;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8em;
  color: #333;
}
.user-class-info {
  font-family: Open sans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  color: #7A8C99;
  text-transform: uppercase;
}
.user-class-info a {
  color: #1CB6E5;
}
.user-class-info a:hover {
  color: #1E2B35;
  text-decoration: none;
}
.user-class-button {
  background: #2D3036;
  border: 0px;
  display: inline-block;
  color: #fff;
  padding: 7px 13px;
  font-size: 14px;
  font-family: Open sans;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 600;
  font-style: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.user-class-button:hover {
  background: #31c2d4;
  color: #fff;
  text-decoration: none;
}
.user-class-button-hover {
  background: #31c2d4 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.user-class-low-title {
  font-size: 15px;
  font-family: Open sans;
  font-style: none;
  font-weight: 700;
  line-height: 1em;
}
.user-class-input {
  border: 2px solid #333 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6em;
  background: none;
  text-decoration: none;
  padding: 9px 3%;
  color: #A2A2A2 !important;
  height: 38px;
}
.user-class-textarea {
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6em;
  background: #333;
  text-decoration: none;
  padding: 9px 3%;
}
.user-class-menu-item {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5em;
  color: #d2d3d3;
  background: none;
}
.user-class-menu-item-active {
  color: #1CB6E5;
  background: none;
}
body .pagination-bg {
  font-size: 0px;
  margin-top: 45px;
}
body .pagination-bg span {
  font-size: 12px;
  opacity: 0.5;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #555;
  margin-left: 10px;
  min-width: 45px;
}
body .pagination-bg a {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #555;
  margin-left: 10px;
  min-width: 45px;
}
body .pagination-bg a:hover {
  color: #0A2844;
  border-color: #0A2844;
}
body .masonry #yoo-zoo .items {
  margin: -10px !important;
}
body .masonry #yoo-zoo .items .teaser-item {
  padding: 10px !important;
}
body .masonry #yoo-zoo .items .teaser-item:hover .teaser-item-bg {
  background: #fff !important;
}
body .masonry #yoo-zoo .items .teaser-item .teaser-item-bg {
  background: #f7f7f7 !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
body .masonry #yoo-zoo .items .teaser-item .pos-content {
  margin-bottom: 0px;
  margin: 0px 20px 00px 20px;
  background: none;
  padding: 0px;
  min-height: 0px;
  overflow: hidden;
  border-top: 1px dotted #cccccc;
  padding-top: 17px;
  padding-bottom: 4px;
}
body .masonry #yoo-zoo .items .teaser-item .pos-content .element-itemcreated {
  float: left;
}
body .masonry #yoo-zoo .items .teaser-item .pos-content .element-itemcreated:before {
  font-size: 10px;
  margin-right: 3px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  position: relative;
  top: -1px;
}
body .masonry #yoo-zoo .items .teaser-item .pos-content .element-itemcommentslink {
  float: right;
}
body .masonry #yoo-zoo .items .teaser-item .pos-content .element-itemcommentslink:before {
  font-size: 10px;
  margin-right: 3px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f075";
  position: relative;
  top: -1px;
}
body .masonry #yoo-zoo .items .teaser-item .pos-content:hover {
  background: none;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left {
  margin: 16px 20px 1px 20px;
  text-align: left;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-itemauthor:before {
  display: none;
}
body #yoo-zoo .teaser-item div.media-left .element-itemauthor{
  display: none!important;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-text {
  width: 105%;
  margin: -16px -20px 14px -20px !important;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-text iframe {
  width: 100%;
  height: 200px;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-image {
  margin: -16px -20px 14px -20px !important;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-textarea {
  margin-top: 9px;
  margin-bottom: 0px;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-textarea:before {
  display: none;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-itemname {
  text-align: left;
  display: block;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 3px;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-itemname:before {
  display: none;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-itemname a {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
body .masonry #yoo-zoo .items .teaser-item div.media-left .element-itemname a:hover {
  color: #0A2844;
}
body .blog-grid #yoo-zoo {
  margin-top: 0px !important;
}
body .blog-grid #yoo-zoo iframe {
  height: 398px;
}
body .blog-grid #yoo-zoo .item {
  max-width: 940px;
  margin: 0 auto;
}
body .blog-grid #yoo-zoo .items .teaser-item:nth-child(3) .pos-media {
  float: right;
}
body .blog-grid #yoo-zoo .items .teaser-item:nth-child(4) .pos-media {
  float: right;
}
body .blog-grid #yoo-zoo .items .teaser-item {
  padding: 0px !important;
  width: 50%;
  float: left;
  background: #f7f7f7;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  height: 398px;
}
body .blog-grid #yoo-zoo .items .teaser-item div.teaser-item-bg:hover .pos-content {
  background: none;
}
body .blog-grid #yoo-zoo .items .teaser-item div.teaser-item-bg .pos-content {
  background: none !important;
  border: 0px;
}
body .blog-grid #yoo-zoo .items .teaser-item:hover {
  background: #fff;
}
body .blog-grid #yoo-zoo .items .pos-media {
  float: left;
  margin-bottom: 0px !important;
  width: 50%;
}
body .blog-grid #yoo-zoo .items .pos-media .element {
  margin: 0px !important;
  width: 100%;
}
body .blog-grid #yoo-zoo .items .pos-media .element a {
  width: 100%;
}
body .blog-grid #yoo-zoo .items .pos-media .element a img {
  width: 100%;
}
body .blog-grid #yoo-zoo .items div.pos-content {
  margin: 0px 0px 0px;
  float: none;
  text-align: left;
  overflow: hidden;
  padding: 26px 30px;
  min-height: 390px;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-textarea {
  padding: 0px !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemlink {
  padding-bottom: 0px !important;
  text-align: left !important;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemname {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  margin: 4px 0 6px;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemname a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemname a:hover {
  color: #0A2844;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcategory:first-child:before,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcreated:first-child:before,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcommentslink:first-child:before {
  display: none;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcategory:before,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcreated:before,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcommentslink:before {
  content: '/';
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 12px;
  margin: 0 7px 0 0;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemauthor,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcategory,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcreated,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcommentslink {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 12px;
  margin: 0 5px 5px 0;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemauthor h3,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcategory h3,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcreated h3,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcommentslink h3 {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 12px;
  margin: 0px 5px 0px 0px;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemauthor a,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcategory a,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcreated a,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcommentslink a {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
}
body .blog-grid #yoo-zoo .items div.pos-content .element-itemauthor a:hover,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcategory a:hover,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcreated a:hover,
body .blog-grid #yoo-zoo .items div.pos-content .element-itemcommentslink a:hover {
  color: #0A2844;
}
body .medium-images #yoo-zoo .items .teaser-item:nth-child(2n+2) .pos-media {
  float: right;
}
body .medium-images #yoo-zoo .items .pos-media {
  width: 50%;
  float: left;
  margin-bottom: 0px;
}
body .medium-images #yoo-zoo .items .pos-media .element {
  margin: 0px !important;
  width: 100%;
}
body .medium-images #yoo-zoo .items .pos-media iframe {
  width: 100%;
  height: 390px;
  border: 0px;
}
body .medium-images #yoo-zoo .items div.pos-content {
  margin: 0px 0px 30px;
  float: none;
  text-align: left;
  overflow: hidden;
  padding: 26px 30px;
  min-height: 390px;
}
body .medium-images #yoo-zoo .items div.pos-content .element-textarea {
  padding: 0px !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemlink {
  padding-bottom: 0px !important;
  text-align: left !important;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemname {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  margin: 4px 0 6px;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemname a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemname a:hover {
  color: #0A2844;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemcategory:first-child:before,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcreated:first-child:before,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcommentslink:first-child:before {
  display: none;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemcategory:before,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcreated:before,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcommentslink:before {
  content: '/';
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 12px;
  margin: 0 7px 0 0;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemauthor,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcategory,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcreated,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcommentslink {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 12px;
  margin: 0 5px 5px 0;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemauthor h3,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcategory h3,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcreated h3,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcommentslink h3 {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 12px;
  margin: 0px 5px 0px 0px;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemauthor a,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcategory a,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcreated a,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcommentslink a {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
}
body .medium-images #yoo-zoo .items div.pos-content .element-itemauthor a:hover,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcategory a:hover,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcreated a:hover,
body .medium-images #yoo-zoo .items div.pos-content .element-itemcommentslink a:hover {
  color: #0A2844;
}
body #yoo-zoo {
  margin-bottom: 30px !important;
}
body #yoo-zoo iframe {
  width: 100%;
  height: 380px;
  border: 0px;
}
body #yoo-zoo a:hover {
  text-decoration: none;
}
body #yoo-zoo .item #comments {
  padding: 35px 40px 24px;
  margin-top: 0px;
  background: #f7f7f7;
}
body #yoo-zoo .item #comments #respond h3 {
  color: #333333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 37px;
}
body #yoo-zoo .item #comments #respond textarea {
  width: 100%;
  display: block;
  padding: 12px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #cccccc;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  min-height: 122px;
  max-width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
}
body #yoo-zoo .item #comments #respond textarea:focus {
  border: 1px solid #0A2844;
}
body #yoo-zoo .item #comments #respond input[type='submit'] {
  display: inline-block;
  outline: none;
  padding: 10px 57px;
  color: #0A2844;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  font-weight: 300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #0A2844;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 1.5em;
}
body #yoo-zoo .item #comments #respond input[type='submit']:hover {
  background: #0A2844;
  color: #ffffff;
}
body #yoo-zoo .item #comments #respond input[type='text'] {
  max-width: 360px;
  width: 100%;
  display: block;
  padding: 12px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #cccccc;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  height: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
}
body #yoo-zoo .item #comments #respond input[type='text']:focus {
  border: 1px solid #0A2844;
}
body #yoo-zoo .item #comments h3.comments-meta {
  color: #333333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 35px;
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 40px;
}
body #yoo-zoo .item #comments .comment {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 40px;
}
body #yoo-zoo .item #comments .comment .comment-body > p {
  position: absolute;
  top: -5px;
  right: 0px;
  margin: 0px;
}
body #yoo-zoo .item #comments .comment-head {
  background: none;
  padding: 0px;
  border: 0px;
  margin-bottom: 0px;
}
body #yoo-zoo .item #comments .comment-head .avatar {
  margin-right: 20px;
}
body #yoo-zoo .item #comments .comment-head .avatar img {
  margin: -1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body #yoo-zoo .item #comments .comment-head h3.author {
  color: #333333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 4px;
  line-height: 0.8;
}
body #yoo-zoo .item #comments .comment-head .meta {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 20px;
  padding-top: 2px;
}
body #yoo-zoo .item #comments .comment-body {
  padding: 0px;
  margin-left: 67px;
}
body #yoo-zoo .item div.pos-author {
  background: url('../images/pattern2.jpg');
  overflow: hidden;
  padding: 0px;
}
body #yoo-zoo .item div.pos-author h3 {
  display: none;
}
body #yoo-zoo .item div.pos-author div.sub-pos-media {
  padding: 0px;
  background: none;
  border: 0px;
  margin-right: 20px;
}
body #yoo-zoo .item div.pos-author h4.sub-pos-title {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 31px 0 8px;
}
body #yoo-zoo .item div.pos-author h4.sub-pos-title a {
  color: #ffffff;
}
body #yoo-zoo .item div.pos-author .sub-pos-description p {
  margin-top: 0px;
  padding-left: 8px;
  overflow: hidden;
}
body #yoo-zoo .item .pos-taxonomy {
  display: block;
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  color: #333333;
  font-weight: 300;
  margin: 0;
  background: #f7f7f7;
  padding: 0px 55px 41px;
}
body #yoo-zoo .item .pos-taxonomy strong {
  font-weight: 600;
}
body #yoo-zoo .item .pos-taxonomy a:hover {
  text-decoration: none;
}
body #yoo-zoo .item .pos-content {
  background: #fff;
  border-bottom: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body #yoo-zoo .item .pos-content .element-textarea {
  padding: 35px 55px 35px;
  margin-top: 0px;
  margin-bottom: 0px;
}
body #yoo-zoo .item .pos-content .element-textarea p {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 30px;
}
body #yoo-zoo .item div.media-left {
  margin: 0px 0px 30px;
  float: none;
  text-align: left;
}
body #yoo-zoo .item div.media-left .element {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  margin: 0 5px 5px 0;
}
body #yoo-zoo .item div.media-left .element h3 {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  margin: 0px 5px 0px 0px;
}
body #yoo-zoo .item div.media-left .element a {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
}
body #yoo-zoo .item div.media-left .element a:hover {
  color: #0A2844;
}
body #yoo-zoo .item div.media-left .element:first-child:before {
  display: none;
}
body #yoo-zoo .item div.media-left .element:before {
  content: '/';
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 12px;
  margin: 0 7px 0 0;
}
body #yoo-zoo .item .element-image {
  margin-bottom: 0px !important;
}
body #yoo-zoo .item h1.pos-title {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 6px;
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.1;
}
body #yoo-zoo .item h1.pos-title a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
body #yoo-zoo .item h1.pos-title a:hover {
  color: #0A2844;
}
body #yoo-zoo .teaser-item {
  padding-bottom: 50px !important;
}
body #yoo-zoo .teaser-item div.teaser-item-bg {
  background: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
body #yoo-zoo .teaser-item div.teaser-item-bg:hover .pos-content {
  background: #fff;
}
body #yoo-zoo .teaser-item div.teaser-item-bg .pos-content {
  background: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body #yoo-zoo .teaser-item div.teaser-item-bg .pos-content .element-textarea {
  padding: 35px 55px 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}
body #yoo-zoo .teaser-item div.teaser-item-bg .pos-content .element-textarea p {
  margin-top: 0px;
  padding-top: 0px;
}
body #yoo-zoo .teaser-item div.pos-content .element-image {
  margin-bottom: 0px;
  text-align:center;
}
body #yoo-zoo .teaser-item div.pos-content .element-itemlink {
  text-align: center;
  padding: 20px 0;
}
body #yoo-zoo .teaser-item div.pos-content .element-itemlink a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 7px 17px;
  color: #333333;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #333333;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  line-height: 1.4em;
}
body #yoo-zoo .teaser-item div.pos-content .element-itemlink a:hover {
  background: #333333;
  color: #ffffff;
}
body #yoo-zoo .teaser-item div.media-left {
  margin: 0px 0px 30px;
  float: none;
  text-align: center;
}
body #yoo-zoo .teaser-item div.media-left .element {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  margin: 0 5px 5px 0;
}
body #yoo-zoo .teaser-item div.media-left .element h3 {
  display: none;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  margin: 0px 5px 0px 0px;
}
body #yoo-zoo .teaser-item div.media-left .element a {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
}
body #yoo-zoo .teaser-item div.media-left .element a:hover {
  color: #0A2844;
}
body #yoo-zoo .teaser-item div.media-left .element:first-child:before {
  display: none;
}
body #yoo-zoo .teaser-item div.media-left .element:before {
  content: '/';
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 12px;
  margin: 0 7px 0 0;
  display: none;
}
body #yoo-zoo .teaser-item h1.pos-title {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 6px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1.1;
}
body #yoo-zoo .teaser-item h1.pos-title a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
body #yoo-zoo .teaser-item h1.pos-title a:hover {
  color: #0A2844;
}
body #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  display: none !important;
}
body .white #sp-menu .sp-menu.level-0 > li .sub-level > .sp-submenu-wrap {
  padding-top: 24px;
}
body .white.active #sp-menu .sp-menu.level-0 > li .sub-level > .sp-submenu-wrap {
  padding-top: 4px;
}
body .white .sp-menu.level-0 > li.active {
  background: none;
}
body .white .sp-menu.level-0 > li.active > a {
  color: #0A2844 !important;
}
body .white .sp-menu.level-0 > li.active > a span {
  color: #0A2844 !important;
}
body .white .sp-menu.level-0 > li:hover {
  background: none;
}
body .white .sp-menu.level-0 > li:hover > a {
  color: #000 !important;
}
body .white .sp-menu.level-0 > li:hover > a span {
  color: #ffffff !important;
}
body .white .sp-menu.level-0 > li > a {
  color: #5E371B !important;
}
body .white .sp-menu.level-0 > li > a span {
  color: #FFF !important
}
body .white .sp-menu.level-0 > li > a:before {
  background: #bbbbbb !important;
}
body #sp-menu .sp-menu.level-0 {
  margin: 0px;
  padding: 0px;
  background: none;
  text-align: right;
  font-size: 0px;
}
body #sp-menu .sp-menu.level-0 > li {
  background: none;
  color: #ffffff;
  padding: 0px;
  text-align: left;
  margin-right: 0px !important;
}
body #sp-menu .sp-menu.level-0 > li:first-child a:before {
  display: none;
}
body #sp-menu .sp-menu.level-0 > li:last-child {
  margin-right: 0px;
}
body #sp-menu .sp-menu.level-0 > li:last-child a {
  padding-right: 0px;
}
body #sp-menu .sp-menu.level-0 > li.active {
  background: none;
}
body #sp-menu .sp-menu.level-0 > li.active > a {
  color: #0A2844;
}
body #sp-menu .sp-menu.level-0 > li.active > a span {
      color: #f5f5f5!important;
    font-weight: bold;
}
body #sp-menu .sp-menu.level-0 > li > a {
  font-size: 12px;
  font-family: Open sans;
  line-height: 1em;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  padding: 17px;
}
body #sp-menu .sp-menu.level-0 > li > a:before {
  position: absolute;
  content: '';
  top: 21px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #656565;
}

#sp-menu.sp-menu.level-0 {
	margin-right: -29px;
}
div.sp-submenu.sub-level {
    margin-top: -20px;
}
@media (min-width: 1200px){
	body #sp-menu .sp-menu.level-0 > li > a span, 
	.sp-menu.level-1 > li > a span, 
	.sp-menu.level-2 > li > a span, 
	.sp-menu.level-3 > li > a span{
	  color: #ffffff;
	  /*font-size: 12px;*/
	  font-size: 13px;	
	  font-family: Open sans;
	  line-height: 1em;
	  font-weight: 400;
	  text-transform: uppercase;
	}
}
@media (max-width: 1199px){
	body #sp-menu .sp-menu.level-0 > li > a span, 
	.sp-menu.level-1 > li > a span, 
	.sp-menu.level-2 > li > a span, 
	.sp-menu.level-3 > li > a span{
	  color: #ffffff;
	  font-size: 12px;
	  /*font-size: 9px;	*/
	  font-family: Open sans;
	  line-height: 1em;
	  font-weight: 400;
	  text-transform: uppercase;
	}
}
@media (min-width: 980px) and (max-width: 1199px){
	img.image-logo{
		width: 300px !important;
	}
}

body #sp-menu .sp-menu.level-0 > li:hover {
  background: none;
}
body #sp-menu .sp-menu.level-0 > li:hover > a {
  color: #0A2844;
}
body #sp-menu .sp-menu.level-0 > li:hover > a span {
  color: #0A2844;
}
body #sp-menu .sp-menu.level-0 > li .sub-level > .sp-submenu-wrap {
  padding-top: 4px;
}
body #sp-menu .sp-menu.level-0 > li li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: #004586;
}
body #sp-menu .sp-menu.level-0 > li li:hover {
  background: #5FA1DF;
  color: #004586;
}
body #sp-menu .sp-menu.level-0 > li li:hover > a {
  color: #333333;
}
body #sp-menu .sp-menu.level-0 > li li:hover > a span {
  color: #333333;
}
body #sp-menu .sp-menu.level-0 > li li a {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 19px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  color: #ffffff;
}
body #sp-menu .sp-menu.level-0 > li li a span {
  color: #ffffff;
}
.text-space-fix {
  margin-bottom: -3px;
  margin-top: -5px;
}
#rt-transition {
  position: relative;
  z-index: 1;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
::-moz-selection {
  color: #fff;
  background: #1CB6E5;
}
::selection {
  color: #fff;
  background: #1CB6E5;
}
.module .header {
color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 30px 0 30px 0px;
}
.module .header span {
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
}
.black-color .module .header {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.1em;
}
.black-color .module .header span {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.1em;
}
.black-color p,
.black-color div,
.black-color span {
  color: #999999;
}
section {
  position: relative;
  /*z-index: 1;*/
}
.w-o-n .home-text1 h1,
.w-o-n h1,
.w-o-n h2,
.w-o-n h3 h4,
.w-o-n h5,
.w-o-n h6 {
  color: #f7f7f7;
}
.fixed-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.itp-subscribe > div {
  display: none;
}
.itp-subscribe p {
  margin-bottom: 0px;
}
.itp-subscribe input[type="text"] {
  background: transparent;
  padding: 12px 10px;
  border: 1px solid #666666;
  color: #c8c8c8;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 136px !important;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 46px;
  margin-top: 22px;
}
.itp-subscribe input[type="text"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.itp-subscribe input[type='submit'] {
  background: #082A3A;
  padding: 12px 10px;
  border: 1px solid #666666;
  border-left: none;
  color: #FFF;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-top: 22px;
}
.itp-subscribe input[type='submit']:hover {
  color: #ffffff;
  background: #0A2844;
  border: 1px solid #0A2844;
  border-left: none;
}
body .zoo-tagcloud {
  margin: 0;
  padding: 0;
  text-align: left;
}
body .zoo-tagcloud li {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 0px !important;
}
body .zoo-tagcloud li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px !important;
  color: #999999 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #666666 !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid #666666;
}
body .zoo-tagcloud li a:hover {
  color: #0A2844 !important;
  border: 1px solid #0A2844;
}
ul.social-list {
  margin: 0;
  padding: 0;
}
ul.social-list li {
  display: inline-block;
  margin-right: 1px;
}
ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #bdbdbd;
  text-align: center;
  border: inherit !important;
}
ul.social-list li a i {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}
ul.social-list li a:hover {
  background: #333333;
}
ul.social-list li a:hover i {
  color: #0A2844;
}
body .patern1 p {
  color: #1E2B35;
}
body .patern1 span {
  color: #1E2B35;
}
body .patern1 div {
  color: #1E2B35;
}
body .patern1:before {
  content: " ";
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: 12px;
  background: url("../images/pat1.png") repeat-x 0px 0px;
  position: relative;
  top: -12px;
}
body .patern1:after {
  content: " ";
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: 12px;
  background: url("../images/pat2.png") repeat-x 0px 0px;
  position: relative;
  bottom: -12px;
}
body .patern1 .si-module.si-type2:hover .si-icon:before {
  color: #1CB6E5;
}
body .patern1 .si-module.si-type2 .si-icon {
  text-shadow: none;
}
body .patern1 .si-module.si-type2 .si-icon:before {
  text-shadow: none;
  color: #414141;
}
body .patern1 .si-module.si-type2 .si-content {
  text-shadow: none;
}
body .patern1 .si-module.si-type2 .si-content .si-title {
  color: #101E29;
  text-shadow: none;
}
body .patern1 .si-module.si-type2 .si-content .si-text {
  color: #1E2B35;
  text-shadow: none;
}
body .patern2 {
  /*background: none !important;*/
	background: url(/images/copertina-overlay.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
  overflow: hidden;
	padding-bottom: 0 !important;
}
body .patern3 {
  background: url('../images/pattern2.jpg');
  overflow: hidden;
}
body .patern3.gallery2 div.default .sp-portfolio-loadmore .btn {
  border-color: #fff;
  color: #fff;
}
body .patern3.gallery2 div.default .sp-portfolio-loadmore .btn span {
  color: #fff;
}
body .patern3 .title-section h1 {
  color: #fff;
}
body .patern3 h2,
body .patern3 .feature-section3 .feature-post h2 {
  color: #fff;
}
.paralax1 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent !important;
  background: url(../images/1.jpg) no-repeat center center fixed;
  margin-bottom: 104px;
  position: inherit;
}
.paralax1 .home-text1 h1,
.paralax1 h1,
.paralax1 h2,
.paralax1 h3 h4,
.paralax1 h5,
.paralax1 h6 {
  color: #f7f7f7;
}
.paralax1 .home-text1 img {
  margin-bottom: -104px;
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-top: 30px;
}
.paralax1 > * {
  position: relative;
  z-index: 2;
}
.paralax1 > * {
  position: relative;
  z-index: 2;
}
.paralax2 {
  background: url('../images/2.jpg') center no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: inherit;
}
.paralax3 {
  background: url('../images/banners/8.jpg') center no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: inherit;
}
.paralax4 {
  background: url('../images/banners/7.jpg') center no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: inherit;
}
.paralax5 {
  background: url('../images/banners/banner-alt2.jpg') center no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: inherit;
}
.paralax6 {
  background: url('../images/banners/banner-alt.jpg') center no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: inherit;
}
.paralax7 {
  background: url('../images/banners/3.jpg') center no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: inherit;
}
.paralax8 {
  background: url('../images/banners/4.jpg') center no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: inherit;
}
.paralax9 {
  background: url('../images/banners/5.jpg') center no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: inherit;
}
.skills-box {
  text-align: center;
}
.skills-box .circle-skill {
  margin-bottom: 10px;
}
.skills-box p {
  color: #333333;
  margin: 0;
}
.black-style.services-box .services-post .inner-service-post {
  background: #333;
}
.black-style.services-box .services-post .inner-service-post a {
  background: none;
  border: 1px solid #656565;
}
.black-style.services-box .services-post .inner-service-post a i {
  color: #656565;
}
.black-style.gallery2 div.default .sp-portfolio-item-details {
  background: none;
  border: 1px solid #444444;
  border-top: 0px;
}
.black-style.gallery2 div.default .sp-portfolio-item-details h4 {
  color: #fff;
}
.black-style.gallery2 div.default .sp-portfolio-item-details h4 a {
  color: #fff;
}
.black-style.gallery2 div.default .sp-portfolio-loadmore .btn {
  color: #fff;
  border: 1px solid #fff;
}
.black-style.gallery2 div.default .sp-portfolio-loadmore .btn span {
  color: #fff;
}
.black-style .title2 h1 {
  color: #0A2844;
}
.w-btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  width: 160px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  margin: 21px 12px 5px;
}
.w-btn:hover {
  color: #0A2844;
  border: 1px solid #0A2844;
}
.b-btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  color: #333333;
  width: 160px;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #333333;
  margin: 21px 12px 5px;
}
.b-btn:hover {
  color: #0A2844;
  border: 1px solid #0A2844;
}
body ul.the-icons {
  margin-left: 30px;
}
body .entry-content h1,
body .entry-content h2,
body .entry-content h3,
body .entry-content h4,
body .entry-content h5,
body .entry-content h6 {
  color: #004586;
}
body #sp-main-body-wrapper {
  border: 0px !important;
}
.title-section {
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.title-section h1 {
  color: #004586;
  font-size: 24px;
  font-family: 'dinmedium', "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-weight: 600;
  margin: 0 0 30px;
}
.title-section p {
  margin: 0;
}
.title2 h1 {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
}
/*.title2 h1:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 4px;
  background: url('../images/patt.png');
  bottom: -37px;
  left: 50%;
  margin-left: -11px;
}*/
.title1 h1 {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: left;
}
.title1 h1:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 4px;
  background: url('../images/patt.png');
  bottom: -37px;
  left: 0;
  margin-left: 0px;
}
.skills-progress {
  margin-bottom: 30px;
}
.skills-progress > p {
  color: #333333;
  font-weight: 600;
  margin-bottom: 16px;
}
.meter-title {
  color: #333333;
  font-weight: 600;
  margin-bottom: 16px;
}
.meter {
  height: 6px;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.meter-number span {
  color: #0A2844;
  font-weight: 600;
}
.meter > p {
  display: block;
  height: 100%;
  position: relative;
  background: #0A2844;
  color: #0A2844;
  font-weight: 600;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.meter > p span {
  position: absolute;
  right: 0px;
  top: -32px;
}
.meter > p:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  right: 0;
  top: -7px;
  border: 3px solid #0A2844;
}
.history-timeline ul.timeline-list {
  margin: 0;
  padding: 0;
  position: relative;
  padding-right: 30px;
  max-height: 360px;
  overflow-y: scroll;
}
.history-timeline ul.timeline-list li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.history-timeline ul.timeline-list li p.date {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #0A2844;
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  padding-top: 12px;
}
.history-timeline ul.timeline-list li p.date span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0;
  color: #fff;
}
.history-timeline ul.timeline-list li div.history-content {
  margin-left: 80px;
  background: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 20px;
  position: relative;
}
.history-timeline ul.timeline-list li div.history-content h3 {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  color: #333333;
  margin-bottom: 0;
  font-weight: 600;
}
.history-timeline ul.timeline-list li div.history-content p {
  margin-bottom: 0;
}
.history-timeline ul.timeline-list li div.history-content:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  left: -10px;
  border: 5px solid #f7f7f7;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.history-timeline ul.timeline-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 27px;
  width: 6px;
  height: 100%;
  background: #f7f7f7;
}
.history-timeline ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.history-timeline ::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.history-timeline ::-webkit-scrollbar-thumb {
  background: #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.text-banner-section2 {
  text-align: center;
}
.text-banner-section2 h1 {
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #ffffff;
}
.testimonial-section {
  padding: 64px 0 50px;
  text-align: center;
}
.testimonial-section ul {
  margin: 0;
  padding: 0;
}
.testimonial-section ul li {
  list-style: none;
}
.testimonial-section ul li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 35px;
  display: inline-block;
}
.testimonial-section ul li p {
  max-width: 790px;
  margin: 0 auto 5px;
}
.testimonial-section ul li span {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  color: #0A2844;
  margin-bottom: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0A2844;
  border: 1px solid #0A2844;
}
.bx-wrapper .bx-controls-direction a {
  border: 1px solid #0A2844;
}
.bx-wrapper .bx-controls-direction a:hover {
  background: #0A2844;
}
.bx-wrapper .bx-prev:after {
  color: #0A2844;
}
.bx-wrapper .bx-next:after {
  color: #0A2844;
}
.bx-wrapper .bx-prev:hover:after {
  color: #ffffff;
}
.bx-wrapper .bx-next:hover:after {
  color: #ffffff;
}
.team-post {
  position: relative;
}
.team-post img {
  width: 100%;
}
.team-post .hover-team {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: center;
}
.team-post .hover-team .inner-team {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 0;
  width: 100%;
}
.team-post .hover-team .inner-team ul.team-social {
  margin: 0;
  padding: 0;
  opacity: 0;
  margin-bottom: 16px;
}
.team-post .hover-team .inner-team ul.team-social li {
  display: inline-block;
}
.team-post .hover-team .inner-team ul.team-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.team-post .hover-team .inner-team ul.team-social li a i {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.team-post .hover-team .inner-team ul.team-social li a:hover {
  border: 1px solid #0A2844;
}
.team-post .hover-team .inner-team ul.team-social li a:hover i {
  color: #0A2844;
}
.team-post .hover-team .inner-team h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  color: #ffffff;
  margin: 0 0 3px;
}
.team-post .hover-team .inner-team span {
  color: #0A2844;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  display: inline-block;
}
.team-post:hover {
  cursor: move;
}
.team-post:hover .hover-team {
  background: rgba(51,51,51,0.8);
}
.team-post:hover .hover-team .inner-team ul.team-social {
  opacity: 1;
}

.client-box ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.client-box ul li {
  float: left;
  list-style: none;
  width: 20%;
}
.client-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  max-width: 100%;
  border: 1px solid transparent;
}
.client-box ul li a img {
  max-width: 100%;
}
.client-box ul li a:hover {
  opacity: 1;
  border: 1px solid #cccccc;
}
.line-banner-section {
  padding: 36px 0;
  background: #0A2844;
  text-align: center;
}
.line-banner-section p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.line-banner-section p span {
  display: inline-block;
  margin-right: 16px;
}
.line-banner-section p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  width: 160px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  margin-left: 16px;
}
.line-banner-section p a:hover {
  background: #ffffff;
  color: #0A2844;
}
.statistic-section {
  padding: 82px 0 92px;
  position: relative;
}
.statistic-section .statistic-box {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.statistic-section .statistic-box .statistic-post {
  padding: 35px 0;
  float: left;
  width: 25%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  border-left: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.statistic-section .statistic-box .statistic-post i {
  color: #0A2844;
  font-size: 34px;
  margin-bottom: 20px;
}
.statistic-section .statistic-box .statistic-post p {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.statistic-section .statistic-box .statistic-post p span.timer {
  display: inline-block;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
}
.statistic-section .statistic-box .statistic-post:first-child {
  border-left: 1px solid rgba(255,255,255,0.3);
}
.statistic-section .statistic-box .statistic-post:hover {
  background: rgba(255,255,255,0.3);
}
.statistic2 .statistic-box .statistic-post {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-left: 1px solid #676365;
}
.statistic2 .statistic-box .statistic-post:first-child {
  border-left: 1px solid transparent;
}
.statistic2 .statistic-box .statistic-post:hover {
  background: #f7f7f7;
}
.statistic2 .statistic-box .statistic-post p span.timer {
  color: #333333;
}
.statistic2 .statistic-box .statistic-post p {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.alternative .statistic-section {
  padding: 24px 0 30px;
}
.alternative .statistic-section .statistic-post {
  padding: 4px 0px 0px !important;
  border: 0px !important;
  background: none !important;
}
.alternative .statistic-section .statistic-post i {
  display: none !important;
}
.testimonial-section2 {
  background: #333333;
}
.testimonial-section2 .title-section h1 {
  color: #ffffff;
  text-transform: uppercase;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0A2844;
  border: 1px solid #0A2844;
}
body .owl-theme .owl-controls .owl-page.active span,
body .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0A2844;
  border: 1px solid #0A2844;
}
.testimonial-section2 .testimonial-box {
  overflow: hidden;
}
.testimonial-section2 .testimonial-box .testimonial-post {
  padding: 40px 70px 70px;
  border: 1px solid #666666;
  border-left: none;
  text-align: center;
  width: 25%;
  float: left;
}
.testimonial-section2 .testimonial-box .testimonial-post img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
}
.testimonial-section2 .testimonial-box .testimonial-post p {
  margin: 0 0 5px;
}
.testimonial-section2 .testimonial-box .testimonial-post span {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin: 0;
  color: #0A2844;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.feature-section {
  padding: 51px 0 0;
  background: url('../images/pattern1.jpg');
  overflow: hidden;
}
.feature-section .feature-post {
  margin-bottom: 60px;
  position: relative;
  -webkit-transform: translate3d(0,200%,0);
  -moz-transform: translate3d(0,200%,0);
  -o-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.feature-section .feature-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 50px;
  height: 50px;
  background: #0A2844;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin-left: 5px;
}
.feature-section .feature-post a i {
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
}
.feature-section .feature-post a:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid #0A2844;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}
.feature-section .feature-post .feature-post-content {
  margin-left: 80px;
}
.feature-section .feature-post .feature-post-content h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}
.feature-section .feature-post .feature-post-content p {
  margin: 0;
}
.feature-section .feature-post:after {
  opacity: 0;
  -webkit-transform: translate3d(0,-200%,0);
  -moz-transform: translate3d(0,-200%,0);
  -o-transform: translate3d(0,-200%,0);
  transform: translate3d(0,-200%,0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.feature-section .feature-post.left:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 53px;
  background: url('../images/arrow.png') center center no-repeat;
  bottom: -49px;
  left: 36px;
}
.feature-section .feature-post.right:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 53px;
  background: url('../images/arrow2.png') center center no-repeat;
  bottom: -49px;
  left: 15px;
}
.feature-section .feature-post.none:after {
  display: none;
}
.feature-section .feature-image {
  text-align: right;
}
.feature-section .feature-image img {
  max-width: 100%;
}
.feature-section .feature-box.active .feature-post {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.feature-section .feature-box.active .feature-post:nth-child(1) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.feature-section .feature-box.active .feature-post:nth-child(2) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
.feature-section .feature-box.active .feature-post:nth-child(3) {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  -moz-transition-delay: 3s;
  transition-delay: 3s;
}
.feature-section .feature-box.active .feature-post:nth-child(4) {
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  -moz-transition-delay: 4s;
  transition-delay: 4s;
}
.feature-section .feature-box.active .feature-post:after {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.feature-section .feature-box.active .feature-post:nth-child(1):after {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.feature-section .feature-box.active .feature-post:nth-child(2):after {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.feature-section .feature-box.active .feature-post:nth-child(3):after {
  -webkit-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  -moz-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.feature-section2 .feature-post .feature-post-content h2 {
  padding-top: 0px;
}
.feature-section2 {
  padding: 51px 0 60px;
}
.feature-section2 .title-section h1 {
  color: #ffffff;
}
.feature-section2 .feature-post {
  margin-bottom: 55px;
  position: relative;
}
.feature-section2 .feature-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin-left: 5px;
}
.feature-section2 .feature-post a i {
  color: #ffffff;
  font-size: 24px;
  line-height: 56px;
}
.feature-section2 .feature-post .feature-post-content {
  margin-left: 80px;
}
.feature-section2 .feature-post .feature-post-content h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  color: #ffffff;
}
.feature-section2 .feature-post .feature-post-content p {
  margin: 0;
}
.recent-posts-section {
  padding: 55px 0;
  background: url('../images/pattern2.jpg');
}
.recent-posts-section .title-section h1 {
  color: #ffffff;
}
.recent-posts-section .blog-post {
  text-align: center;
}
.recent-posts-section .blog-post .blog-gal {
  position: relative;
  border: 1px solid #444444;
  border-bottom: none;
  border-left: none;
}
.recent-posts-section .blog-post .blog-gal img {
  width: 100%;
}
.recent-posts-section .blog-post .blog-gal:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51,51,51,0.8);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.recent-posts-section .blog-post .blog-title {
  padding: 20px;
  border: 1px solid #444444;
  border-top: none;
  border-left: none;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.recent-posts-section .blog-post .blog-title h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  margin: 0 0 3px;
}
.recent-posts-section .blog-post .blog-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.recent-posts-section .blog-post .blog-title h2 a:hover {
  text-decoration: underline;
}
.recent-posts-section .blog-post .blog-title span {
  color: #0A2844;
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.recent-posts-section .blog-post p {
  padding: 0 25px;
}
.recent-posts-section .blog-post:hover {
  cursor: move;
}
.recent-posts-section .blog-post:hover .blog-gal:after {
  opacity: 1;
}
.recent-posts-section .blog-post:hover .blog-title {
  background: #0A2844;
}
.recent-posts-section .blog-post:hover .blog-title span {
  color: #333333;
}
.services-box {
  position: relative;
  z-index: 2;
}
.services-box .module {
  float: left;
  width: 20%;
  padding-left: 1px;
  text-align: center;
  margin-top: 0px;
}
.services-box .services-post .inner-service-post {
  background: #fff;
  padding-bottom: 70px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-box .services-post .inner-service-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cccccc;
  margin-bottom: 26px;
  margin-top: -45px;
  text-align: center;
  background: #fff;
}
.services-box .services-post .inner-service-post a i {
  line-height: 80px;
  color: #cccccc;
  font-size: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-box .services-post .inner-service-post h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  color: #0A2844;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding-bottom: 28px;
  margin-bottom: 26px;
  position: relative;
}
.services-box .services-post .inner-service-post h2:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 4px;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.services-box .services-post .inner-service-post p {
  max-width: 200px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-box .services-post:first-child {
  padding-left: 0;
}
.services-box .services-post:hover .inner-service-post {
  background: transparent;
}
.services-box .services-post:hover .inner-service-post a {
  background: #0A2844;
  border: 1px solid #0A2844;
}
.services-box .services-post:hover .inner-service-post a i {
  color: #ffffff;
}
.services-box .services-post:hover .inner-service-post h2,
.services-box .services-post:hover .inner-service-post p {
  color: #ffffff;
}
.services-section3 .services-box {
  margin-bottom: 70px;
}
.services-section3 .services-box .services-post {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.services-section3 .services-box .services-post .inner-service-post {
  padding: 0;
  background: transparent;
}
.services-section3 .services-box .services-post .inner-service-post a {
  margin-top: 0;
  background: transparent;
  position: relative;
  border: 2px solid #cccccc;
}
.services-section3 .services-box .services-post .inner-service-post a:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;

  right: 0px;
  bottom: 0px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.services-section3 .services-box .services-post .inner-service-post h2 {
  color: #333333;
}
.services-section3 .services-box .services-post .inner-service-post p {
  color: #999999;
}
.services-section3 .services-box .services-post:hover .inner-service-post a {
  border: 2px solid #0A2844;
  background: #0A2844;
}
.services-section3 .services-box .services-post:hover .inner-service-post a:after {
  border: 2px solid #f7f7f7;
}
.services-section3 .main-image {
  text-align: center;
}
.services-section3 .main-image img {
  max-width: 100%;
}
.services-section3 .services-box .module {
  width: 100%;
}
.gallery-filters {
  background: none;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.gallery-filters a {
  background: #2D3036;
  border: 0px;
  display: inline-block;
  color: #fff;
  padding: 7px 13px;
  font-size: 14px;
  font-family: Open sans;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 600;
  font-style: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
}
.gallery-filters a:hover {
  background: #31c2d4;
  color: #fff;
  text-decoration: none;
}
.gallery .modal {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.gallery .modal .close-modal {
  color: #FFF !important;
  background: #222 !important;
  border: 0px !important;
  width: 30px !important;
  height: 30px !important;
}
.gallery .modal .close-modal i:before {
  font-size: 19px !important;
  margin-top: 5px !important;
}
.gallery .img-polaroid {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  padding: 0px;
}
.modal-backdrop {
  width: 1px;
  height: 1px;
}
.gallery3 div.default .sp-portfolio-loadmore .btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  width: 160px;
  text-align: center;
  background: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #333;
  margin-left: 0px;
  height: 40px;
  line-height: 14px;
  margin-top: 55px;
}
.gallery3 div.default .sp-portfolio-loadmore .btn:hover {
  color: #0A2844;
  background: none;
  border: 1px solid #0A2844;
}
.gallery3 div.default .sp-portfolio-loadmore .btn span {
  line-height: 18px;
}
.sh-title {
  line-height: 0.67em;
  font-size: 120px;
  padding-bottom: 14px;
  margin-top: 0px;
}
.sh-title .main_text {
  font-size: 120px;
  font-family: Open sans;
  line-height: 0.67em;
  color: #1CB6E5;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
}
.sh-title .dot_content {
  padding-left: 20px;
  display: inline-block;
}
.sh-title .dot_content .top_text {
  display: block;
  font-family: Open sans;
  color: #101E29;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 0.78em;
  font-weight: 600;
  padding-bottom: 15px;
}
.sh-title .dot_content .bot_text {
  display: block;
  font-family: Open sans;
  color: #101E29;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 0.78em;
  font-weight: 600;
}
.sh-title:before {
  background: url(../images/title-dot.png) no-repeat 0px 0px;
  width: 16px;
  height: 87px;
  content: " ";
  margin-right: 11px;
  display: inline-block;
  position: relative;
  top: 1px;
}
section.fp:before,
footer.fp:before {
  content: " ";
  background: url(../images/pat3.png) repeat-x 0px 0px;
  height: 13px;
  position: relative;
  top: -12px;
  display: block;
  width: 100%;
}
section.fp > .container,
footer.fp > .container {
  background: url(../images/map.png) no-repeat center center;
}
body #form10 .ff_row input[type="text"] {
  padding-left: 10px !important;
}
body #form10 .ff_row textarea {
  padding: 8px 10px !important;
}
body .ff_column {
  margin-top: -22px;
}
body .ff_column .ff_row .wdform-label-section {
  display: none !important;
}
body .ff_column .ff_row .wdform-element-section {
  width: 100% !important;
  display: block !important;
}
body .ff_column .ff_row.your-name {
  float: left;
  width: 100% !important;
  margin-right: 25px;
  max-width: 240px;
}
body .ff_column .ff_row.subject {
  float: left;
  width: 100% !important;
  margin-right: 25px;
  max-width: 240px;
}
body .ff_column .ff_row.email {
  float: left;
  width: 100% !important;
  max-width: 240px;
}
body .ff_column .ff_row input[type="text"] {
  background: none !important;
  border: 2px solid #333 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  height: 40px !important;
  padding-left: 10px !important;
  color: #A2A2A2 !important;
}
body .ff_column .ff_row input[type="text"].input_activ {
  color: #bebebe;
}
body .ff_column .ff_row.message {
  clear: both;
  padding-top: 15px;
}
body .ff_column .ff_row.message .type_textarea {
  width: 100% !important;
}
body .ff_column .ff_row.message .wdform-field {
  width: 100% !important;
  display: block !important;
}
body .ff_column .ff_row.message .wdform-element-section {
  width: 100% !important;
  display: block !important;
}
body .ff_column .ff_row.message textarea {
  width: 100% !important;
  display: block !important;
  background: none !important;
  border: 2px solid #333 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 8px 10px !important;
  color: #A2A2A2 !important;
}
body .ff_column .ff_row.submit-button {
  margin-top: 15px;
}
body .ff_column .ff_row.submit-button .button-submit {
  margin: 0px;
  background: #2D3036;
  border: 0px;
  display: inline-block;
  color: #fff;
  padding: 7px 13px;
  font-size: 14px;
  font-family: Open sans;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 600;
  font-style: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #333;
  color: #dedede;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .ff_column .ff_row.submit-button .button-submit:hover {
  background: #31c2d4;
  color: #fff;
  text-decoration: none;
}
.big-title {
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 0px #000;
}
.big-title span {
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8em;
  text-shadow: 1px 1px 0px #000;
}
.big-title:after {
  content: " ";
  background: url(../images/dt.png) no-repeat 0px 0px;
  display: block;
  width: 47px;
  height: 10px;
  position: relative;
  left: 50%;
  margin-left: -24px;
  margin-top: 19px;
}
.menu-search-button {
  display: none !important; /*nascondi lente ricerca*/
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cccccc;
  font-size: 16px;
  display: inline-block;
  margin-top: -5px;
}
.menu-search-button:hover {
  cursor: pointer;
}
.menu-search-button:before {
  content: "\f002";
}
header .search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #0A2844;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  right: 35px;
  margin-top: 0px !important;
}
header .search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#searchForm .btn-group {
  width: 100%;
}
#searchForm .btn-toolbar input {
  width: 100%;
  display: inline-block;
  padding: 12px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #cccccc;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  height: 44px;
}
#searchForm .btn-toolbar button {
  display: none;
}
#searchForm .phrases {
  width: 50%;
  float: left;
  padding-right: 30px;
}
#searchForm .only {
  width: 50%;
  float: left;
}
#searchForm .form-limit {
  clear: both;
}
.item-page {
  padding-bottom: 40px !important;
  overflow: hidden;
}
.item-page .entry-title {
  color: #004586;
  font-size: 28px;
  font-family: 'dinmedium', "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-weight: 600;
  margin: 20px 0 0 0px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border: 0px;
}
.item-page .entry-title a {
  color: #151D4F;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.features-bloks .features-bloks-left img {
  max-width: 129px;
  margin-right: 15px;
}
.features-bloks .features-bloks-left h3 {
  font-size: 18px;
  margin-top: -4px;
}
.features-bloks .features-bloks-right {
  text-align: right;
}
.features-bloks .features-bloks-right img {
  max-width: 129px;
  margin-left: 15px;
}
.features-bloks .features-bloks-right h3 {
  font-size: 18px;
  margin-top: -4px;
}
body article.item-page {
  background: #fff;
  padding: 0 25px;
  color: #586772;
}
body article.item-page p {
  color: #586772;
  font-size:14px!important;
  line-height:20px!important;
}
body article.item-page div {
  color: #586772;
}
.alert div {
  color: #586772;
}
body .sp-blocknumber {
  padding-top: 0px !important;
}
body .sp-blocknumber span.rounded {
  margin-top: 4px;
}
body .sp-bubble cite {
  color: #586772;
}
body div.shortcode-video {
  color: #586772;
}
body .accordion .accordion-group .accordion-heading a {
  color: #1E2B35;
}
body .accordion .accordion-group .accordion-body p:last-child {
  margin-bottom: 0px;
}
body .carousel.slide .carousel-control {
  line-height: 19px;
  top: 50%;
}
body .tab .nav.nav-tabs li a {
  background: #ACA8A8;
}
body .tab .nav.nav-tabs li a:hover {
  color: #101E29;
}
body .tab .nav.nav-tabs li.active a {
  background: #fff;
}
.slider-set .fullscreen-container {
  height: 850px;
}
body .tp-bullets.simplebullets.round .bullet {
  background: url(../images/bullet.png);
  width: 10px;
  height: 10px;
}
.header-fixed-top {
  position: inherit !important;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  /*background-image:url(/images/pietra-grigia.jpg);*/
}
.header-fixed-top.white {
/*background-image: url(/images/pietra-grigia.jpg);
     Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#32417c+0,131a4b+100 
    background-size: cover;*/


}
.header-fixed-top.white .row-fluid {
  padding: 0px 0px 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;

}
.header-fixed-top > .row-fluid {
  padding: 24px 0px 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header-fixed-top .logo-wrapper {
  padding-top: 11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header.header-fixed-top.active {

}
header.header-fixed-top.active.white {
	
	   /* background-image: url(/images/pietra-grigia.jpg)!important;*/
 
background: #32417c; /* Old browsers */

background: -moz-linear-gradient(top,  #32417c 0%, #131a4b 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32417c), color-stop(100%,#131a4b)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #32417c 0%,#131a4b 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #32417c 0%,#131a4b 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #32417c 0%,#131a4b 100%); /* IE10+ */

background: linear-gradient(to bottom,  #32417c 0%,#131a4b 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32417c', endColorstr='#131a4b',GradientType=0 ); /* IE6-9 */
}
header.header-fixed-top.active.white .row-fluid {
  padding-top: 7px;
  padding-bottom: 4px;
}
header.header-fixed-top.active > .row-fluid {
  padding: 7px 0px 4px;
}
header.header-fixed-top.active .navbar-brand {
  padding: 20px 15px 10px;
}
header.header-fixed-top.active .navbar-nav {
  margin-top: 3px;
}
header.header-fixed-top.active .logo-wrapper {
  padding-top: 13px;
}
.header-banner {
  text-align: center;
}
.header-banner h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  letter-spacing: 1px;
}
.header-banner > * {
  position: relative;
  z-index: 2;
}
.header-banner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51,51,51,0.7);
  z-index: 1;
}
.header-banner {
  background: url(../images/banners/title-banner4.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 100px 0 65px;
}
.home-text1 {
  text-align: center;
}
.home-text1 h1 {
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
}
.home-text1 .title2 h1 {
  margin-bottom: 0px;
}
.home-text2 {
  text-align: center;
}
.home-text2 .bold {
  font-weight: 600;
  color: #333333;
}
.home-text2 .title2 h1 {
  margin-bottom: 0px;
}
.home-text2 h1 {
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
}
.pricing-section .pricing-table {
  padding: 25px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-section .pricing-table ul {
  margin: 0;
  padding: 0;
}
.pricing-section .pricing-table ul li {
  list-style: none;
  margin-bottom: 10px;
}
.pricing-section .pricing-table ul li h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}
.pricing-section .pricing-table ul li p {
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}
.pricing-section .pricing-table ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  margin: 20px 0 0;
}
.pricing-section .pricing-table ul li a:hover {
  background: #ffffff;
  color: #333333;
}
.pricing-section .pricing-table ul li.monthly-price p {
  width: 163px;
  height: 163px;
  border: 2px solid #ffffff;
  margin: 0 auto 15px;
  padding-top: 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-section .pricing-table ul li.monthly-price p strong {
  display: block;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 50px;
}
.pricing-section .pricing-table:hover {
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.1);
}
.pricing-section .pricing-table:hover ul li.monthly-price p {
  background: #ffffff;
  color: #333333;
}
.feature-section4 {
  position: inherit;
  border-bottom: 1px solid #414141;
}
.feature-section4 .feature-box {
  width: 50%;
  float: left;
  background: url('../images/pattern2.jpg');
  padding-top: 124px;
  padding-bottom: 134px;
  overflow: hidden;
  border-bottom: none;
}
.feature-section4 .feature-box .inner-feature-box {
  max-width: 630px;
  float: right;
  padding-right: 85px;
}
.feature-section4 .feature-box .inner-feature-box h1 {
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
  font-size: 36px;
  margin-bottom: 18px;
  color: #ffffff;
}
.feature-section4 .feature-box .inner-feature-box p {
  margin-bottom: 44px;
}
.feature-section4 .feature-box .inner-feature-box ul {
  margin: 0;
  padding: 0;
}
.feature-section4 .feature-box .inner-feature-box ul li {
  list-style: none;
  margin-bottom: 17px;
}
.feature-section4 .feature-box .inner-feature-box ul li i {
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
}
.feature-section4 .feature-box .inner-feature-box ul li {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  margin: 0;
  color: #ffffff;
  display: inline-block;
}
.feature-section4 .feature-image {
  padding-top: 70px;
  width: 100%;
  float: left;
}
.feature-section4 .feature-image img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin-left: -30px;
  margin-bottom: -1px;
}
.feature-section4 .span6.paralax6 {
  margin-left: 0px;
  width: 50%;
}
.feature-section4.second-style {
  overflow: hidden;
  position: inherit;
  border-bottom: 0px;
}
.feature-section4.second-style .span6 {
  width: 50%;
  margin-left: 0px !important;
}
.feature-section4.second-style .feature-box {
  padding-top: 79px;
  padding-bottom: 93px;
}
.feature-section4.second-style .feature-box .inner-feature-box {
  width: 470px;
  float: right;
  padding-right: 100px;
}
.feature-section4.second-style .feature-box .inner-feature-box h1 {
  font-size: 18px;
  margin-bottom: 30px;
}
.feature-section4.second-style .feature-box .inner-feature-box p {
  margin-bottom: 32px;
  max-width: 295px;
}
.feature-section4.second-style .feature-box .inner-feature-box ul li i {
  font-size: 15px;
}
.feature-section4.second-style .feature-image {
  padding-top: 50px;
}
.feature-section4.second-style .feature-image img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin-left: -90px;
}
.feature-section4.second-style ul {
  list-style: none;
}
.feature-section4 .feature-box .inner-feature-box {
  max-width: 630px;
  float: right;
  padding-right: 85px;
}
.feature-section4 .feature-box .inner-feature-box h1 {
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
  font-size: 36px;
  margin-bottom: 18px;
  color: #ffffff;
}
.feature-section4 .feature-box .inner-feature-box p {
  margin-bottom: 44px;
}
.feature-section4 .feature-box .inner-feature-box ul {
  margin: 0;
  padding: 0;
}
.feature-section4 .feature-box .inner-feature-box ul li {
  list-style: none;
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 17px;
  color: #ffffff;
  display: inline-block;
}
.feature-section4 .feature-box .inner-feature-box ul li i {
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
}
.feature-section4 .feature-box .inner-feature-box ul li span {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  margin: 0;
  color: #ffffff;
  display: inline-block;
}
.feature-section4 .row {
  margin-left: 0px;
}
.feature-section3 .feature-post {
  margin-bottom: 40px;
  position: relative;
}
.feature-section3 .feature-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 60px;
  height: 60px;
  background: #0A2844;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
}
.feature-section3 .feature-post a i {
  color: #ffffff;
  font-size: 24px;
  line-height: 56px;
}
.feature-section3 .feature-post .feature-post-content {
  margin-left: 80px;
}
.feature-section3 .feature-post h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}
.feature-section3 .feature-post .feature-post-content p {
  margin: 0;
}
.services-alt-section {
  overflow: hidden;
}
.services-box2.module {
  margin-top: 0px;
}
.services-alt-section .services-box2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  float: left;
}
.services-alt-section .span2 {
  margin-left: 0px;
  width: 16.66661%;
}
.services-alt-section .span6 {
  margin-left: 0px;
  width: 50%;
}
.services-alt-section .services-box2 .services-post {
  float: left;
  padding-top: 70px;
  min-height: 270px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-alt-section .services-box2 .services-post p {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -100px;
  padding: 20px 5px 0;
  margin-top: 20px;
  position: relative;
}
.services-alt-section .services-box2 .services-post p:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 4px;
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.services-alt-section .services-box2 .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
.services-alt-section .services-box2 .services-post a i {
  font-size: 36px;
  color: #ffffff;
}
.services-alt-section .services-box2 .services-post h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  max-width: 140px;
  margin: 0 auto;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-alt-section .services-box2.blue-back .services-post {
  background: #738dac;
}
.services-alt-section .services-box2.green-back .services-post {
  background: #0A2844;
}
.services-alt-section .services-box2.red-back .services-post {
  background: #e26a6a;
}
.services-alt-section .services-box2.pink-back .services-post {
  background: #ae6ba7;
}
.services-alt-section .services-box2.orange-back .services-post {
  background: #eb974e;
}
.services-alt-section .services-box2.alt-back .services-post {
  background: #65c6bb;
}
.services-alt-section .services-box2 .services-post:hover {
  background: #ffffff !important;
}
.services-alt-section .services-box2 .services-post:hover h2 {
  color: #333333;
  margin-top: -60px;
}
.services-alt-section .services-box2 .services-post:hover p {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.services-alt-section .services-box2 .services-post:hover a {
  opacity: 0;
  visibility: hidden;
}
.services-alt-section .services-ban {
  position: relative;
  z-index: 2;
  float: left;
  padding: 150px 0 0 70px;
}
.services-alt-section .services-ban h1 {
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 30px;
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
  max-width: 570px;
  margin-bottom: 15px;
}
.services-alt-section .services-ban p {
  color: #ffffff;
  max-width: 570px;
  margin-bottom: 30px;
}
.services-alt-section .services-ban a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  width: 160px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
}
.services-alt-section .services-ban a:hover {
  background: #ffffff;
  color: #0A2844;
}
.team-section2 {
  padding: 50px 0;
  background: url('../images/pattern1.jpg');
}
.team-section2 .team-post {
  padding: 0 1px 0px 0px;
  text-align: center;
}
.team-section2 .team-post .team-gal {
  position: relative;
  margin-bottom: 25px;
}
.team-section2 .team-post .team-gal .hover-team .inner-team {
  margin-top: -10px;
}
.team-section2 .team-post h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  margin-bottom: 3px;
}
.team-section2 .team-post span {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  color: #0A2844;
  font-size: 14px;
  margin: 0;
}
.team-section2.no-padd {
  padding: 60px 0;
  background: #ffffff;
}
.team-section2.no-padd .team-post {
  padding: 0;
  padding-left: 1px;
}
.testimonial-section3 {
  padding: 70px 0;
  background: url('../images/pattern1.jpg');
}
.testimonial-section3 .testimonial-box {
  text-align: center;
}
.testimonial-section3 .testimonial-box .testimonial-post {
  margin-bottom: 30px;
  padding: 0 10px;
}
.testimonial-section3 .testimonial-box .testimonial-post img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
}
.testimonial-section3 .testimonial-box .testimonial-post p {
  margin-bottom: 10px;
}
.testimonial-section3 .testimonial-box .testimonial-post span {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  color: #0A2844;
  margin: 0;
}
.testimonial-section3 .testimonial-box .testimonial-post:hover {
  cursor: move;
}
body div.default ul.sp-portfolio-filter {
  text-align: center;
  margin-bottom: 39px;
}
body div.default {
  margin-top: -2px;
}
body div.default .sp-portfolio-filter .btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 18px;
  color: #2F2F2F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  background: none !important;
  padding: 0px 12px 0px 18px;
}
body div.default .sp-portfolio-filter .btn:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: '';
  border: 1px solid #999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 0px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body div.default .sp-portfolio-filter .btn.active {
  color: #0A2844;
}
body div.default .sp-portfolio-filter .btn.active:before {
  border: 1px solid #0A2844;
  background: #0A2844;
}
body div.default ul.sp-portfolio-items {
  margin: -4px;
}
body div.default .col-5 {
  width: 19.99%;
}
body div.default .sp-portfolio-item-inner {
  margin: 0px 1px 1px 0px;
  position: relative;
}
body div.default .sp-portfolio-thumb .sp-portfolio-overlay {
  background: rgba(34,34,34,0.8);
}
body div.default ul.sp-portfolio-items > li .sp-portfolio-overlay a {
  -webkit-transform: translate3d(0,10%,0);
  -moz-transform: translate3d(0,10%,0);
  -o-transform: translate3d(0,10%,0);
  transform: translate3d(0,10%,0);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body div.default ul.sp-portfolio-items > li:hover .sp-portfolio-overlay a {
  -webkit-transform: translate3d(0,0%,0);
  -moz-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
  opacity: 1;
}
body div.default ul.sp-portfolio-items > li:hover .sp-portfolio-item-details {
  -webkit-transform: translate3d(0,0%,0);
  -moz-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
  opacity: 1;
}
body div.default ul.sp-portfolio-items > li:hover .sp-portfolio-item-details h4 {
  -webkit-transform: translate3d(0,0%,0);
  -moz-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
}
body div.default ul.sp-portfolio-items > li:hover .sp-portfolio-item-details small {
  -webkit-transform: translate3d(0,0%,0);
  -moz-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
  opacity: 1;
}
body div.default .sp-portfolio-item-details {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #fff;
  padding: 20px 30px;
  opacity: 0;
  -webkit-transform: translate3d(0,200%,0);
  -moz-transform: translate3d(0,200%,0);
  -o-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body div.default .sp-portfolio-item-details h4 {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  color: #333333;
  margin: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0,200%,0);
  -moz-transform: translate3d(0,200%,0);
  -o-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}
body div.default .sp-portfolio-item-details small {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  color: #0A2844;
  margin: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0,200%,0);
  -moz-transform: translate3d(0,200%,0);
  -o-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}
body div.default .sp-portfolio-loadmore .btn {
  width: 100%;
  height: 80px;
  margin-top: 4px;
  background: #f7f7f7;
}
body div.default .sp-portfolio-loadmore .btn:hover {
  color: #0A2844;
  background: #f7f7f7;
}
body div.default .sp-portfolio-loadmore .btn:hover span {
  color: #0A2844;
}
body div.default .sp-portfolio-loadmore .btn span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  line-height: 80px;
  font-weight: 300;
}
body div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a.sp-portfolio-preview {
  text-indent: -10000px;
  width: 0px;
  width: 22px;
  height: 24px;
  overflow: hidden;
  margin: 0px 10px;
  padding-top: 4000px;
  background: none;
  display:none;
}
body div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a.sp-portfolio-preview:before {
  color: #FFF;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c1";
  width: 22px;
  height: 24px;
  position: absolute;
  text-indent: 0px;
  top: 0px;
  display: block;
  padding: 0px;
}
body div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a.sp-portfolio-link {
  text-indent: -10000px;
  width: 0px;
  width: 22px;
  height: 24px;
  overflow: hidden;
  margin: 0px 10px;
  padding-top: 4000px;
  background: none;
}
body div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a.sp-portfolio-link:before {
  color: #FFF;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  width: 22px;
  height: 24px;
  position: absolute;
  text-indent: 0px;
  top: 0px;
  display: block;
  padding: 0px;
}
body .gallery2 div.default .sp-portfolio-item-inner {
  margin: 15px;
}
body .gallery2 div.default .sp-portfolio-item-inner:hover .sp-portfolio-item-details {
  background: #0A2844;
}
body .gallery2 div.default .sp-portfolio-item-inner:hover .sp-portfolio-item-details small {
  color: #333;
}
body .gallery2 div.default .sp-portfolio-loadmore .btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  width: 160px;
  text-align: center;
  background: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #333;
  margin-left: 0px;
  height: 40px;
  line-height: 14px;
  margin-top: 55px;
}
body .gallery2 div.default .sp-portfolio-loadmore .btn:hover {
  color: #0A2844;
  background: none;
  border: 1px solid #0A2844;
}
body .gallery2 div.default .sp-portfolio-loadmore .btn:hover span {
  color: #0A2844;
}
body .gallery2 div.default .sp-portfolio-loadmore .btn span {
  line-height: 14px;
  color: #333;
}
body .gallery2 div.default ul.sp-portfolio-filter {
  margin-bottom: 51px;
}
body .gallery2 div.default ul.sp-portfolio-items {
  margin: -16px;
}
body .gallery2 div.default .sp-portfolio-item-details {
  width: 100%;
  background: #fff;
  padding: 16px 20px;
  position: relative;
  border: 1px solid #a1a1a1;
  border-top: 0px;
  opacity: 1;
  -webkit-transform: translate3d(0,0%,0);
  -moz-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
}
body .gallery2 div.default .sp-portfolio-item-details:hover {
  background: #0A2844;
}
body .gallery2 div.default .sp-portfolio-item-details:hover small {
  color: #333;
}
body .gallery2 div.default .sp-portfolio-item-details h4 {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  color: #333333;
  margin: 0;
  -webkit-transform: translate3d(0,0%,0);
  -moz-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
}
body .gallery2 div.default .sp-portfolio-item-details h4 a {
  color: #333333;
}
body .gallery2 div.default .sp-portfolio-item-details small {
  display: inline-block;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  color: #666666;
  margin: 0;
  opacity: 1;
  -webkit-transform: translate3d(0,0%,0);
  -moz-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
}
.services-section4 .span3 {
  position: relative;
  z-index: 2;
}
.services-section4 .services-image {
  overflow: hidden;
}
.services-section4 .services-image img {
  width: 100%;
  margin-bottom: -160px;
}
.services-section4 .span6 {
  position: relative;
  z-index: 1;
}
.services-section4 .left a.icon {
  float: right;
  margin-right: -60px;
  margin-left: 15px;
}
.services-section4 .left .feature-post-content {
  padding-right: 20px;
}
.services-section4 .right a.icon {
  float: left;
  margin-left: -60px;
  margin-right: 15px;
}
.services-section4 .right .feature-post-content {
  padding-left: 20px;
}
.services-section4 a.icon {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0A2844;
  background: #333333;
  text-align: center;
}
.services-section4 a.icon i {
  font-size: 30px;
  color: #0A2844;
  line-height: 63px;
}
.services-section4 .feature-post {
  margin-top: 70px;
}
.services-section4 .feature-post a.icon {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0A2844;
  background: #333333;
  text-align: center;
}
.services-section4 .feature-post a.icon i {
  font-size: 30px;
  color: #0A2844;
  line-height: 63px;
}
.services-section4 .feature-post h2 {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  color: #ffffff;
}
.blog-large #yoo-zoo {
  max-width: 780px;
  margin: 0 auto;
}
.sidebar {
  margin-top: 47px;
}
.sidebar h3.header {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 14px;
  margin-bottom: 37px;
  text-transform: uppercase;
}
.sidebar h3.header span {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.search {
  float: none !important;
  width: 100%;
  margin-bottom: 3px !important;
}
.search .form-inline input {
  width: 100%;
  display: inline-block;
  padding: 12px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #cccccc;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  height: 44px;
}
.search .form-inline input:focus {
  border: 1px solid #0A2844;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search .form-inline .button.btn.btn-primary {
  display: none;
}
.sidebar .module .nav {
  margin-bottom: 0px;
  padding-bottom: 17px;
}
.sidebar .module .nav li {
  list-style: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #cccccc;
}
.sidebar .module .nav li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #cccccc;
}
.sidebar .module .nav li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}
.sidebar .module .nav li a:hover {
  background: none;
  color: #0A2844;
}
.sidebar .module .nav li a:hover:after {
  background: #ffffff;
  border: 3px solid #0A2844;
}
.sidebar .module .nav li a:after {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #f7f7f7;
  background: #0A2844;
}
.sidebar .module ul.zoo-item-list {
  padding-bottom: 23px;
}
.sidebar .module ul.zoo-item-list > li {
  border-top: 0px;
  padding-top: 35px;
}
.sidebar .module ul.zoo-item-list > li .media-left {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0px;
}
.sidebar .module ul.zoo-item-list > li .title {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
  margin-left: 80px;
}
.sidebar .module ul.zoo-item-list > li .title a {
  color: #333333;
}
.sidebar .module ul.zoo-item-list > li .title a:hover {
  color: #0A2844;
}
.sidebar .module ul.zoo-item-list > li .meta {
  color: #a9a9a9;
  font-size: 12px;
  margin: 0;
  margin-left: 80px;
  font-style: normal;
}
.custom {
  padding-bottom: 0px;
}
.sidebar .zoo-tagcloud li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #999999 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  font-weight: 300;
  padding: 6px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}
.about-us {
  border-bottom: 5px solid #0A2844;
}
.vertical-tab-box ul.nav-tabs {
  width: 100%;
  float: none;
  margin-right: 0;
}
.vertical-tab-box ul.nav-tabs li.active a {
  border-right: 1px solid #eeeeee;
}
.vertical-tab-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.vertical-tab-box ul.nav-tabs {
  border: none;
  width: 160px;
  float: left;
  z-index: 2;
  position: relative;
  margin-right: -1px;
}
.vertical-tab-box ul.nav-tabs li {
  float: none;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.vertical-tab-box ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px 20px;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #333333;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  margin: 0;
}
.vertical-tab-box ul.nav-tabs li.active a {
  border: 1px solid #eeeeee;
  border-right: none;
  background: #ffffff;
  color: #0A2844;
}
.vertical-tab-box .tab-content {
  border: 1px solid #eeeeee;
  padding: 20px 30px;
  max-height: 340px;
  overflow-y: scroll;
  margin: 0;
}
.vertical-tab-box .tab-content h3 {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
.vertical-tab-box .tab-content p {
  margin-bottom: 16px;
}
.vertical-tab-box .tab-content img {
  width: 100%;
  margin-bottom: 16px;
}
.vertical-tab-box ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.vertical-tab-box ::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.vertical-tab-box ::-webkit-scrollbar-thumb {
  background: #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.work-steps-section {
  padding-top: 50px;
}
.work-steps-section .title-section h1 {
  margin-bottom: 65px;
}
.work-steps-section .work-steps-box ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 70px;
}
.work-steps-section .work-steps-box ul li {
  display: inline-block;
  min-width: 160px;
  margin-bottom: 12px;
}
.work-steps-section .work-steps-box ul li a {
  width: 82px;
  height: 82px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #0A2844;
  color: #ffffff;
  text-align: center;
  line-height: 82px;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border: 1px solid #0A2844;
  margin-bottom: 12px;
  position: relative;
}
.work-steps-section .work-steps-box ul li a:after {
  position: absolute;
  content: '';
  width: 52px;
  height: 16px;
  background: url('../images/arrow3.png') center center no-repeat;
  top: 38px;
  right: -65px;
}
.work-steps-section .work-steps-box ul li span {
  display: block;
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.work-steps-section .work-steps-box ul li:hover a {
  color: #0A2844;
  background: #ffffff;
}
.work-steps-section .work-steps-box ul li:hover span {
  color: #0A2844;
}
.work-steps-section .work-steps-box ul li:nth-child(2n) a:after {
  background: url('../images/arrow4.png') center center no-repeat;
}

.work-steps-section .work-steps-box ul li:last-child a:after {
  display: none;
}
.work-steps-section .services-work-list {
  margin-bottom: 50px;
}
.work-steps-section .services-work-list h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  margin-bottom: 18px;
}
.work-steps-section .services-work-list ul {
  margin: 0;
  padding: 0;
}
.work-steps-section .services-work-list ul li {
  list-style: none;
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 10px;
}
.work-steps-section .services-work-list ul li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  color: #0A2844;
  margin-right: 8px;
  font-size: 13px;
}
.work-steps-section .services-work-list.right-list {
  padding-left: 20px;
}
.work-steps-section .services-work-image img {
  width: 100%;
}
.works-services {
  margin-bottom: 50px;
}
.works-services h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  margin-bottom: 18px;
}
.works-services ul {
  margin: 0;
  padding: 0;
}
.works-services ul li {
  list-style: none;
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 10px;
}
.works-services ul li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  color: #0A2844;
  margin-right: 8px;
  font-size: 13px;
}
.contact-section .info-post {
  overflow: hidden;
  margin-bottom: 25px;
}
.contact-section .info-post span.icon-info {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0A2844;
  text-align: center;
}
.contact-section .info-post span.icon-info i {
  color: #0A2844;
  font-size: 24px;
  line-height: 60px;
}
.contact-section .info-post p {
  padding-top: 20px;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 0 80px;
}
.contact-section .info-post p strong {
  color: #0A2844;
  font-weight: 600;
}
.contact-section .info-post p a {
  color: #333333;
  font-weight: 600;
}
.form-row1 {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.form-row1 .form-item {
  width: 33.333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.form-row1 .form-item .wdform-field {
  width: 100% !important;
}
.form-row1 .form-item .wdform-field .wdform-label-section {
  display: none !important;
}
.form-row1 .form-item .wdform-field .wdform-element-section {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
.form-row1 .form-item .wdform-field .wdform-element-section input {
  width: 100%;
  display: inline-block;
  padding: 12px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #cccccc;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 44px;
}
.form-row1 .form-item .wdform-field .wdform-element-section input:focus {
  border: 1px solid #0A2844;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-row2 {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.form-row2 .form-item {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.form-row2 .form-item .wdform-field {
  width: 100% !important;
}
.form-row2 .form-item .wdform-field .wdform-label-section {
  display: none !important;
}
.form-row2 .form-item .wdform-field .wdform-element-section {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
.form-row2 .form-item .wdform-field .wdform-element-section textarea {
  width: 100%;
  display: inline-block;
  padding: 12px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #cccccc;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #cccccc;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 122px;
}
.form-row2 .form-item .wdform-field .wdform-element-section textarea:focus {
  border: 1px solid #0A2844;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-row3 {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.form-row3 .form-item {
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.form-row3 .form-item .wdform-field {
  width: 100% !important;
}
.form-row3 .form-item .wdform-field .wdform-label-section {
  display: none !important;
}
.form-row3 .form-item .wdform-field .wdform-element-section {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
.form-row3 .form-item .wdform-field .wdform-element-section button {
  display: inline-block;
  outline: none;
  padding: 10px 57px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  font-weight: 300;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #0A2844;
  text-shadow: none;
  border: 1px solid #0A2844;
}
.form-row3 .form-item .wdform-field .wdform-element-section button:hover {
  color: #fff;
  background: #0A2844;
  text-shadow: none;
}
.form-row3 .form-item .wdform-field .wdform-element-section button:focus {
  border: 1px solid #0A2844;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mod-jgmap {
  max-width: 100% !important;
  width: 100% !important;
}
.w-con > .container {
  background: #fff;
  padding-top: 76px;
  max-width: 1080px;
}
.w-con.boxing > .container {
  padding-left: 0px;
  padding-right: 0px;
}
.boxing > .container {
  max-width: 1080px;
  padding-left: 70px;
  padding-right: 70px;
}
footer.boxing {
  background: none;
}
footer.boxing > .container {
  background: #333;
  overflow: hidden;
  padding: 60px 70px;
}
body.boxed1 {
  background-repeat:no-repeat;
  background-color:#004586;
}
body.boxed1 .container {
  max-width: 1080px;
}
body.boxed1 .gallery3 > .container {
  padding-top: 50px;
  padding-bottom: 0px;
  background:#FFF;

}
body.boxed1 .gallery3 > .container div.default .col-3 {
  width: 33.33%;
    background: white;
padding:10px;
}
body.boxed1 .gallery3 > .container div.default ul.sp-portfolio-items {
  margin: 0px;
}
body.boxed1 .home-text1 .w-btn {
  border: 1px solid #999999;
  color: #999999;
}
body.boxed1 .home-text1 .w-btn:hover {
  border: 1px solid #0A2844;
  color: #0A2844;
}
body.boxed1 .boxed-img {
  text-align: center;
}
body.boxed1 .boxed-img img {
  display: inline-block;
}
body.boxed1 .boxed-img p {
  margin-bottom: 0px;
}
body.boxed1 .team-section2.no-padd {
  background: none;
}
body.boxed1 .patern2 {
  background: none;
}
body.boxed1 .patern2 > .container {
  padding: 50px;
  background: url('../images/pattern1.jpg');
}
body.boxed1 .statistic-section {
  padding: 50px 0px;
}
body.boxed1 .statistic-post {
  max-width: 212px !important;
  height: 212px;
  margin-left: 15px;
  margin-right: 15px;
  border: 2px solid #0A2844 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
body.boxed1 .statistic-post .timer {
  color: #333333 !important;
}
body.boxed1 .statistic-post .statistic-counter {
  margin-top: 10px;
}
body.boxed1 .statistic-box {
  margin-left: -15px;
  margin-right: -15px;
}
body.boxed1 .statistic-section {
  overflow: hidden;
}
body.boxed1 .feature-post {
  margin-bottom: 40px;
  position: relative;
}
body.boxed1 .feature-post a {
  display: inline-block;
  text-decoration: none;
  float: left;
  width: 60px;
  height: 60px;
  border: 2px solid #0A2844;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
}
body.boxed1 .feature-post a i {
  color: #0A2844;
  font-size: 24px;
  line-height: 56px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body.boxed1 .feature-post .feature-post-content {
  margin-left: 80px;
}
body.boxed1 .feature-post .feature-post-content h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}
body.boxed1 .feature-post .feature-post-content p {
  margin: 0;
}
body.boxed1 .feature-post:hover a {
  background: #0A2844;
}
body.boxed1 .feature-post:hover a i {
  color: #ffffff;
}
.gray-con .container {
  background: #f7f7f7;
  padding-top: 45px;
  padding-bottom: 50px;
}
.boxed2 {
  background: url('../images/pattern2.jpg');
}
.boxed2 .boxed-img p {
  margin-bottom: 0px;
}
.boxed2 .statistic-section {
  padding: 50px 0px;
}
.boxed2 .statistic-post {
  max-width: 212px !important;
  height: 212px;
  margin-left: 15px;
  margin-right: 15px;
  border: 2px solid #0A2844 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: none !important;
}
.boxed2 .statistic-post .timer {
  color: #fff !important;
}
.boxed2 .statistic-post .statistic-counter {
  margin-top: 10px;
}
.boxed2 .statistic-box {
  margin-left: -15px;
  margin-right: -15px;
}
.boxed2 .statistic-section {
  overflow: hidden;
}
.boxed2 .patern2 {
  background: none;
}
.boxed2 .patern2 > .container {
  padding: 50px;
  background: url('../images/pattern1.jpg');
}
.boxed2 .header-fixed-top.white {
  background: none !important;
  position: relative !important;
}
.boxed2 .header-fixed-top.white .container {
  background: #f7f7f7;
}
.boxed2 .feature-post a {
  display: inline-block;
  text-decoration: none;
  float: left;
  width: 60px;
  height: 60px;
  border: 2px solid #0A2844;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
}
.boxed2 .feature-post a i {
  color: #0A2844;
  font-size: 24px;
  line-height: 56px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.boxed2 .feature-post .feature-post-content {
  margin-left: 80px;
}
.boxed2 .feature-post .feature-post-content h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}
.boxed2 .feature-post .feature-post-content p {
  margin: 0;
}
.boxed2 .feature-post:hover a {
  background: #0A2844;
}
.boxed2 .feature-post:hover a i {
  color: #ffffff;
}
.boxed2 .gallery3 > .container {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
}
.boxed2 .gallery3 > .container div.default .col-3 {
  width: 33.33%;
}
.boxed2 .gallery3 > .container div.default ul.sp-portfolio-items {
  margin: 0px;
}
.boxed2 .container {
  max-width: 1080px;
  padding-left: 70px;
  padding-right: 70px;
}
.boxed2 .container.triggerAnimation.animated {
  padding: 0px;
  max-width: 940px;
}
.tw-in ul {
  margin: 0px;
  list-style: none;
}
.tw-in li {
  margin-bottom: 25px;
}
.tw-in p {
  margin-bottom: 0px;
}
.tw-in a {
  color: #0A2844;
}
.tw-in div.tw-w {
  color: #999999;
}
.boxed-post .zoo-item-list > li {
  overflow: hidden;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.boxed-post .zoo-item-list > li:nth-child(2n+2) .media-left {
  float: right;
}
.boxed-post .zoo-item-list > li .media-left {
  width: 50%;
  float: left;
  margin: 0px;
}
.boxed-post .zoo-item-list > li .media-left iframe {
  width: 100%;
  border: 0px;
  height: 270px;
}
.boxed-post .zoo-item-list > li .description {
  width: 50%;
  float: left;
  padding: 40px;
  margin: 0px;
  min-height: 200px !important;
  background: transparent !important;
}
.boxed-post .zoo-item-list > li .description .element-itemname {
  margin-bottom: 4px;
}
.boxed-post .zoo-item-list > li .description .element-itemname a {
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: inherit;
  font-size: 18px;
  margin: 0 0 6px;
}
.boxed-post .zoo-item-list > li .description .element-itemname a:hover {
  color: #0A2844;
}
.boxed-post .zoo-item-list > li .description .element-itemcreated {
  display: inline-block;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #0A2844;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 300;
}
.boxed-post .zoo-item-list > li .description .element-textarea {
  margin-top: 30px;
}
.accord-elem {
  margin-top: 8px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  position: relative;
}
.accord-title h2 {
  padding: 16px 20px;
  background: #f7f7f7;
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  margin-bottom: 0;
  margin-left: 52px;
  border: 1px solid #eeeeee;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  width: 52px;
  height: 50px;
  top: 0;
  left: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-right: none;
}
.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f0a9';
  font-size: 18px;
  color: #333333;
  line-height: 49px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-title p {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0 12px 72px;
}
.accord-elem.active .accord-title h2 {
  color: #ffffff;
  border: 1px solid #0A2844;
  background: #0A2844;
}
.accord-elem.active a.accord-link {
  background: #333333;
  border: 1px solid #333333;
  border-right: none;
}
.accord-elem.active a.accord-link:after {
  content: '\f0ab';
  color: #ffffff;
}
.accord-content {
  display: none;
  padding-left: 72px;
  overflow: hidden;
}
.accord-content p {
  font-size: 13px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0;
}
.accord-elem.active .accord-content {
  display: block;
}
.btn-inverse {
  width: 44px;
  height: 34px;
  background: none !important;
  border: 1px solid #f7f7f7;
  z-index: 900000;
  position: fixed;
  top: 14px;
  right: 14px;
  background: url(../images/rm.png) no-repeat 10px 9px #FFFFFF !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.btn-inverse:hover {
  background: #f7f7f7 url(../images/rm.png) no-repeat 10px 9px !important;
}
.dbslider .container {
  padding-left: 0px;
  padding-right: 0px;
}
.blue-color {
  color: #0A2844 !important;
  letter-spacing: -1px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700 !important;
}
@media (max-width: 980px) {
  body .blog-grid #yoo-zoo .items .teaser-item {
    height: auto !important;
  }
  #yoo-zoo .width33 {
    width: 100% !important;
  }
  #sp-header-wrapper {
    min-height: 63px;
  }
  body .masonry #yoo-zoo .items .teaser-item div.media-left .element-text {
    width: 106%;
  }
  body .masonry #yoo-zoo .items .teaser-item div.media-left .element-text iframe {
    height: 380px;
  }
  .sp-mobile-menu {
    height: 340px;
    overflow-y: scroll;
    position: fixed !important;
    top: 63px;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #222222;
    padding-bottom: 10px;
  }
  .sp-mobile-menu.collapse {
    height: 0px;
    padding-bottom: 0px;
  }
  .sp-mobile-menu ul.collapse {
    height: auto;
  }
  .sp-mobile-menu > ul {
    margin-left: 15px;
    padding-left: 15px;
  }
  .sp-mobile-menu > ul > li {
    margin-left: 0px;
  }
  .sp-mobile-menu > ul > li ul {
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .sp-mobile-menu ul li {
    background: #222222;
  }
  .sp-mobile-menu ul li.active > a {
    color: #0A2844 !important;
  }
  .sp-mobile-menu ul li.active > a span {
    color: #b3b3b3 !important;
  }
  .sp-mobile-menu ul li a {
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
  }
  .sp-mobile-menu ul li a span {
    color: #fff;
  }
  header.header-fixed-top {
    background: #222222;
  }
  header.header-fixed-top.white {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  header.header-fixed-top.white .row-fluid {
    padding-top: 7px;
    padding-bottom: 4px;
  }
  header.header-fixed-top > .row-fluid {
    padding: 7px 0px 4px;
  }
  header.header-fixed-top .navbar-brand {
    padding: 20px 15px 10px;
  }
  header.header-fixed-top .navbar-nav {
    margin-top: 3px;
  }
  header.header-fixed-top .logo-wrapper {
    padding-top: 13px;
  }
  .services-box .module {
    width: 100%;
    float: none;
  }
  .services-box .services-post .inner-service-post p {
    max-width: 100%;
  }
  .statistic-section .statistic-box .statistic-post {
    width: 50%;
  }
  .feature-section .span5,
  .feature-section .span7,
  .feature-section .span6,
  .feature-section .span8,
  .feature-section .span4 {
    width: 100%;
  }
  footer .span3 {
    width: 50% !important;
    margin: 0px !important;
    padding: 0px 15px 60px;
    min-height: 210px !important;
  }
  .feature-section4.second-style .span6 {
    width: 100%;
  }
  .feature-section4.second-style .feature-box .inner-feature-box {
    width: 360px;
    padding-left: 0px;
    margin: 0px auto;
    float: none;
    padding-right: 0px;
  }
  .feature-section4 .feature-box .inner-feature-box ul li {
    width: 100%;
  }
  .paralax5 {
    overflow: hidden;
  }
  .feature-section4.second-style .feature-image img {
    margin: 0px;
    display: inline-block;
  }
  .feature-section4.second-style .feature-image {
    text-align: center;
  }
  .services-alt-section .span2 {
    width: 100% !important;
    margin: 0px !important;
    float: left;
  }
  .services-alt-section .span2 .module {
    width: 50%;
    float: left;
  }
  .services-alt-section .services-ban {
    padding: 40px 30px;
  }
  .services-alt-section .span6 {
    width: 100%;
    margin: 0px;
  }
  .feature-section4 .span6 {
    width: 100%;
  }
  .feature-section4 .feature-box .inner-feature-box {
    width: 360px;
    padding-left: 0px;
    margin: 0px auto;
    float: none;
    padding-right: 0px;
  }
  .feature-section4 .feature-box .inner-feature-box ul li {
    width: 100%;
  }
  .paralax5 {
    overflow: hidden;
  }
  .feature-section4 .feature-image img {
    margin: 0px;
    display: inline-block;
  }
  .feature-section4 .feature-image {
    text-align: center;
  }
  .feature-section4 .span6.paralax6 {
    width: 100%;
    overflow: hidden;
  }
  .testimonial-section2 .testimonial-box .testimonial-post {
    width: 100%;
  }
  .statistic2 .statistic-box .statistic-post:nth-child(1) {
    border-bottom: 1px solid #676365;
  }
  .statistic2 .statistic-box .statistic-post:nth-child(2) {
    border-bottom: 1px solid #676365;
  }
  .boxed2 .header-fixed-top.white .container {
    min-height: 63px;
  }
  .form-row1 .form-item {
    width: 100%;
  }
  .contact-section .span4 {
    width: 100%;
    margin-left: 0px !important;
  }
  body .blog-grid #yoo-zoo .items .pos-media {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 780px) {
  body .masonry #yoo-zoo .items .teaser-item div.media-left .element-text iframe {
    height: 280px;
  }
  #yoo-zoo .width50 {
    width: 100%;
    float: left;
  }
  body .blog-grid #yoo-zoo .items .teaser-item {
    width: 100% !important;
  }
  footer .span3 {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px 15px 60px;
    min-height: 100px !important;
  }
  .services-section4 .left a.icon {
    margin-right: 0px;
  }
  .services-section4 .right a.icon {
    margin-left: 0px;
  }
  .boxed-post .zoo-item-list > li .media-left {
    width: 100%;
  }
  .boxed-post .zoo-item-list > li .description {
    width: 100%;
  }
  body .medium-images #yoo-zoo .items .pos-media {
    float: none !important;
    margin-bottom: 0px;
  }
  body .medium-images #yoo-zoo .items .pos-media .element {
    width: 100%;
  }
  body #yoo-zoo .teaser-item div.media-left .element a {
    width: 100%;
  }
  .yoo-zoo div.media-left img {
    width: 100%;
  }
  body #yoo-zoo .teaser-item div.media-left .element a {
    display: inline;
  }
}
@media (max-width: 480px) {
  .services-alt-section .span2 .module {
    width: 100%;
  }
  
  .image-logo{
	width:80px!important;
}
header.header-fixed-top .logo-wrapper
{
	padding-top:0;
	margin-left: -40px;
}
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

#sp-main-menu .last a{
	padding-right:0;
}

#sp-main-menu ul.level-0 > li >a {
  display: block;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  
  ul.social-list {
display:none;
}

.mod-languages{
	float:left !important;
}

#sp-header-wrapper{
   /* background-image: url(/images/pietra-grigia.jpg);*/
	padding: 0 !important;
}

.btn-inverse{
	background: #f7f7f7 url(../images/rm.png) no-repeat 10px 9px !important;
}

.prodotti-container img{
	margin-bottom:10px;
}

.stampa-btn{
	margin-bottom:10px;
}

.download-btn{
	margin-bottom:10px;
}

}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
}
.fixed .hidden-desktop {
  display: none;
}


.lang-inline{
	text-align:right;
}

#sp-home-text2-wrapper{
	background:#FFF;
}

#sp-footer-wrapper{
	background:#333;
}

#sp-dal-nostro-blog-wrapper .container{
	background:#FFF;
	padding:30px;
}

.prodotti-container{
	background:#FFF;
	text-align:center;
}
#sp-main-gallery-wrapper{
    /*background: url(/images/copertina-overlay.jpg);
    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#sp-main-gallery-wrapper .container {
  max-width: 1080px!important;
}

#sp-header-wrapper .container {
  max-width: 1080px!important;
}

.entry-content img{
	width:800px;
}

.fulltext-image {
	float:none;
	display:table-cell;
}

.colonne-prodotti{
	display:table-cell;
	vertical-align:top;
	  width: 50%;
}

.colonne-prodotti a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ededed+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ededed+100 */

background: #f7f7f7; /* Old browsers */

background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* IE10+ */

background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  margin-bottom: 0;
  color: #787878;
  margin: 0 15px 5px 5px;
  display:block;
    transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;

}

.colonne-prodotti a:hover{
  background: #32417c!important;
  background: -moz-linear-gradient(top, #32417c 0%, #131a4b 100%)!important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32417c), color-stop(100%,#131a4b))!important;
  background: -webkit-linear-gradient(top, #32417c 0%,#131a4b 100%)!important;
  background: -o-linear-gradient(top, #32417c 0%,#131a4b 100%)!important;
  background: -ms-linear-gradient(top, #32417c 0%,#131a4b 100%)!important;
  background: linear-gradient(to bottom, #32417c 0%,#131a4b 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32417c', endColorstr='#131a4b',GradientType=0 )!important;
  color:#FFF!important;
}
.lilla{
background: #e8e8e8d!important; /* Old browsers */
background: -moz-linear-gradient(top,  #e8e8e8 0%, #d6d6d6 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#d6d6d6))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#d6d6d6 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8e8e8 0%,#d6d6d6 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8e8e8 0%,#d6d6d6 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  #e8e8e8 0%,#d6d6d6 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d6d6d6',GradientType=0 )!important; /* IE6-9 */
	color: #5C5C5C!important;
	  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#legenda {
  margin: 20px 0px;

}

.legbox {
    display: inline-block;
	vertical-align: top;
  color: #787878;
  font-size: 11px;
  width:30%;
}

.legbox li {
  list-style-type: none;
}

.legbox li img {
 width:11px;
}

.scrolla-tabella{
	overflow:scroll;
}

.scrolla{
	display:none;
}

/*frecce slide*/

.boxplus-viewport>div.boxplus-prev.boxplus-horizontal.boxplus-large{
    background-image: url(/plugins/content/sigplus/engines/boxplus/slider/css/btnLeftLarge.png)!important;
}

.boxplus-viewport>div.boxplus-next.boxplus-horizontal.boxplus-large{
	    background-image: url(/plugins/content/sigplus/engines/boxplus/slider/css/btnRightLarge.png)!important;
}

  .image-logo{
	width:120px!important;
}


.download-btn{
color:#666 !important;
text-shadow:0 1px 0 #fff;border-color:#ccc #ccc #aaa!important;background-color:#e0e0e0 !important;-moz-box-shadow:inset 0 0 1px #fff;-ms-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;box-shadow:inset 0 0 1px #fff;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);background-image:-moz-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:-o-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#dcdcdc));background-image:-webkit-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);
padding: 10px 15px;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 12px !important;
text-transform:uppercase;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-decoration:none ! Important;
  cursor:pointer;
      width: 180px;
    text-align: center;
	    margin-right: 10px;
		  display: inline-block;
		      background-image: url(/images/decoro.jpg);
}

.download-btn:hover{
	color:#666 !important;border-color:#aaa #aaa #999 !important;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;-ms-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0f0f0,EndColorStr=#ffe6e6e6);background-image:-moz-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:-ms-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:-o-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:linear-gradient(to bottom,#f0f0f0 0,#e6e6e6 100%);
}

.download-btn strong{
	margin-bottom:10px;
	    font-family: 'Open Sans';
}


.stampa-btn{
color:#666 !important;
text-shadow:0 1px 0 #fff;border-color:#ccc #ccc #aaa!important;background-color:#e0e0e0 !important;-moz-box-shadow:inset 0 0 1px #fff;-ms-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;box-shadow:inset 0 0 1px #fff;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);background-image:-moz-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:-o-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#dcdcdc));background-image:-webkit-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);
padding: 10px 15px;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 12px !important;
text-transform:uppercase;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-decoration:none ! Important;
  cursor:pointer;
      width: 180px;
    text-align: center;
	    margin-right: 10px;
		  display: inline-block;
		      background-image: url(/images/decoro.jpg);
}

.stampa-btn:hover{
	color:#666 !important;border-color:#aaa #aaa #999 !important;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;-ms-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0f0f0,EndColorStr=#ffe6e6e6);background-image:-moz-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:-ms-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:-o-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:linear-gradient(to bottom,#f0f0f0 0,#e6e6e6 100%);
}

.nuovatabella{
	margin: 0 auto;
    font-size: 14px;
	background:#F0F0F0;
	text-transform:uppercase;
	text-align:center;
color:#171717;
}
.titoli-nt{
	background-color: #004586;
	padding:30px;
	color:#FFF;
	font-weight:bold;
}
.titoli-nt td{
	padding:20px 10px;
	border-right: 1px solid #316290;
}
.riga-nt td{
	padding:10px 10px;
	border-right: 1px solid #FFF;
}
.scura-nt{
	background:#DDD;
}

.prima-colonna td{
	text-align:left;
}


.tabella {
  margin: 0 auto;
  color: #FFF;
  font-size: 11px;
  background:#DDD;
}

.tabella th#bluchiaro {
  background-color: #303F79;
  padding: 2px;
}

.tabella th#blu {
  background-color: #404E86;
  padding: 2px;
}

.tabella th#grigioscuro {
  background-color: #DDDDDD;
  padding: 2px;
    color: #787878;
}


.tabella th#modelloscuro {
  background-color: #5D6FBA;
  padding: 2px;
    color: #FFF;
}

.tabella th#modellochiaro {
  background-color: #7A8DDD;
  padding: 2px;
    color: #FFF;
}

.tabella td#grigioscuro {
  background-color: #DDDDDD;
  padding: 2px;
    color: #787878;
}

.tabella td#grigiochiaro {
  background-color: #F0F0F0;
  padding: 2px;
    color: #787878;
}

.tabella th#grigiochiaro {
  background-color: #F0F0F0;
  padding: 2px;
    color: #787878;
}

.tabella td#grigrioverde {
  background-color: #5D6FBA;
  padding: 2px;
}

.tabella td#bluchiaro {
  background-color: #7A8DDD;
  padding: 2px;
}

.tabella td#grigiochiaro {
  background-color: #F0F0F0;
  padding: 2px;
    color: #787878;
}

#grigiochiaro span {
  color: #5D6FBA;
}

.modal.fade.in {
  top: 30%!important;
}

ul.gallery li {
  width: 16%!important;
}

body h5 {
  margin: 40px 0px 15px;
  color:#151D4F;
  }

.sigplus-gallery{
 background-color: #F0F0F0;  
}

#myCarousel{
    width: 600px!important;
  float: right!important;
  margin:20px 0 20px 20px;
}

.blu{
	background-color:#004586 !important;
}

.mod-languages{
float:right;
line-height:27px;
}

#sp-menu{
	    margin-top: 33px;
}

.body-innerwrapper .container{
	    max-width: 1080px;
}

#yoo-zoo .details h1.title {
    margin: 0px 0px 10px 0px;
   font-family: 'dinmedium', "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 30px;
    line-height: 55px;
    font-weight: normal;
    color: #151D4F;
    letter-spacing: 0;
	text-transform:uppercase;
	    font-weight: 600;
}

#yoo-zoo .details div.heading {
    padding-bottom: 0;
    border-bottom: 0;
}

#sp-header-banner .module{
  margin-top:0px !important;
}

.mejs-container{
  background: 0;
}

.me-cannotplay span{
  display:none!important;
}

.simbologia{
	padding: 20px !important;
}

.simbologia img{
	width:70px !important;
	display:inline-block !important;
	margin-right:15px !important;
}

.simbologia .testo{
	display:inline-block !important;
	vertical-align: middle !important;
}

.simbologia h3{
	font-size: 18px !important;
	margin: 15px 0 !important;
}

.simbologia p{
	margin: 15px 0 !important;
}

.miniature-fucili{
    width: 320px !important;
    margin: 0 0 20px 20px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
	cursor:pointer;
}

a:hover .miniature-fucili2{
	cursor:pointer;
}

.miniature-fucili2{
    width: 320px !important;
    margin: 0 0 20px 20px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
	cursor:pointer;
}

.banner-accessori{
      width: 370px!important;
    margin-bottom: 10px;
    border: 1px solid #DEDEDE;
}

#juice_0,#embedWrapper{ background-color:#FFF !important}
.breadcrumb {font-size:22px}
.chrono_credits{display:none}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	padding:20px;
	border:0;
}




@media print {
	
#sp-position1, #sp-position2{display:none}
  #sp-header-banner{
	  display:none;
  }
  
  #sp-menu{
	  display:none;
  }
  
  .download-btn{
	  display:none;
  }
  
   .stampa-btn{
	  display:none;
  }
  
  .breadcrumb{
	  display:none;
  }
  
  footer{
	  display:none;
  }
  
  #sp-copyright-wrapper{
	  display:none;
  }
  
  .boxplus-slider{
	  display:none;
  }
  
  article h5{
	  display:none;
  }
  
  .riga-nt td {
    border-right: 1px solid #404e86;
}
}

#sp-prodotti-wrapper{
background: transparent;
padding: 10px;
}

.breadcrumb>li {
    display: inline-block;
    text-shadow:none;
    font-size: 14px;
}

.breadcrumb>li a {
	color: #5a9ad6;
}

.breadcrumb>li>.divider{
	color: #5a9ad6;
}

.breadcrumb>li> span{
	/*color:#FFF;*/
	color:#5a9ad6;
}
.sp-portfolio-items{
	background: #FFF!important;
}

#text12, #text11{display:none;}
#form-row-text11 label, #form-row-text12 label{min-width:70%}


.prodotti-hp{
    padding: 0 15px;
}
#sp-logo .logo-wrapper {
    width: auto;
	text-align: center;
}
#sp-header-wrapper{height: auto; background-color: #004586;}

@media (min-width: 768px) and (max-width: 1199px){
	.video-banner{
		padding-top: 4px;
	}
}

.titolo-corretto {
    margin: 0px 0px 10px 0px !important;
    font-family: 'dinmedium', "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 30px !important;
    line-height: 55px !important;
    color: #151D4F !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    font-weight: 600;
	text-rendering: optimizelegibility;
}
#fin-custom1{width: 100%}
#form-row-checkbox10 label{min-width:255px !important; }
#sp-contact-form h3 span{font-size:28px !important}
#form13 input, #form13 textarea {border-radius: 5px !important}
#bot-newslet:hover {background-position: 0 60px !important;}




.header-fixed-top2 {
  position: inherit !important;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  
}
.header-fixed-top2.white {



}
.header-fixed-top2.white .row-fluid {
  padding: 10px 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;

}
.header-fixed-top2 > .row-fluid {
  padding: 24px 0px 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header-fixed-top2 .logo-wrapper {
  padding-top: 11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header.header-fixed-top2.active {

}
header.header-fixed-top2.active.white {
	
}
header.header-fixed-top2.active.white .row-fluid {
  padding-top: 7px;
  padding-bottom: 4px;
}
header.header-fixed-top2.active > .row-fluid {
  padding: 7px 0px 4px;
}
header.header-fixed-top2.active .navbar-brand {
  padding: 20px 15px 10px;
}
header.header-fixed-top2.active .navbar-nav {
  margin-top: 3px;
}
header.header-fixed-top2.active .logo-wrapper {
  padding-top: 13px;
}
#sp--wrapper{
	padding: 0px !important
}
#sp-main-menu{
	margin-top:0px
}
#com-form-login-remember input:hover{
	background-position: 0 40px !important;
}
#bottone:hover {
	background-position: 0 30px; background-color: #0079C1;
}
#bottone{
	background-image: linear-gradient(to bottom,#777777,#777777);
}
.buttonBar-right{
	display:none
}
#sp-menu{
	margin-left:0px !important
}
#sp-main-menu ul{
	text-align: center !important
}
#sp-logo .logo-wrapper{
	margin-left: auto;
	margin-right: auto;
}
.title2 h1:after{
	background: none !important;
}
@media (max-width: 768px){
	.image-logo{
		margin-left: 0px !important;
	}
}

.bottonecolore{background-image: linear-gradient(to bottom,#ccc,#999);}
#sp-position1{text-align: center}
@media (max-width: 450px){
	#sp-logo .logo-wrapper{
		width: 100%;
	}
}@media (min-width: 766px) and (max-width: 980px){
	#iconesocial li a{
		width:20px !important;
		height: 20px !important;
	}
}
@media (min-width: 1200px){
	.allineotec{
		width:50% !important;
	}
	#imma{height: 339px !important; width:50% !important;}
}
@media (max-width: 1200px){
	.allineotec{
		width:100% !important;
	}
	#imma{height: auto !important; width:70% !important;}
}
@media (max-width: 700px){
	#imma{height: auto !important; width:100% !important;}
}
.vp-article-author{display:none !important}

.user-details .key{width: auto !important}
@media (max-width: 390px){
	.item-page .entry-title{ font-size: 20px !important}
}
#sp-contact-us-form-wrapper{
	    background: url(/images/copertina-overlay.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
#contact-us-form{background: white}
.bianco .header{margin-left: 2.564102564102564%;}
.bianco .wdform_column{margin-left:10px}
#sp-contact-us-form-wrapper{margin-top:-20px}
@media (max-width: 767px){
	.area-riservata-div img{width: auto !important}
	.area-riservata-div{text-align: center}
	#video img	{width: auto !important;}
	#video{text-align:center}
}
.registrati td{padding: 7px}
#bot-newslet{color:black}

.sp-mobile-menu li.parent > a:after {
    content: "\f054";
    font-family: FontAwesome;
    float: left;
		margin-right: 5px;
		color: #FFF;
}

.aperto:after {
    content: "\f078" !important;
}

.sp-mobile-menu li > a {
    width: 100%;
}

.formcontatti form{
	margin-left: 2.564102564102564%;
	margin-top: 30px !important;
}
.formcontatti #fin-custom{margin: 30px 0 30px 0px;}
.formcontatti .gcore-subinput-container{margin-right: 5%;}
.formcontatti label {color: #999999;font-weight: 400 !important;}
.formcontatti input, .formcontatti textarea {
	background: #F8F8F8 !important;
}
#fitem-textarea12, #fin-textarea12{width: 100% !important}
#textarea12{width: 88% !important; height: 150px}
#button14{background: linear-gradient(to bottom, #32417c 0%,#131a4b 100%) !important; color: white !important}
.formcontatti .validation li{
	background: red;
    padding: 6px;
    color: white;
}
.formcontatti .validation{
    color: transparent !important;
    background-color: transparent !important;
}

#fin-checkboxPrivacy #checkboxPrivacy,
#fin-checkboxMarketing #checkboxMarketing{
  float: left;
  margin-top: 4px;
  margin-right: 2px;
}
#fin-checkboxPrivacy label,
#fin-checkboxMarketing label{ text-align: left; }
#fin-checkboxMarketing label{display: inherit !important}

.grassetto { font-weight: bold; }

#fin-custom2{
  font-size: 18px;
  font-weight: 600; 
}
.customlogocentro{
	text-align: center !important;
}

@media (max-width: 508px) {
  #fin-checkboxPrivacy label { max-width: 90%; }
}