body{
	font-family: 'Open Sans', sans-serif;
}
blockquote {
	border-left: 30px solid #FFEA01;
	font-size: 13px;
	font-style: italic;
	color: #AAA;
	background-color: #F8F8F8;
	line-height: 22px;
	padding: 15px;
	position: relative;
}
blockquote .fa {
	position: absolute;
	left: -21px;
	color: #444;
}
header{
	position: relative;
background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(147,147,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(147,147,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(147,147,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(147,147,147,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(147,147,147,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(147,147,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
}
body.home header{
	background: rgba(0,0,0,0);
}
form{
	overflow: hidden;
}
form.bg-lightgrey{
	padding-top: 15px;
	padding-bottom: 15px; 
/* 	margin-bottom: 25px; */
}
footer{
	background: #414146;
	color: #fff;
}
footer small{
	font-size: 10px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
h1.h1,h2.h1{
	margin: 0;
	padding: 20px 15px 20px 25px;
	background-color: #ACCBEB;
	font-size: 21px;
	color: #183168;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
h1.title{
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ccc;
}
h4.mobile{
	margin: 0;
	padding: 15px;
}
h4.mobile a{
	color: #fff;
}
h4.line-throw{
	display: inline-block;
	background-color: #fff;
	padding-right: 15px;
	margin-top: 55px;
}
hr.line-throw {
	border-top: 4px solid #E6E7E6;
	margin-top: -21px;
	margin-bottom: 35px;
}
img{
	max-width: 100%;
}
input.form-control, textarea.form-control,.btn{
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	resize: none;
}
input.form-control.datetimepicker{
	background-color: #fff !important;
	cursor: pointer !important;
}
.relative{
	position: relative;
}
.btn{
	border: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default,.btn:focus, .btn:active:focus, .btn.active:focus{
	background-color: #041B4D;
	color: #fff;
	outline: 0;
}
label{
	font-weight: 500;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	color: #363636;
}
label.error {
	font-size: 11px;
	color: #F00;
}
label span{
	font-weight: 300;
	color: #888888;
}
p{
	color: #7e8082; 
	font-size: 12px;
	text-align: justify;
}

body.about article div {
	text-align: justify;
}
.mgb{
	margin-bottom: 15px;
}
.npl{
	padding-left: 0;
}
.npr{
	padding-right: 0;
}
.container{
	margin-left: auto;
	margin-right: auto;
}
.container.np{
	padding-left: 0;
	padding-right: 0;
}
.bg-blue{
	background-color: #183168;
}
.bg-lightblue{
	background-color: #accbeb;
}
.bg-lightblue span.glyphicon{
	color: #dbe8f7;
}
.bg-lightblue a{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #414146;
	font-size: 20px;
}
.bg-darkblue{
	background-color: #041b4d;
	color: #fff;
}
.bg-darkblue small{
	color: #b8bcc1;
}
.bg-lightgrey{
	background-color: #ebebed;
}
.bg-darkgrey{
	background-color: #565a60;
}

.register div.container,.newsletter div.container,.tag-line div.container{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
body.news h2{
	font-size: 20px;
}
.register div.container{
	display: block;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #183168;
	color: #FFF;
}
.cols{
	display: table-cell;
	vertical-align: middle;
}
.register .col1,.register .col3{
	padding: 0 25px;
}
.register .col1.access a{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #ACCBEB;
	font-weight: 300;
}
.register .col2{
	padding: 15px 15px 15px 30px;
}
.register .col2 h4{
	text-transform: none;
}
.newsletter .col1{
	font-size: 25px;
	padding: 0 15px;
}
.newsletter .col2{
	padding: 10px 5px 10px 20px;
}
.newsletter .col2 h4,.newsletter .col2 small{
	display: inline-block;
	vertical-align: middle;
}
.newsletter .col2 small{
	margin-left: 15px;
}
.newsletter .col3{
	background-color: #dbdfe4;
	max-width: 300px;
}
.newsletter .col3 input{
	height: 60px;
	border: 0;
	border-radius: 0;
	background-color: rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #041B4D;
}
.newsletter .col3 input::-webkit-input-placeholder {
   color: #041B4D;
}

.newsletter .col3 input:-moz-placeholder { /* Firefox 18- */
   color: #041B4D;  
.newsletter .col3 input}

.newsletter .col3 input::-moz-placeholder {  /* Firefox 19+ */
   color: #041B4D;  
}

:-ms-input-placeholder {  
   color: #041B4D;  
}
.newsletter .col3 button{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	color: #414146;
	font-size: 20px;
	padding: 16px 15px	
}
.newsletter .col3 button:hover,.newsletter .col3 button:focus{
	background-color: #041B4D;
	color: #fff;
}
.our-products div.container,.our-partners div.container{
	margin: 30px auto;
}
.advantages{
	margin-bottom: 25px;
}
.our-advantages{
	margin-top: 25px;
}
.our-advantages .item{
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin-top: 15px;
}
.our-products h4,
.our-partners h4,
.advantages h4{
	color: #041B4D;
	font-weight: 300;
	font-size: 1.6em;
	border-right: 4px solid #efefef;
}
.our-products h4 span,
.our-partners h4 span,
.advantages h4 span{
	font-weight: 700;
	display: block;
}
.our-products .product-image{
	display: block;
}
.our-products h4,.advantages h4{
	border-right: 0;
	border-bottom: 4px solid #efefef;
	padding-bottom: 10px; 
}
a.product-image{
	display: block;
	overflow: hidden;
}
.our-products h3,.owl-locations h3{
	font-size: 1.3em;
	font-weight: 300;
	border-bottom: 2px solid #e6e7e6;
	padding-bottom: 5px;	
}
.owl-locations h3{
	margin-bottom: 2px;
}
.our-products .short-desc {
	overflow: hidden;
	border-bottom: 3px dotted #E6E7E6;
}
.our-products .view-more{
	padding: 5px;
	margin-top: -3px;
}
.owl-partners .owl-item img{
	width: auto;
	max-height: 70px;
}
.owl-partners .owl-item div{
	height: 55px;
	display: table;
	width: 100%;
}
.owl-partners .owl-item a{
	display: table-cell;
	vertical-align: middle;	
}
.our-products .owl-controls {
	position: absolute;
	left: -91px;
	bottom: 18px;
	top: auto;
}
.our-products .owl-nav div,.owl-locations .owl-nav div {
	padding: 8px;
	background: #B8BCC1;
	color: #FFF;
	display: inline;
}
.owl-locations .owl-controls{
/* 	position: absolute; */
}
.tag-line .col1{
	background-color: rgba(97,100,104,.7);
}
.tag-line .col2{
	background-color: #fff;
}
.tag-line .col2 h5{
	font-size: 1.6em;
	font-weight: 300;
	color: #041B4D;
}
.tag-line .col2 h5 span{
	font-weight: 700;
}
.tag-line .col4{
	background-color: #61ACED;
	max-width: 77px;
	padding: 15px 30px 15px 0;
}
.tag-line .col5{
	background-color: #61aced;
}
.tag-line .col4 h6{
	color: #fff;
	font-size: 1.3em;
	font-weight: 300;
}
.tag-line .col4 h6 a{
	color: #fff;
	text-decoration: none !important;
}
footer .contact h4{
	color: #fff;
	font-weight: 300;
	font-size: 1.65em;
	margin-top: 40px;
	margin-bottom: 3px;
}
footer .contact .cols{
	display: inline-block;
	vertical-align: top;
	float: left;
}
footer .contact .col1 {
	width: 360px;
}
footer .contact .col2 {
	width: 300px;
}
footer .contact .col3 {
	width: 278px;
}
footer .contact h4 span{
	font-weight: 400;
}
footer .contact h3{
	color: #041b4d;
	font-size: 1.3em;
	background-color: #fff;
	display: inline-block;
	padding: 20px 19px 20px 18px;
	margin-top: 0;
	margin-bottom: 0;
}
footer .contact h3 span{
	font-weight: 400;
}
footer .row{
	margin-left: 0;
	margin-right: 0;
}
footer .table{
	margin-bottom: 0;
}
footer .table td,aside .table td{
	border: 0 !important;
	vertical-align: middle !important;
	font-weight: 300;
	color: #d1d1d1;
	font-size: 12px;
}
aside .table{
	margin: 25px auto;
}
aside .table td,aside .table td a{
	color: #444;
}
aside .table td.bg-blue{
	font-size: 17px;
	color: #fff;
}
footer .table td.bg-darkgrey{
	font-size: 17px;
	color: #fff;
}
footer .table td address,aside .table td address{
	margin-bottom: 0;
}
footer .table td a{
	color: #fff;
}
footer .table td .date{
	font-size: 12px;
	font-style: italic;
	color: #d1d1d1;
}
section.contact{
	position: relative;
}
footer .sn{
	width: 168px;
	padding: 15px;
	position: absolute;
	top: 117px;
}
footer .sn td{
	color: #414146;
	font-size: 20px;
	text-align: center;
}
footer .sn td a{
	color: #414146;
}
section.copyright .container.np {
	padding: 22px 0 10px;
}
section.copyright .pull-left a{
	text-transform: uppercase;
	color: #accbeb;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 12px;
}
section.copyright .pull-right{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	color: #a1a1a1;
	font-size: 13px;
}
section.copyright .pull-right a{
	color: #a1a1a1;
}
section.slider{
	position: relative;
	background-color: #efefef;
}
section.slider a.read-more {
	position: absolute;
	top: 56%;
}
.floatC {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background-color: #fff;
  width: 240px;
  height: 220px;
  position: absolute;
  left: 0;
  top: 220px;
  padding: 10px 20px;
}
.floatC h6{
	color: #041b4d;
	font-size: 25px;
	line-height: 34px;
	border-bottom: 5px solid #efefef;
	padding-bottom: 8px;
}
.floatC a{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFF;
	padding: 4px;
	position: absolute;
	width: 95px;
	left: auto;
	right: 30px;
	bottom: 0;
	top: auto;
}
.floatC span{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	bottom: 0;
}
.rsDefault .rsTab:hover .floatC{
  -webkit-transform: translateY(-220px);
  -ms-transform: translateY(-220px);
  transform: translateY(-220px);
}
nav.top-menu ul{
background: -moz-linear-gradient(left,  rgba(87,87,92,0) 0%, rgba(87,87,92,1) 50%, rgba(87,87,92,0.02) 99%, rgba(87,87,92,0) 100%, rgba(87,87,92,1) 102%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(87,87,92,0)), color-stop(50%,rgba(87,87,92,1)), color-stop(99%,rgba(87,87,92,0.02)), color-stop(100%,rgba(87,87,92,0)), color-stop(102%,rgba(87,87,92,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(87,87,92,0) 0%,rgba(87,87,92,1) 50%,rgba(87,87,92,0.02) 99%,rgba(87,87,92,0) 100%,rgba(87,87,92,1) 102%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(87,87,92,0) 0%,rgba(87,87,92,1) 50%,rgba(87,87,92,0.02) 99%,rgba(87,87,92,0) 100%,rgba(87,87,92,1) 102%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(87,87,92,0) 0%,rgba(87,87,92,1) 50%,rgba(87,87,92,0.02) 99%,rgba(87,87,92,0) 100%,rgba(87,87,92,1) 102%); /* IE10+ */
background: linear-gradient(to right,  rgba(87,87,92,0) 0%,rgba(87,87,92,1) 50%,rgba(87,87,92,0.02) 99%,rgba(87,87,92,0) 100%,rgba(87,87,92,1) 102%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057575c', endColorstr='#57575c',GradientType=1 ); /* IE6-9 */
	margin-top: 30px;
	position: inherit;
	top: 30px;
	z-index: 999;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
	overflow: hidden;
	margin-bottom: 0;
}
body.home nav.top-menu ul{
background: -moz-linear-gradient(left,  rgba(87,87,92,0) 0%, rgba(87,87,92,0.8) 50%, rgba(87,87,92,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(87,87,92,0)), color-stop(50%,rgba(87,87,92,0.8)), color-stop(100%,rgba(87,87,92,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(87,87,92,0) 0%,rgba(87,87,92,0.8) 50%,rgba(87,87,92,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(87,87,92,0) 0%,rgba(87,87,92,0.8) 50%,rgba(87,87,92,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(87,87,92,0) 0%,rgba(87,87,92,0.8) 50%,rgba(87,87,92,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(87,87,92,0) 0%,rgba(87,87,92,0.8) 50%,rgba(87,87,92,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057575c', endColorstr='#0057575c',GradientType=1 ); /* IE6-9 */
	position: absolute;
	margin-top: 0;
}
nav.top-menu ul li{
	padding-left: 0px;
	padding-right: 0px;
}
nav.top-menu ul li a{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	padding: 25px 9px;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
}
nav.top-menu ul li a:hover,nav.top-menu ul li.active a{
	background-color: #ACCBEB;
	color: #414146;
	text-decoration: none;
}
nav.top-menu ul li:first-child a{
	padding: 0;
}
nav.top-menu ul li:first-child a:hover{
	background-color: rgba(0,0,0,0);
}
section.grid-services{
	margin: 30px auto 40px;
	overflow: hidden;
}
.holder{
	overflow: hidden;
	clear: both;
}
ul#itemContainer {
	overflow: hidden;
	min-height: 100px !important;
}
ul#itemContainer a{
	display: block;
	position: relative;
}
ul#itemContainer a div.floatS{
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  width: 100%;
  height: 193px;
  position: absolute;
  left: 0;
  top: 0px;
  padding: 10px 0;
background: -moz-linear-gradient(top,  rgba(11,31,75,0.1) 0%, rgba(11,31,75,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,31,75,0.1)), color-stop(100%,rgba(11,31,75,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(11,31,75,0.1) 0%,rgba(11,31,75,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(11,31,75,0.1) 0%,rgba(11,31,75,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(11,31,75,0.1) 0%,rgba(11,31,75,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(11,31,75,0.1) 0%,rgba(11,31,75,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0b1f4b', endColorstr='#0b1f4b',GradientType=0 ); /* IE6-9 */

}
/*
ul#itemContainer a:hover div.floatS{
  -webkit-transform: translateY(-193px);
  -ms-transform: translateY(-193px);
  transform: translateY(-193px);	
}
*/
.floatS span {
	display: block;
	text-align: center;
	color: #FFF;
}
.floatS hr{
	margin: 5px auto;
}
.floatS hr,.floatS span:last-child {
	text-transform: uppercase;
	border-color: #accbeb;
	color: #accbeb;
	font-size: 11px;
}
.floatS .info {
	position: absolute;
	width: 100%;
	padding: 0 25px;
	top: auto;
	bottom: 25px;
}
section.grid-services ul li{
	padding: 0;
}
#owl-services a{
	display: block;
	position: relative;
}
#owl-services .info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: rgba(4, 27, 77,.8);
	color: #ACCBEB;
}
article.content .npl.col-xs-12,article.npl.col-xs-12{
	margin-top: 55px;
}
h4.request{
	margin-top: 25px;
}
#request-info{
	margin-bottom: 25px;
}
#form-contact,#register1,#register2{
	margin-bottom: 25px;
	padding: 25px;
}
.home h1.h1 {
	position: absolute;
	width: 100%;
	top: 100px;
	z-index: 10;
}
th span.head{
	font-family: "Helvetica";
	font-weight: bold;
}
#mymap {
	height: 600px;
}
.media-left, .media>.pull-left {
	padding-right: 25px;
}
body.news .media-left, .media>.pull-left {
	padding-right: 25px;
	min-width: 200px;
}
.media-left i.fa{
/* 	font-size: 35px; */
	color: #428BCA;
}
.media-left:hover i.fa{
	color: #183168;
}
.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}
section.news{
	margin-top: 55px;
}
.media-body article {
	border-bottom: 3px dotted #E6E7E6;
	overflow: hidden;
}
.media-body .view-more.bg-lightblue {
	margin-top: -3px;
}
.media-body h4 small {
	display: inline;
	font-style: italic;
	font-size: 60%;
	text-transform: none;
	margin-left: 15px;
}
section.news div#itemContainer {
	min-height: inherit !important;
}
body.article .main article{
	margin-bottom: 25px;
}
body.article .main article small {
	font-weight: bold;
	font-style: italic;
}
.spacer-banner {
	min-height: 128px;
	background: #808080;
}
.min-height{
	min-height: 50px;
}

#newsletter-form label.error{
	display: none !important;
}

form .fa-li.fa.fa-refresh.fa-spin {
  color: black;
  left: 0;
  position: absolute;
  top: 16px;
  display: none;
}
#form-contact .fa-li.fa.fa-refresh.fa-spin,#register1 .fa-li.fa.fa-refresh.fa-spin,#register2 .fa-li.fa.fa-refresh.fa-spin{
	top: 9px;
	left: 77px;
}
.client-registration,.broker-registration{
	display: none;
}
.registercol{
	margin-top: 55px;
}
#box-client,#box-broker{
	text-align: center;
}
#boxes-registration .box{
	background-color: #183168;
	text-align: center;
	padding: 15px;
	margin: 55px auto 25px;
	display: inline-block;
	width: 60%;
	cursor: pointer;
}
#boxes-registration .box h4{
	color: #fff;
}
.bootstrap-select.form-control{
	border: 1px solid #ccc !important;
}
@media (min-width:768px){
	.container{
		width: 750px;
	}
	.col-sm-6.col-md-4.provider {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
}
@media (min-width:992px){
	.container{
		width: 940px;
	}
	nav.top-menu ul li.visible-md:first-child{
		display: inline-block !important;
	}
	.col-sm-6.col-md-4.provider {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 33%;
	}	
}
@media (min-width:1200px){
	.container{
		width: 940px;
	}
}

@media (max-width: 991px){
	.npl{
		padding-left: 15px;
	}
	.npr{
		padding-right: 15px;
	}
	.newsletter .col3 input{
		height: 80px;
	}
	.newsletter .col3 button{
		padding: 26px 15px;
	}
	.newsletter .col2 small{
		margin-left: 0;
	}
	footer{
		background: none #414146;
	}
	header .container.np.full{
		width: 100%;
	}
	.bg-lightblue.visible-xs.visible-sm {
		padding: 15px;
	}	
	nav.top-menu ul{
		background: none #414146 !important;
		max-width: 940px;
		overflow: hidden;
		position: inherit !important;
		margin-top: 0;
	}
	.home h1.h1{
		top: 0;
	}
	body.article .npl.col-xs-12.col-md-5{
		margin-bottom: 15px;
	}
}
@media (max-width: 767px){	
	#boxes-registration .box{
		width: 100%;
	}
	nav.top-menu ul{
		display: none;	
		margin-top: 0;
	}
	nav.top-menu ul li{
		display: block;
	}
	a.visible-xs.text-center.bg-darkgrey {
		color: #FFF;
		font-weight: 300;
		text-transform: uppercase;
		font-family: 'Oswald',sans-serif;
		padding: 15px;
	}	
	.register .col2{
		padding: 15px;
	}
	.newsletter .col3,.newsletter .col3 .input-group{
		max-width: 100%;
		width: 100%;
	}
	.tag-line .col3,{
		width: 50%;
		max-width: 50%;
	}
	.tag-line .col4{
		width: 40%;
		max-width: 40%;
	}
	.tag-line .col5{
		width: 10%;
		max-width: 10%;
	}
	.newsletter h4{
		margin: 0;
		padding: 15px;
	}
	.our-partners h4{
		border-right: 0;
		border-bottom: 4px solid #efefef;
		padding-bottom: 5px;
	}
	.our-partners h4 span,.our-products h4 span{
		display: inline;
	}
	.our-products .owl-controls {
		position: absolute;
		left: auto;
		bottom: auto;
		top: -45px;
		right: 0;
	}	
	footer .contact .cols{
		display: block;
		float: none;
		padding: auto 15px;
		width: 100%;
	}
	footer .sn{
		position: inherit;
		width: 100%;
	}
	footer .contact h3{
		display: block;
	}
	footer .contact h4{
		padding-left: 15px;
		margin-top: 15px;
	}
	footer .col1 small{
		padding-left: 15px;
		margin-bottom: 15px;
	}

	section.copyright ul.list-inline.pull-left {
		float: none !important;
		display: block;
		padding: 0 15px;
		text-align: center;
		line-height: 32px;
	}	
	section.copyright .pull-right{
		float: none !important;
		text-align: center;
	}
	body.services .main .container.np,body.about .main .container.np{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#form-contact{
		padding: 15px;
	}
	
	.home h1.h1{
		position: inherit;
	}
	
	.our-advantages .item{
		display: block;
		width: 100%;
		clear: both;
	}

	.col-sm-6.col-md-4.provider {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	
	.media-body h4 small{
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	.media-left, .media>.pull-left {
		padding-left: 15px;
	}
	section.news .media-body{
		padding-right: 15px;
	}
	body.article article p{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mb-access,.mb-reg{
		margin: 15px auto;
		padding: 15px;
	}
	.mb-access a{
		font-weight: 700;
		font-family: 'Oswald', sans-serif;
	}
}
@media (max-width: 480px){
	
	#box-client,#box-broker{
		padding: 0 !important;
	}
	.col-sm-6.col-md-4.provider {
		width: 100%;
	}
	
	section.news .media-left{
		float: none;
		display: block;
		padding-right: 15px;
		padding-left: 15px;
	}
	section.news .media-body{
		margin-top: 15px;
		display: block;
		float: none;
		padding-right: 15px;
		padding-left: 15px;
	}	
	#form-contact, #register1, #register2{
		padding: 15px !important;
	}
}