/*Custom CSS for IAFY modified theme*/

@media (max-width: 1199px) and (min-width:992px)   {
.table-description p {
    padding: 40px 32px;
}

.table-description>.ios-1st-tb-prices    {
    padding: 56px 30px;
}

.table-description>.ios-3rd-tb-prices   {
    padding: 50px 30px;
}

.table-description>.ios-4th-tb-prices   {
    padding: 52px 30px;
}

}

@media (max-width:991px)   {

    .table-description>.ios-1st-tb-prices    {
        padding: 107px 20px;
    }

    .table-description>.ios-3rd-tb-prices   {
        padding: 37px 30px;
    }

}

@media (min-width:1199px)    {

    .table-description>.ios-1st-tb-prices    {
        padding: 95px 20px;
    }

    .table-description>.ios-3rd-tb-prices   {
        padding: 37px 30px;
    }

    .table-description>.ios-4th-tb-prices   {
        padding: 26px 30px;
    }

}

/*Home section*/

@media (max-width: 1199px)   {

    .logo {
        width: 100px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -40px;
    }

    .download-btn   {
        padding-left: 4%;
    }

}

@media (max-width: 991px) {

    .logo {
        width: 100px;
        margin-top: 10px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -40px;
    }

    .navbar-nav.navbar-right:last-child {
    margin-right: -24px;
    }

    header .navbar-default ul.navbar-nav {
        padding-top: 0px;
    }

    .navbar-nav {
    margin: -74.5px 115px;
    }

    header .navbar-default {
    padding-top: 10px;
    }

    header .navbar-default.scrolled ul.navbar-nav {
        padding-top: 0px;
    }

    .download-btn   {
        padding-left: 12%;
    }

}

@media (max-width: 767px) {

    .logo {
    width: 100px;
    margin-top: 0px;
    margin-left: 46px;
    }

    .logo2  {
        width: 100px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .nav > li {
    width: 86px;
    }

    header .navbar-default ul.navbar-nav {
    padding-top: 14px;
    }

    .navbar-nav {
    margin: 10px 0px;
    }

    .navbar-collapse.in {
    overflow-y: hidden;
    overflow-x: hidden;
    }

}

@media (max-width: 641px)   {

    .navbar-collapse {
        max-height: 384px;
        padding-left: 45%;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -25px;
    margin-left: -25px;
    }

}

/*About section*/

section#about .about-item i.fa  {
    padding: 32px;
}

/*Features section*/

.section-heading {
    margin: 60px 0px 30px;
    text-align: center;
}

section#features .filter {
    text-align: center;
    margin-bottom: 40px;
}
.scrollpoint.active {
}
.scrollpoint {
    opacity: 0;
}
.fadeInDown {
    animation-name: fadeInDown;
}
.animated {
    animation-duration: 1.3s;
    animation-fill-mode: both;
}

section#features .filter a {

    border: 2px solid #CCC;
    color: #999;

}
section#features .filter a {

    display: inline-block;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 5em;
    margin: 10px 5px;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out 0s;

}

section#features .filter a.active {
    color: #FFF;
    background: #5D91BB none repeat scroll 0% 0%;
    border-color: #5D91BB;
}

section#features .filter a:hover {
    color: #FFF;
    background: #5D91BB none repeat scroll 0% 0%;
    border-color: #5D91BB;
}

/*Web Interface section*/

section#interface .platforms .btn {
    margin-right: 10px;
    margin-bottom: 20px;
}

section#interface .platforms {
  margin: 5px auto 20px auto;
  text-align: center;
}

/*FAQ section*/

section#faq {
    background: transparent url("../img/eco/bk-eco-ga.png") repeat scroll 0% 0%;
    padding: 70px 0px;
    position: relative;
    display: block;
    box-sizing: border-box;
}

section#faq .platforms .btn {
    margin-right: 10px;
    margin-bottom: 20px;
}

section#faq .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}

/*Download app section*/

.container-fluid    {
    margin-bottom: -120px;
}

/*Prices section*/

/*.table-price h5 {
    font-size: 50px;
}*/

@media (min-width: 768px){
    .table-price h5 span {
        left: 8%;
    }
}

.table-description>.iafy-premium-year   {
    margin-bottom: 6px;
}

.single-table h3  {
    font-size: 18px;
}

.table-price h5 {
    font-size: 40px;
}

.iafy-premium-year  {
    margin: -6px;
}

/*Full screen contatcs form*/

@media (min-width: 768px){
    .col-md-8-mod {
        left: 16%;
    }
}

button.bordered {
	 border: 1px solid;
	 padding: 4px 10px 6px;
	 border-radius: 50%;
}
/* Form Styling */
.dataCollector
{
	text-align: center;
}

.dataCollector input[type="text"],
.dataCollector input[type="email"],
.dataCollector input[type="number"],
.dataCollector textarea {
	display: inline-block;
	width: 60%;
	margin: 5px;
	color: #888;
}

.dataCollector input:focus {
	color: black;
	font-weight: 500;
}

.dataCollector .submit {
	display: inline-block;
	margin-top: 1.5em;
}


.dataCollector .myError {
	visibility: hidden;
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.bigger {
	font-size: 1.5em;
	color: #FF640F;
}

.subsection {
	text-align: center;
}

.subsection .divider::after {
 	background: #FF640F;
 	content: "";
	position: relative;
	height: 4px;
	width: 60px;
	display: block;
	text-align: center;
	margin: 13px auto;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}

.subsection.inverse .divider::after {
    background: #ffffff;
}

section#comefunziona #myContent {
	width: 100%;
	height: 30%;
	margin-bottom: 3em;
	text-align: center;
	color: #999;
}

section#comefunziona #imgContent {
	width: 40%;
	margin: auto;
	margin-bottom: 2em;
	display: block;

}

section#comefunziona .infoBox {
	vertical-align: text-top;
	display: inline-block;
	width: 18%;
	text-align: left;
	padding: 1%;
	padding-top: 20px;
	border-left: 4px dotted #999;
}

section#comefunziona .infoBox:first-child {
	border: 0px;
}

section#comefunziona .infoBox h2 {
	text-align: center;
	color: #D9390F;
	color: #FF640F;
}


@media all and (max-width: 800px) {
	section#comefunziona .infoBox {
		width: 80%;
		display: block;
		border: 0;
		border-top: 2px dotted white !important;
		margin: auto;
		min-height: 0px;
		padding-bottom: 20px;
		font-size: 1.5em;

	}

	section#comefunziona .infoBox:first-child {
		border: 0px;
	}
}


section#video {
	background: #f6f6f6;
}


section#integrazione {
	background: linear-gradient(-45deg, #FBBF00 0%, #D9390F 100%);
}

section#screens {
	background: #FFF;
}

section#commenti {
	background: #f6f6f6;
	padding-bottom: 50px;
}

section#support {
	background: linear-gradient(-45deg, #FBBF00 0%, #D9390F 100%);
}

.form-group .form-control {
	color: #555;
	border: 1px solid #555;
}

.avatar-image, .avatar-text {
	display: inline-block;
	text-align: center;
}

.review-person {
	text-align: center;
	margin-bottom: 20px;
}

.review-comment {

	background: white;
	padding: 20px;
	padding-top: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
	
}

.review-comment:after {

	border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    border-top-color: white;
	border-width: 30px;
	margin-top: 10px;
}

#integration-image {
	
	margin-top: 50px;
	margin-bottom: 50px;
}

#integration-table {
	margin-top: 20px;
	margin-bottom: 20px;
}

#integration-table table, #integration-table th, #integration-table td {
	
	border: 1px solid white;
	color: white;
	text-align: center;
	padding: 5px;
	empty-cells: show;
	
	font-weight: bolder;
}





