.theme-default .nivoSlider {
	position:relative;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border: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-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption a {
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.desc1 {
    position: absolute;
    top: 50%;
    z-index: 6;
    max-width: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    text-align: left;
    direction: ltr!important;
}

.desc1 .title1 {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 25px;
    -webkit-animation: fadeInLeft .8s ease-in-out;
    -moz-animation: fadeInLeft .8s ease-in-out;
    -ms-animation: fadeInLeft .8s ease-in-out;
    animation: fadeInLeft .8s ease-in-out;
}

.desc1 .title2 {
    display: inherit;
    text-transform: inherit;
    color: #1e1e1e;
    font-size: 44px;
    max-width: 550px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
    letter-spacing: .02em;
    -webkit-animation: fadeInLeft 1.2s ease-in-out;
    -moz-animation: fadeInLeft 1.2s ease-in-out;
    -ms-animation: fadeInLeft 1.2s ease-in-out;
    animation: fadeInLeft 1.2s ease-in-out;
}

.desc1 .readmore {
    -webkit-animation: fadeInLeft 2s ease-in-out;
    -moz-animation: fadeInLeft 2s ease-in-out;
    -ms-animation: fadeInLeft 2s ease-in-out;
    animation: fadeInLeft 2s ease-in-out;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 40px;
}

/*.desc1 .readmore a {*/
/*    -webkit-transition: all 300ms ease-in;*/
/*    -moz-transition: all 300ms ease-in;*/
/*    -ms-transition: all 300ms ease-in;*/
/*    -o-transition: all 300ms ease-in;*/
/*    transition: all 300ms ease-in;*/
/*    display: inline-block !important;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    line-height: 45px;*/
/*    text-decoration: none;*/
/*    padding: 0 23px;*/
/*    text-transform: uppercase;*/
/*    background: 0 0;*/
/*    background: var(--main);*/
/*}*/

/*.desc1 .readmore a:hover {*/
/*    background: var(--main-dark);;*/
/*    -webkit-transition: all 300ms ease-in;*/
/*    -moz-transition: all 300ms ease-in;*/
/*    -ms-transition: all 300ms ease-in;*/
/*    -o-transition: all 300ms ease-in;*/
/*    transition: all 300ms ease-in;*/
/*}*/




.slideshow_container .pos-slideshow .nivo-directionNav a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    z-index: 8;
    cursor: pointer;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.slideshow_container .pos-slideshow .nivo-directionNav a:hover {
    background-color: var(--main);
}

.slideshow_container .pos-slideshow .nivo-directionNav a.nivo-prevNav {
    left: 20px;
}

.slideshow_container .pos-slideshow .nivo-directionNav a.nivo-nextNav {
    right: 20px;
    background-position: -30px 0;
}

.pos-slideshow:hover .nivo-directionNav a { 
    opacity:1;
    -webkit-transition:all 300ms ease-in;
    -moz-transition:all 300ms ease-in;
    -ms-transition:all 300ms ease-in;
    -o-transition:all 300ms ease-in;
    transition:all 300ms ease-in
}

@media (max-width: 767px) {
    .desc1 {
        max-width: 100%;
        padding-left: 0;
    }
    .desc1 .title1 {
        font-size: 13px;
    }
    .desc1 .title2 {
        font-size: 15px;
        line-height: 15px;
    }
    .desc1 .readmore a {
        font-size: 13px;
        line-height: 30px;
        padding: 0 23px;
    }
}

@media (max-width: 480px) {
    .desc1 {
        top: 55%;
    }
    .desc1 .title1 {
        width: 100%;
    }
    .desc1 .title2 {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .desc1 .readmore {
        margin-top: 0;
    }
}