/**
 * @package     mod_article_slider
 * @author      Ahsan Ahmed Shovon for JoomlaKave.com
 * @email       contact@JoomlaKave.com
 * @copyright   Copyright (C) 2015 JoomlaKave.com. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
/* Slidorion Stylesheet */
.imgs{
   -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        //max-width: 100%;
   
}
/*.imgs:hover{
    -webkit-transform:scale(1.25); /* Safari and Chrome 
    -moz-transform:scale(1.25); /* Firefox 
    -ms-transform:scale(1.25); /* IE 9 
    -o-transform:scale(1.25); /* Opera 
     transform:scale(1.25);
     

}*/
.roted{
   -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        //max-width: 100%;
   
}
/*.roted:hover{
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}*/
.slidorion {
	position: relative;
	width: 100%;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 400px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	background: #fff;
	/*padding: 10px;*/
	border: 1px solid #fff;
	/*box-shadow: 0 0 34px #bbb;*/
	
}

.imgs{
	width:100%;
	
}

.slider .slide img {
	width:100%;
	height: auto;
}

.slider {
	width: 68%;
	height: 100%;
	position: relative;
	float: right;
	overflow: hidden;		/* Hides the animations */
	background-position: center top !important;
    background-size: cover;
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion {
	width: 32%;
	max-height: 100%;
	font-family: Verdana;
	background: #eee;
/*	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);*/
	position: relative;
	z-index:999;
	overflow-y: auto;

	float: left;

}




.accordion .content p {
	margin-bottom: 10px;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('../images/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

.slidorion .slidorion-nav-left {
	left: 30px;
}

.slidorion .slidorion-nav-right {
	right: 310px;
	background-position: -16px 0;
}

/* Media Queries */

@media screen and (max-width: 400px){
	
	.slidorion {
	position: relative;
	width: 100%;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 200px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	background: #CBCBCB;
	/*padding: 10px;*/
	/*border: 1px solid #BBB;
	box-shadow: 0 0 34px #bbb;*/
	
}

.slider .slide img {
	width:400px;
	}

.slider {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion {
	width: 100%;
	height: 100%;
	font-family: Verdana;
	background: #eee;
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}



}

@media screen and (max-width: 880px){
	
	.slider .slide img {
	width:620px;
}
}

@media screen and (max-width: 830px){
	
	.slider .slide img {
	width:600px;
}
}

@media screen and (max-width: 800px){

	.slidorion {
	position: relative;
	width: 100%;			
	height: 360px;
}
	
	.slider .slide img {
	width:600px;
}
}

/*@media screen and (max-width: 750px){
	
	.slider .slide img {
	width:600px;
}
}*/

@media screen and (max-width: 700px){
	.slidorion {
	position: relative;
	width: 100%;			
	height: 300px;
}
	
	.slider .slide img {
	width:600px;
}

}




@media screen and (max-width: 600px){
	
	.slidorion {
	position: relative;
	width: 100%;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 400px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	/*background: #CBCBCB;*/
	/*padding: 10px;*/
	/*border: 1px solid #BBB;
	box-shadow: 0 0 34px #bbb;*/
	
}




.slider .slide img {
	width:600px;
}

.slider {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion {
	width: 100%;
	max-height: 100%;
	font-family: Verdana;
	background: #eee;
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	overflow-y: scroll;
	float: left;
}

}

@media screen and (max-width: 550px){
	
	.slidorion {
	position: relative;
	width: 100%;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 360px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	/*background: #CBCBCB;*/
	/*padding: 10px;*/
	/*border: 1px solid #BBB;
	box-shadow: 0 0 34px #bbb;*/
	}

	.accordion {
	
	max-height: 100%;
	
	overflow-y: scroll;
	
}

@media screen and (max-width: 500px){
	
	.slidorion {
	position: relative;
	width: 100%;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 330px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	/*background: #CBCBCB;*/
	/*padding: 10px;*/
	/*border: 1px solid #BBB;
	box-shadow: 0 0 34px #bbb;*/
	}

	.accordion {
	
	max-height: 100%;
	
	overflow-y: scroll;
}


	.slider .slide img {
	width:500px;
	}
}

@media screen and (max-width: 450px){
	
	.slidorion {
	position: relative;
	width: 100%;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: 290px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	/*background: #CBCBCB;*/
	/*padding: 10px;*/
	/*border: 1px solid #BBB;
	box-shadow: 0 0 34px #bbb;*/
	}

	.accordion {
		max-height: 100%;
		overflow-y: scroll;
	}

	.slider .slide img {
	width:480px;
	}
}

@media screen and (max-width: 350px){

	.slider .slide img {
	width:350px;
	}
	.accordion {
		margin-top: -60px;
	}

}


@media screen and (max-width: 280px){

	.slider .slide img {
	width:280px;
	}
	.accordion {
		margin-top: -110px;
	}

}


