body {
	margin: 0!important;
	padding: 0!important;
	/*font-family: 'Ubuntu-C' !important*/
}
@font-face {
	font-family: 'Ubuntu-C';
	src: url(../fonts/Ubuntu-C.eot);
	src: local('Ubuntu-C Regular'), local(Ubuntu-C), url(../fonts/Ubuntu-C.ttf) format("truetype")
}
.top {
	border-bottom: 1px solid #999;
}
#single-product-bar.is-fixed {
	background: none repeat scroll 0 0 rgba(255,255,255,0.95);
	box-shadow: 0 1px 14px #888;
	left: 0;
	position: fixed!important;
	top: 0;
	width: 100%;
	z-index: 10
}
/*===============socail icons===============*/

@font-face {
	font-family: 'si';
	src: url(../fonts/socicon.eot);
	src: url(../fonts/socicon.eot?#iefix) format("embedded-opentype"), url(../fonts/socicon.woff) format("woff"), url(../fonts/socicon.ttf) format("truetype"), url(../fonts/socicon.svg#icomoonregular) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: si;
	src: url(PATH_TO/socicon.svg) format("svg")
}
.soc {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none
}
.soc li {
	display: inline-block;
 *display:inline;
	zoom: 0
}
.soc li a {
	font-family: si!important;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	width: 18px;
	height: 20px;
	line-height: 24px;
	font-size: 13px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: 6px;
	color: #5e5e5e;
	background-color: none;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out
}
.soc li a:hover {
	font-size: 14px;
	color: #dd2121;
	background-color: none;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
.soc-icon-last {
	margin: 0!important
}
.soc-twitter {
	background-color: inherit;
	color: #5e5e5e
}
.soc-twitter:before {
	content: 'a'
}
.soc-facebook {
	background-color: inherit;
	color: #5e5e5e
}
.soc-facebook:before {
	content: 'b'
}
.soc-google {
	background-color: inherit;
	color: #5e5e5e
}
.soc-google:before {
	content: 'c'
}
.soc-pinterest {
	background-color: inherit;
	color: #5e5e5e
}
.soc-pinterest:before {
	content: 'd'
}
.soc-linkedin {
	background-color: inherit;
	color: #5e5e5e
}
.soc-linkedin:before {
	content: 'j'
}
.soc-rss {
	background-color: inherit;
	color: #5e5e5e
}
.soc-rss:before {
	content: ','
}

.soc-you {
	background-color: inherit;
	color: #5e5e5e
}
.soc-you:before {
	content: 'r'
}

/*===============end socail icons===============*/



.log a {
	text-decoration: none;
	font-size: 13px;
	color: #666;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 13px 7px
}
.log a:hover {
	text-decoration: none;
	font-size: 13px;
	color: #dd2121;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 13px 8px
}
.testimonial {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	height: auto;
	min-height: 138px
}
.mid-bg3 {
	background: #222
}
.mid-bg {
	background: #e9e9e9;
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 0
}
.mid-bg2 {
	background: #dd2121;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: 0
}
.mid-bg-4 {
	background: #222;
	text-align: center;
	font-size: 12px;
	padding: 3px 0;
	color: #fff
}
.img-pad {
	padding-top: 20px;
	padding-bottom: 20px
}
.view {
	text-align: right;
	padding-bottom: 10px
}
.view a {
	text-align: right;
	text-decoration: none;
	color: #444;
	font-size: 12px
}
.rht-footer-bg {
	background: #333;
	padding: 3px 0 8px
}
.rht-foot-head {
	font-size: 22px;
	color: #fff;
	padding: 10px 0 5px
}
.rht-foot-head2 a {
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	line-height: 28px
}
.rht-foot-head2 a:hover {
	color: #999;
	font-size: 14px;
	text-decoration: none
}
.form-control123 {
	margin: 1em 8em 1em 0;
	display: block;
	width: 91%;
	float: right;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dd2121;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.rht-text {
	font-size: 32px;
	color: #444;
	text-align: center;
	line-height: 60px;
	padding: 2em 0 .25em
}
.rht-text2 {
	font-size: 32px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	padding: 2em 0 .25em
}
.img-area {
	margin: 10px auto
}
.img-area1 {
	width: 100%;
	padding: 25px 0 0;
	height: auto;
	min-height: 174px
}
.img-area2 {
	font-size: 21px;
	padding-bottom: 105px;
	color: #444;
	text-align: center
}
.img-area2 a {
	font-size: 21px;
	color: #444;
	text-align: center;
	text-decoration: none;
}
.img-area2 a:hover {
	font-size: 21px;
	color: #f00;
	text-align: center;
	text-decoration: none;
}
.mid-imag {
	border-radius: 100%;
	border: 2px solid #fff;
	margin: 10px auto
}
.mid-text {
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
	padding-top: 80px
}
.mid-text2 {
	color: #fff;
	font-size: 18px;
	margin-top: 5px
}
.carousel-caption {
	z-index: 0!important;
	bottom: 200px!important
}
.border {
	border-right: 1px solid #fff
}

.logo:hover {
	cursor: pointer
}
.img-2 {
	margin-top: 10px;
	margin-bottom: 10PX;
	text-align: center;
	cursor: pointer
}
.pri-img {
	padding-top: 25px;
	font-size: 14px;
	line-height: 24px;
	color: #444;
	text-align: justify
}
.nav-tabs>li>a {
	color: #dd2121!important
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #444!important
}
.text {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #444;
	height: auto;
	min-height: 30px
}
.imd-web {
	height: 130px
}
.left-1 {
	background: #dd2121;
	margin-top: 15px;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase
}
.bod {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px
}
.inner {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0
}
.inner a {
	text-decoration: none;
	color: #444;
	font-size: 14px;
	padding: 10px 15px
}
.inner a:hover {
	text-decoration: none;
	color: #dd2121;
	font-size: 14px
}
.right-head {
	font-size: 22px;
	color: #dd2121;
	padding: 15px 0
}
.column {
	margin: 20px 0 0;
	padding: 0
}
.column:last-child {
	padding-bottom: 60px
}
.column::after {
	content: '';
	clear: both;
	display: block
}
.column div {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	margin: 30px 0 0;
	padding: 0
}
.column div:first-child {
	margin-left: 0
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0
}
figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden
}
figure:hover+span {
	bottom: -36px;
	opacity: 1
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

@media screen and (max-width: 52.75em) {
.cbp-hrmenu {
	font-size: 80%
}
.cbp-hrmenu > ul {
	width: 80%!important
}
.form-control123 {
	margin: 0 2em 1em 0;
	display: block;
	width: 91%
}
.carousel-caption {
	bottom: 40px!important
}
.mid-text {
	padding-top: 30px
}
.testimonial {
	font-size: 13px!important;
	font-weight: 400;
	width: 100%!important;
	line-height: 22px!important
}
}

@media screen and (max-width: 43em) {
.pro-button {
    background: #fff;
    color: #468fba;
    border-radius: 15px;
    padding: 5px 9px;
    font-size: 16px;
    border: 1px solid #468fba;
    display: block;
    text-align: center;
    line-height: 35px;
    margin-bottom: 10px;
}

.pro-head{font-size:22px !important;}
.h1, h1 {
	font-size: 20px!important
}
select {
	height: 30px!important;
	font-size: 8px!important
}
label:after {
	top: 10px!important
}
.btn-danger {
	height: 33px!important
}
.border {
	border-right: none
}
.mid-text {
	padding-top: 20px;
	text-align: center
}
.mid-text2 {
	text-align: center
}
.carousel-caption {
	bottom: 10px!important
}
}

@media screen and (min-width: 768px) {
.carousel-caption {
	padding-bottom: 0!important
}
}
/* Main carousel style */
.carousel {
	width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators {
	bottom: 0;
	left: 0;
	margin-left: 5px;
	width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
	border: medium none;
	border-radius: 0;
	float: left;
	height: 54px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 5px !important;
	margin-top: 0;
	width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
	border: 2px solid #FFFFFF;
	float: left;
	height: 54px;
	left: 0;
	width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
	border: 2px solid #428BCA;
	opacity: 0.7;
}
.parentimage {
	width: 100%;
	height: 230px !important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	cursor: pointer;
	border: 1px solid #ccc;
}
.parentimage:hover {
	position: relative;
	z-index: 999999;
	-moz-transform: scale(1.7);
	-webkit-transform: scale(1.7);
	-o-transform: scale(1.7);
	-ms-transform: scale(1.7);
	transform: scale(1.7);
	cursor: pointer;
	border: 1px solid #e4102e;
}
.left-server {
	background: #dd2121;
	margin-top: 10px;
	padding: 10px 15px;
	color: #fff;
}
.rht-input {
	width: 23% !important;
	float: left !important;
	margin-right: 3%;
}
.rht-input2 {
	width: 22% !important;
	float: left !important;
}
.rht-bg {
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 25px;
}
.rht-bg a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,7db9e8+0,7db9e8+0,2989d8+50,207cca+51,1e5799+100,1e5799+100 */
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #7db9e8 0%, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7db9e8 0%, #7db9e8 0%, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%, #1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7db9e8 0%, #7db9e8 0%, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%, #1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0 ); /* IE6-9 */
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 25px;
	padding: 10px 25px;
	text-decoration: none;
}
.rht-bg a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,1e5799+0,207cca+46,207cca+46,2989d8+46,7db9e8+99,7db9e8+99,7db9e8+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #1e5799 0%, #207cca 46%, #207cca 46%, #2989d8 46%, #7db9e8 99%, #7db9e8 99%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%, #1e5799 0%, #207cca 46%, #207cca 46%, #2989d8 46%, #7db9e8 99%, #7db9e8 99%, #7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%, #1e5799 0%, #207cca 46%, #207cca 46%, #2989d8 46%, #7db9e8 99%, #7db9e8 99%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	padding: 10px 25px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 25px;
}
.rht-button12 {
	text-align: center;
	margin: 20px auto;
	color: #fff;
	padding: 10px 0px 23px 0px;
}
.rht-button12 a {
	text-decoration: none;
	text-align: center;
	border: 2px solid #fff;
	padding: 10px 15px;
	background: #e4012f;
	color: #fff;
}
.rht-button12 a:hover {
	text-decoration: none;
	text-align: center;
	border: 2px solid #fff;
	padding: 10px 15px;
	background: #1e283a;
	color: #fff;
	transition-duration: 1.5s;
}
.rht-bottom {
	border-bottom: 1px dotted #333;
	padding: 15px 0px 5px 0px;
	line-height: 23px;
}
.rht-pro-text2 {
	font-size: 14px;
	line-height: 25px;
	height: auto;
	color: #000;
	padding: 15px 0px;
	text-align: justify;
}
.rht-head-12 {
	font-size: 14px;
	color: #444;
	text-align: left;
}
.rht-padd-2 {
	padding: 10px 0px;
}
.btn-danger12 {
	color: #fff;
	background-color: #dd2121;
	border-color: #d43f3a;
	width: 100%;
	height: 63px;/* border-top-right-radius: 30px; *//* border-bottom-right-radius: 30px; */
}
.rht-pro-text {
	font-size: 14px;
	line-height: 25px;
	height: auto;
	color: #000;
	text-align: justify;
}
.rht-contact {
	background: #dd2121;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 30px 0px 20px 0px;
	padding: 8px 0px;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.account-wall {
	margin-top: 20px;
	padding: 40px 0px 20px 0px;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	display: block;
}
.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.need-help {
	margin-top: 10px;
}
.new-account {
	display: block;
	margin-top: 10px;
}
.shape {
	width: 100%;
	height: 205px;
	position: relative;
}
.shape .overlay {
	display: block;
	width: 100%;
	height: 205px;
	position: absolute;
	top: -5px;
	left: -5px;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.6s;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.6s;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 0.6s;
	z-index: 500;
	/* allow user to actually perform actions underneath this layer */
	pointer-events: none;
	background-repeat: no-repeat;
	outline: 0;
}
/* different shapes */
.shape .overlay.round {
}
.shape .overlay.hexagon {
}
.shape .overlay.pentagon {
}
/* hover effect */
.shape:hover .overlay {
	-webkit-transform: scale(1.07, 1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1.07, 1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
}
.shape:hover .bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display: block;
}
.shape:hover .details {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 450;
	display: block;
}
/* content styles */
.shape .bg, .shape .details {
	position: absolute;
	width: 100%;
	height: 205px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
}
.shape .bg {
	background: #000000;
}
.shape .details span.heading {
	font-family: 'Roboto Condensed', serif;
	font-size: 30px;
	display: block;
	margin-top: 70px;
	color: #fff;
	text-decoration: none;
}
.shape .details p {
	font-family: 'Abel', sans-serif;
	color: #fff;
	width: 70%;
	font-size: 14px;
	margin: 0 auto;
}
.shape a.button {
	padding: 5px 15px;
	font-family: 'Abel', sans-serif;
	font-size: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background: #2f3644;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 50px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}
.shape a.button:hover {
	background: #fff;
	color: #2f3644;
}
.bg123 {
	background: url(../images/registration-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pro-head {
	color: #468fba; font-size:32px;
}
.pro-txt {
	color: #7e7e7e;
	line-height: 28px;
	text-align: justify;
}
.pro-button {
	background: #fff;
	color: #468fba;
	border-radius: 15px;
	padding: 5px 15px;
	font-size: 16px;
	border: 1px solid #468fba;
}
.pro-button:hover {
	background: #468fba;
	color: #fff;
	border-radius: 15px;
	padding: 5px 15px;
	font-size: 16px;
	border: 1px solid #26658B;
}
.paging-nav {
	text-align: right;
	padding-top: 2px;
}
.paging-nav a {
	margin: auto 1px;
	text-decoration: none;
	display: inline-block;
	padding: 1px 7px;
	background: #91b9e6;
	color: white;
	border-radius: 3px;
}
.paging-nav .selected-page {
	background: #187ed5;
	font-weight: bold;
}
.paging-nav, #tableData {
	width: 100%;
	margin: 0 auto;
}
.banner-app {
	border-radius: 15px;
}
.banner-app::before {
	top: 0.3%;
}
.banner-app::after {
	bottom: -1.7%;
}
.banner-app > .app-container {
	margin: 3%;
	position: relative;
	overflow: hidden;
	float: none;
	width: auto;
}
.banner-app > .app-container .app-cover {
	background: #FFF;
	position: absolute;
	width: 100%;
	top: 2%;
	left: 0;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.banner-app > .app-container .app-cover::before {
	content: 'Click to view';
	position: absolute;
	background: #E92B24;
	color: #FFF;
	top: 50%;
	padding: 2px 15px;
	-webkit-transform: rotate(-90deg) translate(-50%);
	-moz-transform: rotate(-90deg) translate(-50%);
	-ms-transform: rotate(-90deg) translate(-50%);
	-o-transform: rotate(-90deg) translate(-50%);
	transform: rotate(-90deg) translate(-50%);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	left: 0;
}
.banner-app > .app-container .app-text {
	position: absolute;
	z-index: 1;
	width: 100%;
}

@media (min-width: 768px) {
.banner-app > .app-container .app-text {
	width: 50%;
}
}

@media (min-width: 1024px) {
.banner-app > .app-container .app-text {
	width: 33%;
}
}
.banner-app > .app-container .app-text .btn {
	position: static;
	bottom: auto;
	left: auto;
}
.banner-app > .app-container img {
	width: 100%;
	border-radius: 7px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.banner-app > .app-container.is-show .app-cover {
	left: 100%;
}

@media (min-width: 768px) {
.banner-app > .app-container.is-show .app-cover {
	left: 50%;
}
}

@media (min-width: 1024px) {
.banner-app > .app-container.is-show .app-cover {
	left: 33%;
}
}
.banner-app > .app-container.is-show .app-cover::before {
	content: 'Click to close';
}
.banner-app > .app-container.is-show .app-cover img {
	border-radius: 0;
}
.banner-app > .app-container.is-show .app-text {
	position: relative;
}

@media (min-width: 480px) {
.banner-app > .app-container {
	margin: 1% 2%;
}
}

@media (min-width: 768px) {
.banner-app > .app-container {
	margin: .5% 1%;
}
}

@media (min-width: 1024px) {
.banner-app {
	border-radius: 25px;
}
}
.hoverImages {
    margin: 20px;
    padding: 3px;
    outline: 2px solid #DDD;
    border: #a1a1a1;
    float: left;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}
.shadow_1 {
    -webkit-box-shadow: 1px 5px 11px 0px rgba(46, 48, 50, 0.48);
    -moz-box-shadow: 1px 5px 11px 0px rgba(46, 48, 50, 0.48);
    box-shadow: 1px 5px 11px 0px rgba(46, 48, 50, 0.48);
}