/* CSS Document */
body {
	padding-top: 55px;
}
#page-header {
	padding-top: 120px;
    background: linear-gradient(135deg, #35b8b0 0%,#1c799d 100%);
}
#header-text {
	color: #fff;
}
#header-img > img {
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
}
section {
	padding: 40px 0;
	position: relative;
}
h3.section-title {
	margin-bottom: 30px;
	font-weight: 400;
}
#features i {
	    background: #f9f9f9;
        width: 124px;
    border-radius: 50%;
    height: 124px;
    line-height: 124px;
    border-radius: 50%;
}
#features h5 {
	color: #1b99b9;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}
#screenshots {
	padding-top: 50px;
}
#screenshots h2 {
	font-weight: 400;
}
#screenshots .row {
	margin-bottom: 80px;
}
#screenshots img {
	    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
}
#page-footer {
    padding: 15px 0 10px;
    font-size: 12px;
}



.btnItem:hover {
	border: 2px solid #fff !important
}

button:hover {
	outline: 2px solid #fff;
    outline-offset: -2px;
				
}

.select:hover{
	outline: 2px solid #fff;
    outline-offset: -2px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.btnItem{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 calc(12.5% - 10px);
	        flex: 1 0 calc(12.5% - 10px); margin: 1%; max-width: 12.5%; padding: 0; border: 0; background: none;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.btnItem{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 calc(12.5% - 10px);
	        flex: 1 0 calc(12.5% - 10px); margin: 1%; max-width: 12.5%; padding: 0; border: 0; background: none;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
		.btnItem{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 calc(12.5% - 10px);
	        flex: 1 0 calc(12.5% - 10px); margin: 1%; max-width: 12.5%; padding: 0; border: 0; background: none;
}
}