@charset "UTF-8";
/* CSS Document */


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: BASE AND TYPOGRAPHY :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body{
	font-family: 'Muli', sans-serif;
	font-weight:300;
	color:#555;
	letter-spacing:0.025em;
	-webkit-overflow-scrolling: touch;
	background-color: #f5f5f5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    line-height:1.2;
}
h1{
	font-size:3.6em;
	color:#000;
	font-weight:900;
	margin-bottom:0.1em;
}
h2{
	font-size:2em;
	font-weight:300;
	color:#333;
	margin-bottom:0.4em;
}
h3{
	font-size:1.4em;
	font-weight:900;
	color:#333;
	margin-bottom:0.5em;
	text-transform:uppercase;
}
h4{
	font-size:1.2em;
	font-weight:700;
	color:#333;
	margin-top:1em;
	margin-bottom:0.5em;
}
h5{
	text-transform:uppercase;
	font-weight:400;
}

p{
	margin:0 0 1em 0;
}
a{
	color:#2ae;
	font-weight:400;
	font-size:1.05em;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
a strong{
	color:#2ae;
}
a:hover		{color:#07c; text-decoration:underline;}
a:focus		{color:#07c;}
a .fa		{color:#07c;}
strong, b	{color:#333;}
em, i		{color:#333; font-weight:400;}
dt			{font-weight:400;}
dd, dd a	{font-weight:700;}
hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
@media (min-width: 1620px){
	body	{font-size: 1.8em; margin-top:65px;}
}
@media (min-width: 768px) and (max-width: 1619px){
	body	{font-size:1.65em; margin-top:55px;}
	h1	{font-size:3em;}
}
@media (max-width: 767px){
	body	{font-size:1.5em; font-weight:400; margin-top:89px;}
}
@media (max-width: 480px){
	h1	{font-size:2em;}
	h2	{font-size:1.6em;}
	h3	{font-size:1.4em;}
	h4	{font-size:1.2em;}
}
.googlemap{
	margin:0;
}
.googlemap iframe{
	width:100%;
	height:500px;
	margin:0 0 -5px 0;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: BOOTSTRAP :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1620px){
	.container {
		width: 1590px;
	}
}
.btn{
	font-size: inherit;
}
.btn-default,
.btn-primary{
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:0.1em;
	color:#fff;
	border:none;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border-radius:6px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.btn-default .fa,
.btn-primary .fa{
	color:#fff;
}
.btn-default{
	background-color:#19d;
}
.btn-default:hover,
.btn-default:focus{
	background-color:#3bf;
	color:#fff;
}
.btn-primary{
	background-color:#555;
}
.btn-primary:hover,
.btn-primary:focus{
	background-color:#000;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: HEADER :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
header{
	background-color:#333;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:3;
}
/* logotype */
.primarystyle-logotype{
	display:block;
	float:left;
	padding: 10px 0 15px 0;
}

/* head search */
.primarystyle-headsearch{
	display:block;
	float:right;
	text-align:right;
	padding-top:15px;
	padding-right:40px;
	background-color:#333;
}
.primarystyle-headsearch input[type=text] {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.primarystyle-headsearch input{
	border-radius:5px 0 0 5px;
	height:33px;
	border-color:#eee;
	background-color:#eee;
}
.primarystyle-headsearch input:focus{
	border-color:#fff;
	background-color:#fff;
	box-shadow:none;
}
.primarystyle-headsearch input::placeholder{
	color:#333;
}
.primarystyle-headsearch input:focus::placeholder{
	color:#fff;
}
.primarystyle-headsearch .btn {
    background: #eee;
    line-height: 1;
    border-radius: 0 5px 5px 0;
    padding: 7.5px 12px 7.5px 12px;
    font-size: 18px;
	border:none;
}
.primarystyle-headsearch .btn-default .fa,
.primarystyle-headsearch .btn-primary .fa{
	color:#333;
}
.primarystyle-headsearch .btn-default,
.primarystyle-headsearch .btn-primary{
	box-shadow:none;
}

/* headlinks */
ul.primarystyle-headlinks{
	display:block;
	float:right;
	margin:21.5px 15px 0 0;
	padding:0;
	list-style:none;
	line-height:1;
	font-size:0.7em;
}
ul.primarystyle-headlinks li{
	display:inline-block;
	margin:0;
	padding:5px 10px;
	color:#fff;
	border-left:solid 1px rgba(255,255,255,0.5);
}
ul.primarystyle-headlinks li:first-child{
	border:none;
}
ul.primarystyle-headlinks li a{
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 1620px){
	.primarystyle-headsearch .input-group {
		display: flex;
	}
	.primarystyle-headsearch .input-group .form-control,
	.primarystyle-headsearch .input-group-addon,
	.primarystyle-headsearch .input-group-btn {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1619px){
	.primarystyle-logotype img{
		width:75%;
	}
	.primarystyle-headsearch{
		padding-top:14.5px;
	}
	.primarystyle-headsearch .input-group {
		display: flex;
	}
	.primarystyle-headsearch .input-group .form-control,
	.primarystyle-headsearch .input-group-addon,
	.primarystyle-headsearch .input-group-btn {
		display: block;
	}
	.primarystyle-headsearch input{
		height:28px;
	}
	.primarystyle-headsearch .btn {
		padding: 6px 12px 6px 12px;
		font-size: 16px;
	}
	ul.primarystyle-headlinks{
		margin:16.5px 15px 0 0;
	}
}
@media (max-width: 767px){
	.primarystyle-logotype img{
		width:50%;
	}
	.primarystyle-headsearch{
		padding:0 15px 15px 15px;
		margin:0 -15px;
	}
	.primarystyle-headsearch input:first-child{
		height:26px;
	}
	.primarystyle-headsearch .btn {
		padding: 6px 12px 6px 12px;
		font-size: 14px;
	}
	ul.primarystyle-headlinks{
		float:none;
		position:absolute;
		top:0;
		right:0;
		margin:10px 10px 0 0;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: BREADCRUMB :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
section.primarystyle-breadcrumb{
	background-color:rgba(0,0,0,0.05);
	margin-bottom:1.5em;
}
section.primarystyle-breadcrumb ol{
	list-style:none;
	padding:10px 0;
	margin:0;
	font-size:65%;
	font-weight:400;
	letter-spacing:0.1em;
	overflow-y:hidden;
	overflow-x:scroll;
	white-space:nowrap;
}
section.primarystyle-breadcrumb ol li{
	padding:0;
	margin:0;
	display:inline-block;
	list-style:1;
	text-transform:uppercase;
}
section.primarystyle-breadcrumb ol li:after{
	content: '/';
	color: rgba(0,0,0,0.7);
	margin-left: 5px;
	vertical-align: baseline;
	font-weight: 700;
}
section.primarystyle-breadcrumb ol li:last-child:after{
	content:'';
}
section.primarystyle-breadcrumb ol li a{
	font-weight:700;
}

/* ::::::::::::::::::::::::::::::::::::::: CHEST CSSTYLE ::::::::::::::::::::::::::::::::::::::: */
.primarystyle-chest{
	display:block;
}
section.primarystyle-alert {
    background-color: #ce0;
    text-align: center;
    padding-top: 1rem;
}
section.primarystyle-alert .btn-primary{
    background-color: #8b0;
}
section.primarystyle-alert .btn-primary:hover{
    background-color: #690;
}

/* ::::::::::::::::::::::::::::::::::::::: FOOTER CSSTYLE ::::::::::::::::::::::::::::::::::::::: */
footer{
	display:block;
	padding:2em 0;
	border-top:solid 10px rgba(0,0,0,0.1);
	margin-top:2em;
	font-size:70%;
	letter-spacing:0.025em;
}
address{
	display:inline-block;
	vertical-align:top;
	width:auto;
	padding:2em 0;
}
address img{
	display:block;
	margin-bottom: 1.5em;
	margin-top: -3%;
}
footer address img{
	margin-bottom: 0.8em;
}
address p,
footer ul{
	display:inline-block;
	vertical-align:top;
	width:auto;
	font-weight:400;
	margin:0;
	padding:0 1.5em;
	border-style:solid;
	border-width:0 0 0 1px;
	border-color: rgba(0,0,0,0.25);
}
address p:first-child{
	padding-left:0;
	text-align:right;
	border-width:0
}
footer ul{
	list-style:none;
}
footer ul li{
	margin:0;
	padding:0;
}
footer ul li a{
	font-size:100%;
}
footer ul li:last-child{
	border:none;
}
@media (min-width: 992px) and (max-width: 1199px){
	footer address{
		position:relative;
		width:100%;
	}
	footer address p:first-child{
		display:block;
		padding:0 0 1em 0;
		margin:0 0 1em 0;
		border-width:0 0 1px 0;
	}
	footer address p:first-child a{
		position:absolute;
		top:0;
		right:0;
	}
	footer address p:nth-child(2){
		padding-left:0;
		border-width:0;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	address{
		position:relative;
		width:100%;
	}
	footer address p,
	footer ul{
		padding:0 1em;
	}
	address p:first-child{
		display:block;
		padding:0 0 1em 0;
		margin:0 0 1em 0;
		border-width:0 0 1px 0;
	}
	address p:first-child a{
		position:absolute;
		top: 22%;
		right:0;
	}
	address p:first-child img{
		margin-top:0;
		margin-bottom:0
	}
	address p:nth-child(2){
		padding-left:0;
		border-width:0;
	}
}
@media (max-width: 767px){
	footer{
		font-size:90%;
		padding:1em 0;
	}
	address{
		width:100%;
		display:block;
	}
	address p,
	address ul{
		display:block;
		vertical-align:top;
		width:100%;
		padding:1em 0;
		border-width:1px 0 0 0;
	}
	address p:first-child img{
		margin-top:0;
		margin-bottom:0.7em;
	}
	address p:first-child{
		text-align:left;
	}
}

/*Aggiunti da marco fino a prossima nota */

#message {
    background: trasparent;
    width: 250px;
    bottom: 5px;
    left: 5px;
    position: fixed;
    z-index: 3;
}

.attention {
	width:100%;
 display: block;
 padding: 10px;
 text-align: center;
 background-color:#049;
 color:#fff;
}
/*#message .attention {
	margin-bottom: 0;
}*/

#message .attention {
    line-height: 1.2em;
    font-size: 0.9em;
    background: rgba(232,232,232,0.85);
    padding: 10px;
    border-radius: 5px;
    color: #000;
    box-shadow: 0px 2px 10px 0px #000;
    margin: 15px;
}
#message div.notice-item-close {
    font-weight: 400;
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 14px;
    text-align: center;
    color: #777777;
    background: #EEEEEE;
    border-radius: 8px;
    border: 1px solid #777777;
    cursor: pointer;
}

.attention .btn-default {
  background-color: #49d;
  border-color: transparent;
  color: #fff;
  text-transform: uppercase;
}
.attention .btn-default:hover {
  background-color: #fff;
  color: #049;
}
.attention {
	background: #333333;
	color: rgba(255,255,255,0.7);
}
/*
.attention a{
	background: #333333;
	color: #ff5252;
}*/
.attention a{
	background:transparent;
	color: #ff5252;
}
/*fine aggiunte marco*/

/* ::::::::::::::::::::::::::::::::::::::: MEDIA WRAPPER CSSTYLE ::::::::::::::::::::::::::::::::::::::: */

/* video responsive */
/* VIDEO */
.primarystyle-video{
	margin:0;	
}
.imageWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.image-container{
	display:block;
	width:100%;
}
img.horizontal{
	width:100%;
	height:auto;
}
.imageWrapper{
	position:relative;
	overflow:hidden;
	height:0;
	background-color:transparent;
}
.imageWrapper img{
	position: absolute;
	width: 100%;
	bottom:0;
}
.imageWrapper.slide-img{
	padding-bottom:30%;
}
.imageWrapper.panoramic-img{
	padding-bottom:50%;
}
.imageWrapper.horizontal-img{
	padding-bottom:66.6%;
}
.imageWrapper.square-img{
	padding-bottom:100%;
}
.imageWrapper.square-img img.horizontal,
.imageWrapper.vertical-img img.horizontal{
	width:auto;
	height:100%;
}
.imageWrapper.vertical-img{
	padding-bottom:135%;
}
.imageWrapper.free-img{
	position:relative;
	overflow:visible;
	height:auto;
}
.imageWrapper.free-img img{
	position: relative;
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: PRODUCT :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
section.primarystyle-product{
	padding: 1em 0;
}
section.primarystyle-product h2{
    text-align: center;
}
section.primarystyle-product ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:70%;
	
}
section.primarystyle-product ul li{
	margin:0 -4px 0 0;
	padding:0 0 0 0;
	display:inline-block;
	vertical-align:top;
}
section.primarystyle-product figure.image-container{
	position: relative;
}
section.primarystyle-product .text-cont{
	text-align:center;
}
.imageWrapper.airliner-img{
	padding-bottom:30%;
	border-top:solid 1px rgba(0,0,0,0.1);
}
.imageWrapper.airliner-img img{
	width:60%;
	margin:0 20%;
}
.imageWrapper.magazine-img{
	padding-bottom:115%;
	border-bottom:solid 1px rgba(0,0,0,0.1);
	margin-top:-1em;
}
.imageWrapper.magazine-img img{
	width:80%;
	margin:0 10%;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.text-cont{
	display:block;
	padding:2em 0;
	background-image:url(../image/SHADOW-down.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
	border-top:solid 10px #fff;
	position:relative;
}
.text-cont h3,
.text-cont p{
	margin:0 0 0.3em 0;
}
.text-cont h3 a{
	font-weight:700;
}
.text-cont h4{
	margin:0 0 0.7em 0;
	font-weight:300;
	text-transform:uppercase;
}
.text-cont p{
	font-weight:400;
}





@media (min-width: 1620px){
	section.primarystyle-product h2{
		font-size:2.5em;
	}
	section.primarystyle-product ul li{
		width:16.66%;
	}
}
@media (min-width: 1200px) and (max-width: 1619px){
	section.primarystyle-product h2{
		font-size:2.5em;
	}
	section.primarystyle-product ul li{
		width: 25%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	section.primarystyle-product h2{
		font-size:2.5em;
	}
	section.primarystyle-product ul li{
		width:25%;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	section.primarystyle-product h2{
		font-size:2.5em;
	}
	section.primarystyle-product ul li{
		width:33.33%;
	}
	section.primarystyle-product ul li .imageWrapper.magazine-img img{
		box-shadow:0 10px 20px rgba(0,0,0,0.5);
	}
}
@media (max-width: 767px){
	section.primarystyle-product h2{
		font-size:2.2em;
		text-align:center;
	}
	section.primarystyle-product ul li{
		width:50%;
	}
	.imageWrapper.airliner-img{
		display:none;
	}
	.imageWrapper.magazine-img{
		margin-top:	0;
	}
	.imageWrapper.magazine-img img{
		box-shadow:0 10px 20px rgba(0,0,0,0.5);
	}
}
@media (max-width: 480px){
	section.primarystyle-product h2{
		font-size:1.8em;
		text-align:center;
	}
	section.primarystyle-product ul {
		letter-spacing:0;
		font-size: 65%;
	}
	.imageWrapper.magazine-img img{
		box-shadow:0 5px 15px rgba(0,0,0,0.5);
	}
	.text-cont{
		border-top:solid 5px #fff;
	}
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: DETAIL :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
section.primarystyle-detail{
	display:block;
	margin:0 -15px;
	position: relative;
	padding-bottom: 15px;
}
section.primarystyle-detail .column{
	display:inline-block;
	vertical-align:top;
	padding:0 15px 15px 15px;
	margin-right:-4px;
	font-size:80%;
	letter-spacing:0.015em;
}

section.primarystyle-detail .column .table>tbody>tr>td,
section.primarystyle-detail .column .table>tbody>tr>th,
section.primarystyle-detail .column .table>tfoot>tr>td,
section.primarystyle-detail .column .table>tfoot>tr>th{
    padding: 6px 0;
    line-height: 1.2;
	font-weight:400;
	font-size:85%;
}
section.primarystyle-detail .column .table>thead>tr>td,
section.primarystyle-detail .column .table>thead>tr>th {
    padding: 6px 0;
    line-height: 1.2;
	border-top:none;
	font-weight:700;
	font-size:85%;
}

@media screen and (max-width: 767px){
	.table-responsive {
		border: none;
	}
}
section.primarystyle-detail .column small{
	font-style:italic;
}
section.primarystyle-detail .column .imageWrapper.airliner-img{
	padding-bottom:30%;
	border-top:none;
	background-color: #ececec;
}
section.primarystyle-detail .column .imageWrapper.airliner-img img{
	width:60%;
	margin:0 20%;
}
section.primarystyle-detail .column .imageWrapper.magazine-img{
	padding-bottom:0;
	margin-top:0;
	overflow:visible;
	height:auto;
	border-bottom: none;
}
section.primarystyle-detail .column .imageWrapper.magazine-img img{
	position:relative;
	bottom:auto;
	width:90%;
	margin: 0 5%;
}
section.primarystyle-detail h1{
	text-transform:uppercase;
}
section.primarystyle-detail .column .text-cont dt,
section.primarystyle-detail .column .text-cont dd{
	display:inline-block;
	margin-right: -4px;
	vertical-align:top;
	padding:0.25em 0;
	border-top: solid 1px rgba(0,0,0,0.1);
}
section.primarystyle-detail .column .text-cont dl{
	width:100%;
	margin:0 auto;
}
section.primarystyle-detail .column .text-cont dt{
	width:33.33%;
}
section.primarystyle-detail .column .text-cont dd{
	width:66.66%;
}
section.primarystyle-detail .column.simple-column dt,
section.primarystyle-detail .column.simple-column dd{
	display:inline-block;
	margin-right: -4px;
	vertical-align:top;
	padding:0.25em 0;
	border-top: solid 1px rgba(0,0,0,0.1);
}
section.primarystyle-detail .column.simple-column dl{
	width:100%;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin:0 auto 2em auto;
}
section.primarystyle-detail .column.simple-column dt{
	width:33.33%;
}
section.primarystyle-detail .column.simple-column dd{
	width:66.66%;
}

.primarystyle-register{
	background-image: url(../image/SHADOW-down-big.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
	text-align:center;
	padding:1em;
}
section.primarystyle-detail .column ul{
	list-style:none;
	padding:0;
}
section.primarystyle-detail .column ul li{
	margin:10px 0;
	padding:0 0 0 10px;
	border-left:solid 5px rgba(0,0,0,0.1);
}
section.primarystyle-detail .column ul li strong,
section.primarystyle-detail .column ul li b{
	font-size:120%;
	color:#19d;
}
section.primarystyle-detail .column h3{
	margin-top:30px;
}
section.primarystyle-detail .column h3:first-child{
	margin-top:0;
}
.primarystyle-source{
	font-size:80%;
	font-style:italic;
}
@media (min-width: 1620px){
	section.primarystyle-detail .column{
		width:25%;
	}
	section.primarystyle-detail .column.simple-column{
		width:75%;
	}
}
@media (min-width: 1200px) and (max-width: 1619px){
	section.primarystyle-detail .column{
		width:25%;
	}
	section.primarystyle-detail .column.simple-column{
		width:75%;
	}
	section.primarystyle-detail .column .imageWrapper.airliner-img{
		padding-bottom:40%;
	}
	section.primarystyle-detail .column .imageWrapper.airliner-img img{
		width:80%;
		margin:0 10%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	section.primarystyle-detail .column,
	section.primarystyle-detail .column.simple-column{
		width:50%;
	}
	section.primarystyle-detail h2{
		font-size:2em;
	}
	section.primarystyle-detail .column .imageWrapper.magazine-img img{
		width:80%;
		margin: 0 10%;
	}
	section.primarystyle-detail .column .imageWrapper.airliner-img{
		padding-bottom:25%;
	}
	section.primarystyle-detail .column .imageWrapper.airliner-img img{
		width:50%;
		margin:0 25%;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	section.primarystyle-detail .column,
	section.primarystyle-detail .column.simple-column{
		width:50%;
	}
	section.primarystyle-detail h1{
		font-size:2em;
	}
	section.primarystyle-detail h2{
		font-size:1.6em;
	}
	section.primarystyle-detail .column .imageWrapper.magazine-img img{
		width:80%;
		margin: 0 10%;
	}
	section.primarystyle-detail .column .imageWrapper.airliner-img{
		padding-bottom:25%;
	}
	section.primarystyle-detail .column .imageWrapper.airliner-img img{
		width:50%;
		margin:0 25%;
	}
}
@media (max-width: 767px){
	section.primarystyle-detail .column,
	section.primarystyle-detail .column.simple-column{
		width:100%;
		margin:0;
	}
	section.primarystyle-detail .column:first-child{
		display:none;
	}
	section.primarystyle-detail .column .imageWrapper.magazine-img img{
		width:50%;
		margin: 0 25%;
	}
	section.primarystyle-detail h1{
		font-size:1.8em;
		text-align:center;
	}
	section.primarystyle-detail h2{
		font-size:1.2em;
		font-weight:700;
		text-align:center;
	}
}
@media (max-width: 480px){
	section.primarystyle-detail .column{
		font-size:90%;
	}
}
section.primarystyle-articoli{
    display:block;
}
section.primarystyle-articoli ul{
    margin:0 -15px;
    padding:0;
    list-style:none;
}
section.primarystyle-articoli ul li{
    display:inline-block;
    margin:0 -5px 0 0;
    padding:15px;
    width: 25%;
}
@media (min-width:992px){
    section.primarystyle-articoli ul li{
        width: 20%;
    }
}
@media (max-width:767px){
    section.primarystyle-articoli ul li{
        width: 50%;
    }
}
section.primarystyle-articoli ul li .imageWrapper{
    padding-bottom:66.66%;
}
section.primarystyle-articoli ul li .text-cont{
    display:none;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: RATES :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
section.primarystyle-rates{
	display:block;
	background-color: #ececec;
	padding:2em 0;
	font-size:80%;
}
section.primarystyle-rates .container{
	position:relative;
}
section.primarystyle-rates h2{
	text-transform:uppercase;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:solid 5px rgba(0,0,0,0.1);
}
section.primarystyle-rates .rates-container{
	margin:0;
	padding:0 0 1em 0;
	display:block;
}
section.primarystyle-rates ul{
	list-style:none;
	padding:0;
	margin:0 -4px 0 0;
	display:inline-block;
	vertical-align:top;
	width:auto;
}
section.primarystyle-rates ul li{
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
}
section.primarystyle-rates ul:nth-child(1){
	width:30%;
}
section.primarystyle-rates ul:nth-child(1) li{
	width:100%;
	overflow:hidden;
	white-space:nowrap;
}
section.primarystyle-rates ul:nth-child(2){
	width:70%;
	overflow-y:hidden;
	overflow-x:scroll;
	white-space:nowrap;
}
section.primarystyle-rates ul:nth-child(2) li{
	margin-right:-5px;
	width:20%;
	border-left:solid 1px rgba(0,0,0,0.1);
}
section.primarystyle-rates ul.salesman li:nth-child(even) strong{
	color:#a00;
}
section.primarystyle-rates ul li span{
	margin:0;
	padding: 10px 15px;
	display:block;
	line-height:1;
	border-bottom:solid 1px rgba(0,0,0,0.1);
}
section.primarystyle-rates ul li span:nth-child(even){
	background-color: rgba(0,0,0,0.03);
}
#currency_converter{
	position:absolute;
	top:0;
	right:15px;
}
@media (max-width: 1199px){
	section.primarystyle-rates h2 strong{
		display:block;
	}
}
@media (max-width: 767px){
	section.primarystyle-rates{
		padding:1em 0;
	}
	section.primarystyle-rates h2{
		font-size:1.4em;
		padding:0 15px 1em 15px;
		margin:0 -15px 1em -15px;
	}
	section.primarystyle-rates .rates-container{
		margin:0 -15px;
	}
	section.primarystyle-rates ul li{
		font-family: 'Roboto Condensed', sans-serif;
	}
	section.primarystyle-rates ul:nth-child(1){
		width:50%;
	}
	section.primarystyle-rates ul:nth-child(2){
		width:50%;
	}
	section.primarystyle-rates ul:nth-child(2) li{
		width:auto;
	}
	section.primarystyle-rates ul:nth-child(2) li span:first-child:after{
		font-family:'FontAwesome';
		content:'\f061';
		color: rgba(230,0,0,0.5);
		float:right;
	}
	#currency_converter span{
		display:none;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: PROMO :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
section.primarystyle-loader{
	display:block;
	margin:0;
	padding:150px 0;
	overflow:auto;
	text-align:center;
}
section.primarystyle-promo{
	visibility:hidden;
	height:0;
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}
section.primarystyle-promo .is-slide-item{
	padding:30px 0 0 0;
}
section.primarystyle-promo .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,0.5);
}

section.primarystyle-promo .bx-wrapper .bx-pager.bx-default-pager a:hover,
section.primarystyle-promo .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(255,255,255,1.0);
}
section.primarystyle-promo figure.image-container,
section.primarystyle-promo .text-cont,
section.primarystyle-promo .promo-tools{
	display:inline-block;
	margin-right:-4px;
	vertical-align:top;
	float:none;
}
section.primarystyle-promo figure.image-container{
	width:30%;
}
section.primarystyle-promo .text-cont{
	width:48%;
	margin-left:2%;
	background-image:none;
	border-color:rgba(0,0,0,0.1);
	padding:0;
}
section.primarystyle-promo .promo-tools{
	width:18%;
	margin-left:2%;
	text-align:center;
}
section.primarystyle-promo .promo-tools h4{
	font-size: 150%;
	margin-top:0;
	margin-bottom:30px;
}
section.primarystyle-promo figure.image-container .imageWrapper.magazine-img{
	padding-bottom:100%;
	margin-top: 0;
	box-shadow: none;
}
section.primarystyle-promo figure.image-container .imageWrapper.magazine-img img{
	margin:0;
	width:100%;
	top: 0;
}
section.primarystyle-promo figure.image-container .imageWrapper.airliner-img{
	padding-bottom:40%;
	border:none;
	margin-bottom:1em;
	background-color:rgba(255,255,255,0.7);
	border-radius:10px;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
}
section.primarystyle-promo figure.image-container .imageWrapper.airliner-img img{
	margin:0 10%;
	width:80%;
	top:0;
}
section.primarystyle-promo .promo-tools figure.image-container{
	width:100%;
}
section.primarystyle-promo h2 {
    font-size: 4em;
    margin-top: 0.3em;
	margin-bottom:0.3em;
    line-height: 1;
}
section.primarystyle-promo h2 a{
	font-weight:900;
}
section.primarystyle-promo .text-cont h3{
	font-size: 1.5em;
	text-transform:none;
	font-weight: 300;
	line-height: 1.3;
	margin-top:0;
	margin-bottom:10px;
}
section.primarystyle-promo .text-cont ul{
	list-style:none;
	padding:0;
}
section.primarystyle-promo .text-cont ul li{
	margin:0.5em 0;
	padding:0 0 0 30px;
	font-size:130%;
	font-weight:700;
}
section.primarystyle-promo .text-cont ul li:before{
	font-family:'FontAwesome';
	content:'\f061';
	display:inline-block;
	margin:0 8px 0 -30px;
}
section.primarystyle-promo article.light h2,
section.primarystyle-promo article.light h2 a,
section.primarystyle-promo article.light h4,
section.primarystyle-promo article.light ul{
	color:rgba(255,255,255,1.0);
}
section.primarystyle-promo article.light h3,
section.primarystyle-promo article.light p{
	color:rgba(255,255,255,0.7);
}
section.primarystyle-promo article.dark h2,
section.primarystyle-promo article.dark h2 a,
section.primarystyle-promo article.dark h4{
	color:rgba(0,0,0,0.7);
}
section.primarystyle-promo article.dark h3,
section.primarystyle-promo article.dark p,
section.primarystyle-promo article.dark ul{
	color:rgba(0,0,0,0.7);
}

section.primarystyle-promo .bx-wrapper{
	background-color::transparent;
	margin-bottom:0;
}


section.primarystyle-promo .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
}
section.primarystyle-promo .bx-wrapper .bx-pager {
    padding: 10px;
    margin: 0;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1619px) {
	section.primarystyle-promo {
		font-size:80%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	section.primarystyle-promo {
		font-size:80%;
	}
	section.primarystyle-promo figure.image-container{
	width:25%;
	}
	section.primarystyle-promo .text-cont{
		width:73%;
	}
	section.primarystyle-promo .promo-tools{
		width:100%;
		margin: 0;
		text-align:left;
		background-image:url(../image/SHADOW-down.png);
		background-position:center top;
		background-repeat:no-repeat;
		background-size:contain;
		border-top:solid 10px rgba(255,255,255,0.5);
	}
	section.primarystyle-promo .promo-tools figure.image-container,
	section.primarystyle-promo .promo-tools h4,
	section.primarystyle-promo .promo-tools p{
		display:inline-block;
		margin:0 15px 0 0;
		vertical-align:middle;
	}
	section.primarystyle-promo .promo-tools figure.image-container{
		width:20%;
		margin:2.5% 2.5% 5px 2.5%;
	}
	section.primarystyle-promo figure.image-container .imageWrapper.magazine-img{
		padding-bottom:130%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	section.primarystyle-promo {
		font-size:70%;
	}
	section.primarystyle-promo figure.image-container{
		width:30%;
	}
	section.primarystyle-promo .text-cont{
		width:66%;
		margin-left:4%;
		border-top:none;
	}
	section.primarystyle-promo .text-cont h2{
		margin-top:0;
	}
	section.primarystyle-promo .promo-tools{
		width:100%;
		margin: 0;
		text-align:left;
		background-image:url(../image/SHADOW-down.png);
		background-position:center top;
		background-repeat:no-repeat;
		background-size:contain;
		border-top:solid 10px rgba(255,255,255,0.5);
	}
	section.primarystyle-promo .promo-tools figure.image-container,
	section.primarystyle-promo .promo-tools h4,
	section.primarystyle-promo .promo-tools p{
		display:inline-block;
		margin: 0 10px 0 0;
		vertical-align:middle;
	}
	section.primarystyle-promo .promo-tools figure.image-container{
		width:20%;
		margin:2.5% 2.5% 5px 2.5%;
	}
	section.primarystyle-promo figure.image-container .imageWrapper.magazine-img{
		padding-bottom: 130%;
	}
}
@media (max-width: 767px){
	section.primarystyle-promo {
		font-size:80%;
	}
	section.primarystyle-promo .is-slide-item{
		padding:15px 0 0 0;
	}
	section.primarystyle-promo figure.image-container{
		width:64%;
		margin:0 18%;
	}
	section.primarystyle-promo .text-cont{
		width:100%;
		margin:0;
		padding-top:15px;
		background-image:url(../image/SHADOW-down.png);
		background-position:center top;
		background-repeat:no-repeat;
		background-size:contain;
		border-top:solid 10px rgba(255,255,255,0.5);
		text-align:center;
	}
	section.primarystyle-promo .text-cont h2{
		margin:0 0 0.3em 0;
		font-size: 2.5em;
	}
	section.primarystyle-promo .text-cont ul,
	section.primarystyle-promo .text-cont p{
		display:none;
	}
	section.primarystyle-promo .promo-tools{
		width:100%;
		margin: 0;
		padding-bottom:2em;
	}
	section.primarystyle-promo .promo-tools figure.image-container,
	section.primarystyle-promo .promo-tools h4,
	section.primarystyle-promo .promo-tools p{
		margin:0 0 5px 0;
	}
	section.primarystyle-promo .promo-tools figure.image-container{
		display:none;
	}
	section.primarystyle-promo figure.image-container .imageWrapper.magazine-img{
		padding-bottom: 127%;
	}
	section.primarystyle-promo figure.image-container .imageWrapper.magazine-img img{
		top: 0;
	}
	.bx-wrapper .bx-controls-direction a {
		bottom: auto;
		top:22%;
	}
}

  
  /**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	/*max-width: 100%;*/
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	border:none;
	left:0;
	background-color:transparent;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -60px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../image/bx_loader.gif) center center no-repeat trasnparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	padding: 15px;
	margin: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #999;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #22AAEE;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
}

.bx-wrapper .bx-prev {
	left: 15px;
}
.bx-wrapper .bx-prev:before {
  content: "\f104";
}
.bx-wrapper .bx-next {
	right: 15px;
}
.bx-wrapper .bx-next:before {
	content: "\f105";
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:focus{
	color:#fff;
	background-color:transparent;
	text-decoration:none;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 50%;
	margin-bottom: -30px;
	outline: 0;
	width: 20px;
	height: 60px;
	font-size: 60px;
	line-height: 100%;
	z-index: 2;
	color:#fff;
	text-indent: 0;
}
.bx-wrapper .bx-controls-direction a:hover{
	color:#fff;
}


.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../image/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../image/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */


.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ECDAD0\9;
	background: rgba(236, 218, 208, 0.9);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 10px;
}

  
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: HOMETEXT :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
section.primarystyle-hometext{
	padding:1.5em 0 2em 0;
	background-image:url(../image/SHADOW-up-big.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
}
@media (max-width: 767px){
	section.primarystyle-hometext h1{
		font-size:2.5em;
		margin-bottom:0.3em;
	}
	section.primarystyle-hometext h2{
		font-size:1.5em;
		margin-bottom:0.3em;
	}
}
@media (max-width: 480px){
	section.primarystyle-hometext h1{
		font-size: 1.6em;
		margin-bottom:0.3em;
	}
	section.primarystyle-hometext h2{
		font-size: 1.2em;
		margin-bottom:0.3em;
	}
}

/* MY RESPONSIVE */
@media (min-width: 1620px) {
}
@media (min-width: 1200px) and (max-width: 1619px) {
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 767px){
	
}
@media (max-width: 480px){
	
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: FORM :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.primarystyle-form fieldset{
	margin:1em 0 1em 0;
}
.primarystyle-form legend{
	font-size:1.5em;
	padding:0.5em 0 0 0;
	margin-bottom:0.5em;
	border-top:solid 7px rgba(34,170,238,0.25);
	border-bottom:none;
}
.primarystyle-form fieldset:nth-child(1){
	font-size:90%;
}
.primarystyle-form fieldset:nth-child(1) ul{
	margin:0;
	padding:0;
	list-style:none;
}
.primarystyle-form fieldset:nth-child(1) li,
.primarystyle-form fieldset:nth-child(1) .checkbox,
.primarystyle-form fieldset:nth-child(1) p{
	display:inline-block;
	max-width:none;
	margin:0 -4px 0 0;
	vertical-align:top;
}
.primarystyle-form fieldset:nth-child(1) li,
.primarystyle-form fieldset:nth-child(1) .checkbox{
	padding:1em 0;
}
.primarystyle-form fieldset:nth-child(1) p{
	padding:0.5em 0;
}
.primarystyle-form fieldset:nth-child(1) li a .fa{
	color:rgba(255,255,255,0.7);
}
.primarystyle-form fieldset:nth-child(1) li span{
	display:block;
	padding:0.5em 1em;
	font-weight:400;
	background-color:#2ae;
	color:#fff;
	margin:0 1em 0 0;
	border-radius:4px;
}
.primarystyle-form fieldset:nth-child(1) li span strong{
	color:#fff;
}
.primarystyle-form fieldset:nth-child(1) button{
	font-weight:400;
	color:#2ae;
	background-color:rgba(0,0,0,0.07);
	margin:0;
	padding:0.5em 1em;
}
.primarystyle-form p span{
		display:inline-block;
		margin:0 0.5em;
}
.modal-content{
	border-radius:0;
	background-color:#f5f5f5;
}
.modal-body{
	background-color:#fff;
}

#contact-references > div {
	position:absolute;
}

/* MY RESPONSIVE */
@media (min-width: 1620px) {
	.primarystyle-form fieldset:nth-child(1) li,
	.primarystyle-form fieldset:nth-child(1) .checkbox,
	.primarystyle-form fieldset:nth-child(1) p{
		width:25%;
	}
}
@media (min-width: 1200px) and (max-width: 1619px) {
	.primarystyle-form fieldset:nth-child(1) li,
	.primarystyle-form fieldset:nth-child(1) .checkbox,
	.primarystyle-form fieldset:nth-child(1) p{
		width:33.33%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.primarystyle-form fieldset:nth-child(1) li,
	.primarystyle-form fieldset:nth-child(1) .checkbox,
	.primarystyle-form fieldset:nth-child(1) p{
		width:50%;
		padding:0.5em 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.primarystyle-form fieldset:nth-child(1) li,
	.primarystyle-form fieldset:nth-child(1) .checkbox,
	.primarystyle-form fieldset:nth-child(1) p{
		width:50%;
		padding:0.5em 0;
	}
}
@media (max-width: 767px){
	.primarystyle-form fieldset:nth-child(1) li,
	.primarystyle-form fieldset:nth-child(1) .checkbox,
	.primarystyle-form fieldset:nth-child(1) p{
		width:100%;
		padding:0.5em 0;
		margin:0;
	}
	.primarystyle-form fieldset:nth-child(1) li span{
		margin:0;
	}
}
@media (max-width: 480px){
	.primarystyle-form p span{
		display:block;
		margin:0.5em 0;
	}
}


/* bestseller */
.primarystyle-bestseller{
	position:absolute;
	bottom: 18%;
	left: 7%;
	padding:4px 6px;
	background-color: #FE1;
	color:rgba(0,0,0,0.7);
	z-index:2;
	line-height:1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-shadow: 2px 4px 8px rgba(0,0,0,0.5);
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
.primarystyle-bestseller:before{
	font-family:'FontAwesome';
	content: "\f005\0020";
	font-size:100%;
	vertical-align: baseline;
	color:#2ae;
}
.primarystyle-tags{
	display:inline-block;
	position:absolute;
	bottom: 7%;
	left: 7%;
	color:rgba(0,0,0,0.7);
	z-index:2;
	line-height:1;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 2px 4px 8px rgba(0,0,0,0.5);
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
.text-cont .primarystyle-tags{
	position:absolute;
	left:0;
	top:-15px;
	right:0;
	display:block;
	text-align:center;
	box-shadow:none;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	bottom: auto;
}
.primarystyle-tags p{
	display:inline-block;
	width:auto;
	margin:0;
	padding:4px 6px;
	color:#fff;
	letter-spacing: 0.15em;
}
.primarystyle-tags p.luxury{
	background: #CFB53B;
}
.primarystyle-tags p.fashion{
	background-color:#f3c;
}
.primarystyle-tags p.train{
	background-color:#c00;
}
.primarystyle-tags p:before{
	font-family:'FontAwesome';
	font-size:100%;
	vertical-align: baseline;
}
.primarystyle-tags p.luxury:before{
	content: "\f155\0020";
	color:#fff;
}
.primarystyle-tags p.fashion:before{
	content: "\f290\0020";
	color:#fff;
}
.primarystyle-tags p.train:before{
	content: "\f238\0020";
	color:#fff;
}
@media (max-width:480px){
	.primarystyle-bestseller{
		bottom: 22%;
	}
}

/* resellers */

.primarystyle-resellers{
	width:auto;
	display:inline-block;
}
.primarystyle-resellers a{
	color:rgba(0,0,0,0.7);
}
.primarystyle-resellers a:hover{
	text-decoration:none;
}
.primarystyle-resellers p,
.primarystyle-resellers img{
	display:inline-block;
	margin:0 -5px 0 0;
	vertical-align:top;
}
.primarystyle-resellers p{
	width:120px;
	padding-left: 10px !important;
	font-size:12px;
	text-transform:uppercase;
	border:none;
	font-weight:600;
}
.primarystyle-resellers img{
	width:55px;
}
section.primarystyle-product .primarystyle-resellers{
	position:absolute;
	bottom:0;
	right:14px;
	box-shadow: 0 0 10px rgba(255,255,255,1.0);
}
section.primarystyle-product .primarystyle-resellers img{
	width:35px;
}
@media (min-width: 768px) and (max-width: 991px){
	footer .primarystyle-resellers{
		display:block;
		padding:15px 0 0 0;
		margin:15px 0 0 0;
		border-top:solid 1px rgba(0,0,0,0.2);
	}
}
@media (max-width: 767px){
	footer .primarystyle-resellers{
		display:block;
		padding:15px 0 0 0;
		margin:15px 0 0 0;
		border-top:solid 1px rgba(0,0,0,0.2);
	}
	footer .primarystyle-resellers p{
		padding-top:0;
	}
}
.primarystyle-detail .primarystyle-resellers{
	padding:0 0 0 15px;
}
@media (min-width:1200px){
	.primarystyle-detail .primarystyle-resellers{
		position:absolute;
		top:15px;
		right:15px;
	}
}
@media (max-width:1199px){
	.primarystyle-detail .primarystyle-resellers{
		padding:10px;
		background-color:rgba(0,0,0,0.05);
		display:block;
	}
	.primarystyle-detail .primarystyle-resellers img,
	.primarystyle-detail .primarystyle-resellers p{
		vertical-align:middle;
	}
	.primarystyle-detail .primarystyle-resellers img{
		width:15%;
	}
	.primarystyle-detail .primarystyle-resellers p{
		width:85%;
	}
}
#loadmore-button{
	display: block;
	width: 160px;
	margin: 1rem auto;
}
.owl-carousel{
    background-color:transparent !important;
}
.owl-wrapper-outer{
    border:none !important;
    box-shadow:none !important;
}