@media screen and (max-width:780px){
	.contactbtn{
		display: none;
	}
}

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

	.contactbtn {
		display: inline-block;
		float: right;
		text-decoration: none;
		background-color: #08aba6;
		border: 2px solid #08aba6;
		font-size: 13px;

		padding: 0 10px;
		border-radius: 18px;
		font-weight: 500;
		margin: -3px 0 0 10px

	}

	.contactbtn a {
		color: #fff;
	}

	.contactbtn a:hover {
		color: #ffa500;
	}

}

.solutions_title{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
	color: rgb(68, 63, 63);

	
}
.solutions_box{
	
}

.solutions_box .icon{
	text-align: center;
	width: 300px;
	height: 200px;
	line-height: 200px;
	margin: 0 auto 10px ;

}
/*.solutions_box .icon{*/
	/*text-align: center;*/
	/*width: 150px;*/
	/*height: 150px;*/
	/*line-height: 150px;*/
	/*margin: 0 auto 10px ;*/
	/*border-radius: 50%;*/
	/*border:#ccc 3px solid;	*/
/*}*/

.solutions_box .button{
	padding: 10px 10px;
	color: #999;
	font-size: 0.8755em;
	border: 2px solid #ccc;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	width:150px;
	margin:0 auto;
	text-align: center;
	font-size:16px
}

.solutions_box .title{
	text-align:center;
	font-size: 1.6em;
	font-weight: 400;
}

.contact{
	background:#eff0f4;
	padding-top:10px
}

.contact h3{
	text-align: center;
	margin:15px 0
}

/*---start-footer---*/
.bottom-footer{
	background: #ffffff;
}
.bottom-footer-left{
	text-align: center;
}
.bottom-footer-left p{
	font-size: 1em;
	color: #777;
	margin-top: 1.5em;
}
.bottom-footer-left p span{
	font-size: 1em;
	color: #333;
	margin-top: 1.5em;
}
.bottom-footer-left p a{
	color:#49CBCD;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
} 
.bottom-footer-left p a:hover{
	color:#2A80B9;
}
.bottom-social-icons li a {
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
}
.bottom-footer {
	padding: 30px 0;
}
.bottom-social-icons li{
	display: inline-block;
	margin: 0.5em 0.2em;
}
.bottom-twitter {
	background: url(../images/top-social-icons.png) no-repeat 12px -20px #D2D2D1;
}
.bottom-twitter:hover {
	background: url(../images/top-social-icons.png) no-repeat 12px 12px #D2D2D1;
}
.bottom-facebook{
	background: url(../images/top-social-icons.png) no-repeat -31px -21px #D2D2D1;
}
.bottom-facebook:hover{
	background: url(../images/top-social-icons.png) no-repeat -31px 10px #D2D2D1;
}
.bottom-pin{
	background: url(../images/top-social-icons.png) no-repeat -75px -20px #D2D2D1;
}
.bottom-pin:hover{
	background: url(../images/top-social-icons.png) no-repeat -75px 12px #D2D2D1;
}
.bottom-google{
	background:url(../images/top-social-icons.png) no-repeat -115px -21px #D2D2D1;
}
.bottom-google:hover{
	background:url(../images/top-social-icons.png) no-repeat -115px 11px #D2D2D1;
}
.bottom-social-icons {
	width:230px;
	margin: 0 auto;
}
/*---End-footer----*/





.m_top5{
	margin-top:5px
}
.m_bottom5{
	margin-bottom:5px
}
.m_top10{
	margin-top:10px
}
.m_bottom10{
	margin-bottom:10px
}
.m_top20{
	margin-top:20px
}
.m_bottom20{
	margin-bottom:20px
}
.m_top20{
	margin-top:30px
}
.m_bottom20{
	margin-bottom:30px
}
.m_top50{
	margin-top:50px
}
.m_bottom50{
	margin-bottom:50px
}

.product-item{
	border: #eeeeee 1px solid;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	margin:10px 0
}
.product-item:hover {
	background:  #1dacd3;
}
.product-item img {
	width: 90%;
	cursor: pointer;
	border: #eeeeee 1px solid;
}

.product-item h4 {
	color: #333;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0.8em 0 0.2em 0;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.panel-heading {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	padding: 15px;
	text-transform: uppercase;
	color: #535351;
	font-size: 14px;
	font-weight: bold;
}

.main-table {
	background: #FFF;
	font-size: 13px;
	border-top: 1px solid #e1e6eb;
	margin-top: 8px;
	border: 1px solid #e1e6eb;
}

table {
	width: 100%;
	max-width: 100%;
	/* margin-bottom: 20px; */
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}