.nivo-lightbox-theme-app5.nivo-lightbox-overlay
{
	background: rgba(255,255,255,.8)
}
.nivo-lightbox-theme-app5 .nivo-lightbox-content.nivo-lightbox-loading
{
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	font-family: Ionicons;
	content: "\f29a"
}
.nivo-lightbox-theme-app5 .nivo-lightbox-close, .nivo-lightbox-theme-app5 .nivo-lightbox-nav
{
	font-family: Ionicons;
	opacity: .5;
	text-decoration: none;
	color: transparent;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
#main-navigation li a, .main-header h1
{
	font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.nivo-lightbox-theme-app5 .nivo-lightbox-close:hover, .nivo-lightbox-theme-app5 .nivo-lightbox-nav:hover
{
	opacity: 1
}
.nivo-lightbox-theme-app5 .nivo-lightbox-close:before, .nivo-lightbox-theme-app5 .nivo-lightbox-nav:before
{
	position: absolute;
	color: #23475b
}
.nivo-lightbox-theme-app5 .nivo-lightbox-nav
{
	top: 10%;
	width: 8%;
	height: 80%;
	display: block
}
.nivo-lightbox-theme-app5 .nivo-lightbox-nav:before
{
	top: calc(50% - 16px);
	left: calc(50% - 8px);
	font-size: 1.8em
}
.nivo-lightbox-theme-app5 .nivo-lightbox-prev:before
{
	content: "\f124"
}
.nivo-lightbox-theme-app5 .nivo-lightbox-next:before
{
	content: "\f125"
}
.nivo-lightbox-theme-app5 .nivo-lightbox-close
{
	display: block;
	padding: 5px;
	font-size: 2em
}
.nivo-lightbox-theme-app5 .nivo-lightbox-close:before
{
	right: 0;
	content: "\f129"
}
.nivo-lightbox-theme-app5 .nivo-lightbox-title-wrap
{
	bottom: -7%
}
.nivo-lightbox-theme-app5 .nivo-lightbox-title
{
	font-style: normal;
	font-weight: 400;
	background: #23475b;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px
}
.main-header h1, .widget .widget-text h4
{
	font-weight: 700
}
.nivo-lightbox-theme-app5 .nivo-lightbox-image img
{
	border: 3px solid #fff;
	box-shadow: 0 0 15px 3px rgba(35,71,91,.4)
}
.nivo-lightbox-theme-app5 .nivo-lightbox-ajax, .nivo-lightbox-theme-app5 .nivo-lightbox-inline
{
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.4)
}
.screenshots .slides img, .screenshots .android img
{
	padding: 15px;
	border: 1px solid #bfbbc2;
	width: 98%;
	margin: 2rem auto;
	height: auto;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	box-shadow: 0 30px 30px -30px #000
}
.screenshots.carousel .slides img:hover, .screenshots.carousel .android img:hover
{
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-filter: none;
	filter: none;
	z-index: 20
}
.screenshots.descriptive .slides.vertical-screen, .screenshots.descriptive .android.vertical-screen
{
	padding: 20px 40px
}
.screenshots.descriptive .slides.vertical-screen img, .screenshots.descriptive .android.vertical-screen img
{
	padding: 2em
}

@media (max-width:767px)
{
	.screenshots .slides img, .screenshots .android img
	{
		width: 80%
	}
	.screenshots.descriptive .slides.vertical-screen img, .screenshots.descriptive .android.vertical-screen img 
	{
		max-width: 50%
	}
}

@media (max-width:480px)
{
	.screenshots.descriptive .slides.vertical-screen img, .screenshots.descriptive .android.vertical-screen img
	{
		max-width: 80%
	}
}
.screenshots.descriptive .slides.horizontal-screen img, .screenshots.descriptive .android.horizontal-screen img
{
	max-height: 150px
}
.screenshots.descriptive .slides-description, .screenshots.descriptive .android-description
{
	margin: 2rem auto
}

@media (max-width:767px)
{
	.screenshots.descriptive .slides-description, .screenshots.descriptive .android-description
	{
		margin-top: 30px
	}
}
.screenshots.descriptive h4
{
	font-weight: 700;
	font-size: 24px
}
.screenshots.descriptive .owl-theme .owl-controls .owl-buttons div.owl-prev
{
	left: 0
}
.screenshots.descriptive .owl-theme .owl-controls .owl-buttons div.owl-next
{
	right: 0
}
.owl-carousel .owl-item
{
	float: left;
}
.owl-carousel .owl-item
{
	float: left;
	margin-right: 42px;
}
.nav-tabs
{
	border-bottom: 2px solid #DDD
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
	border-width: 0
}
.nav-tabs>li>a
{
	border: none;
	color: #666
}
.nav-tabs>li.active>a, .nav-tabs>li>a:hover
{
	border: none;
	color: #4285F4!important;
	background: 0 0
}
.nav-tabs>li>a::after
{
	content: "";
	background: #4285F4;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	-webkit-transition: all 250ms ease 0s;
	transition: all 250ms ease 0s;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.nav-tabs>li.active>a::after, .nav-tabs>li:hover>a::after
{
	-webkit-transform: scale(1);
	transform: scale(1)
}
.tab-nav>li>a::after
{
	background: #21527d;
	color: #fff
}
.tab-pane
{
	padding: 15px 0
}
