/*header,
.coverer{
	max-width: 1200px;
	overflow:hidden;
	padding: 0 20px;
}
.coverer{
	margin:auto;
}
.mySlideshow .animated{
	position:absolute;
}*/
.first{
	background: url(/images/background/slide_first_hand-phone.jpg) no-repeat scroll top center;
	 /*-webkit-background-size: 100% 100%;
	  -moz-background-size: 100% 100%;
	  -o-background-size: 100% 100%;*/
	  background-size: cover;
}

/*.first a,
.first img{
	display:block;
}*/
/*.first a{
	top:80px;
	left:39%;
	margin-left:-165px;
}*/
.second{
	background: url(/images/background/slide_real-estate.jpg) no-repeat scroll top center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.second img{
	top: 160px;
	right: 19%;
}
.third{
	background: url(/images/background/slide_personal-safety.jpg) no-repeat scroll top center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.third img{
	top:100px;
	left: 23%;
}
.fourth{
	background: url(/images/background/slide_parents-children.jpg) no-repeat scroll top center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.fourth img{
	top:320px;
	right:8%;
}
.fifth{
	background: url(/images/background/slide_elderly-medical.jpg) no-repeat scroll top center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.fifth img{
	top:120px;
	left:21%;
}
.sixth{
	background: url(/images/background/slide_enterprise.jpg) no-repeat scroll top center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
/* Landscape View for 360 to 640*/
@media only screen and (min-width : 375px) and (max-width: 667px) {.edslider > ul{height: 340px !important;}}
@media only screen and (min-width : 360px) and (max-width: 640px) {
.first, .second, .third, .fourth, .fifth, .sixth {background-size: 100% auto;}
 /*#promo .social {display: none;}*/
.edslider > ul{height: 287px  !important;}
 /*.paginator {display: none !important;}*/
}
@media screen and (max-width: 640px) {
	.edslider > ul{height: 480px !important;}
}
/*Landscpae view for 320 to 480*/
@media only screen and (min-width : 321px)  and (max-width: 639px) {
	/*.edslider > ul{height: 340px !important;}*/
	.edslider > ul{height: 360px !important;}
}
/* Potrait View*/
@media screen and (max-width: 360px) {
.first, .second, .third, .fourth, .fifth, .sixth {background-size: 100% auto;}
 /*#promo .social {display: none;}*/
/*.edslider > ul{height: 185px !important;}*/
/*.paginator {display: none !important;}*/
}

/* Potrait View*/
@media screen and (min-width: 641px) and (max-width: 667px) {
	.edslider > ul{height: 570px !important;}
}
@media screen and (min-width: 376px) and (max-width: 480px) {
	.edslider > ul{height: 375px !important;}
}
@media screen and (min-width: 361px) and (max-width: 374px) {
	.edslider > ul{height: 375px !important;}
}
@media screen and (max-width: 320px) {
	/*.edslider > ul{height: 340px !important;}*/
	.edslider > ul{height: 360px !important;}
}

table{
	background: #272727;
	border-collapse:collapse;
	width: 100%;
}
table tbody tr:nth-child(odd){
	background-color: #222;
}
table td,
table th{
	padding:10px;
	text-align:left;
}
table th,
.link{
	color:#FD6403;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.icon{
	vertical-align: middle;
	margin-right: 5px;
}

.reset-home-background {	
	background: url(/images/background/slide_first_hand-phone.jpg) no-repeat scroll top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    width: 100%;
    height: calc(100% - 50px);
    margin-top: 50px;
}