span.social {
	margin-right: 5px;
	margin-left: 5px;
}

nav a {
	text-decoration: none;
}

nav a#about, nav a#blog, nav a#login {
	margin-right: 50px;
	text-transform: uppercase;
	color: #000;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 13px;
}

@media only screen and (max-width: 860px) {
	nav a#login, nav a#blog, nav a#about {
		margin-right: 6px;
		font-size: 11px;
	}



}

table#pricing_table {
	table-layout: fixed;
	width: 100%;
	margin: auto;
}

table#pricing_table td {
	background: #eee;
	padding: 20px 40px;
}

table#pricing_table td .btn {
	width: 100%;
	max-width: 100%;
	display: block;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 30px;
}

table#pricing_table td h3 {
	color: #009dfe;
	font-family: Montserrat;
	font-size: 27px;
}

table#pricing_table td p {
	font-size: 14px;
	line-height: 22px;
}

.offer {
	overflow: hidden;
	font-family: Montserrat;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
}

.offer span.currency {
	font-size: 14px;
	position: absolute;
	top: 3px;
	left: 0;
}

.offer span.cost {
	font-size: 30px;
}

.offer span.duration {
	font-size: 12px;
}

table#pricing_table td.blue {
	background: #009dfe;
	color: #fff;
}

table#pricing_table td.blue h3 {
	color: #fff;
}

table#pricing_table td.blue .btn {
	color: #fff;
	border-color: #fff;
}

table#pricing_table td.blue .btn:hover {
	color: #009dfe;
	border-color: #fff;
	background-color: #fff;
}

@media only screen and (max-width: 860px) {
	table#pricing_table td {
		display: block;
	}
}

table#details {
	width: 100%;
	margin: auto;
	font-size: 14px;
	line-height: 22px;
}

table#details td {
	background: #fff;
	padding: 8px 40px;
	text-align: center;
}

table#details td h4 {
	color: #009dfe;
	font-family: Montserrat;
	font-size: 16px;
}

table#details td p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	font-weight: 600;
}

table#details td h1 {
	font-size: 25px;
	line-height: 35px;
	text-align: left;
	font-weight: 600;
}

#switch_duration {
	border: 2px solid #000;
	display: inline-block;
	padding: 0;
	box-sizing: border-box;
	border-radius: 20px;
	cursor: pointer;
	float: right;
	margin-bottom: 20px;
}

#switch_duration span {
	display: inline-block;
	padding: 4px 15px;
	box-sizing: border-box;
	border-radius: 20px;
}

#switch_duration.annual span:nth-child(2) {
	background-color: #000;
	color: #fff;
}

#switch_duration.month span:nth-child(1) {
	background-color: #000;
	color: #fff;
}

.entry--slide {
	background: #eee;
	padding: 15px;
	width: 80%;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
	padding-top: 70px;
	position: relative;
	margin-top: 75px;
	max-width: 700px;
}

.entry--slide img {
	width: 150px !important;
	height: 150px !important;
	background: #aaa;
	position: absolute;
	border-radius: 300px;
	margin: auto;
	left: 0;
	right: 0;
	top: -75px;
}

p.blue {
	color: #009dfe;
	font-weight: 600;
}

#feedback {
	width: 40%;
	position: absolute;
	right: 3%;
}

#faq {
	width: 40%;
	position: absolute;
	left: 3%;
}

table.faq_table {
	width: 100%;
}

table.faq_table td {
	background-color: #eee;
	padding: 12px;
	position: relative;
}

table.faq_table thead td {
	font-size: 20px;
	cursor: pointer;
}

table.faq_table tbody td {
	display: none;
}

table.faq_table.active tbody td {
	display: table-cell;
}

table.faq_table span.plus {
	font-size: 30px;
	display: block;
	position: absolute;
	right: 15px;
	text-shadow: 1px 1px #ccc;
	font-family: Nunito;
	font-weight: bold;
}

#titleDomande {
	font-size: 17px;
	font-family: 'Montserrat';
	font-weight: 600;
	display: flex;
	align-items: center;
}

#titleDomande p {
	margin: 0;
	width: 90%;
}

#bolla1 {
	width: 100%;
	margin-top: 13%;
}
#bolla {
	width: 110%;
    margin-top: 5%;
    height: 105%;
}

#bolladx {
	width: 100%;
	margin-top: -10%;
}

#bollasx1 {
	width: 90%;
	height: 100%;
	margin-top: 5%;
}

#bollasx {
	width: 100%;
	height: 120%;
}


#img1 {
    width: 90%;
    margin-top: 25%;
    margin-right: 5%;
}

#img2 {
	width: 80%;
	margin-left: 5%;
	margin-top: 15%;
}

#img3 {
	width: 85%;
    margin-top: 15%;
    margin-right: 5%;
}

#img4 {
	width: 87%;
	margin-left: 5%;
}

#img5 {
	width: 85%;
    margin-right: 5%;
    margin-top: 15%;
}

@media only screen and (max-width: 860px) {
	#feedback {
		margin: auto;
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		width: 95%;
	}

	section.center .title,
	section.center .subtitle {
		margin: 20px auto;
	}


	#faq {
		margin: auto;
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		width: 95%;
	}

	#titleDomande {
		font-size: 14px;
	}
}