


@charset "UTF-8";

.content_news table{
	margin: 0 auto 0 auto;
}

/*--------------------------------=== Useful Classes ===----------------------*/
.Fa{
	font-family:'wyekan';
	text-align:right;
	direction:rtl;
}
.En{
	font-family:'ralewaylight';
	text-align:left;
	direction:ltr;
}
.pointer{
	cursor:pointer;
}
.disInB{
	display:inline-block;
}
.disB{
	display:block;
}
.clearFix{
	clear:both;
}
.height100{
	height:100%;
}
.padB50{
	padding-bottom:50px;
}
.bootMarg{
	margin:0;
}
/*----------- Position -------------*/

.alignV{
	position:absolute;
	bottom:50%;
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.alignH{
	position:absolute;
	right:50%;
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.alignHV{
	position:absolute;
	bottom:50%;
	right:50%;
	-ms-transform: translate(50%,50%);
	-webkit-transform: translate(50%,50%);
	transform: translate(50%,50%);
}
.posR{
	position:relative;
}
/*-----------------------------------------------------------*/

html,body{
	min-width:320px;
	height:100%;
}
body{
	font-family:'wyekan';
	font-size:16px;
	font-weight:300;
	background-color:#eeeeee;
	color:#000;
}
.demo{
	font-family:'wyekan';
}
a, a:hover , a:active , a:focus {
	text-decoration:none;
}
*{
	margin:0;
	padding:0;
}
h1, h2, h3,h4,h5,h6{
	margin:0;
	padding:10pt 0;
	direction: rtl;

}
/* ---------------------- Mobile Navigation -------------- */

.navBtns{
	right:15px;
	width:30px;
	cursor:pointer;
	z-index:1000;
	margin:0;
}
.navBtns li{
	width:100%;
	height:2px;
	border-radius:100px;
	background-color:#a2a2a2;
	margin-bottom:5px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.navBtns li i.icon_close{
	font-size:20px;
	display:none;
	color:#fff;
}
.navBtns:hover li{
	background-color:#f26522;
}
.mobiClBg{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:997;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
}
.mobiFullMenu{
	display:none;
	position:fixed;
	top:60px;
	right:0;
	width:100%;
	background-color:#fff;
	height:calc(100%  - 60px);
	z-index:998;
}
.mobiNavigation{
	width:100%;
	text-align:right;
	background-color:#fff;
	padding:0 15px;
	padding-top:20px;
	padding-bottom:50px;

}
.mobiNavigation li{
	display:inline-block;
	width:100%;
}
.mobiNavigation li a{
	position:relative;
}
.mobiNavigation li a .arrow_carrot-right{
	left:15px;
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.mobiIconR{
	transform: translateY(50%) rotate(90deg);
}
.mobiNavigation li a{
	border-bottom:1px solid #e7e7e7;
}
.mobiNavigation li a:hover{
	color:#f26522;
}
.mobiNavigation > li:last-child a{
	border-bottom:none;
}
.mobiNavigation li a{
	line-height:40px;
	width:100%;
	color:#203240;
	display:inline-block;
}
.mobiNavigation li ul{
	display:none;
}
.mobiNavigation > li > ul > li > a span{
	padding-right:20px;
}
.mobiNavigation > li > ul > li > ul > li a span{
	padding-right:40px;
}

@media screen and (max-width:768px){
	.mobiFullMenu{
		width:50%;
	}

	.btn-calorie {
		width: 100%;
	}


}
@media screen and (min-width:1200px){
	.mobiFullMenu{
		display:none;
	}
	.navBtns{
		display:none;
	}
}
/*----------------------- Navigation ----------------------*/
.mainNav .container{
	height:100%;
}
.navWidth{
	width:100%;
}
.topOfnav{
	display:none;
	position: absolute;
	top:0;
	right:0;
	height:50px;
	width:100%;
	background-color:#fff;
	z-index: 99;
}
.topOfnav a{
	color:#203240;
	font-size:16px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.topOfnav span{
	line-height:50px;
	margin-right:10px;
}
.topOfnav a:hover{
	color:#f26522;
}
.topOfnav h1{
	line-height:50px;
	padding:0;
	margin:0;
	float:right;
	font-size: 16px;
	font-weight: 300;
}
.navigation{
	display:none;
	position:absolute;
	width:calc(100% - 30px);
	height:auto;
	margin-bottom:0;
}
.mainNav{
	height:60px;
	background-color:#fff;
	width:100%;
	border-bottom:1px solid #bababa;
	z-index:999;
}
.navLogo{
	width:150px;
	height:88px;
	position:absolute;
	right:50%;
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	background-color:#fff;
	border-bottom:1px solid #bababa;
	z-index:999;
}
.navPnglogo{
	bottom:50%;
	width:100px;
	height:auto;
}
.navPngLeft{
	position:absolute;
	bottom:-1px;
	right:99%;
	width:auto;
}
.navPngRight{
	position:absolute;
	bottom:-1px;
	left:99%;
	width:auto;
}
.navTel{
	display:none;
	bottom:0px;
	white-space:nowrap;
}
.navTel i{
	padding-right:5px;
	color:#f26522;
	font-size:18px;
}
.navTel a{
	color:#000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.navTel a:hover{
	color: #919191;
}
.mainNav .navWidth > i.icon_search{
	line-height:60px;
	cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.mainNav .navWidth > i.icon_search:hover{
	color:#f26522;
}
.mainNav .navWidth ul.navigation{
	float:right;
	height:100%;
}
.mainNav .navWidth ul.navigation > li{
	float:right;
	margin-left:10px;
	position:relative;
	text-align:right;
}
.mainNav .navWidth ul.navigation li{
	text-align:right;
	direction:rtl;
}
.mainNav .navWidth ul.navigation a{
	font-size:14px;
	color:#203240;
}

.mainNav .navWidth ul.navigation > li > a{
	display:inline-block;
	padding:0px 0px;
	line-height:60px;
	height:60px;
}
.mainNav .navWidth ul.navigation > li:last-child{
	margin-left:0px;
}
.mainNav .navWidth ul.navigation > li > a span{
	padding:2px 10px;
	background-color:#fff;
}


.mainNav .navWidth ul.navigation > li  ul{
	position:absolute;
	right:0;
	top:99%;
	background-color:rgba(33,33,33,1);
	width:220px;
	display:none;
	z-index:9999;
}
.mainNav .navWidth ul.navigation > li:last-child ul{
	right:100%;
	transform:translateX(220px);
}
.mainNav .navWidth ul.navigation > li > ul  li{
	position:relative;
	direction:rtl;
	padding:0 20px;
	text-align:right;
}
.mainNav .navWidth ul.navigation > li > ul  li  a{
	color:#fff;
	padding:10px;
	width:100%;
	border-bottom:1px solid #bababa;
	display:inline-block;
	font-size:14px;
}
.mainNav .navWidth ul.navigation > li > ul li:last-child  a{
	border-bottom:none;
}
.mainNav .navWidth ul.navigation > li > ul  li  a span{
	position:relative;
	right:0;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.mainNav .navWidth ul.navigation > li > ul  li  a:hover span{
	right:15px;
}
.mainNav .navWidth ul.navigation > li > ul  li i.arrow_carrot-2left{
	color:#f26522;
	position:absolute;
	right:0px;
	top:50%;
	font-size:16px;
	-webkit-transform-origin:50% 0;
	transform-origin:50% 0;
	opacity:0;
	-ms-transform: translateY(-50%) scale(0,1);
	-webkit-transform: translateY(-50%) scale(0,1);
	transform: translateY(-50%) scale(0,1);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.navIconMove{
	right:15px !important;
	opacity:1 !important;
	-ms-transform: translateY(-50%) scale(1,1) !important;
	-webkit-transform: translateY(-50%) scale(1,1) !important;
	transform: translateY(-50%) scale(1,1) !important;
}
.mainNav .navWidth ul.navigation > li > ul > li > ul{
	right:100%;
	top:0;
	width:220px;

}

/* ---- Search ------  */

.searchPopUp{
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99999;
	background-color:rgba(0,0,0,0.7);
}
.searchPopUpBox{
	position:fixed;
	display:none;
	z-index:999999;
	right: 50%;
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity:0;
	height: 100px;
	margin-top: -100px;
	text-align: center;
	top: 300px !important;
}
@media screen and (min-width: 768px){
	.searchPopUpBox{
		top:50% !important;
		width: auto;
		position: absolute;
		right: 50%;
		margin-top: -50px;
		left: auto;
		-ms-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}
.searchPopUpBox form {
	background: rgba(0,0,0,0.3);
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6));
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #272727;
	display: inline-block;
	font-size: 0px;
	white-space:nowrap;
	padding: 20px;
	position: relative;
	z-index: 999999;
}

.searchPopUpBox input {
	position: relative;
	z-index: 999999;
	background: #222;
	background: linear-gradient(#333, #222);
	border: 1px solid #444;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000;
	color: #888;
	display: block;
	float: left;
	font-family: 'wyekan', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 60px;
	margin: 0;
	padding: 0 20px;
	padding-left:50px;
	text-shadow: 0 -1px 0 #000;
	width: 200px;
}

.ie .searchPopUpBox input {
	line-height: 60px;
}

.searchPopUpBox input::-webkit-input-placeholder {
	color: #888;
}

.searchPopUpBox input:-moz-placeholder {
	color: #888;
}

.searchPopUpBox input:focus {
	animation: glow 800ms ease-out infinite alternate;
	border-color: rgba(242,101,34,1);
	box-shadow: 0 0 5px rgba(242,101,34,0.2), inset 0 0 5px rgba(242,101,34,0.1), 0 2px 0 #000;
	color: #efe;
	outline: none;
}

.searchPopUpBox input:focus::-webkit-input-placeholder {
	color: #efe;
}

.searchPopUpBox input:focus:-moz-placeholder {
	color: #efe;
}

.searchPopUpBox button {
	background: transparent;
	box-sizing: content-box;
	border: none;
	border-radius: 0 5px 5px 0;
	color: #fff;
	display: block;
	float: left;
	font-family: 'wyekan', helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	height: 60px;
	margin: 0;
	padding: 0;
	left:20px;
	text-shadow: 0 -1px 0 #000;
	width: 50px;
}
.searchPopUpBox button i.icon_search{
	line-height:60px;
}
.searchPopUpBox button:hover,
.searchPopUpBox button:focus {
	color: rgba(242,101,34,1);
	outline: none;
}
@keyframes glow {
	0% {
		border-color: rgba(242,101,34,1);
		box-shadow: 0 0 5px rgba(242,101,34,0.2), inset 0 0 5px rgba(242,101,34,0.1), 0 2px 0 #000;
	}
	100% {
		border-color: rgba(242,101,34,0.6);
		box-shadow: 0 0 20px rgba(242,101,34,0.6), inset 0 0 10px rgba(242,101,34,0.4), 0 2px 0 #000;
	}
}

@media screen and (min-width:480px){
	.searchPopUpBox input {
		width: 300px;
		font-size: 16px;
	}
}

@media screen and (min-width:768px){
	.searchPopUpBox input {
		width: 500px;
		font-size: 18px;
	}
}

/* --------- Search End --------- */

@media screen and (min-width:1200px){
	.navTel{
		display:block;
	}
	.topOfnav{
		display:block;
	}
	.navLogo{
		width:150px;
		height:138px;
		position:absolute;
		right:34px;
		top:-50px;
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		background-color:#fff;
		border-bottom:1px solid #bababa;
	}
	.navWidth{
		width:80%;
	}
	.navigation{
		position:relative;
		width:auto;
		height:auto;
	}

	.mainNav .navWidth ul.navigation > li:hover > a span{
		background-color:#f26522;
	}
	.mainNav .navWidth ul.navigation > li:hover > a {
		color:#efefef;
	}
	.mainNav .navWidth ul.navigation a:hover{
		color:#fff;
	}
	.navigation{
		display:block;
	}
	.navPnglogo{
		bottom:60%;
		width:110px;
	}
}

/* --------------------- Header --------------------- */

/*.header{
	width:100%;
	height:100%;
	min-height:460px;
	max-height:800px;
}*/
.header .container{
	height:100%;
}
#myVideoHolder{
	width:100%;
	height:100%;
	z-index:-1;
	overflow:hidden;
}
.myVideoBg{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}
#myVideo{
	min-width: 100%;
	min-height: 100%;
	z-index:-1;
}
.slide{
	opacity:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	z-index:-1;
	-webkit-transition:0.8s;
	transition:0.8s;
}
.slideHide{
	opacity:0;
}
.slideShow{
	opacity:1;
}
.imageOnVideo{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
#myVideoHolder video{
	display:none;
}
-webkit-@keyframes slideShow{
			0%{top:60%;opacity:0}
			100%{top:50%;opacity:1}
		}
@keyframes slideShow{
	0%{top:60%;opacity:0}
	100%{top:50%;opacity:1}
}
.slideH1Show{
	-webkit-animation:slideShow 0.5s 1s forwards;
	animation:slideShow 0.5s 1s forwards;
}
.slide h1{
	top:60%;
	opacity:0;
}
.sliderControls{
	position:absolute;
	right:15px;
	bottom:20px;
}
.sliderControls i{
	font-size:76px;
	color:#fff;
	opacity:0.5;
	cursor:pointer;
	padding:5px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.rev_slider_wrapper{
	max-height: 700px !important;
}
.slideH{
	font-size:28px !important;
}
.sliderVideo{
	background-repeat:no-repeat !important;
	background-position:center center !important;
	-webkit-background-size:cover !important;
	background-size:cover !important;
}
.slideH span{
	font-size:24px !important;
}
.call-us{
	margin-top: 2em;
	text-align: right;
	color: white;
	font-size: 20px;
}
@media screen and (max-width: 800px){
	.call-us{
		transform: translateX(-10%);
		color: white;
		font-size: 16px;
	}
}
@media screen and (max-width: 680px){
	.call-us{
		transform: translateX(-12%);
		font-size: 14px;
	}

}
@media screen and (max-width: 480px){
	.call-us{
		transform: translateX(0);
		text-align: center;
		font-size: 14px;
		position: absolute;
		top:-190px;
		left:-180px;
	}
	.silde-img{
		display: block;
		margin: -25px;
		width: 312px !important;
		height: 100% !important;

	}
	.silde-img-heroes{
		position: absolute;
		top: -115px;
		left: -119px;
		width: 100px !important;
		height: auto !important;
	}
	.slide4-img{
		width: 113px !important;
		height: auto !important;
		position: absolute;
		left: -24px;
		top: -20px;
	}
	.slide-find{
		width: 264px !important;
		height: auto !important;
		position: absolute;
		left: -112px;
	}
	.slide3-img{
		width: 215px !important;
		height: auto !important;
	}
}

@media screen and (max-width:320px){
	.call-us{
		left:50%;
		transform: translateX(-80%);
	}
	.silde-img{
		width: 280px !important;
	}
	.silde-img-heroes{
		left: 50%;
		margin-left: -100px !important;
	}
}

@media screen and (min-width:480px){

	.slideH{
		font-size:25px !important;
	}
	.slideH span{
		font-size:16px !important;
	}
}

@media screen and (max-width: 320px){
	.slideH{
		font-size:22px !important;
	}
	.slideH span{
		font-size:16px !important;
	}
}

@media screen and (min-width:768px){
	.slideH{
		font-size:45px !important;
	}
	.slideH span{
		font-size:16px !important;
	}
	.imageOnVideo{
		display:none;
	}
	#myVideoHolder video{
		display:block;
	}
}
.sliderControls i:hover{
	opacity:1;
}
.sliderControls i.fa-angle-right{
	margin-left:50px;
}
.headerLinks{
	position:fixed;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left:-125px;
	width:180px;
	z-index:999;
}
.headerLinks ul{
	width:100%;
	margin:0;
}
.headerLinksCloseBg{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:998;
}
.closeBtn{
	display:none;
	position:absolute;
	cursor:pointer;
	top:-30px;
	right:0;
	font-size:20px;
	padding:5px;
	color:#aaa;
	opacity:0.5;
	border-radius:200px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.openBtn{
	display:none;
	right:-25px;
	cursor:pointer;
	padding:5px;
	font-size:46px;
	color:#aaa;
	opacity:0.5;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.closeBtn:hover,.openBtn:hover{
	opacity:1;
}
.closeBtn:hover{
	color:#aaa;
}
.headerLinks li{
	width:100%;
	height:60px;
}
.headerLinks li a{
	width:70%;
	float:right;
	color:#fff;
	height:100%;
	line-height:60px;
	padding-right:20px;
	opacity:1;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.sidePanelIcons{
	width:30%;
	cursor:pointer;
	float:right;
	height:100%;
}
.sidePanelIcons img{
	width:auto;
}
.headerLinks li a img{
	padding-left:20px;
}
.headerLinks li a:hover{
	opacity:0.7;
}
.headerLinks li:nth-of-type(1) a{
	background-color:#ffc000;
}
.headerLinks li:nth-of-type(1) .sidePanelIcons{
	border-radius:0 5px 0 0;
	background-color:#ffc000;
}
.headerLinks li:last-of-type .sidePanelIcons{
	border-radius:0 0 5px 0;
}
.headerLinks li:nth-of-type(2) a{
	background-color:#005582;
}
.headerLinks li:nth-of-type(2) .sidePanelIcons{
	background-color:#005582;
}
.headerLinks li:nth-of-type(3) a{
	background-color:#f15a23;
}
.headerLinks li:nth-of-type(3) .sidePanelIcons{
	background-color:#f15a23;
}
.headerLinks li:nth-of-type(4) a{
	background-color:#2c3e50;
}
.headerLinks li:nth-of-type(4) .sidePanelIcons{
	background-color:#2c3e50;
}
.socialsMain{
	width:100%;
}

.socials{
	bottom:0;
	z-index:99;
	-ms-transform: translate(50%,50%);
	-webkit-transform: translate(50%,50%);
	transform: translate(50%,50%);
}
.socialsRightLine{
	width: calc(50% - 60px);
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	background-color:rgba(0,85,130,0.9);
	z-index:100;
}
.socialsLeftLine{
	width: calc(50% - 60px);
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgba(241,91,35,0.9);
	z-index:100;
}
.socials img{
	position:absolute;
}
.telegramRight img {
	right: -14px;
	top: -1px;
	width: 26px;
	opacity: 0.9;
}
.aparatLeft img{
	left: -14px;
	top: -1px;
	width: 26px;
	opacity: 0.9;
}
.telegramRight,.instaMiddle,.aparatLeft{
	width:50px;
	height:50px;
	border-radius:200px;
	position:relative;
	float:right;
	background-color:rgba(0,85,130,0.9);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:30% auto;
	background-size:30% auto;
	-webkit-transition:0.3s background-size;
	transition:0.3s background-size;
}
.telegramRight{
	right:10px;
	background-image:url('../images/indexPage/header/telegram.png');
}
.instaMiddle{
	background-color:rgba(73,32,28,0.9);
	background-image:url('../images/indexPage/header/instagram-logo.png');
}
.aparatLeft{
	left:10px;
	-webkit-background-size:35% auto;
	background-size:35% auto;
	background-color:rgba(241,91,35,0.9);
	background-image:url('../images/indexPage/header/aparat_icon.png');
}

.socials a:hover{
	-webkit-transition:0.3s;
	transition:0.3s;
	-webkit-background-size:40% auto !important;
	background-size:40% auto !important;;
}

.socials p{
	bottom:-40px;
	text-align:center;
	font-size:10px;
	white-space:nowrap;
	color:#203240;
}
.socialName{
	top:0px;
	opacity:0;
	font-size:16px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.socials img{
	height:auto;
}
.telegramRight .socialName{
	color:#B7E1F9;
}
.instaMiddle .socialName{
	color:#A04D41;
}
.aparatLeft .socialName {
	color:#E55D29;
}
.socials a:hover .socialName{
	top:-30px;
	opacity:1;
}

@media screen and (min-width:480px){
	.telegramRight,.instaMiddle,.aparatLeft{
		width:70px;
		height:70px;
	}
	.telegramRight img{
		right:-15px;
		top:8px;
		width:27px;
		opacity:0.9;
	}
	.socialsRightLine{
		width: calc(50% - 100px);
	}
	.socialsLeftLine{
		width: calc(50% - 100px);
	}
	.aparatLeft img{
		left:-15px;
		top:8px;
		width:27px;
		opacity:0.9;
	}
	.socials p{
		font-size:14px;
	}
}
@media screen and (min-width:992px){
	.header{
		/*		width:100%;
                height:100%;
                min-height:360px;
                height:calc(100% - 110px);*/
	}
	.closeBtn{
		display:block;
	}
}

/* --------------------- Section 2 --------------------- */

#indexPage #sec2{
	background-color:#fff;
}
.articleLinksMain{
	width:auto;
	text-align:center;
	margin-top:150px;
	padding:0 15px;
}

.articleLinks{
	height:80px;
	width:230px;
	margin-bottom:10px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	font-size:16px;
	text-align:center;
	-webkit-transition:0.3s background-color;
	transition:0.3s background-color;
}
.articleLinks span{
	max-width:90px;
	text-align:right;
	padding-left:10px;
	color:#005582;
	-webkit-transition:0.3s color;
	transition:0.3s color;
}
.linksIcons{
	width:50px;
	height:50px;
	left:15px;
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.articleLinks:hover span{
	color:#fff;
}
.articleLinks:hover{
	background-color:#005582;
}
.articleLinks:hover .linksIcons{
	background-position:bottom center;
}

@media screen and (min-width:992px){
	.articleLinks{
		margin-bottom:0px;
	}
	.articleLinks{
		border-radius:200px 0 0 200px;
		white-space:normal;
	}
	.articleLinks:nth-of-type(1){
		border-radius:200px;
		z-index:4;
	}
	.articleLinks:nth-of-type(2){
		right:-50px;
		z-index:3;

	}
	.articleLinks:nth-of-type(3){
		right:-100px;
		z-index:2;

	}
	.articleLinks:nth-of-type(4){
		right:-150px;
		z-index:1;

	}
	#indexPage #sec2 .container{
		height:250px;
	}
	.articleLinksMain{
		position:absolute;
		bottom:50px;
		right:50%;
		width:950px;
		margin-right:70px;
		-ms-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}

/* --------------------- Section 3: Heroes --------------------- */

#sec3{
	background-color:#eeeeee;
	padding-bottom: 30px;
}
.heroesMain{
	margin-top:80px;
	border-radius:10px;
}
.heroesHalf{
	width:100%;
	float:right;
}
.heroesMain h2{
	bottom:100%;
	font-size:24px;
	white-space:nowrap;
	padding:5px;
	border-bottom: 1px solid #f26522;
	padding-bottom: 10px;
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
}
.heroesMain h2 a{
	color:#f26522;
}
.heroesTitles{
	text-align:center;
	margin:25px 0;
	font-size:16px;
}
.heroesTitlesMin{
	height:350px;
}
.heroesTitles a{
	padding:5px 10px;
	margin:0 5px;
	border-radius:10px;
	color:#203240;
	-webkit-transition:0.3s background-color;
	transition:0.3s background-color;
}

.heroesTitles a:hover{
	color:#f15b23;
}
.heroesTabAvctive{
	color:#fff !important;
	background-color:#636363;
}
.centerLine{
	display:none;
	position:absolute;
	width:1px;
	height:200px;
	background-color:#cfcfcf;
}
.heroesNotes{
	text-align:justify;
	padding:0 20px;
	line-height:1.9em;
	color:#8b8b8b;
	padding-bottom:30px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:6;
	max-height:13.3em;
}
.heroesNotesMain{
	display:none;
}
.moreNote,.moreNote{
	position:absolute;
	bottom:20px;
	left:20px;
	color:#203240;
	z-index:99;
}
.moreNote span{
	padding-left:10px;
}
.moreNote:hover{
	color:#f15b23;
}
.heroesImgesSlider{
	width:100%;
	margin:0 auto;
}
.heroesImges{
	height:300px;
	margin:0 20px;
}

.weightTitleText{
	color:#555555;
}
.weightTitle{
	font-size:20px;
	color:#18ba66;
	padding-top:80px;
}
.healthStart{
	padding:5px 10px;
	padding-right:30px;
	background-color:#bf2635;
	color:#fff;
	font-size:14px;
	white-space:nowrap;
	border-radius:10px;
	position:absolute;
	bottom:10px;
	left:0;
}
.healthStart:hover{
	color:#d1d1d1;
}
.healthStart i{
	right:10px;
	padding-left:5px;
	transform-origin:50% 0;
	font-size:16px;
}
@keyframes heartBeat{
	0%{font-size:16px;}
	50%{font-size:16px;}
	100%{font-size:16px;}
}
.healthStart:hover i{
	-webkit-animation:heartBeat 0.6s infinite;
}
.heroName,.heroOld{
	float:right;
}
.heroNameMain{
	right:0;
}
.heroesImges img{
	height:200px;
	width:auto;
}
.heroName{
	color:#393939;
	font-size:18px;
}
.heroOld{
	color:#bf2635;
	font-size:14px;
	padding-top:10px;
}
.heroPhoto{
	width:70px;
	height:70px;
	margin-top:30px;
	border:1px solid #e7e7e7;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
#elahe{
	background-image:url('../images/indexPage/heroes/34_A.jpg');
}
.herosVideo{
	width:90%;
	margin-right:auto;
	margin-left:auto;
	height:120px;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.herosVideos .slick-dots{
	bottom:-40px;
}
.slick-dots li.slick-active button::before {
	opacity: .75;
	color: #f26522;
}
.slick-dots li button::before {
	font-size: 9px;
	color: #f26522;
}
.heroesImgesSliderCntr{
	color:#18ba66;
	font-size:36px;
	cursor:pointer;
	padding:10px;
	z-index:5;
	bottom:0;
}
.heroesImgesSliderCntr.fa-angle-left{
	left:0px;
}
.heroesImgesSliderCntr.fa-angle-right{
	right:0px;
}
/* ----- Heros Tabs Classes ---- */

.interviewsTab,.herosVideosMain{
	display:none;
}
.herosVideos{
	width:95%;
	margin:0 auto;
	margin-top:80px;
}


@media screen and (min-width:480px){
	.weightTitle{
		font-size:25px;
	}
	.heroName{
		font-size:25px;
	}
	.heroOld{
		font-size:16px;
	}
	.heroPhoto{
		width:100px;
		height:100px;
	}
}

@media screen and (min-width:768px){
	.centerLine{
		display:block;
	}
	.heroesImgesSliderCntr{
		bottom:50%;
	}
	.heroesHalf{
		width:50%;
	}
}

@media screen and (min-width:992px){
	.weightTitle{
		font-size:30px;
	}
	.heroesImgesSlider{
		width:90%;
	}
	.heroesImges img{
		height:250px;
	}
	.heroPhoto{
		width:130px;
		height:130px;
	}
	.healthStart{
		padding:10px 15px;
		padding-right:30px;
	}
}
@media screen and (min-width:1200px){
	.healthStart{
		font-size:16px;
	}
	.weightTitle{
		font-size:40px;
	}
	.heroPhoto{
		width:150px;
		height:150px;
	}
}

/* --------------------- Section 4: Food Articles --------------------- */

#sec4{
	background-color:#fff;
	padding-bottom:60px;
}

.infographMain{
	width:90%;
	margin:0 auto;
	height:230px;
}
.infographSlider{
	height:100%;
}
.infographs{
	width:100%;
	height:115px;
	padding:5px;
	float:left;
}
.infograph{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	border:2px solid #e0e0e0;
	box-shadow:0 0 0px 0px rgba(242,101,34,0.6);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-transition:0.3s box-shadow;
	transition:0.3s box-shadow;
}
.infograph:hover{
	box-shadow:0 0 5px 3px rgba(242,101,34,0.6);
}
.foodIcon{
	width:20px !important;
	height:20px !important;
	float:right;
	margin-left:10px;
}
.foodArticles h3{
	font-size:16px;
	color:#f15a22;
	padding-top:30px;
	padding-right:15px;
}
.foodArticles h4{
	font-size:20px;
	padding-right:15px;
	padding-bottom:30px;
	color:#4e4e4e;
	padding-top:10px;
}
.foodArticles{
	height:300px;
	margin:0 20px;
}
.foodArticles p{
	width:60%;
	padding-left:5%;
	float:right;
	line-height:1.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:6;
	max-height:10.2em;
}
.foodArticleImg{
	width:35%;
	height:120px;
	float:right;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}

@media screen and (min-width:480px){
	.foodArticles h3{
		font-size:18px;
	}
	.foodArticles h4{
		font-size:30px;
	}
}

/* --------------------- Statistics --------------------- */

#statisticsMain{
	width:100%;
	padding-bottom:50px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
}
.badPngMain{
	width:100%;
	height:65px;
	overflow:hidden;
}
.badPngMain img{
	width:auto;
}
.statistics{
	text-align:center;
	height:200px;
	margin-top:20px;
}
.statisticsIcon{
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:98% auto;
	background-size:98% auto;
}
#heartIco{
	background-image:url('../images/indexPage/statistics/Layer-4.png');
}
#sponeIco{
	background-image:url('../images/indexPage/statistics/Layer-5.png');
}
#manIco{
	background-image:url('../images/indexPage/statistics/Layer-6.png');
}
#peopleIco{
	background-image:url('../images/indexPage/statistics/Layer-7.png');
}
.statisticsIn h3,.statisticsIn p{
	color:#fff;
	font-size:25px;
	text-align:center;
	padding-bottom:10px;
}
.statisticsIn p{
	font-size:14px;
	white-space:nowrap;
}
.statisticsIcon{
	margin-bottom:10px;
}
.statisticsPlayBtn{
	top:30px;
	width:50px;
	height:50px;
	background-color:#fff;
	border-radius:100px;
	z-index:99;
}
.statisticsPlayBtn span{
	bottom:-30px;
	white-space:nowrap;
	color:#fff;
}
.statisticsPlayBtn .fa-caret-right{
	font-size:46px;
	padding-left:5px;
}
#sec5{
	padding-bottom: 30px;
}
/* --------------------- About --------------------- */

#about{
	width:100%;
	padding-top:80px;
	min-height:600px;
	text-align:center;
	background-color: #fff;
}
.aboutLogo{
	width:120px;
	height:auto;
	margin-bottom:50px;
}

.aboutLogoText{
	position: relative;
	text-align:center;
	color:#4e4e4e;
	line-height:1.9em;
	font-size:16px;
	padding-bottom:30px;
	z-index: 1;
}
.aboutLogoText span{
	color:#ec6552;
}
.aboutDiscription{
	font-size:16px;
	line-height:1.7em;
	color:#4e4e4e;
	width:80%;
	margin:0 auto;
	padding-bottom:50px;
	direction:rtl;
	z-index:1;
}
.aboutImge1,.aboutImge2{
	height:250px;
	width:auto;
}
.aboutHeroPicL{
	position:relative;
	margin-bottom:100px;
	z-index:0;
}
.aboutHeroPicR{
	position:relative;
	margin-bottom:200px;
	right:15px;
	z-index:0;
}
.aboutHeroPicLText,.aboutHeroPicRText{
	position:absolute;
	top:100%;

}
.aboutHeroPicLText p,.aboutHeroPicRText p{
	color:#555555;
	font-size:16px;
	text-align:left;
}
.aboutHeroPicLText .name,.aboutHeroPicRText .name{
	color:#005582;
	font-size:18px;
	text-align:left;
	margin-bottom:5px;
}
.aboutHeroPicLText .weight,.aboutHeroPicRText .weight{
	color:#18BA66;
	font-size:30px;
}
.aboutHeroPicLText .weight span,.aboutHeroPicRText .weight span{
	font-size:18px;
}
@media screen and (min-width:480px){
	.aboutImge1,.aboutImge2{
		height:200px;
	}
	.aboutHeroPicL{
		float:left;
	}
	.aboutHeroPicR{
		float:right;
	}
}

@media screen and (min-width:768px){
	.aboutImge1,.aboutImge2{
		height:300px;
	}
	.aboutDiscription{
		width:50%;
	}
	.statistics{
		margin-top:100px;
	}
}
@media screen and (min-width:992px){
	.aboutHeroPicL{
		position:absolute;
		bottom:50%;
		left:15px;
		-ms-transform: translateY(50%);
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		margin-bottom:0px;
		float:none;
	}
	.aboutHeroPicR{
		position:absolute;
		bottom:50%;
		right:15px;
		-ms-transform: translateY(50%);
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		margin-bottom:0px;
		right:15px;
		float:none;
	}
}
/* --------------------- Footer --------------------- */

footer{
	padding-top:60px;
	padding-bottom: 70px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
footer .socialsMain{
	bottom:100%;
	position:absolute;
}
.socials.footerSocials{
	z-index:10;
}
.socials.footerSocials p{
	top:-40px;
	text-align:center;
	z-index:1;
}
.socials.footerSocials a{
	z-index:10;
}
.socials.footerSocials p span{
	padding-left:20px;
	font-size:16px;
}
.socials.footerSocials p span:nth-child(1){
	color:#005582;
	padding-right:15px;
}
.socials.footerSocials p span:nth-child(2){
	color:#2c2c2c;
}
.socials.footerSocials p span:nth-child(3){
	color:#f15b23;
	padding-left:0;
}
.socials.footerSocials .telegramRight{
	background-color:#005582;
}
.socials.footerSocials .instaMiddle{
	background-color:#2c2c2c;
}
.socials.footerSocials .aparatLeft{
	background-color:#f15b23;
}
.footerCol{
	width:100%;
	float:right;
	padding:0 5px;
}
.footerCol ul{
	padding-top:20px;
	text-align:center;
	padding-bottom:30px;
}
.footerCol ul li{
	padding-bottom:20px;
}
.footerCol h3{
	color:#777777;
	padding-bottom:30px;
}
.footerCol ul li a{
	position:relative;
	color:#fefefe;
	right:0px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footerCol ul li a:hover{
	color:#f15b23;
	right:5px;
}
.e-namadCol{
	text-align:center !important;
}
.e-namad{
	height:200px;
	margin-bottom:20px;
}
.e-namad img{
	height:auto;
}
.address{
	width:90%;
	margin:0 auto;
	text-align:justify;
	direction:rtl;
	line-height:1.9em;
	font-size:16px;
	color:#717171;
}
.emailLink{
	text-align:center;
	display:block;
	color:#f15b23;
	font-size:16px;
	padding-bottom:80px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.emailLink:hover{
	color:#fff;
}
@media screen and (min-width:480px){
	.footerCol{
		width:50%;
	}
	.footerCol{
		text-align:right;
	}
	.address{
		margin:0;
		margin-left:15px;
		text-align:justify;
	}
	.emailLink{
		float:left;
		display:inline-block;
		margin-left:15px;
	}
}
@media screen and (min-width:768px){
	.footerCol{
		width:25%;
	}
}
@media screen and (min-width:992px){
	.footerCol{
		width:20%;
	}
	.footerCol.e-namadCol{
		float: left;
	}
}

/* --------------------- Copyright --------------------- */

#copyright{
	background-color:#252526;
}
#copyright .badPngMain {
	width: 100%;
	height: 75px;
	overflow: hidden;
	bottom: 100%;
}
.copyText1,.copyText2{
	text-align:center;
	padding-top:5px;
	padding-bottom:15px;
	margin:0;
	font-size:10px;
	color:#fff;
	white-space:nowrap;
}
#copyright span{
	padding:0 10px;
}
#copyright .copyText1 a{
	color:#f15b23;
}
#copyright .copyText2 a{
	color:#fff;
	-webkit-transition:0.3s;
	transition:0.3s;
}
#copyright .copyText2 a:hover{
	color:#f15b23;
}
.footerImge{
	bottom:0;
}
@media screen and (min-width:480px){
	.copyText1,.copyText2{
		font-size:14px;
	}
}
@media screen and (min-width:992px){
	.copyText1{
		float:left;
	}
	.copyText2{
		float:right;
	}
}
/*--------------------- END OF THE INDEX STYLE ------------------------*/









/* ---------------------------------------------------------------------
------------------------------------------------------------------------
-------------------------==== PAGES STYLES ===--------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------ */




/* ---------- General Styles ---------- */

.linkBtn1,.linkBtn2{
	display:inline-block;
	height:50px;
}
.linkBtnIcon{
	display:inline-block;
	float:right;
	height:100%;
	width:50px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:40% auto;
	background-size:40% auto;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.linkBtnText{
	display:inline-block;
	float:right;
	line-height:50px;
	padding:0 25px;
	color:#fff;
}
.aniLine{
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:0%;
	background-color:#fff;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.linkBtn1 .linkBtnIcon{
	background-color:#d74813;
}
.linkBtn1 .linkBtnText{
	background-color:#e64c13;
}
.linkBtn2 .linkBtnIcon{
	background-color:#d74813;
}
.linkBtn2 .linkBtnText{
	background-color:#e64c13;
}
.linkBtn1:hover .linkBtnText,.linkBtn2:hover .linkBtnText{
	background-color:#d74813;
}
.linkBtn1:hover .aniLine,.linkBtn2:hover .aniLine{
	height:100%;
}
.linkBtn1:hover .linkBtnIcon,.linkBtn2:hover .linkBtnIcon{
	height:100%;
	-webkit-background-size:50% auto;
	background-size:50% auto;
}
/*---------------------------- Header Banner -------------------------------*/

.banner{
	height:200px;
	width:100%;
	margin:0 auto;
	margin-top:50px;
	max-width:1920px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	overflow:hidden;
	z-index:1;
}
.banner .container{
	height:100%;
}
.bannerText h2{
	text-align:center;
	font-size:26px;
	color:#fff;
	padding-bottom:10px;
}
.bannerText h3{
	color:#000;
	font-size:16px;
	white-space:nowrap;
}
.bannerText h3 a{
	color:#000;
}
.bannerText h3 a:hover{
	color:#d74b2c;
}
.bannerText h3 a:last-of-type{
	color:#d74b2c;
}
.socialsBannerTab{
	position:absolute;
	left:15px;
	bottom:0;
	line-height:0;
}
.socialsBannerTab a{
	width:30px;
	height:30px;
	padding:15px;
	border:5px solid #f7f7f7;
	background-color:#f7f7f7;
	border-radius:5px 5px 0 0;
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	margin-left:15px;
}
.socialsBannerTab a:first-child{
	margin-left:0px;
}
.socialsBannerTab a:hover{
	background-position:left center;
}
.telegramLogo{
	background-image:url('../images/news/telegram.png');
}
.aparatLogo{
	background-image:url('../images/news/aparat.png');
}
.instaLogo{
	background-image:url('../images/news/insta.png');
}
@media screen and (min-width:1200px){
	.banner{
		margin-top:110px;
	}
}
/*---------------------------- =========  News Page ========= -------------------------------*/
/*---------------------------- Main Content -------------------------------*/
#newsPage{
	background-color:#fff;
}
.mainContent{
	width:100%;
	margin:0 auto;
	max-width:1920px;
	padding-top:30px;
}
.dateAndComment{
	width:50px;
	height:80px;
	background-color:#f15a22;
	float:right;
}
.itsDate{
	width:100%;
	height:70%;
}
.itsDate p{
	text-align:center;
	font-size:18px;
	color:#fff;
	padding: 0;
	line-height: 1.5em !important;
	margin-bottom: 0;
}
.itsDate span{
	font-size:14px;
	white-space:nowrap;
	color:#fff;
}
.itsComment{
	height:30%;
	width:100%;
	background-color:#464646;
}
.itsComment i{
	color:#fff;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.itsComment:hover i{
	color:#f15a22;
}
.newsTitle{
	text-align:right;
	font-size:30px;
	width:80%;
	margin:40px auto;
}
.newsImg{
	width:80%;
	margin:0 auto;
	height:200px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.newsContent{
	padding-top:50px;
	width:80%;
	margin:0 auto;
}
.newsContent p img{
	max-width: 100%;
}
body .newsContent p{
	text-align:justify !important;
}
.newsContent p:last-child{
	padding-bottom:50px;
}
.nextBackBtnsMain{
	height:50px;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:30px;
	margin-top:60px;
}
.nextBackBtnsMain a{
	font-size:14px;
	line-height:50px;
	color:#8c8c8c;
	float:right;
}
.nextBackBtnsMain a i{
	padding:0 10px;
	font-size:10px;
}
.nextBackBtnsMain a:last-child{
	float:left;
}
.nextBackBtnsMain a:hover{
	color:#F15A22;
}

/*---------------------------- Sidebar -------------------------------*/

.telegramLinkImg{
	width:100%;
	height:150px;
	margin-top:40px;
	margin-bottom:30px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.mobileNone{
	display:none;
}
.newsSideBar > h3{
	cursor:pointer;
	color:#6f6e6e;
	text-align:center;
	font-size:12px;
	float:right;
	padding:10px 5px;
	width:33.33%;
	border-left:1px solid #6f6e6e;
	background-color:#ffffff;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.SideBarH3On{
	background-color:#eeeeee !important;
}
.SideBarTabs{
	display:none;
}
.newsSideBar > h3:nth-of-type(3){
	border-left:none;
}
.newsSideBarLinks{
	color:#6f6e6e;
	padding:10px 5px;
	width:100%;
	font-size:12px;
	background-color:#eeeeee;
	border-bottom:1px dashed #dadada;
	line-height:1.7em;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.newsSideBarLinks:last-child{
	border-bottom:none;
}
.newsSideBarLinks:hover{
	color:#6f6e6e;
}
.newsSideBarLinks i.fa-leaf{
	padding:0 5px;
	color:#a0a09f;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.newsSideBarLinks span{
	position:relative;
	right:0px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.newsSideBarLinks:hover{
	background-color:#f9f9f9;
}
.newsSideBarLinks:hover span{
	right:7px;
}
.newsSideBarLinks:hover i.fa-leaf{
	color:#f15a23;
}
.newsSideBarImg{
	margin-top:30px;
}
.newsSideBarKeywords{
	text-align:right;
	border-bottom:1px solid #dadada;
}
.newsSideBarKeywords h4,.newsSideBarSimilarPosts h4{
	color:#6f6e6e;
	font-size:14px;
	padding:20px 0;
	padding-top:40px;
	text-align:right;
}
.newsSideBarKeywords span{
	background-color:#dadada;
	color:#9a9ba1;
	font-size:14px;
	text-align:right;
	padding:5px 10px;
	margin-bottom:20px;
}
.newsSideBarSimilarPosts a{
	width:100%;
	color:#6f6e6e;
	border-bottom:1px dashed #aaa;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.newsSideBarSimilarPosts a:hover{
	color:#c4c4c4;
	border-bottom:1px solid #f15a22;
}
.newsSideBarSimilarPosts a span{
	float:right;
}
.newsSideBarSimilarPosts a span:first-of-type{
	width:70px;
	height:70px;
	margin:10px 0;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.newsSideBarSimilarPosts a span:last-child{
	line-height:1.7em;
	padding:10px 0;
	width:calc(100% - 70px);
	padding-right:10px;
	font-size:12px;
}
@media screen and (min-width:480px) {
	.newsImg{
		height:300px;
	}
}
@media screen and (min-width:768px) {
	.newsImg{
		height:400px;
	}
	.mobileNone{
		display:block;
	}

}
@media screen and (min-width:992px) {
	.newsSideBar > h3{
		font-size:14px;
	}
}

/* ---------- Reviews ------------ */
.reviewsMain{
	margin-bottom:80px;
}
.reviewsMain > h2{
	font-size:26px;
	color:#333;
	margin-bottom:20px;
}
.reviewsMain > h3,.reviewsMain > p{
	font-size:18px;
	color:#333;
	margin-bottom:5px;
}
.reviewsMain > p{
	font-size:16px;
	margin-bottom:20px;
}
.reviewsInfo{
	width:100%;
	margin:0 auto;
	font-size:14px;
	padding:5px 10px;
	border:1px solid #DADADA;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin-bottom:20px;
}
.reviewsInfo[type='text']:focus,.reviewsDescription:focus{
	border-color:#E64C13;
}
.captchaCheck{
	float:right;
	margin-top:15px;
	width:100%;
}
.captchaCheck h3{
	font-size:14px;
	line-height:30px;
	padding-left:10px;
	padding-bottom:15px;
}
.captchaCheck .reviewsInfo{
	width:150px;
	margin-left:10px;
	float:right;
}
.captchaCheck img{
	float:right;
}
.reviewsDescription{
	resize:none;
	width:100%;
	padding:15px;
	border:1px solid #DADADA;
	min-height:150px;
	outline: 0;
}
.reviewsMain .linkBtn1{
	border:none;
	margin-top:15px;
	float:left;
}
.newsSampleTable{
	margin:20px 0;
}
.newsSampleTable th,.newsSampleTable td{
	text-align:center;
}
.reviewsSentMain,.reviewsReplyMain{
	margin:30px 0;
	width:100%;
}

.reviewSenderImg{
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	float:right;
}
.reviewSenderText{
	border:1px solid #DADADA;
	padding:15px;
	width:calc(100% - 80px);
	float:left;
}
.reviewSenderText h3{
	font-size:16px;
	color:#000;
	margin-bottom:20px;
}
.reviewSenderText p{
	font-size:14px;
	color:#767676;
	margin-bottom:20px;
}
.reviewSenderText a{
	position:absolute;
	bottom:5px;
	font-size:14px;
	color:#767676;
	left:5px;
}
.reviewsReplyMain h4{
	position:absolute;
	top:5px;
	font-size:12px;
	color:#767676;
	left:5px;
}
.reviewsReplyMain h3{
	margin-top:15px;
}
.reviewSenderText a i{
	padding-right:5px;
	color:#F15A22;
}
.reviewSenderText a:hover{
	color:#F15A22;
}
.jssocials-share-linkedin,.jssocials-share-whatsapp,.jssocials-share-googleplus,.jssocials-share-facebook{
	display:none;
}
.articleLinkMainNews{
	margin-top:30px;
}
.articleLinkMainNews .articleLinkImg{
	height:200px;
}
@media screen and (min-width:480px) {
	.reviewsReplyMain .reviewSenderImg{
		margin-right:60px;
	}
	.reviewsReplyMain .reviewSenderText{
		width:calc(100% - 160px);
	}
}
@media screen and (min-width:768px) {
	.reviewSenderImg{
		width:80px;
		height:80px;
	}
	.jssocials-share-linkedin,.jssocials-share-whatsapp,.jssocials-share-googleplus,.jssocials-share-facebook{
		display:inline-block;
	}
	.jssocials-share-telegram{
		display:none;
	}
	.reviewsReplyMain .reviewSenderImg{
		margin-right:80px;
	}
	.reviewSenderText{
		width:calc(100% - 100px);
	}
	.reviewsReplyMain .reviewSenderText{
		width:calc(100% - 180px);
	}
	.reviewsReplyMain h4{
		top:15px;
		left:15px;
	}
}
@media screen and (min-width:992px) {
	.reviewsReplyMain h3{
		margin-top:0px;
	}
	.reviewsReplyMain h4{
		font-size:14px;
	}
	.articleLinkMainNews .articleLinkImg{
		height:300px;
	}
}
/*---------------------------- ========= Costs Page ========= -------------------------------*/
.costsPageTitle > h2{
	font-size:36px;
}
.costsBody{
	background-color:#e6e6e6;
	overflow:hidden;
}
.costsMain h2{
	text-align:center;
	font-size:26px;
	padding-bottom:80px;
	padding-top:30px;
}
.noteBook{
	width:90%;
	margin:0 auto;
	height:200px;
}
.noteBookRight{
	display:none;
	width:30%;
	height:100%;
	float:right;
	margin-left:2%;
	background-color:#eb5f43;
}
.noteBookLeft{
	width:100%;
	height:100%;
	float:right;
	background-color:#fff;
	overflow:hidden;
}
.noteBookRightImg{
	width:70%;
	height:70%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.noteBookHoles1{
	left:2px;
	display:none;
}
.noteBookHoles2{
	display:none;
	right:2px;
	-webkit-transform:translateY(50%) scale(-1,1);
	transform:translateY(50%) scale(-1,1);
}
.hole{
	width:20px;
	height:20px;
	background-color:#000;
	margin-bottom:30px;
	border-radius:100px;
}
.hole:last-of-type{
	margin-bottom:0;
}
.wire{
	height:70%;
	width:20px;
	background-color:#EEEEEE;
	border-radius:0px 100px 100px 0;
	right:50%;
}
.noteBookLeftImg{
	width:100px;
	height:100px;
	position:absolute;
	left:-50px;
	top:-50px;
	transform:rotate(45deg);
	background-color:#eb5f43;
}
.noteBookLeftText h3{
	font-size:30px;
	text-align:center;
	padding-bottom:15px;
}
.noteBookLeftText h4{
	font-size:20px;
	text-align:center;
}
.noteBookLeftText h3 span{
	font-size:26px;
}
.noteBookLeftText p{
	font-size:18px;
	text-align:center;
	white-space:nowrap;
	color:#000;
}
.noteBookLeftText p span{
	font-size:16px;
}
.costsContent > h3{
	padding-top:50px;
	font-size:16px;
	color:#f9440d;
	padding-bottom:30px;
	font-weight:bold;
}
.costsContent{
	width:80%;
	margin:0 auto;
}
.costsContent ul{
	list-style-position:outside;
	list-style:disc;
	padding-bottom:80px;
}
.costsContent li{
	font-size:10px;
	padding-bottom:15px;
	text-align:justify;
	color:#000;
}
.costsContent li p{
	margin:0;
	padding:0;
	line-height:2.1em;
	font-family:'wyekan';
	display:inline;
	font-size:16px;
	color:#000;
}
@media screen and (min-width:480px) {
	.noteBookLeftText h3{
		font-size:36px;
		text-align:center;
		padding-bottom:15px;
	}
	.noteBookLeftText h3 span{
		font-size:30px;
	}
	.noteBookLeftText p{
		font-size:26px;
	}
	.noteBookLeftText p span{
		font-size:20px;
	}
	.noteBookLeftText h4{
		font-size:26px;
		text-align:center;
	}
}
@media screen and (min-width:768px) {
	.noteBookLeft{
		width:68%;
	}
	.noteBookRight{
		display:block;
	}
	.noteBookHoles1{
		display:block;
	}
	.noteBookHoles2{
		display:block;
	}
	.costsContent ul{
		list-style-position:inside;
	}
	.costsContent li p{
		font-size:16px;
		padding-right:15px;
	}
	.costsContent > h3{
		font-size:16px;
	}
	.noteBookLeftText h4{
		font-size:30px;
		text-align:center;
	}
}
@media screen and (min-width:992px) {
	.costsContent{
		width:70%;
	}
	.noteBook{
		height:300px;
	}
	.noteBookLeftText h3{
		font-size:46px;
		padding-bottom:25px;
	}
	.noteBookLeftText h3 span{
		font-size:36px;
	}
	.noteBookLeftText p{
		font-size:30px;
	}
	.noteBookLeftText p span{
		font-size:26px;
	}
	.hole{
		width:25px;
		height:25px;
	}
}
/*---------------------------- ========= Contact Us Page ========= -------------------------------*/

.contactImgTopM{
	margin-top:80px;
}
.contactImgTop{
	width:100%;
	height:140px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
}
.contactTextTop,.contactTextBottom{
	margin-top:25px;
}
.contactTextTop h2{
	font-size:29px;
	color:#4e4e4e;
	margin-bottom:30px;
}
.contactTextTop h2 span{
	color:#e26a3f;
}
.contactTextTop p{
	color:#8b8b8b;
	font-size:16px;
	text-align:justify;
}

/* ------------- Contact Numbers --------------- */

.contactNumbersM{
	height:770px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:auto 80%;
	background-size:auto 80%;
	background-image:url('../images/contactUs/numbersBg.png');
}
.contactNumbercenterer{
	white-space:nowrap;
}
.contactNumberM{
	display:inline-block;
	width:200px;
	background-color:rgba(255,255,255,0.3);
	cursor:pointer;
	margin-bottom:20px;
}
.contactNumberM:last-of-type{
	margin-left:0;
}
.contactNumberHeader{
	width:100%;
	height:60px;
	-webkit-transition:0.3s;
	transition:0.3s;
	background-color:#425f83;
}
.contactNumberHeader h3{
	color:#fff;
	white-space:nowrap;
	font-size:16px;
	text-align:center;
	line-height:1.7em;
}
.contactNumber{
	width:80%;
	height:50px;
	margin:0 auto;
	margin-bottom:15px;
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
.contactNumber p{
	color:#f15a22;
	font-size:16px;
	white-space:nowrap;
}
.contactNumberIconM{
	width:80%;
	height:80px;
	margin:0 auto;
	background-color:#44484d;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:auto 40%;
	background-size:auto 40%;
	opacity:0.3;
	margin-bottom:15px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.contactNumberM:hover .contactNumberIconM{
	-webkit-background-size:auto 70%;
	background-size:auto 70%;
	opacity:1;
}
.contactNumberM:hover .contactNumberHeader{
	background-color:#3a5371;
}
#contactNumberIconRight{
	background-image:url('../images/contactUs/Forma-1.png');
}
#contactNumberIconMiddle{
	background-image:url('../images/contactUs/Forma-2.png');
}
#contactNumberIconLeft{
	background-image:url('../images/contactUs/Forma-3.png');
}

/* ---------------------- More Contact Info --------------------------- */
.contactImgBottomM{
	height:430px;
	display:none;
}
.contactImgBottom{
	bottom:-55px;
	width:auto;
}
.contactTextBottom p{
	padding-top:40px;
	font-size:16px;
	color:#818181;
	text-align:justify;
	width:90%;
	margin:0 auto;
}
.contactTextBottomNumbers{
	width:90%;
	margin:0 auto;
}
.contactTextBottomNumbers1,.contactTextBottomNumbers2{
	width:50%;
	float:left;
	text-align:left;
	direction:ltr;
	color:#425f83;
	font-size:16px;
	margin-top:30px;
	margin-bottom:80px;
}
.contactTextBottomNumbers2{
	text-align:right;
}

.contactTextBottomNumbers1::after{
	position:absolute;
	top:0;
	right:0;
	content:'';
	width:1px;
	height:100%;
	background-color:#44484d;
}
@media screen and (min-width:480px) {
	.contactTextTop h2{
		font-size:34px;
	}
}
@media screen and (min-width:768px) {
	.contactImgTop{
		height:300px;
	}
	.contactTextTop,.contactTextBottom{
		margin-top:80px;
	}
	.contactMobileShow{
		display:none;
	}
	.contactNumbersM{
		height:550px;
	}
	.contactNumberIconM{
		height:150px;
		-webkit-background-size:auto 40%;
		background-size:auto 40%;
	}
	.contactNumber{
		height:100px;
	}
	.contactTextBottom p{
		width:70%;
		margin:0;
	}
	.contactTextBottomNumbers{
		width:70%;
		margin:0;
	}
	.contactImgBottomM{
		display:block;
	}
	.contactTextBottomNumbers1,.contactTextBottomNumbers2{
		margin-bottom:0px;
	}
	.contactNumberM{
		margin-left:50px;
		margin-bottom:0;
	}
	.contactNumberM:last-of-type{
		margin-left:0;
	}
	.contactTextBottomNumbers1,.contactTextBottomNumbers2{
		font-size:18px;
	}
}
@media screen and (min-width:992px) {
	.contactTextBottom p{
		padding-top:80px;
	}
	.contactTextTop h2{
		font-size:36px;
	}
	.contactTextBottomNumbers1,.contactTextBottomNumbers2{
		font-size:20px;
	}
}
/* --------------------------- Costs 3 Page -------------------- */

.costs3bg{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	background-image:url('../images/costs-3/bg.jpg');
}
.costs3LinksM{
	width:100%;
	text-align:center;
	margin-bottom:80px;
}
.costs3Links{
	width:300px;
	border-radius:15px;
	padding:0;
	margin:0;
	line-height:0;
	margin-bottom:15px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.costs3Links:first-of-type{
	margin-left:0;
}
.costs3LinksTitle{
	width:100%;
	height:50px;
	background-color:#00283c;
	border-radius:15px 15px 0 0;
}
.costs3LinksTitle h3{
	color:#fff;
}
.costs3Link{
	width:100%;
	height:200px;
	background-color:#00334d;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.costs3Link p{
	text-align:center;
	white-space:nowrap;
	font-size:20px;
	line-height:1.9;
	color:#fff;
}
.costs3Link p i{
	font-size:46px;
	position:relative;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.costs3LinksBottom{
	background-color:#fff568;
	width:100%;
	height:50px;
	border-radius:0 0 15px 15px;
}
.costs3Text{
	width:90%;
	line-height:1.9em;
	font-size:18px;
	text-align:center;
	margin:0 auto;
	color:#000;
	margin-bottom:80px;
}
.costs3Links:hover i{
	font-size:56px;
}
.costs3Links:hover{
	box-shadow:0 3px 10px rgba(0,0,0,0.4);
}
.costs3Links:hover .costs3Link{
	background-color:#014161;
}
@media screen and (min-width:768px) {
	.costs3LinksMobileShow{
		display:none;
	}
	.costs3Links{
		margin-left:30px;
	}
}

/*---------------------------- ========= Regime Rules Page ========= -------------------------------*/


.regimeMain1 h3{
	margin-top:80px;
	font-size:20px;
	color:#f15a22;
	margin-bottom:15px;
}
.regimeMain1 h2{
	font-size:30px;
	color:#4e4e4e;
	margin-bottom:30px;
}
.regimeText1{
	font-size:16px;
	width:90%;
	margin:0 auto;
	line-height:1.9em;
	text-align:justify;
	color:#4e4e4e;
	margin-bottom:80px;
	z-index:2;
}
.regimeText1Img,.regimeText2Img,.regimeText3Img{
	left:15px;
	width:250px;
	height:auto;
	opacity:0.3;
	z-index:-1;
}
/* -----------------------  Full width Banner ----------------- */
.regimeFullwidthBg{
	width:100%;
	height:300px;
	max-width:1920px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.regimeFullwidthBg .container{
	height:100%;
}
.regimeFullwidthBg p{
	font-size:26px;
	line-height:1.7em;
	text-align:center;
	color:#fff;
	left:80px;
}
.regimeFullwidthBg p span{
	color:#f15a22;
}

/* -----------------------  Section 2 ----------------- */

.regimeMain2 h2{
	font-size:30px;
	color:#4e4e4e;
	margin-bottom:30px;
}
.regimeMain2 h2 span{
	color:#f15a22;
}
.regimeText2{
	font-size:16px;
	width:90%;
	line-height:1.9em;
	margin:0 auto;
	text-align:justify;
	color:#4e4e4e;
	margin-bottom:80px;
}
.regimeText2Img{
	right:15px;
}
.regimeSection2{
	margin-top:80px;
}

/* -----------------------  Section 3 ----------------- */

.regimeSection3{
	padding-top:80px;
	max-width:1920px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.regimeSection3 .regimeMain2 h2{
	width:50%;
	margin-right:0;
}
.regimeSection3 p{
	line-height:1.9em;
}
.regimeText3Img{
	left:15px;
	z-index:0;
}
@media screen and (min-width:480px) {
	.regimeText1Img,.regimeText2Img,.regimeText3Img{
		width:300px;
	}
	.regimeSection3 .regimeMain2 h2{
		width:auto;
	}
}
@media screen and (min-width:768px) {
	.regimeText1Img,.regimeText2Img,.regimeText3Img{
		width:350px;
		opacity:0.5;
	}
	.regimeText1,.regimeText2,.regimeText3{
		width:60%;
		margin:0;
		margin-bottom:80px;
	}
	.regimeText2{
		margin-right:40%;
	}
	.regimeMain1 h2,.regimeMain2 h2{
		font-size:36px;
	}
	.regimeMain2 h2{
		margin-right:40%;
	}
}
@media screen and (min-width:992px) {
	.regimeSection3 .regimeMain2 h2{
		margin-right:10%;
	}
	.regimeText2{
		width:50%;
		margin-right:40%;
	}
	.regimeMain1 h3{
		margin-right:10%;
	}
	.regimeMain1 h2{
		margin-right:10%;
	}
	.regimeText1{
		margin-right:10%;
		width:50%;
	}
	.regimeText1Img,.regimeText2Img,.regimeText3Img{
		opacity:1;
	}
}

/*---------------------------- ========= Methods Page ========= -------------------------------*/

.methodMain1 h2{
	font-size:30px;
	text-align:right;
	color:#000;
	margin-top:50px;
	margin-bottom:140px;
}
.methodMain1 h3{
	color:#d74813;
	margin-bottom:30px;
	line-height:1.9em;
	font-size:18px;
}
.methodText1{
	font-size:16px;
	margin:0 auto;
	line-height:1.9em;
	text-align:justify;
	color:#4e4e4e;
	margin-bottom:30px;
}
.methodText1Img{
	left:15px;
	width:50%;
	height:auto;
	opacity:0.5;
	z-index:-1;
}
.methodMain1 p .linkBtn1,.methodMain1 p .linkBtn2{
	margin-top:30px;

}
.methodMain1 p .linkBtn1{
	margin-left:20px;
}
.methodSteps h2{
	color:#e64c13;
	font-size:26px;
	margin-top:60px;
	margin-bottom:20px;
	text-align:center;
}
.methodStepsText{
	text-align:center;
	font-size:18px;
	color:#060606;
	width:60%;
	margin:0 auto;
}
/* -----------  Full width Banner ------------ */

.methodFullwidthBg{
	width:100%;
	height:300px;
	max-width:1920px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.start1{
	margin-top:0;
}
.widthedH4{
	width:60%;
	margin:0 auto;
	line-height:1.9em;
}

/* ---------------- Method Steps --------------- */

.methodSteps{
	padding-bottom:50px;
}
.methodStepsIconsMain{
	width:100%;
	margin-top:60px;
}
.methodStepsIcons{
	width:100%;
	min-height:450px;
	text-align:center;
	margin-bottom:60px;
	float:right;
}
.methodStepsIcon,.methodStepsIconHover{
	width:200px;
	height:200px;
	border-radius:400px;
	margin-bottom:30px;
	border:5px solid #fff;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.methodStepsIconHover{
	margin-bottom:0px;
}
.methodStepsIconBorder{
	width:210px;
	height:210px;
	border-radius:400px;
	background-color:transparent;
	border:1px solid #a1a1a1;
}
.methodStepsIconHover{
	border:none;
	width:100%;
	height:100%;
	background-color:rgba(230,86,19,0.5);
	transform-origin:50% 50%;
	-ms-transform: translate(50%,50%) scale(0,0);
	-webkit-transform: translate(50%,50%) scale(0,0);
	transform: translate(50%,50%) scale(0,0);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.methodStepsIcon h3{
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:1.9em;
	width:98%;
	margin:0 auto;
	opacity:0;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.methodStepsIcons > h3{
	color:#0a0a0a;
	font-size:20px;
	margin-bottom:40px;
	text-align:center;
}
.methodStepsIcons > h3::after{
	content:'';
	width:60px;
	height:2px;
	background-color:#d4d4d4;
	position:absolute;
	bottom:-20px;
	right:50%;
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.methodStepsIcons > p{
	color:#a0a0a0;
	font-size:16px;
	line-height:1.7em;
	text-align:right;
	width:200px;
	margin:0 auto;
}
.methodStepsIcons:hover .methodStepsIconHover{
	-ms-transform: translate(50%,50%) scale(1,1);
	-webkit-transform: translate(50%,50%) scale(1,1);
	transform: translate(50%,50%) scale(1,1);
}
.methodStepsIcons:hover .methodStepsIcon h3{
	opacity:1;
}
@media screen and (min-width:480px) {
	.methodMain1 h2{
		margin-bottom:80px;
	}
	.methodText1Btn{
		margin-bottom:80px;
	}
	.methodStepsIcons{
		width:50%;
	}
}
@media screen and (min-width:768px) {
	.methodText1Btn{
		margin-right:10%;
	}
	.methodText1Btn:last-of-type{
		margin-right:0;
	}
	.methodMain1 h3{
		margin-right:10%;
		font-size:24px;
	}
	.methodMain1 h2{
		margin-right:10%;
	}
	.methodText1{
		font-size:16px;
		margin-right:10%;
		width:50%;
	}
	.methodStepsIcons{
		width:33.33%;
	}
	.methodText1Img{
		width:30%;
	}
}
@media screen and (min-width:992px) {
	.methodText1Btn{
		margin-right:calc(10% + 50px);
	}
	.methodStepsIcons{
		width:25%;
	}
	.methodText1Img{
		opacity:1;
	}
}

/*---------------------------- ========= Features Page ========= -------------------------------*/
.featuresBody{
	background-color:#fff;
	overflow:hidden;
}

.featuresText1Img{
	left:15px;
	width:50%;
	opacity:0.3;
	z-index:-1;
	height:auto;
}
.featuresMain1 h3{
	padding-top:100px;
}
.featuresMain1 p{
	padding-bottom:100px;
	width:100%;

}


.noteBookPl{
	width:100%;
	margin:0 auto;
	max-width:1920px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	background-image:url('../images/features/Vector-Smart-Object.jpg');
	padding:100px 0;
}
.noteBookPl .noteBookLeftText h3{
	font-size:16px;
	line-height:1.7em;
	padding-bottom:10px;
	color:#eb5f43;
	text-align:right;
	width:90%;
}
.noteBookPl .noteBookLeftText h4{
	font-size:16px;
	color:#eb5f43;
	text-align:right;
	padding-bottom:10px;
	width:90%;
}
.noteBookPl .noteBookLeftText{
	width:80%;
	margin:0 auto;
	padding-top:0;
}
.noteBookPl .noteBookLeftText p{
	font-size:16px;
	text-align:right;
	white-space:normal;
	text-align:justify;
}
.noteBookPl .noteBook{
	height:650px;
	width:100%;
}
.noteBookPl .noteBookRight{
	display:none;
}
.noteBookPl .noteBookHoles2{
	display:none;
}
.noteBookPl .noteBookLeft{
	width:100%;
}

/* ------------------ Full Width Banner -------------------- */

.featuresFullWidth{
	width:100%;
	height:300px;
	margin:0 auto;
	max-width:1920px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	background-image:url('../images/features/Layer-18.jpg');
}
.featuresFullWidth h3{
	font-size:36px;
	color:#eb5f43;
	text-align:center;
}
.featuresFullWidth h3 span{
	color:#fff;
}

/* ------------------ 4 Features -------------------- */

#features{
	background-color:#fff;
}
.div4Features .container{
	margin-bottom:80px;
}
.div4Features h2{
	text-align:center;
	color:#eb5f43;
	padding:80px 0;
	line-height:1.9em;
}
.div4Features h2 span{
	color:#000;
}
.div4featuresM{
	width:100%;
	float:left;
	text-align:center;
}
.div4featuresImg{
	position:relative;
	width:170px;
	height:170px;
	margin-bottom:15px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	z-index:1;
}
#div4featuresImg1{
	background-image:url('../images/features/02.jpg');
}
#div4featuresImg2{
	background-image:url('../images/features/02.png');
}
#div4featuresImg3{
	background-image:url('../images/features/03.png');
}
#div4featuresImg4{
	background-image:url('../images/features/04.png');
}
.div4featuresImg::after{
	content:'';
	width:180px;
	height:180px;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:2;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	background-image:url('../images/features/Untitled-1.png');
}
.div4featuresImgBg{
	opacity:0;
	width:100%;
	height:100%;
	background-color:rgba(200,69,43,0.6);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.div4featuresM:hover .div4featuresImgBg{
	opacity:1;
}
.div4featuresImgBg p{
	color:#fff;
	font-size:18px;
	text-align:center;
}
.div4featuresM > p{
	text-align:center;
	width:200px;
	margin:0 auto;
	padding-bottom:20px;
}
.disIn768{
	display:none;
}
.disIn480{
	display:none;
}

/* ------------------------ Success Secret ----------------------- */

.successSecretBg{
	text-align:center;
	width:100%;
	padding-bottom:50px;
	margin:0 auto;
	max-width:1920px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	background-image:url('../images/features/Layer-181.jpg');
}
.successSecretBg h2{
	color:#000;
	font-size:26px;
	text-align:center;
	padding-top:80px;
	line-height:1.9em;
	padding-bottom:60px;
}
.successSecretBg h2 span{
	color:#eb5f43;
}
.goalImg{
	padding-bottom:50px;
	width:100%
}
.successSecretBg h3{
	font-size:26px;
	font-size:26px;
	color:#e52525;
	padding-bottom:20px;
	text-align:center;
}
.successSecretBg p{
	font-size:16px;
	color:#000;
	text-align:center;
	padding-bottom:80px;
}

@media screen and (min-width:480px) {
	.noteBookPl .noteBook{
		height:460px;
	}
	.div4featuresM{
		width:50%;
	}
	.disIn480{
		display:block;
	}
	.successSecretBg h3{
		font-size:36px;
	}
	.goalImg{
		width:70%;
	}
}
@media screen and (min-width:768px) {
	.featuresText1Img{
		bottom:50%;
		opacity:1;
	}
	.featuresMain1 p{
		width:50%;
		margin-right:30px;
	}
	.featuresMain1 h3{
		margin-right:30px;
	}
	.noteBookPl .noteBook{
		height:360px;
	}
	.disIn768{
		display:block;
	}
	.div4featuresM{
		width:33.33%;
	}
	.disIn480{
		display:none;
	}
}
@media screen and (min-width:992px) {
	.noteBookPl .noteBookRight{
		display:block;
	}
	.noteBookPl .noteBookHoles2{
		display:block;
	}
	.noteBookPl .noteBookLeft{
		width:60%;
	}
	.div4featuresM{
		width:25%;
	}
	.disIn768{
		display:none;
	}
}

/*---------------------------- ========= Articles Category Page ========= -------------------------------*/
.articleLinkMain{
	top:0px;
	height:420px;
	margin-bottom:30px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.articleLinkImg{
	width:100%;
	height:300px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.articleLinkMain:hover .articleLinkImg{
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.articleLinkImg img{
	position:absolute;
	left:0;
	right:0;
	visibility:hidden;
}
.articleLinkMain > a  p{
	width:100%;
	margin-top:15px;
	font-size:14px;
	color:#818181;
	text-align:justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
	line-height: 1.7em;
	max-height: 6.8em;
}
.articleLinkMain .articleLinkImg > p{
	position:absolute;
	bottom:0;
	left:0;
	margin: 0;
	text-align:right;
	font-size:18px;
	padding:20px 10px;
	width:100%;
	color:#fff;
	background-color:#464646;
	direction: rtl;
}
.articleLinkMain .dateAndComment{
	z-index:99;
	position:absolute;
	left:15px;
	top:0;
}
.articleLinkMainRow{
	margin:100px 0px;
}
.articleLinkMain:hover{
	top:-10px;
}
.categoryPagination{
	width:100%;
	text-align:center;
	margin-bottom:100px;
}
.categoryPagination ul li{
	display:inline-block;
	margin-bottom:5px;
}
.categoryPagination ul li a{
	display:inline-block;
	width:30px;
	height:30px;
	color:#464646;
	line-height:30px;
	background-color:#fff;
	font-size:14px;
	border:1px solid #DADADA;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.categoryPagination ul li a:hover,.categoryPaginationActive{
	background-color:#F15A22 !important;
	border:1px solid #F15A22 !important;
	color:#fff !important;
}
@media screen and (min-width:480px) {
	.categoryPagination ul li a{
		width:40px;
		height:40px;
		line-height:40px;
		font-size:16px;
	}
}

/*---------------------------- ========= Photo Gallery ========= -------------------------------*/

.photoGalleryLink{
	width:calc(100% - 30px);
	margin:0 auto;
	float:left;
	height:200px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	margin:15px;
}
.photoGalleryMain{
	width:100%;
	padding:0 15px;
	margin-bottom:150px;
	margin-top:100px;
}
@media screen and (min-width: 480px) {
	.photoGalleryLink{
		width:calc(50% - 30px);
	}
}
@media screen and (min-width: 768px) {
	.photoGalleryLink{
		width:calc(33.33% - 30px);
	}
}
@media screen and (min-width: 992px) {
	.photoGalleryLink{
		width:calc(25% - 30px);
	}
}
/*-----------------------------===>> Page: Video Gallery <<===----------------------*/

.videoGalleryMain{
	margin:150px 0;
}
#video-gallery,#video-gallery2{
	width:100%;
	margin-bottom:80px;
	display:block;
}
.lg-backdrop{
	z-index:99998;
}
.lg-outer{
	z-index:99999;
}
#video-gallery li,#video-gallery2 li{
	display:block;
	float:left;
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	cursor:pointer;
}
#video-gallery li .videoThumBg,#video-gallery2 .videoThumBg{
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0;
	z-index:1;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.playButton{
	height:auto;
}
#video-gallery li:hover .videoThumBg,#video-gallery2 li:hover .videoThumBg{
	opacity:0.4;
}

#video-gallery li i,#video-gallery2 li i{
	color:#fff;
	font-size:54px;
	z-index:2;
}
#video-gallery li:hover,#video-gallery2 li:hover{
	float:left;
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height:calc(100% - 60px) !important;
}
@media screen and (min-width: 480px) {
	#video-gallery li,#video-gallery2 li{
		width:50%;
	}
}
@media screen and (min-width: 768px) {
	#video-gallery li,#video-gallery2 li{
		width:33.33%;
	}
}
@media screen and (min-width: 992px) {
	#video-gallery li,#video-gallery2 li{
		width:25%;
	}
}

/*---------------------------- =========  Chart Page ========= -------------------------------*/

#chart{
	background-color:#fff;
}
.chartTitle{
	margin-top:30px;
	margin-bottom:20px;
	float:right;
	width:100%;
	height:60px;
	border-radius:200px;
	background: #e05420;
	background: -moz-linear-gradient(left, rgba(220,83,32,1) 0%, rgba(2,86,129,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(220,83,32,1)), color-stop(100%, rgba(2,86,129,1)));
	background: -webkit-linear-gradient(left, rgba(220,83,32,1) 0%, rgba(2,86,129,1) 100%);
	background: -o-linear-gradient(left, rgba(220,83,32,1) 0%, rgba(2,86,129,1) 100%);
	background: -ms-linear-gradient(left, rgba(220,83,32,1) 0%, rgba(2,86,129,1) 100%);
	background: linear-gradient(to right, rgba(220,83,32,1) 0%, rgba(2,86,129,1) 100%);
}
.chartTitle h2{
	width:95%;
	margin:0 auto;
	height:100%;
	background-color:#fff;
	border-radius:200px;
	line-height:60px;
	font-size:20px;
	color:#414042;
	text-align:center;
}
.chartTitleP{
	width:100%;
	float:right;
	color:#58595b;
	text-align:justify;
}
.chartTitleP2{
	color:#58595b;
}
.chartTitleUl{
	list-style-type:disc;
	color:#07567f;
	list-style-position: inside
}
.chartTitleUl li span{
	color:#58595b;
}
.hrLine{
	width:100%;
	height:1px;
	background-color:#dfdfdf;
	margin:20px 0;
}
.searchBoxMain{
	float:right;
	color:#414042;
	width:100%;
}
.searchBoxMain > span{
	padding-left:10px;
	font-weight:300;
	font-size:16px;
}
.searchBox{
	height:35px;
	margin-top:15px;
	width:100%;
}
.searchBox i.fa-search{
	right:10px;
	bottom:55%;
	font-size:20px;
	color:#9b9a9a;
}
.searchBox input{
	width:100%;
	height:100%;
	background-color:#fff;
	border-radius:200px;
	padding-right:40px;
	padding-left:10px;
	font-weight:300;
	font-size:16px;
	border:1px solid #9b9a9a;
	outline:none;
}
.searchBoxSub{
	height:35px;
	padding:0 30px;
	margin-top:15px;
	border-radius:350px;
	color:#6d6e71;
	border:1px solid #dfdfdf;
	background-color:#fff;
	-webkit-transition:0.3s;
	transition:0.3s;
	outline:none;
}
.searchBoxSub:hover{
	background-color:#f6f6f6;
}
.ChartTableMain{
	width:100%;
	min-width:930px;
	margin-top:20px;
}
@media screen and (min-width: 480px) {
	.searchBox input{
		width:300px;
	}
	.searchBoxSub{
		margin-top:0;
	}
	.searchBox{
		width:auto;
	}
	.chartTitle{
		width:300px;
	}
}
@media screen and (min-width: 768px) {
	.hideInDesk{
		display:none;
	}
	.searchBox{
		margin-top:0px;
	}
	.chartTitleP{
		width:60%;
	}
}
.content2{
	width:100%;
	margin-bottom:100px;
	direction:rtl;
}
.content2 .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.content2 .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	height:5px;
	margin:5px auto;
}
.contentIe{
	width:100%;
	margin-bottom:100px;
	direction:rtl;
	overflow:scroll;
	overflow-Y:hidden;
}
.tableRow{
	width:100%;
	border-radius:20px;
	margin:5px 0;
}
.tableRow:nth-child(odd){
	background-color:#f6f6f6;
}
.tableCol{
	width:calc(12.5% - 3.57px);
	height:40px;
	text-align:center;
	float:right;
}
.tableTitle .tableCol{
	height:50px;
	color:#fff;
}
.tableTitle .tableCol:first-of-type{
	background-color:#aeaeae;
	border-radius:0 100px 100px 0;
}
.tableTitlePng{
	width:50px;
	height:50px;
	border-radius:50px;
	left:0;
	-ms-transform:translate(-50% , 50%);
	-webkit-transform:translate(-50% , 50%);
	transform:translate(-50% , 50%);
	background-color:#aeaeae;
	z-index:1;
}
.tableTitlePng span{
	width:80%;
	height:80%;
	border-radius:200px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	z-index:2;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:80% auto;
	background-size:80% auto;
}
.tableTitle .tableCol:first-of-type .tableTitlePng{
	background-color:#aeaeae;
}
.tableTitle .tableCol:nth-of-type(2),.tableTitle .tableCol:nth-of-type(2) .tableTitlePng{
	background-color:#00aff0;
}
.tableTitle .tableCol:nth-of-type(2) .tableTitlePng span{
	background-color:#33bff3;
}
.tableTitle .tableCol:nth-of-type(3),.tableTitle .tableCol:nth-of-type(3) .tableTitlePng{
	background-color:#163f5f;
}
.tableTitle .tableCol:nth-of-type(3) .tableTitlePng span{
	background-color:#45657f;
}
.tableTitle .tableCol:nth-of-type(4),.tableTitle .tableCol:nth-of-type(4) .tableTitlePng{
	background-color:#e1c43c;
}
.tableTitle .tableCol:nth-of-type(4) .tableTitlePng span{
	background-color:#e7d063;
}
.tableTitle .tableCol:nth-of-type(5),.tableTitle .tableCol:nth-of-type(5) .tableTitlePng{
	background-color:#3fcab1;
}
.tableTitle .tableCol:nth-of-type(5) .tableTitlePng span{
	background-color:#65d5c1;
}
.tableTitle .tableCol:nth-of-type(6),.tableTitle .tableCol:nth-of-type(6) .tableTitlePng{
	background-color:#97d3d3;
}
.tableTitle .tableCol:nth-of-type(6) .tableTitlePng span{
	background-color:#97d3d3;
}
.tableTitle .tableCol:nth-of-type(7),.tableTitle .tableCol:nth-of-type(7) .tableTitlePng{
	background-color:#e04225;
}
.tableTitle .tableCol:nth-of-type(7) .tableTitlePng span{
	background-color:#e66851;
}
.tableTitle .tableCol:nth-of-type(8),.tableTitle .tableCol:nth-of-type(8) .tableTitlePng{
	background-color: #3fe094;
}
.tableTitle .tableCol:nth-of-type(8) .tableTitlePng span{
	background-color: #85ffc3;
}
.howCook{
	width:100%;
	padding:10px 35px;
	color:#7a7a7a;
	display:none;
}
.howCook p{
	text-align:justify;
}
.howCookCol{
	white-space:nowrap;
}
.howCookCol > span{
	left:-20px;
}
.howCookBtn{
	white-space:nowrap;
	padding:3px 10px;
	padding-left:30px;
	background-color:#fff;
	border:1px solid #e4e4e4;
	border-radius:30px;
	margin-right:5px;
	color:#414042;
	font-size:15px;
	box-sizing:border-box;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.howCookBtn:hover{
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
}
.howCookBtn i{
	color:#e04225;
	font-size:25px;
	padding-right:2px;
	left:4px;
	transform-origin:46% 100%;
	-webkit-transform:rotate(0deg) translateY(50%);
	transform:rotate(0deg) translateY(50%);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.howCookBtn:hover i{
	color:#b13620;
}
.howCookOn{
	-webkit-transform:rotate(180deg) translateY(50%) !important;
	transform:rotate(180deg) translateY(50%) !important;
}
.howCook h4{
	font-size:16px;
	color:#000;
	margin-bottom:10px;
}


/*----------- Edit ---------------*/

.btn-link-format{
	direction: rtl;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-link-format:hover{
	opacity: 0.8;
}
.contact-box{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.btn-link-format.red{
	border:2px solid #ac0707;
	line-height: 40px;
	text-align: center;
	color:#fff;
	background-color:#c61111;
	box-sizing: border-box;
	padding: 2px 0;
}
.btn-link-format.red .link-icon{
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-left: 2px solid #ac0707;
	width: 40px;
}
.btn-link-format.green{
	border:2px solid #99bd0e;
	line-height: 40px;
	text-align: center;
	color:#fff;
	background-color:#a1c611;
	box-sizing: border-box;
	padding: 2px 0;
}
.btn-link-format.green .link-icon{
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-left: 2px solid #99bd0e;
	width: 40px;
}
.btn-link-format .link-text{
	display: inline-block;
	padding:0;
	width: 120px;
}
.slider-go-btn{
	position: absolute;
	bottom: -50px;
}
.tp-rightarrow.default {
	top:auto !important;
	bottom: 50px !important;
	right:50px !important;
}
.tp-leftarrow.default {
	top:auto !important;
	left:auto !important;
	bottom: 50px !important;
	right:140px !important;
}
@media screen and (min-width: 480px) {
	.slider-go-btn{
		position: absolute;
		bottom: 0px;
	}
}
.suggested-news-carousel .articleLinkMain{
	padding: 0 15px;
}

.linksIcons{
	width: 60px;
	height: 60px;
	left: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 70% auto;
	background-size: 70% auto;
	background-color: #285398;
	border-radius: 50%;
	border:2px solid transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.articleLinks:hover span{
	color:#fff;
}
.articleLinks:hover{
	background-color:#3a6dbf;
}
.articleLinks:hover .linksIcons{
	background-position:center center;
	border:2px solid #fff;

}


.newsContent h2{
	color:#F15A22;
	font-size: 26px;
	text-align: right;
}
.newsContent h3{
	color:#F15A22;
	font-size: 20px;
	text-align: right;
}
.newsContent h4{
	color:#F15A22;
	font-size: 18px;
	text-align: right;
}
.newsContent h5{
	color:#F15A22;
	font-size: 16px;
	text-align: right;
}
.newsContent h6{
	color:#F15A22;
	font-size: 14px;
	text-align: right;
}
.content_news h1,.content_news h2,.content_news h3,.content_news h4,.content_news h5,.content_news h6,.content_news p,.content_news ul,.content_news ul li{
	text-align: right !important;
	direction: rtl;
}
.content_news p,.content_news ul,.content_news ul li{
	line-height: 1.9em;
	text-align: justify !important;
}
.content_news ul{
	list-style: disc !important;
}
.content_news ol{
	list-style: decimal;
}
.content_news table{
	border: 1px solid #ddd;
	width: 100% !important;
	max-width: 100% !important;
	margin:20px auto;
	direction: rtl;
}
.content_news img{
	display: block;
	margin: 15px auto;
	max-width: 520px !important;
	height: auto !important;
}

@media screen and (max-width:1200px){
	.content_news img {
		width: 100% !important;
	}
}
.content_news img.avatar{
	width: auto !important;
}
.captchaCheck img{
	width:auto !important;
	margin:0;
}
.content_news table td,.content_news table tr{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	direction: rtl;
}
.methodMain1 p{
	max-width:600px;
	text-align: justify;
}













/* payamweber edit */
.pmw-section{
	background-color: #eeeeee;
}
.pmw-management-form-body{
	padding: 30px 0 100px 0 !important;
}
.pmw-management-form-body:after{
	content: '';
	position: relative;
	display: block;
	clear: both;
}
.pmw-desc-box{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
#pmw-management-form{
	width: 53%;
	margin: 0 auto;
	margin-top: 30px;
}
#pmw-management-form div[class*="col-"]{
	float: right;
}
#pmw-management-form input{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgb(225, 225, 225);
	background-color: white;
	border-radius: 50px;
	margin: 0 0 15px 0;
	direction: rtl;
	text-align: right;
}
#pmw-management-form textarea{
	width: 100%;
	height: 95px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgb(225, 225, 225);
	background-color: white;
	border-radius: 20px;
	margin: 0 0 15px 0;
	direction: rtl;
	text-align: right;
}
#pmw-management-form input[type*="submit"]{
	background: #f15a22;
	text-align: center;
	padding: 5px;
	border: 1px solid #f15a22;
	color: #fff;
}
.grecaptcha-badge{
	visibility: hidden;
}
.pmw-alert{
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px;
	direction: rtl;
	text-align: right;
}
@media screen and ( max-width: 960px ){
	.btn-calorie {
		display: block;
		float: right !important;
		white-space: normal;
		margin-bottom: 7px;
		font-size: 15px;
	}
}
@media screen and ( max-width: 768px )
{
	.pmw-desc-box,#pmw-management-form{
		width: 90%;
	}
}
.social-links-icon{
	float: right;
	margin: 10px;
}
.social-links-icon img{
	width:auto !important;
	height:50px !important;
}
.content_news ul.social-nets-links{
	list-style: none !important;
}
.social-nets-links li{
	padding-right: 60px;
	position: relative;
	margin-bottom: 15px;
	min-height: 70px;
	text-align: justify;
}
.social-nets-links li a{
	position: absolute;
	top:0;
	right: 0;
	margin: 0;
}
.social-nets-links li a img{
	margin: 0;
	padding: 0;
}



/* amirsaman edit */


/*---------------------------- ========= 404 page ========= -------------------------------*/

img.pagenotfound{
	display:block;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 20px;
}

a.pagenotfoundBtn{
	display: block;
	width: 150px;
	margin: auto;
	margin-bottom: 50px;
	color:white;
	background: #d23e0a;
	padding: 10px;
	border: 2px solid #c03503;
	border-radius: 20px;
}

@media screen and (max-width:500px){
	img.pagenotfound{
		width: 300px;
		height: auto;
	}
}


/*---------------------------- ========= CALORIE POPULAR PAGE ========= -------------------------------*/

.searchFilter{
	/*border: 1px solid red;*/
}

.searchFilter__input{
	width: 100%;
	padding: 10px;
	outline: none;
	border: 1px solid #dfdfdf;
	transition: all .2s;
}

.searchFilter__input:hover{
	border: 1px solid #e1c53b;
}

.searchFilter__input:focus{
	border: 1px solid #3fcab1;
}


/*---------------------------- ========= LANDING PAGE INFOGRAPH ========= -------------------------------*/

.infographs{
	width: 95px;
	height: 95px;
}

.photoGalleryLink{
	background-size: 100% 100%;
}

@media screen and (max-width: 500px){
	#bottom_2{
		bottom: 0;
	}
}

@media screen and (max-width: 375px){
	.infographSlider{
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 20px;
	}
	.infographs{
		width: 120px;
		height: 120px;
	}
}

@media screen and (max-width: 320px){
	.infographSlider{
		padding-left: 15px;
	}
	.infographs{
		width: 100px;
		height: 100px;
	}
	#bottom_1,
	#bottom_2{
		bottom: -50px;
	}
}


/*---------------------------- =========  INFOGRAPHY PAGE ========= -------------------------------*/

.photoGalleryMain{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.photoGalleryLink{
	width: 250px;
	height: 250px;
}

