body{margin:0; padding:0;}
.clear{clear: both;}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-family: 'RalewayRegular';
}

.loader {
    text-align: center;    
    margin-top: 50%;
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background: black;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}

.yuklendi{display: none;}
#preloader{position: fixed; width: 100%; height: 100%; background: #fff; top:0; transition: all 0.4s ease-in-out;}

@media (min-width: 736px){
	.container {
	    max-width: 720px;
	    margin:0 auto;
	    position: relative;
	}
}

@media only screen and (max-width: 1366px) {
	.MenuHolder{
		width: 623px;
		background-position-x: 0;
	}
}

.ResLogo{
	float:left;
	width: 9.75rem;
	margin: 16px 0 0 10px;
}
.ResLogo img{
	width:300px;
}
/*.ResIletisimBilgileri{
	display: block;
}
.ResIletisimBilgileri ul{
	margin: 30px 0 0 0;
	text-align: center;
}
.ResIletisimBilgileri ul li{
	display: inline-block;
	width: 200px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	padding: 13px 10px;
}
.ResIletisimBilgileri ul li i.whatsApp{
	width: 28px;
	height: 27px;
	background: url(../resimler/resWhatsapp.png);
	margin: 3px 0 12px 0;
	display: inline-block;
}
.ResIletisimBilgileri ul li i.tel{
	width: 28px;
	height: 28px;
	background: url(../resimler/resTel.png);
	margin: 3px 0 12px 0;
	display: inline-block;
}
.ResIletisimBilgileri ul li i.mail{
	width: 28px;
	height: 28px;
	background: url(../resimler/resMail.png);
	margin: 3px 0 12px 0;
	display: inline-block;
}
.ResIletisimBilgileri ul li .bilgiler{
	
}
.ResIletisimBilgileri ul li .bilgiler span.Baslik{
	font-size: 15px;
	color: #e70411;
}

.ResIletisimBilgileri ul li .bilgiler span.Bilgi{
	display: block;
	font-size: 15px;
	color: #8b8b8b;
}*/
.ResIletisimBilgileri{
	display: block;
}
.ResIletisimBilgileri ul{
	margin: 30px 0 0 0;
	text-align: center;
}
.ResIletisimBilgileri ul li{
	display: inline-block;
	width: 200px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	padding: 13px 10px;
}
.ResIletisimBilgileri ul li i.whatsApp{
	width: 48px;
	height: 48px;
	background: url(../resimler/resWhatsappTabl.png);
	margin: 3px 0 12px 0;
	display: inline-block;
}
.ResIletisimBilgileri ul li i.tel{
	width: 48px;
	height: 48px;
	background: url(../resimler/resTelTabl.png);
	margin: 3px 0 12px 0;
	display: inline-block;
}
.ResIletisimBilgileri ul li i.mail{
	width: 48px;
	height: 48px;
	background: url(../resimler/resMailTabl.png);
	margin: 3px 0 12px 0;
	display: inline-block;
}
.ResIletisimBilgileri ul li i.randevu{
	width: 48px;
	height: 48px;
	background: url(../resimler/resRandevuTabl.png);
	margin: 3px 0 12px 0;
	display: inline-block;
}
.ResIletisimBilgileri ul li .bilgiler{
	
}
.ResIletisimBilgileri ul li .bilgiler span.Baslik{
	font-size: 15px;
	color: #e70411;
}

.ResIletisimBilgileri ul li .bilgiler span.Bilgi{
	display: block;
	font-size: 15px;
	color: #8b8b8b;
}
.ResIletisimBilgileri ul li .bilgiler a{
	display: block;
	font-size: 15px;
	color: #004c48;
	text-decoration: none;
}
.menuAc {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #464646;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    right: 14px;
    padding: 10px;
    top: 10px;
}
.menures i{
	float:left;
	margin: 0 7px 0 0;
	width: 46px;
	height: 27px;
	background: url(../resimler/resmenuIcon.png);
	background-size: cover;
}
.menures .AcilirKapla { 
	display: none;
	padding: 8px;
}
.menures .AcilirKapla ul{
	border:1px solid #cecece;
	border-radius: 4px;
}
.menures ul li { 
	float: none;
}
.menures ul li:last-child{
	border:none;
}
.menures ul li a:hover{
	background: #e70411;
	color:#fff;
}
.menures ul li a { 
	display: block;
	border: none; 
	color: #939393; 
	font-size: 17px;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
	padding: 9px;
}
.AcilirKapla{
	display: block;
	background: #ececec;
}
.resSahiplendirme{
	display: block;
	border-radius: 4px;
	width: 100%;
	height: 56px;
	background: #e70411 url(../resimler/resSahiplendirme.png) center no-repeat;
	margin: 0 auto;
	margin-top: 30px;
	font-family: 'RalewayBold';
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 22px 0 0 0;
}

.resMiniSlider{
	display: block;
	margin:25px 0 0 0;
	position: relative;
}
.bx-pager{
	display: none;
}

.bx-wrapper img {
	width: 100%; 
	display: block;
}
.bx-controls-direction .bx-next{
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	background: url(../resimler/miniRight.png);
	position: absolute;
    top: 50px;
    right: 15px;
    background-size: cover;
}
.bx-controls-direction .bx-prev{
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	background: url(../resimler/miniLeft.png);
	position: absolute;
    top: 50px;
    left: 15px;
    background-size: cover;
}

.resHizmetler{
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.resHizmetler ul{
	text-align: center;
}
.resHizmetler ul li{
	display: inline-block;
	width: 135px;
	margin: 35px 12px 0 12px;
    padding: 0 0 20px 0;
    text-align: center;
}
.resHizmetler ul li img{
	display: block;
	text-align: center;
	margin:0 auto;
	width: 100%;
	border: 1px solid #cecece;
}
.resHizmetler ul li .Hbaslik{
	font-size: 15px;
	color: #414141;
	margin: 10px 0;
	display: block;
}
.resHizmetler ul li p{
	font-size: 12px;
	color: #727272;
}

.resRow{
	display: block;
	margin: 25px 0 0 0;
}
.resRow .rowTitle{
	color: #e70411;
	font-size: 19px;
	display: block;
	margin: 0 0 20px 0;
	text-align: center;
}

.resRow ul{
    text-align: center;
}
.resRow ul li{
    display: inline-block;
    width: 200px;
    margin: 0 12px 25px 12px;
    padding: 0 0 20px 0;
    text-align: center;
}
.resRow ul li img{
    display: block;
    text-align: center;
    margin:0 auto;
    width: 100%;
    border: 1px solid #cecece;
}
.resRow ul li .Hbaslik{
    font-size: 15px;
    color: #414141;
    margin: 10px 0;
    display: block;
}
.resRow ul li p{
    font-size: 12px;
    color: #727272;
}

.resWetnoseHakkinda{
	display: block;
	background: #e70411;
	padding: 25px 0;	
}
.resWetnoseHakkinda h2{
	color: #fff;
	font-size: 25px;
	display: block;
	text-align: center;
}
.resWetnoseHakkinda p{
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	padding: 0 45px;
    line-height: 26px;
    margin: 18px 0 0 0;
}

.resBlogYazilari{
	display: block;
	margin: 25px 0 0 0;
}
.resBlogYazilari h3{
	color: #e70411;
	font-size: 19px;
	display: block;
	margin: 0 0 20px 0;
	text-align: center;
}
.resBlogYazilari ul{
	text-align: center;
}
.resBlogYazilari ul li{
	display: inline-block;
	width: 200px;
	overflow: hidden;
	margin: 0 12px 25px 12px;
}
.resBlogYazilari ul li figure{
	border-bottom: 3px solid #e70411;
	position: relative;
}
.resBlogYazilari ul li figure img{
	width: 100%;
	max-width: 100%;
}
.resBlogYazilari ul li figure .Tarih{
	position: absolute;
	background: #e70411;
	z-index: 9999;
    overflow: hidden;
    font-size: 12px;
    top: 77%;
    color: #fff;
    padding: 9px 10px;
    left: 6%;
}
.resBlogYazilari ul li .Baslik{
	font-size: 15px;
	text-align: center;
	color: #414141;
	display: block;
	margin: 22px 0 0 0;
}
.resBlogYazilari ul li p{
	font-size: 12px;
	color: #727272;
	display: block;
	margin: 8px 0 0 0;
}

.resFooterIletisim{
	display: block;
	background: #ececec;
	padding: 20px;
	margin: 30px 0 0 0;
}

.resFooterIletisim h4{
	font-size: 16px;
	color: #696969;
}

.resFooterIletisim .icon-container {
    display: inline-block;
    margin-right: 0.1875rem;
    width: 1.25rem;
    margin-bottom: 0.3125rem;
    font-size: 14px;
    color: #999999;
}
.resFooterIletisim p{
	font-size: 14px;
	color: #999999;
}

.resCopyright{
	display: block;
	background: #ececec;
	padding: 10px;
	margin: 20px 0 15px 0;
	position: relative;
	text-align: center;
}

.resCopyright a{
	font-size: 13px;
	color: #e70411;
	text-decoration: none;
}
.resCopyright p{
	font-size: 13px;
	color: #9d9d9d;
}
.page-header {
    background-color: #f2f2f2;
    background-image: url("../resimler/subpage_bg.jpg");
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    padding-top: 3.5rem;
    padding-bottom: 3.3125rem;
    border-bottom: 1px solid #eeeeee;
    border-color: #efefef;
    margin-top: 50px;
}
.page-header h1{
	font-size: 21px;
    color: #fff;
    margin: 0 35px;
}

.breadcrumbs {
	position: relative; 
	font-weight: bold; 
	font-size: .9375rem; 
	margin-bottom: 0.75rem; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 
}
.breadcrumbs a { 
	position: relative; 
	display: inline-block; 
	color: #333333; 
	padding: 1.125rem 0; 
	margin-right: 2.4125rem;
    margin-left: 10px;
}
.breadcrumbs a::after { position: absolute; font-family: 'FontAwesome'; content: '\f0da'; color: rgba(0, 0, 0, 0.3); right: -1.6rem; }
.breadcrumbs a:hover { color: #000000; text-decoration: none; }
.breadcrumbs span:last-of-type a::after { display: none; }
.search .breadcrumbs span:last-of-type a::after { display: inherit; }
.breadcrumbs span + a { margin-right: 0; }
.breadcrumbs span + a::after { display: none; }
.breadcrumbs span > span { display: inline-block; color: #999999; padding: 1.125rem 0; }

.resSayfaAciklamalari{
	display: block;
    font-size: 0.8rem;
    color: #8c8c8c;
    line-height: 22px;
}

.sayfaAltLinkler{
	display: block;
    font-size: 0.8rem;
    color: #8c8c8c;
    line-height: 22px;
    background: #f3f3f3;
    padding: 11px;
    margin: 13px 0 0 0
}
.sayfaAltLinkler ul{}
.sayfaAltLinkler ul li{
	display: block;
}
.sayfaAltLinkler ul li a{
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.resSayfaAciklamalari img{
	float: right;
    width: 53%;
    border: 1px solid #e6e6e6;
    margin: 0 0 0 2%;
}

.resOnlineRandevu{
	display: block;
	border-top: 1px solid #dfdfdf;
	margin: 50px 0 0 0;
}

.resOnlineRandevu h4{
	color: #e70411;
    font-size: 19px;
    display: block;
    margin: 15px 0 20px 0;
    text-align: center;
}

.resOnlineRandevu label{
	
}

.resOnlineRandevu label input[type=text]{
	display: block;
	border-radius: 2px;
	border:1px solid #e3e3e3;
	padding: 12px;
	width: 96%;
	margin: 0 0 10px 0;
	font-family: 'RalewayRegular';
	font-size: 13px;
}

.resOnlineRandevu label textarea{
	display: block;
	border-radius: 2px;
	border:1px solid #e3e3e3;
	padding: 12px;
	width: 96%;
	height: 100px;
	font-family: 'RalewayRegular';
	font-size: 13px;
}
.resOnlineRandevu input[type=submit]{
	border:1px solid #ababab;
	font-size: 15px;
	color: #e70411;
	background: #fff;
	display: block;
    margin: 10px 0 0 0;
    padding: 14px;
    width: 100%;
    border-radius: none;
    cursor: pointer;
}

@media only screen and (max-width: 715px) {
    .ResIletisimBilgileri ul li{
    	width: 145px;
    }
}

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

	.ResLogo img{
		width: 80%;
	}
	.menuAc{
		right: 14px;
		font-size: 15px;
	}
	.menures .AcilirKapla{
		margin: 16px 0 0 0;
	}

	.menures i{
		width: 25px;
	    height: 15px;
	    margin-top: 1px;
	}

	.bx-controls-direction .bx-next{
		width: 40px;
		height: 40px;
	}
	.bx-controls-direction .bx-prev{
		width: 40px;
		height: 40px;
	}
    .ResIletisimBilgileri{
		display: block;
	}
	.ResIletisimBilgileri ul{
		margin: 30px 0 0 0;
		text-align: center;
	}
	.ResIletisimBilgileri ul li{
		display: inline-block;
		width: 200px;
		border-bottom: 1px solid #ececec;
		overflow: hidden;
		padding: 13px 10px;
	}
	.ResIletisimBilgileri ul li i.whatsApp{
		width: 28px;
		height: 27px;
		background: url(../resimler/resWhatsapp.png);
		margin: 3px 0 12px 0;
		display: inline-block;
	}
	.ResIletisimBilgileri ul li i.tel{
		width: 28px;
		height: 28px;
		background: url(../resimler/resTel.png);
		margin: 3px 0 12px 0;
		display: inline-block;
	}
	.ResIletisimBilgileri ul li i.mail{
		width: 28px;
		height: 28px;
		background: url(../resimler/resMail.png);
		margin: 3px 0 12px 0;
		display: inline-block;
	}
	.ResIletisimBilgileri ul li i.randevu{
		width: 27px;
		height: 27px;
		background: url(../resimler/resRandevu.png);
		margin: 3px 0 12px 0;
		display: inline-block;
	}
	.ResIletisimBilgileri ul li .bilgiler{
		
	}
	.ResIletisimBilgileri ul li .bilgiler span.Baslik{
		font-size: 15px;
		color: #e70411;
	}

	.ResIletisimBilgileri ul li .bilgiler span.Bilgi{
		display: block;
		font-size: 15px;
		color: #8b8b8b;
	}

	.ResIletisimBilgileri ul li .bilgiler a{
		display: block;
		font-size: 15px;
		color: #004c48;
		text-decoration: none;
	}

	.resHizmetler{
		display: block;
	}
	.resHizmetler ul li{
		display: block;
		border-bottom: 1px solid #cecece;
		margin: 35px 0 0 0;
	    overflow: hidden;
	    width: auto;
	    padding: 0 0 20px 0;
	}
	.resHizmetler ul li img{
		display: block;
		text-align: center;
		margin:0 auto;
		width: 100%;
		border:none;
	}
	.resHizmetler ul li .Hbaslik{
		font-size: 20px;
		color: #414141;
		margin: 10px 0;
		display: block;
	}
	.resHizmetler ul li p{
		font-size: 14px;
		color: #727272;
	}

	.resRow{
		display: block;
		margin: 25px 0 0 0;
	}
	.resRow .rowTitle{
		color: #e70411;
		font-size: 19px;
		display: block;
		margin: 0 0 20px 0;
		text-align: center;
	}

	.resRow ul{
	    text-align: center;
	}
	.resRow ul li{
	    display: inline-block;
	    width: 100%;
	    margin: 0 0 0 0;
	    padding: 0 0 20px 0;
	    text-align: center;
	}
	.resRow ul li img{
	    display: block;
	    text-align: center;
	    margin:0 auto;
	    width: 100%;
	    border: 1px solid #cecece;
	}
	.resRow ul li .Hbaslik{
	    font-size: 15px;
	    color: #414141;
	    margin: 10px 0;
	    display: block;
	}
	.resRow ul li p{
	    font-size: 12px;
	    color: #727272;
	}

	.resBlogYazilari{
		display: block;
		margin: 25px 0 0 0;
	}
	.resBlogYazilari h3{
		color: #e70411;
		font-size: 19px;
		display: block;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.resBlogYazilari ul{
		
	}
	.resBlogYazilari ul li{
		display: block;
		width: auto;
		overflow: hidden;
		margin: 0 0 22px 0;
	}
	.resBlogYazilari ul li figure{
		border-bottom: 3px solid #e70411;
		position: relative;
	}
	.resBlogYazilari ul li figure img{
		width: 100%;
		max-width: 100%;
	}
	.resBlogYazilari ul li figure .Tarih{
		position: absolute;
		background: #e70411;
		z-index: 9999;
	    overflow: hidden;
	    font-size: 16px;
	    top: 93%;
	    color: #fff;
	    padding: 10px 15px;
	    left: 6%;
	}
	.resBlogYazilari ul li .Baslik{
		font-size: 20px;
		color: #414141;
		display: block;
		margin: 35px 0 0 0;
	}
	.resBlogYazilari ul li p{
		font-size: 14px;
		color: #727272;
		display: block;
		margin: 8px 0 0 0;
	}
	.resSayfaAciklamalari img{
		float:none;
		width: 100%;
	    border: 1px solid #e6e6e6;
	    margin: 0 0 13px 0;
	}

	.resOnlineRandevu{
		display: block;
		border-top: 1px solid #dfdfdf;
		margin: 50px 0 0 0;
	}

	.resOnlineRandevu h4{
		color: #e70411;
	    font-size: 19px;
	    display: block;
	    margin: 15px 0 20px 0;
	    text-align: center;
	}

	.resOnlineRandevu label{
		
	}

	.resOnlineRandevu label input[type=text]{
		display: block;
		border-radius: 2px;
		border:1px solid #e3e3e3;
		padding: 12px;
    	width: 91%;
    	margin: 0 0 10px 0;
    	font-family: 'RalewayRegular';
    	font-size: 13px;
	}

	.resOnlineRandevu label textarea{
		display: block;
		border-radius: 2px;
		border:1px solid #e3e3e3;
		padding: 12px;
    	width: 91%;
    	height: 100px;
    	font-family: 'RalewayRegular';
    	font-size: 13px;
	}
	.resOnlineRandevu input[type=submit]{
		border:1px solid #ababab;
		font-size: 15px;
		color: #e70411;
		background: #fff;
		display: block;
	    margin: 10px 0 0 0;
	    padding: 14px;
	    width: 100%;
	    border-radius: none;
	}
}

/***************************************

ANIMATION

***************************************/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/

.animation-element.slide-left.testimonial {
  float: left;
  width: 47%;
  margin: 0% 1.5% 3% 1.5%;
  background: #F5F5F5;
  padding: 15px;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}
.animation-element.slide-left.testimonial:hover,
.animation-element.slide-left.testimonial:active{
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element.slide-left.testimonial:nth-of-type(odd) {
  width: 48.5%;
  margin: 0% 1.5% 3.0% 0%;
}

.animation-element.slide-left.testimonial:nth-of-type(even) {
  width: 48.5%;
  margin: 0% 0% 3.0% 1.5%;
}

.animation-element.slide-left.testimonial .header{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.animation-element.slide-left.testimonial .left{
  float: left;
  margin-right: 15px;
}
.animation-element.slide-left.testimonial .right{
  float: left;
}

.animation-element.slide-left.testimonial img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}

.animation-element.slide-left.testimonial h3 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial h4 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial .content {
  float: left;
  width:100%;
  margin-bottom: 10px;
}

.animation-element.slide-left.testimonial .rating{}

.animation-element.slide-left.testimonial i {
  color: #aaa;
  margin-right: 5px;
}

/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-left.testimonial img{
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
  
}





.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide right styled for testimonials*/

.animation-element.slide-right.testimonial {
  float: right;
  width: 47%;
  margin: 0% 1.5% 3% 1.5%;
  background: #F5F5F5;
  padding: 15px;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}
.animation-element.slide-right.testimonial:hover,
.animation-element.slide-right.testimonial:active{
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element.slide-right.testimonial:nth-of-type(odd) {
  width: 48.5%;
  margin: 0% 1.5% 3.0% 0%;
}

.animation-element.slide-right.testimonial:nth-of-type(even) {
  width: 48.5%;
  margin: 0% 0% 3.0% 1.5%;
}

.animation-element.slide-right.testimonial .header{
  float: right;
  width: 100%;
  margin-bottom: 10px;
}
.animation-element.slide-right.testimonial .right{
  float: right;
  margin-right: 15px;
}
.animation-element.slide-right.testimonial .right{
  float: right;
}

.animation-element.slide-right.testimonial img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}

.animation-element.slide-right.testimonial h3 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-right.testimonial h4 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-right.testimonial .content {
  float: right;
  width:100%;
  margin-bottom: 10px;
}

.animation-element.slide-right.testimonial .rating{}

.animation-element.slide-right.testimonial i {
  color: #aaa;
  margin-right: 5px;
}

/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-right.testimonial,
  .animation-element.slide-right.testimonial:nth-of-type(odd),
  .animation-element.slide-right.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-right.testimonial .right,
  .animation-element.slide-right.testimonial .left,
  .animation-element.slide-right.testimonial .content,
  .animation-element.slide-right.testimonial .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-right.testimonial img{
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
  
}