@import url('https://fonts.googleapis.com/css?family=Varela+Round');

/*--------------
All Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Main and Hero Section Stylings
4. Services Styling
5. Features Split
6. Feature with BG
7. Feature Big
8. Testimonial Styling
9. cartomanti Section
10. Call To Action Subscribe
11. Contact Section
12. Footer
13. Back to top
------------------*/


/*----- 1. Reset.css -----*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito';
  font-size: 16px;
}

p {
	font-family: 'Open Sans';
	font-size: 14px;
}

/*----- Helper Classes -----*/

html * {
	text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
::-webkit-scrollbar {
	display: none;
}
*/


h2 a, h2 a:hover{
color: #b32152 !important;
text-decoration: underline !important;
}

::-moz-selection {
    color: #b32152;
    background: #FFFFFF;
}

::selection {
    color: #b32152;
    background: #FFFFFF;
}

.nopadding {
	padding: 0;
}

.custom-padding {
	padding-left: 10px;
	padding-right: 10px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}


.logo {
	position: absolute;
	left: 2%;
	top: 2%;
	z-index: 11;
}

table#sheet0{
margin: 0 auto !important
}
/* ------ Navbar Styling Starts ----- */


.navbar {
	font-size: 14px;
  font-family: 'Nunito';
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
}

.navbar-default {
  transition: all 0.6s ease;
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #666666;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 16px;
    color: #111111;
  }

.navbar-default .navbar-brand {
	font-family: 'Nunito';
	font-size: 21px;
	font-weight: 700;
	color: #408516;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
	padding: 15px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}


.navbar-default .navbar-brand:hover {
	color: #111111;
  transition: 1s;
}


.navbar-default .navbar-nav > li > a {
	font-family: 'Nunito';
	font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  color: #b3b3b3;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #408516;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #408516;
  }


.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #408516;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
  color: #408516;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #EFEFEF;
}

.navbar-default .nav-white {
	color: #FFFFFF;
}

.navbar .btn-nav {
  background: #408516;
  color: #FFFFFF;
  border-radius: 0.7rem;
	box-shadow: 0 3px 10px rgba(44, 83, 15, 0.62);
  padding: 0.5rem 1.5rem;
  margin-left: 1.5rem !important;
  margin-top: 0.4rem;
  transition: all .3s ease-in-out;
}

.navbar .btn-nav span {
  font-family: 'Nunito';
  font-size: 14px;
	font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}


.navbar .btn-nav:hover {
  background: #408516;
  color: #FFFFFF;
  border-color: #408516;
	box-shadow: 0 5px 10px rgba(44, 83, 15, 0.62);
}

.oldst{
display:none;
}

/*---------- Media Queries ---------*/



@media only screen and (max-width: 767px) {



	.navbar {
		padding-top: 5px;
		height: 60px;
	}

  .navbar-default {
    border: 0px;
    background-color: transparent;
  }

	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
	  background-color: #FFFFFF;
	}

  .navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
  }


  .navbar-default .navbar-nav > li> a {
    color: #111111;
		margin-top: 10px;
  }

	.navbar-default .navbar-nav > li> a:hover {
		color: #222222;
	}

  .navbar-default .navbar-brand {
    color: #408516;
		padding: 15px 15px !important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #408516;
  }

	.navbar .btn-nav {
	  margin-left: 0 !important;
	}
}

@media only screen and (min-width: 240px) {

.navbar.past-main {
  transition: all 0.6s ease;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.99);
}

.navbar.effect-main:active {
  -webkit-transition: height 0.6s; /* For Safari 3.1 to 6.0 */
  transition: height 0.6s;
  height: 60px;
}

.navbar.past-main {
	font-size: 14px;
	padding-top: 5px;
	height: 60px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
	-moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
	box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
	-webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
	transition: 0.5s all ease;
}

.navbar-default.past-main .navbar-brand {
	color: #408516;
	padding: 15px;
}

.navbar-default.past-main .navbar-toggle .icon-bar {
	background-color: #408516;
}

.navbar-default.past-main .navbar-nav > li > a {
  color: #606060;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.navbar-default.past-main .navbar-nav > li > a:hover {
  color: #408516;
}

.navbar-default.past-main .navbar-nav > .active > a {
  background: transparent;
  color: #408516;
  }


.navbar-default.past-main .navbar-nav > .active > a:hover {
    background: transparent;
    color: #408516;
}

.navbar-default.past-main .navbar-nav > .active > a:focus {
	background: transparent;
  color: #408516;
}

.navbar-default.past-main .btn-nav {
	visibility: visible !important;
}

.nav-alt.past-main .navbar-nav .btn-edge {
	color: #FFFFFF;
}

.nav-alt.past-main .navbar-nav .btn-edge:hover {
	color: #FFFFFF;
}

}


/* ------------- Navbar Alt Styling --------------*/


.nav-alt .navbar-nav > li > a {
	font-family: 'Josefin Sans';
	font-size: 16px;
	color: #444444;
	text-transform: capitalize;
}

.nav-alt .navbar-nav > li > a:hover {
	color: #111111;
}


.nav-alt .navbar-nav .btn-edge {
	margin: 8px 0 0 0;
	padding: 6px 15px;
	border-radius: 3px;
	background: #624dd6;
	border-color: #624dd6;
	color: #FFFFFF;
	font-size: 16px;
}

.nav-alt .navbar-nav .btn-edge:hover {
	background: #624dd6;
	color: #FFFFFF;
}

.nav-alt .navbar-nav .btn-edge:focus {
	background: #624dd6;
	color: #FFFFFF !important;
}


/*---------------------------------------------------------------------
---------------- All Hero Sections Styling Starts Here ----------------
---------------------------------------------------------------------*/
.btop{
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.zi{
z-index: 999;
}
.section-shape {
    top: -50px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}

.section-shape img{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.cc-floating .cc-message {
    margin-bottom: .4em !important;
	}
.cc-message{
    font-size: 0.7rem !important;
    line-height: 0.8rem !important;
}
.cc-window.cc-floating {
    max-width: none !important;
    text-align: center !important;
	}
.cc-theme-classic .cc-btn:last-child {
    min-width: 100px !important;
}
.cc-btn {
    padding: .1em .1em !important;
    font-size: .7em !important;
	}
.hero {
	/*background: linear-gradient(to right bottom,#3b1f5d,#633c84,#a25fa7,#b672ba);
	background: #7B4EFF; */
	    padding: 150px 0 50px 0;
    background: url(../images/t1.jpg) no-repeat right top / cover;
	/* max-height: 480px; */
	    position: relative;
    z-index: 1;
    overflow: hidden;
 /*   height: 100vh; */
   
}


.hero img {
	/* max-width: 100%; */
}

.hero-gra {
	/*background: linear-gradient(to right bottom,#3b1f5d,#633c84,#a25fa7,#b672ba);
	background: #7B4EFF; */
	    padding: 150px 0 50px 0;
    background: url(../images/13hb.jpg) no-repeat right top / cover;
	/* max-height: 480px; */
	    position: relative;
    z-index: 1;
    overflow: hidden;
 /*   height: 100vh; */
   
}

.hero-gra img {
	/* max-width: 100%; */
}

.hero .intro, .hero-gra .intro {
	padding: 75px 0 75px 0;
}

.intro .btcun{
display:inline-block;
width:100%;
margin:0 auto;
text-align:center;
}

.hero .intro h1, .hero .intro h2, .hero-gra .intro h1{
	font-family: 'Nunito';
font-size: 42px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
	color: #09102B;
}


.hero .intro h1 span, .hero .intro h2 span, .hero-gra .intro h1 span {
	font-size: 75px;
	font-weight: 600;
  letter-spacing: -1px;
	color: #b32152;
}

.hero .intro p, .hero-gra .intro p {
	font-family: 'Nunito';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #53586B;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 25px;

}


.hero .form-footer p, .hero-gra .form-footer p {
	font-family: 'Nunito';
	color: #5d6A7B;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
}


.hero-2 {
	padding: 150px 0 50px 0;
	background: #FFFFFF;
}

.hero-2 .intro {
	padding: 0 0 0 0;
}

.hero-2 .intro h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1;
	color: #333333;
}

.hero-2 .intro p {
	font-size: 14px;
	font-family: 'Nunito';
	line-height: 1.4;
	color: #848484;
	max-width: 400px;
	margin-top: 20px;
}

.hero-2 img {
	margin-top: 30px;
}

.btn-action {
padding: 0.5rem 1.5rem;
    background: #408516;
    border: 1px solid;
    border-color: #408516;
    border-radius: .125rem;
    box-shadow: 0 10px 30px rgba(44, 83, 15, 0.62);
margin: 15px auto;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.btn-action:hover {
	color: #FFFFFF;
	border-color: #408516;
	background: #408516;
	/* -webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px); */
}
.btn-action:active {
	color: #FFFFFF;
	border-color: #408516 !important;
	background: #408516 !important;
}

.btn-action-oc{
padding: .4rem .235rem;
    background: #cc2c28;
    border: 1px solid;
    border-color: #cc2c28;
    border-radius: .125rem;
  /*  box-shadow: 0 10px 30px rgba(119, 30, 30, 0.5); */
  box-shadow: 0 10px 30px rgba(119, 30, 30, 0);
margin: 15px auto;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
	    cursor: default !important;
}
.btn-action-oc:hover {
	color: #FFFFFF;
	border-color:#cc2c28;
	background: #cc2c28;
cursor: default !important;
}
.btn-action-oc:active {
 	color: #FFFFFF;
	border-color:#cc2c28 !important;
	background: #cc2c28 !important;
}


.btn-action-pa{
padding: .4rem .235rem;
    background: #9e9e9e;
    border: 1px solid;
    border-color: #9e9e9e;
    border-radius: .125rem;
    box-shadow: 0 10px 30px rgba(255, 254, 254, 0.45);
margin: 15px auto;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
		    cursor: default !important;
}
.btn-action-pa:hover {
	color: #FFFFFF;
	border-color:#9e9e9e;
	background: #9e9e9e;
cursor: default !important;
}
.btn-action-pa:active {
	color: #FFFFFF;
	border-color:#9e9e9e !important;
	background: #9e9e9e !important;
}

.btn-action-app {
padding: .4rem .235rem;
background: -webkit-linear-gradient(top, #f0c14b, #dbad37);
background: -moz-linear-gradient(top, #f0c14b, #dbad37);
background: -ms-linear-gradient(top, #f0c14b, #dbad37);
background: -o-linear-gradient(top, #f0c14b, #dbad37);
    border: 1px solid;
    border-color: #ffc967;
    border-radius: .125rem;
    box-shadow: 0 10px 30px rgba(134, 120, 69, 0.62);
margin: 15px auto;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.btn-action-app:hover {
	color: #FFFFFF;
    border-color: #ffc967;
	/* -webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px); */
	background: -webkit-linear-gradient(top, #dbad37, #f0c14b);
background: -moz-linear-gradient(top, #dbad37, #f0c14b);
background: -ms-linear-gradient(top, #dbad37, #f0c14b);
background: -o-linear-gradient(top, #dbad37, #f0c14b);
}
.btn-action-app:active {
	color: #FFFFFF;
    border-color: #ffc967 !important;
    background: #f3bf28 !important;
}

.cortesia-details .btn-action, .cortesia-details .btn-action-oc, .cortesia-details .btn-action-pa{
    margin: 5px auto 15px !important;
}

.intro .btn-action {
	background: #408516;
	    padding: 0.5rem 1rem;
    margin-right: 3px;
}
.intro .btn-action:hover {
	background: #408516;
}
.intro .btn-action-app{
  background: -webkit-linear-gradient(top, #f0c14b, #dbad37);
background: -moz-linear-gradient(top, #f0c14b, #dbad37);
background: -ms-linear-gradient(top, #f0c14b, #dbad37);
background: -o-linear-gradient(top, #f0c14b, #dbad37);
	    border-color: #ffc967;
	    padding: 0.5rem 1rem;
    margin-right: 0px;
}
.intro .btn-action-app:hover {
	background: -webkit-linear-gradient(top, #dbad37, #f0c14b);
background: -moz-linear-gradient(top, #dbad37, #f0c14b);
background: -ms-linear-gradient(top, #dbad37, #f0c14b);
background: -o-linear-gradient(top, #dbad37, #f0c14b);
	    border-color: #ffc967;
}


.btn-action span, .btn-action-oc span, .btn-action-pa span {
	font-family: 'Nunito';
	font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
	letter-spacing: 1px;
	color: #FFFFFF;
	display: inline;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.22);
}

.btn-action i ,.btn-action-oc i, .btn-action-pa i{
color: #FFF;
    font-size: 1rem;
    margin: 0 3px 0 3px;
}

.intro .btn-action span, .intro .btn-action-app span {
	font-family: 'Nunito';
	 font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
	letter-spacing: 0.5px;
	color: #FFF;
	display: inline;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.22);
}


.intro .btn-action i,.intro .btn-action-app i {
color: #FFF;
   font-size: 19px;
    line-height: 1.4;
    margin: 0 3px 0 0px;
}

.btn-action:hover span, .btn-action-oc:hover span, .btn-action-pa:hover span {
	color: #FFFFFF;
}

.intro .btn-action:hover span {
	color: #FFFFFF;
}

.intro .btn-action:hover i {
	color: #FFFFFF;
}




/* ----- Features Section Styling Starts ----- */

.features-image
{
overflow: hidden;
}

.prez{
font-size: .7rem !important;
    line-height: 1;
	font-family: 'Nunito';
    font-weight: 600;
}

.telpr{
font-size: .8rem;
    font-family: 'Nunito';
    line-height: 1.4;
    color: #A1A1A1;
    line-height: 12px;
	}

.flex-split {
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex-split .f-left {
	flex: 1 0 50%;
	background: #F9F9F9;
}

.flex-split .f-right {
	flex: 1 0 50%;
	background: linear-gradient(to right, rgba(47, 204, 115, 0), rgba(47, 204, 115, 0.9)), url(../images/ios11.jpg) no-repeat center center;
	background-size: cover;
}

.flex-split .f-right img {
	margin-top: 0;
}

.flex-split .f-left  {
	padding: 30px;
}

.flex-split .f-left  h2 {
	font-family: 'Nunito';
	font-size: 28px;
	color: #454545;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 40px;
}

.flex-split .f-left  p {
	font-family: 'Nunito';
	font-size: 14px;
	color: #111111;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.flex-split .btn-action {
	margin-top: 15px;
	margin-bottom: 20px;
}


.flex-split .video-icon {
	position: absolute;
	top: 45%;
	left:50%;
	right:0;
	outline: none;
}

.flex-split .video-icon i {
	display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
	padding-left: 7px;
  text-decoration: none;
  text-align: center;
  color: #408516;
	background: #FFFFFF;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.55em;
  -webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
	box-shadow:0 5px 10px rgba(0, 0, 0, .15);
}


.main-2 .flex-split .f-right {
	flex: 1 0 50%;
	background: url(../images/half_bg.jpg) no-repeat center center;
	background-size: cover;
}

.main-2 .flex-split .video-icon i {
  color: rgba(0, 0, 0, 0.9);
}

.small-green-line:after {
    content: '';
    background: #b32152;
    width: 188px;
    height: 5px;
    display: block;
    margin: 10px 0;
}

.calend span{
    font-family: 'Nunito';
    font-weight: 600;
    text-transform: uppercase;
    color: #b32152;
}
/*-----------------------------------------------------------
------------ App Features Styling Starts ---------------
-----------------------------------------------------------*/

.pi-points {
	background: #FFFFFF;
	padding: 100px 0 100px 0;
}

.points-intro {
	padding: 0 0 50px 0;
}

.points-intro h1 {
	font-family: 'Nunito';
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
}

.point-icon {
	padding: 20px 0 5px 0;
}

.point-text {
	padding: 15px;
}

.point-text h1 {
	font-family: 'Nunito';
	font-size: 21px;
}

.point-text p {
	font-family: 'Nunito';
	font-size: 14px;
	color: #A1A1A1;
	line-height: 1.4;
	margin-top: 15px;
}


/* ----------------------------------------------------------------
--------------- Modal --------------------------------------------
-------------------------------------------------------------------*/

.modal-dialog{
max-width: 550px !important;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.modal-body{

}

.modal-header {
    padding: 15px 15px 5px 15px !important;
    border-bottom: 0px !important;
}
h3.chia{
text-align: center !important;
    font-weight: 800 !important;
    font-size: 1.8rem !important;
	color: #dc1313;
}
h3.pic{
font-size: .8rem;
    font-family: 'Nunito';
    line-height: 1.4;
    color: #A1A1A1;
	text-align:center;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-content{
    border: 0px !important;
	border-radius: 10px !important;
}
.modal-footer {
padding:0px !important;
border: 0px !important;
}
.modal-footer a {
padding: 16px 0;
    width: 50%;
    text-decoration: none;
    float: left;
     font-size: 1.5rem;
    font-weight: 800;
    color: #555;
    text-align: center;
    font-family: 'Nunito';
line-height: 11px;
padding-left: 5px;
    padding-right: 5px;
}
   
@media only screen and (max-width: 410px) {
 .modal-footer a { 
 font-size: 1.3rem;
 }
}	
@media only screen and (max-width: 321px) {
.modal-footer a {
	   font-size: 1.1rem;
}
}

.modal-footer a.l_lead_call {
    border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
		border-top: 1px solid #e5e5e5;
}
.modal-footer a.r_lead_call {
    border-right: 0px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.modal-footer a.l2_lead_call {
    border-right: 1px solid #e5e5e5;
	border-bottom: 0px;
	border-top: 1px solid #e5e5e5;
}
.modal-footer a.r2_lead_call {
    border-right: 0px;
	border-bottom: 0px;
	border-top: 1px solid #e5e5e5;
}

.modal-footer a.l_lead_call i, .modal-footer a.r_lead_call i ,.modal-footer a.l2_lead_call i, .modal-footer a.r2_lead_call i {
  color: #659b1e;
}

/* -- */




/*-----------------------------------------------------------------
--------------- Features Boxed Section Stying Starts --------------
-----------------------------------------------------------------*/



.features-boxed {
	padding: 50px 0 100px 0;
	background: #F3F3F3;
}

.features-boxed .boxed-intro {
	padding: 50px 0 50px 15px;
	overflow: hidden;
}

.features-boxed .boxed-intro h4 {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	color: #848484;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.features-boxed .boxed-intro h1 {
	font-family: 'Roboto';
	font-size: 36px;
	font-weight: 300;
	color: #404040;
}

.features-boxed .boxed-intro p {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
	color: #848484;
	line-height: 1.4;
	margin: 20px 0 20px 0;
}

.features-boxed .box-inner {
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
	background: #FFFFFF;
	min-height: 300px;
	border-radius: 2px;
	-webkit-transition: box-shadow .3s ease-in-out;
	-moz-transition:box-shadow .3s ease-in-out;
	-ms-transition:box-shadow .3s ease-in-out;
	-o-transition:box-shadow .3s ease-in-out;
	transition:box-shadow .3s ease-in-out;
}

.features-boxed .box-inner:hover {
	cursor: pointer;
	box-shadow:0 5px 10px rgba(0,0,0,.15);

}

.features-boxed .box-inner .box-icon {
	padding: 0 0 30px 0;
}

.features-boxed .box-inner .box-icon i {
	font-size: 34px;
	color: #448AFF;
}

.features-boxed .box-inner .box-info {
	padding: 0 0 20px 0;
}

.features-boxed .box-inner .box-info h1 {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 400;
	color: #343434;
	margin: 0 0 20px 0;
}

.features-boxed .box-inner .box-info p {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 1.6;
	color: #A1A1A1;
}

.features-boxed .box-inner .box-arrow {
	position: absolute;
	right: 15%;
	bottom: 12%;
}

.features-boxed .box-inner .box-arrow i {
	font-size: 32px;
	color: #448AFF;
}



/*--------------------------------------------------------------
----------------- Features Section Stying Starts ---------------
--------------------------------------------------------------*/
.over{
    overflow: hidden;

}

.alri{
    text-align: right !important;
}


.features {
	background: #FFFFFF;
	padding: 0px 0 0px 0;
}

.features-text {
    padding: 10px 0 0 0;
	/* max-width: 500px; */
	overflow: hidden;
}

.features-text h2, .features-text h1 {
	font-family: 'Roboto';
	font-size: 28px;
	color: #222222;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.features-text p {
	font-family: 'Nunito';
	font-size: 14px;
	line-height: 1.4;
	color: #A1A1A1;
}

.bgf{
padding: 25px 50px;
    background: #fff;
}
.bgf2{
padding: 25px 50px;
    background: #fff;
}
.telv a, .telv a:hover, .telvcart a, .telvcart a:hover{
    font-size: 24px;
    font-weight: 800;
    color: #555;
    text-align: center;
    line-height: 1.3em;
    font-family: 'Nunito';
}
.telv i{
    color: #b32152;
}
.telvcart i{
    color: #f2dc2e;
}


.wrapri{
float: right;
padding: 4px 4px 1px 4px;
border: solid 1px #ccc;
margin: 0 0 0 14px;
max-width: 400px;
}

.wraple{
float: left;
padding: 4px 4px 1px 4px;
border: solid 1px #ccc;
margin: 0 14px 0 0px;
max-width: 400px;
}

.wraple img, .wrapri img {
height: auto;
max-width: 100%;
}

.seu .features-text p {
text-align: justify;
}


/*  --------------------------------------------------
------------- cartomanti Section Styling ----------------
-----------------------------------------------------*/
.fl{
	    height: 90px;
    width: 50%;
    float: left;
	margin-bottom: 10px;
}
.cortesia-details .fl{
    height: 60px;
    width: auto;
    min-width: 68px;
    float: left;
    margin-bottom: 0px;
    text-align: left;
}
.pd10{
        margin-right: 10px;
	border-right: 2px solid #eee;
}
.cortesia-details .pd10{
        margin-right: 10px;
border-left:0px;
}
#load_cortesia .pd10{
border-right: 0px;
}

.star{
color:#f2dc2e !important;
    padding-top: 4px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/* close commented backslash hack */

p.desc{
overflow: hidden;
    height: 58px;
}
.img-c{
    /* border-radius: 10%; */
	border-radius: 50%;
    height: 80px;
    width: 80px;
}

.cartomanti {
	padding: 50px 0 100px 0;
}

.cartomanti-content {
	padding: 60px 0 0 0;
	text-align: center;
}

.cartomanti h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
}

.cartomanti h4 {
	font-size: 14px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 10px 0 30px 0;
}

.cartomanti p {
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.4;
}

.cartomanti .btn-buy {
	padding: 40px 0 20px 0;
}

.cartomanti .btn-buy img {
	display: inline;
}

.cartomanti .price-tag h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 0 0 20px 0;
}



/* ----- cartomanti Tables Styling Starts ----- */

.cartomanti-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #FFFFFF;
}

.cartomanti-intro {
	padding-bottom: 30px;
}

.cartomanti-intro h1 {
	font-size: 28px;
	color: #111111;
	font-weight: 600;
	line-height: 1.4;
}


.cartomanti-intro p {
	font-size: 15px;
	color: #303030;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.cartomanti-section .table-left, .cartomanti-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	max-width: 400px;
}

.table-left .icon, .table-right .icon {
	padding: 50px 50px 40px 50px;
}

.table-left .icon img, .table-right .icon img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.table-left .cartomanti-details span, .table-right .cartomanti-details span {
    display: inline-block;
    font-family: 'Nunito';
    font-size: 15px;
    font-weight: 600;
    color: #808080;
    margin-bottom: 0px;
}

.table-left .cartomanti-details h2, .table-right .cartomanti-details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
        margin-bottom: 2px;
    padding-top: 2px;
}

.table-left .cartomanti-details p, .table-right .cartomanti-details p {
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.box-fix{
	width: 100%;
        margin-right: 4px;
}

.table-left .cartomanti-details ul, .table-right .cartomanti-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 0;
}


.table-left .cartomanti-details li, .table-right .cartomanti-details li {
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}

.cartomanti-section .table-left:hover, .cartomanti-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cartomanti-section .table-left, .cartomanti-section .table-right {
	margin-top: 20px;
}

.cartomanti-section .table-center {
	margin-top: 0;
}



/*----------------------------------------------------------------
-------------------- cartomanti V2 Styling Starts -------------------
----------------------------------------------------------------*/


.cartomanti-v2 {
	padding: 50px 0 15px 0;
	background: #F8F8F8;
}

.cartomanti-v2 .intro {
	padding: 15px 0 5px 0
}

.cartomanti-v2 .intro h4, .pd10 h4 {
	font-family: 'Nunito';
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
margin-bottom: 0px;
}

.cartomanti-v2 .codi, .pd10 .codi, .codi {
	font-family: 'Nunito' !important;
	font-size: .6rem !important;
	font-weight: 100 !important;
	line-height: 1 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
margin-bottom: 0px;
}

.cartomanti-v2 .intro h1, .cartomanti-v2 .intro h5{
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	    color: #b32152;
}

.cartomanti-v2 .intro p {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: #848484;
	margin-bottom: 20px;
}
.cartomanti-v2 .intro p b {
    font-weight: 400;
}
.cartomanti-v2 .intro a {
	color: #b32152;
	text-decoration: none;
}

.cartomanti-v2 .table-left, .cartomanti-v2 .table-right {
	padding: 12px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	border-radius: 10px;
	max-width: 400px;
}

.cartomanti-v2 .table-left .cartomanti-details ul, .cartomanti-v2 .table-right .cartomanti-details ul {
	margin-bottom: 10px;
}

#load_status, #load_status2 {
    padding-left: 18px;
}

.cartomanti-v2 .btn-action span, .cartomanti-v2 .btn-action-oc span, .cartomanti-v2 .btn-action-pa span,
#load_status .btn-action span, #load_status .btn-action-oc span, #load_status .btn-action-pa span,
#load_status2 .btn-action-app  span  {
font-family: 'Nunito';
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #FFFFFF;
    display: inline;
    line-height: 20px;
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.22);
}

.cartomanti-v2 .btn-action span, .cartomanti-v2 .btn-action-oc span, .cartomanti-v2 .btn-action-pa span, #load_status .btn-action span, #load_status .btn-action-oc span, #load_status .btn-action-pa span, #load_status2 .btn-action-app span {
    font-size: 1rem !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
    letter-spacing: .3px !important;
    line-height: 1 !important;
}

.cartomanti-v2 .btn-action:focus, #load_status .btn-action:focus {
	background: #408516;
	outline: none;
	border-color: #408516;
}
.cartomanti-v2 .btn-action-oc:focus , #load_status .btn-action-oc:focus{
	background: #cc2c28;
	outline: none;
	border-color: #cc2c28;
}
.cartomanti-v2 .btn-action-pa:focus, #load_status .btn-action-pa:focus {
	background: #ccc;
	outline: none;
	border-color: #ccc;
}
#load_status2 .btn-action-app:focus{
	background: #f3bf28;
	outline: none;
	border-color: #ffc967;
}

 #prx.promo  {

	    padding: 50px 0 50px 0;

   
}




 #prx  h1{
	font-family: 'Nunito';
font-size: 42px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
	color: #09102B;
		text-align:center;
}
 #prx  h2{
	font-family: 'Nunito';
font-size: 42px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
	/* color:#408516; */
	color:#8e8683;
	text-align:center;
	padding-top: 7px;
	font-weight: 600;
}

 #prx  h1 span {
	font-size: 75px;
	font-weight: 600;
  letter-spacing: -1px;
	color: #b32152;
}
#prx  p {
	font-family: 'Nunito';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #53586B;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 25px;
padding: 0px 20px;
}


/*----------------------------------------------------------------
-------------------- cortesia V2 Styling Starts -------------------
----------------------------------------------------------------*/

.cortesia {
	padding: 50px 0 100px 0;
}

.cortesia-content {
	padding: 60px 0 0 0;
	text-align: center;
}

.cortesia h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
}

.cortesia h4 {
	font-size: 14px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 10px 0 30px 0;
}

.cortesia p {
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.4;
}

.cortesia .btn-buy {
	padding: 40px 0 20px 0;
}

.cortesia .btn-buy img {
	display: inline;
}

.cortesia .price-tag h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 0 0 20px 0;
}



/* ----- cortesia Tables Styling Starts ----- */

.cortesia-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #FFFFFF;
}

.cortesia-intro {
	padding-bottom: 30px;
}

.cortesia-intro h1 {
	font-size: 28px;
	color: #111111;
	font-weight: 600;
	line-height: 1.4;
}


.cortesia-intro p {
	font-size: 15px;
	color: #303030;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.cortesia-section .table-left, .cortesia-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	max-width: 400px;
}

.table-left .icon, .table-right .icon {
	padding: 50px 50px 40px 50px;
}

.table-left .icon img, .table-right .icon img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.table-left .cortesia-details span, .table-right .cortesia-details span {
    display: inline-block;
    font-family: 'Nunito';
    font-size: 15px;
    font-weight: 600;
    color: #808080;
    margin-bottom: 0px;
}

.table-left .cortesia-details h2, .table-right .cortesia-details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
        margin-bottom: 2px;
    padding-top: 5px;
}

.table-left .cortesia-details p, .table-right .cortesia-details p {
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.cortesia-details .box-fix {
    width: auto;
    float: right;
    margin-right: 20px;
}


.table-left .cortesia-details ul, .table-right .cortesia-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 0;
}


.table-left .cortesia-details li, .table-right .cortesia-details li {
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}

.cortesia-section .table-left:hover, .cortesia-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cortesia-section .table-left, .cortesia-section .table-right {
	margin-top: 20px;
}

.cortesia-section .table-center {
	margin-top: 0;
}



.cortesia-v2 {
	padding: 10px 0 15px 0;
	background: #F8F8F8;
}

.cortesia-v2 .intro {
	padding: 15px 0 5px 0
}

.cortesia-v2 .intro h4, .pd10 h4 {
	font-family: 'Nunito';
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
margin-bottom: 0px;
}

.cortesia-v2 .codi, .pd10 .codi, .codi {
	font-family: 'Nunito' !important;
	font-size: .6rem !important;
	font-weight: 100 !important;
	line-height: 1 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
margin-bottom: 0px;
}

.cortesia-v2 .intro h1 {
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	    color: #b32152;
}

.cortesia-v2 .intro p {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: #848484;
	margin-bottom: 20px;
}
.cortesia-v2 .intro p b {
    font-weight: 400;
}
.cortesia-v2 .intro a {
	color: #b32152;
	text-decoration: none;
}

.cortesia-v2 .table-left, .cortesia-v2 .table-right {
	padding: 25px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	border-radius: 10px;
	max-width: 400px;
}
.cortesia-v2 .table-right {
    padding: 10px 10px 5px;
	max-width: none !important;
}
.cortesia-details{
min-height: 60px;
    width: 100%;
}
.cortesia-v2 .table-left .cortesia-details ul, .cortesia-v2 .table-right .cortesia-details ul {
	margin-bottom: 10px;
}


.cortesia-v2 .btn-action span, .cortesia-v2 .btn-action-oc span, .cortesia-v2 .btn-action-pa span {
font-family: 'Nunito';
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #FFFFFF;
    display: inline;
    line-height: 20px;
}


.cortesia-v2 .btn-action:focus {
	background: #408516;
	outline: none;
	border-color: #408516;
}
.cortesia-v2 .btn-action-oc:focus {
	background: #cc2c28;
	outline: none;
	border-color: #cc2c28;
}
.cortesia-v2 .btn-action-pa:focus {
	background: #ccc;
	outline: none;
	border-color: #ccc;
}

.pad10{
padding-bottom:10px
}

/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.review-section {
	padding: 50px 0 50px 0;
	text-align: center;
	background: #FFFFFF;
}


.reviews {
  width: 100%;
	padding: 50px 0 50px 0;
}


.review-single img {
  width:80px;
	height:80px;
}

.review-text h3 {
	font-family: 'Roboto';
  font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
  color: #232323;
}

.review-text .ion {
	display: inline-block;
	margin-top: 20px;
  font-size: 14px;
  color: #ff8000;
}

.review-text p {
  font-family: 'Roboto';
  font-size: 16px;
	font-weight: 300;
  padding: 20px 10px 20px 10px;
	line-height: 1.5;
  color: #848484;
}


/*--------------- Review Sm Styling Starts ------------------ */

.review-sm {
	background: #FFFFFF;
}

.review-sm .reviews {
  width: 100%;
	padding: 0;
}

.review-sm p {
  font-family: 'Josefin Sans';
  font-size: 28px;
	font-weight: 300;
  padding: 20px 10px 20px 10px;
	line-height: 1.5;
  color: #848484;
}

.review-sm .review-text h3 {
	font-family: 'Josefin Sans';
  font-size: 21px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
  color: #444444;
}



/* ----- Hero Section Styling Starts ----- */

.cta {
	height: 100%;
	background: #F2F2F2;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 0 0 0 0;
}

.download {
	height: 100%;
	background: #F2F2F2;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 0 0 0 0;
}

.dwnld-inner {
	padding: 100px 0 100px 0;
	overflow: hidden;
}

.dwnld-inner .app-info h1 {
	font-family: 'Nunito';
	font-size: 28px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 20px 0 20px 0;
}

.dwnld-inner .app-info h4 {
	font-family: 'Nunito';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.app-info i {
	margin-top: 15px;
	display: inline-block;
}

.app-info span {
  font-family: 'Nunito';
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}

.app-info .ion {
  font-size: 1em;
  color: #ff8000;
}

.download-buttons {
  margin-top: 25px;
  margin-bottom: 25px;
}

.download-buttons img {
	margin-left: 5px;
	margin-right: 5px;
}

.main-2 .cta {
	background: url(../images/pitch_bg.jpg) no-repeat center center;
	padding: 0 0 100px 0;
}

.main-2 .cta-inner {
	margin: 150px 0 0 0;
	float: right;
	text-align: center;
}

.main-2 .cta-inner h1 {
	font-family: 'Nunito';
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #09102B;
}

.main-2 .cta-inner h2 {
	font-family: 'Nunito';
	font-size: 34px;
	font-weight: 700;
	line-height: 1.1;
	margin: 20px 0 20px 0;
	color: #09102B;
}

.main-2 .cta-inner h3 {
	font-family: 'Nunito';
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	margin: 20px 0 20px 0;
	color: #09102B;
}

.main-2 .cta-inner span {
	font-size: 24px;
	padding: 0 8px 0 0;
}

.main-2 .cta-inner span:nth-child(n+1) {
	color: #D5D5D5;
}

.main-2 .cta-inner span:nth-child(2n+1) {
	color: #333333;
}

.main-2 .cta-inner span:nth-last-child(3n+1) {
	color: #666666;
}


.main-2 .cta-inner p {
	font-family: 'Nunito';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	max-width: 360px;
	color: #09102B;
}

.main-2 .cta-inner ul {
	margin-top: 20px;
	list-style-type: none;
}

.main-2 .cta-inner ul li {
	font-family: 'Nunito';
	font-size: 15px;
	line-height: 1.5;
}



/*-----------------------------------------------------------
----------------- Pitch Section Stying Starts ---------------
-----------------------------------------------------------*/


.pitch-2 {
	width: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../images/cta.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.pitch-inner {
	max-width: 500px;
  float: right;
}

.pitch-inner h4 {
	font-family: 'Nunito';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.pitch-inner h1 {
	font-family: 'Nunito';
	font-size: 28px;
	line-height: 1.2;
	margin-top: 20px;
	color: #FFFFFF;
}

.pitch-inner p {
	font-family: 'Nunito';
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	color: #FFFFFF;
}



/*--------------------------------------------------------------
----------------- Subscribe Form  Stying Starts ----------------
--------------------------------------------------------------*/


.cta-2 {
	background: #FFFFFF;
	width: 100%;
	padding: 100px 0 100px 0;
}

.cta-2-inner h1 {
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 300;
	line-height: 1.4;
	color: #252525;
	margin-bottom: 20px;
}

.cta-2-inner p {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	color: #222222;
	margin-bottom: 10px;
}



.subform {
	padding-top: 30px;
}

.formee {
	position: relative;
}

.formee .mail {
	position: relative;
	background-color: #F9F9F9;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s;
}

.formee input {
  color: #222222;
  font-family: 'Nunito';
  padding: 0;
  font-size: 0.9em;
	height: 40px;
  border: 2px solid #F2F2F2;
  border-radius: 5px 0 0 5px;
  border-color: #F2F2F2;
	background-color: #F3F3F3;
  outline: none;
  padding: 0 100px 0 20px;
}

.formee input:focus {
	border: 2px solid #FFF;
  border-color: #F2F2F2;
}

.formee .right {
  height: 40px;
  border: 2px solid #408516;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0 25px 0 25px;
  background-color: #408516;
  color: #FFFFFF;
	box-shadow: 0 0 1px transparent;
  outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.formee .right:focus {
	border: 2px solid #408516;
}

#email-error {
	position: absolute;
	left: 10%;
	top: 150%;
	font-family: 'Nunito';
	font-size: 14px;
	color: #FF0000;
}

#response {
	color: #333333;
	font-family: 'Nunito';
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.4;
}

.main-2 .cta-2 {
	background: #F2F2F2;
}

.main-2 .formee input {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.main-2 .formee .right {
	background-color: #408516;
}

/* -------------------------------- 

Form

-------------------------------- */
.cd-form {
    width: 100%;
    max-width: 600px;
margin: 0px 0px 15px;
}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 5px 0;
}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 10px 0;
}
.cd-form h4, .cd-form .cd-label {
  font-size: 1.3rem;
  color: #94aab0;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Nunito", sans-serif;
font-size: 1rem;
    color: #2d3033;
}
.cd-form input[type="text"],.cd-form input[type="tel"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],.cd-form input[type="tel"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 6px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #e63c23;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
  padding-left: 24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
  border-radius: 50%;
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
  background-color: #e63c23;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}
.cd-form input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../img/cd-icon-radio.svg");
}
.cd-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../img/cd-icon-check.svg");
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.af{
width:50%;float:left;
}
#risposta {
    padding: 10px;
	}
.cd-form textarea {
  min-height: 100px;
  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] , .cd-form button{
font-family: 'Nunito'  !important;
  /* button style */
  border: none;
  background: #e63c23;
  border-radius: .25em;
  padding: 16px 20px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type="submit"]:hover,  .cd-form button:hover {
  background: #e63c23;
  color: #FFF !important;
}
.cd-form input[type="submit"]:focus, .cd-form button:focus {
  outline: none;
  background: #e63c23;
}
.cd-form input[type="submit"]:active, .cd-form button:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-form [required] {
  background: url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.cd-form .error {
  border-color: #e94b35 !important;
  
}



@media only screen and (min-width: 768px) {
#cartomanti .col-sm-4 {
    width: 50% !important;
}
}
@media only screen and (min-width: 1024px) {
#cartomanti .col-sm-4 {
    width: 33.33333333% !important;
}
}

@media only screen and (min-width: 600px) {
  .cd-form div {
    /* form element wrapper */
    margin: 10px 0;
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .cd-form input[type="text"],.cd-form input[type="tel"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    padding: 10px;
  }
}

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important;
}
.cd-form .user {
  background: url("../img/cd-icon-user.svg") no-repeat 16px center;
}
.cd-form .world { 
 background: url("../img/cd-icon-world.svg") no-repeat 16px center;
 }
 .cd-form .phone { 
 background: url("../img/cd-icon-phone.svg") no-repeat 16px center;
 }
  .cd-form .gift{ 
 background: url("../img/cd-icon-gift.svg") no-repeat 16px center;
 }
   .cd-form .cardc{ 
 background: url("../img/cd-icon-card.svg") no-repeat 16px center;
 }
.cd-form [required].user {
  background: url("../img/cd-icon-user.svg") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .company {
  background: url("../img/cd-icon-company.svg") no-repeat 16px center;
}
.cd-form [required].company {
  background: url("../img/cd-icon-company.svg") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .email {
  background: url("../img/cd-icon-email.svg") no-repeat 16px center;
}
.cd-form [required].email {
  background: url("../img/cd-icon-email.svg") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .budget {
  background: url("../img/cd-icon-budget.svg") no-repeat 16px center;
}
.cd-form .message {
  background: url("../img/cd-icon-message.svg") no-repeat 16px 16px;
}
.cd-form [required].message {
  background: url("../img/cd-icon-message.svg") no-repeat 16px 16px, url("../img/cd-required.svg") no-repeat top right;
}



/*------------ Footer Lg Styling ---------------*/

.footer {
	background: #f8f8f8;
	padding: 50px 0 50px 0;
}

.footer .ft-left .footer-img {
	padding: 0 0 10px 0;
}

.footer .ft-left p {
	font-family: 'Nunito';
	font-size: 14px;
	color: #848484;
	line-height: 1.5;
	letter-spacing: 0;
	margin-top: 15px;
}


.footer .footer-social ul {
	list-style-type: none;
	margin-top: 10px;
}

.footer .footer-social ul li {
	display: inline;
	margin-right: 5px !important;
	background: #FFFFFF;
}

.footer .footer-social li a i {
	display: inline-block;
  color: #242424;
  font-size: 18px;
	margin-right: 5px !important;
  font-weight: normal;
}

.ft-right {
	padding: 5px 0 0 0;
}

.ft-right ul {
	list-style-type: none;
	-webkit-columns: 3;
	columns: 3;
	padding: 0;
}

.ft-right ul li {
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
}

.ft-right ul li a {
	color: #454545 !important;
	text-decoration: none;
}

.ft-right ul li a:hover {
	color: #b32152
}
.footer a, .footer a:hover{
color: #b32152 !important;
}
.footer .ft-right p {
	font-family: 'Roboto';
	font-size: 12px;
	color: #848484;
	line-height: 1.5;
	letter-spacing: 0;
	margin-top: 10px;
}

/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/


.back-to-top {
	background: rgba(51, 51, 204, 0.9);
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0E1729;
	box-shadow:0 5px 10px rgba(0, 0, 0, .3);
}

.back-to-top i {
	position: relative;
	left: 14px;
	top: 8px;
	font-size: 28px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
    background: rgba(51, 51, 204, 0.9);
    color: #FFFFFF;
}

.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
    color: #FFFFFF;
}


div.icon-all i{
font-size: 19px;
color: #b7aca3;
padding: 0 6px;
}

div.icon-all i.ion-ios-remove{
color: #fff !important;
}

div.icon-all a:hover i{
color: #b32152;
text-decoration: none;
}

div.icon-all a:hover {
text-decoration: none !important;	
}

div.fl2 h2 i{
color: #807872;
}

.img-c {
    border-radius: 50%;
    height: 110px;
    width: 110px;
    padding: 2px;
    border: 2px solid #f2f2f2;
	
}

.fl {
    height: 110px;
    height: 110px;
    width: 50%;
    float: left;
    margin-bottom: 5px;
}

body div.flex-split .fl {
width: 20% !important;
min-width: 130px !important;
	height: 110px  !important;
}

.pd10 {
border-bottom: 0px;
}



.btt-chat {
margin: 1px 5px 1px;
    white-space: nowrap;
    line-height: 1;
    padding: .4rem .235rem !important;
line-height: 1 !important;
}

/*-----------------------------------------------------
-------------------------------------------------------
------------------- All Media Queries------------------
-------------------------------------------------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {

  .hero, .hero-gra {
padding: 150px 0 50px 0;
  }


  .hero .intro, .hero-gra.intro  {
   padding: 60px 0 344px 0;
	
  }
  
  .promo .hero .intro, .hero-gra.intro  {
    padding: 0px;
	
  }


	.hero .intro h1, 	.hero .intro h2, .hero-gra .intro h1 {
		font-size: 54px;
    line-height: 0.9;
	}

	.hero .intro h1 span, 	.hero .intro h2 span, .hero-gra .intro h1 span {
		font-size: 75px;
	}

	.hero .intro p , .hero-gra .intro p {
		font-size: 16px;
	}

	.hero-2 {
		padding: 150px 0 50px 0;
	}

	.hero-2 .intro {
		padding: 125px 0 0 0;
	}


	.hero-2 .intro h1 {
		font-size: 48px;
	}

	.hero-2 .intro p {
		font-size: 14px;
	}

	.hero-2 img {
		margin-top: 0;
	}


	.points-intro h1 {
		font-size: 34px;
	}

	.features {
		padding: 0px 0 0px 0;
	}

	.flex-split {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.flex-split .f-left h2 {
		font-size: 34px;
	}

	.flex-split .f-left {
		padding: 80px 100px;
	}

	.flex-split .f-right {
			flex: 1 0 50%;
	}

	.features-text h2, .features-text h1 {
	font-size: 34px;
	}

	.features-text p {
		font-size: 16px;
	}

	.cta-2-inner h1 {
		font-size: 34px;
	}

	.main-2 .cta-inner {
		margin: 150px 0 0 0;
		float: right;
		text-align: justify;

	}


	.dwnld-inner .app-info h1 {
		font-size: 34px;
		margin: 20px 0 20px 0;
	}

	.dwnld-inner .app-info h4 {
		font-size: 16px;
	}

	.cartomanti-v2{
		padding: 50px 0 15px 0;
	}
	
	.cortesia-v2 {
		padding: 10px 0 15px 0;
	}

	.review-section {
		padding: 50px 0 15px 0;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1098px) {

  .hero , .hero-gra{
padding: 150px 0 50px 0;
  }

  .hero .intro, .hero-gra .intro {
    padding: 50px 0 50px 0;
  }

  .flex-split .f-left {
    padding: 25px 50px;
  }
}
.sfc{
max-width: 584px;
}
@media only screen and (max-width: 1098px) {
.sfc{
    background: rgba(255, 255, 255, 0.93);
box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
    border: transparent;
    border-radius: 10px;
   max-width: 485px;
   margin: 0 auto;
}

.hero .intro, .hero-gra .intro {
    padding: 40px;
}
.section-shape {
display: none;
}

.hero .intro h1 span, .hero .intro h2 span, .hero-gra .intro h1 span {
    font-size: 51px;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.hero-2 .intro {
		padding: 50px 0 0 0;
	}

	.hero-2 .intro h1 {
		font-size: 42px;
		font-weight: 600;
		line-height: 1;
	}

	.hero-2 .intro p {
		max-width: 300px;
	}
}
@media only screen and (min-width: 1098px) {
.section-shape {
    top: -46px;
}
.hero, .hero-gra {
    padding: 0px 0 57px 0;
}
	
	}
@media only screen and (min-width: 1199px) {
.section-shape {
    top: -117px;
}
.hero, .hero-gra {
    padding: 0px 0 57px 0;
}
	
	}
@media only screen and (min-width: 1293px) {
.section-shape {
top: -151px;
    left: -31px;
}
.hero, .hero-gra {
padding: 0px 0 125px 0;
}
	
	}
@media only screen and (min-width: 1400px) {
.hero, .hero-gra {
    padding: 35px 0 150px 0;
}
	
	}
@media only screen and (min-width: 1602px) {
.hero, .hero-gra {
    padding: 7px 0 180px 0;
}
.section-shape {
     top: -220px;
}
	
	}
	
@media only screen and (min-width: 1702px) {

.hero .intro, .hero-gra.intro {
    padding: 30px 0 320px 0;
}

.section-shape {
    top: -276px;
}
	
	}
@media only screen and (min-width: 1852px) {

.hero .intro, .hero-gra.intro {
    padding: 30px 0 509px 0;
}

.section-shape {
top: -297px;
    left: -10px;
}
	
	}
@media only screen and (min-width: 1020px) {
.vis-smart {
    display: none !important;
}

}	

@media only screen and (max-width: 992px) {
.img-c {
    height: 90px;
    width: 90px;
}

body div.flex-split .fl .img-c {
    height: 110px;
    width: 110px;
}
	
}
@media only screen and (max-width: 1024px) {

	.features-text {
		padding: 0px 0 0 0;
	}
	
	.img-ha{	
	height: 100%;
    width: auto;
	}
	.cartomanti-v2 .table-left, .cartomanti-v2 .table-right, .cortesia-v2 .table-left, .cortesia-v2 .table-right {
padding: 20px 10px 5px;
}
.vis-desk {
    display: none !important;
}

}

@media only screen and (min-width: 765px) and (max-width: 1022px) {
.cartomanti-v2 .intro h1, .cortesia-v2 .intro h1, .cartomanti-v2 .intro h5, .cortesia-v2 .intro h5{
    font-size: 20px;
	 }
.cartomanti-v2 .intro p b, .cartomanti-v2 .intro p, .cortesia-v2 .intro p b, .cortesia-v2 .intro p{
    font-size: 0.9rem;
}

img.img-ha{
transform: translate(-22%, 0%) !important;
    left: 0px  !important;
}

}

@media only screen and (max-width: 766px) {

#cartu .features-image{
    /* height: 150px; */
	    height: 115px;
}
#cartu .orog {
    /* height: 150px; */
	    max-height: 99px !important;
    height: auto;

}
#cartu .img-ha {
width: 121%;
    min-width: 400px;
    margin-top: -112px;
    margin-left: -57px;
    height: auto;
}
#cartu .img-ha2 {
    width: 121%;
    min-width: 400px;
    margin-top: -25px;
    margin-left: -59px;
    height: auto;
}

#cartu.oros .img-ha  {
    margin-top: -36px;
	 margin-left: -41px;
}

#orli h3{
font-size: 13px;
font-weight:600;
}

.pud10{
    padding-top: 15px;
	    padding-bottom: 15px;
}

.bgf2   { padding: 0px 15px;
    background: #fff;
	}
.bgf   { padding: 0px 15px 25px 15px;
    background: #fff;
	}

.cartomanti-v2 {
    padding: 5px 0 5px 0;
}
.cartomanti-v2 .intro h1, .cortesia-v2 .intro h1, .cartomanti-v2 .intro h5, .cortesia-v2 .intro h5{
    margin-bottom: 2px;
	}
.cartomanti-v2 .intro p , .cortesia-v2 .intro p{
    margin-bottom: 5px;
	}
hr {
    margin-top: 20px;
    margin-bottom: 5px !important;
	}
.over{
display: none;
}
.features-text {
      padding: 10px 0 5px 0;
    max-width: none;
}
.features-text h2, .features-text h1{
    margin: 0 0 5px 0;
	}
	
	.flex-split .f-right {
		flex: 1 0 50%;
		height: 360px;
	}

	.hero-split .h-right {
		flex: 1 0 50%;
		height: 360px;
	}
	.cartomanti-v2 .table-left, .cartomanti-v2 .table-right, .cortesia-v2 .table-left, .cortesia-v2 .table-right{
padding: 25px;
}
.footer{
    padding: 25px;
}


.col-xs-6 {
    width: 100% !important;
}
#orli .col-xs-6 {
    width: 50% !important;
}
#orli{
/* padding-top:20px;
padding-bottom:20px; */
 padding-top: 5px;
    padding-bottom: 10px;
}
.img-c {
    /* border-radius: 10%; */
	border-radius: 50%;
height: 50px;
    width: 50px;
	margin-top: 2px;
}
.fl {
 height: 54px;
       width: auto;
    min-width: 68px;
    float: left;
  margin-bottom: 0px;
text-align: left;
}
/* da aggiungere secondo div */
.fl2 {
    height: 57px;
        width: auto;
min-width: 150px;
    float: left;
    margin-bottom: 0px;
text-align: left;
}
.cartomanti-v2 .table-left, .cartomanti-v2 .table-right, .cortesia-v2 .table-left, .cortesia-v2 .table-right {
    padding: 10px;
}
.cartomanti-v2 .table-left, .cartomanti-v2 .table-right {
    padding: 4px 5px 3px 20px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
    border: transparent;
    border-radius: 0;
    max-width: 100%;
}
.cartomanti-details, .cortesia-details{
min-height: 56px;
    width: 100%;
}
#load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa,
#load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa{
    margin: 4px auto;
}
.cortesia-v2 .intro h4, .pd10 h4, .fl2 h4 {
display: none;
}
.star {
    color: #f2dc2e !important;
    padding-top: 8px;
display: none !important;
}

.box-fix {
width: min-content;
    float: right;
    margin-right: 10px;
	margin-top: 5px;
}

.cartomanti-details, .cortesia-details {
    min-height: 80px;
    width: 100%;
}
.img-c {
    border-radius: 50;
    height: 70px;
    width: 70px;
  margin-top: 4px;
}
.pd10 {
    margin-right: 10px;
    border-right: 1px solid #eee;
}
.fl2{
    padding-top: 2px;
}
.fl {
    height: 87px;
    width: auto;
    min-width: 85px;
    float: left;
    margin-bottom: 0px;
    text-align: left;
    margin-top: -4px;
}
.table-left .cartomanti-details span, .table-right .cartomanti-details span {
    margin-bottom: 2px;
}
/*
.box-fix {
    margin-top: 7px;
} */

.botto {
    width: 50px;
}
.fl2{
min-width: 120px;
}
#load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa,
#load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa{
    padding: 6px 10px;
border-radius: 50%;
  width: 50px;
    height: 50px;
    margin: 0 auto;
}
#load_cartomanti .btn-action i, #load_cartomanti .btn-action-oc i, 
#load_allcartomanti .btn-action i, #load_allcartomanti .btn-action-oc i{
    color: #FFF;
    font-size: 33px;
    margin: 2px 0px 0px 1px;
    display: inline-block !important;
    visibility: initial;
}
#load_cartomanti .btn-action-pa i, 
 #load_allcartomanti .btn-action-pa i{
    color: #FFF;
 font-size: 31px;
    margin: 4px 0px 0 3px;
    display: inline-block !important;
    visibility: initial;
}
.cartomanti-v2 .btn-action span, .cartomanti-v2 .btn-action-oc span, .cartomanti-v2 .btn-action-pa span {
    visibility: hidden;
	display: -webkit-box;
	overflow: hidden;
}
.btn-action{
margin: 8px auto;
}
/*
.box-fix {
      margin-top: 2px;
}
*/
.fl2{
min-width: 106px;
}
.fl2 .codi {
    font-family: 'Nunito' !important;
    font-size: .8rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #b32152 !important;
}

.btt-chat .box-fix, #load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa, #load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa {
    padding: 8px 13px;
    border-radius: 50%;
    width: 60px !important;
    height: 60px;
margin: 0 auto;
}


/*
.box-fix {
margin-top: 9px;
    margin-right: 4px;
}
*/

#load_cartomanti .btn-action i, #load_cartomanti .btn-action-oc i, #load_allcartomanti .btn-action i, #load_allcartomanti .btn-action-oc i {
    font-size: 41px;
}
#load_cartomanti .btn-action-pa i, #load_allcartomanti .btn-action-pa i {
    font-size: 41px;
    margin: 2px 0px 0 0px;

}
.cartomanti-v2 .btcun .btn-action span {
    visibility: visible;
    display: -webkit-box;
    overflow: hidden;
}
}


@media only screen and (max-width: 687px) {


.cortesia-details .fl {
    height: 44px;
    min-width: 68px;
    float: left;
    margin-bottom: 0px;
    text-align: left;
}
.cortesia-details .box-fix{
margin-top:0px;
}
#prx.promo {
    padding: 15px 0;
}
#prx h1 {
    font-size: 35px;
}
#prx h1 span {
    font-size: 52px;
}
#prx h2 {
    font-size: 32px;
}
#prx p {
text-align: center;
    margin-top: 15px;
}
}

@media only screen and (max-width: 650px) {
.cartomanti-v2 .intro h1, .cortesia-v2 .intro h1, .cartomanti-v2 .intro h5, .cortesia-v2 .intro h5{
    font-size: 20px;
	 }
.cartomanti-v2 .intro p b, .cartomanti-v2 .intro p, .cortesia-v2 .intro p b, .cortesia-v2 .intro p{
    font-size: 0.9rem;
}


}
@media only screen and (max-width: 540px) {
.seu #prx h1 span {
font-size: 32px;
}
.seu #prx h2 {
font-size: 21px;
padding-top: 1px;
color: #8e8683;
}
.seu .cartomanti-v2 .intro h4, .cartomanti-v2 .intro h4, .pd10 h4 {
    font-size: 15px;
}
.seu .bgf2 {
    padding: 10px 15px;
}


.wrapri, .wraple {
    margin: 7px auto 10px auto;
	float:none;
}
.ft-right ul {
	-webkit-columns: 2;
	columns: 2;
}
.telv a, .telv a:hover, .telvcart a, .telvcart a:hover {
    font-size: 20px;
	}
.oldst{
display:block;
}

.cartomanti-v2 .btn-action span, .cartomanti-v2 .btn-action-oc span, .cartomanti-v2 .btn-action-pa span {
    visibility: hidden;
	display: -webkit-box;
	overflow: hidden;
}
/* da aggiungere a pulsante */
.botto {
    width: 50px;
}
.fl2{
min-width: 120px;
}
#load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa,
#load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa{
    padding: 6px 10px;
border-radius: 50%;
  width: 50px;
    height: 50px;
    margin: 0 auto;
}
#load_cartomanti .btn-action i, #load_cartomanti .btn-action-oc i, 
#load_allcartomanti .btn-action i, #load_allcartomanti .btn-action-oc i{
    color: #FFF;
    font-size: 33px;
    margin: 2px 0px 0px 1px;
    display: inline-block !important;
    visibility: initial;
}
#load_cartomanti .btn-action-pa i, 
 #load_allcartomanti .btn-action-pa i{
    color: #FFF;
 font-size: 31px;
    margin: 4px 0px 0 3px;
    display: inline-block !important;
    visibility: initial;
}

.hero .intro, .hero-gra .intro {
 padding: 20px 0 5px;
    width: 100%;
    margin: 0 auto;
	text-align: center;
}
.hero{
    padding: 0px 0 0 0;
	background-size: contain !important;
	}
.hero-gra {
    padding: 160px 0 0 0;
	}
/* .cartomanti-v2, .cortesia-v2{
    padding: 15px 0 15px 0;
	} */
.cartomanti-v2 .intro {
    text-align: center;
}
.cartomanti-v2 .lefy {
    text-align: left  !important;
}
.sfc{
border-radius: 0px;
}
.hero .intro p, .hero-gra .intro p {
margin-top: 6px;
}
.btn-action{
margin: 8px auto;
}
/*
.box-fix {
      margin-top: 2px;
}
*/
	  
.hero{
    background-image:none;
}

.cartomanti-v2 .table-left, .cartomanti-v2 .table-right {
    padding: 4px 5px 3px 8px;
}
.fl2{
min-width: 106px;
}
.fl2 .codi {
    font-family: 'Nunito' !important;
    font-size: .8rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #b32152 !important;
}

.btt-chat .box-fix, #load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa, #load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa {
    padding: 8px 13px;
    border-radius: 50%;
    width: 60px  !important;
    height: 60px;
margin: 0 auto;
}
.box-fix {
margin-top: 9px;
    margin-right: 10px;
}

#load_cartomanti .btn-action i, #load_cartomanti .btn-action-oc i, #load_allcartomanti .btn-action i, #load_allcartomanti .btn-action-oc i {
    font-size: 41px;
}
#load_cartomanti .btn-action-pa i, #load_allcartomanti .btn-action-pa i {
    font-size: 41px;
    margin: 2px 0px 0 0px;

}
.cartomanti-v2 .btcun .btn-action span {
    visibility: visible;
    display: -webkit-box;
    overflow: hidden;
}
}

.cartomanti-v2 .btcun .btn-action span {
    visibility: visible;
    display: -webkit-box;
    overflow: hidden;
}

@media only screen and (max-width: 420px) {

.cartomanti-v2 .codi, .pd10 .codi, .codi {
    font-family: 'Nunito' !important;
    font-size: .8rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
	color: #b32152 !important;
}

.hero {
    background: none;
	}

	.hero .intro h1, 	.hero .intro h2, .hero-gra .intro h1{
		font-size: 22px;
	}

	.hero .intro h1 span, 	.hero .intro h2 span, .hero-gra  .intro h1 span {
		font-size: 36px;
	}

	.hero .intro p, .hero-gra .intro p  {
		font-size: 14px;
	}
	
#load_status .btn-action, #load_status .btn-action-oc, #load_status .btn-action-pa,
#load_status2 .btn-action-app{
   padding: 0.5rem 0.8rem !important;
   box-shadow: 0 5px 10px;
       border-radius: 7px;
}
#load_status .btn-action i, #load_status .btn-action-oc i, #load_status .btn-action-pa i , #load_status2 .btn-action-app i{
    color: #FFF;
    font-size: 19px;
    margin: 0 0px 0 0px;
	}
#load_status {
    padding-left: 5px !important;
}
#load_status2 {
    padding-left: 15px !important;
}
#load_status .btn-action span, #load_status .btn-action-oc span, #load_status .btn-action-pa span , #load_status2 .btn-action-app span {
    font-size: 18px;
	}
.bgf {
    padding: 0px 15px 5px 15px;
}
}


	
@media only screen and (min-width: 1024px) {


	.main-2 .cta-inner {
		margin: 150px 0 0 0;
		float: none;
		text-align: justify;
	}


}

@media only screen and (min-width: 590px) {

.intro .btcun {
    text-align: left;
}
.intro .btn-action span, .intro .btn-action-app span{
font-size: 24px;
}
.intro .btn-action i, .intro .btn-action-app i {
font-size: 24px;
}
.intro .btn-action {
    padding: 0.5rem 1rem;
    margin-right: 20px;
}
.intro .btn-action-app {
    padding: 0.5rem 1rem;
    margin-right: 0px;
}
}


 
 
 
 @media only screen and (max-height: 750px) and (orientation: landscape) {
.hero, .hero-gra {
padding: 0px;
}
.hero .intro, .hero-gra .intro {
    padding: 11px;
}

.sfcc {
    width: 100%;
}
.section-shape {
display: none;
}
.sfc{
   /* background: rgba(255, 255, 255, 0.6901960784313725); */
	background: rgba(255, 255, 255, 0.93);
box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
    border: transparent;
margin: 0;
border-radius: 0px
}
}

.btt-chat .box-fix, #load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa, #load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa {
    width: 100%;
    box-shadow: none !important;
    margin: 4px 0 !important;
}



body .features  table tbody td, body .features  table tbody td span {
font-family: 'Nunito' !important;

}
body .features  table tbody td {
height: 26pt !important;
}
/* --------------------------------- 
Menù 
--------------------------------------- */
.wrapper{
 margin-top:0px;
}
@media only screen and (max-width: 500px) {
.wrapper{
  margin-top:19px; 
}
}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */
#mmu{
 display:none;
 }
@media only screen and (max-width: 500px) {
#mmu{
  display:block; 
top:0px; 
 }
}

#mmu{
 font-family: 'Varela Round', sans-serif !important;
}
#mmu .header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
background: #b32152 !important;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
	-webkit-box-shadow: 2px 0 6px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0 6px 4px rgba(0,0,0,0.3);
		   box-shadow: 2px 0 6px 4px rgba(0,0,0,0.3);
		       border-bottom: solid 1px #b32152;
		-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	  top: 0px;
}

#mmu .lgo span{
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.50);
	font-family: 'Varela Round', sans-serif !important;
		text-shadow: none;
	
}
#mmu .lgo {
 color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding:18px 20px 0px 0px;
    font-size: 14px;
    display: block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.22);
}
#mmu .lgo a, #mmu .lgo a:active, #mmu .lgo a:hover, #mmu .lgo a:visited {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
	text-decoration:none;
	 color: #fff;
	 font-family: 'Varela Round', sans-serif !important;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
	top:0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(
180deg, #b32152 0%, #222040 100%);
    z-index: 2;
}
#mmu .sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
#mmu .sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	font-family: 'Varela Round', sans-serif !important;
}
#mmu .sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
	font-family: 'Varela Round', sans-serif !important;
}
#mmu .sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
	font-family: 'Varela Round', sans-serif !important;
}
#mmu input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

#mmu input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
#mmu .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 11;
    height: 100%;
    width: 100%;
    top: 22px;
right: 60px;
    height: 22px;
    width: 22px;
	font-family: 'Varela Round', sans-serif !important;
	
}
#mmu .sidebarIconToggle:after {
    content: 'MENÙ';
    display: block;
    font-size: 14px;
	padding-top: 2px;
    color: rgba(255, 255, 255, 0.50);
    padding-left: 27px;
	font-family: 'Varela Round', sans-serif !important;
}
#mmu .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
#mmu .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
#mmu .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
#mmu .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
#mmu input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
#mmu input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
#mmu input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.cartomanti-details h2 a, .cartomanti-details h2 a:hover {
    color: #555555 !important;
}

.cd-form {
    margin: 20px auto !important;
}

body .sc-pag .cd-form input[type=radio], body .cd-form input[type=radio] {
    position: relative !important;
    opacity: 1 !important;
}

.form-nele{
	display: flex;
	justify-content: space-around;
}

.btn-action.bt-chat, .btn-action.bt-chat:hover{
background: #824de1 !important;
border-color: #824de1 !important;
color: #FFFFFF;
}

.bloc-cart-p {
    align-items: center;
    margin: 10px auto 0px;
    display: flex;
justify-content: flex-end;
    /*justify-content: space-evenly; */
    max-width: 100% !important; 
    padding: 0px !important;
}
.bloc-cart-p .btn-action {
    padding: .4rem .235rem;
}
.bloc-cart-p a span, .bloc-cart-p .stacl span, .bloc-cart-p .stacl2 span, .stacl.bg-off span, .stacl2.bg-off span{
  white-space: nowrap !important;  
    
}
.btn-action.bt-video, .btn-action.bt-video:hover {
background-color: #fb9600!important;
    border-color: #efbc70!important;
    color: #FFFFFF;
}

@media only screen and (max-width: 766px) {
.fl {
    min-width: 77px;
    margin-top: 1px;

}
.bloc-cart-p{
margin: 0px auto 0px;
}
}

@media only screen and (max-width: 710px) {
.form-nele{
	display: block;
}
}

@media screen and (max-width: 454px) {
#load_cartomanti .btn-action i, #load_cartomanti .btn-action-oc i, #load_allcartomanti .btn-action i, #load_allcartomanti .btn-action-oc i, #load_cartomanti .btn-action-pa i, #load_allcartomanti .btn-action-pa i {
    font-size: 31px;
}
.btt-chat .box-fix, #load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa, #load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa {
    padding: 7px 9px;
    width: 48px !important;
    height: 48px;
}
    
    
}

@media screen and (max-width: 403px) {
.btt-ch.box-fix {
    margin-top: 1px;
    margin-right: 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
.bloc-cart-p {
align-items: center;
    margin: 0px auto 7px;
    display: flex;
    max-width: 100% !important;
    padding: 0px !important;
    width: 100%;
    justify-content: space-evenly;
}
}

/* 
@media screen and (max-width: 399px) {

	.cta-sub {
		text-align: center;
	}

	.subscribe-form {
		text-align: center;
	}

 .formee input {
	 text-align: center;
   padding: 0 0 0 0;
   border-radius: 5px 0 0 5px;
 }

 .formee .right {
   padding: 0 5px 0 5px;
   border-radius: 0 5px 5px 0;
	 margin-top: 15px;
 }

 .form .sub-form .subscribe-form {
 	text-align: left;
 }


  .form .sub-form .formee input {
 	 text-align: center;
    padding: 0 0 0 0;
    border-radius: 5px 0 0 5px;
  }

  .form .sub-form .formee .right {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
 	 margin-top: 15px;
  }

 .back-to-top {
	right: 10px;
}

	.subscribe-form {
		text-align: center;
	}

 .subscribe-form .mail {
	 text-align: center;
   padding: 0 0 0 0;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
   padding: 0 5px 0 5px;
   border-radius: 0 5px 5px 0;
	 margin-top: 15px;
 }


	#mmu .lgo span {
    display: block;
    font-size: .6rem;
}
.btt-chat .box-fix, #load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa, #load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa {
    padding: 7px 9px;
    width: 48px !important;
    height: 48px;
}
#load_cartomanti .btn-action i, #load_cartomanti .btn-action-oc i, #load_allcartomanti .btn-action i, #load_allcartomanti .btn-action-oc i, #load_cartomanti .btn-action-pa i, #load_allcartomanti .btn-action-pa i {
    font-size: 31px;
}
} */
@media only screen and (max-width: 403px) {
   
 /* da aggiungere a pulsante */
.botto {
    width: auto;
}
#load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa,
#load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa{
       padding: 1px 10px;
border-radius: .125rem;
  width:initial;
    height: initial;
    margin: 0 auto;
}
#load_cartomanti .btn-action i, #load_cartomanti .btn-action-oc i, #load_cartomanti .btn-action-pa i,
#load_allcartomanti .btn-action i, #load_allcartomanti .btn-action-oc i, #load_allcartomanti .btn-action-pa i{
    color: #FFF;
        font-size: initial;
    margin: 10px auto;
    display: inline-block !important;
    visibility: initial;
}
    .box-fix {
    width: 100%;
   /* margin-top: 10px; */
    float: none;
   /* margin-bottom: 8px; */
}	
.btt-chat .box-fix, #load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa, #load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa {
    width: 100% !important;
    box-shadow: none !important;
    margin: 5px 0 0px !important;
}
.cortesia-details .box-fix{
margin-top:0px;
width: 100%;
float:none;
}
.box-fix {
    margin-top: 0px;
}
   .cartomanti-v2 .table-left, .cartomanti-v2 .table-right {
    padding: 10px 20px;
	}
 .cartomanti-v2 .btn-action span, .cartomanti-v2 .btn-action-oc span, .cartomanti-v2 .btn-action-pa span {
    visibility: initial;
	display: inline-block;
	overflow: visible;
}  

}
@media only screen and (max-width: 363px) {
.cartomanti-details, .cortesia-details {
    min-height: 120px;
    width: 100%;
}
}


 @media screen and (max-width: 347px) {
 .box-fix{
 margin-right: 10px;
 }
 
 #load_status .btn-action span, #load_status .btn-action-oc span, #load_status .btn-action-pa span , #load_status2 .btn-action-app span {
    font-size: 14px;
	}
  }
  
 @media screen and (max-width: 329px) {
 
.table-left .cartomanti-details h2, .table-right .cartomanti-details h2 {
    font-size: 14px;
}

 
.fl {
    width: 26%;
	}


.fl2 {
min-width: 76px;
    margin-top: 1px;
}
.box-fix {
    margin-right: 0px;
margin-top: 8px;
}


}  
  
@media screen and (max-width: 320px) { 
     .bloc-cart-p {
    display: block;
} 
}

@media only screen and (max-width: 312px) {
#mmu .lgo span {
    display: none;
}
}

@media screen and (max-width: 305px) {
 
 .cortesia-details .fl {
    height: 44px;
    min-width: 68px;
	width:100%;
    float: none;
    margin-bottom: 0px;
    text-align: center;
}
 
 .cartomanti-v2 .table-left, .cartomanti-v2 .table-right {
    padding: 10px 20px;
	}
 .cartomanti-v2 .btn-action span, .cartomanti-v2 .btn-action-oc span, .cartomanti-v2 .btn-action-pa span {
    visibility: initial;
	display: inline-block;
	overflow: visible;
}
.fl2 {
    width: 60%;
	}
.fl {
    width: 30%;
	}
	

/* da aggiungere a pulsante */
.botto {
    width: auto;
}
#load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa,
#load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa{
       padding: 1px 10px;
border-radius: .125rem;
  width:initial;
    height: initial;
    margin: 0 auto;
}
#load_cartomanti .btn-action i, #load_cartomanti .btn-action-oc i, #load_cartomanti .btn-action-pa i,
#load_allcartomanti .btn-action i, #load_allcartomanti .btn-action-oc i, #load_allcartomanti .btn-action-pa i{
    color: #FFF;
        font-size: initial;
    margin: 10px auto;
    display: inline-block !important;
    visibility: initial;
}

.cartomanti-v2 .table-left, .cartomanti-v2 .table-right {
    padding: 10px 12px;
}

.table-left .cartomanti-details h2, .table-right .cartomanti-details h2 {
    font-size: 19px;
}

.fl {
height: 120px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
height: 100px;
    min-width: 100px;
    float: none;
}
.pd10 {
margin-right: 0px;
border-bottom: 2px solid #eee;
border-right: 0px;
}
.fl2 {
    height: 82px;
    width: 100%;
    float: none;
    margin-bottom: 0px;
    text-align: center;
}

div.icon-all i{
font-size: 23px;
}

.img-c {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-top: 5px;
}

body div.flex-split .fl {
    width: 100% !important;
    min-width: 130px !important;
    height: 126px !important;
}
.box-fix {
    width: 100%;
   /* margin-top: 10px; */
    float: none;
   /* margin-bottom: 8px; */
}	
.btt-chat .box-fix, #load_cartomanti .btn-action-oc, #load_cartomanti .btn-action, #load_cartomanti .btn-action-pa, #load_allcartomanti .btn-action-oc, #load_allcartomanti .btn-action, #load_allcartomanti .btn-action-pa {
    width: 100% !important;
    box-shadow: none !important;
    margin: 5px 0 0px !important;
}
.cortesia-details .box-fix{
margin-top:0px;
width: 100%;
float:none;
}
.box-fix {
    margin-top: 0px;
}
.cartomanti-details, .cortesia-details {
    min-height: 116px;
    width: 100%;
}
.bloc-cart-p {
    display: block;
} 
} 


body .adroll_consent_container {
    position: relative;
    z-index: -1 !important;
    display: none !important;
}
