
/* GLOBAL */

.theme-custom {
	position: relative;
	margin: 0 auto 60px;
}
.theme-custom .nivoSlider {
	position: relative;
	z-index: 0;
	background: #fff url('../gif/loading-3.gif') 50% 50% no-repeat;
}
.theme-custom .nivoSlider img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.theme-custom .nivoSlider a {
	display: block;
	border: 0;
}

/* BULLET NAVIGATION */

.theme-custom .nivo-controlNav {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 0;
}
.theme-custom .nivo-controlNav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 7px;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
	background-color: #fff;
	font-size: 0;
}
.theme-custom .nivo-controlNav a.active {
	background-color: #4ab2f1;
}

/* DIRECTIONAL NAVIGATION */

.theme-custom .nivo-directionNav a {
	display: block;
	width: 40px;
	height: 60px;
	border:0;
	background: rgba(255,255,255,0.8) url('../png/arrows-2.png') no-repeat;
	font-size: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-custom a.nivo-prevNav {
	left: 0;
	background-position: left center;
}
.theme-custom a.nivo-nextNav {
	right: 0;
	background-position: right center;
}
.theme-custom:hover .nivo-directionNav a {
	opacity: 0.9;
}
.theme-custom .nivo-directionNav a:hover {
	background-color: rgba(255,255,255,1);
}

/* CAPTION */

.theme-custom .nivo-caption {
	background-color: 333;
}
.theme-custom .nivo-caption a {
	color: #fff;
}
.theme-custom .nivo-caption a:hover {
    color: #4ab2f1;
}

/* THUMBNAILS */

.theme-custom .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*catelog section*/


/*Replacement catalog using slider in home page*/
.mobileCatalog{
	display:none
}
.catalog-section{
	background-color:#3856a0;
	padding-top:70px
}
.catalog-section .catalog-slider-title h2{
	width:100%!important
}

.media1BtnLeft
{
position: absolute !important;
left: -35px !important;
top: 36% !important;
text-decoration: none !important;
font-size: 50px !important;
color:#fff;
}
.media1BtnRight
{
	position: absolute !important;
	right: -35px !important;
	top: 36% !important;
	text-decoration: none !important;
	font-size: 50px !important;
	color:#f0f0f0;
}
.media1BtnLeft:hover,
.media1BtnRight:hover{
	color:#fff
}
.main-image{
	position:relative;
	box-shadow: 8px 13px 8px 0 rgb(0 0 0 / 35%);
}
.catalog-section .main-image img{
	min-height:386px;
	width:100%;
}
.catalog-section .main-image .download-icon img{
	min-height:auto;
	min-width:auto;
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 80%);
    background-color: #000;
    border-radius: 10px;
}
.download-icon{
	position: absolute;
    width: auto;
    height: auto;
    bottom: 12px;
    right: 12px;
}
#wrapper1{
	display: inline-block;
    float: right;
	margin-top:10px
}

#wrapper1 i{
	color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    line-height: 22px;
    text-align: center;
	cursor:pointer
}
#wrapper2{
	display: inline-block;
    float: right;
	margin-top:10px
}

#wrapper2 i{
	color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    line-height: 22px;
    text-align: center;
	cursor:pointer
}

.catalog-slider-title h2{
	color: #fff!important;
    margin-top: 0!important;
    margin-bottom: 50px!important;
}

.catalog-title{
	color:#fff;
	font-size:26px;
	display:inline-block;
	margin-top:25px;
	margin-bottom: 15px!important;
	text-align:center
}

.catelog-description{
	color:#fff!important;
	font-size:18px!important
}
/*catalog responsive*/

@media only screen and (min-width:768px) and (max-width:991px){
	.catalog-section .main-image img {
		min-height: auto;
	}
	.media1BtnRight{
		right: 15px !important;
		font-size:26px!important
	}
	.media1BtnLeft{
		left: 15px !important;
		font-size:26px!important
	}
	.catalog-section {
		padding-bottom: 50px;
	}
	.catalog-title{
		font-size:18px!important;
		text-align:center
	}
	.catalog-slider-title h2 {
		font-size:30px!important
	}
}

@media only screen and (max-width:767px){
	.mobileCatalog{
		display:block
	}
	.desktopCatalog{
		display:none
	}
	.catalog-section .main-image img {
		min-height: auto;
	}
	.catalog-title{
		font-size:14px!important
	}
	.responsive-container{
		width:90%;
	}
	.media1BtnRight{
		top:26%!important;
		right: -25px !important;
		font-size:26px!important
	}
	.media1BtnLeft{
		top:26%!important;
		left: -25px !important;
		font-size:26px!important
	}
	.catalog-section .main-image .download-icon img {
		height: 25px;
		width: 25px;
	}
	.catalog-slider-title h2 {
		margin-bottom: 30px!important;
	}
	.catalog-section {
		padding-top: 50px!important;
		padding-bottom: 30px;
	}
}

/* RESPONSIVE */

@media all and (max-width: 1000px) {
.theme-custom {
	max-width: 600px;
	margin: -20px auto 40px;
}
.theme-custom .nivo-directionNav {
	display: none;
}
}

@media all and (min-width: 1001px) {
.theme-custom {
	margin: -30px 0 60px;
}
.theme-custom .nivo-directionNav {
	display: none; /* remove to use directional navigation */
}
}