﻿@font-face {
	font-family: Vazir;
	src: url('/css/fonts/Vazir.eot');
	src: url('/css/fonts/Vazir.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/Vazir.woff') format('woff'),
		url('/css/fonts/Vazir.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: Vazir;
	src: url('/css/fonts/Vazir-Bold.eot');
	src: url('/css/fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/Vazir-Bold.woff') format('woff'),
		url('/css/fonts/Vazir-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: Vazir;
	src: url('/css/fonts/Vazir-Light.eot');
	src: url('/css/fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/Vazir-Light.woff') format('woff'),
		url('/css/fonts/Vazir-Light.ttf') format('truetype');
	font-weight: 300;
}

.clear{
	clear: both;	
}

body {
	background-image: none;
	background-color:transparent;
	font-family: Vazir;
	font-size: 12px;
}

a {
	outline: none;
}

a:hover {
	text-decoration: none;
}

.nopadd {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.dok {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

header {
	border-top: 5px solid #c80000;
}

header .dropdown:hover .dropdown-menu {
	display: block;
}

header .navbar {
	border: 0;
	border-radius: 0;
	margin: 0;
	background-image: none;
}

header .navbar-brand {
	padding: 0 10px;
}

header .navbar-brand img {
	max-height: 69px;
	padding: 5px;
	margin-top: 10px;
}

header a.mwi i:first-child {
	color: #c80006;
	font-size: 25px;
	position: absolute;
	right: 0;
	transition: all .3s;
	z-index: 1;
	display: block;
	left: 0;
	top: -6px;
}

header li:hover a.mwi i:first-child {
	color: RGBA(0, 137, 121, 0.4);
}

header .open a.mwi i:first-child {
	color: #087;
	font-size: 40px;
	position: absolute;
	right: 0;
	transition: all .3s;
	z-index: 1;
	display: block;
	left: 0;
	top: 0;
}

header a.mwi span {
	color: #000;	
	line-height: 20px;
	z-index: 5;
	display: block;
	top: 24px;
	position: relative;
	transition: .2s;
}

header .navbar-nav > li {
	padding: 25px 15px 45px 15px;
	text-align: center;
	transition: .3s;
	border-bottom: 4px solid transparent;
	min-width: 70px;
}

header .navbar-nav > li:hover {
	border-bottom: 4px solid RGB(0, 137, 121);
}

header .navbar-nav > li > a {
	padding: 0;
	text-align: center;
}

header li:hover {
	background-color: #eee;
}

header li.open {
	background-color: #eee;
}

header .navbar-default .navbar-nav > .open > a
,header .navbar-default .navbar-nav > .active > a
,header .navbar-default .navbar-nav > .open > a:hover{
	background-image: none;
	background-repeat: no-repeat;
	box-shadow: none;
	background-color: transparent;
}

header .mcaret {
	display: none;
}

header .navbar-nav > li > .dropdown-menu {
	background-color: #eee;
}



.footer {
	background-color: #000;
	color: #fff;
	padding: 20px 0;
}

footer a {
	color: #fec700;	
}

.container {
	padding: 0;
}

.container .row {
	margin : 0;	
}

@media (min-width: 1280px) {
	.container {
		width: 1250px;
	}
}


.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown.yamm-fw {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	/*! padding: 20px 30px; */
	border-radius: 0 0 5px 5px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 30px;
	right: 30px;
	margin-top: 0;
	padding: 0;
}

.yamm-content {
	background-color: #E1E1E1;
	font-size: 12px;
}

.yamm-content h3 {
	font-size: 16px;
	font-weight: 700;
}



/*   Slider    */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	width: 100%;
}


.carousel-caption {
	right: 60%;
	left: auto !important;
	background-color: rgba(0,0,0,0.4);
	padding: 10px;
	min-height: 120px;
	margin-bottom: 0px;
	min-width: 350px;
	border-radius: 5px;
}


.carousel-caption a.carousel-link {
	color: #fff;
	display: inline-block;
	float: left;
	border: 1px solid #eee;
	padding : 5px 15px;
	border-radius: 10px;
}

.carousel {
	overflow: hidden;
}

.carousel-control {
	font-size: 35px;
}



.carousel-control.left {
	left : -200px;
	right: auto;
	transition:.4s;
	background-image: none;
	opacity: 1;
}

.carousel-control.right {
	right : -200px;
	left: auto;
	transition: .4s;
	background-image: none;
	opacity: 1;
}

.carousel-control i {
	top: 50%;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;

}

.carousel-control.right i {
	right: 30%;
	padding-right: 0px;
	padding-top: 6px
}

.carousel-control.left i {
	left: 30%;
	padding-top: 6px
}

.carousel:hover  .carousel-control.left {
	left : 0px;
}

.carousel:hover  .carousel-control.right {
	right: 0px;
}

div.login-box {
	/*! background-image: url(/images/loginback.jpg); */
	position: relative;
	/*! padding-top: 150px; */
	/*! height: 1000px; */
}

.login-box .login-info {
	padding-top: 50px;
	font-size: 13px;
	background-color: #fff;
}


div.login-box .btn-reg {
	background-color: #337AB7;
	margin: 8px 0;
	color: #fff;
}

div.login-box .btn-reg:hover {
	background-color: #1F6DB1;
}


div.login-box .btn-reset {
	background-color: #F0AD4E;
	margin: 8px 0;
	color: #fff;
}
div.login-box .btn-reset:hover {
	background-color: #F09E2A;
}

div.login-options {
	padding-top: 100px;
}

#particles {
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;                        
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -2;
}


.container .page-viewer .col-md-12 {
	padding: 0;	
}

.page-header {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}

.page-header > h4 {
	font-size: 20px;
}

.ysp-services i {
	font-size: 60px;
	color: #000;
	margin: 10px 0;
}

.services .col-sm-4  {
	margin: 20px 0;
	padding: 0 10px;
}


.ysp-services {
	height: 95px;
	position: relative;
}

.ysp-services .service-icon {
	padding: 5px 25px;
	min-height: 95px;
	display: inline-block;
	transition: .4s;
	position: absolute;
	z-index: 2;
}


.red .service-text a {
	color: #000;
	text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ysp-services .service-text {
	padding: 12px 120px 0 10px;
	text-align: justify;
	font-size: 13px;
	display: block;
	z-index: 5;
	transition: .4s;
}


.services .col-sm-4:first-child .page-viewer {
	background-color: #ff4646;
	color: #fff;
}

.blue .service-icon {
	background-color: #53A7EA;
}

.blue .service-icon i {
	font-size: 50px;
}

.red .service-icon {
	background-color: #ff6c6c;
}

.green .service-icon {
	background-color: #61FFD2;
}

.services .col-sm-4:nth-child(2) .page-viewer {
	background-color: #00FFB7;
}

.services .col-sm-4:nth-child(3) .page-viewer {
	background-color: #1384DE;
	color: #fff;
}


.page-viewer:hover .service-icon {
	transform: scale(.3);
	opacity: 0;
}

.page-viewer:hover .service-text {
	padding: 12px 10px 0px 0px;
}
#map {
	height: 300px;
	width: 100%;
}

.panel-heading div.panel-icon {
	float: right;
	font-size: 30px;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	margin-top: -5px;
	margin-left: 10px;
	background-color: #d80000;
}
.panel-heading div.panel-icon i {
	padding-top: 8px;
}

.panel-label {
	line-height: 35px;
	font-size: 14px;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

.form-info {
	padding: 25px 25px 0 0;
	font-size: 14px;
	font-weight: bold;
}


.user-info-box {
	background-color: #4D4D4D;
	width: 100%;
	border-radius: 0;
}

.user-info-box:after, .user-info-box:before {
	display: table;
	content: " ";
}

.user-info-box:after {
	clear: both;
}

.usermenu-options div.desc > a:not(.btn-danger) {
	color: #000;
}


.usermenu-info {
	width: 40%;
	float: right;
	padding: 15px 20px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.usermenu-info .title, .usermenu-options .title {
	color: #F9FF00;
}

.usermenu-info .desc {
	color: #d1d1d1;
	font-weight: bold;
}

.usermenu-options {
	overflow: hidden;
	padding: 15px 20px;
	background-color:#959595;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.usermenu-options .desc {
	color: #000;
	font-weight: bold;
}

.usermenu-info [class^="col-"]:not(:last-child), .usermenu-options [class^="col-"]:not(:last-child) {
	padding: 10px 12px;
	border-bottom: 1px solid #808080;
}

.desc > a {
	float: left;
}
.siteowner {
	color:#fff;
	padding-top:25px;
}



/*-- kia inner page title  */
.page-title {
	background-color: #7B0000;
	padding-top: 40px;
	box-shadow: 1px 1px 3px 1px #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	background: linear-gradient(to left, #00F9E7,#03807C,#027F89,#038E9E,#0392aa, #00BDBD);
	padding-bottom: 40px;
	overflow: hidden;
}

.page-title h3 {
	animation-name: kia;
	animation-duration: 1.3s;
	width: 400px;
	font-size: 3em;
	font-weight: 900;
	text-shadow: 4px 4px 6px #180000;
	position: relative;
	animation-fill-mode: forwards;
}
@keyframes kia {
	0% {right: -300px;}
	40% {right: 100px;}
	50% {right: 110px; transform: rotate(-5deg); text-shadow: 4px 4px 6px #fff;}
	100% {right: 30px;}
}
.page-text {
	font-size: 1.3em;
	margin: 0 4%;
	width: auto !important;
	text-align: justify;
}
.all-customers img {
	width: 100%;
}
.all-customers .col-sm-4 {
	margin-bottom: 40px;
}
.all-customers .logo-in {
	background-color: #D7D7D7E6;
}

.all-customers {
	background-size: 100%;
	padding: 60px 0;
}
.footer a:hover {
	color: #D80000;
	text-shadow: 2px 2px 5px #fff;
}
.defineYsp {
	padding: 50px 0px;
}
.inner-defineYSP {
	background-color: #edeaeae6;
	padding: 50px;
	border-radius: 10px;
}
.ptview img {
	width: 45%;
}







.item-view .panel-heading {
	padding: 0;
}

.item-panel {
	padding-bottom: 30px;
	box-shadow: 10px 10px 10px 0px #928d8d;
	margin-left: -15px;
	z-index: 10;
	background: linear-gradient(to left, #E6E6E6, #EFEDED, #F3F3F3);
	border-radius: 5px;
	margin-top: 50px;
}

.item-view .panel-body {
	padding: 0;
}

.item-slides .slide {
	height: 400px;
	overflow: hidden;
	margin-top: 35px;
	/*! margin-bottom: 40px; */
	background-image: url(/files/toranj/Graphic/TVframe.png);
	background-size: 100% 100%;
	padding-top: 19px;
	padding-left: 20px;
	padding-right: 20px;
}
.item-slides {
	/*! padding-right: 0px !important; */
	height: 570px;
}
.fg-item-title {
	width: 30%;
	float: right;
	font-weight: bold;
	background-color: #ddd;
	padding: 15px 10px;
	text-align: left;
}
.fg-item-info {
	overflow: hidden;
	padding: 15px 10px;
}
.fg-item-box {
	/*! padding: 15px 10px; */
	position: relative;
	font-size: 15px;
}
.fg-item-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 30%;
	height: 3px;
	background-color: #f60505;
	transition: .3s;
}
.fg-item-box:hover:after {
	width: 80%;
	background: linear-gradient(to left, #f60909, #f63434, #ffac03);
}

.pdetail h4 {
	background-color: #353535;
	padding: 20px 20px;
	color: #fff;
}
.pdetail .panel-footer {
	display: none;
}
.breadcrumb {
	padding: 18px;
	background-color: #4B4B4B;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 0;
}

.breadcrumb li >a {
	color: #eee;
}
.breadcrumb > .active {
	color: #0ff;
}
.item-p-title {
	display: none;
}
.item-desc {
	font-size: 1.2em;
	text-align: justify;
}
.breadcrumb > li + li::before {
	content: "";
	border-bottom: 28px solid transparent;
	border-top: 28px solid transparent;
	border-right: 15px solid #686868;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;
	right: -32px;
	padding: 0;
}
.breadcrumb > li + li::after {
	content: "";
	border-bottom: 28px solid transparent;
	border-top: 28px solid transparent;
	border-right: 15px solid #4B4B4B;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;
	right: -34px;
}
.breadcrumb li {
	position: relative;
	padding-left: 40px;
}
.item-page-all {
	background: linear-gradient(to left, #93F3E9, #07D2BD);
	min-height: 350px;

}
.item-desc {
	background: linear-gradient(to left, #07D2BD, #93F3E9);
	min-height: 350px;
	color: #020414;
	padding-top: 30px;
}
@keyframes toLeft {
	0% { width: 0px; }
	100% { width: 50%; }
}
@keyframes toRight {
	0% { width: 0px; }
	100% { width: 50%; }
}

.page-intro-title h4 {

}

.item-s-info .panel-title {
	background-color: #5B5B5B;
	padding: 15px 15px;
	color: #2BEFF9;
	font-size: 24px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.item-slides .carousel-inner {
	height: 304px;
}
.carousel-indicators {
	bottom: 35px;
}
.item-page-all {
	padding: 0;
}
.item-page-all div {
	padding: 0;
	margin: 0!important;
	font-size: 16px;
}
.page-intro-panel h4 {
	margin: 0;
}
.page-intro-panel > .row:last-child {
	margin-top: 30px !important;
}
.item-desc:after {
	content: '';
	width: 2px;
	height: 55%;
	background: linear-gradient(to bottom, #5FE0F5,#0087F9);
	position: absolute;
	left: 0;
	top:120px;
}
.fpview img {
	height: 200px;
}

div.pview {
	/*! width: 670px; */
}
a.productsbycat footer {
	background-color: #404040;
	border-radius: 0 0 4px 4px;
	text-align: center;
	padding: 10px 5px;
	margin-top: 15px;
	height: 80px;
}
a.productsbycat .over {
	visibility: hidden;
	opacity: 0;
	background: rgba(29, 29, 29, 0.9) url('/images/zoom-ico.png') no-repeat scroll center center;
	text-align: center;
	line-height: 300px;
	border-radius: 4px 4px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	right: 0;
	bottom: 80px;
	background-position: 50% 45%;
}
a.productsbycat:hover .over {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s linear 0s;
}


a.productsbycat h3 {
	padding: 8px 0;
	margin: 0 auto;
	text-decoration: none;
	color: #0ff;
}

a.productsbycat img {
	border-radius: 4px 4px 0px 0px;
	max-width: 100%;
	height: 200px;
}

a.productsbycat {
	border-radius: 4px;
	display: block;
	text-decoration: none;
	color: #fff;
}

a.productsbycat:hover, a.productsbycat:focus {
	color: #EF3F3E;
	background: transparent none repeat scroll 0px center;
}

.pbycat {
	display: flex;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.eachp {
	width: 24%;
	border-radius: 4px;
	position: relative;
	text-align: center;
	margin: 15px 15px;
	float: right;
}
.prod-img-link {
  text-align: center;
}
.prod-link {
  text-align: center;
  padding: 15px 5px;
  font-size: 1.3em;
}
.prod-link a {
  color: #FFF;
  background-color: #ADADAD;
  padding: 5px 10px;
  width: 60%;
  display: block;
  margin: 0 auto;
  position: relative;
}
ul.step1 {
  padding: 0px 40px;
}
.item-s-info {
  height: 570px;
}








@media all and (max-width: 767px) {
	body {
		font-size: 1em;
	}
	.page-text h3 {
		font-size: 1.5em;
	}
	.item-slides .slide {
		background-image: url(/files/toranj/portfolio/TabletFrame.png);
		padding-top:37px;
		padding-left: 42px;
		padding-right: 47px;
		height: 385px;
	}
	.item-slides .carousel-inner {
		height: 310px;
	}
	.eachp {
		width: 43%;
	}
}


@media all and (max-width: 460px) {
	.item-slides .slide {
		background-image: url(/files/toranj/portfolio/Mobile-frame.png);
		padding-top: 76px;
		padding-left: 25px;
		padding-right: 20px;
		height: 540px;
	}
	.item-slides .carousel-inner {
		height: 391px;
		background: #000;
	}
	.eachp {
		width: 95%;
	}
}


@media all and (min-width: 1360px) {
	.item-slides .slide {
		height: 512px;
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.item-slides .carousel-inner {
		height: 386px;
	}
	.carousel-indicators {
		bottom: 60px;
	}
	.item-panel {
		margin-top: 80px;
	}
}


div.fpview {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px;
	transition: box-shadow 0.3s, border-color 0.3s;
	margin: 10px 0;
	background-color: #e1e1e1;
}


div.fpview:hover {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
	border-color: #888;
}

.effect2 {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.divdesc {
	background-color: #eee;
	padding: 5px;
	border-radius: 4px;
}
.row {
	margin:0 !important;
}
.width{
	width:100%;
}
.w-img-news{
    padding: 5px;
    border: 1px solid #ddd;
    min-height: 187px;
    margin-bottom: 17px;
}
.TitleNews {
    font-size: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}
.TitleNews a{
    color: #c80000;
}
.news-lead{
	line-height: 25px;
    text-align: justify;
    padding-bottom: 6px;
}
.news-date{
	text-align: left;
    color: #515151;
}
.navbar-toggle .icon-bar{
	background-color:#000;
}
.navbar-toggle{
	background-color:#fff;
}
.aks{

}
.aks .news-details{
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.aks .news-img{
    padding: 5px;
    border: 1px solid #ddd;
}
.titlelead{}
.news-text-full{
    margin-top: 12px;
    line-height: 28px;
    text-align: justify;
    font-size: 15px;
    padding: 5px 42px;
}
.news-source{
	display:none;
}
.news-title{}
.news-title h3{
    margin-top: 5px;
}

.news-lead{
    background-color: #ddd;
    padding: 5px;
    text-align: center;
}
.news-lead p{
	margin:0;
}